From 1c2a1154a31c1651803c1253ae3d9edc1b256980 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 09:17:21 +0100 Subject: [PATCH 01/11] Create more `action_*` common strings --- cypress/e2e/timeline/timeline.spec.ts | 20 +++---- .../elements/_GenericEventListSummary.pcss | 5 ++ src/AddThreepid.ts | 4 +- src/AsyncWrapper.tsx | 2 +- src/IdentityAuthClient.tsx | 2 +- src/MatrixClientPeg.ts | 2 +- src/SecurityManager.ts | 2 +- .../security/CreateSecretStorageDialog.tsx | 10 ++-- .../dialogs/security/ExportE2eKeysDialog.tsx | 2 +- .../dialogs/security/ImportE2eKeysDialog.tsx | 2 +- src/components/structures/MatrixChat.tsx | 4 +- src/components/structures/SpaceHierarchy.tsx | 4 +- .../auth/InteractiveAuthEntryComponents.tsx | 6 +-- src/components/views/auth/LoginWithQRFlow.tsx | 4 +- .../views/beacon/BeaconViewDialog.tsx | 2 +- .../views/beacon/OwnBeaconStatus.tsx | 2 +- .../views/beacon/RoomCallBanner.tsx | 2 +- .../views/beacon/RoomLiveShareWarning.tsx | 2 +- .../context_menus/MessageContextMenu.tsx | 2 +- .../views/dialogs/AskInviteAnywayDialog.tsx | 2 +- .../views/dialogs/ChangelogDialog.tsx | 2 +- .../views/dialogs/ConfirmWipeDeviceDialog.tsx | 2 +- .../views/dialogs/CreateSubspaceDialog.tsx | 2 +- src/components/views/dialogs/ExportDialog.tsx | 4 +- .../dialogs/GenericFeatureFeedbackDialog.tsx | 2 +- .../views/dialogs/InteractiveAuthDialog.tsx | 4 +- src/components/views/dialogs/InviteDialog.tsx | 2 +- .../ManageRestrictedJoinRuleDialog.tsx | 4 +- .../dialogs/RoomUpgradeWarningDialog.tsx | 4 +- .../views/dialogs/ScrollableBaseModal.tsx | 2 +- .../views/dialogs/SeshatResetDialog.tsx | 2 +- .../views/dialogs/SetEmailDialog.tsx | 2 +- src/components/views/dialogs/TermsDialog.tsx | 2 +- .../views/dialogs/UploadConfirmDialog.tsx | 2 +- .../views/dialogs/oidc/OidcLogoutDialog.tsx | 4 +- .../security/AccessSecretStorageDialog.tsx | 4 +- .../ConfirmDestroyCrossSigningDialog.tsx | 2 +- .../security/CreateCrossSigningDialog.tsx | 2 +- .../dialogs/spotlight/SpotlightDialog.tsx | 2 +- .../elements/DesktopCapturerSourcePicker.tsx | 2 +- .../views/elements/DialogButtons.tsx | 2 +- .../elements/GenericEventListSummary.tsx | 2 +- src/components/views/elements/ImageView.tsx | 2 +- .../views/elements/PollCreateDialog.tsx | 2 +- .../views/elements/ServerPicker.tsx | 2 +- .../views/elements/UseCaseSelection.tsx | 2 +- .../views/location/ShareDialogButtons.tsx | 2 +- .../views/location/shareLocation.ts | 2 +- src/components/views/messages/CallEvent.tsx | 6 +-- .../views/messages/LegacyCallEvent.tsx | 2 +- .../messages/MKeyVerificationRequest.tsx | 2 +- .../views/messages/MessageActionBar.tsx | 2 +- src/components/views/right_panel/BaseCard.tsx | 2 +- .../views/right_panel/RoomSummaryCard.tsx | 2 +- src/components/views/right_panel/UserInfo.tsx | 4 +- .../room_settings/RoomProfileSettings.tsx | 2 +- .../views/rooms/EditMessageComposer.tsx | 2 +- .../views/rooms/LinkPreviewGroup.tsx | 2 +- src/components/views/rooms/RoomPreviewBar.tsx | 6 +-- .../views/rooms/RoomPreviewCard.tsx | 6 +-- src/components/views/rooms/SearchBar.tsx | 2 +- .../views/rooms/ThirdPartyMemberInfo.tsx | 2 +- .../views/rooms/VoiceRecordComposerTile.tsx | 2 +- .../components/EditionButtons.tsx | 2 +- .../views/settings/AddPrivilegedUsers.tsx | 2 +- .../views/settings/AvatarSetting.tsx | 2 +- .../views/settings/CrossSigningPanel.tsx | 2 +- .../views/settings/EventIndexPanel.tsx | 2 +- .../views/settings/ProfileSettings.tsx | 2 +- .../views/settings/SecureBackupPanel.tsx | 2 +- .../views/settings/account/EmailAddresses.tsx | 2 +- .../views/settings/account/PhoneNumbers.tsx | 2 +- .../settings/devices/DeviceDetailHeading.tsx | 2 +- .../settings/devices/FilteredDeviceList.tsx | 2 +- .../settings/discovery/EmailAddresses.tsx | 2 +- .../views/settings/discovery/PhoneNumbers.tsx | 2 +- .../tabs/room/NotificationSettingsTab.tsx | 2 +- .../tabs/user/MjolnirUserSettingsTab.tsx | 2 +- .../settings/tabs/user/SessionManagerTab.tsx | 2 +- .../views/spaces/SpaceBasicSettings.tsx | 4 +- src/components/views/spaces/SpacePanel.tsx | 6 +-- .../views/spaces/SpaceSettingsGeneralTab.tsx | 2 +- .../views/spaces/SpaceTreeLevel.tsx | 2 +- .../views/terms/InlineTermsAgreement.tsx | 2 +- .../verification/VerificationShowSas.tsx | 2 +- src/components/views/voip/CallView.tsx | 2 +- .../LegacyCallView/LegacyCallViewHeader.tsx | 2 +- src/i18n/strings/ar.json | 33 ++++++------ src/i18n/strings/az.json | 16 +++--- src/i18n/strings/be.json | 10 ++-- src/i18n/strings/bg.json | 41 +++++++------- src/i18n/strings/bs.json | 6 ++- src/i18n/strings/ca.json | 26 ++++----- src/i18n/strings/cs.json | 53 +++++++++---------- src/i18n/strings/cy.json | 6 ++- src/i18n/strings/da.json | 22 ++++---- src/i18n/strings/de_DE.json | 53 +++++++++---------- src/i18n/strings/el.json | 49 +++++++++-------- src/i18n/strings/en_EN.json | 51 +++++++++--------- src/i18n/strings/en_US.json | 24 ++++----- src/i18n/strings/eo.json | 47 ++++++++-------- src/i18n/strings/es.json | 53 +++++++++---------- src/i18n/strings/et.json | 53 +++++++++---------- src/i18n/strings/eu.json | 39 +++++++------- src/i18n/strings/fa.json | 45 ++++++++-------- src/i18n/strings/fi.json | 53 +++++++++---------- src/i18n/strings/fr.json | 53 +++++++++---------- src/i18n/strings/ga.json | 45 ++++++++-------- src/i18n/strings/gl.json | 49 +++++++++-------- src/i18n/strings/he.json | 49 +++++++++-------- src/i18n/strings/hi.json | 16 +++--- src/i18n/strings/hr.json | 10 ++-- src/i18n/strings/hu.json | 53 +++++++++---------- src/i18n/strings/id.json | 53 +++++++++---------- src/i18n/strings/is.json | 51 +++++++++--------- src/i18n/strings/it.json | 53 +++++++++---------- src/i18n/strings/ja.json | 51 +++++++++--------- src/i18n/strings/jbo.json | 18 +++---- src/i18n/strings/ka.json | 6 ++- src/i18n/strings/kab.json | 39 +++++++------- src/i18n/strings/ko.json | 40 +++++++------- src/i18n/strings/lo.json | 49 +++++++++-------- src/i18n/strings/lt.json | 49 +++++++++-------- src/i18n/strings/lv.json | 39 +++++++------- src/i18n/strings/ml.json | 14 ++--- src/i18n/strings/mn.json | 4 +- src/i18n/strings/nb_NO.json | 47 ++++++++-------- src/i18n/strings/ne.json | 6 ++- src/i18n/strings/nl.json | 49 +++++++++-------- src/i18n/strings/nn.json | 39 +++++++------- src/i18n/strings/oc.json | 39 +++++++------- src/i18n/strings/pl.json | 53 +++++++++---------- src/i18n/strings/pt.json | 26 ++++----- src/i18n/strings/pt_BR.json | 47 ++++++++-------- src/i18n/strings/ro.json | 8 +-- src/i18n/strings/ru.json | 51 +++++++++--------- src/i18n/strings/si.json | 8 +-- src/i18n/strings/sk.json | 53 +++++++++---------- src/i18n/strings/sl.json | 6 ++- src/i18n/strings/sq.json | 53 +++++++++---------- src/i18n/strings/sr.json | 30 +++++------ src/i18n/strings/sr_Latn.json | 8 +-- src/i18n/strings/sv.json | 53 +++++++++---------- src/i18n/strings/ta.json | 16 +++--- src/i18n/strings/te.json | 14 ++--- src/i18n/strings/th.json | 30 +++++------ src/i18n/strings/tr.json | 39 +++++++------- src/i18n/strings/tzm.json | 22 ++++---- src/i18n/strings/uk.json | 53 +++++++++---------- src/i18n/strings/vi.json | 53 +++++++++---------- src/i18n/strings/vls.json | 30 +++++------ src/i18n/strings/zh_Hans.json | 53 +++++++++---------- src/i18n/strings/zh_Hant.json | 53 +++++++++---------- src/toasts/AnalyticsToast.tsx | 2 +- src/toasts/DesktopNotificationsToast.ts | 2 +- src/toasts/IncomingCallToast.tsx | 6 +-- src/toasts/IncomingLegacyCallToast.tsx | 2 +- src/toasts/MobileGuideToast.ts | 2 +- src/toasts/SetupEncryptionToast.ts | 4 +- src/toasts/UpdateToast.tsx | 6 +-- 160 files changed, 1306 insertions(+), 1325 deletions(-) diff --git a/cypress/e2e/timeline/timeline.spec.ts b/cypress/e2e/timeline/timeline.spec.ts index 42e23a2bc49..2b5cda64835 100644 --- a/cypress/e2e/timeline/timeline.spec.ts +++ b/cypress/e2e/timeline/timeline.spec.ts @@ -197,10 +197,10 @@ describe("Timeline", () => { cy.get(".mx_GenericEventListSummary").within(() => { // Click "expand" link button - cy.findByRole("button", { name: "expand" }).click(); + cy.findByRole("button", { name: "Expand" }).click(); // Assert that the "expand" link button worked - cy.findByRole("button", { name: "collapse" }).should("exist"); + cy.findByRole("button", { name: "Collapse" }).should("exist"); }); cy.get(".mx_MainSplit").percySnapshotElement("Expanded GELS on IRC layout", { percyCSS }); @@ -224,10 +224,10 @@ describe("Timeline", () => { cy.get(".mx_GenericEventListSummary").within(() => { // Click "expand" link button - cy.findByRole("button", { name: "expand" }).click(); + cy.findByRole("button", { name: "Expand" }).click(); // Assert that the "expand" link button worked - cy.findByRole("button", { name: "collapse" }).should("exist"); + cy.findByRole("button", { name: "Collapse" }).should("exist"); }); cy.get(".mx_MainSplit").percySnapshotElement("Expanded GELS on modern layout", { percyCSS }); @@ -247,10 +247,10 @@ describe("Timeline", () => { cy.get(".mx_GenericEventListSummary").within(() => { // Click "expand" link button - cy.findByRole("button", { name: "expand" }).click(); + cy.findByRole("button", { name: "Expand" }).click(); // Assert that the "expand" link button worked - cy.findByRole("button", { name: "collapse" }).should("exist"); + cy.findByRole("button", { name: "Collapse" }).should("exist"); }); // Make sure spacer is not visible on bubble layout @@ -270,10 +270,10 @@ describe("Timeline", () => { .realHover() .findByRole("toolbar", { name: "Message Actions" }) .should("be.visible"); - cy.findByRole("button", { name: "collapse" }).click(); + cy.findByRole("button", { name: "Collapse" }).click(); // Assert that "collapse" link button worked - cy.findByRole("button", { name: "expand" }).should("exist"); + cy.findByRole("button", { name: "Expand" }).should("exist"); }); // Save snapshot of collapsed generic event list summary on bubble layout @@ -292,7 +292,7 @@ describe("Timeline", () => { }); // Click "expand" link button - cy.get(".mx_GenericEventListSummary").findByRole("button", { name: "expand" }).click(); + cy.get(".mx_GenericEventListSummary").findByRole("button", { name: "Expand" }).click(); // Check the event line has margin instead of inset property // cf. _EventTile.pcss @@ -388,7 +388,7 @@ describe("Timeline", () => { // 2. Alignment of expanded GELS and messages // Click "expand" link button - cy.get(".mx_GenericEventListSummary").findByRole("button", { name: "expand" }).click(); + cy.get(".mx_GenericEventListSummary").findByRole("button", { name: "Expand" }).click(); // Check inline start spacing of info line on expanded GELS cy.get(".mx_EventTile[data-layout=irc].mx_EventTile_info:first-of-type .mx_EventTile_line") // See: _EventTile.pcss diff --git a/res/css/views/elements/_GenericEventListSummary.pcss b/res/css/views/elements/_GenericEventListSummary.pcss index cfb62d0d37b..f05a15b44d2 100644 --- a/res/css/views/elements/_GenericEventListSummary.pcss +++ b/res/css/views/elements/_GenericEventListSummary.pcss @@ -31,6 +31,11 @@ limitations under the License. } } + .mx_GenericEventListSummary_toggle { + // We reuse a title cased translation + text-transform: lowercase; + } + &[data-layout="irc"], &[data-layout="group"] { .mx_GenericEventListSummary_toggle { diff --git a/src/AddThreepid.ts b/src/AddThreepid.ts index bc9958cb6df..37cd1e78aae 100644 --- a/src/AddThreepid.ts +++ b/src/AddThreepid.ts @@ -226,7 +226,7 @@ export default class AddThreepid { [SSOAuthEntry.PHASE_POSTAUTH]: { title: _t("Confirm adding email"), body: _t("Click the button below to confirm adding this email address."), - continueText: _t("Confirm"), + continueText: _t("action|confirm"), continueKind: "primary", }, }; @@ -329,7 +329,7 @@ export default class AddThreepid { [SSOAuthEntry.PHASE_POSTAUTH]: { title: _t("Confirm adding phone number"), body: _t("Click the button below to confirm adding this phone number."), - continueText: _t("Confirm"), + continueText: _t("action|confirm"), continueKind: "primary", }, }; diff --git a/src/AsyncWrapper.tsx b/src/AsyncWrapper.tsx index c0162ad95d0..901699a3597 100644 --- a/src/AsyncWrapper.tsx +++ b/src/AsyncWrapper.tsx @@ -80,7 +80,7 @@ export default class AsyncWrapper extends React.Component { {_t("Unable to load! Check your network connectivity and try again.")} diff --git a/src/IdentityAuthClient.tsx b/src/IdentityAuthClient.tsx index 78dc1ea0af8..a596156addf 100644 --- a/src/IdentityAuthClient.tsx +++ b/src/IdentityAuthClient.tsx @@ -151,7 +151,7 @@ export default class IdentityAuthClient {

{_t("Only continue if you trust the owner of the server.")}

), - button: _t("Trust"), + button: _t("action|trust"), }); const [confirmed] = await finished; if (confirmed) { diff --git a/src/MatrixClientPeg.ts b/src/MatrixClientPeg.ts index 5c750702113..517d264597e 100644 --- a/src/MatrixClientPeg.ts +++ b/src/MatrixClientPeg.ts @@ -212,7 +212,7 @@ class MatrixClientPegClass implements IMatrixClientPeg { description: _t( "This may be caused by having the app open in multiple tabs or due to clearing browser data.", ), - button: _t("Reload"), + button: _t("action|reload"), }); const [reload] = await finished; if (!reload) return; diff --git a/src/SecurityManager.ts b/src/SecurityManager.ts index 16cd300b7a5..45b3d220020 100644 --- a/src/SecurityManager.ts +++ b/src/SecurityManager.ts @@ -76,7 +76,7 @@ async function confirmToDismiss(): Promise { description: _t("Are you sure you want to cancel entering passphrase?"), danger: false, button: _t("Go Back"), - cancelButton: _t("Cancel"), + cancelButton: _t("action|cancel"), }).finished; return !sure; } diff --git a/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx b/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx index 1ab58b715e1..bb7b78e5718 100644 --- a/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx +++ b/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx @@ -309,7 +309,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent
@@ -660,7 +660,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent @@ -718,7 +718,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent @@ -837,7 +837,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent diff --git a/src/async-components/views/dialogs/security/ExportE2eKeysDialog.tsx b/src/async-components/views/dialogs/security/ExportE2eKeysDialog.tsx index eaa4d19de20..3a1d89a414e 100644 --- a/src/async-components/views/dialogs/security/ExportE2eKeysDialog.tsx +++ b/src/async-components/views/dialogs/security/ExportE2eKeysDialog.tsx @@ -220,7 +220,7 @@ export default class ExportE2eKeysDialog extends React.Component disabled={disableForm} /> diff --git a/src/async-components/views/dialogs/security/ImportE2eKeysDialog.tsx b/src/async-components/views/dialogs/security/ImportE2eKeysDialog.tsx index dbc3c6cff70..b65e104170d 100644 --- a/src/async-components/views/dialogs/security/ImportE2eKeysDialog.tsx +++ b/src/async-components/views/dialogs/security/ImportE2eKeysDialog.tsx @@ -191,7 +191,7 @@ export default class ImportE2eKeysDialog extends React.Component disabled={!this.state.enableSubmit || disableForm} /> diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index 1c88b2bcd19..9d99f3e39f7 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -1597,7 +1597,7 @@ export default class MatrixChat extends React.PureComponent { ), button: _t("Review terms and conditions"), - cancelButton: _t("Dismiss"), + cancelButton: _t("action|dismiss"), onFinished: (confirmed) => { if (confirmed) { const wnd = window.open(consentUri, "_blank")!; @@ -2098,7 +2098,7 @@ export default class MatrixChat extends React.PureComponent {
- {_t("Logout")} + {_t("action|logout")}
diff --git a/src/components/structures/SpaceHierarchy.tsx b/src/components/structures/SpaceHierarchy.tsx index d2cb218f4a3..565a48ea7f8 100644 --- a/src/components/structures/SpaceHierarchy.tsx +++ b/src/components/structures/SpaceHierarchy.tsx @@ -163,13 +163,13 @@ const Tile: React.FC = ({ onFocus={onFocus} tabIndex={isActive ? 0 : -1} > - {_t("View")} + {_t("action|view")} ); } else { button = ( - {_t("Join")} + {_t("action|join")} ); } diff --git a/src/components/views/auth/InteractiveAuthEntryComponents.tsx b/src/components/views/auth/InteractiveAuthEntryComponents.tsx index 7926de2593b..09c0cbd8f94 100644 --- a/src/components/views/auth/InteractiveAuthEntryComponents.tsx +++ b/src/components/views/auth/InteractiveAuthEntryComponents.tsx @@ -396,7 +396,7 @@ export class TermsAuthEntry extends React.Component - {_t("Accept")} + {_t("action|accept")} ); } @@ -868,7 +868,7 @@ export class SSOAuthEntry extends React.Component - {_t("Cancel")} + {_t("action|cancel")} ); if (this.state.phase === SSOAuthEntry.PHASE_PREAUTH) { @@ -880,7 +880,7 @@ export class SSOAuthEntry extends React.Component - {this.props.continueText || _t("Confirm")} + {this.props.continueText || _t("action|confirm")} ); } diff --git a/src/components/views/auth/LoginWithQRFlow.tsx b/src/components/views/auth/LoginWithQRFlow.tsx index d970da637a9..19204f18231 100644 --- a/src/components/views/auth/LoginWithQRFlow.tsx +++ b/src/components/views/auth/LoginWithQRFlow.tsx @@ -54,7 +54,7 @@ export default class LoginWithQRFlow extends React.Component { private cancelButton = (): JSX.Element => ( - {_t("Cancel")} + {_t("action|cancel")} ); @@ -156,7 +156,7 @@ export default class LoginWithQRFlow extends React.Component { kind="primary_outline" onClick={this.handleClick(Click.Decline)} > - {_t("Cancel")} + {_t("action|cancel")} = ({ initialFocusedBeacon, roomId, matr onClick={onFinished} data-testid="beacon-view-dialog-fallback-close" > - {_t("Close")} + {_t("action|close")} )} diff --git a/src/components/views/beacon/OwnBeaconStatus.tsx b/src/components/views/beacon/OwnBeaconStatus.tsx index f4cec89a167..d41b881deef 100644 --- a/src/components/views/beacon/OwnBeaconStatus.tsx +++ b/src/components/views/beacon/OwnBeaconStatus.tsx @@ -65,7 +65,7 @@ const OwnBeaconStatus: React.FC> = ({ beacon, className="mx_OwnBeaconStatus_button mx_OwnBeaconStatus_destructiveButton" disabled={stoppingInProgress} > - {_t("Stop")} + {_t("action|stop")} )} {hasLocationPublishError && ( diff --git a/src/components/views/beacon/RoomCallBanner.tsx b/src/components/views/beacon/RoomCallBanner.tsx index 2f27b0cfdd5..27df9e22742 100644 --- a/src/components/views/beacon/RoomCallBanner.tsx +++ b/src/components/views/beacon/RoomCallBanner.tsx @@ -77,7 +77,7 @@ const RoomCallBannerInner: React.FC = ({ roomId, call }) => - {_t("Join")} + {_t("action|join")} ); diff --git a/src/components/views/beacon/RoomLiveShareWarning.tsx b/src/components/views/beacon/RoomLiveShareWarning.tsx index 1c14624964d..541e2329d0c 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("action|retry") : _t("Stop")} + {hasError ? _t("action|retry") : _t("action|stop")} {hasLocationPublishError && (
- + diff --git a/src/components/views/dialogs/ChangelogDialog.tsx b/src/components/views/dialogs/ChangelogDialog.tsx index f44a092e391..e907ecd5897 100644 --- a/src/components/views/dialogs/ChangelogDialog.tsx +++ b/src/components/views/dialogs/ChangelogDialog.tsx @@ -119,7 +119,7 @@ export default class ChangelogDialog extends React.Component { ); diff --git a/src/components/views/dialogs/ConfirmWipeDeviceDialog.tsx b/src/components/views/dialogs/ConfirmWipeDeviceDialog.tsx index fc2ab91c39c..e2743c37b03 100644 --- a/src/components/views/dialogs/ConfirmWipeDeviceDialog.tsx +++ b/src/components/views/dialogs/ConfirmWipeDeviceDialog.tsx @@ -52,7 +52,7 @@ export default class ConfirmWipeDeviceDialog extends React.Component { primaryButton={_t("Clear all data")} onPrimaryButtonClick={this.onConfirm} primaryButtonClass="danger" - cancelButton={_t("Cancel")} + cancelButton={_t("action|cancel")} onCancel={this.onDecline} /> diff --git a/src/components/views/dialogs/CreateSubspaceDialog.tsx b/src/components/views/dialogs/CreateSubspaceDialog.tsx index 815dc595d64..cd8f1e67b4d 100644 --- a/src/components/views/dialogs/CreateSubspaceDialog.tsx +++ b/src/components/views/dialogs/CreateSubspaceDialog.tsx @@ -188,7 +188,7 @@ const CreateSubspaceDialog: React.FC = ({ space, onAddExistingSpaceClick
onFinished(false)}> - {_t("Cancel")} + {_t("action|cancel")} {busy ? _t("Adding…") : _t("Add")} diff --git a/src/components/views/dialogs/ExportDialog.tsx b/src/components/views/dialogs/ExportDialog.tsx index b1bb05eb22b..e007f41e19e 100644 --- a/src/components/views/dialogs/ExportDialog.tsx +++ b/src/components/views/dialogs/ExportDialog.tsx @@ -312,7 +312,7 @@ const ExportDialog: React.FC = ({ room, onFinished }) => { >

{_t("Are you sure you want to stop exporting your data? If you do, you'll need to start over.")}

= ({ room, onFinished }) => {

{exportProgressText}

= ({ Modal.createDialog(InfoDialog, { title, description: _t("Feedback sent! Thanks, we appreciate it!"), - button: _t("Close"), + button: _t("action|close"), hasCloseButton: false, fixedWidth: false, }); diff --git a/src/components/views/dialogs/InteractiveAuthDialog.tsx b/src/components/views/dialogs/InteractiveAuthDialog.tsx index 4faa6746376..fbb57148939 100644 --- a/src/components/views/dialogs/InteractiveAuthDialog.tsx +++ b/src/components/views/dialogs/InteractiveAuthDialog.tsx @@ -105,7 +105,7 @@ export default class InteractiveAuthDialog extends React.Component extends React.Component{this.state.authError.message || this.state.authError.toString()}
- {_t("Dismiss")} + {_t("action|dismiss")} ); diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx index cea25422a6a..f3d49378c57 100644 --- a/src/components/views/dialogs/InviteDialog.tsx +++ b/src/components/views/dialogs/InviteDialog.tsx @@ -1419,7 +1419,7 @@ export default class InviteDialog extends React.PureComponent - {_t("Cancel")} + {_t("action|cancel")}
= ({ room, selected = [], {inviteOnlyWarning}
onFinished()}> - {_t("Cancel")} + {_t("action|cancel")} onFinished(Array.from(newSelected))}> - {_t("Confirm")} + {_t("action|confirm")}
diff --git a/src/components/views/dialogs/RoomUpgradeWarningDialog.tsx b/src/components/views/dialogs/RoomUpgradeWarningDialog.tsx index 53c0d5bc3de..cc074f47d2a 100644 --- a/src/components/views/dialogs/RoomUpgradeWarningDialog.tsx +++ b/src/components/views/dialogs/RoomUpgradeWarningDialog.tsx @@ -173,9 +173,9 @@ export default class RoomUpgradeWarningDialog extends React.Component ); diff --git a/src/components/views/dialogs/ScrollableBaseModal.tsx b/src/components/views/dialogs/ScrollableBaseModal.tsx index 5ffdfafb712..21da033da42 100644 --- a/src/components/views/dialogs/ScrollableBaseModal.tsx +++ b/src/components/views/dialogs/ScrollableBaseModal.tsx @@ -104,7 +104,7 @@ export default abstract class ScrollableBaseModal<
{this.renderContent()}
- {this.state.cancelLabel ?? _t("Cancel")} + {this.state.cancelLabel ?? _t("action|cancel")} { primaryButton={_t("Reset event store")} onPrimaryButtonClick={this.props.onFinished.bind(null, true)} primaryButtonClass="danger" - cancelButton={_t("Cancel")} + cancelButton={_t("action|cancel")} onCancel={this.props.onFinished.bind(null, false)} /> diff --git a/src/components/views/dialogs/SetEmailDialog.tsx b/src/components/views/dialogs/SetEmailDialog.tsx index 09be9323ff9..43ba5b9e8c2 100644 --- a/src/components/views/dialogs/SetEmailDialog.tsx +++ b/src/components/views/dialogs/SetEmailDialog.tsx @@ -179,7 +179,7 @@ export default class SetEmailDialog extends React.Component { value={_t("action|continue")} onClick={this.onSubmit} /> - +
); diff --git a/src/components/views/dialogs/TermsDialog.tsx b/src/components/views/dialogs/TermsDialog.tsx index 0ab525910d8..1ef4c667f23 100644 --- a/src/components/views/dialogs/TermsDialog.tsx +++ b/src/components/views/dialogs/TermsDialog.tsx @@ -205,7 +205,7 @@ export default class TermsDialog extends React.PureComponent{_t("Service")} {_t("Summary")} {_t("Document")} - {_t("Accept")} + {_t("action|accept")} {rows} diff --git a/src/components/views/dialogs/UploadConfirmDialog.tsx b/src/components/views/dialogs/UploadConfirmDialog.tsx index a2203f30cbb..a98752ef32a 100644 --- a/src/components/views/dialogs/UploadConfirmDialog.tsx +++ b/src/components/views/dialogs/UploadConfirmDialog.tsx @@ -123,7 +123,7 @@ export default class UploadConfirmDialog extends React.Component { = ({
{hasOpenedLogoutLink ? ( onFinished(true)}> - {_t("Close")} + {_t("action|close")} ) : ( <> onFinished(false)}> - {_t("Cancel")} + {_t("action|cancel")} - {_t("Upload")} + {_t("action|upload")}
diff --git a/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx b/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx index 5e95e5ba72c..027dd7705d9 100644 --- a/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx +++ b/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx @@ -52,7 +52,7 @@ export default class ConfirmDestroyCrossSigningDialog extends React.Component diff --git a/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx b/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx index 916efab8506..0a55fc6de4e 100644 --- a/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx +++ b/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx @@ -120,7 +120,7 @@ export default class CreateCrossSigningDialog extends React.PureComponent = ({ initialText = "", initialFilter = n onClick={listener} tabIndex={-1} > - {showViewButton ? _t("View") : _t("Join")} + {showViewButton ? _t("action|view") : _t("action|join")} } aria-labelledby={`mx_SpotlightDialog_button_result_${result.publicRoom.room_id}_name`} diff --git a/src/components/views/elements/DesktopCapturerSourcePicker.tsx b/src/components/views/elements/DesktopCapturerSourcePicker.tsx index 70ed050d6f9..83ece950347 100644 --- a/src/components/views/elements/DesktopCapturerSourcePicker.tsx +++ b/src/components/views/elements/DesktopCapturerSourcePicker.tsx @@ -166,7 +166,7 @@ export default class DesktopCapturerSourcePicker extends React.Component { className={this.props.cancelButtonClass} disabled={this.props.disabled} > - {this.props.cancelButton || _t("Cancel")} + {this.props.cancelButton || _t("action|cancel")} ); } diff --git a/src/components/views/elements/GenericEventListSummary.tsx b/src/components/views/elements/GenericEventListSummary.tsx index f9668c2ca46..a93d1c238ab 100644 --- a/src/components/views/elements/GenericEventListSummary.tsx +++ b/src/components/views/elements/GenericEventListSummary.tsx @@ -130,7 +130,7 @@ const GenericEventListSummary: React.FC = ({ onClick={toggleExpanded} aria-expanded={expanded} > - {expanded ? _t("collapse") : _t("expand")} + {expanded ? _t("action|collapse") : _t("action|expand")} {body} diff --git a/src/components/views/elements/ImageView.tsx b/src/components/views/elements/ImageView.tsx index 81c6d61e56c..b321af996fd 100644 --- a/src/components/views/elements/ImageView.tsx +++ b/src/components/views/elements/ImageView.tsx @@ -571,7 +571,7 @@ export default class ImageView extends React.Component { {contextMenuButton} {this.renderContextMenu()} diff --git a/src/components/views/elements/PollCreateDialog.tsx b/src/components/views/elements/PollCreateDialog.tsx index 16c8a69b586..1de444d42a0 100644 --- a/src/components/views/elements/PollCreateDialog.tsx +++ b/src/components/views/elements/PollCreateDialog.tsx @@ -177,7 +177,7 @@ export default class PollCreateDialog extends ScrollableBaseModal { if (!tryAgain) { this.cancel(); diff --git a/src/components/views/elements/ServerPicker.tsx b/src/components/views/elements/ServerPicker.tsx index d5fabc2eaee..d5bc7d39c1d 100644 --- a/src/components/views/elements/ServerPicker.tsx +++ b/src/components/views/elements/ServerPicker.tsx @@ -50,7 +50,7 @@ const onHelpClick = (): void => { "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.", { brand }, ), - button: _t("Dismiss"), + button: _t("action|dismiss"), hasCloseButton: false, fixedWidth: false, }, diff --git a/src/components/views/elements/UseCaseSelection.tsx b/src/components/views/elements/UseCaseSelection.tsx index 2f7f171fad4..d8679ef300f 100644 --- a/src/components/views/elements/UseCaseSelection.tsx +++ b/src/components/views/elements/UseCaseSelection.tsx @@ -78,7 +78,7 @@ export function UseCaseSelection({ onFinished }: Props): JSX.Element {
setSelected(UseCase.Skip)}> - {_t("Skip")} + {_t("action|skip")}
diff --git a/src/components/views/location/ShareDialogButtons.tsx b/src/components/views/location/ShareDialogButtons.tsx index e2826602152..c502bf5c3ee 100644 --- a/src/components/views/location/ShareDialogButtons.tsx +++ b/src/components/views/location/ShareDialogButtons.tsx @@ -44,7 +44,7 @@ const ShareDialogButtons: React.FC = ({ onBack, onCancel, displayBack }) diff --git a/src/components/views/location/shareLocation.ts b/src/components/views/location/shareLocation.ts index 08fd31ac10d..eeda324477b 100644 --- a/src/components/views/location/shareLocation.ts +++ b/src/components/views/location/shareLocation.ts @@ -87,7 +87,7 @@ const getDefaultErrorParams = ( brand: SdkConfig.get().brand, }), button: _t("Try again"), - cancelButton: _t("Cancel"), + cancelButton: _t("action|cancel"), onFinished: (tryAgain: boolean) => { if (tryAgain) { openMenu(); diff --git a/src/components/views/messages/CallEvent.tsx b/src/components/views/messages/CallEvent.tsx index 01dc2afbaeb..19d6af1640f 100644 --- a/src/components/views/messages/CallEvent.tsx +++ b/src/components/views/messages/CallEvent.tsx @@ -129,9 +129,9 @@ const ActiveLoadedCallEvent = forwardRef(({ mxE const [buttonText, buttonKind, onButtonClick] = useMemo(() => { switch (connectionState) { case ConnectionState.Disconnected: - return [_t("Join"), "primary", connect]; + return [_t("action|join"), "primary", connect]; case ConnectionState.Connecting: - return [_t("Join"), "primary", null]; + return [_t("action|join"), "primary", null]; case ConnectionState.Connected: return [_t("action|leave"), "danger", disconnect]; case ConnectionState.Disconnecting: @@ -189,7 +189,7 @@ export const CallEvent = forwardRef(({ mxEvent }, ref) => { mxEvent={mxEvent} call={null} participatingMembers={[]} - buttonText={_t("Join")} + buttonText={_t("action|join")} buttonKind="primary" onButtonClick={null} /> diff --git a/src/components/views/messages/LegacyCallEvent.tsx b/src/components/views/messages/LegacyCallEvent.tsx index 555745b20c1..a79a2701b33 100644 --- a/src/components/views/messages/LegacyCallEvent.tsx +++ b/src/components/views/messages/LegacyCallEvent.tsx @@ -144,7 +144,7 @@ export default class LegacyCallEvent extends React.PureComponent onClick={this.props.callEventGrouper.answerCall} kind="primary" > - {_t("Accept")} + {_t("action|accept")} {this.props.timestamp} diff --git a/src/components/views/messages/MKeyVerificationRequest.tsx b/src/components/views/messages/MKeyVerificationRequest.tsx index 7903c0c57a9..3bf84f8f282 100644 --- a/src/components/views/messages/MKeyVerificationRequest.tsx +++ b/src/components/views/messages/MKeyVerificationRequest.tsx @@ -173,7 +173,7 @@ export default class MKeyVerificationRequest extends React.Component { {_t("action|decline")} - {_t("Accept")} + {_t("action|accept")} ); diff --git a/src/components/views/messages/MessageActionBar.tsx b/src/components/views/messages/MessageActionBar.tsx index 5f1e7f27dce..9599da399b4 100644 --- a/src/components/views/messages/MessageActionBar.tsx +++ b/src/components/views/messages/MessageActionBar.tsx @@ -404,7 +404,7 @@ export default class MessageActionBar extends React.PureComponent = forwardRef( data-testid="base-card-close-button" className="mx_BaseCard_close" onClick={onClose} - title={closeLabel || _t("Close")} + title={closeLabel || _t("action|close")} /> ); } diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx index f47a2bdffe3..c8f42c9d150 100644 --- a/src/components/views/right_panel/RoomSummaryCard.tsx +++ b/src/components/views/right_panel/RoomSummaryCard.tsx @@ -162,7 +162,7 @@ const AppRow: React.FC = ({ app, room }) => { WidgetLayoutStore.instance.moveToContainer(room, app, Container.Center); }; - const maximiseTitle = isMaximised ? _t("Close") : _t("Maximise"); + const maximiseTitle = isMaximised ? _t("action|close") : _t("Maximise"); let openTitle = ""; if (isPinned) { diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx index bee914b5148..ed2dacc32d7 100644 --- a/src/components/views/right_panel/UserInfo.tsx +++ b/src/components/views/right_panel/UserInfo.tsx @@ -1483,7 +1483,7 @@ const BasicUserInfo: React.FC<{ } }} > - {_t("Verify")} + {_t("action|verify")} ); @@ -1716,7 +1716,7 @@ const UserInfo: React.FC = ({ user, room, onClose, phase = RightPanelPha if (phase === RightPanelPhases.EncryptionPanel) { const verificationRequest = (props as React.ComponentProps).verificationRequest; if (verificationRequest && verificationRequest.pending) { - closeLabel = _t("Cancel"); + closeLabel = _t("action|cancel"); } } diff --git a/src/components/views/room_settings/RoomProfileSettings.tsx b/src/components/views/room_settings/RoomProfileSettings.tsx index e0e9aeb5651..d0af87bbb49 100644 --- a/src/components/views/room_settings/RoomProfileSettings.tsx +++ b/src/components/views/room_settings/RoomProfileSettings.tsx @@ -226,7 +226,7 @@ export default class RoomProfileSettings extends React.Component profileSettingsButtons = (
- {_t("Cancel")} + {_t("action|cancel")} {_t("action|save")} diff --git a/src/components/views/rooms/EditMessageComposer.tsx b/src/components/views/rooms/EditMessageComposer.tsx index fd9151ce1c5..015a9f8209c 100644 --- a/src/components/views/rooms/EditMessageComposer.tsx +++ b/src/components/views/rooms/EditMessageComposer.tsx @@ -487,7 +487,7 @@ class EditMessageComposer extends React.Component
- {_t("Cancel")} + {_t("action|cancel")} {_t("action|save")} diff --git a/src/components/views/rooms/LinkPreviewGroup.tsx b/src/components/views/rooms/LinkPreviewGroup.tsx index a87e91fb521..bc031a8c629 100644 --- a/src/components/views/rooms/LinkPreviewGroup.tsx +++ b/src/components/views/rooms/LinkPreviewGroup.tsx @@ -58,7 +58,7 @@ const LinkPreviewGroup: React.FC = ({ links, mxEvent, onCancelClick, onH toggleButton = ( {expanded - ? _t("Collapse") + ? _t("action|collapse") : _t("Show %(count)s other previews", { count: previews.length - showPreviews.length })} ); diff --git a/src/components/views/rooms/RoomPreviewBar.tsx b/src/components/views/rooms/RoomPreviewBar.tsx index 2db7f35b04e..8aa2eca24d3 100644 --- a/src/components/views/rooms/RoomPreviewBar.tsx +++ b/src/components/views/rooms/RoomPreviewBar.tsx @@ -349,7 +349,7 @@ export default class RoomPreviewBar extends React.Component { } if (opts.canJoin) { title = _t("Join the room to participate"); - primaryActionLabel = _t("Join"); + primaryActionLabel = _t("action|join"); primaryActionHandler = () => { ModuleRunner.instance.invoke(RoomViewLifecycle.JoinFromRoomPreview, this.props.roomId); }; @@ -524,7 +524,7 @@ export default class RoomPreviewBar extends React.Component { } else { title = _t("Do you want to join %(roomName)s?", { roomName }); subTitle = [avatar, _t(" invited you", {}, { userName: () => inviterElement })]; - primaryActionLabel = _t("Accept"); + primaryActionLabel = _t("action|accept"); } const myUserId = MatrixClientPeg.safeGet().getSafeUserId(); @@ -541,7 +541,7 @@ export default class RoomPreviewBar extends React.Component { } primaryActionHandler = this.props.onJoinClick; - secondaryActionLabel = _t("Reject"); + secondaryActionLabel = _t("action|reject"); secondaryActionHandler = this.props.onRejectClick; if (this.props.onRejectAndIgnoreClick) { diff --git a/src/components/views/rooms/RoomPreviewCard.tsx b/src/components/views/rooms/RoomPreviewCard.tsx index 0d4311e0cc3..cbb556859c1 100644 --- a/src/components/views/rooms/RoomPreviewCard.tsx +++ b/src/components/views/rooms/RoomPreviewCard.tsx @@ -121,7 +121,7 @@ const RoomPreviewCard: FC = ({ room, onJoinButtonClicked, onRejectButton onRejectButtonClicked(); }} > - {_t("Reject")} + {_t("action|reject")} = ({ room, onJoinButtonClicked, onRejectButton onJoinButtonClicked(); }} > - {_t("Accept")} + {_t("action|accept")} ); @@ -147,7 +147,7 @@ const RoomPreviewCard: FC = ({ room, onJoinButtonClicked, onRejectButton }} disabled={cannotJoin} > - {_t("Join")} + {_t("action|join")} ); } diff --git a/src/components/views/rooms/SearchBar.tsx b/src/components/views/rooms/SearchBar.tsx index d171ad06282..ca0dee5dfab 100644 --- a/src/components/views/rooms/SearchBar.tsx +++ b/src/components/views/rooms/SearchBar.tsx @@ -135,7 +135,7 @@ export default class SearchBar extends React.Component {
diff --git a/src/components/views/rooms/ThirdPartyMemberInfo.tsx b/src/components/views/rooms/ThirdPartyMemberInfo.tsx index b8682e27515..1b2b9386b40 100644 --- a/src/components/views/rooms/ThirdPartyMemberInfo.tsx +++ b/src/components/views/rooms/ThirdPartyMemberInfo.tsx @@ -145,7 +145,7 @@ export default class ThirdPartyMemberInfo extends React.Component {scopeHeader}
- +

{this.state.displayName}

diff --git a/src/components/views/rooms/VoiceRecordComposerTile.tsx b/src/components/views/rooms/VoiceRecordComposerTile.tsx index 78043dc6a76..067cd3f6d4e 100644 --- a/src/components/views/rooms/VoiceRecordComposerTile.tsx +++ b/src/components/views/rooms/VoiceRecordComposerTile.tsx @@ -294,7 +294,7 @@ export default class VoiceRecordComposerTile extends React.PureComponent ); diff --git a/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx b/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx index 17fffbe34b4..d79094e565f 100644 --- a/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx +++ b/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx @@ -33,7 +33,7 @@ export function EditionButtons({ return (
- {_t("Cancel")} + {_t("action|cancel")} {_t("action|save")} diff --git a/src/components/views/settings/AddPrivilegedUsers.tsx b/src/components/views/settings/AddPrivilegedUsers.tsx index 90e212aa88f..8c71a8bd037 100644 --- a/src/components/views/settings/AddPrivilegedUsers.tsx +++ b/src/components/views/settings/AddPrivilegedUsers.tsx @@ -98,7 +98,7 @@ export const AddPrivilegedUsers: React.FC = ({ room, de onClick={null} data-testid="add-privileged-users-submit-button" > - {_t("Apply")} + {_t("action|apply")} diff --git a/src/components/views/settings/AvatarSetting.tsx b/src/components/views/settings/AvatarSetting.tsx index a64b33b4a38..4aaadc2acff 100644 --- a/src/components/views/settings/AvatarSetting.tsx +++ b/src/components/views/settings/AvatarSetting.tsx @@ -94,7 +94,7 @@ const AvatarSetting: React.FC = ({ avatarUrl, avatarAltText, avatarName, {avatarElement} ); diff --git a/src/components/views/settings/account/PhoneNumbers.tsx b/src/components/views/settings/account/PhoneNumbers.tsx index d883d2a3471..4b027e171df 100644 --- a/src/components/views/settings/account/PhoneNumbers.tsx +++ b/src/components/views/settings/account/PhoneNumbers.tsx @@ -109,7 +109,7 @@ export class ExistingPhoneNumber extends React.Component - {_t("Cancel")} + {_t("action|cancel")}
); diff --git a/src/components/views/settings/devices/DeviceDetailHeading.tsx b/src/components/views/settings/devices/DeviceDetailHeading.tsx index 5879abfd2ba..8a28c85fd42 100644 --- a/src/components/views/settings/devices/DeviceDetailHeading.tsx +++ b/src/components/views/settings/devices/DeviceDetailHeading.tsx @@ -117,7 +117,7 @@ const DeviceNameEditor: React.FC void }> = ({ devic data-testid="device-rename-cancel-cta" disabled={isLoading} > - {_t("Cancel")} + {_t("action|cancel")} {isLoading && }
diff --git a/src/components/views/settings/devices/FilteredDeviceList.tsx b/src/components/views/settings/devices/FilteredDeviceList.tsx index 805e62a54a6..2b74d88613e 100644 --- a/src/components/views/settings/devices/FilteredDeviceList.tsx +++ b/src/components/views/settings/devices/FilteredDeviceList.tsx @@ -344,7 +344,7 @@ export const FilteredDeviceList = forwardRef( onClick={() => setSelectedDeviceIds([])} className="mx_FilteredDeviceList_headerButton" > - {_t("Cancel")} + {_t("action|cancel")}
) : ( diff --git a/src/components/views/settings/discovery/EmailAddresses.tsx b/src/components/views/settings/discovery/EmailAddresses.tsx index 3f3dd106aad..f8b5ca83b67 100644 --- a/src/components/views/settings/discovery/EmailAddresses.tsx +++ b/src/components/views/settings/discovery/EmailAddresses.tsx @@ -208,7 +208,7 @@ export class EmailAddress extends React.Component - {_t("Share")} + {_t("action|share")} ); } diff --git a/src/components/views/settings/discovery/PhoneNumbers.tsx b/src/components/views/settings/discovery/PhoneNumbers.tsx index d1002111d09..3a67061cbf2 100644 --- a/src/components/views/settings/discovery/PhoneNumbers.tsx +++ b/src/components/views/settings/discovery/PhoneNumbers.tsx @@ -216,7 +216,7 @@ export class PhoneNumber extends React.Component - {_t("Share")} + {_t("action|share")} ); } diff --git a/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx b/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx index 42099681fc0..7ac0bc64b1c 100644 --- a/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx +++ b/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx @@ -269,7 +269,7 @@ export default class NotificationsSettingsTab extends React.Component - {_t("Reset")} + {_t("action|reset")}
diff --git a/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx b/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx index 53fb1da10d7..2567cef4d45 100644 --- a/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx +++ b/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx @@ -166,7 +166,7 @@ export default class MjolnirUserSettingsTab extends React.Component<{}, IState> {renderRules(list.userRules)}
), - button: _t("Close"), + button: _t("action|close"), hasCancelButton: false, }); } diff --git a/src/components/views/settings/tabs/user/SessionManagerTab.tsx b/src/components/views/settings/tabs/user/SessionManagerTab.tsx index 56b852db8d6..5315b4c994b 100644 --- a/src/components/views/settings/tabs/user/SessionManagerTab.tsx +++ b/src/components/views/settings/tabs/user/SessionManagerTab.tsx @@ -54,7 +54,7 @@ const confirmSignOut = async (sessionsToSignOutCount: number): Promise

), - cancelButton: _t("Cancel"), + cancelButton: _t("action|cancel"), button: _t("Sign out"), }); const [confirmed] = await finished; diff --git a/src/components/views/spaces/SpaceBasicSettings.tsx b/src/components/views/spaces/SpaceBasicSettings.tsx index 4b51cfa7a88..be38dcc065d 100644 --- a/src/components/views/spaces/SpaceBasicSettings.tsx +++ b/src/components/views/spaces/SpaceBasicSettings.tsx @@ -69,7 +69,7 @@ export const SpaceAvatar: React.FC - {_t("Delete")} + {_t("action|delete")} ); @@ -86,7 +86,7 @@ export const SpaceAvatar: React.FC - {_t("Upload")} + {_t("action|upload")} ); diff --git a/src/components/views/spaces/SpacePanel.tsx b/src/components/views/spaces/SpacePanel.tsx index 308b69c6b53..575f840a352 100644 --- a/src/components/views/spaces/SpacePanel.tsx +++ b/src/components/views/spaces/SpacePanel.tsx @@ -240,7 +240,7 @@ const CreateSpaceButton: React.FC { setPanelCollapsed(!isPanelCollapsed)} - title={isPanelCollapsed ? _t("Expand") : _t("Collapse")} + title={isPanelCollapsed ? _t("action|expand") : _t("action|collapse")} tooltip={
- {isPanelCollapsed ? _t("Expand") : _t("Collapse")} + {isPanelCollapsed ? _t("action|expand") : _t("action|collapse")}
{IS_MAC diff --git a/src/components/views/spaces/SpaceSettingsGeneralTab.tsx b/src/components/views/spaces/SpaceSettingsGeneralTab.tsx index 94c55495bc6..36c7e6024af 100644 --- a/src/components/views/spaces/SpaceSettingsGeneralTab.tsx +++ b/src/components/views/spaces/SpaceSettingsGeneralTab.tsx @@ -119,7 +119,7 @@ const SpaceSettingsGeneralTab: React.FC = ({ matrixClient: cli, space }) disabled={busy || !(avatarChanged || nameChanged || topicChanged)} kind="link" > - {_t("Cancel")} + {_t("action|cancel")} {busy ? _t("Saving…") : _t("Save Changes")} diff --git a/src/components/views/spaces/SpaceTreeLevel.tsx b/src/components/views/spaces/SpaceTreeLevel.tsx index 9bf759b08a5..58bbb656c77 100644 --- a/src/components/views/spaces/SpaceTreeLevel.tsx +++ b/src/components/views/spaces/SpaceTreeLevel.tsx @@ -348,7 +348,7 @@ export class SpaceItem extends React.PureComponent { className="mx_SpaceButton_toggleCollapse" onClick={this.toggleCollapse} tabIndex={-1} - aria-label={collapsed ? _t("Expand") : _t("Collapse")} + aria-label={collapsed ? _t("action|expand") : _t("action|collapse")} /> ) : null; diff --git a/src/components/views/terms/InlineTermsAgreement.tsx b/src/components/views/terms/InlineTermsAgreement.tsx index a737358bf0f..6460ba44489 100644 --- a/src/components/views/terms/InlineTermsAgreement.tsx +++ b/src/components/views/terms/InlineTermsAgreement.tsx @@ -105,7 +105,7 @@ export default class InlineTermsAgreement extends React.Component{introText}
this.togglePolicy(i)} checked={policy.checked}> - {_t("Accept")} + {_t("action|accept")}
, diff --git a/src/components/views/verification/VerificationShowSas.tsx b/src/components/views/verification/VerificationShowSas.tsx index fd24acef9fc..7abdabb08a1 100644 --- a/src/components/views/verification/VerificationShowSas.tsx +++ b/src/components/views/verification/VerificationShowSas.tsx @@ -146,7 +146,7 @@ export default class VerificationShowSas extends React.Component
{_t("Unable to find a supported verification method.")} - {_t("Cancel")} + {_t("action|cancel")}
); diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index aae17f865fc..167d8cbd169 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -284,7 +284,7 @@ export const Lobby: FC = ({ room, joinCallButtonDisabledTooltip, con kind="primary" disabled={connecting || joinCallButtonDisabledTooltip !== undefined} onClick={onConnectClick} - label={_t("Join")} + label={_t("action|join")} tooltip={connecting ? _t("Connecting") : joinCallButtonDisabledTooltip} alignment={Alignment.Bottom} /> diff --git a/src/components/views/voip/LegacyCallView/LegacyCallViewHeader.tsx b/src/components/views/voip/LegacyCallView/LegacyCallViewHeader.tsx index aedb8e2d599..71996152231 100644 --- a/src/components/views/voip/LegacyCallView/LegacyCallViewHeader.tsx +++ b/src/components/views/voip/LegacyCallView/LegacyCallViewHeader.tsx @@ -94,7 +94,7 @@ const LegacyCallViewHeader: React.FC = ({ return (
- {_t("Call")} + {_t("action|call")}
); diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index d7213b7b7d7..b073192ae48 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,9 +1,6 @@ { "Something went wrong!": "هناك خطأ ما!", - "Cancel": "إلغاء", - "Close": "إغلاق", "Create new room": "إنشاء غرفة جديدة", - "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", "Warning": "تنبيه", "Send": "إرسال", @@ -13,7 +10,6 @@ "Unavailable": "غير متوفر", "All Rooms": "كل الغُرف", "All messages": "كل الرسائل", - "Update": "تحديث", "What's New": "آخِر المُستجدّات", "Toolbox": "علبة الأدوات", "Collecting logs": "تجميع السجلات", @@ -34,7 +30,6 @@ "Single Sign On": "الولوج الموحّد", "Confirm adding email": "أكّد إضافة البريد الإلكتروني", "Click the button below to confirm adding this email address.": "انقر الزر بالأسفل لتأكيد إضافة عنوان البريد الإلكتروني هذا.", - "Confirm": "أكّد", "Add Email Address": "أضِف بريدًا إلكترونيًا", "Confirm adding this phone number by using Single Sign On to prove your identity.": "أكّد إضافتك لرقم الهاتف هذا باستعمال الولوج الموحّد لإثبات هويّتك.", "Confirm adding phone number": "أكّد إضافة رقم الهاتف", @@ -85,7 +80,6 @@ "Identity server has no terms of service": "ليس لخادوم الهويّة أيّ شروط خدمة", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "يطلب هذا الإجراء الوصول إلى خادوم الهويّات المبدئيللتثبّت من عنوان البريد الإلكتروني أو رقم الهاتف، ولكن ليس للخادوم أيّ شروط خدمة.", "Only continue if you trust the owner of the server.": "لا تُواصل لو لم تكن تثق بمالك الخادوم.", - "Trust": "أثق به", "%(name)s is requesting verification": "يطلب %(name)s التثبّت", "%(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 التنبيهات. من فضلك أعِد المحاولة", @@ -255,7 +249,6 @@ "expand": "توسيع", "collapse": "تضييق", "Please create a new issue on GitHub so that we can investigate this bug.": "الرجاء إنشاء إشكال جديد على GitHub حتى نتمكن من التحقيق في هذا الخطأ.", - "Join": "انضم", "This version of %(brand)s does not support searching encrypted messages": "لا يدعم هذا الإصدار من %(brand)s البحث في الرسائل المشفرة", "This version of %(brand)s does not support viewing some encrypted files": "لا يدعم هذا الإصدار من %(brand)s s عرض بعض الملفات المشفرة", "Use the Desktop app to search encrypted messages": "استخدم تطبيق سطح المكتب للبحث في الرسائل المشفرة", @@ -425,7 +418,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟", "You're previewing %(roomName)s. Want to join it?": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟", "Reject & Ignore user": "رفض الدعوة وتجاهل الداعي", - "Reject": "رفض", " invited you": " دعاك", "Do you want to join %(roomName)s?": "هل تريد أن تنضم إلى %(roomName)s؟", "Start chatting": "ابدأ المحادثة", @@ -738,7 +730,6 @@ "not found": "لم يعثر عليه", "in memory": "في الذاكرة", "Cross-signing public keys:": "المفاتيح العامة للتوقيع المتبادل:", - "Reset": "إعادة تعيين", "Set up": "تأسيس", "Cross-signing is not set up.": "لم يتم إعداد التوقيع المتبادل.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.", @@ -757,7 +748,6 @@ "Show more": "أظهر أكثر", "Show less": "أظهر أقل", "This bridge is managed by .": "هذا الجسر يديره .", - "Upload": "رفع", "Accept to continue:": "قبول للمتابعة:", "Your server isn't responding to some requests.": "خادمك لا يتجاوب مع بعض الطلبات.", "Dog": "كلب", @@ -777,7 +767,6 @@ "You've successfully verified this user.": "لقد نجحت في التحقق من هذا المستخدم.", "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", - "Accept": "قبول", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -876,7 +865,6 @@ "Revoke": "إبطال", "Unable to revoke sharing for phone number": "تعذر إبطال مشاركة رقم الهاتف", "Discovery options will appear once you have added an email above.": "ستظهر خيارات الاكتشاف بمجرد إضافة بريد إلكتروني أعلاه.", - "Share": "مشاركة", "Complete": "تام", "Verify the link in your inbox": "تحقق من الرابط في بريدك الوارد", "Unable to verify email address.": "تعذر التحقق من عنوان البريد الإلكتروني.", @@ -983,8 +971,6 @@ "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", "Safeguard against losing access to encrypted messages & data": "حماية ضد فقدان الوصول إلى الرسائل والبيانات المشفرة", - "Verify": "تحقق", - "Upgrade": "ترقية", "Verify this session": "تحقق من هذا الاتصال", "Encryption upgrade available": "ترقية التشفير متاحة", "Set up Secure Backup": "أعد النسخ الاحتياطي الآمن", @@ -1325,7 +1311,6 @@ "decline": "رفض", "done": "تم", "edit": "تعديل", - "enable": "ممكن", "invite": "دعوة", "invites_list": "دعوات", "leave_room": "اترك الغرفة", @@ -1339,6 +1324,20 @@ "start": "بداية", "start_chat": "ابدأ محادثة", "view_source": "انظر المصدر", - "yes": "نعم" + "yes": "نعم", + "reject": "رفض", + "confirm": "أكّد", + "dismiss": "أهمِل", + "trust": "أثق به", + "cancel": "إلغاء", + "join": "انضم", + "close": "إغلاق", + "accept": "قبول", + "upgrade": "ترقية", + "verify": "تحقق", + "update": "تحديث", + "upload": "رفع", + "reset": "إعادة تعيين", + "share": "مشاركة" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 90d2377c26d..0255cba663a 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -69,7 +69,6 @@ "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s üçün %(fromPowerLevel)s-dan %(toPowerLevel)s-lə", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hüquqların səviyyələrini dəyişdirdi %(powerLevelDiffText)s.", "Always show message timestamps": "Həmişə mesajların göndərilməsi vaxtını göstərmək", - "Accept": "Qəbul etmək", "Incorrect verification code": "Təsdiq etmənin səhv kodu", "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", @@ -115,7 +114,6 @@ "Who can read history?": "Kim tarixi oxuya bilər?", "Permissions": "Girişin hüquqları", "Advanced": "Təfərrüatlar", - "Close": "Bağlamaq", "Sunday": "Bazar", "Friday": "Cümə", "Today": "Bu gün", @@ -124,7 +122,6 @@ "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmə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", @@ -141,7 +138,6 @@ "Name": "Ad", "Failed to reject invitation": "Dəvəti rədd etməyi bacarmadı", "For security, this session has been signed out. Please sign in again.": "Təhlükəsizliyin təmin olunması üçün sizin sessiyanız başa çatmışdır idi. Zəhmət olmasa, yenidən girin.", - "Logout": "Çıxmaq", "Notifications": "Xəbərdarlıqlar", "Connectivity to the server has been lost.": "Serverlə əlaqə itirilmişdir.", "Sent messages will be stored until your connection has returned.": "Hələ ki serverlə əlaqə bərpa olmayacaq, göndərilmiş mesajlar saxlanacaq.", @@ -176,7 +172,6 @@ "AM": "12:00", "Unnamed Room": "Adı açıqlanmayan otaq", "Unable to load! Check your network connectivity and try again.": "Yükləmək olmur! Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin.", - "Dismiss": "Nəzərə almayın", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s-un sizə bildiriş göndərmək icazəsi yoxdur - brauzerinizin parametrlərini yoxlayın", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s bildiriş göndərmək üçün icazə verilmədi - lütfən yenidən cəhd edin", "This email address was not found": "Bu e-poçt ünvanı tapılmadı", @@ -211,7 +206,6 @@ "Identity server has no terms of service": "Şəxsiyyət serverinin xidmət şərtləri yoxdur", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Bu hərəkət e-poçt ünvanı və ya telefon nömrəsini təsdiqləmək üçün standart şəxsiyyət serverinə girməyi tələb edir, lakin serverdə heç bir xidmət şəraiti yoxdur.", "Only continue if you trust the owner of the server.": "Yalnız server sahibinə etibar etsəniz davam edin.", - "Trust": "Etibar", "Custom (%(level)s)": "Xüsusi (%(level)s)", "Room %(roomId)s not visible": "Otaq %(roomId)s görünmür", "Messages": "Mesajlar", @@ -254,6 +248,12 @@ "leave_room": "Otağı tərk etmək", "ok": "OK", "remove": "Silmək", - "start_chat": "Çata başlamaq" + "start_chat": "Çata başlamaq", + "dismiss": "Nəzərə almayın", + "trust": "Etibar", + "close": "Bağlamaq", + "accept": "Qəbul etmək", + "update": "Yeniləmək", + "logout": "Çıxmaq" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 177fc579c20..6ad9e7e1f21 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -1,12 +1,9 @@ { - "Reject": "Адхіліць", "Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s", "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", - "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", - "Close": "Зачыніць", "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", @@ -25,6 +22,9 @@ "action": { "leave": "Пакінуць", "quote": "Цытата", - "remove": "Выдалiць" + "remove": "Выдалiць", + "reject": "Адхіліць", + "dismiss": "Aдхіліць", + "close": "Зачыніць" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 15c64295e2d..7c2a3a68dbb 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,11 +1,8 @@ { "Operation failed": "Операцията е неуспешна", "Search": "Търсене", - "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", "Warning": "Предупреждение", - "Close": "Затвори", - "Cancel": "Отказ", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", @@ -108,7 +105,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 прегледи за участници в тази стая", - "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", @@ -334,7 +330,6 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но не я намери.", "Unable to remove contact information": "Неуспешно премахване на информацията за контакти", "This will allow you to reset your password and receive notifications.": "Това ще Ви позволи да възстановите Вашата парола и да получавате известия.", - "Skip": "Пропусни", "Name": "Име", "You must register to use this functionality": "Трябва да се регистрирате, за да използвате тази функционалност", "You must join the room to see its files": "Трябва да се присъедините към стаята, за да видите файловете, които съдържа", @@ -347,7 +342,6 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", - "Logout": "Излез", "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", @@ -430,7 +424,6 @@ "Notification targets": "Устройства, получаващи известия", "Today": "Днес", "Friday": "Петък", - "Update": "Актуализиране", "On": "Вкл.", "Changelog": "Списък на промените", "Waiting for response from server": "Изчакване на отговор от сървъра", @@ -450,7 +443,6 @@ "Developer Tools": "Инструменти за разработчика", "Preparing to send logs": "Подготовка за изпращане на логове", "Saturday": "Събота", - "Reject": "Отхвърли", "Monday": "Понеделник", "Toolbox": "Инструменти", "Collecting logs": "Събиране на логове", @@ -677,13 +669,11 @@ "Room avatar": "Снимка на стаята", "Room Name": "Име на стаята", "Room Topic": "Тема на стаята", - "Join": "Присъедини се", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", - "Confirm": "Потвърди", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", "Other": "Други", "Guest": "Гост", @@ -833,7 +823,6 @@ "Your browser likely removed this data when running low on disk space.": "Най-вероятно браузърът Ви е премахнал тези данни поради липса на дисково пространство.", "Upload files (%(current)s of %(total)s)": "Качване на файлове (%(current)s от %(total)s)", "Upload files": "Качи файлове", - "Upload": "Качи", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Файлът е прекалено голям за да се качи. Максималният допустим размер е %(limit)s, докато този файл е %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Тези файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Някои файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", @@ -877,7 +866,6 @@ "Uploaded sound": "Качен звук", "Sounds": "Звуци", "Notification sound": "Звук за уведомление", - "Reset": "Нулирай", "Set a new custom sound": "Настрой нов собствен звук", "Browse": "Избор", "This room has already been upgraded.": "Тази стая вече е била обновена.", @@ -972,7 +960,6 @@ "Unable to revoke sharing for email address": "Неуспешно оттегляне на споделянето на имейл адреса", "Unable to share email address": "Неуспешно споделяне на имейл адрес", "Revoke": "Оттегли", - "Share": "Сподели", "Discovery options will appear once you have added an email above.": "Опциите за откриване ще се покажат след като добавите имейл адрес по-горе.", "Unable to revoke sharing for phone number": "Неуспешно оттегляне на споделянето на телефонен номер", "Unable to share phone number": "Неуспешно споделяне на телефонен номер", @@ -1031,7 +1018,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": "Изпрати доклад", - "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", "Complete": "Завърши", @@ -1049,7 +1035,6 @@ "Add Email Address": "Добави имейл адрес", "Add Phone Number": "Добави телефонен номер", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Това действие изисква връзка със сървъра за самоличност за валидиране на имейл адреса или телефонния номер, но сървърът не предоставя условия за ползване.", - "Trust": "Довери се", "Show previews/thumbnails for images": "Показвай преглед (умален размер) на снимки", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Би било добре да премахнете личните си данни от сървъра за самоличност преди прекъсване на връзката. За съжаление, сървърът за самоличност в момента не е достъпен.", "You should:": "Ще е добре да:", @@ -1185,7 +1170,6 @@ "one": "1 потвърдена сесия" }, "Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.", - "Verify": "Потвърди", "You have ignored this user, so their message is hidden. Show anyways.": "Игнорирали сте този потребител, така че съобщението им е скрито. Покажи така или иначе.", "Any of the following data may be shared:": "Следните данни може да бъдат споделени:", "Your display name": "Вашето име", @@ -1207,7 +1191,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Обновяването на стая е действие за напреднали и обикновено се препоръчва когато стаята е нестабилна поради бъгове, липсващи функции или проблеми със сигурността.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Това обикновено влия само на това как стаята се обработва на сървъра. Ако имате проблеми с %(brand)s, съобщете за проблем.", "You'll upgrade this room from to .": "Ще обновите стаята от до .", - "Upgrade": "Обнови", "Remove for everyone": "Премахни за всички", "Country Dropdown": "Падащо меню за избор на държава", "Verification Request": "Заявка за потвърждение", @@ -1996,7 +1979,6 @@ "Invite people": "Покани хора", "Share invite link": "Сподели връзка с покана", "Click to copy": "Натиснете за копиране", - "Delete": "Изтрий", "Please enter a name for the space": "Моля, въведете име на пространството", "Create a space": "Създаване на пространство", "Add some details to help people recognise it.": "Добавете някои подробности, за да помогнете на хората да го разпознаят.", @@ -2102,7 +2084,6 @@ "disable": "Изключи", "done": "Готово", "edit": "Редактирай", - "enable": "Включи", "forgot_password": "Забравена парола?", "invite": "Покани", "invites_list": "Покани", @@ -2121,9 +2102,27 @@ "start": "Започни", "start_chat": "Започни чат", "view_source": "Прегледай източника", - "yes": "Да" + "yes": "Да", + "reject": "Отхвърли", + "confirm": "Потвърди", + "dismiss": "Затвори", + "trust": "Довери се", + "cancel": "Отказ", + "join": "Присъедини се", + "close": "Затвори", + "accept": "Приеми", + "upgrade": "Обнови", + "verify": "Потвърди", + "update": "Актуализиране", + "delete": "Изтрий", + "upload": "Качи", + "reset": "Нулирай", + "share": "Сподели", + "skip": "Пропусни", + "logout": "Излез", + "view": "Виж" }, "a11y": { "user_menu": "Потребителско меню" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index a7891ebdcdf..6cb3cd4ebfc 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,7 +1,9 @@ { - "Dismiss": "Odbaci", "Create Account": "Otvori račun", "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", - "Identity server": "Identifikacioni Server" + "Identity server": "Identifikacioni Server", + "action": { + "dismiss": "Odbaci" + } } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 2ad83a1a21e..5558ae337b8 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -6,13 +6,10 @@ "Camera": "Càmera", "Advanced": "Avançat", "Always show message timestamps": "Mostra sempre la marca de temps del missatge", - "Cancel": "Cancel·la", - "Close": "Tanca", "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", - "Dismiss": "Omet", "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", @@ -110,7 +107,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", - "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", @@ -335,7 +331,6 @@ "Unable to add email address": "No s'ha pogut afegir el correu electrònic", "Unable to verify email address.": "No s'ha pogut verificar el correu electrònic.", "This will allow you to reset your password and receive notifications.": "Això us permetrà restablir la vostra contrasenya i rebre notificacions.", - "Skip": "Omet", "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.": "Si anteriorment heu utilitzat un versió de %(brand)s més recent, la vostra sessió podría ser incompatible amb aquesta versió. Tanqueu aquesta finestra i torneu a la versió més recent.", "Name": "Nom", "You must register to use this functionality": "Per poder utilitzar aquesta funcionalitat has de registrar-te", @@ -349,7 +344,6 @@ "For security, this session has been signed out. Please sign in again.": "Per seguretat, aquesta sessió s'ha tancat. Torna a iniciar la sessió.", "Old cryptography data detected": "S'han detectat dades de criptografia antigues", "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.": "S'han detectat dades d'una versió antiga del %(brand)s. Això haurà provocat que el xifratge d'extrem a extrem no funcioni correctament a la versió anterior. Els missatges xifrats d'extrem a extrem que s'han intercanviat recentment mentre s'utilitzava la versió anterior no es poden desxifrar en aquesta versió. També pot provocar que els missatges intercanviats amb aquesta versió fallin. Si teniu problemes, sortiu de la sessió i torneu a entrar-hi. Per poder llegir l'historial dels missatges xifrats, exporteu i torneu a importar les vostres claus.", - "Logout": "Surt", "Warning": "Avís", "Connectivity to the server has been lost.": "S'ha perdut la connectivitat amb el servidor.", "Sent messages will be stored until your connection has returned.": "Els missatges enviats s'emmagatzemaran fins que la vostra connexió hagi tornat.", @@ -387,7 +381,6 @@ "Notification targets": "Objectius de les notificacions", "Today": "Avui", "Friday": "Divendres", - "Update": "Actualitzar", "What's New": "Novetats", "On": "Engegat", "Changelog": "Registre de canvis", @@ -410,7 +403,6 @@ "Developer Tools": "Eines de desenvolupador", "Preparing to send logs": "Preparant l'enviament de logs", "Saturday": "Dissabte", - "Reject": "Rebutja", "Monday": "Dilluns", "Toolbox": "Caixa d'eines", "Collecting logs": "S'estan recopilant els registres", @@ -511,7 +503,6 @@ "Show read receipts sent by other users": "Mostra les confirmacions de lectura enviades pels altres usuaris", "Enable big emoji in chat": "Activa Emojis grans en xats", "Send analytics data": "Envia dades d'anàlisi", - "Upload": "Puja", "Email addresses": "Adreces de correu electrònic", "Phone numbers": "Números de telèfon", "Language and region": "Idioma i regió", @@ -568,7 +559,6 @@ "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", "%(name)s is requesting verification": "%(name)s està demanant verificació", - "Trust": "Confiança", "Only continue if you trust the owner of the server.": "Continua, només, si confies amb el propietari del servidor.", "Identity server has no terms of service": "El servidor d'identitat no disposa de condicions de servei", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aquesta acció necessita accedir al servidor d'identitat predeterminat per validar una adreça de correu electrònic o un número de telèfon, però el servidor no disposa de condicions de servei.", @@ -618,7 +608,6 @@ "Click the button below to confirm adding this phone number.": "Fes clic al botó de sota per confirmar l'addició d'aquest número de telèfon.", "Confirm adding phone number": "Confirma l'addició del número de telèfon", "Add Email Address": "Afegeix una adreça de correu electrònic", - "Confirm": "Confirma", "Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.", "Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon", "Unable to access microphone": "No s'ha pogut accedir al micròfon", @@ -656,6 +645,17 @@ "reply": "Respon", "save": "Desa", "start_chat": "Inicia un xat", - "view_source": "Mostra el codi" + "view_source": "Mostra el codi", + "reject": "Rebutja", + "confirm": "Confirma", + "dismiss": "Omet", + "trust": "Confiança", + "cancel": "Cancel·la", + "close": "Tanca", + "accept": "Accepta", + "update": "Actualitzar", + "upload": "Puja", + "skip": "Omet", + "logout": "Surt" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 94ba6b750ef..13dfb1951b5 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1,11 +1,9 @@ { - "Close": "Zavřít", "Favourites": "Oblíbené", "Filter room members": "Najít člena místnosti", "Historical": "Historické", "Home": "Domov", "Jump to first unread message.": "Přejít na první nepřečtenou zprávu.", - "Logout": "Odhlásit se", "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", @@ -34,15 +32,12 @@ "Create new room": "Vytvořit novou místnost", "Options": "Volby", "Register": "Zaregistrovat", - "Cancel": "Storno", "Favourite": "Oblíbené", "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", "unknown error code": "neznámý kód chyby", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", - "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", - "Accept": "Přijmout", "Account": "Účet", "Add": "Přidat", "Admin": "Správce", @@ -379,7 +374,6 @@ "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.": "Pokud jste se v minulosti již přihlásili s novější verzi programu %(brand)s, vaše relace nemusí být kompatibilní s touto verzí. Zavřete prosím toto okno a přihlaste se znovu pomocí nové verze.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Zkontrolujte svou e-mailovou schránku a klepněte na odkaz ve zprávě, kterou jsme vám poslali. V případě, že jste to už udělali, klepněte na tlačítko Pokračovat.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnovit si heslo a přijímat oznámení e-mailem.", - "Skip": "Přeskočit", "You must register to use this functionality": "Pro využívání této funkce se zaregistrujte", "You must join the room to see its files": "Pro zobrazení souborů musíte do místnosti vstoupit", "Description": "Popis", @@ -416,7 +410,6 @@ "Notification targets": "Cíle oznámení", "Today": "Dnes", "Friday": "Pátek", - "Update": "Aktualizovat", "What's New": "Co je nového", "On": "Zapnout", "Changelog": "Seznam změn", @@ -435,7 +428,6 @@ "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", "Messages in one-to-one chats": "Přímé zprávy", - "Reject": "Odmítnout", "Monday": "Pondělí", "Toolbox": "Sada nástrojů", "Collecting logs": "Sběr záznamů", @@ -721,7 +713,6 @@ "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", "Click here to see older messages.": "Klepnutím zobrazíte starší zprávy.", - "Join": "Vstoupit", "The following users may not exist": "Následující uživatel možná neexistuje", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?", "Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu", @@ -771,7 +762,6 @@ "Change": "Změnit", "Email (optional)": "E-mail (nepovinné)", "Phone (optional)": "Telefonní číslo (nepovinné)", - "Confirm": "Potvrdit", "Join millions for free on the largest public server": "Přidejte k miliónům registrovaným na největším veřejném serveru", "Other": "Další možnosti", "Couldn't load page": "Nepovedlo se načíst stránku", @@ -863,7 +853,6 @@ "Your browser likely removed this data when running low on disk space.": "Prohlížeč data možná smazal aby ušetřil místo na disku.", "Upload files (%(current)s of %(total)s)": "Nahrát soubory (%(current)s z %(total)s)", "Upload files": "Nahrát soubory", - "Upload": "Nahrát", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento soubor je příliš velký. Limit na velikost je %(limit)s, ale soubor má %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Tyto soubory jsou příliš velké. Limit je %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Některé soubory jsou příliš velké. Limit je %(limit)s.", @@ -898,7 +887,6 @@ "Uploaded sound": "Zvuk nahrán", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámení", - "Reset": "Resetovat", "Set a new custom sound": "Nastavit vlastní zvuk", "Browse": "Procházet", "Cannot reach homeserver": "Nelze se připojit k domovskému serveru", @@ -971,7 +959,6 @@ "Add Email Address": "Přidat e-mailovou adresu", "Add Phone Number": "Přidat telefonní číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Tato akce vyžaduje přístup k výchozímu serveru identity aby šlo ověřit e-mail a telefon, ale server nemá podmínky použití.", - "Trust": "Důvěra", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Zobrazovat náhledy obrázků", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Před odpojením byste měli smazat osobní údaje ze serveru identit . Bohužel, server je offline nebo neodpovídá.", @@ -996,7 +983,6 @@ "Verify the link in your inbox": "Ověřte odkaz v e-mailové schránce", "Complete": "Dokončit", "Revoke": "Zneplatnit", - "Share": "Sdílet", "Discovery options will appear once you have added an email above.": "Možnosti nastavení veřejného profilu se objeví po přidání e-mailové adresy výše.", "Unable to revoke sharing for phone number": "Nepovedlo se zrušit sdílení telefonního čísla", "Unable to share phone number": "Nepovedlo se nasdílet telefonní číslo", @@ -1083,7 +1069,6 @@ "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", "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", "Explore rooms": "Procházet místnosti", "Jump to first unread room.": "Přejít na první nepřečtenou místnost.", "Jump to first invite.": "Přejít na první pozvánku.", @@ -1166,7 +1151,6 @@ "Trusted": "Důvěryhodné", "Not trusted": "Nedůvěryhodné", "Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.", - "Verify": "Ověřit", "You have ignored this user, so their message is hidden. Show anyways.": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. Přesto zobrazit.", "Any of the following data may be shared:": "Následující data můžou být sdílena:", "Your display name": "Vaše zobrazované jméno", @@ -1187,7 +1171,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgradování místnosti je pokročilá operace a je doporučeno jí provést pokud je místnost nestabilní kvůli chybám, chybějícím funkcím nebo zranitelnostem.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, nahlaste nám ho prosím.", "You'll upgrade this room from to .": "Místnost bude povýšena z verze na verzi .", - "Upgrade": "Aktualizovat", "Remove for everyone": "Odstranit pro všechny", "Verification Request": "Požadavek na ověření", "Unable to set up secret storage": "Nepovedlo se nastavit bezpečné úložiště", @@ -2210,7 +2193,6 @@ "This homeserver has been blocked by its administrator.": "Tento domovský server byl zablokován jeho správcem.", "You're already in a call with this person.": "S touto osobou již telefonujete.", "Already in call": "Již máte hovor", - "Delete": "Smazat", "Original event source": "Původní zdroj události", "Decrypted event source": "Dešifrovaný zdroj události", "Save Changes": "Uložit změny", @@ -2380,8 +2362,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.", "This space has no local addresses": "Tento prostor nemá žádné místní adresy", "Space information": "Informace o prostoru", - "Collapse": "Sbalit", - "Expand": "Rozbalit", "Recommended for public spaces.": "Doporučeno pro veřejné prostory.", "Allow people to preview your space before they join.": "Umožněte lidem prohlédnout si váš prostor ještě předtím, než se připojí.", "Preview Space": "Nahlédnout do prostoru", @@ -2597,7 +2577,6 @@ "Select from the options below to export chats from your timeline": "Vyberte jednu z níže uvedených možností pro export chatů z časové osy", "Export Chat": "Exportovat chat", "Exporting your data": "Exportování dat", - "Stop": "Zastavit", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Opravdu chcete ukončit export dat? Pokud ano, budete muset začít znovu.", "Your export was successful. Find it in your Downloads folder.": "Váš export proběhl úspěšně. Najdete jej ve složce pro stažené soubory.", "The export was cancelled successfully": "Export byl úspěšně zrušen", @@ -2944,7 +2923,6 @@ "Jump to start of the composer": "Přejít na začátek editoru", "Navigate to previous message to edit": "Přejít na předchozí zprávu, kterou chcete upravit", "Internal room ID": "Interní ID místnosti", - "Call": "Hovor", "Group all your rooms that aren't part of a space in one place.": "Seskupte všechny místnosti, které nejsou součástí prostoru, na jednom místě.", "Group all your people in one place.": "Seskupte všechny své kontakty na jednom místě.", "Group all your favourite rooms and people in one place.": "Seskupte všechny své oblíbené místnosti a osoby na jednom místě.", @@ -3588,7 +3566,6 @@ "Re-enter email address": "Zadejte znovu e-mailovou adresu", "Wrong email address?": "Špatná e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skrýt tečku oznámení (zobrazit pouze odznaky čítačů)", - "Apply": "Použít", "Search users in this room…": "Hledání uživatelů v této místnosti…", "Give one or multiple users in this room more privileges": "Přidělit jednomu nebo více uživatelům v této místnosti více oprávnění", "Add privileged users": "Přidat oprávněné uživatele", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.", "Poll history": "Historie hlasování", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Uživatel (%(user)s) nebyl pozván do %(roomId)s, ale nástroj pro pozvání nezaznamenal žádnou chybu", - "Reload": "Znovu načíst", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "To může být způsobeno otevřením aplikace na více kartách nebo vymazáním dat prohlížeče.", "Database unexpectedly closed": "Databáze byla neočekávaně uzavřena", "Mute room": "Ztlumit místnost", @@ -3955,7 +3931,6 @@ "disable": "Zakázat", "done": "Hotovo", "edit": "Upravit", - "enable": "Povolit", "forgot_password": "Zapomenuté heslo?", "forward": "Přeposlat", "invite": "Pozvat", @@ -3976,9 +3951,33 @@ "start": "Začít", "start_chat": "Zahájit konverzaci", "view_source": "Zobrazit zdroj", - "yes": "Ano" + "yes": "Ano", + "reject": "Odmítnout", + "confirm": "Potvrdit", + "dismiss": "Zavřít", + "trust": "Důvěra", + "reload": "Znovu načíst", + "cancel": "Storno", + "stop": "Zastavit", + "join": "Vstoupit", + "close": "Zavřít", + "accept": "Přijmout", + "upgrade": "Aktualizovat", + "verify": "Ověřit", + "update": "Aktualizovat", + "call": "Hovor", + "delete": "Smazat", + "upload": "Nahrát", + "collapse": "Sbalit", + "apply": "Použít", + "reset": "Resetovat", + "share": "Sdílet", + "skip": "Přeskočit", + "logout": "Odhlásit se", + "view": "Zobrazit", + "expand": "Rozbalit" }, "a11y": { "user_menu": "Uživatelská nabídka" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index 33be38e7845..ce17f39d81e 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -6,7 +6,9 @@ "Add Phone Number": "Ychwanegu Rhif Ffôn", "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", - "Dismiss": "Wfftio", "Explore rooms": "Archwilio Ystafelloedd", - "Identity server": "Gweinydd Adnabod" + "Identity server": "Gweinydd Adnabod", + "action": { + "dismiss": "Wfftio" + } } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index 6211b37b922..765b0924998 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -34,10 +34,7 @@ "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", "Search": "Søg", - "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", - "Close": "Luk", - "Cancel": "Afbryd", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", "Unnamed room": "Unavngivet rum", @@ -109,7 +106,6 @@ "Notification targets": "Meddelelsesmål", "Today": "I dag", "Friday": "Fredag", - "Update": "Opdater", "What's New": "Hvad er nyt", "On": "Tændt", "Changelog": "Ændringslog", @@ -131,7 +127,6 @@ "Tuesday": "Tirsdag", "Event sent!": "Begivenhed sendt!", "Saturday": "Lørdag", - "Reject": "Afvis", "Monday": "Mandag", "Toolbox": "Værktøjer", "Collecting logs": "Indsamler logfiler", @@ -294,7 +289,6 @@ "Single Sign On": "Engangs login", "Confirm adding email": "Bekræft tilføjelse af email", "Click the button below to confirm adding this email address.": "Klik på knappen herunder for at bekræfte tilføjelsen af denne email adresse.", - "Confirm": "Bekræft", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Bekræft tilføjelsen af dette telefonnummer ved at bruge Single Sign On til at bevise din identitet.", "Confirm adding phone number": "Bekræft tilføjelse af telefonnummer", "Click the button below to confirm adding this phone number.": "Klik på knappen herunder for at bekræfte tilføjelsen af dette telefonnummer.", @@ -306,7 +300,6 @@ "Identity server has no terms of service": "Identity serveren har ingen terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handling kræver adgang til default identitets serveren for at validere en email adresse eller et telefonnummer, men serveren har ingen terms of service.", "Only continue if you trust the owner of the server.": "Fortsæt kun hvis du stoler på ejeren af denne server.", - "Trust": "Tillid", "%(name)s is requesting verification": "%(name)s beder om verifikation", "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", @@ -364,7 +357,6 @@ "Show less": "Vis mindre", "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", - "Reset": "Nulstil", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -377,7 +369,6 @@ "%(senderName)s started a call": "%(senderName)s startede et opkald", "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", - "Accept": "Accepter", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -720,6 +711,15 @@ "remove": "Fjern", "reply": "Besvar", "save": "Gem", - "view_source": "Se Kilde" + "view_source": "Se Kilde", + "reject": "Afvis", + "confirm": "Bekræft", + "dismiss": "Afvis", + "trust": "Tillid", + "cancel": "Afbryd", + "close": "Luk", + "accept": "Accepter", + "update": "Opdater", + "reset": "Nulstil" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index f8be3ea1427..2798d14a818 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -37,7 +37,6 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", - "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", "": "", @@ -157,7 +156,6 @@ "You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.", "Room": "Raum", - "Cancel": "Abbrechen", "Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen", "%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s", @@ -189,7 +187,6 @@ "Unknown error": "Unbekannter Fehler", "Incorrect password": "Ungültiges Passwort", "Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen", - "Dismiss": "Ausblenden", "Token incorrect": "Token fehlerhaft", "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "Betrieben mit Matrix", @@ -242,10 +239,8 @@ "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", "Home": "Startseite", - "Accept": "Annehmen", "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", "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.", @@ -261,7 +256,6 @@ "Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?", "Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?", "This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.", - "Skip": "Überspringen", "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", @@ -430,7 +424,6 @@ "Notification targets": "Benachrichtigungsziele", "Today": "Heute", "Friday": "Freitag", - "Update": "Aktualisieren", "What's New": "Was ist neu", "On": "An", "Changelog": "Änderungsprotokoll", @@ -451,7 +444,6 @@ "Developer Tools": "Entwicklungswerkzeuge", "Preparing to send logs": "Senden von Protokolldateien wird vorbereitet", "Saturday": "Samstag", - "Reject": "Ablehnen", "Monday": "Montag", "Toolbox": "Werkzeugkasten", "Collecting logs": "Protokolle werden abgerufen", @@ -747,7 +739,6 @@ "Room avatar": "Raumbild", "Room Name": "Raumname", "Room Topic": "Raumthema", - "Join": "Betreten", "Incoming Verification Request": "Eingehende Verifikationsanfrage", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bist du sicher? Du wirst alle deine verschlüsselten Nachrichten verlieren, wenn deine Schlüssel nicht gut gesichert sind.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.", @@ -769,7 +760,6 @@ "Change": "Ändern", "Email (optional)": "E-Mail-Adresse (optional)", "Phone (optional)": "Telefon (optional)", - "Confirm": "Bestätigen", "Other": "Sonstiges", "Couldn't load page": "Konnte Seite nicht laden", "Guest": "Gast", @@ -833,7 +823,6 @@ "Unexpected error resolving homeserver configuration": "Ein unerwarteter Fehler ist beim Laden der Heim-Server-Konfiguration aufgetreten", "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", - "Reset": "Zurücksetzen", "Sign Up": "Registrieren", "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", @@ -845,7 +834,6 @@ "GitHub issue": "\"Issue\" auf Github", "Upload files": "Dateien hochladen", "Upload all": "Alle hochladen", - "Upload": "Hochladen", "Cancel All": "Alle abbrechen", "Upload Error": "Fehler beim Hochladen", "Enter password": "Passwort eingeben", @@ -880,10 +868,8 @@ "Changes the avatar of the current room": "Ändert das Icon vom Raum", "Deactivate account": "Benutzerkonto deaktivieren", "Show previews/thumbnails for images": "Vorschauen für Bilder", - "View": "Öffnen", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Diese Handlung erfordert es, auf den Standard-Identitäts-Server zuzugreifen, um eine E-Mail-Adresse oder Telefonnummer zu validieren, aber der Server hat keine Nutzungsbedingungen.", "Only continue if you trust the owner of the server.": "Fahre nur fort, wenn du den Server-Betreibenden vertraust.", - "Trust": "Vertrauen", "Custom (%(level)s)": "Benutzerdefiniert (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sendet eine Nachricht als Klartext, ohne sie als Markdown darzustellen", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einladen zu können. Lege einen in den Einstellungen fest.", @@ -921,7 +907,6 @@ "Lock": "Schloss", "Later": "Später", "Review": "Überprüfen", - "Verify": "Verifizieren", "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.", @@ -1183,7 +1168,6 @@ "Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.", "You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:", "Other users may not trust it": "Andere Benutzer vertrauen ihr vielleicht nicht", - "Upgrade": "Aktualisieren", "Your homeserver does not support cross-signing.": "Dein Heim-Server unterstützt keine Quersignierung.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Dein Konto hat eine Quersignaturidentität im sicheren Speicher, der von dieser Sitzung jedoch noch nicht vertraut wird.", "unexpected type": "unbekannter Typ", @@ -1214,7 +1198,6 @@ "Verify the link in your inbox": "Verifiziere den Link in deinem Posteingang", "Complete": "Abschließen", "Revoke": "Widerrufen", - "Share": "Teilen", "You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.", "Everyone in this room is verified": "Alle in diesem Raum sind verifiziert", "Mod": "Moderator", @@ -2172,7 +2155,6 @@ "Private": "Privat", "Public": "Öffentlich", "Create a space": "Neuen Space erstellen", - "Delete": "Löschen", "This homeserver has been blocked by its administrator.": "Dieser Heim-Server wurde von seiner Administration geblockt.", "You're already in a call with this person.": "Du bist schon in einem Anruf mit dieser Person.", "Already in call": "Schon im Anruf", @@ -2378,8 +2360,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.", "This space has no local addresses": "Dieser Space hat keine lokale Adresse", "Space information": "Information über den Space", - "Collapse": "Verbergen", - "Expand": "Ausklappen", "Recommended for public spaces.": "Empfohlen für öffentliche Spaces.", "Allow people to preview your space before they join.": "Personen können den Space vor dem Betreten erkunden.", "Preview Space": "Space-Vorschau erlauben", @@ -2606,7 +2586,6 @@ "Format": "Format", "Export Chat": "Unterhaltung exportieren", "Exporting your data": "Deine Daten werden exportiert", - "Stop": "Beenden", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Willst du das Exportieren deiner Daten wirklich abbrechen? Falls ja, musst du komplett von neu beginnen.", "Your export was successful. Find it in your Downloads folder.": "Export erfolgreich. Du kannst ihn in deinem Download-Verzeichnis finden.", "The export was cancelled successfully": "Exportieren abgebrochen", @@ -2949,7 +2928,6 @@ "Group all your favourite rooms and people in one place.": "Gruppiere all deine favorisierten Unterhaltungen an einem Ort.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Mit Spaces kannst du deine Unterhaltungen organisieren. Neben Spaces, in denen du dich befindest, kannst du dir auch dynamische anzeigen lassen.", "IRC (Experimental)": "IRC (Experimentell)", - "Call": "Anruf", "Redo edit": "Änderung wiederherstellen", "Undo edit": "Änderung revidieren", "Jump to last message": "Zur letzten Nachricht springen", @@ -3589,7 +3567,6 @@ "Wrong email address?": "Falsche E-Mail-Adresse?", "Hide notification dot (only display counters badges)": "Benachrichtigungspunkt ausblenden (nur Zähler zeigen)", "Add privileged users": "Berechtigten Benutzer hinzufügen", - "Apply": "Anwenden", "Search users in this room…": "Benutzer im Raum suchen …", "Give one or multiple users in this room more privileges": "Einem oder mehreren Benutzern im Raum mehr Berechtigungen geben", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Aus Sicherheits- und Datenschutzgründen, wird die Nutzung von verschlüsselungsfähigen Matrix-Anwendungen empfohlen.", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.", "Poll history": "Umfrageverlauf", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Der Benutzer (%(user)s) wurde nicht in %(roomId)s eingeladen, aber das Einladungsprogramm meldete keinen Fehler", - "Reload": "Neu laden", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Dies wurde eventuell durch das Öffnen der App in mehreren Tabs oder das Löschen der Browser-Daten verursacht.", "Database unexpectedly closed": "Datenbank unerwartet geschlossen", "Mute room": "Raum stumm stellen", @@ -3955,7 +3931,6 @@ "disable": "Deaktivieren", "done": "Fertig", "edit": "Bearbeiten", - "enable": "Aktivieren", "forgot_password": "Passwort vergessen?", "forward": "Weiterleiten", "invite": "Einladen", @@ -3976,9 +3951,33 @@ "start": "Starte", "start_chat": "Unterhaltung beginnen", "view_source": "Rohdaten anzeigen", - "yes": "Ja" + "yes": "Ja", + "reject": "Ablehnen", + "confirm": "Bestätigen", + "dismiss": "Ausblenden", + "trust": "Vertrauen", + "reload": "Neu laden", + "cancel": "Abbrechen", + "stop": "Beenden", + "join": "Betreten", + "close": "Schließen", + "accept": "Annehmen", + "upgrade": "Aktualisieren", + "verify": "Verifizieren", + "update": "Aktualisieren", + "call": "Anruf", + "delete": "Löschen", + "upload": "Hochladen", + "collapse": "Verbergen", + "apply": "Anwenden", + "reset": "Zurücksetzen", + "share": "Teilen", + "skip": "Überspringen", + "logout": "Abmelden", + "view": "Öffnen", + "expand": "Ausklappen" }, "a11y": { "user_menu": "Benutzermenü" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 9ed7ff48c6d..cfaa53e5f92 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -68,7 +68,6 @@ "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", "Labs": "Πειραματικά", - "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", "Commands": "Εντολές", @@ -94,11 +93,7 @@ "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", - "Cancel": "Ακύρωση", - "Dismiss": "Απόρριψη", - "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", - "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", @@ -260,14 +255,12 @@ "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. Θα θέλατε να συνεχίσετε;", "Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;", "This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.", - "Skip": "Παράβλεψη", "Check for update": "Έλεγχος για ενημέρωση", "Sunday": "Κυριακή", "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", "Today": "Σήμερα", "Friday": "Παρασκευή", - "Update": "Ενημέρωση", "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", @@ -286,7 +279,6 @@ "Tuesday": "Τρίτη", "Unnamed room": "Ανώνυμο δωμάτιο", "Saturday": "Σάββατο", - "Reject": "Απόρριψη", "Monday": "Δευτέρα", "Collecting logs": "Συγκέντρωση πληροφοριών", "All Rooms": "Όλα τα δωμάτια", @@ -347,7 +339,6 @@ "Identity server has no terms of service": "Ο διακομιστής ταυτοποίησης δεν έχει όρους χρήσης", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Αυτή η δράση απαιτεί την πρόσβαση στο προκαθορισμένο διακομιστή ταυτοποίησης για να επιβεβαιώσει μια διεύθυνση ηλ. ταχυδρομείου ή αριθμό τηλεφώνου, αλλά ο διακομιστής δεν έχει όρους χρήσης.", "Only continue if you trust the owner of the server.": "Συνεχίστε μόνο εάν εμπιστεύεστε τον ιδιοκτήτη του διακομιστή.", - "Trust": "Εμπιστοσύνη", "Unable to load! Check your network connectivity and try again.": "Αδυναμία φόρτωσης! Ελέγξτε την σύνδεση του δικτύου και προσπαθήστε ξανά.", "Missing roomId.": "Λείπει η ταυτότητα δωματίου.", "Messages": "Μηνύματα", @@ -366,7 +357,6 @@ "Your %(brand)s is misconfigured": "Οι παράμετροι του %(brand)s σας είναι λανθασμένα ρυθμισμένοι", "Explore rooms": "Εξερευνήστε δωμάτια", "Click the button below to confirm adding this phone number.": "Πιέστε το κουμπί από κάτω για να επιβεβαίωσετε την προσθήκη του τηλεφωνικού αριθμού.", - "Confirm": "Επιβεβαίωση", "Use custom size": "Χρησιμοποιήστε προσαρμοσμένο μέγεθος", "Font size": "Μέγεθος γραμματοσειράς", "Render LaTeX maths in messages": "Εμφανίστε μαθηματικά LaTeX σε μηνύματα", @@ -865,7 +855,6 @@ "You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.", "This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.", "Phone Number": "Αριθμός Τηλεφώνου", - "Share": "Διαμοιρασμός", "Revoke": "Ανάκληση", "Complete": "Ολοκληρώθηκε", "Verify the link in your inbox": "Επαληθεύστε τον σύνδεσμο στα εισερχόμενα σας", @@ -907,7 +896,6 @@ "Upgrading room": "Αναβάθμιση δωματίου", "Space members": "Μέλη χώρου", "not found": "δε βρέθηκε", - "Reset": "Επαναφορά", "Passwords don't match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν", "Space options": "Επιλογές χώρου", "Recommended for public spaces.": "Προτείνεται για δημόσιους χώρους.", @@ -933,8 +921,6 @@ "Failed to copy": "Αποτυχία αντιγραφής", "Copied!": "Αντιγράφηκε!", "Click to copy": "Κλικ για αντιγραφή", - "Collapse": "Σύμπτυξη", - "Expand": "Επέκταση", "Show all rooms": "Εμφάνιση όλων των δωματίων", "Developer mode": "Λειτουργία για προγραμματιστές", "Show all rooms in Home": "Εμφάνιση όλων των δωματίων στην Αρχική", @@ -1172,8 +1158,6 @@ "New login. Was this you?": "Νέα σύνδεση. Ήσουν εσύ;", "Other users may not trust it": "Άλλοι χρήστες μπορεί να μην το εμπιστεύονται", "Safeguard against losing access to encrypted messages & data": "Προστατευτείτε από την απώλεια πρόσβασης σε κρυπτογραφημένα μηνύματα και δεδομένα", - "Verify": "Επαλήθευση", - "Upgrade": "Αναβάθμιση", "Verify this session": "Επαληθεύστε αυτήν τη συνεδρία", "Encryption upgrade available": "Διατίθεται αναβάθμιση κρυπτογράφησης", "Set up Secure Backup": "Ρυθμίστε το αντίγραφο ασφαλείας", @@ -1190,7 +1174,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "Είναι εντάξει", "File Attached": "Tο αρχείο επισυνάφθηκε", "Surround selected text when typing special characters": "Περιτριγυριστείτε το επιλεγμένο κείμενο κατά την πληκτρολόγηση ειδικών χαρακτήρων", @@ -1275,7 +1258,6 @@ "You've successfully verified this user.": "Επαληθεύσατε με επιτυχία αυτόν τον χρήστη.", "Verified!": "Επαληθεύτηκε!", "The other party cancelled the verification.": "Το άλλο μέρος ακύρωσε την επαλήθευση.", - "Call": "Κλήση", "%(name)s on hold": "%(name)s σε αναμονή", "Return to call": "Επιστροφή στην κλήση", "More": "Περισσότερα", @@ -1393,8 +1375,6 @@ "Please enter a name for the space": "Εισαγάγετε ένα όνομα για το χώρο", "Search %(spaceName)s": "Αναζήτηση %(spaceName)s", "Description": "Περιγραφή", - "Upload": "Μεταφόρτωση", - "Delete": "Διαγραφή", "Delete avatar": "Διαγραφή avatar", "Space selection": "Επιλογή χώρου", "Theme": "Θέμα", @@ -1992,7 +1972,6 @@ "one": "1 μη αναγνωσμένη αναφορά.", "other": "%(count)s μη αναγνωσμένα μηνύματα συμπεριλαμβανομένων των αναφορών." }, - "Join": "Συμμετοχή", "Copy room link": "Αντιγραφή συνδέσμου δωματίου", "Forget Room": "Ξεχάστε το δωμάτιο", "Notification options": "Επιλογές ειδοποίησης", @@ -2665,7 +2644,6 @@ "Retry all": "Επανάληψη όλων", "Delete all": "Διαγραφή όλων", "Some of your messages have not been sent": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί", - "View": "Προβολή", "You have no visible notifications.": "Δεν έχετε ορατές ειδοποιήσεις.", "Verification requested": "Ζητήθηκε επαλήθευση", "Search spaces": "Αναζήτηση χώρων", @@ -3266,7 +3244,6 @@ "disable": "Απενεργοποίηση", "done": "Τέλος", "edit": "Επεξεργασία", - "enable": "Ενεργοποίηση", "forgot_password": "Ξεχάσατε τον κωδικό;", "forward": "Προώθηση", "invite": "Πρόσκληση", @@ -3287,9 +3264,31 @@ "start": "Έναρξη", "start_chat": "Έναρξη συνομιλίας", "view_source": "Προβολή κώδικα", - "yes": "Ναι" + "yes": "Ναι", + "reject": "Απόρριψη", + "confirm": "Επιβεβαίωση", + "dismiss": "Απόρριψη", + "trust": "Εμπιστοσύνη", + "cancel": "Ακύρωση", + "stop": "Παύση", + "join": "Συμμετοχή", + "close": "Κλείσιμο", + "accept": "Αποδοχή", + "upgrade": "Αναβάθμιση", + "verify": "Επαλήθευση", + "update": "Ενημέρωση", + "call": "Κλήση", + "delete": "Διαγραφή", + "upload": "Μεταφόρτωση", + "collapse": "Σύμπτυξη", + "reset": "Επαναφορά", + "share": "Διαμοιρασμός", + "skip": "Παράβλεψη", + "logout": "Αποσύνδεση", + "view": "Προβολή", + "expand": "Επέκταση" }, "a11y": { "user_menu": "Μενού χρήστη" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 2ba3b39d439..e847ae95903 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,7 +8,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", - "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -46,7 +45,6 @@ "room_name": "Room name" }, "Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.", - "Dismiss": "Dismiss", "Attachment": "Attachment", "The file '%(fileName)s' failed to upload.": "The file '%(fileName)s' failed to upload.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "The file '%(fileName)s' exceeds this homeserver's size limit for uploads", @@ -69,7 +67,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "Call Failed": "Call Failed", "User Busy": "User Busy", "The user you called is busy.": "The user you called is busy.", @@ -85,7 +82,6 @@ "continue": "Continue", "leave_room": "Leave room", "no": "No", - "enable": "Enable", "learn_more": "Learn more", "yes": "Yes", "decline": "Decline", @@ -96,6 +92,7 @@ "quote": "Quote", "start_chat": "Start chat", "invites_list": "Invites", + "reject": "Reject", "leave": "Leave", "start": "Start", "view_source": "View Source", @@ -110,7 +107,30 @@ "next": "Next", "forward": "Forward", "copy_link": "Copy link", - "disable": "Disable" + "disable": "Disable", + "confirm": "Confirm", + "dismiss": "Dismiss", + "trust": "Trust", + "reload": "Reload", + "cancel": "Cancel", + "stop": "Stop", + "join": "Join", + "close": "Close", + "accept": "Accept", + "upgrade": "Upgrade", + "verify": "Verify", + "update": "Update", + "call": "Call", + "delete": "Delete", + "upload": "Upload", + "collapse": "Collapse", + "apply": "Apply", + "reset": "Reset", + "share": "Share", + "skip": "Skip", + "logout": "Logout", + "view": "View", + "expand": "Expand" }, "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.", @@ -144,7 +164,6 @@ "User is not logged in": "User is not logged in", "Database unexpectedly closed": "Database unexpectedly closed", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "This may be caused by having the app open in multiple tabs or due to clearing browser data.", - "Reload": "Reload", "Empty room": "Empty room", "%(user1)s and %(user2)s": "%(user1)s and %(user2)s", "%(user)s and %(count)s others": { @@ -198,7 +217,6 @@ "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", "Go Back": "Go Back", - "Cancel": "Cancel", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -643,7 +661,6 @@ "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", "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.", "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", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", @@ -654,17 +671,14 @@ "Don't miss a reply": "Don't miss a reply", "Notifications": "Notifications", "Enable desktop notifications": "Enable desktop notifications", - "Join": "Join", "Unknown room": "Unknown room", "Video call started": "Video call started", - "Close": "Close", "Sound on": "Sound on", "Silence call": "Silence call", "Notifications silenced": "Notifications silenced", "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", - "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.", "Use app": "Use app", @@ -676,15 +690,12 @@ "Set up Secure Backup": "Set up Secure Backup", "Encryption upgrade available": "Encryption upgrade available", "Verify this session": "Verify this session", - "Upgrade": "Upgrade", - "Verify": "Verify", "Safeguard against losing access to encrypted messages & data": "Safeguard against losing access to encrypted messages & data", "Other users may not trust it": "Other users may not trust it", "New login. Was this you?": "New login. Was this you?", "Yes, it was me": "Yes, it was me", "What's new?": "What's new?", "What's New": "What's New", - "Update": "Update", "Update %(brand)s": "Update %(brand)s", "New version of %(brand)s is available": "New version of %(brand)s is available", "Guest": "Guest", @@ -976,7 +987,6 @@ "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", - "Call": "Call", "The other party cancelled the verification.": "The other party cancelled the verification.", "Verified!": "Verified!", "You've successfully verified this user.": "You've successfully verified this user.", @@ -1025,9 +1035,7 @@ "Theme": "Theme", "Space selection": "Space selection", "Delete avatar": "Delete avatar", - "Delete": "Delete", "Upload avatar": "Upload avatar", - "Upload": "Upload", "Name": "Name", "Description": "Description", "Search %(spaceName)s": "Search %(spaceName)s", @@ -1049,8 +1057,6 @@ "Creating…": "Creating…", "Show all rooms": "Show all rooms", "Options": "Options", - "Expand": "Expand", - "Collapse": "Collapse", "Click to copy": "Click to copy", "Copied!": "Copied!", "Failed to copy": "Failed to copy", @@ -1084,7 +1090,6 @@ "Add privileged users": "Add privileged users", "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", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1104,7 +1109,6 @@ "Cross-signing is ready but keys are not backed up.": "Cross-signing is ready but keys are not backed up.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing is not set up.": "Cross-signing is not set up.", - "Reset": "Reset", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found", @@ -1552,7 +1556,6 @@ "Verify the link in your inbox": "Verify the link in your inbox", "Complete": "Complete", "Revoke": "Revoke", - "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Unable to revoke sharing for phone number": "Unable to revoke sharing for phone number", "Unable to share phone number": "Unable to share phone number", @@ -1878,7 +1881,6 @@ "Start chatting": "Start chatting", "Do you want to join %(roomName)s?": "Do you want to join %(roomName)s?", " invited you": " invited you", - "Reject": "Reject", "Reject & Ignore user": "Reject & Ignore user", "You're previewing %(roomName)s. Want to join it?": "You're previewing %(roomName)s. Want to join it?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s can't be previewed. Do you want to join it?", @@ -2535,7 +2537,6 @@ "You're in": "You're in", "Who will you chat to the most?": "Who will you chat to the most?", "We'll help you get connected.": "We'll help you get connected.", - "Skip": "Skip", "Friends and family": "Friends and family", "Coworkers and teams": "Coworkers and teams", "Online community members": "Online community members", @@ -2982,7 +2983,6 @@ "Public spaces": "Public spaces", "Use \"%(query)s\" to search": "Use \"%(query)s\" to search", "Search for": "Search for", - "View": "View", "Spaces you're in": "Spaces you're in", "Failed to query public rooms": "Failed to query public rooms", "Failed to query public spaces": "Failed to query public spaces", @@ -3301,7 +3301,6 @@ "Old cryptography data detected": "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.": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.", "Verification requested": "Verification requested", - "Logout": "Logout", "%(creator)s created this DM.": "%(creator)s created this DM.", "%(creator)s created and configured the room.": "%(creator)s created and configured the room.", "You're all caught up": "You're all caught up", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 791ff9ab2f7..be0b7840545 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -95,7 +95,6 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s made future room history visible to all room members, from the point they are invited.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s made future room history visible to all room members, from the point they joined.", @@ -207,7 +206,6 @@ "Room": "Room", "Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.", - "Cancel": "Cancel", "Start automatically after system login": "Start automatically after system login", "Banned by %(displayName)s": "Banned by %(displayName)s", "Options": "Options", @@ -229,7 +227,6 @@ "Incorrect password": "Incorrect password", "Unable to restore session": "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.": "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.", - "Dismiss": "Dismiss", "Token incorrect": "Token incorrect", "Please enter the code it contains:": "Please enter the code it contains:", "powered by Matrix": "powered by Matrix", @@ -244,11 +241,9 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", - "Accept": "Accept", "Add": "Add", "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", "Create new room": "Create new room", "Home": "Home", "No display name": "No display name", @@ -274,7 +269,6 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Do you want to set an email address?": "Do you want to set an email address?", "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", - "Skip": "Skip", "Check for update": "Check for update", "Define the power level of a user": "Define the power level of a user", "Enable automatic language detection for syntax highlighting": "Enable automatic language detection for syntax highlighting", @@ -291,7 +285,6 @@ "Notification targets": "Notification targets", "Today": "Today", "Friday": "Friday", - "Update": "Update", "What's New": "What's New", "On": "On", "Changelog": "Changelog", @@ -311,7 +304,6 @@ "Search…": "Search…", "Unnamed room": "Unnamed room", "Saturday": "Saturday", - "Reject": "Reject", "Monday": "Monday", "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", @@ -378,7 +370,6 @@ "Messages": "Messages", "Actions": "Actions", "Other": "Other", - "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirm adding this phone number by using Single Sign On to prove your identity.", "Confirm adding phone number": "Confirm adding phone number", @@ -391,7 +382,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "%(name)s is requesting verification": "%(name)s is requesting verification", "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", @@ -454,6 +444,16 @@ "remove": "Remove", "save": "Save", "start_chat": "Start chat", - "view_source": "View Source" + "view_source": "View Source", + "reject": "Reject", + "confirm": "Confirm", + "dismiss": "Dismiss", + "trust": "Trust", + "cancel": "Cancel", + "close": "Close", + "accept": "Accept", + "update": "Update", + "skip": "Skip", + "logout": "Logout" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index d689eaa3e37..40837d188fa 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", - "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", @@ -183,9 +182,7 @@ "Members only (since they joined)": "Nur ĉambranoj (ekde la aliĝo)", "Permissions": "Permesoj", "Advanced": "Altnivela", - "Cancel": "Nuligi", "Jump to first unread message.": "Salti al unua nelegita mesaĝo.", - "Close": "Fermi", "not specified": "nespecifita", "This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn", "You have enabled URL previews by default.": "Vi ŝaltis implicitajn antaŭrigardojn al retpaĝoj.", @@ -204,7 +201,6 @@ "Copied!": "Kopiita!", "Failed to copy": "Malsukcesis kopii", "Add an Integration": "Aldoni kunigon", - "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", "Warning": "Averto", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", @@ -326,7 +322,6 @@ "Unable to add email address": "Ne povas aldoni retpoŝtadreson", "Unable to verify email address.": "Retpoŝtadreso ne kontroleblas.", "This will allow you to reset your password and receive notifications.": "Tio ĉi permesos al vi restarigi vian pasvorton kaj ricevi sciigojn.", - "Skip": "Preterpasi", "Name": "Nomo", "You must register to use this functionality": "Vi devas registriĝî por uzi tiun ĉi funkcion", "You must join the room to see its files": "Vi devas aliĝi al la ĉambro por vidi tie dosierojn", @@ -338,7 +333,6 @@ "Signed Out": "Adiaŭinta", "Old cryptography data detected": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis", "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.": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.", - "Logout": "Adiaŭi", "Connectivity to the server has been lost.": "Konekto al la servilo perdiĝis.", "Sent messages will be stored until your connection has returned.": "Senditaj mesaĝoj konserviĝos ĝis via konekto refunkcios.", "You seem to be uploading files, are you sure you want to quit?": "Ŝajne vi alŝutas dosierojn nun; ĉu vi tamen volas foriri?", @@ -422,7 +416,6 @@ "Notification targets": "Celoj de sciigoj", "Today": "Hodiaŭ", "Friday": "Vendredo", - "Update": "Ĝisdatigi", "What's New": "Kio novas", "On": "Jes", "Changelog": "Protokolo de ŝanĝoj", @@ -442,7 +435,6 @@ "Search…": "Serĉi…", "Event sent!": "Okazo sendiĝis!", "Saturday": "Sabato", - "Reject": "Rifuzi", "Monday": "Lundo", "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", @@ -627,7 +619,6 @@ "Room avatar": "Profilbildo de ĉambro", "Room Name": "Nomo de ĉambro", "Room Topic": "Temo de ĉambro", - "Join": "Aliĝi", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", "Go back": "Reen iri", @@ -641,7 +632,6 @@ "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", "Phone (optional)": "Telefono (malnepra)", - "Confirm": "Konfirmi", "Other": "Alia", "Couldn't load page": "Ne povis enlegi paĝon", "Guest": "Gasto", @@ -777,7 +767,6 @@ "Upload files (%(current)s of %(total)s)": "Alŝuti dosierojn (%(current)s el %(total)s)", "Upload files": "Alŝuti dosierojn", "Upload all": "Alŝuti ĉiujn", - "Upload": "Alŝuti", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ĉi tiu dosiero tro grandas por alŝuto. La grandolimo estas %(limit)s sed la dosiero grandas %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ĉi tiuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Iuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", @@ -920,7 +909,6 @@ "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 vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj.", "Use a longer keyboard pattern with more turns": "Uzu pli longan tekston kun plia varieco", "Unable to load key backup status": "Ne povas enlegi staton de ŝlosila savkopio", - "Reset": "Restarigi", "Demote yourself?": "Ĉu malrangaltigi vin mem?", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.", "Demote": "Malrangaltigi", @@ -1009,12 +997,10 @@ "Italics": "Kursive", "Strikethrough": "Trastrekite", "Code block": "Kodujo", - "View": "Rigardo", "Explore rooms": "Esplori ĉambrojn", "Add Email Address": "Aldoni retpoŝtadreson", "Add Phone Number": "Aldoni telefonnumeron", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ĉi tiu ago bezonas atingi la norman identigan servilon por kontroli retpoŝtadreson aŭ telefonnumeron, sed la servilo ne havas uzokondiĉojn.", - "Trust": "Fido", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Montri antaŭrigardojn/bildetojn por bildoj", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Vi forigu viajn personajn datumojn de identiga servilo antaŭ ol vi malkonektiĝos. Bedaŭrinde, identiga servilo estas nuntempe eksterreta kaj ne eblas ĝin atingi.", @@ -1032,7 +1018,6 @@ "Verify the link in your inbox": "Kontrolu la ligilon en via ricevujo", "Complete": "Fini", "Revoke": "Senvalidigi", - "Share": "Havigi", "Discovery options will appear once you have added an email above.": "Eltrovaj agordoj aperos kiam vi aldonos supre retpoŝtadreson.", "Unable to revoke sharing for phone number": "Ne povas senvalidigi havigadon je telefonnumero", "Unable to share phone number": "Ne povas havigi telefonnumeron", @@ -1152,8 +1137,6 @@ "Lock": "Seruro", "Other users may not trust it": "Aliaj uzantoj eble ne kredas ĝin", "Later": "Pli poste", - "Verify": "Kontroli", - "Upgrade": "Gradaltigi", "Cannot connect to integration manager": "Ne povas konektiĝi al kunigilo", "The integration manager is offline or it cannot reach your homeserver.": "La kunigilo estas eksterreta aŭ ne povas atingi vian hejmservilon.", "This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon", @@ -2148,7 +2131,6 @@ "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s ŝanĝis la servilblokajn listojn por ĉi tiu ĉambro.", "%(senderDisplayName)s set the server ACLs for this room.": "%(senderDisplayName)s agordis la servilblokajn listojn por ĉi tiu ĉambro.", "Public": "Publika", - "Delete": "Forigi", "Jump to the bottom of the timeline when you send a message": "Salti al subo de historio sendinte mesaĝon", "You're already in a call with this person.": "Vi jam vokas ĉi tiun personon.", "Already in call": "Jam vokanta", @@ -2441,8 +2423,6 @@ "Error saving notification preferences": "Eraris konservado de preferoj pri sciigoj", "Messages containing keywords": "Mesaĝoj enhavantaj ĉefvortojn", "Message bubbles": "Mesaĝaj vezikoj", - "Collapse": "Maletendi", - "Expand": "Etendi", "Recommended for public spaces.": "Rekomendita por publikaj aroj.", "Allow people to preview your space before they join.": "Povigi personojn antaŭrigardi vian aron antaŭ aliĝo.", "To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.", @@ -2848,7 +2828,6 @@ "Send read receipts": "Sendi legitajn kvitanojn", "New group call experience": "La nova grupvoka sperto", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Vi antaŭe konsentis kunhavigi anonimajn uzdatumojn kun ni. Ni ĝisdatigas kiel tio funkcias.", - "Stop": "Fini", "That's fine": "Tio estas bone", "Export successful!": "Eksporto sukcesa!", "Error fetching file": "Eraro alportante dosieron", @@ -2933,7 +2912,6 @@ "disable": "Malŝalti", "done": "Fini", "edit": "Redakti", - "enable": "Ŝalti", "forgot_password": "Ĉu forgesis pasvorton?", "forward": "Plusendi", "invite": "Inviti", @@ -2954,9 +2932,30 @@ "start": "Komenci", "start_chat": "Komenci babilon", "view_source": "Vidi fonton", - "yes": "Jes" + "yes": "Jes", + "reject": "Rifuzi", + "confirm": "Konfirmi", + "dismiss": "Rezigni", + "trust": "Fido", + "cancel": "Nuligi", + "stop": "Fini", + "join": "Aliĝi", + "close": "Fermi", + "accept": "Akcepti", + "upgrade": "Gradaltigi", + "verify": "Kontroli", + "update": "Ĝisdatigi", + "delete": "Forigi", + "upload": "Alŝuti", + "collapse": "Maletendi", + "reset": "Restarigi", + "share": "Havigi", + "skip": "Preterpasi", + "logout": "Adiaŭi", + "view": "Rigardo", + "expand": "Etendi" }, "a11y": { "user_menu": "Menuo de uzanto" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 46946e2d895..4a95d2e60eb 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -67,9 +67,7 @@ "Sign in with": "Iniciar sesión con", "Join Room": "Unirme a la sala", "Labs": "Experimentos", - "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", - "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", @@ -78,7 +76,6 @@ "Microphone": "Micrófono", "Camera": "Cámara", "Anyone": "Todos", - "Close": "Cerrar", "Custom level": "Nivel personalizado", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", @@ -168,11 +165,8 @@ "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", "This phone number is already in use": "Este número de teléfono ya está en uso", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible desde otros servidores de Matrix", - "Cancel": "Cancelar", - "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", "unknown error code": "Código de error desconocido", - "Skip": "Omitir", "Do you want to set an email address?": "¿Quieres poner una dirección de correo electrónico?", "This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.", "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", @@ -247,7 +241,6 @@ "Notification targets": "Destinos de notificaciones", "Today": "Hoy", "Friday": "Viernes", - "Update": "Actualizar", "What's New": "Novedades", "On": "Encendido", "Changelog": "Registro de cambios", @@ -270,7 +263,6 @@ "Preparing to send logs": "Preparando para enviar registros", "Unnamed room": "Sala sin nombre", "Saturday": "Sábado", - "Reject": "Rechazar", "Monday": "Lunes", "Toolbox": "Caja de herramientas", "Collecting logs": "Recolectando registros", @@ -715,7 +707,6 @@ "Main address": "Dirección principal", "Room avatar": "Avatar de la sala", "Room Name": "Nombre de sala", - "Join": "Unirse", "The following users may not exist": "Puede que estos usuarios no existan", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?", "Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro", @@ -776,7 +767,6 @@ "Identity server has no terms of service": "El servidor de identidad no tiene términos de servicio", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción necesita acceder al servidor de identidad por defecto para validar un correo o un teléfono, pero el servidor no tiene términos de servicio.", "Only continue if you trust the owner of the server.": "Continúa solamente si confías en el propietario del servidor.", - "Trust": "Confiar", "Custom (%(level)s)": "Personalizado (%(level)s)", "Error upgrading room": "Fallo al mejorar la sala", "Double check that your server supports the room version chosen and try again.": "Asegúrate de que tu servidor es compatible con la versión de sala elegida y prueba de nuevo.", @@ -825,10 +815,7 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para mayor seguridad, haz esto en persona o usando una forma de comunicación de confianza.", "Lock": "Bloquear", "Other users may not trust it": "Puede que otros usuarios no confíen en ella", - "Upgrade": "Actualizar", - "Verify": "Verificar", "Later": "Más tarde", - "Upload": "Enviar", "Show less": "Ver menos", "Show more": "Ver más", "in memory": "en memoria", @@ -989,7 +976,6 @@ "Your email address hasn't been verified yet": "Tu dirección de email no ha sido verificada", "Verify the link in your inbox": "Verifica el enlace en tu bandeja de entrada", "Complete": "Completar", - "Share": "Compartir", "Remove %(email)s?": "¿Eliminar %(email)s?", "This backup is trusted because it has been restored on this session": "Esta copia de seguridad es de confianza porque ha sido restaurada en esta sesión", "Your keys are not being backed up from this session.": "No se está haciendo una copia de seguridad de tus claves en esta sesión.", @@ -1009,7 +995,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirmar un nuevo correo electrónico", "Click the button below to confirm adding this email address.": "Haz clic en el botón de abajo para confirmar esta nueva dirección de correo electrónico.", - "Confirm": "Confirmar", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma el nuevo número de teléfono usando SSO para probar tu identidad.", "Confirm adding phone number": "Confirmar nuevo número de teléfono", "Click the button below to confirm adding this phone number.": "Haz clic en el botón de abajo para confirmar este nuevo número de teléfono.", @@ -1102,7 +1087,6 @@ "This room is bridging messages to the following platforms. Learn more.": "Esta sala está haciendo puente con las siguientes plataformas. Aprende más.", "Bridges": "Puentes", "Uploaded sound": "Sonido subido", - "Reset": "Restablecer", "Unable to revoke sharing for email address": "No se logró revocar el compartir para la dirección de correo electrónico", "Unable to share email address": "No se logró compartir la dirección de correo electrónico", "Click the link in the email you received to verify and then click continue again.": "Haz clic en el enlace del correo electrónico para verificar, y luego nuevamente haz clic en continuar.", @@ -1400,7 +1384,6 @@ "Explore Public Rooms": "Explora las salas públicas", "Create a Group Chat": "Crea un grupo", "%(creator)s created and configured the room.": "Sala creada y configurada por %(creator)s.", - "View": "Ver", "Explore rooms": "Explorar salas", "Jump to first invite.": "Salte a la primera invitación.", "Add room": "Añadir una sala", @@ -2213,7 +2196,6 @@ "Open space for anyone, best for communities": "Abierto para todo el mundo, la mejor opción para comunidades", "Public": "Público", "Create a space": "Crear un espacio", - "Delete": "Borrar", "This homeserver has been blocked by its administrator.": "Este servidor base ha sido bloqueado por su administración.", "You're already in a call with this person.": "Ya estás en una llamada con esta persona.", "This room is suggested as a good one to join": "Unirse a esta sala está sugerido", @@ -2383,8 +2365,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.", "This space has no local addresses": "Este espacio no tiene direcciones locales", "Space information": "Información del espacio", - "Collapse": "Encoger", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espacios públicos.", "Allow people to preview your space before they join.": "Permitir que se pueda ver una vista previa del espacio antes de unirse a él.", "Preview Space": "Previsualizar espacio", @@ -2599,7 +2579,6 @@ "Include Attachments": "Incluir archivos adjuntos", "Size Limit": "Límite de tamaño", "Format": "Formato", - "Stop": "Parar", "MB": "MB", "In reply to this message": "En respuesta a este mensaje", "Export chat": "Exportar conversación", @@ -2940,7 +2919,6 @@ "Last week": "Última semana", "Internal room ID": "ID interna de la sala", "IRC (Experimental)": "IRC (en pruebas)", - "Call": "Llamar", "This is a beta feature": "Esta funcionalidad está en beta", "Feedback sent! Thanks, we appreciate it!": "¡Opinión enviada! Gracias, te lo agradecemos.", "%(oneUser)ssent %(count)s hidden messages": { @@ -3568,7 +3546,6 @@ "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. Learn more.": "¿Te apetece probar cosas experimentales? Aquí encontrarás nuestras ideas en desarrollo. No están terminadas, pueden ser inestables, cambiar o dejar de estar disponibles. Más información.", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "¿Qué novedades se esperan en %(brand)s? La sección de experimentos es la mejor manera de ver las cosas antes de que se publiquen, probar nuevas funcionalidades y ayudar a mejorarlas antes de su lanzamiento.", "Upcoming features": "Funcionalidades futuras", - "Apply": "Aplicar", "Search users in this room…": "Buscar usuarios en esta sala…", "Give one or multiple users in this room more privileges": "Otorga a uno o más usuarios privilegios especiales en esta sala", "Add privileged users": "Añadir usuarios privilegiados", @@ -3668,7 +3645,6 @@ "WARNING: session already verified, but keys do NOT MATCH!": "ADVERTENCIA: la sesión ya está verificada, pero las claves NO COINCIDEN", "iframe has no src attribute": "el iframe no tiene atributo src", "Use your account to continue.": "Usa tu cuenta para configurar.", - "Reload": "Recargar", "Database unexpectedly closed": "La base de datos se ha cerrado de forma inesperada", "Identity server not set": "Servidor de identidad no configurado", "Homeserver is %(homeserverUrl)s": "El servidor base es %(homeserverUrl)s", @@ -3756,7 +3732,6 @@ "disable": "Desactivar", "done": "Listo", "edit": "Editar", - "enable": "Activar", "forgot_password": "¿Has olvidado tu contraseña?", "forward": "Reenviar", "invite": "Invitar", @@ -3777,9 +3752,33 @@ "start": "Empezar", "start_chat": "Empezar una conversación", "view_source": "Ver fuente", - "yes": "Sí" + "yes": "Sí", + "reject": "Rechazar", + "confirm": "Confirmar", + "dismiss": "Omitir", + "trust": "Confiar", + "reload": "Recargar", + "cancel": "Cancelar", + "stop": "Parar", + "join": "Unirse", + "close": "Cerrar", + "accept": "Aceptar", + "upgrade": "Actualizar", + "verify": "Verificar", + "update": "Actualizar", + "call": "Llamar", + "delete": "Borrar", + "upload": "Enviar", + "collapse": "Encoger", + "apply": "Aplicar", + "reset": "Restablecer", + "share": "Compartir", + "skip": "Omitir", + "logout": "Cerrar sesión", + "view": "Ver", + "expand": "Expandir" }, "a11y": { "user_menu": "Menú del Usuario" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index 45da45f446e..e5b6cc2ef25 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -1,14 +1,11 @@ { "This email address is already in use": "See e-posti aadress on juba kasutusel", "This phone number is already in use": "See telefoninumber on juba kasutusel", - "Confirm": "Kinnita", "Add Email Address": "Lisa e-posti aadress", "Failed to verify email address: make sure you clicked the link in the email": "E-posti aadressi kontrollimine ei õnnestunud: palun vaata, et sa kindlasti klõpsisid saabunud kirjas olnud viidet", "Unable to load! Check your network connectivity and try again.": "Laadimine ei õnnestunud! Kontrolli oma võrguühendust ja proovi uuesti.", - "Dismiss": "Loobu", "Call Failed": "Kõne ebaõnnestus", "Call failed due to misconfigured server": "Kõne ebaõnnestus valesti seadistatud serveri tõttu", - "Cancel": "Loobu", "Send": "Saada", "Jan": "jaan", "Feb": "veeb", @@ -63,7 +60,6 @@ "Today": "Täna", "Yesterday": "Eile", "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.", "collapse": "ahenda", "expand": "laienda", @@ -215,7 +211,6 @@ "Submit logs": "Saada rakenduse logid", "Something went wrong!": "Midagi läks nüüd valesti!", "What's New": "Meie uudised", - "Update": "Uuenda", "What's new?": "Mida on meil uut?", "Your server": "Sinu server", "Matrix": "Matrix", @@ -273,7 +268,6 @@ "Identity server has no terms of service": "Isikutuvastusserveril puuduvad kasutustingimused", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "E-posti aadressi või telefoninumbri kontrolliks see tegevus eeldab päringut vaikimisi isikutuvastusserverisse , aga sellel serveril puuduvad kasutustingimused.", "Only continue if you trust the owner of the server.": "Jätka vaid siis, kui sa usaldad serveri omanikku.", - "Trust": "Usalda", "%(name)s is requesting verification": "%(name)s soovib verifitseerimist", "Securely cache encrypted messages locally for them to appear in search results.": "Turvaliselt puhverda krüptitud sõnumid kohalikku arvutisse ja võimalda kasutada neid otsingus.", "%(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'is on puudu need komponendid, mis võimaldavad otsida kohalikest turvaliselt puhverdatud krüptitud sõnumitest. Kui sa tahaksid sellist funktsionaalsust katsetada, siis pead kompileerima %(brand)s'i variandi, kus need komponendid on lisatud.", @@ -361,7 +355,6 @@ "%(creator)s created and configured the room.": "%(creator)s lõi ja seadistas jututoa.", "How fast should messages be downloaded.": "Kui kiiresti peaksime sõnumeid alla laadima.", "Error downloading theme information.": "Viga teema teabefaili allalaadimisel.", - "Close": "Sulge", "Drop file here to upload": "Faili üleslaadimiseks lohista ta siia", "This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.", "You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.", @@ -394,7 +387,6 @@ "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s muutis jututoa vana nime %(oldRoomName)s uueks nimeks %(newRoomName)s.", "%(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", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -514,7 +506,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", - "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", "You've successfully verified this user.": "Sa oled edukalt verifitseerinud selle kasutaja.", @@ -598,8 +589,6 @@ "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", "Set up": "Võta kasutusele", - "Upgrade": "Uuenda", - "Verify": "Verifitseeri", "Accept to continue:": "Jätkamiseks nõustu 'ga:", "Show less": "Näita vähem", "Show more": "Näita rohkem", @@ -656,8 +645,6 @@ "Notify the whole room": "Teavita kogu jututuba", "Users": "Kasutajad", "Terms and Conditions": "Kasutustingimused", - "Logout": "Logi välja", - "View": "Näita", "You can't send any messages until you review and agree to our terms and conditions.": "Sa ei saa saata ühtego sõnumit enne, kui oled läbi lugenud ja nõustunud meie kasutustingimustega.", "Couldn't load page": "Lehe laadimine ei õnnestunud", "You must register to use this functionality": "Selle funktsionaalsuse kasutamiseks pead sa registreeruma", @@ -712,7 +699,6 @@ "Start chatting": "Alusta vestlust", "Do you want to join %(roomName)s?": "Kas sa soovid liitud jututoaga %(roomName)s?", " invited you": " kutsus sind", - "Reject": "Hülga", "You're previewing %(roomName)s. Want to join it?": "Sa vaatad jututoa %(roomName)s eelvaadet. Kas soovid sellega liituda?", "%(roomName)s can't be previewed. Do you want to join it?": "Jututoal %(roomName)s puudub eelvaate võimalus. Kas sa soovid sellega liituda?", "%(roomName)s does not exist.": "Jututuba %(roomName)s ei ole olemas.", @@ -737,7 +723,6 @@ "Verify the link in your inbox": "Verifitseeri klõpsides viidet saabunud e-kirjas", "Complete": "Valmis", "Revoke": "Tühista", - "Share": "Jaga", "Session already verified!": "Sessioon on juba verifitseeritud!", "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!": "HOIATUS: VÕTMETE VERIFITSEERIMINE EI ÕNNESTUNUD! Kasutaja %(userId)s ja sessiooni %(deviceId)s allkirjastamise võti on „%(fprint)s“, aga see ei vasta antud sõrmejäljele „%(fingerprint)s“. See võib tähendada, et sinu kasutatavad ühendused võivad olla kolmanda osapoole poolt vahelt lõigatud!", "Verified key": "Verifitseeritud võti", @@ -783,7 +768,6 @@ "Preparing to send logs": "Valmistun logikirjete saatmiseks", "Failed to send logs: ": "Logikirjete saatmine ei õnnestunud: ", "Verify session": "Verifitseeri sessioon", - "Skip": "Jäta vahele", "Token incorrect": "Vigane tunnusluba", "%(oneUser)schanged their name %(count)s times": { "one": "Kasutaja %(oneUser)s muutis oma nime", @@ -867,7 +851,6 @@ "Uploaded sound": "Üleslaaditud heli", "Sounds": "Helid", "Notification sound": "Teavitusheli", - "Reset": "Taasta algolek", "Set a new custom sound": "Seadista uus kohandatud heli", "were invited %(count)s times": { "other": "said kutse %(count)s korda", @@ -2198,7 +2181,6 @@ "Open space for anyone, best for communities": "Avaliku ligipääsuga kogukonnakeskus", "Public": "Avalik", "Create a space": "Loo kogukonnakeskus", - "Delete": "Kustuta", "Jump to the bottom of the timeline when you send a message": "Sõnumi saatmiseks hüppa ajajoone lõppu", "%(count)s members": { "other": "%(count)s liiget", @@ -2381,8 +2363,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.", "This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid", "Space information": "Kogukonnakeskuse teave", - "Collapse": "ahenda", - "Expand": "laienda", "Recommended for public spaces.": "Soovitame avalike kogukonnakeskuste puhul.", "Allow people to preview your space before they join.": "Luba huvilistel enne liitumist näha kogukonnakeskuse eelvaadet.", "Preview Space": "Kogukonnakeskuse eelvaade", @@ -2598,7 +2578,6 @@ "Select from the options below to export chats from your timeline": "Kui soovid oma ajajoonelt mõnda vestlust eksportida, siis vali tingimused alljärgnevalt", "Export Chat": "Ekspordi vestlus", "Exporting your data": "Ekspordin sinu andmeid", - "Stop": "Peata", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Kas sa oled kindel, et soovid oma andmete eksporti katkestada? Kui nii toimid, siis pead hiljem uuesti alustama.", "Your export was successful. Find it in your Downloads folder.": "Sinu andmete eksport õnnestus. Faili leiad tavapärasest allalaadimiste kaustast.", "The export was cancelled successfully": "Ekspordi tühistamine õnnestus", @@ -3116,7 +3095,6 @@ "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s toimib nutiseadme veebibrauseris kastseliselt. Parima kasutajakogemuse ja uusima funktsionaalsuse jaoks kasuta meie rakendust.", "Force complete": "Sunni lõpetama", "": "", - "Call": "Helista", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "Astumisel jututuppa või liitumisel kogukonnaga tekkis viga %(errcode)s. Kui sa arvad, et sellise põhjusega viga ei tohiks tekkida, siis palun koosta veateade.", "Try again later, or ask a room or space admin to check if you have access.": "Proovi hiljem uuesti või küsi jututoa või kogukonna haldurilt, kas sul on ligipääs olemas.", "This room or space is not accessible at this time.": "See jututuba või kogukond pole hetkel ligipääsetav.", @@ -3588,7 +3566,6 @@ "Re-enter email address": "Sisesta e-posti aadress uuesti", "Wrong email address?": "Kas e-posti aadress pole õige?", "Hide notification dot (only display counters badges)": "Peida teavituse täpp (ja näita loendure)", - "Apply": "Rakenda", "Search users in this room…": "Vali kasutajad sellest jututoast…", "Give one or multiple users in this room more privileges": "Lisa selles jututoas ühele või mitmele kasutajale täiendavaid õigusi", "Add privileged users": "Lisa kasutajatele täiendavaid õigusi", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.", "Poll history": "Küsitluste ajalugu", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Kasutaja %(user)s siiski ei saanud kutset %(roomId)s jututuppa, kuid kutse saatja liides ei kuvanud ka viga", - "Reload": "Laadi uuesti", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "See võib olla seotud asjaoluga, et rakendus on avatud mitmes brauseriaknas korraga või brauseri andmete kustutamise tõttu.", "Database unexpectedly closed": "Andmebaasiühendus sulgus ootamatult", "Match default setting": "Sobita vaikimisi seadistusega", @@ -3950,7 +3926,6 @@ "disable": "Lülita välja", "done": "Valmis", "edit": "Muuda", - "enable": "Võta kasutusele", "forgot_password": "Kas unustasid oma salasõna?", "forward": "Edasta", "invite": "Kutsu", @@ -3971,9 +3946,33 @@ "start": "Alusta", "start_chat": "Alusta vestlust", "view_source": "Vaata lähtekoodi", - "yes": "Jah" + "yes": "Jah", + "reject": "Hülga", + "confirm": "Kinnita", + "dismiss": "Loobu", + "trust": "Usalda", + "reload": "Laadi uuesti", + "cancel": "Loobu", + "stop": "Peata", + "join": "Liitu", + "close": "Sulge", + "accept": "Võta vastu", + "upgrade": "Uuenda", + "verify": "Verifitseeri", + "update": "Uuenda", + "call": "Helista", + "delete": "Kustuta", + "upload": "Laadi üles", + "collapse": "ahenda", + "apply": "Rakenda", + "reset": "Taasta algolek", + "share": "Jaga", + "skip": "Jäta vahele", + "logout": "Logi välja", + "view": "Näita", + "expand": "laienda" }, "a11y": { "user_menu": "Kasutajamenüü" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index ef90882a64d..1917896fe8a 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1,6 +1,4 @@ { - "Accept": "Onartu", - "Close": "Itxi", "Create new room": "Sortu gela berria", "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", @@ -9,7 +7,6 @@ "Operation failed": "Eragiketak huts egin du", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", - "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", "Room": "Gela", "Historical": "Historiala", @@ -21,7 +18,6 @@ "Join Room": "Elkartu gelara", "Register": "Eman izena", "Submit": "Bidali", - "Skip": "Saltatu", "Return to login screen": "Itzuli saio hasierarako pantailara", "Email address": "E-mail helbidea", "The email address linked to your account must be entered.": "Zure kontura gehitutako e-mail helbidea sartu behar da.", @@ -34,7 +30,6 @@ "Unban": "Debekua kendu", "Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.", "You do not have permission to post to this room": "Ez duzu gela honetara mezuak bidaltzeko baimenik", - "Logout": "Amaitu saioa", "Filter room members": "Iragazi gelako kideak", "Email": "E-mail", "Phone": "Telefonoa", @@ -276,7 +271,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", - "Cancel": "Utzi", "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", @@ -430,7 +424,6 @@ "Notification targets": "Jakinarazpenen helburuak", "Today": "Gaur", "Friday": "Ostirala", - "Update": "Eguneratu", "What's New": "Zer dago berri", "On": "Bai", "Changelog": "Aldaketa-egunkaria", @@ -451,7 +444,6 @@ "Event sent!": "Gertaera bidalita!", "Preparing to send logs": "Egunkariak bidaltzeko prestatzen", "Saturday": "Larunbata", - "Reject": "Baztertu", "Monday": "Astelehena", "Toolbox": "Tresna-kutxa", "Collecting logs": "Egunkariak biltzen", @@ -687,7 +679,6 @@ "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", "Phone (optional)": "Telefonoa (aukerakoa)", - "Confirm": "Berretsi", "Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean", "Other": "Beste bat", "Couldn't load page": "Ezin izan da orria kargatu", @@ -718,7 +709,6 @@ "Ignored users": "Ezikusitako erabiltzaileak", "Voice & Video": "Ahotsa eta bideoa", "Main address": "Helbide nagusia", - "Join": "Elkartu", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Create account": "Sortu kontua", "Recovery Method Removed": "Berreskuratze metodoa kendu da", @@ -842,7 +832,6 @@ "Uploaded sound": "Igotako soinua", "Sounds": "Soinuak", "Notification sound": "Jakinarazpen soinua", - "Reset": "Berrezarri", "Set a new custom sound": "Ezarri soinu pertsonalizatua", "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", @@ -874,7 +863,6 @@ "Missing session data": "Saioaren datuak falta dira", "Upload files (%(current)s of %(total)s)": "Igo fitxategiak (%(current)s / %(total)s)", "Upload files": "Igo fitxategiak", - "Upload": "Igo", "Upload %(count)s other files": { "other": "Igo beste %(count)s fitxategiak", "one": "Igo beste fitxategi %(count)s" @@ -964,7 +952,6 @@ "Unable to revoke sharing for email address": "Ezin izan da partekatzea indargabetu e-mail helbidearentzat", "Unable to share email address": "Ezin izan da e-mail helbidea partekatu", "Revoke": "Indargabetu", - "Share": "Partekatu", "Discovery options will appear once you have added an email above.": "Aurkitze aukerak behin goian e-mail helbide bat gehitu duzunean agertuko dira.", "Unable to revoke sharing for phone number": "Ezin izan da partekatzea indargabetu telefono zenbakiarentzat", "Unable to share phone number": "Ezin izan da telefono zenbakia partekatu", @@ -1062,7 +1049,6 @@ "Document": "Dokumentua", "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", "Explore rooms": "Arakatu gelak", "Emoji Autocomplete": "Emoji osatze automatikoa", "Notification Autocomplete": "Jakinarazpen osatze automatikoa", @@ -1093,7 +1079,6 @@ "Jump to first invite.": "Jauzi lehen gonbidapenera.", "Command Autocomplete": "Aginduak auto-osatzea", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ekintza honek lehenetsitako identitate-zerbitzaria atzitzea eskatzen du, e-mail helbidea edo telefono zenbakia balioztatzeko, baina zerbitzariak ez du erabilera baldintzarik.", - "Trust": "Jo fidagarritzat", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Message Actions": "Mezu-ekintzak", "You verified %(name)s": "%(name)s egiaztatu duzu", @@ -1146,7 +1131,6 @@ "Trusted": "Konfiantzazkoa", "Not trusted": "Ez konfiantzazkoa", "Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.", - "Verify": "Egiaztatu", "You have ignored this user, so their message is hidden. Show anyways.": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. Erakutsi hala ere.", "Any of the following data may be shared:": "Datu hauetako edozein partekatu daiteke:", "Your display name": "Zure pantaila-izena", @@ -1204,7 +1188,6 @@ "Upgrade public room": "Eguneratu gela publikoa", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Gela eguneratzea ekintza aurreratu bat da eta akatsen, falta diren ezaugarrien, edo segurtasun arazoen erruz gela ezegonkorra denean aholkatzen da.", "You'll upgrade this room from to .": "Gela hau bertsiotik bertsiora eguneratuko duzu.", - "Upgrade": "Eguneratu", "Unable to set up secret storage": "Ezin izan da biltegi sekretua ezarri", "Language Dropdown": "Hizkuntza menua", "Country Dropdown": "Herrialde menua", @@ -1612,7 +1595,6 @@ "disable": "Desgaitu", "done": "Egina", "edit": "Editatu", - "enable": "Gaitu", "invite": "Gonbidatu", "invites_list": "Gonbidapenak", "leave": "Atera", @@ -1630,9 +1612,26 @@ "start": "Hasi", "start_chat": "Hasi txata", "view_source": "Ikusi iturria", - "yes": "Bai" + "yes": "Bai", + "reject": "Baztertu", + "confirm": "Berretsi", + "dismiss": "Baztertu", + "trust": "Jo fidagarritzat", + "cancel": "Utzi", + "join": "Elkartu", + "close": "Itxi", + "accept": "Onartu", + "upgrade": "Eguneratu", + "verify": "Egiaztatu", + "update": "Eguneratu", + "upload": "Igo", + "reset": "Berrezarri", + "share": "Partekatu", + "skip": "Saltatu", + "logout": "Amaitu saioa", + "view": "Ikusi" }, "a11y": { "user_menu": "Erabiltzailea-menua" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index ff541db2ee2..df695c0a328 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -5,7 +5,6 @@ "Notification targets": "هدف‌های آگاه‌سازی", "Today": "امروز", "Friday": "آدینه", - "Update": "به‌روز رسانی", "Notifications": "آگاهی‌ها", "What's New": "چه خبر", "On": "روشن", @@ -24,12 +23,9 @@ "No update available.": "هیچ به روزرسانی جدیدی موجود نیست.", "Noisy": "پرسروصدا", "Collecting app version information": "درحال جمع‌آوری اطلاعات نسخه‌ی برنامه", - "Cancel": "لغو", "Tuesday": "سه‌شنبه", "Unnamed room": "گپ نام‌گذاری نشده", - "Dismiss": "نادیده بگیر", "Saturday": "شنبه", - "Reject": "پس زدن", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", "Search": "جستجو", @@ -43,7 +39,6 @@ "Messages containing my display name": "پیام‌های حاوی نمای‌نامِ من", "What's new?": "چه خبر؟", "When I'm invited to a room": "وقتی من به گپی دعوت میشوم", - "Close": "بستن", "Invite to this room": "دعوت به این گپ", "You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)", "Thursday": "پنج‌شنبه", @@ -60,7 +55,6 @@ "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", "Single Sign On": "ورود یکپارچه", "Confirm adding email": "تأیید افزودن رایانامه", - "Confirm": "تأیید", "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", @@ -71,8 +65,6 @@ "Encryption upgrade available": "ارتقای رمزنگاری ممکن است", "Verify this session": "تأیید این نشست", "Set up": "برپایی", - "Upgrade": "ارتقا", - "Verify": "تأیید", "Guest": "مهمان", "Confirm adding this email address by using Single Sign On to prove your identity.": "برای تأیید هویتتان، این نشانی رایانامه را با ورود یکپارچه تأیید کنید.", "Click the button below to confirm adding this email address.": "برای تأیید افزودن این نشانی رایانامه، دکمهٔ زیر را بزنید.", @@ -128,7 +120,6 @@ "Hangup": "قطع", "For security, this session has been signed out. Please sign in again.": "برای امنیت، این نشست نامعتبر شده است. لطفاً دوباره وارد سیستم شوید.", "We couldn't log you in": "نتوانستیم شما را وارد کنیم", - "Trust": "اعتماد کن", "Only continue if you trust the owner of the server.": "تنها در صورتی که به صاحب سرور اطمینان دارید، ادامه دهید.", "Identity server has no terms of service": "سرور هویت هیچگونه شرایط خدمات ندارد", "Unnamed Room": "اتاق بدون نام", @@ -1300,7 +1291,6 @@ "expand": "گشودن", "collapse": "بستن", "Please create a new issue on GitHub so that we can investigate this bug.": "لطفا در GitHub یک مسئله جدید ایجاد کنید تا بتوانیم این اشکال را بررسی کنیم.", - "Join": "پیوستن", "Enter passphrase": "عبارت امنیتی را وارد کنید", "Confirm passphrase": "عبارت امنیتی را تائید کنید", "This version of %(brand)s does not support searching encrypted messages": "این نسخه از %(brand)s از جستجوی پیام های رمزگذاری شده پشتیبانی نمی کند", @@ -1351,7 +1341,6 @@ "one": "%(severalUsers)s عضو شدند", "other": "%(severalUsers)s%(count)s مرتبه عضو شده‌اند" }, - "Skip": "بیخیال", "Import": "واردکردن (Import)", "Export": "استخراج (Export)", "Space": "فضای کاری", @@ -1660,8 +1649,6 @@ "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", "Description": "توضیحات", "Name": "نام", - "Upload": "بارگذاری", - "Delete": "پاک‌کردن", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", "Pin": "سنجاق", @@ -1746,7 +1733,6 @@ "The other party cancelled the verification.": "طرف مقابل فرآیند تائید را لغو کرد.", "Play": "اجرا کردن", "Pause": "متوقف‌کردن", - "Accept": "پذیرفتن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -1958,9 +1944,7 @@ "Sending": "در حال ارسال", "Retry all": "همه را دوباره امتحان کنید", "Delete all": "حذف همه", - "View": "مشاهده", "You have no visible notifications.": "اعلان قابل مشاهده‌ای ندارید.", - "Logout": "خروج", "Verification requested": "درخواست تائید", "Old cryptography data detected": "داده‌های رمزنگاری قدیمی شناسایی شد", "Review terms and conditions": "مرور شرایط و ضوابط", @@ -1979,7 +1963,6 @@ "Welcome %(name)s": "%(name)s خوش‌آمدید", "Add a photo so people know it's you.": "برای اینکه بقیه شما را بشناسند، یک تصویر اضافه کنید.", "Great, that'll help people know it's you": "احسنت، با این کار شما به سایر افراد کمک می‌کنید که شما را بشناسند", - "Reset": "بازراه‌اندازی", "Cross-signing is not set up.": "امضاء متقابل تنظیم نشده‌است.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "حساب کاربری شما یک هویت برای امضاء متقابل در حافظه‌ی نهان دارد، اما این هویت هنوز توسط این نشست تائید نشده‌است.", "Cross-signing is ready for use.": "امضاء متقابل برای استفاده در دسترس است.", @@ -2052,7 +2035,6 @@ "Hold": "نگه‌داشتن", "Resume": "ادامه", "Appearance": "شکل و ظاهر", - "Share": "اشتراک‌گذاری", "Revoke": "برگرداندن", "Complete": "تکمیل", "Verify the link in your inbox": "لینک موجود در صندوق دریافت خود را تائید کنید", @@ -2479,7 +2461,6 @@ "Unknown room": "اتاق ناشناس", "Help improve %(analyticsOwner)s": "بهتر کردن راهنمای کاربری %(analyticsOwner)s", "You previously consented to share anonymous usage data with us. We're updating how that works.": "شما به ارسال گزارش چگونگی استفاده از سرویس رضایت داده بودید. ما نحوه استفاده از این اطلاعات را بروز میکنیم.", - "Stop": "توقف", "That's fine": "بسیارعالی", "File Attached": "فایل ضمیمه شد", "Export successful!": "استخراج موفق!", @@ -2569,7 +2550,6 @@ "Use your account to continue.": "برای ادامه از حساب خود استفاده کنید.", "Open poll": "باز کردن نظرسنجی", "Identity server not set": "سرور هویت تنظیم نشده است", - "Reload": "بارگذاری مجدد", "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.": "از طرف دیگر، می‌توانید سعی کنید از سرور عمومی در استفاده کنید، اما این به آن اندازه قابل اعتماد نخواهد بود و آدرس IP شما را با آن سرور به اشتراک می‌گذارد. شما همچنین می توانید این قابلیت را در تنظیمات مدیریت کنید.", "Try using %(server)s": "سعی کنید از %(server)s استفاده کنید", "Keyboard shortcuts": "میانبرهای صفحه کلید", @@ -2605,7 +2585,6 @@ "disable": "غیرفعال‌کردن", "done": "انجام شد", "edit": "ویرایش", - "enable": "فعال کن", "forgot_password": "فراموشی گذرواژه", "invite": "دعوت", "invites_list": "دعوت‌ها", @@ -2625,9 +2604,29 @@ "start": "شروع", "start_chat": "شروع چت", "view_source": "دیدن منبع", - "yes": "بله" + "yes": "بله", + "reject": "پس زدن", + "confirm": "تأیید", + "dismiss": "نادیده بگیر", + "trust": "اعتماد کن", + "reload": "بارگذاری مجدد", + "cancel": "لغو", + "stop": "توقف", + "join": "پیوستن", + "close": "بستن", + "accept": "پذیرفتن", + "upgrade": "ارتقا", + "verify": "تأیید", + "update": "به‌روز رسانی", + "delete": "پاک‌کردن", + "upload": "بارگذاری", + "reset": "بازراه‌اندازی", + "share": "اشتراک‌گذاری", + "skip": "بیخیال", + "logout": "خروج", + "view": "مشاهده" }, "a11y": { "user_menu": "منوی کاربر" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index d3a53cfaa5a..0d482a6109e 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -1,9 +1,5 @@ { - "Accept": "Hyväksy", - "Cancel": "Peruuta", - "Close": "Sulje", "Create new room": "Luo uusi huone", - "Dismiss": "Hylkää", "Failed to forget room %(errCode)s": "Huoneen unohtaminen epäonnistui %(errCode)s", "Favourite": "Suosikki", "Notifications": "Ilmoitukset", @@ -84,7 +80,6 @@ "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", "Labs": "Laboratorio", - "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", "Name": "Nimi", @@ -244,7 +239,6 @@ "Authentication check failed: incorrect password?": "Autentikointi epäonnistui: virheellinen salasana?", "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", "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.", @@ -414,7 +408,6 @@ "Notification targets": "Ilmoituksen kohteet", "Today": "Tänään", "Friday": "Perjantai", - "Update": "Päivitä", "What's New": "Mitä uutta", "On": "Päällä", "Changelog": "Muutosloki", @@ -433,7 +426,6 @@ "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", "Saturday": "Lauantai", - "Reject": "Hylkää", "Monday": "Maanantai", "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", @@ -618,7 +610,6 @@ "Preparing to send logs": "Valmistaudutaan lokien lähettämiseen", "Invite anyway": "Kutsu silti", "Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen", - "Join": "Liity", "Click here to see older messages.": "Napsauta tästä nähdäksesi vanhemmat viestit.", "This room is a continuation of another conversation.": "Tämä huone on jatkumo toisesta keskustelusta.", "The conversation continues here.": "Keskustelu jatkuu täällä.", @@ -778,7 +769,6 @@ "Please review and accept the policies of this homeserver:": "Tarkistathan tämän kotipalvelimen käytännöt:", "Code": "Koodi", "Change": "Muuta", - "Confirm": "Varmista", "Join millions for free on the largest public server": "Liity ilmaiseksi miljoonien joukkoon suurimmalla julkisella palvelimella", "Other": "Muut", "Can't leave Server Notices room": "Palvelinilmoitushuonetta ei voitu jättää", @@ -904,7 +894,6 @@ "Uploaded sound": "Asetettu ääni", "Sounds": "Äänet", "Notification sound": "Ilmoitusääni", - "Reset": "Palauta alkutilaan", "Set a new custom sound": "Aseta uusi mukautettu ääni", "Browse": "Selaa", "Use lowercase letters, numbers, dashes and underscores only": "Käytä ainoastaan pieniä kirjaimia, numeroita, yhdysviivoja ja alaviivoja", @@ -916,7 +905,6 @@ "Message edits": "Viestin muokkaukset", "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Tämän huoneen päivittäminen edellyttää huoneen nykyisen instanssin sulkemista ja uuden huoneen luomista sen tilalle. Jotta tämä kävisi huoneen jäsenten kannalta mahdollisimman sujuvasti, teemme seuraavaa:", "Upload all": "Lähetä kaikki palvelimelle", - "Upload": "Lähetä", "Show all": "Näytä kaikki", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)s eivät tehneet muutoksia %(count)s kertaa", @@ -951,7 +939,6 @@ "Always show the window menu bar": "Näytä aina ikkunan valikkorivi", "Unable to revoke sharing for email address": "Sähköpostiosoitteen jakamista ei voi perua", "Unable to share email address": "Sähköpostiosoitetta ei voi jakaa", - "Share": "Jaa", "Unable to share phone number": "Puhelinnumeroa ei voi jakaa", "Checking server": "Tarkistetaan palvelinta", "Disconnect from the identity server ?": "Katkaise yhteys identiteettipalvelimeen ?", @@ -1014,7 +1001,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", - "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", "Deactivate user?": "Poista käyttäjä pysyvästi?", @@ -1100,7 +1086,6 @@ "Using this widget may share data with %(widgetDomain)s.": "Tämän sovelman käyttäminen voi jakaa tietoja verkkotunnukselle %(widgetDomain)s.", "Widget added by": "Sovelman lisäsi", "This widget may use cookies.": "Tämä sovelma saattaa käyttää evästeitä.", - "Trust": "Luota", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Voit käyttää identiteettipalvelinta lähettääksesi sähköpostikutsuja. Napsauta Jatka käyttääksesi oletuspalvelinta (%(defaultIdentityServerName)s) tai syötä eri palvelin asetuksissa.", "Use an identity server to invite by email. Manage in Settings.": "Voit käyttää identiteettipalvelinta sähköpostikutsujen lähettämiseen.", "Match system theme": "Käytä järjestelmän teemaa", @@ -1139,7 +1124,6 @@ "This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.", "Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.", "Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.", - "Verify": "Varmenna", "You have ignored this user, so their message is hidden. Show anyways.": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. Näytä silti.", "You verified %(name)s": "Varmensit käyttäjän %(name)s", "You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen", @@ -1207,7 +1191,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Huoneen päivittäminen on monimutkainen toimenpide ja yleensä sitä suositellaan, kun huone on epävakaa bugien, puuttuvien ominaisuuksien tai tietoturvaongelmien takia.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, ilmoita virheestä.", "You'll upgrade this room from to .": "Olat päivittämässä tätä huonetta versiosta versioon .", - "Upgrade": "Päivitä", "Country Dropdown": "Maapudotusvalikko", "Unable to set up secret storage": "Salavaraston käyttöönotto epäonnistui", "Show more": "Näytä lisää", @@ -2084,7 +2067,6 @@ "You can change these anytime.": "Voit muuttaa näitä koska tahansa.", "Private": "Yksityinen", "Public": "Julkinen", - "Delete": "Poista", "Show chat effects (animations when receiving e.g. confetti)": "Näytä keskustelutehosteet (animaatiot, kun saat esim. konfettia)", "Jump to the bottom of the timeline when you send a message": "Siirry aikajanan pohjalle, kun lähetät viestin", "This homeserver has been blocked by its administrator.": "Tämä kotipalvelin on ylläpitäjänsä estämä.", @@ -2177,7 +2159,6 @@ "Message preview": "Viestin esikatselu", "Sent": "Lähetetty", "Include Attachments": "Sisällytä liitteet", - "Stop": "Pysäytä", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Oletko varma, että haluat lopettaa tietojen viennin? Jos lopetat, joudut aloittamaan alusta.", "Export Successful": "Vienti onnistui", "Number of messages": "Viestien määrä", @@ -2225,8 +2206,6 @@ "Anyone can find and join.": "Kuka tahansa voi löytää ja liittyä.", "Only invited people can join.": "Vain kutsutut ihmiset voivat liittyä.", "Space options": "Avaruuden valinnat", - "Collapse": "Supista", - "Expand": "Laajenna", "Recommended for public spaces.": "Suositeltu julkisiin avaruuksiin.", "Guests can join a space without having an account.": "Vieraat voivat liittyä avaruuteen ilman tiliä.", "Enable guest access": "Ota käyttöön vieraiden pääsy", @@ -2934,7 +2913,6 @@ }, "Cross-signing is ready but keys are not backed up.": "Ristiinvarmennus on valmis, mutta avaimia ei ole varmuuskopioitu.", "Search %(spaceName)s": "Etsi %(spaceName)s", - "Call": "Soita", "Dial": "Yhdistä", "Messaging": "Viestintä", "Back to thread": "Takaisin ketjuun", @@ -3330,7 +3308,6 @@ "This session doesn't support encryption and thus can't be verified.": "Tämä istunto ei tue salausta, joten sitä ei voi vahvistaa.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Parhaan tietoturvan ja yksityisyyden vuoksi on suositeltavaa käyttää salausta tukevia Matrix-asiakasohjelmistoja.", "Upcoming features": "Tulevat ominaisuudet", - "Apply": "Toteuta", "Search users in this room…": "Etsi käyttäjiä tästä huoneesta…", "Requires compatible homeserver.": "Vaatii yhteensopivan kotipalvelimen.", "Under active development.": "Aktiivisen kehityksen kohteena.", @@ -3499,7 +3476,6 @@ "Send %(msgtype)s messages as you in your active room": "Lähetä %(msgtype)s-viestejä itsenäsi aktiiviseen huoneeseesi", "Send %(msgtype)s messages as you in this room": "Lähetä %(msgtype)s-viestejä itsenäsi tähän huoneeseen", "%(oldDisplayName)s changed their display name and profile picture": "%(oldDisplayName)s vaihtoi näyttönimensä ja profiilikuvansa", - "Reload": "Lataa uudelleen", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Tämä voi johtua siitä, että sovellus on auki useissa välilehdissä tai selaimen tietojen tyhjentämisestä.", "Database unexpectedly closed": "Tietokanta sulkeutui odottamattomasti", "Identity server not set": "Identiteettipalvelinta ei ole asetettu", @@ -3549,7 +3525,6 @@ "disable": "Poista käytöstä", "done": "Valmis", "edit": "Muokkaa", - "enable": "Ota käyttöön", "forgot_password": "Unohtuiko salasana?", "forward": "Välitä", "invite": "Kutsu", @@ -3570,9 +3545,33 @@ "start": "Aloita", "start_chat": "Aloita keskustelu", "view_source": "Näytä lähdekoodi", - "yes": "Kyllä" + "yes": "Kyllä", + "reject": "Hylkää", + "confirm": "Varmista", + "dismiss": "Hylkää", + "trust": "Luota", + "reload": "Lataa uudelleen", + "cancel": "Peruuta", + "stop": "Pysäytä", + "join": "Liity", + "close": "Sulje", + "accept": "Hyväksy", + "upgrade": "Päivitä", + "verify": "Varmenna", + "update": "Päivitä", + "call": "Soita", + "delete": "Poista", + "upload": "Lähetä", + "collapse": "Supista", + "apply": "Toteuta", + "reset": "Palauta alkutilaan", + "share": "Jaa", + "skip": "Ohita", + "logout": "Kirjaudu ulos", + "view": "Näytä", + "expand": "Laajenna" }, "a11y": { "user_menu": "Käyttäjän valikko" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index ec2079ccca3..8e612eb6bf3 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -65,7 +65,6 @@ "Sign in with": "Se connecter avec", "Join Room": "Rejoindre le salon", "Labs": "Expérimental", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, à partir de leur arrivée.", @@ -175,7 +174,6 @@ "Room": "Salon", "Connectivity to the server has been lost.": "La connexion au serveur a été perdue.", "Sent messages will be stored until your connection has returned.": "Les messages envoyés seront stockés jusqu’à ce que votre connexion revienne.", - "Cancel": "Annuler", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s a supprimé le nom du salon.", "Passphrases must match": "Les phrases secrètes doivent être identiques", "Passphrase must not be empty": "Le mot de passe ne peut pas être vide", @@ -195,7 +193,6 @@ "Incorrect password": "Mot de passe incorrect", "Unable to restore session": "Impossible de restaurer la 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.": "Si vous avez utilisé une version plus récente de %(brand)s précédemment, votre session risque d’être incompatible avec cette version. Fermez cette fenêtre et retournez à la version plus récente.", - "Dismiss": "Ignorer", "Token incorrect": "Jeton incorrect", "Please enter the code it contains:": "Merci de saisir le code qu’il contient :", "powered by Matrix": "propulsé par Matrix", @@ -240,9 +237,7 @@ "Create new room": "Créer un nouveau salon", "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", "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.", @@ -259,7 +254,6 @@ "Authentication check failed: incorrect password?": "Erreur d’authentification : mot de passe incorrect ?", "Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?", "This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.", - "Skip": "Passer", "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", @@ -430,7 +424,6 @@ "Notification targets": "Appareils recevant les notifications", "Today": "Aujourd’hui", "Friday": "Vendredi", - "Update": "Mettre à jour", "What's New": "Nouveautés", "On": "Activé", "Changelog": "Journal des modifications", @@ -450,7 +443,6 @@ "Search…": "Rechercher…", "Developer Tools": "Outils de développement", "Saturday": "Samedi", - "Reject": "Rejeter", "Monday": "Lundi", "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", @@ -677,13 +669,11 @@ "Room avatar": "Avatar du salon", "Room Name": "Nom du salon", "Room Topic": "Sujet du salon", - "Join": "Rejoindre", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", - "Confirm": "Confirmer", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", "Other": "Autre", "Guest": "Visiteur", @@ -838,7 +828,6 @@ "Your browser likely removed this data when running low on disk space.": "Votre navigateur a sûrement supprimé ces données car il restait peu d’espace sur le disque.", "Upload files (%(current)s of %(total)s)": "Envoi des fichiers (%(current)s sur %(total)s)", "Upload files": "Envoyer les fichiers", - "Upload": "Envoyer", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Le fichier est trop lourd pour être envoyé. La taille limite est de %(limit)s mais la taille de ce fichier est de %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ces fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Certains fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", @@ -900,7 +889,6 @@ "Uploaded sound": "Son téléchargé", "Sounds": "Sons", "Notification sound": "Son de notification", - "Reset": "Réinitialiser", "Set a new custom sound": "Définir un nouveau son personnalisé", "Browse": "Parcourir", "Cannot reach homeserver": "Impossible de joindre le serveur d’accueil", @@ -959,7 +947,6 @@ "Unable to revoke sharing for email address": "Impossible de révoquer le partage pour l’adresse e-mail", "Unable to share email address": "Impossible de partager l’adresse e-mail", "Revoke": "Révoquer", - "Share": "Partager", "Discovery options will appear once you have added an email above.": "Les options de découverte apparaîtront quand vous aurez ajouté une adresse e-mail ci-dessus.", "Unable to revoke sharing for phone number": "Impossible de révoquer le partage pour le numéro de téléphone", "Unable to share phone number": "Impossible de partager le numéro de téléphone", @@ -1027,7 +1014,6 @@ "one": "Supprimer 1 message" }, "Remove recent messages": "Supprimer les messages récents", - "View": "Afficher", "Explore rooms": "Parcourir les salons", "Verify the link in your inbox": "Vérifiez le lien dans votre boîte de réception", "Complete": "Terminer", @@ -1095,7 +1081,6 @@ "Room %(name)s": "Salon %(name)s", "Unread messages.": "Messages non lus.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Cette action nécessite l’accès au serveur d’identité par défaut afin de valider une adresse e-mail ou un numéro de téléphone, mais le serveur n’a aucune condition de service.", - "Trust": "Faire confiance", "Message Actions": "Actions de message", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Vous avez vérifié %(name)s", @@ -1140,7 +1125,6 @@ "Trusted": "Fiable", "Not trusted": "Non fiable", "Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.", - "Verify": "Vérifier", "Any of the following data may be shared:": "Les données suivants peuvent être partagées :", "Your display name": "Votre nom d’affichage", "Your user ID": "Votre identifiant utilisateur", @@ -1174,7 +1158,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau d’un salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause d’anomalies, de fonctionnalités manquantes ou de failles de sécurité.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Cela n’affecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, signalez une anomalie.", "You'll upgrade this room from to .": "Vous allez mettre à niveau ce salon de vers .", - "Upgrade": "Mettre à niveau", " wants to chat": " veut discuter", "Start chatting": "Commencer à discuter", "Cross-signing public keys:": "Clés publiques de signature croisée :", @@ -2212,7 +2195,6 @@ "Open space for anyone, best for communities": "Espace ouvert à tous, idéal pour les communautés", "Public": "Public", "Create a space": "Créer un espace", - "Delete": "Supprimer", "Jump to the bottom of the timeline when you send a message": "Sauter en bas du fil de discussion lorsque vous envoyez un message", "This homeserver has been blocked by its administrator.": "Ce serveur d’accueil a été bloqué par son administrateur.", "You're already in a call with this person.": "Vous êtes déjà en cours d’appel avec cette personne.", @@ -2380,8 +2362,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.", "This space has no local addresses": "Cet espace n’a pas d’adresse locale", "Space information": "Informations de l’espace", - "Collapse": "Réduire", - "Expand": "Développer", "Recommended for public spaces.": "Recommandé pour les espaces publics.", "Allow people to preview your space before they join.": "Permettre aux personnes d’avoir un aperçu de l’espace avant de le rejoindre.", "Preview Space": "Aperçu de l’espace", @@ -2597,7 +2577,6 @@ "Select from the options below to export chats from your timeline": "Sélectionner les options ci-dessous pour exporter les conversations de votre historique", "Export Chat": "Exporter la conversation", "Exporting your data": "Export de vos données", - "Stop": "Arrêter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Êtes vous sûr de vouloir arrêter l’export de vos données ? Si vous le fait, vous devrez recommencer depuis le début.", "Your export was successful. Find it in your Downloads folder.": "Votre export est réussi. Vous le trouverez dans votre dossier Téléchargements.", "The export was cancelled successfully": "Cet export a été annulé avec succès", @@ -2930,7 +2909,6 @@ "Group all your favourite rooms and people in one place.": "Regroupez tous vos salons et personnes préférés au même endroit.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Les espaces permettent de regrouper des salons et des personnes. En plus de ceux auxquels vous participez, vous pouvez également utiliser des espaces prédéfinis.", "IRC (Experimental)": "IRC (Expérimental)", - "Call": "Appel", "Internal room ID": "Identifiant interne du salon", "Group all your rooms that aren't part of a space in one place.": "Regroupe tous les salons n’appartenant pas à un espace au même endroit.", "Previous autocomplete suggestion": "Précédente suggestion d’autocomplétion", @@ -3591,7 +3569,6 @@ "This session doesn't support encryption and thus can't be verified.": "Cette session ne prend pas en charge le chiffrement, elle ne peut donc pas être vérifiée.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Pour de meilleures sécurité et confidentialité, il est recommandé d’utiliser des clients Matrix qui prennent en charge le chiffrement.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Vous ne pourrez pas participer aux salons qui ont activé le chiffrement en utilisant cette session.", - "Apply": "Appliquer", "Search users in this room…": "Chercher des utilisateurs dans ce salon…", "Give one or multiple users in this room more privileges": "Donne plus de privilèges à un ou plusieurs utilisateurs de ce salon", "Add privileged users": "Ajouter des utilisateurs privilégiés", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau s’est produite en tentant de chercher et d’aller à la date choisie. Votre serveur d’accueil est peut-être hors-ligne, ou bien c’est un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter l’administrateur de votre serveur d’accueil.", "Poll history": "Historique des sondages", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L’utilisateur (%(user)s) n’a finalement pas été invité dans %(roomId)s mais aucune erreur n’a été fournie par la routine d’invitation", - "Reload": "Recharger", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Cela peut être causé par l’application ouverte dans plusieurs onglets, ou après un nettoyage des données du navigateur.", "Database unexpectedly closed": "La base de données s’est fermée de manière inattendue", "Mute room": "Salon muet", @@ -3950,7 +3926,6 @@ "disable": "Désactiver", "done": "Terminé", "edit": "Modifier", - "enable": "Activer", "forgot_password": "Mot de passe oublié ?", "forward": "Transférer", "invite": "Inviter", @@ -3971,9 +3946,33 @@ "start": "Commencer", "start_chat": "Commencer une conversation privée", "view_source": "Voir la source", - "yes": "Oui" + "yes": "Oui", + "reject": "Rejeter", + "confirm": "Confirmer", + "dismiss": "Ignorer", + "trust": "Faire confiance", + "reload": "Recharger", + "cancel": "Annuler", + "stop": "Arrêter", + "join": "Rejoindre", + "close": "Fermer", + "accept": "Accepter", + "upgrade": "Mettre à niveau", + "verify": "Vérifier", + "update": "Mettre à jour", + "call": "Appel", + "delete": "Supprimer", + "upload": "Envoyer", + "collapse": "Réduire", + "apply": "Appliquer", + "reset": "Réinitialiser", + "share": "Partager", + "skip": "Passer", + "logout": "Se déconnecter", + "view": "Afficher", + "expand": "Développer" }, "a11y": { "user_menu": "Menu utilisateur" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index c12d1f97157..e5bc0612c0f 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -68,7 +68,6 @@ "Spaces": "Spásanna", "Private": "Príobháideach", "Public": "Poiblí", - "Delete": "Bain amach", "Value:": "Luach:", "Level": "Leibhéal", "Caution:": "Faichill:", @@ -304,25 +303,20 @@ "Go": "Téigh", "Cross-signing": "Cros-síniú", "Unencrypted": "Gan chriptiú", - "Upgrade": "Uasghrádaigh", - "Verify": "Cinntigh", "Trusted": "Dílis", "Subscribe": "Liostáil", "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", - "Trust": "Cuir muinín i", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", "Activities": "Gníomhaíochtaí", "Document": "Cáipéis", "Complete": "Críochnaigh", - "View": "Amharc", "Strikethrough": "Líne a chur trí", "Italics": "Iodálach", "Bold": "Trom", "Disconnect": "Dícheangail", - "Share": "Roinn le", "Revoke": "Cúlghair", "Discovery": "Aimsiú", "Actions": "Gníomhartha", @@ -337,7 +331,6 @@ "Commands": "Ordú", "Guest": "Cuairteoir", "Room": "Seomra", - "Logout": "Logáil amach", "Description": "Cuntas", "Other": "Eile", "Change": "Athraigh", @@ -348,10 +341,8 @@ "Home": "Tús", "Favourite": "Cuir mar ceanán", "Resend": "Athsheol", - "Upload": "Uaslódáil", "Summary": "Achoimre", "Service": "Seirbhís", - "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", @@ -373,9 +364,7 @@ "%(severalUsers)sjoined %(count)s times": { "one": "Tháinig %(severalUsers)s isteach" }, - "Join": "Téigh isteach", "Warning": "Rabhadh", - "Update": "Uasdátaigh", "edited": "curtha in eagar", "Copied!": "Cóipeáilte!", "Attachment": "Ceangaltán", @@ -391,7 +380,6 @@ "Sunday": "Dé Domhnaigh", "Stickerpack": "Pacáiste greamáin", "Search…": "Cuardaigh…", - "Reject": "Diúltaigh", "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", @@ -417,7 +405,6 @@ "Call invitation": "Nuair a fhaighim cuireadh glaoigh", "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", - "Close": "Dún", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -426,7 +413,6 @@ "Permissions": "Ceadanna", "Unban": "Bain an cosc", "Browse": "Brabhsáil", - "Reset": "Athshocraigh", "Sounds": "Fuaimeanna", "Camera": "Ceamara", "Microphone": "Micreafón", @@ -511,9 +497,7 @@ "Lion": "Leon", "Cat": "Cat", "Dog": "Madra", - "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", - "Accept": "Glac", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -549,7 +533,6 @@ "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Deimhnigh an uimhir ghutháin seo le SSO mar cruthúnas céannachta.", "Add Email Address": "Cuir seoladh ríomhphoist", - "Confirm": "Deimhnigh", "Click the button below to confirm adding this email address.": "Cliceáil an cnaipe thíos chun an seoladh ríomhphoist nua a dheimhniú.", "Confirm adding email": "Deimhnigh an seoladh ríomhphoist nua", "Single Sign On": "Single Sign On", @@ -557,7 +540,6 @@ "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", "Sign In": "Sínigh Isteach", - "Dismiss": "Cuir uait", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", @@ -590,8 +572,6 @@ "[number]": "[uimhir]", "Report": "Tuairiscigh", "Disagree": "Easaontaigh", - "Collapse": "Cumaisc", - "Expand": "Leath", "Visibility": "Léargas", "Address": "Seoladh", "Sent": "Seolta", @@ -715,7 +695,6 @@ "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", @@ -733,6 +712,26 @@ "save": "Sábháil", "start": "Tosaigh", "start_chat": "Tosaigh comhrá", - "yes": "Tá" + "yes": "Tá", + "reject": "Diúltaigh", + "confirm": "Deimhnigh", + "dismiss": "Cuir uait", + "trust": "Cuir muinín i", + "cancel": "Cuir ar ceal", + "join": "Téigh isteach", + "close": "Dún", + "accept": "Glac", + "upgrade": "Uasghrádaigh", + "verify": "Cinntigh", + "update": "Uasdátaigh", + "delete": "Bain amach", + "upload": "Uaslódáil", + "collapse": "Cumaisc", + "reset": "Athshocraigh", + "share": "Roinn le", + "skip": "Léim", + "logout": "Logáil amach", + "view": "Amharc", + "expand": "Leath" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 5e32546e39f..1d50a693ae6 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", - "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", @@ -183,9 +182,7 @@ "Members only (since they joined)": "Só participantes (desde que se uniron)", "Permissions": "Permisos", "Advanced": "Avanzado", - "Cancel": "Cancelar", "Jump to first unread message.": "Ir a primeira mensaxe non lida.", - "Close": "Pechar", "not specified": "non indicado", "This room has no local addresses": "Esta sala non ten enderezos locais", "You have enabled URL previews by default.": "Activou a vista previa de URL por defecto.", @@ -206,7 +203,6 @@ "Failed to copy": "Fallo ao copiar", "Add an Integration": "Engadir unha integración", "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?": "Vai ser redirixido a unha web de terceiros para poder autenticar a súa conta e así utilizar %(integrationsUrl)s. Quere continuar?", - "Dismiss": "Rexeitar", "Token incorrect": "Testemuño incorrecto", "A text message has been sent to %(msisdn)s": "Enviouse unha mensaxe de texto a %(msisdn)s", "Please enter the code it contains:": "Por favor introduza o código que contén:", @@ -328,7 +324,6 @@ "Unable to add email address": "Non se puido engadir enderezo de correo", "Unable to verify email address.": "Non se puido verificar enderezo de correo electrónico.", "This will allow you to reset your password and receive notifications.": "Isto permitiralle restablecer o seu contrasinal e recibir notificacións.", - "Skip": "Saltar", "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", @@ -340,7 +335,6 @@ "Signed Out": "Desconectada", "For security, this session has been signed out. Please sign in again.": "Por seguridade, pechouse a sesión. Por favor, conéctate outra vez.", "Old cryptography data detected": "Detectouse o uso de criptografía sobre datos antigos", - "Logout": "Saír", "Warning": "Aviso", "Connectivity to the server has been lost.": "Perdeuse a conexión ao servidor.", "Sent messages will be stored until your connection has returned.": "As mensaxes enviadas gardaranse ate que retome a conexión.", @@ -430,7 +424,6 @@ "Notification targets": "Obxectivos das notificacións", "Today": "Hoxe", "Friday": "Venres", - "Update": "Actualizar", "What's New": "Que hai de novo", "On": "On", "Changelog": "Rexistro de cambios", @@ -452,7 +445,6 @@ "Developer Tools": "Ferramentas para desenvolver", "Preparing to send logs": "Preparándose para enviar informe", "Saturday": "Sábado", - "Reject": "Rexeitar", "Monday": "Luns", "Toolbox": "Ferramentas", "Collecting logs": "Obtendo rexistros", @@ -525,7 +517,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirma novo email", "Click the button below to confirm adding this email address.": "Preme no botón inferior para confirmar que queres engadir o email.", - "Confirm": "Confirmar", "Add Email Address": "Engadir email", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma que queres engadir este teléfono usando Single Sign On como proba de identidade.", "Confirm adding phone number": "Confirma a adición do teléfono", @@ -559,7 +550,6 @@ "Identity server has no terms of service": "O servidor de identidade non ten termos dos servizo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción precisa acceder ao servidor de indentidade para validar o enderezo de email ou o número de teléfono, pero o servidor non publica os seus termos do servizo.", "Only continue if you trust the owner of the server.": "Continúa se realmente confías no dono do servidor.", - "Trust": "Confiar", "%(name)s is requesting verification": "%(name)s está pedindo a verificación", "Use your account or create a new one to continue.": "Usa a túa conta ou crea unha nova para continuar.", "Create Account": "Crear conta", @@ -746,8 +736,6 @@ "Contact your server admin.": "Contacta coa administración.", "Ok": "Ok", "Set up": "Configurar", - "Upgrade": "Mellorar", - "Verify": "Verificar", "Other users may not trust it": "Outras usuarias poderían non confiar", "Render simple counters in room header": "Mostrar contadores simples na cabeceira da sala", "Subscribing to a ban list will cause you to join it!": "Subscribíndote a unha lista de bloqueo fará que te unas a ela!", @@ -759,7 +747,6 @@ "Do you want to join %(roomName)s?": "Queres unirte a %(roomName)s?", "You're previewing %(roomName)s. Want to join it?": "Vista previa de %(roomName)s. Queres unirte?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s non ten vista previa. Queres unirte?", - "Join": "Únete", "Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público", "Match system theme": "Imitar o aspecto do sistema", "Invalid theme schema.": "Esquema do decorado incorrecto.", @@ -879,7 +866,6 @@ "Folder": "Cartafol", "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", - "Upload": "Subir", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", "Show less": "Mostrar menos", @@ -1024,7 +1010,6 @@ "Uploaded sound": "Audio subido", "Sounds": "Audios", "Notification sound": "Ton de notificación", - "Reset": "Restablecer", "Set a new custom sound": "Establecer novo ton personalizado", "Browse": "Buscar", "Change room avatar": "Cambiar avatar da sala", @@ -1061,7 +1046,6 @@ "Verify the link in your inbox": "Verifica a ligazón na túa caixa de correo", "Complete": "Completar", "Revoke": "Revogar", - "Share": "Compartir", "Discovery options will appear once you have added an email above.": "As opcións de descubrimento aparecerán após ti engadas un email.", "Unable to revoke sharing for phone number": "Non se puido revogar a compartición do número de teléfono", "Unable to share phone number": "Non se puido compartir o número de teléfono", @@ -1455,7 +1439,6 @@ "Welcome to %(appName)s": "Benvida a %(appName)s", "Send a Direct Message": "Envía unha Mensaxe Directa", "Create a Group Chat": "Crear unha Conversa en Grupo", - "View": "Vista", "Jump to first unread room.": "Vaite a primeira sala non lida.", "Jump to first invite.": "Vai ó primeiro convite.", "You have %(count)s unread notifications in a prior version of this room.": { @@ -2213,7 +2196,6 @@ "Open space for anyone, best for communities": "Espazo aberto para calquera, mellor para comunidades", "Public": "Público", "Create a space": "Crear un espazo", - "Delete": "Eliminar", "Jump to the bottom of the timeline when you send a message": "Ir ao final da cronoloxía cando envías unha mensaxe", "This homeserver has been blocked by its administrator.": "O servidor de inicio foi bloqueado pola súa administración.", "You're already in a call with this person.": "Xa estás nunha conversa con esta persoa.", @@ -2398,8 +2380,6 @@ "An error occurred whilst saving your notification preferences.": "Algo fallou ao gardar as túas preferencias de notificación.", "Error saving notification preferences": "Erro ao gardar os axustes de notificación", "Messages containing keywords": "Mensaxes coas palabras chave", - "Collapse": "Pechar", - "Expand": "Despregar", "Recommended for public spaces.": "Recomendado para espazos públicos.", "Allow people to preview your space before they join.": "Permitir que sexa visible o espazo antes de unirte a el.", "Preview Space": "Vista previa do Espazo", @@ -2605,7 +2585,6 @@ "Select from the options below to export chats from your timeline": "Elixe entre as opcións seguintes para exportar a túa cronoloxía", "Export Chat": "Exportar chat", "Exporting your data": "Exportando os teus datos", - "Stop": "Deter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Tes a certeza de querer deter a exportación de datos? Se é así, terás que volver a iniciala.", "Your export was successful. Find it in your Downloads folder.": "A exportación foi correcta. Atoparala no cartafol de Descargas.", "The export was cancelled successfully": "Cancelouse con éxito a exportación", @@ -2904,7 +2883,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Agardando a que verifiques o teu outro dispositivo, %(deviceName)s %(deviceId)s …", "Verify this device by confirming the following number appears on its screen.": "Verifica este dispositivo confirmando que o seguinte número aparece na pantalla.", "Confirm the emoji below are displayed on both devices, in the same order:": "Confirma que os emoji inferiores se mostran nos dous dispositivos, na mesma orde:", - "Call": "Chamar", "Dial": "Marcar", "Automatically send debug logs on decryption errors": "Envía automáticamente rexistro de depuración se hai erros no cifrado", "Show join/leave messages (invites/removes/bans unaffected)": "Mostrar unirse/saír (convites/eliminacións/vetos non afectados)", @@ -3475,7 +3453,6 @@ "disable": "Desactivar", "done": "Feito", "edit": "Editar", - "enable": "Activar", "forgot_password": "Esqueceches o contrasinal?", "forward": "Reenviar", "invite": "Convidar", @@ -3496,9 +3473,31 @@ "start": "Comezar", "start_chat": "Iniciar conversa", "view_source": "Ver fonte", - "yes": "Si" + "yes": "Si", + "reject": "Rexeitar", + "confirm": "Confirmar", + "dismiss": "Rexeitar", + "trust": "Confiar", + "cancel": "Cancelar", + "stop": "Deter", + "join": "Únete", + "close": "Pechar", + "accept": "Aceptar", + "upgrade": "Mellorar", + "verify": "Verificar", + "update": "Actualizar", + "call": "Chamar", + "delete": "Eliminar", + "upload": "Subir", + "collapse": "Pechar", + "reset": "Restablecer", + "share": "Compartir", + "skip": "Saltar", + "logout": "Saír", + "view": "Vista", + "expand": "Despregar" }, "a11y": { "user_menu": "Menú de usuaria" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 36e4c04a1e4..c2156214742 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -34,10 +34,7 @@ "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", "Search": "חפש", - "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", - "Close": "סגור", - "Cancel": "ביטול", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", @@ -50,7 +47,6 @@ "Notification targets": "יעדי התראה", "Today": "היום", "Friday": "שישי", - "Update": "עדכון", "What's New": "מה חדש", "On": "התראה", "Changelog": "דו\"ח שינויים", @@ -71,7 +67,6 @@ "Event sent!": "ארוע נשלח!", "Preparing to send logs": "מתכונן לשלוח יומנים", "Saturday": "שבת", - "Reject": "דחה", "Monday": "שני", "Toolbox": "תיבת כלים", "Collecting logs": "אוסף יומנים לנפוי שגיאה (דבאג)", @@ -106,7 +101,6 @@ "Confirm adding phone number": "אישור הוספת מספר טלפון", "Confirm adding this phone number by using Single Sign On to prove your identity.": "אשר הוספת מספר טלפון על ידי כניסה חד שלבית לאימות חשבונכם.", "Add Email Address": "הוספת כתובת מייל", - "Confirm": "אישור", "Click the button below to confirm adding this email address.": "לחץ על הכפתור בכדי לאשר הוספה של כתובת מייל הזו.", "Confirm adding email": "אשר הוספת כתובת מייל", "Single Sign On": "כניסה חד שלבית", @@ -228,7 +222,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s לא נתנו הרשאות לשלוח התרעות - אנא נסו שוב", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s אין אישור לשלוח אליכם הודעות - אנא בדקו את הרשאות הדפדפן", "%(name)s is requesting verification": "%(name)s מבקש אימות", - "Trust": "לבטוח", "Andorra": "אנדורה", "Bangladesh": "בנגלדש", "Bahrain": "בחריין", @@ -702,7 +695,6 @@ "not found": "לא נמצא", "in memory": "בזכרון", "Cross-signing public keys:": "מפתחות ציבוריים של חתימה צולבת:", - "Reset": "אתחל", "Set up": "הגדר", "Cross-signing is not set up.": "חתימה צולבת אינה מוגדרת עדיין.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "לחשבונך זהות חתימה צולבת באחסון סודי, אך הפגישה זו אינה מהימנה עדיין.", @@ -721,7 +713,6 @@ "Show less": "הצג פחות", "This bridge is managed by .": "הגשר הזה מנוהל על ידי משתמש .", "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", - "Upload": "העלאה", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", "Pin": "נעץ", @@ -804,7 +795,6 @@ "You've successfully verified this user.": "המשתמש הזה אומת בהצלחה.", "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", - "Accept": "קבל", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -891,8 +881,6 @@ "New login. Was this you?": "כניסה חדשה. האם זה אתם?", "Other users may not trust it": "יתכן משתמשים אחרים לא יבטחו בזה", "Safeguard against losing access to encrypted messages & data": "שמור מפני איבוד גישה אל הודעות ומידע מוצפן", - "Verify": "אימות", - "Upgrade": "שדרג", "Verify this session": "אשרו את ההתחברות הזאת", "Encryption upgrade available": "שדרוג הצפנה קיים", "Set up Secure Backup": "צור גיבוי מאובטח", @@ -959,7 +947,6 @@ "Reason (optional)": "סיבה (לא חובה)", "Confirm Removal": "אשר הסרה", "Removing…": "מסיר…", - "Skip": "דלג", "Email address": "כתובת דוא\"ל", "Unable to load commit detail: %(msg)s": "לא ניתן לטעון את פרטי ההתחייבות: %(msg)s", "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "אם ישנו הקשר נוסף שיעזור לניתוח הבעיה, כגון מה שעשיתם באותו זמן, תעודות זהות, מזהי משתמש וכו ', אנא כללו את הדברים כאן.", @@ -1101,7 +1088,6 @@ "collapse": "אחד", "expand": "הרחב", "Please create a new issue on GitHub so that we can investigate this bug.": "אנא צור בעיה חדשה ב- GitHub כדי שנוכל לחקור את הבאג הזה.", - "Join": "הצטרפות", "This version of %(brand)s does not support searching encrypted messages": "גרסה זו של %(brand)s אינה תומכת בחיפוש הודעות מוצפנות", "This version of %(brand)s does not support viewing some encrypted files": "גרסה זו של %(brand)s אינה תומכת בצפייה בקבצים מוצפנים מסוימים", "Use the Desktop app to search encrypted messages": "השתמשו ב אפליקציית שולחן העבודה לחיפוש הודעות מוצפנות", @@ -1370,7 +1356,6 @@ "Unable to share phone number": "לא ניתן לשתף מספר טלפון", "Unable to revoke sharing for phone number": "לא ניתן לבטל את השיתוף למספר טלפון", "Discovery options will appear once you have added an email above.": "אפשרויות גילוי יופיעו לאחר הוספת דוא\"ל לעיל.", - "Share": "לשתף", "Revoke": "לשלול", "Complete": "מושלם", "Verify the link in your inbox": "אמת את הקישור בתיבת הדואר הנכנס שלך", @@ -2078,11 +2063,9 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבית הזה חרג ממגבלת המשאבים. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "You can't send any messages until you review and agree to our terms and conditions.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל התנאים וההגבלות שלנו .", - "View": "צפה", "You have no visible notifications.": "אין לך התראות גלויות.", "%(creator)s created and configured the room.": "%(creator)s יצר/ה והגדיר/ה את החדר.", "%(creator)s created this DM.": "%(creator)s יצר את DM הזה.", - "Logout": "יציאה", "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. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.", "Old cryptography data detected": "נתגלו נתוני הצפנה ישנים", "Terms and Conditions": "תנאים והגבלות", @@ -2194,7 +2177,6 @@ "Back to chat": "חזרה לצ'אט", "Threads": "שרשורים", "Sound on": "צליל דולק", - "Stop": "עצור", "That's fine": "זה בסדר", "File Attached": "מצורף קובץ", "Export successful!": "הייצוא הצליח!", @@ -2235,13 +2217,10 @@ "Save Changes": "שמור שינוייים", "Click to copy": "לחץ להעתקה", "Show all rooms": "הצג את כל החדרים", - "Collapse": "הִתמוֹטְטוּת", - "Expand": "להרחיב", "Private": "פרטי", "Public": "ציבורי", "Create a space": "צור מרחב עבודה", "Address": "כתובת", - "Delete": "מחק", "Pin to sidebar": "הצמד לסרגל הצד", "More options": "אפשרויות נוספות", "Quick settings": "הגדרות מהירות", @@ -2698,7 +2677,6 @@ "Pinned": "הודעות נעוצות", "Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים", "Files": "קבצים", - "Reload": "טעינה מחדש", "%(seconds)ss left": "נשארו %(seconds)s שניות", "%(minutes)sm %(seconds)ss left": "נשארו %(minutes)s דקות ו-%(seconds)s שניות", "%(hours)sh %(minutes)sm %(seconds)ss left": "נשארו %(hours)s שעות, %(minutes)s דקות ו-%(seconds)s שניות", @@ -2749,7 +2727,6 @@ "disable": "השבת", "done": "סיום", "edit": "ערוך", - "enable": "אפשר", "forgot_password": "שכחת את הסיסמה?", "forward": "קדימה", "invite": "הזמן", @@ -2770,9 +2747,31 @@ "start": "התחל", "start_chat": "התחל שיחה", "view_source": "הצג מקור", - "yes": "כן" + "yes": "כן", + "reject": "דחה", + "confirm": "אישור", + "dismiss": "התעלם", + "trust": "לבטוח", + "reload": "טעינה מחדש", + "cancel": "ביטול", + "stop": "עצור", + "join": "הצטרפות", + "close": "סגור", + "accept": "קבל", + "upgrade": "שדרג", + "verify": "אימות", + "update": "עדכון", + "delete": "מחק", + "upload": "העלאה", + "collapse": "הִתמוֹטְטוּת", + "reset": "אתחל", + "share": "לשתף", + "skip": "דלג", + "logout": "יציאה", + "view": "צפה", + "expand": "להרחיב" }, "a11y": { "user_menu": "תפריט משתמש" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 2863e44c5aa..144e1172ccb 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -4,7 +4,6 @@ "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": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", - "Dismiss": "खारिज", "powered by Matrix": "मैट्रिक्स द्वारा संचालित", "Call Failed": "कॉल विफल", "You cannot place a call with yourself.": "आप अपने साथ कॉल नहीं कर सकते हैं।", @@ -123,7 +122,6 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", - "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", @@ -195,7 +193,6 @@ "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", - "Close": "बंद", "and %(count)s others...": { "other": "और %(count)s अन्य ...", "one": "और एक अन्य..." @@ -256,7 +253,6 @@ "Prompt before sending invites to potentially invalid matrix IDs": "संभावित अवैध मैट्रिक्स आईडी को निमंत्रण भेजने से पहले सूचित करें", "Messages containing my username": "मेरे उपयोगकर्ता नाम वाले संदेश", "The other party cancelled the verification.": "दूसरे पक्ष ने सत्यापन रद्द कर दिया।", - "Cancel": "रद्द", "Verified!": "सत्यापित!", "You've successfully verified this user.": "आपने इस उपयोगकर्ता को सफलतापूर्वक सत्यापित कर लिया है।", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "इस उपयोगकर्ता के सुरक्षित संदेश एंड-टू-एंड एन्क्रिप्टेड हैं और तीसरे पक्ष द्वारा पढ़ने में सक्षम नहीं हैं।", @@ -566,7 +562,6 @@ "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", - "Trust": "विश्वास", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "इस क्रिया के लिए ईमेल पते या फ़ोन नंबर को मान्य करने के लिए डिफ़ॉल्ट पहचान सर्वर तक पहुँचने की आवश्यकता है, लेकिन सर्वर के पास सेवा की कोई शर्तें नहीं हैं।", "Identity server has no terms of service": "पहचान सर्वर की सेवा की कोई शर्तें नहीं हैं", @@ -608,7 +603,6 @@ "Confirm adding phone number": "फ़ोन नंबर जोड़ने की पुष्टि करें", "Confirm adding this phone number by using Single Sign On to prove your identity.": "अपनी पहचान साबित करने के लिए सिंगल साइन ऑन का उपयोग करके इस फ़ोन नंबर को जोड़ने की पुष्टि करें।", "Add Email Address": "ईमेल पता जोड़ें", - "Confirm": "पुष्टि", "Click the button below to confirm adding this email address.": "इस ईमेल पते को जोड़ने की पुष्टि करने के लिए नीचे दिए गए बटन पर क्लिक करें।", "Confirm adding email": "ईमेल जोड़ने की पुष्टि करें", "Single Sign On": "केवल हस्ताक्षर के ऊपर", @@ -632,6 +626,12 @@ "ok": "ठीक", "remove": "हटाए", "save": "अमुकनाम्ना", - "yes": "हाँ" + "yes": "हाँ", + "confirm": "पुष्टि", + "dismiss": "खारिज", + "trust": "विश्वास", + "cancel": "रद्द", + "close": "बंद", + "accept": "स्वीकार" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index fdf9b599caa..eb79fab4d72 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ova email adresa se već koristi", "This phone number is already in use": "Ovaj broj telefona se već koristi", "Failed to verify email address: make sure you clicked the link in the email": "Nismo u mogućnosti verificirati Vašu email adresu. Provjerite dali ste kliknuli link u mailu", - "Dismiss": "Odbaci", "France": "Francuska", "Finland": "Finska", "Fiji": "Fiji", @@ -90,7 +89,6 @@ "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.", "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge", @@ -157,7 +155,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Add Email Address": "Dodaj email adresu", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Integration manager": "Upravitelj integracijama", @@ -169,6 +166,9 @@ }, "action": { "continue": "Nastavi", - "ok": "OK" + "ok": "OK", + "confirm": "Potvrdi", + "dismiss": "Odbaci", + "trust": "Vjeruj" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 3b671cd98ef..df70c986461 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,14 +1,11 @@ { - "Cancel": "Mégse", "Search": "Keresés", - "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", "unknown error code": "ismeretlen hibakód", - "Accept": "Elfogadás", "Account": "Fiók", "Add": "Hozzáadás", "Admin": "Admin", @@ -25,7 +22,6 @@ "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?", "Create new room": "Új szoba létrehozása", - "Close": "Bezárás", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -97,7 +93,6 @@ "Join Room": "Belépés a szobába", "Jump to first unread message.": "Ugrás az első olvasatlan üzenetre.", "Labs": "Labor", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a csatlakozásuk idejétől kezdve.", @@ -260,7 +255,6 @@ "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Ezzel a folyamattal lehetőséged van betölteni a titkosítási kulcsokat amiket egy másik Matrix kliensből mentettél ki. Ez után minden üzenetet vissza tudsz fejteni amit a másik kliens tudott.", "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.": "Ha egy újabb %(brand)s verziót használt, akkor valószínűleg ez a munkamenet nem lesz kompatibilis vele. Zárja be az ablakot és térjen vissza az újabb verzióhoz.", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", - "Skip": "Kihagy", "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", @@ -430,7 +424,6 @@ "Notification targets": "Értesítések célpontja", "Today": "Ma", "Friday": "Péntek", - "Update": "Frissítés", "What's New": "Újdonságok", "On": "Be", "Changelog": "Változások", @@ -451,7 +444,6 @@ "Developer Tools": "Fejlesztői eszközök", "Preparing to send logs": "Előkészülés napló küldéshez", "Saturday": "Szombat", - "Reject": "Elutasítás", "Monday": "Hétfő", "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", @@ -676,13 +668,11 @@ "Room avatar": "Szoba profilképe", "Room Name": "Szoba neve", "Room Topic": "Szoba témája", - "Join": "Csatlakozás", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", - "Confirm": "Megerősítés", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", "Other": "Egyéb", "Guest": "Vendég", @@ -838,7 +828,6 @@ "Your browser likely removed this data when running low on disk space.": "A böngésző valószínűleg törölte ezeket az adatokat, amikor lecsökkent a szabad lemezterület.", "Upload files (%(current)s of %(total)s)": "Fájlok feltöltése (%(current)s / %(total)s)", "Upload files": "Fájlok feltöltése", - "Upload": "Feltöltés", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ez a fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s, de a fájl %(sizeOfThisFile)s méretű.", "These files are too large to upload. The file size limit is %(limit)s.": "A fájl túl nagy a feltöltéshez. A fájlméret korlátja %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Néhány fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s.", @@ -905,7 +894,6 @@ "Uploaded sound": "Feltöltött hang", "Sounds": "Hangok", "Notification sound": "Értesítési hang", - "Reset": "Visszaállítás", "Set a new custom sound": "Új egyénii hang beállítása", "Browse": "Böngészés", "Use lowercase letters, numbers, dashes and underscores only": "Csak kisbetűt, számokat, kötőjeleket és aláhúzásokat használj", @@ -973,7 +961,6 @@ "Unable to revoke sharing for email address": "Az e-mail cím megosztását nem sikerült visszavonni", "Unable to share email address": "Az e-mail címet nem sikerült megosztani", "Revoke": "Visszavon", - "Share": "Megosztás", "Discovery options will appear once you have added an email above.": "Felkutatási beállítások megjelennek amint hozzáadtál egy e-mail címet alább.", "Unable to revoke sharing for phone number": "A telefonszám megosztást nem sikerült visszavonni", "Unable to share phone number": "A telefonszámot nem sikerült megosztani", @@ -1027,7 +1014,6 @@ "Remove recent messages": "Friss üzenetek törlése", "Error changing power level requirement": "A szükséges hozzáférési szint megváltoztatása nem sikerült", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Hiba történt a szobához szükséges hozzáférési szint megváltoztatása során. Ellenőrizze, hogy megvan-e hozzá a megfelelő jogosultsága, és próbálja újra.", - "View": "Megtekintés", "Explore rooms": "Szobák felderítése", "Verify the link in your inbox": "Ellenőrizd a hivatkozást a bejövő leveleid között", "Complete": "Kiegészít", @@ -1095,7 +1081,6 @@ "Room %(name)s": "Szoba: %(name)s", "Unread messages.": "Olvasatlan üzenetek.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ez a művelet az e-mail-cím vagy telefonszám ellenőrzése miatt hozzáférést igényel a(z) alapértelmezett azonosítási kiszolgálójához, de a kiszolgálónak nincsenek felhasználási feltételei.", - "Trust": "Megbízom benne", "Message Actions": "Üzenet Műveletek", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Ellenőrizte: %(name)s", @@ -1140,7 +1125,6 @@ "Trusted": "Megbízható", "Not trusted": "Megbízhatatlan", "Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.", - "Verify": "Ellenőrzés", "Any of the following data may be shared:": "Az alábbi adatok közül bármelyik megosztásra kerülhet:", "Your display name": "Saját megjelenítendő neve", "Your user ID": "Saját felhasználói azonosítója", @@ -1174,7 +1158,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor küldjön egy hibajelentést.", "You'll upgrade this room from to .": " verzióról verzióra fogja fejleszteni a szobát.", - "Upgrade": "Fejlesztés", " wants to chat": " csevegni szeretne", "Start chatting": "Beszélgetés elkezdése", "Cross-signing public keys:": "Az eszközök közti hitelesítés nyilvános kulcsai:", @@ -2213,7 +2196,6 @@ "Open space for anyone, best for communities": "Mindenki számára nyílt tér, a közösségek számára ideális", "Public": "Nyilvános", "Create a space": "Tér létrehozása", - "Delete": "Törlés", "Jump to the bottom of the timeline when you send a message": "Üzenetküldés után az idővonal aljára ugrás", "This homeserver has been blocked by its administrator.": "A Matrix-kiszolgálót a rendszergazda zárolta.", "You're already in a call with this person.": "Már hívásban van ezzel a személlyel.", @@ -2405,8 +2387,6 @@ "Please provide an address": "Kérem adja meg a címet", "This space has no local addresses": "Ennek a térnek nincs helyi címe", "Space information": "Tér információi", - "Collapse": "Összecsukás", - "Expand": "Kibontás", "Recommended for public spaces.": "A nyilvános terekhez ajánlott.", "Allow people to preview your space before they join.": "A tér előnézetének engedélyezése a belépés előtt.", "Preview Space": "Tér előnézete", @@ -2596,7 +2576,6 @@ "Format": "Formátum", "Export Chat": "Beszélgetés exportálása", "Exporting your data": "Adatai exportálása", - "Stop": "Leállítás", "The export was cancelled successfully": "Az exportálás sikeresen félbeszakítva", "Export Successful": "Exportálás sikeres", "MB": "MB", @@ -2936,7 +2915,6 @@ "Internal room ID": "Belső szobaazonosító", "Group all your people in one place.": "Csoportosítsa az összes ismerősét egy helyre.", "Group all your favourite rooms and people in one place.": "Csoportosítsa az összes kedvenc szobáját és ismerősét egy helyre.", - "Call": "Hívás", "IRC (Experimental)": "IRC (kísérleti)", "Navigate to previous message in composer history": "Előző üzenetre navigálás a szerkesztőben", "Navigate to next message in composer history": "Következő üzenetre navigálás a szerkesztőben", @@ -3573,7 +3551,6 @@ "Early previews": "Lehetőségek korai megjelenítése", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "Mi várható a(z) %(brand)s fejlesztésében? A labor a legjobb hely az új dolgok kipróbálásához, visszajelzés adásához és a funkciók éles indulás előtti kialakításában történő segítséghez.", "Upcoming features": "Készülő funkciók", - "Apply": "Alkalmaz", "Search users in this room…": "Felhasználók keresése a szobában…", "Give one or multiple users in this room more privileges": "Több jog adása egy vagy több felhasználónak a szobában", "Add privileged users": "Privilegizált felhasználók hozzáadása", @@ -3787,7 +3764,6 @@ "Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen", "Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen", "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?", - "Reload": "Újratöltés", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ez lehet attól, hogy az alkalmazás több lapon is nyitva van, vagy hogy a böngészőadatok törölve lettek.", "Database unexpectedly closed": "Az adatbázis váratlanul lezárult", "Formatting": "Formázás", @@ -3854,7 +3830,6 @@ "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", @@ -3875,9 +3850,33 @@ "start": "Indít", "start_chat": "Csevegés indítása", "view_source": "Forrás megjelenítése", - "yes": "Igen" + "yes": "Igen", + "reject": "Elutasítás", + "confirm": "Megerősítés", + "dismiss": "Eltüntetés", + "trust": "Megbízom benne", + "reload": "Újratöltés", + "cancel": "Mégse", + "stop": "Leállítás", + "join": "Csatlakozás", + "close": "Bezárás", + "accept": "Elfogadás", + "upgrade": "Fejlesztés", + "verify": "Ellenőrzés", + "update": "Frissítés", + "call": "Hívás", + "delete": "Törlés", + "upload": "Feltöltés", + "collapse": "Összecsukás", + "apply": "Alkalmaz", + "reset": "Visszaállítás", + "share": "Megosztás", + "skip": "Kihagy", + "logout": "Kilépés", + "view": "Megtekintés", + "expand": "Kibontás" }, "a11y": { "user_menu": "Felhasználói menü" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index a861a0ed661..650f2a5d868 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,5 +1,4 @@ { - "Accept": "Terima", "Account": "Akun", "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", @@ -10,7 +9,6 @@ "An error has occurred.": "Telah terjadi kesalahan.", "Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?", "Change Password": "Ubah Kata Sandi", - "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", "Current password": "Kata sandi sekarang", @@ -30,7 +28,6 @@ "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", - "Logout": "Keluar", "Low priority": "Prioritas rendah", "Name": "Nama", "New passwords don't match": "Kata sandi baru tidak cocok", @@ -106,8 +103,6 @@ "Messages sent by bot": "Pesan dikirim oleh bot", "Notification targets": "Target notifikasi", "Today": "Hari Ini", - "Dismiss": "Abaikan", - "Update": "Perbarui", "Notifications": "Notifikasi", "What's New": "Apa Yang Baru", "On": "Nyala", @@ -131,7 +126,6 @@ "Unnamed room": "Ruang tanpa nama", "Friday": "Jumat", "Saturday": "Sabtu", - "Reject": "Tolak", "Monday": "Senin", "Collecting logs": "Mengumpulkan catatan", "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", @@ -143,7 +137,6 @@ "Call invitation": "Undangan panggilan", "What's new?": "Apa yang baru?", "When I'm invited to a room": "Ketika saya diundang ke ruangan", - "Cancel": "Batalkan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", "Back": "Kembali", @@ -526,7 +519,6 @@ "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", - "Trust": "Percayakan", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aksi ini memerlukan mengakses server identitas bawaan untuk memvalidasi sebuah alamat email atau nomor telepon, tetapi server ini tidak memiliki syarat layanan apa pun.", "Identity server has no terms of service": "Identitas server ini tidak memiliki syarat layanan", @@ -571,7 +563,6 @@ "Confirm adding phone number": "Konfirmasi penambahan nomor telepon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Konfirmasi penambahan nomor telepon ini dengan menggunakan Single Sign On untuk membuktikan identitas Anda.", "Add Email Address": "Tambahkan Alamat Email", - "Confirm": "Konfirmasi", "Click the button below to confirm adding this email address.": "Klik tombol di bawah untuk mengkonfirmasi penambahan alamat email ini.", "Confirm adding email": "Konfirmasi penambahan email", "Single Sign On": "Single Sign On", @@ -580,7 +571,6 @@ "Toolbox": "Kotak Peralatan", "expand": "buka", "collapse": "tutup", - "Join": "Bergabung", "Code": "Kode", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { @@ -613,7 +603,6 @@ "Emoji": "Emoji", "Room": "Ruangan", "Phone": "Ponsel", - "Skip": "Lewat", "Historical": "Riwayat", "Idle": "Idle", "Online": "Daring", @@ -689,24 +678,18 @@ "Folder": "Map", "Scissors": "Gunting", "Cancelling…": "Membatalkan…", - "Verify": "Lakukan verifikasi", - "Upgrade": "Tingkatkan", "Ok": "Ok", "Success!": "Berhasil!", - "View": "Pratinjau", "Summary": "Kesimpulan", "Service": "Layanan", "Notes": "Nota", "edited": "diedit", "Re-join": "Bergabung Ulang", - "Share": "Bagikan", "Browse": "Jelajahi", "Sounds": "Suara", "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", - "Reset": "Atur Ulang", - "Upload": "Unggah", "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", @@ -930,7 +913,6 @@ "Disagree": "Tidak Setuju", "Sent": "Terkirim", "Format": "Format", - "Stop": "Berhenti", "MB": "MB", "Custom level": "Tingkat kustom", "Decrypting": "Mendekripsi", @@ -942,8 +924,6 @@ "Global": "Global", "Keyword": "Kata kunci", "Rename": "Ubah Nama", - "Collapse": "Tutup", - "Expand": "Buka", "Visibility": "Visibilitas", "Address": "Alamat", "Hangup": "Akhiri", @@ -964,7 +944,6 @@ "Spaces": "Space", "Private": "Privat", "Public": "Publik", - "Delete": "Hapus", "Connecting": "Menghubungkan", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s menghapus peraturan pencekalan pengguna yang berisi %(glob)s", "Message deleted by %(name)s": "Pesan dihapus oleh %(name)s", @@ -2950,7 +2929,6 @@ "Group all your favourite rooms and people in one place.": "Kelompokkan semua ruangan dan orang favorit Anda di satu tempat.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Space adalah cara untuk mengelompokkan ruangan dan orang. Di sampingnya space yang Anda berada, Anda dapat menggunakan space yang sudah dibuat.", "IRC (Experimental)": "IRC (Eksperimental)", - "Call": "Panggil", "Toggle hidden event visibility": "Alih visibilitas peristiwa tersembunyi", "Redo edit": "Ulangi editan", "Force complete": "Selesaikan dengan paksa", @@ -3591,7 +3569,6 @@ "This session doesn't support encryption and thus can't be verified.": "Sesi ini tidak mendukung enkripsi dan tidak dapat diverifikasi.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Untuk keamanan dan privasi yang terbaik, kami merekomendasikan menggunakan klien Matrix yang mendukung enkripsi.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Anda tidak akan dapat berpartisipasi dalam ruangan di mana enkripsi diaktifkan ketika menggunakan sesi ini.", - "Apply": "Terapkan", "Search users in this room…": "Cari pengguna di ruangan ini…", "Give one or multiple users in this room more privileges": "Berikan satu atau beberapa pengguna dalam ruangan ini lebih banyak izin", "Add privileged users": "Tambahkan pengguna yang diizinkan", @@ -3784,7 +3761,6 @@ "Mute room": "Bisukan ruangan", "Match default setting": "Sesuai dengan pengaturan bawaan", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Pengguna (%(user)s) akhirnya tidak diundang ke %(roomId)s tetapi tidak ada kesalahan yang diberikan dari utilitas pengundang", - "Reload": "Muat ulang", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ini mungkin terjadi karena memiliki aplikasinya terbuka di beberapa tab atau karena menghapus data peramban.", "Database unexpectedly closed": "Basis data ditutup secara tidak terduga", "Start DM anyway": "Mulai percakapan langsung saja", @@ -3955,7 +3931,6 @@ "disable": "Nonaktifkan", "done": "Selesai", "edit": "Edit", - "enable": "Aktifkan", "forgot_password": "Lupa kata sandi?", "forward": "Teruskan", "invite": "Undang", @@ -3976,9 +3951,33 @@ "start": "Mulai", "start_chat": "Mulai obrolan", "view_source": "Tampilkan Sumber", - "yes": "Ya" + "yes": "Ya", + "reject": "Tolak", + "confirm": "Konfirmasi", + "dismiss": "Abaikan", + "trust": "Percayakan", + "reload": "Muat ulang", + "cancel": "Batalkan", + "stop": "Berhenti", + "join": "Bergabung", + "close": "Tutup", + "accept": "Terima", + "upgrade": "Tingkatkan", + "verify": "Lakukan verifikasi", + "update": "Perbarui", + "call": "Panggil", + "delete": "Hapus", + "upload": "Unggah", + "collapse": "Tutup", + "apply": "Terapkan", + "reset": "Atur Ulang", + "share": "Bagikan", + "skip": "Lewat", + "logout": "Keluar", + "view": "Pratinjau", + "expand": "Buka" }, "a11y": { "user_menu": "Menu pengguna" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index a24ec1d3bfd..4341389cac1 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,7 +61,6 @@ "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", - "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", @@ -119,9 +118,7 @@ "Search…": "Leita…", "This Room": "Þessi spjallrás", "All Rooms": "Allar spjallrásir", - "Cancel": "Hætta við", "Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.", - "Close": "Loka", "not specified": "ekki tilgreint", "Sunday": "Sunnudagur", "Monday": "Mánudagur", @@ -134,7 +131,6 @@ "Yesterday": "Í gær", "Error decrypting attachment": "Villa við afkóðun viðhengis", "Copied!": "Afritað!", - "Dismiss": "Hunsa", "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", @@ -142,7 +138,6 @@ "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", - "Update": "Uppfæra", "What's new?": "Hvað er nýtt á döfinni?", "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", @@ -174,19 +169,16 @@ "Invalid Email Address": "Ógilt tölvupóstfang", "Verification Pending": "Sannvottun í bið", "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", - "Skip": "Sleppa", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", - "Reject": "Hafna", "Low Priority": "Lítill forgangur", "Name": "Heiti", "Description": "Lýsing", "Signed Out": "Skráð/ur út", "Terms and Conditions": "Skilmálar og kvaðir", - "Logout": "Útskráning", "Invite to this room": "Bjóða inn á þessa spjallrás", "Notifications": "Tilkynningar", "Connectivity to the server has been lost.": "Tenging við vefþjón hefur rofnað.", @@ -407,26 +399,21 @@ "Add Email Address": "Bæta við tölvupóstfangi", "Click the button below to confirm adding this email address.": "Smelltu á hnappinn hér að neðan til að staðfesta að bæta við þessu netfangi.", "Confirm adding email": "Staðfestu að bæta við tölvupósti", - "Upgrade": "Uppfæra", - "Verify": "Sannreyna", "Trusted": "Treyst", "Subscribe": "Skrá", "Unsubscribe": "Afskrá", "None": "Ekkert", "Ignored/Blocked": "Hunsað/Hindrað", - "Trust": "Treysta", "Flags": "Fánar", "Symbols": "Tákn", "Objects": "Hlutir", "Activities": "Afþreying", "Document": "Skjal", "Complete": "Fullklára", - "View": "Skoða", "Strikethrough": "Yfirstrikletrað", "Italics": "Skáletrað", "Bold": "Feitletrað", "Disconnect": "Aftengjast", - "Share": "Deila", "Revoke": "Afturkalla", "Discovery": "Uppgötvun", "Actions": "Aðgerðir", @@ -435,7 +422,6 @@ "Service": "Þjónusta", "Removing…": "Er að fjarlægja…", "Browse": "Skoða", - "Reset": "Endursetja", "Sounds": "Hljóð", "edited": "breytti", "Re-join": "Taka þátt aftur", @@ -465,8 +451,6 @@ "Dog": "Hundur", "Guest": "Gestur", "Other": "Annað", - "Confirm": "Staðfesta", - "Join": "Taka þátt", "Encrypted": "Dulritað", "Encryption": "Dulritun", "Timeline": "Tímalína", @@ -773,7 +757,6 @@ "Afghanistan": "Afganistan", "United States": "Bandaríkin", "United Kingdom": "Stóra Bretland", - "Call": "Símtal", "More": "Meira", "Dialpad": "Talnaborð", "Connecting": "Tengist", @@ -795,7 +778,6 @@ "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", - "Stop": "Stöðva", "That's fine": "Það er í góðu", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", @@ -1117,14 +1099,10 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", - "Collapse": "Fella saman", - "Expand": "Fletta út", "Go back": "Til baka", "Private": "Einka", "Public": "Opinbert", "Address": "Vistfang", - "Upload": "Senda inn", - "Delete": "Eyða", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", @@ -3204,7 +3182,6 @@ "Connection": "Tenging", "Video settings": "Myndstillingar", "Voice settings": "Raddstillingar", - "Apply": "Virkja", "Search users in this room…": "Leita að notendum á þessari spjallrás…", "Complete these to get the most out of %(brand)s": "Kláraðu þetta til að fá sem mest út úr %(brand)s", "You did it!": "Þú kláraðir þetta!", @@ -3342,7 +3319,6 @@ "disable": "Gera óvirkt", "done": "Lokið", "edit": "Breyta", - "enable": "Virkja", "forgot_password": "Gleymt lykilorð?", "forward": "Áfram", "invite": "Bjóða", @@ -3363,9 +3339,32 @@ "start": "Byrja", "start_chat": "Hefja spjall", "view_source": "Skoða frumkóða", - "yes": "Já" + "yes": "Já", + "reject": "Hafna", + "confirm": "Staðfesta", + "dismiss": "Hunsa", + "trust": "Treysta", + "cancel": "Hætta við", + "stop": "Stöðva", + "join": "Taka þátt", + "close": "Loka", + "accept": "Samþykkja", + "upgrade": "Uppfæra", + "verify": "Sannreyna", + "update": "Uppfæra", + "call": "Símtal", + "delete": "Eyða", + "upload": "Senda inn", + "collapse": "Fella saman", + "apply": "Virkja", + "reset": "Endursetja", + "share": "Deila", + "skip": "Sleppa", + "logout": "Útskráning", + "view": "Skoða", + "expand": "Fletta út" }, "a11y": { "user_menu": "Valmynd notandans" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 61eebadd0ee..c2297529661 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -5,10 +5,7 @@ "powered by Matrix": "offerto da Matrix", "Search": "Cerca", "unknown error code": "codice errore sconosciuto", - "Cancel": "Annulla", - "Close": "Chiudi", "Create new room": "Crea una nuova stanza", - "Dismiss": "Chiudi", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", @@ -115,7 +112,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", - "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", "Phone": "Telefono", @@ -337,7 +333,6 @@ "Unable to add email address": "Impossibile aggiungere l'indirizzo email", "Unable to verify email address.": "Impossibile verificare l'indirizzo email.", "This will allow you to reset your password and receive notifications.": "Ciò ti permetterà di reimpostare la tua password e ricevere notifiche.", - "Skip": "Salta", "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", @@ -351,7 +346,6 @@ "For security, this session has been signed out. Please sign in again.": "Per sicurezza questa sessione è stata disconnessa. Accedi di nuovo.", "Old cryptography data detected": "Rilevati dati di crittografia obsoleti", "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.": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.", - "Logout": "Disconnetti", "Connectivity to the server has been lost.": "Connessione al server persa.", "Sent messages will be stored until your connection has returned.": "I messaggi inviati saranno salvati fino al ritorno della connessione.", "You seem to be uploading files, are you sure you want to quit?": "Sembra che tu stia inviando file, sei sicuro di volere uscire?", @@ -427,7 +421,6 @@ "Notification targets": "Obiettivi di notifica", "Today": "Oggi", "Friday": "Venerdì", - "Update": "Aggiornamento", "On": "Acceso", "Changelog": "Cambiamenti", "Waiting for response from server": "In attesa di una risposta dal server", @@ -448,7 +441,6 @@ "Developer Tools": "Strumenti per sviluppatori", "Preparing to send logs": "Preparazione invio dei log", "Saturday": "Sabato", - "Reject": "Rifiuta", "Monday": "Lunedì", "Toolbox": "Strumenti", "Collecting logs": "Sto recuperando i log", @@ -781,7 +773,6 @@ "Room avatar": "Avatar della stanza", "Room Name": "Nome stanza", "Room Topic": "Argomento stanza", - "Join": "Entra", "Power level": "Livello poteri", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.", "Incoming Verification Request": "Richiesta di verifica in arrivo", @@ -796,7 +787,6 @@ "Change": "Cambia", "Email (optional)": "Email (facoltativa)", "Phone (optional)": "Telefono (facoltativo)", - "Confirm": "Conferma", "Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico", "Other": "Altro", "Couldn't load page": "Caricamento pagina fallito", @@ -868,7 +858,6 @@ "Your browser likely removed this data when running low on disk space.": "Probabilmente il tuo browser ha rimosso questi dati per mancanza di spazio su disco.", "Upload files (%(current)s of %(total)s)": "Invio dei file (%(current)s di %(total)s)", "Upload files": "Invia i file", - "Upload": "Carica", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Questo file è troppo grande da inviare. Il limite di dimensione è %(limit)s ma questo file è di %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Questi file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Alcuni file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", @@ -900,7 +889,6 @@ "Uploaded sound": "Suono inviato", "Sounds": "Suoni", "Notification sound": "Suoni di notifica", - "Reset": "Ripristina", "Set a new custom sound": "Imposta un nuovo suono personalizzato", "Browse": "Sfoglia", "Cannot reach homeserver": "Impossibile raggiungere l'homeserver", @@ -967,7 +955,6 @@ "Unable to revoke sharing for email address": "Impossibile revocare la condivisione dell'indirizzo email", "Unable to share email address": "Impossibile condividere l'indirizzo email", "Revoke": "Revoca", - "Share": "Condividi", "Discovery options will appear once you have added an email above.": "Le opzioni di scoperta appariranno dopo aver aggiunto un'email sopra.", "Unable to revoke sharing for phone number": "Impossibile revocare la condivisione del numero di telefono", "Unable to share phone number": "Impossibile condividere il numero di telefono", @@ -1042,7 +1029,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", - "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", "Clear cache and reload": "Svuota la cache e ricarica", @@ -1139,7 +1125,6 @@ "Trusted": "Fidato", "Not trusted": "Non fidato", "Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.", - "Verify": "Verifica", "Any of the following data may be shared:": "Possono essere condivisi tutti i seguenti dati:", "Your display name": "Il tuo nome visualizzato", "Your user ID": "Il tuo ID utente", @@ -1158,7 +1143,6 @@ "Integrations are disabled": "Le integrazioni sono disattivate", "Integrations not allowed": "Integrazioni non permesse", "Remove for everyone": "Rimuovi per tutti", - "Trust": "Fidati", "Manage integrations": "Gestisci integrazioni", "Ignored/Blocked": "Ignorati/Bloccati", "Verification Request": "Richiesta verifica", @@ -1175,7 +1159,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, segnala un errore.", "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", - "Upgrade": "Aggiorna", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce utenti corrispondenti a %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce stanze corrispondenti a %(glob)s", "%(senderName)s removed the rule banning servers matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce server corrispondenti a %(glob)s", @@ -2213,7 +2196,6 @@ "Open space for anyone, best for communities": "Spazio aperto a tutti, la scelta migliore per le comunità", "Public": "Pubblico", "Create a space": "Crea uno spazio", - "Delete": "Elimina", "Jump to the bottom of the timeline when you send a message": "Salta in fondo alla linea temporale quando invii un messaggio", "This homeserver has been blocked by its administrator.": "Questo homeserver è stato bloccato dal suo amministratore.", "You're already in a call with this person.": "Sei già in una chiamata con questa persona.", @@ -2360,8 +2342,6 @@ "Please provide an address": "Inserisci un indirizzo", "This space has no local addresses": "Questo spazio non ha indirizzi locali", "Space information": "Informazioni spazio", - "Collapse": "Riduci", - "Expand": "Espandi", "Preview Space": "Anteprima spazio", "Decide who can view and join %(spaceName)s.": "Decidi chi può vedere ed entrare in %(spaceName)s.", "Visibility": "Visibilità", @@ -2615,7 +2595,6 @@ "Select from the options below to export chats from your timeline": "Seleziona dalle opzioni sotto per esportare le chat dalla linea temporale", "Export Chat": "Esporta conversazione", "Exporting your data": "Esportazione dei dati", - "Stop": "Ferma", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Vuoi davvero fermare l'esportazione dei dati? Se lo fai, dovrai ricominciare da capo.", "Your export was successful. Find it in your Downloads folder.": "Esportazione riuscita. La puoi trovare nella cartella Download.", "The export was cancelled successfully": "Esportazione annullata correttamente", @@ -2944,7 +2923,6 @@ "Navigate to previous message to edit": "Vai al precedente messaggio da modificare", "Navigate to next message to edit": "Vai al prossimo messaggio da modificare", "Internal room ID": "ID interno stanza", - "Call": "Chiama", "Group all your rooms that aren't part of a space in one place.": "Raggruppa tutte le tue stanze che non fanno parte di uno spazio in un unico posto.", "Group all your people in one place.": "Raggruppa tutte le tue persone in un unico posto.", "Group all your favourite rooms and people in one place.": "Raggruppa tutte le tue stanze e persone preferite in un unico posto.", @@ -3590,7 +3568,6 @@ "This session doesn't support encryption and thus can't be verified.": "Questa sessione non supporta la crittografia, perciò non può essere verificata.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Per maggiore sicurezza e privacy, è consigliabile usare i client di Matrix che supportano la crittografia.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Non potrai partecipare in stanze dove la crittografia è attiva mentre usi questa sessione.", - "Apply": "Applica", "Search users in this room…": "Cerca utenti in questa stanza…", "Give one or multiple users in this room more privileges": "Dai più privilegi a uno o più utenti in questa stanza", "Add privileged users": "Aggiungi utenti privilegiati", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.", "Poll history": "Cronologia sondaggi", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L'utente (%(user)s) non è stato segnato come invitato in %(roomId)s, ma non c'è stato alcun errore dall'utilità di invito", - "Reload": "Ricarica", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Potrebbe essere causato dall'apertura dell'app in schede multiple o dalla cancellazione dei dati del browser.", "Database unexpectedly closed": "Database chiuso inaspettatamente", "Mute room": "Silenzia stanza", @@ -3955,7 +3931,6 @@ "disable": "Disattiva", "done": "Fatto", "edit": "Modifica", - "enable": "Attiva", "forgot_password": "Hai dimenticato la password?", "forward": "Inoltra", "invite": "Invita", @@ -3976,9 +3951,33 @@ "start": "Inizia", "start_chat": "Inizia una chat", "view_source": "Visualizza sorgente", - "yes": "Sì" + "yes": "Sì", + "reject": "Rifiuta", + "confirm": "Conferma", + "dismiss": "Chiudi", + "trust": "Fidati", + "reload": "Ricarica", + "cancel": "Annulla", + "stop": "Ferma", + "join": "Entra", + "close": "Chiudi", + "accept": "Accetta", + "upgrade": "Aggiorna", + "verify": "Verifica", + "update": "Aggiornamento", + "call": "Chiama", + "delete": "Elimina", + "upload": "Carica", + "collapse": "Riduci", + "apply": "Applica", + "reset": "Ripristina", + "share": "Condividi", + "skip": "Salta", + "logout": "Disconnetti", + "view": "Vedi", + "expand": "Espandi" }, "a11y": { "user_menu": "Menu utente" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 286a87f9267..d529e3ed599 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -1,14 +1,12 @@ { "Anyone": "誰でも", "Change Password": "パスワードを変更", - "Close": "閉じる", "Current password": "現在のパスワード", "Favourite": "お気に入り", "Favourites": "お気に入り", "Invited": "招待済", "Low priority": "低優先度", "Notifications": "通知", - "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", "New Password": "新しいパスワード", @@ -24,7 +22,6 @@ "Camera": "カメラ", "Are you sure?": "よろしいですか?", "Operation failed": "操作に失敗しました", - "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", "Submit debug logs": "デバッグログを送信", "Online": "オンライン", @@ -67,7 +64,6 @@ "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", - "Update": "更新", "Failed to send logs: ": "ログの送信に失敗しました: ", "Unavailable": "使用できません", "Source URL": "ソースのURL", @@ -76,7 +72,6 @@ "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", - "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", "Send logs": "ログを送信", @@ -192,7 +187,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": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", - "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", "Phone": "電話", @@ -451,7 +445,6 @@ "Unable to add email address": "メールアドレスを追加できません", "Unable to verify email address.": "メールアドレスを確認できません。", "This will allow you to reset your password and receive notifications.": "パスワードをリセットして通知を受け取れるようになります。", - "Skip": "スキップ", "Share Room": "ルームを共有", "Link to most recent message": "最新のメッセージにリンク", "Share User": "ユーザーを共有", @@ -475,7 +468,6 @@ "Review terms and conditions": "利用規約を確認", "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の古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。", - "Logout": "ログアウト", "You can't send any messages until you review and agree to our terms and conditions.": "利用規約 を確認して同意するまでは、いかなるメッセージも送信できません。", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "このホームサーバーが月間アクティブユーザー制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "このホームサーバーがリソース制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", @@ -599,7 +591,6 @@ "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)sがこのルームを「招待者のみ参加可能」に変更しました。", "%(senderDisplayName)s has allowed guests to join the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を許可しました。", "Only continue if you trust the owner of the server.": "サーバーの所有者を信頼する場合のみ続行してください。", - "Trust": "信頼", "Use an identity server to invite by email. Manage in Settings.": "IDサーバーを使用し、メールで招待。設定画面で管理。", "%(senderDisplayName)s changed the join rule to %(rule)s": "%(senderDisplayName)sが参加ルールを「%(rule)s」に変更しました。", "%(senderDisplayName)s has prevented guests from joining the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を拒否しました。", @@ -639,7 +630,6 @@ "Room Addresses": "ルームのアドレス", "Sounds": "音", "Notification sound": "通知音", - "Reset": "リセット", "Set a new custom sound": "カスタム音を設定", "Browse": "参照", "Roles & Permissions": "役割と権限", @@ -649,7 +639,6 @@ "Encrypted": "暗号化", "Email Address": "メールアドレス", "Main address": "メインアドレス", - "Join": "参加", "Create a private room": "非公開ルームを作成", "Topic (optional)": "トピック(任意)", "Hide advanced": "高度な設定を非表示にする", @@ -724,7 +713,6 @@ "Never send encrypted messages to unverified sessions in this room from this session": "このセッションでは、このルームの未認証のセッションに対して暗号化されたメッセージを送信しない", "Encrypted messages in one-to-one chats": "1対1のチャットでの暗号化されたメッセージ", "Encrypted messages in group chats": "グループチャットでの暗号化されたメッセージ", - "Upload": "アップロード", "Enable desktop notifications for this session": "このセッションでデスクトップ通知を有効にする", "Email addresses": "メールアドレス", "This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています", @@ -759,7 +747,6 @@ "Unknown Command": "不明なコマンド", "Unrecognised command: %(commandText)s": "認識されていないコマンド:%(commandText)s", "Send as message": "メッセージとして送信", - "Confirm": "承認", "Enable audible notifications for this session": "このセッションで音声通知を有効にする", "Enable encryption?": "暗号化を有効にしますか?", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "一度有効にしたルームの暗号化は無効にすることはできません。暗号化されたルームで送信されたメッセージは、サーバーからは閲覧できず、そのルームのメンバーだけが閲覧できます。暗号化を有効にすると、多くのボットやブリッジが正常に動作しなくなる可能性があります。暗号化についての詳細はこちらをご覧ください。", @@ -771,8 +758,6 @@ "Not Trusted": "信頼されていません", "Later": "後で", "Review": "確認", - "Upgrade": "アップグレード", - "Verify": "認証", "Trusted": "信頼済", "Not trusted": "信頼されていません", "%(count)s verified sessions": { @@ -1086,7 +1071,6 @@ "Unable to share phone number": "電話番号を共有できません", "Unable to revoke sharing for phone number": "電話番号の共有を取り消せません", "Discovery options will appear once you have added an email above.": "上でメールアドレスを追加すると、発見可能に設定するメールアドレスを選択できるようになります。", - "Share": "共有", "Revoke": "取り消す", "Complete": "完了", "Verify the link in your inbox": "受信したメールの認証リンクを開いてください", @@ -1819,7 +1803,6 @@ "Open space for anyone, best for communities": "誰でも参加できる公開スペース。コミュニティー向け", "Public": "公開", "Create a space": "スペースを作成", - "Delete": "削除", "Jump to the bottom of the timeline when you send a message": "メッセージを送信する際にタイムラインの最下部に移動", "This homeserver has been blocked by its administrator.": "このホームサーバーは管理者によりブロックされています。", "You're already in a call with this person.": "既にこの人と通話中です。", @@ -2041,7 +2024,6 @@ "Previous autocomplete suggestion": "前の自動補完の候補", "Next autocomplete suggestion": "次の自動補完の候補", "Expand map": "地図を開く", - "Expand": "展開", "Expand room list section": "ルーム一覧のセクションを展開", "Collapse room list section": "ルーム一覧のセクションを折りたたむ", "Automatically send debug logs when key backup is not functioning": "鍵のバックアップが機能していない際に、自動的にデバッグログを送信", @@ -2306,7 +2288,6 @@ "Remove from room": "ルームから追放", "Failed to remove user": "ユーザーの追放に失敗しました", "Success!": "成功しました!", - "Collapse": "折りたたむ", "Comment": "コメント", "Information": "情報", "Restore": "復元", @@ -2409,7 +2390,6 @@ "Invalid URL": "不正なURL", "The server is offline.": "サーバーはオフラインです。", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "匿名のデータを共有すると、問題の特定に役立ちます。個人情報の収集や、第三者とのデータ共有はありません。詳細を確認", - "Stop": "停止", "JSON": "JSON", "HTML": "HTML", "Generating a ZIP": "ZIPファイルを生成しています", @@ -2583,7 +2563,6 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", - "View": "表示", "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", @@ -2686,7 +2665,6 @@ "other": "%(severalUsers)sが%(count)s件の非表示のメッセージを送信しました" }, "Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "アンケートを終了してよろしいですか?投票を締め切り、最終結果を表示します。", - "Call": "通話", "Your camera is still enabled": "カメラがまだ有効です", "Your camera is turned off": "カメラが無効です", "Sends the given message with a space themed effect": "メッセージを宇宙のテーマのエフェクトと共に送信", @@ -3398,7 +3376,6 @@ "30s forward": "30秒進める", "30s backward": "30秒戻す", "Change layout": "レイアウトを変更", - "Apply": "適用", "Cancelled": "キャンセル済", "Create a link": "リンクを作成", "Edit link": "リンクを編集", @@ -3752,7 +3729,6 @@ "disable": "無効にする", "done": "完了", "edit": "編集", - "enable": "有効にする", "forgot_password": "パスワードを忘れましたか?", "forward": "転送", "invite": "招待", @@ -3773,9 +3749,32 @@ "start": "開始", "start_chat": "チャットを開始", "view_source": "ソースコードを表示", - "yes": "はい" + "yes": "はい", + "reject": "拒否", + "confirm": "承認", + "dismiss": "閉じる", + "trust": "信頼", + "cancel": "キャンセル", + "stop": "停止", + "join": "参加", + "close": "閉じる", + "accept": "同意", + "upgrade": "アップグレード", + "verify": "認証", + "update": "更新", + "call": "通話", + "delete": "削除", + "upload": "アップロード", + "collapse": "折りたたむ", + "apply": "適用", + "reset": "リセット", + "share": "共有", + "skip": "スキップ", + "logout": "ログアウト", + "view": "表示", + "expand": "展開" }, "a11y": { "user_menu": "ユーザーメニュー" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index a8f4f9a9abe..6ec78063034 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -119,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", - "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", @@ -228,7 +227,6 @@ "Bell": "janbe", "Headphones": "selsnapra", "Pin": "pijne", - "Upload": "nu kibdu'a", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", @@ -286,10 +284,8 @@ "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", - "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", - "Verify": "nu co'a lacri", "What's New": "notci le du'u cnino", "You joined the call": ".i do mo'u co'a fonjo'e", "%(senderName)s joined the call": ".i la'o zoi. %(senderName)s .zoi mo'u co'a fonjo'e", @@ -331,7 +327,6 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", - "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", @@ -356,7 +351,6 @@ "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", "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", @@ -373,7 +367,6 @@ "Download %(text)s": "nu kibycpa la'o zoi. %(text)s .zoi", "Explore rooms": "nu facki le du'u ve zilbe'i", "Create Account": "nu pa re'u co'a jaspu", - "Dismiss": "nu mipri", "common": { "analytics": "lanli datni", "error": "nabmi", @@ -395,6 +388,13 @@ "retry": "nu za'u re'u troci", "save": "nu co'a vreji", "start": "nu co'a co'e", - "start_chat": "nu co'a tavla" + "start_chat": "nu co'a tavla", + "dismiss": "nu mipri", + "close": "nu zilmipri", + "accept": "nu fonjo'e", + "verify": "nu co'a lacri", + "upload": "nu kibdu'a", + "share": "nu jungau", + "logout": "nu co'u jaspu" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index 81db2d4edbd..5f4e6b04eef 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -6,12 +6,10 @@ "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", "Attachment": "Მიმაგრებული ფაილი", - "Dismiss": "დახურვა", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", "Use Single Sign On to continue": "გასაგრძელებლად გამოიყენე ერთჯერადი ავტორიზაცია", "Confirm adding email": "დაადასტურე ელ.ფოსტის დამატება", "Click the button below to confirm adding this email address.": "ელ. ფოსტის ამ მისამართის დამატება დაადასტურე ღილაკზე დაჭერით.", - "Confirm": "დადასტურება", "Add Email Address": "ელ. ფოსტის მისამართის დამატება", "Failed to verify email address: make sure you clicked the link in the email": "ელ. ფოსტის მისამართის ვერიფიკაცია ვერ მოხერხდა: დარწმუნდი, რომ დააჭირე ბმულს ელ. ფოსტის წერილში", "Confirm adding this phone number by using Single Sign On to prove your identity.": "ამ ტელეფონის ნომრის დასადასტურებლად გამოიყენე ერთჯერადი ავტორიზაცია, საკუთარი იდენტობის დასადასტურებლად.", @@ -56,5 +54,9 @@ "Feb": "თებ", "common": { "error": "შეცდომა" + }, + "action": { + "confirm": "დადასტურება", + "dismiss": "დახურვა" } } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index f78589d480b..cd94287ee24 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,8 +1,5 @@ { - "Confirm": "Sentem", - "Dismiss": "Agwi", "Permission Required": "Tasiregt tlaq", - "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", "Tue": "Ara", @@ -24,7 +21,6 @@ "Dec": "Duj", "PM": "MD", "AM": "FT", - "Trust": "Ittkel", "Create Account": "Rnu amiḍan", "Sign In": "Kcem", "Default": "Amezwer", @@ -45,15 +41,10 @@ "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", - "Close": "Mdel", "Warning": "Asmigel", "Ok": "Ih", - "Upgrade": "Leqqem", - "Verify": "Senqed", "What's New": "D acu-t umaynut", - "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", - "Accept": "Qbel", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -70,7 +61,6 @@ "Anchor": "Tamdeyt", "Headphones": "Wennez", "Folder": "Akaram", - "Upload": "Sali", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -105,14 +95,12 @@ "Microphone": "Asawaḍ", "Camera": "Takamiṛatt", "Sounds": "Imesla", - "Reset": "Wennez", "Browse": "Inig", "Default role": "Tamlilt tamzwert", "Permissions": "Tisirag", "Anyone": "Yal yiwen", "Encryption": "Awgelhen", "Complete": "Yemmed", - "Share": "Bḍu", "Verification code": "Tangalt n usenqed", "Add": "Rnu", "Email Address": "Tansa n yimayl", @@ -124,7 +112,6 @@ "Search": "Nadi", "Favourites": "Ismenyifen", "Sign Up": "Jerred", - "Reject": "Agi", "Sort by": "Semyizwer s", "Activity": "Armud", "A-Z": "A-Z", @@ -154,7 +141,6 @@ "Flags": "Anayen", "Categories": "Taggayin", "More options": "Ugar n textiṛiyin", - "Join": "Rnu", "collapse": "fneẓ", "Server name": "Isem n uqeddac", "Close dialog": "Mdel adiwenni", @@ -172,7 +158,6 @@ "Send report": "Azen aneqqis", "Refresh": "Smiren", "Email address": "Tansa n yimayl", - "Skip": "Zgel", "Terms of Service": "Tiwtilin n useqdec", "Service": "Ameẓlu", "Summary": "Agzul", @@ -193,8 +178,6 @@ "Description": "Aglam", "Explore rooms": "Snirem tixxamin", "Unknown error": "Tuccḍa tarussint", - "Logout": "Tuffɣa", - "View": "Sken", "Guest": "Anerzaf", "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", @@ -1982,7 +1965,6 @@ "disable": "Sens", "done": "Immed", "edit": "Ẓreg", - "enable": "Rmed", "forgot_password": "Tettuḍ awal uffir?", "invite": "Nced", "invites_list": "Inced-d", @@ -2002,9 +1984,26 @@ "start": "Bdu", "start_chat": "Bdu adiwenni", "view_source": "Wali aɣbalu", - "yes": "Ih" + "yes": "Ih", + "reject": "Agi", + "confirm": "Sentem", + "dismiss": "Agwi", + "trust": "Ittkel", + "cancel": "Sefsex", + "join": "Rnu", + "close": "Mdel", + "accept": "Qbel", + "upgrade": "Leqqem", + "verify": "Senqed", + "update": "Leqqem", + "upload": "Sali", + "reset": "Wennez", + "share": "Bḍu", + "skip": "Zgel", + "logout": "Tuffɣa", + "view": "Sken" }, "a11y": { "user_menu": "Umuɣ n useqdac" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index a3d866c8c23..21e38d94ca0 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -1,13 +1,9 @@ { - "Cancel": "취소", - "Close": "닫기", "Create new room": "새 방 만들기", - "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", - "Accept": "수락", "Account": "계정", "Add": "추가", "Admin": "관리자", @@ -99,7 +95,6 @@ "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", "Labs": "실험실", - "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -261,13 +256,11 @@ "Authentication check failed: incorrect password?": "인증 확인 실패: 비밀번호를 틀리셨나요?", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", - "Skip": "건너뛰기", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", "Today": "오늘", "Friday": "금요일", - "Update": "업데이트", "What's New": "새로운 점", "On": "켜기", "Changelog": "바뀐 점", @@ -289,7 +282,6 @@ "Developer Tools": "개발자 도구", "Unnamed room": "이름 없는 방", "Saturday": "토요일", - "Reject": "거절하기", "Monday": "월요일", "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", @@ -755,7 +747,6 @@ "Uploaded sound": "업로드된 소리", "Sounds": "소리", "Notification sound": "알림 소리", - "Reset": "되돌리기", "Set a new custom sound": "새 맞춤 소리 설정", "Browse": "찾기", "Change room avatar": "방 아바타 변경", @@ -784,7 +775,6 @@ "Unable to revoke sharing for email address": "이메일 주소 공유를 취소할 수 없음", "Unable to share email address": "이메일 주소를 공유할 수 없음", "Revoke": "취소", - "Share": "공유", "Discovery options will appear once you have added an email above.": "위에 이메일을 추가하면 검색 옵션에 나타납니다.", "Unable to revoke sharing for phone number": "전화번호 공유를 취소할 수 없음", "Unable to share phone number": "전화번호를 공유할 수 없음", @@ -833,7 +823,6 @@ "reacted with %(shortName)s": "%(shortName)s으로 리액션함", "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", - "Join": "참가", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -903,7 +892,6 @@ "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", - "Upload": "업로드", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "이 파일은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s이지만 이 파일은 %(sizeOfThisFile)s입니다.", "These files are too large to upload. The file size limit is %(limit)s.": "이 파일들은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "일부 파일이 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", @@ -936,7 +924,6 @@ "Enter username": "사용자 이름 입력", "Some characters not allowed": "일부 문자는 허용할 수 없습니다", "Email (optional)": "이메일 (선택)", - "Confirm": "확인", "Phone (optional)": "전화 (선택)", "Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함", "Couldn't load page": "페이지를 불러올 수 없음", @@ -1026,7 +1013,6 @@ "one": "1개의 메시지 삭제" }, "Remove recent messages": "최근 메시지 삭제", - "View": "보기", "Explore rooms": "방 검색", "Please fill why you're reporting.": "왜 신고하는 지 이유를 적어주세요.", "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", @@ -1094,7 +1080,6 @@ "Room %(name)s": "%(name)s 방", "Unread messages.": "읽지 않은 메시지.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "이 작업에는 이메일 주소 또는 전화번호를 확인하기 위해 기본 ID 서버 에 접근해야 합니다. 하지만 서버가 서비스 약관을 갖고 있지 않습니다.", - "Trust": "신뢰함", "Message Actions": "메시지 동작", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "%(name)s님을 확인했습니다", @@ -1139,7 +1124,6 @@ "Trusted": "신뢰함", "Not trusted": "신뢰하지 않음", "Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.", - "Verify": "확인", "You have ignored this user, so their message is hidden. Show anyways.": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. 무시하고 보이기.", "Any of the following data may be shared:": "다음 데이터가 공유됩니다:", "Your display name": "당신의 표시 이름", @@ -1176,7 +1160,6 @@ "Appearance Settings only affect this %(brand)s session.": "모습 설정은 이 %(brand)s 세션에만 영향을 끼칩니다.", "Customise your appearance": "모습 개인화하기", "Delete avatar": "아바타 삭제", - "Delete": "삭제", "More options": "추가 옵션", "Pin to sidebar": "사이드바 고정", "Developer tools": "개발자 도구", @@ -1247,7 +1230,6 @@ "Leave all rooms": "모든 방에서 떠나기", "Show all rooms": "모든 방 목록 보기", "All rooms": "모든 방 목록", - "Expand": "펼치기", "Create a new space": "새로운 스페이스 만들기", "Create a space": "스페이스 만들기", "Export Chat": "대화 내보내기", @@ -1395,6 +1377,24 @@ "save": "저장", "start_chat": "대화 시작", "view_source": "소스 보기", - "yes": "네" + "yes": "네", + "reject": "거절하기", + "confirm": "확인", + "dismiss": "버리기", + "trust": "신뢰함", + "cancel": "취소", + "join": "참가", + "close": "닫기", + "accept": "수락", + "verify": "확인", + "update": "업데이트", + "delete": "삭제", + "upload": "업로드", + "reset": "되돌리기", + "share": "공유", + "skip": "건너뛰기", + "logout": "로그아웃", + "view": "보기", + "expand": "펼치기" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index 363b0676e8e..d278361a29d 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -5,7 +5,6 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "ຢືນຢັນການເພີ່ມອີເມວນີ້ໂດຍໃຊ້ Single Sign On ເພື່ອພິສູດຕົວຕົນຂອງທ່ານ.", "Failed to verify email address: make sure you clicked the link in the email": "ບໍ່ສາມາດກວດສອບອີເມວໄດ້: ໃຫ້ແນ່ໃຈວ່າທ່ານໄດ້ກົດໃສ່ການເຊື່ອມຕໍ່ໃນອີເມວ", "Add Email Address": "ເພີ່ມອີເມວ", - "Confirm": "ຢືນຢັນ", "Click the button below to confirm adding this email address.": "ກົດປຸ່ມຂ້າງລຸ່ມເພື່ອຢືນຢັນການເພີ່ມອີເມວນີ້.", "Confirm adding email": "ຢືນຢັນການເພີ່ມອີເມວ", "Single Sign On": "ເຂົ້າລະບົບແບບປະຕູດຽວ (SSO)", @@ -195,7 +194,6 @@ "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", - "Trust": "ເຊື່ອຖືໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "ການດຳເນິນການນີ້ຕ້ອງໄດ້ມີການເຂົ້າເຖິງຂໍ້ມູນການຢັ້ງຢືນຕົວຕົນທີ່ ເພື່ອກວດສອບອີເມວ ຫຼື ເບີໂທລະສັບ, ແຕ່ເຊີບເວີບໍ່ມີເງື່ອນໄຂໃນບໍລິການໃດໆ.", "Identity server has no terms of service": "ຂໍ້ມູນເຊີບເວີ ບໍ່ມີໃຫ້ບໍລິການ", @@ -258,7 +256,6 @@ "The user you called is busy.": "ຜູ້ໃຊ້ທີ່ທ່ານໂທຫາຍັງບໍ່ຫວ່າງ.", "User Busy": "ຜູ້ໃຊ້ບໍ່ຫວ່າງ", "Call Failed": "ໂທບໍ່ສຳເລັດ", - "Dismiss": "ຍົກເລີກ", "Unable to load! Check your network connectivity and try again.": "ບໍ່ສາມາດໂຫຼດໄດ້! ກະລຸນາກວດເບິ່ງການເຊື່ອມຕໍ່ເຄືອຂ່າຍຂອງທ່ານ ແລະ ລອງໃໝ່ອີກຄັ້ງ.", "Calls are unsupported": "ບໍ່ຮອງຮັບການໂທ", "Room %(roomId)s not visible": "ບໍ່ເຫັນຫ້ອງ %(roomId)s", @@ -399,7 +396,6 @@ "Unable to share phone number": "ບໍ່ສາມາດແບ່ງປັນເບີໂທລະສັບໄດ້", "Unable to revoke sharing for phone number": "ບໍ່ສາມາດຖອນການແບ່ງປັນສຳລັບເບີໂທລະສັບໄດ້", "Discovery options will appear once you have added an email above.": "ຕົວເລືອກການຄົ້ນພົບຈະປາກົດຂຶ້ນເມື່ອທ່ານໄດ້ເພີ່ມອີເມວຂ້າງເທິງ.", - "Share": "ແບ່ງປັນ", "Revoke": "ຖອນຄືນ", "Complete": "ສໍາເລັດ", "Verify the link in your inbox": "ຢືນຢັນການເຊື່ອມຕໍ່ໃນ inbox ຂອງທ່ານ", @@ -556,7 +552,6 @@ "You are not subscribed to any lists": "ເຈົ້າຍັງບໍ່ໄດ້ສະໝັກໃຊ້ລາຍການໃດໆ", "You are currently ignoring:": "ຕອນນີ້ທ່ານກຳລັງລະເລີຍ:", "You have not ignored anyone.": "ເຈົ້າຍັງບໍ່ໄດ້ລະເລີຍຜູ້ໃດຜູ້ໜຶ່ງ.", - "Close": "ປິດ", "User rules": "ກົດລະບຽບຂອງຜູ້ໃຊ້", "Server rules": "ກົດລະບຽບຂອງ ເຊີບເວີ", "Ban list rules - %(roomName)s": "ກົດລະບຽບຂອງລາຍຊື່ຕ້ອງຫ້າມ-%(roomName)s", @@ -577,7 +572,6 @@ "Versions": "ເວິຊັ້ນ", "FAQ": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", "Cross-signing public keys:": "ກະແຈສາທາລະນະທີ່ມີ Cross-signing:", - "Reset": "ຕັ້ງຄ່າຄືນ", "Cross-signing is not set up.": "ບໍ່ໄດ້ຕັ້ງຄ່າ Cross-signing.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "ບັນຊີຂອງທ່ານມີຂໍ້ມູນແບບ cross-signing ໃນການເກັບຮັກສາຄວາມລັບ, ແຕ່ວ່າຍັງບໍ່ມີຄວາມເຊື່ອຖືໃນລະບົບນີ້.", "Cross-signing is ready but keys are not backed up.": "ການລົງຊື່ຂ້າມແມ່ນພ້ອມແລ້ວແຕ່ກະແຈບໍ່ໄດ້ສຳຮອງໄວ້.", @@ -626,8 +620,6 @@ "Failed to copy": "ສຳເນົາບໍ່ສຳເລັດ", "Copied!": "ສຳເນົາແລ້ວ!", "Click to copy": "ກົດເພື່ອສຳເນົາ", - "Collapse": "ຫຍໍ້ລົງ", - "Expand": "ຂະຫຍາຍ", "Options": "ທາງເລືອກ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", @@ -648,9 +640,7 @@ "Search %(spaceName)s": "ຊອກຫາ %(spaceName)s", "Description": "ລາຍລະອຽດ", "Name": "ຊື່", - "Upload": "ອັບໂຫຼດ", "Upload avatar": "ອັບໂຫຼດອາວາຕ້າ", - "Delete": "ລຶບ", "Delete avatar": "ລືບອາວາຕ້າ", "Space selection": "ການເລືອກພື້ນທີ່", "Theme": "ຫົວຂໍ້", @@ -832,7 +822,6 @@ "Sign out and remove encryption keys?": "ອອກຈາກລະບົບ ແລະ ລຶບລະຫັດການເຂົ້າລະຫັດອອກບໍ?", "Link to most recent message": "ເຊື່ອມຕໍ່ກັບຂໍ້ຄວາມຫຼ້າສຸດ", "Share Room": "ແບ່ງປັນຫ້ອງ", - "Skip": "ຂ້າມ", "This will allow you to reset your password and receive notifications.": "ນີ້ຈະຊ່ວຍໃຫ້ທ່ານສາມາດປັບລະຫັດຜ່ານຂອງທ່ານ ແລະ ໄດ້ຮັບການແຈ້ງເຕືອນ.", "Email address": "ທີ່ຢູ່ອີເມວ", "Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.", @@ -1017,7 +1006,6 @@ "You're all caught up": "ໝົດແລ້ວໝົດເລີຍ", "%(creator)s created and configured the room.": "%(creator)s ສ້າງ ແລະ ກຳນົດຄ່າຫ້ອງ.", "%(creator)s created this DM.": "%(creator)s ສ້າງ DM ນີ້.", - "Logout": "ອອກຈາກລະບົບ", "Verification requested": "ຂໍການຢັ້ງຢືນ", "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 ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.", "Old cryptography data detected": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ", @@ -1493,7 +1481,6 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", - "Cancel": "ຍົກເລີກ", "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", @@ -2264,8 +2251,6 @@ "one": "ເຫັນໂດຍ %(count)s ຄົນ", "other": "ເຫັນໂດຍ %(count)s ຄົນ" }, - "Join": "ເຂົ້າຮ່ວມ", - "View": "ເບິ່ງ", "Unknown": "ບໍ່ຮູ້ຈັກ", "Idle": "ບໍ່ເຮັດວຽກ", "Online": "ອອນລາຍ", @@ -2376,15 +2361,12 @@ "Guest": "ແຂກ", "New version of %(brand)s is available": "ເວີຊັນໃໝ່ຂອງ %(brand)s ພ້ອມໃຊ້ງານ", "Update %(brand)s": "ອັບເດດ %(brand)s", - "Update": "ອັບເດດ", "What's New": "ມີຫຍັງໃຫມ່", "What's new?": "ມີຫຍັງໃຫມ່?", "%(deviceId)s from %(ip)s": "%(deviceId)s ຈາກ %(ip)s", "New login. Was this you?": "ເຂົ້າສູ່ລະບົບໃໝ່. ນີ້ແມ່ນທ່ານບໍ?", "Other users may not trust it": "ຜູ້ໃຊ້ອື່ນໆອາດຈະບໍ່ໄວ້ວາງໃຈ", "Safeguard against losing access to encrypted messages & data": "ປ້ອງກັນການສູນເສຍການເຂົ້າເຖິງຂໍ້ຄວາມ ແລະຂໍ້ມູນທີ່ເຂົ້າລະຫັດ", - "Verify": "ຢືນຢັນ", - "Upgrade": "ຍົກລະດັບ", "Verify this session": "ຢືນຢັນລະບົບນີ້", "Encryption upgrade available": "ມີການຍົກລະດັບການເຂົ້າລະຫັດ", "Set up Secure Backup": "ຕັ້ງຄ່າການສໍາຮອງຂໍ້ມູນທີ່ປອດໄພ", @@ -2398,7 +2380,6 @@ "Use app for a better experience": "ໃຊ້ແອັບເພື່ອປະສົບການທີ່ດີກວ່າ", "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", - "Accept": "ຍອມຮັບ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2411,7 +2392,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "ບໍ່ເປັນຫຍັງ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { @@ -2687,7 +2667,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "ບໍ່ສາມາດເບິ່ງຕົວຢ່າງ %(roomName)s ໄດ້. ທ່ານຕ້ອງການເຂົ້າຮ່ວມມັນບໍ?", "You're previewing %(roomName)s. Want to join it?": "ທ່ານກຳລັງເບິ່ງຕົວຢ່າງ %(roomName)s. ຕ້ອງການເຂົ້າຮ່ວມບໍ?", "Reject & Ignore user": "ປະຕິເສດ ແລະ ບໍ່ສົນໃຈຜູ້ໃຊ້", - "Reject": "ປະຕິເສດ", " invited you": " ເຊີນທ່ານ", "Do you want to join %(roomName)s?": "ທ່ານຕ້ອງການເຂົ້າຮ່ວມ %(roomName)s ບໍ?", "Start chatting": "ເລີ່ມການສົນທະນາ", @@ -2911,7 +2890,6 @@ "You've successfully verified this user.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ສຳເລັດແລ້ວ.", "Verified!": "ຢືນຢັນແລ້ວ!", "The other party cancelled the verification.": "ອີກຝ່າຍໄດ້ຍົກເລີກການຢັ້ງຢືນ.", - "Call": "ໂທ", "%(name)s on hold": "%(name)s ຖືກລະງັບໄວ້", "Return to call": "ກັບໄປທີ່ການໂທ", "Hangup": "ວາງສາຍ", @@ -3283,7 +3261,6 @@ "disable": "ປິດໃຊ້ງານ", "done": "ສຳເລັດແລ້ວ", "edit": "ແກ້ໄຂ", - "enable": "ເປີດໃຊ້ງານ", "forgot_password": "ລືມລະຫັດຜ່ານ?", "forward": "ສົ່ງຕໍ່", "invite": "ເຊີນ", @@ -3304,9 +3281,31 @@ "start": "ເລີ່ມຕົ້ນ", "start_chat": "ເລີ່ມການສົນທະນາ", "view_source": "ເບິ່ງແຫຼ່ງ", - "yes": "ແມ່ນແລ້ວ" + "yes": "ແມ່ນແລ້ວ", + "reject": "ປະຕິເສດ", + "confirm": "ຢືນຢັນ", + "dismiss": "ຍົກເລີກ", + "trust": "ເຊື່ອຖືໄດ້", + "cancel": "ຍົກເລີກ", + "stop": "ຢຸດ", + "join": "ເຂົ້າຮ່ວມ", + "close": "ປິດ", + "accept": "ຍອມຮັບ", + "upgrade": "ຍົກລະດັບ", + "verify": "ຢືນຢັນ", + "update": "ອັບເດດ", + "call": "ໂທ", + "delete": "ລຶບ", + "upload": "ອັບໂຫຼດ", + "collapse": "ຫຍໍ້ລົງ", + "reset": "ຕັ້ງຄ່າຄືນ", + "share": "ແບ່ງປັນ", + "skip": "ຂ້າມ", + "logout": "ອອກຈາກລະບົບ", + "view": "ເບິ່ງ", + "expand": "ຂະຫຍາຍ" }, "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 34a5369c219..22c98aee908 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -6,7 +6,6 @@ "Notification targets": "Pranešimo objektai", "Today": "Šiandien", "Friday": "Penktadienis", - "Update": "Atnaujinti", "Notifications": "Pranešimai", "On": "Įjungta", "Changelog": "Keitinių žurnalas", @@ -23,7 +22,6 @@ "All Rooms": "Visi pokalbių kambariai", "Source URL": "Šaltinio URL adresas", "Messages sent by bot": "Boto siųstos žinutės", - "Cancel": "Atšaukti", "Filter results": "Išfiltruoti rezultatus", "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", @@ -33,7 +31,6 @@ "Search…": "Paieška…", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", - "Dismiss": "Atmesti", "Saturday": "Šeštadienis", "Online": "Prisijungęs", "Monday": "Pirmadienis", @@ -52,13 +49,11 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", - "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", - "Reject": "Atmesti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", @@ -124,7 +119,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", - "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", @@ -399,7 +393,6 @@ "Unable to add email address": "Nepavyko pridėti el. pašto adreso", "Unable to verify email address.": "Nepavyko patvirtinti el. pašto adreso.", "This will allow you to reset your password and receive notifications.": "Tai jums leis iš naujo nustatyti slaptažodį ir gauti pranešimus.", - "Skip": "Praleisti", "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ų!", @@ -423,7 +416,6 @@ "Identity server has no terms of service": "Tapatybės serveris neturi paslaugų teikimo sąlygų", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šiam veiksmui reikalinga pasiekti numatytąjį tapatybės serverį , kad patvirtinti el. pašto adresą arba telefono numerį, bet serveris neturi jokių paslaugos teikimo sąlygų.", "Only continue if you trust the owner of the server.": "Tęskite tik tuo atveju, jei pasitikite serverio savininku.", - "Trust": "Pasitikėti", "You need to be able to invite users to do that.": "Norėdami tai atlikti jūs turite turėti galimybę pakviesti vartotojus.", "Power level must be positive integer.": "Galios lygis privalo būti teigiamas sveikasis skaičius.", "Messages": "Žinutės", @@ -530,7 +522,6 @@ "Messages containing my username": "Žinutės, kuriose yra mano vartotojo vardas", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (galia %(powerLevelNumber)s)", "Enter username": "Įveskite vartotojo vardą", - "Confirm": "Patvirtinti", "Create account": "Sukurti paskyrą", "Change identity server": "Pakeisti tapatybės serverį", "Change": "Keisti", @@ -723,7 +714,6 @@ "Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.", "Messages containing @room": "Žinutės, kuriose yra @kambarys", "To be secure, do this in person or use a trusted way to communicate.": "Norėdami užtikrinti saugumą, darykite tai asmeniškai arba naudokite patikimą komunikacijos būdą.", - "Verify": "Patvirtinti", "Restore from Backup": "Atkurti iš Atsarginės Kopijos", "Preferences": "Nuostatos", "Cryptography": "Kriptografija", @@ -890,9 +880,7 @@ "Folder": "Aplankas", "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", - "Upgrade": "Atnaujinti", "Accept to continue:": "Sutikite su , kad tęstumėte:", - "Upload": "Įkelti", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Jūsų paskyra slaptoje saugykloje turi kryžminio pasirašymo tapatybę, bet šis seansas dar ja nepasitiki.", "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", @@ -971,7 +959,6 @@ "Can't leave Server Notices room": "Negalima išeiti iš Serverio Pranešimų kambario", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Šis kambarys yra naudojamas svarbioms žinutėms iš serverio, tad jūs negalite iš jo išeiti.", "Terms and Conditions": "Taisyklės ir Sąlygos", - "Logout": "Atsijungti", "Reject & Ignore user": "Atmesti ir ignoruoti vartotoją", "Reject invitation": "Atmesti pakvietimą", "You can only join it with a working invite.": "Jūs galite prisijungti tik su veikiančiu pakvietimu.", @@ -998,7 +985,6 @@ "Continue With Encryption Disabled": "Tęsti išjungus šifravimą", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Patvirtinkite šį vartotoją, kad pažymėtumėte jį kaip patikimą. Vartotojų pažymėjimas patikimais suteikia jums papildomos ramybės naudojant visapusiškai užšifruotas žinutes.", "Sign out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", - "View": "Žiūrėti", "Confirm encryption setup": "Patvirtinti šifravimo sąranką", "Click the button below to confirm setting up encryption.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šifravimo nustatymą.", "Restore your key backup to upgrade your encryption": "Atkurkite savo atsarginę raktų kopiją, kad atnaujintumėte šifravimą", @@ -1064,7 +1050,6 @@ "Import E2E room keys": "Importuoti E2E (visapusio šifravimo) kambarių raktus", "Session ID:": "Seanso ID:", "Session key:": "Seanso raktas:", - "Reset": "Iš naujo nustatyti", "Failed to connect to integration manager": "Nepavyko prisijungti prie integracijų tvarkytuvo", "Please create a new issue on GitHub so that we can investigate this bug.": "Prašome sukurti naują problemą GitHub'e, kad mes galėtume ištirti šią klaidą.", "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Pasakyite mums kas nutiko, arba, dar geriau, sukurkite GitHub problemą su jos apibūdinimu.", @@ -1169,7 +1154,6 @@ "You must join the room to see its files": "Norėdami pamatyti jo failus, turite prisijungti prie kambario", "Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai", "Block anyone not part of %(serverName)s from ever joining this room.": "Blokuoti bet ką, kas nėra iš %(serverName)s, niekada nebeleidžiant prisijungti prie šio kambario.", - "Join": "Prisijungti", "Join the conference from the room information card on the right": "Prisijunkite prie konferencijos kambario informacijos kortelėje dešinėje", "Join the conference at the top of this room": "Prisijunkite prie konferencijos šio kambario viršuje", "Join the discussion": "Prisijungti prie diskusijos", @@ -1773,7 +1757,6 @@ "Verification code": "Patvirtinimo kodas", "Revoke": "Panaikinti", "Complete": "Užbaigti", - "Share": "Dalintis", "Olm version:": "Olm versija:", "Enable email notifications for %(email)s": "Įjungti el. pašto pranešimus %(email)s", "Messages containing keywords": "Žinutės turinčios raktažodžių", @@ -1819,7 +1802,6 @@ "Address": "Adresas", "Search %(spaceName)s": "Ieškoti %(spaceName)s", "Delete avatar": "Ištrinti avatarą", - "Delete": "Ištrinti", "Return to call": "Grįžti prie skambučio", "Start the camera": "Įjungti kamerą", "Stop the camera": "Išjungti kamerą", @@ -2165,7 +2147,6 @@ "Help improve %(analyticsOwner)s": "Padėkite pagerinti %(analyticsOwner)s", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Dalinkitės anoniminiais duomenimis, kurie padės mums nustatyti problemas. Nieko asmeniško. Jokių trečiųjų šalių. Sužinokite daugiau", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Anksčiau sutikote su mumis dalytis anoniminiais naudojimo duomenimis. Atnaujiname, kaip tai veikia.", - "Stop": "Sustabdyti", "That's fine": "Tai gerai", "File Attached": "Failas pridėtas", "Exported %(count)s events in %(seconds)s seconds": { @@ -2189,8 +2170,6 @@ "Invite with email or username": "Pakviesti su el. paštu arba naudotojo vardu", "Share invite link": "Bendrinti pakvietimo nuorodą", "Click to copy": "Spustelėkite kad nukopijuoti", - "Collapse": "Suskleisti", - "Expand": "Išplėsti", "Show all rooms": "Rodyti visus kambarius", "You can change these anytime.": "Jūs tai galite pakeisti bet kada.", "Add some details to help people recognise it.": "Pridėkite šiek tiek detalių, kad žmonės galėtų ją atpažinti.", @@ -2228,7 +2207,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Laukiama, kol patvirtinsite kitame įrenginyje, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Patvirtinkite šį prietaisą patvirtindami, kad jo ekrane rodomas šis numeris.", "Confirm the emoji below are displayed on both devices, in the same order:": "Patvirtinkite, kad toliau pateikti jaustukai rodomi abiejuose prietaisuose ta pačia tvarka:", - "Call": "Skambinti", "%(name)s on hold": "%(name)s sulaikytas", "Show sidebar": "Rodyti šoninę juostą", "Hide sidebar": "Slėpti šoninę juostą", @@ -2499,7 +2477,6 @@ "disable": "Išjungti", "done": "Atlikta", "edit": "Koreguoti", - "enable": "Įjungti", "forgot_password": "Pamiršote slaptažodį?", "forward": "Persiųsti", "invite": "Pakviesti", @@ -2520,6 +2497,28 @@ "start": "Pradėti", "start_chat": "Pradėti pokalbį", "view_source": "Peržiūrėti šaltinį", - "yes": "Taip" + "yes": "Taip", + "reject": "Atmesti", + "confirm": "Patvirtinti", + "dismiss": "Atmesti", + "trust": "Pasitikėti", + "cancel": "Atšaukti", + "stop": "Sustabdyti", + "join": "Prisijungti", + "close": "Uždaryti", + "accept": "Priimti", + "upgrade": "Atnaujinti", + "verify": "Patvirtinti", + "update": "Atnaujinti", + "call": "Skambinti", + "delete": "Ištrinti", + "upload": "Įkelti", + "collapse": "Suskleisti", + "reset": "Iš naujo nustatyti", + "share": "Dalintis", + "skip": "Praleisti", + "logout": "Atsijungti", + "view": "Žiūrėti", + "expand": "Išplėsti" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index abd5f36529e..83224591684 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,5 +1,4 @@ { - "Accept": "Akceptēt", "Account": "Konts", "Add": "Pievienot", "Admin": "Administrators", @@ -32,7 +31,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s dzēsa istabas nosaukumu.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s nomainīja istabas tematu uz \"%(topic)s\".", "Changes your display nickname": "Maina jūsu parādāmo vārdu", - "Close": "Aizvērt", "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", @@ -88,7 +86,6 @@ "Join Room": "Pievienoties istabai", "Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.", "Labs": "Izmēģinājumu lauciņš", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem ar brīdi, kad tie pievienojās.", @@ -176,9 +173,7 @@ "Unban": "Atcelt pieejas liegumu", "unknown error code": "nezināms kļūdas kods", "Unnamed Room": "Istaba bez nosaukuma", - "Cancel": "Atcelt", "Create new room": "Izveidot jaunu istabu", - "Dismiss": "Atmest", "You have enabled URL previews by default.": "URL priekšskatījumi pēc noklusējuma jums iriespējoti .", "Upload avatar": "Augšupielādēt avataru", "Upload Failed": "Augšupielāde (nosūtīšana) neizdevās", @@ -257,7 +252,6 @@ "Not a valid %(brand)s keyfile": "Nederīgs %(brand)s atslēgfails", "Authentication check failed: incorrect password?": "Autentifikācijas pārbaude neizdevās. Nepareiza parole?", "Do you want to set an email address?": "Vai vēlies norādīt epasta adresi?", - "Skip": "Izlaist", "and %(count)s others...": { "other": "un vēl %(count)s citi...", "one": "un vēl viens cits..." @@ -428,7 +422,6 @@ "Notification targets": "Paziņojumu adresāti", "Today": "Šodien", "Friday": "Piektdiena", - "Update": "Atjaunināt", "What's New": "Kas jauns", "On": "Ieslēgt", "Changelog": "Izmaiņu vēsture", @@ -450,7 +443,6 @@ "Event sent!": "Notikums nosūtīts!", "Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus", "Saturday": "Sestdiena", - "Reject": "Noraidīt", "Monday": "Pirmdiena", "Toolbox": "Instrumentārijs", "Collecting logs": "Tiek iegūti logfaili", @@ -624,7 +616,6 @@ "Enter a Security Phrase": "Ievadiet slepeno frāzi", "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", - "Confirm": "Apstiprināt", "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ī", @@ -729,7 +720,6 @@ "Uploaded sound": "Augšupielādētie skaņas signāli", "Sounds": "Skaņas signāli", "Set a new custom sound": "Iestatīt jaunu pielāgotu skaņas signālu", - "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.", "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)", @@ -811,7 +801,6 @@ "Recent Conversations": "Nesenās sarunas", "Start a conversation with someone using their name or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - ).", "Start a conversation with someone using their name, email address or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - ).", - "Upload": "Augšupielādēt", "Use your Security Key to continue.": "Izmantojiet savu drošības atslēgu, lai turpinātu.", "Save your Security Key": "Saglabājiet savu drošības atslēgu", "Generate a Security Key": "Ģenerēt drošības atslēgu", @@ -1010,7 +999,6 @@ "Display Name": "Parādāmais vārds", "Add some details to help people recognise it.": "Pievienojiet aprakstu, lai palīdzētu cilvēkiem to atpazīt.", "Create a space": "Izveidot vietu", - "Delete": "Dzēst", "Accept to continue:": "Akceptēt , lai turpinātu:", "Anchor": "Enkurs", "Aeroplane": "Aeroplāns", @@ -1069,7 +1057,6 @@ "Verify this user by confirming the following number appears on their screen.": "Verificēt šo lietotāju, apstiprinot, ka šāds numurs pārādās lietotāja ekrānā.", "You ended the call": "Jūs pabeidzāt zvanu", "Other users may not trust it": "Citi lietotāji var neuzskatīt to par uzticamu", - "Verify": "Verificēt", "Verify this session": "Verificēt šo sesiju", "You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:", "You're already in a call with this person.": "Jums jau notiek zvans ar šo personu.", @@ -1464,7 +1451,6 @@ "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", - "Trust": "Uzticamība", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šai darbībai ir nepieciešama piekļuve noklusējuma identitātes serverim , lai validētu e-pasta adresi vai tālruņa numuru, taču serverim nav pakalpojumu sniegšanas noteikumu.", "Identity server has no terms of service": "Identitātes serverim nav pakalpojumu sniegšanas noteikumu", @@ -1527,7 +1513,6 @@ "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", "Zoom in": "Pietuvināt", "Zoom out": "Attālināt", - "Join": "Pievienoties", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1545,7 +1530,6 @@ "one": "Rādīt %(count)s citu priekšskatījumu", "other": "Rādīt %(count)s citus priekšskatījumus" }, - "Share": "Dalīties", "Access": "Piekļuve", "People with supported clients will be able to join the room without having a registered account.": "Cilvēki ar atbalstītām lietotnēm varēs pievienoties istabai bez reģistrēta konta.", "Decide who can join %(roomName)s.": "Nosakiet, kas var pievienoties %(roomName)s.", @@ -1565,7 +1549,6 @@ "Anyone can find and join.": "Ikviens var atrast un pievienoties.", "Only invited people can join.": "Tikai uzaicināti cilvēki var pievienoties.", "Private (invite only)": "Privāta (tikai ar ielūgumiem)", - "Expand": "Izvērst", "Decide who can view and join %(spaceName)s.": "Nosakiet, kas var skatīt un pievienoties %(spaceName)s.", "Enable guest access": "Iespējot piekļuvi viesiem", "Invite people": "Uzaicināt cilvēkus", @@ -1812,7 +1795,6 @@ "decline": "Noraidīt", "done": "Gatavs", "edit": "Rediģēt", - "enable": "Iespējot", "forgot_password": "Aizmirsi paroli?", "forward": "Pārsūtīt", "invite": "Uzaicināt", @@ -1828,9 +1810,26 @@ "save": "Saglabāt", "start_chat": "Uzsākt čatu", "view_source": "Skatīt pirmkodu", - "yes": "Jā" + "yes": "Jā", + "reject": "Noraidīt", + "confirm": "Apstiprināt", + "dismiss": "Atmest", + "trust": "Uzticamība", + "cancel": "Atcelt", + "join": "Pievienoties", + "close": "Aizvērt", + "accept": "Akceptēt", + "verify": "Verificēt", + "update": "Atjaunināt", + "delete": "Dzēst", + "upload": "Augšupielādēt", + "reset": "Atiestatīt", + "share": "Dalīties", + "skip": "Izlaist", + "logout": "Izrakstīties", + "expand": "Izvērst" }, "a11y": { "user_menu": "Lietotāja izvēlne" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index f6cfe194062..3c78af27083 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,8 +1,5 @@ { - "Cancel": "റദ്ദാക്കുക", - "Close": "അടയ്ക്കുക", "Create new room": "പുതിയ റൂം സൃഷ്ടിക്കുക", - "Dismiss": "ഒഴിവാക്കുക", "Failed to forget room %(errCode)s": "%(errCode)s റൂം ഫോര്‍ഗെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Favourite": "പ്രിയപ്പെട്ടവ", "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", @@ -18,7 +15,6 @@ "Notification targets": "നോട്ടിഫിക്കേഷന്‍ ടാര്‍ഗെറ്റുകള്‍", "Today": "ഇന്ന്", "Friday": "വെള്ളി", - "Update": "പുതുക്കുക", "What's New": "പുതിയ വിശേഷങ്ങള്‍", "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", @@ -37,7 +33,6 @@ "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", "Saturday": "ശനി", - "Reject": "നിരസിക്കുക", "Monday": "തിങ്കള്‍", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "All Rooms": "എല്ലാ മുറികളും കാണുക", @@ -76,6 +71,11 @@ "quote": "ഉദ്ധരിക്കുക", "remove": "നീക്കം ചെയ്യുക", "start_chat": "ചാറ്റ് തുടങ്ങുക", - "view_source": "സോഴ്സ് കാണുക" + "view_source": "സോഴ്സ് കാണുക", + "reject": "നിരസിക്കുക", + "dismiss": "ഒഴിവാക്കുക", + "cancel": "റദ്ദാക്കുക", + "close": "അടയ്ക്കുക", + "update": "പുതുക്കുക" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index 5e44298332a..a303a6f7844 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -2,5 +2,7 @@ "Explore rooms": "Өрөөнүүд үзэх", "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", - "Dismiss": "Орхих" + "action": { + "dismiss": "Орхих" + } } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 6a176e6e132..f3b0a53dc84 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -18,7 +18,6 @@ "When I'm invited to a room": "Når jeg blir invitert til et rom", "Tuesday": "Tirsdag", "Unnamed room": "Rom uten navn", - "Reject": "Avvis", "Monday": "Mandag", "Failed to forget room %(errCode)s": "Kunne ikke glemme rommet %(errCode)s", "Wednesday": "Onsdag", @@ -26,7 +25,6 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", - "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)", "Thursday": "Torsdag", @@ -37,7 +35,6 @@ "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", "Saturday": "Lørdag", - "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", "You cannot place a call with yourself.": "Du kan ikke ringe deg selv.", "Permission Required": "Tillatelse kreves", @@ -139,8 +136,6 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", - "Cancel": "Avbryt", - "Trust": "Stol på", "Sign In": "Logg inn", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", @@ -154,7 +149,6 @@ "%(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", - "Accept": "Godta", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -186,10 +180,7 @@ "Anchor": "Anker", "Headphones": "Hodetelefoner", "Folder": "Mappe", - "Upgrade": "Oppgrader", - "Verify": "Bekreft", "Review": "Gjennomgang", - "Upload": "Last opp", "Show less": "Vis mindre", "Current password": "Nåværende passord", "New Password": "Nytt passord", @@ -221,7 +212,6 @@ "Timeline": "Tidslinje", "Security & Privacy": "Sikkerhet og personvern", "Camera": "Kamera", - "Reset": "Nullstill", "Browse": "Bla", "Unban": "Opphev utestengelse", "Banned users": "Bannlyste brukere", @@ -231,7 +221,6 @@ "Encrypted": "Kryptert", "Complete": "Fullført", "Revoke": "Tilbakekall", - "Share": "Del", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", "Add": "Legg til", @@ -263,7 +252,6 @@ "Show all": "Vis alt", "Copied!": "Kopiert!", "What's New": "Hva er nytt", - "Update": "Oppdater", "Frequently Used": "Ofte brukte", "Smileys & People": "Smilefjes og folk", "Animals & Nature": "Dyreliv og natur", @@ -276,7 +264,6 @@ "Quick Reactions": "Hurtigreaksjoner", "Cancel search": "Avbryt søket", "More options": "Flere alternativer", - "Join": "Bli med", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -297,7 +284,6 @@ "Go": "Gå", "Refresh": "Oppdater", "Email address": "E-postadresse", - "Skip": "Hopp over", "Share Room Message": "Del rommelding", "Terms of Service": "Vilkår for bruk", "Service": "Tjeneste", @@ -312,10 +298,7 @@ "Phone": "Telefon", "Enter password": "Skriv inn passord", "Enter username": "Skriv inn brukernavn", - "Confirm": "Bekreft", "Description": "Beskrivelse", - "Logout": "Logg ut", - "View": "Vis", "Explore rooms": "Se alle rom", "Room": "Rom", "Guest": "Gjest", @@ -1105,7 +1088,6 @@ "one": "%(count)s rom" }, "Invite by username": "Inviter etter brukernavn", - "Delete": "Slett", "Your public space": "Ditt offentlige område", "Your private space": "Ditt private område", "Invite to %(spaceName)s": "Inviter til %(spaceName)s", @@ -1468,7 +1450,6 @@ "Sent": "Sendt", "Sending": "Sender", "Format": "Format", - "Stop": "Stopp avspilling", "MB": "MB", "Zoom in": "Forstørr", "Zoom out": "Forminske", @@ -1481,8 +1462,6 @@ "Keyboard shortcuts": "Tastatursnarveier", "Global": "Globalt", "Keyword": "Nøkkelord", - "Collapse": "Trekk sammen", - "Expand": "Utvid", "Visibility": "Synlighet", "Address": "Adresse", "Delete avatar": "Slett profilbilde", @@ -1565,7 +1544,6 @@ "disable": "Slå av", "done": "Fullført", "edit": "Rediger", - "enable": "Slå på", "forgot_password": "Glemt passord?", "forward": "Videresend", "invite": "Inviter", @@ -1585,9 +1563,30 @@ "start": "Begynn", "start_chat": "Start chat", "view_source": "Vis kilde", - "yes": "Ja" + "yes": "Ja", + "reject": "Avvis", + "confirm": "Bekreft", + "dismiss": "Avvis", + "trust": "Stol på", + "cancel": "Avbryt", + "stop": "Stopp avspilling", + "join": "Bli med", + "close": "Lukk", + "accept": "Godta", + "upgrade": "Oppgrader", + "verify": "Bekreft", + "update": "Oppdater", + "delete": "Slett", + "upload": "Last opp", + "collapse": "Trekk sammen", + "reset": "Nullstill", + "share": "Del", + "skip": "Hopp over", + "logout": "Logg ut", + "view": "Vis", + "expand": "Utvid" }, "a11y": { "user_menu": "Brukermeny" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ne.json b/src/i18n/strings/ne.json index fdbc34821aa..09b33d49b01 100644 --- a/src/i18n/strings/ne.json +++ b/src/i18n/strings/ne.json @@ -5,12 +5,14 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो फोन नम्बर थपेको पुष्टि गर्नुहोस्।", "Failed to verify email address: make sure you clicked the link in the email": "इमेल ठेगाना प्रमाणित गर्न असफल: तपाईंले इमेलमा रहेको लिङ्कमा क्लिक गर्नुभएको छ भनी सुनिश्चित गर्नुहोस्", "Add Email Address": "इमेल ठेगाना थप्नुहोस्", - "Confirm": "पुष्टि गर्नुहोस्", "Click the button below to confirm adding this email address.": "यो इमेल ठेगाना थपिएको पुष्टि गर्न तलको बटनमा क्लिक गर्नुहोस्।", "Confirm adding email": "इमेल थपेको पुष्टि गर्नुहोस्", "Single Sign On": "एकल साइन अन", "Confirm adding this email address by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो इमेल ठेगाना थपेको पुष्टि गर्नुहोस्।", "Use Single Sign On to continue": "जारी राख्न एकल साइन अन प्रयोग गर्नुहोस्", "This phone number is already in use": "यो फोन नम्बर पहिले नै प्रयोगमा छ", - "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ" + "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ", + "action": { + "confirm": "पुष्टि गर्नुहोस्" + } } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 8ff107dc630..4c330a4b0e8 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -25,8 +25,6 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", - "Cancel": "Annuleren", - "Accept": "Aannemen", "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", @@ -38,9 +36,7 @@ "Camera": "Camera", "Anyone": "Iedereen", "Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer ‘%(roomName)s’ wil verlaten?", - "Close": "Sluiten", "Create new room": "Nieuwe kamer aanmaken", - "Dismiss": "Sluiten", "Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s", "Favourite": "Favoriet", "Notifications": "Meldingen", @@ -137,7 +133,6 @@ "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", "Labs": "Labs", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze toegetreden zijn.", @@ -261,7 +256,6 @@ "Authentication check failed: incorrect password?": "Aanmeldingscontrole mislukt: onjuist wachtwoord?", "Do you want to set an email address?": "Wil je een e-mailadres instellen?", "This will allow you to reset your password and receive notifications.": "Zo kan je een nieuw wachtwoord instellen en meldingen ontvangen.", - "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", @@ -430,7 +424,6 @@ "Notification targets": "Meldingsbestemmingen", "Today": "Vandaag", "Friday": "Vrijdag", - "Update": "Updaten", "What's New": "Wat is er nieuw", "On": "Aan", "Changelog": "Wijzigingslogboek", @@ -450,7 +443,6 @@ "Search…": "Zoeken…", "Developer Tools": "Ontwikkelgereedschap", "Saturday": "Zaterdag", - "Reject": "Weigeren", "Monday": "Maandag", "Toolbox": "Gereedschap", "Collecting logs": "Logs worden verzameld", @@ -734,7 +726,6 @@ "Room Topic": "Kameronderwerp", "This room is a continuation of another conversation.": "Deze kamer is een voortzetting van een ander gesprek.", "Click here to see older messages.": "Klik hier om oudere berichten te bekijken.", - "Join": "Deelnemen", "Power level": "Machtsniveau", "The following users may not exist": "Volgende personen bestaan mogelijk niet", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-ID’s hieronder vinden - wil je ze toch uitnodigen?", @@ -778,7 +769,6 @@ "Change": "Wijzigen", "Email (optional)": "E-mailadres (optioneel)", "Phone (optional)": "Telefoonnummer (optioneel)", - "Confirm": "Bevestigen", "Join millions for free on the largest public server": "Neem deel aan de grootste publieke server samen met miljoenen anderen", "Other": "Overige", "Couldn't load page": "Kon pagina niet laden", @@ -838,7 +828,6 @@ "Your browser likely removed this data when running low on disk space.": "Jouw browser heeft deze gegevens wellicht verwijderd toen de beschikbare opslagSpace vol was.", "Upload files (%(current)s of %(total)s)": "Bestanden versturen (%(current)s van %(total)s)", "Upload files": "Bestanden versturen", - "Upload": "Versturen", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot om te versturen. Het limiet is %(limit)s en dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", @@ -900,7 +889,6 @@ "Uploaded sound": "Geüpload-geluid", "Sounds": "Geluiden", "Notification sound": "Meldingsgeluid", - "Reset": "Opnieuw instellen", "Set a new custom sound": "Stel een nieuw aangepast geluid in", "Browse": "Bladeren", "Cannot reach homeserver": "Kan homeserver niet bereiken", @@ -965,7 +953,6 @@ "Unable to revoke sharing for email address": "Kan delen voor dit e-mailadres niet intrekken", "Unable to share email address": "Kan e-mailadres niet delen", "Revoke": "Intrekken", - "Share": "Delen", "Discovery options will appear once you have added an email above.": "Vindbaarheidopties zullen verschijnen wanneer je een e-mailadres hebt toegevoegd.", "Unable to revoke sharing for phone number": "Kan delen voor dit telefoonnummer niet intrekken", "Unable to share phone number": "Kan telefoonnummer niet delen", @@ -1036,7 +1023,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", - "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", "Clear cache and reload": "Cache wissen en herladen", @@ -1075,7 +1061,6 @@ "Encryption upgrade available": "Versleutelingsupgrade beschikbaar", "You can use /help to list available commands. Did you mean to send this as a message?": "Typ /help om alle opdrachten te zien. Was het je bedoeling dit als bericht te sturen?", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Dit vergt validatie van een e-mailadres of telefoonnummer middels de standaard identiteitsserver , maar die server heeft geen gebruiksvoorwaarden.", - "Trust": "Vertrouwen", "Custom (%(level)s)": "Aangepast (%(level)s)", "Error upgrading room": "Upgraden van kamer mislukt", "Double check that your server supports the room version chosen and try again.": "Ga nogmaals na dat de server de gekozen kamerversie ondersteunt, en probeer het dan opnieuw.", @@ -1133,8 +1118,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Doe dit voor de zekerheid onder vier ogen, of via een betrouwbaar communicatiemedium.", "Lock": "Hangslot", "Other users may not trust it": "Mogelijk wantrouwen anderen het", - "Upgrade": "Upgraden", - "Verify": "Verifiëren", "Later": "Later", "Review": "Controleer", "This bridge was provisioned by .": "Dank aan voor de brug.", @@ -2212,7 +2195,6 @@ "Open space for anyone, best for communities": "Publieke space voor iedereen, geschikt voor gemeenschappen", "Public": "Publiek", "Create a space": "Space maken", - "Delete": "Verwijderen", "This homeserver has been blocked by its administrator.": "Deze homeserver is geblokkeerd door jouw beheerder.", "Already in call": "Al in de oproep", "You're already in a call with this person.": "Je bent al in gesprek met deze persoon.", @@ -2380,8 +2362,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.", "This space has no local addresses": "Deze Space heeft geen lokaaladres", "Space information": "Space-informatie", - "Collapse": "Invouwen", - "Expand": "Uitvouwen", "Recommended for public spaces.": "Aanbevolen voor publieke spaces.", "Allow people to preview your space before they join.": "Personen toestaan een voorvertoning van jouw space te zien voor deelname.", "Preview Space": "Space voorvertoning", @@ -2600,7 +2580,6 @@ "Select from the options below to export chats from your timeline": "Selecteer met welke opties je jouw chats wilt exporteren van je tijdlijn", "Export Chat": "Chat exporteren", "Exporting your data": "Jouw data aan het exporteren", - "Stop": "Stop", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Weet je zeker dat je wilt stoppen terwijl je jouw data exporteert? Als je dit doet moet je later opnieuw beginnen.", "Your export was successful. Find it in your Downloads folder.": "Jouw export was succesvol. Je vindt hem in je Downloads-map.", "The export was cancelled successfully": "De export was succesvol geannulleerd", @@ -2944,7 +2923,6 @@ "Navigate to previous message to edit": "Navigeer naar het vorige bericht om te bewerken", "Navigate to next message to edit": "Navigeer naar het volgende bericht om te bewerken", "Internal room ID": "Interne ruimte ID", - "Call": "Bellen", "Redo edit": "Opnieuw bewerken", "Force complete": "Voltooiing forceren", "Undo edit": "Bewerken ongedaan maken", @@ -3558,7 +3536,6 @@ "disable": "Uitschakelen", "done": "Klaar", "edit": "Bewerken", - "enable": "Inschakelen", "forgot_password": "Wachtwoord vergeten?", "forward": "Doorsturen", "invite": "Uitnodigen", @@ -3579,9 +3556,31 @@ "start": "Start", "start_chat": "Gesprek beginnen", "view_source": "Bron bekijken", - "yes": "Ja" + "yes": "Ja", + "reject": "Weigeren", + "confirm": "Bevestigen", + "dismiss": "Sluiten", + "trust": "Vertrouwen", + "cancel": "Annuleren", + "stop": "Stop", + "join": "Deelnemen", + "close": "Sluiten", + "accept": "Aannemen", + "upgrade": "Upgraden", + "verify": "Verifiëren", + "update": "Updaten", + "call": "Bellen", + "delete": "Verwijderen", + "upload": "Versturen", + "collapse": "Invouwen", + "reset": "Opnieuw instellen", + "share": "Delen", + "skip": "Overslaan", + "logout": "Uitloggen", + "view": "Bekijken", + "expand": "Uitvouwen" }, "a11y": { "user_menu": "Persoonsmenu" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 851ad26da47..ecc730a5320 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -112,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", - "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", @@ -216,11 +215,9 @@ "Search…": "Søk…", "This Room": "Dette rommet", "All Rooms": "Alle rom", - "Cancel": "Bryt av", "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", "Stickerpack": "Klistremerkepakke", "Jump to first unread message.": "Hopp til den fyrste uleste meldinga.", - "Close": "Lukk", "This room has no local addresses": "Dette rommet har ingen lokale adresser", "You have enabled URL previews by default.": "Du har skrudd URL-førehandsvisingar på i utgangspunktet.", "You have disabled URL previews by default.": "Du har skrudd URL-førehandsvisingar av i utgangspunktet.", @@ -248,7 +245,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s endra romavataren til ", "Copied!": "Kopiert!", "Failed to copy": "Noko gjekk gale med kopieringa", - "Dismiss": "Avvis", "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", "Code": "Kode", @@ -260,7 +256,6 @@ "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", - "Update": "Oppdatering", "What's new?": "Kva er nytt?", "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", "No update available.": "Inga oppdatering er tilgjengeleg.", @@ -396,7 +391,6 @@ "Unable to add email address": "Klarte ikkje å leggja epostadressa til", "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", - "Skip": "Hopp over", "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", "Share Room": "Del Rom", "Link to most recent message": "Lenk til den nyaste meldinga", @@ -405,7 +399,6 @@ "Link to selected message": "Lenk til den valde meldinga", "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", - "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", "Source URL": "Kjelde-URL", @@ -427,7 +420,6 @@ "Review terms and conditions": "Sjå over Vilkår og Føresetnader", "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", "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.": "Data frå ein eldre versjon av %(brand)s er oppdaga. Dette kan ha gjort at ende-til-ende kryptering feilar i den eldre versjonen. Krypterte meldingar som er utveksla med den gamle versjonen er kanskje ikkje dekrypterbare i denne versjonen. Dette kan forårsake at meldingar utveksla mot denne versjonen vil feile. Opplever du problem med dette, kan du logge inn og ut igjen. For å behalde meldingshistorikk, eksporter og importer nøklane dine på nytt.", - "Logout": "Logg ut", "Invite to this room": "Inviter til dette rommet", "Notifications": "Varsel", "You can't send any messages until you review and agree to our terms and conditions.": "Du kan ikkje senda meldingar før du les over og godkjenner våre bruksvilkår.", @@ -609,7 +601,6 @@ "Identity server has no terms of service": "Identitetstenaren manglar bruksvilkår", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handlinga krev kommunikasjon mot (standard identitetstenar) for å verifisere e-post eller telefonnummer, men tenaren manglar bruksvilkår.", "Only continue if you trust the owner of the server.": "Gå vidare så lenge du har tillit til eigar av tenaren.", - "Trust": "Tillat", "Custom (%(level)s)": "Tilpassa (%(level)s)", "Error upgrading room": "Feil ved oppgradering av rom", "Double check that your server supports the room version chosen and try again.": "Sjekk at tenar støttar denne romversjonen, og prøv på nytt.", @@ -733,7 +724,6 @@ "Show shortcuts to recently viewed rooms above the room list": "Vis snarvegar til sist synte rom over romkatalogen", "Show hidden events in timeline": "Vis skjulte hendelsar i historikken", "This is your list of users/servers you have blocked - don't leave the room!": "Dette er di liste over brukarar/tenarar du har blokkert - ikkje forlat rommet!", - "Upload": "Last opp", "Show less": "Vis mindre", "Show more": "Vis meir", "Display Name": "Visningsnamn", @@ -795,7 +785,6 @@ "Encrypted messages in group chats": "Krypterte meldingar i gruppesamtalar", "When rooms are upgraded": "Når rom blir oppgraderte", "My Ban List": "Mi blokkeringsliste", - "Upgrade": "Oppgrader", "Enable desktop notifications for this session": "Aktiver skrivebordsvarslingar for denne øka", "Enable audible notifications for this session": "Aktiver høyrbare varslingar for denne økta", "Custom theme URL": "Tilpassa tema-URL", @@ -826,12 +815,10 @@ "Command Help": "Kommandohjelp", "To help us prevent this in future, please send us logs.": "For å bistå med å forhindre dette i framtida, gjerne send oss loggar.", "%(creator)s created and configured the room.": "%(creator)s oppretta og konfiguerte dette rommet.", - "View": "Vis", "Jump to first unread room.": "Hopp til fyrste uleste rom.", "Jump to first invite.": "Hopp til fyrste invitasjon.", "Unable to set up secret storage": "Oppsett av hemmeleg lager feila", "Toggle microphone mute": "Slå av/på demping av mikrofon", - "Confirm": "Stadfest", "Confirm adding email": "Stadfest at du ynskjer å legga til e-postadressa", "Click the button below to confirm adding this email address.": "Trykk på knappen under for å stadfesta at du ynskjer å legga til denne e-postadressa.", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Stadfest dette telefonnummeret for å bruka Single-sign-on for å bevisa identiteten din.", @@ -869,7 +856,6 @@ "wait and try again later": "vent og prøv om att seinare", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin Security Disclosure Policy.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Tenaradministratoren din har deaktivert ende-til-ende kryptering som standard i direktemeldingar og private rom.", - "Reset": "Nullstill", "Set a new custom sound": "Set ein ny tilpassa lyd", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "Når kryptering er aktivert for eit rom, kan ein ikkje deaktivere det. Meldingar som blir sende i eit kryptert rom kan ikkje bli lesne av tenaren, men berre av deltakarane i rommet. Aktivering av kryptering kan hindre mange botar og bruer frå å fungera på rett måte. Les meir om kryptering her.", "Encrypted": "Kryptert", @@ -880,7 +866,6 @@ "Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.", "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.", "This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.", - "Join": "Bli med", "Matrix": "Matrix", "Add a new server": "Legg til ein ny tenar", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.", @@ -996,7 +981,6 @@ "Change identity server": "Endre identitetstenar", "Not a valid identity server (status code %(code)s)": "Ikkje ein gyldig identietstenar (statuskode %(code)s)", "Identity server URL must be HTTPS": "URL for identitetstenar må vera HTTPS", - "Share": "Del", "Review to ensure your account is safe": "Undersøk dette for å gjere kontoen trygg", "Review": "Undersøk", "Results are only revealed when you end the poll": "Resultatet blir synleg når du avsluttar røystinga", @@ -1011,7 +995,6 @@ "Autoplay GIFs": "Spel av GIF-ar automatisk", "Expand map": "Utvid kart", "Expand quotes": "Utvid sitat", - "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", "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.", @@ -1083,7 +1066,6 @@ "create": "Lag", "decline": "Sei nei", "edit": "Gjer om", - "enable": "Aktiver", "invite": "Inviter", "invites_list": "Invitasjonar", "leave": "Forlat", @@ -1095,6 +1077,23 @@ "retry": "Prøv om att", "save": "Lagra", "start_chat": "Start samtale", - "view_source": "Sjå Kjelda" + "view_source": "Sjå Kjelda", + "reject": "Avslå", + "confirm": "Stadfest", + "dismiss": "Avvis", + "trust": "Tillat", + "cancel": "Bryt av", + "join": "Bli med", + "close": "Lukk", + "accept": "Sei ja", + "upgrade": "Oppgrader", + "update": "Oppdatering", + "upload": "Last opp", + "reset": "Nullstill", + "share": "Del", + "skip": "Hopp over", + "logout": "Logg ut", + "view": "Vis", + "expand": "Utvid" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index d5f5a75374b..6aefc320035 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -32,7 +32,6 @@ "Start chatting": "Començar de charrar", "Do you want to join %(roomName)s?": "Volètz rejonher %(roomName)s ?", " invited you": " vos convidèt", - "Reject": "Regetar", "Reject & Ignore user": "Regetar e ignorar", "%(roomName)s does not exist.": "%(roomName)s existís pas.", "Options": "Opcions", @@ -41,10 +40,7 @@ "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", - "Confirm": "Confirmar", - "Dismiss": "Refusar", "Go Back": "En arrièr", - "Cancel": "Anullar", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -66,7 +62,6 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", - "Trust": "Aprovacion", "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", @@ -83,14 +78,9 @@ "Dark": "Escur", "Review": "Reveire", "Notifications": "Notificacions", - "Close": "Tampar", "Ok": "Validar", "Set up": "Parametrar", - "Upgrade": "Metre a jorn", - "Verify": "Verificar", - "Update": "Mesa a jorn", "Font size": "Talha de poliça", - "Accept": "Acceptar", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -110,7 +100,6 @@ "Headphones": "Escotadors", "Folder": "Dorsièr", "Pin": "Penjar", - "Upload": "Enviar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -148,7 +137,6 @@ "Camera": "Aparelh de fotografiar", "Bridges": "Bridges", "Sounds": "Sons", - "Reset": "Recomençar", "Browse": "Percórrer", "Unban": "Reabilitar", "Permissions": "Permissions", @@ -156,7 +144,6 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", - "Share": "Partiment", "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", @@ -203,7 +190,6 @@ "Categories": "Categorias", "Cancel search": "Anullar la recèrca", "More options": "Autras opcions", - "Join": "Jónher", "Rotate Left": "Pivotar cap a èrra", "Rotate Right": "Pivotar cap a drecha", "Matrix": "Matritz", @@ -223,7 +209,6 @@ "Session name": "Nom de session", "Refresh": "Actualizada", "Email address": "Adreça de corrièl", - "Skip": "Ignorar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", @@ -240,8 +225,6 @@ "Register": "S'enregistrar", "Description": "descripcion", "Unknown error": "Error desconeguda", - "Logout": "Desconnexion", - "View": "Visualizacion", "Search failed": "La recèrca a fracassat", "Room": "Sala", "Feedback": "Comentaris", @@ -291,7 +274,6 @@ "create": "Crear", "disable": "Desactivar", "edit": "Editar", - "enable": "Activar", "invite": "Convidar", "invites_list": "Convits", "leave": "Quitar", @@ -304,6 +286,23 @@ "start": "Començament", "start_chat": "Començar una discussion", "view_source": "Veire la font", - "yes": "Òc" + "yes": "Òc", + "reject": "Regetar", + "confirm": "Confirmar", + "dismiss": "Refusar", + "trust": "Aprovacion", + "cancel": "Anullar", + "join": "Jónher", + "close": "Tampar", + "accept": "Acceptar", + "upgrade": "Metre a jorn", + "verify": "Verificar", + "update": "Mesa a jorn", + "upload": "Enviar", + "reset": "Recomençar", + "share": "Partiment", + "skip": "Ignorar", + "logout": "Desconnexion", + "view": "Visualizacion" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 2689945401d..fe80f9c5146 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1,5 +1,4 @@ { - "Skip": "Pomiń", "This will allow you to reset your password and receive notifications.": "To pozwoli Ci zresetować Twoje hasło i otrzymać powiadomienia.", "Your browser does not support the required cryptography extensions": "Twoja przeglądarka nie wspiera wymaganych rozszerzeń kryptograficznych", "Something went wrong!": "Coś poszło nie tak!", @@ -8,7 +7,6 @@ "Options": "Opcje", "New Password": "Nowe hasło", "Create new room": "Utwórz nowy pokój", - "Cancel": "Anuluj", "Room": "Pokój", "Jan": "Sty", "Feb": "Lut", @@ -34,7 +32,6 @@ "Users": "Użytkownicy", "Usage": "Użycie", "Unban": "Odbanuj", - "Accept": "Akceptuj", "Account": "Konto", "Add": "Dodaj", "Microphone": "Mikrofon", @@ -43,7 +40,6 @@ "Attachment": "Załącznik", "Banned users": "Zbanowani użytkownicy", "Change Password": "Zmień Hasło", - "Close": "Zamknij", "Confirm password": "Potwierdź hasło", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", @@ -51,7 +47,6 @@ "Operation failed": "Operacja nie udała się", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", - "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", "powered by Matrix": "napędzany przez Matrix", @@ -134,7 +129,6 @@ "Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.", "Labs": "Laboratoria", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich zaproszenia.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich dołączenia.", @@ -304,7 +298,6 @@ "Notification targets": "Cele powiadomień", "Today": "Dzisiaj", "Friday": "Piątek", - "Update": "Zaktualizuj", "What's New": "Co nowego", "On": "Włącz", "Changelog": "Dziennik zmian", @@ -326,7 +319,6 @@ "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowuję do wysłania dzienników", "Saturday": "Sobota", - "Reject": "Odrzuć", "Monday": "Poniedziałek", "Toolbox": "Przybornik", "Collecting logs": "Zbieranie dzienników", @@ -792,7 +784,6 @@ "Changes the avatar of the current room": "Zmienia awatar dla obecnego pokoju", "Use an identity server": "Użyj serwera tożsamości", "Show previews/thumbnails for images": "Pokaż podgląd/miniatury obrazów", - "Trust": "Zaufaj", "Custom (%(level)s)": "Własny (%(level)s)", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Użyj serwera tożsamości, by zaprosić z użyciem adresu e-mail. Kliknij dalej, żeby użyć domyślnego serwera tożsamości (%(defaultIdentityServerName)s), lub zmień w Ustawieniach.", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, by zaprosić za pomocą adresu e-mail. Zarządzaj w ustawieniach.", @@ -853,9 +844,7 @@ "one": "1 nieprzeczytana wiadomość." }, "Unread messages.": "Nieprzeczytane wiadomości.", - "Join": "Dołącz", "%(creator)s created and configured the room.": "%(creator)s stworzył i skonfigurował pokój.", - "View": "Wyświetl", "Missing media permissions, click the button below to request.": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)snie wykonało zmian %(count)s razy", @@ -872,7 +861,6 @@ "Match system theme": "Dopasuj do motywu systemowego", "They match": "Pasują do siebie", "They don't match": "Nie pasują do siebie", - "Upload": "Prześlij", "Remove recent messages": "Usuń ostatnie wiadomości", "Rotate Left": "Obróć w lewo", "Rotate Right": "Obróć w prawo", @@ -896,7 +884,6 @@ "Ignored users": "Zignorowani użytkownicy", "⚠ These settings are meant for advanced users.": "⚠ Te ustawienia są przeznaczone dla zaawansowanych użytkowników.", "Subscribe": "Subskrybuj", - "Reset": "Resetuj", "Local address": "Lokalny adres", "Published Addresses": "Opublikowane adresy", "Local Addresses": "Lokalne adresy", @@ -916,7 +903,6 @@ "Enter": "Enter", "Space": "Przestrzeń", "End": "End", - "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ć.", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", @@ -959,7 +945,6 @@ "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", - "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { "other": "%(count)s zweryfikowanych sesji", @@ -973,7 +958,6 @@ "Hide sessions": "Ukryj sesje", "Integrations are disabled": "Integracje są wyłączone", "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", - "Upgrade": "Ulepsz", "Manage": "Zarządzaj", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", @@ -1010,7 +994,6 @@ "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", "Support adding custom themes": "Obsługa dodawania niestandardowych motywów", - "Share": "Udostępnij", "Bold": "Pogrubienie", "Italics": "Kursywa", "Strikethrough": "Przekreślenie", @@ -1817,7 +1800,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Udostępnij anonimowe dane, aby pomóc nam zidentyfikować problemy. Nic osobistego. Żadnych podmiotów zewnętrznych. Dowiedz się więcej", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Wcześniej wyraziłeś zgodę na udostępnianie zanonimizowanych danych z nami. Teraz aktualizujemy jak to działa.", "Help improve %(analyticsOwner)s": "Pomóż poprawić %(analyticsOwner)s", - "Stop": "Stop", "That's fine": "To jest w porządku", "File Attached": "Plik załączony", "Exported %(count)s events in %(seconds)s seconds": { @@ -2114,8 +2096,6 @@ "Invite people": "Zaproś ludzi", "Share invite link": "Udostępnij link zaproszenia", "Click to copy": "Kliknij aby skopiować", - "Collapse": "Zwiń", - "Expand": "Rozwiń", "Show all rooms": "Pokaż wszystkie pokoje", "You can change these anytime.": "Możesz to zmienić w każdej chwili.", "Add some details to help people recognise it.": "Dodaj trochę szczegółów, aby ludzie mogli ją łatwo rozpoznać.", @@ -2132,7 +2112,6 @@ "e.g. my-space": "np. moja-przestrzen", "Please enter a name for the space": "Podaj nazwę dla przestrzeni", "Search %(spaceName)s": "Przeszukaj %(spaceName)s", - "Delete": "Usuń", "Delete avatar": "Usuń awatar", "Space selection": "Wybór przestrzeni", "Match system": "Dopasuj do systemu", @@ -2157,7 +2136,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Oczekiwanie na zweryfikowanie przez ciebie twojego innego urządzenia, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Zweryfikuj to urządzenie, upewniając się że poniższy numer wyświetlony jest na jego ekranie.", "Confirm the emoji below are displayed on both devices, in the same order:": "Potwierdź że poniższe emotikony są wyświetlane na obu urządzeniach, w tej samej kolejności:", - "Call": "Zadzwoń", "%(name)s on hold": "%(name)s na linii", "More": "Więcej", "Show sidebar": "Pokaż pasek boczny", @@ -2371,7 +2349,6 @@ "Use your account to continue.": "Użyj swojego konta, aby kontynuować.", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.", "%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową", - "Reload": "Przeładuj", "Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta", "No identity access token found": "Nie znaleziono tokena dostępu tożsamości", "Identity server not set": "Serwer tożsamości nie jest ustawiony", @@ -2489,7 +2466,6 @@ "Set a new account password…": "Ustaw nowe hasło użytkownika…", "Error changing password": "Wystąpił błąd podczas zmiany hasła", "New version available. Update now.": "Nowa wersja dostępna. Aktualizuj teraz.", - "Apply": "Zastosuj", "Search users in this room…": "Szukaj użytkowników w tym pokoju…", "Saving…": "Zapisywanie…", "Creating…": "Tworzenie…", @@ -3932,7 +3908,6 @@ "disable": "Wyłącz", "done": "Gotowe", "edit": "Edytuj", - "enable": "Włącz", "forgot_password": "Nie pamiętasz hasła?", "forward": "Przekaż", "invite": "Zaproś", @@ -3953,9 +3928,33 @@ "start": "Rozpocznij", "start_chat": "Rozpocznij rozmowę", "view_source": "Wyświetl źródło", - "yes": "Tak" + "yes": "Tak", + "reject": "Odrzuć", + "confirm": "Potwierdź", + "dismiss": "Pomiń", + "trust": "Zaufaj", + "reload": "Przeładuj", + "cancel": "Anuluj", + "stop": "Stop", + "join": "Dołącz", + "close": "Zamknij", + "accept": "Akceptuj", + "upgrade": "Ulepsz", + "verify": "Weryfikuj", + "update": "Zaktualizuj", + "call": "Zadzwoń", + "delete": "Usuń", + "upload": "Prześlij", + "collapse": "Zwiń", + "apply": "Zastosuj", + "reset": "Resetuj", + "share": "Udostępnij", + "skip": "Pomiń", + "logout": "Wyloguj", + "view": "Wyświetl", + "expand": "Rozwiń" }, "a11y": { "user_menu": "Menu użytkownika" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index fcad528ca7a..84f8ef1eaca 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -34,7 +34,6 @@ "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", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "Name": "Nome", @@ -164,7 +163,6 @@ "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.", "Room": "Sala", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -195,7 +193,6 @@ "Incorrect password": "Palavra-passe incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Descartar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "potenciado por Matrix", @@ -247,13 +244,11 @@ "Start authentication": "Iniciar autenticação", "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", "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)", - "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", @@ -272,7 +267,6 @@ "Authentication check failed: incorrect password?": "Erro de autenticação: palavra-passe incorreta?", "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", "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", @@ -293,7 +287,6 @@ "Notification targets": "Alvos de notificação", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Histórico de alterações", @@ -315,7 +308,6 @@ "Developer Tools": "Ferramentas de desenvolvedor", "Unnamed room": "Sala sem nome", "Saturday": "Sábado", - "Reject": "Rejeitar", "Monday": "Segunda-feira", "Collecting logs": "A recolher logs", "Invite to this room": "Convidar para esta sala", @@ -352,7 +344,6 @@ "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", "Comment": "Comente", - "Confirm": "Confirmar", "Use Single Sign On to continue": "Use Single Sign On para continuar", "Identity server not set": "Servidor de identidade não definido", "No identity access token found": "Nenhum token de identidade de acesso encontrado", @@ -384,7 +375,6 @@ "%(minutes)sm %(seconds)ss left": "%(minutes)sm %(seconds)ss restantes", "Only continue if you trust the owner of the server.": "Continue apenas se confia no dono do servidor.", "User Busy": "Utilizador ocupado", - "Trust": "Confiar", "The user you called is busy.": "O utilizador para o qual tentou ligar está ocupado.", "The call was answered on another device.": "A chamada foi atendida noutro dispositivo.", "Unable to access microphone": "Não é possível aceder ao microfone", @@ -409,7 +399,6 @@ "You cannot place calls in this browser.": "Não pode fazer chamadas neste navegador.", "Database unexpectedly closed": "Base de dados fechada inesperadamente", "User is not logged in": "Utilizador não tem sessão iniciada", - "Reload": "Recarregar", "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", @@ -767,6 +756,17 @@ "remove": "Remover", "save": "Salvar", "start_chat": "Iniciar conversa", - "view_source": "Ver a fonte" + "view_source": "Ver a fonte", + "reject": "Rejeitar", + "confirm": "Confirmar", + "dismiss": "Descartar", + "trust": "Confiar", + "reload": "Recarregar", + "cancel": "Cancelar", + "close": "Fechar", + "accept": "Aceitar", + "update": "Atualizar", + "skip": "Saltar", + "logout": "Sair" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 55fc2d5c4fb..3b1164e099a 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -34,7 +34,6 @@ "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", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "Name": "Nome", @@ -164,7 +163,6 @@ "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.", "Room": "Sala", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -195,7 +193,6 @@ "Incorrect password": "Senha incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Dispensar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "oferecido por Matrix", @@ -241,10 +238,8 @@ "Create new room": "Criar nova sala", "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", "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.", @@ -260,7 +255,6 @@ "Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?", "Do you want to set an email address?": "Você deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações.", - "Skip": "Pular", "Restricted": "Restrito", "You are not in this room.": "Você não está nesta sala.", "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", @@ -424,7 +418,6 @@ "Notification targets": "Aparelhos notificados", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Registro de alterações", @@ -444,7 +437,6 @@ "Search…": "Buscar…", "Developer Tools": "Ferramentas do desenvolvedor", "Saturday": "Sábado", - "Reject": "Recusar", "Monday": "Segunda-feira", "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", @@ -766,7 +758,6 @@ "Single Sign On": "Autenticação Única", "Confirm adding email": "Confirmar a inclusão de e-mail", "Click the button below to confirm adding this email address.": "Clique no botão abaixo para confirmar a adição deste endereço de e-mail.", - "Confirm": "Confirmar", "Add Email Address": "Adicionar endereço de e-mail", "Confirm adding phone number": "Confirmar adição de número de telefone", "Add Phone Number": "Adicionar número de telefone", @@ -781,7 +772,6 @@ "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", "Only continue if you trust the owner of the server.": "Continue apenas se você confia em quem possui este servidor.", - "Trust": "Confiança", "%(name)s is requesting verification": "%(name)s está solicitando confirmação", "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", @@ -893,8 +883,6 @@ "Ok": "Ok", "Encryption upgrade available": "Atualização de criptografia disponível", "Verify this session": "Confirmar esta sessão", - "Upgrade": "Atualizar", - "Verify": "Confirmar", "Other users may not trust it": "Outras(os) usuárias(os) podem não confiar nela", "New login. Was this you?": "Novo login. Foi você?", "Guest": "Convidada(o)", @@ -940,7 +928,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para sua segurança, faça isso pessoalmente ou use uma forma confiável de comunicação.", "Lock": "Cadeado", "Accept to continue:": "Aceitar para continuar:", - "Upload": "Enviar", "This bridge was provisioned by .": "Esta integração foi disponibilizada por .", "This bridge is managed by .": "Esta integração é desenvolvida por .", "Show less": "Mostrar menos", @@ -1105,7 +1092,6 @@ "Widget added by": "Widget adicionado por", "This widget may use cookies.": "Este widget pode usar cookies.", "More options": "Mais opções", - "Join": "Entrar", "Rotate Left": "Girar para a esquerda", "Rotate Right": "Girar para a direita", "Language Dropdown": "Menu suspenso de idiomas", @@ -1341,7 +1327,6 @@ "Notify everyone": "Notificar todos", "Your email address hasn't been verified yet": "Seu endereço de e-mail ainda não foi confirmado", "Revoke": "Revogar", - "Share": "Compartilhar", "Unable to revoke sharing for phone number": "Não foi possível revogar o compartilhamento do número de celular", "Unable to share phone number": "Não foi possível compartilhar o número de celular", "Please enter verification code sent via text.": "Digite o código de confirmação enviado por mensagem de texto.", @@ -1463,7 +1448,6 @@ "Password is allowed, but unsafe": "Esta senha é permitida, mas não é segura", "Sign in with SSO": "Faça login com SSO (Login Único)", "Couldn't load page": "Não foi possível carregar a página", - "View": "Ver", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala.", "one": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala." @@ -1604,7 +1588,6 @@ "You can also set up Secure Backup & manage your keys in Settings.": "Você também pode configurar o Backup online & configurar as suas senhas nas Configurações.", "Cross-signing is ready for use.": "A autoverificação está pronta para uso.", "Cross-signing is not set up.": "A autoverificação não está configurada.", - "Reset": "Redefinir", "not found in storage": "não encontrado no armazenamento", "Master private key:": "Chave privada principal:", "Failed to save your profile": "Houve uma falha ao salvar o seu perfil", @@ -2164,7 +2147,6 @@ "Welcome to ": "Boas-vindas ao ", "Private": "Privado", "Public": "Público", - "Delete": "Excluir", "This homeserver has been blocked by its administrator.": "Este servidor local foi bloqueado pelo seu administrador.", "You're already in a call with this person.": "Você já está em uma chamada com essa pessoa.", "Failed to create initial space rooms": "Falha ao criar salas de espaço iniciais", @@ -2262,8 +2244,6 @@ "Keyword": "Palavra-chave", "Error saving notification preferences": "Erro ao salvar as preferências de notificações", "Messages containing keywords": "Mensagens contendo palavras-chave", - "Collapse": "Colapsar", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espaços públicos.", "Preview Space": "Previsualizar o Espaço", "Visibility": "Visibilidade", @@ -2464,7 +2444,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Compartilhe dados anônimos para nos ajudar a identificar problemas. Nada pessoal. Sem terceiros. Saiba mais", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Você consentiu anteriormente em compartilhar dados de uso anônimos conosco. Estamos atualizando como isso funciona.", "Help improve %(analyticsOwner)s": "Ajude a melhorar %(analyticsOwner)s", - "Stop": "Pare", "That's fine": "Isso é bom", "Current Timeline": "Linha do tempo atual", "Specify a number of messages": "Especifique um número de mensagens", @@ -2874,7 +2853,6 @@ "disable": "Desativar", "done": "Fechar", "edit": "Editar", - "enable": "Ativar", "forgot_password": "Esqueceu a senha?", "invite": "Convidar", "invites_list": "Convidar", @@ -2894,9 +2872,30 @@ "start": "Iniciar", "start_chat": "Iniciar conversa", "view_source": "Ver código-fonte", - "yes": "Sim" + "yes": "Sim", + "reject": "Recusar", + "confirm": "Confirmar", + "dismiss": "Dispensar", + "trust": "Confiança", + "cancel": "Cancelar", + "stop": "Pare", + "join": "Entrar", + "close": "Fechar", + "accept": "Aceitar", + "upgrade": "Atualizar", + "verify": "Confirmar", + "update": "Atualizar", + "delete": "Excluir", + "upload": "Enviar", + "collapse": "Colapsar", + "reset": "Redefinir", + "share": "Compartilhar", + "skip": "Pular", + "logout": "Sair", + "view": "Ver", + "expand": "Expandir" }, "a11y": { "user_menu": "Menu do usuário" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 0668f9a90c9..8b219646208 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -39,7 +39,6 @@ "Explore rooms": "Explorează camerele", "Sign In": "Autentificare", "Create Account": "Înregistare", - "Dismiss": "Închide", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", "No other application is using the webcam": "Nicio altă aplicație nu folosește camera web", @@ -62,7 +61,6 @@ "Confirm adding phone number": "Confirmați adăugarea numărului de telefon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirmați adăugarea acestui număr de telefon utilizând Single Sign On pentru a vă dovedi identitatea.", "Add Email Address": "Adăugați o adresă de e-mail", - "Confirm": "Confirmă", "Click the button below to confirm adding this email address.": "Faceți clic pe butonul de mai jos pentru a confirma adăugarea acestei adrese de e-mail.", "Confirm adding email": "Confirmați adăugarea e-mailului", "Single Sign On": "Single Sign On", @@ -73,6 +71,8 @@ "error": "Eroare" }, "action": { - "ok": "OK" + "ok": "OK", + "confirm": "Confirmă", + "dismiss": "Închide" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 4fe4937ed8c..3ab9be54a2d 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -30,7 +30,6 @@ "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", "Labs": "Лаборатория", - "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", "Name": "Название", @@ -156,9 +155,7 @@ "You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s", "Room": "Комната", - "Cancel": "Отмена", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.", - "Dismiss": "Закрыть", "Operation failed": "Сбой операции", "powered by Matrix": "основано на Matrix", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Отображать время в 12-часовом формате (напр. 2:30 ПП)", @@ -241,9 +238,7 @@ "New Password": "Новый пароль", "Something went wrong!": "Что-то пошло не так!", "Home": "Главная", - "Accept": "Принять", "Admin Tools": "Инструменты администратора", - "Close": "Закрыть", "No display name": "Нет отображаемого имени", "Start authentication": "Начать аутентификацию", "(~%(count)s results)": { @@ -260,7 +255,6 @@ "Authentication check failed: incorrect password?": "Ошибка аутентификации: возможно, неправильный пароль?", "Do you want to set an email address?": "Хотите указать email?", "This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.", - "Skip": "Пропустить", "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", @@ -429,7 +423,6 @@ "Notification targets": "Устройства для уведомлений", "Today": "Сегодня", "Friday": "Пятница", - "Update": "Обновить", "What's New": "Что изменилось", "On": "Включить", "Changelog": "История изменений", @@ -451,7 +444,6 @@ "Developer Tools": "Инструменты разработчика", "Preparing to send logs": "Подготовка к отправке журналов", "Saturday": "Суббота", - "Reject": "Отклонить", "Monday": "Понедельник", "Toolbox": "Панель инструментов", "Collecting logs": "Сбор журналов", @@ -617,7 +609,6 @@ "Room Topic": "Тема комнаты", "This room is a continuation of another conversation.": "Эта комната является продолжением другого разговора.", "Click here to see older messages.": "Нажмите, чтобы увидеть старые сообщения.", - "Join": "Войти", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. обратитесь к администратору службы, чтобы продолжить использование службы.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. обратитесь к администратору службы, чтобы продолжить использование службы.", "Prompt before sending invites to potentially invalid matrix IDs": "Подтверждать отправку приглашений на потенциально недействительные matrix ID", @@ -643,7 +634,6 @@ "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", - "Confirm": "Подтвердить", "Other": "Другие", "Go to Settings": "Перейти в настройки", "Set up Secure Messages": "Настроить безопасные сообщения", @@ -838,7 +828,6 @@ "Your browser likely removed this data when running low on disk space.": "Вероятно, ваш браузер удалил эти данные, когда на дисковом пространстве оставалось мало места.", "Upload files (%(current)s of %(total)s)": "Загрузка файлов (%(current)s из %(total)s)", "Upload files": "Загрузка файлов", - "Upload": "Загрузить", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Этот файл слишком большой для загрузки. Лимит размера файла составляет %(limit)s но этот файл %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Эти файлы слишком большие для загрузки. Лимит размера файла составляет %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Некоторые файлы имеют слишком большой размер, чтобы их можно было загрузить. Лимит размера файла составляет %(limit)s.", @@ -895,7 +884,6 @@ "Uploaded sound": "Загруженный звук", "Sounds": "Звук", "Notification sound": "Звук уведомления", - "Reset": "Сброс", "Set a new custom sound": "Установка нового пользовательского звука", "Browse": "Просматривать", "Go back to set it again.": "Задать другой пароль.", @@ -1013,7 +1001,6 @@ "Verify the link in your inbox": "Проверьте ссылку в вашем почтовом ящике(папка \"Входящие\")", "Complete": "Выполнено", "Revoke": "Отмена", - "Share": "Поделиться", "Discovery options will appear once you have added an email above.": "Параметры поиска по электронной почты появятся после добавления её выше.", "Unable to revoke sharing for phone number": "Не удалось отменить общий доступ к номеру телефона", "Unable to share phone number": "Не удается предоставить общий доступ к номеру телефона", @@ -1072,7 +1059,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.": "Отчет о данном сообщении отправит свой уникальный 'event ID' администратору вашего домашнего сервера. Если сообщения в этой комнате зашифрованы, администратор вашего домашнего сервера не сможет прочитать текст сообщения или просмотреть какие-либо файлы или изображения.", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Отсутствует Капча открытого ключа в конфигурации домашнего сервера. Пожалуйста, сообщите об этом администратору вашего домашнего сервера.", "%(creator)s created and configured the room.": "%(creator)s создал(а) и настроил(а) комнату.", - "View": "Просмотр", "Explore rooms": "Обзор комнат", "Command Autocomplete": "Автозаполнение команды", "Emoji Autocomplete": "Автодополнение смайлов", @@ -1093,7 +1079,6 @@ "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", "Jump to first invite.": "Перейти к первому приглашению.", - "Trust": "Доверие", "Unread messages.": "Непрочитанные сообщения.", "Message Actions": "Сообщение действий", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Это действие требует по умолчанию доступа к серверу идентификации для подтверждения адреса электронной почты или номера телефона, но у сервера нет никакого пользовательского соглашения.", @@ -1164,8 +1149,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Чтобы быть в безопасности, делайте это лично или используйте надежный способ связи.", "Lock": "Заблокировать", "Other users may not trust it": "Другие пользователи могут не доверять этому сеансу", - "Upgrade": "Обновление", - "Verify": "Заверить", "Later": "Позже", "Review": "Обзор", "This bridge was provisioned by .": "Этот мост был подготовлен пользователем .", @@ -2207,7 +2190,6 @@ "Open space for anyone, best for communities": "Открытое пространство для всех, лучший вариант для сообществ", "Public": "Публичное", "Create a space": "Создать пространство", - "Delete": "Удалить", "Jump to the bottom of the timeline when you send a message": "Перейти к нижней части временной шкалы, когда вы отправляете сообщение", "This homeserver has been blocked by its administrator.": "Доступ к этому домашнему серверу заблокирован вашим администратором.", "You're already in a call with this person.": "Вы уже разговариваете с этим человеком.", @@ -2480,8 +2462,6 @@ "Error saving notification preferences": "Ошибка при сохранении настроек уведомлений", "Messages containing keywords": "Сообщения с ключевыми словами", "Message search initialisation failed": "Инициализация поиска сообщений не удалась", - "Collapse": "Свернуть", - "Expand": "Развернуть", "Recommended for public spaces.": "Рекомендуется для публичных пространств.", "Allow people to preview your space before they join.": "Дайте людям возможность предварительно ознакомиться с вашим пространством, прежде чем они присоединятся к нему.", "Preview Space": "Предварительный просмотр пространства", @@ -2593,7 +2573,6 @@ "Format": "Формат", "Export Chat": "Экспорт чата", "Exporting your data": "Экспорт ваших данных", - "Stop": "Стоп", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Вы уверены, что хотите прекратить экспорт данных? Если да, то вам придется начать все сначала.", "Your export was successful. Find it in your Downloads folder.": "Ваш экспорт звершен. Найдите его в папке \"Загрузки\".", "The export was cancelled successfully": "Экспорт был отменен", @@ -2903,7 +2882,6 @@ "Verify this device by confirming the following number appears on its screen.": "Проверьте это устройство, убедившись, что на его экране отображается следующее число.", "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Ожидает проверки на другом устройстве, %(deviceName)s (%(deviceId)s)…", "Confirm the emoji below are displayed on both devices, in the same order:": "Убедитесь, что приведённые ниже смайлики отображаются в обоих сеансах в одинаковом порядке:", - "Call": "Вызов", "Dial": "Набор", "sends rainfall": "отправляет дождь", "Sends the given message with rainfall": "Отправляет заданное сообщение с дождём", @@ -3482,7 +3460,6 @@ "You have unverified sessions": "У вас есть незаверенные сеансы", "Rich text editor": "Наглядный текстовый редактор", "Search users in this room…": "Поиск пользователей в этой комнате…", - "Apply": "Применить", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", "%(senderName)s ended a voice broadcast": "%(senderName)s завершил(а) голосовую трансляцию", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", @@ -3639,7 +3616,6 @@ "disable": "Отключить", "done": "Готово", "edit": "Изменить", - "enable": "Разрешить", "forgot_password": "Забыли пароль?", "forward": "Переслать", "invite": "Пригласить", @@ -3660,9 +3636,32 @@ "start": "Начать", "start_chat": "Отправить личное сообщение", "view_source": "Исходный код", - "yes": "Да" + "yes": "Да", + "reject": "Отклонить", + "confirm": "Подтвердить", + "dismiss": "Закрыть", + "trust": "Доверие", + "cancel": "Отмена", + "stop": "Стоп", + "join": "Войти", + "close": "Закрыть", + "accept": "Принять", + "upgrade": "Обновление", + "verify": "Заверить", + "update": "Обновить", + "call": "Вызов", + "delete": "Удалить", + "upload": "Загрузить", + "collapse": "Свернуть", + "apply": "Применить", + "reset": "Сброс", + "share": "Поделиться", + "skip": "Пропустить", + "logout": "Выйти", + "view": "Просмотр", + "expand": "Развернуть" }, "a11y": { "user_menu": "Меню пользователя" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 5b9031fc059..9052cd65cb6 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -3,10 +3,12 @@ "This phone number is already in use": "මෙම දුරකථන අංකය දැනටමත් භාවිතයේ පවතී", "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", - "Confirm": "තහවුරු කරන්න", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", "Sign In": "පිවිසෙන්න", - "Dismiss": "ඉවතලන්න", "Explore rooms": "කාමර බලන්න", - "Create Account": "ගිණුමක් සාදන්න" + "Create Account": "ගිණුමක් සාදන්න", + "action": { + "confirm": "තහවුරු කරන්න", + "dismiss": "ඉවතලන්න" + } } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index f8d9642e6b5..5f375a37ec6 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?", - "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", @@ -159,9 +158,7 @@ "Members only (since they joined)": "Len členovia (odkedy vstúpili)", "Permissions": "Povolenia", "Advanced": "Pokročilé", - "Cancel": "Zrušiť", "Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.", - "Close": "Zavrieť", "not specified": "nezadané", "This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy", "You have disabled URL previews by default.": "Predvolene máte zakázané náhľady URL adries.", @@ -180,7 +177,6 @@ "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", "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?": "Budete presmerovaní na stránku tretej strany, aby ste mohli overiť svoj účet na použitie s %(integrationsUrl)s. Chcete pokračovať?", - "Dismiss": "Zamietnuť", "Token incorrect": "Neplatný token", "A text message has been sent to %(msisdn)s": "Na číslo %(msisdn)s bola odoslaná textová správa", "Please enter the code it contains:": "Prosím, zadajte kód z tejto správy:", @@ -299,7 +295,6 @@ "Unable to add email address": "Nie je možné pridať emailovú adresu", "Unable to verify email address.": "Nie je možné overiť emailovú adresu.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnoviť si heslo a prijímať oznámenia emailom.", - "Skip": "Preskočiť", "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", @@ -310,7 +305,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Ste si istí, že chcete opustiť miestnosť '%(roomName)s'?", "Signed Out": "Ste odhlásení", "For security, this session has been signed out. Please sign in again.": "Z bezpečnostných dôvodov bola táto relácia odhlásená. Prosím, prihláste sa znova.", - "Logout": "Odhlásiť sa", "Connectivity to the server has been lost.": "Spojenie so serverom bolo prerušené.", "Sent messages will be stored until your connection has returned.": "Odoslané správy ostanú uložené, kým sa spojenie nenadviaže znovu.", "You seem to be uploading files, are you sure you want to quit?": "Zdá sa, že práve nahrávate súbory, ste si istí, že chcete skončiť?", @@ -428,7 +422,6 @@ "Notification targets": "Ciele oznámení", "Today": "Dnes", "Friday": "Piatok", - "Update": "Aktualizovať", "On": "Povolené", "Changelog": "Zoznam zmien", "Waiting for response from server": "Čakanie na odpoveď zo servera", @@ -448,7 +441,6 @@ "Event sent!": "Udalosť odoslaná!", "Preparing to send logs": "príprava odoslania záznamov", "Saturday": "Sobota", - "Reject": "Odmietnuť", "Monday": "Pondelok", "Toolbox": "Nástroje", "Collecting logs": "Získavajú sa záznamy", @@ -779,7 +771,6 @@ "Room avatar": "Obrázok miestnosti", "Room Name": "Názov miestnosti", "Room Topic": "Téma miestnosti", - "Join": "Vstúpiť", "Power level": "Úroveň oprávnenia", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.", "Incoming Verification Request": "Prichádzajúca žiadosť o overenie", @@ -794,7 +785,6 @@ "Change": "Zmeniť", "Email (optional)": "Email (nepovinné)", "Phone (optional)": "Telefón (nepovinné)", - "Confirm": "Potvrdiť", "Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma", "Other": "Ďalšie", "Couldn't load page": "Nie je možné načítať stránku", @@ -845,7 +835,6 @@ "Add Email Address": "Pridať emailovú adresu", "Add Phone Number": "Pridať telefónne číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Táto akcia vyžaduje prístup k predvolenému serveru totožností na overenie emailovej adresy alebo telefónneho čísla, ale server nemá žiadne podmienky používania.", - "Trust": "Dôverovať", "Custom (%(level)s)": "Vlastný (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Odošle správu ako obyčajný text bez interpretácie ako markdown", "You do not have the required permissions to use this command.": "Na použitie tohoto príkazu nemáte dostatočné povolenia.", @@ -881,7 +870,6 @@ "Show previews/thumbnails for images": "Zobrazovať ukážky/náhľady obrázkov", "My Ban List": "Môj zoznam zákazov", "This is your list of users/servers you have blocked - don't leave the room!": "Toto je zoznam používateľov / serverov, ktorých ste zablokovali - neopúšťajte miestnosť!", - "Upload": "Nahrať", "Cross-signing public keys:": "Verejné kľúče krížového podpisovania:", "not found": "nenájdené", "Cross-signing private keys:": "Súkromné kľúče krížového podpisovania:", @@ -1029,8 +1017,6 @@ "Verify by emoji": "Overiť pomocou emotikonov", "Review": "Skontrolovať", "Later": "Neskôr", - "Upgrade": "Aktualizovať", - "Verify": "Overiť", "Other users may not trust it": "Ostatní používatelia jej nemusia dôverovať", "This bridge was provisioned by .": "Toto premostenie poskytuje .", "Joins room with given address": "Pridať sa do miestnosti s danou adresou", @@ -1134,7 +1120,6 @@ "Uploaded sound": "Nahratý zvuk", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámenia", - "Reset": "Obnoviť predvolené", "Set a new custom sound": "Nastaviť vlastný zvuk", "Browse": "Prechádzať", "Upgrade the room": "Aktualizovať miestnosť", @@ -1151,7 +1136,6 @@ "Verify the link in your inbox": "Overte odkaz vo vašej emailovej schránke", "Complete": "Dokončiť", "Revoke": "Odvolať", - "Share": "Zdieľať", "Unable to revoke sharing for phone number": "Nepodarilo sa zrušiť zdieľanie telefónneho čísla", "Unable to share phone number": "Nepodarilo sa zdieľanie telefónneho čísla", "Please enter verification code sent via text.": "Zadajte prosím overovací kód zaslaný prostredníctvom SMS.", @@ -1545,7 +1529,6 @@ }, "Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.", "Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.", - "Expand": "Rozbaliť", "Show all your rooms in Home, even if they're in a space.": "Zobrazte všetky miestnosti v časti Domov, aj keď sú v priestore.", "Show all rooms in Home": "Zobraziť všetky miestnosti v časti Domov", "Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?", @@ -1669,7 +1652,6 @@ "Downloading": "Preberanie", "Show:": "Zobraziť:", "Threads": "Vlákna", - "Stop": "Zastaviť", "MB": "MB", "JSON": "JSON", "HTML": "HTML", @@ -1677,7 +1659,6 @@ "Results": "Výsledky", "More": "Viac", "Decrypting": "Dešifrovanie", - "Collapse": "Zbaliť", "Visibility": "Viditeľnosť", "Sent": "Odoslané", "Beta": "Beta", @@ -1689,7 +1670,6 @@ "Suggested": "Navrhované", "Support": "Podpora", "Random": "Náhodné", - "Delete": "Vymazať", "Value:": "Hodnota:", "Level": "Úroveň", "Setting:": "Nastavenie:", @@ -1714,7 +1694,6 @@ "Objects": "Objekty", "Activities": "Aktivity", "Document": "Dokument", - "View": "Zobraziť", "Summary": "Zhrnutie", "Notes": "Poznámky", "Service": "Služba", @@ -2562,7 +2541,6 @@ "Next autocomplete suggestion": "Ďalší návrh automatického dokončovania", "Previous autocomplete suggestion": "Predchádzajúci návrh automatického dokončovania", "Internal room ID": "Interné ID miestnosti", - "Call": "Hovor", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Priestory sú spôsoby zoskupovania miestností a ľudí. Popri priestoroch, v ktorých sa nachádzate, môžete použiť aj niektoré predpripravené priestory.", "Group all your favourite rooms and people in one place.": "Zoskupte všetky vaše obľúbené miestnosti a ľudí na jednom mieste.", "Group all your people in one place.": "Zoskupte všetkých ľudí na jednom mieste.", @@ -3588,7 +3566,6 @@ "Re-enter email address": "Znovu zadajte e-mailovú adresu", "Wrong email address?": "Nesprávna e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skryť oznamovaciu bodku (zobrazovať iba odznaky počítadiel)", - "Apply": "Použiť", "Search users in this room…": "Vyhľadať používateľov v tejto miestnosti…", "Give one or multiple users in this room more privileges": "Prideliť jednému alebo viacerým používateľom v tejto miestnosti viac oprávnení", "Add privileged users": "Pridať oprávnených používateľov", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.", "Poll history": "História ankety", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Používateľ (%(user)s) neskončil ako pozvaný do %(roomId)s, ale nástroj pre pozývanie neposkytol žiadnu chybu", - "Reload": "Znovu načítať", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Môže to byť spôsobené otvorením aplikácie na viacerých kartách alebo vymazaním údajov prehliadača.", "Database unexpectedly closed": "Databáza sa neočakávane zatvorila", "Mute room": "Stlmiť miestnosť", @@ -3950,7 +3926,6 @@ "disable": "Nepovoliť", "done": "Hotovo", "edit": "Upraviť", - "enable": "Povoliť", "forgot_password": "Zabudli ste heslo?", "forward": "Preposlať", "invite": "Pozvať", @@ -3971,9 +3946,33 @@ "start": "Začať", "start_chat": "Začať konverzáciu", "view_source": "Zobraziť zdroj", - "yes": "Áno" + "yes": "Áno", + "reject": "Odmietnuť", + "confirm": "Potvrdiť", + "dismiss": "Zamietnuť", + "trust": "Dôverovať", + "reload": "Znovu načítať", + "cancel": "Zrušiť", + "stop": "Zastaviť", + "join": "Vstúpiť", + "close": "Zavrieť", + "accept": "Prijať", + "upgrade": "Aktualizovať", + "verify": "Overiť", + "update": "Aktualizovať", + "call": "Hovor", + "delete": "Vymazať", + "upload": "Nahrať", + "collapse": "Zbaliť", + "apply": "Použiť", + "reset": "Obnoviť predvolené", + "share": "Zdieľať", + "skip": "Preskočiť", + "logout": "Odhlásiť sa", + "view": "Zobraziť", + "expand": "Rozbaliť" }, "a11y": { "user_menu": "Používateľské menu" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index 7c51eba925d..c66211b23d9 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ta e-poštni naslov je že v uporabi", "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", - "Dismiss": "Opusti", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", @@ -11,7 +10,6 @@ "Single Sign On": "Enkratna prijava", "Confirm adding email": "Potrdi dodajanje e-poštnega naslova", "Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.", - "Confirm": "Potrdi", "Add Email Address": "Dodaj e-poštni naslov", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.", "Confirm adding phone number": "Potrdi dodajanje telefonske številke", @@ -63,5 +61,9 @@ "common": { "analytics": "Analitika", "error": "Napaka" + }, + "action": { + "confirm": "Potrdi", + "dismiss": "Opusti" } } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index e3c316579e8..38abdde378b 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -60,11 +60,9 @@ "Notification targets": "Objektiva njoftimesh", "Today": "Sot", "Friday": "E premte", - "Update": "Përditësoje", "Notifications": "Njoftime", "On": "On", "Changelog": "Regjistër ndryshimesh", - "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?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", @@ -78,7 +76,6 @@ "All Rooms": "Krejt Dhomat", "Source URL": "URL Burimi", "Messages sent by bot": "Mesazhe të dërguar nga boti", - "Cancel": "Anuloje", "Filter results": "Filtroni përfundimet", "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", @@ -88,7 +85,6 @@ "Event sent!": "Akti u dërgua!", "Preparing to send logs": "Po përgatitet për dërgim regjistrash", "Unnamed room": "Dhomë e paemërtuar", - "Dismiss": "Mos e merr parasysh", "Saturday": "E shtunë", "Online": "Në linjë", "Monday": "E hënë", @@ -107,7 +103,6 @@ "State Key": "Kyç Gjendjesh", "What's new?": "Ç’ka të re?", "When I'm invited to a room": "Kur ftohem në një dhomë", - "Close": "Mbylle", "Invite to this room": "Ftojeni te kjo dhomë", "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", @@ -135,7 +130,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", - "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", @@ -250,7 +244,6 @@ "Invalid Email Address": "Adresë Email e Pavlefshme", "This doesn't appear to be a valid email address": "Kjo s’duket se është adresë email e vlefshme", "Verification Pending": "Verifikim Në Pritje të Miratimit", - "Skip": "Anashkaloje", "Name": "Emër", "You must register to use this functionality": "Që të përdorni këtë funksion, duhet të regjistroheni", "Description": "Përshkrim", @@ -259,7 +252,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Jeni i sigurt se doni të dilni nga dhoma '%(roomName)s'?", "Signed Out": "I dalë", "Old cryptography data detected": "U pikasën të dhëna kriptografie të vjetër", - "Logout": "Dalje", "You seem to be in a call, are you sure you want to quit?": "Duket se jeni në një thirrje, jeni i sigurt se doni të dilet?", "Search failed": "Kërkimi shtoi", "No more results": "Jo më tepër përfundime", @@ -673,13 +665,11 @@ "Room avatar": "Avatar dhome", "Room Name": "Emër Dhome", "Room Topic": "Temë Dhome", - "Join": "Hyni", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", - "Confirm": "Ripohojeni", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", "Other": "Tjetër", "Guest": "Mysafir", @@ -840,7 +830,6 @@ "Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?", "Missing session data": "Mungojnë të dhëna sesioni", "Upload files": "Ngarko kartela", - "Upload": "Ngarkim", "Upload %(count)s other files": { "other": "Ngarkoni %(count)s kartela të tjera", "one": "Ngarkoni %(count)s kartelë tjetër" @@ -937,7 +926,6 @@ "Unable to revoke sharing for email address": "S’arrihet të shfuqizohet ndarja për këtë adresë email", "Unable to share email address": "S’arrihet të ndahet adresë email", "Revoke": "Shfuqizoje", - "Share": "Ndaje me të tjerë", "Unable to revoke sharing for phone number": "S’arrihet të shfuqizohet ndarja për numrin e telefonit", "Unable to share phone number": "S’arrihet të ndahet numër telefoni", "Please enter verification code sent via text.": "Ju lutemi, jepni kod verifikimi të dërguar përmes teksti.", @@ -1024,7 +1012,6 @@ "one": "Hiq 1 mesazh" }, "Remove recent messages": "Hiq mesazhe së fundi", - "View": "Shihni", "Explore rooms": "Eksploroni dhoma", "Changes the avatar of the current room": "Ndryshon avatarin e dhomës së atëçastshme", "Read Marker lifetime (ms)": "Kohëzgjatje e Shenjës së Leximit (ms)", @@ -1073,7 +1060,6 @@ "Room Autocomplete": "Vetëplotësim Dhomash", "User Autocomplete": "Vetëplotësim Përdoruesish", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ky veprim lyp hyrje te shërbyesi parazgjedhje i identiteteve për të vlerësuar një adresë email ose një numër telefoni, por shërbyesi nuk ka ndonjë kusht shërbimesh.", - "Trust": "Besim", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Room %(name)s": "Dhoma %(name)s", "Unread messages.": "Mesazhe të palexuar.", @@ -1137,7 +1123,6 @@ "Trusted": "E besuar", "Not trusted": "Jo e besuar", "Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.", - "Verify": "Verifikoje", "Any of the following data may be shared:": "Mund të ndahen me të tjerët cilado prej të dhënave vijuese:", "Your display name": "Emri juaj në ekran", "Your user ID": "ID-ja juaj e përdoruesit", @@ -1178,7 +1163,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, njoftoni një të metë.", "You'll upgrade this room from to .": "Do ta përmirësoni këtë dhomë nga .", - "Upgrade": "Përmirësoje", "Unable to set up secret storage": "S’u arrit të ujdiset depozitë e fshehtë", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s hoqi rregullin për dëbim përdoruesish që kanë përputhje me %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s hoqi rregullin që dëbon dhoma që kanë përputhje me %(glob)s", @@ -1485,7 +1469,6 @@ "Verify your other session using one of the options below.": "Verifikoni sesionit tuaj tjetër duke përdorur një nga mundësitë më poshtë.", "Lock": "Kyçje", "Cross-signing": "Cross-signing", - "Reset": "Rikthe te parazgjedhjet", "Can't load this message": "S’ngarkohet dot ky mesazh", "Submit logs": "Parashtro regjistra", "Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Kujtesë: Shfletuesi juaj është i pambuluar, ndaj punimi juaj mund të jetë i paparashikueshëm.", @@ -2207,7 +2190,6 @@ "Open space for anyone, best for communities": "Hapësirë e hapët për këdo, më e mira për bashkësi", "Public": "Publike", "Create a space": "Krijoni një hapësirë", - "Delete": "Fshije", "Jump to the bottom of the timeline when you send a message": "Kalo te fundi i rrjedhës kohore, kur dërgoni një mesazh", "This homeserver has been blocked by its administrator.": "Ky shërbyes Home është bllokuar nga përgjegjësit e tij.", "You're already in a call with this person.": "Gjendeni tashmë në thirrje me këtë person.", @@ -2374,8 +2356,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.", "This space has no local addresses": "Kjo hapësirë s’ka adresa vendore", "Space information": "Hollësi hapësire", - "Collapse": "Tkurre", - "Expand": "Zgjeroje", "Recommended for public spaces.": "E rekomanduar për hapësira publike.", "Allow people to preview your space before they join.": "Lejojini personat të parashohin hapësirën tuaj para se të hyjnë në të.", "Preview Space": "Parashiheni Hapësirën", @@ -2595,7 +2575,6 @@ "Select from the options below to export chats from your timeline": "Që të eksportohen fjalosje prej rrjedhës tuaj kohore, përzgjidhni prej mundësive më poshtë", "Export Chat": "Eksportoni Fjalosje", "Exporting your data": "Eksportim i të dhënave tuaja", - "Stop": "Ndale", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Jeni i sigurt se doni të ndalet eksportimi i të dhënave tuaja? Nëse po, do t’ju duhet t’ia filloni nga e para.", "Your export was successful. Find it in your Downloads folder.": "Eksportimi juaj qe i suksesshëm. E keni te dosja juaj Shkarkime.", "The export was cancelled successfully": "Eksportimi u anulua me sukses", @@ -2971,7 +2950,6 @@ "This is a beta feature": "Kjo është një veçori beta", "Use to scroll": "Përdorni për rrëshqitje", "Feedback sent! Thanks, we appreciate it!": "Përshtypjet u dërguan! Faleminderit, e çmojmë aktin tuaj!", - "Call": "Thirrje", "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Faleminderit që provoni versionin beta, ju lutemi, jepni sa më shumë hollësi, që të mund ta përmirësojmë.", "%(space1Name)s and %(space2Name)s": "%(space1Name)s dhe %(space2Name)s", "%(oneUser)ssent %(count)s hidden messages": { @@ -3582,7 +3560,6 @@ "This session doesn't support encryption and thus can't be verified.": "Ky sesion s’mbulon fshehtëzim, ndaj s’mund të verifikohet.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Për sigurinë dhe privatësinë më të mirë, rekomandohet të përdoren klientë Matrix që mbulojnë fshehtëzim.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "S’do të jeni në gjendje të merrni pjesë në dhoma ku fshehtëzimi është aktivizuar, kur përdoret ky sesion.", - "Apply": "Aplikoje", "Search users in this room…": "Kërkoni për përdorues në këtë dhomë…", "Give one or multiple users in this room more privileges": "Jepini një ose disa përdoruesve më tepër privilegje në këtë dhomë", "Add privileged users": "Shtoni përdorues të privilegjuar", @@ -3770,7 +3747,6 @@ "Poll history": "Historik pyetësorësh", "Enable intentional mentions": "Aktivizo përmendje të qëllimta", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Përdoruesi (%(user)s) s’doli i ftuar te %(roomId)s, por nga mjeti i ftuesit s’u dha gabim", - "Reload": "Ringarkoje", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Kjo mund të jetë e shkaktuar nga pasja e aplikacionit hapur në shumë skeda, ose për shkak të spastrimit të të dhënave të shfletuesit.", "Database unexpectedly closed": "Baza e të dhënave u mbyll papritur", "Sliding Sync configuration": "Formësim Sliding Sync-u", @@ -3843,7 +3819,6 @@ "disable": "Çaktivizoje", "done": "U bë", "edit": "Përpuno", - "enable": "Aktivizoje", "forgot_password": "Harruat fjalëkalimin?", "forward": "Përcille", "invite": "Ftoje", @@ -3864,9 +3839,33 @@ "start": "Nise", "start_chat": "Filloni fjalosje", "view_source": "Shihini Burimin", - "yes": "Po" + "yes": "Po", + "reject": "Hidheni tej", + "confirm": "Ripohojeni", + "dismiss": "Mos e merr parasysh", + "trust": "Besim", + "reload": "Ringarkoje", + "cancel": "Anuloje", + "stop": "Ndale", + "join": "Hyni", + "close": "Mbylle", + "accept": "Pranoje", + "upgrade": "Përmirësoje", + "verify": "Verifikoje", + "update": "Përditësoje", + "call": "Thirrje", + "delete": "Fshije", + "upload": "Ngarkim", + "collapse": "Tkurre", + "apply": "Aplikoje", + "reset": "Rikthe te parazgjedhjet", + "share": "Ndaje me të tjerë", + "skip": "Anashkaloje", + "logout": "Dalje", + "view": "Shihni", + "expand": "Zgjeroje" }, "a11y": { "user_menu": "Menu përdoruesi" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 45e9e7d51e1..91d03ca5f51 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": "Подразумевано омогући прегледе адреса за чланове ове собе", - "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", @@ -183,9 +182,7 @@ "Members only (since they joined)": "Само чланови (од приступања)", "Permissions": "Овлашћења", "Advanced": "Напредно", - "Cancel": "Откажи", "Jump to first unread message.": "Скочи на прву непрочитану поруку.", - "Close": "Затвори", "not specified": "није наведено", "This room has no local addresses": "Ова соба нема локалних адреса", "You have enabled URL previews by default.": "Укључили сте да се УРЛ прегледи подразумевају.", @@ -206,7 +203,6 @@ "Failed to copy": "Нисам успео да ископирам", "Add an Integration": "Додај уградњу", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Бићете пребачени на сајт треће стране да бисте се идентификовали са својим налогом зарад коришћења уградње %(integrationsUrl)s. Да ли желите да наставите?", - "Dismiss": "Одбаци", "Token incorrect": "Жетон је нетачан", "A text message has been sent to %(msisdn)s": "Текстуална порука је послата на %(msisdn)s", "Please enter the code it contains:": "Унесите код који се налази у њој:", @@ -328,7 +324,6 @@ "Unable to add email address": "Не могу да додам мејл адресу", "Unable to verify email address.": "Не могу да проверим мејл адресу.", "This will allow you to reset your password and receive notifications.": "Ово омогућава поновно постављање лозинке и примање обавештења.", - "Skip": "Прескочи", "Name": "Име", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", @@ -345,7 +340,6 @@ "In reply to ": "Као одговор за ", "This room is not public. You will not be able to rejoin without an invite.": "Ова соба није јавна. Нећете моћи да поново приступите без позивнице.", "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-а су нађени. Ово ће узроковати лош рад шифровања с краја на крај у старијем издању. Размењене поруке које су шифроване с краја на крај у старијем издању је можда немогуће дешифровати у овом издању. Такође, ово може узроковати неуспешно размењивање порука са овим издањем. Ако доживите проблеме, одјавите се и пријавите се поново. Да бисте задржали историјат поруке, извезите па поново увезите ваше кључеве.", - "Logout": "Одјава", "Warning": "Упозорење", "Connectivity to the server has been lost.": "Веза ка серверу је прекинута.", "Sent messages will be stored until your connection has returned.": "Послате поруке биће сачуване док се веза не успостави поново.", @@ -425,7 +419,6 @@ "Notification targets": "Циљеви обавештења", "Today": "Данас", "Friday": "Петак", - "Update": "Ажурирај", "On": "Укључено", "Changelog": "Записник о изменама", "Waiting for response from server": "Чекам на одговор са сервера", @@ -443,7 +436,6 @@ "Tuesday": "Уторак", "Event sent!": "Догађај је послат!", "Saturday": "Субота", - "Reject": "Одбаци", "Monday": "Понедељак", "Toolbox": "Алатница", "Collecting logs": "Прикупљам записнике", @@ -519,7 +511,6 @@ "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", "Create account": "Направи налог", - "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", "Change": "Промени", "Messages containing my username": "Поруке које садрже моје корисничко", @@ -541,7 +532,6 @@ "Encryption upgrade available": "Надоградња шифровања је доступна", "Show info about bridges in room settings": "Прикажи податке о мостовима у подешавањима собе", "Enable Emoji suggestions while typing": "Омогући предлоге емоџија приликом куцања", - "Upload": "Отпреми", "Show more": "Прикажи више", "Cannot connect to integration manager": "Не могу се повезати на управника уградњи", "Email addresses": "Мејл адресе", @@ -589,7 +579,6 @@ "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", "Widgets do not use message encryption.": "Виџети не користе шифровање порука.", - "Join": "Приступи", "Enable end-to-end encryption": "Омогући шифровање с краја на крај", "Report Content to Your Homeserver Administrator": "Пријави садржај администратору вашег домаћег сервера", "Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s", @@ -928,7 +917,6 @@ "United States": "Сједињене Америчке Државе", "United Kingdom": "Уједињено Краљевство", "%(name)s is requesting verification": "%(name)s тражи верификацију", - "Trust": "Веруј", "Only continue if you trust the owner of the server.": "Наставите само ако верујете власнику сервера.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ова радња захтева приступ серверу идентитета за валидацију адресе е-поште или телефонског броја али изгледа да сервер нема „услове услуге“.", "The server does not support the room version specified.": "Сервер не подржава наведену верзију собе.", @@ -1119,7 +1107,6 @@ "Please enter verification code sent via text.": "Унесите верификациони код послат путем текста.", "Unable to verify phone number.": "Није могуће верификовати број телефона.", "Unable to share phone number": "Није могуће делити телефонски број", - "Share": "Објави", "Complete": "Заврши", "You'll need to authenticate with the server to confirm the upgrade.": "Да бисте потврдили надоградњу, мораћете да се пријавите на серверу.", "Restore": "Врати", @@ -1340,6 +1327,19 @@ "report_content": "Пријави садржај", "save": "Сачувај", "start_chat": "Започни разговор", - "view_source": "Погледај извор" + "view_source": "Погледај извор", + "reject": "Одбаци", + "confirm": "Потврди", + "dismiss": "Одбаци", + "trust": "Веруј", + "cancel": "Откажи", + "join": "Приступи", + "close": "Затвори", + "accept": "Прихвати", + "update": "Ажурирај", + "upload": "Отпреми", + "share": "Објави", + "skip": "Прескочи", + "logout": "Одјава" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index bb28dd13129..89948c6c80c 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -4,7 +4,6 @@ "Add Email Address": "Dodajte adresu elektronske pošte", "Failed to verify email address: make sure you clicked the link in the email": "Neuspela provera adrese elektronske pošte: proverite da li ste kliknuli na link u poruci elektronske pošte", "Add Phone Number": "Dodajte broj telefona", - "Dismiss": "Odbaci", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", "Sign In": "Prijavite se", @@ -55,7 +54,6 @@ "The user you called is busy.": "Korisnik kojeg ste zvali je zauzet.", "User Busy": "Korisnik zauzet", "Call Failed": "Poziv nije uspio", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Produžite samo pod uslovom da vjerujete vlasniku servera.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova akcija zahtijeva pristup zadanom serveru za provjeru identiteta radi provjere adrese e-pošte ili telefonskog broja, no server nema nikakve uslove za pružanje usluge.", "Identity server has no terms of service": "Server identiteta nema uslove pružanja usluge", @@ -76,7 +74,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite taster ispod da biste potvrdili dodavanje telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite taster ispod da biste potvrdili dodavanje email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Single Sign On": "Jedinstvena prijava (SSO)", @@ -96,5 +93,10 @@ "User is already in the room": "Korisnik je već u sobi", "common": { "error": "Greška" + }, + "action": { + "confirm": "Potvrdi", + "dismiss": "Odbaci", + "trust": "Vjeruj" } } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index a3c9703eada..77ac8b4398f 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -62,12 +62,10 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", - "Accept": "Godkänn", "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", "Favourites": "Favoriter", @@ -90,7 +88,6 @@ "Join Room": "Gå med i rum", "Jump to first unread message.": "Hoppa till första olästa meddelandet.", "Labs": "Experiment", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar fr.o.m. att de gick med som medlem.", @@ -142,9 +139,7 @@ "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", - "Cancel": "Avbryt", "Create new room": "Skapa nytt rum", - "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", @@ -194,7 +189,6 @@ "Notification targets": "Aviseringsmål", "Today": "idag", "Friday": "fredag", - "Update": "Uppdatera", "What's New": "Vad är nytt", "On": "På", "Changelog": "Ändringslogg", @@ -214,7 +208,6 @@ "Tuesday": "tisdag", "Search…": "Sök…", "Saturday": "lördag", - "Reject": "Avböj", "Monday": "måndag", "Collecting logs": "Samlar in loggar", "All Rooms": "Alla rum", @@ -322,7 +315,6 @@ "Verification Pending": "Avvaktar verifiering", "Unable to add email address": "Kunde inte lägga till e-postadress", "Unable to verify email address.": "Kunde inte verifiera e-postadressen.", - "Skip": "Hoppa över", "You must register to use this functionality": "Du måste registrera dig för att använda den här funktionaliteten", "You must join the room to see its files": "Du måste gå med i rummet för att se tillhörande filer", "Start automatically after system login": "Starta automatiskt vid systeminloggning", @@ -696,7 +688,6 @@ "Change": "Ändra", "Email (optional)": "E-post (valfritt)", "Phone (optional)": "Telefon (valfritt)", - "Confirm": "Bekräfta", "Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern", "Other": "Annat", "Your password has been reset.": "Ditt lösenord har återställts.", @@ -773,7 +764,6 @@ "Could not load user profile": "Kunde inte ladda användarprofil", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunde inte laddas upp.", "Composer": "Meddelandefält", - "Join": "Gå med", "Power level": "Behörighetsnivå", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kunde inte hitta profiler för de Matrix-ID:n som listas nedan - vill du bjuda in dem ändå?", "GitHub issue": "GitHub-ärende", @@ -796,7 +786,6 @@ "Your browser likely removed this data when running low on disk space.": "Din webbläsare har troligen tagit bort dessa data när det blev ont om diskutrymme.", "Upload files (%(current)s of %(total)s)": "Ladda upp filer (%(current)s av %(total)s)", "Upload files": "Ladda upp filer", - "Upload": "Ladda upp", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Den här filen är för stor för att ladda upp. Filstorleksgränsen är %(limit)s men den här filen är %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Dessa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Vissa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", @@ -854,12 +843,10 @@ "Uploaded sound": "Uppladdat ljud", "Sounds": "Ljud", "Notification sound": "Aviseringsljud", - "Reset": "Återställ", "Set a new custom sound": "Ställ in ett nytt anpassat ljud", "Upgrade the room": "Uppgradera rummet", "Enable room encryption": "Aktivera rumskryptering", "Revoke": "Återkalla", - "Share": "Dela", "Discovery options will appear once you have added an email above.": "Upptäcktsalternativ kommer att visas när du har lagt till en e-postadress ovan.", "Remove %(email)s?": "Ta bort %(email)s?", "Remove %(phone)s?": "Ta bort %(phone)s?", @@ -903,7 +890,6 @@ "Add Phone Number": "Lägg till telefonnummer", "Identity server has no terms of service": "Identitetsservern har inga användarvillkor", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Den här åtgärden kräver åtkomst till standardidentitetsservern för att validera en e-postadress eller ett telefonnummer, men servern har inga användarvillkor.", - "Trust": "Förtroende", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Visa förhandsgranskning/miniatyr för bilder", "Custom (%(level)s)": "Anpassad (%(level)s)", @@ -1132,8 +1118,6 @@ "Contact your server admin.": "Kontakta din serveradministratör.", "Ok": "OK", "Set up": "Sätt upp", - "Upgrade": "Uppgradera", - "Verify": "Verifiera", "Other users may not trust it": "Andra användare kanske inta litar på den", "New login. Was this you?": "Ny inloggning. Var det du?", "You joined the call": "Du gick med i samtalet", @@ -1539,7 +1523,6 @@ "Create a Group Chat": "Skapa en gruppchatt", "Explore rooms": "Utforska rum", "%(creator)s created and configured the room.": "%(creator)s skapade och konfigurerade rummet.", - "View": "Visa", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Du har %(count)s olästa aviseringar i en tidigare version av det här rummet.", "one": "Du har %(count)s oläst avisering i en tidigare version av det här rummet." @@ -2211,7 +2194,6 @@ "Open space for anyone, best for communities": "Öppna utrymmet för alla, bäst för gemenskaper", "Public": "Offentligt", "Create a space": "Skapa ett utrymme", - "Delete": "Radera", "Jump to the bottom of the timeline when you send a message": "Hoppa till botten av tidslinjen när du skickar ett meddelande", "This homeserver has been blocked by its administrator.": "Hemservern har blockerats av sin administratör.", "You're already in a call with this person.": "Du är redan i ett samtal med den här personen.", @@ -2428,8 +2410,6 @@ "Error saving notification preferences": "Fel vid sparning av aviseringsinställningar", "Messages containing keywords": "Meddelanden som innehåller nyckelord", "Message bubbles": "Meddelandebubblor", - "Collapse": "Kollapsa", - "Expand": "Expandera", "Recommended for public spaces.": "Rekommenderas för offentliga utrymmen.", "Allow people to preview your space before they join.": "Låt personer förhandsgranska ditt utrymme innan de går med.", "Preview Space": "Förhandsgranska utrymme", @@ -2646,7 +2626,6 @@ "Select from the options below to export chats from your timeline": "Välj från alternativen nedan för att exportera chattar från din tidslinje", "Export Chat": "Exportera chatt", "Exporting your data": "Exporterar din data", - "Stop": "Stoppa", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Är du säker på att du vill sluta exportera din data? Om du gör det så behöver du börja om.", "Your export was successful. Find it in your Downloads folder.": "Din export lyckades. Hitta den i din hämtningsmapp.", "The export was cancelled successfully": "Exporten avbröts framgångsrikt", @@ -2794,7 +2773,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Väntar på att du ska verifiera på din andra enhet, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Verifiera den här enheten genom att bekräfta att det följande numret visas på dess skärm.", "Confirm the emoji below are displayed on both devices, in the same order:": "Bekräfta att emojierna nedan visas på båda enheterna i samma ordning:", - "Call": "Ring", "Dial": "Slå nummer", "Automatically send debug logs on decryption errors": "Skicka automatiskt avbuggningsloggar vid avkrypteringsfel", "Show join/leave messages (invites/removes/bans unaffected)": "Visa gå med/lämna-meddelanden (inbjudningar/borttagningar/banningar påverkas inte)", @@ -3403,7 +3381,6 @@ "Enable notifications for this device": "Aktivera aviseringar för den här enheten", "Turn off to disable notifications on all your devices and sessions": "Stäng av för att inaktivera aviseringar för alla dina enheter och sessioner", "Enable notifications for this account": "Aktivera aviseringar för det här kontot", - "Apply": "Tillämpa", "Search users in this room…": "Sök efter användare i det här rummet…", "Give one or multiple users in this room more privileges": "Ge en eller flera användare i det här rummet fler privilegier", "Add privileged users": "Lägg till privilegierade användare", @@ -3722,7 +3699,6 @@ "Starting export process…": "Startar exportprocessen …", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Användaren (%(user)s) blev inte inbjuden till %(roomId)s, men inget fel gavs av inbjudningsverktyget", "Use your account to continue.": "Använd ditt konto för att fortsätta.", - "Reload": "Ladda om", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Det här kan orsakas av att ha appen öppen i flera flikar eller av rensning av webbläsardata.", "Database unexpectedly closed": "Databasen stängdes oväntat", "Yes, it was me": "Ja, det var jag", @@ -3890,7 +3866,6 @@ "disable": "Inaktivera", "done": "Klar", "edit": "Ändra", - "enable": "Aktivera", "forgot_password": "Glömt lösenordet?", "forward": "Vidarebefordra", "invite": "Bjud in", @@ -3911,9 +3886,33 @@ "start": "Starta", "start_chat": "Starta chatt", "view_source": "Visa källa", - "yes": "Ja" + "yes": "Ja", + "reject": "Avböj", + "confirm": "Bekräfta", + "dismiss": "Avvisa", + "trust": "Förtroende", + "reload": "Ladda om", + "cancel": "Avbryt", + "stop": "Stoppa", + "join": "Gå med", + "close": "Stäng", + "accept": "Godkänn", + "upgrade": "Uppgradera", + "verify": "Verifiera", + "update": "Uppdatera", + "call": "Ring", + "delete": "Radera", + "upload": "Ladda upp", + "collapse": "Kollapsa", + "apply": "Tillämpa", + "reset": "Återställ", + "share": "Dela", + "skip": "Hoppa över", + "logout": "Logga ut", + "view": "Visa", + "expand": "Expandera" }, "a11y": { "user_menu": "Användarmeny" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index dce3587762a..938fd80d132 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,13 +1,10 @@ { "All messages": "அனைத்து செய்திகள்", "All Rooms": "அனைத்து அறைகள்", - "Cancel": "ரத்து", "Changelog": "மாற்றப்பதிவு", - "Close": "மூடு", "Collecting app version information": "செயலியின் பதிப்பு தகவல்கள் சேகரிக்கப்படுகிறது", "Collecting logs": "பதிவுகள் சேகரிக்கப்படுகிறது", "Call invitation": "அழைப்பிற்கான விண்ணப்பம்", - "Dismiss": "நீக்கு", "Failed to add tag %(tagName)s to room": "%(tagName)s எனும் குறிச்சொல்லை அறையில் சேர்ப்பதில் தோல்வி", "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", @@ -25,7 +22,6 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", - "Reject": "நிராகரி", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -36,7 +32,6 @@ "Unavailable": "இல்லை", "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", - "Update": "புதுப்பி", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", @@ -127,7 +122,6 @@ "Confirm adding phone number": "தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்", "Confirm adding this phone number by using Single Sign On to prove your identity.": "உங்கள் அடையாளத்தை நிரூபிக்க ஒற்றை உள்நுழைவைப் பயன்படுத்தி இந்த தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்.", "Add Email Address": "மின்னஞ்சல் முகவரியை சேர்க்கவும்", - "Confirm": "உறுதிப்படுத்தவும்", "Click the button below to confirm adding this email address.": "இந்த மின்னஞ்சல் முகவரியை சேர்ப்பதை உறுதிப்படுத்த கீழே உள்ள பொத்தானை அழுத்தவும்.", "Confirm adding email": "மின்னஞ்சலை சேர்ப்பதை உறுதிப்படுத்தவும்", "Single Sign On": "ஒற்றை உள்நுழைவு", @@ -147,6 +141,12 @@ "ok": "சரி", "quote": "மேற்கோள்", "remove": "நீக்கு", - "view_source": "மூலத்தைக் காட்டு" + "view_source": "மூலத்தைக் காட்டு", + "reject": "நிராகரி", + "confirm": "உறுதிப்படுத்தவும்", + "dismiss": "நீக்கு", + "cancel": "ரத்து", + "close": "மூடு", + "update": "புதுப்பி" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index 4ae0a18ebd6..97548caff4e 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,5 +1,4 @@ { - "Accept": "అంగీకరించు", "Account": "ఖాతా", "Add": "చేర్చు", "Admin": "అడ్మిన్", @@ -29,7 +28,6 @@ "Changes your display nickname": "మీ ప్రదర్శన మారుపేరుని మారుస్తుంది", "You cannot place a call with yourself.": "మీకు మీరే కాల్ చేయలేరు.", "You need to be able to invite users to do that.": "మీరు దీన్ని చేయడానికి వినియోగదారులను ఆహ్వానించగలరు.", - "Close": "ముసివెయండి", "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", @@ -68,14 +66,12 @@ "New passwords don't match": "కొత్త పాస్వర్డ్లు సరిపోలడం లేదు", "Connectivity to the server has been lost.": "సెర్వెర్ కనెక్టివిటీని కోల్పోయారు.", "Sent messages will be stored until your connection has returned.": "మీ కనెక్షన్ తిరిగి వచ్చే వరకు పంపిన సందేశాలు నిల్వ చేయబడతాయి.", - "Cancel": "రద్దు", "Failed to forget room %(errCode)s": "గది మర్చిపోవడం విఫలమైంది %(errCode)s", "Incorrect verification code": "ధృవీకరణ కోడ్ సరిగా లెదు", "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", "Create new room": "క్రొత్త గది సృష్టించండి", - "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", @@ -97,7 +93,6 @@ "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", - "Reject": "తిరస్కరించు", "Monday": "సోమవారం", "Collecting logs": "నమోదు సేకరించడం", "All Rooms": "అన్ని గదులు", @@ -131,6 +126,11 @@ "continue": "కొనసాగించు", "decline": "డిక్లైన్", "leave": "వదిలి", - "remove": "తొలగించు" + "remove": "తొలగించు", + "reject": "తిరస్కరించు", + "dismiss": "రద్దుచేసే", + "cancel": "రద్దు", + "close": "ముసివెయండి", + "accept": "అంగీకరించు" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index be60d706a7e..7259fb972f5 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -17,8 +17,6 @@ "Reason": "เหตุผล", "Register": "ลงทะเบียน", "%(brand)s version:": "เวอร์ชัน %(brand)s:", - "Cancel": "ยกเลิก", - "Dismiss": "ปิด", "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", @@ -83,7 +81,6 @@ "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", "Labs": "ห้องทดลอง", - "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", "New passwords don't match": "รหัสผ่านใหม่ไม่ตรงกัน", @@ -175,8 +172,6 @@ "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", "Add": "เพิ่ม", - "Accept": "ยอมรับ", - "Close": "ปิด", "Home": "เมนูหลัก", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { @@ -201,7 +196,6 @@ "Notification targets": "เป้าหมายการแจ้งเตือน", "Today": "วันนี้", "Friday": "วันศุกร์", - "Update": "อัปเดต", "What's New": "มีอะไรใหม่", "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", @@ -222,7 +216,6 @@ "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", "Saturday": "วันเสาร์", - "Reject": "ปฏิเสธ", "Monday": "วันจันทร์", "Collecting logs": "กำลังรวบรวมล็อก", "All Rooms": "ทุกห้อง", @@ -245,7 +238,6 @@ "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", - "Confirm": "ยืนยัน", "Already in call": "อยู่ในสายแล้ว", "No other application is using the webcam": "ไม่มีแอปพลิเคชันอื่นใดที่ใช้กล้อง", "Permission is granted to use the webcam": "ได้รับอนุญาตให้ใช้กล้อง", @@ -261,7 +253,6 @@ "The user you called is busy.": "ผู้ใช้ที่คุณโทรหาไม่ว่าง.", "User Busy": "ผู้ใช้ไม่ว่าง", "Call Failed": "การโทรล้มเหลว", - "Trust": "ไว้ใจ", "Only continue if you trust the owner of the server.": "ดำเนินการต่อหากคุณไว้วางใจเจ้าของเซิร์ฟเวอร์เท่านั้น.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "การดำเนินการนี้จำเป็นต้องเข้าถึงเซิร์ฟเวอร์ identity เริ่มต้น เพื่อตรวจสอบที่อยู่อีเมลหรือหมายเลขโทรศัพท์ แต่เซิร์ฟเวอร์ไม่มีข้อกำหนดในการให้บริการใดๆ.", "Identity server has no terms of service": "เซิร์ฟเวอร์ประจำตัวไม่มีข้อกำหนดในการให้บริการ", @@ -445,13 +436,9 @@ "Download": "ดาวน์โหลด", "collapse": "ยุบ", "Ignore": "เพิกเฉย", - "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", - "Delete": "ลบ", - "Upload": "อัปโหลด", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", - "Join": "เข้าร่วม", "Timeline": "เส้นเวลา", "common": { "encryption_enabled": "เปิดใช้งานการเข้ารหัส", @@ -480,6 +467,19 @@ "retry": "ลองใหม่", "save": "บันทึก", "start_chat": "เริ่มแชท", - "view_source": "ดูซอร์ส" + "view_source": "ดูซอร์ส", + "reject": "ปฏิเสธ", + "confirm": "ยืนยัน", + "dismiss": "ปิด", + "trust": "ไว้ใจ", + "cancel": "ยกเลิก", + "join": "เข้าร่วม", + "close": "ปิด", + "accept": "ยอมรับ", + "update": "อัปเดต", + "delete": "ลบ", + "upload": "อัปโหลด", + "skip": "ข้าม", + "logout": "ออกจากระบบ" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index e710a35ffb4..1272717fa58 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,5 +1,4 @@ { - "Accept": "Kabul Et", "Account": "Hesap", "Add": "Ekle", "Admin": "Admin", @@ -36,7 +35,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s oda adını kaldırdı.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s konuyu \"%(topic)s\" olarak değiştirdi.", "Changes your display nickname": "Görünen takma adınızı değiştirir", - "Close": "Kapat", "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", @@ -90,7 +88,6 @@ "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", "Labs": "Laboratuarlar", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , katıldıkları noktalardan.", @@ -217,7 +214,6 @@ "one": "(~%(count)s sonuç)", "other": "(~%(count)s sonuçlar)" }, - "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", @@ -239,7 +235,6 @@ "Incorrect password": "Yanlış Şifre", "Unable to restore session": "Oturum geri yüklenemiyor", "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.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.", - "Dismiss": "Kapat", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", "powered by Matrix": "Matrix'den besleniyor", @@ -260,13 +255,11 @@ "Authentication check failed: incorrect password?": "Kimlik doğrulama denetimi başarısız oldu : yanlış şifre ?", "Do you want to set an email address?": "Bir e-posta adresi ayarlamak ister misiniz ?", "This will allow you to reset your password and receive notifications.": "Bu şifrenizi sıfırlamanızı ve bildirimler almanızı sağlayacak.", - "Skip": "Atla", "Sunday": "Pazar", "Messages sent by bot": "Bot tarafından gönderilen mesajlar", "Notification targets": "Bildirim hedefleri", "Today": "Bugün", "Friday": "Cuma", - "Update": "Güncelleştirme", "What's New": "Yenilikler", "On": "Açık", "Changelog": "Değişiklikler", @@ -282,7 +275,6 @@ "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", "Saturday": "Cumartesi", - "Reject": "Reddet", "Monday": "Pazartesi", "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", @@ -311,7 +303,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "Identity server has no terms of service": "Kimlik sunucusu hizmet kurallarına sahip değil", "Only continue if you trust the owner of the server.": "Sadece sunucunun sahibine güveniyorsanız devam edin.", - "Trust": "Güven", "Unable to load! Check your network connectivity and try again.": "Yüklenemiyor! Ağ bağlantınızı kontrol edin ve yeniden deneyin.", "Restricted": "Sınırlı", "Missing roomId.": "roomId eksik.", @@ -348,7 +339,6 @@ "%(brand)s URL": "%(brand)s Linki", "Room ID": "Oda ID", "More options": "Daha fazla seçenek", - "Join": "Katıl", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -443,7 +433,6 @@ "Upgrade this room to version %(version)s": "Bu odayı %(version)s versiyonuna yükselt", "Upgrade Room Version": "Oda Sürümünü Yükselt", "Upgrade private room": "Özel oda güncelle", - "Upgrade": "Yükselt", "Sign out and remove encryption keys?": "Oturumu kapat ve şifreleme anahtarlarını sil?", "Clear Storage and Sign Out": "Depolamayı temizle ve Oturumu Kapat", "Send Logs": "Logları Gönder", @@ -482,13 +471,11 @@ "Enter phone number (required on this homeserver)": "Telefon numarası gir ( bu ana sunucuda gerekli)", "Enter username": "Kullanıcı adı gir", "Email (optional)": "E-posta (opsiyonel)", - "Confirm": "Doğrula", "Phone (optional)": "Telefon (opsiyonel)", "Couldn't load page": "Sayfa yüklenemiyor", "Description": "Tanım", "Old cryptography data detected": "Eski kriptolama verisi tespit edildi", "Verification Request": "Doğrulama Talebi", - "View": "Görüntüle", "Jump to first unread room.": "Okunmamış ilk odaya zıpla.", "Jump to first invite.": "İlk davete zıpla.", "Add room": "Oda ekle", @@ -570,7 +557,6 @@ "Headphones": "Kulaklık", "Folder": "Klasör", "Accept to continue:": "Devam etmek için i kabul ediniz:", - "Upload": "Yükle", "not found": "bulunamadı", "in account data": "hesap verisinde", "Cannot connect to integration manager": "Entegrasyon yöneticisine bağlanılamadı", @@ -665,7 +651,6 @@ "Uploaded sound": "Yüklenen ses", "Sounds": "Sesler", "Notification sound": "Bildirim sesi", - "Reset": "Sıfırla", "Browse": "Gözat", "Change room name": "Oda adını değiştir", "Change history visibility": "Geçmiş görünürlüğünü değiştir", @@ -691,7 +676,6 @@ "Unable to share email address": "E-posta adresi paylaşılamıyor", "Your email address hasn't been verified yet": "E-posta adresiniz henüz doğrulanmadı", "Verify the link in your inbox": "Gelen kutunuzdaki linki doğrulayın", - "Share": "Paylaş", "Unable to share phone number": "Telefon numarası paylaşılamıyor", "Unable to verify phone number.": "Telefon numarası doğrulanamıyor.", "Please enter verification code sent via text.": "Lütfen mesajla gönderilen doğrulama kodunu girin.", @@ -772,7 +756,6 @@ "other": "%(count)s doğrulanmış oturum", "one": "1 doğrulanmış oturum" }, - "Verify": "Doğrula", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -2010,7 +1993,6 @@ "disable": "Devre dışı bırak", "done": "Bitti", "edit": "Düzenle", - "enable": "Aç", "invite": "Davet", "invites_list": "Davetler", "leave": "Ayrıl", @@ -2028,9 +2010,26 @@ "start": "Başlat", "start_chat": "Sohbet Başlat", "view_source": "Kaynağı Görüntüle", - "yes": "Evet" + "yes": "Evet", + "reject": "Reddet", + "confirm": "Doğrula", + "dismiss": "Kapat", + "trust": "Güven", + "cancel": "İptal", + "join": "Katıl", + "close": "Kapat", + "accept": "Kabul Et", + "upgrade": "Yükselt", + "verify": "Doğrula", + "update": "Güncelleştirme", + "upload": "Yükle", + "reset": "Sıfırla", + "share": "Paylaş", + "skip": "Atla", + "logout": "Çıkış Yap", + "view": "Görüntüle" }, "a11y": { "user_menu": "Kullanıcı menüsü" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index 06a6a105c1f..fe35f1f0f98 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -3,7 +3,6 @@ "Other": "Yaḍn", "Actions": "Tugawin", "Messages": "Tuzinin", - "Cancel": "Sser", "Create Account": "senflul amiḍan", "Sign In": "Kcem", "Dec": "Duj", @@ -23,7 +22,6 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", - "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", "Permissions": "Tisirag", @@ -40,8 +38,6 @@ "Butterfly": "Aferteṭṭu", "Rooster": "Ayaẓiḍ", "Panda": "Apanda", - "Upgrade": "Leqqem", - "Confirm": "Sentem", "Brazil": "Brazil", "Bolivia": "Bulivya", "Bhutan": "Buṭan", @@ -64,24 +60,20 @@ "Calls": "Iɣuṛiten", "Emoji": "Imuji", "Afghanistan": "Afɣanistan", - "Logout": "Ffeɣ", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", "Send": "Azen", "Name": "Isem", "Flags": "Icenyalen", - "Join": "Lkem", "edited": "infel", "Copied!": "inɣel!", "Home": "Asnubeg", "Search…": "Arezzu…", "A-Z": "A-Ẓ", - "Reject": "Agy", "Re-join": "als-lkem", "Search": "Rzu", "%(duration)sd": "%(duration)sas", - "Share": "Bḍu", "Camera": "Takamiṛa", "Microphone": "Amikṛu", "Add": "Rnu", @@ -113,7 +105,6 @@ "Rabbit": "Agnin", "Elephant": "Ilew", "Pig": "Ilef", - "Close": "Rgel", "Horse": "Ayyis", "Lion": "Izem", "Cat": "Amuc", @@ -140,6 +131,15 @@ "remove": "KKes", "reply": "Rar", "save": "Ḥḍu", - "yes": "Yah" + "yes": "Yah", + "reject": "Agy", + "confirm": "Sentem", + "dismiss": "Nexxel", + "cancel": "Sser", + "join": "Lkem", + "close": "Rgel", + "upgrade": "Leqqem", + "share": "Bḍu", + "logout": "Ffeɣ" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 307863aa2d1..b6238f2c0ba 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -1,8 +1,5 @@ { - "Cancel": "Скасувати", - "Close": "Закрити", "Create new room": "Створити нову кімнату", - "Dismiss": "Відхилити", "Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s", "Favourite": "Улюблені", "Notifications": "Сповіщення", @@ -11,7 +8,6 @@ "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", - "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", "Admin": "Адміністратор", @@ -59,7 +55,6 @@ "Notification targets": "Цілі сповіщень", "Today": "Сьогодні", "Friday": "П'ятниця", - "Update": "Оновити", "What's New": "Що нового", "On": "Увімкнено", "Changelog": "Журнал змін", @@ -82,7 +77,6 @@ "Preparing to send logs": "Приготування до надсилання журланла", "Unnamed room": "Неназвана кімната", "Saturday": "Субота", - "Reject": "Відмовитись", "Monday": "Понеділок", "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", @@ -248,7 +242,6 @@ "Identity server has no terms of service": "Сервер ідентифікації не має умов надання послуг", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Щоб підтвердити адресу е-пошти або телефон ця дія потребує доступу до типового серверу ідентифікації , але сервер не має жодних умов надання послуг.", "Only continue if you trust the owner of the server.": "Продовжуйте лише якщо довіряєте власнику сервера.", - "Trust": "Довіра", "Unable to load! Check your network connectivity and try again.": "Завантаження неможливе! Перевірте інтернет-зʼєднання та спробуйте ще.", "Messages": "Повідомлення", "Actions": "Дії", @@ -272,7 +265,6 @@ "Sends the given message coloured as a rainbow": "Надсилає вказане повідомлення, розфарбоване веселкою", "Your %(brand)s is misconfigured": "Ваш %(brand)s налаштовано неправильно", "Join the discussion": "Приєднатися до обговорення", - "Upload": "Вивантажити", "Send an encrypted message…": "Надіслати зашифроване повідомлення…", "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", @@ -317,7 +309,6 @@ "Single Sign On": "Єдиний вхід", "Confirm adding email": "Підтвердити додавання е-пошти", "Click the button below to confirm adding this email address.": "Клацніть на кнопку внизу, щоб підтвердити додавання цієї адреси е-пошти.", - "Confirm": "Підтвердити", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Підтвердьте додавання цього телефонного номера за допомогоє єдиного входу, щоб довести вашу справжність.", "Confirm adding phone number": "Підтвердьте додавання номера телефону", "Click the button below to confirm adding this phone number.": "Клацніть на кнопку внизу, щоб підтвердити додавання цього номера телефону.", @@ -331,7 +322,6 @@ "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", - "Verify": "Звірити", "Language and region": "Мова та регіон", "Account management": "Керування обліковим записом", "Deactivate Account": "Деактивувати обліковий запис", @@ -514,7 +504,6 @@ "Ok": "Гаразд", "Encryption upgrade available": "Доступне поліпшене шифрування", "Set up": "Налаштувати", - "Upgrade": "Поліпшити", "Other users may not trust it": "Інші користувачі можуть не довіряти цьому", "New login. Was this you?": "Новий вхід. Це були ви?", "Guest": "Гість", @@ -579,7 +568,6 @@ "Room list": "Перелік кімнат", "Composer": "Редактор", "Security & Privacy": "Безпека й приватність", - "Skip": "Пропустити", "Appearance Settings only affect this %(brand)s session.": "Налаштування вигляду впливають тільки на цей сеанс %(brand)s.", "Error changing power level requirement": "Помилка під час зміни вимог до рівня повноважень", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Під час зміни вимог рівня повноважень кімнати трапилась помилка. Переконайтесь, що ви маєте необхідні дозволи і спробуйте ще раз.", @@ -840,7 +828,6 @@ "Show advanced": "Показати розширені", "Review terms and conditions": "Переглянути умови користування", "Old cryptography data detected": "Виявлено старі криптографічні дані", - "Logout": "Вийти", "If you've joined lots of rooms, this might take a while": "Якщо ви приєднались до багатьох кімнат, це може тривати деякий час", "Create account": "Створити обліковий запис", "Cancel autocomplete": "Скасувати самодоповнення", @@ -1406,7 +1393,6 @@ "Share entire screen": "Поділитися всім екраном", "Any of the following data may be shared:": "Можна поділитися будь-якими з цих даних:", "Unable to share phone number": "Не вдалося надіслати телефонний номер", - "Share": "Поділитись", "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", @@ -1644,7 +1630,6 @@ "Suggested": "Пропоновано", "This room is suggested as a good one to join": "Ця кімната пропонується як хороша для приєднання", "You don't have permission": "Ви не маєте дозволу", - "View": "Перегляд", "You can select all or individual messages to retry or delete": "Ви можете вибрати всі або окремі повідомлення, щоб повторити спробу або видалити", "Retry all": "Повторити надсилання всіх", "Delete all": "Видалити всі", @@ -1712,7 +1697,6 @@ "Master private key:": "Головний приватний ключ:", "not found in storage": "не знайдено у сховищі", "in secret storage": "у таємному сховищі", - "Reset": "Скинути", "Cross-signing is not set up.": "Перехресне підписування не налаштовано.", "Cross-signing is ready but keys are not backed up.": "Перехресне підписування готове, але резервна копія ключів не створюється.", "Cross-signing is ready for use.": "Перехресне підписування готове до користування.", @@ -1720,8 +1704,6 @@ "Channel: ": "Канал: ", "Workspace: ": "Робочий простір: ", "Space options": "Параметри простору", - "Collapse": "Згорнути", - "Expand": "Розгорнути", "Recommended for public spaces.": "Рекомендовано для загальнодоступних просторів.", "Allow people to preview your space before they join.": "Дозвольте людям переглядати ваш простір, перш ніж вони приєднаються.", "Preview Space": "Попередній перегляд простору", @@ -1758,7 +1740,6 @@ "Please enter a name for the space": "Будь ласка, введіть назву простору", "Description": "Опис", "Name": "Назва", - "Delete": "Видалити", "Delete avatar": "Видалити аватар", "Your server isn't responding to some requests.": "Ваш сервер не відповідає на деякі запити.", "Select room from the room list": "Вибрати кімнату з переліку", @@ -1847,7 +1828,6 @@ "one": "запрошені", "other": "були запрошені %(count)s разів" }, - "Join": "Приєднатися", "Widget added by": "Вджет додано", "Decrypt %(text)s": "Розшифрувати %(text)s", "Decrypting": "Розшифрування", @@ -2226,7 +2206,6 @@ }, "Loading new room": "Звантаження нової кімнати", "Upgrading room": "Поліпшення кімнати", - "Stop": "Припинити", "Feedback sent": "Відгук надіслано", "Export": "Експортувати", "Link to selected message": "Посилання на вибране повідомлення", @@ -2944,7 +2923,6 @@ "Next room or DM": "Наступна кімната або особисте повідомлення", "Previous unread room or DM": "Попередня непрочитана кімната або особисте повідомлення", "Next unread room or DM": "Наступна непрочитана кімната або особисте повідомлення", - "Call": "Виклик", "Group all your rooms that aren't part of a space in one place.": "Групуйте всі свої кімнати, не приєднані до простору, в одному місці.", "Group all your people in one place.": "Групуйте всіх своїх людей в одному місці.", "Group all your favourite rooms and people in one place.": "Групуйте всі свої улюблені кімнати та людей в одному місці.", @@ -3588,7 +3566,6 @@ "Re-enter email address": "Введіть адресу е-пошти ще раз", "Wrong email address?": "Неправильна адреса електронної пошти?", "Hide notification dot (only display counters badges)": "Сховати крапку сповіщення ( показувати тільки значки лічильників)", - "Apply": "Застосувати", "Search users in this room…": "Пошук користувачів у цій кімнаті…", "Give one or multiple users in this room more privileges": "Надайте одному або кільком користувачам у цій кімнаті більше повноважень", "Add privileged users": "Додати привілейованих користувачів", @@ -3784,7 +3761,6 @@ "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Користувача (%(user)s) не було запрошено до %(roomId)s, але утиліта запрошення не видала жодної помилки", "Mute room": "Вимкнути сповіщення кімнати", "Match default setting": "Збігається з типовим налаштуванням", - "Reload": "Перезавантажити", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Це може бути пов'язано з тим, що застосунок відкрито в кількох вкладках, або з очищенням даних браузера.", "Database unexpectedly closed": "База даних несподівано закрилася", "Start DM anyway": "Усе одно розпочати особисте спілкування", @@ -3950,7 +3926,6 @@ "disable": "Вимкнути", "done": "Готово", "edit": "Змінити", - "enable": "Увімкнути", "forgot_password": "Забули пароль?", "forward": "Переслати", "invite": "Запросити", @@ -3971,9 +3946,33 @@ "start": "Почати", "start_chat": "Почати розмову", "view_source": "Переглянути код", - "yes": "Так" + "yes": "Так", + "reject": "Відмовитись", + "confirm": "Підтвердити", + "dismiss": "Відхилити", + "trust": "Довіра", + "reload": "Перезавантажити", + "cancel": "Скасувати", + "stop": "Припинити", + "join": "Приєднатися", + "close": "Закрити", + "accept": "Погодитись", + "upgrade": "Поліпшити", + "verify": "Звірити", + "update": "Оновити", + "call": "Виклик", + "delete": "Видалити", + "upload": "Вивантажити", + "collapse": "Згорнути", + "apply": "Застосувати", + "reset": "Скинути", + "share": "Поділитись", + "skip": "Пропустити", + "logout": "Вийти", + "view": "Перегляд", + "expand": "Розгорнути" }, "a11y": { "user_menu": "Користувацьке меню" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index b4d22c68138..afa5cf1f572 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Unnamed Room": "Phòng Không tên", "Unable to load! Check your network connectivity and try again.": "Không thể tải dữ liệu! Kiểm tra kết nối mạng và thử lại.", - "Dismiss": "Bỏ qua", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s chưa có quyền để gửi thông báo cho bạn - vui lòng kiểm tra thiết lập trình duyệt", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s vẫn chưa được cấp quyền để gửi thông báo - vui lòng thử lại", "Unable to enable Notifications": "Không thể bật thông báo", @@ -220,7 +219,6 @@ "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", - "Accept": "Đồng ý", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -237,7 +235,6 @@ "Confirm adding email": "Xác nhận thêm địa chỉ thư điện tử", "Add Phone Number": "Thêm Số Điện Thoại", "Click the button below to confirm adding this phone number.": "Nhấn vào nút dưới đây để xác nhận thêm số điện thoại này.", - "Confirm": "Xác nhận", "No other application is using the webcam": "Không có ứng dụng nào khác đang sử dụng máy ảnh", "Permission is granted to use the webcam": "Đã cấp quyền cho ứng dụng để sử dụng máy ảnh", "A microphone and webcam are plugged in and set up correctly": "Micrô và máy ảnh đã được cắm và thiết lập đúng cách", @@ -414,7 +411,6 @@ "You have no visible notifications.": "Bạn không có thông báo nào hiển thị.", "%(creator)s created and configured the room.": "%(creator)s đã tạo và định cấu hình phòng.", "%(creator)s created this DM.": "%(creator)s đã tạo DM này.", - "Logout": "Đăng xuất", "Verification requested": "Đã yêu cầu xác thực", "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.": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.", "Old cryptography data detected": "Đã phát hiện dữ liệu mật mã cũ", @@ -716,7 +712,6 @@ "Select from the options below to export chats from your timeline": "Chọn các tùy chọn bên dưới để xuất các cuộc trò chuyện từ dòng thời gian của bạn", "Export Chat": "Xuất trò chuyện", "Exporting your data": "Đang xuất dữ liệu của bạn", - "Stop": "Dừng", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Bạn có chắc muốn dừng việc xuất dữ liệu của bạn? Nếu bạn làm, bạn sẽ phải bắt đầu lại.", "It's just you at the moment, it will be even better with others.": "Chỉ là bạn hiện tại, sẽ càng tốt hơn với người khác.", "Share %(name)s": "Chia sẻ %(name)s", @@ -758,7 +753,6 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Thư của bạn không gửi được vì máy chủ(homeserver) đã vượt quá giới hạn tài nguyên. Vui lòng liên hệ với quản trị viên để tiếp tục sử dụng dịch vụ.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Tin nhắn của bạn không được gửi vì máy chủ này đã đạt đến Giới hạn Người dùng Hoạt động Hàng tháng. Vui lòng liên hệ với quản trị viên dịch vụ của bạn để tiếp tục sử dụng dịch vụ.", "You can't send any messages until you review and agree to our terms and conditions.": "Bạn không thể gửi bất kỳ tin nhắn nào cho đến khi bạn xem xét và đồng ý với các điều khoản và điều kiện của chúng tôi.", - "View": "Xem", "Your export was successful. Find it in your Downloads folder.": "Việc xuất của bạn đã thành công. Tìm nó ở trong thư mục Tải xuống của bạn.", "The export was cancelled successfully": "Xuất đã được hủy thành công", "Export Successful": "Xuất thành công", @@ -824,7 +818,6 @@ "Clear all data in this session?": "Xóa tất cả dữ liệu trong phiên này?", "Reason (optional)": "Lý do (không bắt buộc)", "You cannot delete this message. (%(code)s)": "Bạn không thể xóa tin nhắn này.  (%(code)s)", - "Skip": "Bỏ qua", "Email address": "Địa chỉ thư điện tử", "Changelog": "Lịch sử thay đổi", "Unavailable": "Không có sẵn", @@ -1066,7 +1059,6 @@ "expand": "mở rộng", "collapse": "thu hẹp", "Please create a new issue on GitHub so that we can investigate this bug.": "Vui lòng tạo một vấn đề mới trên GitHub để chúng tôi có thể điều tra lỗi này.", - "Join": "Tham gia", "Share content": "Chia sẻ nội dung", "Application window": "Cửa sổ ứng dụng", "Share entire screen": "Chia sẻ toàn bộ màn hình", @@ -1310,7 +1302,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "Không thể xem trước %(roomName)s. Bạn có muốn tham gia nó không?", "You're previewing %(roomName)s. Want to join it?": "Bạn đang xem trước %(roomName)s. Bạn muốn tham gia nó?", "Reject & Ignore user": "Từ chối & Bỏ qua người dùng", - "Reject": "Từ chối", " invited you": " đã mời bạn", "Do you want to join %(roomName)s?": "Bạn có muốn tham gia %(roomName)s không?", "Start chatting": "Bắt đầu trò chuyện", @@ -1504,7 +1495,6 @@ "You are not subscribed to any lists": "Bạn chưa đăng ký bất kỳ danh sách nào", "You are currently ignoring:": "Bạn hiện đang bỏ qua:", "You have not ignored anyone.": "Bạn đã không bỏ qua bất cứ ai.", - "Close": "Đóng", "User rules": "Quy tắc người dùng", "Server rules": "Quy tắc máy chủ", "Ban list rules - %(roomName)s": "Quy tắc danh sách cấm - %(roomName)s", @@ -1670,8 +1660,6 @@ "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 .", "Space options": "Tùy chọn space", - "Collapse": "Tắt đi", - "Expand": "Mở rộng", "Jump to first invite.": "Chuyển đến lời mời đầu tiên.", "Jump to first unread room.": "Chuyển đến phòng chưa đọc đầu tiên.", "Recommended for public spaces.": "Được đề xuất cho space công cộng.", @@ -1720,9 +1708,7 @@ "Search %(spaceName)s": "Tìm kiếm %(spaceName)s", "Description": "Sự mô tả", "Name": "Tên", - "Upload": "Tải lên", "Upload avatar": "Tải lên hình đại diện", - "Delete": "Xoá", "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", @@ -1892,7 +1878,6 @@ "Unable to share phone number": "Không thể chia sẻ số điện thoại", "Unable to revoke sharing for phone number": "Không thể thu hồi chia sẻ cho số điện thoại", "Discovery options will appear once you have added an email above.": "Tùy chọn khám phá sẽ xuất hiện khi nào bạn đã thêm địa chỉ thư điện tử.", - "Share": "Chia sẻ", "Revoke": "Rút lại", "Complete": "Hoàn thành", "Verify the link in your inbox": "Xác minh liên kết trong hộp thư đến của bạn", @@ -1972,15 +1957,12 @@ "Manually verify all remote sessions": "Xác thực thủ công tất cả các phiên từ xa", "How fast should messages be downloaded.": "Tin nhắn sẽ được tải xuống nhanh như thế nào.", "Enable message search in encrypted rooms": "Bật tính năng tìm kiếm tin nhắn trong các phòng được mã hóa", - "Update": "Cập nhật", "What's New": "Có gì mới", "What's new?": "Có gì mới?", "%(deviceId)s from %(ip)s": "%(deviceId)s từ %(ip)s", "New login. Was this you?": "Đăng nhập mới. Đây có phải là bạn không?", "Other users may not trust it": "Những người dùng khác có thể không tin tưởng nó", "Safeguard against losing access to encrypted messages & data": "Bảo vệ chống mất quyền truy cập vào tin nhắn và dữ liệu được mã hóa", - "Verify": "Xác thực", - "Upgrade": "Nâng cấp", "Verify this session": "Xác thực phiên này", "Encryption upgrade available": "Nâng cấp mã hóa có sẵn", "Set up Secure Backup": "Thiết lập Sao lưu Bảo mật", @@ -2247,7 +2229,6 @@ "not found": "không tìm thấy", "in memory": "trong bộ nhớ", "Cross-signing public keys:": "Khóa công khai xác thực chéo:", - "Reset": "Cài lại", "Cross-signing is not set up.": "Tính năng xác thực chéo chưa được thiết lập.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Tài khoản của bạn có danh tính xác thực chéo trong vùng lưu trữ bí mật, nhưng chưa được phiên này tin cậy.", "Cross-signing is ready but keys are not backed up.": "Xác thực chéo đã sẵn sàng nhưng các khóa chưa được sao lưu.", @@ -2312,7 +2293,6 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", - "Cancel": "Huỷ bỏ", "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", @@ -2609,7 +2589,6 @@ "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", - "Trust": "Tin cậy", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Hành động này yêu cầu truy cập máy chủ định danh mặc định để xác thực địa chỉ thư điện tử hoặc số điện thoại, nhưng máy chủ không có bất kỳ điều khoản dịch vụ nào.", "Identity server has no terms of service": "Máy chủ định danh này không có điều khoản dịch vụ", @@ -2980,7 +2959,6 @@ "other": "%(user)s và %(count)s người khác" }, "%(user1)s and %(user2)s": "%(user1)s và %(user2)s", - "Reload": "Tải lại", "Database unexpectedly closed": "Cơ sở dữ liệu đột nhiên bị đóng", "%(minutes)sm %(seconds)ss left": "Còn lại %(minutes)s phút %(seconds)s giây", "%(hours)sh %(minutes)sm %(seconds)ss left": "Còn lại %(hours)s giờ %(minutes)s phút %(seconds)s giây", @@ -3035,7 +3013,6 @@ "Backing up %(sessionsRemaining)s keys…": "Đang sao lưu %(sessionsRemaining)s khóa…", "This session is backing up your keys.": "Phiên này đang sao lưu các khóa.", "Error while changing password: %(error)s": "Lỗi khi đổi mật khẩu: %(error)s", - "Apply": "Áp dụng", "Add privileged users": "Thêm người dùng quyền lực", "Saving…": "Đang lưu…", "Creating…": "Đang tạo…", @@ -3060,7 +3037,6 @@ "Start messages with /plain to send without markdown.": "Bắt đầu tin nhắn với /plain để gửi mà không dùng Markdown.", "%(senderName)s ended a voice broadcast": "%(senderName)s đã kết thúc một cuộc phát thanh", "Welcome": "Chào mừng", - "Call": "Gọi", "Audio devices": "Thiết bị âm thanh", "Enable notifications": "Kích hoạt thông báo", "Turn on notifications": "Bật thông báo", @@ -3653,7 +3629,6 @@ "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", @@ -3674,9 +3649,33 @@ "start": "Bắt đầu", "start_chat": "Bắt đầu trò chuyện", "view_source": "Xem nguồn", - "yes": "Có" + "yes": "Có", + "reject": "Từ chối", + "confirm": "Xác nhận", + "dismiss": "Bỏ qua", + "trust": "Tin cậy", + "reload": "Tải lại", + "cancel": "Huỷ bỏ", + "stop": "Dừng", + "join": "Tham gia", + "close": "Đóng", + "accept": "Đồng ý", + "upgrade": "Nâng cấp", + "verify": "Xác thực", + "update": "Cập nhật", + "call": "Gọi", + "delete": "Xoá", + "upload": "Tải lên", + "collapse": "Tắt đi", + "apply": "Áp dụng", + "reset": "Cài lại", + "share": "Chia sẻ", + "skip": "Bỏ qua", + "logout": "Đăng xuất", + "view": "Xem", + "expand": "Mở rộng" }, "a11y": { "user_menu": "Menu người dùng" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index 7d583f76829..fad9db015d1 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s, %(time)s", "Unnamed Room": "Noamloos gesprek", "Unable to load! Check your network connectivity and try again.": "Loadn mislukt! Controleer je netwerktoegang en herprobeer ’t e ki.", - "Dismiss": "Afwyzn", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s èt geen toestemmienge vo je meldiengn te verstuurn - controleert je browserinstelliengn", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s èt geen toestemmienge gekreegn ghed vo joun meldiengn te verstuurn - herprobeer ’t e ki", "Unable to enable Notifications": "Kostege meldiengn nie inschoakeln", @@ -205,9 +204,7 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", - "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", - "Cancel": "Annuleern", "Verified!": "Geverifieerd!", "You've successfully verified this user.": "J’èt deze gebruuker geverifieerd.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Beveiligde berichtn me deze gebruuker zyn eind-tout-eind-versleuterd en kunn nie door derdn wordn geleezn.", @@ -428,7 +425,6 @@ "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", - "Close": "Sluutn", "and %(count)s others...": { "other": "en %(count)s anderen…", "one": "en één andere…" @@ -488,7 +484,6 @@ "Do you want to chat with %(user)s?": "Wil j’e gesprek beginn me %(user)s?", "Do you want to join %(roomName)s?": "Wil je %(roomName)s toetreedn?", " invited you": " èt joun uutgenodigd", - "Reject": "Weigern", "You're previewing %(roomName)s. Want to join it?": "Je bekykt %(roomName)s. Wil je deran deelneemn?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?", "%(roomName)s does not exist.": "%(roomName)s bestoa nie.", @@ -552,7 +547,6 @@ "edited": "bewerkt", "Something went wrong!": "’t Es etwa misgegoan!", "What's New": "Wuk es ’t er nieuw", - "Update": "Bywerkn", "What's new?": "Wuk es ’t er nieuw?", "Error encountered (%(errorDetail)s).": "’t Es e foute ipgetreedn (%(errorDetail)s).", "No update available.": "Geen update beschikboar.", @@ -562,7 +556,6 @@ "Delete widget": "Widget verwydern", "Popout widget": "Widget in e nieuwe veinster openn", "Create new room": "E nieuw gesprek anmoakn", - "Join": "Deelneemn", "Rotate Left": "Links droain", "Rotate Right": "Rechts droain", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -722,7 +715,6 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Bekyk jen e-mails en klikt ip de koppelienge derin. Klikt van zodra da je da gedoan èt ip ‘Verdergoan’.", "Email address": "E-mailadresse", "This will allow you to reset your password and receive notifications.": "Hierdoor goa je je paswoord kunn herinstell en meldiengn ountvangn.", - "Skip": "Oversloan", "Share Room": "Gesprek deeln", "Link to most recent message": "Koppelienge noa ’t recentste bericht", "Share User": "Gebruuker deeln", @@ -734,7 +726,6 @@ "Your browser likely removed this data when running low on disk space.": "Je browser èt deze gegeevns meugliks verwyderd toen da de beschikboare ipslagruumte vul was.", "Upload files (%(current)s of %(total)s)": "Bestandn wordn ipgeloadn (%(current)s van %(total)s)", "Upload files": "Bestandn iploadn", - "Upload": "Iploadn", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s, ma dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", @@ -788,7 +779,6 @@ "Enter username": "Gift de gebruukersnoame in", "Some characters not allowed": "Sommige tekens zyn nie toegeloatn", "Email (optional)": "E-mailadresse (optioneel)", - "Confirm": "Bevestign", "Phone (optional)": "Telefongnumero (optioneel)", "Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server", "Other": "Overige", @@ -809,7 +799,6 @@ "Review terms and conditions": "Gebruuksvoorwoardn leezn", "Old cryptography data detected": "Oude cryptografiegegeevns 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.": "’t Zyn gegeevns van een oudere versie van %(brand)s gedetecteerd gewist. Dit goa probleemn veroorzakt ghed èn me de eind-tout-eind-versleuterienge in d’oude versie. Eind-tout-eind-versleuterde berichtn da recent uutgewisseld gewist zyn me d’oude versie zyn meugliks nie t’ountsleutern in deze versie. Dit zoudt der ook voorn kunnn zorgn da berichtn da uutgewisseld gewist zyn in deze versie foaln. Meldt jen heran moest je probleemn ervoarn. Exporteert de sleuters en importeer z’achteraf were vo de berichtgeschiedenisse te behoudn.", - "Logout": "Afmeldn", "You can't send any messages until you review and agree to our terms and conditions.": "Je ku geen berichtn stuurn toutda je uzze algemene voorwoardn geleezn en anveird ghed èt.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver z’n limiet vo moandeliks actieve gebruukers bereikt ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver e systeembronlimiet overschreedn ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", @@ -900,7 +889,6 @@ "Uploaded sound": "Ipgeloadn-geluud", "Sounds": "Geluudn", "Notification sound": "Meldiengsgeluud", - "Reset": "Herinstelln", "Set a new custom sound": "Stelt e nieuw angepast geluud in", "Browse": "Bloadern", "Cannot reach homeserver": "Kostege de thuusserver nie bereikn", @@ -965,7 +953,6 @@ "Unable to revoke sharing for email address": "Kostege ’t deeln vo dat e-mailadresse hier nie intrekkn", "Unable to share email address": "Kostege ’t e-mailadresse nie deeln", "Revoke": "Intrekkn", - "Share": "Deeln", "Discovery options will appear once you have added an email above.": "Ountdekkiengsopties goan verschynn a j’een e-mailadresse toegevoegd ghed èt.", "Unable to revoke sharing for phone number": "Kostege ’t deeln vo dien telefongnumero hier nie intrekkn", "Unable to share phone number": "Kostege den telefongnumero nie deeln", @@ -1021,6 +1008,19 @@ "save": "Ipsloan", "start_chat": "Gesprek beginn", "view_source": "Bron bekykn", - "yes": "Joak" + "yes": "Joak", + "reject": "Weigern", + "confirm": "Bevestign", + "dismiss": "Afwyzn", + "cancel": "Annuleern", + "join": "Deelneemn", + "close": "Sluutn", + "accept": "Anveirdn", + "update": "Bywerkn", + "upload": "Iploadn", + "reset": "Herinstelln", + "share": "Deeln", + "skip": "Oversloan", + "logout": "Afmeldn" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 52b03a41242..1c836595b4f 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -95,7 +95,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了房间名称。", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes your display nickname": "修改显示昵称", - "Close": "关闭", "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", @@ -120,15 +119,12 @@ "Passwords can't be empty": "密码不能为空", "Permissions": "权限", "Phone": "电话", - "Cancel": "取消", "Create new room": "创建新房间", - "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", "Labs": "实验室", - "Logout": "登出", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -161,8 +157,6 @@ "Drop file here to upload": "把文件拖到这里以上传", "Online": "在线", "Idle": "空闲", - "Skip": "跳过", - "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", "Enable automatic language detection for syntax highlighting": "启用语法高亮的自动语言检测", @@ -421,7 +415,6 @@ "Notification targets": "通知目标", "Today": "今天", "Friday": "星期五", - "Update": "更新", "What's New": "更新内容", "On": "打开", "Changelog": "更改日志", @@ -442,7 +435,6 @@ "Developer Tools": "开发者工具", "Preparing to send logs": "正在准备发送日志", "Saturday": "星期六", - "Reject": "拒绝", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "正在收集日志", @@ -735,7 +727,6 @@ "Room avatar": "房间头像", "Room Name": "房间名称", "Room Topic": "房间话题", - "Join": "加入", "The following users may not exist": "以下用户可能不存在", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?", "Invite anyway and never warn me again": "还是邀请,不用再提醒我", @@ -761,7 +752,6 @@ "Change": "更改", "Email (optional)": "电子邮箱(可选)", "Phone (optional)": "电话号码(可选)", - "Confirm": "确认", "Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员", "Other": "其他", "Couldn't load page": "无法加载页面", @@ -848,7 +838,6 @@ "Identity server has no terms of service": "身份服务器无服务条款", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此操作需要访问默认的身份服务器 以验证邮箱或电话号码,但此服务器无任何服务条款。", "Only continue if you trust the owner of the server.": "只有在你信任服务器所有者后才能继续。", - "Trust": "信任", "%(name)s is requesting verification": "%(name)s 正在请求验证", "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", @@ -956,8 +945,6 @@ "Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。", "Contact your server admin.": "请联系你的服务器管理员。", "Ok": "确定", - "Upgrade": "升级加密", - "Verify": "验证", "Other users may not trust it": "其他用户可能不信任它", "You joined the call": "你加入通话", "%(senderName)s joined the call": "%(senderName)s加入通话", @@ -990,7 +977,6 @@ "Lock": "锁", "Your server isn't responding to some requests.": "你的服务器没有响应一些请求。", "Accept to continue:": "接受 以继续:", - "Upload": "上传", "Show less": "显示更少", "Show more": "显示更多", "Your homeserver does not support cross-signing.": "你的家服务器不支持交叉签名。", @@ -1089,7 +1075,6 @@ "Uploaded sound": "已上传的声音", "Sounds": "声音", "Notification sound": "通知声音", - "Reset": "重置", "Set a new custom sound": "设置新的自定义声音", "Browse": "浏览", "Upgrade the room": "更新房间", @@ -1104,7 +1089,6 @@ "Click the link in the email you received to verify and then click continue again.": "点击你所收到的电子邮件中的链接进行验证,然后再次点击继续。", "Verify the link in your inbox": "验证你的收件箱中的链接", "Complete": "完成", - "Share": "共享", "Discovery options will appear once you have added an email above.": "你在上方添加邮箱后发现选项将会出现。", "Unable to share phone number": "无法共享电话号码", "Please enter verification code sent via text.": "请输入短信中发送的验证码。", @@ -1495,7 +1479,6 @@ "Create a Group Chat": "创建一个群聊", "Explore rooms": "探索房间", "%(creator)s created and configured the room.": "%(creator)s 创建并配置了此房间。", - "View": "查看", "Switch to light mode": "切换到浅色模式", "Switch to dark mode": "切换到深色模式", "Switch theme": "切换主题", @@ -1725,7 +1708,6 @@ "Invite only, best for yourself or teams": "仅邀请,适合你自己或团队", "Private": "私有", "Public": "公共", - "Delete": "删除", "Dial pad": "拨号盘", "There was an error looking up the phone number": "查询电话号码时发生错误", "Unable to look up phone number": "无法查询电话号码", @@ -2380,8 +2362,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。", "This space has no local addresses": "此空间没有本地地址", "Space information": "空间信息", - "Collapse": "折叠", - "Expand": "展开", "Recommended for public spaces.": "建议用于公开空间。", "Allow people to preview your space before they join.": "允许人们在加入前预览你的空间。", "Preview Space": "预览空间", @@ -2598,7 +2578,6 @@ "Select from the options below to export chats from your timeline": "从下面的选项中选择以从时间线导出聊天", "Export Chat": "导出聊天", "Exporting your data": "导出你的数据", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您确定要停止导出数据吗?如果你这样做了,你需要重新开始。", "Your export was successful. Find it in your Downloads folder.": "导出成功了。你可以在下载文件夹中找到导出文件。", "The export was cancelled successfully": "成功取消了导出", @@ -3007,7 +2986,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……", "Verify this device by confirming the following number appears on its screen.": "确认屏幕上出现以下数字,以验证设备。", "Confirm the emoji below are displayed on both devices, in the same order:": "确认下面的表情符号在两个设备上以相同顺序显示:", - "Call": "通话", "Turn on camera": "启动相机", "Turn off camera": "关闭相机", "Video devices": "视频设备", @@ -3462,7 +3440,6 @@ "other": "你确定要退出这 %(count)s 个会话吗?" }, "Presence": "在线", - "Apply": "申请", "Search users in this room…": "搜索该房间内的用户……", "Give one or multiple users in this room more privileges": "授权给该房间内的某人或某些人", "Add privileged users": "添加特权用户", @@ -3495,7 +3472,6 @@ "Use your account to continue.": "使用你的账户继续。", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "你的电子邮件地址似乎未与此家服务器上的Matrix ID关联。", "%(senderName)s started a voice broadcast": "%(senderName)s开始了语音广播", - "Reload": "重加载", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "这可能是由于在多个标签页中打开此应用,或由于清除浏览器数据。", "Database unexpectedly closed": "数据库意外关闭", "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。", @@ -3542,7 +3518,6 @@ "disable": "禁用", "done": "完成", "edit": "编辑", - "enable": "启用", "forgot_password": "忘记密码?", "forward": "转发", "invite": "邀请", @@ -3563,9 +3538,33 @@ "start": "开始", "start_chat": "开始聊天", "view_source": "查看源码", - "yes": "是" + "yes": "是", + "reject": "拒绝", + "confirm": "确认", + "dismiss": "忽略", + "trust": "信任", + "reload": "重加载", + "cancel": "取消", + "stop": "停止", + "join": "加入", + "close": "关闭", + "accept": "接受", + "upgrade": "升级加密", + "verify": "验证", + "update": "更新", + "call": "通话", + "delete": "删除", + "upload": "上传", + "collapse": "折叠", + "apply": "申请", + "reset": "重置", + "share": "共享", + "skip": "跳过", + "logout": "登出", + "view": "查看", + "expand": "展开" }, "a11y": { "user_menu": "用户菜单" } -} \ No newline at end of file +} diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 59f26a49503..7cab752b07a 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -86,8 +86,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 將聊天室大頭照更改為 ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室的大頭照。", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s 將聊天室的大頭照改為 %(roomName)s", - "Cancel": "取消", - "Dismiss": "關閉", "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", @@ -106,9 +104,7 @@ "URL Previews": "網址預覽", "Drop file here to upload": "把文件放在這裡上傳", "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": "建立新聊天室", - "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", @@ -135,7 +131,6 @@ "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", "Labs": "實驗室", - "Logout": "登出", "Low priority": "低優先度", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們被邀請開始。", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們加入開始。", @@ -256,7 +251,6 @@ "Authentication check failed: incorrect password?": "無法檢查認證:密碼錯誤?", "Do you want to set an email address?": "您想要設定電子郵件地址嗎?", "This will allow you to reset your password and receive notifications.": "這讓您可以重設您的密碼與接收通知。", - "Skip": "略過", "and %(count)s others...": { "other": "與另 %(count)s 個人…", "one": "與另 1 個人…" @@ -429,7 +423,6 @@ "Notification targets": "通知目標", "Today": "今天", "Friday": "星期五", - "Update": "更新", "On": "開啟", "Changelog": "變更記錄檔", "Waiting for response from server": "正在等待來自伺服器的回應", @@ -450,7 +443,6 @@ "Developer Tools": "開發者工具", "Preparing to send logs": "準備傳送除錯訊息", "Saturday": "星期六", - "Reject": "拒絕", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "收集記錄檔", @@ -675,13 +667,11 @@ "Room avatar": "聊天室大頭照", "Room Name": "聊天室名稱", "Room Topic": "聊天室主題", - "Join": "加入", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", - "Confirm": "確認", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", "Other": "其他", "Guest": "訪客", @@ -836,7 +826,6 @@ "Your browser likely removed this data when running low on disk space.": "當硬碟空間不足時,您的瀏覽器可能會移除這些資料。", "Upload files (%(current)s of %(total)s)": "上傳檔案 (%(total)s 中的 %(current)s)", "Upload files": "上傳檔案", - "Upload": "上傳", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "這個檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s 但這個檔案大小是 %(sizeOfThisFile)s。", "These files are too large to upload. The file size limit is %(limit)s.": "這些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "某些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", @@ -898,7 +887,6 @@ "Uploaded sound": "已上傳的音效", "Sounds": "音效", "Notification sound": "通知音效", - "Reset": "重設", "Set a new custom sound": "設定新的自訂音效", "Browse": "瀏覽", "Cannot reach homeserver": "無法連線至家伺服器", @@ -958,7 +946,6 @@ "Unable to revoke sharing for email address": "無法撤回電子郵件的分享", "Unable to share email address": "無法分享電子郵件", "Revoke": "撤回", - "Share": "分享", "Discovery options will appear once you have added an email above.": "當您在上面加入電子郵件時將會出現探索選項。", "Unable to revoke sharing for phone number": "無法撤回電話號碼的分享", "Unable to share phone number": "無法分享電話號碼", @@ -1031,7 +1018,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": "傳送回報", - "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", "Read Marker lifetime (ms)": "讀取標記生命週期(毫秒)", @@ -1093,7 +1079,6 @@ "Room %(name)s": "聊天室 %(name)s", "Unread messages.": "未讀的訊息。", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此動作需要存取預設的身分伺服器 以驗證電子郵件或電話號碼,但伺服器沒有任何服務條款。", - "Trust": "信任", "Message Actions": "訊息動作", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "您驗證了 %(name)s", @@ -1139,7 +1124,6 @@ "Trusted": "受信任", "Not trusted": "未受信任", "Messages in this room are end-to-end encrypted.": "此聊天室內的訊息有端對端加密。", - "Verify": "驗證", "Any of the following data may be shared:": "可能會分享以下資料:", "Your display name": "您的顯示名稱", "Your user ID": "您的使用者 ID", @@ -1173,7 +1157,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "升級聊天室為進階動作,通常建議在聊天室因為錯誤而不穩定、缺少功能或安全漏洞等才升級。", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "這通常僅影響如何在伺服器上處理聊天室的方式。如果您遇到與 %(brand)s 相關的問題,請回報錯誤。", "You'll upgrade this room from to .": "您將要把此聊天室從 升級到 。", - "Upgrade": "升級", " wants to chat": " 想要聊天", "Start chatting": "開始聊天", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s 移除了封鎖符合 %(glob)s 的使用者規則", @@ -2213,7 +2196,6 @@ "Open space for anyone, best for communities": "對所有人開放的聊天空間,最適合社群", "Public": "公開", "Create a space": "建立聊天空間", - "Delete": "刪除", "Jump to the bottom of the timeline when you send a message": "傳送訊息時,跳到時間軸底部", "This homeserver has been blocked by its administrator.": "此家伺服器已被管理員封鎖。", "You're already in a call with this person.": "您正在與此人通話。", @@ -2381,8 +2363,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何伺服器上的人都可以使用已發佈的位址加入您的聊天空間。", "This space has no local addresses": "此聊天空間沒有本機位址", "Space information": "聊天空間資訊", - "Collapse": "收折", - "Expand": "展開", "Recommended for public spaces.": "給公開聊天空間的推薦。", "Allow people to preview your space before they join.": "允許人們在加入前預覽您的聊天空間。", "Preview Space": "預覽聊天空間", @@ -2597,7 +2577,6 @@ "Select from the options below to export chats from your timeline": "從下面的選項中選擇以從您的時間軸匯出聊天", "Export Chat": "匯出聊天", "Exporting your data": "正在匯出您的資料", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您確定您要停止匯出您的資料嗎?若您這麼做,您就必須重新開始。", "Your export was successful. Find it in your Downloads folder.": "您匯出成功。請在您的下載資料夾中尋找它。", "The export was cancelled successfully": "匯出已成功取消", @@ -2948,7 +2927,6 @@ "Group all your people in one place.": "將您所有的夥伴集中在同一個地方。", "Group all your favourite rooms and people in one place.": "將所有您最喜愛的聊天室與夥伴集中在同一個地方。", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "聊天空間是將聊天室與夥伴們分組的方式。除了您所在的聊天空間之外,還可以使用一些預設分類。", - "Call": "通話", "Unable to check if username has been taken. Try again later.": "無法檢查使用者名稱是否已被使用。請稍後再試。", "IRC (Experimental)": "IRC(實驗性)", "Toggle hidden event visibility": "切換隱藏事件的能見度", @@ -3591,7 +3569,6 @@ "This session doesn't support encryption and thus can't be verified.": "此工作階段不支援加密,因此無法驗證。", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "為獲得最佳安全性與隱私,建議使用支援加密的 Matrix 客戶端。", "You won't be able to participate in rooms where encryption is enabled when using this session.": "使用此工作階段時,您將無法參與啟用加密的聊天室。", - "Apply": "套用", "Search users in this room…": "搜尋此聊天室中的使用者…", "Give one or multiple users in this room more privileges": "給這個聊天室中的一個使用者或多個使用者更多的特殊權限", "Add privileged users": "新增特權使用者", @@ -3782,7 +3759,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "嘗試尋找並前往指定日期時發生網路錯誤。您的家伺服器可能已關閉,或者您的網際網路連線只是暫時出現問題。請再試一次。如果這種情況繼續存在,請聯絡您的家伺服器管理員。", "Poll history": "投票紀錄", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "使用者(%(user)s)並未受邀加入 %(roomId)s,但邀請工具也未提供錯誤", - "Reload": "重新載入", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "這個問題可能是因為在多個分頁中開啟此應用程式,或是清除瀏覽資料所導致。", "Database unexpectedly closed": "資料庫意外關閉", "Mute room": "聊天室靜音", @@ -3950,7 +3926,6 @@ "disable": "停用", "done": "完成", "edit": "編輯", - "enable": "啟用", "forgot_password": "忘記密碼?", "forward": "轉寄", "invite": "邀請", @@ -3971,9 +3946,33 @@ "start": "開始", "start_chat": "開始聊天", "view_source": "檢視原始碼", - "yes": "是" + "yes": "是", + "reject": "拒絕", + "confirm": "確認", + "dismiss": "關閉", + "trust": "信任", + "reload": "重新載入", + "cancel": "取消", + "stop": "停止", + "join": "加入", + "close": "關閉", + "accept": "接受", + "upgrade": "升級", + "verify": "驗證", + "update": "更新", + "call": "通話", + "delete": "刪除", + "upload": "上傳", + "collapse": "收折", + "apply": "套用", + "reset": "重設", + "share": "分享", + "skip": "略過", + "logout": "登出", + "view": "檢視", + "expand": "展開" }, "a11y": { "user_menu": "使用者選單" } -} \ No newline at end of file +} diff --git a/src/toasts/AnalyticsToast.tsx b/src/toasts/AnalyticsToast.tsx index d4fddd948bc..bbb58d99817 100644 --- a/src/toasts/AnalyticsToast.tsx +++ b/src/toasts/AnalyticsToast.tsx @@ -68,7 +68,7 @@ const onLearnMorePreviouslyOptedIn = (): void => { // otherwise, the user closed the dialog without making a choice, leave the toast open }, primaryButton: _t("That's fine"), - cancelButton: _t("Stop"), + cancelButton: _t("action|stop"), }); }; diff --git a/src/toasts/DesktopNotificationsToast.ts b/src/toasts/DesktopNotificationsToast.ts index 91a871d4ec8..14a369729ac 100644 --- a/src/toasts/DesktopNotificationsToast.ts +++ b/src/toasts/DesktopNotificationsToast.ts @@ -44,7 +44,7 @@ export const showToast = (fromMessageSend: boolean): void => { description: _t("Enable desktop notifications"), acceptLabel: _t("action|enable"), onAccept, - rejectLabel: _t("Dismiss"), + rejectLabel: _t("action|dismiss"), onReject, }, component: GenericToast, diff --git a/src/toasts/IncomingCallToast.tsx b/src/toasts/IncomingCallToast.tsx index f4f97d92045..5e74cdf31d7 100644 --- a/src/toasts/IncomingCallToast.tsx +++ b/src/toasts/IncomingCallToast.tsx @@ -56,7 +56,7 @@ function JoinCallButtonWithCall({ onClick, call }: JoinCallButtonWithCallProps): tooltip={disabledTooltip} kind="primary" > - {_t("Join")} + {_t("action|join")} ); } @@ -154,14 +154,14 @@ export function IncomingCallToast({ callEvent }: Props): JSX.Element { onClick={onJoinClick} kind="primary" > - {_t("Join")} + {_t("action|join")} )}
); diff --git a/src/toasts/IncomingLegacyCallToast.tsx b/src/toasts/IncomingLegacyCallToast.tsx index 20e6f61bef2..c6ef1daf3ee 100644 --- a/src/toasts/IncomingLegacyCallToast.tsx +++ b/src/toasts/IncomingLegacyCallToast.tsx @@ -132,7 +132,7 @@ export default class IncomingLegacyCallToast extends React.Component - {_t("Accept")} + {_t("action|accept")} diff --git a/src/toasts/MobileGuideToast.ts b/src/toasts/MobileGuideToast.ts index 2c7df129b4f..cd916613df6 100644 --- a/src/toasts/MobileGuideToast.ts +++ b/src/toasts/MobileGuideToast.ts @@ -50,7 +50,7 @@ export const showToast = (): void => { ), acceptLabel: _t("Use app"), onAccept, - rejectLabel: _t("Dismiss"), + rejectLabel: _t("action|dismiss"), onReject, }, component: GenericToast, diff --git a/src/toasts/SetupEncryptionToast.ts b/src/toasts/SetupEncryptionToast.ts index 8b8b2b4cc3d..873780b8d85 100644 --- a/src/toasts/SetupEncryptionToast.ts +++ b/src/toasts/SetupEncryptionToast.ts @@ -52,9 +52,9 @@ const getSetupCaption = (kind: Kind): string => { case Kind.SET_UP_ENCRYPTION: return _t("action|continue"); case Kind.UPGRADE_ENCRYPTION: - return _t("Upgrade"); + return _t("action|upgrade"); case Kind.VERIFY_THIS_SESSION: - return _t("Verify"); + return _t("action|verify"); } }; diff --git a/src/toasts/UpdateToast.tsx b/src/toasts/UpdateToast.tsx index 2783e169432..b3f33c2ca53 100644 --- a/src/toasts/UpdateToast.tsx +++ b/src/toasts/UpdateToast.tsx @@ -52,7 +52,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st Modal.createDialog(QuestionDialog, { title: _t("What's New"), description:
{releaseNotes}
, - button: _t("Update"), + button: _t("action|update"), onFinished: (update) => { if (update && PlatformPeg.get()) { PlatformPeg.get()!.installUpdate(); @@ -74,7 +74,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st }; } else { onAccept = installUpdate; - acceptLabel = _t("Update"); + acceptLabel = _t("action|update"); } const brand = SdkConfig.get().brand; @@ -85,7 +85,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st description: _t("New version of %(brand)s is available", { brand }), acceptLabel, onAccept, - rejectLabel: _t("Dismiss"), + rejectLabel: _t("action|dismiss"), onReject, }, component: GenericToast, From fa2bef67d60f06703324562d4b1383beda6aa7ba Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 09:29:21 +0100 Subject: [PATCH 02/11] Re-add lost `enable` translation --- src/i18n/strings/ar.json | 1 + src/i18n/strings/bg.json | 1 + src/i18n/strings/cs.json | 1 + src/i18n/strings/de_DE.json | 1 + src/i18n/strings/el.json | 1 + src/i18n/strings/en_EN.json | 3 ++- src/i18n/strings/eo.json | 1 + src/i18n/strings/es.json | 1 + src/i18n/strings/et.json | 1 + src/i18n/strings/eu.json | 1 + src/i18n/strings/fa.json | 1 + src/i18n/strings/fi.json | 1 + src/i18n/strings/fr.json | 1 + src/i18n/strings/ga.json | 1 + src/i18n/strings/gl.json | 1 + src/i18n/strings/he.json | 1 + src/i18n/strings/hu.json | 1 + src/i18n/strings/id.json | 1 + src/i18n/strings/is.json | 1 + src/i18n/strings/it.json | 1 + src/i18n/strings/ja.json | 1 + src/i18n/strings/kab.json | 1 + src/i18n/strings/lo.json | 1 + src/i18n/strings/lt.json | 1 + src/i18n/strings/lv.json | 1 + src/i18n/strings/nb_NO.json | 1 + src/i18n/strings/nl.json | 1 + src/i18n/strings/nn.json | 1 + src/i18n/strings/oc.json | 1 + src/i18n/strings/pl.json | 1 + src/i18n/strings/pt_BR.json | 1 + src/i18n/strings/ru.json | 1 + src/i18n/strings/sk.json | 1 + src/i18n/strings/sq.json | 1 + src/i18n/strings/sv.json | 1 + src/i18n/strings/tr.json | 1 + src/i18n/strings/uk.json | 1 + src/i18n/strings/vi.json | 1 + src/i18n/strings/zh_Hans.json | 1 + src/i18n/strings/zh_Hant.json | 1 + 40 files changed, 41 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index b073192ae48..2bb791a53fd 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1311,6 +1311,7 @@ "decline": "رفض", "done": "تم", "edit": "تعديل", + "enable": "ممكن", "invite": "دعوة", "invites_list": "دعوات", "leave_room": "اترك الغرفة", diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 7c2a3a68dbb..a941e3a9e54 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -2084,6 +2084,7 @@ "disable": "Изключи", "done": "Готово", "edit": "Редактирай", + "enable": "Включи", "forgot_password": "Забравена парола?", "invite": "Покани", "invites_list": "Покани", diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 13dfb1951b5..e56bdfbbe59 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -3931,6 +3931,7 @@ "disable": "Zakázat", "done": "Hotovo", "edit": "Upravit", + "enable": "Povolit", "forgot_password": "Zapomenuté heslo?", "forward": "Přeposlat", "invite": "Pozvat", diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 2798d14a818..273cdf90655 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -3931,6 +3931,7 @@ "disable": "Deaktivieren", "done": "Fertig", "edit": "Bearbeiten", + "enable": "Aktivieren", "forgot_password": "Passwort vergessen?", "forward": "Weiterleiten", "invite": "Einladen", diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index cfaa53e5f92..8697c42404a 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -3244,6 +3244,7 @@ "disable": "Απενεργοποίηση", "done": "Τέλος", "edit": "Επεξεργασία", + "enable": "Ενεργοποίηση", "forgot_password": "Ξεχάσατε τον κωδικό;", "forward": "Προώθηση", "invite": "Πρόσκληση", diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index e847ae95903..8f849ccfafb 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -82,6 +82,7 @@ "continue": "Continue", "leave_room": "Leave room", "no": "No", + "enable": "Enable", "learn_more": "Learn more", "yes": "Yes", "decline": "Decline", @@ -92,7 +93,6 @@ "quote": "Quote", "start_chat": "Start chat", "invites_list": "Invites", - "reject": "Reject", "leave": "Leave", "start": "Start", "view_source": "View Source", @@ -108,6 +108,7 @@ "forward": "Forward", "copy_link": "Copy link", "disable": "Disable", + "reject": "Reject", "confirm": "Confirm", "dismiss": "Dismiss", "trust": "Trust", diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 40837d188fa..4eac2c433ef 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -2912,6 +2912,7 @@ "disable": "Malŝalti", "done": "Fini", "edit": "Redakti", + "enable": "Ŝalti", "forgot_password": "Ĉu forgesis pasvorton?", "forward": "Plusendi", "invite": "Inviti", diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 4a95d2e60eb..d36bc65efae 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -3732,6 +3732,7 @@ "disable": "Desactivar", "done": "Listo", "edit": "Editar", + "enable": "Activar", "forgot_password": "¿Has olvidado tu contraseña?", "forward": "Reenviar", "invite": "Invitar", diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index e5b6cc2ef25..19c83c749f6 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -3926,6 +3926,7 @@ "disable": "Lülita välja", "done": "Valmis", "edit": "Muuda", + "enable": "Võta kasutusele", "forgot_password": "Kas unustasid oma salasõna?", "forward": "Edasta", "invite": "Kutsu", diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 1917896fe8a..6c17e65cbd5 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1595,6 +1595,7 @@ "disable": "Desgaitu", "done": "Egina", "edit": "Editatu", + "enable": "Gaitu", "invite": "Gonbidatu", "invites_list": "Gonbidapenak", "leave": "Atera", diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index df695c0a328..7af1b3e4ef9 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -2585,6 +2585,7 @@ "disable": "غیرفعال‌کردن", "done": "انجام شد", "edit": "ویرایش", + "enable": "فعال کن", "forgot_password": "فراموشی گذرواژه", "invite": "دعوت", "invites_list": "دعوت‌ها", diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 0d482a6109e..81022f8f917 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -3525,6 +3525,7 @@ "disable": "Poista käytöstä", "done": "Valmis", "edit": "Muokkaa", + "enable": "Ota käyttöön", "forgot_password": "Unohtuiko salasana?", "forward": "Välitä", "invite": "Kutsu", diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 8e612eb6bf3..6892d25cbe1 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -3926,6 +3926,7 @@ "disable": "Désactiver", "done": "Terminé", "edit": "Modifier", + "enable": "Activer", "forgot_password": "Mot de passe oublié ?", "forward": "Transférer", "invite": "Inviter", diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index e5bc0612c0f..9331ff42d8f 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -695,6 +695,7 @@ "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", diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 1d50a693ae6..db6aa341ae8 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -3453,6 +3453,7 @@ "disable": "Desactivar", "done": "Feito", "edit": "Editar", + "enable": "Activar", "forgot_password": "Esqueceches o contrasinal?", "forward": "Reenviar", "invite": "Convidar", diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index c2156214742..692dba4700b 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -2727,6 +2727,7 @@ "disable": "השבת", "done": "סיום", "edit": "ערוך", + "enable": "אפשר", "forgot_password": "שכחת את הסיסמה?", "forward": "קדימה", "invite": "הזמן", diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index df70c986461..7839f0c9959 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -3830,6 +3830,7 @@ "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", diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 650f2a5d868..1896514b3f6 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -3931,6 +3931,7 @@ "disable": "Nonaktifkan", "done": "Selesai", "edit": "Edit", + "enable": "Aktifkan", "forgot_password": "Lupa kata sandi?", "forward": "Teruskan", "invite": "Undang", diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index 4341389cac1..d4ba0c79f59 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -3319,6 +3319,7 @@ "disable": "Gera óvirkt", "done": "Lokið", "edit": "Breyta", + "enable": "Virkja", "forgot_password": "Gleymt lykilorð?", "forward": "Áfram", "invite": "Bjóða", diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index c2297529661..aa21a0c99d9 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -3931,6 +3931,7 @@ "disable": "Disattiva", "done": "Fatto", "edit": "Modifica", + "enable": "Attiva", "forgot_password": "Hai dimenticato la password?", "forward": "Inoltra", "invite": "Invita", diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index d529e3ed599..6592d9e2d4b 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -3729,6 +3729,7 @@ "disable": "無効にする", "done": "完了", "edit": "編集", + "enable": "有効にする", "forgot_password": "パスワードを忘れましたか?", "forward": "転送", "invite": "招待", diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index cd94287ee24..12107d44a84 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1965,6 +1965,7 @@ "disable": "Sens", "done": "Immed", "edit": "Ẓreg", + "enable": "Rmed", "forgot_password": "Tettuḍ awal uffir?", "invite": "Nced", "invites_list": "Inced-d", diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index d278361a29d..3a5ed5f7f5c 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -3261,6 +3261,7 @@ "disable": "ປິດໃຊ້ງານ", "done": "ສຳເລັດແລ້ວ", "edit": "ແກ້ໄຂ", + "enable": "ເປີດໃຊ້ງານ", "forgot_password": "ລືມລະຫັດຜ່ານ?", "forward": "ສົ່ງຕໍ່", "invite": "ເຊີນ", diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 22c98aee908..264ec6d3c77 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -2477,6 +2477,7 @@ "disable": "Išjungti", "done": "Atlikta", "edit": "Koreguoti", + "enable": "Įjungti", "forgot_password": "Pamiršote slaptažodį?", "forward": "Persiųsti", "invite": "Pakviesti", diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 83224591684..20ec4c49a36 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1795,6 +1795,7 @@ "decline": "Noraidīt", "done": "Gatavs", "edit": "Rediģēt", + "enable": "Iespējot", "forgot_password": "Aizmirsi paroli?", "forward": "Pārsūtīt", "invite": "Uzaicināt", diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index f3b0a53dc84..a7b755f328b 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -1544,6 +1544,7 @@ "disable": "Slå av", "done": "Fullført", "edit": "Rediger", + "enable": "Slå på", "forgot_password": "Glemt passord?", "forward": "Videresend", "invite": "Inviter", diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 4c330a4b0e8..5b0ce2f4f1f 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -3536,6 +3536,7 @@ "disable": "Uitschakelen", "done": "Klaar", "edit": "Bewerken", + "enable": "Inschakelen", "forgot_password": "Wachtwoord vergeten?", "forward": "Doorsturen", "invite": "Uitnodigen", diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index ecc730a5320..c59d5340ffa 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -1066,6 +1066,7 @@ "create": "Lag", "decline": "Sei nei", "edit": "Gjer om", + "enable": "Aktiver", "invite": "Inviter", "invites_list": "Invitasjonar", "leave": "Forlat", diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index 6aefc320035..1fd2fadb05d 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -274,6 +274,7 @@ "create": "Crear", "disable": "Desactivar", "edit": "Editar", + "enable": "Activar", "invite": "Convidar", "invites_list": "Convits", "leave": "Quitar", diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index fe80f9c5146..8b936d5d978 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -3908,6 +3908,7 @@ "disable": "Wyłącz", "done": "Gotowe", "edit": "Edytuj", + "enable": "Włącz", "forgot_password": "Nie pamiętasz hasła?", "forward": "Przekaż", "invite": "Zaproś", diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 3b1164e099a..ebd2af30d0b 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -2853,6 +2853,7 @@ "disable": "Desativar", "done": "Fechar", "edit": "Editar", + "enable": "Ativar", "forgot_password": "Esqueceu a senha?", "invite": "Convidar", "invites_list": "Convidar", diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 3ab9be54a2d..e802867dc7c 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -3616,6 +3616,7 @@ "disable": "Отключить", "done": "Готово", "edit": "Изменить", + "enable": "Разрешить", "forgot_password": "Забыли пароль?", "forward": "Переслать", "invite": "Пригласить", diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 5f375a37ec6..5621ec8009e 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -3926,6 +3926,7 @@ "disable": "Nepovoliť", "done": "Hotovo", "edit": "Upraviť", + "enable": "Povoliť", "forgot_password": "Zabudli ste heslo?", "forward": "Preposlať", "invite": "Pozvať", diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 38abdde378b..30c5e392869 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -3819,6 +3819,7 @@ "disable": "Çaktivizoje", "done": "U bë", "edit": "Përpuno", + "enable": "Aktivizoje", "forgot_password": "Harruat fjalëkalimin?", "forward": "Përcille", "invite": "Ftoje", diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 77ac8b4398f..787ceba736d 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -3866,6 +3866,7 @@ "disable": "Inaktivera", "done": "Klar", "edit": "Ändra", + "enable": "Aktivera", "forgot_password": "Glömt lösenordet?", "forward": "Vidarebefordra", "invite": "Bjud in", diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 1272717fa58..2c70eba5aad 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1993,6 +1993,7 @@ "disable": "Devre dışı bırak", "done": "Bitti", "edit": "Düzenle", + "enable": "Aç", "invite": "Davet", "invites_list": "Davetler", "leave": "Ayrıl", diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index b6238f2c0ba..73847d66ced 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -3926,6 +3926,7 @@ "disable": "Вимкнути", "done": "Готово", "edit": "Змінити", + "enable": "Увімкнути", "forgot_password": "Забули пароль?", "forward": "Переслати", "invite": "Запросити", diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index afa5cf1f572..f08f89f0939 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -3629,6 +3629,7 @@ "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", diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 1c836595b4f..af762e8d2d9 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -3518,6 +3518,7 @@ "disable": "禁用", "done": "完成", "edit": "编辑", + "enable": "启用", "forgot_password": "忘记密码?", "forward": "转发", "invite": "邀请", diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 7cab752b07a..ee142d124c7 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -3926,6 +3926,7 @@ "disable": "停用", "done": "完成", "edit": "編輯", + "enable": "啟用", "forgot_password": "忘記密碼?", "forward": "轉寄", "invite": "邀請", From 18e9e3455799d9a69c1d870ae056da9d9d94b211 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 09:29:36 +0100 Subject: [PATCH 03/11] i18n --- src/i18n/strings/en_EN.json | 114 ++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 58 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 8f849ccfafb..8a86f52f91f 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,6 +8,62 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", + "action": { + "confirm": "Confirm", + "dismiss": "Dismiss", + "trust": "Trust", + "ok": "OK", + "reload": "Reload", + "cancel": "Cancel", + "continue": "Continue", + "leave_room": "Leave room", + "no": "No", + "enable": "Enable", + "stop": "Stop", + "learn_more": "Learn more", + "yes": "Yes", + "join": "Join", + "close": "Close", + "decline": "Decline", + "accept": "Accept", + "upgrade": "Upgrade", + "verify": "Verify", + "update": "Update", + "call": "Call", + "delete": "Delete", + "upload": "Upload", + "create": "Create", + "expand": "Expand", + "collapse": "Collapse", + "apply": "Apply", + "remove": "Remove", + "reset": "Reset", + "save": "Save", + "share": "Share", + "invite": "Invite", + "quote": "Quote", + "start_chat": "Start chat", + "invites_list": "Invites", + "reject": "Reject", + "leave": "Leave", + "start": "Start", + "view_source": "View Source", + "retry": "Retry", + "react": "React", + "edit": "Edit", + "reply": "Reply", + "copy": "Copy", + "done": "Done", + "skip": "Skip", + "create_a_room": "Create a room", + "report_content": "Report Content", + "next": "Next", + "view": "View", + "forward": "Forward", + "copy_link": "Copy link", + "logout": "Logout", + "disable": "Disable" + }, "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -77,62 +133,6 @@ "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", - "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", - "reject": "Reject", - "confirm": "Confirm", - "dismiss": "Dismiss", - "trust": "Trust", - "reload": "Reload", - "cancel": "Cancel", - "stop": "Stop", - "join": "Join", - "close": "Close", - "accept": "Accept", - "upgrade": "Upgrade", - "verify": "Verify", - "update": "Update", - "call": "Call", - "delete": "Delete", - "upload": "Upload", - "collapse": "Collapse", - "apply": "Apply", - "reset": "Reset", - "share": "Share", - "skip": "Skip", - "logout": "Logout", - "view": "View", - "expand": "Expand" - }, "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", @@ -2463,8 +2463,6 @@ "other": "%(oneUser)ssent %(count)s hidden messages", "one": "%(oneUser)ssent a hidden message" }, - "collapse": "collapse", - "expand": "expand", "Image view": "Image view", "Rotate Left": "Rotate Left", "Rotate Right": "Rotate Right", From 8a0d951aebf5b914e31e9babb0bbdd02a09d1fb2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 09:37:22 +0100 Subject: [PATCH 04/11] prettier --- src/components/views/rooms/ThirdPartyMemberInfo.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/views/rooms/ThirdPartyMemberInfo.tsx b/src/components/views/rooms/ThirdPartyMemberInfo.tsx index 1b2b9386b40..35c0086f43a 100644 --- a/src/components/views/rooms/ThirdPartyMemberInfo.tsx +++ b/src/components/views/rooms/ThirdPartyMemberInfo.tsx @@ -145,7 +145,11 @@ export default class ThirdPartyMemberInfo extends React.Component {scopeHeader}
- +

{this.state.displayName}

From 51e4a5c7e2faaed9cb9bd8f00e6e8b34c4ce6387 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 10:04:07 +0100 Subject: [PATCH 05/11] Update snapshot --- .../structures/__snapshots__/MessagePanel-test.tsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/components/structures/__snapshots__/MessagePanel-test.tsx.snap b/test/components/structures/__snapshots__/MessagePanel-test.tsx.snap index 0586b57fe14..9a1898c2980 100644 --- a/test/components/structures/__snapshots__/MessagePanel-test.tsx.snap +++ b/test/components/structures/__snapshots__/MessagePanel-test.tsx.snap @@ -83,7 +83,7 @@ exports[`MessagePanel should handle lots of membership events quickly 1`] = ` role="button" tabindex="0" > - expand + Expand
Date: Wed, 23 Aug 2023 10:35:26 +0100 Subject: [PATCH 06/11] Revert i18n --- src/i18n/strings/ar.json | 50 +++++------ src/i18n/strings/az.json | 25 +++--- src/i18n/strings/be.json | 8 +- src/i18n/strings/bg.json | 69 +++++++-------- src/i18n/strings/bs.json | 4 +- src/i18n/strings/ca.json | 45 +++++----- src/i18n/strings/cs.json | 93 ++++++++++---------- src/i18n/strings/cy.json | 4 +- src/i18n/strings/da.json | 32 +++---- src/i18n/strings/de_DE.json | 93 ++++++++++---------- src/i18n/strings/el.json | 85 +++++++++--------- src/i18n/strings/en_EN.json | 156 +++++++++++++++++----------------- src/i18n/strings/en_US.json | 39 ++++----- src/i18n/strings/eo.json | 83 +++++++++--------- src/i18n/strings/es.json | 91 ++++++++++---------- src/i18n/strings/et.json | 93 ++++++++++---------- src/i18n/strings/eu.json | 61 ++++++------- src/i18n/strings/fa.json | 79 ++++++++--------- src/i18n/strings/fi.json | 93 ++++++++++---------- src/i18n/strings/fr.json | 93 ++++++++++---------- src/i18n/strings/ga.json | 79 ++++++++--------- src/i18n/strings/gl.json | 87 +++++++++---------- src/i18n/strings/he.json | 83 +++++++++--------- src/i18n/strings/hi.json | 24 +++--- src/i18n/strings/hr.json | 8 +- src/i18n/strings/hu.json | 93 ++++++++++---------- src/i18n/strings/id.json | 93 ++++++++++---------- src/i18n/strings/is.json | 89 +++++++++---------- src/i18n/strings/it.json | 93 ++++++++++---------- src/i18n/strings/ja.json | 89 +++++++++---------- src/i18n/strings/jbo.json | 22 ++--- src/i18n/strings/ka.json | 10 +-- src/i18n/strings/kab.json | 63 +++++++------- src/i18n/strings/ko.json | 69 +++++++-------- src/i18n/strings/lo.json | 85 +++++++++--------- src/i18n/strings/lt.json | 81 +++++++++--------- src/i18n/strings/lv.json | 67 ++++++++------- src/i18n/strings/ml.json | 16 ++-- src/i18n/strings/mn.json | 2 +- src/i18n/strings/nb_NO.json | 83 +++++++++--------- src/i18n/strings/ne.json | 4 +- src/i18n/strings/nl.json | 87 +++++++++---------- src/i18n/strings/nn.json | 63 +++++++------- src/i18n/strings/oc.json | 59 ++++++------- src/i18n/strings/pl.json | 93 ++++++++++---------- src/i18n/strings/pt.json | 43 +++++----- src/i18n/strings/pt_BR.json | 79 ++++++++--------- src/i18n/strings/ro.json | 6 +- src/i18n/strings/ru.json | 89 +++++++++---------- src/i18n/strings/si.json | 6 +- src/i18n/strings/sk.json | 93 ++++++++++---------- src/i18n/strings/sl.json | 10 +-- src/i18n/strings/sq.json | 93 ++++++++++---------- src/i18n/strings/sr.json | 57 +++++++------ src/i18n/strings/sr_Latn.json | 12 +-- src/i18n/strings/sv.json | 93 ++++++++++---------- src/i18n/strings/ta.json | 18 ++-- src/i18n/strings/te.json | 18 ++-- src/i18n/strings/th.json | 45 +++++----- src/i18n/strings/tr.json | 65 +++++++------- src/i18n/strings/tzm.json | 29 ++++--- src/i18n/strings/uk.json | 93 ++++++++++---------- src/i18n/strings/vi.json | 93 ++++++++++---------- src/i18n/strings/vls.json | 49 +++++------ src/i18n/strings/zh_Hans.json | 91 ++++++++++---------- src/i18n/strings/zh_Hant.json | 93 ++++++++++---------- 66 files changed, 2031 insertions(+), 1982 deletions(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index 0cf533331ea..24612e1b469 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,8 +1,10 @@ { "Something went wrong!": "هناك خطأ ما!", + "Cancel": "إلغاء", + "Close": "إغلاق", "Create new room": "إنشاء غرفة جديدة", + "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", - "Warning": "تنبيه", "Send": "إرسال", "This email address is already in use": "عنوان البريد هذا مستعمل", "This phone number is already in use": "رقم الهاتف هذا مستخدم بالفعل", @@ -10,6 +12,7 @@ "Unavailable": "غير متوفر", "All Rooms": "كل الغُرف", "All messages": "كل الرسائل", + "Update": "تحديث", "What's New": "آخِر المُستجدّات", "Toolbox": "علبة الأدوات", "Collecting logs": "تجميع السجلات", @@ -30,6 +33,7 @@ "Single Sign On": "الولوج الموحّد", "Confirm adding email": "أكّد إضافة البريد الإلكتروني", "Click the button below to confirm adding this email address.": "انقر الزر بالأسفل لتأكيد إضافة عنوان البريد الإلكتروني هذا.", + "Confirm": "أكّد", "Add Email Address": "أضِف بريدًا إلكترونيًا", "Confirm adding this phone number by using Single Sign On to prove your identity.": "أكّد إضافتك لرقم الهاتف هذا باستعمال الولوج الموحّد لإثبات هويّتك.", "Confirm adding phone number": "أكّد إضافة رقم الهاتف", @@ -80,6 +84,7 @@ "Identity server has no terms of service": "ليس لخادوم الهويّة أيّ شروط خدمة", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "يطلب هذا الإجراء الوصول إلى خادوم الهويّات المبدئيللتثبّت من عنوان البريد الإلكتروني أو رقم الهاتف، ولكن ليس للخادوم أيّ شروط خدمة.", "Only continue if you trust the owner of the server.": "لا تُواصل لو لم تكن تثق بمالك الخادوم.", + "Trust": "أثق به", "%(name)s is requesting verification": "يطلب %(name)s التثبّت", "%(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 التنبيهات. من فضلك أعِد المحاولة", @@ -222,8 +227,6 @@ "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s قاعدة متغيرة التي تحظر الغرف المطابقة %(oldGlob)s من أجل مطابقة %(newGlob)s من أجل %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s قاعدة متغيرة التي تحظر سيرفرات مطابقة %(oldGlob)s من أجل مطابقة %(newGlob)s من أجل %(reason)s", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s قاعدة حظر محدثة التي طابقت %(oldGlob)s لتطابق %(newGlob)s من أجل %(reason)s", - "Light": "ضوء", - "Dark": "مظلم", "You signed in to a new session without verifying it:": "قمت بتسجيل الدخول لجلسة جديدة من غير التحقق منها:", "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 تم تسجيل الدخول لجلسة جديدة من غير التحقق منها:", @@ -249,6 +252,7 @@ "expand": "توسيع", "collapse": "تضييق", "Please create a new issue on GitHub so that we can investigate this bug.": "الرجاء إنشاء إشكال جديد على GitHub حتى نتمكن من التحقيق في هذا الخطأ.", + "Join": "انضم", "This version of %(brand)s does not support searching encrypted messages": "لا يدعم هذا الإصدار من %(brand)s البحث في الرسائل المشفرة", "This version of %(brand)s does not support viewing some encrypted files": "لا يدعم هذا الإصدار من %(brand)s s عرض بعض الملفات المشفرة", "Use the Desktop app to search encrypted messages": "استخدم تطبيق سطح المكتب للبحث في الرسائل المشفرة", @@ -321,7 +325,6 @@ "Download %(text)s": "تحميل %(text)s", "Decrypt %(text)s": "فك تشفير %(text)s", "Error decrypting attachment": "تعذر فك تشفير المرفق", - "Attachment": "المرفق", "Message Actions": "إجراءات الرسائل", "The encryption used by this room isn't supported.": "التشفير الذي تستخدمه هذه الغرفة غير مدعوم.", "Encryption not enabled": "التشفير غير مفعل", @@ -412,12 +415,12 @@ "Sort by": "ترتيب حسب", "Show previews of messages": "إظهار معاينات للرسائل", "Show rooms with unread messages first": "اعرض الغرف ذات الرسائل غير المقروءة أولاً", - "Appearance": "المظهر", "%(roomName)s is not accessible at this time.": "لا يمكن الوصول إلى %(roomName)s في الوقت الحالي.", "%(roomName)s does not exist.": "الغرفة %(roomName)s ليست موجودة.", "%(roomName)s can't be previewed. Do you want to join it?": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟", "You're previewing %(roomName)s. Want to join it?": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟", "Reject & Ignore user": "رفض الدعوة وتجاهل الداعي", + "Reject": "رفض", " invited you": " دعاك", "Do you want to join %(roomName)s?": "هل تريد أن تنضم إلى %(roomName)s؟", "Start chatting": "ابدأ المحادثة", @@ -445,7 +448,6 @@ "Explore public rooms": "استكشف الغرف العامة", "Add room": "أضف غرفة", "Rooms": "الغرف", - "Favourites": "مفضلات", "Search": "بحث", "Show Widgets": "إظهار عناصر الواجهة", "Hide Widgets": "إخفاء عناصر الواجهة", @@ -529,7 +531,6 @@ "Something went wrong. Please try again or view your console for hints.": "هناك خطأ ما. يرجى المحاولة مرة أخرى أو عرض وحدة التحكم (console) للتلميحات.", "Error adding ignored user/server": "تعذر إضافة مستخدم/خادم مُتجاهَل", "Ignored/Blocked": "المُتجاهل/المحظور", - "Labs": "معامل", "Clear cache and reload": "محو مخزن الجيب وإعادة التحميل", "%(brand)s version:": "إصدار %(brand)s:", "Versions": "الإصدارات", @@ -556,7 +557,6 @@ "Appearance Settings only affect this %(brand)s session.": "إنما تؤثر إعدادات المظهر في %(brand)s وعلى هذا الاتصال فقط.", "Customise your appearance": "تخصيص مظهرك", "Set the name of a font installed on your system & %(brand)s will attempt to use it.": "قم بتعيين اسم الخط المثبت على نظامك وسيحاول %(brand)s استخدامه.", - "Theme": "المظهر", "Add theme": "إضافة مظهر", "Custom theme URL": "رابط المظهر المخصص", "Theme added!": "أُضيفَ المظهر!", @@ -681,7 +681,6 @@ "Add widgets, bridges & bots": "إضافة عناصر الواجهة والجسور والروبوتات", "Edit widgets, bridges & bots": "تعديل عناصر الواجهة والجسور والروبوتات", "Widgets": "عناصر الواجهة", - "Options": "الخيارات", "Unpin": "فك التثبيت", "You can only pin up to %(count)s widgets": { "other": "تثبيت عناصر واجهة المستخدم ممكن إلى %(count)s بحدٍ أعلى" @@ -730,6 +729,7 @@ "not found": "لم يعثر عليه", "in memory": "في الذاكرة", "Cross-signing public keys:": "المفاتيح العامة للتوقيع المتبادل:", + "Reset": "إعادة تعيين", "Set up": "تأسيس", "Cross-signing is not set up.": "لم يتم إعداد التوقيع المتبادل.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.", @@ -748,6 +748,7 @@ "Show more": "أظهر أكثر", "Show less": "أظهر أقل", "This bridge is managed by .": "هذا الجسر يديره .", + "Upload": "رفع", "Accept to continue:": "قبول للمتابعة:", "Your server isn't responding to some requests.": "خادمك لا يتجاوب مع بعض الطلبات.", "Dog": "كلب", @@ -767,6 +768,7 @@ "You've successfully verified this user.": "لقد نجحت في التحقق من هذا المستخدم.", "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", + "Accept": "قبول", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -865,6 +867,7 @@ "Revoke": "إبطال", "Unable to revoke sharing for phone number": "تعذر إبطال مشاركة رقم الهاتف", "Discovery options will appear once you have added an email above.": "ستظهر خيارات الاكتشاف بمجرد إضافة بريد إلكتروني أعلاه.", + "Share": "مشاركة", "Complete": "تام", "Verify the link in your inbox": "تحقق من الرابط في بريدك الوارد", "Unable to verify email address.": "تعذر التحقق من عنوان البريد الإلكتروني.", @@ -971,6 +974,8 @@ "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", "Safeguard against losing access to encrypted messages & data": "حماية ضد فقدان الوصول إلى الرسائل والبيانات المشفرة", + "Verify": "تحقق", + "Upgrade": "ترقية", "Verify this session": "تحقق من هذا الاتصال", "Encryption upgrade available": "ترقية التشفير متاحة", "Set up Secure Backup": "أعد النسخ الاحتياطي الآمن", @@ -1304,7 +1309,16 @@ "settings": "الإعدادات", "success": "نجاح", "unmute": "رفع الكتم", - "verification_cancelled": "أُلغي التحقق" + "verification_cancelled": "أُلغي التحقق", + "attachment": "المرفق", + "light": "ضوء", + "dark": "مظلم", + "warning": "تنبيه", + "favourites": "مفضلات", + "theme": "المظهر", + "options": "الخيارات", + "appearance": "المظهر", + "labs": "معامل" }, "action": { "continue": "واصِل", @@ -1326,19 +1340,5 @@ "start_chat": "ابدأ محادثة", "view_source": "انظر المصدر", "yes": "نعم" - }, - "action.reject": "رفض", - "action.confirm": "أكّد", - "action.dismiss": "أهمِل", - "action.trust": "أثق به", - "action.cancel": "إلغاء", - "action.join": "انضم", - "action.close": "إغلاق", - "action.accept": "قبول", - "action.upgrade": "ترقية", - "action.verify": "تحقق", - "action.update": "تحديث", - "action.upload": "رفع", - "action.reset": "إعادة تعيين", - "action.share": "مشاركة" + } } diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 1b8d7978fb8..51f032672da 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -69,6 +69,7 @@ "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s üçün %(fromPowerLevel)s-dan %(toPowerLevel)s-lə", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hüquqların səviyyələrini dəyişdirdi %(powerLevelDiffText)s.", "Always show message timestamps": "Həmişə mesajların göndərilməsi vaxtını göstərmək", + "Accept": "Qəbul etmək", "Incorrect verification code": "Təsdiq etmənin səhv kodu", "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", @@ -92,7 +93,6 @@ "Ignore": "Bloklamaq", "Invited": "Dəvət edilmişdir", "Filter room members": "İştirakçılara görə axtarış", - "Attachment": "Əlavə", "Hangup": "Bitirmək", "Voice call": "Səs çağırış", "Video call": "Video çağırış", @@ -101,7 +101,6 @@ "Join Room": "Otağa girmək", "Upload avatar": "Avatar-ı yükləmək", "Forget room": "Otağı unutmaq", - "Favourites": "Seçilmişlər", "Low priority": "Əhəmiyyətsizlər", "Historical": "Arxiv", "Failed to unban": "Blokdan çıxarmağı bacarmadı", @@ -114,6 +113,7 @@ "Who can read history?": "Kim tarixi oxuya bilər?", "Permissions": "Girişin hüquqları", "Advanced": "Təfərrüatlar", + "Close": "Bağlamaq", "Sunday": "Bazar", "Friday": "Cümə", "Today": "Bu gün", @@ -122,8 +122,8 @@ "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmə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", "Deactivate Account": "Hesabı bağlamaq", "An error has occurred.": "Səhv oldu.", @@ -135,9 +135,9 @@ "Failed to change password. Is your password correct?": "Şifrəni əvəz etməyi bacarmadı. Siz cari şifrə düzgün daxil etdiniz?", "Reject invitation": "Dəvəti rədd etmək", "Are you sure you want to reject the invitation?": "Siz əminsiniz ki, siz dəvəti rədd etmək istəyirsiniz?", - "Name": "Ad", "Failed to reject invitation": "Dəvəti rədd etməyi bacarmadı", "For security, this session has been signed out. Please sign in again.": "Təhlükəsizliyin təmin olunması üçün sizin sessiyanız başa çatmışdır idi. Zəhmət olmasa, yenidən girin.", + "Logout": "Çıxmaq", "Notifications": "Xəbərdarlıqlar", "Connectivity to the server has been lost.": "Serverlə əlaqə itirilmişdir.", "Sent messages will be stored until your connection has returned.": "Hələ ki serverlə əlaqə bərpa olmayacaq, göndərilmiş mesajlar saxlanacaq.", @@ -148,7 +148,6 @@ "": "", "Import E2E room keys": "Şifrləmənin açarlarının idxalı", "Cryptography": "Kriptoqrafiya", - "Labs": "Laboratoriya", "Email": "E-poçt", "Profile": "Profil", "Account": "Hesab", @@ -172,6 +171,7 @@ "AM": "12:00", "Unnamed Room": "Adı açıqlanmayan otaq", "Unable to load! Check your network connectivity and try again.": "Yükləmək olmur! Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin.", + "Dismiss": "Nəzərə almayın", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s-un sizə bildiriş göndərmək icazəsi yoxdur - brauzerinizin parametrlərini yoxlayın", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s bildiriş göndərmək üçün icazə verilmədi - lütfən yenidən cəhd edin", "This email address was not found": "Bu e-poçt ünvanı tapılmadı", @@ -206,6 +206,7 @@ "Identity server has no terms of service": "Şəxsiyyət serverinin xidmət şərtləri yoxdur", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Bu hərəkət e-poçt ünvanı və ya telefon nömrəsini təsdiqləmək üçün standart şəxsiyyət serverinə girməyi tələb edir, lakin serverdə heç bir xidmət şəraiti yoxdur.", "Only continue if you trust the owner of the server.": "Yalnız server sahibinə etibar etsəniz davam edin.", + "Trust": "Etibar", "Custom (%(level)s)": "Xüsusi (%(level)s)", "Room %(roomId)s not visible": "Otaq %(roomId)s görünmür", "Messages": "Mesajlar", @@ -240,7 +241,12 @@ "error": "Səhv", "no_results": "Nəticə yoxdur", "password": "Şifrə", - "settings": "Qurmalar" + "settings": "Qurmalar", + "attachment": "Əlavə", + "home": "Başlanğıc", + "favourites": "Seçilmişlər", + "name": "Ad", + "labs": "Laboratoriya" }, "action": { "continue": "Davam etmək", @@ -250,10 +256,5 @@ "remove": "Silmək", "start_chat": "Çata başlamaq" }, - "action.dismiss": "Nəzərə almayın", - "action.trust": "Etibar", - "action.close": "Bağlamaq", - "action.accept": "Qəbul etmək", - "action.update": "Yeniləmək", - "action.logout": "Çıxmaq" + "Home": "Başlanğıc" } diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 59a90d3b456..5f6847c2872 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -1,9 +1,12 @@ { + "Reject": "Адхіліць", "Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s", "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", + "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", + "Close": "Зачыніць", "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", @@ -23,8 +26,5 @@ "leave": "Пакінуць", "quote": "Цытата", "remove": "Выдалiць" - }, - "action.reject": "Адхіліць", - "action.dismiss": "Aдхіліць", - "action.close": "Зачыніць" + } } diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 674ca7d3552..9756751c45d 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,8 +1,10 @@ { "Operation failed": "Операцията е неуспешна", "Search": "Търсене", + "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", - "Warning": "Предупреждение", + "Close": "Затвори", + "Cancel": "Отказ", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", @@ -105,6 +107,7 @@ "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 прегледи за участници в тази стая", + "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", @@ -121,7 +124,6 @@ "Authentication": "Автентикация", "Failed to set display name": "Неуспешно задаване на име", "Drop file here to upload": "Пуснете файла тук, за да се качи", - "Options": "Настройки", "Unban": "Отблокирай", "Failed to ban user": "Неуспешно блокиране на потребителя", "Failed to mute user": "Неуспешно заглушаване на потребителя", @@ -140,7 +142,6 @@ "Invited": "Поканен", "Filter room members": "Филтриране на членовете", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (ниво на достъп %(powerLevelNumber)s)", - "Attachment": "Прикачване", "Hangup": "Затвори", "Voice call": "Гласово повикване", "Video call": "Видео повикване", @@ -168,7 +169,6 @@ "Join Room": "Присъединяване към стаята", "Upload avatar": "Качи профилна снимка", "Forget room": "Забрави стаята", - "Favourites": "Любими", "Low priority": "Нисък приоритет", "Historical": "Архив", "%(roomName)s does not exist.": "%(roomName)s не съществува.", @@ -221,7 +221,6 @@ "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Изтриването на приспособление го премахва за всички потребители в тази стая. Сигурни ли сте, че искате да изтриете това приспособление?", "Delete widget": "Изтрий приспособлението", "Create new room": "Създай нова стая", - "Home": "Начална страница", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)sсе присъединиха %(count)s пъти", @@ -330,10 +329,9 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но не я намери.", "Unable to remove contact information": "Неуспешно премахване на информацията за контакти", "This will allow you to reset your password and receive notifications.": "Това ще Ви позволи да възстановите Вашата парола и да получавате известия.", - "Name": "Име", + "Skip": "Пропусни", "You must register to use this functionality": "Трябва да се регистрирате, за да използвате тази функционалност", "You must join the room to see its files": "Трябва да се присъедините към стаята, за да видите файловете, които съдържа", - "Description": "Описание", "Reject invitation": "Отхвърли поканата", "Are you sure you want to reject the invitation?": "Сигурни ли сте, че искате да отхвърлите поканата?", "Failed to reject invitation": "Неуспешно отхвърляне на поканата", @@ -342,6 +340,7 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", + "Logout": "Излез", "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", @@ -350,7 +349,6 @@ "Search failed": "Търсенето е неуспешно", "Server may be unavailable, overloaded, or search timed out :(": "Сървърът може би е недостъпен, претоварен или времето за търсене изтече :(", "No more results": "Няма повече резултати", - "Room": "Стая", "Failed to reject invite": "Неуспешно отхвърляне на поканата", "Reject all %(invitedRooms)s invites": "Отхвърли всички %(invitedRooms)s покани", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но нямате разрешение да разгледате въпросното съобщение.", @@ -363,7 +361,6 @@ "": "<не се поддържа>", "Import E2E room keys": "Импортирай E2E ключове", "Cryptography": "Криптография", - "Labs": "Експерименти", "Check for update": "Провери за нова версия", "Start automatically after system login": "Автоматично стартиране след влизане в системата", "No media permissions": "Няма разрешения за медийните устройства", @@ -424,6 +421,7 @@ "Notification targets": "Устройства, получаващи известия", "Today": "Днес", "Friday": "Петък", + "Update": "Актуализиране", "On": "Вкл.", "Changelog": "Списък на промените", "Waiting for response from server": "Изчакване на отговор от сървъра", @@ -443,6 +441,7 @@ "Developer Tools": "Инструменти за разработчика", "Preparing to send logs": "Подготовка за изпращане на логове", "Saturday": "Събота", + "Reject": "Отхвърли", "Monday": "Понеделник", "Toolbox": "Инструменти", "Collecting logs": "Събиране на логове", @@ -640,7 +639,6 @@ "Email addresses": "Имейл адреси", "Phone numbers": "Телефонни номера", "Language and region": "Език и регион", - "Theme": "Тема", "Account management": "Управление на акаунта", "For help with using %(brand)s, click here.": "За помощ при използването на %(brand)s, кликнете тук.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "За помощ при използването на %(brand)s, кликнете тук или започнете чат с бота ни използвайки бутона по-долу.", @@ -669,11 +667,13 @@ "Room avatar": "Снимка на стаята", "Room Name": "Име на стаята", "Room Topic": "Тема на стаята", + "Join": "Присъедини се", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", + "Confirm": "Потвърди", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", "Other": "Други", "Guest": "Гост", @@ -823,6 +823,7 @@ "Your browser likely removed this data when running low on disk space.": "Най-вероятно браузърът Ви е премахнал тези данни поради липса на дисково пространство.", "Upload files (%(current)s of %(total)s)": "Качване на файлове (%(current)s от %(total)s)", "Upload files": "Качи файлове", + "Upload": "Качи", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Файлът е прекалено голям за да се качи. Максималният допустим размер е %(limit)s, докато този файл е %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Тези файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Някои файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", @@ -866,6 +867,7 @@ "Uploaded sound": "Качен звук", "Sounds": "Звуци", "Notification sound": "Звук за уведомление", + "Reset": "Нулирай", "Set a new custom sound": "Настрой нов собствен звук", "Browse": "Избор", "This room has already been upgraded.": "Тази стая вече е била обновена.", @@ -960,6 +962,7 @@ "Unable to revoke sharing for email address": "Неуспешно оттегляне на споделянето на имейл адреса", "Unable to share email address": "Неуспешно споделяне на имейл адрес", "Revoke": "Оттегли", + "Share": "Сподели", "Discovery options will appear once you have added an email above.": "Опциите за откриване ще се покажат след като добавите имейл адрес по-горе.", "Unable to revoke sharing for phone number": "Неуспешно оттегляне на споделянето на телефонен номер", "Unable to share phone number": "Неуспешно споделяне на телефонен номер", @@ -1018,6 +1021,7 @@ "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": "Изпрати доклад", + "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", "Complete": "Завърши", @@ -1035,6 +1039,7 @@ "Add Email Address": "Добави имейл адрес", "Add Phone Number": "Добави телефонен номер", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Това действие изисква връзка със сървъра за самоличност за валидиране на имейл адреса или телефонния номер, но сървърът не предоставя условия за ползване.", + "Trust": "Довери се", "Show previews/thumbnails for images": "Показвай преглед (умален размер) на снимки", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Би било добре да премахнете личните си данни от сървъра за самоличност преди прекъсване на връзката. За съжаление, сървърът за самоличност в момента не е достъпен.", "You should:": "Ще е добре да:", @@ -1170,6 +1175,7 @@ "one": "1 потвърдена сесия" }, "Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.", + "Verify": "Потвърди", "You have ignored this user, so their message is hidden. Show anyways.": "Игнорирали сте този потребител, така че съобщението им е скрито. Покажи така или иначе.", "Any of the following data may be shared:": "Следните данни може да бъдат споделени:", "Your display name": "Вашето име", @@ -1191,6 +1197,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Обновяването на стая е действие за напреднали и обикновено се препоръчва когато стаята е нестабилна поради бъгове, липсващи функции или проблеми със сигурността.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Това обикновено влия само на това как стаята се обработва на сървъра. Ако имате проблеми с %(brand)s, съобщете за проблем.", "You'll upgrade this room from to .": "Ще обновите стаята от до .", + "Upgrade": "Обнови", "Remove for everyone": "Премахни за всички", "Country Dropdown": "Падащо меню за избор на държава", "Verification Request": "Заявка за потвърждение", @@ -1416,7 +1423,6 @@ "Size must be a number": "Размера трябва да е число", "Custom font size can only be between %(min)s pt and %(max)s pt": "Собствения размер на шрифта може да бъде единствено между %(min)s pt и %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Изберете между %(min)s pt и %(max)s pt", - "Appearance": "Изглед", "You've successfully verified your device!": "Успешно потвърдихте устройството си!", "Message deleted": "Съобщението беше изтрито", "Message deleted by %(name)s": "Съобщението беше изтрито от %(name)s", @@ -1535,8 +1541,6 @@ "other": "Покажи още %(count)s", "one": "Покажи още %(count)s" }, - "Light": "Светла", - "Dark": "Тъмна", "Use custom size": "Използвай собствен размер", "Use a system font": "Използвай системния шрифт", "System font name": "Име на системния шрифт", @@ -1979,12 +1983,11 @@ "Invite people": "Покани хора", "Share invite link": "Сподели връзка с покана", "Click to copy": "Натиснете за копиране", + "Delete": "Изтрий", "Please enter a name for the space": "Моля, въведете име на пространството", "Create a space": "Създаване на пространство", "Add some details to help people recognise it.": "Добавете някои подробности, за да помогнете на хората да го разпознаят.", "Invite only, best for yourself or teams": "Само с покана, най-добро за вас самият или отбори", - "Public": "Публично", - "Private": "Лично", "Your public space": "Вашето публично пространство", "Your private space": "Вашето лично пространство", "You can change these anytime.": "Можете да ги промените по всяко време.", @@ -2074,7 +2077,22 @@ "suggestions": "Предложения", "unmute": "Премахни заглушаването", "username": "Потребителско име", - "verification_cancelled": "Верификацията беше отказана" + "verification_cancelled": "Верификацията беше отказана", + "attachment": "Прикачване", + "light": "Светла", + "dark": "Тъмна", + "warning": "Предупреждение", + "home": "Начална страница", + "favourites": "Любими", + "room": "Стая", + "theme": "Тема", + "name": "Име", + "description": "Описание", + "public": "Публично", + "private": "Лично", + "options": "Настройки", + "appearance": "Изглед", + "labs": "Експерименти" }, "action": { "continue": "Продължи", @@ -2108,22 +2126,5 @@ "a11y": { "user_menu": "Потребителско меню" }, - "action.reject": "Отхвърли", - "action.confirm": "Потвърди", - "action.dismiss": "Затвори", - "action.trust": "Довери се", - "action.cancel": "Отказ", - "action.join": "Присъедини се", - "action.close": "Затвори", - "action.accept": "Приеми", - "action.upgrade": "Обнови", - "action.verify": "Потвърди", - "action.update": "Актуализиране", - "action.delete": "Изтрий", - "action.upload": "Качи", - "action.reset": "Нулирай", - "action.share": "Сподели", - "action.skip": "Пропусни", - "action.logout": "Излез", - "action.view": "Виж" + "Home": "Начална страница" } diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index 938691d682d..a7891ebdcdf 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,7 +1,7 @@ { + "Dismiss": "Odbaci", "Create Account": "Otvori račun", "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", - "Identity server": "Identifikacioni Server", - "action.dismiss": "Odbaci" + "Identity server": "Identifikacioni Server" } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 66a4d846052..4b6dca8b914 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -6,10 +6,13 @@ "Camera": "Càmera", "Advanced": "Avançat", "Always show message timestamps": "Mostra sempre la marca de temps del missatge", + "Cancel": "Cancel·la", + "Close": "Tanca", "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", + "Dismiss": "Omet", "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", @@ -107,6 +110,7 @@ "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", + "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", @@ -123,7 +127,6 @@ "Authentication": "Autenticació", "Failed to set display name": "No s'ha pogut establir el nom visible", "Drop file here to upload": "Deixa anar el fitxer aquí per pujar-lo", - "Options": "Opcions", "Unban": "Retira l'expulsió", "This room is not public. You will not be able to rejoin without an invite.": "Aquesta sala no és pública. No podreu tronar a entrar sense invitació.", "Failed to ban user": "No s'ha pogut expulsar l'usuari", @@ -144,7 +147,6 @@ "Invited": "Convidat", "Filter room members": "Filtra els membres de la sala", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (autoritat %(powerLevelNumber)s)", - "Attachment": "Adjunt", "Hangup": "Penja", "Voice call": "Trucada de veu", "Video call": "Trucada de vídeo", @@ -175,7 +177,6 @@ "Join Room": "Entra a la sala", "Upload avatar": "Puja l'avatar", "Forget room": "Oblida la sala", - "Favourites": "Preferits", "Low priority": "Baixa prioritat", "Historical": "Històric", "%(roomName)s does not exist.": "La sala %(roomName)s no existeix.", @@ -225,7 +226,6 @@ "Delete Widget": "Suprimeix el giny", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "La supressió d'un giny l'elimina per a tots els usuaris d'aquesta sala. Esteu segur que voleu eliminar aquest giny?", "Delete widget": "Suprimeix el giny", - "Home": "Inici", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "one": "%(severalUsers)s s'hi han unit", @@ -331,12 +331,11 @@ "Unable to add email address": "No s'ha pogut afegir el correu electrònic", "Unable to verify email address.": "No s'ha pogut verificar el correu electrònic.", "This will allow you to reset your password and receive notifications.": "Això us permetrà restablir la vostra contrasenya i rebre notificacions.", + "Skip": "Omet", "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.": "Si anteriorment heu utilitzat un versió de %(brand)s més recent, la vostra sessió podría ser incompatible amb aquesta versió. Tanqueu aquesta finestra i torneu a la versió més recent.", - "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", "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ó", "Are you sure you want to reject the invitation?": "Esteu segur que voleu rebutjar la invitació?", "Failed to reject invitation": "No s'ha pogut rebutjar la invitació", @@ -344,7 +343,7 @@ "For security, this session has been signed out. Please sign in again.": "Per seguretat, aquesta sessió s'ha tancat. Torna a iniciar la sessió.", "Old cryptography data detected": "S'han detectat dades de criptografia antigues", "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.": "S'han detectat dades d'una versió antiga del %(brand)s. Això haurà provocat que el xifratge d'extrem a extrem no funcioni correctament a la versió anterior. Els missatges xifrats d'extrem a extrem que s'han intercanviat recentment mentre s'utilitzava la versió anterior no es poden desxifrar en aquesta versió. També pot provocar que els missatges intercanviats amb aquesta versió fallin. Si teniu problemes, sortiu de la sessió i torneu a entrar-hi. Per poder llegir l'historial dels missatges xifrats, exporteu i torneu a importar les vostres claus.", - "Warning": "Avís", + "Logout": "Surt", "Connectivity to the server has been lost.": "S'ha perdut la connectivitat amb el servidor.", "Sent messages will be stored until your connection has returned.": "Els missatges enviats s'emmagatzemaran fins que la vostra connexió hagi tornat.", "You seem to be uploading files, are you sure you want to quit?": "Sembla que s'està pujant fitxers, esteu segur que voleu sortir?", @@ -352,7 +351,6 @@ "Search failed": "No s'ha pogut cercar", "Server may be unavailable, overloaded, or search timed out :(": "Pot ser que el servidor no estigui disponible, que estigui sobrecarregat o que s'ha esgotat el temps de cerca :(", "No more results": "No hi ha més resultats", - "Room": "Sala", "Failed to reject invite": "No s'ha pogut rebutjar la invitació", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "S'ha intentat carregar un punt específic dins la línia de temps d'aquesta sala, però no teniu permís per veure el missatge en qüestió.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "S'ha intentat carregar un punt específic de la línia de temps d'aquesta sala, però no s'ha pogut trobar.", @@ -365,7 +363,6 @@ "Sign out": "Tanca la sessió", "Import E2E room keys": "Importar claus E2E de sala", "Cryptography": "Criptografia", - "Labs": "Laboratoris", "%(brand)s version:": "Versió de %(brand)s:", "Incorrect username and/or password.": "Usuari i/o contrasenya incorrectes.", "Session ID": "ID de la sessió", @@ -381,6 +378,7 @@ "Notification targets": "Objectius de les notificacions", "Today": "Avui", "Friday": "Divendres", + "Update": "Actualitzar", "What's New": "Novetats", "On": "Engegat", "Changelog": "Registre de canvis", @@ -403,6 +401,7 @@ "Developer Tools": "Eines de desenvolupador", "Preparing to send logs": "Preparant l'enviament de logs", "Saturday": "Dissabte", + "Reject": "Rebutja", "Monday": "Dilluns", "Toolbox": "Caixa d'eines", "Collecting logs": "S'estan recopilant els registres", @@ -503,10 +502,10 @@ "Show read receipts sent by other users": "Mostra les confirmacions de lectura enviades pels altres usuaris", "Enable big emoji in chat": "Activa Emojis grans en xats", "Send analytics data": "Envia dades d'anàlisi", + "Upload": "Puja", "Email addresses": "Adreces de correu electrònic", "Phone numbers": "Números de telèfon", "Language and region": "Idioma i regió", - "Theme": "Tema", "Phone Number": "Número de telèfon", "Send typing notifications": "Envia notificacions d'escriptura", "We encountered an error trying to restore your previous session.": "Hem trobat un error en intentar recuperar la teva sessió prèvia.", @@ -559,6 +558,7 @@ "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", "%(name)s is requesting verification": "%(name)s està demanant verificació", + "Trust": "Confiança", "Only continue if you trust the owner of the server.": "Continua, només, si confies amb el propietari del servidor.", "Identity server has no terms of service": "El servidor d'identitat no disposa de condicions de servei", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aquesta acció necessita accedir al servidor d'identitat predeterminat per validar una adreça de correu electrònic o un número de telèfon, però el servidor no disposa de condicions de servei.", @@ -608,6 +608,7 @@ "Click the button below to confirm adding this phone number.": "Fes clic al botó de sota per confirmar l'addició d'aquest número de telèfon.", "Confirm adding phone number": "Confirma l'addició del número de telèfon", "Add Email Address": "Afegeix una adreça de correu electrònic", + "Confirm": "Confirma", "Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.", "Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon", "Unable to access microphone": "No s'ha pogut accedir al micròfon", @@ -628,7 +629,17 @@ "offline": "Fora de línia", "password": "Contrasenya", "settings": "Configuració", - "unmute": "No silenciïs" + "unmute": "No silenciïs", + "attachment": "Adjunt", + "warning": "Avís", + "home": "Inici", + "favourites": "Preferits", + "room": "Sala", + "theme": "Tema", + "name": "Nom", + "description": "Descripció", + "options": "Opcions", + "labs": "Laboratoris" }, "action": { "continue": "Continua", @@ -647,15 +658,5 @@ "start_chat": "Inicia un xat", "view_source": "Mostra el codi" }, - "action.reject": "Rebutja", - "action.confirm": "Confirma", - "action.dismiss": "Omet", - "action.trust": "Confiança", - "action.cancel": "Cancel·la", - "action.close": "Tanca", - "action.accept": "Accepta", - "action.update": "Actualitzar", - "action.upload": "Puja", - "action.skip": "Omet", - "action.logout": "Surt" + "Home": "Inici" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 6dd8334e5c1..7b19f8ed973 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1,9 +1,9 @@ { - "Favourites": "Oblíbené", + "Close": "Zavřít", "Filter room members": "Najít člena místnosti", "Historical": "Historické", - "Home": "Domov", "Jump to first unread message.": "Přejít na první nepřečtenou zprávu.", + "Logout": "Odhlásit se", "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", @@ -30,14 +30,16 @@ "Nov": "Lis", "Dec": "Pro", "Create new room": "Vytvořit novou místnost", - "Options": "Volby", "Register": "Zaregistrovat", + "Cancel": "Storno", "Favourite": "Oblíbené", "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", "unknown error code": "neznámý kód chyby", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", + "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", + "Accept": "Přijmout", "Account": "Účet", "Add": "Přidat", "Admin": "Správce", @@ -55,7 +57,6 @@ "Are you sure?": "Opravdu?", "Are you sure you want to leave the room '%(roomName)s'?": "Opravdu chcete opustit místnost '%(roomName)s'?", "Are you sure you want to reject the invitation?": "Opravdu chcete odmítnout pozvání?", - "Attachment": "Příloha", "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.": "Nelze se připojit k domovskému serveru – zkontrolujte prosím své připojení, prověřte, zda je SSL certifikát vašeho domovského serveru důvěryhodný, a že některé z rozšíření prohlížeče neblokuje komunikaci.", "Banned users": "Vykázaní uživatelé", "Bans user with given id": "Vykáže uživatele s daným id", @@ -110,7 +111,6 @@ "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", "Moderator": "Moderátor", - "Name": "Název", "New passwords don't match": "Nová hesla se neshodují", "New passwords must match each other.": "Nová hesla se musí shodovat.", "not specified": "neurčeno", @@ -374,16 +374,14 @@ "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.": "Pokud jste se v minulosti již přihlásili s novější verzi programu %(brand)s, vaše relace nemusí být kompatibilní s touto verzí. Zavřete prosím toto okno a přihlaste se znovu pomocí nové verze.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Zkontrolujte svou e-mailovou schránku a klepněte na odkaz ve zprávě, kterou jsme vám poslali. V případě, že jste to už udělali, klepněte na tlačítko Pokračovat.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnovit si heslo a přijímat oznámení e-mailem.", + "Skip": "Přeskočit", "You must register to use this functionality": "Pro využívání této funkce se zaregistrujte", "You must join the room to see its files": "Pro zobrazení souborů musíte do místnosti vstoupit", - "Description": "Popis", "Reject invitation": "Odmítnout pozvání", "Signed Out": "Jste odhlášeni", "Connectivity to the server has been lost.": "Spojení se serverem bylo přerušeno.", "Sent messages will be stored until your connection has returned.": "Odeslané zprávy zůstanou uložené, dokud se spojení znovu neobnoví.", - "Room": "Místnost", "Failed to load timeline position": "Nepodařilo se načíst pozici na časové ose", - "Labs": "Experimentální funkce", "Reject all %(invitedRooms)s invites": "Odmítnutí všech %(invitedRooms)s pozvání", "Start automatically after system login": "Zahájit automaticky po přihlášení do systému", "No media permissions": "Žádná oprávnění k médiím", @@ -404,12 +402,12 @@ "collapse": "sbalit", "expand": "rozbalit", "Old cryptography data detected": "Nalezeny starší šifrované datové zprávy", - "Warning": "Upozornění", "Sunday": "Neděle", "Messages sent by bot": "Zprávy poslané robotem", "Notification targets": "Cíle oznámení", "Today": "Dnes", "Friday": "Pátek", + "Update": "Aktualizovat", "What's New": "Co je nového", "On": "Zapnout", "Changelog": "Seznam změn", @@ -428,6 +426,7 @@ "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", "Messages in one-to-one chats": "Přímé zprávy", + "Reject": "Odmítnout", "Monday": "Pondělí", "Toolbox": "Sada nástrojů", "Collecting logs": "Sběr záznamů", @@ -562,7 +561,6 @@ "Encrypted messages in one-to-one chats": "Šifrované přímé zprávy", "Email addresses": "E-mailové adresy", "Language and region": "Jazyk a region", - "Theme": "Motiv vzhledu", "Account management": "Správa účtu", "Phone numbers": "Telefonní čísla", "Phone Number": "Telefonní číslo", @@ -713,6 +711,7 @@ "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", "Click here to see older messages.": "Klepnutím zobrazíte starší zprávy.", + "Join": "Vstoupit", "The following users may not exist": "Následující uživatel možná neexistuje", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?", "Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu", @@ -762,6 +761,7 @@ "Change": "Změnit", "Email (optional)": "E-mail (nepovinné)", "Phone (optional)": "Telefonní číslo (nepovinné)", + "Confirm": "Potvrdit", "Join millions for free on the largest public server": "Přidejte k miliónům registrovaným na největším veřejném serveru", "Other": "Další možnosti", "Couldn't load page": "Nepovedlo se načíst stránku", @@ -853,6 +853,7 @@ "Your browser likely removed this data when running low on disk space.": "Prohlížeč data možná smazal aby ušetřil místo na disku.", "Upload files (%(current)s of %(total)s)": "Nahrát soubory (%(current)s z %(total)s)", "Upload files": "Nahrát soubory", + "Upload": "Nahrát", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento soubor je příliš velký. Limit na velikost je %(limit)s, ale soubor má %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Tyto soubory jsou příliš velké. Limit je %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Některé soubory jsou příliš velké. Limit je %(limit)s.", @@ -887,6 +888,7 @@ "Uploaded sound": "Zvuk nahrán", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámení", + "Reset": "Resetovat", "Set a new custom sound": "Nastavit vlastní zvuk", "Browse": "Procházet", "Cannot reach homeserver": "Nelze se připojit k domovskému serveru", @@ -959,6 +961,7 @@ "Add Email Address": "Přidat e-mailovou adresu", "Add Phone Number": "Přidat telefonní číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Tato akce vyžaduje přístup k výchozímu serveru identity aby šlo ověřit e-mail a telefon, ale server nemá podmínky použití.", + "Trust": "Důvěra", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Zobrazovat náhledy obrázků", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Před odpojením byste měli smazat osobní údaje ze serveru identit . Bohužel, server je offline nebo neodpovídá.", @@ -983,6 +986,7 @@ "Verify the link in your inbox": "Ověřte odkaz v e-mailové schránce", "Complete": "Dokončit", "Revoke": "Zneplatnit", + "Share": "Sdílet", "Discovery options will appear once you have added an email above.": "Možnosti nastavení veřejného profilu se objeví po přidání e-mailové adresy výše.", "Unable to revoke sharing for phone number": "Nepovedlo se zrušit sdílení telefonního čísla", "Unable to share phone number": "Nepovedlo se nasdílet telefonní číslo", @@ -1069,6 +1073,7 @@ "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", "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", "Explore rooms": "Procházet místnosti", "Jump to first unread room.": "Přejít na první nepřečtenou místnost.", "Jump to first invite.": "Přejít na první pozvánku.", @@ -1151,6 +1156,7 @@ "Trusted": "Důvěryhodné", "Not trusted": "Nedůvěryhodné", "Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.", + "Verify": "Ověřit", "You have ignored this user, so their message is hidden. Show anyways.": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. Přesto zobrazit.", "Any of the following data may be shared:": "Následující data můžou být sdílena:", "Your display name": "Vaše zobrazované jméno", @@ -1171,6 +1177,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgradování místnosti je pokročilá operace a je doporučeno jí provést pokud je místnost nestabilní kvůli chybám, chybějícím funkcím nebo zranitelnostem.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, nahlaste nám ho prosím.", "You'll upgrade this room from to .": "Místnost bude povýšena z verze na verzi .", + "Upgrade": "Aktualizovat", "Remove for everyone": "Odstranit pro všechny", "Verification Request": "Požadavek na ověření", "Unable to set up secret storage": "Nepovedlo se nastavit bezpečné úložiště", @@ -1432,7 +1439,6 @@ "Size must be a number": "Velikost musí být číslo", "Custom font size can only be between %(min)s pt and %(max)s pt": "Vlastní velikost písma může být pouze mezi %(min)s pt a %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Použijte velikost mezi %(min)s pt a %(max)s pt", - "Appearance": "Vzhled", "Please verify the room ID or address and try again.": "Ověřte prosím, že ID místnosti je správné a zkuste to znovu.", "Room ID or address of ban list": "ID nebo adresa seznamu zablokovaných", "Your homeserver has exceeded its user limit.": "Na vašem domovském serveru byl překročen limit počtu uživatelů.", @@ -1440,8 +1446,6 @@ "Contact your server admin.": "Kontaktujte administrátora serveru.", "Ok": "Ok", "Are you sure you want to cancel entering passphrase?": "Chcete určitě zrušit zadávání přístupové fráze?", - "Light": "Světlý", - "Dark": "Tmavý", "You joined the call": "Připojili jste se k hovoru", "%(senderName)s joined the call": "%(senderName)s se připojil k hovoru", "Call in progress": "Probíhá hovor", @@ -1661,7 +1665,6 @@ "Keys restored": "Klíče byly obnoveny", "You're all caught up.": "Vše vyřízeno.", "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "V této relaci jste již dříve používali novější verzi %(brand)s. Chcete-li tuto verzi znovu použít s šifrováním, budete se muset odhlásit a znovu přihlásit.", - "Homeserver": "Domovský server", "Continue with %(provider)s": "Pokračovat s %(provider)s", "Server Options": "Možnosti serveru", "This version of %(brand)s does not support viewing some encrypted files": "Tato verze %(brand)s nepodporuje zobrazení některých šifrovaných souborů", @@ -2185,14 +2188,13 @@ "Your private space": "Váš soukromý prostor", "Your public space": "Váš veřejný prostor", "Invite only, best for yourself or teams": "Pouze pozvat, nejlepší pro sebe nebo pro týmy", - "Private": "Soukromý", "Open space for anyone, best for communities": "Otevřený prostor pro kohokoli, nejlepší pro komunity", - "Public": "Veřejný", "Create a space": "Vytvořit prostor", "Jump to the bottom of the timeline when you send a message": "Po odeslání zprávy přejít na konec časové osy", "This homeserver has been blocked by its administrator.": "Tento domovský server byl zablokován jeho správcem.", "You're already in a call with this person.": "S touto osobou již telefonujete.", "Already in call": "Již máte hovor", + "Delete": "Smazat", "Original event source": "Původní zdroj události", "Decrypted event source": "Dešifrovaný zdroj události", "Save Changes": "Uložit změny", @@ -2282,7 +2284,6 @@ "Select a room below first": "Nejprve si vyberte místnost níže", "Join the beta": "Připojit se k beta verzi", "Leave the beta": "Opustit beta verzi", - "Beta": "Beta", "Want to add a new room instead?": "Chcete místo toho přidat novou místnost?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Přidávání místnosti...", @@ -2362,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.", "This space has no local addresses": "Tento prostor nemá žádné místní adresy", "Space information": "Informace o prostoru", + "Collapse": "Sbalit", + "Expand": "Rozbalit", "Recommended for public spaces.": "Doporučeno pro veřejné prostory.", "Allow people to preview your space before they join.": "Umožněte lidem prohlédnout si váš prostor ještě předtím, než se připojí.", "Preview Space": "Nahlédnout do prostoru", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Chcete-li se těmto problémům vyhnout, vytvořte pro plánovanou konverzaci novou šifrovanou místnost.", "Are you sure you want to add encryption to this public room?": "Opravdu chcete šifrovat tuto veřejnou místnost?", "Cross-signing is ready but keys are not backed up.": "Křížové podepisování je připraveno, ale klíče nejsou zálohovány.", - "Thread": "Vlákno", "The above, but in as well": "Výše uvedené, ale také v ", "The above, but in any room you are joined or invited to as well": "Výše uvedené, ale také v jakékoli místnosti, ke které jste připojeni nebo do které jste pozváni", "Autoplay videos": "Automatické přehrávání videí", @@ -2577,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "Vyberte jednu z níže uvedených možností pro export chatů z časové osy", "Export Chat": "Exportovat chat", "Exporting your data": "Exportování dat", + "Stop": "Zastavit", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Opravdu chcete ukončit export dat? Pokud ano, budete muset začít znovu.", "Your export was successful. Find it in your Downloads folder.": "Váš export proběhl úspěšně. Najdete jej ve složce pro stažené soubory.", "The export was cancelled successfully": "Export byl úspěšně zrušen", @@ -2626,7 +2629,6 @@ "Unban from %(roomName)s": "Zrušit vykázání z %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Stále budou mít přístup ke všemu, čeho nejste správcem.", "Disinvite from %(roomName)s": "Zrušit pozvánku do %(roomName)s", - "Threads": "Vlákna", "Create poll": "Vytvořit hlasování", "Updating spaces... (%(progress)s out of %(count)s)": { "one": "Aktualizace prostoru...", @@ -2923,6 +2925,7 @@ "Jump to start of the composer": "Přejít na začátek editoru", "Navigate to previous message to edit": "Přejít na předchozí zprávu, kterou chcete upravit", "Internal room ID": "Interní ID místnosti", + "Call": "Hovor", "Group all your rooms that aren't part of a space in one place.": "Seskupte všechny místnosti, které nejsou součástí prostoru, na jednom místě.", "Group all your people in one place.": "Seskupte všechny své kontakty na jednom místě.", "Group all your favourite rooms and people in one place.": "Seskupte všechny své oblíbené místnosti a osoby na jednom místě.", @@ -3324,7 +3327,6 @@ "It’s what you’re here for, so lets get to it": "Kvůli tomu jste tady, tak se do toho pusťte", "Find and invite your friends": "Najděte a pozvěte své přátele", "You made it!": "Zvládli jste to!", - "Help": "Nápověda", "iOS": "iOS", "Android": "Android", "We're creating a room with %(names)s": "Vytváříme místnost s %(names)s", @@ -3566,6 +3568,7 @@ "Re-enter email address": "Zadejte znovu e-mailovou adresu", "Wrong email address?": "Špatná e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skrýt tečku oznámení (zobrazit pouze odznaky čítačů)", + "Apply": "Použít", "Search users in this room…": "Hledání uživatelů v této místnosti…", "Give one or multiple users in this room more privileges": "Přidělit jednomu nebo více uživatelům v této místnosti více oprávnění", "Add privileged users": "Přidat oprávněné uživatele", @@ -3744,7 +3747,6 @@ "Requires your server to support MSC3030": "Vyžaduje, aby váš server podporoval MSC3030", "Requires your server to support the stable version of MSC3827": "Vyžaduje, aby váš server podporoval stabilní verzi MSC3827", "Use your account to continue.": "Pro pokračování použijte svůj účet.", - "User": "Uživatel", "Show avatars in user, room and event mentions": "Zobrazovat avatary ve zmínkách o uživatelích, místnostech a událostech", "Message from %(user)s": "Zpráva od %(user)s", "Message in %(room)s": "Zpráva v %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.", "Poll history": "Historie hlasování", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Uživatel (%(user)s) nebyl pozván do %(roomId)s, ale nástroj pro pozvání nezaznamenal žádnou chybu", + "Reload": "Znovu načíst", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "To může být způsobeno otevřením aplikace na více kartách nebo vymazáním dat prohlížeče.", "Database unexpectedly closed": "Databáze byla neočekávaně uzavřena", "Mute room": "Ztlumit místnost", @@ -3919,7 +3922,28 @@ "unmute": "Povolit", "username": "Uživatelské jméno", "verification_cancelled": "Oveření bylo zrušeno", - "video": "Video" + "video": "Video", + "attachment": "Příloha", + "light": "Světlý", + "dark": "Tmavý", + "warning": "Upozornění", + "home": "Domov", + "favourites": "Oblíbené", + "thread": "Vlákno", + "threads": "Vlákna", + "user": "Uživatel", + "room": "Místnost", + "theme": "Motiv vzhledu", + "name": "Název", + "description": "Popis", + "public": "Veřejný", + "private": "Soukromý", + "options": "Volby", + "appearance": "Vzhled", + "homeserver": "Domovský server", + "help": "Nápověda", + "beta": "Beta", + "labs": "Experimentální funkce" }, "action": { "continue": "Pokračovat", @@ -3957,28 +3981,5 @@ "a11y": { "user_menu": "Uživatelská nabídka" }, - "action.reject": "Odmítnout", - "action.confirm": "Potvrdit", - "action.dismiss": "Zavřít", - "action.trust": "Důvěra", - "action.reload": "Znovu načíst", - "action.cancel": "Storno", - "action.stop": "Zastavit", - "action.join": "Vstoupit", - "action.close": "Zavřít", - "action.accept": "Přijmout", - "action.upgrade": "Aktualizovat", - "action.verify": "Ověřit", - "action.update": "Aktualizovat", - "action.call": "Hovor", - "action.delete": "Smazat", - "action.upload": "Nahrát", - "action.collapse": "Sbalit", - "action.apply": "Použít", - "action.reset": "Resetovat", - "action.share": "Sdílet", - "action.skip": "Přeskočit", - "action.logout": "Odhlásit se", - "action.view": "Zobrazit", - "action.expand": "Rozbalit" + "Home": "Domov" } diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index c18965262fd..33be38e7845 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -6,7 +6,7 @@ "Add Phone Number": "Ychwanegu Rhif Ffôn", "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", + "Dismiss": "Wfftio", "Explore rooms": "Archwilio Ystafelloedd", - "Identity server": "Gweinydd Adnabod", - "action.dismiss": "Wfftio" + "Identity server": "Gweinydd Adnabod" } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index ab562d70de0..4d94fc739b3 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -1,13 +1,11 @@ { "Filter room members": "Filter medlemmer", - "Favourites": "Favoritter", "Rooms": "Rum", "Low priority": "Lav prioritet", "Historical": "Historisk", "New passwords must match each other.": "Nye adgangskoder skal matche hinanden.", "A new password must be entered.": "Der skal indtastes en ny adgangskode.", "The email address linked to your account must be entered.": "Den emailadresse, der tilhører til din adgang, skal indtastes.", - "Name": "Navn", "Session ID": "Sessions ID", "Displays action": "Viser handling", "Bans user with given id": "Forbyder bruger med givet id", @@ -34,7 +32,10 @@ "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", "Search": "Søg", + "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", + "Close": "Luk", + "Cancel": "Afbryd", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", "Unnamed room": "Unavngivet rum", @@ -106,12 +107,12 @@ "Notification targets": "Meddelelsesmål", "Today": "I dag", "Friday": "Fredag", + "Update": "Opdater", "What's New": "Hvad er nyt", "On": "Tændt", "Changelog": "Ændringslog", "Waiting for response from server": "Venter på svar fra server", "Off": "Slukket", - "Warning": "Advarsel", "This Room": "Dette rum", "Messages containing my display name": "Beskeder der indeholder mit viste navn", "Messages in one-to-one chats": "Beskeder i en-til-en chats", @@ -127,6 +128,7 @@ "Tuesday": "Tirsdag", "Event sent!": "Begivenhed sendt!", "Saturday": "Lørdag", + "Reject": "Afvis", "Monday": "Mandag", "Toolbox": "Værktøjer", "Collecting logs": "Indsamler logfiler", @@ -289,6 +291,7 @@ "Single Sign On": "Engangs login", "Confirm adding email": "Bekræft tilføjelse af email", "Click the button below to confirm adding this email address.": "Klik på knappen herunder for at bekræfte tilføjelsen af denne email adresse.", + "Confirm": "Bekræft", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Bekræft tilføjelsen af dette telefonnummer ved at bruge Single Sign On til at bevise din identitet.", "Confirm adding phone number": "Bekræft tilføjelse af telefonnummer", "Click the button below to confirm adding this phone number.": "Klik på knappen herunder for at bekræfte tilføjelsen af dette telefonnummer.", @@ -300,6 +303,7 @@ "Identity server has no terms of service": "Identity serveren har ingen terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handling kræver adgang til default identitets serveren for at validere en email adresse eller et telefonnummer, men serveren har ingen terms of service.", "Only continue if you trust the owner of the server.": "Fortsæt kun hvis du stoler på ejeren af denne server.", + "Trust": "Tillid", "%(name)s is requesting verification": "%(name)s beder om verifikation", "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", @@ -347,7 +351,6 @@ "Security & Privacy": "Sikkerhed & Privatliv", "Who can read history?": "Hvem kan læse historikken?", "Enable encryption?": "Aktiver kryptering?", - "Description": "Beskrivelse", "Create a Group Chat": "Opret en gruppechat", "Explore Public Rooms": "Udforsk offentlige rum", "Send a Direct Message": "Send en Direkte Besked", @@ -357,6 +360,7 @@ "Show less": "Vis mindre", "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", + "Reset": "Nulstil", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -369,6 +373,7 @@ "%(senderName)s started a call": "%(senderName)s startede et opkald", "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", + "Accept": "Accepter", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -389,7 +394,6 @@ "Message deleted on %(date)s": "Besked slettet d. %(date)s", "Message deleted by %(name)s": "Besked slettet af %(name)s", "Message deleted": "Besked slettet", - "Theme": "Tema", "France": "Frankrig", "Finland": "Finland", "Egypt": "Egypten", @@ -694,7 +698,12 @@ "mute": "Sæt på lydløs", "no_results": "Ingen resultater", "password": "Adgangskode", - "settings": "Indstillinger" + "settings": "Indstillinger", + "warning": "Advarsel", + "favourites": "Favoritter", + "theme": "Tema", + "name": "Navn", + "description": "Beskrivelse" }, "action": { "continue": "Fortsæt", @@ -712,14 +721,5 @@ "reply": "Besvar", "save": "Gem", "view_source": "Se Kilde" - }, - "action.reject": "Afvis", - "action.confirm": "Bekræft", - "action.dismiss": "Afvis", - "action.trust": "Tillid", - "action.cancel": "Afbryd", - "action.close": "Luk", - "action.accept": "Accepter", - "action.update": "Opdater", - "action.reset": "Nulstil" + } } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index c5fb7f7d744..c082e3ec268 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1,13 +1,11 @@ { "Filter room members": "Raummitglieder filtern", - "Favourites": "Favoriten", "Rooms": "Räume", "Low priority": "Niedrige Priorität", "Historical": "Archiv", "New passwords must match each other.": "Die neuen Passwörter müssen identisch sein.", "A new password must be entered.": "Es muss ein neues Passwort eingegeben werden.", "The email address linked to your account must be entered.": "Es muss die mit dem Benutzerkonto verbundene E-Mail-Adresse eingegeben werden.", - "Name": "Name", "Session ID": "Sitzungs-ID", "Displays action": "Als Aktionen anzeigen", "Bans user with given id": "Verbannt den Benutzer mit der angegebenen ID", @@ -37,6 +35,7 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", + "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", "": "", @@ -55,7 +54,6 @@ "This room is not accessible by remote Matrix servers": "Dieser Raum ist von Personen auf anderen Matrix-Servern nicht betretbar", "Admin": "Admin", "Server may be unavailable, overloaded, or you hit a bug.": "Server ist nicht verfügbar, überlastet oder du bist auf einen Programmfehler gestoßen.", - "Labs": "Labor", "Unable to add email address": "E-Mail-Adresse konnte nicht hinzugefügt werden", "Unable to remove contact information": "Die Kontaktinformationen können nicht gelöscht werden", "Unable to verify email address.": "Die E-Mail-Adresse konnte nicht verifiziert werden.", @@ -129,7 +127,6 @@ "one": "und ein weiterer …" }, "Are you sure?": "Bist du sicher?", - "Attachment": "Anhang", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Es kann keine Verbindung zum Heim-Server via HTTP aufgebaut werden, wenn die Adresszeile des Browsers eine HTTPS-URL enthält. Entweder HTTPS verwenden oder alternativ unsichere Skripte erlauben.", "Command error": "Fehler im Befehl", "Decrypt %(text)s": "%(text)s entschlüsseln", @@ -155,7 +152,7 @@ "You seem to be in a call, are you sure you want to quit?": "Du scheinst in einem Gespräch zu sein, bist du sicher, dass du aufhören willst?", "You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.", - "Room": "Raum", + "Cancel": "Abbrechen", "Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen", "%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s", @@ -187,6 +184,7 @@ "Unknown error": "Unbekannter Fehler", "Incorrect password": "Ungültiges Passwort", "Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen", + "Dismiss": "Ausblenden", "Token incorrect": "Token fehlerhaft", "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "Betrieben mit Matrix", @@ -205,7 +203,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?": "Um dein Konto für die Verwendung von %(integrationsUrl)s zu authentifizieren, wirst du jetzt auf die Website eines Drittanbieters weitergeleitet. Möchtest du fortfahren?", "Start automatically after system login": "Nach Systemstart automatisch starten", "Jump to first unread message.": "Zur ersten ungelesenen Nachricht springen.", - "Options": "Optionen", "Invited": "Eingeladen", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s hat das Raumbild entfernt.", "No Webcams detected": "Keine Webcam erkannt", @@ -238,9 +235,10 @@ "Create new room": "Neuer Raum", "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", - "Home": "Startseite", + "Accept": "Annehmen", "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", "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.", @@ -256,6 +254,7 @@ "Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?", "Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?", "This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.", + "Skip": "Überspringen", "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", @@ -280,7 +279,6 @@ "Stops ignoring a user, showing their messages going forward": "Benutzer nicht mehr ignorieren und neue Nachrichten wieder anzeigen", "Ignores a user, hiding their messages from you": "Nutzer blockieren und dessen Nachrichten ausblenden", "Banned by %(displayName)s": "Verbannt von %(displayName)s", - "Description": "Beschreibung", "Unknown": "Unbekannt", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s hat die angehefteten Nachrichten für diesen Raum geändert.", "Jump to read receipt": "Zur Lesebestätigung springen", @@ -404,7 +402,6 @@ "collapse": "Verbergen", "expand": "Erweitern", "Old cryptography data detected": "Alte Kryptografiedaten erkannt", - "Warning": "Warnung", "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.": "Es wurden Daten von einer älteren Version von %(brand)s entdeckt. Dies wird zu Fehlern in der Ende-zu-Ende-Verschlüsselung der älteren Version geführt haben. Ende-zu-Ende verschlüsselte Nachrichten, die ausgetauscht wruden, während die ältere Version genutzt wurde, werden in dieser Version nicht entschlüsselbar sein. Es kann auch zu Fehlern mit Nachrichten führen, die mit dieser Version versendet werden. Wenn du Probleme feststellst, melde dich ab und wieder an. Um die Historie zu behalten, ex- und reimportiere deine Schlüssel.", "Send an encrypted reply…": "Verschlüsselte Antwort senden …", "Send an encrypted message…": "Verschlüsselte Nachricht senden …", @@ -424,6 +421,7 @@ "Notification targets": "Benachrichtigungsziele", "Today": "Heute", "Friday": "Freitag", + "Update": "Aktualisieren", "What's New": "Was ist neu", "On": "An", "Changelog": "Änderungsprotokoll", @@ -444,6 +442,7 @@ "Developer Tools": "Entwicklungswerkzeuge", "Preparing to send logs": "Senden von Protokolldateien wird vorbereitet", "Saturday": "Samstag", + "Reject": "Ablehnen", "Monday": "Montag", "Toolbox": "Werkzeugkasten", "Collecting logs": "Protokolle werden abgerufen", @@ -639,7 +638,6 @@ "Email addresses": "E-Mail-Adressen", "Phone numbers": "Telefonnummern", "Language and region": "Sprache und Region", - "Theme": "Design", "Account management": "Benutzerkontenverwaltung", "For help with using %(brand)s, click here.": "Um Hilfe zur Benutzung von %(brand)s zu erhalten, klicke hier.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "Um Hilfe zur Benutzung von %(brand)s zu erhalten, klicke hier oder beginne eine Unterhaltung mit unserem Bot mittels nachfolgender Schaltfläche.", @@ -739,6 +737,7 @@ "Room avatar": "Raumbild", "Room Name": "Raumname", "Room Topic": "Raumthema", + "Join": "Betreten", "Incoming Verification Request": "Eingehende Verifikationsanfrage", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bist du sicher? Du wirst alle deine verschlüsselten Nachrichten verlieren, wenn deine Schlüssel nicht gut gesichert sind.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.", @@ -760,6 +759,7 @@ "Change": "Ändern", "Email (optional)": "E-Mail-Adresse (optional)", "Phone (optional)": "Telefon (optional)", + "Confirm": "Bestätigen", "Other": "Sonstiges", "Couldn't load page": "Konnte Seite nicht laden", "Guest": "Gast", @@ -823,6 +823,7 @@ "Unexpected error resolving homeserver configuration": "Ein unerwarteter Fehler ist beim Laden der Heim-Server-Konfiguration aufgetreten", "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", + "Reset": "Zurücksetzen", "Sign Up": "Registrieren", "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", @@ -834,6 +835,7 @@ "GitHub issue": "\"Issue\" auf Github", "Upload files": "Dateien hochladen", "Upload all": "Alle hochladen", + "Upload": "Hochladen", "Cancel All": "Alle abbrechen", "Upload Error": "Fehler beim Hochladen", "Enter password": "Passwort eingeben", @@ -868,8 +870,10 @@ "Changes the avatar of the current room": "Ändert das Icon vom Raum", "Deactivate account": "Benutzerkonto deaktivieren", "Show previews/thumbnails for images": "Vorschauen für Bilder", + "View": "Öffnen", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Diese Handlung erfordert es, auf den Standard-Identitäts-Server zuzugreifen, um eine E-Mail-Adresse oder Telefonnummer zu validieren, aber der Server hat keine Nutzungsbedingungen.", "Only continue if you trust the owner of the server.": "Fahre nur fort, wenn du den Server-Betreibenden vertraust.", + "Trust": "Vertrauen", "Custom (%(level)s)": "Benutzerdefiniert (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sendet eine Nachricht als Klartext, ohne sie als Markdown darzustellen", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einladen zu können. Lege einen in den Einstellungen fest.", @@ -907,6 +911,7 @@ "Lock": "Schloss", "Later": "Später", "Review": "Überprüfen", + "Verify": "Verifizieren", "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.", @@ -1168,6 +1173,7 @@ "Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.", "You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:", "Other users may not trust it": "Andere Benutzer vertrauen ihr vielleicht nicht", + "Upgrade": "Aktualisieren", "Your homeserver does not support cross-signing.": "Dein Heim-Server unterstützt keine Quersignierung.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Dein Konto hat eine Quersignaturidentität im sicheren Speicher, der von dieser Sitzung jedoch noch nicht vertraut wird.", "unexpected type": "unbekannter Typ", @@ -1198,6 +1204,7 @@ "Verify the link in your inbox": "Verifiziere den Link in deinem Posteingang", "Complete": "Abschließen", "Revoke": "Widerrufen", + "Share": "Teilen", "You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.", "Everyone in this room is verified": "Alle in diesem Raum sind verifiziert", "Mod": "Moderator", @@ -1496,7 +1503,6 @@ "Size must be a number": "Schriftgröße muss eine Zahl sein", "Custom font size can only be between %(min)s pt and %(max)s pt": "Eigene Schriftgröße kann nur eine Zahl zwischen %(min)s pt und %(max)s pt sein", "Use between %(min)s pt and %(max)s pt": "Verwende eine Zahl zwischen %(min)s pt und %(max)s pt", - "Appearance": "Erscheinungsbild", "Jump to oldest unread message": "Zur ältesten ungelesenen Nachricht springen", "Upload a file": "Eine Datei hochladen", "Dismiss read marker and jump to bottom": "Entferne Lesemarker und springe nach unten", @@ -1538,8 +1544,6 @@ "Activity": "Aktivität", "A-Z": "A–Z", "Looks good!": "Sieht gut aus!", - "Light": "Hell", - "Dark": "Dunkel", "Use custom size": "Andere Schriftgröße verwenden", "Hey you. You're the best!": "Hey du. Du bist großartig!", "Use a system font": "Systemschriftart verwenden", @@ -2043,7 +2047,6 @@ "Continuing without email": "Ohne E-Mail fortfahren", "Reason (optional)": "Grund (optional)", "Continue with %(provider)s": "Weiter mit %(provider)s", - "Homeserver": "Heim-Server", "Server Options": "Server-Einstellungen", "No other application is using the webcam": "keine andere Anwendung auf die Webcam zugreift", "Permission is granted to use the webcam": "Zugriff auf Webcam gestattet", @@ -2152,9 +2155,8 @@ "Your public space": "Dein öffentlicher Space", "Invite only, best for yourself or teams": "Nur für Eingeladene – optimal für dich selbst oder Teams", "Open space for anyone, best for communities": "Öffne den Space für alle - am besten für Communities", - "Private": "Privat", - "Public": "Öffentlich", "Create a space": "Neuen Space erstellen", + "Delete": "Löschen", "This homeserver has been blocked by its administrator.": "Dieser Heim-Server wurde von seiner Administration geblockt.", "You're already in a call with this person.": "Du bist schon in einem Anruf mit dieser Person.", "Already in call": "Schon im Anruf", @@ -2285,7 +2287,6 @@ "Select a room below first": "Wähle vorher einen Raum aus", "Join the beta": "Beta beitreten", "Leave the beta": "Beta verlassen", - "Beta": "Beta", "Want to add a new room instead?": "Willst du einen neuen Raum hinzufügen?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Raum hinzufügen …", @@ -2360,6 +2361,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.", "This space has no local addresses": "Dieser Space hat keine lokale Adresse", "Space information": "Information über den Space", + "Collapse": "Verbergen", + "Expand": "Ausklappen", "Recommended for public spaces.": "Empfohlen für öffentliche Spaces.", "Allow people to preview your space before they join.": "Personen können den Space vor dem Betreten erkunden.", "Preview Space": "Space-Vorschau erlauben", @@ -2534,7 +2537,6 @@ "Role in ": "Rolle in ", "Results": "Ergebnisse", "Rooms and spaces": "Räume und Spaces", - "Thread": "Thread", "Send a sticker": "Sticker senden", "Are you sure you want to make this encrypted room public?": "Willst du diesen verschlüsselten Raum wirklich öffentlich machen?", "Unknown failure": "Unbekannter Fehler", @@ -2586,6 +2588,7 @@ "Format": "Format", "Export Chat": "Unterhaltung exportieren", "Exporting your data": "Deine Daten werden exportiert", + "Stop": "Beenden", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Willst du das Exportieren deiner Daten wirklich abbrechen? Falls ja, musst du komplett von neu beginnen.", "Your export was successful. Find it in your Downloads folder.": "Export erfolgreich. Du kannst ihn in deinem Download-Verzeichnis finden.", "The export was cancelled successfully": "Exportieren abgebrochen", @@ -2601,7 +2604,6 @@ "Unban from %(roomName)s": "Von %(roomName)s entbannen", "Disinvite from %(roomName)s": "Einladung für %(roomName)s zurückziehen", "Export chat": "Unterhaltung exportieren", - "Threads": "Threads", "Insert link": "Link einfügen", "Create poll": "Umfrage erstellen", "Updating spaces... (%(progress)s out of %(count)s)": { @@ -2928,6 +2930,7 @@ "Group all your favourite rooms and people in one place.": "Gruppiere all deine favorisierten Unterhaltungen an einem Ort.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Mit Spaces kannst du deine Unterhaltungen organisieren. Neben Spaces, in denen du dich befindest, kannst du dir auch dynamische anzeigen lassen.", "IRC (Experimental)": "IRC (Experimentell)", + "Call": "Anruf", "Redo edit": "Änderung wiederherstellen", "Undo edit": "Änderung revidieren", "Jump to last message": "Zur letzten Nachricht springen", @@ -3329,7 +3332,6 @@ "Enter fullscreen": "Vollbild", "Map feedback": "Rückmeldung zur Karte", "Online community members": "Online Community-Mitglieder", - "Help": "Hilfe", "You don't have permission to share locations": "Dir fehlt die Berechtigung, Echtzeit-Standorte freigeben zu dürfen", "Un-maximise": "Maximieren rückgängig machen", "Create video room": "Videoraum erstellen", @@ -3567,6 +3569,7 @@ "Wrong email address?": "Falsche E-Mail-Adresse?", "Hide notification dot (only display counters badges)": "Benachrichtigungspunkt ausblenden (nur Zähler zeigen)", "Add privileged users": "Berechtigten Benutzer hinzufügen", + "Apply": "Anwenden", "Search users in this room…": "Benutzer im Raum suchen …", "Give one or multiple users in this room more privileges": "Einem oder mehreren Benutzern im Raum mehr Berechtigungen geben", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Aus Sicherheits- und Datenschutzgründen, wird die Nutzung von verschlüsselungsfähigen Matrix-Anwendungen empfohlen.", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "Dies kann aktuell nur per config.json aktiviert werden", "Requires your server to support MSC3030": "Dafür muss dein Server MSC3030 unterstützen", "Requires your server to support the stable version of MSC3827": "Dafür muss dein Server die fertige Fassung der MSC3827 unterstützen", - "User": "Benutzer", "Show avatars in user, room and event mentions": "Profilbilder in Benutzer-, Raum- und Ereigniserwähnungen anzeigen", "Message from %(user)s": "Nachricht von %(user)s", "Message in %(room)s": "Nachricht in %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.", "Poll history": "Umfrageverlauf", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Der Benutzer (%(user)s) wurde nicht in %(roomId)s eingeladen, aber das Einladungsprogramm meldete keinen Fehler", + "Reload": "Neu laden", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Dies wurde eventuell durch das Öffnen der App in mehreren Tabs oder das Löschen der Browser-Daten verursacht.", "Database unexpectedly closed": "Datenbank unerwartet geschlossen", "Mute room": "Raum stumm stellen", @@ -3919,7 +3922,28 @@ "unmute": "Stummschalten aufheben", "username": "Benutzername", "verification_cancelled": "Verifikation abgebrochen", - "video": "Video" + "video": "Video", + "attachment": "Anhang", + "light": "Hell", + "dark": "Dunkel", + "warning": "Warnung", + "home": "Startseite", + "favourites": "Favoriten", + "thread": "Thread", + "threads": "Threads", + "user": "Benutzer", + "room": "Raum", + "theme": "Design", + "name": "Name", + "description": "Beschreibung", + "public": "Öffentlich", + "private": "Privat", + "options": "Optionen", + "appearance": "Erscheinungsbild", + "homeserver": "Heim-Server", + "help": "Hilfe", + "beta": "Beta", + "labs": "Labor" }, "action": { "continue": "Fortfahren", @@ -3957,28 +3981,5 @@ "a11y": { "user_menu": "Benutzermenü" }, - "action.reject": "Ablehnen", - "action.confirm": "Bestätigen", - "action.dismiss": "Ausblenden", - "action.trust": "Vertrauen", - "action.reload": "Neu laden", - "action.cancel": "Abbrechen", - "action.stop": "Beenden", - "action.join": "Betreten", - "action.close": "Schließen", - "action.accept": "Annehmen", - "action.upgrade": "Aktualisieren", - "action.verify": "Verifizieren", - "action.update": "Aktualisieren", - "action.call": "Anruf", - "action.delete": "Löschen", - "action.upload": "Hochladen", - "action.collapse": "Verbergen", - "action.apply": "Anwenden", - "action.reset": "Zurücksetzen", - "action.share": "Teilen", - "action.skip": "Überspringen", - "action.logout": "Abmelden", - "action.view": "Öffnen", - "action.expand": "Ausklappen" + "Home": "Startseite" } diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 1a1d0c9b9c3..2d48041aa38 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -19,7 +19,6 @@ "Are you sure?": "Είστε σίγουροι;", "Are you sure you want to leave the room '%(roomName)s'?": "Είστε σίγουροι ότι θέλετε να αποχωρήσετε από το δωμάτιο '%(roomName)s';", "Are you sure you want to reject the invitation?": "Είστε σίγουροι ότι θέλετε να απορρίψετε την πρόσκληση;", - "Attachment": "Επισύναψη", "%(items)s and %(lastItem)s": "%(items)s και %(lastItem)s", "Always show message timestamps": "Εμφάνιση πάντα της ένδειξης ώρας στα μηνύματα", "and %(count)s others...": { @@ -53,7 +52,6 @@ "Failed to reject invitation": "Δεν ήταν δυνατή η απόρριψη της πρόσκλησης", "Failed to verify email address: make sure you clicked the link in the email": "Δεν ήταν δυνατή η επιβεβαίωση της διεύθυνσης ηλεκτρονικής αλληλογραφίας: βεβαιωθείτε οτι κάνατε κλικ στον σύνδεσμο που σας στάλθηκε", "Favourite": "Αγαπημένο", - "Favourites": "Αγαπημένα", "Filter room members": "Φιλτράρισμα μελών", "Forget room": "Αγνόηση δωματίου", "For security, this session has been signed out. Please sign in again.": "Για λόγους ασφαλείας, αυτή η συνεδρία έχει τερματιστεί. Παρακαλούμε συνδεθείτε ξανά.", @@ -67,7 +65,7 @@ "Invited": "Προσκλήθηκε", "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", - "Labs": "Πειραματικά", + "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", "Commands": "Εντολές", @@ -75,7 +73,6 @@ "Failure to create room": "Δεν ήταν δυνατή η δημιουργία δωματίου", "Join Room": "Είσοδος σε δωμάτιο", "Moderator": "Συντονιστής", - "Name": "Όνομα", "New passwords don't match": "Οι νέοι κωδικοί πρόσβασης είναι διαφορετικοί", "New passwords must match each other.": "Οι νέοι κωδικοί πρόσβασης πρέπει να ταιριάζουν.", "": "<δεν υποστηρίζεται>", @@ -93,14 +90,17 @@ "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", + "Cancel": "Ακύρωση", + "Dismiss": "Απόρριψη", + "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", + "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", "Banned users": "Αποκλεισμένοι χρήστες", "Enter passphrase": "Εισαγωγή συνθηματικού", "Failed to set display name": "Δεν ήταν δυνατό ο ορισμός του ονόματος εμφάνισης", - "Home": "Αρχική", "Missing room_id in request": "Λείπει το room_id στο αίτημα", "Permissions": "Δικαιώματα", "Power level must be positive integer.": "Το επίπεδο δύναμης πρέπει να είναι ένας θετικός ακέραιος.", @@ -155,14 +155,12 @@ "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "Αυτός ο διακομιστής δεν υποστηρίζει πιστοποίηση με αριθμό τηλεφώνου.", - "Room": "Δωμάτιο", "(~%(count)s results)": { "one": "(~%(count)s αποτέλεσμα)", "other": "(~%(count)s αποτελέσματα)" }, "New Password": "Νέος κωδικός πρόσβασης", "Start automatically after system login": "Αυτόματη έναρξη μετά τη σύνδεση", - "Options": "Επιλογές", "Passphrases must match": "Δεν ταιριάζουν τα συνθηματικά", "Passphrase must not be empty": "Το συνθηματικό δεν πρέπει να είναι κενό", "Export room keys": "Εξαγωγή κλειδιών δωματίου", @@ -255,16 +253,17 @@ "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. Θα θέλατε να συνεχίσετε;", "Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;", "This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.", + "Skip": "Παράβλεψη", "Check for update": "Έλεγχος για ενημέρωση", "Sunday": "Κυριακή", "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", "Today": "Σήμερα", "Friday": "Παρασκευή", + "Update": "Ενημέρωση", "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", - "Warning": "Προειδοποίηση", "This Room": "Στο δωμάτιο", "Resend": "Αποστολή ξανά", "Messages containing my display name": "Μηνύματα που περιέχουν το όνομα μου", @@ -279,6 +278,7 @@ "Tuesday": "Τρίτη", "Unnamed room": "Ανώνυμο δωμάτιο", "Saturday": "Σάββατο", + "Reject": "Απόρριψη", "Monday": "Δευτέρα", "Collecting logs": "Συγκέντρωση πληροφοριών", "All Rooms": "Όλα τα δωμάτια", @@ -339,6 +339,7 @@ "Identity server has no terms of service": "Ο διακομιστής ταυτοποίησης δεν έχει όρους χρήσης", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Αυτή η δράση απαιτεί την πρόσβαση στο προκαθορισμένο διακομιστή ταυτοποίησης για να επιβεβαιώσει μια διεύθυνση ηλ. ταχυδρομείου ή αριθμό τηλεφώνου, αλλά ο διακομιστής δεν έχει όρους χρήσης.", "Only continue if you trust the owner of the server.": "Συνεχίστε μόνο εάν εμπιστεύεστε τον ιδιοκτήτη του διακομιστή.", + "Trust": "Εμπιστοσύνη", "Unable to load! Check your network connectivity and try again.": "Αδυναμία φόρτωσης! Ελέγξτε την σύνδεση του δικτύου και προσπαθήστε ξανά.", "Missing roomId.": "Λείπει η ταυτότητα δωματίου.", "Messages": "Μηνύματα", @@ -357,6 +358,7 @@ "Your %(brand)s is misconfigured": "Οι παράμετροι του %(brand)s σας είναι λανθασμένα ρυθμισμένοι", "Explore rooms": "Εξερευνήστε δωμάτια", "Click the button below to confirm adding this phone number.": "Πιέστε το κουμπί από κάτω για να επιβεβαίωσετε την προσθήκη του τηλεφωνικού αριθμού.", + "Confirm": "Επιβεβαίωση", "Use custom size": "Χρησιμοποιήστε προσαρμοσμένο μέγεθος", "Font size": "Μέγεθος γραμματοσειράς", "Render LaTeX maths in messages": "Εμφανίστε μαθηματικά LaTeX σε μηνύματα", @@ -399,8 +401,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:": "Συνδεθήκατε σε μια νέα συνεδρία χωρίς να την επιβεβαιώσετε:", - "Dark": "Σκούρο", - "Light": "Ανοιχτό", "%(senderName)s removed the rule banning users matching %(glob)s": "Ο %(senderName)s αφαίρεσε τον κανόνα που αποκλείει τους χρήστες που ταιριάζουν με %(glob)s", "%(senderName)s placed a video call. (not supported by this browser)": "Ο %(senderName)s έκανε μια κλήση βίντεο. (δεν υποστηρίζεται από το πρόγραμμα περιήγησης)", "%(senderName)s placed a video call.": "Ο %(senderName)s έκανε μία κλήση βίντεο.", @@ -855,6 +855,7 @@ "You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.", "This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.", "Phone Number": "Αριθμός Τηλεφώνου", + "Share": "Διαμοιρασμός", "Revoke": "Ανάκληση", "Complete": "Ολοκληρώθηκε", "Verify the link in your inbox": "Επαληθεύστε τον σύνδεσμο στα εισερχόμενα σας", @@ -896,6 +897,7 @@ "Upgrading room": "Αναβάθμιση δωματίου", "Space members": "Μέλη χώρου", "not found": "δε βρέθηκε", + "Reset": "Επαναφορά", "Passwords don't match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν", "Space options": "Επιλογές χώρου", "Recommended for public spaces.": "Προτείνεται για δημόσιους χώρους.", @@ -921,6 +923,8 @@ "Failed to copy": "Αποτυχία αντιγραφής", "Copied!": "Αντιγράφηκε!", "Click to copy": "Κλικ για αντιγραφή", + "Collapse": "Σύμπτυξη", + "Expand": "Επέκταση", "Show all rooms": "Εμφάνιση όλων των δωματίων", "Developer mode": "Λειτουργία για προγραμματιστές", "Show all rooms in Home": "Εμφάνιση όλων των δωματίων στην Αρχική", @@ -1142,7 +1146,6 @@ "Room members": "Μέλη δωματίου", "Room information": "Πληροφορίες δωματίου", "Back to chat": "Επιστροφή στη συνομιλία", - "Threads": "Νήμα εκτέλεσης", "%(senderName)s: %(stickerName)s": "%(senderName)s: %(stickerName)s", "%(senderName)s: %(message)s": "%(senderName)s: %(message)s", "* %(senderName)s %(emote)s": "* %(senderName)s %(emote)s", @@ -1158,6 +1161,8 @@ "New login. Was this you?": "Νέα σύνδεση. Ήσουν εσύ;", "Other users may not trust it": "Άλλοι χρήστες μπορεί να μην το εμπιστεύονται", "Safeguard against losing access to encrypted messages & data": "Προστατευτείτε από την απώλεια πρόσβασης σε κρυπτογραφημένα μηνύματα και δεδομένα", + "Verify": "Επαλήθευση", + "Upgrade": "Αναβάθμιση", "Verify this session": "Επαληθεύστε αυτήν τη συνεδρία", "Encryption upgrade available": "Διατίθεται αναβάθμιση κρυπτογράφησης", "Set up Secure Backup": "Ρυθμίστε το αντίγραφο ασφαλείας", @@ -1174,6 +1179,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "Είναι εντάξει", "File Attached": "Tο αρχείο επισυνάφθηκε", "Surround selected text when typing special characters": "Περιτριγυριστείτε το επιλεγμένο κείμενο κατά την πληκτρολόγηση ειδικών χαρακτήρων", @@ -1258,6 +1264,7 @@ "You've successfully verified this user.": "Επαληθεύσατε με επιτυχία αυτόν τον χρήστη.", "Verified!": "Επαληθεύτηκε!", "The other party cancelled the verification.": "Το άλλο μέρος ακύρωσε την επαλήθευση.", + "Call": "Κλήση", "%(name)s on hold": "%(name)s σε αναμονή", "Return to call": "Επιστροφή στην κλήση", "More": "Περισσότερα", @@ -1366,18 +1373,16 @@ "Go back": "Πηγαίνετε πίσω", "To join a space you'll need an invite.": "Για να συμμετάσχετε σε ένα χώρο θα χρειαστείτε μια πρόσκληση.", "Invite only, best for yourself or teams": "Μόνο με πρόσκληση, καλύτερο για εσάς ή ομάδες", - "Private": "Ιδιωτικό", "Open space for anyone, best for communities": "Ανοιχτός χώρος για οποιονδήποτε, καλύτερο για κοινότητες", - "Public": "Δημόσιο", "Create a space": "Δημιουργήστε ένα χώρο", "Address": "Διεύθυνση", "e.g. my-space": "π.χ. ο-χώρος-μου", "Please enter a name for the space": "Εισαγάγετε ένα όνομα για το χώρο", "Search %(spaceName)s": "Αναζήτηση %(spaceName)s", - "Description": "Περιγραφή", + "Upload": "Μεταφόρτωση", + "Delete": "Διαγραφή", "Delete avatar": "Διαγραφή avatar", "Space selection": "Επιλογή χώρου", - "Theme": "Θέμα", "More options": "Περισσότερες επιλογές", "Pin to sidebar": "Καρφίτσωμα στην πλαϊνή μπάρα", "All settings": "Όλες οι ρυθμίσεις", @@ -1972,6 +1977,7 @@ "one": "1 μη αναγνωσμένη αναφορά.", "other": "%(count)s μη αναγνωσμένα μηνύματα συμπεριλαμβανομένων των αναφορών." }, + "Join": "Συμμετοχή", "Copy room link": "Αντιγραφή συνδέσμου δωματίου", "Forget Room": "Ξεχάστε το δωμάτιο", "Notification options": "Επιλογές ειδοποίησης", @@ -1986,7 +1992,6 @@ "Sort by": "Ταξινόμηση κατά", "Show previews of messages": "Εμφάνιση προεπισκοπήσεων μηνυμάτων", "Show rooms with unread messages first": "Εμφάνιση δωματίων με μη αναγνωσμένα μηνύματα πρώτα", - "Appearance": "Εμφάνιση", "%(roomName)s can't be previewed. Do you want to join it?": "Δεν είναι δυνατή η προεπισκόπηση του %(roomName)s. Θέλετε να συμμετάσχετε;", "You're previewing %(roomName)s. Want to join it?": "Κάνετε προεπισκόπηση στο %(roomName)s. Θέλετε να συμμετάσχετε;", "Reject & Ignore user": "Απόρριψη & Παράβλεψη χρήστη", @@ -2567,7 +2572,6 @@ "Switch to light mode": "Αλλαγή σε φωτεινό", "New here? Create an account": "Πρώτη φορά εδώ; Δημιουργήστε λογαριασμό", "Got an account? Sign in": "Έχετε λογαριασμό; Συνδεθείτε", - "Thread": "Νήμα", "Show all threads": "Εμφάνιση όλων των νημάτων", "Keep discussions organised with threads": "Διατηρήστε τις συζητήσεις οργανωμένες με νήματα", "Show:": "Εμφάνισε:", @@ -2625,7 +2629,6 @@ "You are sharing your live location": "Μοιράζεστε την τρέχουσα τοποθεσία σας", "Join the beta": "Συμμετοχή στη beta", "Leave the beta": "Αποχώρηση από τη beta", - "Beta": "Beta", "This is a beta feature": "Αυτή είναι μια δυνατότητα beta", "Ready": "Έτοιμα", "Failed to load list of rooms.": "Αποτυχία φόρτωσης λίστας δωματίων.", @@ -2644,6 +2647,7 @@ "Retry all": "Επανάληψη όλων", "Delete all": "Διαγραφή όλων", "Some of your messages have not been sent": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί", + "View": "Προβολή", "You have no visible notifications.": "Δεν έχετε ορατές ειδοποιήσεις.", "Verification requested": "Ζητήθηκε επαλήθευση", "Search spaces": "Αναζήτηση χώρων", @@ -2784,7 +2788,6 @@ "And %(count)s more...": { "other": "Και %(count)s ακόμα..." }, - "Homeserver": "Κεντρικός διακομιστής", "In reply to this message": "Ως απαντηση σεαυτό το μήνυμα", "In reply to ": "Ως απαντηση σε ", "Power level": "Επίπεδο ισχύος", @@ -3232,7 +3235,26 @@ "unmute": "Άρση σίγασης", "username": "Όνομα χρήστη", "verification_cancelled": "Η επαλήθευση ακυρώθηκε", - "video": "Βίντεο" + "video": "Βίντεο", + "attachment": "Επισύναψη", + "light": "Ανοιχτό", + "dark": "Σκούρο", + "warning": "Προειδοποίηση", + "home": "Αρχική", + "favourites": "Αγαπημένα", + "thread": "Νήμα", + "threads": "Νήμα εκτέλεσης", + "room": "Δωμάτιο", + "theme": "Θέμα", + "name": "Όνομα", + "description": "Περιγραφή", + "public": "Δημόσιο", + "private": "Ιδιωτικό", + "options": "Επιλογές", + "appearance": "Εμφάνιση", + "homeserver": "Κεντρικός διακομιστής", + "beta": "Beta", + "labs": "Πειραματικά" }, "action": { "continue": "Συνέχεια", @@ -3270,26 +3292,5 @@ "a11y": { "user_menu": "Μενού χρήστη" }, - "action.reject": "Απόρριψη", - "action.confirm": "Επιβεβαίωση", - "action.dismiss": "Απόρριψη", - "action.trust": "Εμπιστοσύνη", - "action.cancel": "Ακύρωση", - "action.stop": "Παύση", - "action.join": "Συμμετοχή", - "action.close": "Κλείσιμο", - "action.accept": "Αποδοχή", - "action.upgrade": "Αναβάθμιση", - "action.verify": "Επαλήθευση", - "action.update": "Ενημέρωση", - "action.call": "Κλήση", - "action.delete": "Διαγραφή", - "action.upload": "Μεταφόρτωση", - "action.collapse": "Σύμπτυξη", - "action.reset": "Επαναφορά", - "action.share": "Διαμοιρασμός", - "action.skip": "Παράβλεψη", - "action.logout": "Αποσύνδεση", - "action.view": "Προβολή", - "action.expand": "Επέκταση" + "Home": "Αρχική" } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index c1849464194..45241002442 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,62 +8,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", - "action": { - "confirm": "action|confirm", - "dismiss": "action|dismiss", - "trust": "action|trust", - "ok": "OK", - "reload": "action|reload", - "cancel": "action|cancel", - "continue": "Continue", - "leave_room": "Leave room", - "no": "No", - "enable": "Enable", - "stop": "action|stop", - "learn_more": "Learn more", - "yes": "Yes", - "join": "action|join", - "close": "action|close", - "decline": "Decline", - "accept": "action|accept", - "upgrade": "action|upgrade", - "verify": "action|verify", - "update": "action|update", - "call": "action|call", - "delete": "action|delete", - "upload": "action|upload", - "create": "Create", - "expand": "action|expand", - "collapse": "action|collapse", - "apply": "action|apply", - "remove": "Remove", - "reset": "action|reset", - "save": "Save", - "share": "action|share", - "invite": "Invite", - "quote": "Quote", - "start_chat": "Start chat", - "invites_list": "Invites", - "reject": "action|reject", - "leave": "Leave", - "start": "Start", - "view_source": "View Source", - "retry": "Retry", - "react": "React", - "edit": "Edit", - "reply": "Reply", - "copy": "Copy", - "done": "Done", - "skip": "action|skip", - "create_a_room": "Create a room", - "report_content": "Report Content", - "next": "Next", - "view": "action|view", - "forward": "Forward", - "copy_link": "Copy link", - "logout": "action|logout", - "disable": "Disable" - }, + "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -73,33 +18,33 @@ "Add Phone Number": "Add Phone Number", "common": { "error": "Error", - "attachment": "common|attachment", - "light": "common|light", - "dark": "common|dark", + "attachment": "Attachment", + "light": "Light", + "dark": "Dark", "video": "Video", - "warning": "common|warning", - "home": "common|home", - "favourites": "common|favourites", + "warning": "Warning", + "home": "Home", + "favourites": "Favourites", "people": "People", - "threads": "common|threads", + "threads": "Threads", "analytics": "Analytics", - "user": "common|user", - "room": "common|room", + "user": "User", + "room": "Room", "settings": "Settings", - "theme": "common|theme", - "name": "common|name", - "description": "common|description", + "theme": "Theme", + "name": "Name", + "description": "Description", "no_results": "No results", - "public": "common|public", - "private": "common|private", - "options": "common|options", + "public": "Public", + "private": "Private", + "options": "Options", "message_layout": "Message layout", "modern": "Modern", "success": "Success", "sticker": "Sticker", "offline": "Offline", "loading": "Loading…", - "appearance": "common|appearance", + "appearance": "Appearance", "about": "About", "message": "Message", "unmute": "Unmute", @@ -109,19 +54,20 @@ "encryption_enabled": "Encryption enabled", "image": "Image", "reactions": "Reactions", - "homeserver": "common|homeserver", - "help": "common|help", + "homeserver": "Homeserver", + "help": "Help", "report_a_bug": "Report a bug", "forward_message": "Forward message", "suggestions": "Suggestions", - "labs": "common|labs", - "beta": "common|beta", + "labs": "Labs", + "beta": "Beta", "password": "Password", "username": "Username", "room_name": "Room name", - "thread": "common|thread" + "thread": "Thread" }, "Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.", + "Dismiss": "Dismiss", "The file '%(fileName)s' failed to upload.": "The file '%(fileName)s' failed to upload.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "The file '%(fileName)s' exceeds this homeserver's size limit for uploads", "Upload Failed": "Upload Failed", @@ -143,6 +89,7 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", + "Trust": "Trust", "Call Failed": "Call Failed", "User Busy": "User Busy", "The user you called is busy.": "The user you called is busy.", @@ -153,6 +100,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", + "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", @@ -185,6 +164,7 @@ "User is not logged in": "User is not logged in", "Database unexpectedly closed": "Database unexpectedly closed", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "This may be caused by having the app open in multiple tabs or due to clearing browser data.", + "Reload": "Reload", "Empty room": "Empty room", "%(user1)s and %(user2)s": "%(user1)s and %(user2)s", "%(user)s and %(count)s others": { @@ -238,6 +218,7 @@ "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", "Go Back": "Go Back", + "Cancel": "Cancel", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -680,6 +661,7 @@ "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", "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.", "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", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", @@ -690,14 +672,17 @@ "Don't miss a reply": "Don't miss a reply", "Notifications": "Notifications", "Enable desktop notifications": "Enable desktop notifications", + "Join": "Join", "Unknown room": "Unknown room", "Video call started": "Video call started", + "Close": "Close", "Sound on": "Sound on", "Silence call": "Silence call", "Notifications silenced": "Notifications silenced", "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", + "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.", "Use app": "Use app", @@ -708,12 +693,15 @@ "Set up Secure Backup": "Set up Secure Backup", "Encryption upgrade available": "Encryption upgrade available", "Verify this session": "Verify this session", + "Upgrade": "Upgrade", + "Verify": "Verify", "Safeguard against losing access to encrypted messages & data": "Safeguard against losing access to encrypted messages & data", "Other users may not trust it": "Other users may not trust it", "New login. Was this you?": "New login. Was this you?", "Yes, it was me": "Yes, it was me", "What's new?": "What's new?", "What's New": "What's New", + "Update": "Update", "Update %(brand)s": "Update %(brand)s", "New version of %(brand)s is available": "New version of %(brand)s is available", "Guest": "Guest", @@ -1000,6 +988,7 @@ "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", + "Call": "Call", "The other party cancelled the verification.": "The other party cancelled the verification.", "Verified!": "Verified!", "You've successfully verified this user.": "You've successfully verified this user.", @@ -1047,7 +1036,9 @@ "Match system": "Match system", "Space selection": "Space selection", "Delete avatar": "Delete avatar", + "Delete": "Delete", "Upload avatar": "Upload avatar", + "Upload": "Upload", "Search %(spaceName)s": "Search %(spaceName)s", "Please enter a name for the space": "Please enter a name for the space", "e.g. my-space": "e.g. my-space", @@ -1064,6 +1055,8 @@ "You can change these anytime.": "You can change these anytime.", "Creating…": "Creating…", "Show all rooms": "Show all rooms", + "Expand": "Expand", + "Collapse": "Collapse", "Click to copy": "Click to copy", "Copied!": "Copied!", "Failed to copy": "Failed to copy", @@ -1097,6 +1090,7 @@ "Add privileged users": "Add privileged users", "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", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1116,6 +1110,7 @@ "Cross-signing is ready but keys are not backed up.": "Cross-signing is ready but keys are not backed up.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing is not set up.": "Cross-signing is not set up.", + "Reset": "Reset", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found", @@ -1563,6 +1558,7 @@ "Verify the link in your inbox": "Verify the link in your inbox", "Complete": "Complete", "Revoke": "Revoke", + "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Unable to revoke sharing for phone number": "Unable to revoke sharing for phone number", "Unable to share phone number": "Unable to share phone number", @@ -1888,6 +1884,7 @@ "Start chatting": "Start chatting", "Do you want to join %(roomName)s?": "Do you want to join %(roomName)s?", " invited you": " invited you", + "Reject": "Reject", "Reject & Ignore user": "Reject & Ignore user", "You're previewing %(roomName)s. Want to join it?": "You're previewing %(roomName)s. Want to join it?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s can't be previewed. Do you want to join it?", @@ -2468,6 +2465,8 @@ "other": "%(oneUser)ssent %(count)s hidden messages", "one": "%(oneUser)ssent a hidden message" }, + "collapse": "collapse", + "expand": "expand", "Image view": "Image view", "Rotate Left": "Rotate Left", "Rotate Right": "Rotate Right", @@ -2539,6 +2538,7 @@ "You're in": "You're in", "Who will you chat to the most?": "Who will you chat to the most?", "We'll help you get connected.": "We'll help you get connected.", + "Skip": "Skip", "Friends and family": "Friends and family", "Coworkers and teams": "Coworkers and teams", "Online community members": "Online community members", @@ -2984,6 +2984,7 @@ "Public spaces": "Public spaces", "Use \"%(query)s\" to search": "Use \"%(query)s\" to search", "Search for": "Search for", + "View": "View", "Spaces you're in": "Spaces you're in", "Failed to query public rooms": "Failed to query public rooms", "Failed to query public spaces": "Failed to query public spaces", @@ -3301,6 +3302,7 @@ "Old cryptography data detected": "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.": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.", "Verification requested": "Verification requested", + "Logout": "Logout", "%(creator)s created this DM.": "%(creator)s created this DM.", "%(creator)s created and configured the room.": "%(creator)s created and configured the room.", "You're all caught up": "You're all caught up", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 7b0f01af258..a291109f43d 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -24,7 +24,6 @@ "Are you sure?": "Are you sure?", "Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?", "Are you sure you want to reject the invitation?": "Are you sure you want to reject the invitation?", - "Attachment": "Attachment", "Banned users": "Banned users", "Bans user with given id": "Bans user with given id", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.", @@ -67,7 +66,6 @@ "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "Failure to create room": "Failure to create room", "Favourite": "Favorite", - "Favourites": "Favorites", "Filter room members": "Filter room members", "Forget room": "Forget room", "For security, this session has been signed out. Please sign in again.": "For security, this session has been signed out. Please sign in again.", @@ -85,7 +83,6 @@ "Sign in with": "Sign in with", "Join Room": "Join Room", "Jump to first unread message.": "Jump to first unread message.", - "Labs": "Labs", "Ignore": "Ignore", "Unignore": "Unignore", "You are now ignoring %(userId)s": "You are now ignoring %(userId)s", @@ -95,6 +92,7 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s made future room history visible to all room members, from the point they are invited.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s made future room history visible to all room members, from the point they joined.", @@ -104,7 +102,6 @@ "Missing room_id in request": "Missing room_id in request", "Missing user_id in request": "Missing user_id in request", "Moderator": "Moderator", - "Name": "Name", "New passwords don't match": "New passwords don't match", "New passwords must match each other.": "New passwords must match each other.", "not specified": "not specified", @@ -203,12 +200,11 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.", - "Room": "Room", "Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.", + "Cancel": "Cancel", "Start automatically after system login": "Start automatically after system login", "Banned by %(displayName)s": "Banned by %(displayName)s", - "Options": "Options", "Passphrases must match": "Passphrases must match", "Passphrase must not be empty": "Passphrase must not be empty", "Export room keys": "Export room keys", @@ -227,6 +223,7 @@ "Incorrect password": "Incorrect password", "Unable to restore session": "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.": "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.", + "Dismiss": "Dismiss", "Token incorrect": "Token incorrect", "Please enter the code it contains:": "Please enter the code it contains:", "powered by Matrix": "powered by Matrix", @@ -241,11 +238,12 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", + "Accept": "Accept", "Add": "Add", "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", "Create new room": "Create new room", - "Home": "Home", "No display name": "No display name", "%(roomName)s does not exist.": "%(roomName)s does not exist.", "%(roomName)s is not accessible at this time.": "%(roomName)s is not accessible at this time.", @@ -269,6 +267,7 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Do you want to set an email address?": "Do you want to set an email address?", "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", + "Skip": "Skip", "Check for update": "Check for update", "Define the power level of a user": "Define the power level of a user", "Enable automatic language detection for syntax highlighting": "Enable automatic language detection for syntax highlighting", @@ -285,11 +284,11 @@ "Notification targets": "Notification targets", "Today": "Today", "Friday": "Friday", + "Update": "Update", "What's New": "What's New", "On": "On", "Changelog": "Changelog", "Waiting for response from server": "Waiting for response from server", - "Warning": "Warning", "This Room": "This Room", "Noisy": "Noisy", "Messages containing my display name": "Messages containing my display name", @@ -304,6 +303,7 @@ "Search…": "Search…", "Unnamed room": "Unnamed room", "Saturday": "Saturday", + "Reject": "Reject", "Monday": "Monday", "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", @@ -370,6 +370,7 @@ "Messages": "Messages", "Actions": "Actions", "Other": "Other", + "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirm adding this phone number by using Single Sign On to prove your identity.", "Confirm adding phone number": "Confirm adding phone number", @@ -382,6 +383,7 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", + "Trust": "Trust", "%(name)s is requesting verification": "%(name)s is requesting verification", "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", @@ -429,7 +431,15 @@ "password": "Password", "settings": "Settings", "success": "Success", - "unmute": "Unmute" + "unmute": "Unmute", + "attachment": "Attachment", + "warning": "Warning", + "home": "Home", + "favourites": "Favorites", + "room": "Room", + "name": "Name", + "options": "Options", + "labs": "Labs" }, "action": { "continue": "Continue", @@ -446,14 +456,5 @@ "start_chat": "Start chat", "view_source": "View Source" }, - "action.reject": "Reject", - "action.confirm": "Confirm", - "action.dismiss": "Dismiss", - "action.trust": "Trust", - "action.cancel": "Cancel", - "action.close": "Close", - "action.accept": "Accept", - "action.update": "Update", - "action.skip": "Skip", - "action.logout": "Logout" + "Home": "Home" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 7ee8fb0028d..c6527ae322f 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -94,6 +94,7 @@ "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", + "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", @@ -110,7 +111,6 @@ "Authentication": "Aŭtentikigo", "Failed to set display name": "Malsukcesis agordi vidigan nomon", "Drop file here to upload": "Demetu dosieron tien ĉi por ĝin alŝuti", - "Options": "Agordoj", "Unban": "Malforbari", "Failed to ban user": "Malsukcesis forbari uzanton", "Failed to mute user": "Malsukcesis silentigi uzanton", @@ -131,7 +131,6 @@ "Invited": "Invititaj", "Filter room members": "Filtri ĉambranojn", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (povnivelo je %(powerLevelNumber)s)", - "Attachment": "Aldonaĵo", "Hangup": "Fini vokon", "Voice call": "Voĉvoko", "Video call": "Vidvoko", @@ -159,7 +158,6 @@ "Upload avatar": "Alŝuti profilbildon", "Forget room": "Forgesi ĉambron", "Search": "Serĉi", - "Favourites": "Elstarigitaj", "Rooms": "Ĉambroj", "Low priority": "Malpli gravaj", "Historical": "Estintaj", @@ -182,7 +180,9 @@ "Members only (since they joined)": "Nur ĉambranoj (ekde la aliĝo)", "Permissions": "Permesoj", "Advanced": "Altnivela", + "Cancel": "Nuligi", "Jump to first unread message.": "Salti al unua nelegita mesaĝo.", + "Close": "Fermi", "not specified": "nespecifita", "This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn", "You have enabled URL previews by default.": "Vi ŝaltis implicitajn antaŭrigardojn al retpaĝoj.", @@ -201,8 +201,8 @@ "Copied!": "Kopiita!", "Failed to copy": "Malsukcesis kopii", "Add an Integration": "Aldoni kunigon", + "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", - "Warning": "Averto", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", "Register": "Registri", "Token incorrect": "Malĝusta peco", @@ -214,7 +214,6 @@ "Delete Widget": "Forigi fenestraĵon", "Delete widget": "Forigi fenestraĵon", "Create new room": "Krei novan ĉambron", - "Home": "Hejmo", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)s%(count)s-foje aliĝis", @@ -322,10 +321,9 @@ "Unable to add email address": "Ne povas aldoni retpoŝtadreson", "Unable to verify email address.": "Retpoŝtadreso ne kontroleblas.", "This will allow you to reset your password and receive notifications.": "Tio ĉi permesos al vi restarigi vian pasvorton kaj ricevi sciigojn.", - "Name": "Nomo", + "Skip": "Preterpasi", "You must register to use this functionality": "Vi devas registriĝî por uzi tiun ĉi funkcion", "You must join the room to see its files": "Vi devas aliĝi al la ĉambro por vidi tie dosierojn", - "Description": "Priskribo", "Reject invitation": "Rifuzi inviton", "Are you sure you want to reject the invitation?": "Ĉu vi certe volas rifuzi la inviton?", "Failed to reject invitation": "Malsukcesis rifuzi la inviton", @@ -333,6 +331,7 @@ "Signed Out": "Adiaŭinta", "Old cryptography data detected": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis", "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.": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.", + "Logout": "Adiaŭi", "Connectivity to the server has been lost.": "Konekto al la servilo perdiĝis.", "Sent messages will be stored until your connection has returned.": "Senditaj mesaĝoj konserviĝos ĝis via konekto refunkcios.", "You seem to be uploading files, are you sure you want to quit?": "Ŝajne vi alŝutas dosierojn nun; ĉu vi tamen volas foriri?", @@ -340,7 +339,6 @@ "Search failed": "Serĉo malsukcesis", "Server may be unavailable, overloaded, or search timed out :(": "Aŭ la servilo estas neatingebla aŭ troŝarĝita, aŭ la serĉo eltempiĝis :(", "No more results": "Neniuj pliaj rezultoj", - "Room": "Ĉambro", "Failed to reject invite": "Malsukcesis rifuzi inviton", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Provis enlegi certan parton de ĉi tiu historio, sed vi ne havas permeson vidi ĝin.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Provis enlegi certan parton de ĉi tiu historio, sed malsukcesis ĝin trovi.", @@ -355,7 +353,6 @@ "": "", "Import E2E room keys": "Enporti tutvoje ĉifrajn ĉambrajn ŝlosilojn", "Cryptography": "Ĉifroteĥnikaro", - "Labs": "Eksperimentaj funkcioj", "Check for update": "Kontroli ĝisdatigojn", "Reject all %(invitedRooms)s invites": "Rifuzi ĉiujn %(invitedRooms)s invitojn", "Start automatically after system login": "Memfare ruli post operaciuma saluto", @@ -416,6 +413,7 @@ "Notification targets": "Celoj de sciigoj", "Today": "Hodiaŭ", "Friday": "Vendredo", + "Update": "Ĝisdatigi", "What's New": "Kio novas", "On": "Jes", "Changelog": "Protokolo de ŝanĝoj", @@ -435,6 +433,7 @@ "Search…": "Serĉi…", "Event sent!": "Okazo sendiĝis!", "Saturday": "Sabato", + "Reject": "Rifuzi", "Monday": "Lundo", "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", @@ -504,7 +503,6 @@ "Encrypted messages in group chats": "Ĉifritaj mesaĝoj en grupaj babiloj", "Delete Backup": "Forigi savkopion", "Language and region": "Lingvo kaj regiono", - "Theme": "Haŭto", "General": "Ĝeneralaj", "In reply to ": "Responde al ", "You do not have permission to start a conference call in this room": "Vi ne havas permeson komenci grupvokon en ĉi tiu ĉambro", @@ -619,6 +617,7 @@ "Room avatar": "Profilbildo de ĉambro", "Room Name": "Nomo de ĉambro", "Room Topic": "Temo de ĉambro", + "Join": "Aliĝi", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", "Go back": "Reen iri", @@ -632,6 +631,7 @@ "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", "Phone (optional)": "Telefono (malnepra)", + "Confirm": "Konfirmi", "Other": "Alia", "Couldn't load page": "Ne povis enlegi paĝon", "Guest": "Gasto", @@ -767,6 +767,7 @@ "Upload files (%(current)s of %(total)s)": "Alŝuti dosierojn (%(current)s el %(total)s)", "Upload files": "Alŝuti dosierojn", "Upload all": "Alŝuti ĉiujn", + "Upload": "Alŝuti", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ĉi tiu dosiero tro grandas por alŝuto. La grandolimo estas %(limit)s sed la dosiero grandas %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ĉi tiuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Iuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", @@ -909,6 +910,7 @@ "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 vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj.", "Use a longer keyboard pattern with more turns": "Uzu pli longan tekston kun plia varieco", "Unable to load key backup status": "Ne povas enlegi staton de ŝlosila savkopio", + "Reset": "Restarigi", "Demote yourself?": "Ĉu malrangaltigi vin mem?", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.", "Demote": "Malrangaltigi", @@ -997,10 +999,12 @@ "Italics": "Kursive", "Strikethrough": "Trastrekite", "Code block": "Kodujo", + "View": "Rigardo", "Explore rooms": "Esplori ĉambrojn", "Add Email Address": "Aldoni retpoŝtadreson", "Add Phone Number": "Aldoni telefonnumeron", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ĉi tiu ago bezonas atingi la norman identigan servilon por kontroli retpoŝtadreson aŭ telefonnumeron, sed la servilo ne havas uzokondiĉojn.", + "Trust": "Fido", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Montri antaŭrigardojn/bildetojn por bildoj", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Vi forigu viajn personajn datumojn de identiga servilo antaŭ ol vi malkonektiĝos. Bedaŭrinde, identiga servilo estas nuntempe eksterreta kaj ne eblas ĝin atingi.", @@ -1018,6 +1022,7 @@ "Verify the link in your inbox": "Kontrolu la ligilon en via ricevujo", "Complete": "Fini", "Revoke": "Senvalidigi", + "Share": "Havigi", "Discovery options will appear once you have added an email above.": "Eltrovaj agordoj aperos kiam vi aldonos supre retpoŝtadreson.", "Unable to revoke sharing for phone number": "Ne povas senvalidigi havigadon je telefonnumero", "Unable to share phone number": "Ne povas havigi telefonnumeron", @@ -1137,6 +1142,8 @@ "Lock": "Seruro", "Other users may not trust it": "Aliaj uzantoj eble ne kredas ĝin", "Later": "Pli poste", + "Verify": "Kontroli", + "Upgrade": "Gradaltigi", "Cannot connect to integration manager": "Ne povas konektiĝi al kunigilo", "The integration manager is offline or it cannot reach your homeserver.": "La kunigilo estas eksterreta aŭ ne povas atingi vian hejmservilon.", "This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon", @@ -1499,7 +1506,6 @@ "Size must be a number": "Grando devas esti nombro", "Custom font size can only be between %(min)s pt and %(max)s pt": "Propra grando de tiparo povas interi nur %(min)s punktojn kaj %(max)s punktojn", "Use between %(min)s pt and %(max)s pt": "Uzi inter %(min)s punktoj kaj %(max)s punktoj", - "Appearance": "Aspekto", "Joins room with given address": "Aligas al ĉambro kun donita adreso", "Please verify the room ID or address and try again.": "Bonvolu kontroli identigilon aŭ adreson de la ĉambro kaj reprovi.", "Room ID or address of ban list": "Ĉambra identigilo aŭ adreso de listo de forbaroj", @@ -1520,8 +1526,6 @@ "Contact your server admin.": "Kontaktu administranton de via servilo.", "Ok": "Bone", "New version available. Update now.": "Nova versio estas disponebla. Ĝisdatigu nun.", - "Light": "Hela", - "Dark": "Malhela", "You joined the call": "Vi aliĝis al la voko", "%(senderName)s joined the call": "%(senderName)s aliĝis al la voko", "Call in progress": "Voko okazas", @@ -1996,7 +2000,6 @@ "Active Widgets": "Aktivaj fenestraĵoj", "Reason (optional)": "Kialo (malnepra)", "Continue with %(provider)s": "Daŭrigi per %(provider)s", - "Homeserver": "Hejmservilo", "Server Options": "Elektebloj de servilo", "Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(rooms)s rooms.": { "one": "Sekure kaŝmemori ĉifritajn mesaĝojn loke por ke ili aperu inter serĉrezultoj, uzante %(size)s por deponi mesaĝojn el %(rooms)s ĉambroj.", @@ -2130,7 +2133,7 @@ "Use Command + Enter to send a message": "Sendu mesaĝon per komanda klavo + eniga klavo", "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s ŝanĝis la servilblokajn listojn por ĉi tiu ĉambro.", "%(senderDisplayName)s set the server ACLs for this room.": "%(senderDisplayName)s agordis la servilblokajn listojn por ĉi tiu ĉambro.", - "Public": "Publika", + "Delete": "Forigi", "Jump to the bottom of the timeline when you send a message": "Salti al subo de historio sendinte mesaĝon", "You're already in a call with this person.": "Vi jam vokas ĉi tiun personon.", "Already in call": "Jam vokanta", @@ -2195,7 +2198,6 @@ "Your private space": "Via privata aro", "Your public space": "Via publika aro", "Invite only, best for yourself or teams": "Nur invita, ideala por vi mem aŭ por skipoj", - "Private": "Privata", "Open space for anyone, best for communities": "Malferma aro por ĉiu ajn, ideala por komunumoj", "Create a space": "Krei aron", "Original event source": "Originala fonto de okazo", @@ -2303,7 +2305,6 @@ "Avatar": "Profilbildo", "Join the beta": "Aliĝi al provado", "Leave the beta": "Ĉesi provadon", - "Beta": "Prova", "If you reset everything, you will restart with no trusted sessions, no trusted users, and might not be able to see past messages.": "Se vi restarigos ĉion, vi rekomencos sen fidataj salutaĵoj, uzantoj, kaj eble ne povos vidi antaŭajn mesaĝojn.", "Only do this if you have no other device to complete verification with.": "Faru tion ĉi nur se vi ne havas alian aparaton, per kiu vi kontrolus ceterajn.", "Forgotten or lost all recovery methods? Reset all": "Ĉu vi forgesis aŭ perdis ĉiujn manierojn de rehavo? Restarigu ĉion", @@ -2423,6 +2424,8 @@ "Error saving notification preferences": "Eraris konservado de preferoj pri sciigoj", "Messages containing keywords": "Mesaĝoj enhavantaj ĉefvortojn", "Message bubbles": "Mesaĝaj vezikoj", + "Collapse": "Maletendi", + "Expand": "Etendi", "Recommended for public spaces.": "Rekomendita por publikaj aroj.", "Allow people to preview your space before they join.": "Povigi personojn antaŭrigardi vian aron antaŭ aliĝo.", "To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.", @@ -2553,7 +2556,6 @@ "Leave all rooms": "Foriri de ĉiuj ĉambroj", "Don't leave any rooms": "Foriru de neniuj ĉambroj", "%(reactors)s reacted with %(content)s": "%(reactors)s reagis per %(content)s", - "Thread": "Fadeno", "Some encryption parameters have been changed.": "Ŝanĝiĝis iuj parametroj de ĉifrado.", "Role in ": "Rolo en ", "Message didn't send. Click for info.": "Mesaĝo ne sendiĝis. Klaku por akiri informojn.", @@ -2828,6 +2830,7 @@ "Send read receipts": "Sendi legitajn kvitanojn", "New group call experience": "La nova grupvoka sperto", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Vi antaŭe konsentis kunhavigi anonimajn uzdatumojn kun ni. Ni ĝisdatigas kiel tio funkcias.", + "Stop": "Fini", "That's fine": "Tio estas bone", "Export successful!": "Eksporto sukcesa!", "Error fetching file": "Eraro alportante dosieron", @@ -2855,7 +2858,6 @@ "Video rooms": "Videoĉambroj", "Developer": "Programisto", "unknown": "nekonata", - "Threads": "Fadenoj", "Other rooms": "Aliaj ĉambroj", "The person who invited you has already left, or their server is offline.": "Aŭ la persono, kiu vin invitis, jam foriris, aŭ ĝia servilo estas eksterreta.", "Failed to join": "Malsukcesis aliĝi", @@ -2901,7 +2903,26 @@ "unmute": "Malsilentigi", "username": "Uzantonomo", "verification_cancelled": "Kontrolo nuliĝis", - "video": "Video" + "video": "Video", + "attachment": "Aldonaĵo", + "light": "Hela", + "dark": "Malhela", + "warning": "Averto", + "home": "Hejmo", + "favourites": "Elstarigitaj", + "thread": "Fadeno", + "threads": "Fadenoj", + "room": "Ĉambro", + "theme": "Haŭto", + "name": "Nomo", + "description": "Priskribo", + "public": "Publika", + "private": "Privata", + "options": "Agordoj", + "appearance": "Aspekto", + "homeserver": "Hejmservilo", + "beta": "Prova", + "labs": "Eksperimentaj funkcioj" }, "action": { "continue": "Daŭrigi", @@ -2938,25 +2959,5 @@ "a11y": { "user_menu": "Menuo de uzanto" }, - "action.reject": "Rifuzi", - "action.confirm": "Konfirmi", - "action.dismiss": "Rezigni", - "action.trust": "Fido", - "action.cancel": "Nuligi", - "action.stop": "Fini", - "action.join": "Aliĝi", - "action.close": "Fermi", - "action.accept": "Akcepti", - "action.upgrade": "Gradaltigi", - "action.verify": "Kontroli", - "action.update": "Ĝisdatigi", - "action.delete": "Forigi", - "action.upload": "Alŝuti", - "action.collapse": "Maletendi", - "action.reset": "Restarigi", - "action.share": "Havigi", - "action.skip": "Preterpasi", - "action.logout": "Adiaŭi", - "action.view": "Rigardo", - "action.expand": "Etendi" + "Home": "Hejmo" } diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index c1903971c90..8d0cae79b41 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -13,7 +13,6 @@ "An error has occurred.": "Un error ha ocurrido.", "Are you sure?": "¿Estás seguro?", "Are you sure you want to reject the invitation?": "¿Estás seguro que quieres rechazar la invitación?", - "Attachment": "Adjunto", "Banned users": "Usuarios vetados", "Bans user with given id": "Veta al usuario con la ID dada", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "No se ha podido conectar al servidor base a través de HTTP, cuando es necesario un enlace HTTPS en la barra de direcciones de tu navegador. Ya sea usando HTTPS o activando los scripts inseguros.", @@ -52,7 +51,6 @@ "Failed to verify email address: make sure you clicked the link in the email": "No se ha podido verificar la dirección de correo electrónico: asegúrate de hacer clic en el enlace del mensaje", "Failure to create room": "No se ha podido crear la sala", "Favourite": "Añadir a favoritos", - "Favourites": "Favoritos", "Filter room members": "Filtrar miembros de la sala", "Forget room": "Olvidar sala", "For security, this session has been signed out. Please sign in again.": "Esta sesión ha sido cerrada. Por favor, inicia sesión de nuevo.", @@ -66,8 +64,9 @@ "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", + "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", + "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", @@ -76,10 +75,10 @@ "Microphone": "Micrófono", "Camera": "Cámara", "Anyone": "Todos", + "Close": "Cerrar", "Custom level": "Nivel personalizado", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", - "Home": "Inicio", "Import": "Importar", "Incorrect username and/or password.": "Nombre de usuario y/o contraseña incorrectos.", "Invited": "Invitado", @@ -92,7 +91,6 @@ "Something went wrong!": "¡Algo ha fallado!", "Create new room": "Crear una nueva sala", "New Password": "Contraseña nueva", - "Options": "Opciones", "Passphrases must match": "Las contraseñas deben coincidir", "Passphrase must not be empty": "La contraseña no puede estar en blanco", "Export room keys": "Exportar claves de sala", @@ -131,7 +129,6 @@ "Missing room_id in request": "Falta el room_id en la solicitud", "Missing user_id in request": "Falta el user_id en la solicitud", "Moderator": "Moderador", - "Name": "Nombre", "New passwords don't match": "Las contraseñas nuevas no coinciden", "New passwords must match each other.": "Las contraseñas nuevas deben coincidir.", "not specified": "sin especificar", @@ -165,8 +162,11 @@ "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", "This phone number is already in use": "Este número de teléfono ya está en uso", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible desde otros servidores de Matrix", + "Cancel": "Cancelar", + "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", "unknown error code": "Código de error desconocido", + "Skip": "Omitir", "Do you want to set an email address?": "¿Quieres poner una dirección de correo electrónico?", "This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.", "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", @@ -233,7 +233,6 @@ "Oct": "oct.", "Nov": "nov.", "Dec": "dic.", - "Warning": "Advertencia", "Online": "En línea", "Submit debug logs": "Enviar registros de depuración", "Sunday": "Domingo", @@ -241,6 +240,7 @@ "Notification targets": "Destinos de notificaciones", "Today": "Hoy", "Friday": "Viernes", + "Update": "Actualizar", "What's New": "Novedades", "On": "Encendido", "Changelog": "Registro de cambios", @@ -263,6 +263,7 @@ "Preparing to send logs": "Preparando para enviar registros", "Unnamed room": "Sala sin nombre", "Saturday": "Sábado", + "Reject": "Rechazar", "Monday": "Lunes", "Toolbox": "Caja de herramientas", "Collecting logs": "Recolectando registros", @@ -480,7 +481,6 @@ "Share User": "Compartir usuario", "Share Room Message": "Compartir un mensaje de esta sala", "Link to selected message": "Enlazar al mensaje seleccionado", - "Description": "Descripción", "This room is not public. You will not be able to rejoin without an invite.": "Esta sala no es pública. No podrás volver a unirte sin una invitación.", "Can't leave Server Notices room": "No se puede salir de la sala de avisos del servidor", "This room is used for important messages from the Homeserver, so you cannot leave it.": "La sala se usa para mensajes importantes del servidor base, así que no puedes abandonarla.", @@ -492,7 +492,6 @@ "You can't send any messages until you review and agree to our terms and conditions.": "No puedes enviar ningún mensaje hasta que revises y estés de acuerdo con nuestros términos y condiciones.", "Connectivity to the server has been lost.": "Se ha perdido la conexión con el servidor.", "Sent messages will be stored until your connection has returned.": "Los mensajes enviados se almacenarán hasta que vuelva la conexión.", - "Room": "Sala", "Check for update": "Comprobar si hay actualizaciones", "Start automatically after system login": "Abrir automáticamente después de iniciar sesión en el sistema", "No Audio Outputs detected": "No se han detectado salidas de sonido", @@ -534,7 +533,6 @@ "Room version": "Versión de la sala", "Room information": "Información de la sala", "Room Topic": "Asunto de la sala", - "Theme": "Tema", "Voice & Video": "Voz y vídeo", "Gets or sets the room topic": "Ver o cambiar el asunto de la sala", "This room has no topic.": "Esta sala no tiene asunto.", @@ -707,6 +705,7 @@ "Main address": "Dirección principal", "Room avatar": "Avatar de la sala", "Room Name": "Nombre de sala", + "Join": "Unirse", "The following users may not exist": "Puede que estos usuarios no existan", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?", "Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro", @@ -767,6 +766,7 @@ "Identity server has no terms of service": "El servidor de identidad no tiene términos de servicio", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción necesita acceder al servidor de identidad por defecto para validar un correo o un teléfono, pero el servidor no tiene términos de servicio.", "Only continue if you trust the owner of the server.": "Continúa solamente si confías en el propietario del servidor.", + "Trust": "Confiar", "Custom (%(level)s)": "Personalizado (%(level)s)", "Error upgrading room": "Fallo al mejorar la sala", "Double check that your server supports the room version chosen and try again.": "Asegúrate de que tu servidor es compatible con la versión de sala elegida y prueba de nuevo.", @@ -815,7 +815,10 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para mayor seguridad, haz esto en persona o usando una forma de comunicación de confianza.", "Lock": "Bloquear", "Other users may not trust it": "Puede que otros usuarios no confíen en ella", + "Upgrade": "Actualizar", + "Verify": "Verificar", "Later": "Más tarde", + "Upload": "Enviar", "Show less": "Ver menos", "Show more": "Ver más", "in memory": "en memoria", @@ -976,6 +979,7 @@ "Your email address hasn't been verified yet": "Tu dirección de email no ha sido verificada", "Verify the link in your inbox": "Verifica el enlace en tu bandeja de entrada", "Complete": "Completar", + "Share": "Compartir", "Remove %(email)s?": "¿Eliminar %(email)s?", "This backup is trusted because it has been restored on this session": "Esta copia de seguridad es de confianza porque ha sido restaurada en esta sesión", "Your keys are not being backed up from this session.": "No se está haciendo una copia de seguridad de tus claves en esta sesión.", @@ -995,6 +999,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirmar un nuevo correo electrónico", "Click the button below to confirm adding this email address.": "Haz clic en el botón de abajo para confirmar esta nueva dirección de correo electrónico.", + "Confirm": "Confirmar", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma el nuevo número de teléfono usando SSO para probar tu identidad.", "Confirm adding phone number": "Confirmar nuevo número de teléfono", "Click the button below to confirm adding this phone number.": "Haz clic en el botón de abajo para confirmar este nuevo número de teléfono.", @@ -1087,6 +1092,7 @@ "This room is bridging messages to the following platforms. Learn more.": "Esta sala está haciendo puente con las siguientes plataformas. Aprende más.", "Bridges": "Puentes", "Uploaded sound": "Sonido subido", + "Reset": "Restablecer", "Unable to revoke sharing for email address": "No se logró revocar el compartir para la dirección de correo electrónico", "Unable to share email address": "No se logró compartir la dirección de correo electrónico", "Click the link in the email you received to verify and then click continue again.": "Haz clic en el enlace del correo electrónico para verificar, y luego nuevamente haz clic en continuar.", @@ -1384,6 +1390,7 @@ "Explore Public Rooms": "Explora las salas públicas", "Create a Group Chat": "Crea un grupo", "%(creator)s created and configured the room.": "Sala creada y configurada por %(creator)s.", + "View": "Ver", "Explore rooms": "Explorar salas", "Jump to first invite.": "Salte a la primera invitación.", "Add room": "Añadir una sala", @@ -1414,8 +1421,6 @@ "Joins room with given address": "Entrar a la sala con la dirección especificada", "Opens chat with the given user": "Abrir una conversación con el usuario especificado", "Sends a message to the given user": "Enviar un mensaje al usuario seleccionado", - "Light": "Claro", - "Dark": "Oscuro", "Unexpected server error trying to leave the room": "Error inesperado del servidor al abandonar esta sala", "Error leaving room": "Error al salir de la sala", "Your homeserver has exceeded its user limit.": "Tú servidor ha excedido su limite de usuarios.", @@ -1465,7 +1470,6 @@ "Room ID or address of ban list": "ID de sala o dirección de la lista de prohibición", "Secure Backup": "Copia de seguridad segura", "Privacy": "Privacidad", - "Appearance": "Apariencia", "Show rooms with unread messages first": "Colocar al principio las salas con mensajes sin leer", "Show previews of messages": "Incluir una vista previa del último mensaje", "Sort by": "Ordenar por", @@ -1911,7 +1915,6 @@ "You held the call Resume": "Has puesto la llamada en espera Recuperar", "You held the call Switch": "Has puesto esta llamada en espera Volver", "Reason (optional)": "Motivo (opcional)", - "Homeserver": "Servidor base", "Server Options": "Opciones del servidor", "Open dial pad": "Abrir teclado numérico", "This is the start of .": "Aquí empieza .", @@ -2192,10 +2195,9 @@ "Your private space": "Tu espacio privado", "Your public space": "Tu espacio público", "Invite only, best for yourself or teams": "Acceso por invitación, mejor para equipos o si vas a estar solo tú", - "Private": "Privado", "Open space for anyone, best for communities": "Abierto para todo el mundo, la mejor opción para comunidades", - "Public": "Público", "Create a space": "Crear un espacio", + "Delete": "Borrar", "This homeserver has been blocked by its administrator.": "Este servidor base ha sido bloqueado por su administración.", "You're already in a call with this person.": "Ya estás en una llamada con esta persona.", "This room is suggested as a good one to join": "Unirse a esta sala está sugerido", @@ -2282,7 +2284,6 @@ "Select a room below first": "Selecciona una sala de abajo primero", "Join the beta": "Unirme a la beta", "Leave the beta": "Salir de la beta", - "Beta": "Beta", "Want to add a new room instead?": "¿Quieres añadir una sala nueva en su lugar?", "Adding rooms... (%(progress)s out of %(count)s)": { "other": "Añadiendo salas… (%(progress)s de %(count)s)", @@ -2365,6 +2366,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.", "This space has no local addresses": "Este espacio no tiene direcciones locales", "Space information": "Información del espacio", + "Collapse": "Encoger", + "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espacios públicos.", "Allow people to preview your space before they join.": "Permitir que se pueda ver una vista previa del espacio antes de unirse a él.", "Preview Space": "Previsualizar espacio", @@ -2541,7 +2544,6 @@ "Are you sure you want to make this encrypted room public?": "¿Seguro que quieres activar el cifrado en esta sala pública?", "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Para evitar estos problemas, crea una nueva sala cifrada para la conversación que quieras tener.", "Are you sure you want to add encryption to this public room?": "¿Seguro que quieres activar el cifrado en esta sala pública?", - "Thread": "Hilo", "The above, but in any room you are joined or invited to as well": "Lo de arriba, pero en cualquier sala en la que estés o te inviten", "The above, but in as well": "Lo de arriba, pero también en ", "Autoplay videos": "Reproducir automáticamente los vídeos", @@ -2579,6 +2581,7 @@ "Include Attachments": "Incluir archivos adjuntos", "Size Limit": "Límite de tamaño", "Format": "Formato", + "Stop": "Parar", "MB": "MB", "In reply to this message": "En respuesta a este mensaje", "Export chat": "Exportar conversación", @@ -2627,7 +2630,6 @@ "Unban from %(roomName)s": "Quitar veto de %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Podrán seguir accediendo a donde no tengas permisos de administración.", "Disinvite from %(roomName)s": "Anular la invitación a %(roomName)s", - "Threads": "Hilos", "Create poll": "Crear una encuesta", "%(count)s reply": { "one": "%(count)s respuesta", @@ -2919,6 +2921,7 @@ "Last week": "Última semana", "Internal room ID": "ID interna de la sala", "IRC (Experimental)": "IRC (en pruebas)", + "Call": "Llamar", "This is a beta feature": "Esta funcionalidad está en beta", "Feedback sent! Thanks, we appreciate it!": "¡Opinión enviada! Gracias, te lo agradecemos.", "%(oneUser)ssent %(count)s hidden messages": { @@ -3302,7 +3305,6 @@ "Download %(brand)s Desktop": "Descargar %(brand)s para escritorio", "Download %(brand)s": "Descargar %(brand)s", "Choose a locale": "Elige un idioma", - "Help": "Ayuda", "Unverified": "Sin verificar", "Verified": "Verificada", "Session details": "Detalles de la sesión", @@ -3546,6 +3548,7 @@ "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. Learn more.": "¿Te apetece probar cosas experimentales? Aquí encontrarás nuestras ideas en desarrollo. No están terminadas, pueden ser inestables, cambiar o dejar de estar disponibles. Más información.", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "¿Qué novedades se esperan en %(brand)s? La sección de experimentos es la mejor manera de ver las cosas antes de que se publiquen, probar nuevas funcionalidades y ayudar a mejorarlas antes de su lanzamiento.", "Upcoming features": "Funcionalidades futuras", + "Apply": "Aplicar", "Search users in this room…": "Buscar usuarios en esta sala…", "Give one or multiple users in this room more privileges": "Otorga a uno o más usuarios privilegios especiales en esta sala", "Add privileged users": "Añadir usuarios privilegiados", @@ -3645,6 +3648,7 @@ "WARNING: session already verified, but keys do NOT MATCH!": "ADVERTENCIA: la sesión ya está verificada, pero las claves NO COINCIDEN", "iframe has no src attribute": "el iframe no tiene atributo src", "Use your account to continue.": "Usa tu cuenta para configurar.", + "Reload": "Recargar", "Database unexpectedly closed": "La base de datos se ha cerrado de forma inesperada", "Identity server not set": "Servidor de identidad no configurado", "Homeserver is %(homeserverUrl)s": "El servidor base es %(homeserverUrl)s", @@ -3720,7 +3724,27 @@ "unmute": "Dejar de silenciar", "username": "Nombre de usuario", "verification_cancelled": "Verificación cancelada", - "video": "Vídeo" + "video": "Vídeo", + "attachment": "Adjunto", + "light": "Claro", + "dark": "Oscuro", + "warning": "Advertencia", + "home": "Inicio", + "favourites": "Favoritos", + "thread": "Hilo", + "threads": "Hilos", + "room": "Sala", + "theme": "Tema", + "name": "Nombre", + "description": "Descripción", + "public": "Público", + "private": "Privado", + "options": "Opciones", + "appearance": "Apariencia", + "homeserver": "Servidor base", + "help": "Ayuda", + "beta": "Beta", + "labs": "Experimentos" }, "action": { "continue": "Continuar", @@ -3758,28 +3782,5 @@ "a11y": { "user_menu": "Menú del Usuario" }, - "action.reject": "Rechazar", - "action.confirm": "Confirmar", - "action.dismiss": "Omitir", - "action.trust": "Confiar", - "action.reload": "Recargar", - "action.cancel": "Cancelar", - "action.stop": "Parar", - "action.join": "Unirse", - "action.close": "Cerrar", - "action.accept": "Aceptar", - "action.upgrade": "Actualizar", - "action.verify": "Verificar", - "action.update": "Actualizar", - "action.call": "Llamar", - "action.delete": "Borrar", - "action.upload": "Enviar", - "action.collapse": "Encoger", - "action.apply": "Aplicar", - "action.reset": "Restablecer", - "action.share": "Compartir", - "action.skip": "Omitir", - "action.logout": "Cerrar sesión", - "action.view": "Ver", - "action.expand": "Expandir" + "Home": "Inicio" } diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index 0acfce872de..af3d1d2ef91 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -1,11 +1,14 @@ { "This email address is already in use": "See e-posti aadress on juba kasutusel", "This phone number is already in use": "See telefoninumber on juba kasutusel", + "Confirm": "Kinnita", "Add Email Address": "Lisa e-posti aadress", "Failed to verify email address: make sure you clicked the link in the email": "E-posti aadressi kontrollimine ei õnnestunud: palun vaata, et sa kindlasti klõpsisid saabunud kirjas olnud viidet", "Unable to load! Check your network connectivity and try again.": "Laadimine ei õnnestunud! Kontrolli oma võrguühendust ja proovi uuesti.", + "Dismiss": "Loobu", "Call Failed": "Kõne ebaõnnestus", "Call failed due to misconfigured server": "Kõne ebaõnnestus valesti seadistatud serveri tõttu", + "Cancel": "Loobu", "Send": "Saada", "Jan": "jaan", "Feb": "veeb", @@ -60,6 +63,7 @@ "Today": "Täna", "Yesterday": "Eile", "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.", "collapse": "ahenda", "expand": "laienda", @@ -103,7 +107,6 @@ "All messages": "Kõik sõnumid", "Favourite": "Lemmik", "Low Priority": "Vähetähtis", - "Home": "Avaleht", "Sign in": "Logi sisse", "Remove for everyone": "Eemalda kõigilt", "You must join the room to see its files": "Failide nägemiseks pead jututoaga liituma", @@ -176,7 +179,6 @@ "Encryption not enabled": "Krüptimine ei ole kasutusel", "The encryption used by this room isn't supported.": "Selles jututoas kasutatud krüptimine ei ole toetatud.", "Message Actions": "Tegevused sõnumitega", - "Attachment": "Manus", "Error decrypting attachment": "Viga manuse dekrüptimisel", "Decrypt %(text)s": "Dekrüpti %(text)s", "Download %(text)s": "Laadi alla %(text)s", @@ -211,6 +213,7 @@ "Submit logs": "Saada rakenduse logid", "Something went wrong!": "Midagi läks nüüd valesti!", "What's New": "Meie uudised", + "Update": "Uuenda", "What's new?": "Mida on meil uut?", "Your server": "Sinu server", "Matrix": "Matrix", @@ -240,7 +243,6 @@ "Forget room": "Unusta jututuba", "Search": "Otsing", "Share room": "Jaga jututuba", - "Favourites": "Lemmikud", "Low priority": "Vähetähtis", "Historical": "Ammune", "System Alerts": "Süsteemi teated", @@ -250,7 +252,6 @@ "e.g. my-room": "näiteks minu-jututuba", "Can't find this server or its room list": "Ei leia seda serverit ega tema jututubade loendit", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Üritasin laadida teatud hetke selle jututoa ajajoonelt, kuid ei suutnud seda leida.", - "Options": "Valikud", "This Room": "See jututuba", "Sun": "Pühapäev", "Mon": "Esmaspäev", @@ -268,6 +269,7 @@ "Identity server has no terms of service": "Isikutuvastusserveril puuduvad kasutustingimused", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "E-posti aadressi või telefoninumbri kontrolliks see tegevus eeldab päringut vaikimisi isikutuvastusserverisse , aga sellel serveril puuduvad kasutustingimused.", "Only continue if you trust the owner of the server.": "Jätka vaid siis, kui sa usaldad serveri omanikku.", + "Trust": "Usalda", "%(name)s is requesting verification": "%(name)s soovib verifitseerimist", "Securely cache encrypted messages locally for them to appear in search results.": "Turvaliselt puhverda krüptitud sõnumid kohalikku arvutisse ja võimalda kasutada neid otsingus.", "%(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'is on puudu need komponendid, mis võimaldavad otsida kohalikest turvaliselt puhverdatud krüptitud sõnumitest. Kui sa tahaksid sellist funktsionaalsust katsetada, siis pead kompileerima %(brand)s'i variandi, kus need komponendid on lisatud.", @@ -297,7 +299,6 @@ "Jump to read receipt": "Hüppa lugemisteatise juurde", "Create a public room": "Loo avalik jututuba", "Create a private room": "Loo omavaheline jututuba", - "Name": "Nimi", "Topic (optional)": "Jututoa teema (kui soovid lisada)", "Hide advanced": "Peida lisaseadistused", "Show advanced": "Näita lisaseadistusi", @@ -355,6 +356,7 @@ "%(creator)s created and configured the room.": "%(creator)s lõi ja seadistas jututoa.", "How fast should messages be downloaded.": "Kui kiiresti peaksime sõnumeid alla laadima.", "Error downloading theme information.": "Viga teema teabefaili allalaadimisel.", + "Close": "Sulge", "Drop file here to upload": "Faili üleslaadimiseks lohista ta siia", "This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.", "You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.", @@ -387,6 +389,7 @@ "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s muutis jututoa vana nime %(oldRoomName)s uueks nimeks %(newRoomName)s.", "%(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", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -467,7 +470,6 @@ "Language and region": "Keel ja piirkond", "Custom theme URL": "Kohandatud teema URL", "Add theme": "Lisa teema", - "Theme": "Teema", "Start verification again from their profile.": "Alusta verifitseerimist uuesti nende profiilist.", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Allpool loetletud Matrix'i kasutajatunnustele ei leidunud profiile. Kas sa ikkagi tahaksid neile kutse saata?", "Could not load user profile": "Kasutajaprofiili laadimine ei õnnestunud", @@ -506,6 +508,7 @@ "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", + "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", "You've successfully verified this user.": "Sa oled edukalt verifitseerinud selle kasutaja.", @@ -589,6 +592,8 @@ "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", "Set up": "Võta kasutusele", + "Upgrade": "Uuenda", + "Verify": "Verifitseeri", "Accept to continue:": "Jätkamiseks nõustu 'ga:", "Show less": "Näita vähem", "Show more": "Näita rohkem", @@ -609,7 +614,6 @@ "Activate selected button": "Aktiveeri valitud nupp", "Toggle right panel": "Lülita parem paan sisse/välja", "You seem to be in a call, are you sure you want to quit?": "Tundub, et sul parasjagu on kõne pooleli. Kas sa kindlasti soovid väljuda?", - "Room": "Jututuba", "Failed to reject invite": "Kutse tagasilükkamine ei õnnestunud", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Üritasin laadida teatud hetke selle jututoa ajajoonelt, kuid sul ei ole õigusi selle sõnumi nägemiseks.", "Failed to load timeline position": "Asukoha laadimine ajajoonel ei õnnestunud", @@ -645,11 +649,12 @@ "Notify the whole room": "Teavita kogu jututuba", "Users": "Kasutajad", "Terms and Conditions": "Kasutustingimused", + "Logout": "Logi välja", + "View": "Näita", "You can't send any messages until you review and agree to our terms and conditions.": "Sa ei saa saata ühtego sõnumit enne, kui oled läbi lugenud ja nõustunud meie kasutustingimustega.", "Couldn't load page": "Lehe laadimine ei õnnestunud", "You must register to use this functionality": "Selle funktsionaalsuse kasutamiseks pead sa registreeruma", "Upload avatar": "Laadi üles profiilipilt ehk avatar", - "Description": "Kirjeldus", "Welcome to %(appName)s": "Tere tulemast suhtlusrakenduse %(appName)s kasutajaks", "Send a Direct Message": "Saada otsesõnum", "Are you sure you want to leave the room '%(roomName)s'?": "Kas oled kindel, et soovid lahkuda jututoast „%(roomName)s“?", @@ -699,6 +704,7 @@ "Start chatting": "Alusta vestlust", "Do you want to join %(roomName)s?": "Kas sa soovid liitud jututoaga %(roomName)s?", " invited you": " kutsus sind", + "Reject": "Hülga", "You're previewing %(roomName)s. Want to join it?": "Sa vaatad jututoa %(roomName)s eelvaadet. Kas soovid sellega liituda?", "%(roomName)s can't be previewed. Do you want to join it?": "Jututoal %(roomName)s puudub eelvaate võimalus. Kas sa soovid sellega liituda?", "%(roomName)s does not exist.": "Jututuba %(roomName)s ei ole olemas.", @@ -723,6 +729,7 @@ "Verify the link in your inbox": "Verifitseeri klõpsides viidet saabunud e-kirjas", "Complete": "Valmis", "Revoke": "Tühista", + "Share": "Jaga", "Session already verified!": "Sessioon on juba verifitseeritud!", "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!": "HOIATUS: VÕTMETE VERIFITSEERIMINE EI ÕNNESTUNUD! Kasutaja %(userId)s ja sessiooni %(deviceId)s allkirjastamise võti on „%(fprint)s“, aga see ei vasta antud sõrmejäljele „%(fingerprint)s“. See võib tähendada, et sinu kasutatavad ühendused võivad olla kolmanda osapoole poolt vahelt lõigatud!", "Verified key": "Verifitseeritud võti", @@ -768,6 +775,7 @@ "Preparing to send logs": "Valmistun logikirjete saatmiseks", "Failed to send logs: ": "Logikirjete saatmine ei õnnestunud: ", "Verify session": "Verifitseeri sessioon", + "Skip": "Jäta vahele", "Token incorrect": "Vigane tunnusluba", "%(oneUser)schanged their name %(count)s times": { "one": "Kasutaja %(oneUser)s muutis oma nime", @@ -851,6 +859,7 @@ "Uploaded sound": "Üleslaaditud heli", "Sounds": "Helid", "Notification sound": "Teavitusheli", + "Reset": "Taasta algolek", "Set a new custom sound": "Seadista uus kohandatud heli", "were invited %(count)s times": { "other": "said kutse %(count)s korda", @@ -893,8 +902,6 @@ "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s muutis uueks teemaks „%(topic)s“.", "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s uuendas seda jututuba.", "%(senderDisplayName)s made the room public to whoever knows the link.": "%(senderDisplayName)s muutis selle jututoa avalikuks kõigile, kes teavad tema aadressi.", - "Light": "Hele", - "Dark": "Tume", "You signed in to a new session without verifying it:": "Sa logisid sisse uude sessiooni ilma seda verifitseerimata:", "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:", @@ -1057,7 +1064,6 @@ "Use bots, bridges, widgets and sticker packs": "Kasuta roboteid, sõnumisildu, vidinaid või kleepsupakke", "Upload all": "Laadi kõik üles", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "See fail on üleslaadimiseks liiga suur. Üleslaaditavate failide mahupiir on %(limit)s, kuid selle faili suurus on %(sizeOfThisFile)s.", - "Appearance": "Välimus", "For security, this session has been signed out. Please sign in again.": "Turvalisusega seotud põhjustel on see sessioon välja logitud. Palun logi uuesti sisse.", "Review terms and conditions": "Vaata üle kasutustingimused", "Old cryptography data detected": "Tuvastasin andmed, mille puhul on kasutatud vanemat tüüpi krüptimist", @@ -1194,7 +1200,6 @@ "Your homeserver has exceeded its user limit.": "Sinu koduserver on ületanud kasutajate arvu ülempiiri.", "Your homeserver has exceeded one of its resource limits.": "Sinu koduserver on ületanud ühe oma ressursipiirangutest.", "Contact your server admin.": "Võta ühendust oma serveri haldajaga.", - "Warning": "Hoiatus", "Ok": "Sobib", "Message Pinning": "Sõnumite esiletõstmine", "IRC display name width": "IRC kuvatava nime laius", @@ -1234,7 +1239,6 @@ "FAQ": "Korduma kippuvad küsimused", "Versions": "Versioonid", "%(brand)s version:": "%(brand)s'i versioon:", - "Labs": "Katsed", "Ignored/Blocked": "Eiratud või ligipääs blokeeritud", "Error adding ignored user/server": "Viga eiratud kasutaja või serveri lisamisel", "Something went wrong. Please try again or view your console for hints.": "Midagi läks valesti. Proovi uuesti või otsi lisavihjeid konsoolilt.", @@ -2031,7 +2035,6 @@ "Unable to access microphone": "Puudub ligipääs mikrofonile", "Continuing without email": "Jätka ilma e-posti aadressi seadistamiseta", "Continue with %(provider)s": "Jätka %(provider)s kasutamist", - "Homeserver": "Koduserver", "Server Options": "Serveri seadistused", "Host account on": "Sinu kasutajakontot teenindab", "Decide where your account is hosted": "Vali kes võiks sinu kasutajakontot teenindada", @@ -2177,10 +2180,9 @@ "Your private space": "Sinu privaatne kogukonnakeskus", "Your public space": "Sinu avalik kogukonnakeskus", "Invite only, best for yourself or teams": "Liitumine vaid kutse alusel, sobib sulle ja sinu lähematele kaaslastele", - "Private": "Privaatne", "Open space for anyone, best for communities": "Avaliku ligipääsuga kogukonnakeskus", - "Public": "Avalik", "Create a space": "Loo kogukonnakeskus", + "Delete": "Kustuta", "Jump to the bottom of the timeline when you send a message": "Sõnumi saatmiseks hüppa ajajoone lõppu", "%(count)s members": { "other": "%(count)s liiget", @@ -2284,7 +2286,6 @@ "Select a room below first": "Esmalt vali alljärgnevast üks jututuba", "Join the beta": "Hakka kasutama beetaversiooni", "Leave the beta": "Lõpeta beetaversiooni kasutamine", - "Beta": "Beetaversioon", "Want to add a new room instead?": "Kas sa selle asemel soovid lisada jututuba?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Lisan jututuba...", @@ -2363,6 +2364,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.", "This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid", "Space information": "Kogukonnakeskuse teave", + "Collapse": "ahenda", + "Expand": "laienda", "Recommended for public spaces.": "Soovitame avalike kogukonnakeskuste puhul.", "Allow people to preview your space before they join.": "Luba huvilistel enne liitumist näha kogukonnakeskuse eelvaadet.", "Preview Space": "Kogukonnakeskuse eelvaade", @@ -2538,7 +2541,6 @@ "Are you sure you want to add encryption to this public room?": "Kas sa oled kindel, et soovid selles avalikus jututoas kasutada krüptimist?", "Message bubbles": "Jutumullid", "Surround selected text when typing special characters": "Erimärkide sisestamisel märgista valitud tekst", - "Thread": "Jutulõng", "Autoplay videos": "Esita automaatselt videosid", "Autoplay GIFs": "Esita automaatselt liikuvaid pilte", "The above, but in any room you are joined or invited to as well": "Ülaltoodu, aga samuti igas jututoas, millega oled liitunud või kuhu oled kutsutud", @@ -2578,6 +2580,7 @@ "Select from the options below to export chats from your timeline": "Kui soovid oma ajajoonelt mõnda vestlust eksportida, siis vali tingimused alljärgnevalt", "Export Chat": "Ekspordi vestlus", "Exporting your data": "Ekspordin sinu andmeid", + "Stop": "Peata", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Kas sa oled kindel, et soovid oma andmete eksporti katkestada? Kui nii toimid, siis pead hiljem uuesti alustama.", "Your export was successful. Find it in your Downloads folder.": "Sinu andmete eksport õnnestus. Faili leiad tavapärasest allalaadimiste kaustast.", "The export was cancelled successfully": "Ekspordi tühistamine õnnestus", @@ -2637,7 +2640,6 @@ "Unban from %(roomName)s": "Eemalda suhtluskeeld %(roomName)s jututoas", "They'll still be able to access whatever you're not an admin of.": "Kasutaja saab jätkuvalt ligi kohtadele, kus sul pole peakasutaja õigusi.", "Disinvite from %(roomName)s": "Võta tagasi %(roomName)s jututoa kutse", - "Threads": "Jutulõngad", "Downloading": "Laadin alla", "%(count)s reply": { "one": "%(count)s vastus", @@ -3095,6 +3097,7 @@ "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s toimib nutiseadme veebibrauseris kastseliselt. Parima kasutajakogemuse ja uusima funktsionaalsuse jaoks kasuta meie rakendust.", "Force complete": "Sunni lõpetama", "": "", + "Call": "Helista", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "Astumisel jututuppa või liitumisel kogukonnaga tekkis viga %(errcode)s. Kui sa arvad, et sellise põhjusega viga ei tohiks tekkida, siis palun koosta veateade.", "Try again later, or ask a room or space admin to check if you have access.": "Proovi hiljem uuesti või küsi jututoa või kogukonna haldurilt, kas sul on ligipääs olemas.", "This room or space is not accessible at this time.": "See jututuba või kogukond pole hetkel ligipääsetav.", @@ -3330,7 +3333,6 @@ "iOS": "iOS", "Download %(brand)s Desktop": "Laadi alla %(brand)s töölaua rakendusena", "Download %(brand)s": "Laadi alla %(brand)s", - "Help": "Abiteave", "Your server doesn't support disabling sending read receipts.": "Sinu koduserver ei võimalda lugemisteatiste keelamist.", "Share your activity and status with others.": "Jaga teistega oma olekut ja tegevusi.", "Presence": "Olek võrgus", @@ -3566,6 +3568,7 @@ "Re-enter email address": "Sisesta e-posti aadress uuesti", "Wrong email address?": "Kas e-posti aadress pole õige?", "Hide notification dot (only display counters badges)": "Peida teavituse täpp (ja näita loendure)", + "Apply": "Rakenda", "Search users in this room…": "Vali kasutajad sellest jututoast…", "Give one or multiple users in this room more privileges": "Lisa selles jututoas ühele või mitmele kasutajale täiendavaid õigusi", "Add privileged users": "Lisa kasutajatele täiendavaid õigusi", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "Seda võimalust saab hetkel sisse lülitada vaid config.json failist", "Requires your server to support MSC3030": "Eeldab, et sinu koduserver toetab MSC3030 spetsifikatsiooni", "Requires your server to support the stable version of MSC3827": "Eeldab, et sinu koduserver toetab MSC3827 stabiilset versiooni", - "User": "Kasutaja", "Show avatars in user, room and event mentions": "Näita tunnuspilte kasutajate, jututubade ja sündmuste mainimistes", "Message from %(user)s": "Sõnum kasutajalt %(user)s", "Message in %(room)s": "Sõnum jututoas %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.", "Poll history": "Küsitluste ajalugu", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Kasutaja %(user)s siiski ei saanud kutset %(roomId)s jututuppa, kuid kutse saatja liides ei kuvanud ka viga", + "Reload": "Laadi uuesti", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "See võib olla seotud asjaoluga, et rakendus on avatud mitmes brauseriaknas korraga või brauseri andmete kustutamise tõttu.", "Database unexpectedly closed": "Andmebaasiühendus sulgus ootamatult", "Match default setting": "Sobita vaikimisi seadistusega", @@ -3914,7 +3917,28 @@ "unmute": "Eemalda summutamine", "username": "Kasutajanimi", "verification_cancelled": "Verifitseerimine tühistatud", - "video": "Video" + "video": "Video", + "attachment": "Manus", + "light": "Hele", + "dark": "Tume", + "warning": "Hoiatus", + "home": "Avaleht", + "favourites": "Lemmikud", + "thread": "Jutulõng", + "threads": "Jutulõngad", + "user": "Kasutaja", + "room": "Jututuba", + "theme": "Teema", + "name": "Nimi", + "description": "Kirjeldus", + "public": "Avalik", + "private": "Privaatne", + "options": "Valikud", + "appearance": "Välimus", + "homeserver": "Koduserver", + "help": "Abiteave", + "beta": "Beetaversioon", + "labs": "Katsed" }, "action": { "continue": "Jätka", @@ -3952,28 +3976,5 @@ "a11y": { "user_menu": "Kasutajamenüü" }, - "action.reject": "Hülga", - "action.confirm": "Kinnita", - "action.dismiss": "Loobu", - "action.trust": "Usalda", - "action.reload": "Laadi uuesti", - "action.cancel": "Loobu", - "action.stop": "Peata", - "action.join": "Liitu", - "action.close": "Sulge", - "action.accept": "Võta vastu", - "action.upgrade": "Uuenda", - "action.verify": "Verifitseeri", - "action.update": "Uuenda", - "action.call": "Helista", - "action.delete": "Kustuta", - "action.upload": "Laadi üles", - "action.collapse": "ahenda", - "action.apply": "Rakenda", - "action.reset": "Taasta algolek", - "action.share": "Jaga", - "action.skip": "Jäta vahele", - "action.logout": "Logi välja", - "action.view": "Näita", - "action.expand": "laienda" + "Home": "Avaleht" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 34a679cf67c..5b4ff4eb23d 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1,4 +1,6 @@ { + "Accept": "Onartu", + "Close": "Itxi", "Create new room": "Sortu gela berria", "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", @@ -7,17 +9,16 @@ "Operation failed": "Eragiketak huts egin du", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", + "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", - "Room": "Gela", "Historical": "Historiala", "Sign out": "Amaitu saioa", - "Home": "Hasiera", - "Favourites": "Gogokoak", "Rooms": "Gelak", "Low priority": "Lehentasun baxua", "Join Room": "Elkartu gelara", "Register": "Eman izena", "Submit": "Bidali", + "Skip": "Saltatu", "Return to login screen": "Itzuli saio hasierarako pantailara", "Email address": "E-mail helbidea", "The email address linked to your account must be entered.": "Zure kontura gehitutako e-mail helbidea sartu behar da.", @@ -30,13 +31,13 @@ "Unban": "Debekua kendu", "Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.", "You do not have permission to post to this room": "Ez duzu gela honetara mezuak bidaltzeko baimenik", + "Logout": "Amaitu saioa", "Filter room members": "Iragazi gelako kideak", "Email": "E-mail", "Phone": "Telefonoa", "Advanced": "Aurreratua", "Cryptography": "Kriptografia", "Always show message timestamps": "Erakutsi beti mezuen denbora-zigilua", - "Name": "Izena", "Authentication": "Autentifikazioa", "Verification Pending": "Egiaztaketa egiteke", "Please check your email and click on the link it contains. Once this is done, click continue.": "Irakurri zure e-maila eta egin klik dakarren estekan. Behin eginda, egin klik Jarraitu botoian.", @@ -45,7 +46,6 @@ "Who can read history?": "Nork irakurri dezake historiala?", "Anyone": "Edonork", "Banned users": "Debekatutako erabiltzaileak", - "Labs": "Laborategia", "This room has no local addresses": "Gela honek ez du tokiko helbiderik", "Session ID": "Saioaren IDa", "Export E2E room keys": "Esportatu E2E geletako gakoak", @@ -76,7 +76,6 @@ "Are you sure?": "Ziur zaude?", "Are you sure you want to leave the room '%(roomName)s'?": "Ziur '%(roomName)s' gelatik atera nahi duzula?", "Are you sure you want to reject the invitation?": "Ziur gonbidapena baztertu nahi duzula?", - "Attachment": "Eranskina", "Bans user with given id": "Debekatu ID zehatz bat duen erabiltzailea", "Change Password": "Aldatu pasahitza", "Changes your display nickname": "Zure pantaila-izena aldatzen du", @@ -219,7 +218,6 @@ }, "New Password": "Pasahitz berria", "Start automatically after system login": "Hasi automatikoki sisteman saioa hasi eta gero", - "Options": "Aukerak", "Passphrases must match": "Pasaesaldiak bat etorri behar dira", "Passphrase must not be empty": "Pasaesaldia ezin da hutsik egon", "File to import": "Inportatu beharreko fitxategia", @@ -271,6 +269,7 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", + "Cancel": "Utzi", "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", @@ -302,9 +301,7 @@ "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)", - "Description": "Deskripzioa", "Old cryptography data detected": "Kriptografia datu zaharrak atzeman dira", - "Warning": "Abisua", "Please note you are logging into the %(hs)s server, not matrix.org.": "Kontuan izan %(hs)s zerbitzarira elkartu zarela, ez matrix.org.", "Notify the whole room": "Jakinarazi gela osoari", "Room Notification": "Gela jakinarazpena", @@ -424,6 +421,7 @@ "Notification targets": "Jakinarazpenen helburuak", "Today": "Gaur", "Friday": "Ostirala", + "Update": "Eguneratu", "What's New": "Zer dago berri", "On": "Bai", "Changelog": "Aldaketa-egunkaria", @@ -444,6 +442,7 @@ "Event sent!": "Gertaera bidalita!", "Preparing to send logs": "Egunkariak bidaltzeko prestatzen", "Saturday": "Larunbata", + "Reject": "Baztertu", "Monday": "Astelehena", "Toolbox": "Tresna-kutxa", "Collecting logs": "Egunkariak biltzen", @@ -679,6 +678,7 @@ "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", "Phone (optional)": "Telefonoa (aukerakoa)", + "Confirm": "Berretsi", "Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean", "Other": "Beste bat", "Couldn't load page": "Ezin izan da orria kargatu", @@ -688,7 +688,6 @@ "Email addresses": "E-mail helbideak", "Phone numbers": "Telefono zenbakiak", "Language and region": "Hizkuntza eta eskualdea", - "Theme": "Azala", "Account management": "Kontuen kudeaketa", "For help with using %(brand)s, click here.": "%(brand)s erabiltzeko laguntza behar baduzu, egin klik hemen.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "%(brand)s erabiltzeko laguntza behar baduzu, egin klik hemen edo hasi txat bat gure botarekin beheko botoia sakatuz.", @@ -709,6 +708,7 @@ "Ignored users": "Ezikusitako erabiltzaileak", "Voice & Video": "Ahotsa eta bideoa", "Main address": "Helbide nagusia", + "Join": "Elkartu", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Create account": "Sortu kontua", "Recovery Method Removed": "Berreskuratze metodoa kendu da", @@ -832,6 +832,7 @@ "Uploaded sound": "Igotako soinua", "Sounds": "Soinuak", "Notification sound": "Jakinarazpen soinua", + "Reset": "Berrezarri", "Set a new custom sound": "Ezarri soinu pertsonalizatua", "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", @@ -863,6 +864,7 @@ "Missing session data": "Saioaren datuak falta dira", "Upload files (%(current)s of %(total)s)": "Igo fitxategiak (%(current)s / %(total)s)", "Upload files": "Igo fitxategiak", + "Upload": "Igo", "Upload %(count)s other files": { "other": "Igo beste %(count)s fitxategiak", "one": "Igo beste fitxategi %(count)s" @@ -952,6 +954,7 @@ "Unable to revoke sharing for email address": "Ezin izan da partekatzea indargabetu e-mail helbidearentzat", "Unable to share email address": "Ezin izan da e-mail helbidea partekatu", "Revoke": "Indargabetu", + "Share": "Partekatu", "Discovery options will appear once you have added an email above.": "Aurkitze aukerak behin goian e-mail helbide bat gehitu duzunean agertuko dira.", "Unable to revoke sharing for phone number": "Ezin izan da partekatzea indargabetu telefono zenbakiarentzat", "Unable to share phone number": "Ezin izan da telefono zenbakia partekatu", @@ -1049,6 +1052,7 @@ "Document": "Dokumentua", "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", "Explore rooms": "Arakatu gelak", "Emoji Autocomplete": "Emoji osatze automatikoa", "Notification Autocomplete": "Jakinarazpen osatze automatikoa", @@ -1079,6 +1083,7 @@ "Jump to first invite.": "Jauzi lehen gonbidapenera.", "Command Autocomplete": "Aginduak auto-osatzea", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ekintza honek lehenetsitako identitate-zerbitzaria atzitzea eskatzen du, e-mail helbidea edo telefono zenbakia balioztatzeko, baina zerbitzariak ez du erabilera baldintzarik.", + "Trust": "Jo fidagarritzat", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Message Actions": "Mezu-ekintzak", "You verified %(name)s": "%(name)s egiaztatu duzu", @@ -1131,6 +1136,7 @@ "Trusted": "Konfiantzazkoa", "Not trusted": "Ez konfiantzazkoa", "Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.", + "Verify": "Egiaztatu", "You have ignored this user, so their message is hidden. Show anyways.": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. Erakutsi hala ere.", "Any of the following data may be shared:": "Datu hauetako edozein partekatu daiteke:", "Your display name": "Zure pantaila-izena", @@ -1188,6 +1194,7 @@ "Upgrade public room": "Eguneratu gela publikoa", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Gela eguneratzea ekintza aurreratu bat da eta akatsen, falta diren ezaugarrien, edo segurtasun arazoen erruz gela ezegonkorra denean aholkatzen da.", "You'll upgrade this room from to .": "Gela hau bertsiotik bertsiora eguneratuko duzu.", + "Upgrade": "Eguneratu", "Unable to set up secret storage": "Ezin izan da biltegi sekretua ezarri", "Language Dropdown": "Hizkuntza menua", "Country Dropdown": "Herrialde menua", @@ -1480,7 +1487,6 @@ "Size must be a number": "Tamaina zenbaki bat izan behar da", "Custom font size can only be between %(min)s pt and %(max)s pt": "Letra tamaina pertsonalizatua %(min)s pt eta %(max)s pt bitartean egon behar du", "Use between %(min)s pt and %(max)s pt": "Erabili %(min)s pt eta %(max)s pt bitarteko balioa", - "Appearance": "Itxura", "You've successfully verified your device!": "Ongi egiaztatu duzu zure gailua!", "Message deleted": "Mezu ezabatuta", "Message deleted by %(name)s": "Mezua ezabatu du %(name)s erabiltzaileak", @@ -1534,7 +1540,6 @@ "All settings": "Ezarpen guztiak", "Feedback": "Iruzkinak", "Use a different passphrase?": "Erabili pasa-esaldi desberdin bat?", - "Light": "Argia", "You joined the call": "Deira batu zara", "%(senderName)s joined the call": "%(senderName)s deira batu da", "Call ended": "Deia amaitu da", @@ -1585,7 +1590,19 @@ "suggestions": "Proposamenak", "unmute": "Audioa aktibatu", "username": "Erabiltzaile-izena", - "verification_cancelled": "Egiaztaketa ezeztatuta" + "verification_cancelled": "Egiaztaketa ezeztatuta", + "attachment": "Eranskina", + "light": "Argia", + "warning": "Abisua", + "home": "Hasiera", + "favourites": "Gogokoak", + "room": "Gela", + "theme": "Azala", + "name": "Izena", + "description": "Deskripzioa", + "options": "Aukerak", + "appearance": "Itxura", + "labs": "Laborategia" }, "action": { "continue": "Jarraitu", @@ -1618,21 +1635,5 @@ "a11y": { "user_menu": "Erabiltzailea-menua" }, - "action.reject": "Baztertu", - "action.confirm": "Berretsi", - "action.dismiss": "Baztertu", - "action.trust": "Jo fidagarritzat", - "action.cancel": "Utzi", - "action.join": "Elkartu", - "action.close": "Itxi", - "action.accept": "Onartu", - "action.upgrade": "Eguneratu", - "action.verify": "Egiaztatu", - "action.update": "Eguneratu", - "action.upload": "Igo", - "action.reset": "Berrezarri", - "action.share": "Partekatu", - "action.skip": "Saltatu", - "action.logout": "Amaitu saioa", - "action.view": "Ikusi" + "Home": "Hasiera" } diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index c03a8f76b1f..fa3aaa988bd 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -5,13 +5,13 @@ "Notification targets": "هدف‌های آگاه‌سازی", "Today": "امروز", "Friday": "آدینه", + "Update": "به‌روز رسانی", "Notifications": "آگاهی‌ها", "What's New": "چه خبر", "On": "روشن", "Changelog": "تغییراتِ به‌وجودآمده", "Waiting for response from server": "در انتظار پاسخی از سمت سرور", "Operation failed": "عملیات انجام نشد", - "Warning": "هشدار", "This Room": "این گپ", "Resend": "بازفرست", "Unavailable": "غیرقابل‌دسترسی", @@ -23,9 +23,12 @@ "No update available.": "هیچ به روزرسانی جدیدی موجود نیست.", "Noisy": "پرسروصدا", "Collecting app version information": "درحال جمع‌آوری اطلاعات نسخه‌ی برنامه", + "Cancel": "لغو", "Tuesday": "سه‌شنبه", "Unnamed room": "گپ نام‌گذاری نشده", + "Dismiss": "نادیده بگیر", "Saturday": "شنبه", + "Reject": "پس زدن", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", "Search": "جستجو", @@ -39,6 +42,7 @@ "Messages containing my display name": "پیام‌های حاوی نمای‌نامِ من", "What's new?": "چه خبر؟", "When I'm invited to a room": "وقتی من به گپی دعوت میشوم", + "Close": "بستن", "Invite to this room": "دعوت به این گپ", "You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)", "Thursday": "پنج‌شنبه", @@ -55,6 +59,7 @@ "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", "Single Sign On": "ورود یکپارچه", "Confirm adding email": "تأیید افزودن رایانامه", + "Confirm": "تأیید", "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", @@ -65,6 +70,8 @@ "Encryption upgrade available": "ارتقای رمزنگاری ممکن است", "Verify this session": "تأیید این نشست", "Set up": "برپایی", + "Upgrade": "ارتقا", + "Verify": "تأیید", "Guest": "مهمان", "Confirm adding this email address by using Single Sign On to prove your identity.": "برای تأیید هویتتان، این نشانی رایانامه را با ورود یکپارچه تأیید کنید.", "Click the button below to confirm adding this email address.": "برای تأیید افزودن این نشانی رایانامه، دکمهٔ زیر را بزنید.", @@ -95,7 +102,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s نام اتاق را حذف کرد.", "Change Password": "تغییر گذواژه", "Banned users": "کاربران مسدود شده", - "Attachment": "پیوست", "Are you sure you want to reject the invitation?": "آیا مطمئن هستید که می خواهید دعوت را رد کنید؟", "Are you sure you want to leave the room '%(roomName)s'?": "آیا مطمئن هستید که می خواهید از اتاق '2%(roomName)s' خارج شوید؟", "Are you sure?": "مطمئنی؟", @@ -116,10 +122,10 @@ "Account": "حساب کابری", "Incorrect verification code": "کد فعال‌سازی اشتباه است", "Incorrect username and/or password.": "نام کاربری و یا گذرواژه اشتباه است.", - "Home": "خانه", "Hangup": "قطع", "For security, this session has been signed out. Please sign in again.": "برای امنیت، این نشست نامعتبر شده است. لطفاً دوباره وارد سیستم شوید.", "We couldn't log you in": "نتوانستیم شما را وارد کنیم", + "Trust": "اعتماد کن", "Only continue if you trust the owner of the server.": "تنها در صورتی که به صاحب سرور اطمینان دارید، ادامه دهید.", "Identity server has no terms of service": "سرور هویت هیچگونه شرایط خدمات ندارد", "Unnamed Room": "اتاق بدون نام", @@ -623,8 +629,6 @@ "other": "%(names)s و %(count)s نفر دیگر در حال نوشتن…" }, "%(displayName)s is typing …": "%(displayName)s در حال نوشتن…", - "Dark": "تاریک", - "Light": "روشن", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s یک قاعده تحریم را که با %(oldGlob)s تطابق داشت، به دلیل (دلایل) %(reason)s به گونه‌ای به‌روزرسانی کرد که با %(newGlob)s تطابق داشته باشد", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s یک قاعده تحریم سرورها را که با %(oldGlob)s تطابق داشت، به دلیل (دلایل) %(reason)s به گونه‌ای تغییر داد که با %(newGlob)s تطابق داشته باشد", "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s یک قاعده تحریم اتاق‌ها را که با %(oldGlob)s تطابق داشت، به دلیل (دلایل) %(reason)s به گونه‌ای تغییر داد که با %(newGlob)s تطابق داشته باشد", @@ -909,7 +913,6 @@ "Sign in with single sign-on": "با احراز هویت یکپارچه وارد شوید", "This server does not support authentication with a phone number.": "این سرور از قابلیت احراز با شماره تلفن پشتیبانی نمی کند.", "Continue with %(provider)s": "با %(provider)s ادامه دهید", - "Homeserver": "سرور", "Continue with %(ssoButtons)s": "با %(ssoButtons)s ادامه بده", "Join millions for free on the largest public server": "به بزرگترین سرور عمومی با میلیون ها نفر کاربر بپیوندید", "%(ssoButtons)s Or %(usernamePassword)s": "%(ssoButtons)s یا %(usernamePassword)s", @@ -1127,7 +1130,6 @@ "Edit widgets, bridges & bots": "ویرایش ابزارک ها ، پل ها و ربات ها", "Widgets": "ابزارک ها", "Set my room layout for everyone": "چیدمان اتاق من را برای همه تنظیم کن", - "Options": "گزینه ها", "Unpin": "برداشتن پین", "You can only pin up to %(count)s widgets": { "other": "فقط می توانید تا %(count)s ابزارک را پین کنید" @@ -1204,7 +1206,6 @@ "You do not have permissions to create new rooms in this space": "شما اجازه ایجاد اتاق جدید در این فضای کاری را ندارید", "Add room": "افزودن اتاق", "Rooms": "اتاق‌ها", - "Favourites": "موردعلاقه‌ها", "Open dial pad": "باز کردن صفحه شماره‌گیری", "Video call": "تماس تصویری", "Voice call": "تماس صوتی", @@ -1291,6 +1292,7 @@ "expand": "گشودن", "collapse": "بستن", "Please create a new issue on GitHub so that we can investigate this bug.": "لطفا در GitHub یک مسئله جدید ایجاد کنید تا بتوانیم این اشکال را بررسی کنیم.", + "Join": "پیوستن", "Enter passphrase": "عبارت امنیتی را وارد کنید", "Confirm passphrase": "عبارت امنیتی را تائید کنید", "This version of %(brand)s does not support searching encrypted messages": "این نسخه از %(brand)s از جستجوی پیام های رمزگذاری شده پشتیبانی نمی کند", @@ -1341,6 +1343,7 @@ "one": "%(severalUsers)s عضو شدند", "other": "%(severalUsers)s%(count)s مرتبه عضو شده‌اند" }, + "Skip": "بیخیال", "Import": "واردکردن (Import)", "Export": "استخراج (Export)", "Space": "فضای کاری", @@ -1642,13 +1645,11 @@ "Cross-signing public keys:": "کلیدهای عمومی امضاء متقابل:", "Go back": "بازگشت", "Invite only, best for yourself or teams": "فقط با دعوتنامه، مناسب برای خودتان یا تیم‌ها یا جمع‌های خصوصی", - "Private": "خصوصی", "Open space for anyone, best for communities": "محیط باز برای همه، مناسب برای جمع عمومی", - "Public": "عمومی", "Create a space": "ساختن یک محیط", "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", - "Description": "توضیحات", - "Name": "نام", + "Upload": "بارگذاری", + "Delete": "پاک‌کردن", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", "Pin": "سنجاق", @@ -1733,6 +1734,7 @@ "The other party cancelled the verification.": "طرف مقابل فرآیند تائید را لغو کرد.", "Play": "اجرا کردن", "Pause": "متوقف‌کردن", + "Accept": "پذیرفتن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -1935,7 +1937,6 @@ "You don't have permission": "شما دسترسی ندارید", "Drop file here to upload": "برای بارگذاری فایل آن را کشیده و در این‌جا رها کنید", "Failed to reject invite": "رد دعوتنامه با شکست همراه شد", - "Room": "اتاق", "No more results": "نتایج بیشتری یافن نشد", "Search failed": "جستجو موفیت‌آمیز نبود", "You seem to be in a call, are you sure you want to quit?": "به نظر می‌رسد شما در میانه‌ی یک تماس هستید، آیا از خروج اطمینان دارید؟", @@ -1944,7 +1945,9 @@ "Sending": "در حال ارسال", "Retry all": "همه را دوباره امتحان کنید", "Delete all": "حذف همه", + "View": "مشاهده", "You have no visible notifications.": "اعلان قابل مشاهده‌ای ندارید.", + "Logout": "خروج", "Verification requested": "درخواست تائید", "Old cryptography data detected": "داده‌های رمزنگاری قدیمی شناسایی شد", "Review terms and conditions": "مرور شرایط و ضوابط", @@ -1963,6 +1966,7 @@ "Welcome %(name)s": "%(name)s خوش‌آمدید", "Add a photo so people know it's you.": "برای اینکه بقیه شما را بشناسند، یک تصویر اضافه کنید.", "Great, that'll help people know it's you": "احسنت، با این کار شما به سایر افراد کمک می‌کنید که شما را بشناسند", + "Reset": "بازراه‌اندازی", "Cross-signing is not set up.": "امضاء متقابل تنظیم نشده‌است.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "حساب کاربری شما یک هویت برای امضاء متقابل در حافظه‌ی نهان دارد، اما این هویت هنوز توسط این نشست تائید نشده‌است.", "Cross-signing is ready for use.": "امضاء متقابل برای استفاده در دسترس است.", @@ -2019,7 +2023,6 @@ "Avatar": "نمایه", "Join the beta": "اضافه‌شدن به نسخه‌ی بتا", "Leave the beta": "ترک نسخه‌ی بتا", - "Beta": "بتا", "Move right": "به سمت راست ببر", "Move left": "به سمت چپ ببر", "Revoke permissions": "دسترسی‌ها را لغو کنید", @@ -2034,7 +2037,7 @@ "Reject invitation": "ردکردن دعوت", "Hold": "نگه‌داشتن", "Resume": "ادامه", - "Appearance": "شکل و ظاهر", + "Share": "اشتراک‌گذاری", "Revoke": "برگرداندن", "Complete": "تکمیل", "Verify the link in your inbox": "لینک موجود در صندوق دریافت خود را تائید کنید", @@ -2129,7 +2132,6 @@ "Something went wrong. Please try again or view your console for hints.": "مشکلی پیش آمد. لطفا مجددا تلاش کرده و در صورت نیاز، کنسول مرورگر خود را برای کسب اطلاعات بیشتر مشاهده نمائید.", "Error adding ignored user/server": "افزودن کاربر/سرور به لیست نادیده‌گرفته‌ها با خطا همراه بود", "Ignored/Blocked": "نادیده گرفته‌شده/بلاک‌شده", - "Labs": "قابلیت‌های بتا", "Clear cache and reload": "پاک‌کردن حافظه‌ی کش و راه‌اندازی مجدد", "Your access token gives full access to your account. Do not share it with anyone.": "توکن دسترسی شما، دسترسی کامل به حساب کاربری شما را میسر می‌سازد. لطفا آن را در اختیار فرد دیگری قرار ندهید.", "Access Token": "توکن دسترسی", @@ -2193,7 +2195,6 @@ "Customise your appearance": "ظاهر پیام‌رسان خود را سفارشی‌سازی کنید", "Show advanced": "نمایش بخش پیشرفته", "Hide advanced": "پنهان‌کردن بخش پیشرفته", - "Theme": "پوسته", "Add theme": "افزودن پوسته", "Custom theme URL": "آدرس پوسته دلخواه", "Error downloading theme information.": "بارگیری اطلاعات پوسته با خطا همراه بود.", @@ -2445,7 +2446,6 @@ "Back to thread": "بازگشت به موضوع", "Room members": "اعضای اتاق", "Back to chat": "بازگشت به گفتگو", - "Threads": "موضوعات", "Other rooms": "دیگر اتاق ها", "Connection lost": "از دست رفتن اتصال", "Failed to join": "عدم موفقیت در پیوستن", @@ -2461,6 +2461,7 @@ "Unknown room": "اتاق ناشناس", "Help improve %(analyticsOwner)s": "بهتر کردن راهنمای کاربری %(analyticsOwner)s", "You previously consented to share anonymous usage data with us. We're updating how that works.": "شما به ارسال گزارش چگونگی استفاده از سرویس رضایت داده بودید. ما نحوه استفاده از این اطلاعات را بروز میکنیم.", + "Stop": "توقف", "That's fine": "بسیارعالی", "File Attached": "فایل ضمیمه شد", "Export successful!": "استخراج موفق!", @@ -2550,6 +2551,7 @@ "Use your account to continue.": "برای ادامه از حساب خود استفاده کنید.", "Open poll": "باز کردن نظرسنجی", "Identity server not set": "سرور هویت تنظیم نشده است", + "Reload": "بارگذاری مجدد", "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.": "از طرف دیگر، می‌توانید سعی کنید از سرور عمومی در استفاده کنید، اما این به آن اندازه قابل اعتماد نخواهد بود و آدرس IP شما را با آن سرور به اشتراک می‌گذارد. شما همچنین می توانید این قابلیت را در تنظیمات مدیریت کنید.", "Try using %(server)s": "سعی کنید از %(server)s استفاده کنید", "Keyboard shortcuts": "میانبرهای صفحه کلید", @@ -2575,7 +2577,25 @@ "unmute": "صدادار", "username": "نام کاربری", "verification_cancelled": "تأیید هویت لغو شد", - "video": "ویدئو" + "video": "ویدئو", + "attachment": "پیوست", + "light": "روشن", + "dark": "تاریک", + "warning": "هشدار", + "home": "خانه", + "favourites": "موردعلاقه‌ها", + "threads": "موضوعات", + "room": "اتاق", + "theme": "پوسته", + "name": "نام", + "description": "توضیحات", + "public": "عمومی", + "private": "خصوصی", + "options": "گزینه ها", + "appearance": "شکل و ظاهر", + "homeserver": "سرور", + "beta": "بتا", + "labs": "قابلیت‌های بتا" }, "action": { "continue": "ادامه", @@ -2610,24 +2630,5 @@ "a11y": { "user_menu": "منوی کاربر" }, - "action.reject": "پس زدن", - "action.confirm": "تأیید", - "action.dismiss": "نادیده بگیر", - "action.trust": "اعتماد کن", - "action.reload": "بارگذاری مجدد", - "action.cancel": "لغو", - "action.stop": "توقف", - "action.join": "پیوستن", - "action.close": "بستن", - "action.accept": "پذیرفتن", - "action.upgrade": "ارتقا", - "action.verify": "تأیید", - "action.update": "به‌روز رسانی", - "action.delete": "پاک‌کردن", - "action.upload": "بارگذاری", - "action.reset": "بازراه‌اندازی", - "action.share": "اشتراک‌گذاری", - "action.skip": "بیخیال", - "action.logout": "خروج", - "action.view": "مشاهده" + "Home": "خانه" } diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 220c22c4fc1..d56b6ff0e6d 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -1,5 +1,9 @@ { + "Accept": "Hyväksy", + "Cancel": "Peruuta", + "Close": "Sulje", "Create new room": "Luo uusi huone", + "Dismiss": "Hylkää", "Failed to forget room %(errCode)s": "Huoneen unohtaminen epäonnistui %(errCode)s", "Favourite": "Suosikki", "Notifications": "Ilmoitukset", @@ -27,7 +31,6 @@ "Are you sure?": "Oletko varma?", "Are you sure you want to leave the room '%(roomName)s'?": "Oletko varma että haluat poistua huoneesta '%(roomName)s'?", "Are you sure you want to reject the invitation?": "Oletko varma että haluat hylätä kutsun?", - "Attachment": "Liite", "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.": "Kotipalvelimeen ei saada yhteyttä. Tarkista verkkoyhteytesi, varmista että kotipalvelimesi SSL-sertifikaatti on luotettu, ja että mikään selaimen lisäosa ei estä pyyntöjen lähettämistä.", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Yhdistäminen kotipalvelimeen HTTP:n avulla ei ole mahdollista, kun selaimen osoitepalkissa on HTTPS-osoite. Käytä joko HTTPS:ää tai salli turvattomat komentosarjat.", "Change Password": "Vaihda salasana", @@ -65,7 +68,6 @@ "Failed to unban": "Porttikiellon poistaminen epäonnistui", "Failed to verify email address: make sure you clicked the link in the email": "Sähköpostin vahvistus epäonnistui: varmista, että napsautit sähköpostissa olevaa linkkiä", "Failure to create room": "Huoneen luominen epäonnistui", - "Favourites": "Suosikit", "Filter room members": "Suodata huoneen jäseniä", "Forget room": "Unohda huone", "For security, this session has been signed out. Please sign in again.": "Turvallisuussyistä tämä istunto on kirjattu ulos. Ole hyvä ja kirjaudu uudestaan.", @@ -79,10 +81,9 @@ "Sign in with": "Tunnistus", "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", - "Labs": "Laboratorio", + "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", - "Name": "Nimi", "New passwords don't match": "Uudet salasanat eivät täsmää", "New passwords must match each other.": "Uusien salasanojen on vastattava toisiaan.", "not specified": "ei määritetty", @@ -123,7 +124,6 @@ "Enable automatic language detection for syntax highlighting": "Ota automaattinen kielentunnistus käyttöön syntaksikorostusta varten", "Hangup": "Lopeta", "Historical": "Vanhat", - "Home": "Etusivu", "Invalid file%(extra)s": "Virheellinen tiedosto%(extra)s", "No users have specific privileges in this room": "Kellään käyttäjällä ei ole erityisiä oikeuksia", "This room is not recognised.": "Huonetta ei tunnistettu.", @@ -152,7 +152,6 @@ "Fri": "pe", "Sat": "la", "This server does not support authentication with a phone number.": "Tämä palvelin ei tue autentikointia puhelinnumeron avulla.", - "Room": "Huone", "Copied!": "Kopioitu!", "Failed to copy": "Kopiointi epäonnistui", "Connectivity to the server has been lost.": "Yhteys palvelimeen menetettiin.", @@ -163,7 +162,6 @@ }, "New Password": "Uusi salasana", "Start automatically after system login": "Käynnistä automaattisesti käyttöjärjestelmään kirjautumisen jälkeen", - "Options": "Valinnat", "Passphrases must match": "Salasanojen on täsmättävä", "Passphrase must not be empty": "Salasana ei saa olla tyhjä", "Export room keys": "Vie huoneen avaimet", @@ -239,6 +237,7 @@ "Authentication check failed: incorrect password?": "Autentikointi epäonnistui: virheellinen salasana?", "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", "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.", @@ -284,7 +283,6 @@ "And %(count)s more...": { "other": "Ja %(count)s muuta..." }, - "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", "Ignores a user, hiding their messages from you": "Sivuuttaa käyttäjän, eli hänen viestejään ei näytetä sinulle", @@ -402,12 +400,12 @@ "one": "%(items)s ja yksi muu" }, "Old cryptography data detected": "Vanhaa salaustietoa havaittu", - "Warning": "Varoitus", "Sunday": "Sunnuntai", "Failed to add tag %(tagName)s to room": "Tagin %(tagName)s lisääminen huoneeseen epäonnistui", "Notification targets": "Ilmoituksen kohteet", "Today": "Tänään", "Friday": "Perjantai", + "Update": "Päivitä", "What's New": "Mitä uutta", "On": "Päällä", "Changelog": "Muutosloki", @@ -426,6 +424,7 @@ "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", "Saturday": "Lauantai", + "Reject": "Hylkää", "Monday": "Maanantai", "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", @@ -568,7 +567,6 @@ "Email addresses": "Sähköpostiosoitteet", "Phone numbers": "Puhelinnumerot", "Language and region": "Kieli ja alue", - "Theme": "Teema", "Account management": "Tilin hallinta", "Composer": "Viestin kirjoitus", "Preferences": "Valinnat", @@ -610,6 +608,7 @@ "Preparing to send logs": "Valmistaudutaan lokien lähettämiseen", "Invite anyway": "Kutsu silti", "Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen", + "Join": "Liity", "Click here to see older messages.": "Napsauta tästä nähdäksesi vanhemmat viestit.", "This room is a continuation of another conversation.": "Tämä huone on jatkumo toisesta keskustelusta.", "The conversation continues here.": "Keskustelu jatkuu täällä.", @@ -769,6 +768,7 @@ "Please review and accept the policies of this homeserver:": "Tarkistathan tämän kotipalvelimen käytännöt:", "Code": "Koodi", "Change": "Muuta", + "Confirm": "Varmista", "Join millions for free on the largest public server": "Liity ilmaiseksi miljoonien joukkoon suurimmalla julkisella palvelimella", "Other": "Muut", "Can't leave Server Notices room": "Palvelinilmoitushuonetta ei voitu jättää", @@ -894,6 +894,7 @@ "Uploaded sound": "Asetettu ääni", "Sounds": "Äänet", "Notification sound": "Ilmoitusääni", + "Reset": "Palauta alkutilaan", "Set a new custom sound": "Aseta uusi mukautettu ääni", "Browse": "Selaa", "Use lowercase letters, numbers, dashes and underscores only": "Käytä ainoastaan pieniä kirjaimia, numeroita, yhdysviivoja ja alaviivoja", @@ -905,6 +906,7 @@ "Message edits": "Viestin muokkaukset", "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Tämän huoneen päivittäminen edellyttää huoneen nykyisen instanssin sulkemista ja uuden huoneen luomista sen tilalle. Jotta tämä kävisi huoneen jäsenten kannalta mahdollisimman sujuvasti, teemme seuraavaa:", "Upload all": "Lähetä kaikki palvelimelle", + "Upload": "Lähetä", "Show all": "Näytä kaikki", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)s eivät tehneet muutoksia %(count)s kertaa", @@ -939,6 +941,7 @@ "Always show the window menu bar": "Näytä aina ikkunan valikkorivi", "Unable to revoke sharing for email address": "Sähköpostiosoitteen jakamista ei voi perua", "Unable to share email address": "Sähköpostiosoitetta ei voi jakaa", + "Share": "Jaa", "Unable to share phone number": "Puhelinnumeroa ei voi jakaa", "Checking server": "Tarkistetaan palvelinta", "Disconnect from the identity server ?": "Katkaise yhteys identiteettipalvelimeen ?", @@ -1001,6 +1004,7 @@ "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", + "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", "Deactivate user?": "Poista käyttäjä pysyvästi?", @@ -1086,6 +1090,7 @@ "Using this widget may share data with %(widgetDomain)s.": "Tämän sovelman käyttäminen voi jakaa tietoja verkkotunnukselle %(widgetDomain)s.", "Widget added by": "Sovelman lisäsi", "This widget may use cookies.": "Tämä sovelma saattaa käyttää evästeitä.", + "Trust": "Luota", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Voit käyttää identiteettipalvelinta lähettääksesi sähköpostikutsuja. Napsauta Jatka käyttääksesi oletuspalvelinta (%(defaultIdentityServerName)s) tai syötä eri palvelin asetuksissa.", "Use an identity server to invite by email. Manage in Settings.": "Voit käyttää identiteettipalvelinta sähköpostikutsujen lähettämiseen.", "Match system theme": "Käytä järjestelmän teemaa", @@ -1124,6 +1129,7 @@ "This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.", "Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.", "Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.", + "Verify": "Varmenna", "You have ignored this user, so their message is hidden. Show anyways.": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. Näytä silti.", "You verified %(name)s": "Varmensit käyttäjän %(name)s", "You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen", @@ -1191,6 +1197,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Huoneen päivittäminen on monimutkainen toimenpide ja yleensä sitä suositellaan, kun huone on epävakaa bugien, puuttuvien ominaisuuksien tai tietoturvaongelmien takia.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, ilmoita virheestä.", "You'll upgrade this room from to .": "Olat päivittämässä tätä huonetta versiosta versioon .", + "Upgrade": "Päivitä", "Country Dropdown": "Maapudotusvalikko", "Unable to set up secret storage": "Salavaraston käyttöönotto epäonnistui", "Show more": "Näytä lisää", @@ -1434,7 +1441,6 @@ "Size must be a number": "Koon täytyy olla luku", "Custom font size can only be between %(min)s pt and %(max)s pt": "Mukautetun fonttikoon täytyy olla vähintään %(min)s pt ja enintään %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Käytä kokoa väliltä %(min)s pt ja %(max)s pt", - "Appearance": "Ulkoasu", "Select room from the room list": "Valitse huone huoneluettelosta", "Start verification again from the notification.": "Aloita varmennus uudelleen ilmoituksesta.", "Start verification again from their profile.": "Aloita varmennus uudelleen hänen profiilista.", @@ -1475,8 +1481,6 @@ "Categories": "Luokat", "This address is available to use": "Tämä osoite on käytettävissä", "This address is already in use": "Tämä osoite on jo käytössä", - "Light": "Vaalea", - "Dark": "Tumma", "No recently visited rooms": "Ei hiljattain vierailtuja huoneita", "Sort by": "Lajittelutapa", "Switch to light mode": "Vaihda vaaleaan teemaan", @@ -1918,7 +1922,6 @@ "Specify a homeserver": "Määritä kotipalvelin", "The server has denied your request.": "Palvelin eväsi pyyntösi.", "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "Huomio: jos et lisää sähköpostia ja unohdat salasanasi, saatat menettää pääsyn tiliisi pysyvästi.", - "Homeserver": "Kotipalvelin", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Palvelimesi ylläpitäjä on poistanut päästä päähän -salauksen oletuksena käytöstä yksityisissä huoneissa ja yksityisviesteissä.", "%(peerName)s held the call": "%(peerName)s piti puhelua pidossa", "Send general files as you in your active room": "Lähetä aktiiviseen huoneeseesi yleisiä tiedostoja itsenäsi", @@ -2065,8 +2068,7 @@ "Share invite link": "Jaa kutsulinkki", "Click to copy": "Kopioi napsauttamalla", "You can change these anytime.": "Voit muuttaa näitä koska tahansa.", - "Private": "Yksityinen", - "Public": "Julkinen", + "Delete": "Poista", "Show chat effects (animations when receiving e.g. confetti)": "Näytä keskustelutehosteet (animaatiot, kun saat esim. konfettia)", "Jump to the bottom of the timeline when you send a message": "Siirry aikajanan pohjalle, kun lähetät viestin", "This homeserver has been blocked by its administrator.": "Tämä kotipalvelin on ylläpitäjänsä estämä.", @@ -2085,7 +2087,6 @@ "Delete all": "Poista kaikki", "Some of your messages have not been sent": "Osaa viesteistäsi ei ole lähetetty", "You are the only person here. If you leave, no one will be able to join in the future, including you.": "Olet ainoa henkilö täällä. Jos lähdet, kukaan ei voi liittyä tulevaisuudessa, et myöskään sinä.", - "Beta": "Beeta", "The server is not configured to indicate what the problem is (CORS).": "Palvelinta ei ole säädetty ilmoittamaan, mikä ongelma on kyseessä (CORS).", "Invited people will be able to read old messages.": "Kutsutut ihmiset voivat lukea vanhoja viestejä.", "We couldn't create your DM.": "Yksityisviestiä ei voitu luoda.", @@ -2159,6 +2160,7 @@ "Message preview": "Viestin esikatselu", "Sent": "Lähetetty", "Include Attachments": "Sisällytä liitteet", + "Stop": "Pysäytä", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Oletko varma, että haluat lopettaa tietojen viennin? Jos lopetat, joudut aloittamaan alusta.", "Export Successful": "Vienti onnistui", "Number of messages": "Viestien määrä", @@ -2206,6 +2208,8 @@ "Anyone can find and join.": "Kuka tahansa voi löytää ja liittyä.", "Only invited people can join.": "Vain kutsutut ihmiset voivat liittyä.", "Space options": "Avaruuden valinnat", + "Collapse": "Supista", + "Expand": "Laajenna", "Recommended for public spaces.": "Suositeltu julkisiin avaruuksiin.", "Guests can join a space without having an account.": "Vieraat voivat liittyä avaruuteen ilman tiliä.", "Enable guest access": "Ota käyttöön vieraiden pääsy", @@ -2335,7 +2339,6 @@ "MB": "Mt", "Server did not return valid authentication information.": "Palvelin ei palauttanut kelvollista tunnistautumistietoa.", "Please provide an address": "Määritä osoite", - "Thread": "Ketju", "Call back": "Soita takaisin", "Role in ": "Rooli huoneessa ", "Reply to thread…": "Vastaa ketjuun…", @@ -2913,6 +2916,7 @@ }, "Cross-signing is ready but keys are not backed up.": "Ristiinvarmennus on valmis, mutta avaimia ei ole varmuuskopioitu.", "Search %(spaceName)s": "Etsi %(spaceName)s", + "Call": "Soita", "Dial": "Yhdistä", "Messaging": "Viestintä", "Back to thread": "Takaisin ketjuun", @@ -2940,7 +2944,6 @@ "My threads": "Omat ketjut", "Shows all threads from current room": "Näytä kaikki ketjut nykyisestä huoneesta", "All threads": "Kaikki ketjut", - "Threads": "Ketjut", "Help improve %(analyticsOwner)s": "Auta parantamaan %(analyticsOwner)s", "Confirm your Security Phrase": "Vahvista turvalause", "Enter your Security Phrase a second time to confirm it.": "Kirjoita turvalause toistamiseen vahvistaaksesi sen.", @@ -3041,7 +3044,6 @@ "We'll help you get connected.": "Autamme sinua yhteyden muodostamisen kanssa.", "Who will you chat to the most?": "Kenen kanssa keskustelet eniten?", "Choose a locale": "Valitse maa-asetusto", - "Help": "Ohje", "You don't have permission to share locations": "Sinulla ei ole oikeutta jakaa sijainteja", "Message pending moderation": "Viesti odottaa moderointia", "Message pending moderation: %(reason)s": "Viesti odottaa moderointia: %(reason)s", @@ -3308,6 +3310,7 @@ "This session doesn't support encryption and thus can't be verified.": "Tämä istunto ei tue salausta, joten sitä ei voi vahvistaa.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Parhaan tietoturvan ja yksityisyyden vuoksi on suositeltavaa käyttää salausta tukevia Matrix-asiakasohjelmistoja.", "Upcoming features": "Tulevat ominaisuudet", + "Apply": "Toteuta", "Search users in this room…": "Etsi käyttäjiä tästä huoneesta…", "Requires compatible homeserver.": "Vaatii yhteensopivan kotipalvelimen.", "Under active development.": "Aktiivisen kehityksen kohteena.", @@ -3379,7 +3382,6 @@ "Saving…": "Tallennetaan…", "Creating…": "Luodaan…", "Verify Session": "Vahvista istunto", - "User": "Käyttäjä", "Show NSFW content": "Näytä NSFW-sisältö", "Requires your server to support MSC3030": "Vaatii, että palvelimesi tukee MSC3030:a", "New ways to ignore people": "Uusia tapoja jättää ihmiset huomiotta", @@ -3476,6 +3478,7 @@ "Send %(msgtype)s messages as you in your active room": "Lähetä %(msgtype)s-viestejä itsenäsi aktiiviseen huoneeseesi", "Send %(msgtype)s messages as you in this room": "Lähetä %(msgtype)s-viestejä itsenäsi tähän huoneeseen", "%(oldDisplayName)s changed their display name and profile picture": "%(oldDisplayName)s vaihtoi näyttönimensä ja profiilikuvansa", + "Reload": "Lataa uudelleen", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Tämä voi johtua siitä, että sovellus on auki useissa välilehdissä tai selaimen tietojen tyhjentämisestä.", "Database unexpectedly closed": "Tietokanta sulkeutui odottamattomasti", "Identity server not set": "Identiteettipalvelinta ei ole asetettu", @@ -3513,7 +3516,28 @@ "unmute": "Poista mykistys", "username": "Käyttäjätunnus", "verification_cancelled": "Varmennus peruutettu", - "video": "Video" + "video": "Video", + "attachment": "Liite", + "light": "Vaalea", + "dark": "Tumma", + "warning": "Varoitus", + "home": "Etusivu", + "favourites": "Suosikit", + "thread": "Ketju", + "threads": "Ketjut", + "user": "Käyttäjä", + "room": "Huone", + "theme": "Teema", + "name": "Nimi", + "description": "Kuvaus", + "public": "Julkinen", + "private": "Yksityinen", + "options": "Valinnat", + "appearance": "Ulkoasu", + "homeserver": "Kotipalvelin", + "help": "Ohje", + "beta": "Beeta", + "labs": "Laboratorio" }, "action": { "continue": "Jatka", @@ -3551,28 +3575,5 @@ "a11y": { "user_menu": "Käyttäjän valikko" }, - "action.reject": "Hylkää", - "action.confirm": "Varmista", - "action.dismiss": "Hylkää", - "action.trust": "Luota", - "action.reload": "Lataa uudelleen", - "action.cancel": "Peruuta", - "action.stop": "Pysäytä", - "action.join": "Liity", - "action.close": "Sulje", - "action.accept": "Hyväksy", - "action.upgrade": "Päivitä", - "action.verify": "Varmenna", - "action.update": "Päivitä", - "action.call": "Soita", - "action.delete": "Poista", - "action.upload": "Lähetä", - "action.collapse": "Supista", - "action.apply": "Toteuta", - "action.reset": "Palauta alkutilaan", - "action.share": "Jaa", - "action.skip": "Ohita", - "action.logout": "Kirjaudu ulos", - "action.view": "Näytä", - "action.expand": "Laajenna" + "Home": "Etusivu" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index efdc0517c22..c79a10fcd2e 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -20,7 +20,6 @@ "A new password must be entered.": "Un nouveau mot de passe doit être saisi.", "Are you sure?": "Êtes-vous sûr ?", "Are you sure you want to reject the invitation?": "Voulez-vous vraiment rejeter l’invitation ?", - "Attachment": "Pièce jointe", "Banned users": "Utilisateurs bannis", "Bans user with given id": "Bannit l’utilisateur à partir de son identifiant", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Impossible de se connecter au serveur d'accueil en HTTP si l’URL dans la barre de votre explorateur est en HTTPS. Utilisez HTTPS ou activez la prise en charge des scripts non-vérifiés.", @@ -50,7 +49,6 @@ "Failed to unban": "Échec de la révocation du bannissement", "Failed to verify email address: make sure you clicked the link in the email": "La vérification de l’adresse e-mail a échoué : vérifiez que vous avez bien cliqué sur le lien dans l’e-mail", "Failure to create room": "Échec de création du salon", - "Favourites": "Favoris", "Filter room members": "Filtrer les membres du salon", "Forget room": "Oublier le salon", "For security, this session has been signed out. Please sign in again.": "Par mesure de sécurité, la session a expiré. Merci de vous authentifier à nouveau.", @@ -64,7 +62,7 @@ "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", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, à partir de leur arrivée.", @@ -74,7 +72,6 @@ "Missing room_id in request": "Absence du room_id dans la requête", "Missing user_id in request": "Absence du user_id dans la requête", "Moderator": "Modérateur", - "Name": "Nom", "New passwords don't match": "Les mots de passe ne correspondent pas", "New passwords must match each other.": "Les nouveaux mots de passe doivent être identiques.", "not specified": "non spécifié", @@ -171,9 +168,9 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "Ce serveur ne prend pas en charge l’authentification avec un numéro de téléphone.", - "Room": "Salon", "Connectivity to the server has been lost.": "La connexion au serveur a été perdue.", "Sent messages will be stored until your connection has returned.": "Les messages envoyés seront stockés jusqu’à ce que votre connexion revienne.", + "Cancel": "Annuler", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s a supprimé le nom du salon.", "Passphrases must match": "Les phrases secrètes doivent être identiques", "Passphrase must not be empty": "Le mot de passe ne peut pas être vide", @@ -193,6 +190,7 @@ "Incorrect password": "Mot de passe incorrect", "Unable to restore session": "Impossible de restaurer la 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.": "Si vous avez utilisé une version plus récente de %(brand)s précédemment, votre session risque d’être incompatible avec cette version. Fermez cette fenêtre et retournez à la version plus récente.", + "Dismiss": "Ignorer", "Token incorrect": "Jeton incorrect", "Please enter the code it contains:": "Merci de saisir le code qu’il contient :", "powered by Matrix": "propulsé par Matrix", @@ -205,7 +203,6 @@ "Start automatically after system login": "Démarrer automatiquement après la phase d'authentification du système", "Idle": "Inactif", "Jump to first unread message.": "Aller au premier message non lu.", - "Options": "Options", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Vous êtes sur le point d’accéder à un site tiers afin de pouvoir vous identifier pour utiliser %(integrationsUrl)s. Voulez-vous continuer ?", "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s a changé l’avatar du salon en ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s a supprimé l'avatar du salon.", @@ -237,7 +234,9 @@ "Create new room": "Créer un nouveau salon", "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", "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.", @@ -247,13 +246,13 @@ "one": "(~%(count)s résultat)", "other": "(~%(count)s résultats)" }, - "Home": "Accueil", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (rang %(powerLevelNumber)s)", "Your browser does not support the required cryptography extensions": "Votre navigateur ne prend pas en charge les extensions cryptographiques nécessaires", "Not a valid %(brand)s keyfile": "Fichier de clé %(brand)s non valide", "Authentication check failed: incorrect password?": "Erreur d’authentification : mot de passe incorrect ?", "Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?", "This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.", + "Skip": "Passer", "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", @@ -378,7 +377,6 @@ "And %(count)s more...": { "other": "Et %(count)s autres…" }, - "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", "Stops ignoring a user, showing their messages going forward": "Arrête d’ignorer un utilisateur, en affichant ses messages à partir de maintenant", @@ -405,7 +403,6 @@ "Send": "Envoyer", "Old cryptography data detected": "Anciennes données de chiffrement détectées", "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.": "Nous avons détecté des données d’une ancienne version de %(brand)s. Le chiffrement de bout en bout n’aura pas fonctionné correctement sur l’ancienne version. Les messages chiffrés échangés récemment dans l’ancienne version ne sont peut-être pas déchiffrables dans cette version. Les échanges de message avec cette version peuvent aussi échouer. Si vous rencontrez des problèmes, déconnectez-vous puis reconnectez-vous. Pour conserver l’historique des messages, exportez puis réimportez vos clés de chiffrement.", - "Warning": "Attention", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vous ne pourrez pas annuler cette modification car vous vous rétrogradez. Si vous êtes le dernier utilisateur privilégié de ce salon, il sera impossible de récupérer les privilèges.", "Send an encrypted reply…": "Envoyer une réponse chiffrée…", "Send an encrypted message…": "Envoyer un message chiffré…", @@ -424,6 +421,7 @@ "Notification targets": "Appareils recevant les notifications", "Today": "Aujourd’hui", "Friday": "Vendredi", + "Update": "Mettre à jour", "What's New": "Nouveautés", "On": "Activé", "Changelog": "Journal des modifications", @@ -443,6 +441,7 @@ "Search…": "Rechercher…", "Developer Tools": "Outils de développement", "Saturday": "Samedi", + "Reject": "Rejeter", "Monday": "Lundi", "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", @@ -640,7 +639,6 @@ "Email addresses": "Adresses e-mail", "Phone numbers": "Numéros de téléphone", "Language and region": "Langue et région", - "Theme": "Thème", "Account management": "Gestion du compte", "For help with using %(brand)s, click here.": "Pour obtenir de l’aide sur l’utilisation de %(brand)s, cliquez ici.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "Pour obtenir de l’aide sur l’utilisation de %(brand)s, cliquez ici ou commencez une discussion avec notre bot en utilisant le bouton ci-dessous.", @@ -669,11 +667,13 @@ "Room avatar": "Avatar du salon", "Room Name": "Nom du salon", "Room Topic": "Sujet du salon", + "Join": "Rejoindre", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", + "Confirm": "Confirmer", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", "Other": "Autre", "Guest": "Visiteur", @@ -828,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Votre navigateur a sûrement supprimé ces données car il restait peu d’espace sur le disque.", "Upload files (%(current)s of %(total)s)": "Envoi des fichiers (%(current)s sur %(total)s)", "Upload files": "Envoyer les fichiers", + "Upload": "Envoyer", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Le fichier est trop lourd pour être envoyé. La taille limite est de %(limit)s mais la taille de ce fichier est de %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ces fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Certains fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", @@ -889,6 +890,7 @@ "Uploaded sound": "Son téléchargé", "Sounds": "Sons", "Notification sound": "Son de notification", + "Reset": "Réinitialiser", "Set a new custom sound": "Définir un nouveau son personnalisé", "Browse": "Parcourir", "Cannot reach homeserver": "Impossible de joindre le serveur d’accueil", @@ -947,6 +949,7 @@ "Unable to revoke sharing for email address": "Impossible de révoquer le partage pour l’adresse e-mail", "Unable to share email address": "Impossible de partager l’adresse e-mail", "Revoke": "Révoquer", + "Share": "Partager", "Discovery options will appear once you have added an email above.": "Les options de découverte apparaîtront quand vous aurez ajouté une adresse e-mail ci-dessus.", "Unable to revoke sharing for phone number": "Impossible de révoquer le partage pour le numéro de téléphone", "Unable to share phone number": "Impossible de partager le numéro de téléphone", @@ -1014,6 +1017,7 @@ "one": "Supprimer 1 message" }, "Remove recent messages": "Supprimer les messages récents", + "View": "Afficher", "Explore rooms": "Parcourir les salons", "Verify the link in your inbox": "Vérifiez le lien dans votre boîte de réception", "Complete": "Terminer", @@ -1081,6 +1085,7 @@ "Room %(name)s": "Salon %(name)s", "Unread messages.": "Messages non lus.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Cette action nécessite l’accès au serveur d’identité par défaut afin de valider une adresse e-mail ou un numéro de téléphone, mais le serveur n’a aucune condition de service.", + "Trust": "Faire confiance", "Message Actions": "Actions de message", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Vous avez vérifié %(name)s", @@ -1125,6 +1130,7 @@ "Trusted": "Fiable", "Not trusted": "Non fiable", "Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.", + "Verify": "Vérifier", "Any of the following data may be shared:": "Les données suivants peuvent être partagées :", "Your display name": "Votre nom d’affichage", "Your user ID": "Votre identifiant utilisateur", @@ -1158,6 +1164,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau d’un salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause d’anomalies, de fonctionnalités manquantes ou de failles de sécurité.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Cela n’affecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, signalez une anomalie.", "You'll upgrade this room from to .": "Vous allez mettre à niveau ce salon de vers .", + "Upgrade": "Mettre à niveau", " wants to chat": " veut discuter", "Start chatting": "Commencer à discuter", "Cross-signing public keys:": "Clés publiques de signature croisée :", @@ -1499,7 +1506,6 @@ "Size must be a number": "La taille doit être un nombre", "Custom font size can only be between %(min)s pt and %(max)s pt": "La taille de police personnalisée doit être comprise entre %(min)s pt et %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Utiliser entre %(min)s pt et %(max)s pt", - "Appearance": "Apparence", "Joins room with given address": "Rejoint le salon à l’adresse donnée", "Please verify the room ID or address and try again.": "Vérifiez l’identifiant ou l’adresse du salon et réessayez.", "Room ID or address of ban list": "Identifiant du salon ou adresse de la liste de bannissement", @@ -1537,8 +1543,6 @@ "Room options": "Options du salon", "Activity": "Activité", "A-Z": "A-Z", - "Light": "Clair", - "Dark": "Sombre", "Customise your appearance": "Personnalisez l’apparence", "Appearance Settings only affect this %(brand)s session.": "Les paramètres d’apparence affecteront uniquement cette session de %(brand)s.", "Looks good!": "Ça a l’air correct !", @@ -2016,7 +2020,6 @@ "Active Widgets": "Widgets actifs", "Reason (optional)": "Raison (optionnelle)", "Continue with %(provider)s": "Continuer avec %(provider)s", - "Homeserver": "Serveur d’accueil", "Server Options": "Options serveur", "This is the start of .": "C’est le début de .", "Add a photo, so people can easily spot your room.": "Ajoutez une photo afin que les gens repèrent facilement votre salon.", @@ -2191,10 +2194,9 @@ "Your private space": "Votre espace privé", "Your public space": "Votre espace public", "Invite only, best for yourself or teams": "Sur invitation, idéal pour vous-même ou les équipes", - "Private": "Privé", "Open space for anyone, best for communities": "Espace ouvert à tous, idéal pour les communautés", - "Public": "Public", "Create a space": "Créer un espace", + "Delete": "Supprimer", "Jump to the bottom of the timeline when you send a message": "Sauter en bas du fil de discussion lorsque vous envoyez un message", "This homeserver has been blocked by its administrator.": "Ce serveur d’accueil a été bloqué par son administrateur.", "You're already in a call with this person.": "Vous êtes déjà en cours d’appel avec cette personne.", @@ -2285,7 +2287,6 @@ "Select a room below first": "Sélectionnez un salon ci-dessous d’abord", "Join the beta": "Rejoindre la bêta", "Leave the beta": "Quitter la bêta", - "Beta": "Bêta", "Want to add a new room instead?": "Voulez-vous plutôt ajouter un nouveau salon ?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Ajout du salon…", @@ -2362,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.", "This space has no local addresses": "Cet espace n’a pas d’adresse locale", "Space information": "Informations de l’espace", + "Collapse": "Réduire", + "Expand": "Développer", "Recommended for public spaces.": "Recommandé pour les espaces publics.", "Allow people to preview your space before they join.": "Permettre aux personnes d’avoir un aperçu de l’espace avant de le rejoindre.", "Preview Space": "Aperçu de l’espace", @@ -2533,7 +2536,6 @@ "Delete avatar": "Supprimer l’avatar", "Rooms and spaces": "Salons et espaces", "Results": "Résultats", - "Thread": "Discussion", "Enable encryption in settings.": "Activer le chiffrement dans les paramètres.", "Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.": "Vos messages privés sont normalement chiffrés, mais ce salon ne l’est pas. Cela est généralement dû à un périphérique non supporté, ou à un moyen de communication non supporté comme les invitations par e-mail.", "To avoid these issues, create a new public room for the conversation you plan to have.": "Pour éviter ces problèmes, créez un nouveau salon public pour la conversation que vous souhaitez avoir.", @@ -2577,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "Sélectionner les options ci-dessous pour exporter les conversations de votre historique", "Export Chat": "Exporter la conversation", "Exporting your data": "Export de vos données", + "Stop": "Arrêter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Êtes vous sûr de vouloir arrêter l’export de vos données ? Si vous le fait, vous devrez recommencer depuis le début.", "Your export was successful. Find it in your Downloads folder.": "Votre export est réussi. Vous le trouverez dans votre dossier Téléchargements.", "The export was cancelled successfully": "Cet export a été annulé avec succès", @@ -2627,7 +2630,6 @@ "Unban from %(roomName)s": "Annuler le bannissement de %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Ils pourront toujours accéder aux endroits dans lesquels vous n’êtes pas administrateur.", "Disinvite from %(roomName)s": "Annuler l’invitation à %(roomName)s", - "Threads": "Fils de discussion", "Create poll": "Créer un sondage", "Updating spaces... (%(progress)s out of %(count)s)": { "one": "Mise-à-jour de l’espace…", @@ -2909,6 +2911,7 @@ "Group all your favourite rooms and people in one place.": "Regroupez tous vos salons et personnes préférés au même endroit.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Les espaces permettent de regrouper des salons et des personnes. En plus de ceux auxquels vous participez, vous pouvez également utiliser des espaces prédéfinis.", "IRC (Experimental)": "IRC (Expérimental)", + "Call": "Appel", "Internal room ID": "Identifiant interne du salon", "Group all your rooms that aren't part of a space in one place.": "Regroupe tous les salons n’appartenant pas à un espace au même endroit.", "Previous autocomplete suggestion": "Précédente suggestion d’autocomplétion", @@ -3323,7 +3326,6 @@ "It’s what you’re here for, so lets get to it": "Vous êtes là pour ça, alors allons-y", "Find and invite your friends": "Trouvez et invitez vos amis", "You made it!": "Vous avez réussi !", - "Help": "Aide", "Google Play and the Google Play logo are trademarks of Google LLC.": "Google Play et le logo Google Play sont des marques déposées de Google LLC.", "App Store® and the Apple logo® are trademarks of Apple Inc.": "App Store® et le logo Apple® sont des marques déposées de Apple Inc.", "Get it on F-Droid": "Récupérez-le sur F-Droid", @@ -3569,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "Cette session ne prend pas en charge le chiffrement, elle ne peut donc pas être vérifiée.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Pour de meilleures sécurité et confidentialité, il est recommandé d’utiliser des clients Matrix qui prennent en charge le chiffrement.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Vous ne pourrez pas participer aux salons qui ont activé le chiffrement en utilisant cette session.", + "Apply": "Appliquer", "Search users in this room…": "Chercher des utilisateurs dans ce salon…", "Give one or multiple users in this room more privileges": "Donne plus de privilèges à un ou plusieurs utilisateurs de ce salon", "Add privileged users": "Ajouter des utilisateurs privilégiés", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "Ne peut pour l’instant être activé que dans config.json", "Requires your server to support MSC3030": "Requiert la prise en charge par le serveur du MSC3030", "Requires your server to support the stable version of MSC3827": "Requiert la prise en charge par le serveur de la version stable du MSC3827", - "User": "Utilisateur", "Show avatars in user, room and event mentions": "Afficher les avatars dans les mentions d'utilisateur, de salon et d’évènements", "Message from %(user)s": "Message de %(user)s", "Message in %(room)s": "Message dans %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau s’est produite en tentant de chercher et d’aller à la date choisie. Votre serveur d’accueil est peut-être hors-ligne, ou bien c’est un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter l’administrateur de votre serveur d’accueil.", "Poll history": "Historique des sondages", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L’utilisateur (%(user)s) n’a finalement pas été invité dans %(roomId)s mais aucune erreur n’a été fournie par la routine d’invitation", + "Reload": "Recharger", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Cela peut être causé par l’application ouverte dans plusieurs onglets, ou après un nettoyage des données du navigateur.", "Database unexpectedly closed": "La base de données s’est fermée de manière inattendue", "Mute room": "Salon muet", @@ -3914,7 +3917,28 @@ "unmute": "Activer le son", "username": "Nom d’utilisateur", "verification_cancelled": "Vérification annulée", - "video": "Vidéo" + "video": "Vidéo", + "attachment": "Pièce jointe", + "light": "Clair", + "dark": "Sombre", + "warning": "Attention", + "home": "Accueil", + "favourites": "Favoris", + "thread": "Discussion", + "threads": "Fils de discussion", + "user": "Utilisateur", + "room": "Salon", + "theme": "Thème", + "name": "Nom", + "description": "Description", + "public": "Public", + "private": "Privé", + "options": "Options", + "appearance": "Apparence", + "homeserver": "Serveur d’accueil", + "help": "Aide", + "beta": "Bêta", + "labs": "Expérimental" }, "action": { "continue": "Continuer", @@ -3952,28 +3976,5 @@ "a11y": { "user_menu": "Menu utilisateur" }, - "action.reject": "Rejeter", - "action.confirm": "Confirmer", - "action.dismiss": "Ignorer", - "action.trust": "Faire confiance", - "action.reload": "Recharger", - "action.cancel": "Annuler", - "action.stop": "Arrêter", - "action.join": "Rejoindre", - "action.close": "Fermer", - "action.accept": "Accepter", - "action.upgrade": "Mettre à niveau", - "action.verify": "Vérifier", - "action.update": "Mettre à jour", - "action.call": "Appel", - "action.delete": "Supprimer", - "action.upload": "Envoyer", - "action.collapse": "Réduire", - "action.apply": "Appliquer", - "action.reset": "Réinitialiser", - "action.share": "Partager", - "action.skip": "Passer", - "action.logout": "Se déconnecter", - "action.view": "Afficher", - "action.expand": "Développer" + "Home": "Accueil" } diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 12c53c25272..97ca3245ede 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -66,8 +66,7 @@ "Support": "Tacaíocht", "Random": "Randamach", "Spaces": "Spásanna", - "Private": "Príobháideach", - "Public": "Poiblí", + "Delete": "Bain amach", "Value:": "Luach:", "Level": "Leibhéal", "Caution:": "Faichill:", @@ -77,7 +76,6 @@ "Hold": "Fan", "Resume": "Tosaigh arís", "Effects": "Tionchair", - "Homeserver": "Freastalaí baile", "Approve": "Ceadaigh", "Zimbabwe": "an tSiombáib", "Zambia": "an tSaimbia", @@ -272,14 +270,11 @@ "Away": "Imithe", "Favourited": "Roghnaithe", "Restore": "Athbhunaigh", - "Dark": "Dorcha", - "Light": "Geal", "A-Z": "A-Z", "Activity": "Gníomhaíocht", "Feedback": "Aiseolas", "Ok": "Togha", "Categories": "Catagóire", - "Appearance": "Cuma", "End": "End", "Space": "Spás", "Enter": "Enter", @@ -303,20 +298,25 @@ "Go": "Téigh", "Cross-signing": "Cros-síniú", "Unencrypted": "Gan chriptiú", + "Upgrade": "Uasghrádaigh", + "Verify": "Cinntigh", "Trusted": "Dílis", "Subscribe": "Liostáil", "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", + "Trust": "Cuir muinín i", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", "Activities": "Gníomhaíochtaí", "Document": "Cáipéis", "Complete": "Críochnaigh", + "View": "Amharc", "Strikethrough": "Líne a chur trí", "Italics": "Iodálach", "Bold": "Trom", "Disconnect": "Dícheangail", + "Share": "Roinn le", "Revoke": "Cúlghair", "Discovery": "Aimsiú", "Actions": "Gníomhartha", @@ -325,24 +325,23 @@ "Download": "Íoslódáil", "Import": "Iompórtáil", "Export": "Easpórtáil", - "Name": "Ainm", "Users": "Úsáideoirí", "Emoji": "Straoiseog", "Commands": "Ordú", "Guest": "Cuairteoir", - "Room": "Seomra", - "Description": "Cuntas", + "Logout": "Logáil amach", "Other": "Eile", "Change": "Athraigh", "Phone": "Guthán", "Email": "Ríomhphost", "Submit": "Cuir isteach", "Code": "Cód", - "Home": "Tús", "Favourite": "Cuir mar ceanán", "Resend": "Athsheol", + "Upload": "Uaslódáil", "Summary": "Achoimre", "Service": "Seirbhís", + "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", @@ -364,11 +363,10 @@ "%(severalUsers)sjoined %(count)s times": { "one": "Tháinig %(severalUsers)s isteach" }, - "Warning": "Rabhadh", + "Join": "Téigh isteach", + "Update": "Uasdátaigh", "edited": "curtha in eagar", "Copied!": "Cóipeáilte!", - "Attachment": "Ceangaltán", - "Options": "Roghanna", "Yesterday": "Inné", "Today": "Inniu", "Saturday": "Dé Sathairn", @@ -380,10 +378,10 @@ "Sunday": "Dé Domhnaigh", "Stickerpack": "Pacáiste greamáin", "Search…": "Cuardaigh…", + "Reject": "Diúltaigh", "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", - "Favourites": "Ceanáin", "Search": "Cuardaigh", "Replying": "Ag freagairt", "Unknown": "Anaithnid", @@ -405,6 +403,7 @@ "Call invitation": "Nuair a fhaighim cuireadh glaoigh", "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", + "Close": "Dún", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -413,6 +412,7 @@ "Permissions": "Ceadanna", "Unban": "Bain an cosc", "Browse": "Brabhsáil", + "Reset": "Athshocraigh", "Sounds": "Fuaimeanna", "Camera": "Ceamara", "Microphone": "Micreafón", @@ -422,12 +422,10 @@ "Preferences": "Roghanna", "Notifications": "Fógraí", "Versions": "Leaganacha", - "Labs": "Turgnaimh", "FAQ": "Ceisteanna Coitianta - CC", "Credits": "Creidiúintí", "Legal": "Dlí", "General": "Ginearálta", - "Theme": "Téama", "Account": "Cuntas", "Profile": "Próifíl", "Noisy": "Callánach", @@ -497,7 +495,9 @@ "Lion": "Leon", "Cat": "Cat", "Dog": "Madra", + "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", + "Accept": "Glac", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -533,6 +533,7 @@ "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Deimhnigh an uimhir ghutháin seo le SSO mar cruthúnas céannachta.", "Add Email Address": "Cuir seoladh ríomhphoist", + "Confirm": "Deimhnigh", "Click the button below to confirm adding this email address.": "Cliceáil an cnaipe thíos chun an seoladh ríomhphoist nua a dheimhniú.", "Confirm adding email": "Deimhnigh an seoladh ríomhphoist nua", "Single Sign On": "Single Sign On", @@ -540,6 +541,7 @@ "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", "Sign In": "Sínigh Isteach", + "Dismiss": "Cuir uait", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", @@ -572,10 +574,11 @@ "[number]": "[uimhir]", "Report": "Tuairiscigh", "Disagree": "Easaontaigh", + "Collapse": "Cumaisc", + "Expand": "Leath", "Visibility": "Léargas", "Address": "Seoladh", "Sent": "Seolta", - "Beta": "Béite", "Connecting": "Ag Ceangal", "Play": "Cas", "Pause": "Cuir ar sos", @@ -631,7 +634,6 @@ "Server may be unavailable, overloaded, or you hit a bug.": "D’fhéadfadh nach mbeadh an freastalaí ar fáil, ró-ualaithe, nó fuair tú fabht.", "Rooms and spaces": "Seomraí agus spásanna", "Collapse reply thread": "Cuir na freagraí i bhfolach", - "Thread": "Snáithe", "Low priority": "Tosaíocht íseal", "Share room": "Roinn seomra", "Forget room": "Déan dearmad ar an seomra", @@ -685,7 +687,25 @@ "success": "Rath", "suggestions": "Moltaí", "unmute": "Stop ag ciúnú", - "username": "Ainm úsáideora" + "username": "Ainm úsáideora", + "attachment": "Ceangaltán", + "light": "Geal", + "dark": "Dorcha", + "warning": "Rabhadh", + "home": "Tús", + "favourites": "Ceanáin", + "thread": "Snáithe", + "room": "Seomra", + "theme": "Téama", + "name": "Ainm", + "description": "Cuntas", + "public": "Poiblí", + "private": "Príobháideach", + "options": "Roghanna", + "appearance": "Cuma", + "homeserver": "Freastalaí baile", + "beta": "Béite", + "labs": "Turgnaimh" }, "action": { "continue": "Lean ar aghaidh", @@ -715,24 +735,5 @@ "start_chat": "Tosaigh comhrá", "yes": "Tá" }, - "action.reject": "Diúltaigh", - "action.confirm": "Deimhnigh", - "action.dismiss": "Cuir uait", - "action.trust": "Cuir muinín i", - "action.cancel": "Cuir ar ceal", - "action.join": "Téigh isteach", - "action.close": "Dún", - "action.accept": "Glac", - "action.upgrade": "Uasghrádaigh", - "action.verify": "Cinntigh", - "action.update": "Uasdátaigh", - "action.delete": "Bain amach", - "action.upload": "Uaslódáil", - "action.collapse": "Cumaisc", - "action.reset": "Athshocraigh", - "action.share": "Roinn le", - "action.skip": "Léim", - "action.logout": "Logáil amach", - "action.view": "Amharc", - "action.expand": "Leath" + "Home": "Tús" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index b070d3c1e55..acc4aa098bd 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -90,6 +90,7 @@ "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", + "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", @@ -108,7 +109,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", "Mirror local video feed": "Replicar a fonte de vídeo local", "Drop file here to upload": "Solte aquí o ficheiro para subilo", - "Options": "Axustes", "Unban": "Non bloquear", "Failed to ban user": "Fallo ao bloquear usuaria", "Failed to mute user": "Fallo ó silenciar usuaria", @@ -127,7 +127,6 @@ "Invited": "Convidada", "Filter room members": "Filtrar os participantes da conversa", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (permiso %(powerLevelNumber)s)", - "Attachment": "Anexo", "Hangup": "Quedada", "Voice call": "Chamada de voz", "Video call": "Chamada de vídeo", @@ -159,7 +158,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.", - "Favourites": "Favoritas", "Rooms": "Salas", "Low priority": "Baixa prioridade", "Historical": "Historial", @@ -182,7 +180,9 @@ "Members only (since they joined)": "Só participantes (desde que se uniron)", "Permissions": "Permisos", "Advanced": "Avanzado", + "Cancel": "Cancelar", "Jump to first unread message.": "Ir a primeira mensaxe non lida.", + "Close": "Pechar", "not specified": "non indicado", "This room has no local addresses": "Esta sala non ten enderezos locais", "You have enabled URL previews by default.": "Activou a vista previa de URL por defecto.", @@ -203,6 +203,7 @@ "Failed to copy": "Fallo ao copiar", "Add an Integration": "Engadir unha integración", "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?": "Vai ser redirixido a unha web de terceiros para poder autenticar a súa conta e así utilizar %(integrationsUrl)s. Quere continuar?", + "Dismiss": "Rexeitar", "Token incorrect": "Testemuño incorrecto", "A text message has been sent to %(msisdn)s": "Enviouse unha mensaxe de texto a %(msisdn)s", "Please enter the code it contains:": "Por favor introduza o código que contén:", @@ -217,7 +218,6 @@ "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", "Create new room": "Crear unha nova sala", - "Home": "Inicio", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)s uníronse %(count)s veces", @@ -324,10 +324,9 @@ "Unable to add email address": "Non se puido engadir enderezo de correo", "Unable to verify email address.": "Non se puido verificar enderezo de correo electrónico.", "This will allow you to reset your password and receive notifications.": "Isto permitiralle restablecer o seu contrasinal e recibir notificacións.", - "Name": "Nome", + "Skip": "Saltar", "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", - "Description": "Descrición", "Reject invitation": "Rexeitar convite", "Are you sure you want to reject the invitation?": "Seguro que desexa rexeitar o convite?", "Failed to reject invitation": "Fallo ao rexeitar o convite", @@ -335,7 +334,7 @@ "Signed Out": "Desconectada", "For security, this session has been signed out. Please sign in again.": "Por seguridade, pechouse a sesión. Por favor, conéctate outra vez.", "Old cryptography data detected": "Detectouse o uso de criptografía sobre datos antigos", - "Warning": "Aviso", + "Logout": "Saír", "Connectivity to the server has been lost.": "Perdeuse a conexión ao servidor.", "Sent messages will be stored until your connection has returned.": "As mensaxes enviadas gardaranse ate que retome a conexión.", "You seem to be uploading files, are you sure you want to quit?": "Semella estar a subir ficheiros, seguro que desexa deixalo?", @@ -343,7 +342,6 @@ "Search failed": "Fallou a busca", "Server may be unavailable, overloaded, or search timed out :(": "O servidor podería non estar dispoñible, sobrecargado, ou caducou a busca :(", "No more results": "Sen máis resultados", - "Room": "Sala", "Failed to reject invite": "Fallo ao rexeitar o convite", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Intentouse cargar un punto concreto do historial desta sala, pero non tes permiso para ver a mensaxe en cuestión.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Intentouse cargar un punto específico do historial desta sala, pero non se puido atopar.", @@ -359,7 +357,6 @@ "": "", "Import E2E room keys": "Importar chaves E2E da sala", "Cryptography": "Criptografía", - "Labs": "Labs", "Check for update": "Comprobar actualización", "Reject all %(invitedRooms)s invites": "Rexeitar todos os %(invitedRooms)s convites", "Start automatically after system login": "Iniciar automaticamente despois de iniciar sesión", @@ -424,6 +421,7 @@ "Notification targets": "Obxectivos das notificacións", "Today": "Hoxe", "Friday": "Venres", + "Update": "Actualizar", "What's New": "Que hai de novo", "On": "On", "Changelog": "Rexistro de cambios", @@ -445,6 +443,7 @@ "Developer Tools": "Ferramentas para desenvolver", "Preparing to send logs": "Preparándose para enviar informe", "Saturday": "Sábado", + "Reject": "Rexeitar", "Monday": "Luns", "Toolbox": "Ferramentas", "Collecting logs": "Obtendo rexistros", @@ -517,6 +516,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirma novo email", "Click the button below to confirm adding this email address.": "Preme no botón inferior para confirmar que queres engadir o email.", + "Confirm": "Confirmar", "Add Email Address": "Engadir email", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma que queres engadir este teléfono usando Single Sign On como proba de identidade.", "Confirm adding phone number": "Confirma a adición do teléfono", @@ -550,6 +550,7 @@ "Identity server has no terms of service": "O servidor de identidade non ten termos dos servizo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción precisa acceder ao servidor de indentidade para validar o enderezo de email ou o número de teléfono, pero o servidor non publica os seus termos do servizo.", "Only continue if you trust the owner of the server.": "Continúa se realmente confías no dono do servidor.", + "Trust": "Confiar", "%(name)s is requesting verification": "%(name)s está pedindo a verificación", "Use your account or create a new one to continue.": "Usa a túa conta ou crea unha nova para continuar.", "Create Account": "Crear conta", @@ -736,6 +737,8 @@ "Contact your server admin.": "Contacta coa administración.", "Ok": "Ok", "Set up": "Configurar", + "Upgrade": "Mellorar", + "Verify": "Verificar", "Other users may not trust it": "Outras usuarias poderían non confiar", "Render simple counters in room header": "Mostrar contadores simples na cabeceira da sala", "Subscribing to a ban list will cause you to join it!": "Subscribíndote a unha lista de bloqueo fará que te unas a ela!", @@ -747,6 +750,7 @@ "Do you want to join %(roomName)s?": "Queres unirte a %(roomName)s?", "You're previewing %(roomName)s. Want to join it?": "Vista previa de %(roomName)s. Queres unirte?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s non ten vista previa. Queres unirte?", + "Join": "Únete", "Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público", "Match system theme": "Imitar o aspecto do sistema", "Invalid theme schema.": "Esquema do decorado incorrecto.", @@ -754,7 +758,6 @@ "Theme added!": "Decorado engadido!", "Custom theme URL": "URL do decorado personalizado", "Add theme": "Engadir decorado", - "Theme": "Decorado", "Language and region": "Idioma e rexión", "Your theme": "O teu decorado", "Support adding custom themes": "Permitir engadir decorados personalizados", @@ -866,6 +869,7 @@ "Folder": "Cartafol", "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", + "Upload": "Subir", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", "Show less": "Mostrar menos", @@ -941,7 +945,6 @@ "Size must be a number": "O tamaño ten que ser un número", "Custom font size can only be between %(min)s pt and %(max)s pt": "O tamaño da fonte só pode estar entre %(min)s pt e %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Usa entre %(min)s pt e %(max)s pt", - "Appearance": "Aparencia", "Email addresses": "Enderezos de email", "Phone numbers": "Número de teléfono", "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.": "Acepta os Termos do Servizo do servidor (%(serverName)s) para permitir que te atopen polo enderezo de email ou número de teléfono.", @@ -1010,6 +1013,7 @@ "Uploaded sound": "Audio subido", "Sounds": "Audios", "Notification sound": "Ton de notificación", + "Reset": "Restablecer", "Set a new custom sound": "Establecer novo ton personalizado", "Browse": "Buscar", "Change room avatar": "Cambiar avatar da sala", @@ -1046,6 +1050,7 @@ "Verify the link in your inbox": "Verifica a ligazón na túa caixa de correo", "Complete": "Completar", "Revoke": "Revogar", + "Share": "Compartir", "Discovery options will appear once you have added an email above.": "As opcións de descubrimento aparecerán após ti engadas un email.", "Unable to revoke sharing for phone number": "Non se puido revogar a compartición do número de teléfono", "Unable to share phone number": "Non se puido compartir o número de teléfono", @@ -1067,8 +1072,6 @@ "Everyone in this room is verified": "Todas nesta sala están verificadas", "Edit message": "Editar mensaxe", "Mod": "Mod", - "Light": "Claro", - "Dark": "Escuro", "Customise your appearance": "Personaliza o aspecto", "Appearance Settings only affect this %(brand)s session.": "Os axustes da aparencia só lle afectan a esta sesión %(brand)s.", "Encrypted by an unverified session": "Cifrada por unha sesión non verificada", @@ -1439,6 +1442,7 @@ "Welcome to %(appName)s": "Benvida a %(appName)s", "Send a Direct Message": "Envía unha Mensaxe Directa", "Create a Group Chat": "Crear unha Conversa en Grupo", + "View": "Vista", "Jump to first unread room.": "Vaite a primeira sala non lida.", "Jump to first invite.": "Vai ó primeiro convite.", "You have %(count)s unread notifications in a prior version of this room.": { @@ -2048,7 +2052,6 @@ "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "Lembra que se non engades un email e esqueces o contrasinal perderás de xeito permanente o acceso á conta.", "Continuing without email": "Continuando sen email", "Continue with %(provider)s": "Continuar con %(provider)s", - "Homeserver": "Servidor de inicio", "Server Options": "Opcións do servidor", "Reason (optional)": "Razón (optativa)", "Invalid URL": "URL non válido", @@ -2192,10 +2195,9 @@ "Your private space": "O teu espazo privado", "Your public space": "O teu espazo público", "Invite only, best for yourself or teams": "Só con convite, mellor para ti ou para equipos", - "Private": "Privado", "Open space for anyone, best for communities": "Espazo aberto para calquera, mellor para comunidades", - "Public": "Público", "Create a space": "Crear un espazo", + "Delete": "Eliminar", "Jump to the bottom of the timeline when you send a message": "Ir ao final da cronoloxía cando envías unha mensaxe", "This homeserver has been blocked by its administrator.": "O servidor de inicio foi bloqueado pola súa administración.", "You're already in a call with this person.": "Xa estás nunha conversa con esta persoa.", @@ -2284,7 +2286,6 @@ "Select a room below first": "Primeiro elixe embaixo unha sala", "Join the beta": "Unirse á beta", "Leave the beta": "Saír da beta", - "Beta": "Beta", "Want to add a new room instead?": "Queres engadir unha nova sala?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Engadindo sala...", @@ -2380,6 +2381,8 @@ "An error occurred whilst saving your notification preferences.": "Algo fallou ao gardar as túas preferencias de notificación.", "Error saving notification preferences": "Erro ao gardar os axustes de notificación", "Messages containing keywords": "Mensaxes coas palabras chave", + "Collapse": "Pechar", + "Expand": "Despregar", "Recommended for public spaces.": "Recomendado para espazos públicos.", "Allow people to preview your space before they join.": "Permitir que sexa visible o espazo antes de unirte a el.", "Preview Space": "Vista previa do Espazo", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Para evitar estos problemas, crea unha nova sala cifrada para a conversa que pretendes manter.", "Are you sure you want to add encryption to this public room?": "Tes a certeza de querer engadir cifrado a esta sala pública?", "Cross-signing is ready but keys are not backed up.": "A sinatura-cruzada está preparada pero non hai copia das chaves.", - "Thread": "Tema", "Autoplay GIFs": "Reprod. automática GIFs", "Autoplay videos": "Reprod. automática vídeo", "The above, but in as well": "O de arriba, pero tamén en ", @@ -2585,6 +2587,7 @@ "Select from the options below to export chats from your timeline": "Elixe entre as opcións seguintes para exportar a túa cronoloxía", "Export Chat": "Exportar chat", "Exporting your data": "Exportando os teus datos", + "Stop": "Deter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Tes a certeza de querer deter a exportación de datos? Se é así, terás que volver a iniciala.", "Your export was successful. Find it in your Downloads folder.": "A exportación foi correcta. Atoparala no cartafol de Descargas.", "The export was cancelled successfully": "Cancelouse con éxito a exportación", @@ -2627,7 +2630,6 @@ "Unban from %(roomName)s": "Permitir acceso a %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Poderán seguir accedendo a sitios onde ti non es administradora.", "Disinvite from %(roomName)s": "Retirar o convite para %(roomName)s", - "Threads": "Conversas", "Create poll": "Crear enquisa", "%(count)s reply": { "one": "%(count)s resposta", @@ -2883,6 +2885,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Agardando a que verifiques o teu outro dispositivo, %(deviceName)s %(deviceId)s …", "Verify this device by confirming the following number appears on its screen.": "Verifica este dispositivo confirmando que o seguinte número aparece na pantalla.", "Confirm the emoji below are displayed on both devices, in the same order:": "Confirma que os emoji inferiores se mostran nos dous dispositivos, na mesma orde:", + "Call": "Chamar", "Dial": "Marcar", "Automatically send debug logs on decryption errors": "Envía automáticamente rexistro de depuración se hai erros no cifrado", "Show join/leave messages (invites/removes/bans unaffected)": "Mostrar unirse/saír (convites/eliminacións/vetos non afectados)", @@ -3293,7 +3296,6 @@ "Saved Items": "Elementos gardados", "Send your first message to invite to chat": "Envía a túa primeira mensaxe para convidar a ao chat", "Choose a locale": "Elixe o idioma", - "Help": "Axuda", "Spell check": "Corrección", "Complete these to get the most out of %(brand)s": "Completa esto para sacarlle partido a %(brand)s", "You did it!": "Xa está!", @@ -3441,7 +3443,27 @@ "unmute": "Non acalar", "username": "Nome de usuaria", "verification_cancelled": "Verificación cancelada", - "video": "Vídeo" + "video": "Vídeo", + "attachment": "Anexo", + "light": "Claro", + "dark": "Escuro", + "warning": "Aviso", + "home": "Inicio", + "favourites": "Favoritas", + "thread": "Tema", + "threads": "Conversas", + "room": "Sala", + "theme": "Decorado", + "name": "Nome", + "description": "Descrición", + "public": "Público", + "private": "Privado", + "options": "Axustes", + "appearance": "Aparencia", + "homeserver": "Servidor de inicio", + "help": "Axuda", + "beta": "Beta", + "labs": "Labs" }, "action": { "continue": "Continuar", @@ -3479,26 +3501,5 @@ "a11y": { "user_menu": "Menú de usuaria" }, - "action.reject": "Rexeitar", - "action.confirm": "Confirmar", - "action.dismiss": "Rexeitar", - "action.trust": "Confiar", - "action.cancel": "Cancelar", - "action.stop": "Deter", - "action.join": "Únete", - "action.close": "Pechar", - "action.accept": "Aceptar", - "action.upgrade": "Mellorar", - "action.verify": "Verificar", - "action.update": "Actualizar", - "action.call": "Chamar", - "action.delete": "Eliminar", - "action.upload": "Subir", - "action.collapse": "Pechar", - "action.reset": "Restablecer", - "action.share": "Compartir", - "action.skip": "Saltar", - "action.logout": "Saír", - "action.view": "Vista", - "action.expand": "Despregar" + "Home": "Inicio" } diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index a57b1157979..106465cbf13 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -27,14 +27,16 @@ "Dec": "דצמבר", "PM": "PM", "AM": "AM", - "Warning": "התראה", "Submit debug logs": "צרף לוגים", "Online": "מקוון", "Register": "צור חשבון", "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", "Search": "חפש", + "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", + "Close": "סגור", + "Cancel": "ביטול", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", @@ -47,6 +49,7 @@ "Notification targets": "יעדי התראה", "Today": "היום", "Friday": "שישי", + "Update": "עדכון", "What's New": "מה חדש", "On": "התראה", "Changelog": "דו\"ח שינויים", @@ -67,6 +70,7 @@ "Event sent!": "ארוע נשלח!", "Preparing to send logs": "מתכונן לשלוח יומנים", "Saturday": "שבת", + "Reject": "דחה", "Monday": "שני", "Toolbox": "תיבת כלים", "Collecting logs": "אוסף יומנים לנפוי שגיאה (דבאג)", @@ -101,6 +105,7 @@ "Confirm adding phone number": "אישור הוספת מספר טלפון", "Confirm adding this phone number by using Single Sign On to prove your identity.": "אשר הוספת מספר טלפון על ידי כניסה חד שלבית לאימות חשבונכם.", "Add Email Address": "הוספת כתובת מייל", + "Confirm": "אישור", "Click the button below to confirm adding this email address.": "לחץ על הכפתור בכדי לאשר הוספה של כתובת מייל הזו.", "Confirm adding email": "אשר הוספת כתובת מייל", "Single Sign On": "כניסה חד שלבית", @@ -222,6 +227,7 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s לא נתנו הרשאות לשלוח התרעות - אנא נסו שוב", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s אין אישור לשלוח אליכם הודעות - אנא בדקו את הרשאות הדפדפן", "%(name)s is requesting verification": "%(name)s מבקש אימות", + "Trust": "לבטוח", "Andorra": "אנדורה", "Bangladesh": "בנגלדש", "Bahrain": "בחריין", @@ -579,8 +585,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:": "נכנסתם דרך התחברות חדשה מבלי לאמת אותה:", - "Dark": "כהה", - "Light": "בהיר", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s עדכן כלל חסימה אשר תאם ל%(oldGlob)s ל%(newGlob)s עבור %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)sשינה כלל אשר חסם שרתים שתאמו ל%(oldGlob)s ל%(newGlob)s עבור %(reason)s", "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s שינה כלל אשר חסם חדרים התואמים ל%(oldGlob)s ל%(newGlob)s עבור %(reason)s", @@ -695,6 +699,7 @@ "not found": "לא נמצא", "in memory": "בזכרון", "Cross-signing public keys:": "מפתחות ציבוריים של חתימה צולבת:", + "Reset": "אתחל", "Set up": "הגדר", "Cross-signing is not set up.": "חתימה צולבת אינה מוגדרת עדיין.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "לחשבונך זהות חתימה צולבת באחסון סודי, אך הפגישה זו אינה מהימנה עדיין.", @@ -713,6 +718,7 @@ "Show less": "הצג פחות", "This bridge is managed by .": "הגשר הזה מנוהל על ידי משתמש .", "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", + "Upload": "העלאה", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", "Pin": "נעץ", @@ -795,6 +801,7 @@ "You've successfully verified this user.": "המשתמש הזה אומת בהצלחה.", "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", + "Accept": "קבל", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -881,6 +888,8 @@ "New login. Was this you?": "כניסה חדשה. האם זה אתם?", "Other users may not trust it": "יתכן משתמשים אחרים לא יבטחו בזה", "Safeguard against losing access to encrypted messages & data": "שמור מפני איבוד גישה אל הודעות ומידע מוצפן", + "Verify": "אימות", + "Upgrade": "שדרג", "Verify this session": "אשרו את ההתחברות הזאת", "Encryption upgrade available": "שדרוג הצפנה קיים", "Set up Secure Backup": "צור גיבוי מאובטח", @@ -933,7 +942,6 @@ "Sign out": "יציאה", "Block anyone not part of %(serverName)s from ever joining this room.": "חסום ממישהו שאינו חלק מ- %(serverName)s מלהצטרף אי פעם לחדר זה.", "Topic (optional)": "נושא (לא חובה)", - "Name": "שם", "Create a private room": "צור חדר פרטי", "Create a public 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.": "ייתכן שתשבית זאת אם החדר ישמש לשיתוף פעולה עם צוותים חיצוניים שיש להם שרת בית משלהם. לא ניתן לשנות זאת מאוחר יותר.", @@ -947,6 +955,7 @@ "Reason (optional)": "סיבה (לא חובה)", "Confirm Removal": "אשר הסרה", "Removing…": "מסיר…", + "Skip": "דלג", "Email address": "כתובת דוא\"ל", "Unable to load commit detail: %(msg)s": "לא ניתן לטעון את פרטי ההתחייבות: %(msg)s", "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "אם ישנו הקשר נוסף שיעזור לניתוח הבעיה, כגון מה שעשיתם באותו זמן, תעודות זהות, מזהי משתמש וכו ', אנא כללו את הדברים כאן.", @@ -973,13 +982,11 @@ "Can't find this server or its room list": "לא ניתן למצוא שרת זה או את רשימת החדרים שלו", "Looks good": "נראה טוב", "Enter a server name": "הכנס שם שרת", - "Home": "הבית", "And %(count)s more...": { "other": "ו%(count)s עוד..." }, "Sign in with single sign-on": "היכנס באמצעות כניסה יחידה", "Continue with %(provider)s": "המשך עם %(provider)s", - "Homeserver": "שרת הבית", "Join millions for free on the largest public server": "הצטרפו למיליונים בחינם בשרת הציבורי הגדול ביותר", "Server Options": "אפשרויות שרת", "This address is already in use": "כתובת זו נמצאת בשימוש", @@ -1088,6 +1095,7 @@ "collapse": "אחד", "expand": "הרחב", "Please create a new issue on GitHub so that we can investigate this bug.": "אנא צור בעיה חדשה ב- GitHub כדי שנוכל לחקור את הבאג הזה.", + "Join": "הצטרפות", "This version of %(brand)s does not support searching encrypted messages": "גרסה זו של %(brand)s אינה תומכת בחיפוש הודעות מוצפנות", "This version of %(brand)s does not support viewing some encrypted files": "גרסה זו של %(brand)s אינה תומכת בצפייה בקבצים מוצפנים מסוימים", "Use the Desktop app to search encrypted messages": "השתמשו ב אפליקציית שולחן העבודה לחיפוש הודעות מוצפנות", @@ -1120,7 +1128,6 @@ "Download %(text)s": "הורד %(text)s", "Decrypt %(text)s": "פענח %(text)s", "Error decrypting attachment": "שגיאה בפענוח קבצים מצורפים", - "Attachment": "נספחים", "Message Actions": "פעולות הודעה", "The encryption used by this room isn't supported.": "ההצפנה בה משתמשים בחדר זה אינה נתמכת.", "Encryption not enabled": "ההצפנה לא מופעלת", @@ -1184,7 +1191,6 @@ "Add widgets, bridges & bots": "הוסף יישומונים, גשרים ובוטים", "Edit widgets, bridges & bots": "ערוך ישומונים, גשרים ובוטים", "Widgets": "ישומונים", - "Options": "אפשרויות", "Unpin": "הסר נעיצה", "You can only pin up to %(count)s widgets": { "other": "אתה יכול להצמיד עד%(count)s ווידג'טים בלבד" @@ -1269,7 +1275,6 @@ "Explore public rooms": "שוטט בחדרים ציבוריים", "Create new room": "צור חדר חדש", "Add room": "הוסף חדר", - "Favourites": "מועדפים", "Show Widgets": "הצג ישומונים", "Hide Widgets": "הסתר ישומונים", "Forget room": "שכח חדר", @@ -1356,6 +1361,7 @@ "Unable to share phone number": "לא ניתן לשתף מספר טלפון", "Unable to revoke sharing for phone number": "לא ניתן לבטל את השיתוף למספר טלפון", "Discovery options will appear once you have added an email above.": "אפשרויות גילוי יופיעו לאחר הוספת דוא\"ל לעיל.", + "Share": "לשתף", "Revoke": "לשלול", "Complete": "מושלם", "Verify the link in your inbox": "אמת את הקישור בתיבת הדואר הנכנס שלך", @@ -1529,7 +1535,6 @@ "Something went wrong. Please try again or view your console for hints.": "משהו השתבש. נסה שוב או הצג את המסוף שלך לקבלת רמזים.", "Error adding ignored user/server": "שגיאה בהוספת שרת\\משתמש שהתעלמתם ממנו", "Ignored/Blocked": "התעלם\\חסום", - "Labs": "מעבדת הפיתוח", "Clear cache and reload": "נקה מטמון ואתחל", "%(brand)s version:": "גרסאת %(brand)s:", "Versions": "גרסאות", @@ -1557,7 +1562,6 @@ "Set the name of a font installed on your system & %(brand)s will attempt to use it.": "הגדר את שם הגופן המותקן במערכת שלך ו- %(brand)s ים ינסו להשתמש בו.", "Show advanced": "הצג מתקדם", "Hide advanced": "הסתר מתקדם", - "Theme": "ערכת נושא", "Add theme": "הוסף ערכת נושא חדשה", "Custom theme URL": "כתובת ערכת נושא מותאמת אישית", "Theme added!": "ערכת נושא התווספה בהצלחה!", @@ -1621,7 +1625,6 @@ "Sort by": "סדר לפי", "Show previews of messages": "הצג תצוגה מקדימה של הודעות", "Show rooms with unread messages first": "הצג תחילה חדרים עם הודעות שלא נקראו", - "Appearance": "מראה", "%(roomName)s is not accessible at this time.": "לא ניתן להכנס אל %(roomName)s בזמן הזה.", "%(roomName)s does not exist.": "%(roomName)s לא קיים.", "%(roomName)s can't be previewed. Do you want to join it?": "לא ניתן לצפות ב־%(roomName)s. האם תרצו להצטרף?", @@ -1657,7 +1660,6 @@ "Welcome %(name)s": "ברוכים הבאים %(name)s", "Add a photo so people know it's you.": "הוסף תמונה כדי שאנשים יידעו שאתה זה.", "Great, that'll help people know it's you": "נהדר, זה יעזור לאנשים לדעת שזה אתה", - "Description": "תאור", "Upload avatar": "העלה אוואטר", "Attach files from chat or just drag and drop them anywhere in a room.": "צרף קבצים מצ'ט או פשוט גרור ושחרר אותם לכל מקום בחדר.", "No files visible in this room": "אין קבצים גלויים בחדר זה", @@ -2052,7 +2054,6 @@ "other": "יש לך %(count)s הודעות שלא נקראו בגרסה קודמת של חדר זה." }, "Failed to reject invite": "דחיית הזמנה נכשלה", - "Room": "חדר", "No more results": "אין יותר תוצאות", "Server may be unavailable, overloaded, or search timed out :(": "יתכן שהשרת לא יהיה זמין, עמוס יתר על המידה או שתם הזמן הקצוב לחיפוש :(", "Search failed": "החיפוש נכשל", @@ -2063,9 +2064,11 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבית הזה חרג ממגבלת המשאבים. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "You can't send any messages until you review and agree to our terms and conditions.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל התנאים וההגבלות שלנו .", + "View": "צפה", "You have no visible notifications.": "אין לך התראות גלויות.", "%(creator)s created and configured the room.": "%(creator)s יצר/ה והגדיר/ה את החדר.", "%(creator)s created this DM.": "%(creator)s יצר את DM הזה.", + "Logout": "יציאה", "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. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.", "Old cryptography data detected": "נתגלו נתוני הצפנה ישנים", "Terms and Conditions": "תנאים והגבלות", @@ -2175,8 +2178,8 @@ "Back to thread": "חזרה לשרשור", "Room members": "חברי החדר", "Back to chat": "חזרה לצ'אט", - "Threads": "שרשורים", "Sound on": "צליל דולק", + "Stop": "עצור", "That's fine": "זה בסדר", "File Attached": "מצורף קובץ", "Export successful!": "הייצוא הצליח!", @@ -2217,10 +2220,11 @@ "Save Changes": "שמור שינוייים", "Click to copy": "לחץ להעתקה", "Show all rooms": "הצג את כל החדרים", - "Private": "פרטי", - "Public": "ציבורי", + "Collapse": "הִתמוֹטְטוּת", + "Expand": "להרחיב", "Create a space": "צור מרחב עבודה", "Address": "כתובת", + "Delete": "מחק", "Pin to sidebar": "הצמד לסרגל הצד", "More options": "אפשרויות נוספות", "Quick settings": "הגדרות מהירות", @@ -2391,7 +2395,6 @@ "Your server does not support showing space hierarchies.": "השרת שלכם אינו תומך בהצגת היררכית חללי עבודה.", "We're creating a room with %(names)s": "יצרנו חדר עם %(names)s", "Jump to the given date in the timeline": "קיפצו לתאריך הנתון בציר הזמן", - "Thread": "שרשורים", "Keep discussions organised with threads": "שימרו על דיונים מאורגנים בשרשורים", "Tip: Use “%(replyInThread)s” when hovering over a message.": "טיפ: השתמש ב-\"%(replyInThread)s\" כשאתם מרחפים מעל הודעה.", "Threads help keep your conversations on-topic and easy to track.": "שרשורים עוזרים לשמור על השיחות שלכם בנושא וקל למעקב.", @@ -2677,6 +2680,7 @@ "Pinned": "הודעות נעוצות", "Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים", "Files": "קבצים", + "Reload": "טעינה מחדש", "%(seconds)ss left": "נשארו %(seconds)s שניות", "%(minutes)sm %(seconds)ss left": "נשארו %(minutes)s דקות ו-%(seconds)s שניות", "%(hours)sh %(minutes)sm %(seconds)ss left": "נשארו %(hours)s שעות, %(minutes)s דקות ו-%(seconds)s שניות", @@ -2717,7 +2721,25 @@ "unmute": "בטל השתקה", "username": "שם משתמש", "verification_cancelled": "אימות בוטל", - "video": "וידאו" + "video": "וידאו", + "attachment": "נספחים", + "light": "בהיר", + "dark": "כהה", + "warning": "התראה", + "home": "הבית", + "favourites": "מועדפים", + "thread": "שרשורים", + "threads": "שרשורים", + "room": "חדר", + "theme": "ערכת נושא", + "name": "שם", + "description": "תאור", + "public": "ציבורי", + "private": "פרטי", + "options": "אפשרויות", + "appearance": "מראה", + "homeserver": "שרת הבית", + "labs": "מעבדת הפיתוח" }, "action": { "continue": "המשך", @@ -2753,26 +2775,5 @@ "a11y": { "user_menu": "תפריט משתמש" }, - "action.reject": "דחה", - "action.confirm": "אישור", - "action.dismiss": "התעלם", - "action.trust": "לבטוח", - "action.reload": "טעינה מחדש", - "action.cancel": "ביטול", - "action.stop": "עצור", - "action.join": "הצטרפות", - "action.close": "סגור", - "action.accept": "קבל", - "action.upgrade": "שדרג", - "action.verify": "אימות", - "action.update": "עדכון", - "action.delete": "מחק", - "action.upload": "העלאה", - "action.collapse": "הִתמוֹטְטוּת", - "action.reset": "אתחל", - "action.share": "לשתף", - "action.skip": "דלג", - "action.logout": "יציאה", - "action.view": "צפה", - "action.expand": "להרחיב" + "Home": "הבית" } diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 6379eef241a..27ae0d71e19 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -4,6 +4,7 @@ "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": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", + "Dismiss": "खारिज", "powered by Matrix": "मैट्रिक्स द्वारा संचालित", "Call Failed": "कॉल विफल", "You cannot place a call with yourself.": "आप अपने साथ कॉल नहीं कर सकते हैं।", @@ -122,6 +123,7 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", + "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", @@ -177,7 +179,6 @@ "Noisy": "शोरगुल", "Drop file here to upload": "अपलोड करने के लिए यहां फ़ाइल ड्रॉप करें", "This event could not be displayed": "यह घटना प्रदर्शित नहीं की जा सकी", - "Options": "विकल्प", "Unban": "अप्रतिबंधित करें", "Failed to ban user": "उपयोगकर्ता को प्रतिबंधित करने में विफल", "Demote yourself?": "खुद को अवनत करें?", @@ -193,6 +194,7 @@ "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", + "Close": "बंद", "and %(count)s others...": { "other": "और %(count)s अन्य ...", "one": "और एक अन्य..." @@ -200,7 +202,6 @@ "Invited": "आमंत्रित", "Filter room members": "रूम के सदस्यों को फ़िल्टर करें", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (शक्ति %(powerLevelNumber)s)", - "Attachment": "आसक्ति", "Hangup": "फोन रख देना", "Voice call": "आवाज कॉल", "Video call": "वीडियो कॉल", @@ -253,6 +254,7 @@ "Prompt before sending invites to potentially invalid matrix IDs": "संभावित अवैध मैट्रिक्स आईडी को निमंत्रण भेजने से पहले सूचित करें", "Messages containing my username": "मेरे उपयोगकर्ता नाम वाले संदेश", "The other party cancelled the verification.": "दूसरे पक्ष ने सत्यापन रद्द कर दिया।", + "Cancel": "रद्द", "Verified!": "सत्यापित!", "You've successfully verified this user.": "आपने इस उपयोगकर्ता को सफलतापूर्वक सत्यापित कर लिया है।", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "इस उपयोगकर्ता के सुरक्षित संदेश एंड-टू-एंड एन्क्रिप्टेड हैं और तीसरे पक्ष द्वारा पढ़ने में सक्षम नहीं हैं।", @@ -355,7 +357,6 @@ "Email addresses": "ईमेल पता", "Phone numbers": "फोन नंबर", "Language and region": "भाषा और क्षेत्र", - "Theme": "थीम", "Account management": "खाता प्रबंधन", "Deactivate Account": "खाता निष्क्रिय करें", "Legal": "कानूनी", @@ -366,7 +367,6 @@ "Submit debug logs": "डिबग लॉग जमा करें", "FAQ": "सामान्य प्रश्न", "Versions": "संस्करण", - "Labs": "लैब्स", "Notifications": "सूचनाएं", "Start automatically after system login": "सिस्टम लॉगिन के बाद स्वचालित रूप से प्रारंभ करें", "Preferences": "अधिमान", @@ -562,6 +562,7 @@ "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", + "Trust": "विश्वास", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "इस क्रिया के लिए ईमेल पते या फ़ोन नंबर को मान्य करने के लिए डिफ़ॉल्ट पहचान सर्वर तक पहुँचने की आवश्यकता है, लेकिन सर्वर के पास सेवा की कोई शर्तें नहीं हैं।", "Identity server has no terms of service": "पहचान सर्वर की सेवा की कोई शर्तें नहीं हैं", @@ -603,6 +604,7 @@ "Confirm adding phone number": "फ़ोन नंबर जोड़ने की पुष्टि करें", "Confirm adding this phone number by using Single Sign On to prove your identity.": "अपनी पहचान साबित करने के लिए सिंगल साइन ऑन का उपयोग करके इस फ़ोन नंबर को जोड़ने की पुष्टि करें।", "Add Email Address": "ईमेल पता जोड़ें", + "Confirm": "पुष्टि", "Click the button below to confirm adding this email address.": "इस ईमेल पते को जोड़ने की पुष्टि करने के लिए नीचे दिए गए बटन पर क्लिक करें।", "Confirm adding email": "ईमेल जोड़ने की पुष्टि करें", "Single Sign On": "केवल हस्ताक्षर के ऊपर", @@ -615,7 +617,11 @@ "offline": "ऑफलाइन", "password": "पासवर्ड", "success": "सफल", - "unmute": "अनम्यूट" + "unmute": "अनम्यूट", + "attachment": "आसक्ति", + "theme": "थीम", + "options": "विकल्प", + "labs": "लैब्स" }, "action": { "continue": "आगे बढ़ें", @@ -627,11 +633,5 @@ "remove": "हटाए", "save": "अमुकनाम्ना", "yes": "हाँ" - }, - "action.confirm": "पुष्टि", - "action.dismiss": "खारिज", - "action.trust": "विश्वास", - "action.cancel": "रद्द", - "action.close": "बंद", - "action.accept": "स्वीकार" + } } diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index c09600fa023..48294f265d9 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -2,6 +2,7 @@ "This email address is already in use": "Ova email adresa se već koristi", "This phone number is already in use": "Ovaj broj telefona se već koristi", "Failed to verify email address: make sure you clicked the link in the email": "Nismo u mogućnosti verificirati Vašu email adresu. Provjerite dali ste kliknuli link u mailu", + "Dismiss": "Odbaci", "France": "Francuska", "Finland": "Finska", "Fiji": "Fiji", @@ -89,6 +90,7 @@ "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", + "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.", "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge", @@ -155,6 +157,7 @@ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Add Email Address": "Dodaj email adresu", + "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Integration manager": "Upravitelj integracijama", @@ -167,8 +170,5 @@ "action": { "continue": "Nastavi", "ok": "OK" - }, - "action.confirm": "Potvrdi", - "action.dismiss": "Odbaci", - "action.trust": "Vjeruj" + } } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index e0bd02ac80f..65bef539f09 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,11 +1,14 @@ { + "Cancel": "Mégse", "Search": "Keresés", + "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", "unknown error code": "ismeretlen hibakód", + "Accept": "Elfogadás", "Account": "Fiók", "Add": "Hozzáadás", "Admin": "Admin", @@ -22,6 +25,7 @@ "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?", "Create new room": "Új szoba létrehozása", + "Close": "Bezárás", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -33,7 +37,6 @@ "Are you sure?": "Biztos?", "Are you sure you want to leave the room '%(roomName)s'?": "Biztos, hogy elhagyja a(z) „%(roomName)s” szobát?", "Are you sure you want to reject the invitation?": "Biztos, hogy elutasítja a meghívást?", - "Attachment": "Melléklet", "Banned users": "Kitiltott felhasználók", "Bans user with given id": "Kitiltja a megadott azonosítójú felhasználót", "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.": "Nem lehet kapcsolódni a Matrix-kiszolgálóhoz – ellenőrizze a kapcsolatot, győződjön meg arról, hogy a Matrix-kiszolgáló tanúsítványa hiteles, és hogy a böngészőkiegészítők nem blokkolják a kéréseket.", @@ -73,14 +76,12 @@ "Failed to unban": "A kitiltás visszavonása sikertelen", "Failed to verify email address: make sure you clicked the link in the email": "Az e-mail-cím ellenőrzése sikertelen: ellenőrizze, hogy az e-mailben lévő hivatkozásra kattintott-e", "Failure to create room": "Szoba létrehozása sikertelen", - "Favourites": "Kedvencek", "Filter room members": "Szoba tagság szűrése", "Forget room": "Szoba elfelejtése", "For security, this session has been signed out. Please sign in again.": "A biztonság érdekében ez a kapcsolat le lesz bontva. Légy szíves jelentkezz be újra.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s: %(fromPowerLevel)s -> %(toPowerLevel)s", "Hangup": "Bontás", "Historical": "Archív", - "Home": "Kezdőlap", "Import": "Betöltés", "Import E2E room keys": "E2E szobakulcsok importálása", "Incorrect username and/or password.": "Helytelen felhasználónév vagy jelszó.", @@ -92,7 +93,7 @@ "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", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a csatlakozásuk idejétől kezdve.", @@ -102,7 +103,6 @@ "Missing room_id in request": "A kérésből hiányzik a szobaazonosító", "Missing user_id in request": "A kérésből hiányzik a szobaazonosító", "Moderator": "Moderátor", - "Name": "Név", "New passwords don't match": "Az új jelszavak nem egyeznek", "New passwords must match each other.": "Az új jelszavaknak meg kell egyezniük egymással.", "not specified": "nincs meghatározva", @@ -208,7 +208,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(fullYear)s. %(monthName)s %(day)s., %(weekDayName)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "Ez a kiszolgáló nem támogatja a telefonszámmal történő hitelesítést.", - "Room": "Szoba", "Connectivity to the server has been lost.": "A kapcsolat megszakadt a kiszolgálóval.", "Sent messages will be stored until your connection has returned.": "Az elküldött üzenetek addig lesznek tárolva amíg a kapcsolatod újra elérhető lesz.", "(~%(count)s results)": { @@ -217,7 +216,6 @@ }, "New Password": "Új jelszó", "Start automatically after system login": "Automatikus indítás rendszerindítás után", - "Options": "Lehetőségek", "Passphrases must match": "A jelmondatoknak meg kell egyezniük", "Passphrase must not be empty": "A jelmondat nem lehet üres", "Export room keys": "Szoba kulcsok mentése", @@ -255,6 +253,7 @@ "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Ezzel a folyamattal lehetőséged van betölteni a titkosítási kulcsokat amiket egy másik Matrix kliensből mentettél ki. Ez után minden üzenetet vissza tudsz fejteni amit a másik kliens tudott.", "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.": "Ha egy újabb %(brand)s verziót használt, akkor valószínűleg ez a munkamenet nem lesz kompatibilis vele. Zárja be az ablakot és térjen vissza az újabb verzióhoz.", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", + "Skip": "Kihagy", "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", @@ -280,7 +279,6 @@ "Stops ignoring a user, showing their messages going forward": "A felhasználó újbóli figyelembe vétele, és a jövőbeli üzenetei megjelenítése", "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", "Unknown": "Ismeretlen", "Jump to read receipt": "Olvasási visszaigazolásra ugrás", "Message Pinning": "Üzenet kitűzése", @@ -405,7 +403,6 @@ "Send": "Elküldés", "Old cryptography data detected": "Régi titkosítási adatot találhatók", "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.": "Régebbi %(brand)s verzióból származó adatok találhatók. Ezek hibás működéshez vezethettek a végpontok közti titkosításban a régebbi verzióknál. A nemrég küldött/fogadott titkosított üzenetek, ha a régi adatokat használták, lehetséges, hogy nem lesznek visszafejthetők ebben a verzióban. Ha problémákba ütközik, akkor jelentkezzen ki és be. A régi üzenetek elérésének biztosításához exportálja a kulcsokat, és importálja be újra.", - "Warning": "Figyelmeztetés", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Ahogy lefokozod magad a változás visszafordíthatatlan, ha te vagy az utolsó jogosultságokkal bíró felhasználó a szobában a jogok már nem szerezhetők vissza.", "Send an encrypted reply…": "Titkosított válasz küldése…", "Send an encrypted message…": "Titkosított üzenet küldése…", @@ -424,6 +421,7 @@ "Notification targets": "Értesítések célpontja", "Today": "Ma", "Friday": "Péntek", + "Update": "Frissítés", "What's New": "Újdonságok", "On": "Be", "Changelog": "Változások", @@ -444,6 +442,7 @@ "Developer Tools": "Fejlesztői eszközök", "Preparing to send logs": "Előkészülés napló küldéshez", "Saturday": "Szombat", + "Reject": "Elutasítás", "Monday": "Hétfő", "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", @@ -640,7 +639,6 @@ "Email addresses": "E-mail-cím", "Phone numbers": "Telefonszámok", "Language and region": "Nyelv és régió", - "Theme": "Téma", "Account management": "Fiókkezelés", "For help with using %(brand)s, click here.": "Az %(brand)s használatában való segítséghez kattintson ide.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "Az %(brand)s használatában való segítségért kattintson ide, vagy kezdjen beszélgetést a botunkkal az alábbi gombra kattintva.", @@ -668,11 +666,13 @@ "Room avatar": "Szoba profilképe", "Room Name": "Szoba neve", "Room Topic": "Szoba témája", + "Join": "Csatlakozás", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", + "Confirm": "Megerősítés", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", "Other": "Egyéb", "Guest": "Vendég", @@ -828,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "A böngésző valószínűleg törölte ezeket az adatokat, amikor lecsökkent a szabad lemezterület.", "Upload files (%(current)s of %(total)s)": "Fájlok feltöltése (%(current)s / %(total)s)", "Upload files": "Fájlok feltöltése", + "Upload": "Feltöltés", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ez a fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s, de a fájl %(sizeOfThisFile)s méretű.", "These files are too large to upload. The file size limit is %(limit)s.": "A fájl túl nagy a feltöltéshez. A fájlméret korlátja %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Néhány fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s.", @@ -894,6 +895,7 @@ "Uploaded sound": "Feltöltött hang", "Sounds": "Hangok", "Notification sound": "Értesítési hang", + "Reset": "Visszaállítás", "Set a new custom sound": "Új egyénii hang beállítása", "Browse": "Böngészés", "Use lowercase letters, numbers, dashes and underscores only": "Csak kisbetűt, számokat, kötőjeleket és aláhúzásokat használj", @@ -961,6 +963,7 @@ "Unable to revoke sharing for email address": "Az e-mail cím megosztását nem sikerült visszavonni", "Unable to share email address": "Az e-mail címet nem sikerült megosztani", "Revoke": "Visszavon", + "Share": "Megosztás", "Discovery options will appear once you have added an email above.": "Felkutatási beállítások megjelennek amint hozzáadtál egy e-mail címet alább.", "Unable to revoke sharing for phone number": "A telefonszám megosztást nem sikerült visszavonni", "Unable to share phone number": "A telefonszámot nem sikerült megosztani", @@ -1014,6 +1017,7 @@ "Remove recent messages": "Friss üzenetek törlése", "Error changing power level requirement": "A szükséges hozzáférési szint megváltoztatása nem sikerült", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Hiba történt a szobához szükséges hozzáférési szint megváltoztatása során. Ellenőrizze, hogy megvan-e hozzá a megfelelő jogosultsága, és próbálja újra.", + "View": "Megtekintés", "Explore rooms": "Szobák felderítése", "Verify the link in your inbox": "Ellenőrizd a hivatkozást a bejövő leveleid között", "Complete": "Kiegészít", @@ -1081,6 +1085,7 @@ "Room %(name)s": "Szoba: %(name)s", "Unread messages.": "Olvasatlan üzenetek.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ez a művelet az e-mail-cím vagy telefonszám ellenőrzése miatt hozzáférést igényel a(z) alapértelmezett azonosítási kiszolgálójához, de a kiszolgálónak nincsenek felhasználási feltételei.", + "Trust": "Megbízom benne", "Message Actions": "Üzenet Műveletek", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Ellenőrizte: %(name)s", @@ -1125,6 +1130,7 @@ "Trusted": "Megbízható", "Not trusted": "Megbízhatatlan", "Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.", + "Verify": "Ellenőrzés", "Any of the following data may be shared:": "Az alábbi adatok közül bármelyik megosztásra kerülhet:", "Your display name": "Saját megjelenítendő neve", "Your user ID": "Saját felhasználói azonosítója", @@ -1158,6 +1164,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor küldjön egy hibajelentést.", "You'll upgrade this room from to .": " verzióról verzióra fogja fejleszteni a szobát.", + "Upgrade": "Fejlesztés", " wants to chat": " csevegni szeretne", "Start chatting": "Beszélgetés elkezdése", "Cross-signing public keys:": "Az eszközök közti hitelesítés nyilvános kulcsai:", @@ -1500,7 +1507,6 @@ "Size must be a number": "A méretnek számnak kell lennie", "Custom font size can only be between %(min)s pt and %(max)s pt": "Az egyéni betűméret csak %(min)s pont és %(max)s pont közötti lehet", "Use between %(min)s pt and %(max)s pt": "%(min)s pont és %(max)s pont közötti értéket használjon", - "Appearance": "Megjelenítés", "Your homeserver has exceeded its user limit.": "A Matrix-kiszolgálója túllépte a felhasználói szám korlátját.", "Your homeserver has exceeded one of its resource limits.": "A Matrix-kiszolgálója túllépte valamelyik erőforráskorlátját.", "Contact your server admin.": "Vegye fel a kapcsolatot a kiszolgáló rendszergazdájával.", @@ -1535,8 +1541,6 @@ "Switch theme": "Kinézet váltása", "All settings": "Minden beállítás", "Feedback": "Visszajelzés", - "Light": "Világos", - "Dark": "Sötét", "Customise your appearance": "A megjelenés testreszabása", "Activity": "Aktivitás", "A-Z": "A-Z", @@ -1982,7 +1986,6 @@ "Continuing without email": "Folytatás e-mail-cím nélkül", "Reason (optional)": "Ok (opcionális)", "Continue with %(provider)s": "Folytatás ezzel a szolgáltatóval: %(provider)s", - "Homeserver": "Matrix kiszolgáló", "Return to call": "Visszatérés a híváshoz", "%(peerName)s held the call": "%(peerName)s várakoztatja a hívást", "You held the call Resume": "A hívás várakozik, folytatás", @@ -2192,10 +2195,9 @@ "Your private space": "Saját privát tér", "Your public space": "Saját nyilvános tér", "Invite only, best for yourself or teams": "Csak meghívóval, saját célra és csoportok számára ideális", - "Private": "Privát", "Open space for anyone, best for communities": "Mindenki számára nyílt tér, a közösségek számára ideális", - "Public": "Nyilvános", "Create a space": "Tér létrehozása", + "Delete": "Törlés", "Jump to the bottom of the timeline when you send a message": "Üzenetküldés után az idővonal aljára ugrás", "This homeserver has been blocked by its administrator.": "A Matrix-kiszolgálót a rendszergazda zárolta.", "You're already in a call with this person.": "Már hívásban van ezzel a személlyel.", @@ -2284,7 +2286,6 @@ "Select a room below first": "Először válasszon ki szobát alulról", "Join the beta": "Csatlakozás béta lehetőségekhez", "Leave the beta": "Béta kikapcsolása", - "Beta": "Béta", "Want to add a new room instead?": "Inkább új szobát adna hozzá?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Szobák hozzáadása…", @@ -2387,6 +2388,8 @@ "Please provide an address": "Kérem adja meg a címet", "This space has no local addresses": "Ennek a térnek nincs helyi címe", "Space information": "Tér információi", + "Collapse": "Összecsukás", + "Expand": "Kibontás", "Recommended for public spaces.": "A nyilvános terekhez ajánlott.", "Allow people to preview your space before they join.": "A tér előnézetének engedélyezése a belépés előtt.", "Preview Space": "Tér előnézete", @@ -2545,7 +2548,6 @@ "Autoplay GIFs": "GIF-ek automatikus lejátszása", "The above, but in as well": "A fentiek, de ebben a szobában is: ", "The above, but in any room you are joined or invited to as well": "A fentiek, de minden szobában, amelybe belépett vagy meghívták", - "Thread": "Üzenetszál", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s levett egy kitűzött üzenetet ebben a szobában. Minden kitűzött üzenet megjelenítése.", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s levett egy kitűzött üzenetet ebben a szobában. Minden kitűzött üzenet megjelenítése.", "%(senderName)s pinned a message to this room. See all pinned messages.": "%(senderName)s kitűzött egy üzenetet ebben a szobában. Minden kitűzött üzenet megjelenítése.", @@ -2576,6 +2578,7 @@ "Format": "Formátum", "Export Chat": "Beszélgetés exportálása", "Exporting your data": "Adatai exportálása", + "Stop": "Leállítás", "The export was cancelled successfully": "Az exportálás sikeresen félbeszakítva", "Export Successful": "Exportálás sikeres", "MB": "MB", @@ -2638,7 +2641,6 @@ "Unban from %(roomName)s": "Kitiltás visszavonása innen: %(roomName)s", "Disinvite from %(roomName)s": "Meghívó visszavonása innen: %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Továbbra is hozzáférhetnek olyan helyekhez ahol ön nem adminisztrátor.", - "Threads": "Üzenetszálak", "%(count)s reply": { "one": "%(count)s válasz", "other": "%(count)s válasz" @@ -2915,6 +2917,7 @@ "Internal room ID": "Belső szobaazonosító", "Group all your people in one place.": "Csoportosítsa az összes ismerősét egy helyre.", "Group all your favourite rooms and people in one place.": "Csoportosítsa az összes kedvenc szobáját és ismerősét egy helyre.", + "Call": "Hívás", "IRC (Experimental)": "IRC (kísérleti)", "Navigate to previous message in composer history": "Előző üzenetre navigálás a szerkesztőben", "Navigate to next message in composer history": "Következő üzenetre navigálás a szerkesztőben", @@ -3332,7 +3335,6 @@ "Download %(brand)s Desktop": "Asztali %(brand)s letöltése", "Download %(brand)s": "A(z) %(brand)s letöltése", "Choose a locale": "Válasszon nyelvet", - "Help": "Segítség", "Saved Items": "Mentett elemek", "Last activity": "Utolsó tevékenység", "Current session": "Jelenlegi munkamenet", @@ -3551,6 +3553,7 @@ "Early previews": "Lehetőségek korai megjelenítése", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "Mi várható a(z) %(brand)s fejlesztésében? A labor a legjobb hely az új dolgok kipróbálásához, visszajelzés adásához és a funkciók éles indulás előtti kialakításában történő segítséghez.", "Upcoming features": "Készülő funkciók", + "Apply": "Alkalmaz", "Search users in this room…": "Felhasználók keresése a szobában…", "Give one or multiple users in this room more privileges": "Több jog adása egy vagy több felhasználónak a szobában", "Add privileged users": "Privilegizált felhasználók hozzáadása", @@ -3746,7 +3749,6 @@ "Use your account to continue.": "Használja a fiókját a továbblépéshez.", "Message from %(user)s": "Üzenet tőle: %(user)s", "Message in %(room)s": "Üzenet itt: %(room)s", - "User": "Felhasználó", "Show avatars in user, room and event mentions": "Profilképek megjelenítése a felhasználók, szobák és események megemlítésénél", "Error details": "Hiba részletei", "Unable to find event at that date": "Nem található esemény az adott dátumkor", @@ -3764,6 +3766,7 @@ "Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen", "Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen", "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?", + "Reload": "Újratöltés", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ez lehet attól, hogy az alkalmazás több lapon is nyitva van, vagy hogy a böngészőadatok törölve lettek.", "Database unexpectedly closed": "Az adatbázis váratlanul lezárult", "Formatting": "Formázás", @@ -3818,7 +3821,28 @@ "unmute": "Némítás visszavonása", "username": "Felhasználói név", "verification_cancelled": "Ellenőrzés megszakítva", - "video": "Videó" + "video": "Videó", + "attachment": "Melléklet", + "light": "Világos", + "dark": "Sötét", + "warning": "Figyelmeztetés", + "home": "Kezdőlap", + "favourites": "Kedvencek", + "thread": "Üzenetszál", + "threads": "Üzenetszálak", + "user": "Felhasználó", + "room": "Szoba", + "theme": "Téma", + "name": "Név", + "description": "Leírás", + "public": "Nyilvános", + "private": "Privát", + "options": "Lehetőségek", + "appearance": "Megjelenítés", + "homeserver": "Matrix kiszolgáló", + "help": "Segítség", + "beta": "Béta", + "labs": "Labor" }, "action": { "continue": "Folytatás", @@ -3856,28 +3880,5 @@ "a11y": { "user_menu": "Felhasználói menü" }, - "action.reject": "Elutasítás", - "action.confirm": "Megerősítés", - "action.dismiss": "Eltüntetés", - "action.trust": "Megbízom benne", - "action.reload": "Újratöltés", - "action.cancel": "Mégse", - "action.stop": "Leállítás", - "action.join": "Csatlakozás", - "action.close": "Bezárás", - "action.accept": "Elfogadás", - "action.upgrade": "Fejlesztés", - "action.verify": "Ellenőrzés", - "action.update": "Frissítés", - "action.call": "Hívás", - "action.delete": "Törlés", - "action.upload": "Feltöltés", - "action.collapse": "Összecsukás", - "action.apply": "Alkalmaz", - "action.reset": "Visszaállítás", - "action.share": "Megosztás", - "action.skip": "Kihagy", - "action.logout": "Kilépés", - "action.view": "Megtekintés", - "action.expand": "Kibontás" + "Home": "Kezdőlap" } diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index ee11b5bf2cb..452ca8e67fa 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,4 +1,5 @@ { + "Accept": "Terima", "Account": "Akun", "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", @@ -9,27 +10,26 @@ "An error has occurred.": "Telah terjadi kesalahan.", "Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?", "Change Password": "Ubah Kata Sandi", + "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", "Current password": "Kata sandi sekarang", "Deactivate Account": "Nonaktifkan Akun", "Email": "Email", "Email address": "Alamat email", - "Attachment": "Lampiran", "Command error": "Perintah gagal", "Default": "Bawaan", "Download %(text)s": "Unduh %(text)s", "Export": "Ekspor", "Failed to reject invitation": "Gagal menolak undangan", "Favourite": "Favorit", - "Favourites": "Favorit", "Import": "Impor", "Incorrect verification code": "Kode verifikasi tidak benar", "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", + "Logout": "Keluar", "Low priority": "Prioritas rendah", - "Name": "Nama", "New passwords don't match": "Kata sandi baru tidak cocok", "": "", "Operation failed": "Operasi gagal", @@ -103,12 +103,13 @@ "Messages sent by bot": "Pesan dikirim oleh bot", "Notification targets": "Target notifikasi", "Today": "Hari Ini", + "Dismiss": "Abaikan", + "Update": "Perbarui", "Notifications": "Notifikasi", "What's New": "Apa Yang Baru", "On": "Nyala", "Changelog": "Changelog", "Waiting for response from server": "Menunggu respon dari server", - "Warning": "Peringatan", "This Room": "Ruangan ini", "Noisy": "Berisik", "Messages containing my display name": "Pesan yang berisi nama tampilan saya", @@ -126,6 +127,7 @@ "Unnamed room": "Ruang tanpa nama", "Friday": "Jumat", "Saturday": "Sabtu", + "Reject": "Tolak", "Monday": "Senin", "Collecting logs": "Mengumpulkan catatan", "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", @@ -137,6 +139,7 @@ "Call invitation": "Undangan panggilan", "What's new?": "Apa yang baru?", "When I'm invited to a room": "Ketika saya diundang ke ruangan", + "Cancel": "Batalkan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", "Back": "Kembali", @@ -519,6 +522,7 @@ "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", + "Trust": "Percayakan", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aksi ini memerlukan mengakses server identitas bawaan untuk memvalidasi sebuah alamat email atau nomor telepon, tetapi server ini tidak memiliki syarat layanan apa pun.", "Identity server has no terms of service": "Identitas server ini tidak memiliki syarat layanan", @@ -563,6 +567,7 @@ "Confirm adding phone number": "Konfirmasi penambahan nomor telepon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Konfirmasi penambahan nomor telepon ini dengan menggunakan Single Sign On untuk membuktikan identitas Anda.", "Add Email Address": "Tambahkan Alamat Email", + "Confirm": "Konfirmasi", "Click the button below to confirm adding this email address.": "Klik tombol di bawah untuk mengkonfirmasi penambahan alamat email ini.", "Confirm adding email": "Konfirmasi penambahan email", "Single Sign On": "Single Sign On", @@ -571,6 +576,7 @@ "Toolbox": "Kotak Peralatan", "expand": "buka", "collapse": "tutup", + "Join": "Bergabung", "Code": "Kode", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { @@ -598,19 +604,15 @@ "Unignore": "Hilangkan Abaian", "Ignore": "Abaikan", "Copied!": "Disalin!", - "Description": "Deskripsi", "Users": "Pengguna", "Emoji": "Emoji", - "Room": "Ruangan", "Phone": "Ponsel", + "Skip": "Lewat", "Historical": "Riwayat", "Idle": "Idle", "Online": "Daring", "Anyone": "Siapa Saja", "Unban": "Hilangkan Cekalan", - "Labs": "Uji Coba", - "Options": "Opsi", - "Home": "Beranda", "Restore": "Pulihkan", "Support": "Dukungan", "Random": "Sembarangan", @@ -620,7 +622,6 @@ "Resume": "Lanjutkan", "Approve": "Setujui", "Comment": "Komentar", - "Homeserver": "Homeserver", "Information": "Informasi", "Widgets": "Widget", "Favourited": "Difavorit", @@ -630,8 +631,6 @@ "Privacy": "Privasi", "ready": "siap", "Algorithm:": "Algoritma:", - "Dark": "Gelap", - "Light": "Terang", "End": "End", "Enter": "Enter", "Esc": "Esc", @@ -662,7 +661,6 @@ "Activities": "Aktivitas", "Trusted": "Dipercayai", "Accepting…": "Menerima…", - "Appearance": "Tampilan", "Strikethrough": "Coret", "Italics": "Miring", "Bold": "Tebal", @@ -678,18 +676,24 @@ "Folder": "Map", "Scissors": "Gunting", "Cancelling…": "Membatalkan…", + "Verify": "Lakukan verifikasi", + "Upgrade": "Tingkatkan", "Ok": "Ok", "Success!": "Berhasil!", + "View": "Pratinjau", "Summary": "Kesimpulan", "Service": "Layanan", "Notes": "Nota", "edited": "diedit", "Re-join": "Bergabung Ulang", + "Share": "Bagikan", "Browse": "Jelajahi", "Sounds": "Suara", "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", + "Reset": "Atur Ulang", + "Upload": "Unggah", "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", @@ -759,7 +763,6 @@ "Versions": "Versi", "FAQ": "FAQ", "Legal": "Hukum", - "Theme": "Tema", "Encryption": "Enkripsi", "General": "Umum", "Verified!": "Terverifikasi!", @@ -913,17 +916,18 @@ "Disagree": "Tidak Setuju", "Sent": "Terkirim", "Format": "Format", + "Stop": "Berhenti", "MB": "MB", "Custom level": "Tingkat kustom", "Decrypting": "Mendekripsi", "Downloading": "Mengunduh", - "Threads": "Utasan", "Forget room": "Lupakan ruangan", - "Thread": "Utasan", "Access": "Akses", "Global": "Global", "Keyword": "Kata kunci", "Rename": "Ubah Nama", + "Collapse": "Tutup", + "Expand": "Buka", "Visibility": "Visibilitas", "Address": "Alamat", "Hangup": "Akhiri", @@ -932,7 +936,6 @@ "Play": "Mainkan", "Pause": "Jeda", "Avatar": "Avatar", - "Beta": "Beta", "Hold": "Jeda", "Transfer": "Pindah", "Sending": "Mengirim", @@ -942,8 +945,7 @@ "Setting:": "Pengaturan:", "Value": "Nilai", "Spaces": "Space", - "Private": "Privat", - "Public": "Publik", + "Delete": "Hapus", "Connecting": "Menghubungkan", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s menghapus peraturan pencekalan pengguna yang berisi %(glob)s", "Message deleted by %(name)s": "Pesan dihapus oleh %(name)s", @@ -2929,6 +2931,7 @@ "Group all your favourite rooms and people in one place.": "Kelompokkan semua ruangan dan orang favorit Anda di satu tempat.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Space adalah cara untuk mengelompokkan ruangan dan orang. Di sampingnya space yang Anda berada, Anda dapat menggunakan space yang sudah dibuat.", "IRC (Experimental)": "IRC (Eksperimental)", + "Call": "Panggil", "Toggle hidden event visibility": "Alih visibilitas peristiwa tersembunyi", "Redo edit": "Ulangi editan", "Force complete": "Selesaikan dengan paksa", @@ -3306,7 +3309,6 @@ "Download on the App Store": "Unduh di App Store", "iOS": "iOS", "Download %(brand)s Desktop": "Unduh %(brand)s Desktop", - "Help": "Bantuan", "Your server doesn't support disabling sending read receipts.": "Server Anda tidak mendukung penonaktifkan pengiriman laporan dibaca.", "Share your activity and status with others.": "Bagikan aktivitas dan status Anda dengan orang lain.", "Presence": "Presensi", @@ -3569,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "Sesi ini tidak mendukung enkripsi dan tidak dapat diverifikasi.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Untuk keamanan dan privasi yang terbaik, kami merekomendasikan menggunakan klien Matrix yang mendukung enkripsi.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Anda tidak akan dapat berpartisipasi dalam ruangan di mana enkripsi diaktifkan ketika menggunakan sesi ini.", + "Apply": "Terapkan", "Search users in this room…": "Cari pengguna di ruangan ini…", "Give one or multiple users in this room more privileges": "Berikan satu atau beberapa pengguna dalam ruangan ini lebih banyak izin", "Add privileged users": "Tambahkan pengguna yang diizinkan", @@ -3746,7 +3749,6 @@ "Requires your server to support the stable version of MSC3827": "Mengharuslkan server Anda mendukung versi MSC3827 yang stabil", "Message from %(user)s": "Pesan dari %(user)s", "Message in %(room)s": "Pesan dalam %(room)s", - "User": "Pengguna", "Show avatars in user, room and event mentions": "Tampilkan avatar di sebutan pengguna, ruangan, dan peristiwa", "Enable intentional mentions": "Aktifkan penyebutan sengaja", "Error details": "Detail kesalahan", @@ -3761,6 +3763,7 @@ "Mute room": "Bisukan ruangan", "Match default setting": "Sesuai dengan pengaturan bawaan", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Pengguna (%(user)s) akhirnya tidak diundang ke %(roomId)s tetapi tidak ada kesalahan yang diberikan dari utilitas pengundang", + "Reload": "Muat ulang", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ini mungkin terjadi karena memiliki aplikasinya terbuka di beberapa tab atau karena menghapus data peramban.", "Database unexpectedly closed": "Basis data ditutup secara tidak terduga", "Start DM anyway": "Mulai percakapan langsung saja", @@ -3919,7 +3922,28 @@ "unmute": "Suarakan", "username": "Nama Pengguna", "verification_cancelled": "Verifikasi dibatalkan", - "video": "Video" + "video": "Video", + "attachment": "Lampiran", + "light": "Terang", + "dark": "Gelap", + "warning": "Peringatan", + "home": "Beranda", + "favourites": "Favorit", + "thread": "Utasan", + "threads": "Utasan", + "user": "Pengguna", + "room": "Ruangan", + "theme": "Tema", + "name": "Nama", + "description": "Deskripsi", + "public": "Publik", + "private": "Privat", + "options": "Opsi", + "appearance": "Tampilan", + "homeserver": "Homeserver", + "help": "Bantuan", + "beta": "Beta", + "labs": "Uji Coba" }, "action": { "continue": "Lanjut", @@ -3957,28 +3981,5 @@ "a11y": { "user_menu": "Menu pengguna" }, - "action.reject": "Tolak", - "action.confirm": "Konfirmasi", - "action.dismiss": "Abaikan", - "action.trust": "Percayakan", - "action.reload": "Muat ulang", - "action.cancel": "Batalkan", - "action.stop": "Berhenti", - "action.join": "Bergabung", - "action.close": "Tutup", - "action.accept": "Terima", - "action.upgrade": "Tingkatkan", - "action.verify": "Lakukan verifikasi", - "action.update": "Perbarui", - "action.call": "Panggil", - "action.delete": "Hapus", - "action.upload": "Unggah", - "action.collapse": "Tutup", - "action.apply": "Terapkan", - "action.reset": "Atur Ulang", - "action.share": "Bagikan", - "action.skip": "Lewat", - "action.logout": "Keluar", - "action.view": "Pratinjau", - "action.expand": "Buka" + "Home": "Beranda" } diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index 32ee62ad71c..ed153fb2ded 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,6 +61,7 @@ "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", + "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", @@ -76,7 +77,6 @@ "On": "Kveikt", "Noisy": "Hávært", "Drop file here to upload": "Slepptu hér skrá til að senda inn", - "Options": "Valkostir", "Unban": "Afbanna", "Are you sure?": "Ertu viss?", "Unignore": "Hætta að hunsa", @@ -85,7 +85,6 @@ "Admin Tools": "Kerfisstjóratól", "Invited": "Boðið", "Filter room members": "Sía meðlimi spjallrásar", - "Attachment": "Viðhengi", "Hangup": "Leggja á", "Voice call": "Raddsímtal", "Video call": "Myndsímtal", @@ -100,7 +99,6 @@ "Join Room": "Taka þátt í spjallrás", "Forget room": "Gleyma spjallrás", "Search": "Leita", - "Favourites": "Eftirlæti", "Rooms": "Spjallrásir", "Low priority": "Lítill forgangur", "Historical": "Ferilskráning", @@ -118,7 +116,9 @@ "Search…": "Leita…", "This Room": "Þessi spjallrás", "All Rooms": "Allar spjallrásir", + "Cancel": "Hætta við", "Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.", + "Close": "Loka", "not specified": "ekki tilgreint", "Sunday": "Sunnudagur", "Monday": "Mánudagur", @@ -131,6 +131,7 @@ "Yesterday": "Í gær", "Error decrypting attachment": "Villa við afkóðun viðhengis", "Copied!": "Afritað!", + "Dismiss": "Hunsa", "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", @@ -138,11 +139,10 @@ "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", + "Update": "Uppfæra", "What's new?": "Hvað er nýtt á döfinni?", "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", - "Warning": "Aðvörun", - "Home": "Forsíða", "collapse": "fella saman", "expand": "fletta út", "In reply to ": "Sem svar til ", @@ -169,24 +169,23 @@ "Invalid Email Address": "Ógilt tölvupóstfang", "Verification Pending": "Sannvottun í bið", "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", + "Skip": "Sleppa", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", + "Reject": "Hafna", "Low Priority": "Lítill forgangur", - "Name": "Heiti", - "Description": "Lýsing", "Signed Out": "Skráð/ur út", "Terms and Conditions": "Skilmálar og kvaðir", + "Logout": "Útskráning", "Invite to this room": "Bjóða inn á þessa spjallrás", "Notifications": "Tilkynningar", "Connectivity to the server has been lost.": "Tenging við vefþjón hefur rofnað.", "Search failed": "Leit mistókst", - "Room": "Spjallrás", "Import E2E room keys": "Flytja inn E2E dulritunarlykla spjallrásar", "Cryptography": "Dulritun", - "Labs": "Tilraunir", "Check for update": "Athuga með uppfærslu", "Default Device": "Sjálfgefið tæki", "Microphone": "Hljóðnemi", @@ -399,21 +398,26 @@ "Add Email Address": "Bæta við tölvupóstfangi", "Click the button below to confirm adding this email address.": "Smelltu á hnappinn hér að neðan til að staðfesta að bæta við þessu netfangi.", "Confirm adding email": "Staðfestu að bæta við tölvupósti", + "Upgrade": "Uppfæra", + "Verify": "Sannreyna", "Trusted": "Treyst", "Subscribe": "Skrá", "Unsubscribe": "Afskrá", "None": "Ekkert", "Ignored/Blocked": "Hunsað/Hindrað", + "Trust": "Treysta", "Flags": "Fánar", "Symbols": "Tákn", "Objects": "Hlutir", "Activities": "Afþreying", "Document": "Skjal", "Complete": "Fullklára", + "View": "Skoða", "Strikethrough": "Yfirstrikletrað", "Italics": "Skáletrað", "Bold": "Feitletrað", "Disconnect": "Aftengjast", + "Share": "Deila", "Revoke": "Afturkalla", "Discovery": "Uppgötvun", "Actions": "Aðgerðir", @@ -422,6 +426,7 @@ "Service": "Þjónusta", "Removing…": "Er að fjarlægja…", "Browse": "Skoða", + "Reset": "Endursetja", "Sounds": "Hljóð", "edited": "breytti", "Re-join": "Taka þátt aftur", @@ -451,6 +456,8 @@ "Dog": "Hundur", "Guest": "Gestur", "Other": "Annað", + "Confirm": "Staðfesta", + "Join": "Taka þátt", "Encrypted": "Dulritað", "Encryption": "Dulritun", "Timeline": "Tímalína", @@ -458,7 +465,6 @@ "Preferences": "Stillingar", "Versions": "Útgáfur", "FAQ": "Algengar spurningar", - "Theme": "Þema", "General": "Almennt", "Verified!": "Sannreynt!", "Download": "Niðurhal", @@ -757,6 +763,7 @@ "Afghanistan": "Afganistan", "United States": "Bandaríkin", "United Kingdom": "Stóra Bretland", + "Call": "Símtal", "More": "Meira", "Dialpad": "Talnaborð", "Connecting": "Tengist", @@ -772,12 +779,12 @@ "Moderation": "Umsjón", "Widgets": "Viðmótshlutar", "Room members": "Meðlimir spjallrásar", - "Threads": "Spjallþræðir", "All rooms": "Allar spjallrásir", "Ok": "Í lagi", "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", + "Stop": "Stöðva", "That's fine": "Það er í góðu", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", @@ -787,9 +794,7 @@ "HTML": "HTML", "Unknown App": "Óþekkt forrit", "%(displayName)s is typing …": "%(displayName)s er að skrifa…", - "Dark": "Dökkt", "Light high contrast": "Ljóst með mikil birtuskil", - "Light": "Ljóst", "%(targetName)s left the room": "%(targetName)s yfirgaf spjallsvæðið", "%(targetName)s left the room: %(reason)s": "%(targetName)s yfirgaf spjallsvæðið: %(reason)s", "%(targetName)s rejected the invitation": "%(targetName)s hafnaði boðinu", @@ -877,7 +882,6 @@ "Use a different passphrase?": "Nota annan lykilfrasa?", "Create account": "Stofna notandaaðgang", "Your password has been reset.": "Lykilorðið þitt hefur verið endursett.", - "Thread": "Spjallþráður", "Show:": "Sýna:", "Skip for now": "Sleppa í bili", "Support": "Aðstoð", @@ -898,7 +902,6 @@ "This room is public": "Þessi spjallrás er opinber", "Avatar": "Auðkennismynd", "Join the beta": "Taka þátt í Beta-prófunum", - "Beta": "Beta-prófunarútgáfa", "Move right": "Færa til hægri", "Move left": "Færa til vinstri", "Manage & explore rooms": "Sýsla með og kanna spjallrásir", @@ -1022,7 +1025,6 @@ "A-Z": "A-Ö", "Activity": "Virkni", "Sort by": "Raða eftir", - "Appearance": "Útlit", "%(roomName)s does not exist.": "%(roomName)s er ekki til.", "Do you want to join %(roomName)s?": "Viltu taka þátt í %(roomName)s?", "Start chatting": "Hefja spjall", @@ -1099,10 +1101,12 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", + "Collapse": "Fella saman", + "Expand": "Fletta út", "Go back": "Til baka", - "Private": "Einka", - "Public": "Opinbert", "Address": "Vistfang", + "Upload": "Senda inn", + "Delete": "Eyða", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", @@ -1392,7 +1396,6 @@ "Your server": "Netþjónninn þinn", "Can't find this server or its room list": "Fann ekki þennan netþjón eða spjallrásalista hans", "Sign in with single sign-on": "Skrá inn með einfaldri innskráningu (single sign-on)", - "Homeserver": "Heimaþjónn", "This address is already in use": "Þetta vistfang er nú þegar í notkun", "Open poll": "Opna könnun", "Poll type": "Tegund könnunar", @@ -2957,7 +2960,6 @@ "Friends and family": "Vinir og fjölskylda", "We'll help you get connected.": "Við munum hjálpa þér að tengjast.", "Choose a locale": "Veldu staðfærslu", - "Help": "Hjálp", "Click to read topic": "Smelltu til að lesa umfjöllunarefni", "Edit topic": "Breyta umfjöllunarefni", "Video call ended": "Mynddsímtali lauk", @@ -3182,6 +3184,7 @@ "Connection": "Tenging", "Video settings": "Myndstillingar", "Voice settings": "Raddstillingar", + "Apply": "Virkja", "Search users in this room…": "Leita að notendum á þessari spjallrás…", "Complete these to get the most out of %(brand)s": "Kláraðu þetta til að fá sem mest út úr %(brand)s", "You did it!": "Þú kláraðir þetta!", @@ -3307,7 +3310,27 @@ "unmute": "Ekki þagga", "username": "Notandanafn", "verification_cancelled": "Hætt við sannprófun", - "video": "Myndskeið" + "video": "Myndskeið", + "attachment": "Viðhengi", + "light": "Ljóst", + "dark": "Dökkt", + "warning": "Aðvörun", + "home": "Forsíða", + "favourites": "Eftirlæti", + "thread": "Spjallþráður", + "threads": "Spjallþræðir", + "room": "Spjallrás", + "theme": "Þema", + "name": "Heiti", + "description": "Lýsing", + "public": "Opinbert", + "private": "Einka", + "options": "Valkostir", + "appearance": "Útlit", + "homeserver": "Heimaþjónn", + "help": "Hjálp", + "beta": "Beta-prófunarútgáfa", + "labs": "Tilraunir" }, "action": { "continue": "Halda áfram", @@ -3345,27 +3368,5 @@ "a11y": { "user_menu": "Valmynd notandans" }, - "action.reject": "Hafna", - "action.confirm": "Staðfesta", - "action.dismiss": "Hunsa", - "action.trust": "Treysta", - "action.cancel": "Hætta við", - "action.stop": "Stöðva", - "action.join": "Taka þátt", - "action.close": "Loka", - "action.accept": "Samþykkja", - "action.upgrade": "Uppfæra", - "action.verify": "Sannreyna", - "action.update": "Uppfæra", - "action.call": "Símtal", - "action.delete": "Eyða", - "action.upload": "Senda inn", - "action.collapse": "Fella saman", - "action.apply": "Virkja", - "action.reset": "Endursetja", - "action.share": "Deila", - "action.skip": "Sleppa", - "action.logout": "Útskráning", - "action.view": "Skoða", - "action.expand": "Fletta út" + "Home": "Forsíða" } diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index d3635829961..26104b35cac 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -5,7 +5,10 @@ "powered by Matrix": "offerto da Matrix", "Search": "Cerca", "unknown error code": "codice errore sconosciuto", + "Cancel": "Annulla", + "Close": "Chiudi", "Create new room": "Crea una nuova stanza", + "Dismiss": "Chiudi", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", @@ -52,7 +55,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Register": "Registrati", "Rooms": "Stanze", - "Warning": "Attenzione", "Unnamed room": "Stanza senza nome", "Online": "Online", "Call Failed": "Chiamata fallita", @@ -112,6 +114,7 @@ "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", + "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", "Phone": "Telefono", @@ -126,7 +129,6 @@ "Change Password": "Modifica password", "Failed to set display name": "Impostazione nome visibile fallita", "Drop file here to upload": "Trascina un file qui per l'invio", - "Options": "Opzioni", "Unban": "Togli ban", "Failed to ban user": "Ban utente fallito", "Failed to mute user": "Impossibile silenziare l'utente", @@ -144,7 +146,6 @@ "Invited": "Invitato/a", "Filter room members": "Filtra membri della stanza", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (poteri %(powerLevelNumber)s)", - "Attachment": "Allegato", "Hangup": "Riaggancia", "Voice call": "Telefonata", "Video call": "Videochiamata", @@ -171,7 +172,6 @@ "Join Room": "Entra nella stanza", "Upload avatar": "Invia avatar", "Forget room": "Dimentica la stanza", - "Favourites": "Preferiti", "Low priority": "Bassa priorità", "Historical": "Cronologia", "Power level must be positive integer.": "Il livello di poteri deve essere un intero positivo.", @@ -225,7 +225,6 @@ "Delete Widget": "Elimina widget", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "L'eliminazione di un widget lo rimuove per tutti gli utenti della stanza. Sei sicuro di eliminare il widget?", "Delete widget": "Elimina widget", - "Home": "Pagina iniziale", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)ssono entrati %(count)s volte", @@ -333,10 +332,9 @@ "Unable to add email address": "Impossibile aggiungere l'indirizzo email", "Unable to verify email address.": "Impossibile verificare l'indirizzo email.", "This will allow you to reset your password and receive notifications.": "Ciò ti permetterà di reimpostare la tua password e ricevere notifiche.", - "Name": "Nome", + "Skip": "Salta", "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", - "Description": "Descrizione", "Reject invitation": "Rifiuta l'invito", "Are you sure you want to reject the invitation?": "Sei sicuro di volere rifiutare l'invito?", "Failed to reject invitation": "Rifiuto dell'invito fallito", @@ -346,6 +344,7 @@ "For security, this session has been signed out. Please sign in again.": "Per sicurezza questa sessione è stata disconnessa. Accedi di nuovo.", "Old cryptography data detected": "Rilevati dati di crittografia obsoleti", "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.": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.", + "Logout": "Disconnetti", "Connectivity to the server has been lost.": "Connessione al server persa.", "Sent messages will be stored until your connection has returned.": "I messaggi inviati saranno salvati fino al ritorno della connessione.", "You seem to be uploading files, are you sure you want to quit?": "Sembra che tu stia inviando file, sei sicuro di volere uscire?", @@ -353,7 +352,6 @@ "Search failed": "Ricerca fallita", "Server may be unavailable, overloaded, or search timed out :(": "Il server potrebbe essere non disponibile, sovraccarico o la ricerca è scaduta :(", "No more results": "Nessun altro risultato", - "Room": "Stanza", "Failed to reject invite": "Rifiuto dell'invito fallito", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Si è tentato di caricare un punto specifico nella cronologia della stanza, ma non hai l'autorizzazione per vedere il messaggio in questione.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Si è tentato di caricare un punto specifico nella cronologia della stanza, ma non è stato trovato.", @@ -369,7 +367,6 @@ "Import E2E room keys": "Importa chiavi E2E stanza", "Cryptography": "Crittografia", "Submit debug logs": "Invia log di debug", - "Labs": "Laboratori", "Check for update": "Controlla aggiornamenti", "Reject all %(invitedRooms)s invites": "Rifiuta tutti gli inviti da %(invitedRooms)s", "Start automatically after system login": "Esegui automaticamente all'avvio del sistema", @@ -421,6 +418,7 @@ "Notification targets": "Obiettivi di notifica", "Today": "Oggi", "Friday": "Venerdì", + "Update": "Aggiornamento", "On": "Acceso", "Changelog": "Cambiamenti", "Waiting for response from server": "In attesa di una risposta dal server", @@ -441,6 +439,7 @@ "Developer Tools": "Strumenti per sviluppatori", "Preparing to send logs": "Preparazione invio dei log", "Saturday": "Sabato", + "Reject": "Rifiuta", "Monday": "Lunedì", "Toolbox": "Strumenti", "Collecting logs": "Sto recuperando i log", @@ -718,7 +717,6 @@ "Email addresses": "Indirizzi email", "Phone numbers": "Numeri di telefono", "Language and region": "Lingua e regione", - "Theme": "Tema", "Account management": "Gestione account", "General": "Generale", "Credits": "Crediti", @@ -773,6 +771,7 @@ "Room avatar": "Avatar della stanza", "Room Name": "Nome stanza", "Room Topic": "Argomento stanza", + "Join": "Entra", "Power level": "Livello poteri", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.", "Incoming Verification Request": "Richiesta di verifica in arrivo", @@ -787,6 +786,7 @@ "Change": "Cambia", "Email (optional)": "Email (facoltativa)", "Phone (optional)": "Telefono (facoltativo)", + "Confirm": "Conferma", "Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico", "Other": "Altro", "Couldn't load page": "Caricamento pagina fallito", @@ -858,6 +858,7 @@ "Your browser likely removed this data when running low on disk space.": "Probabilmente il tuo browser ha rimosso questi dati per mancanza di spazio su disco.", "Upload files (%(current)s of %(total)s)": "Invio dei file (%(current)s di %(total)s)", "Upload files": "Invia i file", + "Upload": "Carica", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Questo file è troppo grande da inviare. Il limite di dimensione è %(limit)s ma questo file è di %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Questi file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Alcuni file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", @@ -889,6 +890,7 @@ "Uploaded sound": "Suono inviato", "Sounds": "Suoni", "Notification sound": "Suoni di notifica", + "Reset": "Ripristina", "Set a new custom sound": "Imposta un nuovo suono personalizzato", "Browse": "Sfoglia", "Cannot reach homeserver": "Impossibile raggiungere l'homeserver", @@ -955,6 +957,7 @@ "Unable to revoke sharing for email address": "Impossibile revocare la condivisione dell'indirizzo email", "Unable to share email address": "Impossibile condividere l'indirizzo email", "Revoke": "Revoca", + "Share": "Condividi", "Discovery options will appear once you have added an email above.": "Le opzioni di scoperta appariranno dopo aver aggiunto un'email sopra.", "Unable to revoke sharing for phone number": "Impossibile revocare la condivisione del numero di telefono", "Unable to share phone number": "Impossibile condividere il numero di telefono", @@ -1029,6 +1032,7 @@ "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", + "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", "Clear cache and reload": "Svuota la cache e ricarica", @@ -1125,6 +1129,7 @@ "Trusted": "Fidato", "Not trusted": "Non fidato", "Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.", + "Verify": "Verifica", "Any of the following data may be shared:": "Possono essere condivisi tutti i seguenti dati:", "Your display name": "Il tuo nome visualizzato", "Your user ID": "Il tuo ID utente", @@ -1143,6 +1148,7 @@ "Integrations are disabled": "Le integrazioni sono disattivate", "Integrations not allowed": "Integrazioni non permesse", "Remove for everyone": "Rimuovi per tutti", + "Trust": "Fidati", "Manage integrations": "Gestisci integrazioni", "Ignored/Blocked": "Ignorati/Bloccati", "Verification Request": "Richiesta verifica", @@ -1159,6 +1165,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, segnala un errore.", "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", + "Upgrade": "Aggiorna", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce utenti corrispondenti a %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce stanze corrispondenti a %(glob)s", "%(senderName)s removed the rule banning servers matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce server corrispondenti a %(glob)s", @@ -1500,7 +1507,6 @@ "Size must be a number": "La dimensione deve essere un numero", "Custom font size can only be between %(min)s pt and %(max)s pt": "La dimensione del carattere personalizzata può solo essere tra %(min)s pt e %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Usa tra %(min)s pt e %(max)s pt", - "Appearance": "Aspetto", "Joins room with given address": "Accede alla stanza con l'indirizzo dato", "Please verify the room ID or address and try again.": "Verifica l'ID o l'indirizzo della stanza e riprova.", "Room ID or address of ban list": "ID o indirizzo stanza della lista ban", @@ -1538,8 +1544,6 @@ "Room options": "Opzioni stanza", "Activity": "Attività", "A-Z": "A-Z", - "Light": "Chiaro", - "Dark": "Scuro", "Customise your appearance": "Personalizza l'aspetto", "Appearance Settings only affect this %(brand)s session.": "Le impostazioni dell'aspetto hanno effetto solo in questa sessione di %(brand)s.", "Looks good!": "Sembra giusta!", @@ -2029,7 +2033,6 @@ "Continuing without email": "Continuando senza email", "Reason (optional)": "Motivo (facoltativo)", "Continue with %(provider)s": "Continua con %(provider)s", - "Homeserver": "Homeserver", "Server Options": "Opzioni server", "Return to call": "Torna alla chiamata", "sends confetti": "invia coriandoli", @@ -2192,10 +2195,9 @@ "Your private space": "Il tuo spazio privato", "Your public space": "Il tuo spazio pubblico", "Invite only, best for yourself or teams": "Solo su invito, la scelta migliore per te o i team", - "Private": "Privato", "Open space for anyone, best for communities": "Spazio aperto a tutti, la scelta migliore per le comunità", - "Public": "Pubblico", "Create a space": "Crea uno spazio", + "Delete": "Elimina", "Jump to the bottom of the timeline when you send a message": "Salta in fondo alla linea temporale quando invii un messaggio", "This homeserver has been blocked by its administrator.": "Questo homeserver è stato bloccato dal suo amministratore.", "You're already in a call with this person.": "Sei già in una chiamata con questa persona.", @@ -2284,7 +2286,6 @@ "Select a room below first": "Prima seleziona una stanza sotto", "Join the beta": "Unisciti alla beta", "Leave the beta": "Abbandona la beta", - "Beta": "Beta", "Want to add a new room instead?": "Vuoi invece aggiungere una nuova stanza?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Aggiunta stanza...", @@ -2342,6 +2343,8 @@ "Please provide an address": "Inserisci un indirizzo", "This space has no local addresses": "Questo spazio non ha indirizzi locali", "Space information": "Informazioni spazio", + "Collapse": "Riduci", + "Expand": "Espandi", "Preview Space": "Anteprima spazio", "Decide who can view and join %(spaceName)s.": "Decidi chi può vedere ed entrare in %(spaceName)s.", "Visibility": "Visibilità", @@ -2540,7 +2543,6 @@ "Are you sure you want to make this encrypted room public?": "Vuoi veramente rendere pubblica questa stanza cifrata?", "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Per evitare questi problemi, crea una nuova stanza cifrata per la conversazione che vuoi avere.", "Are you sure you want to add encryption to this public room?": "Vuoi veramente aggiungere la crittografia a questa stanza pubblica?", - "Thread": "Conversazione", "The above, but in any room you are joined or invited to as well": "Quanto sopra, ma anche in qualsiasi stanza tu sia entrato/a o invitato/a", "The above, but in as well": "Quanto sopra, ma anche in ", "Autoplay videos": "Auto-riproduci i video", @@ -2595,6 +2597,7 @@ "Select from the options below to export chats from your timeline": "Seleziona dalle opzioni sotto per esportare le chat dalla linea temporale", "Export Chat": "Esporta conversazione", "Exporting your data": "Esportazione dei dati", + "Stop": "Ferma", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Vuoi davvero fermare l'esportazione dei dati? Se lo fai, dovrai ricominciare da capo.", "Your export was successful. Find it in your Downloads folder.": "Esportazione riuscita. La puoi trovare nella cartella Download.", "The export was cancelled successfully": "Esportazione annullata correttamente", @@ -2630,7 +2633,6 @@ "Unban from %(roomName)s": "Riammetti in %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Potrà ancora accedere dove non sei amministratore.", "Disinvite from %(roomName)s": "Annulla l'invito da %(roomName)s", - "Threads": "Conversazioni", "%(count)s reply": { "one": "%(count)s risposta", "other": "%(count)s risposte" @@ -2923,6 +2925,7 @@ "Navigate to previous message to edit": "Vai al precedente messaggio da modificare", "Navigate to next message to edit": "Vai al prossimo messaggio da modificare", "Internal room ID": "ID interno stanza", + "Call": "Chiama", "Group all your rooms that aren't part of a space in one place.": "Raggruppa tutte le tue stanze che non fanno parte di uno spazio in un unico posto.", "Group all your people in one place.": "Raggruppa tutte le tue persone in un unico posto.", "Group all your favourite rooms and people in one place.": "Raggruppa tutte le tue stanze e persone preferite in un unico posto.", @@ -3293,7 +3296,6 @@ "Send your first message to invite to chat": "Invia il primo messaggio per invitare a parlare", "Saved Items": "Elementi salvati", "Choose a locale": "Scegli una lingua", - "Help": "Aiuto", "Spell check": "Controllo ortografico", "Complete these to get the most out of %(brand)s": "Completa questi per ottenere il meglio da %(brand)s", "You did it!": "Ce l'hai fatta!", @@ -3568,6 +3570,7 @@ "This session doesn't support encryption and thus can't be verified.": "Questa sessione non supporta la crittografia, perciò non può essere verificata.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Per maggiore sicurezza e privacy, è consigliabile usare i client di Matrix che supportano la crittografia.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Non potrai partecipare in stanze dove la crittografia è attiva mentre usi questa sessione.", + "Apply": "Applica", "Search users in this room…": "Cerca utenti in questa stanza…", "Give one or multiple users in this room more privileges": "Dai più privilegi a uno o più utenti in questa stanza", "Add privileged users": "Aggiungi utenti privilegiati", @@ -3744,7 +3747,6 @@ "Requires your server to support MSC3030": "Richiede che il tuo server supporti MSC3030", "Requires your server to support the stable version of MSC3827": "Richiede che il tuo server supporti la versione stabile di MSC3827", "Use your account to continue.": "Usa il tuo account per continuare.", - "User": "Utente", "Show avatars in user, room and event mentions": "Mostra gli avatar nelle citazioni di utenti, stanze ed eventi", "Message from %(user)s": "Messaggio da %(user)s", "Message in %(room)s": "Messaggio in %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.", "Poll history": "Cronologia sondaggi", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L'utente (%(user)s) non è stato segnato come invitato in %(roomId)s, ma non c'è stato alcun errore dall'utilità di invito", + "Reload": "Ricarica", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Potrebbe essere causato dall'apertura dell'app in schede multiple o dalla cancellazione dei dati del browser.", "Database unexpectedly closed": "Database chiuso inaspettatamente", "Mute room": "Silenzia stanza", @@ -3919,7 +3922,28 @@ "unmute": "Togli silenzio", "username": "Nome utente", "verification_cancelled": "Verifica annullata", - "video": "Video" + "video": "Video", + "attachment": "Allegato", + "light": "Chiaro", + "dark": "Scuro", + "warning": "Attenzione", + "home": "Pagina iniziale", + "favourites": "Preferiti", + "thread": "Conversazione", + "threads": "Conversazioni", + "user": "Utente", + "room": "Stanza", + "theme": "Tema", + "name": "Nome", + "description": "Descrizione", + "public": "Pubblico", + "private": "Privato", + "options": "Opzioni", + "appearance": "Aspetto", + "homeserver": "Homeserver", + "help": "Aiuto", + "beta": "Beta", + "labs": "Laboratori" }, "action": { "continue": "Continua", @@ -3957,28 +3981,5 @@ "a11y": { "user_menu": "Menu utente" }, - "action.reject": "Rifiuta", - "action.confirm": "Conferma", - "action.dismiss": "Chiudi", - "action.trust": "Fidati", - "action.reload": "Ricarica", - "action.cancel": "Annulla", - "action.stop": "Ferma", - "action.join": "Entra", - "action.close": "Chiudi", - "action.accept": "Accetta", - "action.upgrade": "Aggiorna", - "action.verify": "Verifica", - "action.update": "Aggiornamento", - "action.call": "Chiama", - "action.delete": "Elimina", - "action.upload": "Carica", - "action.collapse": "Riduci", - "action.apply": "Applica", - "action.reset": "Ripristina", - "action.share": "Condividi", - "action.skip": "Salta", - "action.logout": "Disconnetti", - "action.view": "Vedi", - "action.expand": "Espandi" + "Home": "Pagina iniziale" } diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 61bd5c88e1c..54233398943 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -1,12 +1,13 @@ { "Anyone": "誰でも", "Change Password": "パスワードを変更", + "Close": "閉じる", "Current password": "現在のパスワード", "Favourite": "お気に入り", - "Favourites": "お気に入り", "Invited": "招待済", "Low priority": "低優先度", "Notifications": "通知", + "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", "New Password": "新しいパスワード", @@ -22,6 +23,7 @@ "Camera": "カメラ", "Are you sure?": "よろしいですか?", "Operation failed": "操作に失敗しました", + "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", "Submit debug logs": "デバッグログを送信", "Online": "オンライン", @@ -58,12 +60,12 @@ "Tuesday": "火曜日", "Search…": "検索…", "Saturday": "土曜日", - "Warning": "警告", "This Room": "このルーム", "When I'm invited to a room": "ルームに招待されたとき", "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", + "Update": "更新", "Failed to send logs: ": "ログの送信に失敗しました: ", "Unavailable": "使用できません", "Source URL": "ソースのURL", @@ -72,6 +74,7 @@ "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", + "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", "Send logs": "ログを送信", @@ -187,6 +190,7 @@ "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": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", + "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", "Phone": "電話", @@ -203,7 +207,6 @@ "On": "オン", "Drop file here to upload": "アップロードするファイルをここにドロップしてください", "This event could not be displayed": "このイベントは表示できませんでした", - "Options": "オプション", "Call Failed": "呼び出しに失敗しました", "Automatically replace plain text Emoji": "自動的にプレーンテキストの絵文字を置き換える", "Demote yourself?": "自身を降格しますか?", @@ -221,7 +224,6 @@ "one": "他1人…" }, "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s(権限レベル:%(powerLevelNumber)s)", - "Attachment": "添付ファイル", "Hangup": "電話を切る", "Voice call": "音声通話", "Video call": "ビデオ通話", @@ -314,7 +316,6 @@ "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "ウィジェットを削除すると、このルームの全てのユーザーから削除されます。削除してよろしいですか?", "Delete widget": "ウィジェットを削除", "Popout widget": "ウィジェットをポップアウト", - "Home": "ホーム", "%(nameList)s %(transitionList)s": "%(nameList)s%(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)sが%(count)s回参加しました", @@ -445,6 +446,7 @@ "Unable to add email address": "メールアドレスを追加できません", "Unable to verify email address.": "メールアドレスを確認できません。", "This will allow you to reset your password and receive notifications.": "パスワードをリセットして通知を受け取れるようになります。", + "Skip": "スキップ", "Share Room": "ルームを共有", "Link to most recent message": "最新のメッセージにリンク", "Share User": "ユーザーを共有", @@ -452,10 +454,8 @@ "Link to selected message": "選択したメッセージにリンク", "Reject invitation": "招待を辞退", "Are you sure you want to reject the invitation?": "招待を辞退してよろしいですか?", - "Name": "名前", "You must register to use this functionality": "この機能を使用するには登録する必要があります", "You must join the room to see its files": "ルームのファイルを表示するには、ルームに参加する必要があります", - "Description": "詳細", "Failed to reject invitation": "招待を辞退できませんでした", "This room is not public. You will not be able to rejoin without an invite.": "このルームは公開されていません。再度参加するには、招待が必要です。", "Are you sure you want to leave the room '%(roomName)s'?": "このルーム「%(roomName)s」から退出してよろしいですか?", @@ -468,6 +468,7 @@ "Review terms and conditions": "利用規約を確認", "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の古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。", + "Logout": "ログアウト", "You can't send any messages until you review and agree to our terms and conditions.": "利用規約 を確認して同意するまでは、いかなるメッセージも送信できません。", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "このホームサーバーが月間アクティブユーザー制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "このホームサーバーがリソース制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", @@ -478,7 +479,6 @@ "Search failed": "検索に失敗しました", "Server may be unavailable, overloaded, or search timed out :(": "サーバーが使用できないか、オーバーロードしているか、または検索がタイムアウトした可能性があります :(", "No more results": "結果がありません", - "Room": "ルーム", "Failed to reject invite": "招待を辞退できませんでした", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "このルームのタイムラインの特定の地点を読み込もうとしましたが、問題のメッセージを閲覧する権限がありません。", "Tried to load a specific point in this room's timeline, but was unable to find it.": "このルームのタイムラインの特定の地点を読み込もうとしましたが、見つけられませんでした。", @@ -492,7 +492,6 @@ "": "<サポート対象外>", "Import E2E room keys": "ルームのエンドツーエンド暗号鍵をインポート", "Cryptography": "暗号", - "Labs": "ラボ", "Legal": "法的情報", "Check for update": "更新を確認", "Reject all %(invitedRooms)s invites": "%(invitedRooms)sの全ての招待を拒否", @@ -591,6 +590,7 @@ "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)sがこのルームを「招待者のみ参加可能」に変更しました。", "%(senderDisplayName)s has allowed guests to join the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を許可しました。", "Only continue if you trust the owner of the server.": "サーバーの所有者を信頼する場合のみ続行してください。", + "Trust": "信頼", "Use an identity server to invite by email. Manage in Settings.": "IDサーバーを使用し、メールで招待。設定画面で管理。", "%(senderDisplayName)s changed the join rule to %(rule)s": "%(senderDisplayName)sが参加ルールを「%(rule)s」に変更しました。", "%(senderDisplayName)s has prevented guests from joining the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を拒否しました。", @@ -620,7 +620,6 @@ "Send typing notifications": "入力中通知を送信", "Phone numbers": "電話番号", "Language and region": "言語と地域", - "Theme": "テーマ", "General": "一般", "Preferences": "環境設定", "Security & Privacy": "セキュリティーとプライバシー", @@ -630,6 +629,7 @@ "Room Addresses": "ルームのアドレス", "Sounds": "音", "Notification sound": "通知音", + "Reset": "リセット", "Set a new custom sound": "カスタム音を設定", "Browse": "参照", "Roles & Permissions": "役割と権限", @@ -639,6 +639,7 @@ "Encrypted": "暗号化", "Email Address": "メールアドレス", "Main address": "メインアドレス", + "Join": "参加", "Create a private room": "非公開ルームを作成", "Topic (optional)": "トピック(任意)", "Hide advanced": "高度な設定を非表示にする", @@ -713,6 +714,7 @@ "Never send encrypted messages to unverified sessions in this room from this session": "このセッションでは、このルームの未認証のセッションに対して暗号化されたメッセージを送信しない", "Encrypted messages in one-to-one chats": "1対1のチャットでの暗号化されたメッセージ", "Encrypted messages in group chats": "グループチャットでの暗号化されたメッセージ", + "Upload": "アップロード", "Enable desktop notifications for this session": "このセッションでデスクトップ通知を有効にする", "Email addresses": "メールアドレス", "This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています", @@ -747,6 +749,7 @@ "Unknown Command": "不明なコマンド", "Unrecognised command: %(commandText)s": "認識されていないコマンド:%(commandText)s", "Send as message": "メッセージとして送信", + "Confirm": "承認", "Enable audible notifications for this session": "このセッションで音声通知を有効にする", "Enable encryption?": "暗号化を有効にしますか?", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "一度有効にしたルームの暗号化は無効にすることはできません。暗号化されたルームで送信されたメッセージは、サーバーからは閲覧できず、そのルームのメンバーだけが閲覧できます。暗号化を有効にすると、多くのボットやブリッジが正常に動作しなくなる可能性があります。暗号化についての詳細はこちらをご覧ください。", @@ -758,6 +761,8 @@ "Not Trusted": "信頼されていません", "Later": "後で", "Review": "確認", + "Upgrade": "アップグレード", + "Verify": "認証", "Trusted": "信頼済", "Not trusted": "信頼されていません", "%(count)s verified sessions": { @@ -840,7 +845,6 @@ "Service": "サービス", "Summary": "概要", "Document": "ドキュメント", - "Appearance": "外観", "Other users may not trust it": "他のユーザーはこのセッションを信頼しない可能性があります", "Show a placeholder for removed messages": "削除されたメッセージに関する通知を表示", "Prompt before sending invites to potentially invalid matrix IDs": "不正の可能性があるMatrix IDに招待を送信する前に確認", @@ -858,8 +862,6 @@ "Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "アドレスを設定すると、他のユーザーがあなたのホームサーバー(%(localDomain)s)を通じてこのルームを見つけられるようになります。", "If you've joined lots of rooms, this might take a while": "多くのルームに参加している場合は、時間がかかる可能性があります", "Single Sign On": "シングルサインオン", - "Light": "ライト", - "Dark": "ダーク", "Font size": "フォントの大きさ", "Use custom size": "ユーザー定義のサイズを使用", "Use a system font": "システムフォントを使用", @@ -1071,6 +1073,7 @@ "Unable to share phone number": "電話番号を共有できません", "Unable to revoke sharing for phone number": "電話番号の共有を取り消せません", "Discovery options will appear once you have added an email above.": "上でメールアドレスを追加すると、発見可能に設定するメールアドレスを選択できるようになります。", + "Share": "共有", "Revoke": "取り消す", "Complete": "完了", "Verify the link in your inbox": "受信したメールの認証リンクを開いてください", @@ -1799,10 +1802,9 @@ "Your private space": "あなたの非公開のスペース", "Your public space": "あなたの公開スペース", "Invite only, best for yourself or teams": "招待者のみ参加可能。個人やチーム向け", - "Private": "非公開", "Open space for anyone, best for communities": "誰でも参加できる公開スペース。コミュニティー向け", - "Public": "公開", "Create a space": "スペースを作成", + "Delete": "削除", "Jump to the bottom of the timeline when you send a message": "メッセージを送信する際にタイムラインの最下部に移動", "This homeserver has been blocked by its administrator.": "このホームサーバーは管理者によりブロックされています。", "You're already in a call with this person.": "既にこの人と通話中です。", @@ -1824,7 +1826,6 @@ "Just me": "自分専用", "Make sure the right people have access to %(name)s": "正しい参加者が%(name)sにアクセスできるようにしましょう。", "Who are you working with?": "誰と使いますか?", - "Beta": "ベータ版", "Invite to %(roomName)s": "%(roomName)sに招待", "Send feedback": "フィードバックを送信", "Manage & explore rooms": "ルームの管理および探索", @@ -1967,7 +1968,6 @@ "This address is already in use": "このアドレスは既に使用されています", "This address is available to use": "このアドレスは使用できます", "Please provide an address": "アドレスを入力してください", - "Homeserver": "ホームサーバー", "Enter a server name": "サーバー名を入力", "Add existing space": "既存のスペースを追加", "This upgrade will allow members of selected spaces access to this room without an invite.": "このアップグレードにより、選択したスペースのメンバーは、招待なしでこのルームにアクセスできるようになります。", @@ -2024,6 +2024,7 @@ "Previous autocomplete suggestion": "前の自動補完の候補", "Next autocomplete suggestion": "次の自動補完の候補", "Expand map": "地図を開く", + "Expand": "展開", "Expand room list section": "ルーム一覧のセクションを展開", "Collapse room list section": "ルーム一覧のセクションを折りたたむ", "Automatically send debug logs when key backup is not functioning": "鍵のバックアップが機能していない際に、自動的にデバッグログを送信", @@ -2288,6 +2289,7 @@ "Remove from room": "ルームから追放", "Failed to remove user": "ユーザーの追放に失敗しました", "Success!": "成功しました!", + "Collapse": "折りたたむ", "Comment": "コメント", "Information": "情報", "Restore": "復元", @@ -2390,6 +2392,7 @@ "Invalid URL": "不正なURL", "The server is offline.": "サーバーはオフラインです。", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "匿名のデータを共有すると、問題の特定に役立ちます。個人情報の収集や、第三者とのデータ共有はありません。詳細を確認", + "Stop": "停止", "JSON": "JSON", "HTML": "HTML", "Generating a ZIP": "ZIPファイルを生成しています", @@ -2431,8 +2434,6 @@ "Spam or propaganda": "スパム、プロパガンダ", "Illegal Content": "不法なコンテンツ", "To view all keyboard shortcuts, click here.": "ここをクリックすると、全てのキーボードのショートカットを表示します。", - "Thread": "スレッド", - "Threads": "スレッド", "It's not recommended to make encrypted rooms public. It will mean anyone can find and join the room, so anyone can read messages. You'll get none of the benefits of encryption. Encrypting messages in a public room will make receiving and sending messages slower.": "暗号化されたルームを公開することは推奨されません。ルームを公開すると、誰でもルームを検索、参加して、メッセージを読むことができるため、暗号化の利益を得ることができません。また、公開ルームでメッセージを暗号化すると、メッセージの送受信が遅くなります。", "Are you sure you want to make this encrypted room public?": "この暗号化されたルームを公開してよろしいですか?", "Unknown failure": "不明なエラー", @@ -2563,6 +2564,7 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", + "View": "表示", "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", @@ -2665,6 +2667,7 @@ "other": "%(severalUsers)sが%(count)s件の非表示のメッセージを送信しました" }, "Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "アンケートを終了してよろしいですか?投票を締め切り、最終結果を表示します。", + "Call": "通話", "Your camera is still enabled": "カメラがまだ有効です", "Your camera is turned off": "カメラが無効です", "Sends the given message with a space themed effect": "メッセージを宇宙のテーマのエフェクトと共に送信", @@ -3131,7 +3134,6 @@ "Modal Widget": "モーダルウィジェット", "You will no longer be able to log in": "ログインできなくなります", "Friends and family": "友達と家族", - "Help": "ヘルプ", "Minimise": "最小化", "Underline": "下線", "Italic": "斜字体", @@ -3376,6 +3378,7 @@ "30s forward": "30秒進める", "30s backward": "30秒戻す", "Change layout": "レイアウトを変更", + "Apply": "適用", "Cancelled": "キャンセル済", "Create a link": "リンクを作成", "Edit link": "リンクを編集", @@ -3717,7 +3720,27 @@ "unmute": "ミュート解除", "username": "ユーザー名", "verification_cancelled": "認証のキャンセル", - "video": "動画" + "video": "動画", + "attachment": "添付ファイル", + "light": "ライト", + "dark": "ダーク", + "warning": "警告", + "home": "ホーム", + "favourites": "お気に入り", + "thread": "スレッド", + "threads": "スレッド", + "room": "ルーム", + "theme": "テーマ", + "name": "名前", + "description": "詳細", + "public": "公開", + "private": "非公開", + "options": "オプション", + "appearance": "外観", + "homeserver": "ホームサーバー", + "help": "ヘルプ", + "beta": "ベータ版", + "labs": "ラボ" }, "action": { "continue": "続行", @@ -3755,27 +3778,5 @@ "a11y": { "user_menu": "ユーザーメニュー" }, - "action.reject": "拒否", - "action.confirm": "承認", - "action.dismiss": "閉じる", - "action.trust": "信頼", - "action.cancel": "キャンセル", - "action.stop": "停止", - "action.join": "参加", - "action.close": "閉じる", - "action.accept": "同意", - "action.upgrade": "アップグレード", - "action.verify": "認証", - "action.update": "更新", - "action.call": "通話", - "action.delete": "削除", - "action.upload": "アップロード", - "action.collapse": "折りたたむ", - "action.apply": "適用", - "action.reset": "リセット", - "action.share": "共有", - "action.skip": "スキップ", - "action.logout": "ログアウト", - "action.view": "表示", - "action.expand": "展開" + "Home": "ホーム" } diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index 5af6cd6630c..c0aeb6dd16d 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -119,6 +119,7 @@ "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", + "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", @@ -165,8 +166,6 @@ "%(senderName)s placed a video call.": ".i la'o zoi. %(senderName)s .zoi co'a vidvi fonjo'e", "%(senderName)s placed a video call. (not supported by this browser)": ".i la'o zoi. %(senderName)s .zoi co'a vidvi fonjo'e .i le do kibrbrauzero na kakne", "%(senderName)s revoked the invitation for %(targetDisplayName)s to join the room.": ".i la'o zoi. %(senderName)s .zoi co'u friti le ka ziljmina le se zilbe'i kei la'o zoi. %(targetDisplayName)s .zoi", - "Light": "carmi", - "Dark": "manku", "You signed in to a new session without verifying it:": ".i fe le di'e se samtcise'u pu co'a jaspu vau je za'o na lacri", "They match": "du", "They don't match": "na du", @@ -227,6 +226,7 @@ "Bell": "janbe", "Headphones": "selsnapra", "Pin": "pijne", + "Upload": "nu kibdu'a", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", @@ -284,8 +284,10 @@ "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", + "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", + "Verify": "nu co'a lacri", "What's New": "notci le du'u cnino", "You joined the call": ".i do mo'u co'a fonjo'e", "%(senderName)s joined the call": ".i la'o zoi. %(senderName)s .zoi mo'u co'a fonjo'e", @@ -327,6 +329,7 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", + "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", @@ -351,6 +354,7 @@ "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", "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", @@ -367,12 +371,15 @@ "Download %(text)s": "nu kibycpa la'o zoi. %(text)s .zoi", "Explore rooms": "nu facki le du'u ve zilbe'i", "Create Account": "nu pa re'u co'a jaspu", + "Dismiss": "nu mipri", "common": { "analytics": "lanli datni", "error": "nabmi", "password": "lerpoijaspu", "people": "prenu", - "username": "judri cmene" + "username": "judri cmene", + "light": "carmi", + "dark": "manku" }, "action": { "continue": "", @@ -389,12 +396,5 @@ "save": "nu co'a vreji", "start": "nu co'a co'e", "start_chat": "nu co'a tavla" - }, - "action.dismiss": "nu mipri", - "action.close": "nu zilmipri", - "action.accept": "nu fonjo'e", - "action.verify": "nu co'a lacri", - "action.upload": "nu kibdu'a", - "action.share": "nu jungau", - "action.logout": "nu co'u jaspu" + } } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index b87efcaa088..d5110a32fc3 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -5,11 +5,12 @@ "Sign In": "შესვლა", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", - "Attachment": "Მიმაგრებული ფაილი", + "Dismiss": "დახურვა", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", "Use Single Sign On to continue": "გასაგრძელებლად გამოიყენე ერთჯერადი ავტორიზაცია", "Confirm adding email": "დაადასტურე ელ.ფოსტის დამატება", "Click the button below to confirm adding this email address.": "ელ. ფოსტის ამ მისამართის დამატება დაადასტურე ღილაკზე დაჭერით.", + "Confirm": "დადასტურება", "Add Email Address": "ელ. ფოსტის მისამართის დამატება", "Failed to verify email address: make sure you clicked the link in the email": "ელ. ფოსტის მისამართის ვერიფიკაცია ვერ მოხერხდა: დარწმუნდი, რომ დააჭირე ბმულს ელ. ფოსტის წერილში", "Confirm adding this phone number by using Single Sign On to prove your identity.": "ამ ტელეფონის ნომრის დასადასტურებლად გამოიყენე ერთჯერადი ავტორიზაცია, საკუთარი იდენტობის დასადასტურებლად.", @@ -53,8 +54,7 @@ "%(hours)sh %(minutes)sm %(seconds)ss left": "%(hours)sს %(minutes)sწთ %(seconds)sწმ დარჩა", "Feb": "თებ", "common": { - "error": "შეცდომა" - }, - "action.confirm": "დადასტურება", - "action.dismiss": "დახურვა" + "error": "შეცდომა", + "attachment": "Მიმაგრებული ფაილი" + } } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index 1ea63b35044..6f559de63ff 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,5 +1,8 @@ { + "Confirm": "Sentem", + "Dismiss": "Agwi", "Permission Required": "Tasiregt tlaq", + "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", "Tue": "Ara", @@ -21,6 +24,7 @@ "Dec": "Duj", "PM": "MD", "AM": "FT", + "Trust": "Ittkel", "Create Account": "Rnu amiḍan", "Sign In": "Kcem", "Default": "Amezwer", @@ -35,16 +39,18 @@ "Thank you!": "Tanemmirt!", "Reason": "Taɣẓint", "Someone": "Albaɛḍ", - "Light": "Aceɛlal", - "Dark": "Aberkan", "Add another word or two. Uncommon words are better.": "Rnu awal-nniḍen neɣ sin. Awalen imexḍa ad lhun.", "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", - "Warning": "Asmigel", + "Close": "Mdel", "Ok": "Ih", + "Upgrade": "Leqqem", + "Verify": "Senqed", "What's New": "D acu-t umaynut", + "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", + "Accept": "Qbel", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -61,6 +67,7 @@ "Anchor": "Tamdeyt", "Headphones": "Wennez", "Folder": "Akaram", + "Upload": "Sali", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -76,7 +83,6 @@ "Disconnect": "Ffeɣ seg tuqqna", "Go back": "Uɣal ɣer deffir", "Change": "Beddel", - "Theme": "Asentel", "Profile": "Amaɣnu", "Account": "Amiḍan", "General": "Amatu", @@ -95,12 +101,14 @@ "Microphone": "Asawaḍ", "Camera": "Takamiṛatt", "Sounds": "Imesla", + "Reset": "Wennez", "Browse": "Inig", "Default role": "Tamlilt tamzwert", "Permissions": "Tisirag", "Anyone": "Yal yiwen", "Encryption": "Awgelhen", "Complete": "Yemmed", + "Share": "Bḍu", "Verification code": "Tangalt n usenqed", "Add": "Rnu", "Email Address": "Tansa n yimayl", @@ -110,12 +118,11 @@ "Idle": "Arurmid", "Unknown": "Arussin", "Search": "Nadi", - "Favourites": "Ismenyifen", "Sign Up": "Jerred", + "Reject": "Agi", "Sort by": "Semyizwer s", "Activity": "Armud", "A-Z": "A-Z", - "Options": "Tixtiṛiyin", "Server error": "Tuccḍa n uqeddac", "Trusted": "Yettwattkal", "Are you sure?": "Tebɣiḍ s tidet?", @@ -129,7 +136,6 @@ "Saturday": "Sed", "Today": "Ass-a", "Yesterday": "Iḍelli", - "Attachment": "Taceqquft yeddan", "Error decrypting attachment": "Tuccḍa deg uwgelhen n tceqquft yeddan", "Show all": "Sken akk", "Message deleted": "Izen yettwakksen", @@ -141,6 +147,7 @@ "Flags": "Anayen", "Categories": "Taggayin", "More options": "Ugar n textiṛiyin", + "Join": "Rnu", "collapse": "fneẓ", "Server name": "Isem n uqeddac", "Close dialog": "Mdel adiwenni", @@ -149,7 +156,6 @@ "Changelog": "Aɣmis n yisnifal", "Removing…": "Tukksa…", "Confirm Removal": "Sentem tukksa", - "Name": "Isem", "Sign out": "Ffeɣ seg tuqqna", "Back": "Uɣal ɣer deffir", "Send": "Azen", @@ -158,14 +164,13 @@ "Send report": "Azen aneqqis", "Refresh": "Smiren", "Email address": "Tansa n yimayl", + "Skip": "Zgel", "Terms of Service": "Tiwtilin n useqdec", "Service": "Ameẓlu", "Summary": "Agzul", "Document": "Isemli", "Upload files": "Sali-d ifuyla", - "Appearance": "Arwes", "Source URL": "URL aɣbalu", - "Home": "Agejdan", "Sign in": "Qqen", "powered by Matrix": "s lmendad n Matrix", "Code": "Tangalt", @@ -175,9 +180,10 @@ "Passwords don't match": "Awalen uffiren ur mṣadan ara", "Email (optional)": "Imayl (Afrayan)", "Register": "Jerred", - "Description": "Aglam", "Explore rooms": "Snirem tixxamin", "Unknown error": "Tuccḍa tarussint", + "Logout": "Tuffɣa", + "View": "Sken", "Guest": "Anerzaf", "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", @@ -777,7 +783,6 @@ "Send a Direct Message": "Azen izen uslig", "Failed to reject invitation": "Tigtin n tinnubga ur yeddi ara", "Signed Out": "Yeffeɣ seg tuqqna", - "Room": "Taxxamt", "Failed to reject invite": "Tigtin n tinnubga ur yeddi ara", "Switch to light mode": "Uɣal ɣer uskar aceɛlal", "Switch to dark mode": "Uɣal ɣer uskar aberkan", @@ -1113,7 +1118,6 @@ "Size must be a number": "Teɣzi ilaq ad tili d uṭṭun", "Discovery": "Tagrut", "Help & About": "Tallalt & Ɣef", - "Labs": "Tinarimin", "Error adding ignored user/server": "Tuccḍa deg tmerna n useqdac/uqeddac yettwanfen", "Something went wrong. Please try again or view your console for hints.": "Yella wayen ur nteddu ara akken iwata, ma ulac aɣilif ales tikkelt-nniḍen neɣ senqed tadiwent-ik·im i yiwellihen.", "Error subscribing to list": "Tuccḍa deg ujerred ɣef tebdart", @@ -1955,7 +1959,20 @@ "suggestions": "Isumar", "unmute": "Rmed imesli", "username": "Isem n useqdac", - "verification_cancelled": "Yefsex usenqed" + "verification_cancelled": "Yefsex usenqed", + "attachment": "Taceqquft yeddan", + "light": "Aceɛlal", + "dark": "Aberkan", + "warning": "Asmigel", + "home": "Agejdan", + "favourites": "Ismenyifen", + "room": "Taxxamt", + "theme": "Asentel", + "name": "Isem", + "description": "Aglam", + "options": "Tixtiṛiyin", + "appearance": "Arwes", + "labs": "Tinarimin" }, "action": { "continue": "Kemmel", @@ -1990,21 +2007,5 @@ "a11y": { "user_menu": "Umuɣ n useqdac" }, - "action.reject": "Agi", - "action.confirm": "Sentem", - "action.dismiss": "Agwi", - "action.trust": "Ittkel", - "action.cancel": "Sefsex", - "action.join": "Rnu", - "action.close": "Mdel", - "action.accept": "Qbel", - "action.upgrade": "Leqqem", - "action.verify": "Senqed", - "action.update": "Leqqem", - "action.upload": "Sali", - "action.reset": "Wennez", - "action.share": "Bḍu", - "action.skip": "Zgel", - "action.logout": "Tuffɣa", - "action.view": "Sken" + "Home": "Agejdan" } diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index a729c546018..4420cf6603c 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -1,9 +1,13 @@ { + "Cancel": "취소", + "Close": "닫기", "Create new room": "새 방 만들기", + "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", + "Accept": "수락", "Account": "계정", "Add": "추가", "Admin": "관리자", @@ -22,7 +26,6 @@ "Anyone": "누구나", "Are you sure?": "확신합니까?", "Are you sure you want to leave the room '%(roomName)s'?": "%(roomName)s 방을 떠나겠습니까?", - "Attachment": "첨부 파일", "Banned users": "출입 금지된 사용자", "Change Password": "비밀번호 바꾸기", "Changes your display nickname": "표시 별명 변경하기", @@ -74,14 +77,12 @@ "Failed to unban": "출입 금지 풀기에 실패함", "Failed to verify email address: make sure you clicked the link in the email": "이메일 주소를 인증하지 못했습니다. 메일에 나온 주소를 눌렀는지 확인해 보세요", "Failure to create room": "방 만들기 실패", - "Favourites": "즐겨찾기", "Filter room members": "방 구성원 필터", "Forget room": "방 지우기", "For security, this session has been signed out. Please sign in again.": "안전을 위해서 이 세션에서 로그아웃했습니다. 다시 로그인해주세요.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s를 %(fromPowerLevel)s에서 %(toPowerLevel)s로", "Hangup": "전화 끊기", "Historical": "기록", - "Home": "홈", "Import": "가져오기", "Import E2E room keys": "종단간 암호화 방 키 불러오기", "Import room keys": "방 키 가져오기", @@ -94,7 +95,7 @@ "Sign in with": "이것으로 로그인", "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", - "Labs": "실험실", + "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -104,7 +105,6 @@ "Missing room_id in request": "요청에서 room_id가 빠짐", "Missing user_id in request": "요청에서 user_id이(가) 빠짐", "Moderator": "조정자", - "Name": "이름", "New passwords don't match": "새 비밀번호가 맞지 않음", "New passwords must match each other.": "새 비밀번호는 서로 같아야 합니다.", "not specified": "지정되지 않음", @@ -210,7 +210,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(fullYear)s년 %(monthName)s %(day)s일 %(weekDayName)s요일 %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s요일, %(time)s", "This server does not support authentication with a phone number.": "이 서버는 전화번호 인증을 지원하지 않습니다.", - "Room": "방", "Connectivity to the server has been lost.": "서버 연결이 끊어졌습니다.", "Sent messages will be stored until your connection has returned.": "보낸 메시지는 연결이 돌아올 때까지 저장됩니다.", "(~%(count)s results)": { @@ -219,7 +218,6 @@ }, "New Password": "새 비밀번호", "Start automatically after system login": "컴퓨터를 시작할 때 자동으로 실행하기", - "Options": "옵션", "Passphrases must match": "암호가 일치해야 함", "Passphrase must not be empty": "암호를 입력해야 함", "Export room keys": "방 키 내보내기", @@ -256,16 +254,17 @@ "Authentication check failed: incorrect password?": "인증 확인 실패: 비밀번호를 틀리셨나요?", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", + "Skip": "건너뛰기", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", "Today": "오늘", "Friday": "금요일", + "Update": "업데이트", "What's New": "새로운 점", "On": "켜기", "Changelog": "바뀐 점", "Waiting for response from server": "서버에서 응답을 기다리는 중", - "Warning": "경고", "This Room": "방", "Resend": "다시 보내기", "Messages containing my display name": "내 표시 이름이 포함된 메시지", @@ -282,6 +281,7 @@ "Developer Tools": "개발자 도구", "Unnamed room": "이름 없는 방", "Saturday": "토요일", + "Reject": "거절하기", "Monday": "월요일", "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", @@ -472,7 +472,6 @@ "And %(count)s more...": { "other": "%(count)s개 더..." }, - "Description": "설명", "Can't leave Server Notices room": "서버 알림 방을 떠날 수는 없음", "This room is used for important messages from the Homeserver, so you cannot leave it.": "이 방은 홈서버로부터 중요한 메시지를 받는 데 쓰이므로 떠날 수 없습니다.", "Terms and Conditions": "이용 약관", @@ -709,7 +708,6 @@ "Email addresses": "이메일 주소", "Phone numbers": "전화번호", "Language and region": "언어와 나라", - "Theme": "테마", "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.": "이메일 주소나 전화번호로 자신을 발견할 수 있도록 ID 서버 (%(serverName)s) 서비스 약관에 동의하세요.", "Account management": "계정 관리", "General": "기본", @@ -747,6 +745,7 @@ "Uploaded sound": "업로드된 소리", "Sounds": "소리", "Notification sound": "알림 소리", + "Reset": "되돌리기", "Set a new custom sound": "새 맞춤 소리 설정", "Browse": "찾기", "Change room avatar": "방 아바타 변경", @@ -775,6 +774,7 @@ "Unable to revoke sharing for email address": "이메일 주소 공유를 취소할 수 없음", "Unable to share email address": "이메일 주소를 공유할 수 없음", "Revoke": "취소", + "Share": "공유", "Discovery options will appear once you have added an email above.": "위에 이메일을 추가하면 검색 옵션에 나타납니다.", "Unable to revoke sharing for phone number": "전화번호 공유를 취소할 수 없음", "Unable to share phone number": "전화번호를 공유할 수 없음", @@ -823,6 +823,7 @@ "reacted with %(shortName)s": "%(shortName)s으로 리액션함", "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", + "Join": "참가", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -892,6 +893,7 @@ "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", + "Upload": "업로드", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "이 파일은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s이지만 이 파일은 %(sizeOfThisFile)s입니다.", "These files are too large to upload. The file size limit is %(limit)s.": "이 파일들은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "일부 파일이 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", @@ -924,6 +926,7 @@ "Enter username": "사용자 이름 입력", "Some characters not allowed": "일부 문자는 허용할 수 없습니다", "Email (optional)": "이메일 (선택)", + "Confirm": "확인", "Phone (optional)": "전화 (선택)", "Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함", "Couldn't load page": "페이지를 불러올 수 없음", @@ -1013,6 +1016,7 @@ "one": "1개의 메시지 삭제" }, "Remove recent messages": "최근 메시지 삭제", + "View": "보기", "Explore rooms": "방 검색", "Please fill why you're reporting.": "왜 신고하는 지 이유를 적어주세요.", "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", @@ -1080,6 +1084,7 @@ "Room %(name)s": "%(name)s 방", "Unread messages.": "읽지 않은 메시지.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "이 작업에는 이메일 주소 또는 전화번호를 확인하기 위해 기본 ID 서버 에 접근해야 합니다. 하지만 서버가 서비스 약관을 갖고 있지 않습니다.", + "Trust": "신뢰함", "Message Actions": "메시지 동작", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "%(name)s님을 확인했습니다", @@ -1124,6 +1129,7 @@ "Trusted": "신뢰함", "Not trusted": "신뢰하지 않음", "Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.", + "Verify": "확인", "You have ignored this user, so their message is hidden. Show anyways.": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. 무시하고 보이기.", "Any of the following data may be shared:": "다음 데이터가 공유됩니다:", "Your display name": "당신의 표시 이름", @@ -1156,10 +1162,10 @@ "Could not connect to identity server": "ID 서버에 연결할 수 없음", "Not a valid identity server (status code %(code)s)": "올바르지 않은 ID 서버 (상태 코드 %(code)s)", "Identity server URL must be HTTPS": "ID 서버 URL은 HTTPS이어야 함", - "Appearance": "모습", "Appearance Settings only affect this %(brand)s session.": "모습 설정은 이 %(brand)s 세션에만 영향을 끼칩니다.", "Customise your appearance": "모습 개인화하기", "Delete avatar": "아바타 삭제", + "Delete": "삭제", "More options": "추가 옵션", "Pin to sidebar": "사이드바 고정", "Developer tools": "개발자 도구", @@ -1174,7 +1180,6 @@ "Get notifications as set up in your settings": "설정에서 지정한 알림만 받습니다", "Get notified for every message": "모든 메세지 알림을 받습니다", "You won't get any notifications": "어떤 알람도 받지 않습니다", - "Public": "공개", "Space members": "스페이스 멤버 목록", "Private room (invite only)": "비공개 방 (초대 필요)", "Private (invite only)": "비공개 (초대 필요)", @@ -1230,6 +1235,7 @@ "Leave all rooms": "모든 방에서 떠나기", "Show all rooms": "모든 방 목록 보기", "All rooms": "모든 방 목록", + "Expand": "펼치기", "Create a new space": "새로운 스페이스 만들기", "Create a space": "스페이스 만들기", "Export Chat": "대화 내보내기", @@ -1314,7 +1320,6 @@ "No active call in this room": "이 방에 진행중인 통화 없음", "%(senderName)s banned %(targetName)s": "%(senderName)s님이 %(targetName)s님을 강퇴함", "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message": "평문 텍스트 메시지 앞에 ┬──┬ ノ( ゜-゜ノ) 를 덧붙임", - "Light": "라이트", "Your current session is ready for secure messaging.": "현재 세션에서 보안 메세지를 사용할 수 있습니다.", "Last activity": "최근 활동", "Mark all as read": "모두 읽음으로 표시", @@ -1328,9 +1333,7 @@ "%(num)s hours ago": "%(num)s 시간 전", "Spell check": "맞춤법 검사", "Unverified sessions": "검증되지 않은 세션들", - "Threads": "스레드", "Match system theme": "시스템 테마 사용", - "Dark": "다크", "Unverified": "검증 되지 않음", "Threads timeline": "스레드 타임라인", "Sessions": "세션목록", @@ -1353,7 +1356,22 @@ "success": "성공", "suggestions": "추천 목록", "unmute": "음소거 끄기", - "username": "사용자 이름" + "username": "사용자 이름", + "attachment": "첨부 파일", + "light": "라이트", + "dark": "다크", + "warning": "경고", + "home": "홈", + "favourites": "즐겨찾기", + "threads": "스레드", + "room": "방", + "theme": "테마", + "name": "이름", + "description": "설명", + "public": "공개", + "options": "옵션", + "appearance": "모습", + "labs": "실험실" }, "action": { "continue": "계속하기", @@ -1379,22 +1397,5 @@ "view_source": "소스 보기", "yes": "네" }, - "action.reject": "거절하기", - "action.confirm": "확인", - "action.dismiss": "버리기", - "action.trust": "신뢰함", - "action.cancel": "취소", - "action.join": "참가", - "action.close": "닫기", - "action.accept": "수락", - "action.verify": "확인", - "action.update": "업데이트", - "action.delete": "삭제", - "action.upload": "업로드", - "action.reset": "되돌리기", - "action.share": "공유", - "action.skip": "건너뛰기", - "action.logout": "로그아웃", - "action.view": "보기", - "action.expand": "펼치기" + "Home": "홈" } diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index 46cf7547e25..1f2745b5d44 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -5,6 +5,7 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "ຢືນຢັນການເພີ່ມອີເມວນີ້ໂດຍໃຊ້ Single Sign On ເພື່ອພິສູດຕົວຕົນຂອງທ່ານ.", "Failed to verify email address: make sure you clicked the link in the email": "ບໍ່ສາມາດກວດສອບອີເມວໄດ້: ໃຫ້ແນ່ໃຈວ່າທ່ານໄດ້ກົດໃສ່ການເຊື່ອມຕໍ່ໃນອີເມວ", "Add Email Address": "ເພີ່ມອີເມວ", + "Confirm": "ຢືນຢັນ", "Click the button below to confirm adding this email address.": "ກົດປຸ່ມຂ້າງລຸ່ມເພື່ອຢືນຢັນການເພີ່ມອີເມວນີ້.", "Confirm adding email": "ຢືນຢັນການເພີ່ມອີເມວ", "Single Sign On": "ເຂົ້າລະບົບແບບປະຕູດຽວ (SSO)", @@ -194,6 +195,7 @@ "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", + "Trust": "ເຊື່ອຖືໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "ການດຳເນິນການນີ້ຕ້ອງໄດ້ມີການເຂົ້າເຖິງຂໍ້ມູນການຢັ້ງຢືນຕົວຕົນທີ່ ເພື່ອກວດສອບອີເມວ ຫຼື ເບີໂທລະສັບ, ແຕ່ເຊີບເວີບໍ່ມີເງື່ອນໄຂໃນບໍລິການໃດໆ.", "Identity server has no terms of service": "ຂໍ້ມູນເຊີບເວີ ບໍ່ມີໃຫ້ບໍລິການ", @@ -256,6 +258,7 @@ "The user you called is busy.": "ຜູ້ໃຊ້ທີ່ທ່ານໂທຫາຍັງບໍ່ຫວ່າງ.", "User Busy": "ຜູ້ໃຊ້ບໍ່ຫວ່າງ", "Call Failed": "ໂທບໍ່ສຳເລັດ", + "Dismiss": "ຍົກເລີກ", "Unable to load! Check your network connectivity and try again.": "ບໍ່ສາມາດໂຫຼດໄດ້! ກະລຸນາກວດເບິ່ງການເຊື່ອມຕໍ່ເຄືອຂ່າຍຂອງທ່ານ ແລະ ລອງໃໝ່ອີກຄັ້ງ.", "Calls are unsupported": "ບໍ່ຮອງຮັບການໂທ", "Room %(roomId)s not visible": "ບໍ່ເຫັນຫ້ອງ %(roomId)s", @@ -396,6 +399,7 @@ "Unable to share phone number": "ບໍ່ສາມາດແບ່ງປັນເບີໂທລະສັບໄດ້", "Unable to revoke sharing for phone number": "ບໍ່ສາມາດຖອນການແບ່ງປັນສຳລັບເບີໂທລະສັບໄດ້", "Discovery options will appear once you have added an email above.": "ຕົວເລືອກການຄົ້ນພົບຈະປາກົດຂຶ້ນເມື່ອທ່ານໄດ້ເພີ່ມອີເມວຂ້າງເທິງ.", + "Share": "ແບ່ງປັນ", "Revoke": "ຖອນຄືນ", "Complete": "ສໍາເລັດ", "Verify the link in your inbox": "ຢືນຢັນການເຊື່ອມຕໍ່ໃນ inbox ຂອງທ່ານ", @@ -552,6 +556,7 @@ "You are not subscribed to any lists": "ເຈົ້າຍັງບໍ່ໄດ້ສະໝັກໃຊ້ລາຍການໃດໆ", "You are currently ignoring:": "ຕອນນີ້ທ່ານກຳລັງລະເລີຍ:", "You have not ignored anyone.": "ເຈົ້າຍັງບໍ່ໄດ້ລະເລີຍຜູ້ໃດຜູ້ໜຶ່ງ.", + "Close": "ປິດ", "User rules": "ກົດລະບຽບຂອງຜູ້ໃຊ້", "Server rules": "ກົດລະບຽບຂອງ ເຊີບເວີ", "Ban list rules - %(roomName)s": "ກົດລະບຽບຂອງລາຍຊື່ຕ້ອງຫ້າມ-%(roomName)s", @@ -564,7 +569,6 @@ "Something went wrong. Please try again or view your console for hints.": "ມີບາງຢ່າງຜິດພາດ. ກະລຸນາລອງອີກຄັ້ງ ຫຼື ເບິ່ງ console ຂອງທ່ານເພື່ອຂໍຄຳແນະນຳ.", "Error adding ignored user/server": "ເກີດຄວາມຜິດພາດໃນການເພີ່ມຜູ້ໃຊ້/ເຊີບເວີທີ່ລະເລີຍ", "Ignored/Blocked": "ບໍ່ສົນໃຈ/ຖືກບລັອກ", - "Labs": "ຫ້ອງທົດລອງ", "Keyboard": "ແປ້ນພິມ", "Clear cache and reload": "ລຶບ cache ແລະ ໂຫຼດໃຫມ່", "Your access token gives full access to your account. Do not share it with anyone.": "ການເຂົ້າເຖິງໂທເຄັນຂອງທ່ານເປັນການເຂົ້າເຖິງບັນຊີຂອງທ່ານຢ່າງເຕັມທີ່. ຢ່າແບ່ງປັນໃຫ້ຄົນອຶ່ນ.", @@ -572,6 +576,7 @@ "Versions": "ເວິຊັ້ນ", "FAQ": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", "Cross-signing public keys:": "ກະແຈສາທາລະນະທີ່ມີ Cross-signing:", + "Reset": "ຕັ້ງຄ່າຄືນ", "Cross-signing is not set up.": "ບໍ່ໄດ້ຕັ້ງຄ່າ Cross-signing.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "ບັນຊີຂອງທ່ານມີຂໍ້ມູນແບບ cross-signing ໃນການເກັບຮັກສາຄວາມລັບ, ແຕ່ວ່າຍັງບໍ່ມີຄວາມເຊື່ອຖືໃນລະບົບນີ້.", "Cross-signing is ready but keys are not backed up.": "ການລົງຊື່ຂ້າມແມ່ນພ້ອມແລ້ວແຕ່ກະແຈບໍ່ໄດ້ສຳຮອງໄວ້.", @@ -620,7 +625,8 @@ "Failed to copy": "ສຳເນົາບໍ່ສຳເລັດ", "Copied!": "ສຳເນົາແລ້ວ!", "Click to copy": "ກົດເພື່ອສຳເນົາ", - "Options": "ທາງເລືອກ", + "Collapse": "ຫຍໍ້ລົງ", + "Expand": "ຂະຫຍາຍ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", @@ -629,21 +635,18 @@ "Go back": "ກັບຄືນ", "To join a space you'll need an invite.": "ເພື່ອເຂົ້າຮ່ວມພື້ນທີ່, ທ່ານຈະຕ້ອງການເຊີນ.", "Invite only, best for yourself or teams": "ເຊີນເທົ່ານັ້ນ, ດີທີ່ສຸດສຳລັບຕົວທ່ານເອງ ຫຼື ທີມງານ", - "Private": "ສ່ວນຕົວ", "Open space for anyone, best for communities": "ເປີດພື້ນທີ່ສໍາລັບທຸກຄົນ, ດີທີ່ສຸດສໍາລັບຊຸມຊົນ", - "Public": "ສາທາລະນະ", "Spaces are a new way to group rooms and people. What kind of Space do you want to create? You can change this later.": "Spaces ເປັນວິທີໃໝ່ໃນການຈັດກຸ່ມຫ້ອງ ແລະ ຄົນ. ທ່ານຕ້ອງການສ້າງ Space ປະເພດໃດ? ທ່ານສາມາດປ່ຽນອັນນີ້ໃນພາຍຫຼັງ.", "Create a space": "ສ້າງພື້ນທີ່", "Address": "ທີ່ຢູ່", "e.g. my-space": "ຕົວຢ່າງ: ພື້ນທີ່ຂອງຂ້ອຍ", "Please enter a name for the space": "ກະລຸນາໃສ່ຊື່ສໍາລັບຊ່ອງຫວ່າງ", "Search %(spaceName)s": "ຊອກຫາ %(spaceName)s", - "Description": "ລາຍລະອຽດ", - "Name": "ຊື່", + "Upload": "ອັບໂຫຼດ", "Upload avatar": "ອັບໂຫຼດອາວາຕ້າ", + "Delete": "ລຶບ", "Delete avatar": "ລືບອາວາຕ້າ", "Space selection": "ການເລືອກພື້ນທີ່", - "Theme": "ຫົວຂໍ້", "Match system": "ລະບົບການຈັບຄູ່", "More options": "ທາງເລືອກເພີ່ມເຕີມ", "Pin to sidebar": "ປັກໝຸດໃສ່ແຖບດ້ານຂ້າງ", @@ -700,7 +703,6 @@ "Live location error": "ສະຖານທີ່ປັດຈຸບັນຜິດພາດ", "Live location ended": "ສະຖານທີ່ປັດຈຸບັນສິ້ນສຸດລົງແລ້ວ", "Join the beta": "ເຂົ້າຮ່ວມເບຕ້າ", - "Beta": "ເບຕ້າ", "Click for more info": "ກົດສຳລັບຂໍ້ມູນເພີ່ມເຕີມ", "This is a beta feature": "ນີ້ແມ່ນຄຸນສົມບັດເບຕ້າ", "Move right": "ຍ້າຍໄປທາງຂວາ", @@ -786,7 +788,6 @@ "Server Options": "ຕົວເລືອກເຊີບເວີ", "Sign in with single sign-on": "ເຂົ້າສູ່ລະບົບດ້ວຍການລົງຊື່ເຂົ້າໃຊ້ພຽງຄັ້ງດຽວ", "Continue with %(provider)s": "ສືບຕໍ່ກັບ %(provider)s", - "Homeserver": "Homeserver", "Your server": "ເຊີບເວີຂອງທ່ານ", "Can't find this server or its room list": "ບໍ່ສາມາດຊອກຫາເຊີບເວີນີ້ ຫຼື ລາຍຊື່ຫ້ອງຂອງມັນໄດ້", "You are not allowed to view this server's rooms list": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເບິ່ງລາຍຊື່ຫ້ອງຂອງເຊີບເວີນີ້", @@ -822,6 +823,7 @@ "Sign out and remove encryption keys?": "ອອກຈາກລະບົບ ແລະ ລຶບລະຫັດການເຂົ້າລະຫັດອອກບໍ?", "Link to most recent message": "ເຊື່ອມຕໍ່ກັບຂໍ້ຄວາມຫຼ້າສຸດ", "Share Room": "ແບ່ງປັນຫ້ອງ", + "Skip": "ຂ້າມ", "This will allow you to reset your password and receive notifications.": "ນີ້ຈະຊ່ວຍໃຫ້ທ່ານສາມາດປັບລະຫັດຜ່ານຂອງທ່ານ ແລະ ໄດ້ຮັບການແຈ້ງເຕືອນ.", "Email address": "ທີ່ຢູ່ອີເມວ", "Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.", @@ -928,7 +930,6 @@ "Failed to load timeline position": "ໂຫຼດຕໍາແໜ່ງທາມລາຍບໍ່ສຳເລັດ", "Tried to load a specific point in this room's timeline, but was unable to find it.": "ພະຍາຍາມໂຫຼດຈຸດສະເພາະໃນທາມລາຍຂອງຫ້ອງນີ້, ແຕ່ບໍ່ສາມາດຊອກຫາມັນໄດ້.", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "ພະຍາຍາມໂຫຼດຈຸດສະເພາະຢູ່ໃນທາມລາຍຂອງຫ້ອງນີ້, ແຕ່ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເບິ່ງຂໍ້ຄວາມທີ່ເປັນຄໍາຖາມ.", - "Thread": "ກະທູ້", "Keep discussions organised with threads": "ຮັກສາການສົນທະນາທີ່ມີການຈັດລະບຽບ", "Tip: Use “%(replyInThread)s” when hovering over a message.": "ເຄັດລັບ: ໃຊ້ “%(replyInThread)s” ເມື່ອເລື່ອນໃສ່ຂໍ້ຄວາມ.", "Threads help keep your conversations on-topic and easy to track.": "ກະທູ້ຊ່ວຍໃຫ້ການສົນທະນາຂອງທ່ານຢູ່ໃນຫົວຂໍ້ ແລະ ງ່າຍຕໍ່ການຕິດຕາມ.", @@ -1006,6 +1007,7 @@ "You're all caught up": "ໝົດແລ້ວໝົດເລີຍ", "%(creator)s created and configured the room.": "%(creator)s ສ້າງ ແລະ ກຳນົດຄ່າຫ້ອງ.", "%(creator)s created this DM.": "%(creator)s ສ້າງ DM ນີ້.", + "Logout": "ອອກຈາກລະບົບ", "Verification requested": "ຂໍການຢັ້ງຢືນ", "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 ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.", "Old cryptography data detected": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ", @@ -1169,7 +1171,6 @@ "Sort by": "ຈັດຮຽງຕາມ", "Show previews of messages": "ສະແດງຕົວຢ່າງຂອງຂໍ້ຄວາມ", "Show rooms with unread messages first": "ສະແດງຫ້ອງຂໍ້ຄວາມທີ່ຍັງບໍ່ທັນໄດ້ອ່ານກ່ອນ", - "Appearance": "ຮູບລັກສະນະ", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "%(errcode)s ຖືກສົ່ງຄືນໃນຂະນະທີ່ພະຍາຍາມເຂົ້າເຖິງຫ້ອງ ຫຼື ພື້ນທີ່. ຖ້າຫາກທ່ານຄິດວ່າທ່ານກໍາລັງເຫັນຂໍ້ຄວາມນີ້ຜິດພາດ, ກະລຸນາ ສົ່ງບົດລາຍງານ bug.", "Try again later, or ask a room or space admin to check if you have access.": "ລອງໃໝ່ໃນພາຍຫຼັງ, ຫຼື ຂໍໃຫ້ຜູ້ຄຸ້ມຄອງຫ້ອງ ຫຼື ຜູ້ຄຸ້ມຄອງພື້ນທີ່ກວດເບິ່ງວ່າທ່ານມີການເຂົ້າເຖິງ ຫຼື ບໍ່.", "Force complete": "ບັງຄັບໃຫ້ສໍາເລັດ", @@ -1481,6 +1482,7 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", + "Cancel": "ຍົກເລີກ", "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", @@ -1536,9 +1538,7 @@ "other": "%(names)s and %(count)sຄົນອື່ນກຳລັງພິມ…" }, "%(displayName)s is typing …": "%(displayName)s ກຳລັງພິມ…", - "Dark": "ມືດ", "Light high contrast": "ແສງສະຫວ່າງຄວາມຄົມຊັດສູງ", - "Light": "ແສງສະຫວ່າງ", "%(senderName)s has ended a poll": "%(senderName)sໄດ້ສິ້ນສຸດການສໍາຫຼວດ", "%(senderName)s has started a poll - %(pollQuestion)s": "%(senderName)s ໄດ້ເລີ່ມສຳຫຼວດ - %(pollQuestion)s", "Message deleted by %(name)s": "ຂໍ້ຄວາມຖືກລຶບໂດຍ %(name)s", @@ -2059,7 +2059,6 @@ "Explore room account data": "ສຳຫຼວດຂໍ້ມູນບັນຊີຫ້ອງ", "Explore room state": "ສຳຫຼວດສະຖານະຫ້ອງ", "Send custom timeline event": "ສົ່ງລາຍແບບກຳນົດເອງ", - "Room": "ຫ້ອງ", "Hide my messages from new joiners": "ເຊື່ອງຂໍ້ຄວາມຂອງຂ້ອຍຈາກຜູ້ເຂົ້າໃໝ່", "Your old messages will still be visible to people who received them, just like emails you sent in the past. Would you like to hide your sent messages from people who join rooms in the future?": "ຂໍ້ຄວາມເກົ່າຂອງທ່ານຍັງເບິ່ງເຫັນໄດ້ໂດຍຜູ້ທີ່ໄດ້ຮັບຂໍ້ຄວາມ, ຄືກັນກັບອີເມວທີ່ທ່ານສົ່ງໃນອະດີດ. ທ່ານຕ້ອງການເຊື່ອງຂໍ້ຄວາມທີ່ສົ່ງຂອງທ່ານຈາກຄົນທີ່ເຂົ້າຮ່ວມຫ້ອງໃນອະນາຄົດບໍ?", "You will be removed from the identity server: your friends will no longer be able to find you with your email or phone number": "ທ່ານຈະຖືກລຶບອອກຈາກຂໍ້ມູນເຊີບເວີ: ໝູ່ຂອງທ່ານຈະບໍ່ສາມາດຊອກຫາທ່ານດ້ວຍອີເມວ ຫຼືເບີໂທລະສັບຂອງທ່ານໄດ້ອີກຕໍ່ໄປ", @@ -2232,7 +2231,6 @@ "Room members": "ສະມາຊິກຫ້ອງ", "Room information": "ຂໍ້ມູນຫ້ອງ", "Back to chat": "ກັບໄປທີ່ການສົນທະນາ", - "Threads": "ກະທູ້", "%(senderName)s is calling": "%(senderName)s ກຳລັງໂທຫາ", "Waiting for answer": "ລໍຖ້າຄໍາຕອບ", "%(senderName)s started a call": "%(senderName)s ເລີ່ມໂທ", @@ -2244,13 +2242,14 @@ "%(senderName)s joined the call": "%(senderName)s ເຂົ້າຮ່ວມການໂທ", "You joined the call": "ທ່ານເຂົ້າຮ່ວມການໂທ", "Other rooms": "ຫ້ອງອື່ນໆ", - "Favourites": "ລາຍການທີ່ມັກ", "Replying": "ກຳລັງຕອບກັບ", "Recently viewed": "ເບິ່ງເມື່ອບໍ່ດົນມານີ້", "Seen by %(count)s people": { "one": "ເຫັນໂດຍ %(count)s ຄົນ", "other": "ເຫັນໂດຍ %(count)s ຄົນ" }, + "Join": "ເຂົ້າຮ່ວມ", + "View": "ເບິ່ງ", "Unknown": "ບໍ່ຮູ້ຈັກ", "Idle": "ບໍ່ເຮັດວຽກ", "Online": "ອອນລາຍ", @@ -2350,7 +2349,6 @@ "%(name)s declined": "%(name)s ປະຕິເສດ", "You cancelled": "ທ່ານໄດ້ຍົກເລີກ", "You declined": "ທ່ານປະຕິເສດ", - "Home": "ໜ້າຫຼັກ", "All rooms": "ຫ້ອງທັງໝົດ", "Failed to join": "ການເຂົ້າຮ່ວມບໍ່ສຳເລັດ", "The person who invited you has already left, or their server is offline.": "ບຸກຄົນທີ່ເຊີນທ່ານໄດ້ອອກໄປແລ້ວ, ຫຼືເຊີບເວີຂອງເຂົາເຈົ້າອອບລາຍຢູ່.", @@ -2361,17 +2359,19 @@ "Guest": "ແຂກ", "New version of %(brand)s is available": "ເວີຊັນໃໝ່ຂອງ %(brand)s ພ້ອມໃຊ້ງານ", "Update %(brand)s": "ອັບເດດ %(brand)s", + "Update": "ອັບເດດ", "What's New": "ມີຫຍັງໃຫມ່", "What's new?": "ມີຫຍັງໃຫມ່?", "%(deviceId)s from %(ip)s": "%(deviceId)s ຈາກ %(ip)s", "New login. Was this you?": "ເຂົ້າສູ່ລະບົບໃໝ່. ນີ້ແມ່ນທ່ານບໍ?", "Other users may not trust it": "ຜູ້ໃຊ້ອື່ນໆອາດຈະບໍ່ໄວ້ວາງໃຈ", "Safeguard against losing access to encrypted messages & data": "ປ້ອງກັນການສູນເສຍການເຂົ້າເຖິງຂໍ້ຄວາມ ແລະຂໍ້ມູນທີ່ເຂົ້າລະຫັດ", + "Verify": "ຢືນຢັນ", + "Upgrade": "ຍົກລະດັບ", "Verify this session": "ຢືນຢັນລະບົບນີ້", "Encryption upgrade available": "ມີການຍົກລະດັບການເຂົ້າລະຫັດ", "Set up Secure Backup": "ຕັ້ງຄ່າການສໍາຮອງຂໍ້ມູນທີ່ປອດໄພ", "Ok": "ຕົກລົງ", - "Warning": "ຄຳເຕືອນ", "Contact your server admin.": "ຕິດຕໍ່ ຜູ້ເບິ່ງຄຸ້ມຄອງເຊີບເວີ ຂອງທ່ານ.", "Your homeserver has exceeded one of its resource limits.": "homeserver ຂອງທ່ານເກີນຂີດຈຳກັດຊັບພະຍາກອນແລ້ວ.", "Your homeserver has exceeded its user limit.": "ເຊີບເວີຂອງທ່ານໃຊ້ເກີນຂີດຈຳກັດແລ້ວ.", @@ -2380,6 +2380,7 @@ "Use app for a better experience": "ໃຊ້ແອັບເພື່ອປະສົບການທີ່ດີກວ່າ", "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", + "Accept": "ຍອມຮັບ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2392,6 +2393,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "ບໍ່ເປັນຫຍັງ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { @@ -2506,7 +2508,6 @@ "one": "%(items)s ແລະ ອີກນຶ່ງລາຍການ", "other": "%(items)s ແລະ %(count)s ອື່ນໆ" }, - "Attachment": "ຄັດຕິດ", "This homeserver has exceeded one of its resource limits.": "homeserverນີ້ໃຊ້ຊັບພະຍາກອນເກີນຂີດຈຳກັດຢ່າງໃດຢ່າງໜຶ່ງ.", "This homeserver has been blocked by its administrator.": "homeserver ນີ້ຖືກບລັອກໂດຍຜູູ້ຄຸ້ມຄອງລະບົບ.", "This homeserver has hit its Monthly Active User limit.": "homeserver ນີ້ຮອດຂີດຈຳກັດຂອງຜູ້ໃຊ້ປະຈຳເດືອນແລ້ວ.", @@ -2667,6 +2668,7 @@ "%(roomName)s can't be previewed. Do you want to join it?": "ບໍ່ສາມາດເບິ່ງຕົວຢ່າງ %(roomName)s ໄດ້. ທ່ານຕ້ອງການເຂົ້າຮ່ວມມັນບໍ?", "You're previewing %(roomName)s. Want to join it?": "ທ່ານກຳລັງເບິ່ງຕົວຢ່າງ %(roomName)s. ຕ້ອງການເຂົ້າຮ່ວມບໍ?", "Reject & Ignore user": "ປະຕິເສດ ແລະ ບໍ່ສົນໃຈຜູ້ໃຊ້", + "Reject": "ປະຕິເສດ", " invited you": " ເຊີນທ່ານ", "Do you want to join %(roomName)s?": "ທ່ານຕ້ອງການເຂົ້າຮ່ວມ %(roomName)s ບໍ?", "Start chatting": "ເລີ່ມການສົນທະນາ", @@ -2890,6 +2892,7 @@ "You've successfully verified this user.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ສຳເລັດແລ້ວ.", "Verified!": "ຢືນຢັນແລ້ວ!", "The other party cancelled the verification.": "ອີກຝ່າຍໄດ້ຍົກເລີກການຢັ້ງຢືນ.", + "Call": "ໂທ", "%(name)s on hold": "%(name)s ຖືກລະງັບໄວ້", "Return to call": "ກັບໄປທີ່ການໂທ", "Hangup": "ວາງສາຍ", @@ -3249,7 +3252,26 @@ "unmute": "ຍົກເລີກປິດສຽງ", "username": "ຊື່ຜູ້ໃຊ້", "verification_cancelled": "ຍົກເລີກການຢັ້ງຢືນແລ້ວ", - "video": "ວິດີໂອ" + "video": "ວິດີໂອ", + "attachment": "ຄັດຕິດ", + "light": "ແສງສະຫວ່າງ", + "dark": "ມືດ", + "warning": "ຄຳເຕືອນ", + "home": "ໜ້າຫຼັກ", + "favourites": "ລາຍການທີ່ມັກ", + "thread": "ກະທູ້", + "threads": "ກະທູ້", + "room": "ຫ້ອງ", + "theme": "ຫົວຂໍ້", + "name": "ຊື່", + "description": "ລາຍລະອຽດ", + "public": "ສາທາລະນະ", + "private": "ສ່ວນຕົວ", + "options": "ທາງເລືອກ", + "appearance": "ຮູບລັກສະນະ", + "homeserver": "Homeserver", + "beta": "ເບຕ້າ", + "labs": "ຫ້ອງທົດລອງ" }, "action": { "continue": "ສືບຕໍ່", @@ -3287,26 +3309,5 @@ "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" }, - "action.reject": "ປະຕິເສດ", - "action.confirm": "ຢືນຢັນ", - "action.dismiss": "ຍົກເລີກ", - "action.trust": "ເຊື່ອຖືໄດ້", - "action.cancel": "ຍົກເລີກ", - "action.stop": "ຢຸດ", - "action.join": "ເຂົ້າຮ່ວມ", - "action.close": "ປິດ", - "action.accept": "ຍອມຮັບ", - "action.upgrade": "ຍົກລະດັບ", - "action.verify": "ຢືນຢັນ", - "action.update": "ອັບເດດ", - "action.call": "ໂທ", - "action.delete": "ລຶບ", - "action.upload": "ອັບໂຫຼດ", - "action.collapse": "ຫຍໍ້ລົງ", - "action.reset": "ຕັ້ງຄ່າຄືນ", - "action.share": "ແບ່ງປັນ", - "action.skip": "ຂ້າມ", - "action.logout": "ອອກຈາກລະບົບ", - "action.view": "ເບິ່ງ", - "action.expand": "ຂະຫຍາຍ" + "Home": "ໜ້າຫຼັກ" } diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 580ff7df991..2e6abdff895 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -6,13 +6,13 @@ "Notification targets": "Pranešimo objektai", "Today": "Šiandien", "Friday": "Penktadienis", + "Update": "Atnaujinti", "Notifications": "Pranešimai", "On": "Įjungta", "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?", "Operation failed": "Operacija nepavyko", - "Warning": "Įspėjimas", "This Room": "Šis pokalbių kambarys", "Resend": "Siųsti iš naujo", "Messages in one-to-one chats": "Žinutės privačiuose pokalbiuose", @@ -22,6 +22,7 @@ "All Rooms": "Visi pokalbių kambariai", "Source URL": "Šaltinio URL adresas", "Messages sent by bot": "Boto siųstos žinutės", + "Cancel": "Atšaukti", "Filter results": "Išfiltruoti rezultatus", "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", @@ -31,6 +32,7 @@ "Search…": "Paieška…", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", + "Dismiss": "Atmesti", "Saturday": "Šeštadienis", "Online": "Prisijungęs", "Monday": "Pirmadienis", @@ -49,11 +51,13 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", + "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", + "Reject": "Atmesti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", @@ -119,6 +123,7 @@ "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", + "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", @@ -132,12 +137,10 @@ "New Password": "Naujas slaptažodis", "Failed to set display name": "Nepavyko nustatyti rodomo vardo", "Drop file here to upload": "Norėdami įkelti, vilkite failą čia", - "Options": "Parinktys", "Failed to mute user": "Nepavyko nutildyti vartotojo", "Are you sure?": "Ar tikrai?", "Ignore": "Ignoruoti", "Admin Tools": "Administratoriaus įrankiai", - "Attachment": "Priedas", "Voice call": "Balso skambutis", "Video call": "Vaizdo skambutis", "Send an encrypted reply…": "Siųsti šifruotą atsakymą…", @@ -179,7 +182,6 @@ "Search failed": "Paieška nepavyko", "Server may be unavailable, overloaded, or search timed out :(": "Gali būti, kad serveris neprieinamas, perkrautas arba pasibaigė paieškai skirtas laikas :(", "No more results": "Daugiau nėra jokių rezultatų", - "Room": "Kambarys", "Failed to reject invite": "Nepavyko atmesti pakvietimo", "Uploading %(filename)s and %(count)s others": { "other": "Įkeliamas %(filename)s ir dar %(count)s failai", @@ -269,7 +271,6 @@ "Demote": "Pažeminti", "Share Link to User": "Dalintis nuoroda į vartotoją", "The conversation continues here.": "Pokalbis tęsiasi čia.", - "Favourites": "Mėgstami", "Banned users": "Užblokuoti vartotojai", "This room is not accessible by remote Matrix servers": "Šis kambarys nėra pasiekiamas nuotoliniams Matrix serveriams", "Who can read history?": "Kas gali skaityti istoriją?", @@ -326,7 +327,6 @@ "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s pakeitė kambario %(roomName)s pseudoportretą", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s pašalino kambario pseudoportretą.", "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s pakeitė kambario pseudoportretą į ", - "Home": "Pradžia", "%(severalUsers)sleft %(count)s times": { "other": "%(severalUsers)s išėjo %(count)s kartų(-us)", "one": "%(severalUsers)s išėjo" @@ -393,10 +393,10 @@ "Unable to add email address": "Nepavyko pridėti el. pašto adreso", "Unable to verify email address.": "Nepavyko patvirtinti el. pašto adreso.", "This will allow you to reset your password and receive notifications.": "Tai jums leis iš naujo nustatyti slaptažodį ir gauti pranešimus.", + "Skip": "Praleisti", "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ų!", - "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", @@ -416,6 +416,7 @@ "Identity server has no terms of service": "Tapatybės serveris neturi paslaugų teikimo sąlygų", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šiam veiksmui reikalinga pasiekti numatytąjį tapatybės serverį , kad patvirtinti el. pašto adresą arba telefono numerį, bet serveris neturi jokių paslaugos teikimo sąlygų.", "Only continue if you trust the owner of the server.": "Tęskite tik tuo atveju, jei pasitikite serverio savininku.", + "Trust": "Pasitikėti", "You need to be able to invite users to do that.": "Norėdami tai atlikti jūs turite turėti galimybę pakviesti vartotojus.", "Power level must be positive integer.": "Galios lygis privalo būti teigiamas sveikasis skaičius.", "Messages": "Žinutės", @@ -522,6 +523,7 @@ "Messages containing my username": "Žinutės, kuriose yra mano vartotojo vardas", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (galia %(powerLevelNumber)s)", "Enter username": "Įveskite vartotojo vardą", + "Confirm": "Patvirtinti", "Create account": "Sukurti paskyrą", "Change identity server": "Pakeisti tapatybės serverį", "Change": "Keisti", @@ -657,7 +659,6 @@ "Server name": "Serverio pavadinimas", "Please enter a name for the room": "Įveskite kambario pavadinimą", "Create a private room": "Sukurti privatų kambarį", - "Name": "Pavadinimas", "Topic (optional)": "Tema (nebūtina)", "Hide advanced": "Paslėpti išplėstinius", "Show advanced": "Rodyti išplėstinius", @@ -714,6 +715,7 @@ "Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.", "Messages containing @room": "Žinutės, kuriose yra @kambarys", "To be secure, do this in person or use a trusted way to communicate.": "Norėdami užtikrinti saugumą, darykite tai asmeniškai arba naudokite patikimą komunikacijos būdą.", + "Verify": "Patvirtinti", "Restore from Backup": "Atkurti iš Atsarginės Kopijos", "Preferences": "Nuostatos", "Cryptography": "Kriptografija", @@ -782,7 +784,6 @@ "Theme added!": "Tema pridėta!", "Custom theme URL": "Pasirinktinės temos URL", "Add theme": "Pridėti temą", - "Theme": "Tema", "Phone numbers": "Telefono numeriai", "Language and region": "Kalba ir regionas", "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.": "Sutikite su tapatybės serverio (%(serverName)s) paslaugų teikimo sąlygomis, kad leistumėte kitiems rasti jus pagal el. pašto adresą ar telefono numerį.", @@ -880,7 +881,9 @@ "Folder": "Aplankas", "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", + "Upgrade": "Atnaujinti", "Accept to continue:": "Sutikite su , kad tęstumėte:", + "Upload": "Įkelti", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Jūsų paskyra slaptoje saugykloje turi kryžminio pasirašymo tapatybę, bet šis seansas dar ja nepasitiki.", "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", @@ -959,6 +962,7 @@ "Can't leave Server Notices room": "Negalima išeiti iš Serverio Pranešimų kambario", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Šis kambarys yra naudojamas svarbioms žinutėms iš serverio, tad jūs negalite iš jo išeiti.", "Terms and Conditions": "Taisyklės ir Sąlygos", + "Logout": "Atsijungti", "Reject & Ignore user": "Atmesti ir ignoruoti vartotoją", "Reject invitation": "Atmesti pakvietimą", "You can only join it with a working invite.": "Jūs galite prisijungti tik su veikiančiu pakvietimu.", @@ -985,6 +989,7 @@ "Continue With Encryption Disabled": "Tęsti išjungus šifravimą", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Patvirtinkite šį vartotoją, kad pažymėtumėte jį kaip patikimą. Vartotojų pažymėjimas patikimais suteikia jums papildomos ramybės naudojant visapusiškai užšifruotas žinutes.", "Sign out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", + "View": "Žiūrėti", "Confirm encryption setup": "Patvirtinti šifravimo sąranką", "Click the button below to confirm setting up encryption.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šifravimo nustatymą.", "Restore your key backup to upgrade your encryption": "Atkurkite savo atsarginę raktų kopiją, kad atnaujintumėte šifravimą", @@ -997,7 +1002,6 @@ "You are currently using to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Tam, kad galėtumėte rasti ir tam, kad būtumėte randamas esamų, jums žinomų kontaktų, jūs šiuo metu naudojate tapatybės serverį. Jį pakeisti galite žemiau.", "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Šiuo metu jūs nenaudojate tapatybės serverio. Tam, kad galėtumėte rasti ir tam, kad būtumėte randamas esamų, jums žinomų kontaktų, pridėkite jį žemiau.", "Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Atsijungimas nuo tapatybės serverio reikš, kad jūs nebebūsite randamas kitų vartotojų ir jūs nebegalėsite pakviesti kitų, naudodami jų el. paštą arba telefoną.", - "Appearance": "Išvaizda", "Deactivate account": "Deaktyvuoti paskyrą", "Timeline": "Laiko juosta", "Try scrolling up in the timeline to see if there are any earlier ones.": "Pabandykite slinkti aukštyn laiko juostoje, kad sužinotumėte, ar yra ankstesnių.", @@ -1050,6 +1054,7 @@ "Import E2E room keys": "Importuoti E2E (visapusio šifravimo) kambarių raktus", "Session ID:": "Seanso ID:", "Session key:": "Seanso raktas:", + "Reset": "Iš naujo nustatyti", "Failed to connect to integration manager": "Nepavyko prisijungti prie integracijų tvarkytuvo", "Please create a new issue on GitHub so that we can investigate this bug.": "Prašome sukurti naują problemą GitHub'e, kad mes galėtume ištirti šią klaidą.", "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Pasakyite mums kas nutiko, arba, dar geriau, sukurkite GitHub problemą su jos apibūdinimu.", @@ -1154,6 +1159,7 @@ "You must join the room to see its files": "Norėdami pamatyti jo failus, turite prisijungti prie kambario", "Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai", "Block anyone not part of %(serverName)s from ever joining this room.": "Blokuoti bet ką, kas nėra iš %(serverName)s, niekada nebeleidžiant prisijungti prie šio kambario.", + "Join": "Prisijungti", "Join the conference from the room information card on the right": "Prisijunkite prie konferencijos kambario informacijos kortelėje dešinėje", "Join the conference at the top of this room": "Prisijunkite prie konferencijos šio kambario viršuje", "Join the discussion": "Prisijungti prie diskusijos", @@ -1225,8 +1231,6 @@ "a few seconds ago": "prieš kelias sekundes", "Not Trusted": "Nepatikimas", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) prisijungė prie naujo seanso jo nepatvirtinę:", - "Dark": "Tamsi", - "Light": "Šviesi", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s atnaujino draudimo taisyklę, kuri sutapo su %(oldGlob)s į sutampančią su %(newGlob)s dėl %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s pakeitė taisyklę, kuri draudė serverius, sutampančius su %(oldGlob)s į sutampančius su %(newGlob)s dėl %(reason)s", "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s pakeitė taisyklę, kuri draudė kambarius, sutampančius su %(oldGlob)s į sutampančius su %(newGlob)s dėl %(reason)s", @@ -1278,7 +1282,6 @@ "Something went wrong. Please try again or view your console for hints.": "Kažkas ne taip. Bandykite dar kartą arba peržiūrėkite konsolę, kad rastumėte užuominų.", "Error adding ignored user/server": "Klaida pridedant ignoruojamą vartotoją/serverį", "Ignored/Blocked": "Ignoruojami/Blokuojami", - "Labs": "Laboratorijos", "Legal": "Teisiniai", "Appearance Settings only affect this %(brand)s session.": "Išvaizdos nustatymai įtakoja tik šį %(brand)s seansą.", "Customise your appearance": "Tinkinti savo išvaizdą", @@ -1432,7 +1435,6 @@ "Already have an account? Sign in here": "Jau turite paskyrą? Prisijunkite čia", "Host account on": "Kurti paskyrą serveryje", "Forgotten your password?": "Pamiršote savo slaptažodį?", - "Homeserver": "Serveris", "New? Create account": "Naujas vartotojas? Sukurkite paskyrą", "Preparing to download logs": "Ruošiamasi parsiųsti žurnalus", "Server Options": "Serverio Parinktys", @@ -1757,6 +1759,7 @@ "Verification code": "Patvirtinimo kodas", "Revoke": "Panaikinti", "Complete": "Užbaigti", + "Share": "Dalintis", "Olm version:": "Olm versija:", "Enable email notifications for %(email)s": "Įjungti el. pašto pranešimus %(email)s", "Messages containing keywords": "Žinutės turinčios raktažodžių", @@ -1797,11 +1800,10 @@ "Jump to first invite.": "Peršokti iki pirmo pakvietimo.", "Enable guest access": "Įjungti svečių prieigą", "Invite people": "Pakviesti žmonių", - "Private": "Privatus", - "Public": "Viešas", "Address": "Adresas", "Search %(spaceName)s": "Ieškoti %(spaceName)s", "Delete avatar": "Ištrinti avatarą", + "Delete": "Ištrinti", "Return to call": "Grįžti prie skambučio", "Start the camera": "Įjungti kamerą", "Stop the camera": "Išjungti kamerą", @@ -2124,7 +2126,6 @@ "You ended the call": "Baigėte skambutį", "Room members": "Kambario nariai", "Back to chat": "Grįžti į pokalbį", - "Threads": "Temos", "%(senderName)s ended the call": "%(senderName)s baigė skambutį", "Other rooms": "Kiti kambariai", "All rooms": "Visi kambariai", @@ -2147,6 +2148,7 @@ "Help improve %(analyticsOwner)s": "Padėkite pagerinti %(analyticsOwner)s", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Dalinkitės anoniminiais duomenimis, kurie padės mums nustatyti problemas. Nieko asmeniško. Jokių trečiųjų šalių. Sužinokite daugiau", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Anksčiau sutikote su mumis dalytis anoniminiais naudojimo duomenimis. Atnaujiname, kaip tai veikia.", + "Stop": "Sustabdyti", "That's fine": "Tai gerai", "File Attached": "Failas pridėtas", "Exported %(count)s events in %(seconds)s seconds": { @@ -2170,6 +2172,8 @@ "Invite with email or username": "Pakviesti su el. paštu arba naudotojo vardu", "Share invite link": "Bendrinti pakvietimo nuorodą", "Click to copy": "Spustelėkite kad nukopijuoti", + "Collapse": "Suskleisti", + "Expand": "Išplėsti", "Show all rooms": "Rodyti visus kambarius", "You can change these anytime.": "Jūs tai galite pakeisti bet kada.", "Add some details to help people recognise it.": "Pridėkite šiek tiek detalių, kad žmonės galėtų ją atpažinti.", @@ -2207,6 +2211,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Laukiama, kol patvirtinsite kitame įrenginyje, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Patvirtinkite šį prietaisą patvirtindami, kad jo ekrane rodomas šis numeris.", "Confirm the emoji below are displayed on both devices, in the same order:": "Patvirtinkite, kad toliau pateikti jaustukai rodomi abiejuose prietaisuose ta pačia tvarka:", + "Call": "Skambinti", "%(name)s on hold": "%(name)s sulaikytas", "Show sidebar": "Rodyti šoninę juostą", "Hide sidebar": "Slėpti šoninę juostą", @@ -2467,7 +2472,24 @@ "unmute": "Atšaukti nutildymą", "username": "Vartotojo vardas", "verification_cancelled": "Patvirtinimas atšauktas", - "video": "Vaizdo įrašas" + "video": "Vaizdo įrašas", + "attachment": "Priedas", + "light": "Šviesi", + "dark": "Tamsi", + "warning": "Įspėjimas", + "home": "Pradžia", + "favourites": "Mėgstami", + "threads": "Temos", + "room": "Kambarys", + "theme": "Tema", + "name": "Pavadinimas", + "description": "Aprašas", + "public": "Viešas", + "private": "Privatus", + "options": "Parinktys", + "appearance": "Išvaizda", + "homeserver": "Serveris", + "labs": "Laboratorijos" }, "action": { "continue": "Tęsti", @@ -2500,26 +2522,5 @@ "view_source": "Peržiūrėti šaltinį", "yes": "Taip" }, - "action.reject": "Atmesti", - "action.confirm": "Patvirtinti", - "action.dismiss": "Atmesti", - "action.trust": "Pasitikėti", - "action.cancel": "Atšaukti", - "action.stop": "Sustabdyti", - "action.join": "Prisijungti", - "action.close": "Uždaryti", - "action.accept": "Priimti", - "action.upgrade": "Atnaujinti", - "action.verify": "Patvirtinti", - "action.update": "Atnaujinti", - "action.call": "Skambinti", - "action.delete": "Ištrinti", - "action.upload": "Įkelti", - "action.collapse": "Suskleisti", - "action.reset": "Iš naujo nustatyti", - "action.share": "Dalintis", - "action.skip": "Praleisti", - "action.logout": "Atsijungti", - "action.view": "Žiūrėti", - "action.expand": "Išplėsti" + "Home": "Pradžia" } diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 1d3e75572f4..7247b1ea2e5 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,4 +1,5 @@ { + "Accept": "Akceptēt", "Account": "Konts", "Add": "Pievienot", "Admin": "Administrators", @@ -20,7 +21,6 @@ "Are you sure?": "Vai tiešām to vēlaties?", "Are you sure you want to leave the room '%(roomName)s'?": "Vai tiešām vēlaties pamest istabu: '%(roomName)s'?", "Are you sure you want to reject the invitation?": "Vai tiešām vēlaties noraidīt šo uzaicinājumu?", - "Attachment": "Pielikums", "Banned users": "Lietotāji, kuriem liegta pieeja", "Bans user with given id": "Liedz pieeju lietotājam ar norādīto id", "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.": "Neizdodas savienoties ar bāzes serveri. Pārbaudi tīkla savienojumu un pārliecinies, ka bāzes servera SSL sertifikāts ir uzticams, kā arī pārlūkā instalētie paplašinājumi nebloķē pieprasījumus.", @@ -31,6 +31,7 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s dzēsa istabas nosaukumu.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s nomainīja istabas tematu uz \"%(topic)s\".", "Changes your display nickname": "Maina jūsu parādāmo vārdu", + "Close": "Aizvērt", "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", @@ -66,14 +67,12 @@ "Failed to verify email address: make sure you clicked the link in the email": "Neizdevās apstiprināt e-pasta adresi: jāpārliecinās, ka ir atvērta e-pasta ziņojumā esošā saite", "Failure to create room": "Neizdevās izveidot istabu", "Favourite": "Izlase", - "Favourites": "Izlase", "Filter room members": "Atfiltrēt istabas dalībniekus", "Forget room": "Aizmirst istabu", "For security, this session has been signed out. Please sign in again.": "Drošības nolūkos šī sesija ir pārtraukta. Lūdzu, pieraksties par jaunu.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s no %(fromPowerLevel)s uz %(toPowerLevel)s", "Hangup": "Beigt zvanu", "Historical": "Bijušie", - "Home": "Mājup", "Import": "Importēt", "Import E2E room keys": "Importēt E2E istabas atslēgas", "Incorrect username and/or password.": "Nepareizs lietotājvārds un/vai parole.", @@ -85,7 +84,7 @@ "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ņš", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem ar brīdi, kad tie pievienojās.", @@ -95,7 +94,6 @@ "Missing room_id in request": "Iztrūkstošs room_id pieprasījumā", "Missing user_id in request": "Iztrūkstošs user_id pieprasījumā", "Moderator": "Moderators", - "Name": "Nosaukums", "New passwords don't match": "Jaunās paroles nesakrīt", "New passwords must match each other.": "Jaunajām parolēm ir jāsakrīt vienai ar otru.", "not specified": "nav noteikts", @@ -173,7 +171,9 @@ "Unban": "Atcelt pieejas liegumu", "unknown error code": "nezināms kļūdas kods", "Unnamed Room": "Istaba bez nosaukuma", + "Cancel": "Atcelt", "Create new room": "Izveidot jaunu istabu", + "Dismiss": "Atmest", "You have enabled URL previews by default.": "URL priekšskatījumi pēc noklusējuma jums iriespējoti .", "Upload avatar": "Augšupielādēt avataru", "Upload Failed": "Augšupielāde (nosūtīšana) neizdevās", @@ -214,12 +214,10 @@ "Dec": "Dec.", "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s nomainīja istabas avataru uz ", "This server does not support authentication with a phone number.": "Šis serveris neatbalsta autentifikāciju pēc telefona numura.", - "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.", "New Password": "Jaunā parole", "Start automatically after system login": "Startēt pie ierīces ielādes", - "Options": "Opcijas", "Passphrases must match": "Frāzveida parolēm ir jāsakrīt", "Passphrase must not be empty": "Frāzveida parole nevar būt tukša", "Export room keys": "Eksportēt istabas atslēgas", @@ -252,6 +250,7 @@ "Not a valid %(brand)s keyfile": "Nederīgs %(brand)s atslēgfails", "Authentication check failed: incorrect password?": "Autentifikācijas pārbaude neizdevās. Nepareiza parole?", "Do you want to set an email address?": "Vai vēlies norādīt epasta adresi?", + "Skip": "Izlaist", "and %(count)s others...": { "other": "un vēl %(count)s citi...", "one": "un vēl viens cits..." @@ -268,7 +267,6 @@ "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", "Unnamed room": "Nenosaukta istaba", "Call Failed": "Zvans neizdevās", @@ -390,7 +388,6 @@ "other": "%(severalUsers)sizmainīja savu lietotājvārdu %(count)s reizes", "one": "%(severalUsers)sizmainīja savu lietotājvārdu" }, - "Description": "Apraksts", "This room is not public. You will not be able to rejoin without an invite.": "Šī istaba nav publiska un jūs nevarēsiet atkārtoti pievienoties bez uzaicinājuma.", "Old cryptography data detected": "Tika uzieti novecojuši šifrēšanas dati", "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.": "Uzieti dati no vecākas %(brand)s versijas. Tas novedīs pie \"end-to-end\" šifrēšanas problēmām vecākajā versijā. Šajā versijā nevar tikt atšifrēti ziņojumi, kuri radīti izmantojot vecākajā versijā \"end-to-end\" šifrētas ziņas. Tas var arī novest pie ziņapmaiņas, kas veikta ar šo versiju, neizdošanās. Ja rodas ķibeles, izraksties un par jaunu pieraksties sistēmā. Lai saglabātu ziņu vēsturi, eksportē un tad importē savas šifrēšanas atslēgas.", @@ -422,6 +419,7 @@ "Notification targets": "Paziņojumu adresāti", "Today": "Šodien", "Friday": "Piektdiena", + "Update": "Atjaunināt", "What's New": "Kas jauns", "On": "Ieslēgt", "Changelog": "Izmaiņu vēsture", @@ -443,6 +441,7 @@ "Event sent!": "Notikums nosūtīts!", "Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus", "Saturday": "Sestdiena", + "Reject": "Noraidīt", "Monday": "Pirmdiena", "Toolbox": "Instrumentārijs", "Collecting logs": "Tiek iegūti logfaili", @@ -528,7 +527,6 @@ "Show rooms with unread messages first": "Rādīt istabas ar nelasītām ziņām augšpusē", "Appearance Settings only affect this %(brand)s session.": "Izskata iestatījumi attiecas vienīgi uz %(brand)s sesiju.", "Customise your appearance": "Pielāgot izskatu", - "Appearance": "Izskats", "Activity": "Aktivitātes", "Sort by": "Kārtot pēc", "List options": "Saraksta opcijas", @@ -616,6 +614,7 @@ "Enter a Security Phrase": "Ievadiet slepeno frāzi", "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", + "Confirm": "Apstiprināt", "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ī", @@ -720,6 +719,7 @@ "Uploaded sound": "Augšupielādētie skaņas signāli", "Sounds": "Skaņas signāli", "Set a new custom sound": "Iestatīt jaunu pielāgotu skaņas signālu", + "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.", "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)", @@ -801,6 +801,7 @@ "Recent Conversations": "Nesenās sarunas", "Start a conversation with someone using their name or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - ).", "Start a conversation with someone using their name, email address or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - ).", + "Upload": "Augšupielādēt", "Use your Security Key to continue.": "Izmantojiet savu drošības atslēgu, lai turpinātu.", "Save your Security Key": "Saglabājiet savu drošības atslēgu", "Generate a Security Key": "Ģenerēt drošības atslēgu", @@ -999,6 +1000,7 @@ "Display Name": "Parādāmais vārds", "Add some details to help people recognise it.": "Pievienojiet aprakstu, lai palīdzētu cilvēkiem to atpazīt.", "Create a space": "Izveidot vietu", + "Delete": "Dzēst", "Accept to continue:": "Akceptēt , lai turpinātu:", "Anchor": "Enkurs", "Aeroplane": "Aeroplāns", @@ -1030,7 +1032,6 @@ "Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "Verificējot šo ierīci, tā tiks atzīmēta kā uzticama, un ierīci verificējušie lietotāji tai uzticēsies.", "Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Verificējot šo lietotāju, tā sesija tiks atzīmēta kā uzticama, kā arī jūsu sesija viņiem tiks atzīmēta kā uzticama.", "Removing…": "Dzēš…", - "Homeserver": "Bāzes serveris", "Use the Desktop app to see all encrypted files": "Lietojiet Desktop lietotni, lai apskatītu visus šifrētos failus", "Room ID": "Istabas ID", "edited": "rediģēts", @@ -1057,6 +1058,7 @@ "Verify this user by confirming the following number appears on their screen.": "Verificēt šo lietotāju, apstiprinot, ka šāds numurs pārādās lietotāja ekrānā.", "You ended the call": "Jūs pabeidzāt zvanu", "Other users may not trust it": "Citi lietotāji var neuzskatīt to par uzticamu", + "Verify": "Verificēt", "Verify this session": "Verificēt šo sesiju", "You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:", "You're already in a call with this person.": "Jums jau notiek zvans ar šo personu.", @@ -1149,8 +1151,6 @@ "Send stickers into this room": "Iesūtīt stikerus šajā istabā", "Remain on your screen while running": "Darbības laikā paliek uz ekrāna", "Remain on your screen when viewing another room, when running": "Darbības laikā paliek uz ekrāna, kad tiek skatīta cita istaba", - "Dark": "Tumša", - "Light": "Gaiša", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s pārjaunoja lieguma noteikumu šablonu %(oldGlob)s uz šablonu %(newGlob)s dēļ %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s aizstāja noteikumu, kas liedza pieeju serveriem, kas atbilst pazīmei %(oldGlob)s, ar atbilstošu pazīmei %(newGlob)s dēļ %(reason)s", "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s izmainīja noteikumu, kurš liedz pieeju istabām, kas atbilst %(oldGlob)s pazīmei pret %(newGlob)s dēļ %(reason)s", @@ -1451,6 +1451,7 @@ "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", + "Trust": "Uzticamība", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šai darbībai ir nepieciešama piekļuve noklusējuma identitātes serverim , lai validētu e-pasta adresi vai tālruņa numuru, taču serverim nav pakalpojumu sniegšanas noteikumu.", "Identity server has no terms of service": "Identitātes serverim nav pakalpojumu sniegšanas noteikumu", @@ -1513,6 +1514,7 @@ "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", "Zoom in": "Pietuvināt", "Zoom out": "Attālināt", + "Join": "Pievienoties", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1530,6 +1532,7 @@ "one": "Rādīt %(count)s citu priekšskatījumu", "other": "Rādīt %(count)s citus priekšskatījumus" }, + "Share": "Dalīties", "Access": "Piekļuve", "People with supported clients will be able to join the room without having a registered account.": "Cilvēki ar atbalstītām lietotnēm varēs pievienoties istabai bez reģistrēta konta.", "Decide who can join %(roomName)s.": "Nosakiet, kas var pievienoties %(roomName)s.", @@ -1538,7 +1541,6 @@ "Code blocks": "Koda bloki", "Displaying time": "Laika attēlošana", "Keyboard shortcuts": "Īsinājumtaustiņi", - "Theme": "Tēma", "Custom theme URL": "Pielāgotas tēmas URL", "Theme added!": "Tēma pievienota!", "Enter a new identity server": "Ievadiet jaunu identitāšu serveri", @@ -1549,11 +1551,11 @@ "Anyone can find and join.": "Ikviens var atrast un pievienoties.", "Only invited people can join.": "Tikai uzaicināti cilvēki var pievienoties.", "Private (invite only)": "Privāta (tikai ar ielūgumiem)", + "Expand": "Izvērst", "Decide who can view and join %(spaceName)s.": "Nosakiet, kas var skatīt un pievienoties %(spaceName)s.", "Enable guest access": "Iespējot piekļuvi viesiem", "Invite people": "Uzaicināt cilvēkus", "Show all rooms": "Rādīt visas istabas", - "Public": "Publiska", "Corn": "Kukurūza", "Show previews/thumbnails for images": "Rādīt attēlu priekšskatījumus/sīktēlus", "Show hidden events in timeline": "Rādīt slēptos notikumus laika skalā", @@ -1785,7 +1787,22 @@ "suggestions": "Ieteikumi", "unmute": "Pārtraukt apklusināšanu", "username": "Lietotājvārds", - "verification_cancelled": "Verificēšana atcelta" + "verification_cancelled": "Verificēšana atcelta", + "attachment": "Pielikums", + "light": "Gaiša", + "dark": "Tumša", + "warning": "Brīdinājums", + "home": "Mājup", + "favourites": "Izlase", + "room": "Istaba", + "theme": "Tēma", + "name": "Nosaukums", + "description": "Apraksts", + "public": "Publiska", + "options": "Opcijas", + "appearance": "Izskats", + "homeserver": "Bāzes serveris", + "labs": "Izmēģinājumu lauciņš" }, "action": { "continue": "Turpināt", @@ -1816,21 +1833,5 @@ "a11y": { "user_menu": "Lietotāja izvēlne" }, - "action.reject": "Noraidīt", - "action.confirm": "Apstiprināt", - "action.dismiss": "Atmest", - "action.trust": "Uzticamība", - "action.cancel": "Atcelt", - "action.join": "Pievienoties", - "action.close": "Aizvērt", - "action.accept": "Akceptēt", - "action.verify": "Verificēt", - "action.update": "Atjaunināt", - "action.delete": "Dzēst", - "action.upload": "Augšupielādēt", - "action.reset": "Atiestatīt", - "action.share": "Dalīties", - "action.skip": "Izlaist", - "action.logout": "Izrakstīties", - "action.expand": "Izvērst" + "Home": "Mājup" } diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index ecb490a9086..46ab1f813c8 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,5 +1,8 @@ { + "Cancel": "റദ്ദാക്കുക", + "Close": "അടയ്ക്കുക", "Create new room": "പുതിയ റൂം സൃഷ്ടിക്കുക", + "Dismiss": "ഒഴിവാക്കുക", "Failed to forget room %(errCode)s": "%(errCode)s റൂം ഫോര്‍ഗെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Favourite": "പ്രിയപ്പെട്ടവ", "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", @@ -15,11 +18,11 @@ "Notification targets": "നോട്ടിഫിക്കേഷന്‍ ടാര്‍ഗെറ്റുകള്‍", "Today": "ഇന്ന്", "Friday": "വെള്ളി", + "Update": "പുതുക്കുക", "What's New": "പുതിയ വിശേഷങ്ങള്‍", "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", "Waiting for response from server": "സെര്‍വറില്‍ നിന്നുള്ള പ്രതികരണത്തിന് കാക്കുന്നു", - "Warning": "മുന്നറിയിപ്പ്", "This Room": "ഈ മുറി", "Noisy": "ഉച്ചത്തില്‍", "Messages containing my display name": "എന്റെ പേര് അടങ്ങിയിരിക്കുന്ന സന്ദേശങ്ങള്‍ക്ക്", @@ -33,6 +36,7 @@ "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", "Saturday": "ശനി", + "Reject": "നിരസിക്കുക", "Monday": "തിങ്കള്‍", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "All Rooms": "എല്ലാ മുറികളും കാണുക", @@ -62,7 +66,8 @@ "common": { "error": "എറര്‍", "mute": "നിശ്ശബ്ദം", - "settings": "സജ്ജീകരണങ്ങള്‍" + "settings": "സജ്ജീകരണങ്ങള്‍", + "warning": "മുന്നറിയിപ്പ്" }, "action": { "continue": "മുന്നോട്ട്", @@ -72,10 +77,5 @@ "remove": "നീക്കം ചെയ്യുക", "start_chat": "ചാറ്റ് തുടങ്ങുക", "view_source": "സോഴ്സ് കാണുക" - }, - "action.reject": "നിരസിക്കുക", - "action.dismiss": "ഒഴിവാക്കുക", - "action.cancel": "റദ്ദാക്കുക", - "action.close": "അടയ്ക്കുക", - "action.update": "പുതുക്കുക" + } } diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index 9d272b49e1d..5e44298332a 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -2,5 +2,5 @@ "Explore rooms": "Өрөөнүүд үзэх", "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", - "action.dismiss": "Орхих" + "Dismiss": "Орхих" } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 5419c396195..7967cbee199 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -18,6 +18,7 @@ "When I'm invited to a room": "Når jeg blir invitert til et rom", "Tuesday": "Tirsdag", "Unnamed room": "Rom uten navn", + "Reject": "Avvis", "Monday": "Mandag", "Failed to forget room %(errCode)s": "Kunne ikke glemme rommet %(errCode)s", "Wednesday": "Onsdag", @@ -25,6 +26,7 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", + "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)", "Thursday": "Torsdag", @@ -35,6 +37,7 @@ "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", "Saturday": "Lørdag", + "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", "You cannot place a call with yourself.": "Du kan ikke ringe deg selv.", "Permission Required": "Tillatelse kreves", @@ -136,6 +139,8 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", + "Cancel": "Avbryt", + "Trust": "Stol på", "Sign In": "Logg inn", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", @@ -149,6 +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", + "Accept": "Godta", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -180,7 +186,10 @@ "Anchor": "Anker", "Headphones": "Hodetelefoner", "Folder": "Mappe", + "Upgrade": "Oppgrader", + "Verify": "Bekreft", "Review": "Gjennomgang", + "Upload": "Last opp", "Show less": "Vis mindre", "Current password": "Nåværende passord", "New Password": "Nytt passord", @@ -196,8 +205,6 @@ "Phone numbers": "Telefonnumre", "Account": "Konto", "Language and region": "Språk og område", - "Theme": "Tema", - "Warning": "Advarsel", "General": "Generelt", "Legal": "Juridisk", "Credits": "Takk til", @@ -212,6 +219,7 @@ "Timeline": "Tidslinje", "Security & Privacy": "Sikkerhet og personvern", "Camera": "Kamera", + "Reset": "Nullstill", "Browse": "Bla", "Unban": "Opphev utestengelse", "Banned users": "Bannlyste brukere", @@ -221,6 +229,7 @@ "Encrypted": "Kryptert", "Complete": "Fullført", "Revoke": "Tilbakekall", + "Share": "Del", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", "Add": "Legg til", @@ -243,15 +252,14 @@ "Direct Messages": "Direktemeldinger", "Rooms": "Rom", "Sign Up": "Registrer deg", - "Options": "Innstillinger", "All Rooms": "Alle rom", "Search…": "Søk …", "Got it": "Jeg forstår", - "Attachment": "Vedlegg", "Download %(text)s": "Last ned %(text)s", "Show all": "Vis alt", "Copied!": "Kopiert!", "What's New": "Hva er nytt", + "Update": "Oppdater", "Frequently Used": "Ofte brukte", "Smileys & People": "Smilefjes og folk", "Animals & Nature": "Dyreliv og natur", @@ -264,6 +272,7 @@ "Quick Reactions": "Hurtigreaksjoner", "Cancel search": "Avbryt søket", "More options": "Flere alternativer", + "Join": "Bli med", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -272,7 +281,6 @@ "Unavailable": "Ikke tilgjengelig", "Changelog": "Endringslogg", "Confirm Removal": "Bekreft fjerning", - "Name": "Navn", "Sign out": "Logg ut", "Unknown error": "Ukjent feil", "Incorrect password": "Feil passord", @@ -284,13 +292,13 @@ "Go": "Gå", "Refresh": "Oppdater", "Email address": "E-postadresse", + "Skip": "Hopp over", "Share Room Message": "Del rommelding", "Terms of Service": "Vilkår for bruk", "Service": "Tjeneste", "Summary": "Oppsummering", "Document": "Dokument", "Cancel All": "Avbryt alt", - "Home": "Hjem", "Sign in": "Logg inn", "Code": "Kode", "Submit": "Send", @@ -298,9 +306,10 @@ "Phone": "Telefon", "Enter password": "Skriv inn passord", "Enter username": "Skriv inn brukernavn", - "Description": "Beskrivelse", + "Confirm": "Bekreft", + "Logout": "Logg ut", + "View": "Vis", "Explore rooms": "Se alle rom", - "Room": "Rom", "Guest": "Gjest", "Go Back": "Gå tilbake", "Your password has been reset.": "Passordet ditt har blitt tilbakestilt.", @@ -864,8 +873,6 @@ "Jump to read receipt": "Hopp til lesekvitteringen", "Mention": "Nevn", "Dismiss read marker and jump to bottom": "Avføy lesekvitteringen og hopp ned til bunnen", - "Light": "Lys", - "Dark": "Mørk", "Verify your other session using one of the options below.": "Verifiser den andre økten din med en av metodene nedenfor.", "Use a few words, avoid common phrases": "Bruk noen få ord, unngå vanlig fraser", "Ok": "OK", @@ -876,12 +883,10 @@ "wait and try again later": "vent og prøv igjen senere", "Size must be a number": "Størrelsen må være et nummer", "Customise your appearance": "Tilpass utseendet du bruker", - "Labs": "Laboratoriet", "eg: @bot:* or example.org": "f.eks.: @bot:* eller example.org", "To link to this room, please add an address.": "For å lenke til dette rommet, vennligst legg til en adresse.", "Remove %(phone)s?": "Vil du fjerne %(phone)s?", "Online for %(duration)s": "På nett i %(duration)s", - "Favourites": "Favoritter", "Sort by": "Sorter etter", "Activity": "Aktivitet", "A-Z": "A-Å", @@ -922,7 +927,6 @@ "other": "Last opp %(count)s andre filer", "one": "Last opp %(count)s annen fil" }, - "Appearance": "Utseende", "Keys restored": "Nøklene ble gjenopprettet", "Reject invitation": "Avslå invitasjonen", "Start authentication": "Begynn autentisering", @@ -1059,7 +1063,6 @@ "Show stickers button": "Vis klistremerkeknappen", "Recently visited rooms": "Nylig besøkte rom", "Edit devices": "Rediger enheter", - "Homeserver": "Hjemmetjener", "Add existing room": "Legg til et eksisterende rom", "Invite to this space": "Inviter til dette området", "Send message": "Send melding", @@ -1088,13 +1091,12 @@ "one": "%(count)s rom" }, "Invite by username": "Inviter etter brukernavn", + "Delete": "Slett", "Your public space": "Ditt offentlige område", "Your private space": "Ditt private område", "Invite to %(spaceName)s": "Inviter til %(spaceName)s", "Random": "Tilfeldig", "unknown person": "ukjent person", - "Public": "Offentlig", - "Private": "Privat", "Click to copy": "Klikk for å kopiere", "Share invite link": "Del invitasjonslenke", "Leave space": "Forlat området", @@ -1445,23 +1447,23 @@ "Retry all": "Prøv alle igjen", "Play": "Spill av", "Pause": "Pause", - "Beta": "Beta", "Report": "Rapporter", "Sent": "Sendt", "Sending": "Sender", "Format": "Format", + "Stop": "Stopp avspilling", "MB": "MB", "Zoom in": "Forstørr", "Zoom out": "Forminske", "Add reaction": "Legg til reaksjon", - "Thread": "Tråd", "Downloading": "Laster ned", "Connection failed": "Tilkobling mislyktes", - "Threads": "Tråder", "Send a sticker": "Send et klistremerke", "Keyboard shortcuts": "Tastatursnarveier", "Global": "Globalt", "Keyword": "Nøkkelord", + "Collapse": "Trekk sammen", + "Expand": "Utvid", "Visibility": "Synlighet", "Address": "Adresse", "Delete avatar": "Slett profilbilde", @@ -1534,7 +1536,26 @@ "suggestions": "Forslag", "unmute": "Opphev demp", "username": "Brukernavn", - "verification_cancelled": "Verifiseringen ble avbrutt" + "verification_cancelled": "Verifiseringen ble avbrutt", + "attachment": "Vedlegg", + "light": "Lys", + "dark": "Mørk", + "warning": "Advarsel", + "home": "Hjem", + "favourites": "Favoritter", + "thread": "Tråd", + "threads": "Tråder", + "room": "Rom", + "theme": "Tema", + "name": "Navn", + "description": "Beskrivelse", + "public": "Offentlig", + "private": "Privat", + "options": "Innstillinger", + "appearance": "Utseende", + "homeserver": "Hjemmetjener", + "beta": "Beta", + "labs": "Laboratoriet" }, "action": { "continue": "Fortsett", @@ -1569,25 +1590,5 @@ "a11y": { "user_menu": "Brukermeny" }, - "action.reject": "Avvis", - "action.confirm": "Bekreft", - "action.dismiss": "Avvis", - "action.trust": "Stol på", - "action.cancel": "Avbryt", - "action.stop": "Stopp avspilling", - "action.join": "Bli med", - "action.close": "Lukk", - "action.accept": "Godta", - "action.upgrade": "Oppgrader", - "action.verify": "Bekreft", - "action.update": "Oppdater", - "action.delete": "Slett", - "action.upload": "Last opp", - "action.collapse": "Trekk sammen", - "action.reset": "Nullstill", - "action.share": "Del", - "action.skip": "Hopp over", - "action.logout": "Logg ut", - "action.view": "Vis", - "action.expand": "Utvid" + "Home": "Hjem" } diff --git a/src/i18n/strings/ne.json b/src/i18n/strings/ne.json index e014c8f4308..fdbc34821aa 100644 --- a/src/i18n/strings/ne.json +++ b/src/i18n/strings/ne.json @@ -5,12 +5,12 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो फोन नम्बर थपेको पुष्टि गर्नुहोस्।", "Failed to verify email address: make sure you clicked the link in the email": "इमेल ठेगाना प्रमाणित गर्न असफल: तपाईंले इमेलमा रहेको लिङ्कमा क्लिक गर्नुभएको छ भनी सुनिश्चित गर्नुहोस्", "Add Email Address": "इमेल ठेगाना थप्नुहोस्", + "Confirm": "पुष्टि गर्नुहोस्", "Click the button below to confirm adding this email address.": "यो इमेल ठेगाना थपिएको पुष्टि गर्न तलको बटनमा क्लिक गर्नुहोस्।", "Confirm adding email": "इमेल थपेको पुष्टि गर्नुहोस्", "Single Sign On": "एकल साइन अन", "Confirm adding this email address by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो इमेल ठेगाना थपेको पुष्टि गर्नुहोस्।", "Use Single Sign On to continue": "जारी राख्न एकल साइन अन प्रयोग गर्नुहोस्", "This phone number is already in use": "यो फोन नम्बर पहिले नै प्रयोगमा छ", - "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ", - "action.confirm": "पुष्टि गर्नुहोस्" + "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 4761291f1f4..10736015ccf 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -13,7 +13,6 @@ "An error has occurred.": "Er is een fout opgetreden.", "Are you sure?": "Weet je het zeker?", "Are you sure you want to reject the invitation?": "Weet je zeker dat je de uitnodiging wilt weigeren?", - "Attachment": "Bijlage", "Banned users": "Verbannen personen", "Bans user with given id": "Verbant de persoon met de gegeven ID", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Kan geen verbinding maken met de homeserver via HTTP wanneer er een HTTPS-URL in je browserbalk staat. Gebruik HTTPS of schakel onveilige scripts in.", @@ -25,6 +24,8 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", + "Cancel": "Annuleren", + "Accept": "Aannemen", "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", @@ -36,7 +37,9 @@ "Camera": "Camera", "Anyone": "Iedereen", "Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer ‘%(roomName)s’ wil verlaten?", + "Close": "Sluiten", "Create new room": "Nieuwe kamer aanmaken", + "Dismiss": "Sluiten", "Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s", "Favourite": "Favoriet", "Notifications": "Meldingen", @@ -46,7 +49,6 @@ "Search": "Zoeken", "Failed to change password. Is your password correct?": "Wijzigen van wachtwoord is mislukt. Is je wachtwoord juist?", "Moderator": "Moderator", - "Name": "Naam", "not specified": "niet opgegeven", "": "", "No display name": "Geen weergavenaam", @@ -113,14 +115,12 @@ "Failed to unban": "Ontbannen mislukt", "Failed to verify email address: make sure you clicked the link in the email": "Kan het e-mailadres niet verifiëren: zorg ervoor dat je de koppeling in de e-mail hebt aangeklikt", "Failure to create room": "Aanmaken van kamer is mislukt", - "Favourites": "Favorieten", "Filter room members": "Kamerleden filteren", "Forget room": "Kamer vergeten", "For security, this session has been signed out. Please sign in again.": "Wegens veiligheidsredenen is deze sessie uitgelogd. Log opnieuw in.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s van %(fromPowerLevel)s naar %(toPowerLevel)s", "Hangup": "Ophangen", "Historical": "Historisch", - "Home": "Home", "Import": "Inlezen", "Import E2E room keys": "E2E-kamersleutels importeren", "Incorrect username and/or password.": "Onjuiste inlognaam en/of wachtwoord.", @@ -132,7 +132,7 @@ "Sign in with": "Inloggen met", "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", - "Labs": "Labs", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze toegetreden zijn.", @@ -209,7 +209,6 @@ "You seem to be uploading files, are you sure you want to quit?": "Het ziet er naar uit dat je bestanden aan het uploaden bent, weet je zeker dat je wil afsluiten?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Je zal deze veranderingen niet terug kunnen draaien, omdat je de persoon tot je eigen machtsniveau promoveert.", "This server does not support authentication with a phone number.": "Deze server biedt geen ondersteuning voor authenticatie met een telefoonnummer.", - "Room": "Kamer", "Connectivity to the server has been lost.": "De verbinding met de server is verbroken.", "Sent messages will be stored until your connection has returned.": "Verstuurde berichten zullen opgeslagen worden totdat je verbinding hersteld is.", "(~%(count)s results)": { @@ -218,7 +217,6 @@ }, "New Password": "Nieuw wachtwoord", "Start automatically after system login": "Automatisch starten na systeemlogin", - "Options": "Opties", "Passphrases must match": "Wachtwoorden moeten overeenkomen", "Passphrase must not be empty": "Wachtwoord mag niet leeg zijn", "Export room keys": "Kamersleutels exporteren", @@ -256,6 +254,7 @@ "Authentication check failed: incorrect password?": "Aanmeldingscontrole mislukt: onjuist wachtwoord?", "Do you want to set an email address?": "Wil je een e-mailadres instellen?", "This will allow you to reset your password and receive notifications.": "Zo kan je een nieuw wachtwoord instellen en meldingen ontvangen.", + "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", @@ -402,10 +401,8 @@ "And %(count)s more...": { "other": "En %(count)s meer…" }, - "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.", - "Warning": "Let op", "Please note you are logging into the %(hs)s server, not matrix.org.": "Let op dat je inlogt bij de %(hs)s-server, niet matrix.org.", "Ignores a user, hiding their messages from you": "Negeert een persoon, waardoor de berichten ervan onzichtbaar voor jou worden", "Stops ignoring a user, showing their messages going forward": "Stopt het negeren van een persoon, hierdoor worden de berichten van de persoon weer zichtbaar", @@ -424,6 +421,7 @@ "Notification targets": "Meldingsbestemmingen", "Today": "Vandaag", "Friday": "Vrijdag", + "Update": "Updaten", "What's New": "Wat is er nieuw", "On": "Aan", "Changelog": "Wijzigingslogboek", @@ -443,6 +441,7 @@ "Search…": "Zoeken…", "Developer Tools": "Ontwikkelgereedschap", "Saturday": "Zaterdag", + "Reject": "Weigeren", "Monday": "Maandag", "Toolbox": "Gereedschap", "Collecting logs": "Logs worden verzameld", @@ -667,7 +666,6 @@ "Email addresses": "E-mailadressen", "Phone numbers": "Telefoonnummers", "Language and region": "Taal en regio", - "Theme": "Thema", "Account management": "Accountbeheer", "General": "Algemeen", "Legal": "Juridisch", @@ -726,6 +724,7 @@ "Room Topic": "Kameronderwerp", "This room is a continuation of another conversation.": "Deze kamer is een voortzetting van een ander gesprek.", "Click here to see older messages.": "Klik hier om oudere berichten te bekijken.", + "Join": "Deelnemen", "Power level": "Machtsniveau", "The following users may not exist": "Volgende personen bestaan mogelijk niet", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-ID’s hieronder vinden - wil je ze toch uitnodigen?", @@ -769,6 +768,7 @@ "Change": "Wijzigen", "Email (optional)": "E-mailadres (optioneel)", "Phone (optional)": "Telefoonnummer (optioneel)", + "Confirm": "Bevestigen", "Join millions for free on the largest public server": "Neem deel aan de grootste publieke server samen met miljoenen anderen", "Other": "Overige", "Couldn't load page": "Kon pagina niet laden", @@ -828,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Jouw browser heeft deze gegevens wellicht verwijderd toen de beschikbare opslagSpace vol was.", "Upload files (%(current)s of %(total)s)": "Bestanden versturen (%(current)s van %(total)s)", "Upload files": "Bestanden versturen", + "Upload": "Versturen", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot om te versturen. Het limiet is %(limit)s en dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", @@ -889,6 +890,7 @@ "Uploaded sound": "Geüpload-geluid", "Sounds": "Geluiden", "Notification sound": "Meldingsgeluid", + "Reset": "Opnieuw instellen", "Set a new custom sound": "Stel een nieuw aangepast geluid in", "Browse": "Bladeren", "Cannot reach homeserver": "Kan homeserver niet bereiken", @@ -953,6 +955,7 @@ "Unable to revoke sharing for email address": "Kan delen voor dit e-mailadres niet intrekken", "Unable to share email address": "Kan e-mailadres niet delen", "Revoke": "Intrekken", + "Share": "Delen", "Discovery options will appear once you have added an email above.": "Vindbaarheidopties zullen verschijnen wanneer je een e-mailadres hebt toegevoegd.", "Unable to revoke sharing for phone number": "Kan delen voor dit telefoonnummer niet intrekken", "Unable to share phone number": "Kan telefoonnummer niet delen", @@ -1023,6 +1026,7 @@ "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", + "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", "Clear cache and reload": "Cache wissen en herladen", @@ -1061,6 +1065,7 @@ "Encryption upgrade available": "Versleutelingsupgrade beschikbaar", "You can use /help to list available commands. Did you mean to send this as a message?": "Typ /help om alle opdrachten te zien. Was het je bedoeling dit als bericht te sturen?", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Dit vergt validatie van een e-mailadres of telefoonnummer middels de standaard identiteitsserver , maar die server heeft geen gebruiksvoorwaarden.", + "Trust": "Vertrouwen", "Custom (%(level)s)": "Aangepast (%(level)s)", "Error upgrading room": "Upgraden van kamer mislukt", "Double check that your server supports the room version chosen and try again.": "Ga nogmaals na dat de server de gekozen kamerversie ondersteunt, en probeer het dan opnieuw.", @@ -1118,6 +1123,8 @@ "To be secure, do this in person or use a trusted way to communicate.": "Doe dit voor de zekerheid onder vier ogen, of via een betrouwbaar communicatiemedium.", "Lock": "Hangslot", "Other users may not trust it": "Mogelijk wantrouwen anderen het", + "Upgrade": "Upgraden", + "Verify": "Verifiëren", "Later": "Later", "Review": "Controleer", "This bridge was provisioned by .": "Dank aan voor de brug.", @@ -1386,8 +1393,6 @@ "Your homeserver has exceeded its user limit.": "Jouw homeserver heeft het maximaal aantal personen overschreden.", "Your homeserver has exceeded one of its resource limits.": "Jouw homeserver heeft een van zijn limieten overschreden.", "Ok": "Oké", - "Light": "Helder", - "Dark": "Donker", "Unable to access microphone": "Je microfoon lijkt niet beschikbaar", "The call was answered on another device.": "De oproep werd op een ander toestel beantwoord.", "Answered Elsewhere": "Ergens anders beantwoord", @@ -1676,7 +1681,6 @@ "%(creator)s created this DM.": "%(creator)s maakte deze directe chat.", "Switch to dark mode": "Naar donkere modus wisselen", "Switch to light mode": "Naar lichte modus wisselen", - "Appearance": "Weergave", "All settings": "Instellingen", "Error removing address": "Fout bij verwijderen van adres", "There was an error removing that address. It may no longer exist or a temporary error occurred.": "Er is een fout opgetreden bij het verwijderen van dit adres. Deze bestaat mogelijk niet meer, of er is een tijdelijke fout opgetreden.", @@ -1767,7 +1771,6 @@ "Looks good": "Ziet er goed uit", "Enter a server name": "Geef een servernaam", "Continue with %(provider)s": "Doorgaan met %(provider)s", - "Homeserver": "Homeserver", "Server Options": "Server opties", "This address is already in use": "Dit adres is al in gebruik", "This address is available to use": "Dit adres kan worden gebruikt", @@ -2191,10 +2194,9 @@ "Your private space": "Jouw privé space", "Your public space": "Jouw publieke space", "Invite only, best for yourself or teams": "Alleen op uitnodiging, geschikt voor jezelf of teams", - "Private": "Privé", "Open space for anyone, best for communities": "Publieke space voor iedereen, geschikt voor gemeenschappen", - "Public": "Publiek", "Create a space": "Space maken", + "Delete": "Verwijderen", "This homeserver has been blocked by its administrator.": "Deze homeserver is geblokkeerd door jouw beheerder.", "Already in call": "Al in de oproep", "You're already in a call with this person.": "Je bent al in gesprek met deze persoon.", @@ -2282,7 +2284,6 @@ "Select a room below first": "Start met selecteren van een kamer hieronder", "Join the beta": "Beta inschakelen", "Leave the beta": "Beta verlaten", - "Beta": "Beta", "Want to add a new room instead?": "Wil je anders een nieuwe kamer toevoegen?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "Kamer toevoegen...", @@ -2362,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.", "This space has no local addresses": "Deze Space heeft geen lokaaladres", "Space information": "Space-informatie", + "Collapse": "Invouwen", + "Expand": "Uitvouwen", "Recommended for public spaces.": "Aanbevolen voor publieke spaces.", "Allow people to preview your space before they join.": "Personen toestaan een voorvertoning van jouw space te zien voor deelname.", "Preview Space": "Space voorvertoning", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Om deze problemen te voorkomen, maak een nieuwe versleutelde kamer voor de gesprekken die je wil voeren.", "Are you sure you want to add encryption to this public room?": "Weet je zeker dat je versleuteling wil inschakelen voor deze publieke kamer?", "Cross-signing is ready but keys are not backed up.": "Kruiselings ondertekenen is klaar, maar de sleutels zijn nog niet geback-upt.", - "Thread": "Draad", "The above, but in as well": "Het bovenstaande, maar ook in ", "The above, but in any room you are joined or invited to as well": "Het bovenstaande, maar in elke kamer waar je aan deelneemt en voor uitgenodigd bent", "Autoplay videos": "Videos automatisch afspelen", @@ -2580,6 +2582,7 @@ "Select from the options below to export chats from your timeline": "Selecteer met welke opties je jouw chats wilt exporteren van je tijdlijn", "Export Chat": "Chat exporteren", "Exporting your data": "Jouw data aan het exporteren", + "Stop": "Stop", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Weet je zeker dat je wilt stoppen terwijl je jouw data exporteert? Als je dit doet moet je later opnieuw beginnen.", "Your export was successful. Find it in your Downloads folder.": "Jouw export was succesvol. Je vindt hem in je Downloads-map.", "The export was cancelled successfully": "De export was succesvol geannulleerd", @@ -2618,7 +2621,6 @@ "Unban from %(roomName)s": "Ontban van %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Ze zullen nog steeds toegang hebben tot alles waar je geen beheerder van bent.", "Disinvite from %(roomName)s": "Uitnodiging intrekken voor %(roomName)s", - "Threads": "Threads", "Create poll": "Poll aanmaken", "%(count)s reply": { "one": "%(count)s reactie", @@ -2923,6 +2925,7 @@ "Navigate to previous message to edit": "Navigeer naar het vorige bericht om te bewerken", "Navigate to next message to edit": "Navigeer naar het volgende bericht om te bewerken", "Internal room ID": "Interne ruimte ID", + "Call": "Bellen", "Redo edit": "Opnieuw bewerken", "Force complete": "Voltooiing forceren", "Undo edit": "Bewerken ongedaan maken", @@ -3303,7 +3306,6 @@ "Download %(brand)s Desktop": "%(brand)s Desktop downloaden", "Download %(brand)s": "%(brand)s downloaden", "Choose a locale": "Kies een landinstelling", - "Help": "Help", "Spell check": "Spellingscontrole", "Complete these to get the most out of %(brand)s": "Voltooi deze om het meeste uit %(brand)s te halen", "You did it!": "Het is je gelukt!", @@ -3524,7 +3526,27 @@ "unmute": "Niet dempen", "username": "Inlognaam", "verification_cancelled": "Verificatie geannuleerd", - "video": "Video" + "video": "Video", + "attachment": "Bijlage", + "light": "Helder", + "dark": "Donker", + "warning": "Let op", + "home": "Home", + "favourites": "Favorieten", + "thread": "Draad", + "threads": "Threads", + "room": "Kamer", + "theme": "Thema", + "name": "Naam", + "description": "Omschrijving", + "public": "Publiek", + "private": "Privé", + "options": "Opties", + "appearance": "Weergave", + "homeserver": "Homeserver", + "help": "Help", + "beta": "Beta", + "labs": "Labs" }, "action": { "continue": "Doorgaan", @@ -3562,26 +3584,5 @@ "a11y": { "user_menu": "Persoonsmenu" }, - "action.reject": "Weigeren", - "action.confirm": "Bevestigen", - "action.dismiss": "Sluiten", - "action.trust": "Vertrouwen", - "action.cancel": "Annuleren", - "action.stop": "Stop", - "action.join": "Deelnemen", - "action.close": "Sluiten", - "action.accept": "Aannemen", - "action.upgrade": "Upgraden", - "action.verify": "Verifiëren", - "action.update": "Updaten", - "action.call": "Bellen", - "action.delete": "Verwijderen", - "action.upload": "Versturen", - "action.collapse": "Invouwen", - "action.reset": "Opnieuw instellen", - "action.share": "Delen", - "action.skip": "Overslaan", - "action.logout": "Uitloggen", - "action.view": "Bekijken", - "action.expand": "Uitvouwen" + "Home": "Home" } diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index f994c75a17e..88c33efb733 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -112,6 +112,7 @@ "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", + "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", @@ -134,7 +135,6 @@ "Noisy": "Bråkete", "Drop file here to upload": "Slipp ein fil her for å lasta opp", "This event could not be displayed": "Denne hendingen kunne ikkje visast", - "Options": "Innstillingar", "Unban": "Slepp inn att", "Failed to ban user": "Fekk ikkje til å stenge ute brukaren", "Demote yourself?": "Senke ditt eige tilgangsnivå?", @@ -156,7 +156,6 @@ }, "Invited": "Invitert", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (tilgangsnivå %(powerLevelNumber)s)", - "Attachment": "Vedlegg", "Hangup": "Legg på", "Voice call": "Talesamtale", "Video call": "Videosamtale", @@ -188,7 +187,6 @@ "Forget room": "Gløym rom", "Search": "Søk", "Share room": "Del rom", - "Favourites": "Yndlingar", "Rooms": "Rom", "Low priority": "Låg prioritet", "System Alerts": "Systemvarsel", @@ -215,9 +213,11 @@ "Search…": "Søk…", "This Room": "Dette rommet", "All Rooms": "Alle rom", + "Cancel": "Bryt av", "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", "Stickerpack": "Klistremerkepakke", "Jump to first unread message.": "Hopp til den fyrste uleste meldinga.", + "Close": "Lukk", "This room has no local addresses": "Dette rommet har ingen lokale adresser", "You have enabled URL previews by default.": "Du har skrudd URL-førehandsvisingar på i utgangspunktet.", "You have disabled URL previews by default.": "Du har skrudd URL-førehandsvisingar av i utgangspunktet.", @@ -245,6 +245,7 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s endra romavataren til ", "Copied!": "Kopiert!", "Failed to copy": "Noko gjekk gale med kopieringa", + "Dismiss": "Avvis", "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", "Code": "Kode", @@ -256,15 +257,14 @@ "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", + "Update": "Oppdatering", "What's new?": "Kva er nytt?", "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", "No update available.": "Inga oppdatering er tilgjengeleg.", - "Warning": "Åtvaring", "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", "Create new room": "Lag nytt rom", - "Home": "Heim", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)s har kome inn %(count)s gonger", "one": "%(severalUsers)s kom inn" @@ -391,6 +391,7 @@ "Unable to add email address": "Klarte ikkje å leggja epostadressa til", "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", + "Skip": "Hopp over", "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", "Share Room": "Del Rom", "Link to most recent message": "Lenk til den nyaste meldinga", @@ -399,15 +400,14 @@ "Link to selected message": "Lenk til den valde meldinga", "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", + "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", "Source URL": "Kjelde-URL", "All messages": "Alle meldingar", "Low Priority": "Lågrett", - "Name": "Namn", "You must register to use this functionality": "Du må melda deg inn for å bruka denne funksjonen", "You must join the room to see its files": "Du må fare inn i rommet for å sjå filene dets", - "Description": "Skildring", "Failed to reject invitation": "Fekk ikkje til å seia nei til innbyding", "This room is not public. You will not be able to rejoin without an invite.": "Dette rommet er ikkje offentleg. Du kjem ikkje til å kunna koma inn att utan ei innbyding.", "Are you sure you want to leave the room '%(roomName)s'?": "Er du sikker på at du vil forlate rommet '%(roomName)s'?", @@ -420,6 +420,7 @@ "Review terms and conditions": "Sjå over Vilkår og Føresetnader", "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", "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.": "Data frå ein eldre versjon av %(brand)s er oppdaga. Dette kan ha gjort at ende-til-ende kryptering feilar i den eldre versjonen. Krypterte meldingar som er utveksla med den gamle versjonen er kanskje ikkje dekrypterbare i denne versjonen. Dette kan forårsake at meldingar utveksla mot denne versjonen vil feile. Opplever du problem med dette, kan du logge inn og ut igjen. For å behalde meldingshistorikk, eksporter og importer nøklane dine på nytt.", + "Logout": "Logg ut", "Invite to this room": "Inviter til dette rommet", "Notifications": "Varsel", "You can't send any messages until you review and agree to our terms and conditions.": "Du kan ikkje senda meldingar før du les over og godkjenner våre bruksvilkår.", @@ -429,7 +430,6 @@ "You seem to be in a call, are you sure you want to quit?": "Det ser ut til at du er i ein samtale, er du sikker på at du vil avslutte?", "Search failed": "Søket feila", "No more results": "Ingen fleire resultat", - "Room": "Rom", "Failed to reject invite": "Fekk ikkje til å avstå invitasjonen", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Prøvde å laste eit bestemt punkt i rommet sin historikk, men du har ikkje lov til å sjå den spesifike meldingen.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Prøvde å lasta eit bestemt punkt i rommet sin historikk, men klarde ikkje å finna det.", @@ -443,7 +443,6 @@ "": "", "Import E2E room keys": "Hent E2E-romnøklar inn", "Cryptography": "Kryptografi", - "Labs": "Labben", "Check for update": "Sjå etter oppdateringar", "Reject all %(invitedRooms)s invites": "Kanseller alle invitasjonar frå %(invitedRooms)s", "Start automatically after system login": "Start automatisk etter systeminnlogging", @@ -601,6 +600,7 @@ "Identity server has no terms of service": "Identitetstenaren manglar bruksvilkår", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handlinga krev kommunikasjon mot (standard identitetstenar) for å verifisere e-post eller telefonnummer, men tenaren manglar bruksvilkår.", "Only continue if you trust the owner of the server.": "Gå vidare så lenge du har tillit til eigar av tenaren.", + "Trust": "Tillat", "Custom (%(level)s)": "Tilpassa (%(level)s)", "Error upgrading room": "Feil ved oppgradering av rom", "Double check that your server supports the room version chosen and try again.": "Sjekk at tenar støttar denne romversjonen, og prøv på nytt.", @@ -724,6 +724,7 @@ "Show shortcuts to recently viewed rooms above the room list": "Vis snarvegar til sist synte rom over romkatalogen", "Show hidden events in timeline": "Vis skjulte hendelsar i historikken", "This is your list of users/servers you have blocked - don't leave the room!": "Dette er di liste over brukarar/tenarar du har blokkert - ikkje forlat rommet!", + "Upload": "Last opp", "Show less": "Vis mindre", "Show more": "Vis meir", "Display Name": "Visningsnamn", @@ -785,11 +786,11 @@ "Encrypted messages in group chats": "Krypterte meldingar i gruppesamtalar", "When rooms are upgraded": "Når rom blir oppgraderte", "My Ban List": "Mi blokkeringsliste", + "Upgrade": "Oppgrader", "Enable desktop notifications for this session": "Aktiver skrivebordsvarslingar for denne øka", "Enable audible notifications for this session": "Aktiver høyrbare varslingar for denne økta", "Custom theme URL": "Tilpassa tema-URL", "Add theme": "Legg til tema", - "Theme": "Tema", "Credits": "Bidragsytarar", "For help with using %(brand)s, click here.": "For hjelp med å bruka %(brand)s, klikk her.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "For hjelp med å bruka %(brand)s, klikk her, eller start ein samtale med vår bot ved å bruke knappen under.", @@ -815,10 +816,12 @@ "Command Help": "Kommandohjelp", "To help us prevent this in future, please send us logs.": "For å bistå med å forhindre dette i framtida, gjerne send oss loggar.", "%(creator)s created and configured the room.": "%(creator)s oppretta og konfiguerte dette rommet.", + "View": "Vis", "Jump to first unread room.": "Hopp til fyrste uleste rom.", "Jump to first invite.": "Hopp til fyrste invitasjon.", "Unable to set up secret storage": "Oppsett av hemmeleg lager feila", "Toggle microphone mute": "Slå av/på demping av mikrofon", + "Confirm": "Stadfest", "Confirm adding email": "Stadfest at du ynskjer å legga til e-postadressa", "Click the button below to confirm adding this email address.": "Trykk på knappen under for å stadfesta at du ynskjer å legga til denne e-postadressa.", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Stadfest dette telefonnummeret for å bruka Single-sign-on for å bevisa identiteten din.", @@ -856,6 +859,7 @@ "wait and try again later": "vent og prøv om att seinare", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin Security Disclosure Policy.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Tenaradministratoren din har deaktivert ende-til-ende kryptering som standard i direktemeldingar og private rom.", + "Reset": "Nullstill", "Set a new custom sound": "Set ein ny tilpassa lyd", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "Når kryptering er aktivert for eit rom, kan ein ikkje deaktivere det. Meldingar som blir sende i eit kryptert rom kan ikkje bli lesne av tenaren, men berre av deltakarane i rommet. Aktivering av kryptering kan hindre mange botar og bruer frå å fungera på rett måte. Les meir om kryptering her.", "Encrypted": "Kryptert", @@ -866,6 +870,7 @@ "Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.", "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.", "This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.", + "Join": "Bli med", "Matrix": "Matrix", "Add a new server": "Legg til ein ny tenar", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.", @@ -889,9 +894,6 @@ "System font name": "Namn på skrifttype", "Custom font size can only be between %(min)s pt and %(max)s pt": "Tilpassa skriftstorleik må vere mellom %(min)s og %(max)s punkt", "Font size": "Skriftstorleik", - "Dark": "Mørkt tema", - "Light": "Lyst tema", - "Appearance": "Utsjånad", "Appearance Settings only affect this %(brand)s session.": "Innstillingane gjeld berre for denne %(brand)s-økta.", "Customise your appearance": "Tilpass utsjånad", "Change notification settings": "Endra varslingsinnstillingar", @@ -981,6 +983,7 @@ "Change identity server": "Endre identitetstenar", "Not a valid identity server (status code %(code)s)": "Ikkje ein gyldig identietstenar (statuskode %(code)s)", "Identity server URL must be HTTPS": "URL for identitetstenar må vera HTTPS", + "Share": "Del", "Review to ensure your account is safe": "Undersøk dette for å gjere kontoen trygg", "Review": "Undersøk", "Results are only revealed when you end the poll": "Resultatet blir synleg når du avsluttar røystinga", @@ -995,6 +998,7 @@ "Autoplay GIFs": "Spel av GIF-ar automatisk", "Expand map": "Utvid kart", "Expand quotes": "Utvid sitat", + "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", "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.", @@ -1059,7 +1063,20 @@ "report_a_bug": "Send inn feilrapport", "settings": "Innstillingar", "success": "Suksess", - "unmute": "Fjern demping" + "unmute": "Fjern demping", + "attachment": "Vedlegg", + "light": "Lyst tema", + "dark": "Mørkt tema", + "warning": "Åtvaring", + "home": "Heim", + "favourites": "Yndlingar", + "room": "Rom", + "theme": "Tema", + "name": "Namn", + "description": "Skildring", + "options": "Innstillingar", + "appearance": "Utsjånad", + "labs": "Labben" }, "action": { "continue": "Fortset", @@ -1080,21 +1097,5 @@ "start_chat": "Start samtale", "view_source": "Sjå Kjelda" }, - "action.reject": "Avslå", - "action.confirm": "Stadfest", - "action.dismiss": "Avvis", - "action.trust": "Tillat", - "action.cancel": "Bryt av", - "action.join": "Bli med", - "action.close": "Lukk", - "action.accept": "Sei ja", - "action.upgrade": "Oppgrader", - "action.update": "Oppdatering", - "action.upload": "Last opp", - "action.reset": "Nullstill", - "action.share": "Del", - "action.skip": "Hopp over", - "action.logout": "Logg ut", - "action.view": "Vis", - "action.expand": "Utvid" + "Home": "Heim" } diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index a18405b0bae..6d746e36b19 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -21,7 +21,6 @@ "Unnamed room": "Sala sens nom", "Search": "Recercar", "Share room": "Partejar la sala", - "Favourites": "Favorits", "Rooms": "Salas", "Low priority": "Febla prioritat", "System Alerts": "Alèrtas sistèma", @@ -32,15 +31,18 @@ "Start chatting": "Començar de charrar", "Do you want to join %(roomName)s?": "Volètz rejonher %(roomName)s ?", " invited you": " vos convidèt", + "Reject": "Regetar", "Reject & Ignore user": "Regetar e ignorar", "%(roomName)s does not exist.": "%(roomName)s existís pas.", - "Options": "Opcions", "This Room": "Aquesta sala", "All Rooms": "Totas les salas", "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", + "Confirm": "Confirmar", + "Dismiss": "Refusar", "Go Back": "En arrièr", + "Cancel": "Anullar", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -62,6 +64,7 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", + "Trust": "Aprovacion", "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", @@ -74,13 +77,16 @@ "Usage": "Usatge", "Thank you!": "Mercés !", "Reason": "Rason", - "Light": "Clar", - "Dark": "Escur", "Review": "Reveire", "Notifications": "Notificacions", + "Close": "Tampar", "Ok": "Validar", "Set up": "Parametrar", + "Upgrade": "Metre a jorn", + "Verify": "Verificar", + "Update": "Mesa a jorn", "Font size": "Talha de poliça", + "Accept": "Acceptar", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -100,6 +106,7 @@ "Headphones": "Escotadors", "Folder": "Dorsièr", "Pin": "Penjar", + "Upload": "Enviar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -116,7 +123,6 @@ "Disconnect": "Se desconnectar", "Go back": "Precedent", "Change": "Cambiar", - "Theme": "Tèma", "Profile": "Perfil", "Account": "Compte", "General": "General", @@ -137,6 +143,7 @@ "Camera": "Aparelh de fotografiar", "Bridges": "Bridges", "Sounds": "Sons", + "Reset": "Recomençar", "Browse": "Percórrer", "Unban": "Reabilitar", "Permissions": "Permissions", @@ -144,6 +151,7 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", + "Share": "Partiment", "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", @@ -153,7 +161,6 @@ "Strikethrough": "Raiat", "Historical": "Istoric", "Sign Up": "S’inscriure", - "Appearance": "Aparéncia", "Sort by": "Triar per", "Activity": "Activitat", "A-Z": "A-Z", @@ -175,7 +182,6 @@ "Saturday": "Dissabte", "Today": "Uèi", "Yesterday": "Ièr", - "Attachment": "Pèça junta", "Show image": "Afichar l'imatge", "Show all": "O mostrar tot", "Failed to copy": "Impossible de copiar", @@ -190,6 +196,7 @@ "Categories": "Categorias", "Cancel search": "Anullar la recèrca", "More options": "Autras opcions", + "Join": "Jónher", "Rotate Left": "Pivotar cap a èrra", "Rotate Right": "Pivotar cap a drecha", "Matrix": "Matritz", @@ -198,7 +205,6 @@ "Unavailable": "Pas disponible", "Changelog": "Istoric dels cambiaments (Changelog)", "Removing…": "Supression en cors…", - "Name": "Escais", "Sign out": "Se desconnectar", "Back": "Precedenta", "Send": "Mandar", @@ -209,12 +215,12 @@ "Session name": "Nom de session", "Refresh": "Actualizada", "Email address": "Adreça de corrièl", + "Skip": "Ignorar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", "Document": "Document", "Upload files": "Mandar de fichièrs", - "Home": "Dorsièr personal", "Sign in": "Connexion", "Away": "Absent", "Submit": "Mandar", @@ -223,10 +229,10 @@ "Phone": "Telefòn", "Passwords don't match": "Los senhals correspondon pas", "Register": "S'enregistrar", - "Description": "descripcion", "Unknown error": "Error desconeguda", + "Logout": "Desconnexion", + "View": "Visualizacion", "Search failed": "La recèrca a fracassat", - "Room": "Sala", "Feedback": "Comentaris", "Incorrect password": "Senhal incorrècte", "Commands": "Comandas", @@ -266,7 +272,18 @@ "success": "Succès", "suggestions": "Prepausicions", "unmute": "Restablir lo son", - "username": "Nom d'_utilizaire" + "username": "Nom d'_utilizaire", + "attachment": "Pèça junta", + "light": "Clar", + "dark": "Escur", + "home": "Dorsièr personal", + "favourites": "Favorits", + "room": "Sala", + "theme": "Tèma", + "name": "Escais", + "description": "descripcion", + "options": "Opcions", + "appearance": "Aparéncia" }, "action": { "continue": "Contunhar", @@ -289,21 +306,5 @@ "view_source": "Veire la font", "yes": "Òc" }, - "action.reject": "Regetar", - "action.confirm": "Confirmar", - "action.dismiss": "Refusar", - "action.trust": "Aprovacion", - "action.cancel": "Anullar", - "action.join": "Jónher", - "action.close": "Tampar", - "action.accept": "Acceptar", - "action.upgrade": "Metre a jorn", - "action.verify": "Verificar", - "action.update": "Mesa a jorn", - "action.upload": "Enviar", - "action.reset": "Recomençar", - "action.share": "Partiment", - "action.skip": "Ignorar", - "action.logout": "Desconnexion", - "action.view": "Visualizacion" + "Home": "Dorsièr personal" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 2348ba4ce28..a01a36e5832 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1,13 +1,13 @@ { + "Skip": "Pomiń", "This will allow you to reset your password and receive notifications.": "To pozwoli Ci zresetować Twoje hasło i otrzymać powiadomienia.", "Your browser does not support the required cryptography extensions": "Twoja przeglądarka nie wspiera wymaganych rozszerzeń kryptograficznych", "Something went wrong!": "Coś poszło nie tak!", "Incorrect password": "Nieprawidłowe hasło", "Unknown error": "Nieznany błąd", - "Options": "Opcje", "New Password": "Nowe hasło", "Create new room": "Utwórz nowy pokój", - "Room": "Pokój", + "Cancel": "Anuluj", "Jan": "Sty", "Feb": "Lut", "Mar": "Mar", @@ -32,14 +32,15 @@ "Users": "Użytkownicy", "Usage": "Użycie", "Unban": "Odbanuj", + "Accept": "Akceptuj", "Account": "Konto", "Add": "Dodaj", "Microphone": "Mikrofon", "Camera": "Kamera", "Are you sure?": "Czy jesteś pewien?", - "Attachment": "Załącznik", "Banned users": "Zbanowani użytkownicy", "Change Password": "Zmień Hasło", + "Close": "Zamknij", "Confirm password": "Potwierdź hasło", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", @@ -47,6 +48,7 @@ "Operation failed": "Operacja nie udała się", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", + "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", "powered by Matrix": "napędzany przez Matrix", @@ -108,14 +110,12 @@ "Failed to unban": "Nie udało się odbanować", "Failed to verify email address: make sure you clicked the link in the email": "Nie udało się zweryfikować adresu e-mail: upewnij się że kliknąłeś w link w e-mailu", "Failure to create room": "Nie udało się stworzyć pokoju", - "Favourites": "Ulubione", "Filter room members": "Filtruj członków pokoju", "Forget room": "Zapomnij pokój", "For security, this session has been signed out. Please sign in again.": "Ze względów bezpieczeństwa ta sesja została wylogowana. Zaloguj się jeszcze raz.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s z %(fromPowerLevel)s na %(toPowerLevel)s", "Deops user with given id": "Usuwa prawa administratora użytkownikowi o danym ID", "Hangup": "Rozłącz", - "Home": "Strona główna", "Import": "Importuj", "Import E2E room keys": "Importuj klucze pokoju E2E", "Incorrect username and/or password.": "Nieprawidłowa nazwa użytkownika i/lub hasło.", @@ -127,8 +127,8 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich zaproszenia.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich dołączenia.", @@ -138,7 +138,6 @@ "Missing room_id in request": "Brakujące room_id w żądaniu", "Missing user_id in request": "Brakujące user_id w żądaniu", "Moderator": "Moderator", - "Name": "Nazwa", "New passwords don't match": "Nowe hasła nie zgadzają się", "New passwords must match each other.": "Nowe hasła muszą się zgadzać.", "not specified": "nieokreślony", @@ -298,12 +297,12 @@ "Notification targets": "Cele powiadomień", "Today": "Dzisiaj", "Friday": "Piątek", + "Update": "Zaktualizuj", "What's New": "Co nowego", "On": "Włącz", "Changelog": "Dziennik zmian", "Waiting for response from server": "Czekam na odpowiedź serwera", "Failed to send logs: ": "Nie udało się wysłać dzienników: ", - "Warning": "Ostrzeżenie", "This Room": "Ten pokój", "Resend": "Wyślij jeszcze raz", "Messages containing my display name": "Wiadomości zawierające moją wyświetlaną nazwę", @@ -319,6 +318,7 @@ "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowuję do wysłania dzienników", "Saturday": "Sobota", + "Reject": "Odrzuć", "Monday": "Poniedziałek", "Toolbox": "Przybornik", "Collecting logs": "Zbieranie dzienników", @@ -388,7 +388,6 @@ "Share User": "Udostępnij użytkownika", "Share Room Message": "Udostępnij wiadomość w pokoju", "Link to selected message": "Link do zaznaczonej wiadomości", - "Description": "Opis", "This room is not public. You will not be able to rejoin without an invite.": "Ten pokój nie jest publiczny. Nie będziesz w stanie do niego dołączyć bez zaproszenia.", "Can't leave Server Notices room": "Nie można opuścić pokoju powiadomień serwera", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Ten pokój jest używany do ważnych wiadomości z serwera domowego, więc nie możesz go opuścić.", @@ -630,7 +629,6 @@ "Email addresses": "Adresy e-mail", "Phone numbers": "Numery telefonów", "Language and region": "Język i region", - "Theme": "Motyw", "Account management": "Zarządzanie kontem", "Bug reporting": "Zgłaszanie błędów", "Versions": "Wersje", @@ -784,6 +782,7 @@ "Changes the avatar of the current room": "Zmienia awatar dla obecnego pokoju", "Use an identity server": "Użyj serwera tożsamości", "Show previews/thumbnails for images": "Pokaż podgląd/miniatury obrazów", + "Trust": "Zaufaj", "Custom (%(level)s)": "Własny (%(level)s)", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Użyj serwera tożsamości, by zaprosić z użyciem adresu e-mail. Kliknij dalej, żeby użyć domyślnego serwera tożsamości (%(defaultIdentityServerName)s), lub zmień w Ustawieniach.", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, by zaprosić za pomocą adresu e-mail. Zarządzaj w ustawieniach.", @@ -844,7 +843,9 @@ "one": "1 nieprzeczytana wiadomość." }, "Unread messages.": "Nieprzeczytane wiadomości.", + "Join": "Dołącz", "%(creator)s created and configured the room.": "%(creator)s stworzył i skonfigurował pokój.", + "View": "Wyświetl", "Missing media permissions, click the button below to request.": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)snie wykonało zmian %(count)s razy", @@ -861,6 +862,7 @@ "Match system theme": "Dopasuj do motywu systemowego", "They match": "Pasują do siebie", "They don't match": "Nie pasują do siebie", + "Upload": "Prześlij", "Remove recent messages": "Usuń ostatnie wiadomości", "Rotate Left": "Obróć w lewo", "Rotate Right": "Obróć w prawo", @@ -884,6 +886,7 @@ "Ignored users": "Zignorowani użytkownicy", "⚠ These settings are meant for advanced users.": "⚠ Te ustawienia są przeznaczone dla zaawansowanych użytkowników.", "Subscribe": "Subskrybuj", + "Reset": "Resetuj", "Local address": "Lokalny adres", "Published Addresses": "Opublikowane adresy", "Local Addresses": "Lokalne adresy", @@ -903,6 +906,7 @@ "Enter": "Enter", "Space": "Przestrzeń", "End": "End", + "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ć.", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", @@ -945,6 +949,7 @@ "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", + "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { "other": "%(count)s zweryfikowanych sesji", @@ -958,6 +963,7 @@ "Hide sessions": "Ukryj sesje", "Integrations are disabled": "Integracje są wyłączone", "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", + "Upgrade": "Ulepsz", "Manage": "Zarządzaj", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", @@ -994,6 +1000,7 @@ "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", "Support adding custom themes": "Obsługa dodawania niestandardowych motywów", + "Share": "Udostępnij", "Bold": "Pogrubienie", "Italics": "Kursywa", "Strikethrough": "Przekreślenie", @@ -1035,10 +1042,7 @@ "Confirm adding this email address by using Single Sign On to prove your identity.": "Potwierdź dodanie tego adresu e-mail przez użycie pojedynczego logowania, aby potwierdzić swoją tożsamość.", "Single Sign On": "Pojedyncze logowanie", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potwierdź dodanie tego numeru telefonu przy użyciu pojedynczego logowania, aby potwierdzić swoją tożsamość.", - "Light": "Jasny", - "Dark": "Ciemny", "Font size": "Rozmiar czcionki", - "Appearance": "Wygląd", "Show rooms with unread messages first": "Pokazuj najpierw pokoje z nieprzeczytanymi wiadomościami", "Show previews of messages": "Pokazuj podglądy wiadomości", "Sort by": "Sortuj według", @@ -1675,7 +1679,6 @@ "Your access token gives full access to your account. Do not share it with anyone.": "Twój token dostępu daje pełen dostęp do Twojego konta. Nie dziel się nim z nikim.", "Avatar": "Awatar", "Leave the beta": "Opuść betę", - "Beta": "Beta", "Move right": "Przenieś w prawo", "Move left": "Przenieś w lewo", "Join the beta": "Dołącz do bety", @@ -1787,7 +1790,6 @@ "Back to thread": "Wróć do wątku", "Room members": "Członkowie pokoju", "Back to chat": "Wróć do chatu", - "Threads": "Wątki", "* %(senderName)s %(emote)s": "* %(senderName)s %(emote)s", "Other rooms": "Inne pokoje", "%(deviceId)s from %(ip)s": "%(deviceId)s z %(ip)s", @@ -1800,6 +1802,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Udostępnij anonimowe dane, aby pomóc nam zidentyfikować problemy. Nic osobistego. Żadnych podmiotów zewnętrznych. Dowiedz się więcej", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Wcześniej wyraziłeś zgodę na udostępnianie zanonimizowanych danych z nami. Teraz aktualizujemy jak to działa.", "Help improve %(analyticsOwner)s": "Pomóż poprawić %(analyticsOwner)s", + "Stop": "Stop", "That's fine": "To jest w porządku", "File Attached": "Plik załączony", "Exported %(count)s events in %(seconds)s seconds": { @@ -2037,7 +2040,6 @@ "Video rooms are always-on VoIP channels embedded within a room in %(brand)s.": "Pokoje wideo są stale dostępnymi kanałami VoIP osadzonymi w pokoju w %(brand)s.", "Send your first message to invite to chat": "Wyślij pierwszą wiadomość, aby zaprosić do rozmowy", "Spell check": "Sprawdzanie pisowni", - "Help": "Pomoc", "Download %(brand)s Desktop": "Pobierz %(brand)s Desktop", "iOS": "iOS", "Android": "Android", @@ -2096,6 +2098,8 @@ "Invite people": "Zaproś ludzi", "Share invite link": "Udostępnij link zaproszenia", "Click to copy": "Kliknij aby skopiować", + "Collapse": "Zwiń", + "Expand": "Rozwiń", "Show all rooms": "Pokaż wszystkie pokoje", "You can change these anytime.": "Możesz to zmienić w każdej chwili.", "Add some details to help people recognise it.": "Dodaj trochę szczegółów, aby ludzie mogli ją łatwo rozpoznać.", @@ -2103,15 +2107,14 @@ "Your public space": "Twoja publiczna przestrzeń", "To join a space you'll need an invite.": "Wymagane jest zaproszenie, aby dołączyć do przestrzeni.", "Invite only, best for yourself or teams": "Tylko na zaproszenie, najlepsza dla siebie lub zespołów", - "Private": "Prywatna", "Open space for anyone, best for communities": "Przestrzeń otwarta dla każdego, najlepsza dla społeczności", - "Public": "Publiczna", "Spaces are a new way to group rooms and people. What kind of Space do you want to create? You can change this later.": "Przestrzenie to nowy sposób na grupowanie pokojów i osób. Jaki rodzaj przestrzeni chcesz utworzyć? Możesz zmienić to później.", "Create a space": "Utwórz przestrzeń", "Address": "Adres", "e.g. my-space": "np. moja-przestrzen", "Please enter a name for the space": "Podaj nazwę dla przestrzeni", "Search %(spaceName)s": "Przeszukaj %(spaceName)s", + "Delete": "Usuń", "Delete avatar": "Usuń awatar", "Space selection": "Wybór przestrzeni", "Match system": "Dopasuj do systemu", @@ -2136,6 +2139,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Oczekiwanie na zweryfikowanie przez ciebie twojego innego urządzenia, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Zweryfikuj to urządzenie, upewniając się że poniższy numer wyświetlony jest na jego ekranie.", "Confirm the emoji below are displayed on both devices, in the same order:": "Potwierdź że poniższe emotikony są wyświetlane na obu urządzeniach, w tej samej kolejności:", + "Call": "Zadzwoń", "%(name)s on hold": "%(name)s na linii", "More": "Więcej", "Show sidebar": "Pokaż pasek boczny", @@ -2349,11 +2353,11 @@ "Use your account to continue.": "Użyj swojego konta, aby kontynuować.", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.", "%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową", + "Reload": "Przeładuj", "Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta", "No identity access token found": "Nie znaleziono tokena dostępu tożsamości", "Identity server not set": "Serwer tożsamości nie jest ustawiony", "You held the call Resume": "Zawieszono rozmowę Wznów", - "User": "Użytkownik", "Sorry — this call is currently full": "Przepraszamy — to połączenie jest już zapełnione", "Show NSFW content": "Pokaż zawartość NSFW", "Rust cryptography implementation": "Implementacja kryptografii Rust", @@ -2466,6 +2470,7 @@ "Set a new account password…": "Ustaw nowe hasło użytkownika…", "Error changing password": "Wystąpił błąd podczas zmiany hasła", "New version available. Update now.": "Nowa wersja dostępna. Aktualizuj teraz.", + "Apply": "Zastosuj", "Search users in this room…": "Szukaj użytkowników w tym pokoju…", "Saving…": "Zapisywanie…", "Creating…": "Tworzenie…", @@ -2540,7 +2545,6 @@ "Space home": "Przestrzeń główna", "About homeservers": "O serwerach domowych", "Other homeserver": "Inne serwery domowe", - "Homeserver": "Serwer domowy", "Home options": "Opcje głównej", "Home is useful for getting an overview of everything.": "Strona główna to przydatne miejsce dla podsumowania wszystkiego.", "For best security, verify your sessions and sign out from any session that you don't recognize or use anymore.": "Dla najlepszego bezpieczeństwa, zweryfikuj swoje sesje i wyloguj się ze wszystkich sesji, których nie rozpoznajesz lub nie używasz.", @@ -3722,7 +3726,6 @@ "Decrypted source unavailable": "Rozszyfrowane źródło niedostępne", "Decrypted event source": "Rozszyfrowane wydarzenie źródłowe", "Got an account? Sign in": "Posiadasz już konto? Zaloguj się", - "Thread": "Wątek", "Keep discussions organised with threads": "Organizuj dyskusje za pomocą wątków", "Tip: Use “%(replyInThread)s” when hovering over a message.": "Tip: Użyj “%(replyInThread)s” najeżdżając na wiadomość.", "Threads help keep your conversations on-topic and easy to track.": "Dzięki wątkom Twoje rozmowy są zorganizowane i łatwe do śledzenia.", @@ -3896,7 +3899,28 @@ "unmute": "Wyłącz wyciszenie", "username": "Nazwa użytkownika", "verification_cancelled": "Weryfikacja anulowana", - "video": "Wideo" + "video": "Wideo", + "attachment": "Załącznik", + "light": "Jasny", + "dark": "Ciemny", + "warning": "Ostrzeżenie", + "home": "Strona główna", + "favourites": "Ulubione", + "thread": "Wątek", + "threads": "Wątki", + "user": "Użytkownik", + "room": "Pokój", + "theme": "Motyw", + "name": "Nazwa", + "description": "Opis", + "public": "Publiczna", + "private": "Prywatna", + "options": "Opcje", + "appearance": "Wygląd", + "homeserver": "Serwer domowy", + "help": "Pomoc", + "beta": "Beta", + "labs": "Laboratoria" }, "action": { "continue": "Kontynuuj", @@ -3934,28 +3958,5 @@ "a11y": { "user_menu": "Menu użytkownika" }, - "action.reject": "Odrzuć", - "action.confirm": "Potwierdź", - "action.dismiss": "Pomiń", - "action.trust": "Zaufaj", - "action.reload": "Przeładuj", - "action.cancel": "Anuluj", - "action.stop": "Stop", - "action.join": "Dołącz", - "action.close": "Zamknij", - "action.accept": "Akceptuj", - "action.upgrade": "Ulepsz", - "action.verify": "Weryfikuj", - "action.update": "Zaktualizuj", - "action.call": "Zadzwoń", - "action.delete": "Usuń", - "action.upload": "Prześlij", - "action.collapse": "Zwiń", - "action.apply": "Zastosuj", - "action.reset": "Resetuj", - "action.share": "Udostępnij", - "action.skip": "Pomiń", - "action.logout": "Wyloguj", - "action.view": "Wyświetl", - "action.expand": "Rozwiń" + "Home": "Strona główna" } diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 2234bc2124f..3483ec93c26 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -23,7 +23,6 @@ "Failed to reject invitation": "Falha ao tentar rejeitar convite", "Failed to unban": "Não foi possível desfazer o banimento", "Favourite": "Favorito", - "Favourites": "Favoritos", "Filter room members": "Filtrar integrantes da sala", "Forget room": "Esquecer sala", "For security, this session has been signed out. Please sign in again.": "Por questões de segurança, esta sessão foi encerrada. Por gentileza conecte-se novamente.", @@ -33,10 +32,9 @@ "Invalid Email Address": "Endereço de email inválido", "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", + "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", - "Name": "Nome", "New passwords must match each other.": "Novas palavras-passe devem coincidir.", "Notifications": "Notificações", "": "", @@ -132,7 +130,6 @@ "one": "e um outro..." }, "Are you sure?": "Você tem certeza?", - "Attachment": "Anexo", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s de %(monthName)s de %(fullYear)s às %(time)s", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Não consigo conectar ao servidor padrão através de HTTP quando uma URL HTTPS está na barra de endereços do seu navegador. Use HTTPS ou então habilite scripts não seguros no seu navegador.", "Change Password": "Alterar Palavra-Passe", @@ -162,7 +159,7 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.", - "Room": "Sala", + "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -175,7 +172,6 @@ "Show timestamps in 12 hour format (e.g. 2:30pm)": "Mostrar os horários em formato de 12h (p.ex: 2:30pm)", "Warning!": "Atenção!", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s apagou o nome da sala.", - "Options": "Opções", "Passphrases must match": "As frases-passe devem coincidir", "Passphrase must not be empty": "A frase-passe não pode estar vazia", "Export room keys": "Exportar chaves de sala", @@ -193,6 +189,7 @@ "Incorrect password": "Palavra-passe incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", + "Dismiss": "Descartar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "potenciado por Matrix", @@ -244,11 +241,12 @@ "Start authentication": "Iniciar autenticação", "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", "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)", + "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", @@ -267,13 +265,13 @@ "Authentication check failed: incorrect password?": "Erro de autenticação: palavra-passe incorreta?", "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", "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", "%(widgetName)s widget modified by %(senderName)s": "Widget %(widgetName)s modificado por %(senderName)s", "Ignore": "Ignorar", "Ignored user": "Utilizador ignorado", - "Description": "Descrição", "Unknown": "Desconhecido", "Unignore": "Deixar de ignorar", "You are now ignoring %(userId)s": "Está agora a ignorar %(userId)s", @@ -287,11 +285,11 @@ "Notification targets": "Alvos de notificação", "Today": "Hoje", "Friday": "Sexta-feira", + "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Histórico de alterações", "Waiting for response from server": "À espera de resposta do servidor", - "Warning": "Aviso", "This Room": "Esta sala", "Resend": "Reenviar", "Messages containing my display name": "Mensagens contendo o meu nome público", @@ -308,6 +306,7 @@ "Developer Tools": "Ferramentas de desenvolvedor", "Unnamed room": "Sala sem nome", "Saturday": "Sábado", + "Reject": "Rejeitar", "Monday": "Segunda-feira", "Collecting logs": "A recolher logs", "Invite to this room": "Convidar para esta sala", @@ -344,6 +343,7 @@ "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", "Comment": "Comente", + "Confirm": "Confirmar", "Use Single Sign On to continue": "Use Single Sign On para continuar", "Identity server not set": "Servidor de identidade não definido", "No identity access token found": "Nenhum token de identidade de acesso encontrado", @@ -375,6 +375,7 @@ "%(minutes)sm %(seconds)ss left": "%(minutes)sm %(seconds)ss restantes", "Only continue if you trust the owner of the server.": "Continue apenas se confia no dono do servidor.", "User Busy": "Utilizador ocupado", + "Trust": "Confiar", "The user you called is busy.": "O utilizador para o qual tentou ligar está ocupado.", "The call was answered on another device.": "A chamada foi atendida noutro dispositivo.", "Unable to access microphone": "Não é possível aceder ao microfone", @@ -399,6 +400,7 @@ "You cannot place calls in this browser.": "Não pode fazer chamadas neste navegador.", "Database unexpectedly closed": "Base de dados fechada inesperadamente", "User is not logged in": "Utilizador não tem sessão iniciada", + "Reload": "Recarregar", "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", @@ -741,7 +743,16 @@ "settings": "Configurações", "success": "Sucesso", "unmute": "Tirar do mudo", - "username": "Nome de utilizador" + "username": "Nome de utilizador", + "attachment": "Anexo", + "warning": "Aviso", + "home": "Início", + "favourites": "Favoritos", + "room": "Sala", + "name": "Nome", + "description": "Descrição", + "options": "Opções", + "labs": "Laboratório" }, "action": { "continue": "Continuar", @@ -758,15 +769,5 @@ "start_chat": "Iniciar conversa", "view_source": "Ver a fonte" }, - "action.reject": "Rejeitar", - "action.confirm": "Confirmar", - "action.dismiss": "Descartar", - "action.trust": "Confiar", - "action.reload": "Recarregar", - "action.cancel": "Cancelar", - "action.close": "Fechar", - "action.accept": "Aceitar", - "action.update": "Atualizar", - "action.skip": "Saltar", - "action.logout": "Sair" + "Home": "Início" } diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index ada2005f819..0573c35fb14 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -23,7 +23,6 @@ "Failed to reject invitation": "Falha ao tentar recusar o convite", "Failed to unban": "Não foi possível remover o banimento", "Favourite": "Favoritar", - "Favourites": "Favoritos", "Filter room members": "Pesquisar participantes da sala", "Forget room": "Esquecer sala", "For security, this session has been signed out. Please sign in again.": "Por questões de segurança, esta sessão foi encerrada. Por gentileza conecte-se novamente.", @@ -33,10 +32,9 @@ "Invalid Email Address": "Endereço de e-mail inválido", "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", + "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", - "Name": "Nome", "New passwords must match each other.": "As novas senhas informadas precisam ser idênticas.", "Notifications": "Notificações", "": "", @@ -132,7 +130,6 @@ "other": "e %(count)s outros..." }, "Are you sure?": "Você tem certeza?", - "Attachment": "Anexo", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s de %(monthName)s de %(fullYear)s às %(time)s", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Uma conexão com o servidor local via HTTP não pode ser estabelecida se a barra de endereços do navegador contiver um endereço HTTPS. Use HTTPS ou, em vez disso, permita ao navegador executar scripts não seguros.", "Change Password": "Alterar senha", @@ -162,7 +159,7 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.", - "Room": "Sala", + "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -175,7 +172,6 @@ "Show timestamps in 12 hour format (e.g. 2:30pm)": "Mostrar os horários em formato de 12h (p.ex: 2:30pm)", "Warning!": "Atenção!", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s apagou o nome da sala.", - "Options": "Opções", "Passphrases must match": "As senhas têm que ser iguais", "Passphrase must not be empty": "A frase não pode estar em branco", "Export room keys": "Exportar chaves de sala", @@ -193,6 +189,7 @@ "Incorrect password": "Senha incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", + "Dismiss": "Dispensar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "oferecido por Matrix", @@ -228,7 +225,6 @@ "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", - "Home": "Home", "Uploading %(filename)s": "Enviando o arquivo %(filename)s", "Uploading %(filename)s and %(count)s others": { "one": "Enviando o arquivo %(filename)s e %(count)s outros arquivos", @@ -238,8 +234,10 @@ "Create new room": "Criar nova sala", "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", "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.", @@ -255,6 +253,7 @@ "Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?", "Do you want to set an email address?": "Você deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações.", + "Skip": "Pular", "Restricted": "Restrito", "You are not in this room.": "Você não está nesta sala.", "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", @@ -401,10 +400,8 @@ "And %(count)s more...": { "other": "E %(count)s mais..." }, - "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", - "Warning": "Atenção", "Check for update": "Verificar atualizações", "Please note you are logging into the %(hs)s server, not matrix.org.": "Note que você está se conectando ao servidor %(hs)s, e não ao servidor matrix.org.", "Define the power level of a user": "Define o nível de permissões de um usuário", @@ -418,6 +415,7 @@ "Notification targets": "Aparelhos notificados", "Today": "Hoje", "Friday": "Sexta-feira", + "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Registro de alterações", @@ -437,6 +435,7 @@ "Search…": "Buscar…", "Developer Tools": "Ferramentas do desenvolvedor", "Saturday": "Sábado", + "Reject": "Recusar", "Monday": "Segunda-feira", "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", @@ -716,7 +715,6 @@ "Email addresses": "Endereços de e-mail", "Phone numbers": "Números de Telefone", "Language and region": "Idioma e região", - "Theme": "Tema", "Account management": "Gerenciamento da Conta", "General": "Geral", "Credits": "Licenças", @@ -758,6 +756,7 @@ "Single Sign On": "Autenticação Única", "Confirm adding email": "Confirmar a inclusão de e-mail", "Click the button below to confirm adding this email address.": "Clique no botão abaixo para confirmar a adição deste endereço de e-mail.", + "Confirm": "Confirmar", "Add Email Address": "Adicionar endereço de e-mail", "Confirm adding phone number": "Confirmar adição de número de telefone", "Add Phone Number": "Adicionar número de telefone", @@ -772,6 +771,7 @@ "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", "Only continue if you trust the owner of the server.": "Continue apenas se você confia em quem possui este servidor.", + "Trust": "Confiança", "%(name)s is requesting verification": "%(name)s está solicitando confirmação", "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", @@ -841,8 +841,6 @@ "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s alterou uma regra que bania salas que correspondiam a %(oldGlob)s para corresponder a %(newGlob)s devido à %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s alterou uma regra que bania servidores que correspondiam a %(oldGlob)s para corresponder a %(newGlob)s devido à %(reason)s", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s alterou uma regra que bania o que correspondia a %(oldGlob)s para corresponder a %(newGlob)s devido à %(reason)s", - "Light": "Claro", - "Dark": "Escuro", "You signed in to a new session without verifying it:": "Você entrou em uma nova sessão sem confirmá-la:", "Verify your other session using one of the options below.": "Confirme suas outras sessões usando uma das opções abaixo.", "%(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:", @@ -883,6 +881,8 @@ "Ok": "Ok", "Encryption upgrade available": "Atualização de criptografia disponível", "Verify this session": "Confirmar esta sessão", + "Upgrade": "Atualizar", + "Verify": "Confirmar", "Other users may not trust it": "Outras(os) usuárias(os) podem não confiar nela", "New login. Was this you?": "Novo login. Foi você?", "Guest": "Convidada(o)", @@ -928,6 +928,7 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para sua segurança, faça isso pessoalmente ou use uma forma confiável de comunicação.", "Lock": "Cadeado", "Accept to continue:": "Aceitar para continuar:", + "Upload": "Enviar", "This bridge was provisioned by .": "Esta integração foi disponibilizada por .", "This bridge is managed by .": "Esta integração é desenvolvida por .", "Show less": "Mostrar menos", @@ -1092,6 +1093,7 @@ "Widget added by": "Widget adicionado por", "This widget may use cookies.": "Este widget pode usar cookies.", "More options": "Mais opções", + "Join": "Entrar", "Rotate Left": "Girar para a esquerda", "Rotate Right": "Girar para a direita", "Language Dropdown": "Menu suspenso de idiomas", @@ -1261,7 +1263,6 @@ "Reject & Ignore user": "Recusar e bloquear usuário", "You're previewing %(roomName)s. Want to join it?": "Você está visualizando %(roomName)s. Deseja participar?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s não pode ser visualizado. Deseja participar?", - "Appearance": "Aparência", "Show rooms with unread messages first": "Mostrar salas não lidas em primeiro", "Show previews of messages": "Mostrar pré-visualizações de mensagens", "Sort by": "Classificar por", @@ -1327,6 +1328,7 @@ "Notify everyone": "Notificar todos", "Your email address hasn't been verified yet": "Seu endereço de e-mail ainda não foi confirmado", "Revoke": "Revogar", + "Share": "Compartilhar", "Unable to revoke sharing for phone number": "Não foi possível revogar o compartilhamento do número de celular", "Unable to share phone number": "Não foi possível compartilhar o número de celular", "Please enter verification code sent via text.": "Digite o código de confirmação enviado por mensagem de texto.", @@ -1448,6 +1450,7 @@ "Password is allowed, but unsafe": "Esta senha é permitida, mas não é segura", "Sign in with SSO": "Faça login com SSO (Login Único)", "Couldn't load page": "Não foi possível carregar a página", + "View": "Ver", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala.", "one": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala." @@ -1588,6 +1591,7 @@ "You can also set up Secure Backup & manage your keys in Settings.": "Você também pode configurar o Backup online & configurar as suas senhas nas Configurações.", "Cross-signing is ready for use.": "A autoverificação está pronta para uso.", "Cross-signing is not set up.": "A autoverificação não está configurada.", + "Reset": "Redefinir", "not found in storage": "não encontrado no armazenamento", "Master private key:": "Chave privada principal:", "Failed to save your profile": "Houve uma falha ao salvar o seu perfil", @@ -2046,7 +2050,6 @@ "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "Apenas um aviso: se você não adicionar um e-mail e depois esquecer sua senha, poderá perder permanentemente o acesso à sua conta.", "Continuing without email": "Continuar sem e-mail", "Continue with %(provider)s": "Continuar com %(provider)s", - "Homeserver": "Servidor local", "Server Options": "Opções do servidor", "Reason (optional)": "Motivo (opcional)", "Call failed because webcam or microphone could not be accessed. Check that:": "A chamada falhou porque a câmera ou o microfone não puderam ser acessados. Verifique se:", @@ -2145,8 +2148,7 @@ "Skip for now": "Ignorar por enquanto", "Random": "Aleatório", "Welcome to ": "Boas-vindas ao ", - "Private": "Privado", - "Public": "Público", + "Delete": "Excluir", "This homeserver has been blocked by its administrator.": "Este servidor local foi bloqueado pelo seu administrador.", "You're already in a call with this person.": "Você já está em uma chamada com essa pessoa.", "Failed to create initial space rooms": "Falha ao criar salas de espaço iniciais", @@ -2244,6 +2246,8 @@ "Keyword": "Palavra-chave", "Error saving notification preferences": "Erro ao salvar as preferências de notificações", "Messages containing keywords": "Mensagens contendo palavras-chave", + "Collapse": "Colapsar", + "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espaços públicos.", "Preview Space": "Previsualizar o Espaço", "Visibility": "Visibilidade", @@ -2444,6 +2448,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Compartilhe dados anônimos para nos ajudar a identificar problemas. Nada pessoal. Sem terceiros. Saiba mais", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Você consentiu anteriormente em compartilhar dados de uso anônimos conosco. Estamos atualizando como isso funciona.", "Help improve %(analyticsOwner)s": "Ajude a melhorar %(analyticsOwner)s", + "Stop": "Pare", "That's fine": "Isso é bom", "Current Timeline": "Linha do tempo atual", "Specify a number of messages": "Especifique um número de mensagens", @@ -2530,7 +2535,6 @@ "Files": "Arquivos", "Close this widget to view it in this panel": "Feche este widget para visualizá-lo neste painel", "Unpin this widget to view it in this panel": "Solte este widget para visualizá-lo neste painel", - "Threads": "Tópicos", "Chat": "Bate-papo", "Yours, or the other users' session": "A sua ou a sessão de outros usuários", "Yours, or the other users' internet connection": "A sua ou a conexão de Internet de outros usuários", @@ -2842,7 +2846,24 @@ "unmute": "Tirar do mudo", "username": "Nome de usuário", "verification_cancelled": "Confirmação cancelada", - "video": "Vídeo" + "video": "Vídeo", + "attachment": "Anexo", + "light": "Claro", + "dark": "Escuro", + "warning": "Atenção", + "home": "Home", + "favourites": "Favoritos", + "threads": "Tópicos", + "room": "Sala", + "theme": "Tema", + "name": "Nome", + "description": "Descrição", + "public": "Público", + "private": "Privado", + "options": "Opções", + "appearance": "Aparência", + "homeserver": "Servidor local", + "labs": "Laboratório" }, "action": { "continue": "Continuar", @@ -2878,25 +2899,5 @@ "a11y": { "user_menu": "Menu do usuário" }, - "action.reject": "Recusar", - "action.confirm": "Confirmar", - "action.dismiss": "Dispensar", - "action.trust": "Confiança", - "action.cancel": "Cancelar", - "action.stop": "Pare", - "action.join": "Entrar", - "action.close": "Fechar", - "action.accept": "Aceitar", - "action.upgrade": "Atualizar", - "action.verify": "Confirmar", - "action.update": "Atualizar", - "action.delete": "Excluir", - "action.upload": "Enviar", - "action.collapse": "Colapsar", - "action.reset": "Redefinir", - "action.share": "Compartilhar", - "action.skip": "Pular", - "action.logout": "Sair", - "action.view": "Ver", - "action.expand": "Expandir" + "Home": "Home" } diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 9cbc7ec631a..2716abce22f 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -39,6 +39,7 @@ "Explore rooms": "Explorează camerele", "Sign In": "Autentificare", "Create Account": "Înregistare", + "Dismiss": "Închide", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", "No other application is using the webcam": "Nicio altă aplicație nu folosește camera web", @@ -61,6 +62,7 @@ "Confirm adding phone number": "Confirmați adăugarea numărului de telefon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirmați adăugarea acestui număr de telefon utilizând Single Sign On pentru a vă dovedi identitatea.", "Add Email Address": "Adăugați o adresă de e-mail", + "Confirm": "Confirmă", "Click the button below to confirm adding this email address.": "Faceți clic pe butonul de mai jos pentru a confirma adăugarea acestei adrese de e-mail.", "Confirm adding email": "Confirmați adăugarea e-mailului", "Single Sign On": "Single Sign On", @@ -72,7 +74,5 @@ }, "action": { "ok": "OK" - }, - "action.confirm": "Confirmă", - "action.dismiss": "Închide" + } } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 4a1fe06aa0a..0b4b3266811 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -19,7 +19,6 @@ "Failed to reject invitation": "Не удалось отклонить приглашение", "Failed to unban": "Не удалось разблокировать", "Favourite": "Избранное", - "Favourites": "Избранные", "Filter room members": "Поиск по участникам", "Forget room": "Забыть комнату", "For security, this session has been signed out. Please sign in again.": "Для обеспечения безопасности ваш сеанс был завершён. Пожалуйста, войдите снова.", @@ -29,10 +28,9 @@ "Invalid Email Address": "Недопустимый email", "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", - "Labs": "Лаборатория", + "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", - "Name": "Название", "New passwords must match each other.": "Новые пароли должны совпадать.", "Notifications": "Уведомления", "": "<не поддерживается>", @@ -111,7 +109,6 @@ "Authentication": "Аутентификация", "%(items)s and %(lastItem)s": "%(items)s и %(lastItem)s", "An error has occurred.": "Произошла ошибка.", - "Attachment": "Вложение", "Change Password": "Сменить пароль", "Command error": "Ошибка команды", "Confirm password": "Подтвердите пароль", @@ -154,8 +151,9 @@ "This phone number is already in use": "Этот номер телефона уже используется", "You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s", - "Room": "Комната", + "Cancel": "Отмена", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.", + "Dismiss": "Закрыть", "Operation failed": "Сбой операции", "powered by Matrix": "основано на Matrix", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Отображать время в 12-часовом формате (напр. 2:30 ПП)", @@ -195,7 +193,6 @@ "You have enabled URL previews by default.": "Предпросмотр ссылок по умолчанию включен для вас.", "You seem to be in a call, are you sure you want to quit?": "Звонок не завершён. Уверены, что хотите выйти?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Вы не сможете отменить это действие, так как этот пользователь получит уровень прав, равный вашему.", - "Options": "Дополнительно", "Passphrases must match": "Мнемонические фразы должны совпадать", "Passphrase must not be empty": "Мнемоническая фраза не может быть пустой", "Export room keys": "Экспорт ключей комнаты", @@ -237,8 +234,9 @@ "You must register to use this functionality": "Вы должны зарегистрироваться, чтобы использовать эту функцию", "New Password": "Новый пароль", "Something went wrong!": "Что-то пошло не так!", - "Home": "Главная", + "Accept": "Принять", "Admin Tools": "Инструменты администратора", + "Close": "Закрыть", "No display name": "Нет отображаемого имени", "Start authentication": "Начать аутентификацию", "(~%(count)s results)": { @@ -255,6 +253,7 @@ "Authentication check failed: incorrect password?": "Ошибка аутентификации: возможно, неправильный пароль?", "Do you want to set an email address?": "Хотите указать email?", "This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.", + "Skip": "Пропустить", "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", @@ -280,7 +279,6 @@ "Stops ignoring a user, showing their messages going forward": "Прекращает игнорирование пользователя, показывая их будущие сообщения", "Ignores a user, hiding their messages from you": "Игнорирует пользователя, скрывая сообщения от вас", "Banned by %(displayName)s": "Заблокирован(а) %(displayName)s", - "Description": "Описание", "Jump to read receipt": "Перейти к последнему прочтённому", "Message Pinning": "Закреплённые сообщения", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s изменил(а) закреплённые сообщения в этой комнате.", @@ -405,7 +403,6 @@ "expand": "развернуть", "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. Это приведет к сбою криптографии в более ранней версии. В этой версии не могут быть расшифрованы сообщения, которые использовались недавно при использовании старой версии. Это также может привести к сбою обмена сообщениями с этой версией. Если возникают неполадки, выйдите и снова войдите в систему. Чтобы сохранить журнал сообщений, экспортируйте и повторно импортируйте ключи.", - "Warning": "Внимание", "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.": "После понижения своих привилегий вы не сможете это отменить. Если вы являетесь последним привилегированным пользователем в этой комнате, выдать права кому-либо заново будет невозможно.", "Send an encrypted reply…": "Отправить зашифрованный ответ…", "Send an encrypted message…": "Отправить зашифрованное сообщение…", @@ -423,6 +420,7 @@ "Notification targets": "Устройства для уведомлений", "Today": "Сегодня", "Friday": "Пятница", + "Update": "Обновить", "What's New": "Что изменилось", "On": "Включить", "Changelog": "История изменений", @@ -444,6 +442,7 @@ "Developer Tools": "Инструменты разработчика", "Preparing to send logs": "Подготовка к отправке журналов", "Saturday": "Суббота", + "Reject": "Отклонить", "Monday": "Понедельник", "Toolbox": "Панель инструментов", "Collecting logs": "Сбор журналов", @@ -586,7 +585,6 @@ "Email addresses": "Адреса электронной почты", "Phone numbers": "Телефонные номера", "Language and region": "Язык и регион", - "Theme": "Тема", "Account management": "Управление учётной записью", "Chat with %(brand)s Bot": "Чат с ботом %(brand)s", "Help & About": "Помощь и о программе", @@ -609,6 +607,7 @@ "Room Topic": "Тема комнаты", "This room is a continuation of another conversation.": "Эта комната является продолжением другого разговора.", "Click here to see older messages.": "Нажмите, чтобы увидеть старые сообщения.", + "Join": "Войти", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. обратитесь к администратору службы, чтобы продолжить использование службы.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. обратитесь к администратору службы, чтобы продолжить использование службы.", "Prompt before sending invites to potentially invalid matrix IDs": "Подтверждать отправку приглашений на потенциально недействительные matrix ID", @@ -634,6 +633,7 @@ "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", + "Confirm": "Подтвердить", "Other": "Другие", "Go to Settings": "Перейти в настройки", "Set up Secure Messages": "Настроить безопасные сообщения", @@ -828,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Вероятно, ваш браузер удалил эти данные, когда на дисковом пространстве оставалось мало места.", "Upload files (%(current)s of %(total)s)": "Загрузка файлов (%(current)s из %(total)s)", "Upload files": "Загрузка файлов", + "Upload": "Загрузить", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Этот файл слишком большой для загрузки. Лимит размера файла составляет %(limit)s но этот файл %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Эти файлы слишком большие для загрузки. Лимит размера файла составляет %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Некоторые файлы имеют слишком большой размер, чтобы их можно было загрузить. Лимит размера файла составляет %(limit)s.", @@ -884,6 +885,7 @@ "Uploaded sound": "Загруженный звук", "Sounds": "Звук", "Notification sound": "Звук уведомления", + "Reset": "Сброс", "Set a new custom sound": "Установка нового пользовательского звука", "Browse": "Просматривать", "Go back to set it again.": "Задать другой пароль.", @@ -1001,6 +1003,7 @@ "Verify the link in your inbox": "Проверьте ссылку в вашем почтовом ящике(папка \"Входящие\")", "Complete": "Выполнено", "Revoke": "Отмена", + "Share": "Поделиться", "Discovery options will appear once you have added an email above.": "Параметры поиска по электронной почты появятся после добавления её выше.", "Unable to revoke sharing for phone number": "Не удалось отменить общий доступ к номеру телефона", "Unable to share phone number": "Не удается предоставить общий доступ к номеру телефона", @@ -1059,6 +1062,7 @@ "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' администратору вашего домашнего сервера. Если сообщения в этой комнате зашифрованы, администратор вашего домашнего сервера не сможет прочитать текст сообщения или просмотреть какие-либо файлы или изображения.", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Отсутствует Капча открытого ключа в конфигурации домашнего сервера. Пожалуйста, сообщите об этом администратору вашего домашнего сервера.", "%(creator)s created and configured the room.": "%(creator)s создал(а) и настроил(а) комнату.", + "View": "Просмотр", "Explore rooms": "Обзор комнат", "Command Autocomplete": "Автозаполнение команды", "Emoji Autocomplete": "Автодополнение смайлов", @@ -1079,6 +1083,7 @@ "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", "Jump to first invite.": "Перейти к первому приглашению.", + "Trust": "Доверие", "Unread messages.": "Непрочитанные сообщения.", "Message Actions": "Сообщение действий", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Это действие требует по умолчанию доступа к серверу идентификации для подтверждения адреса электронной почты или номера телефона, но у сервера нет никакого пользовательского соглашения.", @@ -1149,6 +1154,8 @@ "To be secure, do this in person or use a trusted way to communicate.": "Чтобы быть в безопасности, делайте это лично или используйте надежный способ связи.", "Lock": "Заблокировать", "Other users may not trust it": "Другие пользователи могут не доверять этому сеансу", + "Upgrade": "Обновление", + "Verify": "Заверить", "Later": "Позже", "Review": "Обзор", "This bridge was provisioned by .": "Этот мост был подготовлен пользователем .", @@ -1372,8 +1379,6 @@ "For extra security, verify this user by checking a one-time code on both of your devices.": "Для дополнительной безопасности подтвердите этого пользователя, сравнив одноразовый код на ваших устройствах.", "Start verification again from their profile.": "Начните подтверждение заново в профиле пользователя.", "Send a Direct Message": "Отправить личное сообщение", - "Light": "Светлая", - "Dark": "Темная", "Recent Conversations": "Недавние Диалоги", "a key signature": "отпечаток ключа", "Upload completed": "Отправка успешно завершена", @@ -1422,7 +1427,6 @@ "Please verify the room ID or address and try again.": "Проверьте ID комнаты или адрес и попробуйте снова.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Администратор вашего сервера отключил сквозное шифрование по умолчанию в приватных комнатах и диалогах.", "Explore Public Rooms": "Просмотреть публичные комнаты", - "Appearance": "Внешний вид", "Show rooms with unread messages first": "Комнаты с непрочитанными сообщениями в начале", "Show previews of messages": "Показывать последнее сообщение", "Sort by": "Сортировать", @@ -1738,7 +1742,6 @@ "Other homeserver": "Другой домашний сервер", "Server Options": "Параметры сервера", "Decline All": "Отклонить все", - "Homeserver": "Домашний сервер", "Approve": "Согласиться", "Approve widget permissions": "Одобрить разрешения виджета", "Send stickers into your active room": "Отправить стикеры в активную комнату", @@ -2186,10 +2189,9 @@ "Your private space": "Ваше приватное пространство", "Your public space": "Ваше публичное пространство", "Invite only, best for yourself or teams": "Только по приглашениям, лучший вариант для себя или команды", - "Private": "Приватное", "Open space for anyone, best for communities": "Открытое пространство для всех, лучший вариант для сообществ", - "Public": "Публичное", "Create a space": "Создать пространство", + "Delete": "Удалить", "Jump to the bottom of the timeline when you send a message": "Перейти к нижней части временной шкалы, когда вы отправляете сообщение", "This homeserver has been blocked by its administrator.": "Доступ к этому домашнему серверу заблокирован вашим администратором.", "You're already in a call with this person.": "Вы уже разговариваете с этим человеком.", @@ -2275,7 +2277,6 @@ "Avatar": "Аватар", "Join the beta": "Присоединиться к бета-версии", "Leave the beta": "Покинуть бета-версию", - "Beta": "Бета", "Manage & explore rooms": "Управление и список комнат", "Add space": "Добавить пространство", "Report": "Сообщить", @@ -2462,6 +2463,8 @@ "Error saving notification preferences": "Ошибка при сохранении настроек уведомлений", "Messages containing keywords": "Сообщения с ключевыми словами", "Message search initialisation failed": "Инициализация поиска сообщений не удалась", + "Collapse": "Свернуть", + "Expand": "Развернуть", "Recommended for public spaces.": "Рекомендуется для публичных пространств.", "Allow people to preview your space before they join.": "Дайте людям возможность предварительно ознакомиться с вашим пространством, прежде чем они присоединятся к нему.", "Preview Space": "Предварительный просмотр пространства", @@ -2573,6 +2576,7 @@ "Format": "Формат", "Export Chat": "Экспорт чата", "Exporting your data": "Экспорт ваших данных", + "Stop": "Стоп", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Вы уверены, что хотите прекратить экспорт данных? Если да, то вам придется начать все сначала.", "Your export was successful. Find it in your Downloads folder.": "Ваш экспорт звершен. Найдите его в папке \"Загрузки\".", "The export was cancelled successfully": "Экспорт был отменен", @@ -2611,7 +2615,6 @@ "It looks like you don't have a Security Key or any other devices you can verify against. This device will not be able to access old encrypted messages. In order to verify your identity on this device, you'll need to reset your verification keys.": "Похоже, у вас нет бумажного ключа, или других сеансов, с которыми вы могли бы свериться. В этом сеансе вы не сможете получить доступ к старым зашифрованным сообщениям. Чтобы подтвердить свою личность в этом сеансе, вам нужно будет сбросить свои ключи шифрования.", "Really reset verification keys?": "Действительно сбросить ключи подтверждения?", "Create poll": "Создать опрос", - "Thread": "Обсуждение", "Reply to thread…": "Ответить на обсуждение…", "Reply to encrypted thread…": "Ответить на зашифрованное обсуждение…", "Updating spaces... (%(progress)s out of %(count)s)": { @@ -2638,7 +2641,6 @@ "Downloading": "Загрузка", "They'll still be able to access whatever you're not an admin of.": "Они по-прежнему смогут получить доступ ко всему, где вы не являетесь администратором.", "Disinvite from %(roomName)s": "Отменить приглашение из %(roomName)s", - "Threads": "Обсуждения", "%(count)s reply": { "one": "%(count)s ответ", "other": "%(count)s ответов" @@ -2882,6 +2884,7 @@ "Verify this device by confirming the following number appears on its screen.": "Проверьте это устройство, убедившись, что на его экране отображается следующее число.", "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Ожидает проверки на другом устройстве, %(deviceName)s (%(deviceId)s)…", "Confirm the emoji below are displayed on both devices, in the same order:": "Убедитесь, что приведённые ниже смайлики отображаются в обоих сеансах в одинаковом порядке:", + "Call": "Вызов", "Dial": "Набор", "sends rainfall": "отправляет дождь", "Sends the given message with rainfall": "Отправляет заданное сообщение с дождём", @@ -3316,7 +3319,6 @@ "Online community members": "Участники сообщества в сети", "You're in": "Вы в", "Choose a locale": "Выберите регион", - "Help": "Помощь", "You need to have the right permissions in order to share locations in this room.": "У вас должны быть определённые разрешения, чтобы делиться местоположениями в этой комнате.", "You don't have permission to share locations": "У вас недостаточно прав для публикации местоположений", "Send your first message to invite to chat": "Отправьте свое первое сообщение, чтобы пригласить в чат", @@ -3460,6 +3462,7 @@ "You have unverified sessions": "У вас есть незаверенные сеансы", "Rich text editor": "Наглядный текстовый редактор", "Search users in this room…": "Поиск пользователей в этой комнате…", + "Apply": "Применить", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", "%(senderName)s ended a voice broadcast": "%(senderName)s завершил(а) голосовую трансляцию", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", @@ -3604,7 +3607,27 @@ "unmute": "Вернуть право речи", "username": "Псевдоним", "verification_cancelled": "Подтверждение отменено", - "video": "Видео" + "video": "Видео", + "attachment": "Вложение", + "light": "Светлая", + "dark": "Темная", + "warning": "Внимание", + "home": "Главная", + "favourites": "Избранные", + "thread": "Обсуждение", + "threads": "Обсуждения", + "room": "Комната", + "theme": "Тема", + "name": "Название", + "description": "Описание", + "public": "Публичное", + "private": "Приватное", + "options": "Дополнительно", + "appearance": "Внешний вид", + "homeserver": "Домашний сервер", + "help": "Помощь", + "beta": "Бета", + "labs": "Лаборатория" }, "action": { "continue": "Продолжить", @@ -3642,27 +3665,5 @@ "a11y": { "user_menu": "Меню пользователя" }, - "action.reject": "Отклонить", - "action.confirm": "Подтвердить", - "action.dismiss": "Закрыть", - "action.trust": "Доверие", - "action.cancel": "Отмена", - "action.stop": "Стоп", - "action.join": "Войти", - "action.close": "Закрыть", - "action.accept": "Принять", - "action.upgrade": "Обновление", - "action.verify": "Заверить", - "action.update": "Обновить", - "action.call": "Вызов", - "action.delete": "Удалить", - "action.upload": "Загрузить", - "action.collapse": "Свернуть", - "action.apply": "Применить", - "action.reset": "Сброс", - "action.share": "Поделиться", - "action.skip": "Пропустить", - "action.logout": "Выйти", - "action.view": "Просмотр", - "action.expand": "Развернуть" + "Home": "Главная" } diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 42dadb658ed..5b9031fc059 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -3,10 +3,10 @@ "This phone number is already in use": "මෙම දුරකථන අංකය දැනටමත් භාවිතයේ පවතී", "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", + "Confirm": "තහවුරු කරන්න", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", "Sign In": "පිවිසෙන්න", + "Dismiss": "ඉවතලන්න", "Explore rooms": "කාමර බලන්න", - "Create Account": "ගිණුමක් සාදන්න", - "action.confirm": "තහවුරු කරන්න", - "action.dismiss": "ඉවතලන්න" + "Create Account": "ගිණුමක් සාදන්න" } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 4059eb68fa6..d1800882a53 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -80,6 +80,7 @@ "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?", + "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", @@ -96,7 +97,6 @@ "Failed to set display name": "Nepodarilo sa nastaviť zobrazované meno", "Authentication": "Overenie", "Drop file here to upload": "Pretiahnutím sem nahráte súbor", - "Options": "Možnosti", "Unban": "Povoliť vstup", "Failed to ban user": "Nepodarilo sa zakázať používateľa", "Failed to mute user": "Nepodarilo sa umlčať používateľa", @@ -115,7 +115,6 @@ "Invited": "Pozvaní", "Filter room members": "Filtrovať členov v miestnosti", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (oprávnenie %(powerLevelNumber)s)", - "Attachment": "Príloha", "Hangup": "Zavesiť", "Voice call": "Hlasový hovor", "Video call": "Video hovor", @@ -135,7 +134,6 @@ "Upload avatar": "Nahrať obrázok", "Forget room": "Zabudnúť miestnosť", "Search": "Hľadať", - "Favourites": "Obľúbené", "Rooms": "Miestnosti", "Low priority": "Nízka priorita", "Historical": "Historické", @@ -158,7 +156,9 @@ "Members only (since they joined)": "Len členovia (odkedy vstúpili)", "Permissions": "Povolenia", "Advanced": "Pokročilé", + "Cancel": "Zrušiť", "Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.", + "Close": "Zavrieť", "not specified": "nezadané", "This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy", "You have disabled URL previews by default.": "Predvolene máte zakázané náhľady URL adries.", @@ -177,6 +177,7 @@ "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", "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?": "Budete presmerovaní na stránku tretej strany, aby ste mohli overiť svoj účet na použitie s %(integrationsUrl)s. Chcete pokračovať?", + "Dismiss": "Zamietnuť", "Token incorrect": "Neplatný token", "A text message has been sent to %(msisdn)s": "Na číslo %(msisdn)s bola odoslaná textová správa", "Please enter the code it contains:": "Prosím, zadajte kód z tejto správy:", @@ -191,7 +192,6 @@ "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", "Create new room": "Vytvoriť novú miestnosť", - "Home": "Domov", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)s%(count)s krát vstúpili", @@ -295,16 +295,16 @@ "Unable to add email address": "Nie je možné pridať emailovú adresu", "Unable to verify email address.": "Nie je možné overiť emailovú adresu.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnoviť si heslo a prijímať oznámenia emailom.", - "Name": "Názov", + "Skip": "Preskočiť", "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", - "Description": "Popis", "Reject invitation": "Odmietnuť pozvanie", "Are you sure you want to reject the invitation?": "Ste si istí, že chcete odmietnuť toto pozvanie?", "Failed to reject invitation": "Nepodarilo sa odmietnuť pozvanie", "Are you sure you want to leave the room '%(roomName)s'?": "Ste si istí, že chcete opustiť miestnosť '%(roomName)s'?", "Signed Out": "Ste odhlásení", "For security, this session has been signed out. Please sign in again.": "Z bezpečnostných dôvodov bola táto relácia odhlásená. Prosím, prihláste sa znova.", + "Logout": "Odhlásiť sa", "Connectivity to the server has been lost.": "Spojenie so serverom bolo prerušené.", "Sent messages will be stored until your connection has returned.": "Odoslané správy ostanú uložené, kým sa spojenie nenadviaže znovu.", "You seem to be uploading files, are you sure you want to quit?": "Zdá sa, že práve nahrávate súbory, ste si istí, že chcete skončiť?", @@ -312,7 +312,6 @@ "Search failed": "Hľadanie zlyhalo", "Server may be unavailable, overloaded, or search timed out :(": "Server môže byť nedostupný, preťažený, alebo vypršal časový limit hľadania :(", "No more results": "Žiadne ďalšie výsledky", - "Room": "Miestnosť", "Failed to reject invite": "Nepodarilo sa odmietnuť pozvanie", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Pri pokuse načítať konkrétny bod v histórii tejto miestnosti sa vyskytla chyba, nemáte povolenie na zobrazenie zodpovedajúcej správy.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Pokus o načítanie konkrétneho bodu na časovej osi tejto miestnosti, ale nepodarilo sa ho nájsť.", @@ -333,7 +332,6 @@ "": "", "Import E2E room keys": "Importovať end-to-end šifrovacie kľúče miestnosti", "Cryptography": "Kryptografia", - "Labs": "Experimenty", "Check for update": "Skontrolovať dostupnosť aktualizácie", "Reject all %(invitedRooms)s invites": "Odmietnuť všetky %(invitedRooms)s pozvania", "Start automatically after system login": "Spustiť automaticky po prihlásení do systému", @@ -403,7 +401,6 @@ "collapse": "zbaliť", "expand": "rozbaliť", "Old cryptography data detected": "Nájdené zastaralé kryptografické údaje", - "Warning": "Upozornenie", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Túto zmenu nebudete môcť vrátiť späť, pretože sa degradujete, a ak ste posledným privilegovaným používateľom v miestnosti, nebude možné získať oprávnenia späť.", "Send an encrypted reply…": "Odoslať šifrovanú odpoveď…", @@ -422,6 +419,7 @@ "Notification targets": "Ciele oznámení", "Today": "Dnes", "Friday": "Piatok", + "Update": "Aktualizovať", "On": "Povolené", "Changelog": "Zoznam zmien", "Waiting for response from server": "Čakanie na odpoveď zo servera", @@ -441,6 +439,7 @@ "Event sent!": "Udalosť odoslaná!", "Preparing to send logs": "príprava odoslania záznamov", "Saturday": "Sobota", + "Reject": "Odmietnuť", "Monday": "Pondelok", "Toolbox": "Nástroje", "Collecting logs": "Získavajú sa záznamy", @@ -716,7 +715,6 @@ "Email addresses": "Emailové adresy", "Phone numbers": "Telefónne čísla", "Language and region": "Jazyk a región", - "Theme": "Vzhľad", "Account management": "Správa účtu", "General": "Všeobecné", "Credits": "Poďakovanie", @@ -771,6 +769,7 @@ "Room avatar": "Obrázok miestnosti", "Room Name": "Názov miestnosti", "Room Topic": "Téma miestnosti", + "Join": "Vstúpiť", "Power level": "Úroveň oprávnenia", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.", "Incoming Verification Request": "Prichádzajúca žiadosť o overenie", @@ -785,6 +784,7 @@ "Change": "Zmeniť", "Email (optional)": "Email (nepovinné)", "Phone (optional)": "Telefón (nepovinné)", + "Confirm": "Potvrdiť", "Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma", "Other": "Ďalšie", "Couldn't load page": "Nie je možné načítať stránku", @@ -835,6 +835,7 @@ "Add Email Address": "Pridať emailovú adresu", "Add Phone Number": "Pridať telefónne číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Táto akcia vyžaduje prístup k predvolenému serveru totožností na overenie emailovej adresy alebo telefónneho čísla, ale server nemá žiadne podmienky používania.", + "Trust": "Dôverovať", "Custom (%(level)s)": "Vlastný (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Odošle správu ako obyčajný text bez interpretácie ako markdown", "You do not have the required permissions to use this command.": "Na použitie tohoto príkazu nemáte dostatočné povolenia.", @@ -870,6 +871,7 @@ "Show previews/thumbnails for images": "Zobrazovať ukážky/náhľady obrázkov", "My Ban List": "Môj zoznam zákazov", "This is your list of users/servers you have blocked - don't leave the room!": "Toto je zoznam používateľov / serverov, ktorých ste zablokovali - neopúšťajte miestnosť!", + "Upload": "Nahrať", "Cross-signing public keys:": "Verejné kľúče krížového podpisovania:", "not found": "nenájdené", "Cross-signing private keys:": "Súkromné kľúče krížového podpisovania:", @@ -1017,6 +1019,8 @@ "Verify by emoji": "Overiť pomocou emotikonov", "Review": "Skontrolovať", "Later": "Neskôr", + "Upgrade": "Aktualizovať", + "Verify": "Overiť", "Other users may not trust it": "Ostatní používatelia jej nemusia dôverovať", "This bridge was provisioned by .": "Toto premostenie poskytuje .", "Joins room with given address": "Pridať sa do miestnosti s danou adresou", @@ -1048,8 +1052,6 @@ "Your homeserver has exceeded one of its resource limits.": "Na vašom domovskom serveri bol prekročený jeden z limitov systémových zdrojov.", "Contact your server admin.": "Kontaktujte svojho administrátora serveru.", "Ok": "Ok", - "Light": "Svetlý", - "Dark": "Tmavý", "Ask your %(brand)s admin to check your config for incorrect or duplicate entries.": "Požiadajte správcu vášho %(brand)su, aby skontroloval vašu konfiguráciu. Pravdepodobne obsahuje chyby alebo duplikáty.", "You joined the call": "Pridali ste sa do hovoru", "%(senderName)s joined the call": "%(senderName)s sa pridal/a do hovoru", @@ -1120,6 +1122,7 @@ "Uploaded sound": "Nahratý zvuk", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámenia", + "Reset": "Obnoviť predvolené", "Set a new custom sound": "Nastaviť vlastný zvuk", "Browse": "Prechádzať", "Upgrade the room": "Aktualizovať miestnosť", @@ -1136,6 +1139,7 @@ "Verify the link in your inbox": "Overte odkaz vo vašej emailovej schránke", "Complete": "Dokončiť", "Revoke": "Odvolať", + "Share": "Zdieľať", "Unable to revoke sharing for phone number": "Nepodarilo sa zrušiť zdieľanie telefónneho čísla", "Unable to share phone number": "Nepodarilo sa zdieľanie telefónneho čísla", "Please enter verification code sent via text.": "Zadajte prosím overovací kód zaslaný prostredníctvom SMS.", @@ -1159,7 +1163,6 @@ "Discovery options will appear once you have added an email above.": "Možnosti nastavenia verejného profilu sa objavia po pridaní e-mailovej adresy vyššie.", "Discovery options will appear once you have added a phone number above.": "Možnosti nastavenia verejného profilu sa objavia po pridaní telefónneho čísla vyššie.", "No recently visited rooms": "Žiadne nedávno navštívené miestnosti", - "Appearance": "Vzhľad", "Show rooms with unread messages first": "Najprv ukázať miestnosti s neprečítanými správami", "All rooms": "Všetky miestnosti", "Hide advanced": "Skryť pokročilé možnosti", @@ -1529,6 +1532,7 @@ }, "Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.", "Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.", + "Expand": "Rozbaliť", "Show all your rooms in Home, even if they're in a space.": "Zobrazte všetky miestnosti v časti Domov, aj keď sú v priestore.", "Show all rooms in Home": "Zobraziť všetky miestnosti v časti Domov", "Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?", @@ -1651,17 +1655,16 @@ "Sidebar": "Bočný panel", "Downloading": "Preberanie", "Show:": "Zobraziť:", - "Threads": "Vlákna", + "Stop": "Zastaviť", "MB": "MB", "JSON": "JSON", "HTML": "HTML", - "Thread": "Vlákno", "Results": "Výsledky", "More": "Viac", "Decrypting": "Dešifrovanie", + "Collapse": "Zbaliť", "Visibility": "Viditeľnosť", "Sent": "Odoslané", - "Beta": "Beta", "Connecting": "Pripájanie", "Play": "Prehrať", "Pause": "Pozastaviť", @@ -1670,10 +1673,10 @@ "Suggested": "Navrhované", "Support": "Podpora", "Random": "Náhodné", + "Delete": "Vymazať", "Value:": "Hodnota:", "Level": "Úroveň", "Setting:": "Nastavenie:", - "Homeserver": "Domovský server", "Approve": "Schváliť", "Comment": "Komentár", "Unpin": "Odopnúť", @@ -1694,6 +1697,7 @@ "Objects": "Objekty", "Activities": "Aktivity", "Document": "Dokument", + "View": "Zobraziť", "Summary": "Zhrnutie", "Notes": "Poznámky", "Service": "Služba", @@ -1734,7 +1738,6 @@ "Upgrade private room": "Aktualizovať súkromnú miestnosť", "Create a private room": "Vytvoriť súkromnú miestnosť", "Master private key:": "Hlavný súkromný kľúč:", - "Private": "Súkromný", "Your private space": "Váš súkromný priestor", "This space is not public. You will not be able to rejoin without an invite.": "Tento priestor nie je verejný. Bez pozvánky sa doň nebudete môcť opätovne pripojiť.", "Explore Public Rooms": "Preskúmať verejné miestnosti", @@ -1746,7 +1749,6 @@ "Join public room": "Pripojiť sa k verejnej miestnosti", "Explore public rooms": "Preskúmajte verejné miestnosti", "Are you sure you want to add encryption to this public room?": "Ste si istí, že chcete pridať šifrovanie do tejto verejnej miestnosti?", - "Public": "Verejný", "Leave some rooms": "Opustiť niektoré miestnosti", "Leave all rooms": "Opustiť všetky miestnosti", "Don't leave any rooms": "Neopustiť žiadne miestnosti", @@ -2541,6 +2543,7 @@ "Next autocomplete suggestion": "Ďalší návrh automatického dokončovania", "Previous autocomplete suggestion": "Predchádzajúci návrh automatického dokončovania", "Internal room ID": "Interné ID miestnosti", + "Call": "Hovor", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Priestory sú spôsoby zoskupovania miestností a ľudí. Popri priestoroch, v ktorých sa nachádzate, môžete použiť aj niektoré predpripravené priestory.", "Group all your favourite rooms and people in one place.": "Zoskupte všetky vaše obľúbené miestnosti a ľudí na jednom mieste.", "Group all your people in one place.": "Zoskupte všetkých ľudí na jednom mieste.", @@ -3334,7 +3337,6 @@ "iOS": "iOS", "Download %(brand)s Desktop": "Stiahnuť %(brand)s Desktop", "Download %(brand)s": "Stiahnuť %(brand)s", - "Help": "Pomocník", "Your server doesn't support disabling sending read receipts.": "Váš server nepodporuje vypnutie odosielania potvrdení o prečítaní.", "Share your activity and status with others.": "Zdieľajte svoju aktivitu a stav s ostatnými.", "Presence": "Prítomnosť", @@ -3566,6 +3568,7 @@ "Re-enter email address": "Znovu zadajte e-mailovú adresu", "Wrong email address?": "Nesprávna e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skryť oznamovaciu bodku (zobrazovať iba odznaky počítadiel)", + "Apply": "Použiť", "Search users in this room…": "Vyhľadať používateľov v tejto miestnosti…", "Give one or multiple users in this room more privileges": "Prideliť jednému alebo viacerým používateľom v tejto miestnosti viac oprávnení", "Add privileged users": "Pridať oprávnených používateľov", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "V súčasnosti sa dá povoliť len prostredníctvom súboru config.json", "Requires your server to support MSC3030": "Vyžaduje, aby váš server podporoval MSC3030", "Requires your server to support the stable version of MSC3827": "Vyžaduje, aby váš server podporoval stabilnú verziu MSC3827", - "User": "Používateľ", "Show avatars in user, room and event mentions": "Zobraziť obrázky profilov v zmienkach o používateľoch, miestnostiach a udalostiach", "Message from %(user)s": "Správa od %(user)s", "Message in %(room)s": "Správa v %(room)s", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.", "Poll history": "História ankety", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Používateľ (%(user)s) neskončil ako pozvaný do %(roomId)s, ale nástroj pre pozývanie neposkytol žiadnu chybu", + "Reload": "Znovu načítať", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Môže to byť spôsobené otvorením aplikácie na viacerých kartách alebo vymazaním údajov prehliadača.", "Database unexpectedly closed": "Databáza sa neočakávane zatvorila", "Mute room": "Stlmiť miestnosť", @@ -3914,7 +3917,28 @@ "unmute": "Zrušiť stlmenie", "username": "Meno používateľa", "verification_cancelled": "Overovanie zrušené", - "video": "Video" + "video": "Video", + "attachment": "Príloha", + "light": "Svetlý", + "dark": "Tmavý", + "warning": "Upozornenie", + "home": "Domov", + "favourites": "Obľúbené", + "thread": "Vlákno", + "threads": "Vlákna", + "user": "Používateľ", + "room": "Miestnosť", + "theme": "Vzhľad", + "name": "Názov", + "description": "Popis", + "public": "Verejný", + "private": "Súkromný", + "options": "Možnosti", + "appearance": "Vzhľad", + "homeserver": "Domovský server", + "help": "Pomocník", + "beta": "Beta", + "labs": "Experimenty" }, "action": { "continue": "Pokračovať", @@ -3952,28 +3976,5 @@ "a11y": { "user_menu": "Používateľské menu" }, - "action.reject": "Odmietnuť", - "action.confirm": "Potvrdiť", - "action.dismiss": "Zamietnuť", - "action.trust": "Dôverovať", - "action.reload": "Znovu načítať", - "action.cancel": "Zrušiť", - "action.stop": "Zastaviť", - "action.join": "Vstúpiť", - "action.close": "Zavrieť", - "action.accept": "Prijať", - "action.upgrade": "Aktualizovať", - "action.verify": "Overiť", - "action.update": "Aktualizovať", - "action.call": "Hovor", - "action.delete": "Vymazať", - "action.upload": "Nahrať", - "action.collapse": "Zbaliť", - "action.apply": "Použiť", - "action.reset": "Obnoviť predvolené", - "action.share": "Zdieľať", - "action.skip": "Preskočiť", - "action.logout": "Odhlásiť sa", - "action.view": "Zobraziť", - "action.expand": "Rozbaliť" + "Home": "Domov" } diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index 88b75919ed3..de9583efbc9 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -2,6 +2,7 @@ "This email address is already in use": "Ta e-poštni naslov je že v uporabi", "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", + "Dismiss": "Opusti", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", @@ -10,6 +11,7 @@ "Single Sign On": "Enkratna prijava", "Confirm adding email": "Potrdi dodajanje e-poštnega naslova", "Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.", + "Confirm": "Potrdi", "Add Email Address": "Dodaj e-poštni naslov", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.", "Confirm adding phone number": "Potrdi dodajanje telefonske številke", @@ -56,12 +58,10 @@ "Sun": "Ned", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Datoteka '%(fileName)s' je večja od omejitve, nastavljene na strežniku", "The file '%(fileName)s' failed to upload.": "Datoteka '%(fileName)s' se ni uspešno naložila.", - "Attachment": "Priponka", "Unable to load! Check your network connectivity and try again.": "Napaka pri nalaganju! Preverite vašo povezavo in poskusite ponovno.", "common": { "analytics": "Analitika", - "error": "Napaka" - }, - "action.confirm": "Potrdi", - "action.dismiss": "Opusti" + "error": "Napaka", + "attachment": "Priponka" + } } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 3c34938cada..89e3bbfea7f 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -60,13 +60,14 @@ "Notification targets": "Objektiva njoftimesh", "Today": "Sot", "Friday": "E premte", + "Update": "Përditësoje", "Notifications": "Njoftime", "On": "On", "Changelog": "Regjistër ndryshimesh", + "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?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", - "Warning": "Sinjalizim", "This Room": "Këtë Dhomë", "Resend": "Ridërgoje", "Messages in one-to-one chats": "Mesazhe në fjalosje tek për tek", @@ -76,6 +77,7 @@ "All Rooms": "Krejt Dhomat", "Source URL": "URL Burimi", "Messages sent by bot": "Mesazhe të dërguar nga boti", + "Cancel": "Anuloje", "Filter results": "Filtroni përfundimet", "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", @@ -85,6 +87,7 @@ "Event sent!": "Akti u dërgua!", "Preparing to send logs": "Po përgatitet për dërgim regjistrash", "Unnamed room": "Dhomë e paemërtuar", + "Dismiss": "Mos e merr parasysh", "Saturday": "E shtunë", "Online": "Në linjë", "Monday": "E hënë", @@ -103,6 +106,7 @@ "State Key": "Kyç Gjendjesh", "What's new?": "Ç’ka të re?", "When I'm invited to a room": "Kur ftohem në një dhomë", + "Close": "Mbylle", "Invite to this room": "Ftojeni te kjo dhomë", "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", @@ -130,6 +134,7 @@ "%(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", + "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", @@ -148,7 +153,6 @@ "This room has no local addresses": "Kjo dhomë s’ka adresë vendore", "URL Previews": "Paraparje URL-sh", "Drop file here to upload": "Hidheni kartelën këtu që të ngarkohet", - "Options": "Mundësi", "Unban": "Hiqja dëbimin", "Are you sure?": "Jeni i sigurt?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "S’do të jeni në gjendje ta zhbëni këtë ndryshim, ngaqë po e promovoni përdoruesin të ketë të njëjtën shkallë pushteti si ju vetë.", @@ -161,7 +165,6 @@ "one": "dhe një tjetër…" }, "Filter room members": "Filtroni anëtarë dhome", - "Attachment": "Bashkëngjitje", "Voice call": "Thirrje audio", "Video call": "Thirrje video", "Send an encrypted reply…": "Dërgoni një përgjigje të fshehtëzuar…", @@ -181,7 +184,6 @@ "Join Room": "Hyni në dhomë", "Upload avatar": "Ngarkoni avatar", "Forget room": "Harroje dhomën", - "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", @@ -202,7 +204,6 @@ "Sign in": "Hyni", "Something went wrong!": "Diçka shkoi ters!", "Create new room": "Krijoni dhomë të re", - "Home": "Kreu", "were invited %(count)s times": { "one": "janë ftuar", "other": "janë ftuar %(count)s herë" @@ -244,18 +245,17 @@ "Invalid Email Address": "Adresë Email e Pavlefshme", "This doesn't appear to be a valid email address": "Kjo s’duket se është adresë email e vlefshme", "Verification Pending": "Verifikim Në Pritje të Miratimit", - "Name": "Emër", + "Skip": "Anashkaloje", "You must register to use this functionality": "Që të përdorni këtë funksion, duhet të regjistroheni", - "Description": "Përshkrim", "Reject invitation": "Hidheni tej ftesën", "Are you sure you want to reject the invitation?": "Jeni i sigurt se doni të hidhet tej kjo ftesë?", "Are you sure you want to leave the room '%(roomName)s'?": "Jeni i sigurt se doni të dilni nga dhoma '%(roomName)s'?", "Signed Out": "I dalë", "Old cryptography data detected": "U pikasën të dhëna kriptografie të vjetër", + "Logout": "Dalje", "You seem to be in a call, are you sure you want to quit?": "Duket se jeni në një thirrje, jeni i sigurt se doni të dilet?", "Search failed": "Kërkimi shtoi", "No more results": "Jo më tepër përfundime", - "Room": "Dhomë", "Uploading %(filename)s and %(count)s others": { "other": "Po ngarkohet %(filename)s dhe %(count)s të tjera", "one": "Po ngarkohet %(filename)s dhe %(count)s tjetër" @@ -636,7 +636,6 @@ "Email addresses": "Adresa email", "Phone numbers": "Numra telefonash", "Language and region": "Gjuhë dhe rajon", - "Theme": "Temë", "Account management": "Administrim llogarish", "For help with using %(brand)s, click here.": "Për ndihmë rreth përdorimit të %(brand)s-it, klikoni këtu.", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "Për ndihmë rreth përdorimit të %(brand)s-it, klikoni këtu, ose nisni një fjalosje me robotin tonë duke përdorur butonin më poshtë.", @@ -665,11 +664,13 @@ "Room avatar": "Avatar dhome", "Room Name": "Emër Dhome", "Room Topic": "Temë Dhome", + "Join": "Hyni", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", + "Confirm": "Ripohojeni", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", "Other": "Tjetër", "Guest": "Mysafir", @@ -830,6 +831,7 @@ "Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?", "Missing session data": "Mungojnë të dhëna sesioni", "Upload files": "Ngarko kartela", + "Upload": "Ngarkim", "Upload %(count)s other files": { "other": "Ngarkoni %(count)s kartela të tjera", "one": "Ngarkoni %(count)s kartelë tjetër" @@ -926,6 +928,7 @@ "Unable to revoke sharing for email address": "S’arrihet të shfuqizohet ndarja për këtë adresë email", "Unable to share email address": "S’arrihet të ndahet adresë email", "Revoke": "Shfuqizoje", + "Share": "Ndaje me të tjerë", "Unable to revoke sharing for phone number": "S’arrihet të shfuqizohet ndarja për numrin e telefonit", "Unable to share phone number": "S’arrihet të ndahet numër telefoni", "Please enter verification code sent via text.": "Ju lutemi, jepni kod verifikimi të dërguar përmes teksti.", @@ -1012,6 +1015,7 @@ "one": "Hiq 1 mesazh" }, "Remove recent messages": "Hiq mesazhe së fundi", + "View": "Shihni", "Explore rooms": "Eksploroni dhoma", "Changes the avatar of the current room": "Ndryshon avatarin e dhomës së atëçastshme", "Read Marker lifetime (ms)": "Kohëzgjatje e Shenjës së Leximit (ms)", @@ -1060,6 +1064,7 @@ "Room Autocomplete": "Vetëplotësim Dhomash", "User Autocomplete": "Vetëplotësim Përdoruesish", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ky veprim lyp hyrje te shërbyesi parazgjedhje i identiteteve për të vlerësuar një adresë email ose një numër telefoni, por shërbyesi nuk ka ndonjë kusht shërbimesh.", + "Trust": "Besim", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Room %(name)s": "Dhoma %(name)s", "Unread messages.": "Mesazhe të palexuar.", @@ -1123,6 +1128,7 @@ "Trusted": "E besuar", "Not trusted": "Jo e besuar", "Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.", + "Verify": "Verifikoje", "Any of the following data may be shared:": "Mund të ndahen me të tjerët cilado prej të dhënave vijuese:", "Your display name": "Emri juaj në ekran", "Your user ID": "ID-ja juaj e përdoruesit", @@ -1163,6 +1169,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, njoftoni një të metë.", "You'll upgrade this room from to .": "Do ta përmirësoni këtë dhomë nga .", + "Upgrade": "Përmirësoje", "Unable to set up secret storage": "S’u arrit të ujdiset depozitë e fshehtë", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s hoqi rregullin për dëbim përdoruesish që kanë përputhje me %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s hoqi rregullin që dëbon dhoma që kanë përputhje me %(glob)s", @@ -1213,7 +1220,6 @@ "Other users may not trust it": "Përdorues të tjerë mund të mos e besojnë", "Later": "Më vonë", "Cross-signing private keys:": "Kyçe privatë për cross-signing:", - "Labs": "Labs", "Complete": "E plotë", "This room is end-to-end encrypted": "Kjo dhomë është e fshehtëzuar skaj-më-skaj", "Everyone in this room is verified": "Gjithkush në këtë dhomë është verifikuar", @@ -1469,6 +1475,7 @@ "Verify your other session using one of the options below.": "Verifikoni sesionit tuaj tjetër duke përdorur një nga mundësitë më poshtë.", "Lock": "Kyçje", "Cross-signing": "Cross-signing", + "Reset": "Rikthe te parazgjedhjet", "Can't load this message": "S’ngarkohet dot ky mesazh", "Submit logs": "Parashtro regjistra", "Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Kujtesë: Shfletuesi juaj është i pambuluar, ndaj punimi juaj mund të jetë i paparashikueshëm.", @@ -1498,7 +1505,6 @@ "Size must be a number": "Madhësia duhet të jetë një numër", "Custom font size can only be between %(min)s pt and %(max)s pt": "Madhësia vetjake për shkronjat mund të jetë vetëm mes vlerave %(min)s pt dhe %(max)s pt", "Use between %(min)s pt and %(max)s pt": "Përdor me %(min)s pt dhe %(max)s pt", - "Appearance": "Dukje", "Joins room with given address": "Hyhet në dhomën me adresën e dhënë", "Your homeserver has exceeded its user limit.": "Shërbyesi juaj Home ka tejkaluar kufijtë e tij të përdorimit.", "Your homeserver has exceeded one of its resource limits.": "Shërbyesi juaj Home ka tejkaluar një nga kufijtë e tij të burimeve.", @@ -1535,8 +1541,6 @@ "one": "Shfaq %(count)s tjetër" }, "Room options": "Mundësi dhome", - "Light": "E çelët", - "Dark": "E errët", "Customise your appearance": "Përshtatni dukjen tuaj", "Appearance Settings only affect this %(brand)s session.": "Rregullimet e Dukjes prekin vetëm këtë sesion %(brand)s.", "Activity": "Veprimtari", @@ -2043,7 +2047,6 @@ "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "Që mos thoni nuk e dinim, nëse s’shtoni një email dhe harroni fjalëkalimin tuaj, mund të humbi përgjithmonë hyrjen në llogarinë tuaj.", "Continuing without email": "Vazhdim pa email", "Continue with %(provider)s": "Vazhdo me %(provider)s", - "Homeserver": "Shërbyes Home", "Server Options": "Mundësi Shërbyesi", "Hold": "Mbaje", "Resume": "Rimerre", @@ -2186,10 +2189,9 @@ "Your private space": "Hapësira juaj private", "Your public space": "Hapësira juaj publike", "Invite only, best for yourself or teams": "Vetëm me ftesa, më e mira për ju dhe ekipe", - "Private": "Private", "Open space for anyone, best for communities": "Hapësirë e hapët për këdo, më e mira për bashkësi", - "Public": "Publike", "Create a space": "Krijoni një hapësirë", + "Delete": "Fshije", "Jump to the bottom of the timeline when you send a message": "Kalo te fundi i rrjedhës kohore, kur dërgoni një mesazh", "This homeserver has been blocked by its administrator.": "Ky shërbyes Home është bllokuar nga përgjegjësit e tij.", "You're already in a call with this person.": "Gjendeni tashmë në thirrje me këtë person.", @@ -2276,7 +2278,6 @@ "Select a room below first": "Së pari, përzgjidhni më poshtë një dhomë", "Join the beta": "Merrni pjesë te beta", "Leave the beta": "Braktiseni beta-n", - "Beta": "Beta", "You may contact me if you have any follow up questions": "Mund të lidheni me mua, nëse keni pyetje të mëtejshme", "To leave the beta, visit your settings.": "Që të braktisni beta-n, vizitoni rregullimet tuaja.", "Your platform and username will be noted to help us use your feedback as much as we can.": "Platforma dhe emri juaj i përdoruesit do të mbahen shënim, për të na ndihmuar t’i përdorim përshtypjet tuaja sa më shumë që të mundemi.", @@ -2356,6 +2357,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.", "This space has no local addresses": "Kjo hapësirë s’ka adresa vendore", "Space information": "Hollësi hapësire", + "Collapse": "Tkurre", + "Expand": "Zgjeroje", "Recommended for public spaces.": "E rekomanduar për hapësira publike.", "Allow people to preview your space before they join.": "Lejojini personat të parashohin hapësirën tuaj para se të hyjnë në të.", "Preview Space": "Parashiheni Hapësirën", @@ -2535,7 +2538,6 @@ "It's not recommended to make encrypted rooms public. It will mean anyone can find and join the room, so anyone can read messages. You'll get none of the benefits of encryption. Encrypting messages in a public room will make receiving and sending messages slower.": "Nuk rekomandohet të bëhen publike dhoma të fshehtëzuara. Kjo do të thoshte se cilido mund të gjejë dhe hyjë te dhoma, pra cilido mund të lexojë mesazhet. S’do të përfitoni asnjë nga të mirat e fshehtëzimit. Fshehtëzimi i mesazheve në një dhomë publike do ta ngadalësojë marrjen dhe dërgimin e tyre.", "Are you sure you want to make this encrypted room public?": "Jeni i sigurt se doni ta bëni publike këtë dhomë të fshehtëzuar?", "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "Për të shmangur këto probleme, krijoni një dhomë të re të fshehtëzuar për bisedën që keni në plan të bëni.", - "Thread": "Rrjedhë", "To avoid these issues, create a new public room for the conversation you plan to have.": "Për të shmangur këto probleme, krijoni për bisedën që keni në plan një dhomë të re publike.", "The above, but in as well": "Atë më sipër, por edhe te ", "The above, but in any room you are joined or invited to as well": "Atë më sipër, por edhe në çfarëdo dhome ku keni hyrë ose jeni ftuar", @@ -2575,6 +2577,7 @@ "Select from the options below to export chats from your timeline": "Që të eksportohen fjalosje prej rrjedhës tuaj kohore, përzgjidhni prej mundësive më poshtë", "Export Chat": "Eksportoni Fjalosje", "Exporting your data": "Eksportim i të dhënave tuaja", + "Stop": "Ndale", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Jeni i sigurt se doni të ndalet eksportimi i të dhënave tuaja? Nëse po, do t’ju duhet t’ia filloni nga e para.", "Your export was successful. Find it in your Downloads folder.": "Eksportimi juaj qe i suksesshëm. E keni te dosja juaj Shkarkime.", "The export was cancelled successfully": "Eksportimi u anulua me sukses", @@ -2633,7 +2636,6 @@ "Unban from %(roomName)s": "Hiqja dëbimin prej %(roomName)s", "They'll still be able to access whatever you're not an admin of.": "Do të jenë prapë në gjendje të hyjnë kudo ku nuk jeni përgjegjës.", "Disinvite from %(roomName)s": "Hiqja ftesën për %(roomName)s", - "Threads": "Rrjedha", "%(count)s reply": { "one": "%(count)s përgjigje", "other": "%(count)s përgjigje" @@ -2950,6 +2952,7 @@ "This is a beta feature": "Kjo është një veçori beta", "Use to scroll": "Përdorni për rrëshqitje", "Feedback sent! Thanks, we appreciate it!": "Përshtypjet u dërguan! Faleminderit, e çmojmë aktin tuaj!", + "Call": "Thirrje", "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Faleminderit që provoni versionin beta, ju lutemi, jepni sa më shumë hollësi, që të mund ta përmirësojmë.", "%(space1Name)s and %(space2Name)s": "%(space1Name)s dhe %(space2Name)s", "%(oneUser)ssent %(count)s hidden messages": { @@ -3341,7 +3344,6 @@ "Get it on Google Play": "Merreni nga Google Play", "Android": "Android", "iOS": "iOS", - "Help": "Ndihmë", "Video call ended": "Thirrja video përfundoi", "Room info": "Hollësi dhome", "Underline": "Të nënvizuara", @@ -3560,6 +3562,7 @@ "This session doesn't support encryption and thus can't be verified.": "Ky sesion s’mbulon fshehtëzim, ndaj s’mund të verifikohet.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Për sigurinë dhe privatësinë më të mirë, rekomandohet të përdoren klientë Matrix që mbulojnë fshehtëzim.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "S’do të jeni në gjendje të merrni pjesë në dhoma ku fshehtëzimi është aktivizuar, kur përdoret ky sesion.", + "Apply": "Aplikoje", "Search users in this room…": "Kërkoni për përdorues në këtë dhomë…", "Give one or multiple users in this room more privileges": "Jepini një ose disa përdoruesve më tepër privilegje në këtë dhomë", "Add privileged users": "Shtoni përdorues të privilegjuar", @@ -3729,7 +3732,6 @@ "Use your account to continue.": "Që të vazhdohet, përdorni llogarinë tuaj.", "Message from %(user)s": "Mesazh nga %(user)s", "Message in %(room)s": "Mesazh në %(room)s", - "User": "Përdorues", "Log out and back in to disable": "Që të çaktivizohet, dilni dhe rihyni në llogari", "Can currently only be enabled via config.json": "Aktualisht mund të aktivizohet vetëm përmes config.json-it", "Show avatars in user, room and event mentions": "Shfaq avatarë në përmendje përdoruesish, dhomash dhe aktesh", @@ -3747,6 +3749,7 @@ "Poll history": "Historik pyetësorësh", "Enable intentional mentions": "Aktivizo përmendje të qëllimta", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Përdoruesi (%(user)s) s’doli i ftuar te %(roomId)s, por nga mjeti i ftuesit s’u dha gabim", + "Reload": "Ringarkoje", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Kjo mund të jetë e shkaktuar nga pasja e aplikacionit hapur në shumë skeda, ose për shkak të spastrimit të të dhënave të shfletuesit.", "Database unexpectedly closed": "Baza e të dhënave u mbyll papritur", "Sliding Sync configuration": "Formësim Sliding Sync-u", @@ -3807,7 +3810,28 @@ "unmute": "Ktheji zërin", "username": "Emër përdoruesi", "verification_cancelled": "Verifikimi u anulua", - "video": "Video" + "video": "Video", + "attachment": "Bashkëngjitje", + "light": "E çelët", + "dark": "E errët", + "warning": "Sinjalizim", + "home": "Kreu", + "favourites": "Të parapëlqyer", + "thread": "Rrjedhë", + "threads": "Rrjedha", + "user": "Përdorues", + "room": "Dhomë", + "theme": "Temë", + "name": "Emër", + "description": "Përshkrim", + "public": "Publike", + "private": "Private", + "options": "Mundësi", + "appearance": "Dukje", + "homeserver": "Shërbyes Home", + "help": "Ndihmë", + "beta": "Beta", + "labs": "Labs" }, "action": { "continue": "Vazhdo", @@ -3845,28 +3869,5 @@ "a11y": { "user_menu": "Menu përdoruesi" }, - "action.reject": "Hidheni tej", - "action.confirm": "Ripohojeni", - "action.dismiss": "Mos e merr parasysh", - "action.trust": "Besim", - "action.reload": "Ringarkoje", - "action.cancel": "Anuloje", - "action.stop": "Ndale", - "action.join": "Hyni", - "action.close": "Mbylle", - "action.accept": "Pranoje", - "action.upgrade": "Përmirësoje", - "action.verify": "Verifikoje", - "action.update": "Përditësoje", - "action.call": "Thirrje", - "action.delete": "Fshije", - "action.upload": "Ngarkim", - "action.collapse": "Tkurre", - "action.apply": "Aplikoje", - "action.reset": "Rikthe te parazgjedhjet", - "action.share": "Ndaje me të tjerë", - "action.skip": "Anashkaloje", - "action.logout": "Dalje", - "action.view": "Shihni", - "action.expand": "Zgjeroje" + "Home": "Kreu" } diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 904d262781a..a994733d718 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -92,6 +92,7 @@ "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": "Подразумевано омогући прегледе адреса за чланове ове собе", + "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", @@ -108,7 +109,6 @@ "Authentication": "Идентификација", "Failed to set display name": "Нисам успео да поставим приказно име", "Drop file here to upload": "Превуци датотеку овде да би је отпремио", - "Options": "Опције", "Unban": "Скини забрану", "Failed to ban user": "Неуспех при забрањивању приступа кориснику", "Failed to mute user": "Неуспех при пригушивању корисника", @@ -128,7 +128,6 @@ "Invited": "Позван", "Filter room members": "Филтрирај чланове собе", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (снага %(powerLevelNumber)s)", - "Attachment": "Прилог", "Hangup": "Спусти слушалицу", "Voice call": "Гласовни позив", "Video call": "Видео позив", @@ -159,7 +158,6 @@ "Upload avatar": "Отпреми аватар", "Forget room": "Заборави собу", "Search": "Претрага", - "Favourites": "Омиљено", "Rooms": "Собе", "Low priority": "Ниска важност", "Historical": "Историја", @@ -182,7 +180,9 @@ "Members only (since they joined)": "Само чланови (од приступања)", "Permissions": "Овлашћења", "Advanced": "Напредно", + "Cancel": "Откажи", "Jump to first unread message.": "Скочи на прву непрочитану поруку.", + "Close": "Затвори", "not specified": "није наведено", "This room has no local addresses": "Ова соба нема локалних адреса", "You have enabled URL previews by default.": "Укључили сте да се УРЛ прегледи подразумевају.", @@ -203,6 +203,7 @@ "Failed to copy": "Нисам успео да ископирам", "Add an Integration": "Додај уградњу", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Бићете пребачени на сајт треће стране да бисте се идентификовали са својим налогом зарад коришћења уградње %(integrationsUrl)s. Да ли желите да наставите?", + "Dismiss": "Одбаци", "Token incorrect": "Жетон је нетачан", "A text message has been sent to %(msisdn)s": "Текстуална порука је послата на %(msisdn)s", "Please enter the code it contains:": "Унесите код који се налази у њој:", @@ -217,7 +218,6 @@ "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Брисање виџета уклања виџет за све чланове ове собе. Да ли сте сигурни да желите обрисати овај виџет?", "Delete widget": "Обриши виџет", "Create new room": "Направи нову собу", - "Home": "Почетна", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(severalUsers)sjoined %(count)s times": { "other": "%(severalUsers)s су ушли %(count)s пута", @@ -324,10 +324,9 @@ "Unable to add email address": "Не могу да додам мејл адресу", "Unable to verify email address.": "Не могу да проверим мејл адресу.", "This will allow you to reset your password and receive notifications.": "Ово омогућава поновно постављање лозинке и примање обавештења.", - "Name": "Име", + "Skip": "Прескочи", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", - "Description": "Опис", "Reject invitation": "Одбиј позивницу", "Are you sure you want to reject the invitation?": "Да ли сте сигурни да желите одбити позивницу?", "Failed to reject invitation": "Нисам успео да одбијем позивницу", @@ -340,7 +339,7 @@ "In reply to ": "Као одговор за ", "This room is not public. You will not be able to rejoin without an invite.": "Ова соба није јавна. Нећете моћи да поново приступите без позивнице.", "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-а су нађени. Ово ће узроковати лош рад шифровања с краја на крај у старијем издању. Размењене поруке које су шифроване с краја на крај у старијем издању је можда немогуће дешифровати у овом издању. Такође, ово може узроковати неуспешно размењивање порука са овим издањем. Ако доживите проблеме, одјавите се и пријавите се поново. Да бисте задржали историјат поруке, извезите па поново увезите ваше кључеве.", - "Warning": "Упозорење", + "Logout": "Одјава", "Connectivity to the server has been lost.": "Веза ка серверу је прекинута.", "Sent messages will be stored until your connection has returned.": "Послате поруке биће сачуване док се веза не успостави поново.", "You seem to be uploading files, are you sure you want to quit?": "Изгледа да отпремате датотеке. Да ли сте сигурни да желите изаћи?", @@ -348,7 +347,6 @@ "Search failed": "Претрага је неуспешна", "Server may be unavailable, overloaded, or search timed out :(": "Сервер је можда недоступан, преоптерећен или је истекло време претраживања :(", "No more results": "Нема више резултата", - "Room": "Соба", "Failed to reject invite": "Нисам успео да одбацим позивницу", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Покушао сам да учитам одређену тачку у временској линији ове собе али ви немате овлашћења за преглед наведене поруке.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Покушао сам да учитам одређену тачку у временској линији ове собе али нисам могао да је нађем.", @@ -364,7 +362,6 @@ "": "<није подржано>", "Import E2E room keys": "Увези E2E кључеве собе", "Cryptography": "Криптографија", - "Labs": "Лабораторије", "Check for update": "Провери да ли има ажурирања", "Reject all %(invitedRooms)s invites": "Одбиј све позивнице за собе %(invitedRooms)s", "Start automatically after system login": "Самостално покрећи након пријаве на систем", @@ -419,6 +416,7 @@ "Notification targets": "Циљеви обавештења", "Today": "Данас", "Friday": "Петак", + "Update": "Ажурирај", "On": "Укључено", "Changelog": "Записник о изменама", "Waiting for response from server": "Чекам на одговор са сервера", @@ -436,6 +434,7 @@ "Tuesday": "Уторак", "Event sent!": "Догађај је послат!", "Saturday": "Субота", + "Reject": "Одбаци", "Monday": "Понедељак", "Toolbox": "Алатница", "Collecting logs": "Прикупљам записнике", @@ -511,6 +510,7 @@ "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", "Create account": "Направи налог", + "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", "Change": "Промени", "Messages containing my username": "Поруке које садрже моје корисничко", @@ -532,6 +532,7 @@ "Encryption upgrade available": "Надоградња шифровања је доступна", "Show info about bridges in room settings": "Прикажи податке о мостовима у подешавањима собе", "Enable Emoji suggestions while typing": "Омогући предлоге емоџија приликом куцања", + "Upload": "Отпреми", "Show more": "Прикажи више", "Cannot connect to integration manager": "Не могу се повезати на управника уградњи", "Email addresses": "Мејл адресе", @@ -579,6 +580,7 @@ "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", "Widgets do not use message encryption.": "Виџети не користе шифровање порука.", + "Join": "Приступи", "Enable end-to-end encryption": "Омогући шифровање с краја на крај", "Report Content to Your Homeserver Administrator": "Пријави садржај администратору вашег домаћег сервера", "Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s", @@ -596,8 +598,6 @@ "General failure": "Општа грешка", "Go Back": "Назад", "Send a bug report with logs": "Пошаљи извештај о грешци са записницима", - "Light": "Светла", - "Dark": "Тамна", "a few seconds ago": "пре неколико секунди", "about a minute ago": "пре једног минута", "%(num)s minutes ago": "пре %(num)s минута", @@ -618,7 +618,6 @@ "Theme added!": "Тема додата!", "Custom theme URL": "Адреса прилагођене теме", "Add theme": "Додај тему", - "Theme": "Тема", "Customise your appearance": "Прилагодите изглед", "Appearance Settings only affect this %(brand)s session.": "Подешавања изгледа се примењују само на %(brand)s сесију.", "Help & About": "Помоћ и подаци о програму", @@ -629,7 +628,6 @@ "Unable to revoke sharing for phone number": "Не могу да опозовем дељење броја телефона", "Send a reply…": "Пошаљи одговор…", "No recently visited rooms": "Нема недавно посећених соба", - "Appearance": "Изглед", "Show rooms with unread messages first": "Прво прикажи собе са непрочитаним порукама", "Show previews of messages": "Прикажи прегледе порука", "Sort by": "Поређај по", @@ -917,6 +915,7 @@ "United States": "Сједињене Америчке Државе", "United Kingdom": "Уједињено Краљевство", "%(name)s is requesting verification": "%(name)s тражи верификацију", + "Trust": "Веруј", "Only continue if you trust the owner of the server.": "Наставите само ако верујете власнику сервера.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ова радња захтева приступ серверу идентитета за валидацију адресе е-поште или телефонског броја али изгледа да сервер нема „услове услуге“.", "The server does not support the room version specified.": "Сервер не подржава наведену верзију собе.", @@ -937,7 +936,6 @@ "Click the button below to confirm adding this phone number.": "Кликните на дугме испод за потврду додавања броја телефона.", "Confirm adding phone number": "Потврда додавања броја телефона", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Потврдите додавање броја телефона помоћу јединствене пријаве да докажете свој идентитет.", - "Homeserver": "Домаћи сервер", "Your homeserver": "Ваш домаћи сервер", "Your homeserver does not support cross-signing.": "Ваш домаћи сервер не подржава међу-потписивање.", "Please contact your homeserver administrator.": "Контактирајте администратора вашег сервера.", @@ -1107,6 +1105,7 @@ "Please enter verification code sent via text.": "Унесите верификациони код послат путем текста.", "Unable to verify phone number.": "Није могуће верификовати број телефона.", "Unable to share phone number": "Није могуће делити телефонски број", + "Share": "Објави", "Complete": "Заврши", "You'll need to authenticate with the server to confirm the upgrade.": "Да бисте потврдили надоградњу, мораћете да се пријавите на серверу.", "Restore": "Врати", @@ -1303,7 +1302,21 @@ "success": "Успех", "suggestions": "Предлози", "unmute": "Појачај", - "username": "Корисничко име" + "username": "Корисничко име", + "attachment": "Прилог", + "light": "Светла", + "dark": "Тамна", + "warning": "Упозорење", + "home": "Почетна", + "favourites": "Омиљено", + "room": "Соба", + "theme": "Тема", + "name": "Име", + "description": "Опис", + "options": "Опције", + "appearance": "Изглед", + "homeserver": "Домаћи сервер", + "labs": "Лабораторије" }, "action": { "continue": "Настави", @@ -1329,17 +1342,5 @@ "start_chat": "Започни разговор", "view_source": "Погледај извор" }, - "action.reject": "Одбаци", - "action.confirm": "Потврди", - "action.dismiss": "Одбаци", - "action.trust": "Веруј", - "action.cancel": "Откажи", - "action.join": "Приступи", - "action.close": "Затвори", - "action.accept": "Прихвати", - "action.update": "Ажурирај", - "action.upload": "Отпреми", - "action.share": "Објави", - "action.skip": "Прескочи", - "action.logout": "Одјава" + "Home": "Почетна" } diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index c7dec3f78b3..d1be49c1eae 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -4,6 +4,7 @@ "Add Email Address": "Dodajte adresu elektronske pošte", "Failed to verify email address: make sure you clicked the link in the email": "Neuspela provera adrese elektronske pošte: proverite da li ste kliknuli na link u poruci elektronske pošte", "Add Phone Number": "Dodajte broj telefona", + "Dismiss": "Odbaci", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", "Sign In": "Prijavite se", @@ -54,6 +55,7 @@ "The user you called is busy.": "Korisnik kojeg ste zvali je zauzet.", "User Busy": "Korisnik zauzet", "Call Failed": "Poziv nije uspio", + "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Produžite samo pod uslovom da vjerujete vlasniku servera.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova akcija zahtijeva pristup zadanom serveru za provjeru identiteta radi provjere adrese e-pošte ili telefonskog broja, no server nema nikakve uslove za pružanje usluge.", "Identity server has no terms of service": "Server identiteta nema uslove pružanja usluge", @@ -70,10 +72,10 @@ "Upload Failed": "Prenos datoteke na server nije uspio", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Datoteka '%(fileName)s' premašuje maksimalnu veličinu za prijenose privatnog/javnog servera koji koristite", "The file '%(fileName)s' failed to upload.": "Prenos datoteke '%(fileName)s' nije uspio.", - "Attachment": "Prilog", "Click the button below to confirm adding this phone number.": "Kliknite taster ispod da biste potvrdili dodavanje telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.", + "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite taster ispod da biste potvrdili dodavanje email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Single Sign On": "Jedinstvena prijava (SSO)", @@ -92,9 +94,7 @@ "Use Ctrl + Enter to send a message": "Koristi Ctrl + Enter za slanje poruke", "User is already in the room": "Korisnik je već u sobi", "common": { - "error": "Greška" - }, - "action.confirm": "Potvrdi", - "action.dismiss": "Odbaci", - "action.trust": "Vjeruj" + "error": "Greška", + "attachment": "Prilog" + } } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 96dd203f56c..2c317b364d8 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -24,7 +24,6 @@ "Are you sure you want to reject the invitation?": "Är du säker på att du vill avböja inbjudan?", "Banned users": "Bannade användare", "Bans user with given id": "Bannar användaren med givet ID", - "Attachment": "Bilaga", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Kan inte ansluta till en hemserver via HTTP då adressen i webbläsaren är HTTPS. Använd HTTPS, eller aktivera osäkra skript.", "Change Password": "Byt lösenord", "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s bytte rummets namn till %(roomName)s.", @@ -62,20 +61,20 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", + "Accept": "Godkänn", "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", - "Favourites": "Favoriter", "Filter room members": "Filtrera rumsmedlemmar", "Forget room": "Glöm bort rum", "For security, this session has been signed out. Please sign in again.": "Av säkerhetsskäl har den här sessionen loggats ut. Vänligen logga in igen.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s från %(fromPowerLevel)s till %(toPowerLevel)s", "Hangup": "Lägg på", "Historical": "Historiska", - "Home": "Hem", "Import": "Importera", "Import E2E room keys": "Importera rumskrypteringsnycklar", "Incorrect username and/or password.": "Fel användarnamn och/eller lösenord.", @@ -87,7 +86,7 @@ "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", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar fr.o.m. att de gick med som medlem.", @@ -96,7 +95,6 @@ "Missing room_id in request": "room_id saknas i förfrågan", "Missing user_id in request": "user_id saknas i förfrågan", "Moderator": "Moderator", - "Name": "Namn", "New passwords don't match": "De nya lösenorden matchar inte", "New passwords must match each other.": "De nya lösenorden måste matcha.", "not specified": "inte specificerad", @@ -139,7 +137,9 @@ "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", + "Cancel": "Avbryt", "Create new room": "Skapa nytt rum", + "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", @@ -189,11 +189,11 @@ "Notification targets": "Aviseringsmål", "Today": "idag", "Friday": "fredag", + "Update": "Uppdatera", "What's New": "Vad är nytt", "On": "På", "Changelog": "Ändringslogg", "Waiting for response from server": "Väntar på svar från servern", - "Warning": "Varning", "This Room": "Det här rummet", "Noisy": "Högljudd", "Messages containing my display name": "Meddelanden som innehåller mitt visningsnamn", @@ -208,6 +208,7 @@ "Tuesday": "tisdag", "Search…": "Sök…", "Saturday": "lördag", + "Reject": "Avböj", "Monday": "måndag", "Collecting logs": "Samlar in loggar", "All Rooms": "Alla rum", @@ -315,6 +316,7 @@ "Verification Pending": "Avvaktar verifiering", "Unable to add email address": "Kunde inte lägga till e-postadress", "Unable to verify email address.": "Kunde inte verifiera e-postadressen.", + "Skip": "Hoppa över", "You must register to use this functionality": "Du måste registrera dig för att använda den här funktionaliteten", "You must join the room to see its files": "Du måste gå med i rummet för att se tillhörande filer", "Start automatically after system login": "Starta automatiskt vid systeminloggning", @@ -335,7 +337,6 @@ "You seem to be in a call, are you sure you want to quit?": "Du verkar vara i ett samtal, är du säker på att du vill avsluta?", "Connectivity to the server has been lost.": "Anslutning till servern har brutits.", "Sent messages will be stored until your connection has returned.": "Skickade meddelanden kommer att lagras tills anslutningen är tillbaka.", - "Room": "Rum", "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Försökte ladda en viss punkt i det här rummets tidslinje, men du är inte behörig att visa det aktuella meddelandet.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Försökte ladda en specifik punkt i det här rummets tidslinje, men kunde inte hitta den.", "Unable to remove contact information": "Kunde inte ta bort kontaktuppgifter", @@ -355,7 +356,6 @@ "Import room keys": "Importera rumsnycklar", "File to import": "Fil att importera", "Drop file here to upload": "Släpp en fil här för att ladda upp", - "Options": "Alternativ", "Replying": "Svarar", "Banned by %(displayName)s": "Bannad av %(displayName)s", "Muted Users": "Dämpade användare", @@ -450,7 +450,6 @@ "expand": "fäll ut", "In reply to ": "Som svar på ", "Mirror local video feed": "Spegla den lokala videoströmmen", - "Description": "Beskrivning", "Something went wrong!": "Något gick fel!", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Du kommer inte att kunna ångra den här ändringen eftersom du degraderar dig själv. Om du är den sista privilegierade användaren i rummet blir det omöjligt att återfå behörigheter.", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kommer inte att kunna ångra den här ändringen eftersom du höjer användaren till samma behörighetsnivå som dig själv.", @@ -664,7 +663,6 @@ "Email addresses": "E-postadresser", "Phone numbers": "Telefonnummer", "Language and region": "Språk och region", - "Theme": "Tema", "Account management": "Kontohantering", "General": "Allmänt", "Credits": "Medverkande", @@ -688,6 +686,7 @@ "Change": "Ändra", "Email (optional)": "E-post (valfritt)", "Phone (optional)": "Telefon (valfritt)", + "Confirm": "Bekräfta", "Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern", "Other": "Annat", "Your password has been reset.": "Ditt lösenord har återställts.", @@ -764,6 +763,7 @@ "Could not load user profile": "Kunde inte ladda användarprofil", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunde inte laddas upp.", "Composer": "Meddelandefält", + "Join": "Gå med", "Power level": "Behörighetsnivå", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kunde inte hitta profiler för de Matrix-ID:n som listas nedan - vill du bjuda in dem ändå?", "GitHub issue": "GitHub-ärende", @@ -786,6 +786,7 @@ "Your browser likely removed this data when running low on disk space.": "Din webbläsare har troligen tagit bort dessa data när det blev ont om diskutrymme.", "Upload files (%(current)s of %(total)s)": "Ladda upp filer (%(current)s av %(total)s)", "Upload files": "Ladda upp filer", + "Upload": "Ladda upp", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Den här filen är för stor för att ladda upp. Filstorleksgränsen är %(limit)s men den här filen är %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Dessa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Vissa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", @@ -843,10 +844,12 @@ "Uploaded sound": "Uppladdat ljud", "Sounds": "Ljud", "Notification sound": "Aviseringsljud", + "Reset": "Återställ", "Set a new custom sound": "Ställ in ett nytt anpassat ljud", "Upgrade the room": "Uppgradera rummet", "Enable room encryption": "Aktivera rumskryptering", "Revoke": "Återkalla", + "Share": "Dela", "Discovery options will appear once you have added an email above.": "Upptäcktsalternativ kommer att visas när du har lagt till en e-postadress ovan.", "Remove %(email)s?": "Ta bort %(email)s?", "Remove %(phone)s?": "Ta bort %(phone)s?", @@ -890,6 +893,7 @@ "Add Phone Number": "Lägg till telefonnummer", "Identity server has no terms of service": "Identitetsservern har inga användarvillkor", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Den här åtgärden kräver åtkomst till standardidentitetsservern för att validera en e-postadress eller ett telefonnummer, men servern har inga användarvillkor.", + "Trust": "Förtroende", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Visa förhandsgranskning/miniatyr för bilder", "Custom (%(level)s)": "Anpassad (%(level)s)", @@ -1088,8 +1092,6 @@ "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s ändrade en regel som bannade rum som matchade %(oldGlob)s till att matcha %(newGlob)s på grund av %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s ändrade en regel som bannade servrar som matchade %(oldGlob)s till att matcha %(newGlob)s på grund av %(reason)s", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s uppdaterade en bannregel som matchade %(oldGlob)s till att matcha %(newGlob)s på grund av %(reason)s", - "Light": "Ljust", - "Dark": "Mörkt", "You signed in to a new session without verifying it:": "Du loggade in i en ny session utan att verifiera den:", "Verify your other session using one of the options below.": "Verifiera din andra session med ett av alternativen nedan.", "%(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:", @@ -1118,6 +1120,8 @@ "Contact your server admin.": "Kontakta din serveradministratör.", "Ok": "OK", "Set up": "Sätt upp", + "Upgrade": "Uppgradera", + "Verify": "Verifiera", "Other users may not trust it": "Andra användare kanske inta litar på den", "New login. Was this you?": "Ny inloggning. Var det du?", "You joined the call": "Du gick med i samtalet", @@ -1291,7 +1295,6 @@ "Use an identity server in Settings to receive invites directly in %(brand)s.": "Använd en identitetsserver i inställningarna för att motta inbjudningar direkt i %(brand)s.", "Share this email in Settings to receive invites directly in %(brand)s.": "Dela denna e-postadress i inställningarna för att motta inbjudningar direkt i %(brand)s.", "Reject & Ignore user": "Avvisa och ignorera användare", - "Appearance": "Utseende", "Show rooms with unread messages first": "Visa rum med olästa meddelanden först", "Show previews of messages": "Visa förhandsgranskningar av meddelanden", "Sort by": "Sortera efter", @@ -1523,6 +1526,7 @@ "Create a Group Chat": "Skapa en gruppchatt", "Explore rooms": "Utforska rum", "%(creator)s created and configured the room.": "%(creator)s skapade och konfigurerade rummet.", + "View": "Visa", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Du har %(count)s olästa aviseringar i en tidigare version av det här rummet.", "one": "Du har %(count)s oläst avisering i en tidigare version av det här rummet." @@ -1987,7 +1991,6 @@ "Send stickers to this room as you": "Skicka dekaler till det här rummet som dig", "Reason (optional)": "Orsak (valfritt)", "Continue with %(provider)s": "Fortsätt med %(provider)s", - "Homeserver": "Hemserver", "Server Options": "Serveralternativ", "Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(rooms)s rooms.": { "one": "Cacha på ett säkert sätt krypterade meddelanden lokalt för att de ska visas i sökresultat, och använd %(size)s för att lagra meddelanden från %(rooms)s rum.", @@ -2190,10 +2193,9 @@ "Your private space": "Ditt privata utrymme", "Your public space": "Ditt offentliga utrymme", "Invite only, best for yourself or teams": "Endast inbjudan, bäst för dig själv eller team", - "Private": "Privat", "Open space for anyone, best for communities": "Öppna utrymmet för alla, bäst för gemenskaper", - "Public": "Offentligt", "Create a space": "Skapa ett utrymme", + "Delete": "Radera", "Jump to the bottom of the timeline when you send a message": "Hoppa till botten av tidslinjen när du skickar ett meddelande", "This homeserver has been blocked by its administrator.": "Hemservern har blockerats av sin administratör.", "You're already in a call with this person.": "Du är redan i ett samtal med den här personen.", @@ -2284,7 +2286,6 @@ "Select a room below first": "Välj ett rum nedan först", "Join the beta": "Gå med i betan", "Leave the beta": "Lämna betan", - "Beta": "Beta", "You may contact me if you have any follow up questions": "Ni kan kontakta mig om ni har vidare frågor", "To leave the beta, visit your settings.": "För att lämna betan, besök dina inställningar.", "Your platform and username will be noted to help us use your feedback as much as we can.": "Din plattform och ditt användarnamn kommer att noteras för att hjälpa oss att använda din återkoppling så mycket vi kan.", @@ -2410,6 +2411,8 @@ "Error saving notification preferences": "Fel vid sparning av aviseringsinställningar", "Messages containing keywords": "Meddelanden som innehåller nyckelord", "Message bubbles": "Meddelandebubblor", + "Collapse": "Kollapsa", + "Expand": "Expandera", "Recommended for public spaces.": "Rekommenderas för offentliga utrymmen.", "Allow people to preview your space before they join.": "Låt personer förhandsgranska ditt utrymme innan de går med.", "Preview Space": "Förhandsgranska utrymme", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "För att undvika dessa problem, skapa ett nytt krypterat rum för konversationen du planerar att ha.", "Are you sure you want to add encryption to this public room?": "Är du säker på att du vill lägga till kryptering till det här offentliga rummet?", "Cross-signing is ready but keys are not backed up.": "Korssignering är klart, men nycklarna är inte säkerhetskopierade än.", - "Thread": "Tråd", "Autoplay videos": "Autospela videor", "Autoplay GIFs": "Autospela GIF:ar", "The above, but in as well": "Det ovanstående, men i också", @@ -2599,7 +2601,6 @@ "They'll still be able to access whatever you're not an admin of.": "De kommer fortfarande kunna komma åt saker du inte är admin för.", "Disinvite from %(roomName)s": "Häv inbjudan från %(roomName)s", "Export chat": "Exportera chatt", - "Threads": "Trådar", "Create poll": "Skapa omröstning", "%(count)s reply": { "one": "%(count)s svar", @@ -2626,6 +2627,7 @@ "Select from the options below to export chats from your timeline": "Välj från alternativen nedan för att exportera chattar från din tidslinje", "Export Chat": "Exportera chatt", "Exporting your data": "Exporterar din data", + "Stop": "Stoppa", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Är du säker på att du vill sluta exportera din data? Om du gör det så behöver du börja om.", "Your export was successful. Find it in your Downloads folder.": "Din export lyckades. Hitta den i din hämtningsmapp.", "The export was cancelled successfully": "Exporten avbröts framgångsrikt", @@ -2773,6 +2775,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Väntar på att du ska verifiera på din andra enhet, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Verifiera den här enheten genom att bekräfta att det följande numret visas på dess skärm.", "Confirm the emoji below are displayed on both devices, in the same order:": "Bekräfta att emojierna nedan visas på båda enheterna i samma ordning:", + "Call": "Ring", "Dial": "Slå nummer", "Automatically send debug logs on decryption errors": "Skicka automatiskt avbuggningsloggar vid avkrypteringsfel", "Show join/leave messages (invites/removes/bans unaffected)": "Visa gå med/lämna-meddelanden (inbjudningar/borttagningar/banningar påverkas inte)", @@ -3381,6 +3384,7 @@ "Enable notifications for this device": "Aktivera aviseringar för den här enheten", "Turn off to disable notifications on all your devices and sessions": "Stäng av för att inaktivera aviseringar för alla dina enheter och sessioner", "Enable notifications for this account": "Aktivera aviseringar för det här kontot", + "Apply": "Tillämpa", "Search users in this room…": "Sök efter användare i det här rummet…", "Give one or multiple users in this room more privileges": "Ge en eller flera användare i det här rummet fler privilegier", "Add privileged users": "Lägg till privilegierade användare", @@ -3439,7 +3443,6 @@ "Download %(brand)s Desktop": "Ladda ner %(brand)s skrivbord", "Choose a locale": "Välj en lokalisering", "WARNING: ": "VARNING: ", - "Help": "Hjälp", "Error downloading image": "Fel vid nedladdning av bild", "Unable to show image due to error": "Kunde inte visa bild på grund av fel", "Video call ended": "Videosamtal avslutades", @@ -3699,6 +3702,7 @@ "Starting export process…": "Startar exportprocessen …", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Användaren (%(user)s) blev inte inbjuden till %(roomId)s, men inget fel gavs av inbjudningsverktyget", "Use your account to continue.": "Använd ditt konto för att fortsätta.", + "Reload": "Ladda om", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Det här kan orsakas av att ha appen öppen i flera flikar eller av rensning av webbläsardata.", "Database unexpectedly closed": "Databasen stängdes oväntat", "Yes, it was me": "Ja, det var jag", @@ -3718,7 +3722,6 @@ "An error occurred when updating your notification preferences. Please try to toggle your option again.": "Ett fel uppstod när du uppdaterade dina aviseringsinställningar. Pröva att växla alternativet igen.", "Verify Session": "Verifiera session", "Ignore (%(counter)s)": "Ignorera (%(counter)s)", - "User": "Användare", "Log out and back in to disable": "Logga ut och in igen för att inaktivera", "View poll": "Visa omröstning", "There are no past polls for the past %(count)s days. Load more polls to view polls for previous months": { @@ -3854,7 +3857,28 @@ "unmute": "Avtysta", "username": "Användarnamn", "verification_cancelled": "Verifiering avbruten", - "video": "Video" + "video": "Video", + "attachment": "Bilaga", + "light": "Ljust", + "dark": "Mörkt", + "warning": "Varning", + "home": "Hem", + "favourites": "Favoriter", + "thread": "Tråd", + "threads": "Trådar", + "user": "Användare", + "room": "Rum", + "theme": "Tema", + "name": "Namn", + "description": "Beskrivning", + "public": "Offentligt", + "private": "Privat", + "options": "Alternativ", + "appearance": "Utseende", + "homeserver": "Hemserver", + "help": "Hjälp", + "beta": "Beta", + "labs": "Experiment" }, "action": { "continue": "Fortsätt", @@ -3892,28 +3916,5 @@ "a11y": { "user_menu": "Användarmeny" }, - "action.reject": "Avböj", - "action.confirm": "Bekräfta", - "action.dismiss": "Avvisa", - "action.trust": "Förtroende", - "action.reload": "Ladda om", - "action.cancel": "Avbryt", - "action.stop": "Stoppa", - "action.join": "Gå med", - "action.close": "Stäng", - "action.accept": "Godkänn", - "action.upgrade": "Uppgradera", - "action.verify": "Verifiera", - "action.update": "Uppdatera", - "action.call": "Ring", - "action.delete": "Radera", - "action.upload": "Ladda upp", - "action.collapse": "Kollapsa", - "action.apply": "Tillämpa", - "action.reset": "Återställ", - "action.share": "Dela", - "action.skip": "Hoppa över", - "action.logout": "Logga ut", - "action.view": "Visa", - "action.expand": "Expandera" + "Home": "Hem" } diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index 0a1224dce41..b311c36bc68 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,10 +1,13 @@ { "All messages": "அனைத்து செய்திகள்", "All Rooms": "அனைத்து அறைகள்", + "Cancel": "ரத்து", "Changelog": "மாற்றப்பதிவு", + "Close": "மூடு", "Collecting app version information": "செயலியின் பதிப்பு தகவல்கள் சேகரிக்கப்படுகிறது", "Collecting logs": "பதிவுகள் சேகரிக்கப்படுகிறது", "Call invitation": "அழைப்பிற்கான விண்ணப்பம்", + "Dismiss": "நீக்கு", "Failed to add tag %(tagName)s to room": "%(tagName)s எனும் குறிச்சொல்லை அறையில் சேர்ப்பதில் தோல்வி", "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", @@ -22,6 +25,7 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", + "Reject": "நிராகரி", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -32,6 +36,7 @@ "Unavailable": "இல்லை", "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", + "Update": "புதுப்பி", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", @@ -48,7 +53,6 @@ "Today": "இன்று", "Yesterday": "நேற்று", "No update available.": "எந்த புதுப்பிப்பும் இல்லை.", - "Warning": "எச்சரிக்கை", "Thank you!": "உங்களுக்கு நன்றி", "Back": "பின்", "Event sent!": "நிகழ்வு அனுப்பப்பட்டது", @@ -122,6 +126,7 @@ "Confirm adding phone number": "தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்", "Confirm adding this phone number by using Single Sign On to prove your identity.": "உங்கள் அடையாளத்தை நிரூபிக்க ஒற்றை உள்நுழைவைப் பயன்படுத்தி இந்த தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்.", "Add Email Address": "மின்னஞ்சல் முகவரியை சேர்க்கவும்", + "Confirm": "உறுதிப்படுத்தவும்", "Click the button below to confirm adding this email address.": "இந்த மின்னஞ்சல் முகவரியை சேர்ப்பதை உறுதிப்படுத்த கீழே உள்ள பொத்தானை அழுத்தவும்.", "Confirm adding email": "மின்னஞ்சலை சேர்ப்பதை உறுதிப்படுத்தவும்", "Single Sign On": "ஒற்றை உள்நுழைவு", @@ -132,7 +137,8 @@ "common": { "analytics": "பகுப்பாய்வு", "error": "பிழை", - "mute": "முடக்கு" + "mute": "முடக்கு", + "warning": "எச்சரிக்கை" }, "action": { "continue": "தொடரவும்", @@ -142,11 +148,5 @@ "quote": "மேற்கோள்", "remove": "நீக்கு", "view_source": "மூலத்தைக் காட்டு" - }, - "action.reject": "நிராகரி", - "action.confirm": "உறுதிப்படுத்தவும்", - "action.dismiss": "நீக்கு", - "action.cancel": "ரத்து", - "action.close": "மூடு", - "action.update": "புதுப்பி" + } } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index 3605702c173..5dae719ec8b 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,4 +1,5 @@ { + "Accept": "అంగీకరించు", "Account": "ఖాతా", "Add": "చేర్చు", "Admin": "అడ్మిన్", @@ -19,7 +20,6 @@ "Are you sure?": "మీరు చెప్పేది నిజమా?", "Are you sure you want to leave the room '%(roomName)s'?": "మీరు ఖచ్చితంగా గది '%(roomName)s' వదిలివేయాలనుకుంటున్నారా?", "Are you sure you want to reject the invitation?": "మీరు ఖచ్చితంగా ఆహ్వానాన్ని తిరస్కరించాలనుకుంటున్నారా?", - "Attachment": "జోడింపు", "Banned users": "నిషేధించిన వినియోగదారులు", "Bans user with given id": "ఇచ్చిన ఐడి తో వినియోగదారుని నిషేధించారు", "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.": "గృహనిర్వాహకులకు కనెక్ట్ చేయలేరు - దయచేసి మీ కనెక్టివిటీని తనిఖీ చేయండి, మీ 1 హోమరుసు యొక్క ఎస్ఎస్ఎల్ సర్టిఫికేట్ 2 ని విశ్వసనీయపరుచుకొని, బ్రౌజర్ పొడిగింపు అభ్యర్థనలను నిరోధించబడదని నిర్ధారించుకోండి.", @@ -28,6 +28,7 @@ "Changes your display nickname": "మీ ప్రదర్శన మారుపేరుని మారుస్తుంది", "You cannot place a call with yourself.": "మీకు మీరే కాల్ చేయలేరు.", "You need to be able to invite users to do that.": "మీరు దీన్ని చేయడానికి వినియోగదారులను ఆహ్వానించగలరు.", + "Close": "ముసివెయండి", "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", @@ -66,12 +67,14 @@ "New passwords don't match": "కొత్త పాస్వర్డ్లు సరిపోలడం లేదు", "Connectivity to the server has been lost.": "సెర్వెర్ కనెక్టివిటీని కోల్పోయారు.", "Sent messages will be stored until your connection has returned.": "మీ కనెక్షన్ తిరిగి వచ్చే వరకు పంపిన సందేశాలు నిల్వ చేయబడతాయి.", + "Cancel": "రద్దు", "Failed to forget room %(errCode)s": "గది మర్చిపోవడం విఫలమైంది %(errCode)s", "Incorrect verification code": "ధృవీకరణ కోడ్ సరిగా లెదు", "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", "Create new room": "క్రొత్త గది సృష్టించండి", + "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", @@ -84,7 +87,6 @@ "On": "వేయుము", "Changelog": "మార్పు వివరణ", "Source URL": "మూల URL", - "Warning": "హెచ్చరిక", "Noisy": "శబ్దం", "Messages containing my display name": "నా ప్రదర్శన పేరును కలిగి ఉన్న సందేశాలు", "Messages in one-to-one chats": "సందేశాలు నుండి ఒకరికి ఒకటి మాటామంతి", @@ -93,6 +95,7 @@ "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", + "Reject": "తిరస్కరించు", "Monday": "సోమవారం", "Collecting logs": "నమోదు సేకరించడం", "All Rooms": "అన్ని గదులు", @@ -120,17 +123,14 @@ "common": { "error": "లోపం", "mute": "నిశబ్ధము", - "settings": "అమరికలు" + "settings": "అమరికలు", + "attachment": "జోడింపు", + "warning": "హెచ్చరిక" }, "action": { "continue": "కొనసాగించు", "decline": "డిక్లైన్", "leave": "వదిలి", "remove": "తొలగించు" - }, - "action.reject": "తిరస్కరించు", - "action.dismiss": "రద్దుచేసే", - "action.cancel": "రద్దు", - "action.close": "ముసివెయండి", - "action.accept": "అంగీకరించు" + } } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index d4e880e8092..0777630f87c 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -12,11 +12,12 @@ "Download %(text)s": "ดาวน์โหลด %(text)s", "Emoji": "อีโมจิ", "Low priority": "ความสำคัญต่ำ", - "Name": "ชื่อ", "Profile": "โปรไฟล์", "Reason": "เหตุผล", "Register": "ลงทะเบียน", "%(brand)s version:": "เวอร์ชัน %(brand)s:", + "Cancel": "ยกเลิก", + "Dismiss": "ปิด", "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", @@ -39,7 +40,6 @@ "Are you sure?": "คุณแน่ใจหรือไม่?", "Are you sure you want to leave the room '%(roomName)s'?": "คุณแน่ใจหรือว่าต้องการจะออกจากห้อง '%(roomName)s'?", "Are you sure you want to reject the invitation?": "คุณแน่ใจหรือว่าต้องการจะปฏิเสธคำเชิญ?", - "Attachment": "ไฟล์แนบ", "Banned users": "ผู้ใช้ที่ถูกแบน", "Bans user with given id": "ผู้ใช้และ id ที่ถูกแบน", "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s เปลี่ยนชื่อห้องไปเป็น %(roomName)s", @@ -64,7 +64,6 @@ "Failed to unban": "การถอนแบนล้มเหลว", "Failed to verify email address: make sure you clicked the link in the email": "การยืนยันอีเมลล้มเหลว: กรุณาตรวจสอบว่าคุณคลิกลิงก์ในอีเมลแล้ว", "Failure to create room": "การสร้างห้องล้มเหลว", - "Favourites": "รายการโปรด", "Filter room members": "กรองสมาชิกห้อง", "Forget room": "ลืมห้อง", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s จาก %(fromPowerLevel)s ไปเป็น %(toPowerLevel)s", @@ -80,7 +79,7 @@ "Sign in with": "เข้าสู่ระบบด้วย", "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", - "Labs": "ห้องทดลอง", + "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", "New passwords don't match": "รหัสผ่านใหม่ไม่ตรงกัน", @@ -160,9 +159,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(time)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", - "Room": "ห้อง", "New Password": "รหัสผ่านใหม่", - "Options": "ตัวเลือก", "Export room keys": "ส่งออกกุณแจห้อง", "Confirm passphrase": "ยืนยันรหัสผ่าน", "Import room keys": "นำเข้ากุณแจห้อง", @@ -172,7 +169,8 @@ "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", "Add": "เพิ่ม", - "Home": "เมนูหลัก", + "Accept": "ยอมรับ", + "Close": "ปิด", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { "one": "(~%(count)s ผลลัพท์)", @@ -196,11 +194,11 @@ "Notification targets": "เป้าหมายการแจ้งเตือน", "Today": "วันนี้", "Friday": "วันศุกร์", + "Update": "อัปเดต", "What's New": "มีอะไรใหม่", "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", "Waiting for response from server": "กำลังรอการตอบสนองจากเซิร์ฟเวอร์", - "Warning": "คำเตือน", "This Room": "ห้องนี้", "Resend": "ส่งใหม่", "Messages containing my display name": "ข้อความที่มีชื่อของฉัน", @@ -216,6 +214,7 @@ "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", "Saturday": "วันเสาร์", + "Reject": "ปฏิเสธ", "Monday": "วันจันทร์", "Collecting logs": "กำลังรวบรวมล็อก", "All Rooms": "ทุกห้อง", @@ -238,6 +237,7 @@ "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", + "Confirm": "ยืนยัน", "Already in call": "อยู่ในสายแล้ว", "No other application is using the webcam": "ไม่มีแอปพลิเคชันอื่นใดที่ใช้กล้อง", "Permission is granted to use the webcam": "ได้รับอนุญาตให้ใช้กล้อง", @@ -253,6 +253,7 @@ "The user you called is busy.": "ผู้ใช้ที่คุณโทรหาไม่ว่าง.", "User Busy": "ผู้ใช้ไม่ว่าง", "Call Failed": "การโทรล้มเหลว", + "Trust": "ไว้ใจ", "Only continue if you trust the owner of the server.": "ดำเนินการต่อหากคุณไว้วางใจเจ้าของเซิร์ฟเวอร์เท่านั้น.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "การดำเนินการนี้จำเป็นต้องเข้าถึงเซิร์ฟเวอร์ identity เริ่มต้น เพื่อตรวจสอบที่อยู่อีเมลหรือหมายเลขโทรศัพท์ แต่เซิร์ฟเวอร์ไม่มีข้อกำหนดในการให้บริการใดๆ.", "Identity server has no terms of service": "เซิร์ฟเวอร์ประจำตัวไม่มีข้อกำหนดในการให้บริการ", @@ -436,9 +437,13 @@ "Download": "ดาวน์โหลด", "collapse": "ยุบ", "Ignore": "เพิกเฉย", + "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", + "Delete": "ลบ", + "Upload": "อัปโหลด", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", + "Join": "เข้าร่วม", "Timeline": "เส้นเวลา", "common": { "encryption_enabled": "เปิดใช้งานการเข้ารหัส", @@ -450,7 +455,15 @@ "settings": "การตั้งค่า", "success": "สำเร็จ", "unmute": "เปิดเสียง", - "username": "ชื่อผู้ใช้" + "username": "ชื่อผู้ใช้", + "attachment": "ไฟล์แนบ", + "warning": "คำเตือน", + "home": "เมนูหลัก", + "favourites": "รายการโปรด", + "room": "ห้อง", + "name": "ชื่อ", + "options": "ตัวเลือก", + "labs": "ห้องทดลอง" }, "action": { "continue": "ดำเนินการต่อ", @@ -469,17 +482,5 @@ "start_chat": "เริ่มแชท", "view_source": "ดูซอร์ส" }, - "action.reject": "ปฏิเสธ", - "action.confirm": "ยืนยัน", - "action.dismiss": "ปิด", - "action.trust": "ไว้ใจ", - "action.cancel": "ยกเลิก", - "action.join": "เข้าร่วม", - "action.close": "ปิด", - "action.accept": "ยอมรับ", - "action.update": "อัปเดต", - "action.delete": "ลบ", - "action.upload": "อัปโหลด", - "action.skip": "ข้าม", - "action.logout": "ออกจากระบบ" + "Home": "เมนูหลัก" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 99af0510e53..9925a01c769 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,4 +1,5 @@ { + "Accept": "Kabul Et", "Account": "Hesap", "Add": "Ekle", "Admin": "Admin", @@ -24,7 +25,6 @@ "Are you sure?": "Emin misiniz ?", "Are you sure you want to leave the room '%(roomName)s'?": "'%(roomName)s' odasından ayrılmak istediğinize emin misiniz ?", "Are you sure you want to reject the invitation?": "Daveti reddetmek istediğinizden emin misiniz ?", - "Attachment": "Ek Dosya", "Banned users": "Yasaklanan(Banlanan) Kullanıcılar", "Bans user with given id": "Yasaklanan(Banlanan) Kullanıcılar , ID'leri ile birlikte", "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.": "Ana Sunucu'ya bağlanılamıyor - lütfen bağlantınızı kontrol edin , Ana Sunucu SSL sertifikanızın güvenilir olduğundan ve bir tarayıcı uzantısının istekleri engellemiyor olduğundan emin olun.", @@ -35,6 +35,7 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s oda adını kaldırdı.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s konuyu \"%(topic)s\" olarak değiştirdi.", "Changes your display nickname": "Görünen takma adınızı değiştirir", + "Close": "Kapat", "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", @@ -68,14 +69,12 @@ "Failed to verify email address: make sure you clicked the link in the email": "E-posta adresi doğrulanamadı: E-postadaki bağlantıya tıkladığınızdan emin olun", "Failure to create room": "Oda oluşturulamadı", "Favourite": "Favori", - "Favourites": "Favoriler", "Filter room members": "Oda üyelerini Filtrele", "Forget room": "Odayı Unut", "For security, this session has been signed out. Please sign in again.": "Güvenlik için , bu oturuma çıkış yapıldı . Lütfen tekrar oturum açın.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s %(fromPowerLevel)s den %(toPowerLevel)s ' ye", "Hangup": "Sorun", "Historical": "Tarihi", - "Home": "Ev", "Import": "İçe Aktar", "Import E2E room keys": "Uçtan uca Oda Anahtarlarını İçe Aktar", "Incorrect username and/or password.": "Yanlış kullanıcı adı ve / veya şifre.", @@ -87,7 +86,7 @@ "Sign in with": "Şununla giriş yap", "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", - "Labs": "Laboratuarlar", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , katıldıkları noktalardan.", @@ -97,7 +96,6 @@ "Missing room_id in request": "İstekte eksik room_id", "Missing user_id in request": "İstekte user_id eksik", "Moderator": "Moderatör", - "Name": "İsim", "New passwords don't match": "Yeni şifreler uyuşmuyor", "New passwords must match each other.": "Yeni şifreler birbirleriyle eşleşmelidir.", "not specified": "Belirtilmemiş", @@ -207,17 +205,16 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "Hafta - %(weekDayName)s , %(day)s -%(monthName)s -%(fullYear)s , %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "Bu sunucu bir telefon numarası ile kimlik doğrulamayı desteklemez.", - "Room": "Oda", "Connectivity to the server has been lost.": "Sunucuyla olan bağlantı kesildi.", "Sent messages will be stored until your connection has returned.": "Gönderilen iletiler bağlantınız geri gelene kadar saklanacak.", "(~%(count)s results)": { "one": "(~%(count)s sonuç)", "other": "(~%(count)s sonuçlar)" }, + "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", - "Options": "Seçenekler", "Passphrases must match": "Şifrenin eşleşmesi gerekir", "Passphrase must not be empty": "Şifrenin boş olmaması gerekir", "Export room keys": "Oda anahtarlarını dışa aktar", @@ -235,6 +232,7 @@ "Incorrect password": "Yanlış Şifre", "Unable to restore session": "Oturum geri yüklenemiyor", "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.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.", + "Dismiss": "Kapat", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", "powered by Matrix": "Matrix'den besleniyor", @@ -255,11 +253,13 @@ "Authentication check failed: incorrect password?": "Kimlik doğrulama denetimi başarısız oldu : yanlış şifre ?", "Do you want to set an email address?": "Bir e-posta adresi ayarlamak ister misiniz ?", "This will allow you to reset your password and receive notifications.": "Bu şifrenizi sıfırlamanızı ve bildirimler almanızı sağlayacak.", + "Skip": "Atla", "Sunday": "Pazar", "Messages sent by bot": "Bot tarafından gönderilen mesajlar", "Notification targets": "Bildirim hedefleri", "Today": "Bugün", "Friday": "Cuma", + "Update": "Güncelleştirme", "What's New": "Yenilikler", "On": "Açık", "Changelog": "Değişiklikler", @@ -275,6 +275,7 @@ "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", "Saturday": "Cumartesi", + "Reject": "Reddet", "Monday": "Pazartesi", "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", @@ -303,6 +304,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "Identity server has no terms of service": "Kimlik sunucusu hizmet kurallarına sahip değil", "Only continue if you trust the owner of the server.": "Sadece sunucunun sahibine güveniyorsanız devam edin.", + "Trust": "Güven", "Unable to load! Check your network connectivity and try again.": "Yüklenemiyor! Ağ bağlantınızı kontrol edin ve yeniden deneyin.", "Restricted": "Sınırlı", "Missing roomId.": "roomId eksik.", @@ -339,6 +341,7 @@ "%(brand)s URL": "%(brand)s Linki", "Room ID": "Oda ID", "More options": "Daha fazla seçenek", + "Join": "Katıl", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -433,6 +436,7 @@ "Upgrade this room to version %(version)s": "Bu odayı %(version)s versiyonuna yükselt", "Upgrade Room Version": "Oda Sürümünü Yükselt", "Upgrade private room": "Özel oda güncelle", + "Upgrade": "Yükselt", "Sign out and remove encryption keys?": "Oturumu kapat ve şifreleme anahtarlarını sil?", "Clear Storage and Sign Out": "Depolamayı temizle ve Oturumu Kapat", "Send Logs": "Logları Gönder", @@ -471,11 +475,12 @@ "Enter phone number (required on this homeserver)": "Telefon numarası gir ( bu ana sunucuda gerekli)", "Enter username": "Kullanıcı adı gir", "Email (optional)": "E-posta (opsiyonel)", + "Confirm": "Doğrula", "Phone (optional)": "Telefon (opsiyonel)", "Couldn't load page": "Sayfa yüklenemiyor", - "Description": "Tanım", "Old cryptography data detected": "Eski kriptolama verisi tespit edildi", "Verification Request": "Doğrulama Talebi", + "View": "Görüntüle", "Jump to first unread room.": "Okunmamış ilk odaya zıpla.", "Jump to first invite.": "İlk davete zıpla.", "Add room": "Oda ekle", @@ -557,6 +562,7 @@ "Headphones": "Kulaklık", "Folder": "Klasör", "Accept to continue:": "Devam etmek için i kabul ediniz:", + "Upload": "Yükle", "not found": "bulunamadı", "in account data": "hesap verisinde", "Cannot connect to integration manager": "Entegrasyon yöneticisine bağlanılamadı", @@ -623,9 +629,7 @@ "Email addresses": "E-posta adresleri", "Phone numbers": "Telefon numaraları", "Language and region": "Dil ve bölge", - "Theme": "Tema", "Account management": "Hesap yönetimi", - "Warning": "Uyarı", "General": "Genel", "Discovery": "Keşfet", "Legal": "Yasal", @@ -651,6 +655,7 @@ "Uploaded sound": "Yüklenen ses", "Sounds": "Sesler", "Notification sound": "Bildirim sesi", + "Reset": "Sıfırla", "Browse": "Gözat", "Change room name": "Oda adını değiştir", "Change history visibility": "Geçmiş görünürlüğünü değiştir", @@ -676,6 +681,7 @@ "Unable to share email address": "E-posta adresi paylaşılamıyor", "Your email address hasn't been verified yet": "E-posta adresiniz henüz doğrulanmadı", "Verify the link in your inbox": "Gelen kutunuzdaki linki doğrulayın", + "Share": "Paylaş", "Unable to share phone number": "Telefon numarası paylaşılamıyor", "Unable to verify phone number.": "Telefon numarası doğrulanamıyor.", "Please enter verification code sent via text.": "Lütfen mesajla gönderilen doğrulama kodunu girin.", @@ -756,6 +762,7 @@ "other": "%(count)s doğrulanmış oturum", "one": "1 doğrulanmış oturum" }, + "Verify": "Doğrula", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -1219,8 +1226,6 @@ "Send a bug report with logs": "Günlükler (log) ile hata raporu gönderin", "Opens chat with the given user": "Belirtilen kullanıcı ile sohbet başlatır", "Sends a message to the given user": "Belirtilen kullanıcıya ileti gönderir", - "Light": "Aydınlık", - "Dark": "Karanlık", "You signed in to a new session without verifying it:": "Yeni bir oturuma, doğrulamadan oturum açtınız:", "Verify your other session using one of the options below.": "Diğer oturumunuzu aşağıdaki seçeneklerden birini kullanarak doğrulayın.", "Your homeserver has exceeded its user limit.": "Homeserver'ınız kullanıcı limitini aştı.", @@ -1740,7 +1745,6 @@ "Hold": "Beklet", "Resume": "Devam et", "Approve": "Onayla", - "Homeserver": "Ana sunucu", "Information": "Bilgi", "Ctrl": "Ctrl", "Shift": "Shift", @@ -1751,7 +1755,6 @@ "Categories": "Kategoriler", "Accepting…": "Kabul ediliyor…", "A-Z": "A-Z", - "Appearance": "Görünüm", "Room avatar": "Oda avatarı", "Room options": "Oda ayarları", "Forget Room": "Odayı unut", @@ -1983,7 +1986,21 @@ "suggestions": "Öneriler", "unmute": "Sesi aç", "username": "Kullanıcı Adı", - "verification_cancelled": "Doğrulama iptal edildi" + "verification_cancelled": "Doğrulama iptal edildi", + "attachment": "Ek Dosya", + "light": "Aydınlık", + "dark": "Karanlık", + "warning": "Uyarı", + "home": "Ev", + "favourites": "Favoriler", + "room": "Oda", + "theme": "Tema", + "name": "İsim", + "description": "Tanım", + "options": "Seçenekler", + "appearance": "Görünüm", + "homeserver": "Ana sunucu", + "labs": "Laboratuarlar" }, "action": { "continue": "Devam Et", @@ -2016,21 +2033,5 @@ "a11y": { "user_menu": "Kullanıcı menüsü" }, - "action.reject": "Reddet", - "action.confirm": "Doğrula", - "action.dismiss": "Kapat", - "action.trust": "Güven", - "action.cancel": "İptal", - "action.join": "Katıl", - "action.close": "Kapat", - "action.accept": "Kabul Et", - "action.upgrade": "Yükselt", - "action.verify": "Doğrula", - "action.update": "Güncelleştirme", - "action.upload": "Yükle", - "action.reset": "Sıfırla", - "action.share": "Paylaş", - "action.skip": "Atla", - "action.logout": "Çıkış Yap", - "action.view": "Görüntüle" + "Home": "Ev" } diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index 90c238755d4..dd949c4de98 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -3,6 +3,7 @@ "Other": "Yaḍn", "Actions": "Tugawin", "Messages": "Tuzinin", + "Cancel": "Sser", "Create Account": "senflul amiḍan", "Sign In": "Kcem", "Dec": "Duj", @@ -22,6 +23,7 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", + "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", "Permissions": "Tisirag", @@ -38,6 +40,8 @@ "Butterfly": "Aferteṭṭu", "Rooster": "Ayaẓiḍ", "Panda": "Apanda", + "Upgrade": "Leqqem", + "Confirm": "Sentem", "Brazil": "Brazil", "Bolivia": "Bulivya", "Bhutan": "Buṭan", @@ -60,27 +64,28 @@ "Calls": "Iɣuṛiten", "Emoji": "Imuji", "Afghanistan": "Afɣanistan", + "Logout": "Ffeɣ", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", "Send": "Azen", - "Name": "Isem", "Flags": "Icenyalen", + "Join": "Lkem", "edited": "infel", "Copied!": "inɣel!", - "Home": "Asnubeg", "Search…": "Arezzu…", "A-Z": "A-Ẓ", + "Reject": "Agy", "Re-join": "als-lkem", "Search": "Rzu", "%(duration)sd": "%(duration)sas", + "Share": "Bḍu", "Camera": "Takamiṛa", "Microphone": "Amikṛu", "Add": "Rnu", "Ignore": "Nexxel", "None": "Walu", "Account": "Amiḍan", - "Theme": "Asgum", "Algorithm:": "Talguritmit:", "Profile": "Ifres", "Folder": "Asdaw", @@ -105,6 +110,7 @@ "Rabbit": "Agnin", "Elephant": "Ilew", "Pig": "Ilef", + "Close": "Rgel", "Horse": "Ayyis", "Lion": "Izem", "Cat": "Amuc", @@ -112,7 +118,6 @@ "Guest": "Anebgi", "Ok": "Wax", "Notifications": "Tineɣmisin", - "Dark": "Adeɣmum", "Usage": "Asemres", "Feb": "Bṛa", "Jan": "Yen", @@ -120,7 +125,11 @@ "about": "Xef", "error": "Tazgelt", "people": "Midden", - "settings": "Tisɣal" + "settings": "Tisɣal", + "dark": "Adeɣmum", + "home": "Asnubeg", + "theme": "Asgum", + "name": "Isem" }, "action": { "continue": "Kemmel", @@ -133,13 +142,5 @@ "save": "Ḥḍu", "yes": "Yah" }, - "action.reject": "Agy", - "action.confirm": "Sentem", - "action.dismiss": "Nexxel", - "action.cancel": "Sser", - "action.join": "Lkem", - "action.close": "Rgel", - "action.upgrade": "Leqqem", - "action.share": "Bḍu", - "action.logout": "Ffeɣ" + "Home": "Asnubeg" } diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 9b64f211cde..3e422479047 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -1,5 +1,8 @@ { + "Cancel": "Скасувати", + "Close": "Закрити", "Create new room": "Створити нову кімнату", + "Dismiss": "Відхилити", "Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s", "Favourite": "Улюблені", "Notifications": "Сповіщення", @@ -8,13 +11,13 @@ "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", + "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", "Admin": "Адміністратор", "Admin Tools": "Засоби адміністрування", "No Microphones detected": "Мікрофон не виявлено", "No Webcams detected": "Вебкамеру не виявлено", - "Favourites": "Вибрані", "No media permissions": "Немає медіадозволів", "You may need to manually permit %(brand)s to access your microphone/webcam": "Можливо, вам треба дозволити %(brand)s використання мікрофону/камери вручну", "Default Device": "Уставний пристрій", @@ -34,7 +37,6 @@ "Are you sure?": "Ви впевнені?", "Are you sure you want to leave the room '%(roomName)s'?": "Ви впевнені, що хочете вийти з «%(roomName)s»?", "Are you sure you want to reject the invitation?": "Ви впевнені, що хочете відхилити запрошення?", - "Attachment": "Прикріплення", "Banned users": "Заблоковані користувачі", "Bans user with given id": "Блокує користувача з указаним ID", "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.": "Не вдалося під'єднатися до домашнього сервера — перевірте з'єднання, переконайтесь, що ваш SSL-сертифікат домашнього сервера довірений і що розширення браузера не блокує запити.", @@ -55,12 +57,12 @@ "Notification targets": "Цілі сповіщень", "Today": "Сьогодні", "Friday": "П'ятниця", + "Update": "Оновити", "What's New": "Що нового", "On": "Увімкнено", "Changelog": "Журнал змін", "Waiting for response from server": "Очікується відповідь від сервера", "Failed to send logs: ": "Не вдалося надіслати журнали: ", - "Warning": "Попередження", "This Room": "Ця кімната", "Noisy": "Шумно", "Messages containing my display name": "Повідомлення з моїм псевдонімом", @@ -77,6 +79,7 @@ "Preparing to send logs": "Приготування до надсилання журланла", "Unnamed room": "Неназвана кімната", "Saturday": "Субота", + "Reject": "Відмовитись", "Monday": "Понеділок", "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", @@ -223,7 +226,6 @@ "Failed to set display name": "Не вдалося налаштувати псевдонім", "Drop file here to upload": "Перетягніть сюди файл, щоб вивантажити", "This event could not be displayed": "Неможливо показати цю подію", - "Options": "Параметри", "Unban": "Розблокувати", "Failed to ban user": "Не вдалося заблокувати користувача", "Demote yourself?": "Зменшити свої повноваження?", @@ -242,6 +244,7 @@ "Identity server has no terms of service": "Сервер ідентифікації не має умов надання послуг", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Щоб підтвердити адресу е-пошти або телефон ця дія потребує доступу до типового серверу ідентифікації , але сервер не має жодних умов надання послуг.", "Only continue if you trust the owner of the server.": "Продовжуйте лише якщо довіряєте власнику сервера.", + "Trust": "Довіра", "Unable to load! Check your network connectivity and try again.": "Завантаження неможливе! Перевірте інтернет-зʼєднання та спробуйте ще.", "Messages": "Повідомлення", "Actions": "Дії", @@ -265,6 +268,7 @@ "Sends the given message coloured as a rainbow": "Надсилає вказане повідомлення, розфарбоване веселкою", "Your %(brand)s is misconfigured": "Ваш %(brand)s налаштовано неправильно", "Join the discussion": "Приєднатися до обговорення", + "Upload": "Вивантажити", "Send an encrypted message…": "Надіслати зашифроване повідомлення…", "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", @@ -309,6 +313,7 @@ "Single Sign On": "Єдиний вхід", "Confirm adding email": "Підтвердити додавання е-пошти", "Click the button below to confirm adding this email address.": "Клацніть на кнопку внизу, щоб підтвердити додавання цієї адреси е-пошти.", + "Confirm": "Підтвердити", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Підтвердьте додавання цього телефонного номера за допомогоє єдиного входу, щоб довести вашу справжність.", "Confirm adding phone number": "Підтвердьте додавання номера телефону", "Click the button below to confirm adding this phone number.": "Клацніть на кнопку внизу, щоб підтвердити додавання цього номера телефону.", @@ -322,6 +327,7 @@ "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", + "Verify": "Звірити", "Language and region": "Мова та регіон", "Account management": "Керування обліковим записом", "Deactivate Account": "Деактивувати обліковий запис", @@ -360,7 +366,6 @@ "Search failed": "Пошук не вдався", "Server may be unavailable, overloaded, or search timed out :(": "Сервер може бути недосяжним, перевантаженим або запит на пошук застарів :(", "No more results": "Інших результатів нема", - "Room": "Кімната", "Failed to reject invite": "Не вдалось відхилити запрошення", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Ви маєте %(count)s непрочитаних сповіщень у попередній версії цієї кімнати.", @@ -433,8 +438,6 @@ "%(senderName)s created a rule banning users matching %(glob)s for %(reason)s": "%(senderName)s створює правило блокування користувачів зі збігом з %(glob)s через %(reason)s", "%(senderName)s created a rule banning rooms matching %(glob)s for %(reason)s": "%(senderName)s створює правило блокування кімнат зі збігом з %(glob)s через %(reason)s", "%(senderName)s created a rule banning servers matching %(glob)s for %(reason)s": "%(senderName)s створює правило блокування серверів зі збігом з %(glob)s через %(reason)s", - "Light": "Світла", - "Dark": "Темна", "You signed in to a new session without verifying it:": "Ви увійшли в новий сеанс, не звіривши його:", "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) починає новий сеанс без його звірення:", @@ -504,6 +507,7 @@ "Ok": "Гаразд", "Encryption upgrade available": "Доступне поліпшене шифрування", "Set up": "Налаштувати", + "Upgrade": "Поліпшити", "Other users may not trust it": "Інші користувачі можуть не довіряти цьому", "New login. Was this you?": "Новий вхід. Це були ви?", "Guest": "Гість", @@ -533,7 +537,6 @@ "FAQ": "ЧаПи", "Versions": "Версії", "%(brand)s version:": "Версія %(brand)s:", - "Labs": "Лабораторія", "Ignored/Blocked": "Ігноровані/Заблоковані", "Error adding ignored user/server": "Помилка при додаванні ігнорованого користувача/сервера", "Something went wrong. Please try again or view your console for hints.": "Щось пішло не так. Спробуйте знову, або пошукайте підказки в консолі.", @@ -568,6 +571,7 @@ "Room list": "Перелік кімнат", "Composer": "Редактор", "Security & Privacy": "Безпека й приватність", + "Skip": "Пропустити", "Appearance Settings only affect this %(brand)s session.": "Налаштування вигляду впливають тільки на цей сеанс %(brand)s.", "Error changing power level requirement": "Помилка під час зміни вимог до рівня повноважень", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Під час зміни вимог рівня повноважень кімнати трапилась помилка. Переконайтесь, що ви маєте необхідні дозволи і спробуйте ще раз.", @@ -695,7 +699,6 @@ "Filter room members": "Відфільтрувати учасників кімнати", "Voice call": "Голосовий виклик", "Video call": "Відеовиклик", - "Appearance": "Вигляд", "Show rooms with unread messages first": "Спочатку показувати кімнати з непрочитаними повідомленнями", "Show previews of messages": "Показувати попередній перегляд повідомлень", "Sort by": "Упорядкувати за", @@ -828,6 +831,7 @@ "Show advanced": "Показати розширені", "Review terms and conditions": "Переглянути умови користування", "Old cryptography data detected": "Виявлено старі криптографічні дані", + "Logout": "Вийти", "If you've joined lots of rooms, this might take a while": "Якщо ви приєднались до багатьох кімнат, це може тривати деякий час", "Create account": "Створити обліковий запис", "Cancel autocomplete": "Скасувати самодоповнення", @@ -1393,6 +1397,7 @@ "Share entire screen": "Поділитися всім екраном", "Any of the following data may be shared:": "Можна поділитися будь-якими з цих даних:", "Unable to share phone number": "Не вдалося надіслати телефонний номер", + "Share": "Поділитись", "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", @@ -1414,7 +1419,6 @@ "Remove recent messages by %(user)s": "Вилучити останні повідомлення від %(user)s", "Remove recent messages": "Видалити останні повідомлення", "Edit devices": "Керувати пристроями", - "Home": "Домівка", "New here? Create an account": "Вперше тут? Створіть обліковий запис", "Server Options": "Опції сервера", "Verify your identity to access encrypted messages and prove your identity to others.": "Підтвердьте свою особу, щоб отримати доступ до зашифрованих повідомлень і довести свою справжність іншим.", @@ -1427,7 +1431,6 @@ "Sign in with SSO": "Увійти за допомогою SSO", "Sign in": "Увійти", "Got an account? Sign in": "Маєте обліковий запис? Увійти", - "Homeserver": "Домашній сервер", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s відкріплює повідомлення з цієї кімнати. Перегляньте всі прикріплені повідомлення.", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s відкріплює повідомлення з цієї кімнати. Перегляньте всі прикріплені повідомлення.", "%(senderName)s pinned a message to this room. See all pinned messages.": "%(senderName)s прикріплює повідомлення до цієї кімнати. Перегляньте всі прикріплені повідомлення.", @@ -1575,7 +1578,6 @@ "Spaces": "Простори", "Custom level": "Власний рівень", "To leave the beta, visit your settings.": "Щоб вийти з бета-тестування, перейдіть до налаштувань.", - "Beta": "Бета", "Leave the beta": "Вийти з бета-тестування", "[number]": "[цифра]", "Upload a file": "Вивантажити файл", @@ -1630,6 +1632,7 @@ "Suggested": "Пропоновано", "This room is suggested as a good one to join": "Ця кімната пропонується як хороша для приєднання", "You don't have permission": "Ви не маєте дозволу", + "View": "Перегляд", "You can select all or individual messages to retry or delete": "Ви можете вибрати всі або окремі повідомлення, щоб повторити спробу або видалити", "Retry all": "Повторити надсилання всіх", "Delete all": "Видалити всі", @@ -1697,6 +1700,7 @@ "Master private key:": "Головний приватний ключ:", "not found in storage": "не знайдено у сховищі", "in secret storage": "у таємному сховищі", + "Reset": "Скинути", "Cross-signing is not set up.": "Перехресне підписування не налаштовано.", "Cross-signing is ready but keys are not backed up.": "Перехресне підписування готове, але резервна копія ключів не створюється.", "Cross-signing is ready for use.": "Перехресне підписування готове до користування.", @@ -1704,6 +1708,8 @@ "Channel: ": "Канал: ", "Workspace: ": "Робочий простір: ", "Space options": "Параметри простору", + "Collapse": "Згорнути", + "Expand": "Розгорнути", "Recommended for public spaces.": "Рекомендовано для загальнодоступних просторів.", "Allow people to preview your space before they join.": "Дозвольте людям переглядати ваш простір, перш ніж вони приєднаються.", "Preview Space": "Попередній перегляд простору", @@ -1731,15 +1737,12 @@ "Your public space": "Ваш загальнодоступний простір", "Go back": "Назад", "Invite only, best for yourself or teams": "Лише за запрошенням, найкраще для себе чи для команди", - "Private": "Приватний", "Open space for anyone, best for communities": "Відкритий простір для будь-кого, найкраще для спільнот", - "Public": "Загальнодоступний", "Create a space": "Створити простір", "Address": "Адреса", "e.g. my-space": "наприклад, мій-простір", "Please enter a name for the space": "Будь ласка, введіть назву простору", - "Description": "Опис", - "Name": "Назва", + "Delete": "Видалити", "Delete avatar": "Видалити аватар", "Your server isn't responding to some requests.": "Ваш сервер не відповідає на деякі запити.", "Select room from the room list": "Вибрати кімнату з переліку", @@ -1828,6 +1831,7 @@ "one": "запрошені", "other": "були запрошені %(count)s разів" }, + "Join": "Приєднатися", "Widget added by": "Вджет додано", "Decrypt %(text)s": "Розшифрувати %(text)s", "Decrypting": "Розшифрування", @@ -2044,7 +2048,6 @@ "Home is useful for getting an overview of everything.": "Домівка надає загальний огляд усього.", "Spaces to show": "Показувати такі простори", "Sidebar": "Бічна панель", - "Theme": "Тема", "Pin to sidebar": "Закріплення на бічній панелі", "Quick settings": "Швидкі налаштування", "Home options": "Параметри домівки", @@ -2053,7 +2056,6 @@ "View in room": "Дивитися в кімнаті", "Copy link to thread": "Копіювати посилання на гілку", "Thread options": "Параметри гілки", - "Threads": "Гілки", "Reply to thread…": "Відповісти в гілці…", "Reply to encrypted thread…": "Відповісти в зашифрованій гілці…", "Reply in thread": "Відповісти у гілці", @@ -2166,7 +2168,6 @@ "Are you sure you want to make this encrypted room public?": "Точно зробити цю зашифровану кімнату загальнодоступною?", "It's not recommended to make encrypted rooms public. It will mean anyone can find and join the room, so anyone can read messages. You'll get none of the benefits of encryption. Encrypting messages in a public room will make receiving and sending messages slower.": "Не варто робити зашифровані кімнати загальнодоступними. Будь-хто зможе знайти кімнату, приєднатись і читати повідомлення. Ви не отримаєте переваг шифрування. Зашифровані повідомлення в загальнодоступній кімнаті отримуватимуться й надсилатимуться повільніше.", "To avoid these issues, create a new public room for the conversation you plan to have.": "Щоб уникнути цих проблем, створіть нову загальнодоступну кімнату для розмови, яку плануєте.", - "Thread": "Гілка", "Role in ": "Роль у ", "Select the roles required to change various parts of the space": "Оберіть ролі, потрібні для зміни різних частин простору", "To join a space you'll need an invite.": "Щоб приєднатись до простору, вам потрібне запрошення.", @@ -2206,6 +2207,7 @@ }, "Loading new room": "Звантаження нової кімнати", "Upgrading room": "Поліпшення кімнати", + "Stop": "Припинити", "Feedback sent": "Відгук надіслано", "Export": "Експортувати", "Link to selected message": "Посилання на вибране повідомлення", @@ -2923,6 +2925,7 @@ "Next room or DM": "Наступна кімната або особисте повідомлення", "Previous unread room or DM": "Попередня непрочитана кімната або особисте повідомлення", "Next unread room or DM": "Наступна непрочитана кімната або особисте повідомлення", + "Call": "Виклик", "Group all your rooms that aren't part of a space in one place.": "Групуйте всі свої кімнати, не приєднані до простору, в одному місці.", "Group all your people in one place.": "Групуйте всіх своїх людей в одному місці.", "Group all your favourite rooms and people in one place.": "Групуйте всі свої улюблені кімнати та людей в одному місці.", @@ -3324,7 +3327,6 @@ "It’s what you’re here for, so lets get to it": "Це те, заради чого ви тут, тож перейдемо до цього", "Find and invite your friends": "Знайдіть і запросіть своїх друзів", "You made it!": "Ви це зробили!", - "Help": "Довідка", "Google Play and the Google Play logo are trademarks of Google LLC.": "Google Play і логотип Google Play є товарними знаками Google LLC.", "App Store® and the Apple logo® are trademarks of Apple Inc.": "App Store® і логотип Apple® є товарними знаками Apple Inc.", "Get it on F-Droid": "Отримати з F-Droid", @@ -3566,6 +3568,7 @@ "Re-enter email address": "Введіть адресу е-пошти ще раз", "Wrong email address?": "Неправильна адреса електронної пошти?", "Hide notification dot (only display counters badges)": "Сховати крапку сповіщення ( показувати тільки значки лічильників)", + "Apply": "Застосувати", "Search users in this room…": "Пошук користувачів у цій кімнаті…", "Give one or multiple users in this room more privileges": "Надайте одному або кільком користувачам у цій кімнаті більше повноважень", "Add privileged users": "Додати привілейованих користувачів", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "Наразі можна ввімкнути лише через config.json", "Requires your server to support MSC3030": "Потрібно, щоб ваш сервер підтримував MSC3030", "Requires your server to support the stable version of MSC3827": "Потрібно, щоб ваш сервер підтримував стабільну версію MSC3827", - "User": "Користувач", "Show avatars in user, room and event mentions": "Показувати аватари у згадках користувачів, кімнат і подій", "Message from %(user)s": "Повідомлення від %(user)s", "Message in %(room)s": "Повідомлення в %(room)s", @@ -3761,6 +3763,7 @@ "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Користувача (%(user)s) не було запрошено до %(roomId)s, але утиліта запрошення не видала жодної помилки", "Mute room": "Вимкнути сповіщення кімнати", "Match default setting": "Збігається з типовим налаштуванням", + "Reload": "Перезавантажити", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Це може бути пов'язано з тим, що застосунок відкрито в кількох вкладках, або з очищенням даних браузера.", "Database unexpectedly closed": "База даних несподівано закрилася", "Start DM anyway": "Усе одно розпочати особисте спілкування", @@ -3914,7 +3917,28 @@ "unmute": "Розтишити", "username": "Ім'я користувача", "verification_cancelled": "Звірка скасована", - "video": "Відео" + "video": "Відео", + "attachment": "Прикріплення", + "light": "Світла", + "dark": "Темна", + "warning": "Попередження", + "home": "Домівка", + "favourites": "Вибрані", + "thread": "Гілка", + "threads": "Гілки", + "user": "Користувач", + "room": "Кімната", + "theme": "Тема", + "name": "Назва", + "description": "Опис", + "public": "Загальнодоступний", + "private": "Приватний", + "options": "Параметри", + "appearance": "Вигляд", + "homeserver": "Домашній сервер", + "help": "Довідка", + "beta": "Бета", + "labs": "Лабораторія" }, "action": { "continue": "Продовжити", @@ -3952,28 +3976,5 @@ "a11y": { "user_menu": "Користувацьке меню" }, - "action.reject": "Відмовитись", - "action.confirm": "Підтвердити", - "action.dismiss": "Відхилити", - "action.trust": "Довіра", - "action.reload": "Перезавантажити", - "action.cancel": "Скасувати", - "action.stop": "Припинити", - "action.join": "Приєднатися", - "action.close": "Закрити", - "action.accept": "Погодитись", - "action.upgrade": "Поліпшити", - "action.verify": "Звірити", - "action.update": "Оновити", - "action.call": "Виклик", - "action.delete": "Видалити", - "action.upload": "Вивантажити", - "action.collapse": "Згорнути", - "action.apply": "Застосувати", - "action.reset": "Скинути", - "action.share": "Поділитись", - "action.skip": "Пропустити", - "action.logout": "Вийти", - "action.view": "Перегляд", - "action.expand": "Розгорнути" + "Home": "Домівка" } diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index cc30f760266..445deaa2dbd 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -40,6 +40,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Unnamed Room": "Phòng Không tên", "Unable to load! Check your network connectivity and try again.": "Không thể tải dữ liệu! Kiểm tra kết nối mạng và thử lại.", + "Dismiss": "Bỏ qua", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s chưa có quyền để gửi thông báo cho bạn - vui lòng kiểm tra thiết lập trình duyệt", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s vẫn chưa được cấp quyền để gửi thông báo - vui lòng thử lại", "Unable to enable Notifications": "Không thể bật thông báo", @@ -198,7 +199,6 @@ "Sign In": "Đăng nhập", "Explore rooms": "Khám phá các phòng", "Create Account": "Tạo tài khoản", - "Theme": "Chủ đề", "Ignore": "Tảng lờ", "Bug reporting": "Báo cáo lỗi", "Vietnam": "Việt Nam", @@ -219,6 +219,7 @@ "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", + "Accept": "Đồng ý", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -235,6 +236,7 @@ "Confirm adding email": "Xác nhận thêm địa chỉ thư điện tử", "Add Phone Number": "Thêm Số Điện Thoại", "Click the button below to confirm adding this phone number.": "Nhấn vào nút dưới đây để xác nhận thêm số điện thoại này.", + "Confirm": "Xác nhận", "No other application is using the webcam": "Không có ứng dụng nào khác đang sử dụng máy ảnh", "Permission is granted to use the webcam": "Đã cấp quyền cho ứng dụng để sử dụng máy ảnh", "A microphone and webcam are plugged in and set up correctly": "Micrô và máy ảnh đã được cắm và thiết lập đúng cách", @@ -411,6 +413,7 @@ "You have no visible notifications.": "Bạn không có thông báo nào hiển thị.", "%(creator)s created and configured the room.": "%(creator)s đã tạo và định cấu hình phòng.", "%(creator)s created this DM.": "%(creator)s đã tạo DM này.", + "Logout": "Đăng xuất", "Verification requested": "Đã yêu cầu xác thực", "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.": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.", "Old cryptography data detected": "Đã phát hiện dữ liệu mật mã cũ", @@ -481,7 +484,6 @@ "Avatar": "Avatar", "Join the beta": "Tham gia phiên bản beta", "Leave the beta": "Rời khỏi bản beta", - "Beta": "Beta", "Move right": "Đi sang phải", "Move left": "Di chuyển sang trái", "Revoke permissions": "Thu hồi quyền", @@ -712,6 +714,7 @@ "Select from the options below to export chats from your timeline": "Chọn các tùy chọn bên dưới để xuất các cuộc trò chuyện từ dòng thời gian của bạn", "Export Chat": "Xuất trò chuyện", "Exporting your data": "Đang xuất dữ liệu của bạn", + "Stop": "Dừng", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Bạn có chắc muốn dừng việc xuất dữ liệu của bạn? Nếu bạn làm, bạn sẽ phải bắt đầu lại.", "It's just you at the moment, it will be even better with others.": "Chỉ là bạn hiện tại, sẽ càng tốt hơn với người khác.", "Share %(name)s": "Chia sẻ %(name)s", @@ -738,7 +741,6 @@ "You don't have permission": "Bạn không có quyền", "Drop file here to upload": "Thả tệp vào đây để tải lên", "Failed to reject invite": "Không thể từ chối lời mời", - "Room": "Phòng", "No more results": "Không còn kết quả nào nữa", "Server may be unavailable, overloaded, or search timed out :(": "Máy chủ có thể không khả dụng, quá tải hoặc hết thời gian tìm kiếm :(", "Search failed": "Tìm kiếm không thành công", @@ -753,6 +755,7 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Thư của bạn không gửi được vì máy chủ(homeserver) đã vượt quá giới hạn tài nguyên. Vui lòng liên hệ với quản trị viên để tiếp tục sử dụng dịch vụ.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Tin nhắn của bạn không được gửi vì máy chủ này đã đạt đến Giới hạn Người dùng Hoạt động Hàng tháng. Vui lòng liên hệ với quản trị viên dịch vụ của bạn để tiếp tục sử dụng dịch vụ.", "You can't send any messages until you review and agree to our terms and conditions.": "Bạn không thể gửi bất kỳ tin nhắn nào cho đến khi bạn xem xét và đồng ý với các điều khoản và điều kiện của chúng tôi.", + "View": "Xem", "Your export was successful. Find it in your Downloads folder.": "Việc xuất của bạn đã thành công. Tìm nó ở trong thư mục Tải xuống của bạn.", "The export was cancelled successfully": "Xuất đã được hủy thành công", "Export Successful": "Xuất thành công", @@ -818,6 +821,7 @@ "Clear all data in this session?": "Xóa tất cả dữ liệu trong phiên này?", "Reason (optional)": "Lý do (không bắt buộc)", "You cannot delete this message. (%(code)s)": "Bạn không thể xóa tin nhắn này.  (%(code)s)", + "Skip": "Bỏ qua", "Email address": "Địa chỉ thư điện tử", "Changelog": "Lịch sử thay đổi", "Unavailable": "Không có sẵn", @@ -873,7 +877,6 @@ }, "Sign in with single sign-on": "Đăng nhập bằng đăng nhập một lần", "Continue with %(provider)s": "Tiếp tục với %(provider)s", - "Homeserver": "Máy chủ", "Join millions for free on the largest public server": "Tham gia hàng triệu máy chủ công cộng miễn phí lớn nhất", "Server Options": "Tùy chọn máy chủ", "This address is already in use": "Địa chỉ này đã được sử dụng", @@ -1059,6 +1062,7 @@ "expand": "mở rộng", "collapse": "thu hẹp", "Please create a new issue on GitHub so that we can investigate this bug.": "Vui lòng tạo một vấn đề mới trên GitHub để chúng tôi có thể điều tra lỗi này.", + "Join": "Tham gia", "Share content": "Chia sẻ nội dung", "Application window": "Cửa sổ ứng dụng", "Share entire screen": "Chia sẻ toàn bộ màn hình", @@ -1139,7 +1143,6 @@ "Error decrypting attachment": "Lỗi khi giải mã tệp đính kèm", "Download %(text)s": "Tải xuống %(text)s", "Message Actions": "Hành động tin nhắn", - "Thread": "Chủ đề", "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", @@ -1296,12 +1299,12 @@ "Sort by": "Sắp xếp theo", "Show previews of messages": "Hiển thị bản xem trước của tin nhắn", "Show rooms with unread messages first": "Hiển thị các phòng có tin nhắn chưa đọc trước", - "Appearance": "Giao diện", "%(roomName)s is not accessible at this time.": "Không thể truy cập %(roomName)s vào lúc này.", "%(roomName)s does not exist.": "%(roomName)s không tồn tại.", "%(roomName)s can't be previewed. Do you want to join it?": "Không thể xem trước %(roomName)s. Bạn có muốn tham gia nó không?", "You're previewing %(roomName)s. Want to join it?": "Bạn đang xem trước %(roomName)s. Bạn muốn tham gia nó?", "Reject & Ignore user": "Từ chối & Bỏ qua người dùng", + "Reject": "Từ chối", " invited you": " đã mời bạn", "Do you want to join %(roomName)s?": "Bạn có muốn tham gia %(roomName)s không?", "Start chatting": "Bắt đầu trò chuyện", @@ -1335,7 +1338,6 @@ "Create new room": "Tạo phòng mới", "Add room": "Thêm phòng", "Rooms": "Phòng", - "Favourites": "Yêu thích", "Search": "Tìm kiếm", "Show Widgets": "Hiển thị widget", "Hide Widgets": "Ẩn widget", @@ -1495,6 +1497,7 @@ "You are not subscribed to any lists": "Bạn chưa đăng ký bất kỳ danh sách nào", "You are currently ignoring:": "Bạn hiện đang bỏ qua:", "You have not ignored anyone.": "Bạn đã không bỏ qua bất cứ ai.", + "Close": "Đóng", "User rules": "Quy tắc người dùng", "Server rules": "Quy tắc máy chủ", "Ban list rules - %(roomName)s": "Quy tắc danh sách cấm - %(roomName)s", @@ -1507,7 +1510,6 @@ "Something went wrong. Please try again or view your console for hints.": "Đã xảy ra lỗi. Vui lòng thử lại hoặc xem bảng điều khiển của bạn để biết gợi ý.", "Error adding ignored user/server": "Lỗi khi thêm người dùng / máy chủ bị bỏ qua", "Ignored/Blocked": "Bị bỏ qua / bị chặn", - "Labs": "Chức năng thí nghiệm", "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", @@ -1602,7 +1604,6 @@ "You can only pin up to %(count)s widgets": { "other": "Bạn chỉ có thể ghim tối đa %(count)s widget" }, - "Threads": "Chủ đề", "Pinned messages": "Tin nhắn đã ghim", "If you have permissions, open the menu on any message and select Pin to stick them here.": "Nếu bạn có quyền, hãy mở menu trên bất kỳ tin nhắn nào và chọn Ghim Pin để dán chúng vào đây.", "Nothing pinned, yet": "Chưa có gì được ghim", @@ -1660,6 +1661,8 @@ "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 .", "Space options": "Tùy chọn space", + "Collapse": "Tắt đi", + "Expand": "Mở rộng", "Jump to first invite.": "Chuyển đến lời mời đầu tiên.", "Jump to first unread room.": "Chuyển đến phòng chưa đọc đầu tiên.", "Recommended for public spaces.": "Được đề xuất cho space công cộng.", @@ -1687,10 +1690,8 @@ "Copied!": "Đã sao chép!", "Click to copy": "Bấm để sao chép", "Spaces": "Không gian", - "Options": "Tùy chọn", "All rooms": "Tất cả các phòng", "Show all rooms": "Hiển thị tất cả các phòng", - "Home": "Nhà", "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", @@ -1698,17 +1699,15 @@ "Go back": "Quay lại", "To join a space you'll need an invite.": "Để tham gia vào một space, bạn sẽ cần một lời mời.", "Invite only, best for yourself or teams": "Chỉ mời, tốt nhất cho bản thân hoặc các đội", - "Private": "Riêng tư", "Open space for anyone, best for communities": "Tạo space cho mọi người, tốt nhất cho cộng đồng", - "Public": "Công cộng", "Create a space": "Tạo một Space", "Address": "Địa chỉ", "e.g. my-space": "ví dụ như my-space", "Please enter a name for the space": "Vui lòng nhập tên cho Space", "Search %(spaceName)s": "Tìm kiếm %(spaceName)s", - "Description": "Sự mô tả", - "Name": "Tên", + "Upload": "Tải lên", "Upload avatar": "Tải lên hình đại diện", + "Delete": "Xoá", "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", @@ -1878,6 +1877,7 @@ "Unable to share phone number": "Không thể chia sẻ số điện thoại", "Unable to revoke sharing for phone number": "Không thể thu hồi chia sẻ cho số điện thoại", "Discovery options will appear once you have added an email above.": "Tùy chọn khám phá sẽ xuất hiện khi nào bạn đã thêm địa chỉ thư điện tử.", + "Share": "Chia sẻ", "Revoke": "Rút lại", "Complete": "Hoàn thành", "Verify the link in your inbox": "Xác minh liên kết trong hộp thư đến của bạn", @@ -1957,17 +1957,19 @@ "Manually verify all remote sessions": "Xác thực thủ công tất cả các phiên từ xa", "How fast should messages be downloaded.": "Tin nhắn sẽ được tải xuống nhanh như thế nào.", "Enable message search in encrypted rooms": "Bật tính năng tìm kiếm tin nhắn trong các phòng được mã hóa", + "Update": "Cập nhật", "What's New": "Có gì mới", "What's new?": "Có gì mới?", "%(deviceId)s from %(ip)s": "%(deviceId)s từ %(ip)s", "New login. Was this you?": "Đăng nhập mới. Đây có phải là bạn không?", "Other users may not trust it": "Những người dùng khác có thể không tin tưởng nó", "Safeguard against losing access to encrypted messages & data": "Bảo vệ chống mất quyền truy cập vào tin nhắn và dữ liệu được mã hóa", + "Verify": "Xác thực", + "Upgrade": "Nâng cấp", "Verify this session": "Xác thực phiên này", "Encryption upgrade available": "Nâng cấp mã hóa có sẵn", "Set up Secure Backup": "Thiết lập Sao lưu Bảo mật", "Ok": "OK", - "Warning": "Cảnh báo", "Contact your server admin.": "Liên hệ với quản trị viên máy chủ của bạn.", "Your homeserver has exceeded one of its resource limits.": "Máy chủ của bạn đã vượt quá một trong các giới hạn tài nguyên của nó.", "Your homeserver has exceeded its user limit.": "Máy chủ của bạn đã vượt quá giới hạn người dùng của nó.", @@ -2020,7 +2022,6 @@ "%(num)s minutes ago": "%(num)s phút trước", "about a minute ago": "khoảng một phút trước", "a few seconds ago": "vài giây trước", - "Attachment": "Tập tin đính kèm", "This homeserver has been blocked by its administrator.": "Máy chủ này đã bị chặn bởi quản trị viên của nó.", "Ask your %(brand)s admin to check your config for incorrect or duplicate entries.": "Yêu cầu quản trị viên %(brand)s của bạn kiểm tra your config để tìm các mục nhập sai hoặc trùng lặp.", "See %(msgtype)s messages posted to your active room": "Xem thông báo %(msgtype)s được đăng lên phòng hoạt động của bạn", @@ -2084,8 +2085,6 @@ "Send stickers into this room": "Gửi sticker cảm xúc vào phòng này", "Remain on your screen while running": "Ở lại màn hình của bạn trong khi chạy", "Remain on your screen when viewing another room, when running": "Giữ màn hình của bạn khi đang xem phòng khác, khi đang chạy chương trình khác", - "Dark": "Tối", - "Light": "Sáng", "%(senderName)s updated a ban rule that was matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s đã cập nhật quy tắc cấm khớp %(oldGlob)s sang %(newGlob)s cho %(reason)s", "%(senderName)s changed a rule that was banning servers matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s đã thay đổi một quy tắc cấm các máy chủ khớp với %(oldGlob)s để khớp với %(newGlob)s vì %(reason)s", "%(senderName)s changed a rule that was banning rooms matching %(oldGlob)s to matching %(newGlob)s for %(reason)s": "%(senderName)s đã thay đổi quy tắc cấm các phòng khớp với %(oldGlob)s thành khớp với %(newGlob)s vì %(reason)s", @@ -2229,6 +2228,7 @@ "not found": "không tìm thấy", "in memory": "trong bộ nhớ", "Cross-signing public keys:": "Khóa công khai xác thực chéo:", + "Reset": "Cài lại", "Cross-signing is not set up.": "Tính năng xác thực chéo chưa được thiết lập.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Tài khoản của bạn có danh tính xác thực chéo trong vùng lưu trữ bí mật, nhưng chưa được phiên này tin cậy.", "Cross-signing is ready but keys are not backed up.": "Xác thực chéo đã sẵn sàng nhưng các khóa chưa được sao lưu.", @@ -2293,6 +2293,7 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", + "Cancel": "Huỷ bỏ", "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", @@ -2589,6 +2590,7 @@ "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", + "Trust": "Tin cậy", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Hành động này yêu cầu truy cập máy chủ định danh mặc định để xác thực địa chỉ thư điện tử hoặc số điện thoại, nhưng máy chủ không có bất kỳ điều khoản dịch vụ nào.", "Identity server has no terms of service": "Máy chủ định danh này không có điều khoản dịch vụ", @@ -2959,6 +2961,7 @@ "other": "%(user)s và %(count)s người khác" }, "%(user1)s and %(user2)s": "%(user1)s và %(user2)s", + "Reload": "Tải lại", "Database unexpectedly closed": "Cơ sở dữ liệu đột nhiên bị đóng", "%(minutes)sm %(seconds)ss left": "Còn lại %(minutes)s phút %(seconds)s giây", "%(hours)sh %(minutes)sm %(seconds)ss left": "Còn lại %(hours)s giờ %(minutes)s phút %(seconds)s giây", @@ -3013,6 +3016,7 @@ "Backing up %(sessionsRemaining)s keys…": "Đang sao lưu %(sessionsRemaining)s khóa…", "This session is backing up your keys.": "Phiên này đang sao lưu các khóa.", "Error while changing password: %(error)s": "Lỗi khi đổi mật khẩu: %(error)s", + "Apply": "Áp dụng", "Add privileged users": "Thêm người dùng quyền lực", "Saving…": "Đang lưu…", "Creating…": "Đang tạo…", @@ -3037,6 +3041,7 @@ "Start messages with /plain to send without markdown.": "Bắt đầu tin nhắn với /plain để gửi mà không dùng Markdown.", "%(senderName)s ended a voice broadcast": "%(senderName)s đã kết thúc một cuộc phát thanh", "Welcome": "Chào mừng", + "Call": "Gọi", "Audio devices": "Thiết bị âm thanh", "Enable notifications": "Kích hoạt thông báo", "Turn on notifications": "Bật thông báo", @@ -3048,7 +3053,6 @@ "Find friends": "Tìm bạn bè", "Find and invite your friends": "Tìm và mời bạn bè", "Log out and back in to disable": "Đăng xuất và đăng nhập lại để vô hiệu hóa", - "User": "Người dùng", "Requires compatible homeserver.": "Cần máy chủ nhà tương thích.", "Low bandwidth mode": "Chế độ băng thông thấp", "Record the client name, version, and url to recognise sessions more easily in session manager": "Ghi lại tên phần mềm máy khách, phiên bản, và đường dẫn để nhận diện các phiên dễ dàng hơn trong trình quản lý phiên", @@ -3520,7 +3524,6 @@ "Explore room account data": "Xem thông tin tài khoản trong phòng", "Message from %(user)s": "Tin nhắn từ %(user)s", "Get it on F-Droid": "Tải trên F-Droid", - "Help": "Hỗ trợ", "Unable to load map": "Không thể tải bản đồ", "Poll type": "Hình thức bỏ phiếu", "Show: Matrix rooms": "Hiện: Phòng Matrix", @@ -3617,7 +3620,28 @@ "unmute": "Bật tiếng", "username": "Tên đăng nhập", "verification_cancelled": "Đã hủy xác thực", - "video": "Truyền hình" + "video": "Truyền hình", + "attachment": "Tập tin đính kèm", + "light": "Sáng", + "dark": "Tối", + "warning": "Cảnh báo", + "home": "Nhà", + "favourites": "Yêu thích", + "thread": "Chủ đề", + "threads": "Chủ đề", + "user": "Người dùng", + "room": "Phòng", + "theme": "Chủ đề", + "name": "Tên", + "description": "Sự mô tả", + "public": "Công cộng", + "private": "Riêng tư", + "options": "Tùy chọn", + "appearance": "Giao diện", + "homeserver": "Máy chủ", + "help": "Hỗ trợ", + "beta": "Beta", + "labs": "Chức năng thí nghiệm" }, "action": { "continue": "Tiếp tục", @@ -3655,28 +3679,5 @@ "a11y": { "user_menu": "Menu người dùng" }, - "action.reject": "Từ chối", - "action.confirm": "Xác nhận", - "action.dismiss": "Bỏ qua", - "action.trust": "Tin cậy", - "action.reload": "Tải lại", - "action.cancel": "Huỷ bỏ", - "action.stop": "Dừng", - "action.join": "Tham gia", - "action.close": "Đóng", - "action.accept": "Đồng ý", - "action.upgrade": "Nâng cấp", - "action.verify": "Xác thực", - "action.update": "Cập nhật", - "action.call": "Gọi", - "action.delete": "Xoá", - "action.upload": "Tải lên", - "action.collapse": "Tắt đi", - "action.apply": "Áp dụng", - "action.reset": "Cài lại", - "action.share": "Chia sẻ", - "action.skip": "Bỏ qua", - "action.logout": "Đăng xuất", - "action.view": "Xem", - "action.expand": "Mở rộng" + "Home": "Nhà" } diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index 3d45ba1f8ea..c8387b28af2 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -40,6 +40,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s, %(time)s", "Unnamed Room": "Noamloos gesprek", "Unable to load! Check your network connectivity and try again.": "Loadn mislukt! Controleer je netwerktoegang en herprobeer ’t e ki.", + "Dismiss": "Afwyzn", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s èt geen toestemmienge vo je meldiengn te verstuurn - controleert je browserinstelliengn", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s èt geen toestemmienge gekreegn ghed vo joun meldiengn te verstuurn - herprobeer ’t e ki", "Unable to enable Notifications": "Kostege meldiengn nie inschoakeln", @@ -204,7 +205,9 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", + "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", + "Cancel": "Annuleern", "Verified!": "Geverifieerd!", "You've successfully verified this user.": "J’èt deze gebruuker geverifieerd.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Beveiligde berichtn me deze gebruuker zyn eind-tout-eind-versleuterd en kunn nie door derdn wordn geleezn.", @@ -322,7 +325,6 @@ "Email addresses": "E-mailadressn", "Phone numbers": "Telefongnumero’s", "Language and region": "Toale en regio", - "Theme": "Thema", "Account management": "Accountbeheer", "Deactivate Account": "Account deactiveern", "General": "Algemeen", @@ -338,7 +340,6 @@ "FAQ": "VGV", "Versions": "Versies", "%(brand)s version:": "%(brand)s-versie:", - "Labs": "Experimenteel", "Notifications": "Meldiengn", "Start automatically after system login": "Automatisch startn achter systeemanmeldienge", "Preferences": "Instelliengn", @@ -425,6 +426,7 @@ "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", + "Close": "Sluutn", "and %(count)s others...": { "other": "en %(count)s anderen…", "one": "en één andere…" @@ -465,7 +467,6 @@ "Forget room": "Gesprek vergeetn", "Search": "Zoekn", "Share room": "Gesprek deeln", - "Favourites": "Favorietn", "Rooms": "Gesprekkn", "Low priority": "Leige prioriteit", "Historical": "Historisch", @@ -484,6 +485,7 @@ "Do you want to chat with %(user)s?": "Wil j’e gesprek beginn me %(user)s?", "Do you want to join %(roomName)s?": "Wil je %(roomName)s toetreedn?", " invited you": " èt joun uutgenodigd", + "Reject": "Weigern", "You're previewing %(roomName)s. Want to join it?": "Je bekykt %(roomName)s. Wil je deran deelneemn?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?", "%(roomName)s does not exist.": "%(roomName)s bestoa nie.", @@ -526,8 +528,6 @@ "Saturday": "Zoaterdag", "Today": "Vandoage", "Yesterday": "Gistern", - "Options": "Opties", - "Attachment": "Byloage", "Error decrypting attachment": "Foute by ’t ountsleutern van de byloage", "Decrypt %(text)s": "%(text)s ountsleutern", "Download %(text)s": "%(text)s downloadn", @@ -547,15 +547,16 @@ "edited": "bewerkt", "Something went wrong!": "’t Es etwa misgegoan!", "What's New": "Wuk es ’t er nieuw", + "Update": "Bywerkn", "What's new?": "Wuk es ’t er nieuw?", "Error encountered (%(errorDetail)s).": "’t Es e foute ipgetreedn (%(errorDetail)s).", "No update available.": "Geen update beschikboar.", - "Warning": "Let ip", "Delete Widget": "Widget verwydern", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "E widget verwydern doet da voor alle gebruukers in dit gesprek. Zy je zeker da je deze widget wil verwydern?", "Delete widget": "Widget verwydern", "Popout widget": "Widget in e nieuwe veinster openn", "Create new room": "E nieuw gesprek anmoakn", + "Join": "Deelneemn", "Rotate Left": "Links droain", "Rotate Right": "Rechts droain", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -715,6 +716,7 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Bekyk jen e-mails en klikt ip de koppelienge derin. Klikt van zodra da je da gedoan èt ip ‘Verdergoan’.", "Email address": "E-mailadresse", "This will allow you to reset your password and receive notifications.": "Hierdoor goa je je paswoord kunn herinstell en meldiengn ountvangn.", + "Skip": "Oversloan", "Share Room": "Gesprek deeln", "Link to most recent message": "Koppelienge noa ’t recentste bericht", "Share User": "Gebruuker deeln", @@ -726,6 +728,7 @@ "Your browser likely removed this data when running low on disk space.": "Je browser èt deze gegeevns meugliks verwyderd toen da de beschikboare ipslagruumte vul was.", "Upload files (%(current)s of %(total)s)": "Bestandn wordn ipgeloadn (%(current)s van %(total)s)", "Upload files": "Bestandn iploadn", + "Upload": "Iploadn", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s, ma dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", @@ -751,7 +754,6 @@ "All messages": "Alle berichtn", "Favourite": "Favoriet", "Low Priority": "Leige prioriteit", - "Home": "Thuus", "Sign in": "Anmeldn", "powered by Matrix": "meuglik gemakt deur Matrix", "This homeserver would like to make sure you are not a robot.": "Deze thuusserver wil geirn weetn of da je gy geen robot zyt.", @@ -779,6 +781,7 @@ "Enter username": "Gift de gebruukersnoame in", "Some characters not allowed": "Sommige tekens zyn nie toegeloatn", "Email (optional)": "E-mailadresse (optioneel)", + "Confirm": "Bevestign", "Phone (optional)": "Telefongnumero (optioneel)", "Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server", "Other": "Overige", @@ -786,7 +789,6 @@ "You must register to use this functionality": "Je moe je registreern vo deze functie te gebruukn", "You must join the room to see its files": "Je moe tout ’t gesprek toetreedn vo de bestandn te kunn zien", "Upload avatar": "Avatar iploadn", - "Description": "Beschryvienge", "Failed to reject invitation": "Weigern van d’uutnodigienge is mislukt", "This room is not public. You will not be able to rejoin without an invite.": "Dit gesprek is nie openboar. Zounder uutnodigienge goa je nie were kunn toetreedn.", "Are you sure you want to leave the room '%(roomName)s'?": "Zy je zeker da je wilt deuregoan uut ’t gesprek ‘%(roomName)s’?", @@ -799,6 +801,7 @@ "Review terms and conditions": "Gebruuksvoorwoardn leezn", "Old cryptography data detected": "Oude cryptografiegegeevns 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.": "’t Zyn gegeevns van een oudere versie van %(brand)s gedetecteerd gewist. Dit goa probleemn veroorzakt ghed èn me de eind-tout-eind-versleuterienge in d’oude versie. Eind-tout-eind-versleuterde berichtn da recent uutgewisseld gewist zyn me d’oude versie zyn meugliks nie t’ountsleutern in deze versie. Dit zoudt der ook voorn kunnn zorgn da berichtn da uutgewisseld gewist zyn in deze versie foaln. Meldt jen heran moest je probleemn ervoarn. Exporteert de sleuters en importeer z’achteraf were vo de berichtgeschiedenisse te behoudn.", + "Logout": "Afmeldn", "You can't send any messages until you review and agree to our terms and conditions.": "Je ku geen berichtn stuurn toutda je uzze algemene voorwoardn geleezn en anveird ghed èt.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver z’n limiet vo moandeliks actieve gebruukers bereikt ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver e systeembronlimiet overschreedn ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", @@ -810,7 +813,6 @@ "Search failed": "Zoekn mislukt", "Server may be unavailable, overloaded, or search timed out :(": "De server is misschiens ounbereikboar of overbelast, of ’t zoekn deurdege te lank :(", "No more results": "Geen resultoatn nie mi", - "Room": "Gesprek", "Failed to reject invite": "Weigern van d’uutnodigienge is mislukt", "You have %(count)s unread notifications in a prior version of this room.": { "other": "J’èt %(count)s oungeleezn meldiengn in e voorgoande versie van dit gesprek.", @@ -856,7 +858,6 @@ "Notify the whole room": "Loat dit an gans ’t groepsgesprek weetn", "Room Notification": "Groepsgespreksmeldienge", "Users": "Gebruukers", - "Name": "Noame", "Session ID": "Sessie-ID", "Passphrases must match": "Paswoordn moetn overeenkommn", "Passphrase must not be empty": "Paswoord meug nie leeg zyn", @@ -889,6 +890,7 @@ "Uploaded sound": "Ipgeloadn-geluud", "Sounds": "Geluudn", "Notification sound": "Meldiengsgeluud", + "Reset": "Herinstelln", "Set a new custom sound": "Stelt e nieuw angepast geluud in", "Browse": "Bloadern", "Cannot reach homeserver": "Kostege de thuusserver nie bereikn", @@ -953,6 +955,7 @@ "Unable to revoke sharing for email address": "Kostege ’t deeln vo dat e-mailadresse hier nie intrekkn", "Unable to share email address": "Kostege ’t e-mailadresse nie deeln", "Revoke": "Intrekkn", + "Share": "Deeln", "Discovery options will appear once you have added an email above.": "Ountdekkiengsopties goan verschynn a j’een e-mailadresse toegevoegd ghed èt.", "Unable to revoke sharing for phone number": "Kostege ’t deeln vo dien telefongnumero hier nie intrekkn", "Unable to share phone number": "Kostege den telefongnumero nie deeln", @@ -987,7 +990,17 @@ "settings": "Instelliengn", "success": "Gereed", "unmute": "Nie dempn", - "username": "Gebruukersnoame" + "username": "Gebruukersnoame", + "attachment": "Byloage", + "warning": "Let ip", + "home": "Thuus", + "favourites": "Favorietn", + "room": "Gesprek", + "theme": "Thema", + "name": "Noame", + "description": "Beschryvienge", + "options": "Opties", + "labs": "Experimenteel" }, "action": { "continue": "Verdergoan", @@ -1010,17 +1023,5 @@ "view_source": "Bron bekykn", "yes": "Joak" }, - "action.reject": "Weigern", - "action.confirm": "Bevestign", - "action.dismiss": "Afwyzn", - "action.cancel": "Annuleern", - "action.join": "Deelneemn", - "action.close": "Sluutn", - "action.accept": "Anveirdn", - "action.update": "Bywerkn", - "action.upload": "Iploadn", - "action.reset": "Herinstelln", - "action.share": "Deeln", - "action.skip": "Oversloan", - "action.logout": "Afmeldn" + "Home": "Thuus" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 6c5786f2a1b..11bff963efe 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -24,7 +24,6 @@ "Failed to verify email address: make sure you clicked the link in the email": "邮箱验证失败:请确保你已点击邮件中的链接", "Failure to create room": "创建房间失败", "Favourite": "收藏", - "Favourites": "收藏夹", "Filter room members": "过滤房间成员", "Forget room": "忘记房间", "For security, this session has been signed out. Please sign in again.": "出于安全考虑,此会话已被注销。请重新登录。", @@ -63,7 +62,6 @@ "Always show message timestamps": "总是显示消息时间戳", "A new password must be entered.": "必须输入新密码。", "An error has occurred.": "发生了一个错误。", - "Attachment": "附件", "Banned users": "被封禁的用户", "Confirm password": "确认密码", "Join Room": "加入房间", @@ -95,12 +93,12 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了房间名称。", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes your display nickname": "修改显示昵称", + "Close": "关闭", "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", "Enter passphrase": "输入口令词组", "Export": "导出", - "Home": "主页", "Import": "导入", "Incorrect username and/or password.": "用户名或密码错误。", "Invited": "已邀请", @@ -109,7 +107,6 @@ "Missing room_id in request": "请求中缺少room_id", "Missing user_id in request": "请求中缺少user_id", "Moderator": "协管员", - "Name": "名称", "New passwords don't match": "两次输入的新密码不符", "not specified": "未指定", "Notifications": "通知", @@ -119,12 +116,14 @@ "Passwords can't be empty": "密码不能为空", "Permissions": "权限", "Phone": "电话", + "Cancel": "取消", "Create new room": "创建新房间", + "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", - "Labs": "实验室", + "Logout": "登出", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -138,10 +137,8 @@ "Warning!": "警告!", "You must register to use this functionality": "你必须 注册 以使用此功能", "You need to be logged in.": "你需要登录。", - "Room": "房间", "Connectivity to the server has been lost.": "到服务器的连接已经丢失。", "New Password": "新密码", - "Options": "选项", "Passphrases must match": "口令词组必须匹配", "Passphrase must not be empty": "口令词组不能为空", "Export room keys": "导出房间密钥", @@ -157,6 +154,8 @@ "Drop file here to upload": "把文件拖到这里以上传", "Online": "在线", "Idle": "空闲", + "Skip": "跳过", + "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", "Enable automatic language detection for syntax highlighting": "启用语法高亮的自动语言检测", @@ -306,8 +305,6 @@ }, "collapse": "折叠", "expand": "展开", - "Description": "描述", - "Warning": "警告", "Room Notification": "房间通知", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(monthName)s %(day)s %(time)s,%(weekDayName)s", @@ -415,6 +412,7 @@ "Notification targets": "通知目标", "Today": "今天", "Friday": "星期五", + "Update": "更新", "What's New": "更新内容", "On": "打开", "Changelog": "更改日志", @@ -435,6 +433,7 @@ "Developer Tools": "开发者工具", "Preparing to send logs": "正在准备发送日志", "Saturday": "星期六", + "Reject": "拒绝", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "正在收集日志", @@ -689,7 +688,6 @@ "Email addresses": "电子邮箱地址", "Phone numbers": "电话号码", "Language and region": "语言与地区", - "Theme": "主题", "Account management": "账户管理", "General": "通用", "Credits": "感谢", @@ -727,6 +725,7 @@ "Room avatar": "房间头像", "Room Name": "房间名称", "Room Topic": "房间话题", + "Join": "加入", "The following users may not exist": "以下用户可能不存在", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?", "Invite anyway and never warn me again": "还是邀请,不用再提醒我", @@ -752,6 +751,7 @@ "Change": "更改", "Email (optional)": "电子邮箱(可选)", "Phone (optional)": "电话号码(可选)", + "Confirm": "确认", "Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员", "Other": "其他", "Couldn't load page": "无法加载页面", @@ -838,6 +838,7 @@ "Identity server has no terms of service": "身份服务器无服务条款", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此操作需要访问默认的身份服务器 以验证邮箱或电话号码,但此服务器无任何服务条款。", "Only continue if you trust the owner of the server.": "只有在你信任服务器所有者后才能继续。", + "Trust": "信任", "%(name)s is requesting verification": "%(name)s 正在请求验证", "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", @@ -914,8 +915,6 @@ "Joins room with given address": "使用指定地址加入房间", "Are you sure you want to cancel entering passphrase?": "你确定要取消输入口令词组吗?", "Go Back": "后退", - "Light": "浅色", - "Dark": "深色", "You can register, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以注册,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", "You can reset your password, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以重置密码,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", "You can log in, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以登录,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", @@ -945,6 +944,8 @@ "Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。", "Contact your server admin.": "请联系你的服务器管理员。", "Ok": "确定", + "Upgrade": "升级加密", + "Verify": "验证", "Other users may not trust it": "其他用户可能不信任它", "You joined the call": "你加入通话", "%(senderName)s joined the call": "%(senderName)s加入通话", @@ -977,6 +978,7 @@ "Lock": "锁", "Your server isn't responding to some requests.": "你的服务器没有响应一些请求。", "Accept to continue:": "接受 以继续:", + "Upload": "上传", "Show less": "显示更少", "Show more": "显示更多", "Your homeserver does not support cross-signing.": "你的家服务器不支持交叉签名。", @@ -1075,6 +1077,7 @@ "Uploaded sound": "已上传的声音", "Sounds": "声音", "Notification sound": "通知声音", + "Reset": "重置", "Set a new custom sound": "设置新的自定义声音", "Browse": "浏览", "Upgrade the room": "更新房间", @@ -1089,6 +1092,7 @@ "Click the link in the email you received to verify and then click continue again.": "点击你所收到的电子邮件中的链接进行验证,然后再次点击继续。", "Verify the link in your inbox": "验证你的收件箱中的链接", "Complete": "完成", + "Share": "共享", "Discovery options will appear once you have added an email above.": "你在上方添加邮箱后发现选项将会出现。", "Unable to share phone number": "无法共享电话号码", "Please enter verification code sent via text.": "请输入短信中发送的验证码。", @@ -1164,7 +1168,6 @@ "Reject & Ignore user": "拒绝并忽略用户", "You're previewing %(roomName)s. Want to join it?": "你正在预览 %(roomName)s。想加入吗?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s 不能被预览。你想加入吗?", - "Appearance": "外观", "Show rooms with unread messages first": "优先显示有未读消息的房间", "Show previews of messages": "显示消息预览", "Sort by": "排序", @@ -1479,6 +1482,7 @@ "Create a Group Chat": "创建一个群聊", "Explore rooms": "探索房间", "%(creator)s created and configured the room.": "%(creator)s 创建并配置了此房间。", + "View": "查看", "Switch to light mode": "切换到浅色模式", "Switch to dark mode": "切换到深色模式", "Switch theme": "切换主题", @@ -1706,8 +1710,7 @@ "Your private space": "你的私有空间", "Your public space": "你的公共空间", "Invite only, best for yourself or teams": "仅邀请,适合你自己或团队", - "Private": "私有", - "Public": "公共", + "Delete": "删除", "Dial pad": "拨号盘", "There was an error looking up the phone number": "查询电话号码时发生错误", "Unable to look up phone number": "无法查询电话号码", @@ -1780,7 +1783,6 @@ "Create a new room": "创建新房间", "Spaces": "空间", "Continue with %(provider)s": "使用 %(provider)s 继续", - "Homeserver": "家服务器", "Server Options": "服务器选项", "Information": "信息", "Not encrypted": "未加密", @@ -2272,7 +2274,6 @@ "Avatar": "头像", "Join the beta": "加入beta", "Leave the beta": "离开beta", - "Beta": "beta", "Start audio stream": "开始音频流", "Failed to start livestream": "开始流直播失败", "Unable to start audio streaming.": "无法开始音频流媒体。", @@ -2362,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。", "This space has no local addresses": "此空间没有本地地址", "Space information": "空间信息", + "Collapse": "折叠", + "Expand": "展开", "Recommended for public spaces.": "建议用于公开空间。", "Allow people to preview your space before they join.": "允许人们在加入前预览你的空间。", "Preview Space": "预览空间", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "为避免这些问题,请为计划中的对话创建一个新的加密房间。", "Are you sure you want to add encryption to this public room?": "你确定要为此公开房间开启加密吗?", "Cross-signing is ready but keys are not backed up.": "交叉签名已就绪,但尚未备份密钥。", - "Thread": "消息列", "The above, but in as well": "以上,但也包括 ", "The above, but in any room you are joined or invited to as well": "以上,但也包括你加入或被邀请的任何房间中", "Autoplay videos": "自动播放视频", @@ -2578,6 +2580,7 @@ "Select from the options below to export chats from your timeline": "从下面的选项中选择以从时间线导出聊天", "Export Chat": "导出聊天", "Exporting your data": "导出你的数据", + "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您确定要停止导出数据吗?如果你这样做了,你需要重新开始。", "Your export was successful. Find it in your Downloads folder.": "导出成功了。你可以在下载文件夹中找到导出文件。", "The export was cancelled successfully": "成功取消了导出", @@ -2624,7 +2627,6 @@ }, "Loading new room": "正在加载新房间", "Upgrading room": "正在升级房间", - "Threads": "消息列", "Disinvite from %(roomName)s": "取消邀请加入 %(roomName)s", "Show:": "显示:", "Shows all threads from current room": "显示当前房间的所有消息列", @@ -2986,6 +2988,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……", "Verify this device by confirming the following number appears on its screen.": "确认屏幕上出现以下数字,以验证设备。", "Confirm the emoji below are displayed on both devices, in the same order:": "确认下面的表情符号在两个设备上以相同顺序显示:", + "Call": "通话", "Turn on camera": "启动相机", "Turn off camera": "关闭相机", "Video devices": "视频设备", @@ -3180,7 +3183,6 @@ "Your profile": "你的用户资料", "Set up your profile": "设置你的用户资料", "Download apps": "下载应用", - "Help": "帮助", "Results are only revealed when you end the poll": "结果仅在你结束投票后展示", "Voters see results as soon as they have voted": "投票者一投完票就能看到结果", "Closed poll": "封闭式投票", @@ -3440,6 +3442,7 @@ "other": "你确定要退出这 %(count)s 个会话吗?" }, "Presence": "在线", + "Apply": "申请", "Search users in this room…": "搜索该房间内的用户……", "Give one or multiple users in this room more privileges": "授权给该房间内的某人或某些人", "Add privileged users": "添加特权用户", @@ -3472,6 +3475,7 @@ "Use your account to continue.": "使用你的账户继续。", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "你的电子邮件地址似乎未与此家服务器上的Matrix ID关联。", "%(senderName)s started a voice broadcast": "%(senderName)s开始了语音广播", + "Reload": "重加载", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "这可能是由于在多个标签页中打开此应用,或由于清除浏览器数据。", "Database unexpectedly closed": "数据库意外关闭", "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。", @@ -3506,7 +3510,27 @@ "unmute": "取消静音", "username": "用户名", "verification_cancelled": "验证已取消", - "video": "视频" + "video": "视频", + "attachment": "附件", + "light": "浅色", + "dark": "深色", + "warning": "警告", + "home": "主页", + "favourites": "收藏夹", + "thread": "消息列", + "threads": "消息列", + "room": "房间", + "theme": "主题", + "name": "名称", + "description": "描述", + "public": "公共", + "private": "私有", + "options": "选项", + "appearance": "外观", + "homeserver": "家服务器", + "help": "帮助", + "beta": "beta", + "labs": "实验室" }, "action": { "continue": "继续", @@ -3544,28 +3568,5 @@ "a11y": { "user_menu": "用户菜单" }, - "action.reject": "拒绝", - "action.confirm": "确认", - "action.dismiss": "忽略", - "action.trust": "信任", - "action.reload": "重加载", - "action.cancel": "取消", - "action.stop": "停止", - "action.join": "加入", - "action.close": "关闭", - "action.accept": "接受", - "action.upgrade": "升级加密", - "action.verify": "验证", - "action.update": "更新", - "action.call": "通话", - "action.delete": "删除", - "action.upload": "上传", - "action.collapse": "折叠", - "action.apply": "申请", - "action.reset": "重置", - "action.share": "共享", - "action.skip": "跳过", - "action.logout": "登出", - "action.view": "查看", - "action.expand": "展开" + "Home": "主页" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index a1abccd895d..1a9def71553 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -3,7 +3,6 @@ "An error has occurred.": "出現一個錯誤。", "Are you sure?": "您確定嗎?", "Are you sure you want to reject the invitation?": "您確認要拒絕邀請嗎?", - "Attachment": "附件", "Banned users": "被封鎖的使用者", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "當瀏覽器網址列使用的是 HTTPS 網址時,不能使用 HTTP 連線到家伺服器。請改用 HTTPS 連線或允許不安全的指令碼。", "Change Password": "變更密碼", @@ -39,7 +38,6 @@ "Failed to verify email address: make sure you clicked the link in the email": "電子郵件地址驗證失敗:請確認您已點擊郵件中的連結", "Failure to create room": "無法建立聊天室", "Favourite": "加入我的最愛", - "Favourites": "我的最愛", "Filter room members": "過濾聊天室成員", "Forget room": "忘記聊天室", "For security, this session has been signed out. Please sign in again.": "因為安全因素,此工作階段已被登出。請重新登入。", @@ -86,6 +84,8 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 將聊天室大頭照更改為 ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室的大頭照。", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s 將聊天室的大頭照改為 %(roomName)s", + "Cancel": "取消", + "Dismiss": "關閉", "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", @@ -104,7 +104,9 @@ "URL Previews": "網址預覽", "Drop file here to upload": "把文件放在這裡上傳", "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": "建立新聊天室", + "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", @@ -124,13 +126,12 @@ "Enter passphrase": "輸入安全密語", "Export": "匯出", "Failed to change power level": "無法變更權限等級", - "Home": "首頁", "Import": "匯入", "Incorrect username and/or password.": "使用者名稱和/或密碼不正確。", "Invited": "已邀請", "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", - "Labs": "實驗室", + "Logout": "登出", "Low priority": "低優先度", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們被邀請開始。", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們加入開始。", @@ -140,7 +141,6 @@ "Missing room_id in request": "請求中缺少 room_id", "Missing user_id in request": "請求中缺少 user_id", "Moderator": "版主", - "Name": "名稱", "New passwords don't match": "新密碼不相符", "New passwords must match each other.": "新密碼必須互相相符。", "not specified": "未指定", @@ -215,7 +215,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s,%(monthName)s %(day)s %(fullYear)s %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", "This server does not support authentication with a phone number.": "這個伺服器不支援以電話號碼認證。", - "Room": "聊天室", "Connectivity to the server has been lost.": "對伺服器的連線已中斷。", "Sent messages will be stored until your connection has returned.": "傳送的訊息會在您的連線恢復前先儲存起來。", "(~%(count)s results)": { @@ -224,7 +223,6 @@ }, "New Password": "新密碼", "Start automatically after system login": "在系統登入後自動開始", - "Options": "選項", "Passphrases must match": "安全密語必須相符", "Passphrase must not be empty": "安全密語不能為空", "Export room keys": "匯出聊天室金鑰", @@ -251,6 +249,7 @@ "Authentication check failed: incorrect password?": "無法檢查認證:密碼錯誤?", "Do you want to set an email address?": "您想要設定電子郵件地址嗎?", "This will allow you to reset your password and receive notifications.": "這讓您可以重設您的密碼與接收通知。", + "Skip": "略過", "and %(count)s others...": { "other": "與另 %(count)s 個人…", "one": "與另 1 個人…" @@ -400,10 +399,8 @@ "And %(count)s more...": { "other": "與更多 %(count)s 個…" }, - "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 的資料。這將會造成舊版的端對端加密失敗。在此版本中使用最近在舊版本交換的金鑰可能無法解密訊息。這也會造成與此版本的訊息交換失敗。若您遇到問題,請登出並重新登入。要保留訊息歷史,請匯出並重新匯入您的金鑰。", - "Warning": "警告", "Please note you are logging into the %(hs)s server, not matrix.org.": "請注意,您正在登入 %(hs)s 伺服器,不是 matrix.org。", "Ignores a user, hiding their messages from you": "忽略使用者,從您這裡隱藏他們的訊息", "Stops ignoring a user, showing their messages going forward": "停止忽略使用者,顯示他們的訊息", @@ -423,6 +420,7 @@ "Notification targets": "通知目標", "Today": "今天", "Friday": "星期五", + "Update": "更新", "On": "開啟", "Changelog": "變更記錄檔", "Waiting for response from server": "正在等待來自伺服器的回應", @@ -443,6 +441,7 @@ "Developer Tools": "開發者工具", "Preparing to send logs": "準備傳送除錯訊息", "Saturday": "星期六", + "Reject": "拒絕", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "收集記錄檔", @@ -638,7 +637,6 @@ "Email addresses": "電子郵件地址", "Phone numbers": "電話號碼", "Language and region": "語言與區域", - "Theme": "主題", "Account management": "帳號管理", "For help with using %(brand)s, click here.": "若需 %(brand)s 的使用說明,請點擊這裡。", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": "對於使用 %(brand)s 的說明,點選這裡或是使用下面的按鈕開始與我們的聊天機器人聊天。", @@ -667,11 +665,13 @@ "Room avatar": "聊天室大頭照", "Room Name": "聊天室名稱", "Room Topic": "聊天室主題", + "Join": "加入", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", + "Confirm": "確認", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", "Other": "其他", "Guest": "訪客", @@ -826,6 +826,7 @@ "Your browser likely removed this data when running low on disk space.": "當硬碟空間不足時,您的瀏覽器可能會移除這些資料。", "Upload files (%(current)s of %(total)s)": "上傳檔案 (%(total)s 中的 %(current)s)", "Upload files": "上傳檔案", + "Upload": "上傳", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "這個檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s 但這個檔案大小是 %(sizeOfThisFile)s。", "These files are too large to upload. The file size limit is %(limit)s.": "這些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "某些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", @@ -887,6 +888,7 @@ "Uploaded sound": "已上傳的音效", "Sounds": "音效", "Notification sound": "通知音效", + "Reset": "重設", "Set a new custom sound": "設定新的自訂音效", "Browse": "瀏覽", "Cannot reach homeserver": "無法連線至家伺服器", @@ -946,6 +948,7 @@ "Unable to revoke sharing for email address": "無法撤回電子郵件的分享", "Unable to share email address": "無法分享電子郵件", "Revoke": "撤回", + "Share": "分享", "Discovery options will appear once you have added an email above.": "當您在上面加入電子郵件時將會出現探索選項。", "Unable to revoke sharing for phone number": "無法撤回電話號碼的分享", "Unable to share phone number": "無法分享電話號碼", @@ -1018,6 +1021,7 @@ "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": "傳送回報", + "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", "Read Marker lifetime (ms)": "讀取標記生命週期(毫秒)", @@ -1079,6 +1083,7 @@ "Room %(name)s": "聊天室 %(name)s", "Unread messages.": "未讀的訊息。", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此動作需要存取預設的身分伺服器 以驗證電子郵件或電話號碼,但伺服器沒有任何服務條款。", + "Trust": "信任", "Message Actions": "訊息動作", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "您驗證了 %(name)s", @@ -1124,6 +1129,7 @@ "Trusted": "受信任", "Not trusted": "未受信任", "Messages in this room are end-to-end encrypted.": "此聊天室內的訊息有端對端加密。", + "Verify": "驗證", "Any of the following data may be shared:": "可能會分享以下資料:", "Your display name": "您的顯示名稱", "Your user ID": "您的使用者 ID", @@ -1157,6 +1163,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "升級聊天室為進階動作,通常建議在聊天室因為錯誤而不穩定、缺少功能或安全漏洞等才升級。", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "這通常僅影響如何在伺服器上處理聊天室的方式。如果您遇到與 %(brand)s 相關的問題,請回報錯誤。", "You'll upgrade this room from to .": "您將要把此聊天室從 升級到 。", + "Upgrade": "升級", " wants to chat": " 想要聊天", "Start chatting": "開始聊天", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s 移除了封鎖符合 %(glob)s 的使用者規則", @@ -1498,7 +1505,6 @@ "Size must be a number": "大小必須為數字", "Custom font size can only be between %(min)s pt and %(max)s pt": "自訂字型大小僅能為 %(min)s 點至 %(max)s 點間", "Use between %(min)s pt and %(max)s pt": "使用 %(min)s 點至 %(max)s 點間", - "Appearance": "外觀", "Joins room with given address": "以指定的位址加入聊天室", "Please verify the room ID or address and try again.": "請確認聊天室 ID 或位址後,再試一次。", "Room ID or address of ban list": "聊天室 ID 或位址的封鎖清單", @@ -1536,8 +1542,6 @@ "Room options": "聊天室選項", "Activity": "訊息順序", "A-Z": "A-Z", - "Light": "亮色", - "Dark": "暗色", "Customise your appearance": "自訂您的外觀", "Appearance Settings only affect this %(brand)s session.": "外觀設定僅會影響此 %(brand)s 工作階段。", "Looks good!": "看起來真棒!", @@ -2048,7 +2052,6 @@ "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "請注意,如果您不新增電子郵件且忘記密碼,您將永遠失去對您帳號的存取權。", "Continuing without email": "不使用電子郵件來繼續", "Continue with %(provider)s": "使用下列帳號繼續:%(provider)s", - "Homeserver": "家伺服器", "Server Options": "伺服器選項", "Reason (optional)": "理由(選擇性)", "Invalid URL": "無效網址", @@ -2192,10 +2195,9 @@ "Your private space": "您的私密聊天空間", "Your public space": "您的公開聊天空間", "Invite only, best for yourself or teams": "邀請制,適用於您自己或團隊使用", - "Private": "私密", "Open space for anyone, best for communities": "對所有人開放的聊天空間,最適合社群", - "Public": "公開", "Create a space": "建立聊天空間", + "Delete": "刪除", "Jump to the bottom of the timeline when you send a message": "傳送訊息時,跳到時間軸底部", "This homeserver has been blocked by its administrator.": "此家伺服器已被管理員封鎖。", "You're already in a call with this person.": "您正在與此人通話。", @@ -2284,7 +2286,6 @@ "Select a room below first": "首先選取一個聊天室", "Join the beta": "加入 Beta 測試", "Leave the beta": "離開 Beta 測試", - "Beta": "Beta", "Want to add a new room instead?": "想要新增新聊天室嗎?", "Adding rooms... (%(progress)s out of %(count)s)": { "one": "正在新增聊天室…", @@ -2363,6 +2364,8 @@ "Published addresses can be used by anyone on any server to join your space.": "任何伺服器上的人都可以使用已發佈的位址加入您的聊天空間。", "This space has no local addresses": "此聊天空間沒有本機位址", "Space information": "聊天空間資訊", + "Collapse": "收折", + "Expand": "展開", "Recommended for public spaces.": "給公開聊天空間的推薦。", "Allow people to preview your space before they join.": "允許人們在加入前預覽您的聊天空間。", "Preview Space": "預覽聊天空間", @@ -2541,7 +2544,6 @@ "To avoid these issues, create a new encrypted room for the conversation you plan to have.": "為了避免這些問題,請為您計畫中的對話建立新的加密聊天室。", "Are you sure you want to add encryption to this public room?": "您確定您要在此公開聊天室新增加密?", "Cross-signing is ready but keys are not backed up.": "已準備好交叉簽署但金鑰未備份。", - "Thread": "討論串", "The above, but in as well": "以上,但也在 中", "The above, but in any room you are joined or invited to as well": "以上,但在任何您已加入或被邀請的聊天室中", "Autoplay videos": "自動播放影片", @@ -2577,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "從下面的選項中選擇以從您的時間軸匯出聊天", "Export Chat": "匯出聊天", "Exporting your data": "正在匯出您的資料", + "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您確定您要停止匯出您的資料嗎?若您這麼做,您就必須重新開始。", "Your export was successful. Find it in your Downloads folder.": "您匯出成功。請在您的下載資料夾中尋找它。", "The export was cancelled successfully": "匯出已成功取消", @@ -2627,7 +2630,6 @@ "Unban from %(roomName)s": "從 %(roomName)s 取消封鎖", "They'll still be able to access whatever you're not an admin of.": "他們仍然可以存取您不是管理員的任何地方。", "Disinvite from %(roomName)s": "拒絕來自 %(roomName)s 的邀請", - "Threads": "討論串", "Updating spaces... (%(progress)s out of %(count)s)": { "one": "正在更新空間…", "other": "正在更新空間…(%(count)s 中的第 %(progress)s 個)" @@ -2927,6 +2929,7 @@ "Group all your people in one place.": "將您所有的夥伴集中在同一個地方。", "Group all your favourite rooms and people in one place.": "將所有您最喜愛的聊天室與夥伴集中在同一個地方。", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "聊天空間是將聊天室與夥伴們分組的方式。除了您所在的聊天空間之外,還可以使用一些預設分類。", + "Call": "通話", "Unable to check if username has been taken. Try again later.": "無法檢查使用者名稱是否已被使用。請稍後再試。", "IRC (Experimental)": "IRC(實驗性)", "Toggle hidden event visibility": "切換隱藏事件的能見度", @@ -3324,7 +3327,6 @@ "It’s what you’re here for, so lets get to it": "這就是您來這裡的目的,所以讓我們開始吧", "Find and invite your friends": "尋找並邀請您的朋友", "You made it!": "您做到了!", - "Help": "說明", "Google Play and the Google Play logo are trademarks of Google LLC.": "Google Play 與 Google Play 圖示是 Google LLC 的註冊商標。", "App Store® and the Apple logo® are trademarks of Apple Inc.": "App Store® 與 Apple logo® 是 Apple Inc 的註冊商標。", "Get it on F-Droid": "在 F-Droid 上取得", @@ -3569,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "此工作階段不支援加密,因此無法驗證。", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "為獲得最佳安全性與隱私,建議使用支援加密的 Matrix 客戶端。", "You won't be able to participate in rooms where encryption is enabled when using this session.": "使用此工作階段時,您將無法參與啟用加密的聊天室。", + "Apply": "套用", "Search users in this room…": "搜尋此聊天室中的使用者…", "Give one or multiple users in this room more privileges": "給這個聊天室中的一個使用者或多個使用者更多的特殊權限", "Add privileged users": "新增特權使用者", @@ -3744,7 +3747,6 @@ "Can currently only be enabled via config.json": "目前僅能透過 config.json 啟用", "Requires your server to support MSC3030": "您的伺服器必須支援 MSC3030", "Requires your server to support the stable version of MSC3827": "您的伺服器必須支援穩定版本的 MSC3827", - "User": "使用者", "Show avatars in user, room and event mentions": "在使用者、聊天室與事件提及中顯示大頭貼", "Message from %(user)s": "來自 %(user)s 的訊息", "Message in %(room)s": "%(room)s 中的訊息", @@ -3759,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "嘗試尋找並前往指定日期時發生網路錯誤。您的家伺服器可能已關閉,或者您的網際網路連線只是暫時出現問題。請再試一次。如果這種情況繼續存在,請聯絡您的家伺服器管理員。", "Poll history": "投票紀錄", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "使用者(%(user)s)並未受邀加入 %(roomId)s,但邀請工具也未提供錯誤", + "Reload": "重新載入", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "這個問題可能是因為在多個分頁中開啟此應用程式,或是清除瀏覽資料所導致。", "Database unexpectedly closed": "資料庫意外關閉", "Mute room": "聊天室靜音", @@ -3914,7 +3917,28 @@ "unmute": "解除靜音", "username": "使用者名稱", "verification_cancelled": "驗證已取消", - "video": "影片" + "video": "影片", + "attachment": "附件", + "light": "亮色", + "dark": "暗色", + "warning": "警告", + "home": "首頁", + "favourites": "我的最愛", + "thread": "討論串", + "threads": "討論串", + "user": "使用者", + "room": "聊天室", + "theme": "主題", + "name": "名稱", + "description": "描述", + "public": "公開", + "private": "私密", + "options": "選項", + "appearance": "外觀", + "homeserver": "家伺服器", + "help": "說明", + "beta": "Beta", + "labs": "實驗室" }, "action": { "continue": "繼續", @@ -3952,28 +3976,5 @@ "a11y": { "user_menu": "使用者選單" }, - "action.reject": "拒絕", - "action.confirm": "確認", - "action.dismiss": "關閉", - "action.trust": "信任", - "action.reload": "重新載入", - "action.cancel": "取消", - "action.stop": "停止", - "action.join": "加入", - "action.close": "關閉", - "action.accept": "接受", - "action.upgrade": "升級", - "action.verify": "驗證", - "action.update": "更新", - "action.call": "通話", - "action.delete": "刪除", - "action.upload": "上傳", - "action.collapse": "收折", - "action.apply": "套用", - "action.reset": "重設", - "action.share": "分享", - "action.skip": "略過", - "action.logout": "登出", - "action.view": "檢視", - "action.expand": "展開" + "Home": "首頁" } From ee30e788a090c11a9b3440bdc391a5a8f1638da9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 10:41:18 +0100 Subject: [PATCH 07/11] i18n --- src/i18n/strings/ar.json | 30 ++++----- src/i18n/strings/az.json | 14 ++--- src/i18n/strings/be.json | 8 +-- src/i18n/strings/bg.json | 38 ++++++------ src/i18n/strings/bs.json | 4 +- src/i18n/strings/ca.json | 24 +++---- src/i18n/strings/cs.json | 50 +++++++-------- src/i18n/strings/cy.json | 4 +- src/i18n/strings/da.json | 20 +++--- src/i18n/strings/de_DE.json | 50 +++++++-------- src/i18n/strings/el.json | 46 +++++++------- src/i18n/strings/en_EN.json | 114 +++++++++++++++++----------------- src/i18n/strings/en_US.json | 22 +++---- src/i18n/strings/eo.json | 44 ++++++------- src/i18n/strings/es.json | 50 +++++++-------- src/i18n/strings/et.json | 50 +++++++-------- src/i18n/strings/eu.json | 36 +++++------ src/i18n/strings/fa.json | 42 ++++++------- src/i18n/strings/fi.json | 50 +++++++-------- src/i18n/strings/fr.json | 50 +++++++-------- src/i18n/strings/ga.json | 42 ++++++------- src/i18n/strings/gl.json | 46 +++++++------- src/i18n/strings/he.json | 46 +++++++------- src/i18n/strings/hi.json | 14 ++--- src/i18n/strings/hr.json | 8 +-- src/i18n/strings/hu.json | 50 +++++++-------- src/i18n/strings/id.json | 50 +++++++-------- src/i18n/strings/is.json | 48 +++++++------- src/i18n/strings/it.json | 50 +++++++-------- src/i18n/strings/ja.json | 48 +++++++------- src/i18n/strings/jbo.json | 16 ++--- src/i18n/strings/ka.json | 6 +- src/i18n/strings/kab.json | 36 +++++------ src/i18n/strings/ko.json | 38 ++++++------ src/i18n/strings/lo.json | 46 +++++++------- src/i18n/strings/lt.json | 46 +++++++------- src/i18n/strings/lv.json | 36 +++++------ src/i18n/strings/ml.json | 12 ++-- src/i18n/strings/mn.json | 2 +- src/i18n/strings/nb_NO.json | 44 ++++++------- src/i18n/strings/ne.json | 4 +- src/i18n/strings/nl.json | 46 +++++++------- src/i18n/strings/nn.json | 36 +++++------ src/i18n/strings/oc.json | 36 +++++------ src/i18n/strings/pl.json | 50 +++++++-------- src/i18n/strings/pt.json | 24 +++---- src/i18n/strings/pt_BR.json | 44 ++++++------- src/i18n/strings/ro.json | 6 +- src/i18n/strings/ru.json | 48 +++++++------- src/i18n/strings/si.json | 6 +- src/i18n/strings/sk.json | 50 +++++++-------- src/i18n/strings/sl.json | 6 +- src/i18n/strings/sq.json | 50 +++++++-------- src/i18n/strings/sr.json | 28 ++++----- src/i18n/strings/sr_Latn.json | 8 +-- src/i18n/strings/sv.json | 50 +++++++-------- src/i18n/strings/ta.json | 14 ++--- src/i18n/strings/te.json | 12 ++-- src/i18n/strings/th.json | 28 ++++----- src/i18n/strings/tr.json | 36 +++++------ src/i18n/strings/tzm.json | 20 +++--- src/i18n/strings/uk.json | 50 +++++++-------- src/i18n/strings/vi.json | 50 +++++++-------- src/i18n/strings/vls.json | 28 ++++----- src/i18n/strings/zh_Hans.json | 50 +++++++-------- src/i18n/strings/zh_Hant.json | 50 +++++++-------- 66 files changed, 1129 insertions(+), 1131 deletions(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index 24612e1b469..53171ffa2cc 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,9 +1,6 @@ { "Something went wrong!": "هناك خطأ ما!", - "Cancel": "إلغاء", - "Close": "إغلاق", "Create new room": "إنشاء غرفة جديدة", - "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", "Send": "إرسال", "This email address is already in use": "عنوان البريد هذا مستعمل", @@ -12,7 +9,6 @@ "Unavailable": "غير متوفر", "All Rooms": "كل الغُرف", "All messages": "كل الرسائل", - "Update": "تحديث", "What's New": "آخِر المُستجدّات", "Toolbox": "علبة الأدوات", "Collecting logs": "تجميع السجلات", @@ -33,7 +29,6 @@ "Single Sign On": "الولوج الموحّد", "Confirm adding email": "أكّد إضافة البريد الإلكتروني", "Click the button below to confirm adding this email address.": "انقر الزر بالأسفل لتأكيد إضافة عنوان البريد الإلكتروني هذا.", - "Confirm": "أكّد", "Add Email Address": "أضِف بريدًا إلكترونيًا", "Confirm adding this phone number by using Single Sign On to prove your identity.": "أكّد إضافتك لرقم الهاتف هذا باستعمال الولوج الموحّد لإثبات هويّتك.", "Confirm adding phone number": "أكّد إضافة رقم الهاتف", @@ -84,7 +79,6 @@ "Identity server has no terms of service": "ليس لخادوم الهويّة أيّ شروط خدمة", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "يطلب هذا الإجراء الوصول إلى خادوم الهويّات المبدئيللتثبّت من عنوان البريد الإلكتروني أو رقم الهاتف، ولكن ليس للخادوم أيّ شروط خدمة.", "Only continue if you trust the owner of the server.": "لا تُواصل لو لم تكن تثق بمالك الخادوم.", - "Trust": "أثق به", "%(name)s is requesting verification": "يطلب %(name)s التثبّت", "%(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 التنبيهات. من فضلك أعِد المحاولة", @@ -252,7 +246,6 @@ "expand": "توسيع", "collapse": "تضييق", "Please create a new issue on GitHub so that we can investigate this bug.": "الرجاء إنشاء إشكال جديد على GitHub حتى نتمكن من التحقيق في هذا الخطأ.", - "Join": "انضم", "This version of %(brand)s does not support searching encrypted messages": "لا يدعم هذا الإصدار من %(brand)s البحث في الرسائل المشفرة", "This version of %(brand)s does not support viewing some encrypted files": "لا يدعم هذا الإصدار من %(brand)s s عرض بعض الملفات المشفرة", "Use the Desktop app to search encrypted messages": "استخدم تطبيق سطح المكتب للبحث في الرسائل المشفرة", @@ -420,7 +413,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟", "You're previewing %(roomName)s. Want to join it?": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟", "Reject & Ignore user": "رفض الدعوة وتجاهل الداعي", - "Reject": "رفض", " invited you": " دعاك", "Do you want to join %(roomName)s?": "هل تريد أن تنضم إلى %(roomName)s؟", "Start chatting": "ابدأ المحادثة", @@ -729,7 +721,6 @@ "not found": "لم يعثر عليه", "in memory": "في الذاكرة", "Cross-signing public keys:": "المفاتيح العامة للتوقيع المتبادل:", - "Reset": "إعادة تعيين", "Set up": "تأسيس", "Cross-signing is not set up.": "لم يتم إعداد التوقيع المتبادل.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.", @@ -748,7 +739,6 @@ "Show more": "أظهر أكثر", "Show less": "أظهر أقل", "This bridge is managed by .": "هذا الجسر يديره .", - "Upload": "رفع", "Accept to continue:": "قبول للمتابعة:", "Your server isn't responding to some requests.": "خادمك لا يتجاوب مع بعض الطلبات.", "Dog": "كلب", @@ -768,7 +758,6 @@ "You've successfully verified this user.": "لقد نجحت في التحقق من هذا المستخدم.", "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", - "Accept": "قبول", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -867,7 +856,6 @@ "Revoke": "إبطال", "Unable to revoke sharing for phone number": "تعذر إبطال مشاركة رقم الهاتف", "Discovery options will appear once you have added an email above.": "ستظهر خيارات الاكتشاف بمجرد إضافة بريد إلكتروني أعلاه.", - "Share": "مشاركة", "Complete": "تام", "Verify the link in your inbox": "تحقق من الرابط في بريدك الوارد", "Unable to verify email address.": "تعذر التحقق من عنوان البريد الإلكتروني.", @@ -974,8 +962,6 @@ "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", "Safeguard against losing access to encrypted messages & data": "حماية ضد فقدان الوصول إلى الرسائل والبيانات المشفرة", - "Verify": "تحقق", - "Upgrade": "ترقية", "Verify this session": "تحقق من هذا الاتصال", "Encryption upgrade available": "ترقية التشفير متاحة", "Set up Secure Backup": "أعد النسخ الاحتياطي الآمن", @@ -1340,5 +1326,19 @@ "start_chat": "ابدأ محادثة", "view_source": "انظر المصدر", "yes": "نعم" - } + }, + "action.reject": "رفض", + "action.confirm": "أكّد", + "action.dismiss": "أهمِل", + "action.trust": "أثق به", + "action.cancel": "إلغاء", + "action.join": "انضم", + "action.close": "إغلاق", + "action.accept": "قبول", + "action.upgrade": "ترقية", + "action.verify": "تحقق", + "action.update": "تحديث", + "action.upload": "رفع", + "action.reset": "إعادة تعيين", + "action.share": "مشاركة" } diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 51f032672da..818562c13f6 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -69,7 +69,6 @@ "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s üçün %(fromPowerLevel)s-dan %(toPowerLevel)s-lə", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hüquqların səviyyələrini dəyişdirdi %(powerLevelDiffText)s.", "Always show message timestamps": "Həmişə mesajların göndərilməsi vaxtını göstərmək", - "Accept": "Qəbul etmək", "Incorrect verification code": "Təsdiq etmənin səhv kodu", "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", @@ -113,7 +112,6 @@ "Who can read history?": "Kim tarixi oxuya bilər?", "Permissions": "Girişin hüquqları", "Advanced": "Təfərrüatlar", - "Close": "Bağlamaq", "Sunday": "Bazar", "Friday": "Cümə", "Today": "Bu gün", @@ -122,7 +120,6 @@ "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmək", "What's New": "Nə dəyişdi", - "Update": "Yeniləmək", "Create new room": "Otağı yaratmaq", "%(items)s and %(lastItem)s": "%(items)s və %(lastItem)s", "Deactivate Account": "Hesabı bağlamaq", @@ -137,7 +134,6 @@ "Are you sure you want to reject the invitation?": "Siz əminsiniz ki, siz dəvəti rədd etmək istəyirsiniz?", "Failed to reject invitation": "Dəvəti rədd etməyi bacarmadı", "For security, this session has been signed out. Please sign in again.": "Təhlükəsizliyin təmin olunması üçün sizin sessiyanız başa çatmışdır idi. Zəhmət olmasa, yenidən girin.", - "Logout": "Çıxmaq", "Notifications": "Xəbərdarlıqlar", "Connectivity to the server has been lost.": "Serverlə əlaqə itirilmişdir.", "Sent messages will be stored until your connection has returned.": "Hələ ki serverlə əlaqə bərpa olmayacaq, göndərilmiş mesajlar saxlanacaq.", @@ -171,7 +167,6 @@ "AM": "12:00", "Unnamed Room": "Adı açıqlanmayan otaq", "Unable to load! Check your network connectivity and try again.": "Yükləmək olmur! Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin.", - "Dismiss": "Nəzərə almayın", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s-un sizə bildiriş göndərmək icazəsi yoxdur - brauzerinizin parametrlərini yoxlayın", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s bildiriş göndərmək üçün icazə verilmədi - lütfən yenidən cəhd edin", "This email address was not found": "Bu e-poçt ünvanı tapılmadı", @@ -206,7 +201,6 @@ "Identity server has no terms of service": "Şəxsiyyət serverinin xidmət şərtləri yoxdur", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Bu hərəkət e-poçt ünvanı və ya telefon nömrəsini təsdiqləmək üçün standart şəxsiyyət serverinə girməyi tələb edir, lakin serverdə heç bir xidmət şəraiti yoxdur.", "Only continue if you trust the owner of the server.": "Yalnız server sahibinə etibar etsəniz davam edin.", - "Trust": "Etibar", "Custom (%(level)s)": "Xüsusi (%(level)s)", "Room %(roomId)s not visible": "Otaq %(roomId)s görünmür", "Messages": "Mesajlar", @@ -256,5 +250,11 @@ "remove": "Silmək", "start_chat": "Çata başlamaq" }, - "Home": "Başlanğıc" + "Home": "Başlanğıc", + "action.dismiss": "Nəzərə almayın", + "action.trust": "Etibar", + "action.close": "Bağlamaq", + "action.accept": "Qəbul etmək", + "action.update": "Yeniləmək", + "action.logout": "Çıxmaq" } diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 5f6847c2872..59a90d3b456 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -1,12 +1,9 @@ { - "Reject": "Адхіліць", "Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s", "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", - "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", - "Close": "Зачыніць", "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", @@ -26,5 +23,8 @@ "leave": "Пакінуць", "quote": "Цытата", "remove": "Выдалiць" - } + }, + "action.reject": "Адхіліць", + "action.dismiss": "Aдхіліць", + "action.close": "Зачыніць" } diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 9756751c45d..84dc00a652e 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,10 +1,7 @@ { "Operation failed": "Операцията е неуспешна", "Search": "Търсене", - "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", - "Close": "Затвори", - "Cancel": "Отказ", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", @@ -107,7 +104,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 прегледи за участници в тази стая", - "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", @@ -329,7 +325,6 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но не я намери.", "Unable to remove contact information": "Неуспешно премахване на информацията за контакти", "This will allow you to reset your password and receive notifications.": "Това ще Ви позволи да възстановите Вашата парола и да получавате известия.", - "Skip": "Пропусни", "You must register to use this functionality": "Трябва да се регистрирате, за да използвате тази функционалност", "You must join the room to see its files": "Трябва да се присъедините към стаята, за да видите файловете, които съдържа", "Reject invitation": "Отхвърли поканата", @@ -340,7 +335,6 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", - "Logout": "Излез", "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", @@ -421,7 +415,6 @@ "Notification targets": "Устройства, получаващи известия", "Today": "Днес", "Friday": "Петък", - "Update": "Актуализиране", "On": "Вкл.", "Changelog": "Списък на промените", "Waiting for response from server": "Изчакване на отговор от сървъра", @@ -441,7 +434,6 @@ "Developer Tools": "Инструменти за разработчика", "Preparing to send logs": "Подготовка за изпращане на логове", "Saturday": "Събота", - "Reject": "Отхвърли", "Monday": "Понеделник", "Toolbox": "Инструменти", "Collecting logs": "Събиране на логове", @@ -667,13 +659,11 @@ "Room avatar": "Снимка на стаята", "Room Name": "Име на стаята", "Room Topic": "Тема на стаята", - "Join": "Присъедини се", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", - "Confirm": "Потвърди", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", "Other": "Други", "Guest": "Гост", @@ -823,7 +813,6 @@ "Your browser likely removed this data when running low on disk space.": "Най-вероятно браузърът Ви е премахнал тези данни поради липса на дисково пространство.", "Upload files (%(current)s of %(total)s)": "Качване на файлове (%(current)s от %(total)s)", "Upload files": "Качи файлове", - "Upload": "Качи", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Файлът е прекалено голям за да се качи. Максималният допустим размер е %(limit)s, докато този файл е %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Тези файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Някои файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", @@ -867,7 +856,6 @@ "Uploaded sound": "Качен звук", "Sounds": "Звуци", "Notification sound": "Звук за уведомление", - "Reset": "Нулирай", "Set a new custom sound": "Настрой нов собствен звук", "Browse": "Избор", "This room has already been upgraded.": "Тази стая вече е била обновена.", @@ -962,7 +950,6 @@ "Unable to revoke sharing for email address": "Неуспешно оттегляне на споделянето на имейл адреса", "Unable to share email address": "Неуспешно споделяне на имейл адрес", "Revoke": "Оттегли", - "Share": "Сподели", "Discovery options will appear once you have added an email above.": "Опциите за откриване ще се покажат след като добавите имейл адрес по-горе.", "Unable to revoke sharing for phone number": "Неуспешно оттегляне на споделянето на телефонен номер", "Unable to share phone number": "Неуспешно споделяне на телефонен номер", @@ -1021,7 +1008,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": "Изпрати доклад", - "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", "Complete": "Завърши", @@ -1039,7 +1025,6 @@ "Add Email Address": "Добави имейл адрес", "Add Phone Number": "Добави телефонен номер", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Това действие изисква връзка със сървъра за самоличност за валидиране на имейл адреса или телефонния номер, но сървърът не предоставя условия за ползване.", - "Trust": "Довери се", "Show previews/thumbnails for images": "Показвай преглед (умален размер) на снимки", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Би било добре да премахнете личните си данни от сървъра за самоличност преди прекъсване на връзката. За съжаление, сървърът за самоличност в момента не е достъпен.", "You should:": "Ще е добре да:", @@ -1175,7 +1160,6 @@ "one": "1 потвърдена сесия" }, "Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.", - "Verify": "Потвърди", "You have ignored this user, so their message is hidden. Show anyways.": "Игнорирали сте този потребител, така че съобщението им е скрито. Покажи така или иначе.", "Any of the following data may be shared:": "Следните данни може да бъдат споделени:", "Your display name": "Вашето име", @@ -1197,7 +1181,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Обновяването на стая е действие за напреднали и обикновено се препоръчва когато стаята е нестабилна поради бъгове, липсващи функции или проблеми със сигурността.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Това обикновено влия само на това как стаята се обработва на сървъра. Ако имате проблеми с %(brand)s, съобщете за проблем.", "You'll upgrade this room from to .": "Ще обновите стаята от до .", - "Upgrade": "Обнови", "Remove for everyone": "Премахни за всички", "Country Dropdown": "Падащо меню за избор на държава", "Verification Request": "Заявка за потвърждение", @@ -1983,7 +1966,6 @@ "Invite people": "Покани хора", "Share invite link": "Сподели връзка с покана", "Click to copy": "Натиснете за копиране", - "Delete": "Изтрий", "Please enter a name for the space": "Моля, въведете име на пространството", "Create a space": "Създаване на пространство", "Add some details to help people recognise it.": "Добавете някои подробности, за да помогнете на хората да го разпознаят.", @@ -2126,5 +2108,23 @@ "a11y": { "user_menu": "Потребителско меню" }, - "Home": "Начална страница" + "Home": "Начална страница", + "action.reject": "Отхвърли", + "action.confirm": "Потвърди", + "action.dismiss": "Затвори", + "action.trust": "Довери се", + "action.cancel": "Отказ", + "action.join": "Присъедини се", + "action.close": "Затвори", + "action.accept": "Приеми", + "action.upgrade": "Обнови", + "action.verify": "Потвърди", + "action.update": "Актуализиране", + "action.delete": "Изтрий", + "action.upload": "Качи", + "action.reset": "Нулирай", + "action.share": "Сподели", + "action.skip": "Пропусни", + "action.logout": "Излез", + "action.view": "Виж" } diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index a7891ebdcdf..938691d682d 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,7 +1,7 @@ { - "Dismiss": "Odbaci", "Create Account": "Otvori račun", "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", - "Identity server": "Identifikacioni Server" + "Identity server": "Identifikacioni Server", + "action.dismiss": "Odbaci" } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 4b6dca8b914..30eb35654b3 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -6,13 +6,10 @@ "Camera": "Càmera", "Advanced": "Avançat", "Always show message timestamps": "Mostra sempre la marca de temps del missatge", - "Cancel": "Cancel·la", - "Close": "Tanca", "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", - "Dismiss": "Omet", "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", @@ -110,7 +107,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", - "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", @@ -331,7 +327,6 @@ "Unable to add email address": "No s'ha pogut afegir el correu electrònic", "Unable to verify email address.": "No s'ha pogut verificar el correu electrònic.", "This will allow you to reset your password and receive notifications.": "Això us permetrà restablir la vostra contrasenya i rebre notificacions.", - "Skip": "Omet", "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.": "Si anteriorment heu utilitzat un versió de %(brand)s més recent, la vostra sessió podría ser incompatible amb aquesta versió. Tanqueu aquesta finestra i torneu a la versió més recent.", "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", @@ -343,7 +338,6 @@ "For security, this session has been signed out. Please sign in again.": "Per seguretat, aquesta sessió s'ha tancat. Torna a iniciar la sessió.", "Old cryptography data detected": "S'han detectat dades de criptografia antigues", "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.": "S'han detectat dades d'una versió antiga del %(brand)s. Això haurà provocat que el xifratge d'extrem a extrem no funcioni correctament a la versió anterior. Els missatges xifrats d'extrem a extrem que s'han intercanviat recentment mentre s'utilitzava la versió anterior no es poden desxifrar en aquesta versió. També pot provocar que els missatges intercanviats amb aquesta versió fallin. Si teniu problemes, sortiu de la sessió i torneu a entrar-hi. Per poder llegir l'historial dels missatges xifrats, exporteu i torneu a importar les vostres claus.", - "Logout": "Surt", "Connectivity to the server has been lost.": "S'ha perdut la connectivitat amb el servidor.", "Sent messages will be stored until your connection has returned.": "Els missatges enviats s'emmagatzemaran fins que la vostra connexió hagi tornat.", "You seem to be uploading files, are you sure you want to quit?": "Sembla que s'està pujant fitxers, esteu segur que voleu sortir?", @@ -378,7 +372,6 @@ "Notification targets": "Objectius de les notificacions", "Today": "Avui", "Friday": "Divendres", - "Update": "Actualitzar", "What's New": "Novetats", "On": "Engegat", "Changelog": "Registre de canvis", @@ -401,7 +394,6 @@ "Developer Tools": "Eines de desenvolupador", "Preparing to send logs": "Preparant l'enviament de logs", "Saturday": "Dissabte", - "Reject": "Rebutja", "Monday": "Dilluns", "Toolbox": "Caixa d'eines", "Collecting logs": "S'estan recopilant els registres", @@ -502,7 +494,6 @@ "Show read receipts sent by other users": "Mostra les confirmacions de lectura enviades pels altres usuaris", "Enable big emoji in chat": "Activa Emojis grans en xats", "Send analytics data": "Envia dades d'anàlisi", - "Upload": "Puja", "Email addresses": "Adreces de correu electrònic", "Phone numbers": "Números de telèfon", "Language and region": "Idioma i regió", @@ -558,7 +549,6 @@ "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", "%(name)s is requesting verification": "%(name)s està demanant verificació", - "Trust": "Confiança", "Only continue if you trust the owner of the server.": "Continua, només, si confies amb el propietari del servidor.", "Identity server has no terms of service": "El servidor d'identitat no disposa de condicions de servei", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aquesta acció necessita accedir al servidor d'identitat predeterminat per validar una adreça de correu electrònic o un número de telèfon, però el servidor no disposa de condicions de servei.", @@ -608,7 +598,6 @@ "Click the button below to confirm adding this phone number.": "Fes clic al botó de sota per confirmar l'addició d'aquest número de telèfon.", "Confirm adding phone number": "Confirma l'addició del número de telèfon", "Add Email Address": "Afegeix una adreça de correu electrònic", - "Confirm": "Confirma", "Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.", "Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon", "Unable to access microphone": "No s'ha pogut accedir al micròfon", @@ -658,5 +647,16 @@ "start_chat": "Inicia un xat", "view_source": "Mostra el codi" }, - "Home": "Inici" + "Home": "Inici", + "action.reject": "Rebutja", + "action.confirm": "Confirma", + "action.dismiss": "Omet", + "action.trust": "Confiança", + "action.cancel": "Cancel·la", + "action.close": "Tanca", + "action.accept": "Accepta", + "action.update": "Actualitzar", + "action.upload": "Puja", + "action.skip": "Omet", + "action.logout": "Surt" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 7b19f8ed973..7850ddb2376 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1,9 +1,7 @@ { - "Close": "Zavřít", "Filter room members": "Najít člena místnosti", "Historical": "Historické", "Jump to first unread message.": "Přejít na první nepřečtenou zprávu.", - "Logout": "Odhlásit se", "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", @@ -31,15 +29,12 @@ "Dec": "Pro", "Create new room": "Vytvořit novou místnost", "Register": "Zaregistrovat", - "Cancel": "Storno", "Favourite": "Oblíbené", "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", "unknown error code": "neznámý kód chyby", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", - "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", - "Accept": "Přijmout", "Account": "Účet", "Add": "Přidat", "Admin": "Správce", @@ -374,7 +369,6 @@ "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.": "Pokud jste se v minulosti již přihlásili s novější verzi programu %(brand)s, vaše relace nemusí být kompatibilní s touto verzí. Zavřete prosím toto okno a přihlaste se znovu pomocí nové verze.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Zkontrolujte svou e-mailovou schránku a klepněte na odkaz ve zprávě, kterou jsme vám poslali. V případě, že jste to už udělali, klepněte na tlačítko Pokračovat.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnovit si heslo a přijímat oznámení e-mailem.", - "Skip": "Přeskočit", "You must register to use this functionality": "Pro využívání této funkce se zaregistrujte", "You must join the room to see its files": "Pro zobrazení souborů musíte do místnosti vstoupit", "Reject invitation": "Odmítnout pozvání", @@ -407,7 +401,6 @@ "Notification targets": "Cíle oznámení", "Today": "Dnes", "Friday": "Pátek", - "Update": "Aktualizovat", "What's New": "Co je nového", "On": "Zapnout", "Changelog": "Seznam změn", @@ -426,7 +419,6 @@ "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", "Messages in one-to-one chats": "Přímé zprávy", - "Reject": "Odmítnout", "Monday": "Pondělí", "Toolbox": "Sada nástrojů", "Collecting logs": "Sběr záznamů", @@ -711,7 +703,6 @@ "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", "Click here to see older messages.": "Klepnutím zobrazíte starší zprávy.", - "Join": "Vstoupit", "The following users may not exist": "Následující uživatel možná neexistuje", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?", "Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu", @@ -761,7 +752,6 @@ "Change": "Změnit", "Email (optional)": "E-mail (nepovinné)", "Phone (optional)": "Telefonní číslo (nepovinné)", - "Confirm": "Potvrdit", "Join millions for free on the largest public server": "Přidejte k miliónům registrovaným na největším veřejném serveru", "Other": "Další možnosti", "Couldn't load page": "Nepovedlo se načíst stránku", @@ -853,7 +843,6 @@ "Your browser likely removed this data when running low on disk space.": "Prohlížeč data možná smazal aby ušetřil místo na disku.", "Upload files (%(current)s of %(total)s)": "Nahrát soubory (%(current)s z %(total)s)", "Upload files": "Nahrát soubory", - "Upload": "Nahrát", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento soubor je příliš velký. Limit na velikost je %(limit)s, ale soubor má %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Tyto soubory jsou příliš velké. Limit je %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Některé soubory jsou příliš velké. Limit je %(limit)s.", @@ -888,7 +877,6 @@ "Uploaded sound": "Zvuk nahrán", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámení", - "Reset": "Resetovat", "Set a new custom sound": "Nastavit vlastní zvuk", "Browse": "Procházet", "Cannot reach homeserver": "Nelze se připojit k domovskému serveru", @@ -961,7 +949,6 @@ "Add Email Address": "Přidat e-mailovou adresu", "Add Phone Number": "Přidat telefonní číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Tato akce vyžaduje přístup k výchozímu serveru identity aby šlo ověřit e-mail a telefon, ale server nemá podmínky použití.", - "Trust": "Důvěra", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Zobrazovat náhledy obrázků", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Před odpojením byste měli smazat osobní údaje ze serveru identit . Bohužel, server je offline nebo neodpovídá.", @@ -986,7 +973,6 @@ "Verify the link in your inbox": "Ověřte odkaz v e-mailové schránce", "Complete": "Dokončit", "Revoke": "Zneplatnit", - "Share": "Sdílet", "Discovery options will appear once you have added an email above.": "Možnosti nastavení veřejného profilu se objeví po přidání e-mailové adresy výše.", "Unable to revoke sharing for phone number": "Nepovedlo se zrušit sdílení telefonního čísla", "Unable to share phone number": "Nepovedlo se nasdílet telefonní číslo", @@ -1073,7 +1059,6 @@ "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", "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", "Explore rooms": "Procházet místnosti", "Jump to first unread room.": "Přejít na první nepřečtenou místnost.", "Jump to first invite.": "Přejít na první pozvánku.", @@ -1156,7 +1141,6 @@ "Trusted": "Důvěryhodné", "Not trusted": "Nedůvěryhodné", "Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.", - "Verify": "Ověřit", "You have ignored this user, so their message is hidden. Show anyways.": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. Přesto zobrazit.", "Any of the following data may be shared:": "Následující data můžou být sdílena:", "Your display name": "Vaše zobrazované jméno", @@ -1177,7 +1161,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgradování místnosti je pokročilá operace a je doporučeno jí provést pokud je místnost nestabilní kvůli chybám, chybějícím funkcím nebo zranitelnostem.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, nahlaste nám ho prosím.", "You'll upgrade this room from to .": "Místnost bude povýšena z verze na verzi .", - "Upgrade": "Aktualizovat", "Remove for everyone": "Odstranit pro všechny", "Verification Request": "Požadavek na ověření", "Unable to set up secret storage": "Nepovedlo se nastavit bezpečné úložiště", @@ -2194,7 +2177,6 @@ "This homeserver has been blocked by its administrator.": "Tento domovský server byl zablokován jeho správcem.", "You're already in a call with this person.": "S touto osobou již telefonujete.", "Already in call": "Již máte hovor", - "Delete": "Smazat", "Original event source": "Původní zdroj události", "Decrypted event source": "Dešifrovaný zdroj události", "Save Changes": "Uložit změny", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.", "This space has no local addresses": "Tento prostor nemá žádné místní adresy", "Space information": "Informace o prostoru", - "Collapse": "Sbalit", - "Expand": "Rozbalit", "Recommended for public spaces.": "Doporučeno pro veřejné prostory.", "Allow people to preview your space before they join.": "Umožněte lidem prohlédnout si váš prostor ještě předtím, než se připojí.", "Preview Space": "Nahlédnout do prostoru", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "Vyberte jednu z níže uvedených možností pro export chatů z časové osy", "Export Chat": "Exportovat chat", "Exporting your data": "Exportování dat", - "Stop": "Zastavit", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Opravdu chcete ukončit export dat? Pokud ano, budete muset začít znovu.", "Your export was successful. Find it in your Downloads folder.": "Váš export proběhl úspěšně. Najdete jej ve složce pro stažené soubory.", "The export was cancelled successfully": "Export byl úspěšně zrušen", @@ -2925,7 +2904,6 @@ "Jump to start of the composer": "Přejít na začátek editoru", "Navigate to previous message to edit": "Přejít na předchozí zprávu, kterou chcete upravit", "Internal room ID": "Interní ID místnosti", - "Call": "Hovor", "Group all your rooms that aren't part of a space in one place.": "Seskupte všechny místnosti, které nejsou součástí prostoru, na jednom místě.", "Group all your people in one place.": "Seskupte všechny své kontakty na jednom místě.", "Group all your favourite rooms and people in one place.": "Seskupte všechny své oblíbené místnosti a osoby na jednom místě.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Zadejte znovu e-mailovou adresu", "Wrong email address?": "Špatná e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skrýt tečku oznámení (zobrazit pouze odznaky čítačů)", - "Apply": "Použít", "Search users in this room…": "Hledání uživatelů v této místnosti…", "Give one or multiple users in this room more privileges": "Přidělit jednomu nebo více uživatelům v této místnosti více oprávnění", "Add privileged users": "Přidat oprávněné uživatele", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.", "Poll history": "Historie hlasování", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Uživatel (%(user)s) nebyl pozván do %(roomId)s, ale nástroj pro pozvání nezaznamenal žádnou chybu", - "Reload": "Znovu načíst", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "To může být způsobeno otevřením aplikace na více kartách nebo vymazáním dat prohlížeče.", "Database unexpectedly closed": "Databáze byla neočekávaně uzavřena", "Mute room": "Ztlumit místnost", @@ -3981,5 +3957,29 @@ "a11y": { "user_menu": "Uživatelská nabídka" }, - "Home": "Domov" + "Home": "Domov", + "action.reject": "Odmítnout", + "action.confirm": "Potvrdit", + "action.dismiss": "Zavřít", + "action.trust": "Důvěra", + "action.reload": "Znovu načíst", + "action.cancel": "Storno", + "action.stop": "Zastavit", + "action.join": "Vstoupit", + "action.close": "Zavřít", + "action.accept": "Přijmout", + "action.upgrade": "Aktualizovat", + "action.verify": "Ověřit", + "action.update": "Aktualizovat", + "action.call": "Hovor", + "action.delete": "Smazat", + "action.upload": "Nahrát", + "action.collapse": "Sbalit", + "action.apply": "Použít", + "action.reset": "Resetovat", + "action.share": "Sdílet", + "action.skip": "Přeskočit", + "action.logout": "Odhlásit se", + "action.view": "Zobrazit", + "action.expand": "Rozbalit" } diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index 33be38e7845..c18965262fd 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -6,7 +6,7 @@ "Add Phone Number": "Ychwanegu Rhif Ffôn", "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", - "Dismiss": "Wfftio", "Explore rooms": "Archwilio Ystafelloedd", - "Identity server": "Gweinydd Adnabod" + "Identity server": "Gweinydd Adnabod", + "action.dismiss": "Wfftio" } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index 4d94fc739b3..9f46016e0cd 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -32,10 +32,7 @@ "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", "Search": "Søg", - "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", - "Close": "Luk", - "Cancel": "Afbryd", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", "Unnamed room": "Unavngivet rum", @@ -107,7 +104,6 @@ "Notification targets": "Meddelelsesmål", "Today": "I dag", "Friday": "Fredag", - "Update": "Opdater", "What's New": "Hvad er nyt", "On": "Tændt", "Changelog": "Ændringslog", @@ -128,7 +124,6 @@ "Tuesday": "Tirsdag", "Event sent!": "Begivenhed sendt!", "Saturday": "Lørdag", - "Reject": "Afvis", "Monday": "Mandag", "Toolbox": "Værktøjer", "Collecting logs": "Indsamler logfiler", @@ -291,7 +286,6 @@ "Single Sign On": "Engangs login", "Confirm adding email": "Bekræft tilføjelse af email", "Click the button below to confirm adding this email address.": "Klik på knappen herunder for at bekræfte tilføjelsen af denne email adresse.", - "Confirm": "Bekræft", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Bekræft tilføjelsen af dette telefonnummer ved at bruge Single Sign On til at bevise din identitet.", "Confirm adding phone number": "Bekræft tilføjelse af telefonnummer", "Click the button below to confirm adding this phone number.": "Klik på knappen herunder for at bekræfte tilføjelsen af dette telefonnummer.", @@ -303,7 +297,6 @@ "Identity server has no terms of service": "Identity serveren har ingen terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handling kræver adgang til default identitets serveren for at validere en email adresse eller et telefonnummer, men serveren har ingen terms of service.", "Only continue if you trust the owner of the server.": "Fortsæt kun hvis du stoler på ejeren af denne server.", - "Trust": "Tillid", "%(name)s is requesting verification": "%(name)s beder om verifikation", "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", @@ -360,7 +353,6 @@ "Show less": "Vis mindre", "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", - "Reset": "Nulstil", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -373,7 +365,6 @@ "%(senderName)s started a call": "%(senderName)s startede et opkald", "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", - "Accept": "Accepter", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -721,5 +712,14 @@ "reply": "Besvar", "save": "Gem", "view_source": "Se Kilde" - } + }, + "action.reject": "Afvis", + "action.confirm": "Bekræft", + "action.dismiss": "Afvis", + "action.trust": "Tillid", + "action.cancel": "Afbryd", + "action.close": "Luk", + "action.accept": "Accepter", + "action.update": "Opdater", + "action.reset": "Nulstil" } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index c082e3ec268..402c3573793 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -35,7 +35,6 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", - "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", "": "", @@ -152,7 +151,6 @@ "You seem to be in a call, are you sure you want to quit?": "Du scheinst in einem Gespräch zu sein, bist du sicher, dass du aufhören willst?", "You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.", - "Cancel": "Abbrechen", "Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen", "%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s", @@ -184,7 +182,6 @@ "Unknown error": "Unbekannter Fehler", "Incorrect password": "Ungültiges Passwort", "Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen", - "Dismiss": "Ausblenden", "Token incorrect": "Token fehlerhaft", "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "Betrieben mit Matrix", @@ -235,10 +232,8 @@ "Create new room": "Neuer Raum", "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", - "Accept": "Annehmen", "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", "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.", @@ -254,7 +249,6 @@ "Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?", "Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?", "This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.", - "Skip": "Überspringen", "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", @@ -421,7 +415,6 @@ "Notification targets": "Benachrichtigungsziele", "Today": "Heute", "Friday": "Freitag", - "Update": "Aktualisieren", "What's New": "Was ist neu", "On": "An", "Changelog": "Änderungsprotokoll", @@ -442,7 +435,6 @@ "Developer Tools": "Entwicklungswerkzeuge", "Preparing to send logs": "Senden von Protokolldateien wird vorbereitet", "Saturday": "Samstag", - "Reject": "Ablehnen", "Monday": "Montag", "Toolbox": "Werkzeugkasten", "Collecting logs": "Protokolle werden abgerufen", @@ -737,7 +729,6 @@ "Room avatar": "Raumbild", "Room Name": "Raumname", "Room Topic": "Raumthema", - "Join": "Betreten", "Incoming Verification Request": "Eingehende Verifikationsanfrage", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bist du sicher? Du wirst alle deine verschlüsselten Nachrichten verlieren, wenn deine Schlüssel nicht gut gesichert sind.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.", @@ -759,7 +750,6 @@ "Change": "Ändern", "Email (optional)": "E-Mail-Adresse (optional)", "Phone (optional)": "Telefon (optional)", - "Confirm": "Bestätigen", "Other": "Sonstiges", "Couldn't load page": "Konnte Seite nicht laden", "Guest": "Gast", @@ -823,7 +813,6 @@ "Unexpected error resolving homeserver configuration": "Ein unerwarteter Fehler ist beim Laden der Heim-Server-Konfiguration aufgetreten", "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", - "Reset": "Zurücksetzen", "Sign Up": "Registrieren", "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", @@ -835,7 +824,6 @@ "GitHub issue": "\"Issue\" auf Github", "Upload files": "Dateien hochladen", "Upload all": "Alle hochladen", - "Upload": "Hochladen", "Cancel All": "Alle abbrechen", "Upload Error": "Fehler beim Hochladen", "Enter password": "Passwort eingeben", @@ -870,10 +858,8 @@ "Changes the avatar of the current room": "Ändert das Icon vom Raum", "Deactivate account": "Benutzerkonto deaktivieren", "Show previews/thumbnails for images": "Vorschauen für Bilder", - "View": "Öffnen", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Diese Handlung erfordert es, auf den Standard-Identitäts-Server zuzugreifen, um eine E-Mail-Adresse oder Telefonnummer zu validieren, aber der Server hat keine Nutzungsbedingungen.", "Only continue if you trust the owner of the server.": "Fahre nur fort, wenn du den Server-Betreibenden vertraust.", - "Trust": "Vertrauen", "Custom (%(level)s)": "Benutzerdefiniert (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sendet eine Nachricht als Klartext, ohne sie als Markdown darzustellen", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einladen zu können. Lege einen in den Einstellungen fest.", @@ -911,7 +897,6 @@ "Lock": "Schloss", "Later": "Später", "Review": "Überprüfen", - "Verify": "Verifizieren", "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.", @@ -1173,7 +1158,6 @@ "Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.", "You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:", "Other users may not trust it": "Andere Benutzer vertrauen ihr vielleicht nicht", - "Upgrade": "Aktualisieren", "Your homeserver does not support cross-signing.": "Dein Heim-Server unterstützt keine Quersignierung.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Dein Konto hat eine Quersignaturidentität im sicheren Speicher, der von dieser Sitzung jedoch noch nicht vertraut wird.", "unexpected type": "unbekannter Typ", @@ -1204,7 +1188,6 @@ "Verify the link in your inbox": "Verifiziere den Link in deinem Posteingang", "Complete": "Abschließen", "Revoke": "Widerrufen", - "Share": "Teilen", "You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.", "Everyone in this room is verified": "Alle in diesem Raum sind verifiziert", "Mod": "Moderator", @@ -2156,7 +2139,6 @@ "Invite only, best for yourself or teams": "Nur für Eingeladene – optimal für dich selbst oder Teams", "Open space for anyone, best for communities": "Öffne den Space für alle - am besten für Communities", "Create a space": "Neuen Space erstellen", - "Delete": "Löschen", "This homeserver has been blocked by its administrator.": "Dieser Heim-Server wurde von seiner Administration geblockt.", "You're already in a call with this person.": "Du bist schon in einem Anruf mit dieser Person.", "Already in call": "Schon im Anruf", @@ -2361,8 +2343,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.", "This space has no local addresses": "Dieser Space hat keine lokale Adresse", "Space information": "Information über den Space", - "Collapse": "Verbergen", - "Expand": "Ausklappen", "Recommended for public spaces.": "Empfohlen für öffentliche Spaces.", "Allow people to preview your space before they join.": "Personen können den Space vor dem Betreten erkunden.", "Preview Space": "Space-Vorschau erlauben", @@ -2588,7 +2568,6 @@ "Format": "Format", "Export Chat": "Unterhaltung exportieren", "Exporting your data": "Deine Daten werden exportiert", - "Stop": "Beenden", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Willst du das Exportieren deiner Daten wirklich abbrechen? Falls ja, musst du komplett von neu beginnen.", "Your export was successful. Find it in your Downloads folder.": "Export erfolgreich. Du kannst ihn in deinem Download-Verzeichnis finden.", "The export was cancelled successfully": "Exportieren abgebrochen", @@ -2930,7 +2909,6 @@ "Group all your favourite rooms and people in one place.": "Gruppiere all deine favorisierten Unterhaltungen an einem Ort.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Mit Spaces kannst du deine Unterhaltungen organisieren. Neben Spaces, in denen du dich befindest, kannst du dir auch dynamische anzeigen lassen.", "IRC (Experimental)": "IRC (Experimentell)", - "Call": "Anruf", "Redo edit": "Änderung wiederherstellen", "Undo edit": "Änderung revidieren", "Jump to last message": "Zur letzten Nachricht springen", @@ -3569,7 +3547,6 @@ "Wrong email address?": "Falsche E-Mail-Adresse?", "Hide notification dot (only display counters badges)": "Benachrichtigungspunkt ausblenden (nur Zähler zeigen)", "Add privileged users": "Berechtigten Benutzer hinzufügen", - "Apply": "Anwenden", "Search users in this room…": "Benutzer im Raum suchen …", "Give one or multiple users in this room more privileges": "Einem oder mehreren Benutzern im Raum mehr Berechtigungen geben", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Aus Sicherheits- und Datenschutzgründen, wird die Nutzung von verschlüsselungsfähigen Matrix-Anwendungen empfohlen.", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.", "Poll history": "Umfrageverlauf", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Der Benutzer (%(user)s) wurde nicht in %(roomId)s eingeladen, aber das Einladungsprogramm meldete keinen Fehler", - "Reload": "Neu laden", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Dies wurde eventuell durch das Öffnen der App in mehreren Tabs oder das Löschen der Browser-Daten verursacht.", "Database unexpectedly closed": "Datenbank unerwartet geschlossen", "Mute room": "Raum stumm stellen", @@ -3981,5 +3957,29 @@ "a11y": { "user_menu": "Benutzermenü" }, - "Home": "Startseite" + "Home": "Startseite", + "action.reject": "Ablehnen", + "action.confirm": "Bestätigen", + "action.dismiss": "Ausblenden", + "action.trust": "Vertrauen", + "action.reload": "Neu laden", + "action.cancel": "Abbrechen", + "action.stop": "Beenden", + "action.join": "Betreten", + "action.close": "Schließen", + "action.accept": "Annehmen", + "action.upgrade": "Aktualisieren", + "action.verify": "Verifizieren", + "action.update": "Aktualisieren", + "action.call": "Anruf", + "action.delete": "Löschen", + "action.upload": "Hochladen", + "action.collapse": "Verbergen", + "action.apply": "Anwenden", + "action.reset": "Zurücksetzen", + "action.share": "Teilen", + "action.skip": "Überspringen", + "action.logout": "Abmelden", + "action.view": "Öffnen", + "action.expand": "Ausklappen" } diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 2d48041aa38..06c581b0b59 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -65,7 +65,6 @@ "Invited": "Προσκλήθηκε", "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", - "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", "Commands": "Εντολές", @@ -90,11 +89,7 @@ "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", - "Cancel": "Ακύρωση", - "Dismiss": "Απόρριψη", - "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", - "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", @@ -253,14 +248,12 @@ "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. Θα θέλατε να συνεχίσετε;", "Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;", "This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.", - "Skip": "Παράβλεψη", "Check for update": "Έλεγχος για ενημέρωση", "Sunday": "Κυριακή", "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", "Today": "Σήμερα", "Friday": "Παρασκευή", - "Update": "Ενημέρωση", "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", @@ -278,7 +271,6 @@ "Tuesday": "Τρίτη", "Unnamed room": "Ανώνυμο δωμάτιο", "Saturday": "Σάββατο", - "Reject": "Απόρριψη", "Monday": "Δευτέρα", "Collecting logs": "Συγκέντρωση πληροφοριών", "All Rooms": "Όλα τα δωμάτια", @@ -339,7 +331,6 @@ "Identity server has no terms of service": "Ο διακομιστής ταυτοποίησης δεν έχει όρους χρήσης", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Αυτή η δράση απαιτεί την πρόσβαση στο προκαθορισμένο διακομιστή ταυτοποίησης για να επιβεβαιώσει μια διεύθυνση ηλ. ταχυδρομείου ή αριθμό τηλεφώνου, αλλά ο διακομιστής δεν έχει όρους χρήσης.", "Only continue if you trust the owner of the server.": "Συνεχίστε μόνο εάν εμπιστεύεστε τον ιδιοκτήτη του διακομιστή.", - "Trust": "Εμπιστοσύνη", "Unable to load! Check your network connectivity and try again.": "Αδυναμία φόρτωσης! Ελέγξτε την σύνδεση του δικτύου και προσπαθήστε ξανά.", "Missing roomId.": "Λείπει η ταυτότητα δωματίου.", "Messages": "Μηνύματα", @@ -358,7 +349,6 @@ "Your %(brand)s is misconfigured": "Οι παράμετροι του %(brand)s σας είναι λανθασμένα ρυθμισμένοι", "Explore rooms": "Εξερευνήστε δωμάτια", "Click the button below to confirm adding this phone number.": "Πιέστε το κουμπί από κάτω για να επιβεβαίωσετε την προσθήκη του τηλεφωνικού αριθμού.", - "Confirm": "Επιβεβαίωση", "Use custom size": "Χρησιμοποιήστε προσαρμοσμένο μέγεθος", "Font size": "Μέγεθος γραμματοσειράς", "Render LaTeX maths in messages": "Εμφανίστε μαθηματικά LaTeX σε μηνύματα", @@ -855,7 +845,6 @@ "You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.", "This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.", "Phone Number": "Αριθμός Τηλεφώνου", - "Share": "Διαμοιρασμός", "Revoke": "Ανάκληση", "Complete": "Ολοκληρώθηκε", "Verify the link in your inbox": "Επαληθεύστε τον σύνδεσμο στα εισερχόμενα σας", @@ -897,7 +886,6 @@ "Upgrading room": "Αναβάθμιση δωματίου", "Space members": "Μέλη χώρου", "not found": "δε βρέθηκε", - "Reset": "Επαναφορά", "Passwords don't match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν", "Space options": "Επιλογές χώρου", "Recommended for public spaces.": "Προτείνεται για δημόσιους χώρους.", @@ -923,8 +911,6 @@ "Failed to copy": "Αποτυχία αντιγραφής", "Copied!": "Αντιγράφηκε!", "Click to copy": "Κλικ για αντιγραφή", - "Collapse": "Σύμπτυξη", - "Expand": "Επέκταση", "Show all rooms": "Εμφάνιση όλων των δωματίων", "Developer mode": "Λειτουργία για προγραμματιστές", "Show all rooms in Home": "Εμφάνιση όλων των δωματίων στην Αρχική", @@ -1161,8 +1147,6 @@ "New login. Was this you?": "Νέα σύνδεση. Ήσουν εσύ;", "Other users may not trust it": "Άλλοι χρήστες μπορεί να μην το εμπιστεύονται", "Safeguard against losing access to encrypted messages & data": "Προστατευτείτε από την απώλεια πρόσβασης σε κρυπτογραφημένα μηνύματα και δεδομένα", - "Verify": "Επαλήθευση", - "Upgrade": "Αναβάθμιση", "Verify this session": "Επαληθεύστε αυτήν τη συνεδρία", "Encryption upgrade available": "Διατίθεται αναβάθμιση κρυπτογράφησης", "Set up Secure Backup": "Ρυθμίστε το αντίγραφο ασφαλείας", @@ -1179,7 +1163,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "Είναι εντάξει", "File Attached": "Tο αρχείο επισυνάφθηκε", "Surround selected text when typing special characters": "Περιτριγυριστείτε το επιλεγμένο κείμενο κατά την πληκτρολόγηση ειδικών χαρακτήρων", @@ -1264,7 +1247,6 @@ "You've successfully verified this user.": "Επαληθεύσατε με επιτυχία αυτόν τον χρήστη.", "Verified!": "Επαληθεύτηκε!", "The other party cancelled the verification.": "Το άλλο μέρος ακύρωσε την επαλήθευση.", - "Call": "Κλήση", "%(name)s on hold": "%(name)s σε αναμονή", "Return to call": "Επιστροφή στην κλήση", "More": "Περισσότερα", @@ -1379,8 +1361,6 @@ "e.g. my-space": "π.χ. ο-χώρος-μου", "Please enter a name for the space": "Εισαγάγετε ένα όνομα για το χώρο", "Search %(spaceName)s": "Αναζήτηση %(spaceName)s", - "Upload": "Μεταφόρτωση", - "Delete": "Διαγραφή", "Delete avatar": "Διαγραφή avatar", "Space selection": "Επιλογή χώρου", "More options": "Περισσότερες επιλογές", @@ -1977,7 +1957,6 @@ "one": "1 μη αναγνωσμένη αναφορά.", "other": "%(count)s μη αναγνωσμένα μηνύματα συμπεριλαμβανομένων των αναφορών." }, - "Join": "Συμμετοχή", "Copy room link": "Αντιγραφή συνδέσμου δωματίου", "Forget Room": "Ξεχάστε το δωμάτιο", "Notification options": "Επιλογές ειδοποίησης", @@ -2647,7 +2626,6 @@ "Retry all": "Επανάληψη όλων", "Delete all": "Διαγραφή όλων", "Some of your messages have not been sent": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί", - "View": "Προβολή", "You have no visible notifications.": "Δεν έχετε ορατές ειδοποιήσεις.", "Verification requested": "Ζητήθηκε επαλήθευση", "Search spaces": "Αναζήτηση χώρων", @@ -3292,5 +3270,27 @@ "a11y": { "user_menu": "Μενού χρήστη" }, - "Home": "Αρχική" + "Home": "Αρχική", + "action.reject": "Απόρριψη", + "action.confirm": "Επιβεβαίωση", + "action.dismiss": "Απόρριψη", + "action.trust": "Εμπιστοσύνη", + "action.cancel": "Ακύρωση", + "action.stop": "Παύση", + "action.join": "Συμμετοχή", + "action.close": "Κλείσιμο", + "action.accept": "Αποδοχή", + "action.upgrade": "Αναβάθμιση", + "action.verify": "Επαλήθευση", + "action.update": "Ενημέρωση", + "action.call": "Κλήση", + "action.delete": "Διαγραφή", + "action.upload": "Μεταφόρτωση", + "action.collapse": "Σύμπτυξη", + "action.reset": "Επαναφορά", + "action.share": "Διαμοιρασμός", + "action.skip": "Παράβλεψη", + "action.logout": "Αποσύνδεση", + "action.view": "Προβολή", + "action.expand": "Επέκταση" } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 45241002442..45d9565d841 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,7 +8,62 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", - "Confirm": "Confirm", + "action": { + "confirm": "action|confirm", + "dismiss": "action|dismiss", + "trust": "action|trust", + "ok": "OK", + "reload": "action|reload", + "cancel": "action|cancel", + "continue": "Continue", + "leave_room": "Leave room", + "no": "No", + "enable": "Enable", + "stop": "action|stop", + "learn_more": "Learn more", + "yes": "Yes", + "join": "action|join", + "close": "action|close", + "decline": "Decline", + "accept": "action|accept", + "upgrade": "action|upgrade", + "verify": "action|verify", + "update": "action|update", + "call": "action|call", + "delete": "action|delete", + "upload": "action|upload", + "create": "Create", + "expand": "action|expand", + "collapse": "action|collapse", + "apply": "action|apply", + "remove": "Remove", + "reset": "action|reset", + "save": "Save", + "share": "action|share", + "invite": "Invite", + "quote": "Quote", + "start_chat": "Start chat", + "invites_list": "Invites", + "reject": "action|reject", + "leave": "Leave", + "start": "Start", + "view_source": "View Source", + "retry": "Retry", + "react": "React", + "edit": "Edit", + "reply": "Reply", + "copy": "Copy", + "done": "Done", + "skip": "action|skip", + "create_a_room": "Create a room", + "report_content": "Report Content", + "next": "Next", + "view": "action|view", + "forward": "Forward", + "copy_link": "Copy link", + "logout": "action|logout", + "disable": "Disable" + }, "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -67,7 +122,6 @@ "thread": "Thread" }, "Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.", - "Dismiss": "Dismiss", "The file '%(fileName)s' failed to upload.": "The file '%(fileName)s' failed to upload.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "The file '%(fileName)s' exceeds this homeserver's size limit for uploads", "Upload Failed": "Upload Failed", @@ -89,7 +143,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "Call Failed": "Call Failed", "User Busy": "User Busy", "The user you called is busy.": "The user you called is busy.", @@ -100,38 +153,6 @@ "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", - "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", @@ -164,7 +185,6 @@ "User is not logged in": "User is not logged in", "Database unexpectedly closed": "Database unexpectedly closed", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "This may be caused by having the app open in multiple tabs or due to clearing browser data.", - "Reload": "Reload", "Empty room": "Empty room", "%(user1)s and %(user2)s": "%(user1)s and %(user2)s", "%(user)s and %(count)s others": { @@ -218,7 +238,6 @@ "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", "Go Back": "Go Back", - "Cancel": "Cancel", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -661,7 +680,6 @@ "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", "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.", "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", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", @@ -672,17 +690,14 @@ "Don't miss a reply": "Don't miss a reply", "Notifications": "Notifications", "Enable desktop notifications": "Enable desktop notifications", - "Join": "Join", "Unknown room": "Unknown room", "Video call started": "Video call started", - "Close": "Close", "Sound on": "Sound on", "Silence call": "Silence call", "Notifications silenced": "Notifications silenced", "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", - "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.", "Use app": "Use app", @@ -693,15 +708,12 @@ "Set up Secure Backup": "Set up Secure Backup", "Encryption upgrade available": "Encryption upgrade available", "Verify this session": "Verify this session", - "Upgrade": "Upgrade", - "Verify": "Verify", "Safeguard against losing access to encrypted messages & data": "Safeguard against losing access to encrypted messages & data", "Other users may not trust it": "Other users may not trust it", "New login. Was this you?": "New login. Was this you?", "Yes, it was me": "Yes, it was me", "What's new?": "What's new?", "What's New": "What's New", - "Update": "Update", "Update %(brand)s": "Update %(brand)s", "New version of %(brand)s is available": "New version of %(brand)s is available", "Guest": "Guest", @@ -988,7 +1000,6 @@ "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", - "Call": "Call", "The other party cancelled the verification.": "The other party cancelled the verification.", "Verified!": "Verified!", "You've successfully verified this user.": "You've successfully verified this user.", @@ -1036,9 +1047,7 @@ "Match system": "Match system", "Space selection": "Space selection", "Delete avatar": "Delete avatar", - "Delete": "Delete", "Upload avatar": "Upload avatar", - "Upload": "Upload", "Search %(spaceName)s": "Search %(spaceName)s", "Please enter a name for the space": "Please enter a name for the space", "e.g. my-space": "e.g. my-space", @@ -1055,8 +1064,6 @@ "You can change these anytime.": "You can change these anytime.", "Creating…": "Creating…", "Show all rooms": "Show all rooms", - "Expand": "Expand", - "Collapse": "Collapse", "Click to copy": "Click to copy", "Copied!": "Copied!", "Failed to copy": "Failed to copy", @@ -1090,7 +1097,6 @@ "Add privileged users": "Add privileged users", "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", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1110,7 +1116,6 @@ "Cross-signing is ready but keys are not backed up.": "Cross-signing is ready but keys are not backed up.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing is not set up.": "Cross-signing is not set up.", - "Reset": "Reset", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found", @@ -1558,7 +1563,6 @@ "Verify the link in your inbox": "Verify the link in your inbox", "Complete": "Complete", "Revoke": "Revoke", - "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Unable to revoke sharing for phone number": "Unable to revoke sharing for phone number", "Unable to share phone number": "Unable to share phone number", @@ -1884,7 +1888,6 @@ "Start chatting": "Start chatting", "Do you want to join %(roomName)s?": "Do you want to join %(roomName)s?", " invited you": " invited you", - "Reject": "Reject", "Reject & Ignore user": "Reject & Ignore user", "You're previewing %(roomName)s. Want to join it?": "You're previewing %(roomName)s. Want to join it?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s can't be previewed. Do you want to join it?", @@ -2465,8 +2468,6 @@ "other": "%(oneUser)ssent %(count)s hidden messages", "one": "%(oneUser)ssent a hidden message" }, - "collapse": "collapse", - "expand": "expand", "Image view": "Image view", "Rotate Left": "Rotate Left", "Rotate Right": "Rotate Right", @@ -2538,7 +2539,6 @@ "You're in": "You're in", "Who will you chat to the most?": "Who will you chat to the most?", "We'll help you get connected.": "We'll help you get connected.", - "Skip": "Skip", "Friends and family": "Friends and family", "Coworkers and teams": "Coworkers and teams", "Online community members": "Online community members", @@ -2984,7 +2984,6 @@ "Public spaces": "Public spaces", "Use \"%(query)s\" to search": "Use \"%(query)s\" to search", "Search for": "Search for", - "View": "View", "Spaces you're in": "Spaces you're in", "Failed to query public rooms": "Failed to query public rooms", "Failed to query public spaces": "Failed to query public spaces", @@ -3302,7 +3301,6 @@ "Old cryptography data detected": "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.": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.", "Verification requested": "Verification requested", - "Logout": "Logout", "%(creator)s created this DM.": "%(creator)s created this DM.", "%(creator)s created and configured the room.": "%(creator)s created and configured the room.", "You're all caught up": "You're all caught up", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index a291109f43d..26ef60f254b 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -92,7 +92,6 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s made future room history visible to all room members, from the point they are invited.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s made future room history visible to all room members, from the point they joined.", @@ -202,7 +201,6 @@ "This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.", "Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.", - "Cancel": "Cancel", "Start automatically after system login": "Start automatically after system login", "Banned by %(displayName)s": "Banned by %(displayName)s", "Passphrases must match": "Passphrases must match", @@ -223,7 +221,6 @@ "Incorrect password": "Incorrect password", "Unable to restore session": "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.": "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.", - "Dismiss": "Dismiss", "Token incorrect": "Token incorrect", "Please enter the code it contains:": "Please enter the code it contains:", "powered by Matrix": "powered by Matrix", @@ -238,11 +235,9 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", - "Accept": "Accept", "Add": "Add", "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", "Create new room": "Create new room", "No display name": "No display name", "%(roomName)s does not exist.": "%(roomName)s does not exist.", @@ -267,7 +262,6 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Do you want to set an email address?": "Do you want to set an email address?", "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", - "Skip": "Skip", "Check for update": "Check for update", "Define the power level of a user": "Define the power level of a user", "Enable automatic language detection for syntax highlighting": "Enable automatic language detection for syntax highlighting", @@ -284,7 +278,6 @@ "Notification targets": "Notification targets", "Today": "Today", "Friday": "Friday", - "Update": "Update", "What's New": "What's New", "On": "On", "Changelog": "Changelog", @@ -303,7 +296,6 @@ "Search…": "Search…", "Unnamed room": "Unnamed room", "Saturday": "Saturday", - "Reject": "Reject", "Monday": "Monday", "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", @@ -370,7 +362,6 @@ "Messages": "Messages", "Actions": "Actions", "Other": "Other", - "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirm adding this phone number by using Single Sign On to prove your identity.", "Confirm adding phone number": "Confirm adding phone number", @@ -383,7 +374,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "%(name)s is requesting verification": "%(name)s is requesting verification", "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", @@ -456,5 +446,15 @@ "start_chat": "Start chat", "view_source": "View Source" }, - "Home": "Home" + "Home": "Home", + "action.reject": "Reject", + "action.confirm": "Confirm", + "action.dismiss": "Dismiss", + "action.trust": "Trust", + "action.cancel": "Cancel", + "action.close": "Close", + "action.accept": "Accept", + "action.update": "Update", + "action.skip": "Skip", + "action.logout": "Logout" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index c6527ae322f..40421fdefe9 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", - "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Nur ĉambranoj (ekde la aliĝo)", "Permissions": "Permesoj", "Advanced": "Altnivela", - "Cancel": "Nuligi", "Jump to first unread message.": "Salti al unua nelegita mesaĝo.", - "Close": "Fermi", "not specified": "nespecifita", "This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn", "You have enabled URL previews by default.": "Vi ŝaltis implicitajn antaŭrigardojn al retpaĝoj.", @@ -201,7 +198,6 @@ "Copied!": "Kopiita!", "Failed to copy": "Malsukcesis kopii", "Add an Integration": "Aldoni kunigon", - "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", "Register": "Registri", @@ -321,7 +317,6 @@ "Unable to add email address": "Ne povas aldoni retpoŝtadreson", "Unable to verify email address.": "Retpoŝtadreso ne kontroleblas.", "This will allow you to reset your password and receive notifications.": "Tio ĉi permesos al vi restarigi vian pasvorton kaj ricevi sciigojn.", - "Skip": "Preterpasi", "You must register to use this functionality": "Vi devas registriĝî por uzi tiun ĉi funkcion", "You must join the room to see its files": "Vi devas aliĝi al la ĉambro por vidi tie dosierojn", "Reject invitation": "Rifuzi inviton", @@ -331,7 +326,6 @@ "Signed Out": "Adiaŭinta", "Old cryptography data detected": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis", "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.": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.", - "Logout": "Adiaŭi", "Connectivity to the server has been lost.": "Konekto al la servilo perdiĝis.", "Sent messages will be stored until your connection has returned.": "Senditaj mesaĝoj konserviĝos ĝis via konekto refunkcios.", "You seem to be uploading files, are you sure you want to quit?": "Ŝajne vi alŝutas dosierojn nun; ĉu vi tamen volas foriri?", @@ -413,7 +407,6 @@ "Notification targets": "Celoj de sciigoj", "Today": "Hodiaŭ", "Friday": "Vendredo", - "Update": "Ĝisdatigi", "What's New": "Kio novas", "On": "Jes", "Changelog": "Protokolo de ŝanĝoj", @@ -433,7 +426,6 @@ "Search…": "Serĉi…", "Event sent!": "Okazo sendiĝis!", "Saturday": "Sabato", - "Reject": "Rifuzi", "Monday": "Lundo", "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", @@ -617,7 +609,6 @@ "Room avatar": "Profilbildo de ĉambro", "Room Name": "Nomo de ĉambro", "Room Topic": "Temo de ĉambro", - "Join": "Aliĝi", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", "Go back": "Reen iri", @@ -631,7 +622,6 @@ "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", "Phone (optional)": "Telefono (malnepra)", - "Confirm": "Konfirmi", "Other": "Alia", "Couldn't load page": "Ne povis enlegi paĝon", "Guest": "Gasto", @@ -767,7 +757,6 @@ "Upload files (%(current)s of %(total)s)": "Alŝuti dosierojn (%(current)s el %(total)s)", "Upload files": "Alŝuti dosierojn", "Upload all": "Alŝuti ĉiujn", - "Upload": "Alŝuti", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ĉi tiu dosiero tro grandas por alŝuto. La grandolimo estas %(limit)s sed la dosiero grandas %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ĉi tiuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Iuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", @@ -910,7 +899,6 @@ "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 vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj.", "Use a longer keyboard pattern with more turns": "Uzu pli longan tekston kun plia varieco", "Unable to load key backup status": "Ne povas enlegi staton de ŝlosila savkopio", - "Reset": "Restarigi", "Demote yourself?": "Ĉu malrangaltigi vin mem?", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.", "Demote": "Malrangaltigi", @@ -999,12 +987,10 @@ "Italics": "Kursive", "Strikethrough": "Trastrekite", "Code block": "Kodujo", - "View": "Rigardo", "Explore rooms": "Esplori ĉambrojn", "Add Email Address": "Aldoni retpoŝtadreson", "Add Phone Number": "Aldoni telefonnumeron", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ĉi tiu ago bezonas atingi la norman identigan servilon por kontroli retpoŝtadreson aŭ telefonnumeron, sed la servilo ne havas uzokondiĉojn.", - "Trust": "Fido", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Montri antaŭrigardojn/bildetojn por bildoj", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Vi forigu viajn personajn datumojn de identiga servilo antaŭ ol vi malkonektiĝos. Bedaŭrinde, identiga servilo estas nuntempe eksterreta kaj ne eblas ĝin atingi.", @@ -1022,7 +1008,6 @@ "Verify the link in your inbox": "Kontrolu la ligilon en via ricevujo", "Complete": "Fini", "Revoke": "Senvalidigi", - "Share": "Havigi", "Discovery options will appear once you have added an email above.": "Eltrovaj agordoj aperos kiam vi aldonos supre retpoŝtadreson.", "Unable to revoke sharing for phone number": "Ne povas senvalidigi havigadon je telefonnumero", "Unable to share phone number": "Ne povas havigi telefonnumeron", @@ -1142,8 +1127,6 @@ "Lock": "Seruro", "Other users may not trust it": "Aliaj uzantoj eble ne kredas ĝin", "Later": "Pli poste", - "Verify": "Kontroli", - "Upgrade": "Gradaltigi", "Cannot connect to integration manager": "Ne povas konektiĝi al kunigilo", "The integration manager is offline or it cannot reach your homeserver.": "La kunigilo estas eksterreta aŭ ne povas atingi vian hejmservilon.", "This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon", @@ -2133,7 +2116,6 @@ "Use Command + Enter to send a message": "Sendu mesaĝon per komanda klavo + eniga klavo", "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s ŝanĝis la servilblokajn listojn por ĉi tiu ĉambro.", "%(senderDisplayName)s set the server ACLs for this room.": "%(senderDisplayName)s agordis la servilblokajn listojn por ĉi tiu ĉambro.", - "Delete": "Forigi", "Jump to the bottom of the timeline when you send a message": "Salti al subo de historio sendinte mesaĝon", "You're already in a call with this person.": "Vi jam vokas ĉi tiun personon.", "Already in call": "Jam vokanta", @@ -2424,8 +2406,6 @@ "Error saving notification preferences": "Eraris konservado de preferoj pri sciigoj", "Messages containing keywords": "Mesaĝoj enhavantaj ĉefvortojn", "Message bubbles": "Mesaĝaj vezikoj", - "Collapse": "Maletendi", - "Expand": "Etendi", "Recommended for public spaces.": "Rekomendita por publikaj aroj.", "Allow people to preview your space before they join.": "Povigi personojn antaŭrigardi vian aron antaŭ aliĝo.", "To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.", @@ -2830,7 +2810,6 @@ "Send read receipts": "Sendi legitajn kvitanojn", "New group call experience": "La nova grupvoka sperto", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Vi antaŭe konsentis kunhavigi anonimajn uzdatumojn kun ni. Ni ĝisdatigas kiel tio funkcias.", - "Stop": "Fini", "That's fine": "Tio estas bone", "Export successful!": "Eksporto sukcesa!", "Error fetching file": "Eraro alportante dosieron", @@ -2959,5 +2938,26 @@ "a11y": { "user_menu": "Menuo de uzanto" }, - "Home": "Hejmo" + "Home": "Hejmo", + "action.reject": "Rifuzi", + "action.confirm": "Konfirmi", + "action.dismiss": "Rezigni", + "action.trust": "Fido", + "action.cancel": "Nuligi", + "action.stop": "Fini", + "action.join": "Aliĝi", + "action.close": "Fermi", + "action.accept": "Akcepti", + "action.upgrade": "Gradaltigi", + "action.verify": "Kontroli", + "action.update": "Ĝisdatigi", + "action.delete": "Forigi", + "action.upload": "Alŝuti", + "action.collapse": "Maletendi", + "action.reset": "Restarigi", + "action.share": "Havigi", + "action.skip": "Preterpasi", + "action.logout": "Adiaŭi", + "action.view": "Rigardo", + "action.expand": "Etendi" } diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 8d0cae79b41..26240118884 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -64,9 +64,7 @@ "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", - "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", - "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", @@ -75,7 +73,6 @@ "Microphone": "Micrófono", "Camera": "Cámara", "Anyone": "Todos", - "Close": "Cerrar", "Custom level": "Nivel personalizado", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", @@ -162,11 +159,8 @@ "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", "This phone number is already in use": "Este número de teléfono ya está en uso", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible desde otros servidores de Matrix", - "Cancel": "Cancelar", - "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", "unknown error code": "Código de error desconocido", - "Skip": "Omitir", "Do you want to set an email address?": "¿Quieres poner una dirección de correo electrónico?", "This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.", "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", @@ -240,7 +234,6 @@ "Notification targets": "Destinos de notificaciones", "Today": "Hoy", "Friday": "Viernes", - "Update": "Actualizar", "What's New": "Novedades", "On": "Encendido", "Changelog": "Registro de cambios", @@ -263,7 +256,6 @@ "Preparing to send logs": "Preparando para enviar registros", "Unnamed room": "Sala sin nombre", "Saturday": "Sábado", - "Reject": "Rechazar", "Monday": "Lunes", "Toolbox": "Caja de herramientas", "Collecting logs": "Recolectando registros", @@ -705,7 +697,6 @@ "Main address": "Dirección principal", "Room avatar": "Avatar de la sala", "Room Name": "Nombre de sala", - "Join": "Unirse", "The following users may not exist": "Puede que estos usuarios no existan", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?", "Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro", @@ -766,7 +757,6 @@ "Identity server has no terms of service": "El servidor de identidad no tiene términos de servicio", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción necesita acceder al servidor de identidad por defecto para validar un correo o un teléfono, pero el servidor no tiene términos de servicio.", "Only continue if you trust the owner of the server.": "Continúa solamente si confías en el propietario del servidor.", - "Trust": "Confiar", "Custom (%(level)s)": "Personalizado (%(level)s)", "Error upgrading room": "Fallo al mejorar la sala", "Double check that your server supports the room version chosen and try again.": "Asegúrate de que tu servidor es compatible con la versión de sala elegida y prueba de nuevo.", @@ -815,10 +805,7 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para mayor seguridad, haz esto en persona o usando una forma de comunicación de confianza.", "Lock": "Bloquear", "Other users may not trust it": "Puede que otros usuarios no confíen en ella", - "Upgrade": "Actualizar", - "Verify": "Verificar", "Later": "Más tarde", - "Upload": "Enviar", "Show less": "Ver menos", "Show more": "Ver más", "in memory": "en memoria", @@ -979,7 +966,6 @@ "Your email address hasn't been verified yet": "Tu dirección de email no ha sido verificada", "Verify the link in your inbox": "Verifica el enlace en tu bandeja de entrada", "Complete": "Completar", - "Share": "Compartir", "Remove %(email)s?": "¿Eliminar %(email)s?", "This backup is trusted because it has been restored on this session": "Esta copia de seguridad es de confianza porque ha sido restaurada en esta sesión", "Your keys are not being backed up from this session.": "No se está haciendo una copia de seguridad de tus claves en esta sesión.", @@ -999,7 +985,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirmar un nuevo correo electrónico", "Click the button below to confirm adding this email address.": "Haz clic en el botón de abajo para confirmar esta nueva dirección de correo electrónico.", - "Confirm": "Confirmar", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma el nuevo número de teléfono usando SSO para probar tu identidad.", "Confirm adding phone number": "Confirmar nuevo número de teléfono", "Click the button below to confirm adding this phone number.": "Haz clic en el botón de abajo para confirmar este nuevo número de teléfono.", @@ -1092,7 +1077,6 @@ "This room is bridging messages to the following platforms. Learn more.": "Esta sala está haciendo puente con las siguientes plataformas. Aprende más.", "Bridges": "Puentes", "Uploaded sound": "Sonido subido", - "Reset": "Restablecer", "Unable to revoke sharing for email address": "No se logró revocar el compartir para la dirección de correo electrónico", "Unable to share email address": "No se logró compartir la dirección de correo electrónico", "Click the link in the email you received to verify and then click continue again.": "Haz clic en el enlace del correo electrónico para verificar, y luego nuevamente haz clic en continuar.", @@ -1390,7 +1374,6 @@ "Explore Public Rooms": "Explora las salas públicas", "Create a Group Chat": "Crea un grupo", "%(creator)s created and configured the room.": "Sala creada y configurada por %(creator)s.", - "View": "Ver", "Explore rooms": "Explorar salas", "Jump to first invite.": "Salte a la primera invitación.", "Add room": "Añadir una sala", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Acceso por invitación, mejor para equipos o si vas a estar solo tú", "Open space for anyone, best for communities": "Abierto para todo el mundo, la mejor opción para comunidades", "Create a space": "Crear un espacio", - "Delete": "Borrar", "This homeserver has been blocked by its administrator.": "Este servidor base ha sido bloqueado por su administración.", "You're already in a call with this person.": "Ya estás en una llamada con esta persona.", "This room is suggested as a good one to join": "Unirse a esta sala está sugerido", @@ -2366,8 +2348,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.", "This space has no local addresses": "Este espacio no tiene direcciones locales", "Space information": "Información del espacio", - "Collapse": "Encoger", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espacios públicos.", "Allow people to preview your space before they join.": "Permitir que se pueda ver una vista previa del espacio antes de unirse a él.", "Preview Space": "Previsualizar espacio", @@ -2581,7 +2561,6 @@ "Include Attachments": "Incluir archivos adjuntos", "Size Limit": "Límite de tamaño", "Format": "Formato", - "Stop": "Parar", "MB": "MB", "In reply to this message": "En respuesta a este mensaje", "Export chat": "Exportar conversación", @@ -2921,7 +2900,6 @@ "Last week": "Última semana", "Internal room ID": "ID interna de la sala", "IRC (Experimental)": "IRC (en pruebas)", - "Call": "Llamar", "This is a beta feature": "Esta funcionalidad está en beta", "Feedback sent! Thanks, we appreciate it!": "¡Opinión enviada! Gracias, te lo agradecemos.", "%(oneUser)ssent %(count)s hidden messages": { @@ -3548,7 +3526,6 @@ "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. Learn more.": "¿Te apetece probar cosas experimentales? Aquí encontrarás nuestras ideas en desarrollo. No están terminadas, pueden ser inestables, cambiar o dejar de estar disponibles. Más información.", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "¿Qué novedades se esperan en %(brand)s? La sección de experimentos es la mejor manera de ver las cosas antes de que se publiquen, probar nuevas funcionalidades y ayudar a mejorarlas antes de su lanzamiento.", "Upcoming features": "Funcionalidades futuras", - "Apply": "Aplicar", "Search users in this room…": "Buscar usuarios en esta sala…", "Give one or multiple users in this room more privileges": "Otorga a uno o más usuarios privilegios especiales en esta sala", "Add privileged users": "Añadir usuarios privilegiados", @@ -3648,7 +3625,6 @@ "WARNING: session already verified, but keys do NOT MATCH!": "ADVERTENCIA: la sesión ya está verificada, pero las claves NO COINCIDEN", "iframe has no src attribute": "el iframe no tiene atributo src", "Use your account to continue.": "Usa tu cuenta para configurar.", - "Reload": "Recargar", "Database unexpectedly closed": "La base de datos se ha cerrado de forma inesperada", "Identity server not set": "Servidor de identidad no configurado", "Homeserver is %(homeserverUrl)s": "El servidor base es %(homeserverUrl)s", @@ -3782,5 +3758,29 @@ "a11y": { "user_menu": "Menú del Usuario" }, - "Home": "Inicio" + "Home": "Inicio", + "action.reject": "Rechazar", + "action.confirm": "Confirmar", + "action.dismiss": "Omitir", + "action.trust": "Confiar", + "action.reload": "Recargar", + "action.cancel": "Cancelar", + "action.stop": "Parar", + "action.join": "Unirse", + "action.close": "Cerrar", + "action.accept": "Aceptar", + "action.upgrade": "Actualizar", + "action.verify": "Verificar", + "action.update": "Actualizar", + "action.call": "Llamar", + "action.delete": "Borrar", + "action.upload": "Enviar", + "action.collapse": "Encoger", + "action.apply": "Aplicar", + "action.reset": "Restablecer", + "action.share": "Compartir", + "action.skip": "Omitir", + "action.logout": "Cerrar sesión", + "action.view": "Ver", + "action.expand": "Expandir" } diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index af3d1d2ef91..a47e1fa448d 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -1,14 +1,11 @@ { "This email address is already in use": "See e-posti aadress on juba kasutusel", "This phone number is already in use": "See telefoninumber on juba kasutusel", - "Confirm": "Kinnita", "Add Email Address": "Lisa e-posti aadress", "Failed to verify email address: make sure you clicked the link in the email": "E-posti aadressi kontrollimine ei õnnestunud: palun vaata, et sa kindlasti klõpsisid saabunud kirjas olnud viidet", "Unable to load! Check your network connectivity and try again.": "Laadimine ei õnnestunud! Kontrolli oma võrguühendust ja proovi uuesti.", - "Dismiss": "Loobu", "Call Failed": "Kõne ebaõnnestus", "Call failed due to misconfigured server": "Kõne ebaõnnestus valesti seadistatud serveri tõttu", - "Cancel": "Loobu", "Send": "Saada", "Jan": "jaan", "Feb": "veeb", @@ -63,7 +60,6 @@ "Today": "Täna", "Yesterday": "Eile", "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.", "collapse": "ahenda", "expand": "laienda", @@ -213,7 +209,6 @@ "Submit logs": "Saada rakenduse logid", "Something went wrong!": "Midagi läks nüüd valesti!", "What's New": "Meie uudised", - "Update": "Uuenda", "What's new?": "Mida on meil uut?", "Your server": "Sinu server", "Matrix": "Matrix", @@ -269,7 +264,6 @@ "Identity server has no terms of service": "Isikutuvastusserveril puuduvad kasutustingimused", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "E-posti aadressi või telefoninumbri kontrolliks see tegevus eeldab päringut vaikimisi isikutuvastusserverisse , aga sellel serveril puuduvad kasutustingimused.", "Only continue if you trust the owner of the server.": "Jätka vaid siis, kui sa usaldad serveri omanikku.", - "Trust": "Usalda", "%(name)s is requesting verification": "%(name)s soovib verifitseerimist", "Securely cache encrypted messages locally for them to appear in search results.": "Turvaliselt puhverda krüptitud sõnumid kohalikku arvutisse ja võimalda kasutada neid otsingus.", "%(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'is on puudu need komponendid, mis võimaldavad otsida kohalikest turvaliselt puhverdatud krüptitud sõnumitest. Kui sa tahaksid sellist funktsionaalsust katsetada, siis pead kompileerima %(brand)s'i variandi, kus need komponendid on lisatud.", @@ -356,7 +350,6 @@ "%(creator)s created and configured the room.": "%(creator)s lõi ja seadistas jututoa.", "How fast should messages be downloaded.": "Kui kiiresti peaksime sõnumeid alla laadima.", "Error downloading theme information.": "Viga teema teabefaili allalaadimisel.", - "Close": "Sulge", "Drop file here to upload": "Faili üleslaadimiseks lohista ta siia", "This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.", "You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.", @@ -389,7 +382,6 @@ "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s muutis jututoa vana nime %(oldRoomName)s uueks nimeks %(newRoomName)s.", "%(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", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -508,7 +500,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", - "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", "You've successfully verified this user.": "Sa oled edukalt verifitseerinud selle kasutaja.", @@ -592,8 +583,6 @@ "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", "Set up": "Võta kasutusele", - "Upgrade": "Uuenda", - "Verify": "Verifitseeri", "Accept to continue:": "Jätkamiseks nõustu 'ga:", "Show less": "Näita vähem", "Show more": "Näita rohkem", @@ -649,8 +638,6 @@ "Notify the whole room": "Teavita kogu jututuba", "Users": "Kasutajad", "Terms and Conditions": "Kasutustingimused", - "Logout": "Logi välja", - "View": "Näita", "You can't send any messages until you review and agree to our terms and conditions.": "Sa ei saa saata ühtego sõnumit enne, kui oled läbi lugenud ja nõustunud meie kasutustingimustega.", "Couldn't load page": "Lehe laadimine ei õnnestunud", "You must register to use this functionality": "Selle funktsionaalsuse kasutamiseks pead sa registreeruma", @@ -704,7 +691,6 @@ "Start chatting": "Alusta vestlust", "Do you want to join %(roomName)s?": "Kas sa soovid liitud jututoaga %(roomName)s?", " invited you": " kutsus sind", - "Reject": "Hülga", "You're previewing %(roomName)s. Want to join it?": "Sa vaatad jututoa %(roomName)s eelvaadet. Kas soovid sellega liituda?", "%(roomName)s can't be previewed. Do you want to join it?": "Jututoal %(roomName)s puudub eelvaate võimalus. Kas sa soovid sellega liituda?", "%(roomName)s does not exist.": "Jututuba %(roomName)s ei ole olemas.", @@ -729,7 +715,6 @@ "Verify the link in your inbox": "Verifitseeri klõpsides viidet saabunud e-kirjas", "Complete": "Valmis", "Revoke": "Tühista", - "Share": "Jaga", "Session already verified!": "Sessioon on juba verifitseeritud!", "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!": "HOIATUS: VÕTMETE VERIFITSEERIMINE EI ÕNNESTUNUD! Kasutaja %(userId)s ja sessiooni %(deviceId)s allkirjastamise võti on „%(fprint)s“, aga see ei vasta antud sõrmejäljele „%(fingerprint)s“. See võib tähendada, et sinu kasutatavad ühendused võivad olla kolmanda osapoole poolt vahelt lõigatud!", "Verified key": "Verifitseeritud võti", @@ -775,7 +760,6 @@ "Preparing to send logs": "Valmistun logikirjete saatmiseks", "Failed to send logs: ": "Logikirjete saatmine ei õnnestunud: ", "Verify session": "Verifitseeri sessioon", - "Skip": "Jäta vahele", "Token incorrect": "Vigane tunnusluba", "%(oneUser)schanged their name %(count)s times": { "one": "Kasutaja %(oneUser)s muutis oma nime", @@ -859,7 +843,6 @@ "Uploaded sound": "Üleslaaditud heli", "Sounds": "Helid", "Notification sound": "Teavitusheli", - "Reset": "Taasta algolek", "Set a new custom sound": "Seadista uus kohandatud heli", "were invited %(count)s times": { "other": "said kutse %(count)s korda", @@ -2182,7 +2165,6 @@ "Invite only, best for yourself or teams": "Liitumine vaid kutse alusel, sobib sulle ja sinu lähematele kaaslastele", "Open space for anyone, best for communities": "Avaliku ligipääsuga kogukonnakeskus", "Create a space": "Loo kogukonnakeskus", - "Delete": "Kustuta", "Jump to the bottom of the timeline when you send a message": "Sõnumi saatmiseks hüppa ajajoone lõppu", "%(count)s members": { "other": "%(count)s liiget", @@ -2364,8 +2346,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.", "This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid", "Space information": "Kogukonnakeskuse teave", - "Collapse": "ahenda", - "Expand": "laienda", "Recommended for public spaces.": "Soovitame avalike kogukonnakeskuste puhul.", "Allow people to preview your space before they join.": "Luba huvilistel enne liitumist näha kogukonnakeskuse eelvaadet.", "Preview Space": "Kogukonnakeskuse eelvaade", @@ -2580,7 +2560,6 @@ "Select from the options below to export chats from your timeline": "Kui soovid oma ajajoonelt mõnda vestlust eksportida, siis vali tingimused alljärgnevalt", "Export Chat": "Ekspordi vestlus", "Exporting your data": "Ekspordin sinu andmeid", - "Stop": "Peata", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Kas sa oled kindel, et soovid oma andmete eksporti katkestada? Kui nii toimid, siis pead hiljem uuesti alustama.", "Your export was successful. Find it in your Downloads folder.": "Sinu andmete eksport õnnestus. Faili leiad tavapärasest allalaadimiste kaustast.", "The export was cancelled successfully": "Ekspordi tühistamine õnnestus", @@ -3097,7 +3076,6 @@ "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s toimib nutiseadme veebibrauseris kastseliselt. Parima kasutajakogemuse ja uusima funktsionaalsuse jaoks kasuta meie rakendust.", "Force complete": "Sunni lõpetama", "": "", - "Call": "Helista", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "Astumisel jututuppa või liitumisel kogukonnaga tekkis viga %(errcode)s. Kui sa arvad, et sellise põhjusega viga ei tohiks tekkida, siis palun koosta veateade.", "Try again later, or ask a room or space admin to check if you have access.": "Proovi hiljem uuesti või küsi jututoa või kogukonna haldurilt, kas sul on ligipääs olemas.", "This room or space is not accessible at this time.": "See jututuba või kogukond pole hetkel ligipääsetav.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Sisesta e-posti aadress uuesti", "Wrong email address?": "Kas e-posti aadress pole õige?", "Hide notification dot (only display counters badges)": "Peida teavituse täpp (ja näita loendure)", - "Apply": "Rakenda", "Search users in this room…": "Vali kasutajad sellest jututoast…", "Give one or multiple users in this room more privileges": "Lisa selles jututoas ühele või mitmele kasutajale täiendavaid õigusi", "Add privileged users": "Lisa kasutajatele täiendavaid õigusi", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.", "Poll history": "Küsitluste ajalugu", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Kasutaja %(user)s siiski ei saanud kutset %(roomId)s jututuppa, kuid kutse saatja liides ei kuvanud ka viga", - "Reload": "Laadi uuesti", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "See võib olla seotud asjaoluga, et rakendus on avatud mitmes brauseriaknas korraga või brauseri andmete kustutamise tõttu.", "Database unexpectedly closed": "Andmebaasiühendus sulgus ootamatult", "Match default setting": "Sobita vaikimisi seadistusega", @@ -3976,5 +3952,29 @@ "a11y": { "user_menu": "Kasutajamenüü" }, - "Home": "Avaleht" + "Home": "Avaleht", + "action.reject": "Hülga", + "action.confirm": "Kinnita", + "action.dismiss": "Loobu", + "action.trust": "Usalda", + "action.reload": "Laadi uuesti", + "action.cancel": "Loobu", + "action.stop": "Peata", + "action.join": "Liitu", + "action.close": "Sulge", + "action.accept": "Võta vastu", + "action.upgrade": "Uuenda", + "action.verify": "Verifitseeri", + "action.update": "Uuenda", + "action.call": "Helista", + "action.delete": "Kustuta", + "action.upload": "Laadi üles", + "action.collapse": "ahenda", + "action.apply": "Rakenda", + "action.reset": "Taasta algolek", + "action.share": "Jaga", + "action.skip": "Jäta vahele", + "action.logout": "Logi välja", + "action.view": "Näita", + "action.expand": "laienda" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 5b4ff4eb23d..1cde2087b6c 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1,6 +1,4 @@ { - "Accept": "Onartu", - "Close": "Itxi", "Create new room": "Sortu gela berria", "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", @@ -9,7 +7,6 @@ "Operation failed": "Eragiketak huts egin du", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", - "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", "Historical": "Historiala", "Sign out": "Amaitu saioa", @@ -18,7 +15,6 @@ "Join Room": "Elkartu gelara", "Register": "Eman izena", "Submit": "Bidali", - "Skip": "Saltatu", "Return to login screen": "Itzuli saio hasierarako pantailara", "Email address": "E-mail helbidea", "The email address linked to your account must be entered.": "Zure kontura gehitutako e-mail helbidea sartu behar da.", @@ -31,7 +27,6 @@ "Unban": "Debekua kendu", "Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.", "You do not have permission to post to this room": "Ez duzu gela honetara mezuak bidaltzeko baimenik", - "Logout": "Amaitu saioa", "Filter room members": "Iragazi gelako kideak", "Email": "E-mail", "Phone": "Telefonoa", @@ -269,7 +264,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", - "Cancel": "Utzi", "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", @@ -421,7 +415,6 @@ "Notification targets": "Jakinarazpenen helburuak", "Today": "Gaur", "Friday": "Ostirala", - "Update": "Eguneratu", "What's New": "Zer dago berri", "On": "Bai", "Changelog": "Aldaketa-egunkaria", @@ -442,7 +435,6 @@ "Event sent!": "Gertaera bidalita!", "Preparing to send logs": "Egunkariak bidaltzeko prestatzen", "Saturday": "Larunbata", - "Reject": "Baztertu", "Monday": "Astelehena", "Toolbox": "Tresna-kutxa", "Collecting logs": "Egunkariak biltzen", @@ -678,7 +670,6 @@ "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", "Phone (optional)": "Telefonoa (aukerakoa)", - "Confirm": "Berretsi", "Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean", "Other": "Beste bat", "Couldn't load page": "Ezin izan da orria kargatu", @@ -708,7 +699,6 @@ "Ignored users": "Ezikusitako erabiltzaileak", "Voice & Video": "Ahotsa eta bideoa", "Main address": "Helbide nagusia", - "Join": "Elkartu", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Create account": "Sortu kontua", "Recovery Method Removed": "Berreskuratze metodoa kendu da", @@ -832,7 +822,6 @@ "Uploaded sound": "Igotako soinua", "Sounds": "Soinuak", "Notification sound": "Jakinarazpen soinua", - "Reset": "Berrezarri", "Set a new custom sound": "Ezarri soinu pertsonalizatua", "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", @@ -864,7 +853,6 @@ "Missing session data": "Saioaren datuak falta dira", "Upload files (%(current)s of %(total)s)": "Igo fitxategiak (%(current)s / %(total)s)", "Upload files": "Igo fitxategiak", - "Upload": "Igo", "Upload %(count)s other files": { "other": "Igo beste %(count)s fitxategiak", "one": "Igo beste fitxategi %(count)s" @@ -954,7 +942,6 @@ "Unable to revoke sharing for email address": "Ezin izan da partekatzea indargabetu e-mail helbidearentzat", "Unable to share email address": "Ezin izan da e-mail helbidea partekatu", "Revoke": "Indargabetu", - "Share": "Partekatu", "Discovery options will appear once you have added an email above.": "Aurkitze aukerak behin goian e-mail helbide bat gehitu duzunean agertuko dira.", "Unable to revoke sharing for phone number": "Ezin izan da partekatzea indargabetu telefono zenbakiarentzat", "Unable to share phone number": "Ezin izan da telefono zenbakia partekatu", @@ -1052,7 +1039,6 @@ "Document": "Dokumentua", "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", "Explore rooms": "Arakatu gelak", "Emoji Autocomplete": "Emoji osatze automatikoa", "Notification Autocomplete": "Jakinarazpen osatze automatikoa", @@ -1083,7 +1069,6 @@ "Jump to first invite.": "Jauzi lehen gonbidapenera.", "Command Autocomplete": "Aginduak auto-osatzea", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ekintza honek lehenetsitako identitate-zerbitzaria atzitzea eskatzen du, e-mail helbidea edo telefono zenbakia balioztatzeko, baina zerbitzariak ez du erabilera baldintzarik.", - "Trust": "Jo fidagarritzat", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Message Actions": "Mezu-ekintzak", "You verified %(name)s": "%(name)s egiaztatu duzu", @@ -1136,7 +1121,6 @@ "Trusted": "Konfiantzazkoa", "Not trusted": "Ez konfiantzazkoa", "Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.", - "Verify": "Egiaztatu", "You have ignored this user, so their message is hidden. Show anyways.": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. Erakutsi hala ere.", "Any of the following data may be shared:": "Datu hauetako edozein partekatu daiteke:", "Your display name": "Zure pantaila-izena", @@ -1194,7 +1178,6 @@ "Upgrade public room": "Eguneratu gela publikoa", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Gela eguneratzea ekintza aurreratu bat da eta akatsen, falta diren ezaugarrien, edo segurtasun arazoen erruz gela ezegonkorra denean aholkatzen da.", "You'll upgrade this room from to .": "Gela hau bertsiotik bertsiora eguneratuko duzu.", - "Upgrade": "Eguneratu", "Unable to set up secret storage": "Ezin izan da biltegi sekretua ezarri", "Language Dropdown": "Hizkuntza menua", "Country Dropdown": "Herrialde menua", @@ -1635,5 +1618,22 @@ "a11y": { "user_menu": "Erabiltzailea-menua" }, - "Home": "Hasiera" + "Home": "Hasiera", + "action.reject": "Baztertu", + "action.confirm": "Berretsi", + "action.dismiss": "Baztertu", + "action.trust": "Jo fidagarritzat", + "action.cancel": "Utzi", + "action.join": "Elkartu", + "action.close": "Itxi", + "action.accept": "Onartu", + "action.upgrade": "Eguneratu", + "action.verify": "Egiaztatu", + "action.update": "Eguneratu", + "action.upload": "Igo", + "action.reset": "Berrezarri", + "action.share": "Partekatu", + "action.skip": "Saltatu", + "action.logout": "Amaitu saioa", + "action.view": "Ikusi" } diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index fa3aaa988bd..4b953045608 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -5,7 +5,6 @@ "Notification targets": "هدف‌های آگاه‌سازی", "Today": "امروز", "Friday": "آدینه", - "Update": "به‌روز رسانی", "Notifications": "آگاهی‌ها", "What's New": "چه خبر", "On": "روشن", @@ -23,12 +22,9 @@ "No update available.": "هیچ به روزرسانی جدیدی موجود نیست.", "Noisy": "پرسروصدا", "Collecting app version information": "درحال جمع‌آوری اطلاعات نسخه‌ی برنامه", - "Cancel": "لغو", "Tuesday": "سه‌شنبه", "Unnamed room": "گپ نام‌گذاری نشده", - "Dismiss": "نادیده بگیر", "Saturday": "شنبه", - "Reject": "پس زدن", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", "Search": "جستجو", @@ -42,7 +38,6 @@ "Messages containing my display name": "پیام‌های حاوی نمای‌نامِ من", "What's new?": "چه خبر؟", "When I'm invited to a room": "وقتی من به گپی دعوت میشوم", - "Close": "بستن", "Invite to this room": "دعوت به این گپ", "You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)", "Thursday": "پنج‌شنبه", @@ -59,7 +54,6 @@ "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", "Single Sign On": "ورود یکپارچه", "Confirm adding email": "تأیید افزودن رایانامه", - "Confirm": "تأیید", "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", @@ -70,8 +64,6 @@ "Encryption upgrade available": "ارتقای رمزنگاری ممکن است", "Verify this session": "تأیید این نشست", "Set up": "برپایی", - "Upgrade": "ارتقا", - "Verify": "تأیید", "Guest": "مهمان", "Confirm adding this email address by using Single Sign On to prove your identity.": "برای تأیید هویتتان، این نشانی رایانامه را با ورود یکپارچه تأیید کنید.", "Click the button below to confirm adding this email address.": "برای تأیید افزودن این نشانی رایانامه، دکمهٔ زیر را بزنید.", @@ -125,7 +117,6 @@ "Hangup": "قطع", "For security, this session has been signed out. Please sign in again.": "برای امنیت، این نشست نامعتبر شده است. لطفاً دوباره وارد سیستم شوید.", "We couldn't log you in": "نتوانستیم شما را وارد کنیم", - "Trust": "اعتماد کن", "Only continue if you trust the owner of the server.": "تنها در صورتی که به صاحب سرور اطمینان دارید، ادامه دهید.", "Identity server has no terms of service": "سرور هویت هیچگونه شرایط خدمات ندارد", "Unnamed Room": "اتاق بدون نام", @@ -1292,7 +1283,6 @@ "expand": "گشودن", "collapse": "بستن", "Please create a new issue on GitHub so that we can investigate this bug.": "لطفا در GitHub یک مسئله جدید ایجاد کنید تا بتوانیم این اشکال را بررسی کنیم.", - "Join": "پیوستن", "Enter passphrase": "عبارت امنیتی را وارد کنید", "Confirm passphrase": "عبارت امنیتی را تائید کنید", "This version of %(brand)s does not support searching encrypted messages": "این نسخه از %(brand)s از جستجوی پیام های رمزگذاری شده پشتیبانی نمی کند", @@ -1343,7 +1333,6 @@ "one": "%(severalUsers)s عضو شدند", "other": "%(severalUsers)s%(count)s مرتبه عضو شده‌اند" }, - "Skip": "بیخیال", "Import": "واردکردن (Import)", "Export": "استخراج (Export)", "Space": "فضای کاری", @@ -1648,8 +1637,6 @@ "Open space for anyone, best for communities": "محیط باز برای همه، مناسب برای جمع عمومی", "Create a space": "ساختن یک محیط", "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", - "Upload": "بارگذاری", - "Delete": "پاک‌کردن", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", "Pin": "سنجاق", @@ -1734,7 +1721,6 @@ "The other party cancelled the verification.": "طرف مقابل فرآیند تائید را لغو کرد.", "Play": "اجرا کردن", "Pause": "متوقف‌کردن", - "Accept": "پذیرفتن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -1945,9 +1931,7 @@ "Sending": "در حال ارسال", "Retry all": "همه را دوباره امتحان کنید", "Delete all": "حذف همه", - "View": "مشاهده", "You have no visible notifications.": "اعلان قابل مشاهده‌ای ندارید.", - "Logout": "خروج", "Verification requested": "درخواست تائید", "Old cryptography data detected": "داده‌های رمزنگاری قدیمی شناسایی شد", "Review terms and conditions": "مرور شرایط و ضوابط", @@ -1966,7 +1950,6 @@ "Welcome %(name)s": "%(name)s خوش‌آمدید", "Add a photo so people know it's you.": "برای اینکه بقیه شما را بشناسند، یک تصویر اضافه کنید.", "Great, that'll help people know it's you": "احسنت، با این کار شما به سایر افراد کمک می‌کنید که شما را بشناسند", - "Reset": "بازراه‌اندازی", "Cross-signing is not set up.": "امضاء متقابل تنظیم نشده‌است.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "حساب کاربری شما یک هویت برای امضاء متقابل در حافظه‌ی نهان دارد، اما این هویت هنوز توسط این نشست تائید نشده‌است.", "Cross-signing is ready for use.": "امضاء متقابل برای استفاده در دسترس است.", @@ -2037,7 +2020,6 @@ "Reject invitation": "ردکردن دعوت", "Hold": "نگه‌داشتن", "Resume": "ادامه", - "Share": "اشتراک‌گذاری", "Revoke": "برگرداندن", "Complete": "تکمیل", "Verify the link in your inbox": "لینک موجود در صندوق دریافت خود را تائید کنید", @@ -2461,7 +2443,6 @@ "Unknown room": "اتاق ناشناس", "Help improve %(analyticsOwner)s": "بهتر کردن راهنمای کاربری %(analyticsOwner)s", "You previously consented to share anonymous usage data with us. We're updating how that works.": "شما به ارسال گزارش چگونگی استفاده از سرویس رضایت داده بودید. ما نحوه استفاده از این اطلاعات را بروز میکنیم.", - "Stop": "توقف", "That's fine": "بسیارعالی", "File Attached": "فایل ضمیمه شد", "Export successful!": "استخراج موفق!", @@ -2551,7 +2532,6 @@ "Use your account to continue.": "برای ادامه از حساب خود استفاده کنید.", "Open poll": "باز کردن نظرسنجی", "Identity server not set": "سرور هویت تنظیم نشده است", - "Reload": "بارگذاری مجدد", "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.": "از طرف دیگر، می‌توانید سعی کنید از سرور عمومی در استفاده کنید، اما این به آن اندازه قابل اعتماد نخواهد بود و آدرس IP شما را با آن سرور به اشتراک می‌گذارد. شما همچنین می توانید این قابلیت را در تنظیمات مدیریت کنید.", "Try using %(server)s": "سعی کنید از %(server)s استفاده کنید", "Keyboard shortcuts": "میانبرهای صفحه کلید", @@ -2630,5 +2610,25 @@ "a11y": { "user_menu": "منوی کاربر" }, - "Home": "خانه" + "Home": "خانه", + "action.reject": "پس زدن", + "action.confirm": "تأیید", + "action.dismiss": "نادیده بگیر", + "action.trust": "اعتماد کن", + "action.reload": "بارگذاری مجدد", + "action.cancel": "لغو", + "action.stop": "توقف", + "action.join": "پیوستن", + "action.close": "بستن", + "action.accept": "پذیرفتن", + "action.upgrade": "ارتقا", + "action.verify": "تأیید", + "action.update": "به‌روز رسانی", + "action.delete": "پاک‌کردن", + "action.upload": "بارگذاری", + "action.reset": "بازراه‌اندازی", + "action.share": "اشتراک‌گذاری", + "action.skip": "بیخیال", + "action.logout": "خروج", + "action.view": "مشاهده" } diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index d56b6ff0e6d..26a74ed3984 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -1,9 +1,5 @@ { - "Accept": "Hyväksy", - "Cancel": "Peruuta", - "Close": "Sulje", "Create new room": "Luo uusi huone", - "Dismiss": "Hylkää", "Failed to forget room %(errCode)s": "Huoneen unohtaminen epäonnistui %(errCode)s", "Favourite": "Suosikki", "Notifications": "Ilmoitukset", @@ -81,7 +77,6 @@ "Sign in with": "Tunnistus", "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", - "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", "New passwords don't match": "Uudet salasanat eivät täsmää", @@ -237,7 +232,6 @@ "Authentication check failed: incorrect password?": "Autentikointi epäonnistui: virheellinen salasana?", "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", "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.", @@ -405,7 +399,6 @@ "Notification targets": "Ilmoituksen kohteet", "Today": "Tänään", "Friday": "Perjantai", - "Update": "Päivitä", "What's New": "Mitä uutta", "On": "Päällä", "Changelog": "Muutosloki", @@ -424,7 +417,6 @@ "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", "Saturday": "Lauantai", - "Reject": "Hylkää", "Monday": "Maanantai", "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", @@ -608,7 +600,6 @@ "Preparing to send logs": "Valmistaudutaan lokien lähettämiseen", "Invite anyway": "Kutsu silti", "Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen", - "Join": "Liity", "Click here to see older messages.": "Napsauta tästä nähdäksesi vanhemmat viestit.", "This room is a continuation of another conversation.": "Tämä huone on jatkumo toisesta keskustelusta.", "The conversation continues here.": "Keskustelu jatkuu täällä.", @@ -768,7 +759,6 @@ "Please review and accept the policies of this homeserver:": "Tarkistathan tämän kotipalvelimen käytännöt:", "Code": "Koodi", "Change": "Muuta", - "Confirm": "Varmista", "Join millions for free on the largest public server": "Liity ilmaiseksi miljoonien joukkoon suurimmalla julkisella palvelimella", "Other": "Muut", "Can't leave Server Notices room": "Palvelinilmoitushuonetta ei voitu jättää", @@ -894,7 +884,6 @@ "Uploaded sound": "Asetettu ääni", "Sounds": "Äänet", "Notification sound": "Ilmoitusääni", - "Reset": "Palauta alkutilaan", "Set a new custom sound": "Aseta uusi mukautettu ääni", "Browse": "Selaa", "Use lowercase letters, numbers, dashes and underscores only": "Käytä ainoastaan pieniä kirjaimia, numeroita, yhdysviivoja ja alaviivoja", @@ -906,7 +895,6 @@ "Message edits": "Viestin muokkaukset", "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Tämän huoneen päivittäminen edellyttää huoneen nykyisen instanssin sulkemista ja uuden huoneen luomista sen tilalle. Jotta tämä kävisi huoneen jäsenten kannalta mahdollisimman sujuvasti, teemme seuraavaa:", "Upload all": "Lähetä kaikki palvelimelle", - "Upload": "Lähetä", "Show all": "Näytä kaikki", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)s eivät tehneet muutoksia %(count)s kertaa", @@ -941,7 +929,6 @@ "Always show the window menu bar": "Näytä aina ikkunan valikkorivi", "Unable to revoke sharing for email address": "Sähköpostiosoitteen jakamista ei voi perua", "Unable to share email address": "Sähköpostiosoitetta ei voi jakaa", - "Share": "Jaa", "Unable to share phone number": "Puhelinnumeroa ei voi jakaa", "Checking server": "Tarkistetaan palvelinta", "Disconnect from the identity server ?": "Katkaise yhteys identiteettipalvelimeen ?", @@ -1004,7 +991,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", - "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", "Deactivate user?": "Poista käyttäjä pysyvästi?", @@ -1090,7 +1076,6 @@ "Using this widget may share data with %(widgetDomain)s.": "Tämän sovelman käyttäminen voi jakaa tietoja verkkotunnukselle %(widgetDomain)s.", "Widget added by": "Sovelman lisäsi", "This widget may use cookies.": "Tämä sovelma saattaa käyttää evästeitä.", - "Trust": "Luota", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Voit käyttää identiteettipalvelinta lähettääksesi sähköpostikutsuja. Napsauta Jatka käyttääksesi oletuspalvelinta (%(defaultIdentityServerName)s) tai syötä eri palvelin asetuksissa.", "Use an identity server to invite by email. Manage in Settings.": "Voit käyttää identiteettipalvelinta sähköpostikutsujen lähettämiseen.", "Match system theme": "Käytä järjestelmän teemaa", @@ -1129,7 +1114,6 @@ "This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.", "Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.", "Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.", - "Verify": "Varmenna", "You have ignored this user, so their message is hidden. Show anyways.": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. Näytä silti.", "You verified %(name)s": "Varmensit käyttäjän %(name)s", "You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen", @@ -1197,7 +1181,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Huoneen päivittäminen on monimutkainen toimenpide ja yleensä sitä suositellaan, kun huone on epävakaa bugien, puuttuvien ominaisuuksien tai tietoturvaongelmien takia.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, ilmoita virheestä.", "You'll upgrade this room from to .": "Olat päivittämässä tätä huonetta versiosta versioon .", - "Upgrade": "Päivitä", "Country Dropdown": "Maapudotusvalikko", "Unable to set up secret storage": "Salavaraston käyttöönotto epäonnistui", "Show more": "Näytä lisää", @@ -2068,7 +2051,6 @@ "Share invite link": "Jaa kutsulinkki", "Click to copy": "Kopioi napsauttamalla", "You can change these anytime.": "Voit muuttaa näitä koska tahansa.", - "Delete": "Poista", "Show chat effects (animations when receiving e.g. confetti)": "Näytä keskustelutehosteet (animaatiot, kun saat esim. konfettia)", "Jump to the bottom of the timeline when you send a message": "Siirry aikajanan pohjalle, kun lähetät viestin", "This homeserver has been blocked by its administrator.": "Tämä kotipalvelin on ylläpitäjänsä estämä.", @@ -2160,7 +2142,6 @@ "Message preview": "Viestin esikatselu", "Sent": "Lähetetty", "Include Attachments": "Sisällytä liitteet", - "Stop": "Pysäytä", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Oletko varma, että haluat lopettaa tietojen viennin? Jos lopetat, joudut aloittamaan alusta.", "Export Successful": "Vienti onnistui", "Number of messages": "Viestien määrä", @@ -2208,8 +2189,6 @@ "Anyone can find and join.": "Kuka tahansa voi löytää ja liittyä.", "Only invited people can join.": "Vain kutsutut ihmiset voivat liittyä.", "Space options": "Avaruuden valinnat", - "Collapse": "Supista", - "Expand": "Laajenna", "Recommended for public spaces.": "Suositeltu julkisiin avaruuksiin.", "Guests can join a space without having an account.": "Vieraat voivat liittyä avaruuteen ilman tiliä.", "Enable guest access": "Ota käyttöön vieraiden pääsy", @@ -2916,7 +2895,6 @@ }, "Cross-signing is ready but keys are not backed up.": "Ristiinvarmennus on valmis, mutta avaimia ei ole varmuuskopioitu.", "Search %(spaceName)s": "Etsi %(spaceName)s", - "Call": "Soita", "Dial": "Yhdistä", "Messaging": "Viestintä", "Back to thread": "Takaisin ketjuun", @@ -3310,7 +3288,6 @@ "This session doesn't support encryption and thus can't be verified.": "Tämä istunto ei tue salausta, joten sitä ei voi vahvistaa.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Parhaan tietoturvan ja yksityisyyden vuoksi on suositeltavaa käyttää salausta tukevia Matrix-asiakasohjelmistoja.", "Upcoming features": "Tulevat ominaisuudet", - "Apply": "Toteuta", "Search users in this room…": "Etsi käyttäjiä tästä huoneesta…", "Requires compatible homeserver.": "Vaatii yhteensopivan kotipalvelimen.", "Under active development.": "Aktiivisen kehityksen kohteena.", @@ -3478,7 +3455,6 @@ "Send %(msgtype)s messages as you in your active room": "Lähetä %(msgtype)s-viestejä itsenäsi aktiiviseen huoneeseesi", "Send %(msgtype)s messages as you in this room": "Lähetä %(msgtype)s-viestejä itsenäsi tähän huoneeseen", "%(oldDisplayName)s changed their display name and profile picture": "%(oldDisplayName)s vaihtoi näyttönimensä ja profiilikuvansa", - "Reload": "Lataa uudelleen", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Tämä voi johtua siitä, että sovellus on auki useissa välilehdissä tai selaimen tietojen tyhjentämisestä.", "Database unexpectedly closed": "Tietokanta sulkeutui odottamattomasti", "Identity server not set": "Identiteettipalvelinta ei ole asetettu", @@ -3575,5 +3551,29 @@ "a11y": { "user_menu": "Käyttäjän valikko" }, - "Home": "Etusivu" + "Home": "Etusivu", + "action.reject": "Hylkää", + "action.confirm": "Varmista", + "action.dismiss": "Hylkää", + "action.trust": "Luota", + "action.reload": "Lataa uudelleen", + "action.cancel": "Peruuta", + "action.stop": "Pysäytä", + "action.join": "Liity", + "action.close": "Sulje", + "action.accept": "Hyväksy", + "action.upgrade": "Päivitä", + "action.verify": "Varmenna", + "action.update": "Päivitä", + "action.call": "Soita", + "action.delete": "Poista", + "action.upload": "Lähetä", + "action.collapse": "Supista", + "action.apply": "Toteuta", + "action.reset": "Palauta alkutilaan", + "action.share": "Jaa", + "action.skip": "Ohita", + "action.logout": "Kirjaudu ulos", + "action.view": "Näytä", + "action.expand": "Laajenna" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index c79a10fcd2e..982746385eb 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -62,7 +62,6 @@ "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", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, à partir de leur arrivée.", @@ -170,7 +169,6 @@ "This server does not support authentication with a phone number.": "Ce serveur ne prend pas en charge l’authentification avec un numéro de téléphone.", "Connectivity to the server has been lost.": "La connexion au serveur a été perdue.", "Sent messages will be stored until your connection has returned.": "Les messages envoyés seront stockés jusqu’à ce que votre connexion revienne.", - "Cancel": "Annuler", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s a supprimé le nom du salon.", "Passphrases must match": "Les phrases secrètes doivent être identiques", "Passphrase must not be empty": "Le mot de passe ne peut pas être vide", @@ -190,7 +188,6 @@ "Incorrect password": "Mot de passe incorrect", "Unable to restore session": "Impossible de restaurer la 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.": "Si vous avez utilisé une version plus récente de %(brand)s précédemment, votre session risque d’être incompatible avec cette version. Fermez cette fenêtre et retournez à la version plus récente.", - "Dismiss": "Ignorer", "Token incorrect": "Jeton incorrect", "Please enter the code it contains:": "Merci de saisir le code qu’il contient :", "powered by Matrix": "propulsé par Matrix", @@ -234,9 +231,7 @@ "Create new room": "Créer un nouveau salon", "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", "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.", @@ -252,7 +247,6 @@ "Authentication check failed: incorrect password?": "Erreur d’authentification : mot de passe incorrect ?", "Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?", "This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.", - "Skip": "Passer", "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", @@ -421,7 +415,6 @@ "Notification targets": "Appareils recevant les notifications", "Today": "Aujourd’hui", "Friday": "Vendredi", - "Update": "Mettre à jour", "What's New": "Nouveautés", "On": "Activé", "Changelog": "Journal des modifications", @@ -441,7 +434,6 @@ "Search…": "Rechercher…", "Developer Tools": "Outils de développement", "Saturday": "Samedi", - "Reject": "Rejeter", "Monday": "Lundi", "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", @@ -667,13 +659,11 @@ "Room avatar": "Avatar du salon", "Room Name": "Nom du salon", "Room Topic": "Sujet du salon", - "Join": "Rejoindre", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", - "Confirm": "Confirmer", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", "Other": "Autre", "Guest": "Visiteur", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Votre navigateur a sûrement supprimé ces données car il restait peu d’espace sur le disque.", "Upload files (%(current)s of %(total)s)": "Envoi des fichiers (%(current)s sur %(total)s)", "Upload files": "Envoyer les fichiers", - "Upload": "Envoyer", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Le fichier est trop lourd pour être envoyé. La taille limite est de %(limit)s mais la taille de ce fichier est de %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ces fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Certains fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Son téléchargé", "Sounds": "Sons", "Notification sound": "Son de notification", - "Reset": "Réinitialiser", "Set a new custom sound": "Définir un nouveau son personnalisé", "Browse": "Parcourir", "Cannot reach homeserver": "Impossible de joindre le serveur d’accueil", @@ -949,7 +937,6 @@ "Unable to revoke sharing for email address": "Impossible de révoquer le partage pour l’adresse e-mail", "Unable to share email address": "Impossible de partager l’adresse e-mail", "Revoke": "Révoquer", - "Share": "Partager", "Discovery options will appear once you have added an email above.": "Les options de découverte apparaîtront quand vous aurez ajouté une adresse e-mail ci-dessus.", "Unable to revoke sharing for phone number": "Impossible de révoquer le partage pour le numéro de téléphone", "Unable to share phone number": "Impossible de partager le numéro de téléphone", @@ -1017,7 +1004,6 @@ "one": "Supprimer 1 message" }, "Remove recent messages": "Supprimer les messages récents", - "View": "Afficher", "Explore rooms": "Parcourir les salons", "Verify the link in your inbox": "Vérifiez le lien dans votre boîte de réception", "Complete": "Terminer", @@ -1085,7 +1071,6 @@ "Room %(name)s": "Salon %(name)s", "Unread messages.": "Messages non lus.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Cette action nécessite l’accès au serveur d’identité par défaut afin de valider une adresse e-mail ou un numéro de téléphone, mais le serveur n’a aucune condition de service.", - "Trust": "Faire confiance", "Message Actions": "Actions de message", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Vous avez vérifié %(name)s", @@ -1130,7 +1115,6 @@ "Trusted": "Fiable", "Not trusted": "Non fiable", "Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.", - "Verify": "Vérifier", "Any of the following data may be shared:": "Les données suivants peuvent être partagées :", "Your display name": "Votre nom d’affichage", "Your user ID": "Votre identifiant utilisateur", @@ -1164,7 +1148,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau d’un salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause d’anomalies, de fonctionnalités manquantes ou de failles de sécurité.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Cela n’affecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, signalez une anomalie.", "You'll upgrade this room from to .": "Vous allez mettre à niveau ce salon de vers .", - "Upgrade": "Mettre à niveau", " wants to chat": " veut discuter", "Start chatting": "Commencer à discuter", "Cross-signing public keys:": "Clés publiques de signature croisée :", @@ -2196,7 +2179,6 @@ "Invite only, best for yourself or teams": "Sur invitation, idéal pour vous-même ou les équipes", "Open space for anyone, best for communities": "Espace ouvert à tous, idéal pour les communautés", "Create a space": "Créer un espace", - "Delete": "Supprimer", "Jump to the bottom of the timeline when you send a message": "Sauter en bas du fil de discussion lorsque vous envoyez un message", "This homeserver has been blocked by its administrator.": "Ce serveur d’accueil a été bloqué par son administrateur.", "You're already in a call with this person.": "Vous êtes déjà en cours d’appel avec cette personne.", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.", "This space has no local addresses": "Cet espace n’a pas d’adresse locale", "Space information": "Informations de l’espace", - "Collapse": "Réduire", - "Expand": "Développer", "Recommended for public spaces.": "Recommandé pour les espaces publics.", "Allow people to preview your space before they join.": "Permettre aux personnes d’avoir un aperçu de l’espace avant de le rejoindre.", "Preview Space": "Aperçu de l’espace", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "Sélectionner les options ci-dessous pour exporter les conversations de votre historique", "Export Chat": "Exporter la conversation", "Exporting your data": "Export de vos données", - "Stop": "Arrêter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Êtes vous sûr de vouloir arrêter l’export de vos données ? Si vous le fait, vous devrez recommencer depuis le début.", "Your export was successful. Find it in your Downloads folder.": "Votre export est réussi. Vous le trouverez dans votre dossier Téléchargements.", "The export was cancelled successfully": "Cet export a été annulé avec succès", @@ -2911,7 +2890,6 @@ "Group all your favourite rooms and people in one place.": "Regroupez tous vos salons et personnes préférés au même endroit.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Les espaces permettent de regrouper des salons et des personnes. En plus de ceux auxquels vous participez, vous pouvez également utiliser des espaces prédéfinis.", "IRC (Experimental)": "IRC (Expérimental)", - "Call": "Appel", "Internal room ID": "Identifiant interne du salon", "Group all your rooms that aren't part of a space in one place.": "Regroupe tous les salons n’appartenant pas à un espace au même endroit.", "Previous autocomplete suggestion": "Précédente suggestion d’autocomplétion", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "Cette session ne prend pas en charge le chiffrement, elle ne peut donc pas être vérifiée.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Pour de meilleures sécurité et confidentialité, il est recommandé d’utiliser des clients Matrix qui prennent en charge le chiffrement.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Vous ne pourrez pas participer aux salons qui ont activé le chiffrement en utilisant cette session.", - "Apply": "Appliquer", "Search users in this room…": "Chercher des utilisateurs dans ce salon…", "Give one or multiple users in this room more privileges": "Donne plus de privilèges à un ou plusieurs utilisateurs de ce salon", "Add privileged users": "Ajouter des utilisateurs privilégiés", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau s’est produite en tentant de chercher et d’aller à la date choisie. Votre serveur d’accueil est peut-être hors-ligne, ou bien c’est un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter l’administrateur de votre serveur d’accueil.", "Poll history": "Historique des sondages", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L’utilisateur (%(user)s) n’a finalement pas été invité dans %(roomId)s mais aucune erreur n’a été fournie par la routine d’invitation", - "Reload": "Recharger", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Cela peut être causé par l’application ouverte dans plusieurs onglets, ou après un nettoyage des données du navigateur.", "Database unexpectedly closed": "La base de données s’est fermée de manière inattendue", "Mute room": "Salon muet", @@ -3976,5 +3952,29 @@ "a11y": { "user_menu": "Menu utilisateur" }, - "Home": "Accueil" + "Home": "Accueil", + "action.reject": "Rejeter", + "action.confirm": "Confirmer", + "action.dismiss": "Ignorer", + "action.trust": "Faire confiance", + "action.reload": "Recharger", + "action.cancel": "Annuler", + "action.stop": "Arrêter", + "action.join": "Rejoindre", + "action.close": "Fermer", + "action.accept": "Accepter", + "action.upgrade": "Mettre à niveau", + "action.verify": "Vérifier", + "action.update": "Mettre à jour", + "action.call": "Appel", + "action.delete": "Supprimer", + "action.upload": "Envoyer", + "action.collapse": "Réduire", + "action.apply": "Appliquer", + "action.reset": "Réinitialiser", + "action.share": "Partager", + "action.skip": "Passer", + "action.logout": "Se déconnecter", + "action.view": "Afficher", + "action.expand": "Développer" } diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 97ca3245ede..3f332fd6179 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -66,7 +66,6 @@ "Support": "Tacaíocht", "Random": "Randamach", "Spaces": "Spásanna", - "Delete": "Bain amach", "Value:": "Luach:", "Level": "Leibhéal", "Caution:": "Faichill:", @@ -298,25 +297,20 @@ "Go": "Téigh", "Cross-signing": "Cros-síniú", "Unencrypted": "Gan chriptiú", - "Upgrade": "Uasghrádaigh", - "Verify": "Cinntigh", "Trusted": "Dílis", "Subscribe": "Liostáil", "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", - "Trust": "Cuir muinín i", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", "Activities": "Gníomhaíochtaí", "Document": "Cáipéis", "Complete": "Críochnaigh", - "View": "Amharc", "Strikethrough": "Líne a chur trí", "Italics": "Iodálach", "Bold": "Trom", "Disconnect": "Dícheangail", - "Share": "Roinn le", "Revoke": "Cúlghair", "Discovery": "Aimsiú", "Actions": "Gníomhartha", @@ -329,7 +323,6 @@ "Emoji": "Straoiseog", "Commands": "Ordú", "Guest": "Cuairteoir", - "Logout": "Logáil amach", "Other": "Eile", "Change": "Athraigh", "Phone": "Guthán", @@ -338,10 +331,8 @@ "Code": "Cód", "Favourite": "Cuir mar ceanán", "Resend": "Athsheol", - "Upload": "Uaslódáil", "Summary": "Achoimre", "Service": "Seirbhís", - "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", @@ -363,8 +354,6 @@ "%(severalUsers)sjoined %(count)s times": { "one": "Tháinig %(severalUsers)s isteach" }, - "Join": "Téigh isteach", - "Update": "Uasdátaigh", "edited": "curtha in eagar", "Copied!": "Cóipeáilte!", "Yesterday": "Inné", @@ -378,7 +367,6 @@ "Sunday": "Dé Domhnaigh", "Stickerpack": "Pacáiste greamáin", "Search…": "Cuardaigh…", - "Reject": "Diúltaigh", "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", @@ -403,7 +391,6 @@ "Call invitation": "Nuair a fhaighim cuireadh glaoigh", "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", - "Close": "Dún", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -412,7 +399,6 @@ "Permissions": "Ceadanna", "Unban": "Bain an cosc", "Browse": "Brabhsáil", - "Reset": "Athshocraigh", "Sounds": "Fuaimeanna", "Camera": "Ceamara", "Microphone": "Micreafón", @@ -495,9 +481,7 @@ "Lion": "Leon", "Cat": "Cat", "Dog": "Madra", - "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", - "Accept": "Glac", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -533,7 +517,6 @@ "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Deimhnigh an uimhir ghutháin seo le SSO mar cruthúnas céannachta.", "Add Email Address": "Cuir seoladh ríomhphoist", - "Confirm": "Deimhnigh", "Click the button below to confirm adding this email address.": "Cliceáil an cnaipe thíos chun an seoladh ríomhphoist nua a dheimhniú.", "Confirm adding email": "Deimhnigh an seoladh ríomhphoist nua", "Single Sign On": "Single Sign On", @@ -541,7 +524,6 @@ "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", "Sign In": "Sínigh Isteach", - "Dismiss": "Cuir uait", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", @@ -574,8 +556,6 @@ "[number]": "[uimhir]", "Report": "Tuairiscigh", "Disagree": "Easaontaigh", - "Collapse": "Cumaisc", - "Expand": "Leath", "Visibility": "Léargas", "Address": "Seoladh", "Sent": "Seolta", @@ -735,5 +715,25 @@ "start_chat": "Tosaigh comhrá", "yes": "Tá" }, - "Home": "Tús" + "Home": "Tús", + "action.reject": "Diúltaigh", + "action.confirm": "Deimhnigh", + "action.dismiss": "Cuir uait", + "action.trust": "Cuir muinín i", + "action.cancel": "Cuir ar ceal", + "action.join": "Téigh isteach", + "action.close": "Dún", + "action.accept": "Glac", + "action.upgrade": "Uasghrádaigh", + "action.verify": "Cinntigh", + "action.update": "Uasdátaigh", + "action.delete": "Bain amach", + "action.upload": "Uaslódáil", + "action.collapse": "Cumaisc", + "action.reset": "Athshocraigh", + "action.share": "Roinn le", + "action.skip": "Léim", + "action.logout": "Logáil amach", + "action.view": "Amharc", + "action.expand": "Leath" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index acc4aa098bd..6ee74ccc07a 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", - "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Só participantes (desde que se uniron)", "Permissions": "Permisos", "Advanced": "Avanzado", - "Cancel": "Cancelar", "Jump to first unread message.": "Ir a primeira mensaxe non lida.", - "Close": "Pechar", "not specified": "non indicado", "This room has no local addresses": "Esta sala non ten enderezos locais", "You have enabled URL previews by default.": "Activou a vista previa de URL por defecto.", @@ -203,7 +200,6 @@ "Failed to copy": "Fallo ao copiar", "Add an Integration": "Engadir unha integración", "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?": "Vai ser redirixido a unha web de terceiros para poder autenticar a súa conta e así utilizar %(integrationsUrl)s. Quere continuar?", - "Dismiss": "Rexeitar", "Token incorrect": "Testemuño incorrecto", "A text message has been sent to %(msisdn)s": "Enviouse unha mensaxe de texto a %(msisdn)s", "Please enter the code it contains:": "Por favor introduza o código que contén:", @@ -324,7 +320,6 @@ "Unable to add email address": "Non se puido engadir enderezo de correo", "Unable to verify email address.": "Non se puido verificar enderezo de correo electrónico.", "This will allow you to reset your password and receive notifications.": "Isto permitiralle restablecer o seu contrasinal e recibir notificacións.", - "Skip": "Saltar", "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", "Reject invitation": "Rexeitar convite", @@ -334,7 +329,6 @@ "Signed Out": "Desconectada", "For security, this session has been signed out. Please sign in again.": "Por seguridade, pechouse a sesión. Por favor, conéctate outra vez.", "Old cryptography data detected": "Detectouse o uso de criptografía sobre datos antigos", - "Logout": "Saír", "Connectivity to the server has been lost.": "Perdeuse a conexión ao servidor.", "Sent messages will be stored until your connection has returned.": "As mensaxes enviadas gardaranse ate que retome a conexión.", "You seem to be uploading files, are you sure you want to quit?": "Semella estar a subir ficheiros, seguro que desexa deixalo?", @@ -421,7 +415,6 @@ "Notification targets": "Obxectivos das notificacións", "Today": "Hoxe", "Friday": "Venres", - "Update": "Actualizar", "What's New": "Que hai de novo", "On": "On", "Changelog": "Rexistro de cambios", @@ -443,7 +436,6 @@ "Developer Tools": "Ferramentas para desenvolver", "Preparing to send logs": "Preparándose para enviar informe", "Saturday": "Sábado", - "Reject": "Rexeitar", "Monday": "Luns", "Toolbox": "Ferramentas", "Collecting logs": "Obtendo rexistros", @@ -516,7 +508,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirma novo email", "Click the button below to confirm adding this email address.": "Preme no botón inferior para confirmar que queres engadir o email.", - "Confirm": "Confirmar", "Add Email Address": "Engadir email", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma que queres engadir este teléfono usando Single Sign On como proba de identidade.", "Confirm adding phone number": "Confirma a adición do teléfono", @@ -550,7 +541,6 @@ "Identity server has no terms of service": "O servidor de identidade non ten termos dos servizo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción precisa acceder ao servidor de indentidade para validar o enderezo de email ou o número de teléfono, pero o servidor non publica os seus termos do servizo.", "Only continue if you trust the owner of the server.": "Continúa se realmente confías no dono do servidor.", - "Trust": "Confiar", "%(name)s is requesting verification": "%(name)s está pedindo a verificación", "Use your account or create a new one to continue.": "Usa a túa conta ou crea unha nova para continuar.", "Create Account": "Crear conta", @@ -737,8 +727,6 @@ "Contact your server admin.": "Contacta coa administración.", "Ok": "Ok", "Set up": "Configurar", - "Upgrade": "Mellorar", - "Verify": "Verificar", "Other users may not trust it": "Outras usuarias poderían non confiar", "Render simple counters in room header": "Mostrar contadores simples na cabeceira da sala", "Subscribing to a ban list will cause you to join it!": "Subscribíndote a unha lista de bloqueo fará que te unas a ela!", @@ -750,7 +738,6 @@ "Do you want to join %(roomName)s?": "Queres unirte a %(roomName)s?", "You're previewing %(roomName)s. Want to join it?": "Vista previa de %(roomName)s. Queres unirte?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s non ten vista previa. Queres unirte?", - "Join": "Únete", "Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público", "Match system theme": "Imitar o aspecto do sistema", "Invalid theme schema.": "Esquema do decorado incorrecto.", @@ -869,7 +856,6 @@ "Folder": "Cartafol", "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", - "Upload": "Subir", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", "Show less": "Mostrar menos", @@ -1013,7 +999,6 @@ "Uploaded sound": "Audio subido", "Sounds": "Audios", "Notification sound": "Ton de notificación", - "Reset": "Restablecer", "Set a new custom sound": "Establecer novo ton personalizado", "Browse": "Buscar", "Change room avatar": "Cambiar avatar da sala", @@ -1050,7 +1035,6 @@ "Verify the link in your inbox": "Verifica a ligazón na túa caixa de correo", "Complete": "Completar", "Revoke": "Revogar", - "Share": "Compartir", "Discovery options will appear once you have added an email above.": "As opcións de descubrimento aparecerán após ti engadas un email.", "Unable to revoke sharing for phone number": "Non se puido revogar a compartición do número de teléfono", "Unable to share phone number": "Non se puido compartir o número de teléfono", @@ -1442,7 +1426,6 @@ "Welcome to %(appName)s": "Benvida a %(appName)s", "Send a Direct Message": "Envía unha Mensaxe Directa", "Create a Group Chat": "Crear unha Conversa en Grupo", - "View": "Vista", "Jump to first unread room.": "Vaite a primeira sala non lida.", "Jump to first invite.": "Vai ó primeiro convite.", "You have %(count)s unread notifications in a prior version of this room.": { @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Só con convite, mellor para ti ou para equipos", "Open space for anyone, best for communities": "Espazo aberto para calquera, mellor para comunidades", "Create a space": "Crear un espazo", - "Delete": "Eliminar", "Jump to the bottom of the timeline when you send a message": "Ir ao final da cronoloxía cando envías unha mensaxe", "This homeserver has been blocked by its administrator.": "O servidor de inicio foi bloqueado pola súa administración.", "You're already in a call with this person.": "Xa estás nunha conversa con esta persoa.", @@ -2381,8 +2363,6 @@ "An error occurred whilst saving your notification preferences.": "Algo fallou ao gardar as túas preferencias de notificación.", "Error saving notification preferences": "Erro ao gardar os axustes de notificación", "Messages containing keywords": "Mensaxes coas palabras chave", - "Collapse": "Pechar", - "Expand": "Despregar", "Recommended for public spaces.": "Recomendado para espazos públicos.", "Allow people to preview your space before they join.": "Permitir que sexa visible o espazo antes de unirte a el.", "Preview Space": "Vista previa do Espazo", @@ -2587,7 +2567,6 @@ "Select from the options below to export chats from your timeline": "Elixe entre as opcións seguintes para exportar a túa cronoloxía", "Export Chat": "Exportar chat", "Exporting your data": "Exportando os teus datos", - "Stop": "Deter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Tes a certeza de querer deter a exportación de datos? Se é así, terás que volver a iniciala.", "Your export was successful. Find it in your Downloads folder.": "A exportación foi correcta. Atoparala no cartafol de Descargas.", "The export was cancelled successfully": "Cancelouse con éxito a exportación", @@ -2885,7 +2864,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Agardando a que verifiques o teu outro dispositivo, %(deviceName)s %(deviceId)s …", "Verify this device by confirming the following number appears on its screen.": "Verifica este dispositivo confirmando que o seguinte número aparece na pantalla.", "Confirm the emoji below are displayed on both devices, in the same order:": "Confirma que os emoji inferiores se mostran nos dous dispositivos, na mesma orde:", - "Call": "Chamar", "Dial": "Marcar", "Automatically send debug logs on decryption errors": "Envía automáticamente rexistro de depuración se hai erros no cifrado", "Show join/leave messages (invites/removes/bans unaffected)": "Mostrar unirse/saír (convites/eliminacións/vetos non afectados)", @@ -3501,5 +3479,27 @@ "a11y": { "user_menu": "Menú de usuaria" }, - "Home": "Inicio" + "Home": "Inicio", + "action.reject": "Rexeitar", + "action.confirm": "Confirmar", + "action.dismiss": "Rexeitar", + "action.trust": "Confiar", + "action.cancel": "Cancelar", + "action.stop": "Deter", + "action.join": "Únete", + "action.close": "Pechar", + "action.accept": "Aceptar", + "action.upgrade": "Mellorar", + "action.verify": "Verificar", + "action.update": "Actualizar", + "action.call": "Chamar", + "action.delete": "Eliminar", + "action.upload": "Subir", + "action.collapse": "Pechar", + "action.reset": "Restablecer", + "action.share": "Compartir", + "action.skip": "Saltar", + "action.logout": "Saír", + "action.view": "Vista", + "action.expand": "Despregar" } diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 106465cbf13..2ce475c84d9 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -33,10 +33,7 @@ "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", "Search": "חפש", - "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", - "Close": "סגור", - "Cancel": "ביטול", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", @@ -49,7 +46,6 @@ "Notification targets": "יעדי התראה", "Today": "היום", "Friday": "שישי", - "Update": "עדכון", "What's New": "מה חדש", "On": "התראה", "Changelog": "דו\"ח שינויים", @@ -70,7 +66,6 @@ "Event sent!": "ארוע נשלח!", "Preparing to send logs": "מתכונן לשלוח יומנים", "Saturday": "שבת", - "Reject": "דחה", "Monday": "שני", "Toolbox": "תיבת כלים", "Collecting logs": "אוסף יומנים לנפוי שגיאה (דבאג)", @@ -105,7 +100,6 @@ "Confirm adding phone number": "אישור הוספת מספר טלפון", "Confirm adding this phone number by using Single Sign On to prove your identity.": "אשר הוספת מספר טלפון על ידי כניסה חד שלבית לאימות חשבונכם.", "Add Email Address": "הוספת כתובת מייל", - "Confirm": "אישור", "Click the button below to confirm adding this email address.": "לחץ על הכפתור בכדי לאשר הוספה של כתובת מייל הזו.", "Confirm adding email": "אשר הוספת כתובת מייל", "Single Sign On": "כניסה חד שלבית", @@ -227,7 +221,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s לא נתנו הרשאות לשלוח התרעות - אנא נסו שוב", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s אין אישור לשלוח אליכם הודעות - אנא בדקו את הרשאות הדפדפן", "%(name)s is requesting verification": "%(name)s מבקש אימות", - "Trust": "לבטוח", "Andorra": "אנדורה", "Bangladesh": "בנגלדש", "Bahrain": "בחריין", @@ -699,7 +692,6 @@ "not found": "לא נמצא", "in memory": "בזכרון", "Cross-signing public keys:": "מפתחות ציבוריים של חתימה צולבת:", - "Reset": "אתחל", "Set up": "הגדר", "Cross-signing is not set up.": "חתימה צולבת אינה מוגדרת עדיין.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "לחשבונך זהות חתימה צולבת באחסון סודי, אך הפגישה זו אינה מהימנה עדיין.", @@ -718,7 +710,6 @@ "Show less": "הצג פחות", "This bridge is managed by .": "הגשר הזה מנוהל על ידי משתמש .", "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", - "Upload": "העלאה", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", "Pin": "נעץ", @@ -801,7 +792,6 @@ "You've successfully verified this user.": "המשתמש הזה אומת בהצלחה.", "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", - "Accept": "קבל", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -888,8 +878,6 @@ "New login. Was this you?": "כניסה חדשה. האם זה אתם?", "Other users may not trust it": "יתכן משתמשים אחרים לא יבטחו בזה", "Safeguard against losing access to encrypted messages & data": "שמור מפני איבוד גישה אל הודעות ומידע מוצפן", - "Verify": "אימות", - "Upgrade": "שדרג", "Verify this session": "אשרו את ההתחברות הזאת", "Encryption upgrade available": "שדרוג הצפנה קיים", "Set up Secure Backup": "צור גיבוי מאובטח", @@ -955,7 +943,6 @@ "Reason (optional)": "סיבה (לא חובה)", "Confirm Removal": "אשר הסרה", "Removing…": "מסיר…", - "Skip": "דלג", "Email address": "כתובת דוא\"ל", "Unable to load commit detail: %(msg)s": "לא ניתן לטעון את פרטי ההתחייבות: %(msg)s", "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "אם ישנו הקשר נוסף שיעזור לניתוח הבעיה, כגון מה שעשיתם באותו זמן, תעודות זהות, מזהי משתמש וכו ', אנא כללו את הדברים כאן.", @@ -1095,7 +1082,6 @@ "collapse": "אחד", "expand": "הרחב", "Please create a new issue on GitHub so that we can investigate this bug.": "אנא צור בעיה חדשה ב- GitHub כדי שנוכל לחקור את הבאג הזה.", - "Join": "הצטרפות", "This version of %(brand)s does not support searching encrypted messages": "גרסה זו של %(brand)s אינה תומכת בחיפוש הודעות מוצפנות", "This version of %(brand)s does not support viewing some encrypted files": "גרסה זו של %(brand)s אינה תומכת בצפייה בקבצים מוצפנים מסוימים", "Use the Desktop app to search encrypted messages": "השתמשו ב אפליקציית שולחן העבודה לחיפוש הודעות מוצפנות", @@ -1361,7 +1347,6 @@ "Unable to share phone number": "לא ניתן לשתף מספר טלפון", "Unable to revoke sharing for phone number": "לא ניתן לבטל את השיתוף למספר טלפון", "Discovery options will appear once you have added an email above.": "אפשרויות גילוי יופיעו לאחר הוספת דוא\"ל לעיל.", - "Share": "לשתף", "Revoke": "לשלול", "Complete": "מושלם", "Verify the link in your inbox": "אמת את הקישור בתיבת הדואר הנכנס שלך", @@ -2064,11 +2049,9 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבית הזה חרג ממגבלת המשאבים. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "You can't send any messages until you review and agree to our terms and conditions.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל התנאים וההגבלות שלנו .", - "View": "צפה", "You have no visible notifications.": "אין לך התראות גלויות.", "%(creator)s created and configured the room.": "%(creator)s יצר/ה והגדיר/ה את החדר.", "%(creator)s created this DM.": "%(creator)s יצר את DM הזה.", - "Logout": "יציאה", "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. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.", "Old cryptography data detected": "נתגלו נתוני הצפנה ישנים", "Terms and Conditions": "תנאים והגבלות", @@ -2179,7 +2162,6 @@ "Room members": "חברי החדר", "Back to chat": "חזרה לצ'אט", "Sound on": "צליל דולק", - "Stop": "עצור", "That's fine": "זה בסדר", "File Attached": "מצורף קובץ", "Export successful!": "הייצוא הצליח!", @@ -2220,11 +2202,8 @@ "Save Changes": "שמור שינוייים", "Click to copy": "לחץ להעתקה", "Show all rooms": "הצג את כל החדרים", - "Collapse": "הִתמוֹטְטוּת", - "Expand": "להרחיב", "Create a space": "צור מרחב עבודה", "Address": "כתובת", - "Delete": "מחק", "Pin to sidebar": "הצמד לסרגל הצד", "More options": "אפשרויות נוספות", "Quick settings": "הגדרות מהירות", @@ -2680,7 +2659,6 @@ "Pinned": "הודעות נעוצות", "Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים", "Files": "קבצים", - "Reload": "טעינה מחדש", "%(seconds)ss left": "נשארו %(seconds)s שניות", "%(minutes)sm %(seconds)ss left": "נשארו %(minutes)s דקות ו-%(seconds)s שניות", "%(hours)sh %(minutes)sm %(seconds)ss left": "נשארו %(hours)s שעות, %(minutes)s דקות ו-%(seconds)s שניות", @@ -2775,5 +2753,27 @@ "a11y": { "user_menu": "תפריט משתמש" }, - "Home": "הבית" + "Home": "הבית", + "action.reject": "דחה", + "action.confirm": "אישור", + "action.dismiss": "התעלם", + "action.trust": "לבטוח", + "action.reload": "טעינה מחדש", + "action.cancel": "ביטול", + "action.stop": "עצור", + "action.join": "הצטרפות", + "action.close": "סגור", + "action.accept": "קבל", + "action.upgrade": "שדרג", + "action.verify": "אימות", + "action.update": "עדכון", + "action.delete": "מחק", + "action.upload": "העלאה", + "action.collapse": "הִתמוֹטְטוּת", + "action.reset": "אתחל", + "action.share": "לשתף", + "action.skip": "דלג", + "action.logout": "יציאה", + "action.view": "צפה", + "action.expand": "להרחיב" } diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 27ae0d71e19..6a1500760da 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -4,7 +4,6 @@ "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": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", - "Dismiss": "खारिज", "powered by Matrix": "मैट्रिक्स द्वारा संचालित", "Call Failed": "कॉल विफल", "You cannot place a call with yourself.": "आप अपने साथ कॉल नहीं कर सकते हैं।", @@ -123,7 +122,6 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", - "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", @@ -194,7 +192,6 @@ "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", - "Close": "बंद", "and %(count)s others...": { "other": "और %(count)s अन्य ...", "one": "और एक अन्य..." @@ -254,7 +251,6 @@ "Prompt before sending invites to potentially invalid matrix IDs": "संभावित अवैध मैट्रिक्स आईडी को निमंत्रण भेजने से पहले सूचित करें", "Messages containing my username": "मेरे उपयोगकर्ता नाम वाले संदेश", "The other party cancelled the verification.": "दूसरे पक्ष ने सत्यापन रद्द कर दिया।", - "Cancel": "रद्द", "Verified!": "सत्यापित!", "You've successfully verified this user.": "आपने इस उपयोगकर्ता को सफलतापूर्वक सत्यापित कर लिया है।", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "इस उपयोगकर्ता के सुरक्षित संदेश एंड-टू-एंड एन्क्रिप्टेड हैं और तीसरे पक्ष द्वारा पढ़ने में सक्षम नहीं हैं।", @@ -562,7 +558,6 @@ "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", - "Trust": "विश्वास", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "इस क्रिया के लिए ईमेल पते या फ़ोन नंबर को मान्य करने के लिए डिफ़ॉल्ट पहचान सर्वर तक पहुँचने की आवश्यकता है, लेकिन सर्वर के पास सेवा की कोई शर्तें नहीं हैं।", "Identity server has no terms of service": "पहचान सर्वर की सेवा की कोई शर्तें नहीं हैं", @@ -604,7 +599,6 @@ "Confirm adding phone number": "फ़ोन नंबर जोड़ने की पुष्टि करें", "Confirm adding this phone number by using Single Sign On to prove your identity.": "अपनी पहचान साबित करने के लिए सिंगल साइन ऑन का उपयोग करके इस फ़ोन नंबर को जोड़ने की पुष्टि करें।", "Add Email Address": "ईमेल पता जोड़ें", - "Confirm": "पुष्टि", "Click the button below to confirm adding this email address.": "इस ईमेल पते को जोड़ने की पुष्टि करने के लिए नीचे दिए गए बटन पर क्लिक करें।", "Confirm adding email": "ईमेल जोड़ने की पुष्टि करें", "Single Sign On": "केवल हस्ताक्षर के ऊपर", @@ -633,5 +627,11 @@ "remove": "हटाए", "save": "अमुकनाम्ना", "yes": "हाँ" - } + }, + "action.confirm": "पुष्टि", + "action.dismiss": "खारिज", + "action.trust": "विश्वास", + "action.cancel": "रद्द", + "action.close": "बंद", + "action.accept": "स्वीकार" } diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index 48294f265d9..c09600fa023 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ova email adresa se već koristi", "This phone number is already in use": "Ovaj broj telefona se već koristi", "Failed to verify email address: make sure you clicked the link in the email": "Nismo u mogućnosti verificirati Vašu email adresu. Provjerite dali ste kliknuli link u mailu", - "Dismiss": "Odbaci", "France": "Francuska", "Finland": "Finska", "Fiji": "Fiji", @@ -90,7 +89,6 @@ "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.", "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge", @@ -157,7 +155,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Add Email Address": "Dodaj email adresu", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Integration manager": "Upravitelj integracijama", @@ -170,5 +167,8 @@ "action": { "continue": "Nastavi", "ok": "OK" - } + }, + "action.confirm": "Potvrdi", + "action.dismiss": "Odbaci", + "action.trust": "Vjeruj" } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 65bef539f09..c0d10f52777 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,14 +1,11 @@ { - "Cancel": "Mégse", "Search": "Keresés", - "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", "unknown error code": "ismeretlen hibakód", - "Accept": "Elfogadás", "Account": "Fiók", "Add": "Hozzáadás", "Admin": "Admin", @@ -25,7 +22,6 @@ "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?", "Create new room": "Új szoba létrehozása", - "Close": "Bezárás", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -93,7 +89,6 @@ "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.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a csatlakozásuk idejétől kezdve.", @@ -253,7 +248,6 @@ "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Ezzel a folyamattal lehetőséged van betölteni a titkosítási kulcsokat amiket egy másik Matrix kliensből mentettél ki. Ez után minden üzenetet vissza tudsz fejteni amit a másik kliens tudott.", "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.": "Ha egy újabb %(brand)s verziót használt, akkor valószínűleg ez a munkamenet nem lesz kompatibilis vele. Zárja be az ablakot és térjen vissza az újabb verzióhoz.", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", - "Skip": "Kihagy", "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", @@ -421,7 +415,6 @@ "Notification targets": "Értesítések célpontja", "Today": "Ma", "Friday": "Péntek", - "Update": "Frissítés", "What's New": "Újdonságok", "On": "Be", "Changelog": "Változások", @@ -442,7 +435,6 @@ "Developer Tools": "Fejlesztői eszközök", "Preparing to send logs": "Előkészülés napló küldéshez", "Saturday": "Szombat", - "Reject": "Elutasítás", "Monday": "Hétfő", "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", @@ -666,13 +658,11 @@ "Room avatar": "Szoba profilképe", "Room Name": "Szoba neve", "Room Topic": "Szoba témája", - "Join": "Csatlakozás", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", - "Confirm": "Megerősítés", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", "Other": "Egyéb", "Guest": "Vendég", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "A böngésző valószínűleg törölte ezeket az adatokat, amikor lecsökkent a szabad lemezterület.", "Upload files (%(current)s of %(total)s)": "Fájlok feltöltése (%(current)s / %(total)s)", "Upload files": "Fájlok feltöltése", - "Upload": "Feltöltés", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ez a fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s, de a fájl %(sizeOfThisFile)s méretű.", "These files are too large to upload. The file size limit is %(limit)s.": "A fájl túl nagy a feltöltéshez. A fájlméret korlátja %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Néhány fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s.", @@ -895,7 +884,6 @@ "Uploaded sound": "Feltöltött hang", "Sounds": "Hangok", "Notification sound": "Értesítési hang", - "Reset": "Visszaállítás", "Set a new custom sound": "Új egyénii hang beállítása", "Browse": "Böngészés", "Use lowercase letters, numbers, dashes and underscores only": "Csak kisbetűt, számokat, kötőjeleket és aláhúzásokat használj", @@ -963,7 +951,6 @@ "Unable to revoke sharing for email address": "Az e-mail cím megosztását nem sikerült visszavonni", "Unable to share email address": "Az e-mail címet nem sikerült megosztani", "Revoke": "Visszavon", - "Share": "Megosztás", "Discovery options will appear once you have added an email above.": "Felkutatási beállítások megjelennek amint hozzáadtál egy e-mail címet alább.", "Unable to revoke sharing for phone number": "A telefonszám megosztást nem sikerült visszavonni", "Unable to share phone number": "A telefonszámot nem sikerült megosztani", @@ -1017,7 +1004,6 @@ "Remove recent messages": "Friss üzenetek törlése", "Error changing power level requirement": "A szükséges hozzáférési szint megváltoztatása nem sikerült", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Hiba történt a szobához szükséges hozzáférési szint megváltoztatása során. Ellenőrizze, hogy megvan-e hozzá a megfelelő jogosultsága, és próbálja újra.", - "View": "Megtekintés", "Explore rooms": "Szobák felderítése", "Verify the link in your inbox": "Ellenőrizd a hivatkozást a bejövő leveleid között", "Complete": "Kiegészít", @@ -1085,7 +1071,6 @@ "Room %(name)s": "Szoba: %(name)s", "Unread messages.": "Olvasatlan üzenetek.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ez a művelet az e-mail-cím vagy telefonszám ellenőrzése miatt hozzáférést igényel a(z) alapértelmezett azonosítási kiszolgálójához, de a kiszolgálónak nincsenek felhasználási feltételei.", - "Trust": "Megbízom benne", "Message Actions": "Üzenet Műveletek", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Ellenőrizte: %(name)s", @@ -1130,7 +1115,6 @@ "Trusted": "Megbízható", "Not trusted": "Megbízhatatlan", "Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.", - "Verify": "Ellenőrzés", "Any of the following data may be shared:": "Az alábbi adatok közül bármelyik megosztásra kerülhet:", "Your display name": "Saját megjelenítendő neve", "Your user ID": "Saját felhasználói azonosítója", @@ -1164,7 +1148,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor küldjön egy hibajelentést.", "You'll upgrade this room from to .": " verzióról verzióra fogja fejleszteni a szobát.", - "Upgrade": "Fejlesztés", " wants to chat": " csevegni szeretne", "Start chatting": "Beszélgetés elkezdése", "Cross-signing public keys:": "Az eszközök közti hitelesítés nyilvános kulcsai:", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Csak meghívóval, saját célra és csoportok számára ideális", "Open space for anyone, best for communities": "Mindenki számára nyílt tér, a közösségek számára ideális", "Create a space": "Tér létrehozása", - "Delete": "Törlés", "Jump to the bottom of the timeline when you send a message": "Üzenetküldés után az idővonal aljára ugrás", "This homeserver has been blocked by its administrator.": "A Matrix-kiszolgálót a rendszergazda zárolta.", "You're already in a call with this person.": "Már hívásban van ezzel a személlyel.", @@ -2388,8 +2370,6 @@ "Please provide an address": "Kérem adja meg a címet", "This space has no local addresses": "Ennek a térnek nincs helyi címe", "Space information": "Tér információi", - "Collapse": "Összecsukás", - "Expand": "Kibontás", "Recommended for public spaces.": "A nyilvános terekhez ajánlott.", "Allow people to preview your space before they join.": "A tér előnézetének engedélyezése a belépés előtt.", "Preview Space": "Tér előnézete", @@ -2578,7 +2558,6 @@ "Format": "Formátum", "Export Chat": "Beszélgetés exportálása", "Exporting your data": "Adatai exportálása", - "Stop": "Leállítás", "The export was cancelled successfully": "Az exportálás sikeresen félbeszakítva", "Export Successful": "Exportálás sikeres", "MB": "MB", @@ -2917,7 +2896,6 @@ "Internal room ID": "Belső szobaazonosító", "Group all your people in one place.": "Csoportosítsa az összes ismerősét egy helyre.", "Group all your favourite rooms and people in one place.": "Csoportosítsa az összes kedvenc szobáját és ismerősét egy helyre.", - "Call": "Hívás", "IRC (Experimental)": "IRC (kísérleti)", "Navigate to previous message in composer history": "Előző üzenetre navigálás a szerkesztőben", "Navigate to next message in composer history": "Következő üzenetre navigálás a szerkesztőben", @@ -3553,7 +3531,6 @@ "Early previews": "Lehetőségek korai megjelenítése", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "Mi várható a(z) %(brand)s fejlesztésében? A labor a legjobb hely az új dolgok kipróbálásához, visszajelzés adásához és a funkciók éles indulás előtti kialakításában történő segítséghez.", "Upcoming features": "Készülő funkciók", - "Apply": "Alkalmaz", "Search users in this room…": "Felhasználók keresése a szobában…", "Give one or multiple users in this room more privileges": "Több jog adása egy vagy több felhasználónak a szobában", "Add privileged users": "Privilegizált felhasználók hozzáadása", @@ -3766,7 +3743,6 @@ "Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen", "Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen", "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?", - "Reload": "Újratöltés", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ez lehet attól, hogy az alkalmazás több lapon is nyitva van, vagy hogy a böngészőadatok törölve lettek.", "Database unexpectedly closed": "Az adatbázis váratlanul lezárult", "Formatting": "Formázás", @@ -3880,5 +3856,29 @@ "a11y": { "user_menu": "Felhasználói menü" }, - "Home": "Kezdőlap" + "Home": "Kezdőlap", + "action.reject": "Elutasítás", + "action.confirm": "Megerősítés", + "action.dismiss": "Eltüntetés", + "action.trust": "Megbízom benne", + "action.reload": "Újratöltés", + "action.cancel": "Mégse", + "action.stop": "Leállítás", + "action.join": "Csatlakozás", + "action.close": "Bezárás", + "action.accept": "Elfogadás", + "action.upgrade": "Fejlesztés", + "action.verify": "Ellenőrzés", + "action.update": "Frissítés", + "action.call": "Hívás", + "action.delete": "Törlés", + "action.upload": "Feltöltés", + "action.collapse": "Összecsukás", + "action.apply": "Alkalmaz", + "action.reset": "Visszaállítás", + "action.share": "Megosztás", + "action.skip": "Kihagy", + "action.logout": "Kilépés", + "action.view": "Megtekintés", + "action.expand": "Kibontás" } diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 452ca8e67fa..6359e89815e 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,5 +1,4 @@ { - "Accept": "Terima", "Account": "Akun", "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", @@ -10,7 +9,6 @@ "An error has occurred.": "Telah terjadi kesalahan.", "Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?", "Change Password": "Ubah Kata Sandi", - "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", "Current password": "Kata sandi sekarang", @@ -28,7 +26,6 @@ "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", - "Logout": "Keluar", "Low priority": "Prioritas rendah", "New passwords don't match": "Kata sandi baru tidak cocok", "": "", @@ -103,8 +100,6 @@ "Messages sent by bot": "Pesan dikirim oleh bot", "Notification targets": "Target notifikasi", "Today": "Hari Ini", - "Dismiss": "Abaikan", - "Update": "Perbarui", "Notifications": "Notifikasi", "What's New": "Apa Yang Baru", "On": "Nyala", @@ -127,7 +122,6 @@ "Unnamed room": "Ruang tanpa nama", "Friday": "Jumat", "Saturday": "Sabtu", - "Reject": "Tolak", "Monday": "Senin", "Collecting logs": "Mengumpulkan catatan", "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", @@ -139,7 +133,6 @@ "Call invitation": "Undangan panggilan", "What's new?": "Apa yang baru?", "When I'm invited to a room": "Ketika saya diundang ke ruangan", - "Cancel": "Batalkan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", "Back": "Kembali", @@ -522,7 +515,6 @@ "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", - "Trust": "Percayakan", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aksi ini memerlukan mengakses server identitas bawaan untuk memvalidasi sebuah alamat email atau nomor telepon, tetapi server ini tidak memiliki syarat layanan apa pun.", "Identity server has no terms of service": "Identitas server ini tidak memiliki syarat layanan", @@ -567,7 +559,6 @@ "Confirm adding phone number": "Konfirmasi penambahan nomor telepon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Konfirmasi penambahan nomor telepon ini dengan menggunakan Single Sign On untuk membuktikan identitas Anda.", "Add Email Address": "Tambahkan Alamat Email", - "Confirm": "Konfirmasi", "Click the button below to confirm adding this email address.": "Klik tombol di bawah untuk mengkonfirmasi penambahan alamat email ini.", "Confirm adding email": "Konfirmasi penambahan email", "Single Sign On": "Single Sign On", @@ -576,7 +567,6 @@ "Toolbox": "Kotak Peralatan", "expand": "buka", "collapse": "tutup", - "Join": "Bergabung", "Code": "Kode", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { @@ -607,7 +597,6 @@ "Users": "Pengguna", "Emoji": "Emoji", "Phone": "Ponsel", - "Skip": "Lewat", "Historical": "Riwayat", "Idle": "Idle", "Online": "Daring", @@ -676,24 +665,18 @@ "Folder": "Map", "Scissors": "Gunting", "Cancelling…": "Membatalkan…", - "Verify": "Lakukan verifikasi", - "Upgrade": "Tingkatkan", "Ok": "Ok", "Success!": "Berhasil!", - "View": "Pratinjau", "Summary": "Kesimpulan", "Service": "Layanan", "Notes": "Nota", "edited": "diedit", "Re-join": "Bergabung Ulang", - "Share": "Bagikan", "Browse": "Jelajahi", "Sounds": "Suara", "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", - "Reset": "Atur Ulang", - "Upload": "Unggah", "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", @@ -916,7 +899,6 @@ "Disagree": "Tidak Setuju", "Sent": "Terkirim", "Format": "Format", - "Stop": "Berhenti", "MB": "MB", "Custom level": "Tingkat kustom", "Decrypting": "Mendekripsi", @@ -926,8 +908,6 @@ "Global": "Global", "Keyword": "Kata kunci", "Rename": "Ubah Nama", - "Collapse": "Tutup", - "Expand": "Buka", "Visibility": "Visibilitas", "Address": "Alamat", "Hangup": "Akhiri", @@ -945,7 +925,6 @@ "Setting:": "Pengaturan:", "Value": "Nilai", "Spaces": "Space", - "Delete": "Hapus", "Connecting": "Menghubungkan", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s menghapus peraturan pencekalan pengguna yang berisi %(glob)s", "Message deleted by %(name)s": "Pesan dihapus oleh %(name)s", @@ -2931,7 +2910,6 @@ "Group all your favourite rooms and people in one place.": "Kelompokkan semua ruangan dan orang favorit Anda di satu tempat.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Space adalah cara untuk mengelompokkan ruangan dan orang. Di sampingnya space yang Anda berada, Anda dapat menggunakan space yang sudah dibuat.", "IRC (Experimental)": "IRC (Eksperimental)", - "Call": "Panggil", "Toggle hidden event visibility": "Alih visibilitas peristiwa tersembunyi", "Redo edit": "Ulangi editan", "Force complete": "Selesaikan dengan paksa", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "Sesi ini tidak mendukung enkripsi dan tidak dapat diverifikasi.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Untuk keamanan dan privasi yang terbaik, kami merekomendasikan menggunakan klien Matrix yang mendukung enkripsi.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Anda tidak akan dapat berpartisipasi dalam ruangan di mana enkripsi diaktifkan ketika menggunakan sesi ini.", - "Apply": "Terapkan", "Search users in this room…": "Cari pengguna di ruangan ini…", "Give one or multiple users in this room more privileges": "Berikan satu atau beberapa pengguna dalam ruangan ini lebih banyak izin", "Add privileged users": "Tambahkan pengguna yang diizinkan", @@ -3763,7 +3740,6 @@ "Mute room": "Bisukan ruangan", "Match default setting": "Sesuai dengan pengaturan bawaan", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Pengguna (%(user)s) akhirnya tidak diundang ke %(roomId)s tetapi tidak ada kesalahan yang diberikan dari utilitas pengundang", - "Reload": "Muat ulang", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ini mungkin terjadi karena memiliki aplikasinya terbuka di beberapa tab atau karena menghapus data peramban.", "Database unexpectedly closed": "Basis data ditutup secara tidak terduga", "Start DM anyway": "Mulai percakapan langsung saja", @@ -3981,5 +3957,29 @@ "a11y": { "user_menu": "Menu pengguna" }, - "Home": "Beranda" + "Home": "Beranda", + "action.reject": "Tolak", + "action.confirm": "Konfirmasi", + "action.dismiss": "Abaikan", + "action.trust": "Percayakan", + "action.reload": "Muat ulang", + "action.cancel": "Batalkan", + "action.stop": "Berhenti", + "action.join": "Bergabung", + "action.close": "Tutup", + "action.accept": "Terima", + "action.upgrade": "Tingkatkan", + "action.verify": "Lakukan verifikasi", + "action.update": "Perbarui", + "action.call": "Panggil", + "action.delete": "Hapus", + "action.upload": "Unggah", + "action.collapse": "Tutup", + "action.apply": "Terapkan", + "action.reset": "Atur Ulang", + "action.share": "Bagikan", + "action.skip": "Lewat", + "action.logout": "Keluar", + "action.view": "Pratinjau", + "action.expand": "Buka" } diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index ed153fb2ded..286df28ea23 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,7 +61,6 @@ "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", - "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", @@ -116,9 +115,7 @@ "Search…": "Leita…", "This Room": "Þessi spjallrás", "All Rooms": "Allar spjallrásir", - "Cancel": "Hætta við", "Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.", - "Close": "Loka", "not specified": "ekki tilgreint", "Sunday": "Sunnudagur", "Monday": "Mánudagur", @@ -131,7 +128,6 @@ "Yesterday": "Í gær", "Error decrypting attachment": "Villa við afkóðun viðhengis", "Copied!": "Afritað!", - "Dismiss": "Hunsa", "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", @@ -139,7 +135,6 @@ "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", - "Update": "Uppfæra", "What's new?": "Hvað er nýtt á döfinni?", "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", @@ -169,17 +164,14 @@ "Invalid Email Address": "Ógilt tölvupóstfang", "Verification Pending": "Sannvottun í bið", "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", - "Skip": "Sleppa", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", - "Reject": "Hafna", "Low Priority": "Lítill forgangur", "Signed Out": "Skráð/ur út", "Terms and Conditions": "Skilmálar og kvaðir", - "Logout": "Útskráning", "Invite to this room": "Bjóða inn á þessa spjallrás", "Notifications": "Tilkynningar", "Connectivity to the server has been lost.": "Tenging við vefþjón hefur rofnað.", @@ -398,26 +390,21 @@ "Add Email Address": "Bæta við tölvupóstfangi", "Click the button below to confirm adding this email address.": "Smelltu á hnappinn hér að neðan til að staðfesta að bæta við þessu netfangi.", "Confirm adding email": "Staðfestu að bæta við tölvupósti", - "Upgrade": "Uppfæra", - "Verify": "Sannreyna", "Trusted": "Treyst", "Subscribe": "Skrá", "Unsubscribe": "Afskrá", "None": "Ekkert", "Ignored/Blocked": "Hunsað/Hindrað", - "Trust": "Treysta", "Flags": "Fánar", "Symbols": "Tákn", "Objects": "Hlutir", "Activities": "Afþreying", "Document": "Skjal", "Complete": "Fullklára", - "View": "Skoða", "Strikethrough": "Yfirstrikletrað", "Italics": "Skáletrað", "Bold": "Feitletrað", "Disconnect": "Aftengjast", - "Share": "Deila", "Revoke": "Afturkalla", "Discovery": "Uppgötvun", "Actions": "Aðgerðir", @@ -426,7 +413,6 @@ "Service": "Þjónusta", "Removing…": "Er að fjarlægja…", "Browse": "Skoða", - "Reset": "Endursetja", "Sounds": "Hljóð", "edited": "breytti", "Re-join": "Taka þátt aftur", @@ -456,8 +442,6 @@ "Dog": "Hundur", "Guest": "Gestur", "Other": "Annað", - "Confirm": "Staðfesta", - "Join": "Taka þátt", "Encrypted": "Dulritað", "Encryption": "Dulritun", "Timeline": "Tímalína", @@ -763,7 +747,6 @@ "Afghanistan": "Afganistan", "United States": "Bandaríkin", "United Kingdom": "Stóra Bretland", - "Call": "Símtal", "More": "Meira", "Dialpad": "Talnaborð", "Connecting": "Tengist", @@ -784,7 +767,6 @@ "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", - "Stop": "Stöðva", "That's fine": "Það er í góðu", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", @@ -1101,12 +1083,8 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", - "Collapse": "Fella saman", - "Expand": "Fletta út", "Go back": "Til baka", "Address": "Vistfang", - "Upload": "Senda inn", - "Delete": "Eyða", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", @@ -3184,7 +3162,6 @@ "Connection": "Tenging", "Video settings": "Myndstillingar", "Voice settings": "Raddstillingar", - "Apply": "Virkja", "Search users in this room…": "Leita að notendum á þessari spjallrás…", "Complete these to get the most out of %(brand)s": "Kláraðu þetta til að fá sem mest út úr %(brand)s", "You did it!": "Þú kláraðir þetta!", @@ -3368,5 +3345,28 @@ "a11y": { "user_menu": "Valmynd notandans" }, - "Home": "Forsíða" + "Home": "Forsíða", + "action.reject": "Hafna", + "action.confirm": "Staðfesta", + "action.dismiss": "Hunsa", + "action.trust": "Treysta", + "action.cancel": "Hætta við", + "action.stop": "Stöðva", + "action.join": "Taka þátt", + "action.close": "Loka", + "action.accept": "Samþykkja", + "action.upgrade": "Uppfæra", + "action.verify": "Sannreyna", + "action.update": "Uppfæra", + "action.call": "Símtal", + "action.delete": "Eyða", + "action.upload": "Senda inn", + "action.collapse": "Fella saman", + "action.apply": "Virkja", + "action.reset": "Endursetja", + "action.share": "Deila", + "action.skip": "Sleppa", + "action.logout": "Útskráning", + "action.view": "Skoða", + "action.expand": "Fletta út" } diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 26104b35cac..33530d90ae9 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -5,10 +5,7 @@ "powered by Matrix": "offerto da Matrix", "Search": "Cerca", "unknown error code": "codice errore sconosciuto", - "Cancel": "Annulla", - "Close": "Chiudi", "Create new room": "Crea una nuova stanza", - "Dismiss": "Chiudi", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", @@ -114,7 +111,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", - "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", "Phone": "Telefono", @@ -332,7 +328,6 @@ "Unable to add email address": "Impossibile aggiungere l'indirizzo email", "Unable to verify email address.": "Impossibile verificare l'indirizzo email.", "This will allow you to reset your password and receive notifications.": "Ciò ti permetterà di reimpostare la tua password e ricevere notifiche.", - "Skip": "Salta", "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", "Reject invitation": "Rifiuta l'invito", @@ -344,7 +339,6 @@ "For security, this session has been signed out. Please sign in again.": "Per sicurezza questa sessione è stata disconnessa. Accedi di nuovo.", "Old cryptography data detected": "Rilevati dati di crittografia obsoleti", "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.": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.", - "Logout": "Disconnetti", "Connectivity to the server has been lost.": "Connessione al server persa.", "Sent messages will be stored until your connection has returned.": "I messaggi inviati saranno salvati fino al ritorno della connessione.", "You seem to be uploading files, are you sure you want to quit?": "Sembra che tu stia inviando file, sei sicuro di volere uscire?", @@ -418,7 +412,6 @@ "Notification targets": "Obiettivi di notifica", "Today": "Oggi", "Friday": "Venerdì", - "Update": "Aggiornamento", "On": "Acceso", "Changelog": "Cambiamenti", "Waiting for response from server": "In attesa di una risposta dal server", @@ -439,7 +432,6 @@ "Developer Tools": "Strumenti per sviluppatori", "Preparing to send logs": "Preparazione invio dei log", "Saturday": "Sabato", - "Reject": "Rifiuta", "Monday": "Lunedì", "Toolbox": "Strumenti", "Collecting logs": "Sto recuperando i log", @@ -771,7 +763,6 @@ "Room avatar": "Avatar della stanza", "Room Name": "Nome stanza", "Room Topic": "Argomento stanza", - "Join": "Entra", "Power level": "Livello poteri", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.", "Incoming Verification Request": "Richiesta di verifica in arrivo", @@ -786,7 +777,6 @@ "Change": "Cambia", "Email (optional)": "Email (facoltativa)", "Phone (optional)": "Telefono (facoltativo)", - "Confirm": "Conferma", "Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico", "Other": "Altro", "Couldn't load page": "Caricamento pagina fallito", @@ -858,7 +848,6 @@ "Your browser likely removed this data when running low on disk space.": "Probabilmente il tuo browser ha rimosso questi dati per mancanza di spazio su disco.", "Upload files (%(current)s of %(total)s)": "Invio dei file (%(current)s di %(total)s)", "Upload files": "Invia i file", - "Upload": "Carica", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Questo file è troppo grande da inviare. Il limite di dimensione è %(limit)s ma questo file è di %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Questi file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Alcuni file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Suono inviato", "Sounds": "Suoni", "Notification sound": "Suoni di notifica", - "Reset": "Ripristina", "Set a new custom sound": "Imposta un nuovo suono personalizzato", "Browse": "Sfoglia", "Cannot reach homeserver": "Impossibile raggiungere l'homeserver", @@ -957,7 +945,6 @@ "Unable to revoke sharing for email address": "Impossibile revocare la condivisione dell'indirizzo email", "Unable to share email address": "Impossibile condividere l'indirizzo email", "Revoke": "Revoca", - "Share": "Condividi", "Discovery options will appear once you have added an email above.": "Le opzioni di scoperta appariranno dopo aver aggiunto un'email sopra.", "Unable to revoke sharing for phone number": "Impossibile revocare la condivisione del numero di telefono", "Unable to share phone number": "Impossibile condividere il numero di telefono", @@ -1032,7 +1019,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", - "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", "Clear cache and reload": "Svuota la cache e ricarica", @@ -1129,7 +1115,6 @@ "Trusted": "Fidato", "Not trusted": "Non fidato", "Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.", - "Verify": "Verifica", "Any of the following data may be shared:": "Possono essere condivisi tutti i seguenti dati:", "Your display name": "Il tuo nome visualizzato", "Your user ID": "Il tuo ID utente", @@ -1148,7 +1133,6 @@ "Integrations are disabled": "Le integrazioni sono disattivate", "Integrations not allowed": "Integrazioni non permesse", "Remove for everyone": "Rimuovi per tutti", - "Trust": "Fidati", "Manage integrations": "Gestisci integrazioni", "Ignored/Blocked": "Ignorati/Bloccati", "Verification Request": "Richiesta verifica", @@ -1165,7 +1149,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, segnala un errore.", "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", - "Upgrade": "Aggiorna", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce utenti corrispondenti a %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce stanze corrispondenti a %(glob)s", "%(senderName)s removed the rule banning servers matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce server corrispondenti a %(glob)s", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Solo su invito, la scelta migliore per te o i team", "Open space for anyone, best for communities": "Spazio aperto a tutti, la scelta migliore per le comunità", "Create a space": "Crea uno spazio", - "Delete": "Elimina", "Jump to the bottom of the timeline when you send a message": "Salta in fondo alla linea temporale quando invii un messaggio", "This homeserver has been blocked by its administrator.": "Questo homeserver è stato bloccato dal suo amministratore.", "You're already in a call with this person.": "Sei già in una chiamata con questa persona.", @@ -2343,8 +2325,6 @@ "Please provide an address": "Inserisci un indirizzo", "This space has no local addresses": "Questo spazio non ha indirizzi locali", "Space information": "Informazioni spazio", - "Collapse": "Riduci", - "Expand": "Espandi", "Preview Space": "Anteprima spazio", "Decide who can view and join %(spaceName)s.": "Decidi chi può vedere ed entrare in %(spaceName)s.", "Visibility": "Visibilità", @@ -2597,7 +2577,6 @@ "Select from the options below to export chats from your timeline": "Seleziona dalle opzioni sotto per esportare le chat dalla linea temporale", "Export Chat": "Esporta conversazione", "Exporting your data": "Esportazione dei dati", - "Stop": "Ferma", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Vuoi davvero fermare l'esportazione dei dati? Se lo fai, dovrai ricominciare da capo.", "Your export was successful. Find it in your Downloads folder.": "Esportazione riuscita. La puoi trovare nella cartella Download.", "The export was cancelled successfully": "Esportazione annullata correttamente", @@ -2925,7 +2904,6 @@ "Navigate to previous message to edit": "Vai al precedente messaggio da modificare", "Navigate to next message to edit": "Vai al prossimo messaggio da modificare", "Internal room ID": "ID interno stanza", - "Call": "Chiama", "Group all your rooms that aren't part of a space in one place.": "Raggruppa tutte le tue stanze che non fanno parte di uno spazio in un unico posto.", "Group all your people in one place.": "Raggruppa tutte le tue persone in un unico posto.", "Group all your favourite rooms and people in one place.": "Raggruppa tutte le tue stanze e persone preferite in un unico posto.", @@ -3570,7 +3548,6 @@ "This session doesn't support encryption and thus can't be verified.": "Questa sessione non supporta la crittografia, perciò non può essere verificata.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Per maggiore sicurezza e privacy, è consigliabile usare i client di Matrix che supportano la crittografia.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Non potrai partecipare in stanze dove la crittografia è attiva mentre usi questa sessione.", - "Apply": "Applica", "Search users in this room…": "Cerca utenti in questa stanza…", "Give one or multiple users in this room more privileges": "Dai più privilegi a uno o più utenti in questa stanza", "Add privileged users": "Aggiungi utenti privilegiati", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.", "Poll history": "Cronologia sondaggi", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L'utente (%(user)s) non è stato segnato come invitato in %(roomId)s, ma non c'è stato alcun errore dall'utilità di invito", - "Reload": "Ricarica", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Potrebbe essere causato dall'apertura dell'app in schede multiple o dalla cancellazione dei dati del browser.", "Database unexpectedly closed": "Database chiuso inaspettatamente", "Mute room": "Silenzia stanza", @@ -3981,5 +3957,29 @@ "a11y": { "user_menu": "Menu utente" }, - "Home": "Pagina iniziale" + "Home": "Pagina iniziale", + "action.reject": "Rifiuta", + "action.confirm": "Conferma", + "action.dismiss": "Chiudi", + "action.trust": "Fidati", + "action.reload": "Ricarica", + "action.cancel": "Annulla", + "action.stop": "Ferma", + "action.join": "Entra", + "action.close": "Chiudi", + "action.accept": "Accetta", + "action.upgrade": "Aggiorna", + "action.verify": "Verifica", + "action.update": "Aggiornamento", + "action.call": "Chiama", + "action.delete": "Elimina", + "action.upload": "Carica", + "action.collapse": "Riduci", + "action.apply": "Applica", + "action.reset": "Ripristina", + "action.share": "Condividi", + "action.skip": "Salta", + "action.logout": "Disconnetti", + "action.view": "Vedi", + "action.expand": "Espandi" } diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 54233398943..469cee1a603 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -1,13 +1,11 @@ { "Anyone": "誰でも", "Change Password": "パスワードを変更", - "Close": "閉じる", "Current password": "現在のパスワード", "Favourite": "お気に入り", "Invited": "招待済", "Low priority": "低優先度", "Notifications": "通知", - "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", "New Password": "新しいパスワード", @@ -23,7 +21,6 @@ "Camera": "カメラ", "Are you sure?": "よろしいですか?", "Operation failed": "操作に失敗しました", - "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", "Submit debug logs": "デバッグログを送信", "Online": "オンライン", @@ -65,7 +62,6 @@ "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", - "Update": "更新", "Failed to send logs: ": "ログの送信に失敗しました: ", "Unavailable": "使用できません", "Source URL": "ソースのURL", @@ -74,7 +70,6 @@ "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", - "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", "Send logs": "ログを送信", @@ -190,7 +185,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": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", - "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", "Phone": "電話", @@ -446,7 +440,6 @@ "Unable to add email address": "メールアドレスを追加できません", "Unable to verify email address.": "メールアドレスを確認できません。", "This will allow you to reset your password and receive notifications.": "パスワードをリセットして通知を受け取れるようになります。", - "Skip": "スキップ", "Share Room": "ルームを共有", "Link to most recent message": "最新のメッセージにリンク", "Share User": "ユーザーを共有", @@ -468,7 +461,6 @@ "Review terms and conditions": "利用規約を確認", "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の古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。", - "Logout": "ログアウト", "You can't send any messages until you review and agree to our terms and conditions.": "利用規約 を確認して同意するまでは、いかなるメッセージも送信できません。", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "このホームサーバーが月間アクティブユーザー制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "このホームサーバーがリソース制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", @@ -590,7 +582,6 @@ "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)sがこのルームを「招待者のみ参加可能」に変更しました。", "%(senderDisplayName)s has allowed guests to join the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を許可しました。", "Only continue if you trust the owner of the server.": "サーバーの所有者を信頼する場合のみ続行してください。", - "Trust": "信頼", "Use an identity server to invite by email. Manage in Settings.": "IDサーバーを使用し、メールで招待。設定画面で管理。", "%(senderDisplayName)s changed the join rule to %(rule)s": "%(senderDisplayName)sが参加ルールを「%(rule)s」に変更しました。", "%(senderDisplayName)s has prevented guests from joining the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を拒否しました。", @@ -629,7 +620,6 @@ "Room Addresses": "ルームのアドレス", "Sounds": "音", "Notification sound": "通知音", - "Reset": "リセット", "Set a new custom sound": "カスタム音を設定", "Browse": "参照", "Roles & Permissions": "役割と権限", @@ -639,7 +629,6 @@ "Encrypted": "暗号化", "Email Address": "メールアドレス", "Main address": "メインアドレス", - "Join": "参加", "Create a private room": "非公開ルームを作成", "Topic (optional)": "トピック(任意)", "Hide advanced": "高度な設定を非表示にする", @@ -714,7 +703,6 @@ "Never send encrypted messages to unverified sessions in this room from this session": "このセッションでは、このルームの未認証のセッションに対して暗号化されたメッセージを送信しない", "Encrypted messages in one-to-one chats": "1対1のチャットでの暗号化されたメッセージ", "Encrypted messages in group chats": "グループチャットでの暗号化されたメッセージ", - "Upload": "アップロード", "Enable desktop notifications for this session": "このセッションでデスクトップ通知を有効にする", "Email addresses": "メールアドレス", "This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています", @@ -749,7 +737,6 @@ "Unknown Command": "不明なコマンド", "Unrecognised command: %(commandText)s": "認識されていないコマンド:%(commandText)s", "Send as message": "メッセージとして送信", - "Confirm": "承認", "Enable audible notifications for this session": "このセッションで音声通知を有効にする", "Enable encryption?": "暗号化を有効にしますか?", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "一度有効にしたルームの暗号化は無効にすることはできません。暗号化されたルームで送信されたメッセージは、サーバーからは閲覧できず、そのルームのメンバーだけが閲覧できます。暗号化を有効にすると、多くのボットやブリッジが正常に動作しなくなる可能性があります。暗号化についての詳細はこちらをご覧ください。", @@ -761,8 +748,6 @@ "Not Trusted": "信頼されていません", "Later": "後で", "Review": "確認", - "Upgrade": "アップグレード", - "Verify": "認証", "Trusted": "信頼済", "Not trusted": "信頼されていません", "%(count)s verified sessions": { @@ -1073,7 +1058,6 @@ "Unable to share phone number": "電話番号を共有できません", "Unable to revoke sharing for phone number": "電話番号の共有を取り消せません", "Discovery options will appear once you have added an email above.": "上でメールアドレスを追加すると、発見可能に設定するメールアドレスを選択できるようになります。", - "Share": "共有", "Revoke": "取り消す", "Complete": "完了", "Verify the link in your inbox": "受信したメールの認証リンクを開いてください", @@ -1804,7 +1788,6 @@ "Invite only, best for yourself or teams": "招待者のみ参加可能。個人やチーム向け", "Open space for anyone, best for communities": "誰でも参加できる公開スペース。コミュニティー向け", "Create a space": "スペースを作成", - "Delete": "削除", "Jump to the bottom of the timeline when you send a message": "メッセージを送信する際にタイムラインの最下部に移動", "This homeserver has been blocked by its administrator.": "このホームサーバーは管理者によりブロックされています。", "You're already in a call with this person.": "既にこの人と通話中です。", @@ -2024,7 +2007,6 @@ "Previous autocomplete suggestion": "前の自動補完の候補", "Next autocomplete suggestion": "次の自動補完の候補", "Expand map": "地図を開く", - "Expand": "展開", "Expand room list section": "ルーム一覧のセクションを展開", "Collapse room list section": "ルーム一覧のセクションを折りたたむ", "Automatically send debug logs when key backup is not functioning": "鍵のバックアップが機能していない際に、自動的にデバッグログを送信", @@ -2289,7 +2271,6 @@ "Remove from room": "ルームから追放", "Failed to remove user": "ユーザーの追放に失敗しました", "Success!": "成功しました!", - "Collapse": "折りたたむ", "Comment": "コメント", "Information": "情報", "Restore": "復元", @@ -2392,7 +2373,6 @@ "Invalid URL": "不正なURL", "The server is offline.": "サーバーはオフラインです。", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "匿名のデータを共有すると、問題の特定に役立ちます。個人情報の収集や、第三者とのデータ共有はありません。詳細を確認", - "Stop": "停止", "JSON": "JSON", "HTML": "HTML", "Generating a ZIP": "ZIPファイルを生成しています", @@ -2564,7 +2544,6 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", - "View": "表示", "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", @@ -2667,7 +2646,6 @@ "other": "%(severalUsers)sが%(count)s件の非表示のメッセージを送信しました" }, "Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "アンケートを終了してよろしいですか?投票を締め切り、最終結果を表示します。", - "Call": "通話", "Your camera is still enabled": "カメラがまだ有効です", "Your camera is turned off": "カメラが無効です", "Sends the given message with a space themed effect": "メッセージを宇宙のテーマのエフェクトと共に送信", @@ -3378,7 +3356,6 @@ "30s forward": "30秒進める", "30s backward": "30秒戻す", "Change layout": "レイアウトを変更", - "Apply": "適用", "Cancelled": "キャンセル済", "Create a link": "リンクを作成", "Edit link": "リンクを編集", @@ -3778,5 +3755,28 @@ "a11y": { "user_menu": "ユーザーメニュー" }, - "Home": "ホーム" + "Home": "ホーム", + "action.reject": "拒否", + "action.confirm": "承認", + "action.dismiss": "閉じる", + "action.trust": "信頼", + "action.cancel": "キャンセル", + "action.stop": "停止", + "action.join": "参加", + "action.close": "閉じる", + "action.accept": "同意", + "action.upgrade": "アップグレード", + "action.verify": "認証", + "action.update": "更新", + "action.call": "通話", + "action.delete": "削除", + "action.upload": "アップロード", + "action.collapse": "折りたたむ", + "action.apply": "適用", + "action.reset": "リセット", + "action.share": "共有", + "action.skip": "スキップ", + "action.logout": "ログアウト", + "action.view": "表示", + "action.expand": "展開" } diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index c0aeb6dd16d..cde0455af0b 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -119,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", - "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", @@ -226,7 +225,6 @@ "Bell": "janbe", "Headphones": "selsnapra", "Pin": "pijne", - "Upload": "nu kibdu'a", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", @@ -284,10 +282,8 @@ "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", - "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", - "Verify": "nu co'a lacri", "What's New": "notci le du'u cnino", "You joined the call": ".i do mo'u co'a fonjo'e", "%(senderName)s joined the call": ".i la'o zoi. %(senderName)s .zoi mo'u co'a fonjo'e", @@ -329,7 +325,6 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", - "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", @@ -354,7 +349,6 @@ "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", "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", @@ -371,7 +365,6 @@ "Download %(text)s": "nu kibycpa la'o zoi. %(text)s .zoi", "Explore rooms": "nu facki le du'u ve zilbe'i", "Create Account": "nu pa re'u co'a jaspu", - "Dismiss": "nu mipri", "common": { "analytics": "lanli datni", "error": "nabmi", @@ -396,5 +389,12 @@ "save": "nu co'a vreji", "start": "nu co'a co'e", "start_chat": "nu co'a tavla" - } + }, + "action.dismiss": "nu mipri", + "action.close": "nu zilmipri", + "action.accept": "nu fonjo'e", + "action.verify": "nu co'a lacri", + "action.upload": "nu kibdu'a", + "action.share": "nu jungau", + "action.logout": "nu co'u jaspu" } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index d5110a32fc3..7953f02fc46 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -5,12 +5,10 @@ "Sign In": "შესვლა", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", - "Dismiss": "დახურვა", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", "Use Single Sign On to continue": "გასაგრძელებლად გამოიყენე ერთჯერადი ავტორიზაცია", "Confirm adding email": "დაადასტურე ელ.ფოსტის დამატება", "Click the button below to confirm adding this email address.": "ელ. ფოსტის ამ მისამართის დამატება დაადასტურე ღილაკზე დაჭერით.", - "Confirm": "დადასტურება", "Add Email Address": "ელ. ფოსტის მისამართის დამატება", "Failed to verify email address: make sure you clicked the link in the email": "ელ. ფოსტის მისამართის ვერიფიკაცია ვერ მოხერხდა: დარწმუნდი, რომ დააჭირე ბმულს ელ. ფოსტის წერილში", "Confirm adding this phone number by using Single Sign On to prove your identity.": "ამ ტელეფონის ნომრის დასადასტურებლად გამოიყენე ერთჯერადი ავტორიზაცია, საკუთარი იდენტობის დასადასტურებლად.", @@ -56,5 +54,7 @@ "common": { "error": "შეცდომა", "attachment": "Მიმაგრებული ფაილი" - } + }, + "action.confirm": "დადასტურება", + "action.dismiss": "დახურვა" } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index 6f559de63ff..21aec074d4c 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,8 +1,5 @@ { - "Confirm": "Sentem", - "Dismiss": "Agwi", "Permission Required": "Tasiregt tlaq", - "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", "Tue": "Ara", @@ -24,7 +21,6 @@ "Dec": "Duj", "PM": "MD", "AM": "FT", - "Trust": "Ittkel", "Create Account": "Rnu amiḍan", "Sign In": "Kcem", "Default": "Amezwer", @@ -43,14 +39,9 @@ "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", - "Close": "Mdel", "Ok": "Ih", - "Upgrade": "Leqqem", - "Verify": "Senqed", "What's New": "D acu-t umaynut", - "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", - "Accept": "Qbel", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -67,7 +58,6 @@ "Anchor": "Tamdeyt", "Headphones": "Wennez", "Folder": "Akaram", - "Upload": "Sali", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -101,14 +91,12 @@ "Microphone": "Asawaḍ", "Camera": "Takamiṛatt", "Sounds": "Imesla", - "Reset": "Wennez", "Browse": "Inig", "Default role": "Tamlilt tamzwert", "Permissions": "Tisirag", "Anyone": "Yal yiwen", "Encryption": "Awgelhen", "Complete": "Yemmed", - "Share": "Bḍu", "Verification code": "Tangalt n usenqed", "Add": "Rnu", "Email Address": "Tansa n yimayl", @@ -119,7 +107,6 @@ "Unknown": "Arussin", "Search": "Nadi", "Sign Up": "Jerred", - "Reject": "Agi", "Sort by": "Semyizwer s", "Activity": "Armud", "A-Z": "A-Z", @@ -147,7 +134,6 @@ "Flags": "Anayen", "Categories": "Taggayin", "More options": "Ugar n textiṛiyin", - "Join": "Rnu", "collapse": "fneẓ", "Server name": "Isem n uqeddac", "Close dialog": "Mdel adiwenni", @@ -164,7 +150,6 @@ "Send report": "Azen aneqqis", "Refresh": "Smiren", "Email address": "Tansa n yimayl", - "Skip": "Zgel", "Terms of Service": "Tiwtilin n useqdec", "Service": "Ameẓlu", "Summary": "Agzul", @@ -182,8 +167,6 @@ "Register": "Jerred", "Explore rooms": "Snirem tixxamin", "Unknown error": "Tuccḍa tarussint", - "Logout": "Tuffɣa", - "View": "Sken", "Guest": "Anerzaf", "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", @@ -2007,5 +1990,22 @@ "a11y": { "user_menu": "Umuɣ n useqdac" }, - "Home": "Agejdan" + "Home": "Agejdan", + "action.reject": "Agi", + "action.confirm": "Sentem", + "action.dismiss": "Agwi", + "action.trust": "Ittkel", + "action.cancel": "Sefsex", + "action.join": "Rnu", + "action.close": "Mdel", + "action.accept": "Qbel", + "action.upgrade": "Leqqem", + "action.verify": "Senqed", + "action.update": "Leqqem", + "action.upload": "Sali", + "action.reset": "Wennez", + "action.share": "Bḍu", + "action.skip": "Zgel", + "action.logout": "Tuffɣa", + "action.view": "Sken" } diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 4420cf6603c..527c0923bdf 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -1,13 +1,9 @@ { - "Cancel": "취소", - "Close": "닫기", "Create new room": "새 방 만들기", - "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", - "Accept": "수락", "Account": "계정", "Add": "추가", "Admin": "관리자", @@ -95,7 +91,6 @@ "Sign in with": "이것으로 로그인", "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", - "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -254,13 +249,11 @@ "Authentication check failed: incorrect password?": "인증 확인 실패: 비밀번호를 틀리셨나요?", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", - "Skip": "건너뛰기", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", "Today": "오늘", "Friday": "금요일", - "Update": "업데이트", "What's New": "새로운 점", "On": "켜기", "Changelog": "바뀐 점", @@ -281,7 +274,6 @@ "Developer Tools": "개발자 도구", "Unnamed room": "이름 없는 방", "Saturday": "토요일", - "Reject": "거절하기", "Monday": "월요일", "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", @@ -745,7 +737,6 @@ "Uploaded sound": "업로드된 소리", "Sounds": "소리", "Notification sound": "알림 소리", - "Reset": "되돌리기", "Set a new custom sound": "새 맞춤 소리 설정", "Browse": "찾기", "Change room avatar": "방 아바타 변경", @@ -774,7 +765,6 @@ "Unable to revoke sharing for email address": "이메일 주소 공유를 취소할 수 없음", "Unable to share email address": "이메일 주소를 공유할 수 없음", "Revoke": "취소", - "Share": "공유", "Discovery options will appear once you have added an email above.": "위에 이메일을 추가하면 검색 옵션에 나타납니다.", "Unable to revoke sharing for phone number": "전화번호 공유를 취소할 수 없음", "Unable to share phone number": "전화번호를 공유할 수 없음", @@ -823,7 +813,6 @@ "reacted with %(shortName)s": "%(shortName)s으로 리액션함", "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", - "Join": "참가", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -893,7 +882,6 @@ "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", - "Upload": "업로드", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "이 파일은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s이지만 이 파일은 %(sizeOfThisFile)s입니다.", "These files are too large to upload. The file size limit is %(limit)s.": "이 파일들은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "일부 파일이 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", @@ -926,7 +914,6 @@ "Enter username": "사용자 이름 입력", "Some characters not allowed": "일부 문자는 허용할 수 없습니다", "Email (optional)": "이메일 (선택)", - "Confirm": "확인", "Phone (optional)": "전화 (선택)", "Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함", "Couldn't load page": "페이지를 불러올 수 없음", @@ -1016,7 +1003,6 @@ "one": "1개의 메시지 삭제" }, "Remove recent messages": "최근 메시지 삭제", - "View": "보기", "Explore rooms": "방 검색", "Please fill why you're reporting.": "왜 신고하는 지 이유를 적어주세요.", "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", @@ -1084,7 +1070,6 @@ "Room %(name)s": "%(name)s 방", "Unread messages.": "읽지 않은 메시지.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "이 작업에는 이메일 주소 또는 전화번호를 확인하기 위해 기본 ID 서버 에 접근해야 합니다. 하지만 서버가 서비스 약관을 갖고 있지 않습니다.", - "Trust": "신뢰함", "Message Actions": "메시지 동작", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "%(name)s님을 확인했습니다", @@ -1129,7 +1114,6 @@ "Trusted": "신뢰함", "Not trusted": "신뢰하지 않음", "Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.", - "Verify": "확인", "You have ignored this user, so their message is hidden. Show anyways.": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. 무시하고 보이기.", "Any of the following data may be shared:": "다음 데이터가 공유됩니다:", "Your display name": "당신의 표시 이름", @@ -1165,7 +1149,6 @@ "Appearance Settings only affect this %(brand)s session.": "모습 설정은 이 %(brand)s 세션에만 영향을 끼칩니다.", "Customise your appearance": "모습 개인화하기", "Delete avatar": "아바타 삭제", - "Delete": "삭제", "More options": "추가 옵션", "Pin to sidebar": "사이드바 고정", "Developer tools": "개발자 도구", @@ -1235,7 +1218,6 @@ "Leave all rooms": "모든 방에서 떠나기", "Show all rooms": "모든 방 목록 보기", "All rooms": "모든 방 목록", - "Expand": "펼치기", "Create a new space": "새로운 스페이스 만들기", "Create a space": "스페이스 만들기", "Export Chat": "대화 내보내기", @@ -1397,5 +1379,23 @@ "view_source": "소스 보기", "yes": "네" }, - "Home": "홈" + "Home": "홈", + "action.reject": "거절하기", + "action.confirm": "확인", + "action.dismiss": "버리기", + "action.trust": "신뢰함", + "action.cancel": "취소", + "action.join": "참가", + "action.close": "닫기", + "action.accept": "수락", + "action.verify": "확인", + "action.update": "업데이트", + "action.delete": "삭제", + "action.upload": "업로드", + "action.reset": "되돌리기", + "action.share": "공유", + "action.skip": "건너뛰기", + "action.logout": "로그아웃", + "action.view": "보기", + "action.expand": "펼치기" } diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index 1f2745b5d44..db9b2fa7e4b 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -5,7 +5,6 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "ຢືນຢັນການເພີ່ມອີເມວນີ້ໂດຍໃຊ້ Single Sign On ເພື່ອພິສູດຕົວຕົນຂອງທ່ານ.", "Failed to verify email address: make sure you clicked the link in the email": "ບໍ່ສາມາດກວດສອບອີເມວໄດ້: ໃຫ້ແນ່ໃຈວ່າທ່ານໄດ້ກົດໃສ່ການເຊື່ອມຕໍ່ໃນອີເມວ", "Add Email Address": "ເພີ່ມອີເມວ", - "Confirm": "ຢືນຢັນ", "Click the button below to confirm adding this email address.": "ກົດປຸ່ມຂ້າງລຸ່ມເພື່ອຢືນຢັນການເພີ່ມອີເມວນີ້.", "Confirm adding email": "ຢືນຢັນການເພີ່ມອີເມວ", "Single Sign On": "ເຂົ້າລະບົບແບບປະຕູດຽວ (SSO)", @@ -195,7 +194,6 @@ "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", - "Trust": "ເຊື່ອຖືໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "ການດຳເນິນການນີ້ຕ້ອງໄດ້ມີການເຂົ້າເຖິງຂໍ້ມູນການຢັ້ງຢືນຕົວຕົນທີ່ ເພື່ອກວດສອບອີເມວ ຫຼື ເບີໂທລະສັບ, ແຕ່ເຊີບເວີບໍ່ມີເງື່ອນໄຂໃນບໍລິການໃດໆ.", "Identity server has no terms of service": "ຂໍ້ມູນເຊີບເວີ ບໍ່ມີໃຫ້ບໍລິການ", @@ -258,7 +256,6 @@ "The user you called is busy.": "ຜູ້ໃຊ້ທີ່ທ່ານໂທຫາຍັງບໍ່ຫວ່າງ.", "User Busy": "ຜູ້ໃຊ້ບໍ່ຫວ່າງ", "Call Failed": "ໂທບໍ່ສຳເລັດ", - "Dismiss": "ຍົກເລີກ", "Unable to load! Check your network connectivity and try again.": "ບໍ່ສາມາດໂຫຼດໄດ້! ກະລຸນາກວດເບິ່ງການເຊື່ອມຕໍ່ເຄືອຂ່າຍຂອງທ່ານ ແລະ ລອງໃໝ່ອີກຄັ້ງ.", "Calls are unsupported": "ບໍ່ຮອງຮັບການໂທ", "Room %(roomId)s not visible": "ບໍ່ເຫັນຫ້ອງ %(roomId)s", @@ -399,7 +396,6 @@ "Unable to share phone number": "ບໍ່ສາມາດແບ່ງປັນເບີໂທລະສັບໄດ້", "Unable to revoke sharing for phone number": "ບໍ່ສາມາດຖອນການແບ່ງປັນສຳລັບເບີໂທລະສັບໄດ້", "Discovery options will appear once you have added an email above.": "ຕົວເລືອກການຄົ້ນພົບຈະປາກົດຂຶ້ນເມື່ອທ່ານໄດ້ເພີ່ມອີເມວຂ້າງເທິງ.", - "Share": "ແບ່ງປັນ", "Revoke": "ຖອນຄືນ", "Complete": "ສໍາເລັດ", "Verify the link in your inbox": "ຢືນຢັນການເຊື່ອມຕໍ່ໃນ inbox ຂອງທ່ານ", @@ -556,7 +552,6 @@ "You are not subscribed to any lists": "ເຈົ້າຍັງບໍ່ໄດ້ສະໝັກໃຊ້ລາຍການໃດໆ", "You are currently ignoring:": "ຕອນນີ້ທ່ານກຳລັງລະເລີຍ:", "You have not ignored anyone.": "ເຈົ້າຍັງບໍ່ໄດ້ລະເລີຍຜູ້ໃດຜູ້ໜຶ່ງ.", - "Close": "ປິດ", "User rules": "ກົດລະບຽບຂອງຜູ້ໃຊ້", "Server rules": "ກົດລະບຽບຂອງ ເຊີບເວີ", "Ban list rules - %(roomName)s": "ກົດລະບຽບຂອງລາຍຊື່ຕ້ອງຫ້າມ-%(roomName)s", @@ -576,7 +571,6 @@ "Versions": "ເວິຊັ້ນ", "FAQ": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", "Cross-signing public keys:": "ກະແຈສາທາລະນະທີ່ມີ Cross-signing:", - "Reset": "ຕັ້ງຄ່າຄືນ", "Cross-signing is not set up.": "ບໍ່ໄດ້ຕັ້ງຄ່າ Cross-signing.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "ບັນຊີຂອງທ່ານມີຂໍ້ມູນແບບ cross-signing ໃນການເກັບຮັກສາຄວາມລັບ, ແຕ່ວ່າຍັງບໍ່ມີຄວາມເຊື່ອຖືໃນລະບົບນີ້.", "Cross-signing is ready but keys are not backed up.": "ການລົງຊື່ຂ້າມແມ່ນພ້ອມແລ້ວແຕ່ກະແຈບໍ່ໄດ້ສຳຮອງໄວ້.", @@ -625,8 +619,6 @@ "Failed to copy": "ສຳເນົາບໍ່ສຳເລັດ", "Copied!": "ສຳເນົາແລ້ວ!", "Click to copy": "ກົດເພື່ອສຳເນົາ", - "Collapse": "ຫຍໍ້ລົງ", - "Expand": "ຂະຫຍາຍ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", @@ -642,9 +634,7 @@ "e.g. my-space": "ຕົວຢ່າງ: ພື້ນທີ່ຂອງຂ້ອຍ", "Please enter a name for the space": "ກະລຸນາໃສ່ຊື່ສໍາລັບຊ່ອງຫວ່າງ", "Search %(spaceName)s": "ຊອກຫາ %(spaceName)s", - "Upload": "ອັບໂຫຼດ", "Upload avatar": "ອັບໂຫຼດອາວາຕ້າ", - "Delete": "ລຶບ", "Delete avatar": "ລືບອາວາຕ້າ", "Space selection": "ການເລືອກພື້ນທີ່", "Match system": "ລະບົບການຈັບຄູ່", @@ -823,7 +813,6 @@ "Sign out and remove encryption keys?": "ອອກຈາກລະບົບ ແລະ ລຶບລະຫັດການເຂົ້າລະຫັດອອກບໍ?", "Link to most recent message": "ເຊື່ອມຕໍ່ກັບຂໍ້ຄວາມຫຼ້າສຸດ", "Share Room": "ແບ່ງປັນຫ້ອງ", - "Skip": "ຂ້າມ", "This will allow you to reset your password and receive notifications.": "ນີ້ຈະຊ່ວຍໃຫ້ທ່ານສາມາດປັບລະຫັດຜ່ານຂອງທ່ານ ແລະ ໄດ້ຮັບການແຈ້ງເຕືອນ.", "Email address": "ທີ່ຢູ່ອີເມວ", "Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.", @@ -1007,7 +996,6 @@ "You're all caught up": "ໝົດແລ້ວໝົດເລີຍ", "%(creator)s created and configured the room.": "%(creator)s ສ້າງ ແລະ ກຳນົດຄ່າຫ້ອງ.", "%(creator)s created this DM.": "%(creator)s ສ້າງ DM ນີ້.", - "Logout": "ອອກຈາກລະບົບ", "Verification requested": "ຂໍການຢັ້ງຢືນ", "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 ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.", "Old cryptography data detected": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ", @@ -1482,7 +1470,6 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", - "Cancel": "ຍົກເລີກ", "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", @@ -2248,8 +2235,6 @@ "one": "ເຫັນໂດຍ %(count)s ຄົນ", "other": "ເຫັນໂດຍ %(count)s ຄົນ" }, - "Join": "ເຂົ້າຮ່ວມ", - "View": "ເບິ່ງ", "Unknown": "ບໍ່ຮູ້ຈັກ", "Idle": "ບໍ່ເຮັດວຽກ", "Online": "ອອນລາຍ", @@ -2359,15 +2344,12 @@ "Guest": "ແຂກ", "New version of %(brand)s is available": "ເວີຊັນໃໝ່ຂອງ %(brand)s ພ້ອມໃຊ້ງານ", "Update %(brand)s": "ອັບເດດ %(brand)s", - "Update": "ອັບເດດ", "What's New": "ມີຫຍັງໃຫມ່", "What's new?": "ມີຫຍັງໃຫມ່?", "%(deviceId)s from %(ip)s": "%(deviceId)s ຈາກ %(ip)s", "New login. Was this you?": "ເຂົ້າສູ່ລະບົບໃໝ່. ນີ້ແມ່ນທ່ານບໍ?", "Other users may not trust it": "ຜູ້ໃຊ້ອື່ນໆອາດຈະບໍ່ໄວ້ວາງໃຈ", "Safeguard against losing access to encrypted messages & data": "ປ້ອງກັນການສູນເສຍການເຂົ້າເຖິງຂໍ້ຄວາມ ແລະຂໍ້ມູນທີ່ເຂົ້າລະຫັດ", - "Verify": "ຢືນຢັນ", - "Upgrade": "ຍົກລະດັບ", "Verify this session": "ຢືນຢັນລະບົບນີ້", "Encryption upgrade available": "ມີການຍົກລະດັບການເຂົ້າລະຫັດ", "Set up Secure Backup": "ຕັ້ງຄ່າການສໍາຮອງຂໍ້ມູນທີ່ປອດໄພ", @@ -2380,7 +2362,6 @@ "Use app for a better experience": "ໃຊ້ແອັບເພື່ອປະສົບການທີ່ດີກວ່າ", "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", - "Accept": "ຍອມຮັບ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2393,7 +2374,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "ບໍ່ເປັນຫຍັງ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { @@ -2668,7 +2648,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "ບໍ່ສາມາດເບິ່ງຕົວຢ່າງ %(roomName)s ໄດ້. ທ່ານຕ້ອງການເຂົ້າຮ່ວມມັນບໍ?", "You're previewing %(roomName)s. Want to join it?": "ທ່ານກຳລັງເບິ່ງຕົວຢ່າງ %(roomName)s. ຕ້ອງການເຂົ້າຮ່ວມບໍ?", "Reject & Ignore user": "ປະຕິເສດ ແລະ ບໍ່ສົນໃຈຜູ້ໃຊ້", - "Reject": "ປະຕິເສດ", " invited you": " ເຊີນທ່ານ", "Do you want to join %(roomName)s?": "ທ່ານຕ້ອງການເຂົ້າຮ່ວມ %(roomName)s ບໍ?", "Start chatting": "ເລີ່ມການສົນທະນາ", @@ -2892,7 +2871,6 @@ "You've successfully verified this user.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ສຳເລັດແລ້ວ.", "Verified!": "ຢືນຢັນແລ້ວ!", "The other party cancelled the verification.": "ອີກຝ່າຍໄດ້ຍົກເລີກການຢັ້ງຢືນ.", - "Call": "ໂທ", "%(name)s on hold": "%(name)s ຖືກລະງັບໄວ້", "Return to call": "ກັບໄປທີ່ການໂທ", "Hangup": "ວາງສາຍ", @@ -3309,5 +3287,27 @@ "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" }, - "Home": "ໜ້າຫຼັກ" + "Home": "ໜ້າຫຼັກ", + "action.reject": "ປະຕິເສດ", + "action.confirm": "ຢືນຢັນ", + "action.dismiss": "ຍົກເລີກ", + "action.trust": "ເຊື່ອຖືໄດ້", + "action.cancel": "ຍົກເລີກ", + "action.stop": "ຢຸດ", + "action.join": "ເຂົ້າຮ່ວມ", + "action.close": "ປິດ", + "action.accept": "ຍອມຮັບ", + "action.upgrade": "ຍົກລະດັບ", + "action.verify": "ຢືນຢັນ", + "action.update": "ອັບເດດ", + "action.call": "ໂທ", + "action.delete": "ລຶບ", + "action.upload": "ອັບໂຫຼດ", + "action.collapse": "ຫຍໍ້ລົງ", + "action.reset": "ຕັ້ງຄ່າຄືນ", + "action.share": "ແບ່ງປັນ", + "action.skip": "ຂ້າມ", + "action.logout": "ອອກຈາກລະບົບ", + "action.view": "ເບິ່ງ", + "action.expand": "ຂະຫຍາຍ" } diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 2e6abdff895..7c81d14d662 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -6,7 +6,6 @@ "Notification targets": "Pranešimo objektai", "Today": "Šiandien", "Friday": "Penktadienis", - "Update": "Atnaujinti", "Notifications": "Pranešimai", "On": "Įjungta", "Changelog": "Keitinių žurnalas", @@ -22,7 +21,6 @@ "All Rooms": "Visi pokalbių kambariai", "Source URL": "Šaltinio URL adresas", "Messages sent by bot": "Boto siųstos žinutės", - "Cancel": "Atšaukti", "Filter results": "Išfiltruoti rezultatus", "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", @@ -32,7 +30,6 @@ "Search…": "Paieška…", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", - "Dismiss": "Atmesti", "Saturday": "Šeštadienis", "Online": "Prisijungęs", "Monday": "Pirmadienis", @@ -51,13 +48,11 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", - "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", - "Reject": "Atmesti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", @@ -123,7 +118,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", - "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", @@ -393,7 +387,6 @@ "Unable to add email address": "Nepavyko pridėti el. pašto adreso", "Unable to verify email address.": "Nepavyko patvirtinti el. pašto adreso.", "This will allow you to reset your password and receive notifications.": "Tai jums leis iš naujo nustatyti slaptažodį ir gauti pranešimus.", - "Skip": "Praleisti", "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ų!", @@ -416,7 +409,6 @@ "Identity server has no terms of service": "Tapatybės serveris neturi paslaugų teikimo sąlygų", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šiam veiksmui reikalinga pasiekti numatytąjį tapatybės serverį , kad patvirtinti el. pašto adresą arba telefono numerį, bet serveris neturi jokių paslaugos teikimo sąlygų.", "Only continue if you trust the owner of the server.": "Tęskite tik tuo atveju, jei pasitikite serverio savininku.", - "Trust": "Pasitikėti", "You need to be able to invite users to do that.": "Norėdami tai atlikti jūs turite turėti galimybę pakviesti vartotojus.", "Power level must be positive integer.": "Galios lygis privalo būti teigiamas sveikasis skaičius.", "Messages": "Žinutės", @@ -523,7 +515,6 @@ "Messages containing my username": "Žinutės, kuriose yra mano vartotojo vardas", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (galia %(powerLevelNumber)s)", "Enter username": "Įveskite vartotojo vardą", - "Confirm": "Patvirtinti", "Create account": "Sukurti paskyrą", "Change identity server": "Pakeisti tapatybės serverį", "Change": "Keisti", @@ -715,7 +706,6 @@ "Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.", "Messages containing @room": "Žinutės, kuriose yra @kambarys", "To be secure, do this in person or use a trusted way to communicate.": "Norėdami užtikrinti saugumą, darykite tai asmeniškai arba naudokite patikimą komunikacijos būdą.", - "Verify": "Patvirtinti", "Restore from Backup": "Atkurti iš Atsarginės Kopijos", "Preferences": "Nuostatos", "Cryptography": "Kriptografija", @@ -881,9 +871,7 @@ "Folder": "Aplankas", "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", - "Upgrade": "Atnaujinti", "Accept to continue:": "Sutikite su , kad tęstumėte:", - "Upload": "Įkelti", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Jūsų paskyra slaptoje saugykloje turi kryžminio pasirašymo tapatybę, bet šis seansas dar ja nepasitiki.", "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", @@ -962,7 +950,6 @@ "Can't leave Server Notices room": "Negalima išeiti iš Serverio Pranešimų kambario", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Šis kambarys yra naudojamas svarbioms žinutėms iš serverio, tad jūs negalite iš jo išeiti.", "Terms and Conditions": "Taisyklės ir Sąlygos", - "Logout": "Atsijungti", "Reject & Ignore user": "Atmesti ir ignoruoti vartotoją", "Reject invitation": "Atmesti pakvietimą", "You can only join it with a working invite.": "Jūs galite prisijungti tik su veikiančiu pakvietimu.", @@ -989,7 +976,6 @@ "Continue With Encryption Disabled": "Tęsti išjungus šifravimą", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Patvirtinkite šį vartotoją, kad pažymėtumėte jį kaip patikimą. Vartotojų pažymėjimas patikimais suteikia jums papildomos ramybės naudojant visapusiškai užšifruotas žinutes.", "Sign out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", - "View": "Žiūrėti", "Confirm encryption setup": "Patvirtinti šifravimo sąranką", "Click the button below to confirm setting up encryption.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šifravimo nustatymą.", "Restore your key backup to upgrade your encryption": "Atkurkite savo atsarginę raktų kopiją, kad atnaujintumėte šifravimą", @@ -1054,7 +1040,6 @@ "Import E2E room keys": "Importuoti E2E (visapusio šifravimo) kambarių raktus", "Session ID:": "Seanso ID:", "Session key:": "Seanso raktas:", - "Reset": "Iš naujo nustatyti", "Failed to connect to integration manager": "Nepavyko prisijungti prie integracijų tvarkytuvo", "Please create a new issue on GitHub so that we can investigate this bug.": "Prašome sukurti naują problemą GitHub'e, kad mes galėtume ištirti šią klaidą.", "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Pasakyite mums kas nutiko, arba, dar geriau, sukurkite GitHub problemą su jos apibūdinimu.", @@ -1159,7 +1144,6 @@ "You must join the room to see its files": "Norėdami pamatyti jo failus, turite prisijungti prie kambario", "Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai", "Block anyone not part of %(serverName)s from ever joining this room.": "Blokuoti bet ką, kas nėra iš %(serverName)s, niekada nebeleidžiant prisijungti prie šio kambario.", - "Join": "Prisijungti", "Join the conference from the room information card on the right": "Prisijunkite prie konferencijos kambario informacijos kortelėje dešinėje", "Join the conference at the top of this room": "Prisijunkite prie konferencijos šio kambario viršuje", "Join the discussion": "Prisijungti prie diskusijos", @@ -1759,7 +1743,6 @@ "Verification code": "Patvirtinimo kodas", "Revoke": "Panaikinti", "Complete": "Užbaigti", - "Share": "Dalintis", "Olm version:": "Olm versija:", "Enable email notifications for %(email)s": "Įjungti el. pašto pranešimus %(email)s", "Messages containing keywords": "Žinutės turinčios raktažodžių", @@ -1803,7 +1786,6 @@ "Address": "Adresas", "Search %(spaceName)s": "Ieškoti %(spaceName)s", "Delete avatar": "Ištrinti avatarą", - "Delete": "Ištrinti", "Return to call": "Grįžti prie skambučio", "Start the camera": "Įjungti kamerą", "Stop the camera": "Išjungti kamerą", @@ -2148,7 +2130,6 @@ "Help improve %(analyticsOwner)s": "Padėkite pagerinti %(analyticsOwner)s", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Dalinkitės anoniminiais duomenimis, kurie padės mums nustatyti problemas. Nieko asmeniško. Jokių trečiųjų šalių. Sužinokite daugiau", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Anksčiau sutikote su mumis dalytis anoniminiais naudojimo duomenimis. Atnaujiname, kaip tai veikia.", - "Stop": "Sustabdyti", "That's fine": "Tai gerai", "File Attached": "Failas pridėtas", "Exported %(count)s events in %(seconds)s seconds": { @@ -2172,8 +2153,6 @@ "Invite with email or username": "Pakviesti su el. paštu arba naudotojo vardu", "Share invite link": "Bendrinti pakvietimo nuorodą", "Click to copy": "Spustelėkite kad nukopijuoti", - "Collapse": "Suskleisti", - "Expand": "Išplėsti", "Show all rooms": "Rodyti visus kambarius", "You can change these anytime.": "Jūs tai galite pakeisti bet kada.", "Add some details to help people recognise it.": "Pridėkite šiek tiek detalių, kad žmonės galėtų ją atpažinti.", @@ -2211,7 +2190,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Laukiama, kol patvirtinsite kitame įrenginyje, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Patvirtinkite šį prietaisą patvirtindami, kad jo ekrane rodomas šis numeris.", "Confirm the emoji below are displayed on both devices, in the same order:": "Patvirtinkite, kad toliau pateikti jaustukai rodomi abiejuose prietaisuose ta pačia tvarka:", - "Call": "Skambinti", "%(name)s on hold": "%(name)s sulaikytas", "Show sidebar": "Rodyti šoninę juostą", "Hide sidebar": "Slėpti šoninę juostą", @@ -2522,5 +2500,27 @@ "view_source": "Peržiūrėti šaltinį", "yes": "Taip" }, - "Home": "Pradžia" + "Home": "Pradžia", + "action.reject": "Atmesti", + "action.confirm": "Patvirtinti", + "action.dismiss": "Atmesti", + "action.trust": "Pasitikėti", + "action.cancel": "Atšaukti", + "action.stop": "Sustabdyti", + "action.join": "Prisijungti", + "action.close": "Uždaryti", + "action.accept": "Priimti", + "action.upgrade": "Atnaujinti", + "action.verify": "Patvirtinti", + "action.update": "Atnaujinti", + "action.call": "Skambinti", + "action.delete": "Ištrinti", + "action.upload": "Įkelti", + "action.collapse": "Suskleisti", + "action.reset": "Iš naujo nustatyti", + "action.share": "Dalintis", + "action.skip": "Praleisti", + "action.logout": "Atsijungti", + "action.view": "Žiūrėti", + "action.expand": "Išplėsti" } diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 7247b1ea2e5..73c2069f57f 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,5 +1,4 @@ { - "Accept": "Akceptēt", "Account": "Konts", "Add": "Pievienot", "Admin": "Administrators", @@ -31,7 +30,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s dzēsa istabas nosaukumu.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s nomainīja istabas tematu uz \"%(topic)s\".", "Changes your display nickname": "Maina jūsu parādāmo vārdu", - "Close": "Aizvērt", "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", @@ -84,7 +82,6 @@ "Sign in with": "Pierakstīties ar", "Join Room": "Pievienoties istabai", "Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem ar brīdi, kad tie pievienojās.", @@ -171,9 +168,7 @@ "Unban": "Atcelt pieejas liegumu", "unknown error code": "nezināms kļūdas kods", "Unnamed Room": "Istaba bez nosaukuma", - "Cancel": "Atcelt", "Create new room": "Izveidot jaunu istabu", - "Dismiss": "Atmest", "You have enabled URL previews by default.": "URL priekšskatījumi pēc noklusējuma jums iriespējoti .", "Upload avatar": "Augšupielādēt avataru", "Upload Failed": "Augšupielāde (nosūtīšana) neizdevās", @@ -250,7 +245,6 @@ "Not a valid %(brand)s keyfile": "Nederīgs %(brand)s atslēgfails", "Authentication check failed: incorrect password?": "Autentifikācijas pārbaude neizdevās. Nepareiza parole?", "Do you want to set an email address?": "Vai vēlies norādīt epasta adresi?", - "Skip": "Izlaist", "and %(count)s others...": { "other": "un vēl %(count)s citi...", "one": "un vēl viens cits..." @@ -419,7 +413,6 @@ "Notification targets": "Paziņojumu adresāti", "Today": "Šodien", "Friday": "Piektdiena", - "Update": "Atjaunināt", "What's New": "Kas jauns", "On": "Ieslēgt", "Changelog": "Izmaiņu vēsture", @@ -441,7 +434,6 @@ "Event sent!": "Notikums nosūtīts!", "Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus", "Saturday": "Sestdiena", - "Reject": "Noraidīt", "Monday": "Pirmdiena", "Toolbox": "Instrumentārijs", "Collecting logs": "Tiek iegūti logfaili", @@ -614,7 +606,6 @@ "Enter a Security Phrase": "Ievadiet slepeno frāzi", "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", - "Confirm": "Apstiprināt", "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ī", @@ -719,7 +710,6 @@ "Uploaded sound": "Augšupielādētie skaņas signāli", "Sounds": "Skaņas signāli", "Set a new custom sound": "Iestatīt jaunu pielāgotu skaņas signālu", - "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.", "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)", @@ -801,7 +791,6 @@ "Recent Conversations": "Nesenās sarunas", "Start a conversation with someone using their name or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - ).", "Start a conversation with someone using their name, email address or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - ).", - "Upload": "Augšupielādēt", "Use your Security Key to continue.": "Izmantojiet savu drošības atslēgu, lai turpinātu.", "Save your Security Key": "Saglabājiet savu drošības atslēgu", "Generate a Security Key": "Ģenerēt drošības atslēgu", @@ -1000,7 +989,6 @@ "Display Name": "Parādāmais vārds", "Add some details to help people recognise it.": "Pievienojiet aprakstu, lai palīdzētu cilvēkiem to atpazīt.", "Create a space": "Izveidot vietu", - "Delete": "Dzēst", "Accept to continue:": "Akceptēt , lai turpinātu:", "Anchor": "Enkurs", "Aeroplane": "Aeroplāns", @@ -1058,7 +1046,6 @@ "Verify this user by confirming the following number appears on their screen.": "Verificēt šo lietotāju, apstiprinot, ka šāds numurs pārādās lietotāja ekrānā.", "You ended the call": "Jūs pabeidzāt zvanu", "Other users may not trust it": "Citi lietotāji var neuzskatīt to par uzticamu", - "Verify": "Verificēt", "Verify this session": "Verificēt šo sesiju", "You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:", "You're already in a call with this person.": "Jums jau notiek zvans ar šo personu.", @@ -1451,7 +1438,6 @@ "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", - "Trust": "Uzticamība", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šai darbībai ir nepieciešama piekļuve noklusējuma identitātes serverim , lai validētu e-pasta adresi vai tālruņa numuru, taču serverim nav pakalpojumu sniegšanas noteikumu.", "Identity server has no terms of service": "Identitātes serverim nav pakalpojumu sniegšanas noteikumu", @@ -1514,7 +1500,6 @@ "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", "Zoom in": "Pietuvināt", "Zoom out": "Attālināt", - "Join": "Pievienoties", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1532,7 +1517,6 @@ "one": "Rādīt %(count)s citu priekšskatījumu", "other": "Rādīt %(count)s citus priekšskatījumus" }, - "Share": "Dalīties", "Access": "Piekļuve", "People with supported clients will be able to join the room without having a registered account.": "Cilvēki ar atbalstītām lietotnēm varēs pievienoties istabai bez reģistrēta konta.", "Decide who can join %(roomName)s.": "Nosakiet, kas var pievienoties %(roomName)s.", @@ -1551,7 +1535,6 @@ "Anyone can find and join.": "Ikviens var atrast un pievienoties.", "Only invited people can join.": "Tikai uzaicināti cilvēki var pievienoties.", "Private (invite only)": "Privāta (tikai ar ielūgumiem)", - "Expand": "Izvērst", "Decide who can view and join %(spaceName)s.": "Nosakiet, kas var skatīt un pievienoties %(spaceName)s.", "Enable guest access": "Iespējot piekļuvi viesiem", "Invite people": "Uzaicināt cilvēkus", @@ -1833,5 +1816,22 @@ "a11y": { "user_menu": "Lietotāja izvēlne" }, - "Home": "Mājup" + "Home": "Mājup", + "action.reject": "Noraidīt", + "action.confirm": "Apstiprināt", + "action.dismiss": "Atmest", + "action.trust": "Uzticamība", + "action.cancel": "Atcelt", + "action.join": "Pievienoties", + "action.close": "Aizvērt", + "action.accept": "Akceptēt", + "action.verify": "Verificēt", + "action.update": "Atjaunināt", + "action.delete": "Dzēst", + "action.upload": "Augšupielādēt", + "action.reset": "Atiestatīt", + "action.share": "Dalīties", + "action.skip": "Izlaist", + "action.logout": "Izrakstīties", + "action.expand": "Izvērst" } diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 46ab1f813c8..3449c1a9ae5 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,8 +1,5 @@ { - "Cancel": "റദ്ദാക്കുക", - "Close": "അടയ്ക്കുക", "Create new room": "പുതിയ റൂം സൃഷ്ടിക്കുക", - "Dismiss": "ഒഴിവാക്കുക", "Failed to forget room %(errCode)s": "%(errCode)s റൂം ഫോര്‍ഗെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Favourite": "പ്രിയപ്പെട്ടവ", "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", @@ -18,7 +15,6 @@ "Notification targets": "നോട്ടിഫിക്കേഷന്‍ ടാര്‍ഗെറ്റുകള്‍", "Today": "ഇന്ന്", "Friday": "വെള്ളി", - "Update": "പുതുക്കുക", "What's New": "പുതിയ വിശേഷങ്ങള്‍", "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", @@ -36,7 +32,6 @@ "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", "Saturday": "ശനി", - "Reject": "നിരസിക്കുക", "Monday": "തിങ്കള്‍", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "All Rooms": "എല്ലാ മുറികളും കാണുക", @@ -77,5 +72,10 @@ "remove": "നീക്കം ചെയ്യുക", "start_chat": "ചാറ്റ് തുടങ്ങുക", "view_source": "സോഴ്സ് കാണുക" - } + }, + "action.reject": "നിരസിക്കുക", + "action.dismiss": "ഒഴിവാക്കുക", + "action.cancel": "റദ്ദാക്കുക", + "action.close": "അടയ്ക്കുക", + "action.update": "പുതുക്കുക" } diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index 5e44298332a..9d272b49e1d 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -2,5 +2,5 @@ "Explore rooms": "Өрөөнүүд үзэх", "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", - "Dismiss": "Орхих" + "action.dismiss": "Орхих" } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 7967cbee199..0ea40779d62 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -18,7 +18,6 @@ "When I'm invited to a room": "Når jeg blir invitert til et rom", "Tuesday": "Tirsdag", "Unnamed room": "Rom uten navn", - "Reject": "Avvis", "Monday": "Mandag", "Failed to forget room %(errCode)s": "Kunne ikke glemme rommet %(errCode)s", "Wednesday": "Onsdag", @@ -26,7 +25,6 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", - "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)", "Thursday": "Torsdag", @@ -37,7 +35,6 @@ "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", "Saturday": "Lørdag", - "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", "You cannot place a call with yourself.": "Du kan ikke ringe deg selv.", "Permission Required": "Tillatelse kreves", @@ -139,8 +136,6 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", - "Cancel": "Avbryt", - "Trust": "Stol på", "Sign In": "Logg inn", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", @@ -154,7 +149,6 @@ "%(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", - "Accept": "Godta", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -186,10 +180,7 @@ "Anchor": "Anker", "Headphones": "Hodetelefoner", "Folder": "Mappe", - "Upgrade": "Oppgrader", - "Verify": "Bekreft", "Review": "Gjennomgang", - "Upload": "Last opp", "Show less": "Vis mindre", "Current password": "Nåværende passord", "New Password": "Nytt passord", @@ -219,7 +210,6 @@ "Timeline": "Tidslinje", "Security & Privacy": "Sikkerhet og personvern", "Camera": "Kamera", - "Reset": "Nullstill", "Browse": "Bla", "Unban": "Opphev utestengelse", "Banned users": "Bannlyste brukere", @@ -229,7 +219,6 @@ "Encrypted": "Kryptert", "Complete": "Fullført", "Revoke": "Tilbakekall", - "Share": "Del", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", "Add": "Legg til", @@ -259,7 +248,6 @@ "Show all": "Vis alt", "Copied!": "Kopiert!", "What's New": "Hva er nytt", - "Update": "Oppdater", "Frequently Used": "Ofte brukte", "Smileys & People": "Smilefjes og folk", "Animals & Nature": "Dyreliv og natur", @@ -272,7 +260,6 @@ "Quick Reactions": "Hurtigreaksjoner", "Cancel search": "Avbryt søket", "More options": "Flere alternativer", - "Join": "Bli med", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -292,7 +279,6 @@ "Go": "Gå", "Refresh": "Oppdater", "Email address": "E-postadresse", - "Skip": "Hopp over", "Share Room Message": "Del rommelding", "Terms of Service": "Vilkår for bruk", "Service": "Tjeneste", @@ -306,9 +292,6 @@ "Phone": "Telefon", "Enter password": "Skriv inn passord", "Enter username": "Skriv inn brukernavn", - "Confirm": "Bekreft", - "Logout": "Logg ut", - "View": "Vis", "Explore rooms": "Se alle rom", "Guest": "Gjest", "Go Back": "Gå tilbake", @@ -1091,7 +1074,6 @@ "one": "%(count)s rom" }, "Invite by username": "Inviter etter brukernavn", - "Delete": "Slett", "Your public space": "Ditt offentlige område", "Your private space": "Ditt private område", "Invite to %(spaceName)s": "Inviter til %(spaceName)s", @@ -1451,7 +1433,6 @@ "Sent": "Sendt", "Sending": "Sender", "Format": "Format", - "Stop": "Stopp avspilling", "MB": "MB", "Zoom in": "Forstørr", "Zoom out": "Forminske", @@ -1462,8 +1443,6 @@ "Keyboard shortcuts": "Tastatursnarveier", "Global": "Globalt", "Keyword": "Nøkkelord", - "Collapse": "Trekk sammen", - "Expand": "Utvid", "Visibility": "Synlighet", "Address": "Adresse", "Delete avatar": "Slett profilbilde", @@ -1590,5 +1569,26 @@ "a11y": { "user_menu": "Brukermeny" }, - "Home": "Hjem" + "Home": "Hjem", + "action.reject": "Avvis", + "action.confirm": "Bekreft", + "action.dismiss": "Avvis", + "action.trust": "Stol på", + "action.cancel": "Avbryt", + "action.stop": "Stopp avspilling", + "action.join": "Bli med", + "action.close": "Lukk", + "action.accept": "Godta", + "action.upgrade": "Oppgrader", + "action.verify": "Bekreft", + "action.update": "Oppdater", + "action.delete": "Slett", + "action.upload": "Last opp", + "action.collapse": "Trekk sammen", + "action.reset": "Nullstill", + "action.share": "Del", + "action.skip": "Hopp over", + "action.logout": "Logg ut", + "action.view": "Vis", + "action.expand": "Utvid" } diff --git a/src/i18n/strings/ne.json b/src/i18n/strings/ne.json index fdbc34821aa..e014c8f4308 100644 --- a/src/i18n/strings/ne.json +++ b/src/i18n/strings/ne.json @@ -5,12 +5,12 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो फोन नम्बर थपेको पुष्टि गर्नुहोस्।", "Failed to verify email address: make sure you clicked the link in the email": "इमेल ठेगाना प्रमाणित गर्न असफल: तपाईंले इमेलमा रहेको लिङ्कमा क्लिक गर्नुभएको छ भनी सुनिश्चित गर्नुहोस्", "Add Email Address": "इमेल ठेगाना थप्नुहोस्", - "Confirm": "पुष्टि गर्नुहोस्", "Click the button below to confirm adding this email address.": "यो इमेल ठेगाना थपिएको पुष्टि गर्न तलको बटनमा क्लिक गर्नुहोस्।", "Confirm adding email": "इमेल थपेको पुष्टि गर्नुहोस्", "Single Sign On": "एकल साइन अन", "Confirm adding this email address by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो इमेल ठेगाना थपेको पुष्टि गर्नुहोस्।", "Use Single Sign On to continue": "जारी राख्न एकल साइन अन प्रयोग गर्नुहोस्", "This phone number is already in use": "यो फोन नम्बर पहिले नै प्रयोगमा छ", - "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ" + "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ", + "action.confirm": "पुष्टि गर्नुहोस्" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 10736015ccf..0704376797b 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -24,8 +24,6 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", - "Cancel": "Annuleren", - "Accept": "Aannemen", "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", @@ -37,9 +35,7 @@ "Camera": "Camera", "Anyone": "Iedereen", "Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer ‘%(roomName)s’ wil verlaten?", - "Close": "Sluiten", "Create new room": "Nieuwe kamer aanmaken", - "Dismiss": "Sluiten", "Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s", "Favourite": "Favoriet", "Notifications": "Meldingen", @@ -132,7 +128,6 @@ "Sign in with": "Inloggen met", "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze toegetreden zijn.", @@ -254,7 +249,6 @@ "Authentication check failed: incorrect password?": "Aanmeldingscontrole mislukt: onjuist wachtwoord?", "Do you want to set an email address?": "Wil je een e-mailadres instellen?", "This will allow you to reset your password and receive notifications.": "Zo kan je een nieuw wachtwoord instellen en meldingen ontvangen.", - "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", @@ -421,7 +415,6 @@ "Notification targets": "Meldingsbestemmingen", "Today": "Vandaag", "Friday": "Vrijdag", - "Update": "Updaten", "What's New": "Wat is er nieuw", "On": "Aan", "Changelog": "Wijzigingslogboek", @@ -441,7 +434,6 @@ "Search…": "Zoeken…", "Developer Tools": "Ontwikkelgereedschap", "Saturday": "Zaterdag", - "Reject": "Weigeren", "Monday": "Maandag", "Toolbox": "Gereedschap", "Collecting logs": "Logs worden verzameld", @@ -724,7 +716,6 @@ "Room Topic": "Kameronderwerp", "This room is a continuation of another conversation.": "Deze kamer is een voortzetting van een ander gesprek.", "Click here to see older messages.": "Klik hier om oudere berichten te bekijken.", - "Join": "Deelnemen", "Power level": "Machtsniveau", "The following users may not exist": "Volgende personen bestaan mogelijk niet", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-ID’s hieronder vinden - wil je ze toch uitnodigen?", @@ -768,7 +759,6 @@ "Change": "Wijzigen", "Email (optional)": "E-mailadres (optioneel)", "Phone (optional)": "Telefoonnummer (optioneel)", - "Confirm": "Bevestigen", "Join millions for free on the largest public server": "Neem deel aan de grootste publieke server samen met miljoenen anderen", "Other": "Overige", "Couldn't load page": "Kon pagina niet laden", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Jouw browser heeft deze gegevens wellicht verwijderd toen de beschikbare opslagSpace vol was.", "Upload files (%(current)s of %(total)s)": "Bestanden versturen (%(current)s van %(total)s)", "Upload files": "Bestanden versturen", - "Upload": "Versturen", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot om te versturen. Het limiet is %(limit)s en dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Geüpload-geluid", "Sounds": "Geluiden", "Notification sound": "Meldingsgeluid", - "Reset": "Opnieuw instellen", "Set a new custom sound": "Stel een nieuw aangepast geluid in", "Browse": "Bladeren", "Cannot reach homeserver": "Kan homeserver niet bereiken", @@ -955,7 +943,6 @@ "Unable to revoke sharing for email address": "Kan delen voor dit e-mailadres niet intrekken", "Unable to share email address": "Kan e-mailadres niet delen", "Revoke": "Intrekken", - "Share": "Delen", "Discovery options will appear once you have added an email above.": "Vindbaarheidopties zullen verschijnen wanneer je een e-mailadres hebt toegevoegd.", "Unable to revoke sharing for phone number": "Kan delen voor dit telefoonnummer niet intrekken", "Unable to share phone number": "Kan telefoonnummer niet delen", @@ -1026,7 +1013,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", - "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", "Clear cache and reload": "Cache wissen en herladen", @@ -1065,7 +1051,6 @@ "Encryption upgrade available": "Versleutelingsupgrade beschikbaar", "You can use /help to list available commands. Did you mean to send this as a message?": "Typ /help om alle opdrachten te zien. Was het je bedoeling dit als bericht te sturen?", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Dit vergt validatie van een e-mailadres of telefoonnummer middels de standaard identiteitsserver , maar die server heeft geen gebruiksvoorwaarden.", - "Trust": "Vertrouwen", "Custom (%(level)s)": "Aangepast (%(level)s)", "Error upgrading room": "Upgraden van kamer mislukt", "Double check that your server supports the room version chosen and try again.": "Ga nogmaals na dat de server de gekozen kamerversie ondersteunt, en probeer het dan opnieuw.", @@ -1123,8 +1108,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Doe dit voor de zekerheid onder vier ogen, of via een betrouwbaar communicatiemedium.", "Lock": "Hangslot", "Other users may not trust it": "Mogelijk wantrouwen anderen het", - "Upgrade": "Upgraden", - "Verify": "Verifiëren", "Later": "Later", "Review": "Controleer", "This bridge was provisioned by .": "Dank aan voor de brug.", @@ -2196,7 +2179,6 @@ "Invite only, best for yourself or teams": "Alleen op uitnodiging, geschikt voor jezelf of teams", "Open space for anyone, best for communities": "Publieke space voor iedereen, geschikt voor gemeenschappen", "Create a space": "Space maken", - "Delete": "Verwijderen", "This homeserver has been blocked by its administrator.": "Deze homeserver is geblokkeerd door jouw beheerder.", "Already in call": "Al in de oproep", "You're already in a call with this person.": "Je bent al in gesprek met deze persoon.", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.", "This space has no local addresses": "Deze Space heeft geen lokaaladres", "Space information": "Space-informatie", - "Collapse": "Invouwen", - "Expand": "Uitvouwen", "Recommended for public spaces.": "Aanbevolen voor publieke spaces.", "Allow people to preview your space before they join.": "Personen toestaan een voorvertoning van jouw space te zien voor deelname.", "Preview Space": "Space voorvertoning", @@ -2582,7 +2562,6 @@ "Select from the options below to export chats from your timeline": "Selecteer met welke opties je jouw chats wilt exporteren van je tijdlijn", "Export Chat": "Chat exporteren", "Exporting your data": "Jouw data aan het exporteren", - "Stop": "Stop", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Weet je zeker dat je wilt stoppen terwijl je jouw data exporteert? Als je dit doet moet je later opnieuw beginnen.", "Your export was successful. Find it in your Downloads folder.": "Jouw export was succesvol. Je vindt hem in je Downloads-map.", "The export was cancelled successfully": "De export was succesvol geannulleerd", @@ -2925,7 +2904,6 @@ "Navigate to previous message to edit": "Navigeer naar het vorige bericht om te bewerken", "Navigate to next message to edit": "Navigeer naar het volgende bericht om te bewerken", "Internal room ID": "Interne ruimte ID", - "Call": "Bellen", "Redo edit": "Opnieuw bewerken", "Force complete": "Voltooiing forceren", "Undo edit": "Bewerken ongedaan maken", @@ -3584,5 +3562,27 @@ "a11y": { "user_menu": "Persoonsmenu" }, - "Home": "Home" + "Home": "Home", + "action.reject": "Weigeren", + "action.confirm": "Bevestigen", + "action.dismiss": "Sluiten", + "action.trust": "Vertrouwen", + "action.cancel": "Annuleren", + "action.stop": "Stop", + "action.join": "Deelnemen", + "action.close": "Sluiten", + "action.accept": "Aannemen", + "action.upgrade": "Upgraden", + "action.verify": "Verifiëren", + "action.update": "Updaten", + "action.call": "Bellen", + "action.delete": "Verwijderen", + "action.upload": "Versturen", + "action.collapse": "Invouwen", + "action.reset": "Opnieuw instellen", + "action.share": "Delen", + "action.skip": "Overslaan", + "action.logout": "Uitloggen", + "action.view": "Bekijken", + "action.expand": "Uitvouwen" } diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 88c33efb733..394052076c6 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -112,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", - "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", @@ -213,11 +212,9 @@ "Search…": "Søk…", "This Room": "Dette rommet", "All Rooms": "Alle rom", - "Cancel": "Bryt av", "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", "Stickerpack": "Klistremerkepakke", "Jump to first unread message.": "Hopp til den fyrste uleste meldinga.", - "Close": "Lukk", "This room has no local addresses": "Dette rommet har ingen lokale adresser", "You have enabled URL previews by default.": "Du har skrudd URL-førehandsvisingar på i utgangspunktet.", "You have disabled URL previews by default.": "Du har skrudd URL-førehandsvisingar av i utgangspunktet.", @@ -245,7 +242,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s endra romavataren til ", "Copied!": "Kopiert!", "Failed to copy": "Noko gjekk gale med kopieringa", - "Dismiss": "Avvis", "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", "Code": "Kode", @@ -257,7 +253,6 @@ "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", - "Update": "Oppdatering", "What's new?": "Kva er nytt?", "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", "No update available.": "Inga oppdatering er tilgjengeleg.", @@ -391,7 +386,6 @@ "Unable to add email address": "Klarte ikkje å leggja epostadressa til", "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", - "Skip": "Hopp over", "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", "Share Room": "Del Rom", "Link to most recent message": "Lenk til den nyaste meldinga", @@ -400,7 +394,6 @@ "Link to selected message": "Lenk til den valde meldinga", "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", - "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", "Source URL": "Kjelde-URL", @@ -420,7 +413,6 @@ "Review terms and conditions": "Sjå over Vilkår og Føresetnader", "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", "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.": "Data frå ein eldre versjon av %(brand)s er oppdaga. Dette kan ha gjort at ende-til-ende kryptering feilar i den eldre versjonen. Krypterte meldingar som er utveksla med den gamle versjonen er kanskje ikkje dekrypterbare i denne versjonen. Dette kan forårsake at meldingar utveksla mot denne versjonen vil feile. Opplever du problem med dette, kan du logge inn og ut igjen. For å behalde meldingshistorikk, eksporter og importer nøklane dine på nytt.", - "Logout": "Logg ut", "Invite to this room": "Inviter til dette rommet", "Notifications": "Varsel", "You can't send any messages until you review and agree to our terms and conditions.": "Du kan ikkje senda meldingar før du les over og godkjenner våre bruksvilkår.", @@ -600,7 +592,6 @@ "Identity server has no terms of service": "Identitetstenaren manglar bruksvilkår", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handlinga krev kommunikasjon mot (standard identitetstenar) for å verifisere e-post eller telefonnummer, men tenaren manglar bruksvilkår.", "Only continue if you trust the owner of the server.": "Gå vidare så lenge du har tillit til eigar av tenaren.", - "Trust": "Tillat", "Custom (%(level)s)": "Tilpassa (%(level)s)", "Error upgrading room": "Feil ved oppgradering av rom", "Double check that your server supports the room version chosen and try again.": "Sjekk at tenar støttar denne romversjonen, og prøv på nytt.", @@ -724,7 +715,6 @@ "Show shortcuts to recently viewed rooms above the room list": "Vis snarvegar til sist synte rom over romkatalogen", "Show hidden events in timeline": "Vis skjulte hendelsar i historikken", "This is your list of users/servers you have blocked - don't leave the room!": "Dette er di liste over brukarar/tenarar du har blokkert - ikkje forlat rommet!", - "Upload": "Last opp", "Show less": "Vis mindre", "Show more": "Vis meir", "Display Name": "Visningsnamn", @@ -786,7 +776,6 @@ "Encrypted messages in group chats": "Krypterte meldingar i gruppesamtalar", "When rooms are upgraded": "Når rom blir oppgraderte", "My Ban List": "Mi blokkeringsliste", - "Upgrade": "Oppgrader", "Enable desktop notifications for this session": "Aktiver skrivebordsvarslingar for denne øka", "Enable audible notifications for this session": "Aktiver høyrbare varslingar for denne økta", "Custom theme URL": "Tilpassa tema-URL", @@ -816,12 +805,10 @@ "Command Help": "Kommandohjelp", "To help us prevent this in future, please send us logs.": "For å bistå med å forhindre dette i framtida, gjerne send oss loggar.", "%(creator)s created and configured the room.": "%(creator)s oppretta og konfiguerte dette rommet.", - "View": "Vis", "Jump to first unread room.": "Hopp til fyrste uleste rom.", "Jump to first invite.": "Hopp til fyrste invitasjon.", "Unable to set up secret storage": "Oppsett av hemmeleg lager feila", "Toggle microphone mute": "Slå av/på demping av mikrofon", - "Confirm": "Stadfest", "Confirm adding email": "Stadfest at du ynskjer å legga til e-postadressa", "Click the button below to confirm adding this email address.": "Trykk på knappen under for å stadfesta at du ynskjer å legga til denne e-postadressa.", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Stadfest dette telefonnummeret for å bruka Single-sign-on for å bevisa identiteten din.", @@ -859,7 +846,6 @@ "wait and try again later": "vent og prøv om att seinare", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin Security Disclosure Policy.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Tenaradministratoren din har deaktivert ende-til-ende kryptering som standard i direktemeldingar og private rom.", - "Reset": "Nullstill", "Set a new custom sound": "Set ein ny tilpassa lyd", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "Når kryptering er aktivert for eit rom, kan ein ikkje deaktivere det. Meldingar som blir sende i eit kryptert rom kan ikkje bli lesne av tenaren, men berre av deltakarane i rommet. Aktivering av kryptering kan hindre mange botar og bruer frå å fungera på rett måte. Les meir om kryptering her.", "Encrypted": "Kryptert", @@ -870,7 +856,6 @@ "Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.", "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.", "This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.", - "Join": "Bli med", "Matrix": "Matrix", "Add a new server": "Legg til ein ny tenar", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.", @@ -983,7 +968,6 @@ "Change identity server": "Endre identitetstenar", "Not a valid identity server (status code %(code)s)": "Ikkje ein gyldig identietstenar (statuskode %(code)s)", "Identity server URL must be HTTPS": "URL for identitetstenar må vera HTTPS", - "Share": "Del", "Review to ensure your account is safe": "Undersøk dette for å gjere kontoen trygg", "Review": "Undersøk", "Results are only revealed when you end the poll": "Resultatet blir synleg når du avsluttar røystinga", @@ -998,7 +982,6 @@ "Autoplay GIFs": "Spel av GIF-ar automatisk", "Expand map": "Utvid kart", "Expand quotes": "Utvid sitat", - "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", "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.", @@ -1097,5 +1080,22 @@ "start_chat": "Start samtale", "view_source": "Sjå Kjelda" }, - "Home": "Heim" + "Home": "Heim", + "action.reject": "Avslå", + "action.confirm": "Stadfest", + "action.dismiss": "Avvis", + "action.trust": "Tillat", + "action.cancel": "Bryt av", + "action.join": "Bli med", + "action.close": "Lukk", + "action.accept": "Sei ja", + "action.upgrade": "Oppgrader", + "action.update": "Oppdatering", + "action.upload": "Last opp", + "action.reset": "Nullstill", + "action.share": "Del", + "action.skip": "Hopp over", + "action.logout": "Logg ut", + "action.view": "Vis", + "action.expand": "Utvid" } diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index 6d746e36b19..bc639764838 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -31,7 +31,6 @@ "Start chatting": "Començar de charrar", "Do you want to join %(roomName)s?": "Volètz rejonher %(roomName)s ?", " invited you": " vos convidèt", - "Reject": "Regetar", "Reject & Ignore user": "Regetar e ignorar", "%(roomName)s does not exist.": "%(roomName)s existís pas.", "This Room": "Aquesta sala", @@ -39,10 +38,7 @@ "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", - "Confirm": "Confirmar", - "Dismiss": "Refusar", "Go Back": "En arrièr", - "Cancel": "Anullar", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -64,7 +60,6 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", - "Trust": "Aprovacion", "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", @@ -79,14 +74,9 @@ "Reason": "Rason", "Review": "Reveire", "Notifications": "Notificacions", - "Close": "Tampar", "Ok": "Validar", "Set up": "Parametrar", - "Upgrade": "Metre a jorn", - "Verify": "Verificar", - "Update": "Mesa a jorn", "Font size": "Talha de poliça", - "Accept": "Acceptar", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -106,7 +96,6 @@ "Headphones": "Escotadors", "Folder": "Dorsièr", "Pin": "Penjar", - "Upload": "Enviar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -143,7 +132,6 @@ "Camera": "Aparelh de fotografiar", "Bridges": "Bridges", "Sounds": "Sons", - "Reset": "Recomençar", "Browse": "Percórrer", "Unban": "Reabilitar", "Permissions": "Permissions", @@ -151,7 +139,6 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", - "Share": "Partiment", "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", @@ -196,7 +183,6 @@ "Categories": "Categorias", "Cancel search": "Anullar la recèrca", "More options": "Autras opcions", - "Join": "Jónher", "Rotate Left": "Pivotar cap a èrra", "Rotate Right": "Pivotar cap a drecha", "Matrix": "Matritz", @@ -215,7 +201,6 @@ "Session name": "Nom de session", "Refresh": "Actualizada", "Email address": "Adreça de corrièl", - "Skip": "Ignorar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", @@ -230,8 +215,6 @@ "Passwords don't match": "Los senhals correspondon pas", "Register": "S'enregistrar", "Unknown error": "Error desconeguda", - "Logout": "Desconnexion", - "View": "Visualizacion", "Search failed": "La recèrca a fracassat", "Feedback": "Comentaris", "Incorrect password": "Senhal incorrècte", @@ -306,5 +289,22 @@ "view_source": "Veire la font", "yes": "Òc" }, - "Home": "Dorsièr personal" + "Home": "Dorsièr personal", + "action.reject": "Regetar", + "action.confirm": "Confirmar", + "action.dismiss": "Refusar", + "action.trust": "Aprovacion", + "action.cancel": "Anullar", + "action.join": "Jónher", + "action.close": "Tampar", + "action.accept": "Acceptar", + "action.upgrade": "Metre a jorn", + "action.verify": "Verificar", + "action.update": "Mesa a jorn", + "action.upload": "Enviar", + "action.reset": "Recomençar", + "action.share": "Partiment", + "action.skip": "Ignorar", + "action.logout": "Desconnexion", + "action.view": "Visualizacion" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index a01a36e5832..5f0fa264168 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1,5 +1,4 @@ { - "Skip": "Pomiń", "This will allow you to reset your password and receive notifications.": "To pozwoli Ci zresetować Twoje hasło i otrzymać powiadomienia.", "Your browser does not support the required cryptography extensions": "Twoja przeglądarka nie wspiera wymaganych rozszerzeń kryptograficznych", "Something went wrong!": "Coś poszło nie tak!", @@ -7,7 +6,6 @@ "Unknown error": "Nieznany błąd", "New Password": "Nowe hasło", "Create new room": "Utwórz nowy pokój", - "Cancel": "Anuluj", "Jan": "Sty", "Feb": "Lut", "Mar": "Mar", @@ -32,7 +30,6 @@ "Users": "Użytkownicy", "Usage": "Użycie", "Unban": "Odbanuj", - "Accept": "Akceptuj", "Account": "Konto", "Add": "Dodaj", "Microphone": "Mikrofon", @@ -40,7 +37,6 @@ "Are you sure?": "Czy jesteś pewien?", "Banned users": "Zbanowani użytkownicy", "Change Password": "Zmień Hasło", - "Close": "Zamknij", "Confirm password": "Potwierdź hasło", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", @@ -48,7 +44,6 @@ "Operation failed": "Operacja nie udała się", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", - "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", "powered by Matrix": "napędzany przez Matrix", @@ -128,7 +123,6 @@ "Join Room": "Dołącz do pokoju", "Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich zaproszenia.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich dołączenia.", @@ -297,7 +291,6 @@ "Notification targets": "Cele powiadomień", "Today": "Dzisiaj", "Friday": "Piątek", - "Update": "Zaktualizuj", "What's New": "Co nowego", "On": "Włącz", "Changelog": "Dziennik zmian", @@ -318,7 +311,6 @@ "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowuję do wysłania dzienników", "Saturday": "Sobota", - "Reject": "Odrzuć", "Monday": "Poniedziałek", "Toolbox": "Przybornik", "Collecting logs": "Zbieranie dzienników", @@ -782,7 +774,6 @@ "Changes the avatar of the current room": "Zmienia awatar dla obecnego pokoju", "Use an identity server": "Użyj serwera tożsamości", "Show previews/thumbnails for images": "Pokaż podgląd/miniatury obrazów", - "Trust": "Zaufaj", "Custom (%(level)s)": "Własny (%(level)s)", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Użyj serwera tożsamości, by zaprosić z użyciem adresu e-mail. Kliknij dalej, żeby użyć domyślnego serwera tożsamości (%(defaultIdentityServerName)s), lub zmień w Ustawieniach.", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, by zaprosić za pomocą adresu e-mail. Zarządzaj w ustawieniach.", @@ -843,9 +834,7 @@ "one": "1 nieprzeczytana wiadomość." }, "Unread messages.": "Nieprzeczytane wiadomości.", - "Join": "Dołącz", "%(creator)s created and configured the room.": "%(creator)s stworzył i skonfigurował pokój.", - "View": "Wyświetl", "Missing media permissions, click the button below to request.": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)snie wykonało zmian %(count)s razy", @@ -862,7 +851,6 @@ "Match system theme": "Dopasuj do motywu systemowego", "They match": "Pasują do siebie", "They don't match": "Nie pasują do siebie", - "Upload": "Prześlij", "Remove recent messages": "Usuń ostatnie wiadomości", "Rotate Left": "Obróć w lewo", "Rotate Right": "Obróć w prawo", @@ -886,7 +874,6 @@ "Ignored users": "Zignorowani użytkownicy", "⚠ These settings are meant for advanced users.": "⚠ Te ustawienia są przeznaczone dla zaawansowanych użytkowników.", "Subscribe": "Subskrybuj", - "Reset": "Resetuj", "Local address": "Lokalny adres", "Published Addresses": "Opublikowane adresy", "Local Addresses": "Lokalne adresy", @@ -906,7 +893,6 @@ "Enter": "Enter", "Space": "Przestrzeń", "End": "End", - "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ć.", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", @@ -949,7 +935,6 @@ "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", - "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { "other": "%(count)s zweryfikowanych sesji", @@ -963,7 +948,6 @@ "Hide sessions": "Ukryj sesje", "Integrations are disabled": "Integracje są wyłączone", "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", - "Upgrade": "Ulepsz", "Manage": "Zarządzaj", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", @@ -1000,7 +984,6 @@ "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", "Support adding custom themes": "Obsługa dodawania niestandardowych motywów", - "Share": "Udostępnij", "Bold": "Pogrubienie", "Italics": "Kursywa", "Strikethrough": "Przekreślenie", @@ -1802,7 +1785,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Udostępnij anonimowe dane, aby pomóc nam zidentyfikować problemy. Nic osobistego. Żadnych podmiotów zewnętrznych. Dowiedz się więcej", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Wcześniej wyraziłeś zgodę na udostępnianie zanonimizowanych danych z nami. Teraz aktualizujemy jak to działa.", "Help improve %(analyticsOwner)s": "Pomóż poprawić %(analyticsOwner)s", - "Stop": "Stop", "That's fine": "To jest w porządku", "File Attached": "Plik załączony", "Exported %(count)s events in %(seconds)s seconds": { @@ -2098,8 +2080,6 @@ "Invite people": "Zaproś ludzi", "Share invite link": "Udostępnij link zaproszenia", "Click to copy": "Kliknij aby skopiować", - "Collapse": "Zwiń", - "Expand": "Rozwiń", "Show all rooms": "Pokaż wszystkie pokoje", "You can change these anytime.": "Możesz to zmienić w każdej chwili.", "Add some details to help people recognise it.": "Dodaj trochę szczegółów, aby ludzie mogli ją łatwo rozpoznać.", @@ -2114,7 +2094,6 @@ "e.g. my-space": "np. moja-przestrzen", "Please enter a name for the space": "Podaj nazwę dla przestrzeni", "Search %(spaceName)s": "Przeszukaj %(spaceName)s", - "Delete": "Usuń", "Delete avatar": "Usuń awatar", "Space selection": "Wybór przestrzeni", "Match system": "Dopasuj do systemu", @@ -2139,7 +2118,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Oczekiwanie na zweryfikowanie przez ciebie twojego innego urządzenia, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Zweryfikuj to urządzenie, upewniając się że poniższy numer wyświetlony jest na jego ekranie.", "Confirm the emoji below are displayed on both devices, in the same order:": "Potwierdź że poniższe emotikony są wyświetlane na obu urządzeniach, w tej samej kolejności:", - "Call": "Zadzwoń", "%(name)s on hold": "%(name)s na linii", "More": "Więcej", "Show sidebar": "Pokaż pasek boczny", @@ -2353,7 +2331,6 @@ "Use your account to continue.": "Użyj swojego konta, aby kontynuować.", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.", "%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową", - "Reload": "Przeładuj", "Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta", "No identity access token found": "Nie znaleziono tokena dostępu tożsamości", "Identity server not set": "Serwer tożsamości nie jest ustawiony", @@ -2470,7 +2447,6 @@ "Set a new account password…": "Ustaw nowe hasło użytkownika…", "Error changing password": "Wystąpił błąd podczas zmiany hasła", "New version available. Update now.": "Nowa wersja dostępna. Aktualizuj teraz.", - "Apply": "Zastosuj", "Search users in this room…": "Szukaj użytkowników w tym pokoju…", "Saving…": "Zapisywanie…", "Creating…": "Tworzenie…", @@ -3958,5 +3934,29 @@ "a11y": { "user_menu": "Menu użytkownika" }, - "Home": "Strona główna" + "Home": "Strona główna", + "action.reject": "Odrzuć", + "action.confirm": "Potwierdź", + "action.dismiss": "Pomiń", + "action.trust": "Zaufaj", + "action.reload": "Przeładuj", + "action.cancel": "Anuluj", + "action.stop": "Stop", + "action.join": "Dołącz", + "action.close": "Zamknij", + "action.accept": "Akceptuj", + "action.upgrade": "Ulepsz", + "action.verify": "Weryfikuj", + "action.update": "Zaktualizuj", + "action.call": "Zadzwoń", + "action.delete": "Usuń", + "action.upload": "Prześlij", + "action.collapse": "Zwiń", + "action.apply": "Zastosuj", + "action.reset": "Resetuj", + "action.share": "Udostępnij", + "action.skip": "Pomiń", + "action.logout": "Wyloguj", + "action.view": "Wyświetl", + "action.expand": "Rozwiń" } diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 3483ec93c26..8c22e0db4f3 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -32,7 +32,6 @@ "Invalid Email Address": "Endereço de email inválido", "Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala", "Sign in with": "Quero entrar", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "Novas palavras-passe devem coincidir.", @@ -159,7 +158,6 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -189,7 +187,6 @@ "Incorrect password": "Palavra-passe incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Descartar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "potenciado por Matrix", @@ -241,12 +238,10 @@ "Start authentication": "Iniciar autenticação", "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", "Add": "Adicionar", "Unnamed Room": "Sala sem nome", "Something went wrong!": "Algo deu errado!", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)", - "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", @@ -265,7 +260,6 @@ "Authentication check failed: incorrect password?": "Erro de autenticação: palavra-passe incorreta?", "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", "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", @@ -285,7 +279,6 @@ "Notification targets": "Alvos de notificação", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Histórico de alterações", @@ -306,7 +299,6 @@ "Developer Tools": "Ferramentas de desenvolvedor", "Unnamed room": "Sala sem nome", "Saturday": "Sábado", - "Reject": "Rejeitar", "Monday": "Segunda-feira", "Collecting logs": "A recolher logs", "Invite to this room": "Convidar para esta sala", @@ -343,7 +335,6 @@ "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", "Comment": "Comente", - "Confirm": "Confirmar", "Use Single Sign On to continue": "Use Single Sign On para continuar", "Identity server not set": "Servidor de identidade não definido", "No identity access token found": "Nenhum token de identidade de acesso encontrado", @@ -375,7 +366,6 @@ "%(minutes)sm %(seconds)ss left": "%(minutes)sm %(seconds)ss restantes", "Only continue if you trust the owner of the server.": "Continue apenas se confia no dono do servidor.", "User Busy": "Utilizador ocupado", - "Trust": "Confiar", "The user you called is busy.": "O utilizador para o qual tentou ligar está ocupado.", "The call was answered on another device.": "A chamada foi atendida noutro dispositivo.", "Unable to access microphone": "Não é possível aceder ao microfone", @@ -400,7 +390,6 @@ "You cannot place calls in this browser.": "Não pode fazer chamadas neste navegador.", "Database unexpectedly closed": "Base de dados fechada inesperadamente", "User is not logged in": "Utilizador não tem sessão iniciada", - "Reload": "Recarregar", "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", @@ -769,5 +758,16 @@ "start_chat": "Iniciar conversa", "view_source": "Ver a fonte" }, - "Home": "Início" + "Home": "Início", + "action.reject": "Rejeitar", + "action.confirm": "Confirmar", + "action.dismiss": "Descartar", + "action.trust": "Confiar", + "action.reload": "Recarregar", + "action.cancel": "Cancelar", + "action.close": "Fechar", + "action.accept": "Aceitar", + "action.update": "Atualizar", + "action.skip": "Saltar", + "action.logout": "Sair" } diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 0573c35fb14..a057fb5a6ad 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -32,7 +32,6 @@ "Invalid Email Address": "Endereço de e-mail inválido", "Invites user with given id to current room": "Convida o usuário com o ID especificado para esta sala", "Sign in with": "Entrar com", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "As novas senhas informadas precisam ser idênticas.", @@ -159,7 +158,6 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -189,7 +187,6 @@ "Incorrect password": "Senha incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Dispensar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "oferecido por Matrix", @@ -234,10 +231,8 @@ "Create new room": "Criar nova sala", "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", "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.", @@ -253,7 +248,6 @@ "Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?", "Do you want to set an email address?": "Você deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações.", - "Skip": "Pular", "Restricted": "Restrito", "You are not in this room.": "Você não está nesta sala.", "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", @@ -415,7 +409,6 @@ "Notification targets": "Aparelhos notificados", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Registro de alterações", @@ -435,7 +428,6 @@ "Search…": "Buscar…", "Developer Tools": "Ferramentas do desenvolvedor", "Saturday": "Sábado", - "Reject": "Recusar", "Monday": "Segunda-feira", "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", @@ -756,7 +748,6 @@ "Single Sign On": "Autenticação Única", "Confirm adding email": "Confirmar a inclusão de e-mail", "Click the button below to confirm adding this email address.": "Clique no botão abaixo para confirmar a adição deste endereço de e-mail.", - "Confirm": "Confirmar", "Add Email Address": "Adicionar endereço de e-mail", "Confirm adding phone number": "Confirmar adição de número de telefone", "Add Phone Number": "Adicionar número de telefone", @@ -771,7 +762,6 @@ "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", "Only continue if you trust the owner of the server.": "Continue apenas se você confia em quem possui este servidor.", - "Trust": "Confiança", "%(name)s is requesting verification": "%(name)s está solicitando confirmação", "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", @@ -881,8 +871,6 @@ "Ok": "Ok", "Encryption upgrade available": "Atualização de criptografia disponível", "Verify this session": "Confirmar esta sessão", - "Upgrade": "Atualizar", - "Verify": "Confirmar", "Other users may not trust it": "Outras(os) usuárias(os) podem não confiar nela", "New login. Was this you?": "Novo login. Foi você?", "Guest": "Convidada(o)", @@ -928,7 +916,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para sua segurança, faça isso pessoalmente ou use uma forma confiável de comunicação.", "Lock": "Cadeado", "Accept to continue:": "Aceitar para continuar:", - "Upload": "Enviar", "This bridge was provisioned by .": "Esta integração foi disponibilizada por .", "This bridge is managed by .": "Esta integração é desenvolvida por .", "Show less": "Mostrar menos", @@ -1093,7 +1080,6 @@ "Widget added by": "Widget adicionado por", "This widget may use cookies.": "Este widget pode usar cookies.", "More options": "Mais opções", - "Join": "Entrar", "Rotate Left": "Girar para a esquerda", "Rotate Right": "Girar para a direita", "Language Dropdown": "Menu suspenso de idiomas", @@ -1328,7 +1314,6 @@ "Notify everyone": "Notificar todos", "Your email address hasn't been verified yet": "Seu endereço de e-mail ainda não foi confirmado", "Revoke": "Revogar", - "Share": "Compartilhar", "Unable to revoke sharing for phone number": "Não foi possível revogar o compartilhamento do número de celular", "Unable to share phone number": "Não foi possível compartilhar o número de celular", "Please enter verification code sent via text.": "Digite o código de confirmação enviado por mensagem de texto.", @@ -1450,7 +1435,6 @@ "Password is allowed, but unsafe": "Esta senha é permitida, mas não é segura", "Sign in with SSO": "Faça login com SSO (Login Único)", "Couldn't load page": "Não foi possível carregar a página", - "View": "Ver", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala.", "one": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala." @@ -1591,7 +1575,6 @@ "You can also set up Secure Backup & manage your keys in Settings.": "Você também pode configurar o Backup online & configurar as suas senhas nas Configurações.", "Cross-signing is ready for use.": "A autoverificação está pronta para uso.", "Cross-signing is not set up.": "A autoverificação não está configurada.", - "Reset": "Redefinir", "not found in storage": "não encontrado no armazenamento", "Master private key:": "Chave privada principal:", "Failed to save your profile": "Houve uma falha ao salvar o seu perfil", @@ -2148,7 +2131,6 @@ "Skip for now": "Ignorar por enquanto", "Random": "Aleatório", "Welcome to ": "Boas-vindas ao ", - "Delete": "Excluir", "This homeserver has been blocked by its administrator.": "Este servidor local foi bloqueado pelo seu administrador.", "You're already in a call with this person.": "Você já está em uma chamada com essa pessoa.", "Failed to create initial space rooms": "Falha ao criar salas de espaço iniciais", @@ -2246,8 +2228,6 @@ "Keyword": "Palavra-chave", "Error saving notification preferences": "Erro ao salvar as preferências de notificações", "Messages containing keywords": "Mensagens contendo palavras-chave", - "Collapse": "Colapsar", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espaços públicos.", "Preview Space": "Previsualizar o Espaço", "Visibility": "Visibilidade", @@ -2448,7 +2428,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Compartilhe dados anônimos para nos ajudar a identificar problemas. Nada pessoal. Sem terceiros. Saiba mais", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Você consentiu anteriormente em compartilhar dados de uso anônimos conosco. Estamos atualizando como isso funciona.", "Help improve %(analyticsOwner)s": "Ajude a melhorar %(analyticsOwner)s", - "Stop": "Pare", "That's fine": "Isso é bom", "Current Timeline": "Linha do tempo atual", "Specify a number of messages": "Especifique um número de mensagens", @@ -2899,5 +2878,26 @@ "a11y": { "user_menu": "Menu do usuário" }, - "Home": "Home" + "Home": "Home", + "action.reject": "Recusar", + "action.confirm": "Confirmar", + "action.dismiss": "Dispensar", + "action.trust": "Confiança", + "action.cancel": "Cancelar", + "action.stop": "Pare", + "action.join": "Entrar", + "action.close": "Fechar", + "action.accept": "Aceitar", + "action.upgrade": "Atualizar", + "action.verify": "Confirmar", + "action.update": "Atualizar", + "action.delete": "Excluir", + "action.upload": "Enviar", + "action.collapse": "Colapsar", + "action.reset": "Redefinir", + "action.share": "Compartilhar", + "action.skip": "Pular", + "action.logout": "Sair", + "action.view": "Ver", + "action.expand": "Expandir" } diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 2716abce22f..9cbc7ec631a 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -39,7 +39,6 @@ "Explore rooms": "Explorează camerele", "Sign In": "Autentificare", "Create Account": "Înregistare", - "Dismiss": "Închide", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", "No other application is using the webcam": "Nicio altă aplicație nu folosește camera web", @@ -62,7 +61,6 @@ "Confirm adding phone number": "Confirmați adăugarea numărului de telefon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirmați adăugarea acestui număr de telefon utilizând Single Sign On pentru a vă dovedi identitatea.", "Add Email Address": "Adăugați o adresă de e-mail", - "Confirm": "Confirmă", "Click the button below to confirm adding this email address.": "Faceți clic pe butonul de mai jos pentru a confirma adăugarea acestei adrese de e-mail.", "Confirm adding email": "Confirmați adăugarea e-mailului", "Single Sign On": "Single Sign On", @@ -74,5 +72,7 @@ }, "action": { "ok": "OK" - } + }, + "action.confirm": "Confirmă", + "action.dismiss": "Închide" } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 0b4b3266811..ca66c048c78 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -28,7 +28,6 @@ "Invalid Email Address": "Недопустимый email", "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", - "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", "New passwords must match each other.": "Новые пароли должны совпадать.", @@ -151,9 +150,7 @@ "This phone number is already in use": "Этот номер телефона уже используется", "You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s", - "Cancel": "Отмена", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.", - "Dismiss": "Закрыть", "Operation failed": "Сбой операции", "powered by Matrix": "основано на Matrix", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Отображать время в 12-часовом формате (напр. 2:30 ПП)", @@ -234,9 +231,7 @@ "You must register to use this functionality": "Вы должны зарегистрироваться, чтобы использовать эту функцию", "New Password": "Новый пароль", "Something went wrong!": "Что-то пошло не так!", - "Accept": "Принять", "Admin Tools": "Инструменты администратора", - "Close": "Закрыть", "No display name": "Нет отображаемого имени", "Start authentication": "Начать аутентификацию", "(~%(count)s results)": { @@ -253,7 +248,6 @@ "Authentication check failed: incorrect password?": "Ошибка аутентификации: возможно, неправильный пароль?", "Do you want to set an email address?": "Хотите указать email?", "This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.", - "Skip": "Пропустить", "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", @@ -420,7 +414,6 @@ "Notification targets": "Устройства для уведомлений", "Today": "Сегодня", "Friday": "Пятница", - "Update": "Обновить", "What's New": "Что изменилось", "On": "Включить", "Changelog": "История изменений", @@ -442,7 +435,6 @@ "Developer Tools": "Инструменты разработчика", "Preparing to send logs": "Подготовка к отправке журналов", "Saturday": "Суббота", - "Reject": "Отклонить", "Monday": "Понедельник", "Toolbox": "Панель инструментов", "Collecting logs": "Сбор журналов", @@ -607,7 +599,6 @@ "Room Topic": "Тема комнаты", "This room is a continuation of another conversation.": "Эта комната является продолжением другого разговора.", "Click here to see older messages.": "Нажмите, чтобы увидеть старые сообщения.", - "Join": "Войти", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. обратитесь к администратору службы, чтобы продолжить использование службы.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. обратитесь к администратору службы, чтобы продолжить использование службы.", "Prompt before sending invites to potentially invalid matrix IDs": "Подтверждать отправку приглашений на потенциально недействительные matrix ID", @@ -633,7 +624,6 @@ "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", - "Confirm": "Подтвердить", "Other": "Другие", "Go to Settings": "Перейти в настройки", "Set up Secure Messages": "Настроить безопасные сообщения", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Вероятно, ваш браузер удалил эти данные, когда на дисковом пространстве оставалось мало места.", "Upload files (%(current)s of %(total)s)": "Загрузка файлов (%(current)s из %(total)s)", "Upload files": "Загрузка файлов", - "Upload": "Загрузить", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Этот файл слишком большой для загрузки. Лимит размера файла составляет %(limit)s но этот файл %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Эти файлы слишком большие для загрузки. Лимит размера файла составляет %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Некоторые файлы имеют слишком большой размер, чтобы их можно было загрузить. Лимит размера файла составляет %(limit)s.", @@ -885,7 +874,6 @@ "Uploaded sound": "Загруженный звук", "Sounds": "Звук", "Notification sound": "Звук уведомления", - "Reset": "Сброс", "Set a new custom sound": "Установка нового пользовательского звука", "Browse": "Просматривать", "Go back to set it again.": "Задать другой пароль.", @@ -1003,7 +991,6 @@ "Verify the link in your inbox": "Проверьте ссылку в вашем почтовом ящике(папка \"Входящие\")", "Complete": "Выполнено", "Revoke": "Отмена", - "Share": "Поделиться", "Discovery options will appear once you have added an email above.": "Параметры поиска по электронной почты появятся после добавления её выше.", "Unable to revoke sharing for phone number": "Не удалось отменить общий доступ к номеру телефона", "Unable to share phone number": "Не удается предоставить общий доступ к номеру телефона", @@ -1062,7 +1049,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.": "Отчет о данном сообщении отправит свой уникальный 'event ID' администратору вашего домашнего сервера. Если сообщения в этой комнате зашифрованы, администратор вашего домашнего сервера не сможет прочитать текст сообщения или просмотреть какие-либо файлы или изображения.", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Отсутствует Капча открытого ключа в конфигурации домашнего сервера. Пожалуйста, сообщите об этом администратору вашего домашнего сервера.", "%(creator)s created and configured the room.": "%(creator)s создал(а) и настроил(а) комнату.", - "View": "Просмотр", "Explore rooms": "Обзор комнат", "Command Autocomplete": "Автозаполнение команды", "Emoji Autocomplete": "Автодополнение смайлов", @@ -1083,7 +1069,6 @@ "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", "Jump to first invite.": "Перейти к первому приглашению.", - "Trust": "Доверие", "Unread messages.": "Непрочитанные сообщения.", "Message Actions": "Сообщение действий", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Это действие требует по умолчанию доступа к серверу идентификации для подтверждения адреса электронной почты или номера телефона, но у сервера нет никакого пользовательского соглашения.", @@ -1154,8 +1139,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Чтобы быть в безопасности, делайте это лично или используйте надежный способ связи.", "Lock": "Заблокировать", "Other users may not trust it": "Другие пользователи могут не доверять этому сеансу", - "Upgrade": "Обновление", - "Verify": "Заверить", "Later": "Позже", "Review": "Обзор", "This bridge was provisioned by .": "Этот мост был подготовлен пользователем .", @@ -2191,7 +2174,6 @@ "Invite only, best for yourself or teams": "Только по приглашениям, лучший вариант для себя или команды", "Open space for anyone, best for communities": "Открытое пространство для всех, лучший вариант для сообществ", "Create a space": "Создать пространство", - "Delete": "Удалить", "Jump to the bottom of the timeline when you send a message": "Перейти к нижней части временной шкалы, когда вы отправляете сообщение", "This homeserver has been blocked by its administrator.": "Доступ к этому домашнему серверу заблокирован вашим администратором.", "You're already in a call with this person.": "Вы уже разговариваете с этим человеком.", @@ -2463,8 +2445,6 @@ "Error saving notification preferences": "Ошибка при сохранении настроек уведомлений", "Messages containing keywords": "Сообщения с ключевыми словами", "Message search initialisation failed": "Инициализация поиска сообщений не удалась", - "Collapse": "Свернуть", - "Expand": "Развернуть", "Recommended for public spaces.": "Рекомендуется для публичных пространств.", "Allow people to preview your space before they join.": "Дайте людям возможность предварительно ознакомиться с вашим пространством, прежде чем они присоединятся к нему.", "Preview Space": "Предварительный просмотр пространства", @@ -2576,7 +2556,6 @@ "Format": "Формат", "Export Chat": "Экспорт чата", "Exporting your data": "Экспорт ваших данных", - "Stop": "Стоп", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Вы уверены, что хотите прекратить экспорт данных? Если да, то вам придется начать все сначала.", "Your export was successful. Find it in your Downloads folder.": "Ваш экспорт звершен. Найдите его в папке \"Загрузки\".", "The export was cancelled successfully": "Экспорт был отменен", @@ -2884,7 +2863,6 @@ "Verify this device by confirming the following number appears on its screen.": "Проверьте это устройство, убедившись, что на его экране отображается следующее число.", "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Ожидает проверки на другом устройстве, %(deviceName)s (%(deviceId)s)…", "Confirm the emoji below are displayed on both devices, in the same order:": "Убедитесь, что приведённые ниже смайлики отображаются в обоих сеансах в одинаковом порядке:", - "Call": "Вызов", "Dial": "Набор", "sends rainfall": "отправляет дождь", "Sends the given message with rainfall": "Отправляет заданное сообщение с дождём", @@ -3462,7 +3440,6 @@ "You have unverified sessions": "У вас есть незаверенные сеансы", "Rich text editor": "Наглядный текстовый редактор", "Search users in this room…": "Поиск пользователей в этой комнате…", - "Apply": "Применить", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", "%(senderName)s ended a voice broadcast": "%(senderName)s завершил(а) голосовую трансляцию", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", @@ -3665,5 +3642,28 @@ "a11y": { "user_menu": "Меню пользователя" }, - "Home": "Главная" + "Home": "Главная", + "action.reject": "Отклонить", + "action.confirm": "Подтвердить", + "action.dismiss": "Закрыть", + "action.trust": "Доверие", + "action.cancel": "Отмена", + "action.stop": "Стоп", + "action.join": "Войти", + "action.close": "Закрыть", + "action.accept": "Принять", + "action.upgrade": "Обновление", + "action.verify": "Заверить", + "action.update": "Обновить", + "action.call": "Вызов", + "action.delete": "Удалить", + "action.upload": "Загрузить", + "action.collapse": "Свернуть", + "action.apply": "Применить", + "action.reset": "Сброс", + "action.share": "Поделиться", + "action.skip": "Пропустить", + "action.logout": "Выйти", + "action.view": "Просмотр", + "action.expand": "Развернуть" } diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 5b9031fc059..42dadb658ed 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -3,10 +3,10 @@ "This phone number is already in use": "මෙම දුරකථන අංකය දැනටමත් භාවිතයේ පවතී", "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", - "Confirm": "තහවුරු කරන්න", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", "Sign In": "පිවිසෙන්න", - "Dismiss": "ඉවතලන්න", "Explore rooms": "කාමර බලන්න", - "Create Account": "ගිණුමක් සාදන්න" + "Create Account": "ගිණුමක් සාදන්න", + "action.confirm": "තහවුරු කරන්න", + "action.dismiss": "ඉවතලන්න" } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index d1800882a53..2c141939200 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?", - "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", @@ -156,9 +155,7 @@ "Members only (since they joined)": "Len členovia (odkedy vstúpili)", "Permissions": "Povolenia", "Advanced": "Pokročilé", - "Cancel": "Zrušiť", "Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.", - "Close": "Zavrieť", "not specified": "nezadané", "This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy", "You have disabled URL previews by default.": "Predvolene máte zakázané náhľady URL adries.", @@ -177,7 +174,6 @@ "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", "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?": "Budete presmerovaní na stránku tretej strany, aby ste mohli overiť svoj účet na použitie s %(integrationsUrl)s. Chcete pokračovať?", - "Dismiss": "Zamietnuť", "Token incorrect": "Neplatný token", "A text message has been sent to %(msisdn)s": "Na číslo %(msisdn)s bola odoslaná textová správa", "Please enter the code it contains:": "Prosím, zadajte kód z tejto správy:", @@ -295,7 +291,6 @@ "Unable to add email address": "Nie je možné pridať emailovú adresu", "Unable to verify email address.": "Nie je možné overiť emailovú adresu.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnoviť si heslo a prijímať oznámenia emailom.", - "Skip": "Preskočiť", "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", "Reject invitation": "Odmietnuť pozvanie", @@ -304,7 +299,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Ste si istí, že chcete opustiť miestnosť '%(roomName)s'?", "Signed Out": "Ste odhlásení", "For security, this session has been signed out. Please sign in again.": "Z bezpečnostných dôvodov bola táto relácia odhlásená. Prosím, prihláste sa znova.", - "Logout": "Odhlásiť sa", "Connectivity to the server has been lost.": "Spojenie so serverom bolo prerušené.", "Sent messages will be stored until your connection has returned.": "Odoslané správy ostanú uložené, kým sa spojenie nenadviaže znovu.", "You seem to be uploading files, are you sure you want to quit?": "Zdá sa, že práve nahrávate súbory, ste si istí, že chcete skončiť?", @@ -419,7 +413,6 @@ "Notification targets": "Ciele oznámení", "Today": "Dnes", "Friday": "Piatok", - "Update": "Aktualizovať", "On": "Povolené", "Changelog": "Zoznam zmien", "Waiting for response from server": "Čakanie na odpoveď zo servera", @@ -439,7 +432,6 @@ "Event sent!": "Udalosť odoslaná!", "Preparing to send logs": "príprava odoslania záznamov", "Saturday": "Sobota", - "Reject": "Odmietnuť", "Monday": "Pondelok", "Toolbox": "Nástroje", "Collecting logs": "Získavajú sa záznamy", @@ -769,7 +761,6 @@ "Room avatar": "Obrázok miestnosti", "Room Name": "Názov miestnosti", "Room Topic": "Téma miestnosti", - "Join": "Vstúpiť", "Power level": "Úroveň oprávnenia", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.", "Incoming Verification Request": "Prichádzajúca žiadosť o overenie", @@ -784,7 +775,6 @@ "Change": "Zmeniť", "Email (optional)": "Email (nepovinné)", "Phone (optional)": "Telefón (nepovinné)", - "Confirm": "Potvrdiť", "Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma", "Other": "Ďalšie", "Couldn't load page": "Nie je možné načítať stránku", @@ -835,7 +825,6 @@ "Add Email Address": "Pridať emailovú adresu", "Add Phone Number": "Pridať telefónne číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Táto akcia vyžaduje prístup k predvolenému serveru totožností na overenie emailovej adresy alebo telefónneho čísla, ale server nemá žiadne podmienky používania.", - "Trust": "Dôverovať", "Custom (%(level)s)": "Vlastný (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Odošle správu ako obyčajný text bez interpretácie ako markdown", "You do not have the required permissions to use this command.": "Na použitie tohoto príkazu nemáte dostatočné povolenia.", @@ -871,7 +860,6 @@ "Show previews/thumbnails for images": "Zobrazovať ukážky/náhľady obrázkov", "My Ban List": "Môj zoznam zákazov", "This is your list of users/servers you have blocked - don't leave the room!": "Toto je zoznam používateľov / serverov, ktorých ste zablokovali - neopúšťajte miestnosť!", - "Upload": "Nahrať", "Cross-signing public keys:": "Verejné kľúče krížového podpisovania:", "not found": "nenájdené", "Cross-signing private keys:": "Súkromné kľúče krížového podpisovania:", @@ -1019,8 +1007,6 @@ "Verify by emoji": "Overiť pomocou emotikonov", "Review": "Skontrolovať", "Later": "Neskôr", - "Upgrade": "Aktualizovať", - "Verify": "Overiť", "Other users may not trust it": "Ostatní používatelia jej nemusia dôverovať", "This bridge was provisioned by .": "Toto premostenie poskytuje .", "Joins room with given address": "Pridať sa do miestnosti s danou adresou", @@ -1122,7 +1108,6 @@ "Uploaded sound": "Nahratý zvuk", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámenia", - "Reset": "Obnoviť predvolené", "Set a new custom sound": "Nastaviť vlastný zvuk", "Browse": "Prechádzať", "Upgrade the room": "Aktualizovať miestnosť", @@ -1139,7 +1124,6 @@ "Verify the link in your inbox": "Overte odkaz vo vašej emailovej schránke", "Complete": "Dokončiť", "Revoke": "Odvolať", - "Share": "Zdieľať", "Unable to revoke sharing for phone number": "Nepodarilo sa zrušiť zdieľanie telefónneho čísla", "Unable to share phone number": "Nepodarilo sa zdieľanie telefónneho čísla", "Please enter verification code sent via text.": "Zadajte prosím overovací kód zaslaný prostredníctvom SMS.", @@ -1532,7 +1516,6 @@ }, "Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.", "Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.", - "Expand": "Rozbaliť", "Show all your rooms in Home, even if they're in a space.": "Zobrazte všetky miestnosti v časti Domov, aj keď sú v priestore.", "Show all rooms in Home": "Zobraziť všetky miestnosti v časti Domov", "Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?", @@ -1655,14 +1638,12 @@ "Sidebar": "Bočný panel", "Downloading": "Preberanie", "Show:": "Zobraziť:", - "Stop": "Zastaviť", "MB": "MB", "JSON": "JSON", "HTML": "HTML", "Results": "Výsledky", "More": "Viac", "Decrypting": "Dešifrovanie", - "Collapse": "Zbaliť", "Visibility": "Viditeľnosť", "Sent": "Odoslané", "Connecting": "Pripájanie", @@ -1673,7 +1654,6 @@ "Suggested": "Navrhované", "Support": "Podpora", "Random": "Náhodné", - "Delete": "Vymazať", "Value:": "Hodnota:", "Level": "Úroveň", "Setting:": "Nastavenie:", @@ -1697,7 +1677,6 @@ "Objects": "Objekty", "Activities": "Aktivity", "Document": "Dokument", - "View": "Zobraziť", "Summary": "Zhrnutie", "Notes": "Poznámky", "Service": "Služba", @@ -2543,7 +2522,6 @@ "Next autocomplete suggestion": "Ďalší návrh automatického dokončovania", "Previous autocomplete suggestion": "Predchádzajúci návrh automatického dokončovania", "Internal room ID": "Interné ID miestnosti", - "Call": "Hovor", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Priestory sú spôsoby zoskupovania miestností a ľudí. Popri priestoroch, v ktorých sa nachádzate, môžete použiť aj niektoré predpripravené priestory.", "Group all your favourite rooms and people in one place.": "Zoskupte všetky vaše obľúbené miestnosti a ľudí na jednom mieste.", "Group all your people in one place.": "Zoskupte všetkých ľudí na jednom mieste.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Znovu zadajte e-mailovú adresu", "Wrong email address?": "Nesprávna e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skryť oznamovaciu bodku (zobrazovať iba odznaky počítadiel)", - "Apply": "Použiť", "Search users in this room…": "Vyhľadať používateľov v tejto miestnosti…", "Give one or multiple users in this room more privileges": "Prideliť jednému alebo viacerým používateľom v tejto miestnosti viac oprávnení", "Add privileged users": "Pridať oprávnených používateľov", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.", "Poll history": "História ankety", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Používateľ (%(user)s) neskončil ako pozvaný do %(roomId)s, ale nástroj pre pozývanie neposkytol žiadnu chybu", - "Reload": "Znovu načítať", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Môže to byť spôsobené otvorením aplikácie na viacerých kartách alebo vymazaním údajov prehliadača.", "Database unexpectedly closed": "Databáza sa neočakávane zatvorila", "Mute room": "Stlmiť miestnosť", @@ -3976,5 +3952,29 @@ "a11y": { "user_menu": "Používateľské menu" }, - "Home": "Domov" + "Home": "Domov", + "action.reject": "Odmietnuť", + "action.confirm": "Potvrdiť", + "action.dismiss": "Zamietnuť", + "action.trust": "Dôverovať", + "action.reload": "Znovu načítať", + "action.cancel": "Zrušiť", + "action.stop": "Zastaviť", + "action.join": "Vstúpiť", + "action.close": "Zavrieť", + "action.accept": "Prijať", + "action.upgrade": "Aktualizovať", + "action.verify": "Overiť", + "action.update": "Aktualizovať", + "action.call": "Hovor", + "action.delete": "Vymazať", + "action.upload": "Nahrať", + "action.collapse": "Zbaliť", + "action.apply": "Použiť", + "action.reset": "Obnoviť predvolené", + "action.share": "Zdieľať", + "action.skip": "Preskočiť", + "action.logout": "Odhlásiť sa", + "action.view": "Zobraziť", + "action.expand": "Rozbaliť" } diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index de9583efbc9..3f6c80af7cb 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ta e-poštni naslov je že v uporabi", "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", - "Dismiss": "Opusti", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", @@ -11,7 +10,6 @@ "Single Sign On": "Enkratna prijava", "Confirm adding email": "Potrdi dodajanje e-poštnega naslova", "Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.", - "Confirm": "Potrdi", "Add Email Address": "Dodaj e-poštni naslov", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.", "Confirm adding phone number": "Potrdi dodajanje telefonske številke", @@ -63,5 +61,7 @@ "analytics": "Analitika", "error": "Napaka", "attachment": "Priponka" - } + }, + "action.confirm": "Potrdi", + "action.dismiss": "Opusti" } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 89e3bbfea7f..2d600f98d5c 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -60,11 +60,9 @@ "Notification targets": "Objektiva njoftimesh", "Today": "Sot", "Friday": "E premte", - "Update": "Përditësoje", "Notifications": "Njoftime", "On": "On", "Changelog": "Regjistër ndryshimesh", - "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?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", @@ -77,7 +75,6 @@ "All Rooms": "Krejt Dhomat", "Source URL": "URL Burimi", "Messages sent by bot": "Mesazhe të dërguar nga boti", - "Cancel": "Anuloje", "Filter results": "Filtroni përfundimet", "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", @@ -87,7 +84,6 @@ "Event sent!": "Akti u dërgua!", "Preparing to send logs": "Po përgatitet për dërgim regjistrash", "Unnamed room": "Dhomë e paemërtuar", - "Dismiss": "Mos e merr parasysh", "Saturday": "E shtunë", "Online": "Në linjë", "Monday": "E hënë", @@ -106,7 +102,6 @@ "State Key": "Kyç Gjendjesh", "What's new?": "Ç’ka të re?", "When I'm invited to a room": "Kur ftohem në një dhomë", - "Close": "Mbylle", "Invite to this room": "Ftojeni te kjo dhomë", "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", @@ -134,7 +129,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", - "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", @@ -245,14 +239,12 @@ "Invalid Email Address": "Adresë Email e Pavlefshme", "This doesn't appear to be a valid email address": "Kjo s’duket se është adresë email e vlefshme", "Verification Pending": "Verifikim Në Pritje të Miratimit", - "Skip": "Anashkaloje", "You must register to use this functionality": "Që të përdorni këtë funksion, duhet të regjistroheni", "Reject invitation": "Hidheni tej ftesën", "Are you sure you want to reject the invitation?": "Jeni i sigurt se doni të hidhet tej kjo ftesë?", "Are you sure you want to leave the room '%(roomName)s'?": "Jeni i sigurt se doni të dilni nga dhoma '%(roomName)s'?", "Signed Out": "I dalë", "Old cryptography data detected": "U pikasën të dhëna kriptografie të vjetër", - "Logout": "Dalje", "You seem to be in a call, are you sure you want to quit?": "Duket se jeni në një thirrje, jeni i sigurt se doni të dilet?", "Search failed": "Kërkimi shtoi", "No more results": "Jo më tepër përfundime", @@ -664,13 +656,11 @@ "Room avatar": "Avatar dhome", "Room Name": "Emër Dhome", "Room Topic": "Temë Dhome", - "Join": "Hyni", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", - "Confirm": "Ripohojeni", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", "Other": "Tjetër", "Guest": "Mysafir", @@ -831,7 +821,6 @@ "Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?", "Missing session data": "Mungojnë të dhëna sesioni", "Upload files": "Ngarko kartela", - "Upload": "Ngarkim", "Upload %(count)s other files": { "other": "Ngarkoni %(count)s kartela të tjera", "one": "Ngarkoni %(count)s kartelë tjetër" @@ -928,7 +917,6 @@ "Unable to revoke sharing for email address": "S’arrihet të shfuqizohet ndarja për këtë adresë email", "Unable to share email address": "S’arrihet të ndahet adresë email", "Revoke": "Shfuqizoje", - "Share": "Ndaje me të tjerë", "Unable to revoke sharing for phone number": "S’arrihet të shfuqizohet ndarja për numrin e telefonit", "Unable to share phone number": "S’arrihet të ndahet numër telefoni", "Please enter verification code sent via text.": "Ju lutemi, jepni kod verifikimi të dërguar përmes teksti.", @@ -1015,7 +1003,6 @@ "one": "Hiq 1 mesazh" }, "Remove recent messages": "Hiq mesazhe së fundi", - "View": "Shihni", "Explore rooms": "Eksploroni dhoma", "Changes the avatar of the current room": "Ndryshon avatarin e dhomës së atëçastshme", "Read Marker lifetime (ms)": "Kohëzgjatje e Shenjës së Leximit (ms)", @@ -1064,7 +1051,6 @@ "Room Autocomplete": "Vetëplotësim Dhomash", "User Autocomplete": "Vetëplotësim Përdoruesish", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ky veprim lyp hyrje te shërbyesi parazgjedhje i identiteteve për të vlerësuar një adresë email ose një numër telefoni, por shërbyesi nuk ka ndonjë kusht shërbimesh.", - "Trust": "Besim", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Room %(name)s": "Dhoma %(name)s", "Unread messages.": "Mesazhe të palexuar.", @@ -1128,7 +1114,6 @@ "Trusted": "E besuar", "Not trusted": "Jo e besuar", "Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.", - "Verify": "Verifikoje", "Any of the following data may be shared:": "Mund të ndahen me të tjerët cilado prej të dhënave vijuese:", "Your display name": "Emri juaj në ekran", "Your user ID": "ID-ja juaj e përdoruesit", @@ -1169,7 +1154,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, njoftoni një të metë.", "You'll upgrade this room from to .": "Do ta përmirësoni këtë dhomë nga .", - "Upgrade": "Përmirësoje", "Unable to set up secret storage": "S’u arrit të ujdiset depozitë e fshehtë", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s hoqi rregullin për dëbim përdoruesish që kanë përputhje me %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s hoqi rregullin që dëbon dhoma që kanë përputhje me %(glob)s", @@ -1475,7 +1459,6 @@ "Verify your other session using one of the options below.": "Verifikoni sesionit tuaj tjetër duke përdorur një nga mundësitë më poshtë.", "Lock": "Kyçje", "Cross-signing": "Cross-signing", - "Reset": "Rikthe te parazgjedhjet", "Can't load this message": "S’ngarkohet dot ky mesazh", "Submit logs": "Parashtro regjistra", "Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Kujtesë: Shfletuesi juaj është i pambuluar, ndaj punimi juaj mund të jetë i paparashikueshëm.", @@ -2191,7 +2174,6 @@ "Invite only, best for yourself or teams": "Vetëm me ftesa, më e mira për ju dhe ekipe", "Open space for anyone, best for communities": "Hapësirë e hapët për këdo, më e mira për bashkësi", "Create a space": "Krijoni një hapësirë", - "Delete": "Fshije", "Jump to the bottom of the timeline when you send a message": "Kalo te fundi i rrjedhës kohore, kur dërgoni një mesazh", "This homeserver has been blocked by its administrator.": "Ky shërbyes Home është bllokuar nga përgjegjësit e tij.", "You're already in a call with this person.": "Gjendeni tashmë në thirrje me këtë person.", @@ -2357,8 +2339,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.", "This space has no local addresses": "Kjo hapësirë s’ka adresa vendore", "Space information": "Hollësi hapësire", - "Collapse": "Tkurre", - "Expand": "Zgjeroje", "Recommended for public spaces.": "E rekomanduar për hapësira publike.", "Allow people to preview your space before they join.": "Lejojini personat të parashohin hapësirën tuaj para se të hyjnë në të.", "Preview Space": "Parashiheni Hapësirën", @@ -2577,7 +2557,6 @@ "Select from the options below to export chats from your timeline": "Që të eksportohen fjalosje prej rrjedhës tuaj kohore, përzgjidhni prej mundësive më poshtë", "Export Chat": "Eksportoni Fjalosje", "Exporting your data": "Eksportim i të dhënave tuaja", - "Stop": "Ndale", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Jeni i sigurt se doni të ndalet eksportimi i të dhënave tuaja? Nëse po, do t’ju duhet t’ia filloni nga e para.", "Your export was successful. Find it in your Downloads folder.": "Eksportimi juaj qe i suksesshëm. E keni te dosja juaj Shkarkime.", "The export was cancelled successfully": "Eksportimi u anulua me sukses", @@ -2952,7 +2931,6 @@ "This is a beta feature": "Kjo është një veçori beta", "Use to scroll": "Përdorni për rrëshqitje", "Feedback sent! Thanks, we appreciate it!": "Përshtypjet u dërguan! Faleminderit, e çmojmë aktin tuaj!", - "Call": "Thirrje", "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Faleminderit që provoni versionin beta, ju lutemi, jepni sa më shumë hollësi, që të mund ta përmirësojmë.", "%(space1Name)s and %(space2Name)s": "%(space1Name)s dhe %(space2Name)s", "%(oneUser)ssent %(count)s hidden messages": { @@ -3562,7 +3540,6 @@ "This session doesn't support encryption and thus can't be verified.": "Ky sesion s’mbulon fshehtëzim, ndaj s’mund të verifikohet.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Për sigurinë dhe privatësinë më të mirë, rekomandohet të përdoren klientë Matrix që mbulojnë fshehtëzim.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "S’do të jeni në gjendje të merrni pjesë në dhoma ku fshehtëzimi është aktivizuar, kur përdoret ky sesion.", - "Apply": "Aplikoje", "Search users in this room…": "Kërkoni për përdorues në këtë dhomë…", "Give one or multiple users in this room more privileges": "Jepini një ose disa përdoruesve më tepër privilegje në këtë dhomë", "Add privileged users": "Shtoni përdorues të privilegjuar", @@ -3749,7 +3726,6 @@ "Poll history": "Historik pyetësorësh", "Enable intentional mentions": "Aktivizo përmendje të qëllimta", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Përdoruesi (%(user)s) s’doli i ftuar te %(roomId)s, por nga mjeti i ftuesit s’u dha gabim", - "Reload": "Ringarkoje", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Kjo mund të jetë e shkaktuar nga pasja e aplikacionit hapur në shumë skeda, ose për shkak të spastrimit të të dhënave të shfletuesit.", "Database unexpectedly closed": "Baza e të dhënave u mbyll papritur", "Sliding Sync configuration": "Formësim Sliding Sync-u", @@ -3869,5 +3845,29 @@ "a11y": { "user_menu": "Menu përdoruesi" }, - "Home": "Kreu" + "Home": "Kreu", + "action.reject": "Hidheni tej", + "action.confirm": "Ripohojeni", + "action.dismiss": "Mos e merr parasysh", + "action.trust": "Besim", + "action.reload": "Ringarkoje", + "action.cancel": "Anuloje", + "action.stop": "Ndale", + "action.join": "Hyni", + "action.close": "Mbylle", + "action.accept": "Pranoje", + "action.upgrade": "Përmirësoje", + "action.verify": "Verifikoje", + "action.update": "Përditësoje", + "action.call": "Thirrje", + "action.delete": "Fshije", + "action.upload": "Ngarkim", + "action.collapse": "Tkurre", + "action.apply": "Aplikoje", + "action.reset": "Rikthe te parazgjedhjet", + "action.share": "Ndaje me të tjerë", + "action.skip": "Anashkaloje", + "action.logout": "Dalje", + "action.view": "Shihni", + "action.expand": "Zgjeroje" } diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index a994733d718..6e34abd9361 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": "Подразумевано омогући прегледе адреса за чланове ове собе", - "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Само чланови (од приступања)", "Permissions": "Овлашћења", "Advanced": "Напредно", - "Cancel": "Откажи", "Jump to first unread message.": "Скочи на прву непрочитану поруку.", - "Close": "Затвори", "not specified": "није наведено", "This room has no local addresses": "Ова соба нема локалних адреса", "You have enabled URL previews by default.": "Укључили сте да се УРЛ прегледи подразумевају.", @@ -203,7 +200,6 @@ "Failed to copy": "Нисам успео да ископирам", "Add an Integration": "Додај уградњу", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Бићете пребачени на сајт треће стране да бисте се идентификовали са својим налогом зарад коришћења уградње %(integrationsUrl)s. Да ли желите да наставите?", - "Dismiss": "Одбаци", "Token incorrect": "Жетон је нетачан", "A text message has been sent to %(msisdn)s": "Текстуална порука је послата на %(msisdn)s", "Please enter the code it contains:": "Унесите код који се налази у њој:", @@ -324,7 +320,6 @@ "Unable to add email address": "Не могу да додам мејл адресу", "Unable to verify email address.": "Не могу да проверим мејл адресу.", "This will allow you to reset your password and receive notifications.": "Ово омогућава поновно постављање лозинке и примање обавештења.", - "Skip": "Прескочи", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", "Reject invitation": "Одбиј позивницу", @@ -339,7 +334,6 @@ "In reply to ": "Као одговор за ", "This room is not public. You will not be able to rejoin without an invite.": "Ова соба није јавна. Нећете моћи да поново приступите без позивнице.", "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-а су нађени. Ово ће узроковати лош рад шифровања с краја на крај у старијем издању. Размењене поруке које су шифроване с краја на крај у старијем издању је можда немогуће дешифровати у овом издању. Такође, ово може узроковати неуспешно размењивање порука са овим издањем. Ако доживите проблеме, одјавите се и пријавите се поново. Да бисте задржали историјат поруке, извезите па поново увезите ваше кључеве.", - "Logout": "Одјава", "Connectivity to the server has been lost.": "Веза ка серверу је прекинута.", "Sent messages will be stored until your connection has returned.": "Послате поруке биће сачуване док се веза не успостави поново.", "You seem to be uploading files, are you sure you want to quit?": "Изгледа да отпремате датотеке. Да ли сте сигурни да желите изаћи?", @@ -416,7 +410,6 @@ "Notification targets": "Циљеви обавештења", "Today": "Данас", "Friday": "Петак", - "Update": "Ажурирај", "On": "Укључено", "Changelog": "Записник о изменама", "Waiting for response from server": "Чекам на одговор са сервера", @@ -434,7 +427,6 @@ "Tuesday": "Уторак", "Event sent!": "Догађај је послат!", "Saturday": "Субота", - "Reject": "Одбаци", "Monday": "Понедељак", "Toolbox": "Алатница", "Collecting logs": "Прикупљам записнике", @@ -510,7 +502,6 @@ "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", "Create account": "Направи налог", - "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", "Change": "Промени", "Messages containing my username": "Поруке које садрже моје корисничко", @@ -532,7 +523,6 @@ "Encryption upgrade available": "Надоградња шифровања је доступна", "Show info about bridges in room settings": "Прикажи податке о мостовима у подешавањима собе", "Enable Emoji suggestions while typing": "Омогући предлоге емоџија приликом куцања", - "Upload": "Отпреми", "Show more": "Прикажи више", "Cannot connect to integration manager": "Не могу се повезати на управника уградњи", "Email addresses": "Мејл адресе", @@ -580,7 +570,6 @@ "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", "Widgets do not use message encryption.": "Виџети не користе шифровање порука.", - "Join": "Приступи", "Enable end-to-end encryption": "Омогући шифровање с краја на крај", "Report Content to Your Homeserver Administrator": "Пријави садржај администратору вашег домаћег сервера", "Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s", @@ -915,7 +904,6 @@ "United States": "Сједињене Америчке Државе", "United Kingdom": "Уједињено Краљевство", "%(name)s is requesting verification": "%(name)s тражи верификацију", - "Trust": "Веруј", "Only continue if you trust the owner of the server.": "Наставите само ако верујете власнику сервера.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ова радња захтева приступ серверу идентитета за валидацију адресе е-поште или телефонског броја али изгледа да сервер нема „услове услуге“.", "The server does not support the room version specified.": "Сервер не подржава наведену верзију собе.", @@ -1105,7 +1093,6 @@ "Please enter verification code sent via text.": "Унесите верификациони код послат путем текста.", "Unable to verify phone number.": "Није могуће верификовати број телефона.", "Unable to share phone number": "Није могуће делити телефонски број", - "Share": "Објави", "Complete": "Заврши", "You'll need to authenticate with the server to confirm the upgrade.": "Да бисте потврдили надоградњу, мораћете да се пријавите на серверу.", "Restore": "Врати", @@ -1342,5 +1329,18 @@ "start_chat": "Започни разговор", "view_source": "Погледај извор" }, - "Home": "Почетна" + "Home": "Почетна", + "action.reject": "Одбаци", + "action.confirm": "Потврди", + "action.dismiss": "Одбаци", + "action.trust": "Веруј", + "action.cancel": "Откажи", + "action.join": "Приступи", + "action.close": "Затвори", + "action.accept": "Прихвати", + "action.update": "Ажурирај", + "action.upload": "Отпреми", + "action.share": "Објави", + "action.skip": "Прескочи", + "action.logout": "Одјава" } diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index d1be49c1eae..5ced345b8aa 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -4,7 +4,6 @@ "Add Email Address": "Dodajte adresu elektronske pošte", "Failed to verify email address: make sure you clicked the link in the email": "Neuspela provera adrese elektronske pošte: proverite da li ste kliknuli na link u poruci elektronske pošte", "Add Phone Number": "Dodajte broj telefona", - "Dismiss": "Odbaci", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", "Sign In": "Prijavite se", @@ -55,7 +54,6 @@ "The user you called is busy.": "Korisnik kojeg ste zvali je zauzet.", "User Busy": "Korisnik zauzet", "Call Failed": "Poziv nije uspio", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Produžite samo pod uslovom da vjerujete vlasniku servera.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova akcija zahtijeva pristup zadanom serveru za provjeru identiteta radi provjere adrese e-pošte ili telefonskog broja, no server nema nikakve uslove za pružanje usluge.", "Identity server has no terms of service": "Server identiteta nema uslove pružanja usluge", @@ -75,7 +73,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite taster ispod da biste potvrdili dodavanje telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite taster ispod da biste potvrdili dodavanje email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Single Sign On": "Jedinstvena prijava (SSO)", @@ -96,5 +93,8 @@ "common": { "error": "Greška", "attachment": "Prilog" - } + }, + "action.confirm": "Potvrdi", + "action.dismiss": "Odbaci", + "action.trust": "Vjeruj" } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 2c317b364d8..a8a39eb5148 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -61,12 +61,10 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", - "Accept": "Godkänn", "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", "Filter room members": "Filtrera rumsmedlemmar", @@ -86,7 +84,6 @@ "Sign in with": "Logga in med", "Join Room": "Gå med i rum", "Jump to first unread message.": "Hoppa till första olästa meddelandet.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar fr.o.m. att de gick med som medlem.", @@ -137,9 +134,7 @@ "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", - "Cancel": "Avbryt", "Create new room": "Skapa nytt rum", - "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", @@ -189,7 +184,6 @@ "Notification targets": "Aviseringsmål", "Today": "idag", "Friday": "fredag", - "Update": "Uppdatera", "What's New": "Vad är nytt", "On": "På", "Changelog": "Ändringslogg", @@ -208,7 +202,6 @@ "Tuesday": "tisdag", "Search…": "Sök…", "Saturday": "lördag", - "Reject": "Avböj", "Monday": "måndag", "Collecting logs": "Samlar in loggar", "All Rooms": "Alla rum", @@ -316,7 +309,6 @@ "Verification Pending": "Avvaktar verifiering", "Unable to add email address": "Kunde inte lägga till e-postadress", "Unable to verify email address.": "Kunde inte verifiera e-postadressen.", - "Skip": "Hoppa över", "You must register to use this functionality": "Du måste registrera dig för att använda den här funktionaliteten", "You must join the room to see its files": "Du måste gå med i rummet för att se tillhörande filer", "Start automatically after system login": "Starta automatiskt vid systeminloggning", @@ -686,7 +678,6 @@ "Change": "Ändra", "Email (optional)": "E-post (valfritt)", "Phone (optional)": "Telefon (valfritt)", - "Confirm": "Bekräfta", "Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern", "Other": "Annat", "Your password has been reset.": "Ditt lösenord har återställts.", @@ -763,7 +754,6 @@ "Could not load user profile": "Kunde inte ladda användarprofil", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunde inte laddas upp.", "Composer": "Meddelandefält", - "Join": "Gå med", "Power level": "Behörighetsnivå", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kunde inte hitta profiler för de Matrix-ID:n som listas nedan - vill du bjuda in dem ändå?", "GitHub issue": "GitHub-ärende", @@ -786,7 +776,6 @@ "Your browser likely removed this data when running low on disk space.": "Din webbläsare har troligen tagit bort dessa data när det blev ont om diskutrymme.", "Upload files (%(current)s of %(total)s)": "Ladda upp filer (%(current)s av %(total)s)", "Upload files": "Ladda upp filer", - "Upload": "Ladda upp", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Den här filen är för stor för att ladda upp. Filstorleksgränsen är %(limit)s men den här filen är %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Dessa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Vissa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", @@ -844,12 +833,10 @@ "Uploaded sound": "Uppladdat ljud", "Sounds": "Ljud", "Notification sound": "Aviseringsljud", - "Reset": "Återställ", "Set a new custom sound": "Ställ in ett nytt anpassat ljud", "Upgrade the room": "Uppgradera rummet", "Enable room encryption": "Aktivera rumskryptering", "Revoke": "Återkalla", - "Share": "Dela", "Discovery options will appear once you have added an email above.": "Upptäcktsalternativ kommer att visas när du har lagt till en e-postadress ovan.", "Remove %(email)s?": "Ta bort %(email)s?", "Remove %(phone)s?": "Ta bort %(phone)s?", @@ -893,7 +880,6 @@ "Add Phone Number": "Lägg till telefonnummer", "Identity server has no terms of service": "Identitetsservern har inga användarvillkor", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Den här åtgärden kräver åtkomst till standardidentitetsservern för att validera en e-postadress eller ett telefonnummer, men servern har inga användarvillkor.", - "Trust": "Förtroende", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Visa förhandsgranskning/miniatyr för bilder", "Custom (%(level)s)": "Anpassad (%(level)s)", @@ -1120,8 +1106,6 @@ "Contact your server admin.": "Kontakta din serveradministratör.", "Ok": "OK", "Set up": "Sätt upp", - "Upgrade": "Uppgradera", - "Verify": "Verifiera", "Other users may not trust it": "Andra användare kanske inta litar på den", "New login. Was this you?": "Ny inloggning. Var det du?", "You joined the call": "Du gick med i samtalet", @@ -1526,7 +1510,6 @@ "Create a Group Chat": "Skapa en gruppchatt", "Explore rooms": "Utforska rum", "%(creator)s created and configured the room.": "%(creator)s skapade och konfigurerade rummet.", - "View": "Visa", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Du har %(count)s olästa aviseringar i en tidigare version av det här rummet.", "one": "Du har %(count)s oläst avisering i en tidigare version av det här rummet." @@ -2195,7 +2178,6 @@ "Invite only, best for yourself or teams": "Endast inbjudan, bäst för dig själv eller team", "Open space for anyone, best for communities": "Öppna utrymmet för alla, bäst för gemenskaper", "Create a space": "Skapa ett utrymme", - "Delete": "Radera", "Jump to the bottom of the timeline when you send a message": "Hoppa till botten av tidslinjen när du skickar ett meddelande", "This homeserver has been blocked by its administrator.": "Hemservern har blockerats av sin administratör.", "You're already in a call with this person.": "Du är redan i ett samtal med den här personen.", @@ -2411,8 +2393,6 @@ "Error saving notification preferences": "Fel vid sparning av aviseringsinställningar", "Messages containing keywords": "Meddelanden som innehåller nyckelord", "Message bubbles": "Meddelandebubblor", - "Collapse": "Kollapsa", - "Expand": "Expandera", "Recommended for public spaces.": "Rekommenderas för offentliga utrymmen.", "Allow people to preview your space before they join.": "Låt personer förhandsgranska ditt utrymme innan de går med.", "Preview Space": "Förhandsgranska utrymme", @@ -2627,7 +2607,6 @@ "Select from the options below to export chats from your timeline": "Välj från alternativen nedan för att exportera chattar från din tidslinje", "Export Chat": "Exportera chatt", "Exporting your data": "Exporterar din data", - "Stop": "Stoppa", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Är du säker på att du vill sluta exportera din data? Om du gör det så behöver du börja om.", "Your export was successful. Find it in your Downloads folder.": "Din export lyckades. Hitta den i din hämtningsmapp.", "The export was cancelled successfully": "Exporten avbröts framgångsrikt", @@ -2775,7 +2754,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Väntar på att du ska verifiera på din andra enhet, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Verifiera den här enheten genom att bekräfta att det följande numret visas på dess skärm.", "Confirm the emoji below are displayed on both devices, in the same order:": "Bekräfta att emojierna nedan visas på båda enheterna i samma ordning:", - "Call": "Ring", "Dial": "Slå nummer", "Automatically send debug logs on decryption errors": "Skicka automatiskt avbuggningsloggar vid avkrypteringsfel", "Show join/leave messages (invites/removes/bans unaffected)": "Visa gå med/lämna-meddelanden (inbjudningar/borttagningar/banningar påverkas inte)", @@ -3384,7 +3362,6 @@ "Enable notifications for this device": "Aktivera aviseringar för den här enheten", "Turn off to disable notifications on all your devices and sessions": "Stäng av för att inaktivera aviseringar för alla dina enheter och sessioner", "Enable notifications for this account": "Aktivera aviseringar för det här kontot", - "Apply": "Tillämpa", "Search users in this room…": "Sök efter användare i det här rummet…", "Give one or multiple users in this room more privileges": "Ge en eller flera användare i det här rummet fler privilegier", "Add privileged users": "Lägg till privilegierade användare", @@ -3702,7 +3679,6 @@ "Starting export process…": "Startar exportprocessen …", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Användaren (%(user)s) blev inte inbjuden till %(roomId)s, men inget fel gavs av inbjudningsverktyget", "Use your account to continue.": "Använd ditt konto för att fortsätta.", - "Reload": "Ladda om", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Det här kan orsakas av att ha appen öppen i flera flikar eller av rensning av webbläsardata.", "Database unexpectedly closed": "Databasen stängdes oväntat", "Yes, it was me": "Ja, det var jag", @@ -3916,5 +3892,29 @@ "a11y": { "user_menu": "Användarmeny" }, - "Home": "Hem" + "Home": "Hem", + "action.reject": "Avböj", + "action.confirm": "Bekräfta", + "action.dismiss": "Avvisa", + "action.trust": "Förtroende", + "action.reload": "Ladda om", + "action.cancel": "Avbryt", + "action.stop": "Stoppa", + "action.join": "Gå med", + "action.close": "Stäng", + "action.accept": "Godkänn", + "action.upgrade": "Uppgradera", + "action.verify": "Verifiera", + "action.update": "Uppdatera", + "action.call": "Ring", + "action.delete": "Radera", + "action.upload": "Ladda upp", + "action.collapse": "Kollapsa", + "action.apply": "Tillämpa", + "action.reset": "Återställ", + "action.share": "Dela", + "action.skip": "Hoppa över", + "action.logout": "Logga ut", + "action.view": "Visa", + "action.expand": "Expandera" } diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index b311c36bc68..596f0183a5a 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,13 +1,10 @@ { "All messages": "அனைத்து செய்திகள்", "All Rooms": "அனைத்து அறைகள்", - "Cancel": "ரத்து", "Changelog": "மாற்றப்பதிவு", - "Close": "மூடு", "Collecting app version information": "செயலியின் பதிப்பு தகவல்கள் சேகரிக்கப்படுகிறது", "Collecting logs": "பதிவுகள் சேகரிக்கப்படுகிறது", "Call invitation": "அழைப்பிற்கான விண்ணப்பம்", - "Dismiss": "நீக்கு", "Failed to add tag %(tagName)s to room": "%(tagName)s எனும் குறிச்சொல்லை அறையில் சேர்ப்பதில் தோல்வி", "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", @@ -25,7 +22,6 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", - "Reject": "நிராகரி", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -36,7 +32,6 @@ "Unavailable": "இல்லை", "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", - "Update": "புதுப்பி", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", @@ -126,7 +121,6 @@ "Confirm adding phone number": "தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்", "Confirm adding this phone number by using Single Sign On to prove your identity.": "உங்கள் அடையாளத்தை நிரூபிக்க ஒற்றை உள்நுழைவைப் பயன்படுத்தி இந்த தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்.", "Add Email Address": "மின்னஞ்சல் முகவரியை சேர்க்கவும்", - "Confirm": "உறுதிப்படுத்தவும்", "Click the button below to confirm adding this email address.": "இந்த மின்னஞ்சல் முகவரியை சேர்ப்பதை உறுதிப்படுத்த கீழே உள்ள பொத்தானை அழுத்தவும்.", "Confirm adding email": "மின்னஞ்சலை சேர்ப்பதை உறுதிப்படுத்தவும்", "Single Sign On": "ஒற்றை உள்நுழைவு", @@ -148,5 +142,11 @@ "quote": "மேற்கோள்", "remove": "நீக்கு", "view_source": "மூலத்தைக் காட்டு" - } + }, + "action.reject": "நிராகரி", + "action.confirm": "உறுதிப்படுத்தவும்", + "action.dismiss": "நீக்கு", + "action.cancel": "ரத்து", + "action.close": "மூடு", + "action.update": "புதுப்பி" } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index 5dae719ec8b..ed02bf262b1 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,5 +1,4 @@ { - "Accept": "అంగీకరించు", "Account": "ఖాతా", "Add": "చేర్చు", "Admin": "అడ్మిన్", @@ -28,7 +27,6 @@ "Changes your display nickname": "మీ ప్రదర్శన మారుపేరుని మారుస్తుంది", "You cannot place a call with yourself.": "మీకు మీరే కాల్ చేయలేరు.", "You need to be able to invite users to do that.": "మీరు దీన్ని చేయడానికి వినియోగదారులను ఆహ్వానించగలరు.", - "Close": "ముసివెయండి", "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", @@ -67,14 +65,12 @@ "New passwords don't match": "కొత్త పాస్వర్డ్లు సరిపోలడం లేదు", "Connectivity to the server has been lost.": "సెర్వెర్ కనెక్టివిటీని కోల్పోయారు.", "Sent messages will be stored until your connection has returned.": "మీ కనెక్షన్ తిరిగి వచ్చే వరకు పంపిన సందేశాలు నిల్వ చేయబడతాయి.", - "Cancel": "రద్దు", "Failed to forget room %(errCode)s": "గది మర్చిపోవడం విఫలమైంది %(errCode)s", "Incorrect verification code": "ధృవీకరణ కోడ్ సరిగా లెదు", "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", "Create new room": "క్రొత్త గది సృష్టించండి", - "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", @@ -95,7 +91,6 @@ "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", - "Reject": "తిరస్కరించు", "Monday": "సోమవారం", "Collecting logs": "నమోదు సేకరించడం", "All Rooms": "అన్ని గదులు", @@ -132,5 +127,10 @@ "decline": "డిక్లైన్", "leave": "వదిలి", "remove": "తొలగించు" - } + }, + "action.reject": "తిరస్కరించు", + "action.dismiss": "రద్దుచేసే", + "action.cancel": "రద్దు", + "action.close": "ముసివెయండి", + "action.accept": "అంగీకరించు" } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index 0777630f87c..48cbd740d70 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -16,8 +16,6 @@ "Reason": "เหตุผล", "Register": "ลงทะเบียน", "%(brand)s version:": "เวอร์ชัน %(brand)s:", - "Cancel": "ยกเลิก", - "Dismiss": "ปิด", "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", @@ -79,7 +77,6 @@ "Sign in with": "เข้าสู่ระบบด้วย", "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", - "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", "New passwords don't match": "รหัสผ่านใหม่ไม่ตรงกัน", @@ -169,8 +166,6 @@ "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", "Add": "เพิ่ม", - "Accept": "ยอมรับ", - "Close": "ปิด", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { "one": "(~%(count)s ผลลัพท์)", @@ -194,7 +189,6 @@ "Notification targets": "เป้าหมายการแจ้งเตือน", "Today": "วันนี้", "Friday": "วันศุกร์", - "Update": "อัปเดต", "What's New": "มีอะไรใหม่", "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", @@ -214,7 +208,6 @@ "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", "Saturday": "วันเสาร์", - "Reject": "ปฏิเสธ", "Monday": "วันจันทร์", "Collecting logs": "กำลังรวบรวมล็อก", "All Rooms": "ทุกห้อง", @@ -237,7 +230,6 @@ "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", - "Confirm": "ยืนยัน", "Already in call": "อยู่ในสายแล้ว", "No other application is using the webcam": "ไม่มีแอปพลิเคชันอื่นใดที่ใช้กล้อง", "Permission is granted to use the webcam": "ได้รับอนุญาตให้ใช้กล้อง", @@ -253,7 +245,6 @@ "The user you called is busy.": "ผู้ใช้ที่คุณโทรหาไม่ว่าง.", "User Busy": "ผู้ใช้ไม่ว่าง", "Call Failed": "การโทรล้มเหลว", - "Trust": "ไว้ใจ", "Only continue if you trust the owner of the server.": "ดำเนินการต่อหากคุณไว้วางใจเจ้าของเซิร์ฟเวอร์เท่านั้น.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "การดำเนินการนี้จำเป็นต้องเข้าถึงเซิร์ฟเวอร์ identity เริ่มต้น เพื่อตรวจสอบที่อยู่อีเมลหรือหมายเลขโทรศัพท์ แต่เซิร์ฟเวอร์ไม่มีข้อกำหนดในการให้บริการใดๆ.", "Identity server has no terms of service": "เซิร์ฟเวอร์ประจำตัวไม่มีข้อกำหนดในการให้บริการ", @@ -437,13 +428,9 @@ "Download": "ดาวน์โหลด", "collapse": "ยุบ", "Ignore": "เพิกเฉย", - "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", - "Delete": "ลบ", - "Upload": "อัปโหลด", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", - "Join": "เข้าร่วม", "Timeline": "เส้นเวลา", "common": { "encryption_enabled": "เปิดใช้งานการเข้ารหัส", @@ -482,5 +469,18 @@ "start_chat": "เริ่มแชท", "view_source": "ดูซอร์ส" }, - "Home": "เมนูหลัก" + "Home": "เมนูหลัก", + "action.reject": "ปฏิเสธ", + "action.confirm": "ยืนยัน", + "action.dismiss": "ปิด", + "action.trust": "ไว้ใจ", + "action.cancel": "ยกเลิก", + "action.join": "เข้าร่วม", + "action.close": "ปิด", + "action.accept": "ยอมรับ", + "action.update": "อัปเดต", + "action.delete": "ลบ", + "action.upload": "อัปโหลด", + "action.skip": "ข้าม", + "action.logout": "ออกจากระบบ" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 9925a01c769..a2d39e54d8d 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,5 +1,4 @@ { - "Accept": "Kabul Et", "Account": "Hesap", "Add": "Ekle", "Admin": "Admin", @@ -35,7 +34,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s oda adını kaldırdı.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s konuyu \"%(topic)s\" olarak değiştirdi.", "Changes your display nickname": "Görünen takma adınızı değiştirir", - "Close": "Kapat", "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", @@ -86,7 +84,6 @@ "Sign in with": "Şununla giriş yap", "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , katıldıkları noktalardan.", @@ -211,7 +208,6 @@ "one": "(~%(count)s sonuç)", "other": "(~%(count)s sonuçlar)" }, - "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", @@ -232,7 +228,6 @@ "Incorrect password": "Yanlış Şifre", "Unable to restore session": "Oturum geri yüklenemiyor", "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.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.", - "Dismiss": "Kapat", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", "powered by Matrix": "Matrix'den besleniyor", @@ -253,13 +248,11 @@ "Authentication check failed: incorrect password?": "Kimlik doğrulama denetimi başarısız oldu : yanlış şifre ?", "Do you want to set an email address?": "Bir e-posta adresi ayarlamak ister misiniz ?", "This will allow you to reset your password and receive notifications.": "Bu şifrenizi sıfırlamanızı ve bildirimler almanızı sağlayacak.", - "Skip": "Atla", "Sunday": "Pazar", "Messages sent by bot": "Bot tarafından gönderilen mesajlar", "Notification targets": "Bildirim hedefleri", "Today": "Bugün", "Friday": "Cuma", - "Update": "Güncelleştirme", "What's New": "Yenilikler", "On": "Açık", "Changelog": "Değişiklikler", @@ -275,7 +268,6 @@ "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", "Saturday": "Cumartesi", - "Reject": "Reddet", "Monday": "Pazartesi", "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", @@ -304,7 +296,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "Identity server has no terms of service": "Kimlik sunucusu hizmet kurallarına sahip değil", "Only continue if you trust the owner of the server.": "Sadece sunucunun sahibine güveniyorsanız devam edin.", - "Trust": "Güven", "Unable to load! Check your network connectivity and try again.": "Yüklenemiyor! Ağ bağlantınızı kontrol edin ve yeniden deneyin.", "Restricted": "Sınırlı", "Missing roomId.": "roomId eksik.", @@ -341,7 +332,6 @@ "%(brand)s URL": "%(brand)s Linki", "Room ID": "Oda ID", "More options": "Daha fazla seçenek", - "Join": "Katıl", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -436,7 +426,6 @@ "Upgrade this room to version %(version)s": "Bu odayı %(version)s versiyonuna yükselt", "Upgrade Room Version": "Oda Sürümünü Yükselt", "Upgrade private room": "Özel oda güncelle", - "Upgrade": "Yükselt", "Sign out and remove encryption keys?": "Oturumu kapat ve şifreleme anahtarlarını sil?", "Clear Storage and Sign Out": "Depolamayı temizle ve Oturumu Kapat", "Send Logs": "Logları Gönder", @@ -475,12 +464,10 @@ "Enter phone number (required on this homeserver)": "Telefon numarası gir ( bu ana sunucuda gerekli)", "Enter username": "Kullanıcı adı gir", "Email (optional)": "E-posta (opsiyonel)", - "Confirm": "Doğrula", "Phone (optional)": "Telefon (opsiyonel)", "Couldn't load page": "Sayfa yüklenemiyor", "Old cryptography data detected": "Eski kriptolama verisi tespit edildi", "Verification Request": "Doğrulama Talebi", - "View": "Görüntüle", "Jump to first unread room.": "Okunmamış ilk odaya zıpla.", "Jump to first invite.": "İlk davete zıpla.", "Add room": "Oda ekle", @@ -562,7 +549,6 @@ "Headphones": "Kulaklık", "Folder": "Klasör", "Accept to continue:": "Devam etmek için i kabul ediniz:", - "Upload": "Yükle", "not found": "bulunamadı", "in account data": "hesap verisinde", "Cannot connect to integration manager": "Entegrasyon yöneticisine bağlanılamadı", @@ -655,7 +641,6 @@ "Uploaded sound": "Yüklenen ses", "Sounds": "Sesler", "Notification sound": "Bildirim sesi", - "Reset": "Sıfırla", "Browse": "Gözat", "Change room name": "Oda adını değiştir", "Change history visibility": "Geçmiş görünürlüğünü değiştir", @@ -681,7 +666,6 @@ "Unable to share email address": "E-posta adresi paylaşılamıyor", "Your email address hasn't been verified yet": "E-posta adresiniz henüz doğrulanmadı", "Verify the link in your inbox": "Gelen kutunuzdaki linki doğrulayın", - "Share": "Paylaş", "Unable to share phone number": "Telefon numarası paylaşılamıyor", "Unable to verify phone number.": "Telefon numarası doğrulanamıyor.", "Please enter verification code sent via text.": "Lütfen mesajla gönderilen doğrulama kodunu girin.", @@ -762,7 +746,6 @@ "other": "%(count)s doğrulanmış oturum", "one": "1 doğrulanmış oturum" }, - "Verify": "Doğrula", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -2033,5 +2016,22 @@ "a11y": { "user_menu": "Kullanıcı menüsü" }, - "Home": "Ev" + "Home": "Ev", + "action.reject": "Reddet", + "action.confirm": "Doğrula", + "action.dismiss": "Kapat", + "action.trust": "Güven", + "action.cancel": "İptal", + "action.join": "Katıl", + "action.close": "Kapat", + "action.accept": "Kabul Et", + "action.upgrade": "Yükselt", + "action.verify": "Doğrula", + "action.update": "Güncelleştirme", + "action.upload": "Yükle", + "action.reset": "Sıfırla", + "action.share": "Paylaş", + "action.skip": "Atla", + "action.logout": "Çıkış Yap", + "action.view": "Görüntüle" } diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index dd949c4de98..282adccff59 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -3,7 +3,6 @@ "Other": "Yaḍn", "Actions": "Tugawin", "Messages": "Tuzinin", - "Cancel": "Sser", "Create Account": "senflul amiḍan", "Sign In": "Kcem", "Dec": "Duj", @@ -23,7 +22,6 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", - "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", "Permissions": "Tisirag", @@ -40,8 +38,6 @@ "Butterfly": "Aferteṭṭu", "Rooster": "Ayaẓiḍ", "Panda": "Apanda", - "Upgrade": "Leqqem", - "Confirm": "Sentem", "Brazil": "Brazil", "Bolivia": "Bulivya", "Bhutan": "Buṭan", @@ -64,22 +60,18 @@ "Calls": "Iɣuṛiten", "Emoji": "Imuji", "Afghanistan": "Afɣanistan", - "Logout": "Ffeɣ", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", "Send": "Azen", "Flags": "Icenyalen", - "Join": "Lkem", "edited": "infel", "Copied!": "inɣel!", "Search…": "Arezzu…", "A-Z": "A-Ẓ", - "Reject": "Agy", "Re-join": "als-lkem", "Search": "Rzu", "%(duration)sd": "%(duration)sas", - "Share": "Bḍu", "Camera": "Takamiṛa", "Microphone": "Amikṛu", "Add": "Rnu", @@ -110,7 +102,6 @@ "Rabbit": "Agnin", "Elephant": "Ilew", "Pig": "Ilef", - "Close": "Rgel", "Horse": "Ayyis", "Lion": "Izem", "Cat": "Amuc", @@ -142,5 +133,14 @@ "save": "Ḥḍu", "yes": "Yah" }, - "Home": "Asnubeg" + "Home": "Asnubeg", + "action.reject": "Agy", + "action.confirm": "Sentem", + "action.dismiss": "Nexxel", + "action.cancel": "Sser", + "action.join": "Lkem", + "action.close": "Rgel", + "action.upgrade": "Leqqem", + "action.share": "Bḍu", + "action.logout": "Ffeɣ" } diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 3e422479047..859d448d360 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -1,8 +1,5 @@ { - "Cancel": "Скасувати", - "Close": "Закрити", "Create new room": "Створити нову кімнату", - "Dismiss": "Відхилити", "Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s", "Favourite": "Улюблені", "Notifications": "Сповіщення", @@ -11,7 +8,6 @@ "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", - "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", "Admin": "Адміністратор", @@ -57,7 +53,6 @@ "Notification targets": "Цілі сповіщень", "Today": "Сьогодні", "Friday": "П'ятниця", - "Update": "Оновити", "What's New": "Що нового", "On": "Увімкнено", "Changelog": "Журнал змін", @@ -79,7 +74,6 @@ "Preparing to send logs": "Приготування до надсилання журланла", "Unnamed room": "Неназвана кімната", "Saturday": "Субота", - "Reject": "Відмовитись", "Monday": "Понеділок", "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", @@ -244,7 +238,6 @@ "Identity server has no terms of service": "Сервер ідентифікації не має умов надання послуг", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Щоб підтвердити адресу е-пошти або телефон ця дія потребує доступу до типового серверу ідентифікації , але сервер не має жодних умов надання послуг.", "Only continue if you trust the owner of the server.": "Продовжуйте лише якщо довіряєте власнику сервера.", - "Trust": "Довіра", "Unable to load! Check your network connectivity and try again.": "Завантаження неможливе! Перевірте інтернет-зʼєднання та спробуйте ще.", "Messages": "Повідомлення", "Actions": "Дії", @@ -268,7 +261,6 @@ "Sends the given message coloured as a rainbow": "Надсилає вказане повідомлення, розфарбоване веселкою", "Your %(brand)s is misconfigured": "Ваш %(brand)s налаштовано неправильно", "Join the discussion": "Приєднатися до обговорення", - "Upload": "Вивантажити", "Send an encrypted message…": "Надіслати зашифроване повідомлення…", "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", @@ -313,7 +305,6 @@ "Single Sign On": "Єдиний вхід", "Confirm adding email": "Підтвердити додавання е-пошти", "Click the button below to confirm adding this email address.": "Клацніть на кнопку внизу, щоб підтвердити додавання цієї адреси е-пошти.", - "Confirm": "Підтвердити", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Підтвердьте додавання цього телефонного номера за допомогоє єдиного входу, щоб довести вашу справжність.", "Confirm adding phone number": "Підтвердьте додавання номера телефону", "Click the button below to confirm adding this phone number.": "Клацніть на кнопку внизу, щоб підтвердити додавання цього номера телефону.", @@ -327,7 +318,6 @@ "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", - "Verify": "Звірити", "Language and region": "Мова та регіон", "Account management": "Керування обліковим записом", "Deactivate Account": "Деактивувати обліковий запис", @@ -507,7 +497,6 @@ "Ok": "Гаразд", "Encryption upgrade available": "Доступне поліпшене шифрування", "Set up": "Налаштувати", - "Upgrade": "Поліпшити", "Other users may not trust it": "Інші користувачі можуть не довіряти цьому", "New login. Was this you?": "Новий вхід. Це були ви?", "Guest": "Гість", @@ -571,7 +560,6 @@ "Room list": "Перелік кімнат", "Composer": "Редактор", "Security & Privacy": "Безпека й приватність", - "Skip": "Пропустити", "Appearance Settings only affect this %(brand)s session.": "Налаштування вигляду впливають тільки на цей сеанс %(brand)s.", "Error changing power level requirement": "Помилка під час зміни вимог до рівня повноважень", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Під час зміни вимог рівня повноважень кімнати трапилась помилка. Переконайтесь, що ви маєте необхідні дозволи і спробуйте ще раз.", @@ -831,7 +819,6 @@ "Show advanced": "Показати розширені", "Review terms and conditions": "Переглянути умови користування", "Old cryptography data detected": "Виявлено старі криптографічні дані", - "Logout": "Вийти", "If you've joined lots of rooms, this might take a while": "Якщо ви приєднались до багатьох кімнат, це може тривати деякий час", "Create account": "Створити обліковий запис", "Cancel autocomplete": "Скасувати самодоповнення", @@ -1397,7 +1384,6 @@ "Share entire screen": "Поділитися всім екраном", "Any of the following data may be shared:": "Можна поділитися будь-якими з цих даних:", "Unable to share phone number": "Не вдалося надіслати телефонний номер", - "Share": "Поділитись", "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", @@ -1632,7 +1618,6 @@ "Suggested": "Пропоновано", "This room is suggested as a good one to join": "Ця кімната пропонується як хороша для приєднання", "You don't have permission": "Ви не маєте дозволу", - "View": "Перегляд", "You can select all or individual messages to retry or delete": "Ви можете вибрати всі або окремі повідомлення, щоб повторити спробу або видалити", "Retry all": "Повторити надсилання всіх", "Delete all": "Видалити всі", @@ -1700,7 +1685,6 @@ "Master private key:": "Головний приватний ключ:", "not found in storage": "не знайдено у сховищі", "in secret storage": "у таємному сховищі", - "Reset": "Скинути", "Cross-signing is not set up.": "Перехресне підписування не налаштовано.", "Cross-signing is ready but keys are not backed up.": "Перехресне підписування готове, але резервна копія ключів не створюється.", "Cross-signing is ready for use.": "Перехресне підписування готове до користування.", @@ -1708,8 +1692,6 @@ "Channel: ": "Канал: ", "Workspace: ": "Робочий простір: ", "Space options": "Параметри простору", - "Collapse": "Згорнути", - "Expand": "Розгорнути", "Recommended for public spaces.": "Рекомендовано для загальнодоступних просторів.", "Allow people to preview your space before they join.": "Дозвольте людям переглядати ваш простір, перш ніж вони приєднаються.", "Preview Space": "Попередній перегляд простору", @@ -1742,7 +1724,6 @@ "Address": "Адреса", "e.g. my-space": "наприклад, мій-простір", "Please enter a name for the space": "Будь ласка, введіть назву простору", - "Delete": "Видалити", "Delete avatar": "Видалити аватар", "Your server isn't responding to some requests.": "Ваш сервер не відповідає на деякі запити.", "Select room from the room list": "Вибрати кімнату з переліку", @@ -1831,7 +1812,6 @@ "one": "запрошені", "other": "були запрошені %(count)s разів" }, - "Join": "Приєднатися", "Widget added by": "Вджет додано", "Decrypt %(text)s": "Розшифрувати %(text)s", "Decrypting": "Розшифрування", @@ -2207,7 +2187,6 @@ }, "Loading new room": "Звантаження нової кімнати", "Upgrading room": "Поліпшення кімнати", - "Stop": "Припинити", "Feedback sent": "Відгук надіслано", "Export": "Експортувати", "Link to selected message": "Посилання на вибране повідомлення", @@ -2925,7 +2904,6 @@ "Next room or DM": "Наступна кімната або особисте повідомлення", "Previous unread room or DM": "Попередня непрочитана кімната або особисте повідомлення", "Next unread room or DM": "Наступна непрочитана кімната або особисте повідомлення", - "Call": "Виклик", "Group all your rooms that aren't part of a space in one place.": "Групуйте всі свої кімнати, не приєднані до простору, в одному місці.", "Group all your people in one place.": "Групуйте всіх своїх людей в одному місці.", "Group all your favourite rooms and people in one place.": "Групуйте всі свої улюблені кімнати та людей в одному місці.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Введіть адресу е-пошти ще раз", "Wrong email address?": "Неправильна адреса електронної пошти?", "Hide notification dot (only display counters badges)": "Сховати крапку сповіщення ( показувати тільки значки лічильників)", - "Apply": "Застосувати", "Search users in this room…": "Пошук користувачів у цій кімнаті…", "Give one or multiple users in this room more privileges": "Надайте одному або кільком користувачам у цій кімнаті більше повноважень", "Add privileged users": "Додати привілейованих користувачів", @@ -3763,7 +3740,6 @@ "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Користувача (%(user)s) не було запрошено до %(roomId)s, але утиліта запрошення не видала жодної помилки", "Mute room": "Вимкнути сповіщення кімнати", "Match default setting": "Збігається з типовим налаштуванням", - "Reload": "Перезавантажити", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Це може бути пов'язано з тим, що застосунок відкрито в кількох вкладках, або з очищенням даних браузера.", "Database unexpectedly closed": "База даних несподівано закрилася", "Start DM anyway": "Усе одно розпочати особисте спілкування", @@ -3976,5 +3952,29 @@ "a11y": { "user_menu": "Користувацьке меню" }, - "Home": "Домівка" + "Home": "Домівка", + "action.reject": "Відмовитись", + "action.confirm": "Підтвердити", + "action.dismiss": "Відхилити", + "action.trust": "Довіра", + "action.reload": "Перезавантажити", + "action.cancel": "Скасувати", + "action.stop": "Припинити", + "action.join": "Приєднатися", + "action.close": "Закрити", + "action.accept": "Погодитись", + "action.upgrade": "Поліпшити", + "action.verify": "Звірити", + "action.update": "Оновити", + "action.call": "Виклик", + "action.delete": "Видалити", + "action.upload": "Вивантажити", + "action.collapse": "Згорнути", + "action.apply": "Застосувати", + "action.reset": "Скинути", + "action.share": "Поділитись", + "action.skip": "Пропустити", + "action.logout": "Вийти", + "action.view": "Перегляд", + "action.expand": "Розгорнути" } diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index 445deaa2dbd..eee3af7ed3f 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Unnamed Room": "Phòng Không tên", "Unable to load! Check your network connectivity and try again.": "Không thể tải dữ liệu! Kiểm tra kết nối mạng và thử lại.", - "Dismiss": "Bỏ qua", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s chưa có quyền để gửi thông báo cho bạn - vui lòng kiểm tra thiết lập trình duyệt", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s vẫn chưa được cấp quyền để gửi thông báo - vui lòng thử lại", "Unable to enable Notifications": "Không thể bật thông báo", @@ -219,7 +218,6 @@ "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", - "Accept": "Đồng ý", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -236,7 +234,6 @@ "Confirm adding email": "Xác nhận thêm địa chỉ thư điện tử", "Add Phone Number": "Thêm Số Điện Thoại", "Click the button below to confirm adding this phone number.": "Nhấn vào nút dưới đây để xác nhận thêm số điện thoại này.", - "Confirm": "Xác nhận", "No other application is using the webcam": "Không có ứng dụng nào khác đang sử dụng máy ảnh", "Permission is granted to use the webcam": "Đã cấp quyền cho ứng dụng để sử dụng máy ảnh", "A microphone and webcam are plugged in and set up correctly": "Micrô và máy ảnh đã được cắm và thiết lập đúng cách", @@ -413,7 +410,6 @@ "You have no visible notifications.": "Bạn không có thông báo nào hiển thị.", "%(creator)s created and configured the room.": "%(creator)s đã tạo và định cấu hình phòng.", "%(creator)s created this DM.": "%(creator)s đã tạo DM này.", - "Logout": "Đăng xuất", "Verification requested": "Đã yêu cầu xác thực", "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.": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.", "Old cryptography data detected": "Đã phát hiện dữ liệu mật mã cũ", @@ -714,7 +710,6 @@ "Select from the options below to export chats from your timeline": "Chọn các tùy chọn bên dưới để xuất các cuộc trò chuyện từ dòng thời gian của bạn", "Export Chat": "Xuất trò chuyện", "Exporting your data": "Đang xuất dữ liệu của bạn", - "Stop": "Dừng", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Bạn có chắc muốn dừng việc xuất dữ liệu của bạn? Nếu bạn làm, bạn sẽ phải bắt đầu lại.", "It's just you at the moment, it will be even better with others.": "Chỉ là bạn hiện tại, sẽ càng tốt hơn với người khác.", "Share %(name)s": "Chia sẻ %(name)s", @@ -755,7 +750,6 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Thư của bạn không gửi được vì máy chủ(homeserver) đã vượt quá giới hạn tài nguyên. Vui lòng liên hệ với quản trị viên để tiếp tục sử dụng dịch vụ.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Tin nhắn của bạn không được gửi vì máy chủ này đã đạt đến Giới hạn Người dùng Hoạt động Hàng tháng. Vui lòng liên hệ với quản trị viên dịch vụ của bạn để tiếp tục sử dụng dịch vụ.", "You can't send any messages until you review and agree to our terms and conditions.": "Bạn không thể gửi bất kỳ tin nhắn nào cho đến khi bạn xem xét và đồng ý với các điều khoản và điều kiện của chúng tôi.", - "View": "Xem", "Your export was successful. Find it in your Downloads folder.": "Việc xuất của bạn đã thành công. Tìm nó ở trong thư mục Tải xuống của bạn.", "The export was cancelled successfully": "Xuất đã được hủy thành công", "Export Successful": "Xuất thành công", @@ -821,7 +815,6 @@ "Clear all data in this session?": "Xóa tất cả dữ liệu trong phiên này?", "Reason (optional)": "Lý do (không bắt buộc)", "You cannot delete this message. (%(code)s)": "Bạn không thể xóa tin nhắn này.  (%(code)s)", - "Skip": "Bỏ qua", "Email address": "Địa chỉ thư điện tử", "Changelog": "Lịch sử thay đổi", "Unavailable": "Không có sẵn", @@ -1062,7 +1055,6 @@ "expand": "mở rộng", "collapse": "thu hẹp", "Please create a new issue on GitHub so that we can investigate this bug.": "Vui lòng tạo một vấn đề mới trên GitHub để chúng tôi có thể điều tra lỗi này.", - "Join": "Tham gia", "Share content": "Chia sẻ nội dung", "Application window": "Cửa sổ ứng dụng", "Share entire screen": "Chia sẻ toàn bộ màn hình", @@ -1304,7 +1296,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "Không thể xem trước %(roomName)s. Bạn có muốn tham gia nó không?", "You're previewing %(roomName)s. Want to join it?": "Bạn đang xem trước %(roomName)s. Bạn muốn tham gia nó?", "Reject & Ignore user": "Từ chối & Bỏ qua người dùng", - "Reject": "Từ chối", " invited you": " đã mời bạn", "Do you want to join %(roomName)s?": "Bạn có muốn tham gia %(roomName)s không?", "Start chatting": "Bắt đầu trò chuyện", @@ -1497,7 +1488,6 @@ "You are not subscribed to any lists": "Bạn chưa đăng ký bất kỳ danh sách nào", "You are currently ignoring:": "Bạn hiện đang bỏ qua:", "You have not ignored anyone.": "Bạn đã không bỏ qua bất cứ ai.", - "Close": "Đóng", "User rules": "Quy tắc người dùng", "Server rules": "Quy tắc máy chủ", "Ban list rules - %(roomName)s": "Quy tắc danh sách cấm - %(roomName)s", @@ -1661,8 +1651,6 @@ "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 .", "Space options": "Tùy chọn space", - "Collapse": "Tắt đi", - "Expand": "Mở rộng", "Jump to first invite.": "Chuyển đến lời mời đầu tiên.", "Jump to first unread room.": "Chuyển đến phòng chưa đọc đầu tiên.", "Recommended for public spaces.": "Được đề xuất cho space công cộng.", @@ -1705,9 +1693,7 @@ "e.g. my-space": "ví dụ như my-space", "Please enter a name for the space": "Vui lòng nhập tên cho Space", "Search %(spaceName)s": "Tìm kiếm %(spaceName)s", - "Upload": "Tải lên", "Upload avatar": "Tải lên hình đại diện", - "Delete": "Xoá", "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", @@ -1877,7 +1863,6 @@ "Unable to share phone number": "Không thể chia sẻ số điện thoại", "Unable to revoke sharing for phone number": "Không thể thu hồi chia sẻ cho số điện thoại", "Discovery options will appear once you have added an email above.": "Tùy chọn khám phá sẽ xuất hiện khi nào bạn đã thêm địa chỉ thư điện tử.", - "Share": "Chia sẻ", "Revoke": "Rút lại", "Complete": "Hoàn thành", "Verify the link in your inbox": "Xác minh liên kết trong hộp thư đến của bạn", @@ -1957,15 +1942,12 @@ "Manually verify all remote sessions": "Xác thực thủ công tất cả các phiên từ xa", "How fast should messages be downloaded.": "Tin nhắn sẽ được tải xuống nhanh như thế nào.", "Enable message search in encrypted rooms": "Bật tính năng tìm kiếm tin nhắn trong các phòng được mã hóa", - "Update": "Cập nhật", "What's New": "Có gì mới", "What's new?": "Có gì mới?", "%(deviceId)s from %(ip)s": "%(deviceId)s từ %(ip)s", "New login. Was this you?": "Đăng nhập mới. Đây có phải là bạn không?", "Other users may not trust it": "Những người dùng khác có thể không tin tưởng nó", "Safeguard against losing access to encrypted messages & data": "Bảo vệ chống mất quyền truy cập vào tin nhắn và dữ liệu được mã hóa", - "Verify": "Xác thực", - "Upgrade": "Nâng cấp", "Verify this session": "Xác thực phiên này", "Encryption upgrade available": "Nâng cấp mã hóa có sẵn", "Set up Secure Backup": "Thiết lập Sao lưu Bảo mật", @@ -2228,7 +2210,6 @@ "not found": "không tìm thấy", "in memory": "trong bộ nhớ", "Cross-signing public keys:": "Khóa công khai xác thực chéo:", - "Reset": "Cài lại", "Cross-signing is not set up.": "Tính năng xác thực chéo chưa được thiết lập.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Tài khoản của bạn có danh tính xác thực chéo trong vùng lưu trữ bí mật, nhưng chưa được phiên này tin cậy.", "Cross-signing is ready but keys are not backed up.": "Xác thực chéo đã sẵn sàng nhưng các khóa chưa được sao lưu.", @@ -2293,7 +2274,6 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", - "Cancel": "Huỷ bỏ", "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", @@ -2590,7 +2570,6 @@ "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", - "Trust": "Tin cậy", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Hành động này yêu cầu truy cập máy chủ định danh mặc định để xác thực địa chỉ thư điện tử hoặc số điện thoại, nhưng máy chủ không có bất kỳ điều khoản dịch vụ nào.", "Identity server has no terms of service": "Máy chủ định danh này không có điều khoản dịch vụ", @@ -2961,7 +2940,6 @@ "other": "%(user)s và %(count)s người khác" }, "%(user1)s and %(user2)s": "%(user1)s và %(user2)s", - "Reload": "Tải lại", "Database unexpectedly closed": "Cơ sở dữ liệu đột nhiên bị đóng", "%(minutes)sm %(seconds)ss left": "Còn lại %(minutes)s phút %(seconds)s giây", "%(hours)sh %(minutes)sm %(seconds)ss left": "Còn lại %(hours)s giờ %(minutes)s phút %(seconds)s giây", @@ -3016,7 +2994,6 @@ "Backing up %(sessionsRemaining)s keys…": "Đang sao lưu %(sessionsRemaining)s khóa…", "This session is backing up your keys.": "Phiên này đang sao lưu các khóa.", "Error while changing password: %(error)s": "Lỗi khi đổi mật khẩu: %(error)s", - "Apply": "Áp dụng", "Add privileged users": "Thêm người dùng quyền lực", "Saving…": "Đang lưu…", "Creating…": "Đang tạo…", @@ -3041,7 +3018,6 @@ "Start messages with /plain to send without markdown.": "Bắt đầu tin nhắn với /plain để gửi mà không dùng Markdown.", "%(senderName)s ended a voice broadcast": "%(senderName)s đã kết thúc một cuộc phát thanh", "Welcome": "Chào mừng", - "Call": "Gọi", "Audio devices": "Thiết bị âm thanh", "Enable notifications": "Kích hoạt thông báo", "Turn on notifications": "Bật thông báo", @@ -3679,5 +3655,29 @@ "a11y": { "user_menu": "Menu người dùng" }, - "Home": "Nhà" + "Home": "Nhà", + "action.reject": "Từ chối", + "action.confirm": "Xác nhận", + "action.dismiss": "Bỏ qua", + "action.trust": "Tin cậy", + "action.reload": "Tải lại", + "action.cancel": "Huỷ bỏ", + "action.stop": "Dừng", + "action.join": "Tham gia", + "action.close": "Đóng", + "action.accept": "Đồng ý", + "action.upgrade": "Nâng cấp", + "action.verify": "Xác thực", + "action.update": "Cập nhật", + "action.call": "Gọi", + "action.delete": "Xoá", + "action.upload": "Tải lên", + "action.collapse": "Tắt đi", + "action.apply": "Áp dụng", + "action.reset": "Cài lại", + "action.share": "Chia sẻ", + "action.skip": "Bỏ qua", + "action.logout": "Đăng xuất", + "action.view": "Xem", + "action.expand": "Mở rộng" } diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index c8387b28af2..fe2a82a34a5 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s, %(time)s", "Unnamed Room": "Noamloos gesprek", "Unable to load! Check your network connectivity and try again.": "Loadn mislukt! Controleer je netwerktoegang en herprobeer ’t e ki.", - "Dismiss": "Afwyzn", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s èt geen toestemmienge vo je meldiengn te verstuurn - controleert je browserinstelliengn", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s èt geen toestemmienge gekreegn ghed vo joun meldiengn te verstuurn - herprobeer ’t e ki", "Unable to enable Notifications": "Kostege meldiengn nie inschoakeln", @@ -205,9 +204,7 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", - "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", - "Cancel": "Annuleern", "Verified!": "Geverifieerd!", "You've successfully verified this user.": "J’èt deze gebruuker geverifieerd.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Beveiligde berichtn me deze gebruuker zyn eind-tout-eind-versleuterd en kunn nie door derdn wordn geleezn.", @@ -426,7 +423,6 @@ "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", - "Close": "Sluutn", "and %(count)s others...": { "other": "en %(count)s anderen…", "one": "en één andere…" @@ -485,7 +481,6 @@ "Do you want to chat with %(user)s?": "Wil j’e gesprek beginn me %(user)s?", "Do you want to join %(roomName)s?": "Wil je %(roomName)s toetreedn?", " invited you": " èt joun uutgenodigd", - "Reject": "Weigern", "You're previewing %(roomName)s. Want to join it?": "Je bekykt %(roomName)s. Wil je deran deelneemn?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?", "%(roomName)s does not exist.": "%(roomName)s bestoa nie.", @@ -547,7 +542,6 @@ "edited": "bewerkt", "Something went wrong!": "’t Es etwa misgegoan!", "What's New": "Wuk es ’t er nieuw", - "Update": "Bywerkn", "What's new?": "Wuk es ’t er nieuw?", "Error encountered (%(errorDetail)s).": "’t Es e foute ipgetreedn (%(errorDetail)s).", "No update available.": "Geen update beschikboar.", @@ -556,7 +550,6 @@ "Delete widget": "Widget verwydern", "Popout widget": "Widget in e nieuwe veinster openn", "Create new room": "E nieuw gesprek anmoakn", - "Join": "Deelneemn", "Rotate Left": "Links droain", "Rotate Right": "Rechts droain", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -716,7 +709,6 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Bekyk jen e-mails en klikt ip de koppelienge derin. Klikt van zodra da je da gedoan èt ip ‘Verdergoan’.", "Email address": "E-mailadresse", "This will allow you to reset your password and receive notifications.": "Hierdoor goa je je paswoord kunn herinstell en meldiengn ountvangn.", - "Skip": "Oversloan", "Share Room": "Gesprek deeln", "Link to most recent message": "Koppelienge noa ’t recentste bericht", "Share User": "Gebruuker deeln", @@ -728,7 +720,6 @@ "Your browser likely removed this data when running low on disk space.": "Je browser èt deze gegeevns meugliks verwyderd toen da de beschikboare ipslagruumte vul was.", "Upload files (%(current)s of %(total)s)": "Bestandn wordn ipgeloadn (%(current)s van %(total)s)", "Upload files": "Bestandn iploadn", - "Upload": "Iploadn", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s, ma dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", @@ -781,7 +772,6 @@ "Enter username": "Gift de gebruukersnoame in", "Some characters not allowed": "Sommige tekens zyn nie toegeloatn", "Email (optional)": "E-mailadresse (optioneel)", - "Confirm": "Bevestign", "Phone (optional)": "Telefongnumero (optioneel)", "Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server", "Other": "Overige", @@ -801,7 +791,6 @@ "Review terms and conditions": "Gebruuksvoorwoardn leezn", "Old cryptography data detected": "Oude cryptografiegegeevns 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.": "’t Zyn gegeevns van een oudere versie van %(brand)s gedetecteerd gewist. Dit goa probleemn veroorzakt ghed èn me de eind-tout-eind-versleuterienge in d’oude versie. Eind-tout-eind-versleuterde berichtn da recent uutgewisseld gewist zyn me d’oude versie zyn meugliks nie t’ountsleutern in deze versie. Dit zoudt der ook voorn kunnn zorgn da berichtn da uutgewisseld gewist zyn in deze versie foaln. Meldt jen heran moest je probleemn ervoarn. Exporteert de sleuters en importeer z’achteraf were vo de berichtgeschiedenisse te behoudn.", - "Logout": "Afmeldn", "You can't send any messages until you review and agree to our terms and conditions.": "Je ku geen berichtn stuurn toutda je uzze algemene voorwoardn geleezn en anveird ghed èt.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver z’n limiet vo moandeliks actieve gebruukers bereikt ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver e systeembronlimiet overschreedn ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", @@ -890,7 +879,6 @@ "Uploaded sound": "Ipgeloadn-geluud", "Sounds": "Geluudn", "Notification sound": "Meldiengsgeluud", - "Reset": "Herinstelln", "Set a new custom sound": "Stelt e nieuw angepast geluud in", "Browse": "Bloadern", "Cannot reach homeserver": "Kostege de thuusserver nie bereikn", @@ -955,7 +943,6 @@ "Unable to revoke sharing for email address": "Kostege ’t deeln vo dat e-mailadresse hier nie intrekkn", "Unable to share email address": "Kostege ’t e-mailadresse nie deeln", "Revoke": "Intrekkn", - "Share": "Deeln", "Discovery options will appear once you have added an email above.": "Ountdekkiengsopties goan verschynn a j’een e-mailadresse toegevoegd ghed èt.", "Unable to revoke sharing for phone number": "Kostege ’t deeln vo dien telefongnumero hier nie intrekkn", "Unable to share phone number": "Kostege den telefongnumero nie deeln", @@ -1023,5 +1010,18 @@ "view_source": "Bron bekykn", "yes": "Joak" }, - "Home": "Thuus" + "Home": "Thuus", + "action.reject": "Weigern", + "action.confirm": "Bevestign", + "action.dismiss": "Afwyzn", + "action.cancel": "Annuleern", + "action.join": "Deelneemn", + "action.close": "Sluutn", + "action.accept": "Anveirdn", + "action.update": "Bywerkn", + "action.upload": "Iploadn", + "action.reset": "Herinstelln", + "action.share": "Deeln", + "action.skip": "Oversloan", + "action.logout": "Afmeldn" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 11bff963efe..18214284890 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -93,7 +93,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了房间名称。", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes your display nickname": "修改显示昵称", - "Close": "关闭", "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", @@ -116,14 +115,11 @@ "Passwords can't be empty": "密码不能为空", "Permissions": "权限", "Phone": "电话", - "Cancel": "取消", "Create new room": "创建新房间", - "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", - "Logout": "登出", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -154,8 +150,6 @@ "Drop file here to upload": "把文件拖到这里以上传", "Online": "在线", "Idle": "空闲", - "Skip": "跳过", - "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", "Enable automatic language detection for syntax highlighting": "启用语法高亮的自动语言检测", @@ -412,7 +406,6 @@ "Notification targets": "通知目标", "Today": "今天", "Friday": "星期五", - "Update": "更新", "What's New": "更新内容", "On": "打开", "Changelog": "更改日志", @@ -433,7 +426,6 @@ "Developer Tools": "开发者工具", "Preparing to send logs": "正在准备发送日志", "Saturday": "星期六", - "Reject": "拒绝", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "正在收集日志", @@ -725,7 +717,6 @@ "Room avatar": "房间头像", "Room Name": "房间名称", "Room Topic": "房间话题", - "Join": "加入", "The following users may not exist": "以下用户可能不存在", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?", "Invite anyway and never warn me again": "还是邀请,不用再提醒我", @@ -751,7 +742,6 @@ "Change": "更改", "Email (optional)": "电子邮箱(可选)", "Phone (optional)": "电话号码(可选)", - "Confirm": "确认", "Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员", "Other": "其他", "Couldn't load page": "无法加载页面", @@ -838,7 +828,6 @@ "Identity server has no terms of service": "身份服务器无服务条款", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此操作需要访问默认的身份服务器 以验证邮箱或电话号码,但此服务器无任何服务条款。", "Only continue if you trust the owner of the server.": "只有在你信任服务器所有者后才能继续。", - "Trust": "信任", "%(name)s is requesting verification": "%(name)s 正在请求验证", "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", @@ -944,8 +933,6 @@ "Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。", "Contact your server admin.": "请联系你的服务器管理员。", "Ok": "确定", - "Upgrade": "升级加密", - "Verify": "验证", "Other users may not trust it": "其他用户可能不信任它", "You joined the call": "你加入通话", "%(senderName)s joined the call": "%(senderName)s加入通话", @@ -978,7 +965,6 @@ "Lock": "锁", "Your server isn't responding to some requests.": "你的服务器没有响应一些请求。", "Accept to continue:": "接受 以继续:", - "Upload": "上传", "Show less": "显示更少", "Show more": "显示更多", "Your homeserver does not support cross-signing.": "你的家服务器不支持交叉签名。", @@ -1077,7 +1063,6 @@ "Uploaded sound": "已上传的声音", "Sounds": "声音", "Notification sound": "通知声音", - "Reset": "重置", "Set a new custom sound": "设置新的自定义声音", "Browse": "浏览", "Upgrade the room": "更新房间", @@ -1092,7 +1077,6 @@ "Click the link in the email you received to verify and then click continue again.": "点击你所收到的电子邮件中的链接进行验证,然后再次点击继续。", "Verify the link in your inbox": "验证你的收件箱中的链接", "Complete": "完成", - "Share": "共享", "Discovery options will appear once you have added an email above.": "你在上方添加邮箱后发现选项将会出现。", "Unable to share phone number": "无法共享电话号码", "Please enter verification code sent via text.": "请输入短信中发送的验证码。", @@ -1482,7 +1466,6 @@ "Create a Group Chat": "创建一个群聊", "Explore rooms": "探索房间", "%(creator)s created and configured the room.": "%(creator)s 创建并配置了此房间。", - "View": "查看", "Switch to light mode": "切换到浅色模式", "Switch to dark mode": "切换到深色模式", "Switch theme": "切换主题", @@ -1710,7 +1693,6 @@ "Your private space": "你的私有空间", "Your public space": "你的公共空间", "Invite only, best for yourself or teams": "仅邀请,适合你自己或团队", - "Delete": "删除", "Dial pad": "拨号盘", "There was an error looking up the phone number": "查询电话号码时发生错误", "Unable to look up phone number": "无法查询电话号码", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。", "This space has no local addresses": "此空间没有本地地址", "Space information": "空间信息", - "Collapse": "折叠", - "Expand": "展开", "Recommended for public spaces.": "建议用于公开空间。", "Allow people to preview your space before they join.": "允许人们在加入前预览你的空间。", "Preview Space": "预览空间", @@ -2580,7 +2560,6 @@ "Select from the options below to export chats from your timeline": "从下面的选项中选择以从时间线导出聊天", "Export Chat": "导出聊天", "Exporting your data": "导出你的数据", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您确定要停止导出数据吗?如果你这样做了,你需要重新开始。", "Your export was successful. Find it in your Downloads folder.": "导出成功了。你可以在下载文件夹中找到导出文件。", "The export was cancelled successfully": "成功取消了导出", @@ -2988,7 +2967,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……", "Verify this device by confirming the following number appears on its screen.": "确认屏幕上出现以下数字,以验证设备。", "Confirm the emoji below are displayed on both devices, in the same order:": "确认下面的表情符号在两个设备上以相同顺序显示:", - "Call": "通话", "Turn on camera": "启动相机", "Turn off camera": "关闭相机", "Video devices": "视频设备", @@ -3442,7 +3420,6 @@ "other": "你确定要退出这 %(count)s 个会话吗?" }, "Presence": "在线", - "Apply": "申请", "Search users in this room…": "搜索该房间内的用户……", "Give one or multiple users in this room more privileges": "授权给该房间内的某人或某些人", "Add privileged users": "添加特权用户", @@ -3475,7 +3452,6 @@ "Use your account to continue.": "使用你的账户继续。", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "你的电子邮件地址似乎未与此家服务器上的Matrix ID关联。", "%(senderName)s started a voice broadcast": "%(senderName)s开始了语音广播", - "Reload": "重加载", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "这可能是由于在多个标签页中打开此应用,或由于清除浏览器数据。", "Database unexpectedly closed": "数据库意外关闭", "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。", @@ -3568,5 +3544,29 @@ "a11y": { "user_menu": "用户菜单" }, - "Home": "主页" + "Home": "主页", + "action.reject": "拒绝", + "action.confirm": "确认", + "action.dismiss": "忽略", + "action.trust": "信任", + "action.reload": "重加载", + "action.cancel": "取消", + "action.stop": "停止", + "action.join": "加入", + "action.close": "关闭", + "action.accept": "接受", + "action.upgrade": "升级加密", + "action.verify": "验证", + "action.update": "更新", + "action.call": "通话", + "action.delete": "删除", + "action.upload": "上传", + "action.collapse": "折叠", + "action.apply": "申请", + "action.reset": "重置", + "action.share": "共享", + "action.skip": "跳过", + "action.logout": "登出", + "action.view": "查看", + "action.expand": "展开" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 1a9def71553..bae7aacf9b5 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -84,8 +84,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 將聊天室大頭照更改為 ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室的大頭照。", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s 將聊天室的大頭照改為 %(roomName)s", - "Cancel": "取消", - "Dismiss": "關閉", "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", @@ -104,9 +102,7 @@ "URL Previews": "網址預覽", "Drop file here to upload": "把文件放在這裡上傳", "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": "建立新聊天室", - "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", @@ -131,7 +127,6 @@ "Invited": "已邀請", "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", - "Logout": "登出", "Low priority": "低優先度", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們被邀請開始。", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們加入開始。", @@ -249,7 +244,6 @@ "Authentication check failed: incorrect password?": "無法檢查認證:密碼錯誤?", "Do you want to set an email address?": "您想要設定電子郵件地址嗎?", "This will allow you to reset your password and receive notifications.": "這讓您可以重設您的密碼與接收通知。", - "Skip": "略過", "and %(count)s others...": { "other": "與另 %(count)s 個人…", "one": "與另 1 個人…" @@ -420,7 +414,6 @@ "Notification targets": "通知目標", "Today": "今天", "Friday": "星期五", - "Update": "更新", "On": "開啟", "Changelog": "變更記錄檔", "Waiting for response from server": "正在等待來自伺服器的回應", @@ -441,7 +434,6 @@ "Developer Tools": "開發者工具", "Preparing to send logs": "準備傳送除錯訊息", "Saturday": "星期六", - "Reject": "拒絕", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "收集記錄檔", @@ -665,13 +657,11 @@ "Room avatar": "聊天室大頭照", "Room Name": "聊天室名稱", "Room Topic": "聊天室主題", - "Join": "加入", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", - "Confirm": "確認", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", "Other": "其他", "Guest": "訪客", @@ -826,7 +816,6 @@ "Your browser likely removed this data when running low on disk space.": "當硬碟空間不足時,您的瀏覽器可能會移除這些資料。", "Upload files (%(current)s of %(total)s)": "上傳檔案 (%(total)s 中的 %(current)s)", "Upload files": "上傳檔案", - "Upload": "上傳", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "這個檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s 但這個檔案大小是 %(sizeOfThisFile)s。", "These files are too large to upload. The file size limit is %(limit)s.": "這些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "某些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", @@ -888,7 +877,6 @@ "Uploaded sound": "已上傳的音效", "Sounds": "音效", "Notification sound": "通知音效", - "Reset": "重設", "Set a new custom sound": "設定新的自訂音效", "Browse": "瀏覽", "Cannot reach homeserver": "無法連線至家伺服器", @@ -948,7 +936,6 @@ "Unable to revoke sharing for email address": "無法撤回電子郵件的分享", "Unable to share email address": "無法分享電子郵件", "Revoke": "撤回", - "Share": "分享", "Discovery options will appear once you have added an email above.": "當您在上面加入電子郵件時將會出現探索選項。", "Unable to revoke sharing for phone number": "無法撤回電話號碼的分享", "Unable to share phone number": "無法分享電話號碼", @@ -1021,7 +1008,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": "傳送回報", - "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", "Read Marker lifetime (ms)": "讀取標記生命週期(毫秒)", @@ -1083,7 +1069,6 @@ "Room %(name)s": "聊天室 %(name)s", "Unread messages.": "未讀的訊息。", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此動作需要存取預設的身分伺服器 以驗證電子郵件或電話號碼,但伺服器沒有任何服務條款。", - "Trust": "信任", "Message Actions": "訊息動作", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "您驗證了 %(name)s", @@ -1129,7 +1114,6 @@ "Trusted": "受信任", "Not trusted": "未受信任", "Messages in this room are end-to-end encrypted.": "此聊天室內的訊息有端對端加密。", - "Verify": "驗證", "Any of the following data may be shared:": "可能會分享以下資料:", "Your display name": "您的顯示名稱", "Your user ID": "您的使用者 ID", @@ -1163,7 +1147,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "升級聊天室為進階動作,通常建議在聊天室因為錯誤而不穩定、缺少功能或安全漏洞等才升級。", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "這通常僅影響如何在伺服器上處理聊天室的方式。如果您遇到與 %(brand)s 相關的問題,請回報錯誤。", "You'll upgrade this room from to .": "您將要把此聊天室從 升級到 。", - "Upgrade": "升級", " wants to chat": " 想要聊天", "Start chatting": "開始聊天", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s 移除了封鎖符合 %(glob)s 的使用者規則", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "邀請制,適用於您自己或團隊使用", "Open space for anyone, best for communities": "對所有人開放的聊天空間,最適合社群", "Create a space": "建立聊天空間", - "Delete": "刪除", "Jump to the bottom of the timeline when you send a message": "傳送訊息時,跳到時間軸底部", "This homeserver has been blocked by its administrator.": "此家伺服器已被管理員封鎖。", "You're already in a call with this person.": "您正在與此人通話。", @@ -2364,8 +2346,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何伺服器上的人都可以使用已發佈的位址加入您的聊天空間。", "This space has no local addresses": "此聊天空間沒有本機位址", "Space information": "聊天空間資訊", - "Collapse": "收折", - "Expand": "展開", "Recommended for public spaces.": "給公開聊天空間的推薦。", "Allow people to preview your space before they join.": "允許人們在加入前預覽您的聊天空間。", "Preview Space": "預覽聊天空間", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "從下面的選項中選擇以從您的時間軸匯出聊天", "Export Chat": "匯出聊天", "Exporting your data": "正在匯出您的資料", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您確定您要停止匯出您的資料嗎?若您這麼做,您就必須重新開始。", "Your export was successful. Find it in your Downloads folder.": "您匯出成功。請在您的下載資料夾中尋找它。", "The export was cancelled successfully": "匯出已成功取消", @@ -2929,7 +2908,6 @@ "Group all your people in one place.": "將您所有的夥伴集中在同一個地方。", "Group all your favourite rooms and people in one place.": "將所有您最喜愛的聊天室與夥伴集中在同一個地方。", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "聊天空間是將聊天室與夥伴們分組的方式。除了您所在的聊天空間之外,還可以使用一些預設分類。", - "Call": "通話", "Unable to check if username has been taken. Try again later.": "無法檢查使用者名稱是否已被使用。請稍後再試。", "IRC (Experimental)": "IRC(實驗性)", "Toggle hidden event visibility": "切換隱藏事件的能見度", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "此工作階段不支援加密,因此無法驗證。", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "為獲得最佳安全性與隱私,建議使用支援加密的 Matrix 客戶端。", "You won't be able to participate in rooms where encryption is enabled when using this session.": "使用此工作階段時,您將無法參與啟用加密的聊天室。", - "Apply": "套用", "Search users in this room…": "搜尋此聊天室中的使用者…", "Give one or multiple users in this room more privileges": "給這個聊天室中的一個使用者或多個使用者更多的特殊權限", "Add privileged users": "新增特權使用者", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "嘗試尋找並前往指定日期時發生網路錯誤。您的家伺服器可能已關閉,或者您的網際網路連線只是暫時出現問題。請再試一次。如果這種情況繼續存在,請聯絡您的家伺服器管理員。", "Poll history": "投票紀錄", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "使用者(%(user)s)並未受邀加入 %(roomId)s,但邀請工具也未提供錯誤", - "Reload": "重新載入", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "這個問題可能是因為在多個分頁中開啟此應用程式,或是清除瀏覽資料所導致。", "Database unexpectedly closed": "資料庫意外關閉", "Mute room": "聊天室靜音", @@ -3976,5 +3952,29 @@ "a11y": { "user_menu": "使用者選單" }, - "Home": "首頁" + "Home": "首頁", + "action.reject": "拒絕", + "action.confirm": "確認", + "action.dismiss": "關閉", + "action.trust": "信任", + "action.reload": "重新載入", + "action.cancel": "取消", + "action.stop": "停止", + "action.join": "加入", + "action.close": "關閉", + "action.accept": "接受", + "action.upgrade": "升級", + "action.verify": "驗證", + "action.update": "更新", + "action.call": "通話", + "action.delete": "刪除", + "action.upload": "上傳", + "action.collapse": "收折", + "action.apply": "套用", + "action.reset": "重設", + "action.share": "分享", + "action.skip": "略過", + "action.logout": "登出", + "action.view": "檢視", + "action.expand": "展開" } From 4947e1b62de0029b3c8556da92c3730aa757ded8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 10:43:10 +0100 Subject: [PATCH 08/11] revert i18n --- src/i18n/strings/ar.json | 30 ++++----- src/i18n/strings/az.json | 14 ++--- src/i18n/strings/be.json | 8 +-- src/i18n/strings/bg.json | 38 ++++++------ src/i18n/strings/bs.json | 4 +- src/i18n/strings/ca.json | 24 +++---- src/i18n/strings/cs.json | 50 +++++++-------- src/i18n/strings/cy.json | 4 +- src/i18n/strings/da.json | 20 +++--- src/i18n/strings/de_DE.json | 50 +++++++-------- src/i18n/strings/el.json | 46 +++++++------- src/i18n/strings/en_EN.json | 114 +++++++++++++++++----------------- src/i18n/strings/en_US.json | 22 +++---- src/i18n/strings/eo.json | 44 ++++++------- src/i18n/strings/es.json | 50 +++++++-------- src/i18n/strings/et.json | 50 +++++++-------- src/i18n/strings/eu.json | 36 +++++------ src/i18n/strings/fa.json | 42 ++++++------- src/i18n/strings/fi.json | 50 +++++++-------- src/i18n/strings/fr.json | 50 +++++++-------- src/i18n/strings/ga.json | 42 ++++++------- src/i18n/strings/gl.json | 46 +++++++------- src/i18n/strings/he.json | 46 +++++++------- src/i18n/strings/hi.json | 14 ++--- src/i18n/strings/hr.json | 8 +-- src/i18n/strings/hu.json | 50 +++++++-------- src/i18n/strings/id.json | 50 +++++++-------- src/i18n/strings/is.json | 48 +++++++------- src/i18n/strings/it.json | 50 +++++++-------- src/i18n/strings/ja.json | 48 +++++++------- src/i18n/strings/jbo.json | 16 ++--- src/i18n/strings/ka.json | 6 +- src/i18n/strings/kab.json | 36 +++++------ src/i18n/strings/ko.json | 38 ++++++------ src/i18n/strings/lo.json | 46 +++++++------- src/i18n/strings/lt.json | 46 +++++++------- src/i18n/strings/lv.json | 36 +++++------ src/i18n/strings/ml.json | 12 ++-- src/i18n/strings/mn.json | 2 +- src/i18n/strings/nb_NO.json | 44 ++++++------- src/i18n/strings/ne.json | 4 +- src/i18n/strings/nl.json | 46 +++++++------- src/i18n/strings/nn.json | 36 +++++------ src/i18n/strings/oc.json | 36 +++++------ src/i18n/strings/pl.json | 50 +++++++-------- src/i18n/strings/pt.json | 24 +++---- src/i18n/strings/pt_BR.json | 44 ++++++------- src/i18n/strings/ro.json | 6 +- src/i18n/strings/ru.json | 48 +++++++------- src/i18n/strings/si.json | 6 +- src/i18n/strings/sk.json | 50 +++++++-------- src/i18n/strings/sl.json | 6 +- src/i18n/strings/sq.json | 50 +++++++-------- src/i18n/strings/sr.json | 28 ++++----- src/i18n/strings/sr_Latn.json | 8 +-- src/i18n/strings/sv.json | 50 +++++++-------- src/i18n/strings/ta.json | 14 ++--- src/i18n/strings/te.json | 12 ++-- src/i18n/strings/th.json | 28 ++++----- src/i18n/strings/tr.json | 36 +++++------ src/i18n/strings/tzm.json | 20 +++--- src/i18n/strings/uk.json | 50 +++++++-------- src/i18n/strings/vi.json | 50 +++++++-------- src/i18n/strings/vls.json | 28 ++++----- src/i18n/strings/zh_Hans.json | 50 +++++++-------- src/i18n/strings/zh_Hant.json | 50 +++++++-------- 66 files changed, 1131 insertions(+), 1129 deletions(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index 53171ffa2cc..24612e1b469 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,6 +1,9 @@ { "Something went wrong!": "هناك خطأ ما!", + "Cancel": "إلغاء", + "Close": "إغلاق", "Create new room": "إنشاء غرفة جديدة", + "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", "Send": "إرسال", "This email address is already in use": "عنوان البريد هذا مستعمل", @@ -9,6 +12,7 @@ "Unavailable": "غير متوفر", "All Rooms": "كل الغُرف", "All messages": "كل الرسائل", + "Update": "تحديث", "What's New": "آخِر المُستجدّات", "Toolbox": "علبة الأدوات", "Collecting logs": "تجميع السجلات", @@ -29,6 +33,7 @@ "Single Sign On": "الولوج الموحّد", "Confirm adding email": "أكّد إضافة البريد الإلكتروني", "Click the button below to confirm adding this email address.": "انقر الزر بالأسفل لتأكيد إضافة عنوان البريد الإلكتروني هذا.", + "Confirm": "أكّد", "Add Email Address": "أضِف بريدًا إلكترونيًا", "Confirm adding this phone number by using Single Sign On to prove your identity.": "أكّد إضافتك لرقم الهاتف هذا باستعمال الولوج الموحّد لإثبات هويّتك.", "Confirm adding phone number": "أكّد إضافة رقم الهاتف", @@ -79,6 +84,7 @@ "Identity server has no terms of service": "ليس لخادوم الهويّة أيّ شروط خدمة", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "يطلب هذا الإجراء الوصول إلى خادوم الهويّات المبدئيللتثبّت من عنوان البريد الإلكتروني أو رقم الهاتف، ولكن ليس للخادوم أيّ شروط خدمة.", "Only continue if you trust the owner of the server.": "لا تُواصل لو لم تكن تثق بمالك الخادوم.", + "Trust": "أثق به", "%(name)s is requesting verification": "يطلب %(name)s التثبّت", "%(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 التنبيهات. من فضلك أعِد المحاولة", @@ -246,6 +252,7 @@ "expand": "توسيع", "collapse": "تضييق", "Please create a new issue on GitHub so that we can investigate this bug.": "الرجاء إنشاء إشكال جديد على GitHub حتى نتمكن من التحقيق في هذا الخطأ.", + "Join": "انضم", "This version of %(brand)s does not support searching encrypted messages": "لا يدعم هذا الإصدار من %(brand)s البحث في الرسائل المشفرة", "This version of %(brand)s does not support viewing some encrypted files": "لا يدعم هذا الإصدار من %(brand)s s عرض بعض الملفات المشفرة", "Use the Desktop app to search encrypted messages": "استخدم تطبيق سطح المكتب للبحث في الرسائل المشفرة", @@ -413,6 +420,7 @@ "%(roomName)s can't be previewed. Do you want to join it?": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟", "You're previewing %(roomName)s. Want to join it?": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟", "Reject & Ignore user": "رفض الدعوة وتجاهل الداعي", + "Reject": "رفض", " invited you": " دعاك", "Do you want to join %(roomName)s?": "هل تريد أن تنضم إلى %(roomName)s؟", "Start chatting": "ابدأ المحادثة", @@ -721,6 +729,7 @@ "not found": "لم يعثر عليه", "in memory": "في الذاكرة", "Cross-signing public keys:": "المفاتيح العامة للتوقيع المتبادل:", + "Reset": "إعادة تعيين", "Set up": "تأسيس", "Cross-signing is not set up.": "لم يتم إعداد التوقيع المتبادل.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.", @@ -739,6 +748,7 @@ "Show more": "أظهر أكثر", "Show less": "أظهر أقل", "This bridge is managed by .": "هذا الجسر يديره .", + "Upload": "رفع", "Accept to continue:": "قبول للمتابعة:", "Your server isn't responding to some requests.": "خادمك لا يتجاوب مع بعض الطلبات.", "Dog": "كلب", @@ -758,6 +768,7 @@ "You've successfully verified this user.": "لقد نجحت في التحقق من هذا المستخدم.", "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", + "Accept": "قبول", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -856,6 +867,7 @@ "Revoke": "إبطال", "Unable to revoke sharing for phone number": "تعذر إبطال مشاركة رقم الهاتف", "Discovery options will appear once you have added an email above.": "ستظهر خيارات الاكتشاف بمجرد إضافة بريد إلكتروني أعلاه.", + "Share": "مشاركة", "Complete": "تام", "Verify the link in your inbox": "تحقق من الرابط في بريدك الوارد", "Unable to verify email address.": "تعذر التحقق من عنوان البريد الإلكتروني.", @@ -962,6 +974,8 @@ "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", "Safeguard against losing access to encrypted messages & data": "حماية ضد فقدان الوصول إلى الرسائل والبيانات المشفرة", + "Verify": "تحقق", + "Upgrade": "ترقية", "Verify this session": "تحقق من هذا الاتصال", "Encryption upgrade available": "ترقية التشفير متاحة", "Set up Secure Backup": "أعد النسخ الاحتياطي الآمن", @@ -1326,19 +1340,5 @@ "start_chat": "ابدأ محادثة", "view_source": "انظر المصدر", "yes": "نعم" - }, - "action.reject": "رفض", - "action.confirm": "أكّد", - "action.dismiss": "أهمِل", - "action.trust": "أثق به", - "action.cancel": "إلغاء", - "action.join": "انضم", - "action.close": "إغلاق", - "action.accept": "قبول", - "action.upgrade": "ترقية", - "action.verify": "تحقق", - "action.update": "تحديث", - "action.upload": "رفع", - "action.reset": "إعادة تعيين", - "action.share": "مشاركة" + } } diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 818562c13f6..51f032672da 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -69,6 +69,7 @@ "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s üçün %(fromPowerLevel)s-dan %(toPowerLevel)s-lə", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hüquqların səviyyələrini dəyişdirdi %(powerLevelDiffText)s.", "Always show message timestamps": "Həmişə mesajların göndərilməsi vaxtını göstərmək", + "Accept": "Qəbul etmək", "Incorrect verification code": "Təsdiq etmənin səhv kodu", "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", @@ -112,6 +113,7 @@ "Who can read history?": "Kim tarixi oxuya bilər?", "Permissions": "Girişin hüquqları", "Advanced": "Təfərrüatlar", + "Close": "Bağlamaq", "Sunday": "Bazar", "Friday": "Cümə", "Today": "Bu gün", @@ -120,6 +122,7 @@ "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmək", "What's New": "Nə dəyişdi", + "Update": "Yeniləmək", "Create new room": "Otağı yaratmaq", "%(items)s and %(lastItem)s": "%(items)s və %(lastItem)s", "Deactivate Account": "Hesabı bağlamaq", @@ -134,6 +137,7 @@ "Are you sure you want to reject the invitation?": "Siz əminsiniz ki, siz dəvəti rədd etmək istəyirsiniz?", "Failed to reject invitation": "Dəvəti rədd etməyi bacarmadı", "For security, this session has been signed out. Please sign in again.": "Təhlükəsizliyin təmin olunması üçün sizin sessiyanız başa çatmışdır idi. Zəhmət olmasa, yenidən girin.", + "Logout": "Çıxmaq", "Notifications": "Xəbərdarlıqlar", "Connectivity to the server has been lost.": "Serverlə əlaqə itirilmişdir.", "Sent messages will be stored until your connection has returned.": "Hələ ki serverlə əlaqə bərpa olmayacaq, göndərilmiş mesajlar saxlanacaq.", @@ -167,6 +171,7 @@ "AM": "12:00", "Unnamed Room": "Adı açıqlanmayan otaq", "Unable to load! Check your network connectivity and try again.": "Yükləmək olmur! Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin.", + "Dismiss": "Nəzərə almayın", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s-un sizə bildiriş göndərmək icazəsi yoxdur - brauzerinizin parametrlərini yoxlayın", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s bildiriş göndərmək üçün icazə verilmədi - lütfən yenidən cəhd edin", "This email address was not found": "Bu e-poçt ünvanı tapılmadı", @@ -201,6 +206,7 @@ "Identity server has no terms of service": "Şəxsiyyət serverinin xidmət şərtləri yoxdur", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Bu hərəkət e-poçt ünvanı və ya telefon nömrəsini təsdiqləmək üçün standart şəxsiyyət serverinə girməyi tələb edir, lakin serverdə heç bir xidmət şəraiti yoxdur.", "Only continue if you trust the owner of the server.": "Yalnız server sahibinə etibar etsəniz davam edin.", + "Trust": "Etibar", "Custom (%(level)s)": "Xüsusi (%(level)s)", "Room %(roomId)s not visible": "Otaq %(roomId)s görünmür", "Messages": "Mesajlar", @@ -250,11 +256,5 @@ "remove": "Silmək", "start_chat": "Çata başlamaq" }, - "Home": "Başlanğıc", - "action.dismiss": "Nəzərə almayın", - "action.trust": "Etibar", - "action.close": "Bağlamaq", - "action.accept": "Qəbul etmək", - "action.update": "Yeniləmək", - "action.logout": "Çıxmaq" + "Home": "Başlanğıc" } diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 59a90d3b456..5f6847c2872 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -1,9 +1,12 @@ { + "Reject": "Адхіліць", "Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s", "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", + "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", + "Close": "Зачыніць", "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", @@ -23,8 +26,5 @@ "leave": "Пакінуць", "quote": "Цытата", "remove": "Выдалiць" - }, - "action.reject": "Адхіліць", - "action.dismiss": "Aдхіліць", - "action.close": "Зачыніць" + } } diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 84dc00a652e..9756751c45d 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,7 +1,10 @@ { "Operation failed": "Операцията е неуспешна", "Search": "Търсене", + "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", + "Close": "Затвори", + "Cancel": "Отказ", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", @@ -104,6 +107,7 @@ "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 прегледи за участници в тази стая", + "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", @@ -325,6 +329,7 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но не я намери.", "Unable to remove contact information": "Неуспешно премахване на информацията за контакти", "This will allow you to reset your password and receive notifications.": "Това ще Ви позволи да възстановите Вашата парола и да получавате известия.", + "Skip": "Пропусни", "You must register to use this functionality": "Трябва да се регистрирате, за да използвате тази функционалност", "You must join the room to see its files": "Трябва да се присъедините към стаята, за да видите файловете, които съдържа", "Reject invitation": "Отхвърли поканата", @@ -335,6 +340,7 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", + "Logout": "Излез", "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", @@ -415,6 +421,7 @@ "Notification targets": "Устройства, получаващи известия", "Today": "Днес", "Friday": "Петък", + "Update": "Актуализиране", "On": "Вкл.", "Changelog": "Списък на промените", "Waiting for response from server": "Изчакване на отговор от сървъра", @@ -434,6 +441,7 @@ "Developer Tools": "Инструменти за разработчика", "Preparing to send logs": "Подготовка за изпращане на логове", "Saturday": "Събота", + "Reject": "Отхвърли", "Monday": "Понеделник", "Toolbox": "Инструменти", "Collecting logs": "Събиране на логове", @@ -659,11 +667,13 @@ "Room avatar": "Снимка на стаята", "Room Name": "Име на стаята", "Room Topic": "Тема на стаята", + "Join": "Присъедини се", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", + "Confirm": "Потвърди", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", "Other": "Други", "Guest": "Гост", @@ -813,6 +823,7 @@ "Your browser likely removed this data when running low on disk space.": "Най-вероятно браузърът Ви е премахнал тези данни поради липса на дисково пространство.", "Upload files (%(current)s of %(total)s)": "Качване на файлове (%(current)s от %(total)s)", "Upload files": "Качи файлове", + "Upload": "Качи", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Файлът е прекалено голям за да се качи. Максималният допустим размер е %(limit)s, докато този файл е %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Тези файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Някои файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", @@ -856,6 +867,7 @@ "Uploaded sound": "Качен звук", "Sounds": "Звуци", "Notification sound": "Звук за уведомление", + "Reset": "Нулирай", "Set a new custom sound": "Настрой нов собствен звук", "Browse": "Избор", "This room has already been upgraded.": "Тази стая вече е била обновена.", @@ -950,6 +962,7 @@ "Unable to revoke sharing for email address": "Неуспешно оттегляне на споделянето на имейл адреса", "Unable to share email address": "Неуспешно споделяне на имейл адрес", "Revoke": "Оттегли", + "Share": "Сподели", "Discovery options will appear once you have added an email above.": "Опциите за откриване ще се покажат след като добавите имейл адрес по-горе.", "Unable to revoke sharing for phone number": "Неуспешно оттегляне на споделянето на телефонен номер", "Unable to share phone number": "Неуспешно споделяне на телефонен номер", @@ -1008,6 +1021,7 @@ "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": "Изпрати доклад", + "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", "Complete": "Завърши", @@ -1025,6 +1039,7 @@ "Add Email Address": "Добави имейл адрес", "Add Phone Number": "Добави телефонен номер", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Това действие изисква връзка със сървъра за самоличност за валидиране на имейл адреса или телефонния номер, но сървърът не предоставя условия за ползване.", + "Trust": "Довери се", "Show previews/thumbnails for images": "Показвай преглед (умален размер) на снимки", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Би било добре да премахнете личните си данни от сървъра за самоличност преди прекъсване на връзката. За съжаление, сървърът за самоличност в момента не е достъпен.", "You should:": "Ще е добре да:", @@ -1160,6 +1175,7 @@ "one": "1 потвърдена сесия" }, "Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.", + "Verify": "Потвърди", "You have ignored this user, so their message is hidden. Show anyways.": "Игнорирали сте този потребител, така че съобщението им е скрито. Покажи така или иначе.", "Any of the following data may be shared:": "Следните данни може да бъдат споделени:", "Your display name": "Вашето име", @@ -1181,6 +1197,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Обновяването на стая е действие за напреднали и обикновено се препоръчва когато стаята е нестабилна поради бъгове, липсващи функции или проблеми със сигурността.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Това обикновено влия само на това как стаята се обработва на сървъра. Ако имате проблеми с %(brand)s, съобщете за проблем.", "You'll upgrade this room from to .": "Ще обновите стаята от до .", + "Upgrade": "Обнови", "Remove for everyone": "Премахни за всички", "Country Dropdown": "Падащо меню за избор на държава", "Verification Request": "Заявка за потвърждение", @@ -1966,6 +1983,7 @@ "Invite people": "Покани хора", "Share invite link": "Сподели връзка с покана", "Click to copy": "Натиснете за копиране", + "Delete": "Изтрий", "Please enter a name for the space": "Моля, въведете име на пространството", "Create a space": "Създаване на пространство", "Add some details to help people recognise it.": "Добавете някои подробности, за да помогнете на хората да го разпознаят.", @@ -2108,23 +2126,5 @@ "a11y": { "user_menu": "Потребителско меню" }, - "Home": "Начална страница", - "action.reject": "Отхвърли", - "action.confirm": "Потвърди", - "action.dismiss": "Затвори", - "action.trust": "Довери се", - "action.cancel": "Отказ", - "action.join": "Присъедини се", - "action.close": "Затвори", - "action.accept": "Приеми", - "action.upgrade": "Обнови", - "action.verify": "Потвърди", - "action.update": "Актуализиране", - "action.delete": "Изтрий", - "action.upload": "Качи", - "action.reset": "Нулирай", - "action.share": "Сподели", - "action.skip": "Пропусни", - "action.logout": "Излез", - "action.view": "Виж" + "Home": "Начална страница" } diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index 938691d682d..a7891ebdcdf 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,7 +1,7 @@ { + "Dismiss": "Odbaci", "Create Account": "Otvori račun", "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", - "Identity server": "Identifikacioni Server", - "action.dismiss": "Odbaci" + "Identity server": "Identifikacioni Server" } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 30eb35654b3..4b6dca8b914 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -6,10 +6,13 @@ "Camera": "Càmera", "Advanced": "Avançat", "Always show message timestamps": "Mostra sempre la marca de temps del missatge", + "Cancel": "Cancel·la", + "Close": "Tanca", "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", + "Dismiss": "Omet", "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", @@ -107,6 +110,7 @@ "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", + "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", @@ -327,6 +331,7 @@ "Unable to add email address": "No s'ha pogut afegir el correu electrònic", "Unable to verify email address.": "No s'ha pogut verificar el correu electrònic.", "This will allow you to reset your password and receive notifications.": "Això us permetrà restablir la vostra contrasenya i rebre notificacions.", + "Skip": "Omet", "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.": "Si anteriorment heu utilitzat un versió de %(brand)s més recent, la vostra sessió podría ser incompatible amb aquesta versió. Tanqueu aquesta finestra i torneu a la versió més recent.", "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", @@ -338,6 +343,7 @@ "For security, this session has been signed out. Please sign in again.": "Per seguretat, aquesta sessió s'ha tancat. Torna a iniciar la sessió.", "Old cryptography data detected": "S'han detectat dades de criptografia antigues", "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.": "S'han detectat dades d'una versió antiga del %(brand)s. Això haurà provocat que el xifratge d'extrem a extrem no funcioni correctament a la versió anterior. Els missatges xifrats d'extrem a extrem que s'han intercanviat recentment mentre s'utilitzava la versió anterior no es poden desxifrar en aquesta versió. També pot provocar que els missatges intercanviats amb aquesta versió fallin. Si teniu problemes, sortiu de la sessió i torneu a entrar-hi. Per poder llegir l'historial dels missatges xifrats, exporteu i torneu a importar les vostres claus.", + "Logout": "Surt", "Connectivity to the server has been lost.": "S'ha perdut la connectivitat amb el servidor.", "Sent messages will be stored until your connection has returned.": "Els missatges enviats s'emmagatzemaran fins que la vostra connexió hagi tornat.", "You seem to be uploading files, are you sure you want to quit?": "Sembla que s'està pujant fitxers, esteu segur que voleu sortir?", @@ -372,6 +378,7 @@ "Notification targets": "Objectius de les notificacions", "Today": "Avui", "Friday": "Divendres", + "Update": "Actualitzar", "What's New": "Novetats", "On": "Engegat", "Changelog": "Registre de canvis", @@ -394,6 +401,7 @@ "Developer Tools": "Eines de desenvolupador", "Preparing to send logs": "Preparant l'enviament de logs", "Saturday": "Dissabte", + "Reject": "Rebutja", "Monday": "Dilluns", "Toolbox": "Caixa d'eines", "Collecting logs": "S'estan recopilant els registres", @@ -494,6 +502,7 @@ "Show read receipts sent by other users": "Mostra les confirmacions de lectura enviades pels altres usuaris", "Enable big emoji in chat": "Activa Emojis grans en xats", "Send analytics data": "Envia dades d'anàlisi", + "Upload": "Puja", "Email addresses": "Adreces de correu electrònic", "Phone numbers": "Números de telèfon", "Language and region": "Idioma i regió", @@ -549,6 +558,7 @@ "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", "%(name)s is requesting verification": "%(name)s està demanant verificació", + "Trust": "Confiança", "Only continue if you trust the owner of the server.": "Continua, només, si confies amb el propietari del servidor.", "Identity server has no terms of service": "El servidor d'identitat no disposa de condicions de servei", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aquesta acció necessita accedir al servidor d'identitat predeterminat per validar una adreça de correu electrònic o un número de telèfon, però el servidor no disposa de condicions de servei.", @@ -598,6 +608,7 @@ "Click the button below to confirm adding this phone number.": "Fes clic al botó de sota per confirmar l'addició d'aquest número de telèfon.", "Confirm adding phone number": "Confirma l'addició del número de telèfon", "Add Email Address": "Afegeix una adreça de correu electrònic", + "Confirm": "Confirma", "Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.", "Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon", "Unable to access microphone": "No s'ha pogut accedir al micròfon", @@ -647,16 +658,5 @@ "start_chat": "Inicia un xat", "view_source": "Mostra el codi" }, - "Home": "Inici", - "action.reject": "Rebutja", - "action.confirm": "Confirma", - "action.dismiss": "Omet", - "action.trust": "Confiança", - "action.cancel": "Cancel·la", - "action.close": "Tanca", - "action.accept": "Accepta", - "action.update": "Actualitzar", - "action.upload": "Puja", - "action.skip": "Omet", - "action.logout": "Surt" + "Home": "Inici" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 7850ddb2376..7b19f8ed973 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1,7 +1,9 @@ { + "Close": "Zavřít", "Filter room members": "Najít člena místnosti", "Historical": "Historické", "Jump to first unread message.": "Přejít na první nepřečtenou zprávu.", + "Logout": "Odhlásit se", "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", @@ -29,12 +31,15 @@ "Dec": "Pro", "Create new room": "Vytvořit novou místnost", "Register": "Zaregistrovat", + "Cancel": "Storno", "Favourite": "Oblíbené", "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", "unknown error code": "neznámý kód chyby", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", + "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", + "Accept": "Přijmout", "Account": "Účet", "Add": "Přidat", "Admin": "Správce", @@ -369,6 +374,7 @@ "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.": "Pokud jste se v minulosti již přihlásili s novější verzi programu %(brand)s, vaše relace nemusí být kompatibilní s touto verzí. Zavřete prosím toto okno a přihlaste se znovu pomocí nové verze.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Zkontrolujte svou e-mailovou schránku a klepněte na odkaz ve zprávě, kterou jsme vám poslali. V případě, že jste to už udělali, klepněte na tlačítko Pokračovat.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnovit si heslo a přijímat oznámení e-mailem.", + "Skip": "Přeskočit", "You must register to use this functionality": "Pro využívání této funkce se zaregistrujte", "You must join the room to see its files": "Pro zobrazení souborů musíte do místnosti vstoupit", "Reject invitation": "Odmítnout pozvání", @@ -401,6 +407,7 @@ "Notification targets": "Cíle oznámení", "Today": "Dnes", "Friday": "Pátek", + "Update": "Aktualizovat", "What's New": "Co je nového", "On": "Zapnout", "Changelog": "Seznam změn", @@ -419,6 +426,7 @@ "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", "Messages in one-to-one chats": "Přímé zprávy", + "Reject": "Odmítnout", "Monday": "Pondělí", "Toolbox": "Sada nástrojů", "Collecting logs": "Sběr záznamů", @@ -703,6 +711,7 @@ "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", "Click here to see older messages.": "Klepnutím zobrazíte starší zprávy.", + "Join": "Vstoupit", "The following users may not exist": "Následující uživatel možná neexistuje", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?", "Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu", @@ -752,6 +761,7 @@ "Change": "Změnit", "Email (optional)": "E-mail (nepovinné)", "Phone (optional)": "Telefonní číslo (nepovinné)", + "Confirm": "Potvrdit", "Join millions for free on the largest public server": "Přidejte k miliónům registrovaným na největším veřejném serveru", "Other": "Další možnosti", "Couldn't load page": "Nepovedlo se načíst stránku", @@ -843,6 +853,7 @@ "Your browser likely removed this data when running low on disk space.": "Prohlížeč data možná smazal aby ušetřil místo na disku.", "Upload files (%(current)s of %(total)s)": "Nahrát soubory (%(current)s z %(total)s)", "Upload files": "Nahrát soubory", + "Upload": "Nahrát", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento soubor je příliš velký. Limit na velikost je %(limit)s, ale soubor má %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Tyto soubory jsou příliš velké. Limit je %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Některé soubory jsou příliš velké. Limit je %(limit)s.", @@ -877,6 +888,7 @@ "Uploaded sound": "Zvuk nahrán", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámení", + "Reset": "Resetovat", "Set a new custom sound": "Nastavit vlastní zvuk", "Browse": "Procházet", "Cannot reach homeserver": "Nelze se připojit k domovskému serveru", @@ -949,6 +961,7 @@ "Add Email Address": "Přidat e-mailovou adresu", "Add Phone Number": "Přidat telefonní číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Tato akce vyžaduje přístup k výchozímu serveru identity aby šlo ověřit e-mail a telefon, ale server nemá podmínky použití.", + "Trust": "Důvěra", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Zobrazovat náhledy obrázků", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Před odpojením byste měli smazat osobní údaje ze serveru identit . Bohužel, server je offline nebo neodpovídá.", @@ -973,6 +986,7 @@ "Verify the link in your inbox": "Ověřte odkaz v e-mailové schránce", "Complete": "Dokončit", "Revoke": "Zneplatnit", + "Share": "Sdílet", "Discovery options will appear once you have added an email above.": "Možnosti nastavení veřejného profilu se objeví po přidání e-mailové adresy výše.", "Unable to revoke sharing for phone number": "Nepovedlo se zrušit sdílení telefonního čísla", "Unable to share phone number": "Nepovedlo se nasdílet telefonní číslo", @@ -1059,6 +1073,7 @@ "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", "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", "Explore rooms": "Procházet místnosti", "Jump to first unread room.": "Přejít na první nepřečtenou místnost.", "Jump to first invite.": "Přejít na první pozvánku.", @@ -1141,6 +1156,7 @@ "Trusted": "Důvěryhodné", "Not trusted": "Nedůvěryhodné", "Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.", + "Verify": "Ověřit", "You have ignored this user, so their message is hidden. Show anyways.": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. Přesto zobrazit.", "Any of the following data may be shared:": "Následující data můžou být sdílena:", "Your display name": "Vaše zobrazované jméno", @@ -1161,6 +1177,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgradování místnosti je pokročilá operace a je doporučeno jí provést pokud je místnost nestabilní kvůli chybám, chybějícím funkcím nebo zranitelnostem.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, nahlaste nám ho prosím.", "You'll upgrade this room from to .": "Místnost bude povýšena z verze na verzi .", + "Upgrade": "Aktualizovat", "Remove for everyone": "Odstranit pro všechny", "Verification Request": "Požadavek na ověření", "Unable to set up secret storage": "Nepovedlo se nastavit bezpečné úložiště", @@ -2177,6 +2194,7 @@ "This homeserver has been blocked by its administrator.": "Tento domovský server byl zablokován jeho správcem.", "You're already in a call with this person.": "S touto osobou již telefonujete.", "Already in call": "Již máte hovor", + "Delete": "Smazat", "Original event source": "Původní zdroj události", "Decrypted event source": "Dešifrovaný zdroj události", "Save Changes": "Uložit změny", @@ -2345,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.", "This space has no local addresses": "Tento prostor nemá žádné místní adresy", "Space information": "Informace o prostoru", + "Collapse": "Sbalit", + "Expand": "Rozbalit", "Recommended for public spaces.": "Doporučeno pro veřejné prostory.", "Allow people to preview your space before they join.": "Umožněte lidem prohlédnout si váš prostor ještě předtím, než se připojí.", "Preview Space": "Nahlédnout do prostoru", @@ -2559,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "Vyberte jednu z níže uvedených možností pro export chatů z časové osy", "Export Chat": "Exportovat chat", "Exporting your data": "Exportování dat", + "Stop": "Zastavit", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Opravdu chcete ukončit export dat? Pokud ano, budete muset začít znovu.", "Your export was successful. Find it in your Downloads folder.": "Váš export proběhl úspěšně. Najdete jej ve složce pro stažené soubory.", "The export was cancelled successfully": "Export byl úspěšně zrušen", @@ -2904,6 +2925,7 @@ "Jump to start of the composer": "Přejít na začátek editoru", "Navigate to previous message to edit": "Přejít na předchozí zprávu, kterou chcete upravit", "Internal room ID": "Interní ID místnosti", + "Call": "Hovor", "Group all your rooms that aren't part of a space in one place.": "Seskupte všechny místnosti, které nejsou součástí prostoru, na jednom místě.", "Group all your people in one place.": "Seskupte všechny své kontakty na jednom místě.", "Group all your favourite rooms and people in one place.": "Seskupte všechny své oblíbené místnosti a osoby na jednom místě.", @@ -3546,6 +3568,7 @@ "Re-enter email address": "Zadejte znovu e-mailovou adresu", "Wrong email address?": "Špatná e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skrýt tečku oznámení (zobrazit pouze odznaky čítačů)", + "Apply": "Použít", "Search users in this room…": "Hledání uživatelů v této místnosti…", "Give one or multiple users in this room more privileges": "Přidělit jednomu nebo více uživatelům v této místnosti více oprávnění", "Add privileged users": "Přidat oprávněné uživatele", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.", "Poll history": "Historie hlasování", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Uživatel (%(user)s) nebyl pozván do %(roomId)s, ale nástroj pro pozvání nezaznamenal žádnou chybu", + "Reload": "Znovu načíst", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "To může být způsobeno otevřením aplikace na více kartách nebo vymazáním dat prohlížeče.", "Database unexpectedly closed": "Databáze byla neočekávaně uzavřena", "Mute room": "Ztlumit místnost", @@ -3957,29 +3981,5 @@ "a11y": { "user_menu": "Uživatelská nabídka" }, - "Home": "Domov", - "action.reject": "Odmítnout", - "action.confirm": "Potvrdit", - "action.dismiss": "Zavřít", - "action.trust": "Důvěra", - "action.reload": "Znovu načíst", - "action.cancel": "Storno", - "action.stop": "Zastavit", - "action.join": "Vstoupit", - "action.close": "Zavřít", - "action.accept": "Přijmout", - "action.upgrade": "Aktualizovat", - "action.verify": "Ověřit", - "action.update": "Aktualizovat", - "action.call": "Hovor", - "action.delete": "Smazat", - "action.upload": "Nahrát", - "action.collapse": "Sbalit", - "action.apply": "Použít", - "action.reset": "Resetovat", - "action.share": "Sdílet", - "action.skip": "Přeskočit", - "action.logout": "Odhlásit se", - "action.view": "Zobrazit", - "action.expand": "Rozbalit" + "Home": "Domov" } diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index c18965262fd..33be38e7845 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -6,7 +6,7 @@ "Add Phone Number": "Ychwanegu Rhif Ffôn", "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", + "Dismiss": "Wfftio", "Explore rooms": "Archwilio Ystafelloedd", - "Identity server": "Gweinydd Adnabod", - "action.dismiss": "Wfftio" + "Identity server": "Gweinydd Adnabod" } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index 9f46016e0cd..4d94fc739b3 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -32,7 +32,10 @@ "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", "Search": "Søg", + "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", + "Close": "Luk", + "Cancel": "Afbryd", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", "Unnamed room": "Unavngivet rum", @@ -104,6 +107,7 @@ "Notification targets": "Meddelelsesmål", "Today": "I dag", "Friday": "Fredag", + "Update": "Opdater", "What's New": "Hvad er nyt", "On": "Tændt", "Changelog": "Ændringslog", @@ -124,6 +128,7 @@ "Tuesday": "Tirsdag", "Event sent!": "Begivenhed sendt!", "Saturday": "Lørdag", + "Reject": "Afvis", "Monday": "Mandag", "Toolbox": "Værktøjer", "Collecting logs": "Indsamler logfiler", @@ -286,6 +291,7 @@ "Single Sign On": "Engangs login", "Confirm adding email": "Bekræft tilføjelse af email", "Click the button below to confirm adding this email address.": "Klik på knappen herunder for at bekræfte tilføjelsen af denne email adresse.", + "Confirm": "Bekræft", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Bekræft tilføjelsen af dette telefonnummer ved at bruge Single Sign On til at bevise din identitet.", "Confirm adding phone number": "Bekræft tilføjelse af telefonnummer", "Click the button below to confirm adding this phone number.": "Klik på knappen herunder for at bekræfte tilføjelsen af dette telefonnummer.", @@ -297,6 +303,7 @@ "Identity server has no terms of service": "Identity serveren har ingen terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handling kræver adgang til default identitets serveren for at validere en email adresse eller et telefonnummer, men serveren har ingen terms of service.", "Only continue if you trust the owner of the server.": "Fortsæt kun hvis du stoler på ejeren af denne server.", + "Trust": "Tillid", "%(name)s is requesting verification": "%(name)s beder om verifikation", "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", @@ -353,6 +360,7 @@ "Show less": "Vis mindre", "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", + "Reset": "Nulstil", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -365,6 +373,7 @@ "%(senderName)s started a call": "%(senderName)s startede et opkald", "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", + "Accept": "Accepter", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -712,14 +721,5 @@ "reply": "Besvar", "save": "Gem", "view_source": "Se Kilde" - }, - "action.reject": "Afvis", - "action.confirm": "Bekræft", - "action.dismiss": "Afvis", - "action.trust": "Tillid", - "action.cancel": "Afbryd", - "action.close": "Luk", - "action.accept": "Accepter", - "action.update": "Opdater", - "action.reset": "Nulstil" + } } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 402c3573793..c082e3ec268 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -35,6 +35,7 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", + "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", "": "", @@ -151,6 +152,7 @@ "You seem to be in a call, are you sure you want to quit?": "Du scheinst in einem Gespräch zu sein, bist du sicher, dass du aufhören willst?", "You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.", + "Cancel": "Abbrechen", "Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen", "%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s", @@ -182,6 +184,7 @@ "Unknown error": "Unbekannter Fehler", "Incorrect password": "Ungültiges Passwort", "Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen", + "Dismiss": "Ausblenden", "Token incorrect": "Token fehlerhaft", "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "Betrieben mit Matrix", @@ -232,8 +235,10 @@ "Create new room": "Neuer Raum", "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", + "Accept": "Annehmen", "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", "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.", @@ -249,6 +254,7 @@ "Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?", "Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?", "This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.", + "Skip": "Überspringen", "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", @@ -415,6 +421,7 @@ "Notification targets": "Benachrichtigungsziele", "Today": "Heute", "Friday": "Freitag", + "Update": "Aktualisieren", "What's New": "Was ist neu", "On": "An", "Changelog": "Änderungsprotokoll", @@ -435,6 +442,7 @@ "Developer Tools": "Entwicklungswerkzeuge", "Preparing to send logs": "Senden von Protokolldateien wird vorbereitet", "Saturday": "Samstag", + "Reject": "Ablehnen", "Monday": "Montag", "Toolbox": "Werkzeugkasten", "Collecting logs": "Protokolle werden abgerufen", @@ -729,6 +737,7 @@ "Room avatar": "Raumbild", "Room Name": "Raumname", "Room Topic": "Raumthema", + "Join": "Betreten", "Incoming Verification Request": "Eingehende Verifikationsanfrage", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bist du sicher? Du wirst alle deine verschlüsselten Nachrichten verlieren, wenn deine Schlüssel nicht gut gesichert sind.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.", @@ -750,6 +759,7 @@ "Change": "Ändern", "Email (optional)": "E-Mail-Adresse (optional)", "Phone (optional)": "Telefon (optional)", + "Confirm": "Bestätigen", "Other": "Sonstiges", "Couldn't load page": "Konnte Seite nicht laden", "Guest": "Gast", @@ -813,6 +823,7 @@ "Unexpected error resolving homeserver configuration": "Ein unerwarteter Fehler ist beim Laden der Heim-Server-Konfiguration aufgetreten", "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", + "Reset": "Zurücksetzen", "Sign Up": "Registrieren", "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", @@ -824,6 +835,7 @@ "GitHub issue": "\"Issue\" auf Github", "Upload files": "Dateien hochladen", "Upload all": "Alle hochladen", + "Upload": "Hochladen", "Cancel All": "Alle abbrechen", "Upload Error": "Fehler beim Hochladen", "Enter password": "Passwort eingeben", @@ -858,8 +870,10 @@ "Changes the avatar of the current room": "Ändert das Icon vom Raum", "Deactivate account": "Benutzerkonto deaktivieren", "Show previews/thumbnails for images": "Vorschauen für Bilder", + "View": "Öffnen", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Diese Handlung erfordert es, auf den Standard-Identitäts-Server zuzugreifen, um eine E-Mail-Adresse oder Telefonnummer zu validieren, aber der Server hat keine Nutzungsbedingungen.", "Only continue if you trust the owner of the server.": "Fahre nur fort, wenn du den Server-Betreibenden vertraust.", + "Trust": "Vertrauen", "Custom (%(level)s)": "Benutzerdefiniert (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sendet eine Nachricht als Klartext, ohne sie als Markdown darzustellen", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einladen zu können. Lege einen in den Einstellungen fest.", @@ -897,6 +911,7 @@ "Lock": "Schloss", "Later": "Später", "Review": "Überprüfen", + "Verify": "Verifizieren", "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.", @@ -1158,6 +1173,7 @@ "Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.", "You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:", "Other users may not trust it": "Andere Benutzer vertrauen ihr vielleicht nicht", + "Upgrade": "Aktualisieren", "Your homeserver does not support cross-signing.": "Dein Heim-Server unterstützt keine Quersignierung.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Dein Konto hat eine Quersignaturidentität im sicheren Speicher, der von dieser Sitzung jedoch noch nicht vertraut wird.", "unexpected type": "unbekannter Typ", @@ -1188,6 +1204,7 @@ "Verify the link in your inbox": "Verifiziere den Link in deinem Posteingang", "Complete": "Abschließen", "Revoke": "Widerrufen", + "Share": "Teilen", "You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.", "Everyone in this room is verified": "Alle in diesem Raum sind verifiziert", "Mod": "Moderator", @@ -2139,6 +2156,7 @@ "Invite only, best for yourself or teams": "Nur für Eingeladene – optimal für dich selbst oder Teams", "Open space for anyone, best for communities": "Öffne den Space für alle - am besten für Communities", "Create a space": "Neuen Space erstellen", + "Delete": "Löschen", "This homeserver has been blocked by its administrator.": "Dieser Heim-Server wurde von seiner Administration geblockt.", "You're already in a call with this person.": "Du bist schon in einem Anruf mit dieser Person.", "Already in call": "Schon im Anruf", @@ -2343,6 +2361,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.", "This space has no local addresses": "Dieser Space hat keine lokale Adresse", "Space information": "Information über den Space", + "Collapse": "Verbergen", + "Expand": "Ausklappen", "Recommended for public spaces.": "Empfohlen für öffentliche Spaces.", "Allow people to preview your space before they join.": "Personen können den Space vor dem Betreten erkunden.", "Preview Space": "Space-Vorschau erlauben", @@ -2568,6 +2588,7 @@ "Format": "Format", "Export Chat": "Unterhaltung exportieren", "Exporting your data": "Deine Daten werden exportiert", + "Stop": "Beenden", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Willst du das Exportieren deiner Daten wirklich abbrechen? Falls ja, musst du komplett von neu beginnen.", "Your export was successful. Find it in your Downloads folder.": "Export erfolgreich. Du kannst ihn in deinem Download-Verzeichnis finden.", "The export was cancelled successfully": "Exportieren abgebrochen", @@ -2909,6 +2930,7 @@ "Group all your favourite rooms and people in one place.": "Gruppiere all deine favorisierten Unterhaltungen an einem Ort.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Mit Spaces kannst du deine Unterhaltungen organisieren. Neben Spaces, in denen du dich befindest, kannst du dir auch dynamische anzeigen lassen.", "IRC (Experimental)": "IRC (Experimentell)", + "Call": "Anruf", "Redo edit": "Änderung wiederherstellen", "Undo edit": "Änderung revidieren", "Jump to last message": "Zur letzten Nachricht springen", @@ -3547,6 +3569,7 @@ "Wrong email address?": "Falsche E-Mail-Adresse?", "Hide notification dot (only display counters badges)": "Benachrichtigungspunkt ausblenden (nur Zähler zeigen)", "Add privileged users": "Berechtigten Benutzer hinzufügen", + "Apply": "Anwenden", "Search users in this room…": "Benutzer im Raum suchen …", "Give one or multiple users in this room more privileges": "Einem oder mehreren Benutzern im Raum mehr Berechtigungen geben", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Aus Sicherheits- und Datenschutzgründen, wird die Nutzung von verschlüsselungsfähigen Matrix-Anwendungen empfohlen.", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.", "Poll history": "Umfrageverlauf", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Der Benutzer (%(user)s) wurde nicht in %(roomId)s eingeladen, aber das Einladungsprogramm meldete keinen Fehler", + "Reload": "Neu laden", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Dies wurde eventuell durch das Öffnen der App in mehreren Tabs oder das Löschen der Browser-Daten verursacht.", "Database unexpectedly closed": "Datenbank unerwartet geschlossen", "Mute room": "Raum stumm stellen", @@ -3957,29 +3981,5 @@ "a11y": { "user_menu": "Benutzermenü" }, - "Home": "Startseite", - "action.reject": "Ablehnen", - "action.confirm": "Bestätigen", - "action.dismiss": "Ausblenden", - "action.trust": "Vertrauen", - "action.reload": "Neu laden", - "action.cancel": "Abbrechen", - "action.stop": "Beenden", - "action.join": "Betreten", - "action.close": "Schließen", - "action.accept": "Annehmen", - "action.upgrade": "Aktualisieren", - "action.verify": "Verifizieren", - "action.update": "Aktualisieren", - "action.call": "Anruf", - "action.delete": "Löschen", - "action.upload": "Hochladen", - "action.collapse": "Verbergen", - "action.apply": "Anwenden", - "action.reset": "Zurücksetzen", - "action.share": "Teilen", - "action.skip": "Überspringen", - "action.logout": "Abmelden", - "action.view": "Öffnen", - "action.expand": "Ausklappen" + "Home": "Startseite" } diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 06c581b0b59..2d48041aa38 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -65,6 +65,7 @@ "Invited": "Προσκλήθηκε", "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", + "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", "Commands": "Εντολές", @@ -89,7 +90,11 @@ "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", + "Cancel": "Ακύρωση", + "Dismiss": "Απόρριψη", + "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", + "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", @@ -248,12 +253,14 @@ "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. Θα θέλατε να συνεχίσετε;", "Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;", "This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.", + "Skip": "Παράβλεψη", "Check for update": "Έλεγχος για ενημέρωση", "Sunday": "Κυριακή", "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", "Today": "Σήμερα", "Friday": "Παρασκευή", + "Update": "Ενημέρωση", "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", @@ -271,6 +278,7 @@ "Tuesday": "Τρίτη", "Unnamed room": "Ανώνυμο δωμάτιο", "Saturday": "Σάββατο", + "Reject": "Απόρριψη", "Monday": "Δευτέρα", "Collecting logs": "Συγκέντρωση πληροφοριών", "All Rooms": "Όλα τα δωμάτια", @@ -331,6 +339,7 @@ "Identity server has no terms of service": "Ο διακομιστής ταυτοποίησης δεν έχει όρους χρήσης", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Αυτή η δράση απαιτεί την πρόσβαση στο προκαθορισμένο διακομιστή ταυτοποίησης για να επιβεβαιώσει μια διεύθυνση ηλ. ταχυδρομείου ή αριθμό τηλεφώνου, αλλά ο διακομιστής δεν έχει όρους χρήσης.", "Only continue if you trust the owner of the server.": "Συνεχίστε μόνο εάν εμπιστεύεστε τον ιδιοκτήτη του διακομιστή.", + "Trust": "Εμπιστοσύνη", "Unable to load! Check your network connectivity and try again.": "Αδυναμία φόρτωσης! Ελέγξτε την σύνδεση του δικτύου και προσπαθήστε ξανά.", "Missing roomId.": "Λείπει η ταυτότητα δωματίου.", "Messages": "Μηνύματα", @@ -349,6 +358,7 @@ "Your %(brand)s is misconfigured": "Οι παράμετροι του %(brand)s σας είναι λανθασμένα ρυθμισμένοι", "Explore rooms": "Εξερευνήστε δωμάτια", "Click the button below to confirm adding this phone number.": "Πιέστε το κουμπί από κάτω για να επιβεβαίωσετε την προσθήκη του τηλεφωνικού αριθμού.", + "Confirm": "Επιβεβαίωση", "Use custom size": "Χρησιμοποιήστε προσαρμοσμένο μέγεθος", "Font size": "Μέγεθος γραμματοσειράς", "Render LaTeX maths in messages": "Εμφανίστε μαθηματικά LaTeX σε μηνύματα", @@ -845,6 +855,7 @@ "You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.", "This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.", "Phone Number": "Αριθμός Τηλεφώνου", + "Share": "Διαμοιρασμός", "Revoke": "Ανάκληση", "Complete": "Ολοκληρώθηκε", "Verify the link in your inbox": "Επαληθεύστε τον σύνδεσμο στα εισερχόμενα σας", @@ -886,6 +897,7 @@ "Upgrading room": "Αναβάθμιση δωματίου", "Space members": "Μέλη χώρου", "not found": "δε βρέθηκε", + "Reset": "Επαναφορά", "Passwords don't match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν", "Space options": "Επιλογές χώρου", "Recommended for public spaces.": "Προτείνεται για δημόσιους χώρους.", @@ -911,6 +923,8 @@ "Failed to copy": "Αποτυχία αντιγραφής", "Copied!": "Αντιγράφηκε!", "Click to copy": "Κλικ για αντιγραφή", + "Collapse": "Σύμπτυξη", + "Expand": "Επέκταση", "Show all rooms": "Εμφάνιση όλων των δωματίων", "Developer mode": "Λειτουργία για προγραμματιστές", "Show all rooms in Home": "Εμφάνιση όλων των δωματίων στην Αρχική", @@ -1147,6 +1161,8 @@ "New login. Was this you?": "Νέα σύνδεση. Ήσουν εσύ;", "Other users may not trust it": "Άλλοι χρήστες μπορεί να μην το εμπιστεύονται", "Safeguard against losing access to encrypted messages & data": "Προστατευτείτε από την απώλεια πρόσβασης σε κρυπτογραφημένα μηνύματα και δεδομένα", + "Verify": "Επαλήθευση", + "Upgrade": "Αναβάθμιση", "Verify this session": "Επαληθεύστε αυτήν τη συνεδρία", "Encryption upgrade available": "Διατίθεται αναβάθμιση κρυπτογράφησης", "Set up Secure Backup": "Ρυθμίστε το αντίγραφο ασφαλείας", @@ -1163,6 +1179,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "Είναι εντάξει", "File Attached": "Tο αρχείο επισυνάφθηκε", "Surround selected text when typing special characters": "Περιτριγυριστείτε το επιλεγμένο κείμενο κατά την πληκτρολόγηση ειδικών χαρακτήρων", @@ -1247,6 +1264,7 @@ "You've successfully verified this user.": "Επαληθεύσατε με επιτυχία αυτόν τον χρήστη.", "Verified!": "Επαληθεύτηκε!", "The other party cancelled the verification.": "Το άλλο μέρος ακύρωσε την επαλήθευση.", + "Call": "Κλήση", "%(name)s on hold": "%(name)s σε αναμονή", "Return to call": "Επιστροφή στην κλήση", "More": "Περισσότερα", @@ -1361,6 +1379,8 @@ "e.g. my-space": "π.χ. ο-χώρος-μου", "Please enter a name for the space": "Εισαγάγετε ένα όνομα για το χώρο", "Search %(spaceName)s": "Αναζήτηση %(spaceName)s", + "Upload": "Μεταφόρτωση", + "Delete": "Διαγραφή", "Delete avatar": "Διαγραφή avatar", "Space selection": "Επιλογή χώρου", "More options": "Περισσότερες επιλογές", @@ -1957,6 +1977,7 @@ "one": "1 μη αναγνωσμένη αναφορά.", "other": "%(count)s μη αναγνωσμένα μηνύματα συμπεριλαμβανομένων των αναφορών." }, + "Join": "Συμμετοχή", "Copy room link": "Αντιγραφή συνδέσμου δωματίου", "Forget Room": "Ξεχάστε το δωμάτιο", "Notification options": "Επιλογές ειδοποίησης", @@ -2626,6 +2647,7 @@ "Retry all": "Επανάληψη όλων", "Delete all": "Διαγραφή όλων", "Some of your messages have not been sent": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί", + "View": "Προβολή", "You have no visible notifications.": "Δεν έχετε ορατές ειδοποιήσεις.", "Verification requested": "Ζητήθηκε επαλήθευση", "Search spaces": "Αναζήτηση χώρων", @@ -3270,27 +3292,5 @@ "a11y": { "user_menu": "Μενού χρήστη" }, - "Home": "Αρχική", - "action.reject": "Απόρριψη", - "action.confirm": "Επιβεβαίωση", - "action.dismiss": "Απόρριψη", - "action.trust": "Εμπιστοσύνη", - "action.cancel": "Ακύρωση", - "action.stop": "Παύση", - "action.join": "Συμμετοχή", - "action.close": "Κλείσιμο", - "action.accept": "Αποδοχή", - "action.upgrade": "Αναβάθμιση", - "action.verify": "Επαλήθευση", - "action.update": "Ενημέρωση", - "action.call": "Κλήση", - "action.delete": "Διαγραφή", - "action.upload": "Μεταφόρτωση", - "action.collapse": "Σύμπτυξη", - "action.reset": "Επαναφορά", - "action.share": "Διαμοιρασμός", - "action.skip": "Παράβλεψη", - "action.logout": "Αποσύνδεση", - "action.view": "Προβολή", - "action.expand": "Επέκταση" + "Home": "Αρχική" } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 45d9565d841..45241002442 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,62 +8,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", - "action": { - "confirm": "action|confirm", - "dismiss": "action|dismiss", - "trust": "action|trust", - "ok": "OK", - "reload": "action|reload", - "cancel": "action|cancel", - "continue": "Continue", - "leave_room": "Leave room", - "no": "No", - "enable": "Enable", - "stop": "action|stop", - "learn_more": "Learn more", - "yes": "Yes", - "join": "action|join", - "close": "action|close", - "decline": "Decline", - "accept": "action|accept", - "upgrade": "action|upgrade", - "verify": "action|verify", - "update": "action|update", - "call": "action|call", - "delete": "action|delete", - "upload": "action|upload", - "create": "Create", - "expand": "action|expand", - "collapse": "action|collapse", - "apply": "action|apply", - "remove": "Remove", - "reset": "action|reset", - "save": "Save", - "share": "action|share", - "invite": "Invite", - "quote": "Quote", - "start_chat": "Start chat", - "invites_list": "Invites", - "reject": "action|reject", - "leave": "Leave", - "start": "Start", - "view_source": "View Source", - "retry": "Retry", - "react": "React", - "edit": "Edit", - "reply": "Reply", - "copy": "Copy", - "done": "Done", - "skip": "action|skip", - "create_a_room": "Create a room", - "report_content": "Report Content", - "next": "Next", - "view": "action|view", - "forward": "Forward", - "copy_link": "Copy link", - "logout": "action|logout", - "disable": "Disable" - }, + "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -122,6 +67,7 @@ "thread": "Thread" }, "Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.", + "Dismiss": "Dismiss", "The file '%(fileName)s' failed to upload.": "The file '%(fileName)s' failed to upload.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "The file '%(fileName)s' exceeds this homeserver's size limit for uploads", "Upload Failed": "Upload Failed", @@ -143,6 +89,7 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", + "Trust": "Trust", "Call Failed": "Call Failed", "User Busy": "User Busy", "The user you called is busy.": "The user you called is busy.", @@ -153,6 +100,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", + "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", @@ -185,6 +164,7 @@ "User is not logged in": "User is not logged in", "Database unexpectedly closed": "Database unexpectedly closed", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "This may be caused by having the app open in multiple tabs or due to clearing browser data.", + "Reload": "Reload", "Empty room": "Empty room", "%(user1)s and %(user2)s": "%(user1)s and %(user2)s", "%(user)s and %(count)s others": { @@ -238,6 +218,7 @@ "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", "Go Back": "Go Back", + "Cancel": "Cancel", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -680,6 +661,7 @@ "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", "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.", "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", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", @@ -690,14 +672,17 @@ "Don't miss a reply": "Don't miss a reply", "Notifications": "Notifications", "Enable desktop notifications": "Enable desktop notifications", + "Join": "Join", "Unknown room": "Unknown room", "Video call started": "Video call started", + "Close": "Close", "Sound on": "Sound on", "Silence call": "Silence call", "Notifications silenced": "Notifications silenced", "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", + "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.", "Use app": "Use app", @@ -708,12 +693,15 @@ "Set up Secure Backup": "Set up Secure Backup", "Encryption upgrade available": "Encryption upgrade available", "Verify this session": "Verify this session", + "Upgrade": "Upgrade", + "Verify": "Verify", "Safeguard against losing access to encrypted messages & data": "Safeguard against losing access to encrypted messages & data", "Other users may not trust it": "Other users may not trust it", "New login. Was this you?": "New login. Was this you?", "Yes, it was me": "Yes, it was me", "What's new?": "What's new?", "What's New": "What's New", + "Update": "Update", "Update %(brand)s": "Update %(brand)s", "New version of %(brand)s is available": "New version of %(brand)s is available", "Guest": "Guest", @@ -1000,6 +988,7 @@ "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", + "Call": "Call", "The other party cancelled the verification.": "The other party cancelled the verification.", "Verified!": "Verified!", "You've successfully verified this user.": "You've successfully verified this user.", @@ -1047,7 +1036,9 @@ "Match system": "Match system", "Space selection": "Space selection", "Delete avatar": "Delete avatar", + "Delete": "Delete", "Upload avatar": "Upload avatar", + "Upload": "Upload", "Search %(spaceName)s": "Search %(spaceName)s", "Please enter a name for the space": "Please enter a name for the space", "e.g. my-space": "e.g. my-space", @@ -1064,6 +1055,8 @@ "You can change these anytime.": "You can change these anytime.", "Creating…": "Creating…", "Show all rooms": "Show all rooms", + "Expand": "Expand", + "Collapse": "Collapse", "Click to copy": "Click to copy", "Copied!": "Copied!", "Failed to copy": "Failed to copy", @@ -1097,6 +1090,7 @@ "Add privileged users": "Add privileged users", "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", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1116,6 +1110,7 @@ "Cross-signing is ready but keys are not backed up.": "Cross-signing is ready but keys are not backed up.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing is not set up.": "Cross-signing is not set up.", + "Reset": "Reset", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found", @@ -1563,6 +1558,7 @@ "Verify the link in your inbox": "Verify the link in your inbox", "Complete": "Complete", "Revoke": "Revoke", + "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Unable to revoke sharing for phone number": "Unable to revoke sharing for phone number", "Unable to share phone number": "Unable to share phone number", @@ -1888,6 +1884,7 @@ "Start chatting": "Start chatting", "Do you want to join %(roomName)s?": "Do you want to join %(roomName)s?", " invited you": " invited you", + "Reject": "Reject", "Reject & Ignore user": "Reject & Ignore user", "You're previewing %(roomName)s. Want to join it?": "You're previewing %(roomName)s. Want to join it?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s can't be previewed. Do you want to join it?", @@ -2468,6 +2465,8 @@ "other": "%(oneUser)ssent %(count)s hidden messages", "one": "%(oneUser)ssent a hidden message" }, + "collapse": "collapse", + "expand": "expand", "Image view": "Image view", "Rotate Left": "Rotate Left", "Rotate Right": "Rotate Right", @@ -2539,6 +2538,7 @@ "You're in": "You're in", "Who will you chat to the most?": "Who will you chat to the most?", "We'll help you get connected.": "We'll help you get connected.", + "Skip": "Skip", "Friends and family": "Friends and family", "Coworkers and teams": "Coworkers and teams", "Online community members": "Online community members", @@ -2984,6 +2984,7 @@ "Public spaces": "Public spaces", "Use \"%(query)s\" to search": "Use \"%(query)s\" to search", "Search for": "Search for", + "View": "View", "Spaces you're in": "Spaces you're in", "Failed to query public rooms": "Failed to query public rooms", "Failed to query public spaces": "Failed to query public spaces", @@ -3301,6 +3302,7 @@ "Old cryptography data detected": "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.": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.", "Verification requested": "Verification requested", + "Logout": "Logout", "%(creator)s created this DM.": "%(creator)s created this DM.", "%(creator)s created and configured the room.": "%(creator)s created and configured the room.", "You're all caught up": "You're all caught up", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 26ef60f254b..a291109f43d 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -92,6 +92,7 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s made future room history visible to all room members, from the point they are invited.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s made future room history visible to all room members, from the point they joined.", @@ -201,6 +202,7 @@ "This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.", "Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.", + "Cancel": "Cancel", "Start automatically after system login": "Start automatically after system login", "Banned by %(displayName)s": "Banned by %(displayName)s", "Passphrases must match": "Passphrases must match", @@ -221,6 +223,7 @@ "Incorrect password": "Incorrect password", "Unable to restore session": "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.": "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.", + "Dismiss": "Dismiss", "Token incorrect": "Token incorrect", "Please enter the code it contains:": "Please enter the code it contains:", "powered by Matrix": "powered by Matrix", @@ -235,9 +238,11 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", + "Accept": "Accept", "Add": "Add", "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", "Create new room": "Create new room", "No display name": "No display name", "%(roomName)s does not exist.": "%(roomName)s does not exist.", @@ -262,6 +267,7 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Do you want to set an email address?": "Do you want to set an email address?", "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", + "Skip": "Skip", "Check for update": "Check for update", "Define the power level of a user": "Define the power level of a user", "Enable automatic language detection for syntax highlighting": "Enable automatic language detection for syntax highlighting", @@ -278,6 +284,7 @@ "Notification targets": "Notification targets", "Today": "Today", "Friday": "Friday", + "Update": "Update", "What's New": "What's New", "On": "On", "Changelog": "Changelog", @@ -296,6 +303,7 @@ "Search…": "Search…", "Unnamed room": "Unnamed room", "Saturday": "Saturday", + "Reject": "Reject", "Monday": "Monday", "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", @@ -362,6 +370,7 @@ "Messages": "Messages", "Actions": "Actions", "Other": "Other", + "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirm adding this phone number by using Single Sign On to prove your identity.", "Confirm adding phone number": "Confirm adding phone number", @@ -374,6 +383,7 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", + "Trust": "Trust", "%(name)s is requesting verification": "%(name)s is requesting verification", "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", @@ -446,15 +456,5 @@ "start_chat": "Start chat", "view_source": "View Source" }, - "Home": "Home", - "action.reject": "Reject", - "action.confirm": "Confirm", - "action.dismiss": "Dismiss", - "action.trust": "Trust", - "action.cancel": "Cancel", - "action.close": "Close", - "action.accept": "Accept", - "action.update": "Update", - "action.skip": "Skip", - "action.logout": "Logout" + "Home": "Home" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 40421fdefe9..c6527ae322f 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -94,6 +94,7 @@ "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", + "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", @@ -179,7 +180,9 @@ "Members only (since they joined)": "Nur ĉambranoj (ekde la aliĝo)", "Permissions": "Permesoj", "Advanced": "Altnivela", + "Cancel": "Nuligi", "Jump to first unread message.": "Salti al unua nelegita mesaĝo.", + "Close": "Fermi", "not specified": "nespecifita", "This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn", "You have enabled URL previews by default.": "Vi ŝaltis implicitajn antaŭrigardojn al retpaĝoj.", @@ -198,6 +201,7 @@ "Copied!": "Kopiita!", "Failed to copy": "Malsukcesis kopii", "Add an Integration": "Aldoni kunigon", + "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", "Register": "Registri", @@ -317,6 +321,7 @@ "Unable to add email address": "Ne povas aldoni retpoŝtadreson", "Unable to verify email address.": "Retpoŝtadreso ne kontroleblas.", "This will allow you to reset your password and receive notifications.": "Tio ĉi permesos al vi restarigi vian pasvorton kaj ricevi sciigojn.", + "Skip": "Preterpasi", "You must register to use this functionality": "Vi devas registriĝî por uzi tiun ĉi funkcion", "You must join the room to see its files": "Vi devas aliĝi al la ĉambro por vidi tie dosierojn", "Reject invitation": "Rifuzi inviton", @@ -326,6 +331,7 @@ "Signed Out": "Adiaŭinta", "Old cryptography data detected": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis", "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.": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.", + "Logout": "Adiaŭi", "Connectivity to the server has been lost.": "Konekto al la servilo perdiĝis.", "Sent messages will be stored until your connection has returned.": "Senditaj mesaĝoj konserviĝos ĝis via konekto refunkcios.", "You seem to be uploading files, are you sure you want to quit?": "Ŝajne vi alŝutas dosierojn nun; ĉu vi tamen volas foriri?", @@ -407,6 +413,7 @@ "Notification targets": "Celoj de sciigoj", "Today": "Hodiaŭ", "Friday": "Vendredo", + "Update": "Ĝisdatigi", "What's New": "Kio novas", "On": "Jes", "Changelog": "Protokolo de ŝanĝoj", @@ -426,6 +433,7 @@ "Search…": "Serĉi…", "Event sent!": "Okazo sendiĝis!", "Saturday": "Sabato", + "Reject": "Rifuzi", "Monday": "Lundo", "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", @@ -609,6 +617,7 @@ "Room avatar": "Profilbildo de ĉambro", "Room Name": "Nomo de ĉambro", "Room Topic": "Temo de ĉambro", + "Join": "Aliĝi", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", "Go back": "Reen iri", @@ -622,6 +631,7 @@ "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", "Phone (optional)": "Telefono (malnepra)", + "Confirm": "Konfirmi", "Other": "Alia", "Couldn't load page": "Ne povis enlegi paĝon", "Guest": "Gasto", @@ -757,6 +767,7 @@ "Upload files (%(current)s of %(total)s)": "Alŝuti dosierojn (%(current)s el %(total)s)", "Upload files": "Alŝuti dosierojn", "Upload all": "Alŝuti ĉiujn", + "Upload": "Alŝuti", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ĉi tiu dosiero tro grandas por alŝuto. La grandolimo estas %(limit)s sed la dosiero grandas %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ĉi tiuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Iuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", @@ -899,6 +910,7 @@ "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 vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj.", "Use a longer keyboard pattern with more turns": "Uzu pli longan tekston kun plia varieco", "Unable to load key backup status": "Ne povas enlegi staton de ŝlosila savkopio", + "Reset": "Restarigi", "Demote yourself?": "Ĉu malrangaltigi vin mem?", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.", "Demote": "Malrangaltigi", @@ -987,10 +999,12 @@ "Italics": "Kursive", "Strikethrough": "Trastrekite", "Code block": "Kodujo", + "View": "Rigardo", "Explore rooms": "Esplori ĉambrojn", "Add Email Address": "Aldoni retpoŝtadreson", "Add Phone Number": "Aldoni telefonnumeron", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ĉi tiu ago bezonas atingi la norman identigan servilon por kontroli retpoŝtadreson aŭ telefonnumeron, sed la servilo ne havas uzokondiĉojn.", + "Trust": "Fido", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Montri antaŭrigardojn/bildetojn por bildoj", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Vi forigu viajn personajn datumojn de identiga servilo antaŭ ol vi malkonektiĝos. Bedaŭrinde, identiga servilo estas nuntempe eksterreta kaj ne eblas ĝin atingi.", @@ -1008,6 +1022,7 @@ "Verify the link in your inbox": "Kontrolu la ligilon en via ricevujo", "Complete": "Fini", "Revoke": "Senvalidigi", + "Share": "Havigi", "Discovery options will appear once you have added an email above.": "Eltrovaj agordoj aperos kiam vi aldonos supre retpoŝtadreson.", "Unable to revoke sharing for phone number": "Ne povas senvalidigi havigadon je telefonnumero", "Unable to share phone number": "Ne povas havigi telefonnumeron", @@ -1127,6 +1142,8 @@ "Lock": "Seruro", "Other users may not trust it": "Aliaj uzantoj eble ne kredas ĝin", "Later": "Pli poste", + "Verify": "Kontroli", + "Upgrade": "Gradaltigi", "Cannot connect to integration manager": "Ne povas konektiĝi al kunigilo", "The integration manager is offline or it cannot reach your homeserver.": "La kunigilo estas eksterreta aŭ ne povas atingi vian hejmservilon.", "This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon", @@ -2116,6 +2133,7 @@ "Use Command + Enter to send a message": "Sendu mesaĝon per komanda klavo + eniga klavo", "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s ŝanĝis la servilblokajn listojn por ĉi tiu ĉambro.", "%(senderDisplayName)s set the server ACLs for this room.": "%(senderDisplayName)s agordis la servilblokajn listojn por ĉi tiu ĉambro.", + "Delete": "Forigi", "Jump to the bottom of the timeline when you send a message": "Salti al subo de historio sendinte mesaĝon", "You're already in a call with this person.": "Vi jam vokas ĉi tiun personon.", "Already in call": "Jam vokanta", @@ -2406,6 +2424,8 @@ "Error saving notification preferences": "Eraris konservado de preferoj pri sciigoj", "Messages containing keywords": "Mesaĝoj enhavantaj ĉefvortojn", "Message bubbles": "Mesaĝaj vezikoj", + "Collapse": "Maletendi", + "Expand": "Etendi", "Recommended for public spaces.": "Rekomendita por publikaj aroj.", "Allow people to preview your space before they join.": "Povigi personojn antaŭrigardi vian aron antaŭ aliĝo.", "To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.", @@ -2810,6 +2830,7 @@ "Send read receipts": "Sendi legitajn kvitanojn", "New group call experience": "La nova grupvoka sperto", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Vi antaŭe konsentis kunhavigi anonimajn uzdatumojn kun ni. Ni ĝisdatigas kiel tio funkcias.", + "Stop": "Fini", "That's fine": "Tio estas bone", "Export successful!": "Eksporto sukcesa!", "Error fetching file": "Eraro alportante dosieron", @@ -2938,26 +2959,5 @@ "a11y": { "user_menu": "Menuo de uzanto" }, - "Home": "Hejmo", - "action.reject": "Rifuzi", - "action.confirm": "Konfirmi", - "action.dismiss": "Rezigni", - "action.trust": "Fido", - "action.cancel": "Nuligi", - "action.stop": "Fini", - "action.join": "Aliĝi", - "action.close": "Fermi", - "action.accept": "Akcepti", - "action.upgrade": "Gradaltigi", - "action.verify": "Kontroli", - "action.update": "Ĝisdatigi", - "action.delete": "Forigi", - "action.upload": "Alŝuti", - "action.collapse": "Maletendi", - "action.reset": "Restarigi", - "action.share": "Havigi", - "action.skip": "Preterpasi", - "action.logout": "Adiaŭi", - "action.view": "Rigardo", - "action.expand": "Etendi" + "Home": "Hejmo" } diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 26240118884..8d0cae79b41 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -64,7 +64,9 @@ "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", + "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", + "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", @@ -73,6 +75,7 @@ "Microphone": "Micrófono", "Camera": "Cámara", "Anyone": "Todos", + "Close": "Cerrar", "Custom level": "Nivel personalizado", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", @@ -159,8 +162,11 @@ "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", "This phone number is already in use": "Este número de teléfono ya está en uso", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible desde otros servidores de Matrix", + "Cancel": "Cancelar", + "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", "unknown error code": "Código de error desconocido", + "Skip": "Omitir", "Do you want to set an email address?": "¿Quieres poner una dirección de correo electrónico?", "This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.", "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", @@ -234,6 +240,7 @@ "Notification targets": "Destinos de notificaciones", "Today": "Hoy", "Friday": "Viernes", + "Update": "Actualizar", "What's New": "Novedades", "On": "Encendido", "Changelog": "Registro de cambios", @@ -256,6 +263,7 @@ "Preparing to send logs": "Preparando para enviar registros", "Unnamed room": "Sala sin nombre", "Saturday": "Sábado", + "Reject": "Rechazar", "Monday": "Lunes", "Toolbox": "Caja de herramientas", "Collecting logs": "Recolectando registros", @@ -697,6 +705,7 @@ "Main address": "Dirección principal", "Room avatar": "Avatar de la sala", "Room Name": "Nombre de sala", + "Join": "Unirse", "The following users may not exist": "Puede que estos usuarios no existan", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?", "Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro", @@ -757,6 +766,7 @@ "Identity server has no terms of service": "El servidor de identidad no tiene términos de servicio", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción necesita acceder al servidor de identidad por defecto para validar un correo o un teléfono, pero el servidor no tiene términos de servicio.", "Only continue if you trust the owner of the server.": "Continúa solamente si confías en el propietario del servidor.", + "Trust": "Confiar", "Custom (%(level)s)": "Personalizado (%(level)s)", "Error upgrading room": "Fallo al mejorar la sala", "Double check that your server supports the room version chosen and try again.": "Asegúrate de que tu servidor es compatible con la versión de sala elegida y prueba de nuevo.", @@ -805,7 +815,10 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para mayor seguridad, haz esto en persona o usando una forma de comunicación de confianza.", "Lock": "Bloquear", "Other users may not trust it": "Puede que otros usuarios no confíen en ella", + "Upgrade": "Actualizar", + "Verify": "Verificar", "Later": "Más tarde", + "Upload": "Enviar", "Show less": "Ver menos", "Show more": "Ver más", "in memory": "en memoria", @@ -966,6 +979,7 @@ "Your email address hasn't been verified yet": "Tu dirección de email no ha sido verificada", "Verify the link in your inbox": "Verifica el enlace en tu bandeja de entrada", "Complete": "Completar", + "Share": "Compartir", "Remove %(email)s?": "¿Eliminar %(email)s?", "This backup is trusted because it has been restored on this session": "Esta copia de seguridad es de confianza porque ha sido restaurada en esta sesión", "Your keys are not being backed up from this session.": "No se está haciendo una copia de seguridad de tus claves en esta sesión.", @@ -985,6 +999,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirmar un nuevo correo electrónico", "Click the button below to confirm adding this email address.": "Haz clic en el botón de abajo para confirmar esta nueva dirección de correo electrónico.", + "Confirm": "Confirmar", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma el nuevo número de teléfono usando SSO para probar tu identidad.", "Confirm adding phone number": "Confirmar nuevo número de teléfono", "Click the button below to confirm adding this phone number.": "Haz clic en el botón de abajo para confirmar este nuevo número de teléfono.", @@ -1077,6 +1092,7 @@ "This room is bridging messages to the following platforms. Learn more.": "Esta sala está haciendo puente con las siguientes plataformas. Aprende más.", "Bridges": "Puentes", "Uploaded sound": "Sonido subido", + "Reset": "Restablecer", "Unable to revoke sharing for email address": "No se logró revocar el compartir para la dirección de correo electrónico", "Unable to share email address": "No se logró compartir la dirección de correo electrónico", "Click the link in the email you received to verify and then click continue again.": "Haz clic en el enlace del correo electrónico para verificar, y luego nuevamente haz clic en continuar.", @@ -1374,6 +1390,7 @@ "Explore Public Rooms": "Explora las salas públicas", "Create a Group Chat": "Crea un grupo", "%(creator)s created and configured the room.": "Sala creada y configurada por %(creator)s.", + "View": "Ver", "Explore rooms": "Explorar salas", "Jump to first invite.": "Salte a la primera invitación.", "Add room": "Añadir una sala", @@ -2180,6 +2197,7 @@ "Invite only, best for yourself or teams": "Acceso por invitación, mejor para equipos o si vas a estar solo tú", "Open space for anyone, best for communities": "Abierto para todo el mundo, la mejor opción para comunidades", "Create a space": "Crear un espacio", + "Delete": "Borrar", "This homeserver has been blocked by its administrator.": "Este servidor base ha sido bloqueado por su administración.", "You're already in a call with this person.": "Ya estás en una llamada con esta persona.", "This room is suggested as a good one to join": "Unirse a esta sala está sugerido", @@ -2348,6 +2366,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.", "This space has no local addresses": "Este espacio no tiene direcciones locales", "Space information": "Información del espacio", + "Collapse": "Encoger", + "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espacios públicos.", "Allow people to preview your space before they join.": "Permitir que se pueda ver una vista previa del espacio antes de unirse a él.", "Preview Space": "Previsualizar espacio", @@ -2561,6 +2581,7 @@ "Include Attachments": "Incluir archivos adjuntos", "Size Limit": "Límite de tamaño", "Format": "Formato", + "Stop": "Parar", "MB": "MB", "In reply to this message": "En respuesta a este mensaje", "Export chat": "Exportar conversación", @@ -2900,6 +2921,7 @@ "Last week": "Última semana", "Internal room ID": "ID interna de la sala", "IRC (Experimental)": "IRC (en pruebas)", + "Call": "Llamar", "This is a beta feature": "Esta funcionalidad está en beta", "Feedback sent! Thanks, we appreciate it!": "¡Opinión enviada! Gracias, te lo agradecemos.", "%(oneUser)ssent %(count)s hidden messages": { @@ -3526,6 +3548,7 @@ "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. Learn more.": "¿Te apetece probar cosas experimentales? Aquí encontrarás nuestras ideas en desarrollo. No están terminadas, pueden ser inestables, cambiar o dejar de estar disponibles. Más información.", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "¿Qué novedades se esperan en %(brand)s? La sección de experimentos es la mejor manera de ver las cosas antes de que se publiquen, probar nuevas funcionalidades y ayudar a mejorarlas antes de su lanzamiento.", "Upcoming features": "Funcionalidades futuras", + "Apply": "Aplicar", "Search users in this room…": "Buscar usuarios en esta sala…", "Give one or multiple users in this room more privileges": "Otorga a uno o más usuarios privilegios especiales en esta sala", "Add privileged users": "Añadir usuarios privilegiados", @@ -3625,6 +3648,7 @@ "WARNING: session already verified, but keys do NOT MATCH!": "ADVERTENCIA: la sesión ya está verificada, pero las claves NO COINCIDEN", "iframe has no src attribute": "el iframe no tiene atributo src", "Use your account to continue.": "Usa tu cuenta para configurar.", + "Reload": "Recargar", "Database unexpectedly closed": "La base de datos se ha cerrado de forma inesperada", "Identity server not set": "Servidor de identidad no configurado", "Homeserver is %(homeserverUrl)s": "El servidor base es %(homeserverUrl)s", @@ -3758,29 +3782,5 @@ "a11y": { "user_menu": "Menú del Usuario" }, - "Home": "Inicio", - "action.reject": "Rechazar", - "action.confirm": "Confirmar", - "action.dismiss": "Omitir", - "action.trust": "Confiar", - "action.reload": "Recargar", - "action.cancel": "Cancelar", - "action.stop": "Parar", - "action.join": "Unirse", - "action.close": "Cerrar", - "action.accept": "Aceptar", - "action.upgrade": "Actualizar", - "action.verify": "Verificar", - "action.update": "Actualizar", - "action.call": "Llamar", - "action.delete": "Borrar", - "action.upload": "Enviar", - "action.collapse": "Encoger", - "action.apply": "Aplicar", - "action.reset": "Restablecer", - "action.share": "Compartir", - "action.skip": "Omitir", - "action.logout": "Cerrar sesión", - "action.view": "Ver", - "action.expand": "Expandir" + "Home": "Inicio" } diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index a47e1fa448d..af3d1d2ef91 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -1,11 +1,14 @@ { "This email address is already in use": "See e-posti aadress on juba kasutusel", "This phone number is already in use": "See telefoninumber on juba kasutusel", + "Confirm": "Kinnita", "Add Email Address": "Lisa e-posti aadress", "Failed to verify email address: make sure you clicked the link in the email": "E-posti aadressi kontrollimine ei õnnestunud: palun vaata, et sa kindlasti klõpsisid saabunud kirjas olnud viidet", "Unable to load! Check your network connectivity and try again.": "Laadimine ei õnnestunud! Kontrolli oma võrguühendust ja proovi uuesti.", + "Dismiss": "Loobu", "Call Failed": "Kõne ebaõnnestus", "Call failed due to misconfigured server": "Kõne ebaõnnestus valesti seadistatud serveri tõttu", + "Cancel": "Loobu", "Send": "Saada", "Jan": "jaan", "Feb": "veeb", @@ -60,6 +63,7 @@ "Today": "Täna", "Yesterday": "Eile", "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.", "collapse": "ahenda", "expand": "laienda", @@ -209,6 +213,7 @@ "Submit logs": "Saada rakenduse logid", "Something went wrong!": "Midagi läks nüüd valesti!", "What's New": "Meie uudised", + "Update": "Uuenda", "What's new?": "Mida on meil uut?", "Your server": "Sinu server", "Matrix": "Matrix", @@ -264,6 +269,7 @@ "Identity server has no terms of service": "Isikutuvastusserveril puuduvad kasutustingimused", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "E-posti aadressi või telefoninumbri kontrolliks see tegevus eeldab päringut vaikimisi isikutuvastusserverisse , aga sellel serveril puuduvad kasutustingimused.", "Only continue if you trust the owner of the server.": "Jätka vaid siis, kui sa usaldad serveri omanikku.", + "Trust": "Usalda", "%(name)s is requesting verification": "%(name)s soovib verifitseerimist", "Securely cache encrypted messages locally for them to appear in search results.": "Turvaliselt puhverda krüptitud sõnumid kohalikku arvutisse ja võimalda kasutada neid otsingus.", "%(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'is on puudu need komponendid, mis võimaldavad otsida kohalikest turvaliselt puhverdatud krüptitud sõnumitest. Kui sa tahaksid sellist funktsionaalsust katsetada, siis pead kompileerima %(brand)s'i variandi, kus need komponendid on lisatud.", @@ -350,6 +356,7 @@ "%(creator)s created and configured the room.": "%(creator)s lõi ja seadistas jututoa.", "How fast should messages be downloaded.": "Kui kiiresti peaksime sõnumeid alla laadima.", "Error downloading theme information.": "Viga teema teabefaili allalaadimisel.", + "Close": "Sulge", "Drop file here to upload": "Faili üleslaadimiseks lohista ta siia", "This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.", "You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.", @@ -382,6 +389,7 @@ "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s muutis jututoa vana nime %(oldRoomName)s uueks nimeks %(newRoomName)s.", "%(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", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -500,6 +508,7 @@ "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", + "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", "You've successfully verified this user.": "Sa oled edukalt verifitseerinud selle kasutaja.", @@ -583,6 +592,8 @@ "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", "Set up": "Võta kasutusele", + "Upgrade": "Uuenda", + "Verify": "Verifitseeri", "Accept to continue:": "Jätkamiseks nõustu 'ga:", "Show less": "Näita vähem", "Show more": "Näita rohkem", @@ -638,6 +649,8 @@ "Notify the whole room": "Teavita kogu jututuba", "Users": "Kasutajad", "Terms and Conditions": "Kasutustingimused", + "Logout": "Logi välja", + "View": "Näita", "You can't send any messages until you review and agree to our terms and conditions.": "Sa ei saa saata ühtego sõnumit enne, kui oled läbi lugenud ja nõustunud meie kasutustingimustega.", "Couldn't load page": "Lehe laadimine ei õnnestunud", "You must register to use this functionality": "Selle funktsionaalsuse kasutamiseks pead sa registreeruma", @@ -691,6 +704,7 @@ "Start chatting": "Alusta vestlust", "Do you want to join %(roomName)s?": "Kas sa soovid liitud jututoaga %(roomName)s?", " invited you": " kutsus sind", + "Reject": "Hülga", "You're previewing %(roomName)s. Want to join it?": "Sa vaatad jututoa %(roomName)s eelvaadet. Kas soovid sellega liituda?", "%(roomName)s can't be previewed. Do you want to join it?": "Jututoal %(roomName)s puudub eelvaate võimalus. Kas sa soovid sellega liituda?", "%(roomName)s does not exist.": "Jututuba %(roomName)s ei ole olemas.", @@ -715,6 +729,7 @@ "Verify the link in your inbox": "Verifitseeri klõpsides viidet saabunud e-kirjas", "Complete": "Valmis", "Revoke": "Tühista", + "Share": "Jaga", "Session already verified!": "Sessioon on juba verifitseeritud!", "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!": "HOIATUS: VÕTMETE VERIFITSEERIMINE EI ÕNNESTUNUD! Kasutaja %(userId)s ja sessiooni %(deviceId)s allkirjastamise võti on „%(fprint)s“, aga see ei vasta antud sõrmejäljele „%(fingerprint)s“. See võib tähendada, et sinu kasutatavad ühendused võivad olla kolmanda osapoole poolt vahelt lõigatud!", "Verified key": "Verifitseeritud võti", @@ -760,6 +775,7 @@ "Preparing to send logs": "Valmistun logikirjete saatmiseks", "Failed to send logs: ": "Logikirjete saatmine ei õnnestunud: ", "Verify session": "Verifitseeri sessioon", + "Skip": "Jäta vahele", "Token incorrect": "Vigane tunnusluba", "%(oneUser)schanged their name %(count)s times": { "one": "Kasutaja %(oneUser)s muutis oma nime", @@ -843,6 +859,7 @@ "Uploaded sound": "Üleslaaditud heli", "Sounds": "Helid", "Notification sound": "Teavitusheli", + "Reset": "Taasta algolek", "Set a new custom sound": "Seadista uus kohandatud heli", "were invited %(count)s times": { "other": "said kutse %(count)s korda", @@ -2165,6 +2182,7 @@ "Invite only, best for yourself or teams": "Liitumine vaid kutse alusel, sobib sulle ja sinu lähematele kaaslastele", "Open space for anyone, best for communities": "Avaliku ligipääsuga kogukonnakeskus", "Create a space": "Loo kogukonnakeskus", + "Delete": "Kustuta", "Jump to the bottom of the timeline when you send a message": "Sõnumi saatmiseks hüppa ajajoone lõppu", "%(count)s members": { "other": "%(count)s liiget", @@ -2346,6 +2364,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.", "This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid", "Space information": "Kogukonnakeskuse teave", + "Collapse": "ahenda", + "Expand": "laienda", "Recommended for public spaces.": "Soovitame avalike kogukonnakeskuste puhul.", "Allow people to preview your space before they join.": "Luba huvilistel enne liitumist näha kogukonnakeskuse eelvaadet.", "Preview Space": "Kogukonnakeskuse eelvaade", @@ -2560,6 +2580,7 @@ "Select from the options below to export chats from your timeline": "Kui soovid oma ajajoonelt mõnda vestlust eksportida, siis vali tingimused alljärgnevalt", "Export Chat": "Ekspordi vestlus", "Exporting your data": "Ekspordin sinu andmeid", + "Stop": "Peata", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Kas sa oled kindel, et soovid oma andmete eksporti katkestada? Kui nii toimid, siis pead hiljem uuesti alustama.", "Your export was successful. Find it in your Downloads folder.": "Sinu andmete eksport õnnestus. Faili leiad tavapärasest allalaadimiste kaustast.", "The export was cancelled successfully": "Ekspordi tühistamine õnnestus", @@ -3076,6 +3097,7 @@ "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s toimib nutiseadme veebibrauseris kastseliselt. Parima kasutajakogemuse ja uusima funktsionaalsuse jaoks kasuta meie rakendust.", "Force complete": "Sunni lõpetama", "": "", + "Call": "Helista", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "Astumisel jututuppa või liitumisel kogukonnaga tekkis viga %(errcode)s. Kui sa arvad, et sellise põhjusega viga ei tohiks tekkida, siis palun koosta veateade.", "Try again later, or ask a room or space admin to check if you have access.": "Proovi hiljem uuesti või küsi jututoa või kogukonna haldurilt, kas sul on ligipääs olemas.", "This room or space is not accessible at this time.": "See jututuba või kogukond pole hetkel ligipääsetav.", @@ -3546,6 +3568,7 @@ "Re-enter email address": "Sisesta e-posti aadress uuesti", "Wrong email address?": "Kas e-posti aadress pole õige?", "Hide notification dot (only display counters badges)": "Peida teavituse täpp (ja näita loendure)", + "Apply": "Rakenda", "Search users in this room…": "Vali kasutajad sellest jututoast…", "Give one or multiple users in this room more privileges": "Lisa selles jututoas ühele või mitmele kasutajale täiendavaid õigusi", "Add privileged users": "Lisa kasutajatele täiendavaid õigusi", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.", "Poll history": "Küsitluste ajalugu", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Kasutaja %(user)s siiski ei saanud kutset %(roomId)s jututuppa, kuid kutse saatja liides ei kuvanud ka viga", + "Reload": "Laadi uuesti", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "See võib olla seotud asjaoluga, et rakendus on avatud mitmes brauseriaknas korraga või brauseri andmete kustutamise tõttu.", "Database unexpectedly closed": "Andmebaasiühendus sulgus ootamatult", "Match default setting": "Sobita vaikimisi seadistusega", @@ -3952,29 +3976,5 @@ "a11y": { "user_menu": "Kasutajamenüü" }, - "Home": "Avaleht", - "action.reject": "Hülga", - "action.confirm": "Kinnita", - "action.dismiss": "Loobu", - "action.trust": "Usalda", - "action.reload": "Laadi uuesti", - "action.cancel": "Loobu", - "action.stop": "Peata", - "action.join": "Liitu", - "action.close": "Sulge", - "action.accept": "Võta vastu", - "action.upgrade": "Uuenda", - "action.verify": "Verifitseeri", - "action.update": "Uuenda", - "action.call": "Helista", - "action.delete": "Kustuta", - "action.upload": "Laadi üles", - "action.collapse": "ahenda", - "action.apply": "Rakenda", - "action.reset": "Taasta algolek", - "action.share": "Jaga", - "action.skip": "Jäta vahele", - "action.logout": "Logi välja", - "action.view": "Näita", - "action.expand": "laienda" + "Home": "Avaleht" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 1cde2087b6c..5b4ff4eb23d 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1,4 +1,6 @@ { + "Accept": "Onartu", + "Close": "Itxi", "Create new room": "Sortu gela berria", "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", @@ -7,6 +9,7 @@ "Operation failed": "Eragiketak huts egin du", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", + "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", "Historical": "Historiala", "Sign out": "Amaitu saioa", @@ -15,6 +18,7 @@ "Join Room": "Elkartu gelara", "Register": "Eman izena", "Submit": "Bidali", + "Skip": "Saltatu", "Return to login screen": "Itzuli saio hasierarako pantailara", "Email address": "E-mail helbidea", "The email address linked to your account must be entered.": "Zure kontura gehitutako e-mail helbidea sartu behar da.", @@ -27,6 +31,7 @@ "Unban": "Debekua kendu", "Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.", "You do not have permission to post to this room": "Ez duzu gela honetara mezuak bidaltzeko baimenik", + "Logout": "Amaitu saioa", "Filter room members": "Iragazi gelako kideak", "Email": "E-mail", "Phone": "Telefonoa", @@ -264,6 +269,7 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", + "Cancel": "Utzi", "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", @@ -415,6 +421,7 @@ "Notification targets": "Jakinarazpenen helburuak", "Today": "Gaur", "Friday": "Ostirala", + "Update": "Eguneratu", "What's New": "Zer dago berri", "On": "Bai", "Changelog": "Aldaketa-egunkaria", @@ -435,6 +442,7 @@ "Event sent!": "Gertaera bidalita!", "Preparing to send logs": "Egunkariak bidaltzeko prestatzen", "Saturday": "Larunbata", + "Reject": "Baztertu", "Monday": "Astelehena", "Toolbox": "Tresna-kutxa", "Collecting logs": "Egunkariak biltzen", @@ -670,6 +678,7 @@ "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", "Phone (optional)": "Telefonoa (aukerakoa)", + "Confirm": "Berretsi", "Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean", "Other": "Beste bat", "Couldn't load page": "Ezin izan da orria kargatu", @@ -699,6 +708,7 @@ "Ignored users": "Ezikusitako erabiltzaileak", "Voice & Video": "Ahotsa eta bideoa", "Main address": "Helbide nagusia", + "Join": "Elkartu", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Create account": "Sortu kontua", "Recovery Method Removed": "Berreskuratze metodoa kendu da", @@ -822,6 +832,7 @@ "Uploaded sound": "Igotako soinua", "Sounds": "Soinuak", "Notification sound": "Jakinarazpen soinua", + "Reset": "Berrezarri", "Set a new custom sound": "Ezarri soinu pertsonalizatua", "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", @@ -853,6 +864,7 @@ "Missing session data": "Saioaren datuak falta dira", "Upload files (%(current)s of %(total)s)": "Igo fitxategiak (%(current)s / %(total)s)", "Upload files": "Igo fitxategiak", + "Upload": "Igo", "Upload %(count)s other files": { "other": "Igo beste %(count)s fitxategiak", "one": "Igo beste fitxategi %(count)s" @@ -942,6 +954,7 @@ "Unable to revoke sharing for email address": "Ezin izan da partekatzea indargabetu e-mail helbidearentzat", "Unable to share email address": "Ezin izan da e-mail helbidea partekatu", "Revoke": "Indargabetu", + "Share": "Partekatu", "Discovery options will appear once you have added an email above.": "Aurkitze aukerak behin goian e-mail helbide bat gehitu duzunean agertuko dira.", "Unable to revoke sharing for phone number": "Ezin izan da partekatzea indargabetu telefono zenbakiarentzat", "Unable to share phone number": "Ezin izan da telefono zenbakia partekatu", @@ -1039,6 +1052,7 @@ "Document": "Dokumentua", "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", "Explore rooms": "Arakatu gelak", "Emoji Autocomplete": "Emoji osatze automatikoa", "Notification Autocomplete": "Jakinarazpen osatze automatikoa", @@ -1069,6 +1083,7 @@ "Jump to first invite.": "Jauzi lehen gonbidapenera.", "Command Autocomplete": "Aginduak auto-osatzea", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ekintza honek lehenetsitako identitate-zerbitzaria atzitzea eskatzen du, e-mail helbidea edo telefono zenbakia balioztatzeko, baina zerbitzariak ez du erabilera baldintzarik.", + "Trust": "Jo fidagarritzat", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Message Actions": "Mezu-ekintzak", "You verified %(name)s": "%(name)s egiaztatu duzu", @@ -1121,6 +1136,7 @@ "Trusted": "Konfiantzazkoa", "Not trusted": "Ez konfiantzazkoa", "Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.", + "Verify": "Egiaztatu", "You have ignored this user, so their message is hidden. Show anyways.": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. Erakutsi hala ere.", "Any of the following data may be shared:": "Datu hauetako edozein partekatu daiteke:", "Your display name": "Zure pantaila-izena", @@ -1178,6 +1194,7 @@ "Upgrade public room": "Eguneratu gela publikoa", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Gela eguneratzea ekintza aurreratu bat da eta akatsen, falta diren ezaugarrien, edo segurtasun arazoen erruz gela ezegonkorra denean aholkatzen da.", "You'll upgrade this room from to .": "Gela hau bertsiotik bertsiora eguneratuko duzu.", + "Upgrade": "Eguneratu", "Unable to set up secret storage": "Ezin izan da biltegi sekretua ezarri", "Language Dropdown": "Hizkuntza menua", "Country Dropdown": "Herrialde menua", @@ -1618,22 +1635,5 @@ "a11y": { "user_menu": "Erabiltzailea-menua" }, - "Home": "Hasiera", - "action.reject": "Baztertu", - "action.confirm": "Berretsi", - "action.dismiss": "Baztertu", - "action.trust": "Jo fidagarritzat", - "action.cancel": "Utzi", - "action.join": "Elkartu", - "action.close": "Itxi", - "action.accept": "Onartu", - "action.upgrade": "Eguneratu", - "action.verify": "Egiaztatu", - "action.update": "Eguneratu", - "action.upload": "Igo", - "action.reset": "Berrezarri", - "action.share": "Partekatu", - "action.skip": "Saltatu", - "action.logout": "Amaitu saioa", - "action.view": "Ikusi" + "Home": "Hasiera" } diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index 4b953045608..fa3aaa988bd 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -5,6 +5,7 @@ "Notification targets": "هدف‌های آگاه‌سازی", "Today": "امروز", "Friday": "آدینه", + "Update": "به‌روز رسانی", "Notifications": "آگاهی‌ها", "What's New": "چه خبر", "On": "روشن", @@ -22,9 +23,12 @@ "No update available.": "هیچ به روزرسانی جدیدی موجود نیست.", "Noisy": "پرسروصدا", "Collecting app version information": "درحال جمع‌آوری اطلاعات نسخه‌ی برنامه", + "Cancel": "لغو", "Tuesday": "سه‌شنبه", "Unnamed room": "گپ نام‌گذاری نشده", + "Dismiss": "نادیده بگیر", "Saturday": "شنبه", + "Reject": "پس زدن", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", "Search": "جستجو", @@ -38,6 +42,7 @@ "Messages containing my display name": "پیام‌های حاوی نمای‌نامِ من", "What's new?": "چه خبر؟", "When I'm invited to a room": "وقتی من به گپی دعوت میشوم", + "Close": "بستن", "Invite to this room": "دعوت به این گپ", "You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)", "Thursday": "پنج‌شنبه", @@ -54,6 +59,7 @@ "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", "Single Sign On": "ورود یکپارچه", "Confirm adding email": "تأیید افزودن رایانامه", + "Confirm": "تأیید", "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", @@ -64,6 +70,8 @@ "Encryption upgrade available": "ارتقای رمزنگاری ممکن است", "Verify this session": "تأیید این نشست", "Set up": "برپایی", + "Upgrade": "ارتقا", + "Verify": "تأیید", "Guest": "مهمان", "Confirm adding this email address by using Single Sign On to prove your identity.": "برای تأیید هویتتان، این نشانی رایانامه را با ورود یکپارچه تأیید کنید.", "Click the button below to confirm adding this email address.": "برای تأیید افزودن این نشانی رایانامه، دکمهٔ زیر را بزنید.", @@ -117,6 +125,7 @@ "Hangup": "قطع", "For security, this session has been signed out. Please sign in again.": "برای امنیت، این نشست نامعتبر شده است. لطفاً دوباره وارد سیستم شوید.", "We couldn't log you in": "نتوانستیم شما را وارد کنیم", + "Trust": "اعتماد کن", "Only continue if you trust the owner of the server.": "تنها در صورتی که به صاحب سرور اطمینان دارید، ادامه دهید.", "Identity server has no terms of service": "سرور هویت هیچگونه شرایط خدمات ندارد", "Unnamed Room": "اتاق بدون نام", @@ -1283,6 +1292,7 @@ "expand": "گشودن", "collapse": "بستن", "Please create a new issue on GitHub so that we can investigate this bug.": "لطفا در GitHub یک مسئله جدید ایجاد کنید تا بتوانیم این اشکال را بررسی کنیم.", + "Join": "پیوستن", "Enter passphrase": "عبارت امنیتی را وارد کنید", "Confirm passphrase": "عبارت امنیتی را تائید کنید", "This version of %(brand)s does not support searching encrypted messages": "این نسخه از %(brand)s از جستجوی پیام های رمزگذاری شده پشتیبانی نمی کند", @@ -1333,6 +1343,7 @@ "one": "%(severalUsers)s عضو شدند", "other": "%(severalUsers)s%(count)s مرتبه عضو شده‌اند" }, + "Skip": "بیخیال", "Import": "واردکردن (Import)", "Export": "استخراج (Export)", "Space": "فضای کاری", @@ -1637,6 +1648,8 @@ "Open space for anyone, best for communities": "محیط باز برای همه، مناسب برای جمع عمومی", "Create a space": "ساختن یک محیط", "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", + "Upload": "بارگذاری", + "Delete": "پاک‌کردن", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", "Pin": "سنجاق", @@ -1721,6 +1734,7 @@ "The other party cancelled the verification.": "طرف مقابل فرآیند تائید را لغو کرد.", "Play": "اجرا کردن", "Pause": "متوقف‌کردن", + "Accept": "پذیرفتن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -1931,7 +1945,9 @@ "Sending": "در حال ارسال", "Retry all": "همه را دوباره امتحان کنید", "Delete all": "حذف همه", + "View": "مشاهده", "You have no visible notifications.": "اعلان قابل مشاهده‌ای ندارید.", + "Logout": "خروج", "Verification requested": "درخواست تائید", "Old cryptography data detected": "داده‌های رمزنگاری قدیمی شناسایی شد", "Review terms and conditions": "مرور شرایط و ضوابط", @@ -1950,6 +1966,7 @@ "Welcome %(name)s": "%(name)s خوش‌آمدید", "Add a photo so people know it's you.": "برای اینکه بقیه شما را بشناسند، یک تصویر اضافه کنید.", "Great, that'll help people know it's you": "احسنت، با این کار شما به سایر افراد کمک می‌کنید که شما را بشناسند", + "Reset": "بازراه‌اندازی", "Cross-signing is not set up.": "امضاء متقابل تنظیم نشده‌است.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "حساب کاربری شما یک هویت برای امضاء متقابل در حافظه‌ی نهان دارد، اما این هویت هنوز توسط این نشست تائید نشده‌است.", "Cross-signing is ready for use.": "امضاء متقابل برای استفاده در دسترس است.", @@ -2020,6 +2037,7 @@ "Reject invitation": "ردکردن دعوت", "Hold": "نگه‌داشتن", "Resume": "ادامه", + "Share": "اشتراک‌گذاری", "Revoke": "برگرداندن", "Complete": "تکمیل", "Verify the link in your inbox": "لینک موجود در صندوق دریافت خود را تائید کنید", @@ -2443,6 +2461,7 @@ "Unknown room": "اتاق ناشناس", "Help improve %(analyticsOwner)s": "بهتر کردن راهنمای کاربری %(analyticsOwner)s", "You previously consented to share anonymous usage data with us. We're updating how that works.": "شما به ارسال گزارش چگونگی استفاده از سرویس رضایت داده بودید. ما نحوه استفاده از این اطلاعات را بروز میکنیم.", + "Stop": "توقف", "That's fine": "بسیارعالی", "File Attached": "فایل ضمیمه شد", "Export successful!": "استخراج موفق!", @@ -2532,6 +2551,7 @@ "Use your account to continue.": "برای ادامه از حساب خود استفاده کنید.", "Open poll": "باز کردن نظرسنجی", "Identity server not set": "سرور هویت تنظیم نشده است", + "Reload": "بارگذاری مجدد", "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.": "از طرف دیگر، می‌توانید سعی کنید از سرور عمومی در استفاده کنید، اما این به آن اندازه قابل اعتماد نخواهد بود و آدرس IP شما را با آن سرور به اشتراک می‌گذارد. شما همچنین می توانید این قابلیت را در تنظیمات مدیریت کنید.", "Try using %(server)s": "سعی کنید از %(server)s استفاده کنید", "Keyboard shortcuts": "میانبرهای صفحه کلید", @@ -2610,25 +2630,5 @@ "a11y": { "user_menu": "منوی کاربر" }, - "Home": "خانه", - "action.reject": "پس زدن", - "action.confirm": "تأیید", - "action.dismiss": "نادیده بگیر", - "action.trust": "اعتماد کن", - "action.reload": "بارگذاری مجدد", - "action.cancel": "لغو", - "action.stop": "توقف", - "action.join": "پیوستن", - "action.close": "بستن", - "action.accept": "پذیرفتن", - "action.upgrade": "ارتقا", - "action.verify": "تأیید", - "action.update": "به‌روز رسانی", - "action.delete": "پاک‌کردن", - "action.upload": "بارگذاری", - "action.reset": "بازراه‌اندازی", - "action.share": "اشتراک‌گذاری", - "action.skip": "بیخیال", - "action.logout": "خروج", - "action.view": "مشاهده" + "Home": "خانه" } diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 26a74ed3984..d56b6ff0e6d 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -1,5 +1,9 @@ { + "Accept": "Hyväksy", + "Cancel": "Peruuta", + "Close": "Sulje", "Create new room": "Luo uusi huone", + "Dismiss": "Hylkää", "Failed to forget room %(errCode)s": "Huoneen unohtaminen epäonnistui %(errCode)s", "Favourite": "Suosikki", "Notifications": "Ilmoitukset", @@ -77,6 +81,7 @@ "Sign in with": "Tunnistus", "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", + "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", "New passwords don't match": "Uudet salasanat eivät täsmää", @@ -232,6 +237,7 @@ "Authentication check failed: incorrect password?": "Autentikointi epäonnistui: virheellinen salasana?", "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", "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.", @@ -399,6 +405,7 @@ "Notification targets": "Ilmoituksen kohteet", "Today": "Tänään", "Friday": "Perjantai", + "Update": "Päivitä", "What's New": "Mitä uutta", "On": "Päällä", "Changelog": "Muutosloki", @@ -417,6 +424,7 @@ "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", "Saturday": "Lauantai", + "Reject": "Hylkää", "Monday": "Maanantai", "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", @@ -600,6 +608,7 @@ "Preparing to send logs": "Valmistaudutaan lokien lähettämiseen", "Invite anyway": "Kutsu silti", "Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen", + "Join": "Liity", "Click here to see older messages.": "Napsauta tästä nähdäksesi vanhemmat viestit.", "This room is a continuation of another conversation.": "Tämä huone on jatkumo toisesta keskustelusta.", "The conversation continues here.": "Keskustelu jatkuu täällä.", @@ -759,6 +768,7 @@ "Please review and accept the policies of this homeserver:": "Tarkistathan tämän kotipalvelimen käytännöt:", "Code": "Koodi", "Change": "Muuta", + "Confirm": "Varmista", "Join millions for free on the largest public server": "Liity ilmaiseksi miljoonien joukkoon suurimmalla julkisella palvelimella", "Other": "Muut", "Can't leave Server Notices room": "Palvelinilmoitushuonetta ei voitu jättää", @@ -884,6 +894,7 @@ "Uploaded sound": "Asetettu ääni", "Sounds": "Äänet", "Notification sound": "Ilmoitusääni", + "Reset": "Palauta alkutilaan", "Set a new custom sound": "Aseta uusi mukautettu ääni", "Browse": "Selaa", "Use lowercase letters, numbers, dashes and underscores only": "Käytä ainoastaan pieniä kirjaimia, numeroita, yhdysviivoja ja alaviivoja", @@ -895,6 +906,7 @@ "Message edits": "Viestin muokkaukset", "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Tämän huoneen päivittäminen edellyttää huoneen nykyisen instanssin sulkemista ja uuden huoneen luomista sen tilalle. Jotta tämä kävisi huoneen jäsenten kannalta mahdollisimman sujuvasti, teemme seuraavaa:", "Upload all": "Lähetä kaikki palvelimelle", + "Upload": "Lähetä", "Show all": "Näytä kaikki", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)s eivät tehneet muutoksia %(count)s kertaa", @@ -929,6 +941,7 @@ "Always show the window menu bar": "Näytä aina ikkunan valikkorivi", "Unable to revoke sharing for email address": "Sähköpostiosoitteen jakamista ei voi perua", "Unable to share email address": "Sähköpostiosoitetta ei voi jakaa", + "Share": "Jaa", "Unable to share phone number": "Puhelinnumeroa ei voi jakaa", "Checking server": "Tarkistetaan palvelinta", "Disconnect from the identity server ?": "Katkaise yhteys identiteettipalvelimeen ?", @@ -991,6 +1004,7 @@ "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", + "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", "Deactivate user?": "Poista käyttäjä pysyvästi?", @@ -1076,6 +1090,7 @@ "Using this widget may share data with %(widgetDomain)s.": "Tämän sovelman käyttäminen voi jakaa tietoja verkkotunnukselle %(widgetDomain)s.", "Widget added by": "Sovelman lisäsi", "This widget may use cookies.": "Tämä sovelma saattaa käyttää evästeitä.", + "Trust": "Luota", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Voit käyttää identiteettipalvelinta lähettääksesi sähköpostikutsuja. Napsauta Jatka käyttääksesi oletuspalvelinta (%(defaultIdentityServerName)s) tai syötä eri palvelin asetuksissa.", "Use an identity server to invite by email. Manage in Settings.": "Voit käyttää identiteettipalvelinta sähköpostikutsujen lähettämiseen.", "Match system theme": "Käytä järjestelmän teemaa", @@ -1114,6 +1129,7 @@ "This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.", "Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.", "Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.", + "Verify": "Varmenna", "You have ignored this user, so their message is hidden. Show anyways.": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. Näytä silti.", "You verified %(name)s": "Varmensit käyttäjän %(name)s", "You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen", @@ -1181,6 +1197,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Huoneen päivittäminen on monimutkainen toimenpide ja yleensä sitä suositellaan, kun huone on epävakaa bugien, puuttuvien ominaisuuksien tai tietoturvaongelmien takia.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, ilmoita virheestä.", "You'll upgrade this room from to .": "Olat päivittämässä tätä huonetta versiosta versioon .", + "Upgrade": "Päivitä", "Country Dropdown": "Maapudotusvalikko", "Unable to set up secret storage": "Salavaraston käyttöönotto epäonnistui", "Show more": "Näytä lisää", @@ -2051,6 +2068,7 @@ "Share invite link": "Jaa kutsulinkki", "Click to copy": "Kopioi napsauttamalla", "You can change these anytime.": "Voit muuttaa näitä koska tahansa.", + "Delete": "Poista", "Show chat effects (animations when receiving e.g. confetti)": "Näytä keskustelutehosteet (animaatiot, kun saat esim. konfettia)", "Jump to the bottom of the timeline when you send a message": "Siirry aikajanan pohjalle, kun lähetät viestin", "This homeserver has been blocked by its administrator.": "Tämä kotipalvelin on ylläpitäjänsä estämä.", @@ -2142,6 +2160,7 @@ "Message preview": "Viestin esikatselu", "Sent": "Lähetetty", "Include Attachments": "Sisällytä liitteet", + "Stop": "Pysäytä", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Oletko varma, että haluat lopettaa tietojen viennin? Jos lopetat, joudut aloittamaan alusta.", "Export Successful": "Vienti onnistui", "Number of messages": "Viestien määrä", @@ -2189,6 +2208,8 @@ "Anyone can find and join.": "Kuka tahansa voi löytää ja liittyä.", "Only invited people can join.": "Vain kutsutut ihmiset voivat liittyä.", "Space options": "Avaruuden valinnat", + "Collapse": "Supista", + "Expand": "Laajenna", "Recommended for public spaces.": "Suositeltu julkisiin avaruuksiin.", "Guests can join a space without having an account.": "Vieraat voivat liittyä avaruuteen ilman tiliä.", "Enable guest access": "Ota käyttöön vieraiden pääsy", @@ -2895,6 +2916,7 @@ }, "Cross-signing is ready but keys are not backed up.": "Ristiinvarmennus on valmis, mutta avaimia ei ole varmuuskopioitu.", "Search %(spaceName)s": "Etsi %(spaceName)s", + "Call": "Soita", "Dial": "Yhdistä", "Messaging": "Viestintä", "Back to thread": "Takaisin ketjuun", @@ -3288,6 +3310,7 @@ "This session doesn't support encryption and thus can't be verified.": "Tämä istunto ei tue salausta, joten sitä ei voi vahvistaa.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Parhaan tietoturvan ja yksityisyyden vuoksi on suositeltavaa käyttää salausta tukevia Matrix-asiakasohjelmistoja.", "Upcoming features": "Tulevat ominaisuudet", + "Apply": "Toteuta", "Search users in this room…": "Etsi käyttäjiä tästä huoneesta…", "Requires compatible homeserver.": "Vaatii yhteensopivan kotipalvelimen.", "Under active development.": "Aktiivisen kehityksen kohteena.", @@ -3455,6 +3478,7 @@ "Send %(msgtype)s messages as you in your active room": "Lähetä %(msgtype)s-viestejä itsenäsi aktiiviseen huoneeseesi", "Send %(msgtype)s messages as you in this room": "Lähetä %(msgtype)s-viestejä itsenäsi tähän huoneeseen", "%(oldDisplayName)s changed their display name and profile picture": "%(oldDisplayName)s vaihtoi näyttönimensä ja profiilikuvansa", + "Reload": "Lataa uudelleen", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Tämä voi johtua siitä, että sovellus on auki useissa välilehdissä tai selaimen tietojen tyhjentämisestä.", "Database unexpectedly closed": "Tietokanta sulkeutui odottamattomasti", "Identity server not set": "Identiteettipalvelinta ei ole asetettu", @@ -3551,29 +3575,5 @@ "a11y": { "user_menu": "Käyttäjän valikko" }, - "Home": "Etusivu", - "action.reject": "Hylkää", - "action.confirm": "Varmista", - "action.dismiss": "Hylkää", - "action.trust": "Luota", - "action.reload": "Lataa uudelleen", - "action.cancel": "Peruuta", - "action.stop": "Pysäytä", - "action.join": "Liity", - "action.close": "Sulje", - "action.accept": "Hyväksy", - "action.upgrade": "Päivitä", - "action.verify": "Varmenna", - "action.update": "Päivitä", - "action.call": "Soita", - "action.delete": "Poista", - "action.upload": "Lähetä", - "action.collapse": "Supista", - "action.apply": "Toteuta", - "action.reset": "Palauta alkutilaan", - "action.share": "Jaa", - "action.skip": "Ohita", - "action.logout": "Kirjaudu ulos", - "action.view": "Näytä", - "action.expand": "Laajenna" + "Home": "Etusivu" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 982746385eb..c79a10fcd2e 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -62,6 +62,7 @@ "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", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, à partir de leur arrivée.", @@ -169,6 +170,7 @@ "This server does not support authentication with a phone number.": "Ce serveur ne prend pas en charge l’authentification avec un numéro de téléphone.", "Connectivity to the server has been lost.": "La connexion au serveur a été perdue.", "Sent messages will be stored until your connection has returned.": "Les messages envoyés seront stockés jusqu’à ce que votre connexion revienne.", + "Cancel": "Annuler", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s a supprimé le nom du salon.", "Passphrases must match": "Les phrases secrètes doivent être identiques", "Passphrase must not be empty": "Le mot de passe ne peut pas être vide", @@ -188,6 +190,7 @@ "Incorrect password": "Mot de passe incorrect", "Unable to restore session": "Impossible de restaurer la 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.": "Si vous avez utilisé une version plus récente de %(brand)s précédemment, votre session risque d’être incompatible avec cette version. Fermez cette fenêtre et retournez à la version plus récente.", + "Dismiss": "Ignorer", "Token incorrect": "Jeton incorrect", "Please enter the code it contains:": "Merci de saisir le code qu’il contient :", "powered by Matrix": "propulsé par Matrix", @@ -231,7 +234,9 @@ "Create new room": "Créer un nouveau salon", "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", "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.", @@ -247,6 +252,7 @@ "Authentication check failed: incorrect password?": "Erreur d’authentification : mot de passe incorrect ?", "Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?", "This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.", + "Skip": "Passer", "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", @@ -415,6 +421,7 @@ "Notification targets": "Appareils recevant les notifications", "Today": "Aujourd’hui", "Friday": "Vendredi", + "Update": "Mettre à jour", "What's New": "Nouveautés", "On": "Activé", "Changelog": "Journal des modifications", @@ -434,6 +441,7 @@ "Search…": "Rechercher…", "Developer Tools": "Outils de développement", "Saturday": "Samedi", + "Reject": "Rejeter", "Monday": "Lundi", "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", @@ -659,11 +667,13 @@ "Room avatar": "Avatar du salon", "Room Name": "Nom du salon", "Room Topic": "Sujet du salon", + "Join": "Rejoindre", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", + "Confirm": "Confirmer", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", "Other": "Autre", "Guest": "Visiteur", @@ -818,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Votre navigateur a sûrement supprimé ces données car il restait peu d’espace sur le disque.", "Upload files (%(current)s of %(total)s)": "Envoi des fichiers (%(current)s sur %(total)s)", "Upload files": "Envoyer les fichiers", + "Upload": "Envoyer", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Le fichier est trop lourd pour être envoyé. La taille limite est de %(limit)s mais la taille de ce fichier est de %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ces fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Certains fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", @@ -879,6 +890,7 @@ "Uploaded sound": "Son téléchargé", "Sounds": "Sons", "Notification sound": "Son de notification", + "Reset": "Réinitialiser", "Set a new custom sound": "Définir un nouveau son personnalisé", "Browse": "Parcourir", "Cannot reach homeserver": "Impossible de joindre le serveur d’accueil", @@ -937,6 +949,7 @@ "Unable to revoke sharing for email address": "Impossible de révoquer le partage pour l’adresse e-mail", "Unable to share email address": "Impossible de partager l’adresse e-mail", "Revoke": "Révoquer", + "Share": "Partager", "Discovery options will appear once you have added an email above.": "Les options de découverte apparaîtront quand vous aurez ajouté une adresse e-mail ci-dessus.", "Unable to revoke sharing for phone number": "Impossible de révoquer le partage pour le numéro de téléphone", "Unable to share phone number": "Impossible de partager le numéro de téléphone", @@ -1004,6 +1017,7 @@ "one": "Supprimer 1 message" }, "Remove recent messages": "Supprimer les messages récents", + "View": "Afficher", "Explore rooms": "Parcourir les salons", "Verify the link in your inbox": "Vérifiez le lien dans votre boîte de réception", "Complete": "Terminer", @@ -1071,6 +1085,7 @@ "Room %(name)s": "Salon %(name)s", "Unread messages.": "Messages non lus.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Cette action nécessite l’accès au serveur d’identité par défaut afin de valider une adresse e-mail ou un numéro de téléphone, mais le serveur n’a aucune condition de service.", + "Trust": "Faire confiance", "Message Actions": "Actions de message", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Vous avez vérifié %(name)s", @@ -1115,6 +1130,7 @@ "Trusted": "Fiable", "Not trusted": "Non fiable", "Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.", + "Verify": "Vérifier", "Any of the following data may be shared:": "Les données suivants peuvent être partagées :", "Your display name": "Votre nom d’affichage", "Your user ID": "Votre identifiant utilisateur", @@ -1148,6 +1164,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau d’un salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause d’anomalies, de fonctionnalités manquantes ou de failles de sécurité.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Cela n’affecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, signalez une anomalie.", "You'll upgrade this room from to .": "Vous allez mettre à niveau ce salon de vers .", + "Upgrade": "Mettre à niveau", " wants to chat": " veut discuter", "Start chatting": "Commencer à discuter", "Cross-signing public keys:": "Clés publiques de signature croisée :", @@ -2179,6 +2196,7 @@ "Invite only, best for yourself or teams": "Sur invitation, idéal pour vous-même ou les équipes", "Open space for anyone, best for communities": "Espace ouvert à tous, idéal pour les communautés", "Create a space": "Créer un espace", + "Delete": "Supprimer", "Jump to the bottom of the timeline when you send a message": "Sauter en bas du fil de discussion lorsque vous envoyez un message", "This homeserver has been blocked by its administrator.": "Ce serveur d’accueil a été bloqué par son administrateur.", "You're already in a call with this person.": "Vous êtes déjà en cours d’appel avec cette personne.", @@ -2345,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.", "This space has no local addresses": "Cet espace n’a pas d’adresse locale", "Space information": "Informations de l’espace", + "Collapse": "Réduire", + "Expand": "Développer", "Recommended for public spaces.": "Recommandé pour les espaces publics.", "Allow people to preview your space before they join.": "Permettre aux personnes d’avoir un aperçu de l’espace avant de le rejoindre.", "Preview Space": "Aperçu de l’espace", @@ -2559,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "Sélectionner les options ci-dessous pour exporter les conversations de votre historique", "Export Chat": "Exporter la conversation", "Exporting your data": "Export de vos données", + "Stop": "Arrêter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Êtes vous sûr de vouloir arrêter l’export de vos données ? Si vous le fait, vous devrez recommencer depuis le début.", "Your export was successful. Find it in your Downloads folder.": "Votre export est réussi. Vous le trouverez dans votre dossier Téléchargements.", "The export was cancelled successfully": "Cet export a été annulé avec succès", @@ -2890,6 +2911,7 @@ "Group all your favourite rooms and people in one place.": "Regroupez tous vos salons et personnes préférés au même endroit.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Les espaces permettent de regrouper des salons et des personnes. En plus de ceux auxquels vous participez, vous pouvez également utiliser des espaces prédéfinis.", "IRC (Experimental)": "IRC (Expérimental)", + "Call": "Appel", "Internal room ID": "Identifiant interne du salon", "Group all your rooms that aren't part of a space in one place.": "Regroupe tous les salons n’appartenant pas à un espace au même endroit.", "Previous autocomplete suggestion": "Précédente suggestion d’autocomplétion", @@ -3549,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "Cette session ne prend pas en charge le chiffrement, elle ne peut donc pas être vérifiée.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Pour de meilleures sécurité et confidentialité, il est recommandé d’utiliser des clients Matrix qui prennent en charge le chiffrement.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Vous ne pourrez pas participer aux salons qui ont activé le chiffrement en utilisant cette session.", + "Apply": "Appliquer", "Search users in this room…": "Chercher des utilisateurs dans ce salon…", "Give one or multiple users in this room more privileges": "Donne plus de privilèges à un ou plusieurs utilisateurs de ce salon", "Add privileged users": "Ajouter des utilisateurs privilégiés", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau s’est produite en tentant de chercher et d’aller à la date choisie. Votre serveur d’accueil est peut-être hors-ligne, ou bien c’est un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter l’administrateur de votre serveur d’accueil.", "Poll history": "Historique des sondages", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L’utilisateur (%(user)s) n’a finalement pas été invité dans %(roomId)s mais aucune erreur n’a été fournie par la routine d’invitation", + "Reload": "Recharger", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Cela peut être causé par l’application ouverte dans plusieurs onglets, ou après un nettoyage des données du navigateur.", "Database unexpectedly closed": "La base de données s’est fermée de manière inattendue", "Mute room": "Salon muet", @@ -3952,29 +3976,5 @@ "a11y": { "user_menu": "Menu utilisateur" }, - "Home": "Accueil", - "action.reject": "Rejeter", - "action.confirm": "Confirmer", - "action.dismiss": "Ignorer", - "action.trust": "Faire confiance", - "action.reload": "Recharger", - "action.cancel": "Annuler", - "action.stop": "Arrêter", - "action.join": "Rejoindre", - "action.close": "Fermer", - "action.accept": "Accepter", - "action.upgrade": "Mettre à niveau", - "action.verify": "Vérifier", - "action.update": "Mettre à jour", - "action.call": "Appel", - "action.delete": "Supprimer", - "action.upload": "Envoyer", - "action.collapse": "Réduire", - "action.apply": "Appliquer", - "action.reset": "Réinitialiser", - "action.share": "Partager", - "action.skip": "Passer", - "action.logout": "Se déconnecter", - "action.view": "Afficher", - "action.expand": "Développer" + "Home": "Accueil" } diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 3f332fd6179..97ca3245ede 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -66,6 +66,7 @@ "Support": "Tacaíocht", "Random": "Randamach", "Spaces": "Spásanna", + "Delete": "Bain amach", "Value:": "Luach:", "Level": "Leibhéal", "Caution:": "Faichill:", @@ -297,20 +298,25 @@ "Go": "Téigh", "Cross-signing": "Cros-síniú", "Unencrypted": "Gan chriptiú", + "Upgrade": "Uasghrádaigh", + "Verify": "Cinntigh", "Trusted": "Dílis", "Subscribe": "Liostáil", "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", + "Trust": "Cuir muinín i", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", "Activities": "Gníomhaíochtaí", "Document": "Cáipéis", "Complete": "Críochnaigh", + "View": "Amharc", "Strikethrough": "Líne a chur trí", "Italics": "Iodálach", "Bold": "Trom", "Disconnect": "Dícheangail", + "Share": "Roinn le", "Revoke": "Cúlghair", "Discovery": "Aimsiú", "Actions": "Gníomhartha", @@ -323,6 +329,7 @@ "Emoji": "Straoiseog", "Commands": "Ordú", "Guest": "Cuairteoir", + "Logout": "Logáil amach", "Other": "Eile", "Change": "Athraigh", "Phone": "Guthán", @@ -331,8 +338,10 @@ "Code": "Cód", "Favourite": "Cuir mar ceanán", "Resend": "Athsheol", + "Upload": "Uaslódáil", "Summary": "Achoimre", "Service": "Seirbhís", + "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", @@ -354,6 +363,8 @@ "%(severalUsers)sjoined %(count)s times": { "one": "Tháinig %(severalUsers)s isteach" }, + "Join": "Téigh isteach", + "Update": "Uasdátaigh", "edited": "curtha in eagar", "Copied!": "Cóipeáilte!", "Yesterday": "Inné", @@ -367,6 +378,7 @@ "Sunday": "Dé Domhnaigh", "Stickerpack": "Pacáiste greamáin", "Search…": "Cuardaigh…", + "Reject": "Diúltaigh", "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", @@ -391,6 +403,7 @@ "Call invitation": "Nuair a fhaighim cuireadh glaoigh", "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", + "Close": "Dún", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -399,6 +412,7 @@ "Permissions": "Ceadanna", "Unban": "Bain an cosc", "Browse": "Brabhsáil", + "Reset": "Athshocraigh", "Sounds": "Fuaimeanna", "Camera": "Ceamara", "Microphone": "Micreafón", @@ -481,7 +495,9 @@ "Lion": "Leon", "Cat": "Cat", "Dog": "Madra", + "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", + "Accept": "Glac", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -517,6 +533,7 @@ "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Deimhnigh an uimhir ghutháin seo le SSO mar cruthúnas céannachta.", "Add Email Address": "Cuir seoladh ríomhphoist", + "Confirm": "Deimhnigh", "Click the button below to confirm adding this email address.": "Cliceáil an cnaipe thíos chun an seoladh ríomhphoist nua a dheimhniú.", "Confirm adding email": "Deimhnigh an seoladh ríomhphoist nua", "Single Sign On": "Single Sign On", @@ -524,6 +541,7 @@ "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", "Sign In": "Sínigh Isteach", + "Dismiss": "Cuir uait", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", @@ -556,6 +574,8 @@ "[number]": "[uimhir]", "Report": "Tuairiscigh", "Disagree": "Easaontaigh", + "Collapse": "Cumaisc", + "Expand": "Leath", "Visibility": "Léargas", "Address": "Seoladh", "Sent": "Seolta", @@ -715,25 +735,5 @@ "start_chat": "Tosaigh comhrá", "yes": "Tá" }, - "Home": "Tús", - "action.reject": "Diúltaigh", - "action.confirm": "Deimhnigh", - "action.dismiss": "Cuir uait", - "action.trust": "Cuir muinín i", - "action.cancel": "Cuir ar ceal", - "action.join": "Téigh isteach", - "action.close": "Dún", - "action.accept": "Glac", - "action.upgrade": "Uasghrádaigh", - "action.verify": "Cinntigh", - "action.update": "Uasdátaigh", - "action.delete": "Bain amach", - "action.upload": "Uaslódáil", - "action.collapse": "Cumaisc", - "action.reset": "Athshocraigh", - "action.share": "Roinn le", - "action.skip": "Léim", - "action.logout": "Logáil amach", - "action.view": "Amharc", - "action.expand": "Leath" + "Home": "Tús" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 6ee74ccc07a..acc4aa098bd 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -90,6 +90,7 @@ "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", + "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", @@ -179,7 +180,9 @@ "Members only (since they joined)": "Só participantes (desde que se uniron)", "Permissions": "Permisos", "Advanced": "Avanzado", + "Cancel": "Cancelar", "Jump to first unread message.": "Ir a primeira mensaxe non lida.", + "Close": "Pechar", "not specified": "non indicado", "This room has no local addresses": "Esta sala non ten enderezos locais", "You have enabled URL previews by default.": "Activou a vista previa de URL por defecto.", @@ -200,6 +203,7 @@ "Failed to copy": "Fallo ao copiar", "Add an Integration": "Engadir unha integración", "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?": "Vai ser redirixido a unha web de terceiros para poder autenticar a súa conta e así utilizar %(integrationsUrl)s. Quere continuar?", + "Dismiss": "Rexeitar", "Token incorrect": "Testemuño incorrecto", "A text message has been sent to %(msisdn)s": "Enviouse unha mensaxe de texto a %(msisdn)s", "Please enter the code it contains:": "Por favor introduza o código que contén:", @@ -320,6 +324,7 @@ "Unable to add email address": "Non se puido engadir enderezo de correo", "Unable to verify email address.": "Non se puido verificar enderezo de correo electrónico.", "This will allow you to reset your password and receive notifications.": "Isto permitiralle restablecer o seu contrasinal e recibir notificacións.", + "Skip": "Saltar", "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", "Reject invitation": "Rexeitar convite", @@ -329,6 +334,7 @@ "Signed Out": "Desconectada", "For security, this session has been signed out. Please sign in again.": "Por seguridade, pechouse a sesión. Por favor, conéctate outra vez.", "Old cryptography data detected": "Detectouse o uso de criptografía sobre datos antigos", + "Logout": "Saír", "Connectivity to the server has been lost.": "Perdeuse a conexión ao servidor.", "Sent messages will be stored until your connection has returned.": "As mensaxes enviadas gardaranse ate que retome a conexión.", "You seem to be uploading files, are you sure you want to quit?": "Semella estar a subir ficheiros, seguro que desexa deixalo?", @@ -415,6 +421,7 @@ "Notification targets": "Obxectivos das notificacións", "Today": "Hoxe", "Friday": "Venres", + "Update": "Actualizar", "What's New": "Que hai de novo", "On": "On", "Changelog": "Rexistro de cambios", @@ -436,6 +443,7 @@ "Developer Tools": "Ferramentas para desenvolver", "Preparing to send logs": "Preparándose para enviar informe", "Saturday": "Sábado", + "Reject": "Rexeitar", "Monday": "Luns", "Toolbox": "Ferramentas", "Collecting logs": "Obtendo rexistros", @@ -508,6 +516,7 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirma novo email", "Click the button below to confirm adding this email address.": "Preme no botón inferior para confirmar que queres engadir o email.", + "Confirm": "Confirmar", "Add Email Address": "Engadir email", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma que queres engadir este teléfono usando Single Sign On como proba de identidade.", "Confirm adding phone number": "Confirma a adición do teléfono", @@ -541,6 +550,7 @@ "Identity server has no terms of service": "O servidor de identidade non ten termos dos servizo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción precisa acceder ao servidor de indentidade para validar o enderezo de email ou o número de teléfono, pero o servidor non publica os seus termos do servizo.", "Only continue if you trust the owner of the server.": "Continúa se realmente confías no dono do servidor.", + "Trust": "Confiar", "%(name)s is requesting verification": "%(name)s está pedindo a verificación", "Use your account or create a new one to continue.": "Usa a túa conta ou crea unha nova para continuar.", "Create Account": "Crear conta", @@ -727,6 +737,8 @@ "Contact your server admin.": "Contacta coa administración.", "Ok": "Ok", "Set up": "Configurar", + "Upgrade": "Mellorar", + "Verify": "Verificar", "Other users may not trust it": "Outras usuarias poderían non confiar", "Render simple counters in room header": "Mostrar contadores simples na cabeceira da sala", "Subscribing to a ban list will cause you to join it!": "Subscribíndote a unha lista de bloqueo fará que te unas a ela!", @@ -738,6 +750,7 @@ "Do you want to join %(roomName)s?": "Queres unirte a %(roomName)s?", "You're previewing %(roomName)s. Want to join it?": "Vista previa de %(roomName)s. Queres unirte?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s non ten vista previa. Queres unirte?", + "Join": "Únete", "Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público", "Match system theme": "Imitar o aspecto do sistema", "Invalid theme schema.": "Esquema do decorado incorrecto.", @@ -856,6 +869,7 @@ "Folder": "Cartafol", "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", + "Upload": "Subir", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", "Show less": "Mostrar menos", @@ -999,6 +1013,7 @@ "Uploaded sound": "Audio subido", "Sounds": "Audios", "Notification sound": "Ton de notificación", + "Reset": "Restablecer", "Set a new custom sound": "Establecer novo ton personalizado", "Browse": "Buscar", "Change room avatar": "Cambiar avatar da sala", @@ -1035,6 +1050,7 @@ "Verify the link in your inbox": "Verifica a ligazón na túa caixa de correo", "Complete": "Completar", "Revoke": "Revogar", + "Share": "Compartir", "Discovery options will appear once you have added an email above.": "As opcións de descubrimento aparecerán após ti engadas un email.", "Unable to revoke sharing for phone number": "Non se puido revogar a compartición do número de teléfono", "Unable to share phone number": "Non se puido compartir o número de teléfono", @@ -1426,6 +1442,7 @@ "Welcome to %(appName)s": "Benvida a %(appName)s", "Send a Direct Message": "Envía unha Mensaxe Directa", "Create a Group Chat": "Crear unha Conversa en Grupo", + "View": "Vista", "Jump to first unread room.": "Vaite a primeira sala non lida.", "Jump to first invite.": "Vai ó primeiro convite.", "You have %(count)s unread notifications in a prior version of this room.": { @@ -2180,6 +2197,7 @@ "Invite only, best for yourself or teams": "Só con convite, mellor para ti ou para equipos", "Open space for anyone, best for communities": "Espazo aberto para calquera, mellor para comunidades", "Create a space": "Crear un espazo", + "Delete": "Eliminar", "Jump to the bottom of the timeline when you send a message": "Ir ao final da cronoloxía cando envías unha mensaxe", "This homeserver has been blocked by its administrator.": "O servidor de inicio foi bloqueado pola súa administración.", "You're already in a call with this person.": "Xa estás nunha conversa con esta persoa.", @@ -2363,6 +2381,8 @@ "An error occurred whilst saving your notification preferences.": "Algo fallou ao gardar as túas preferencias de notificación.", "Error saving notification preferences": "Erro ao gardar os axustes de notificación", "Messages containing keywords": "Mensaxes coas palabras chave", + "Collapse": "Pechar", + "Expand": "Despregar", "Recommended for public spaces.": "Recomendado para espazos públicos.", "Allow people to preview your space before they join.": "Permitir que sexa visible o espazo antes de unirte a el.", "Preview Space": "Vista previa do Espazo", @@ -2567,6 +2587,7 @@ "Select from the options below to export chats from your timeline": "Elixe entre as opcións seguintes para exportar a túa cronoloxía", "Export Chat": "Exportar chat", "Exporting your data": "Exportando os teus datos", + "Stop": "Deter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Tes a certeza de querer deter a exportación de datos? Se é así, terás que volver a iniciala.", "Your export was successful. Find it in your Downloads folder.": "A exportación foi correcta. Atoparala no cartafol de Descargas.", "The export was cancelled successfully": "Cancelouse con éxito a exportación", @@ -2864,6 +2885,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Agardando a que verifiques o teu outro dispositivo, %(deviceName)s %(deviceId)s …", "Verify this device by confirming the following number appears on its screen.": "Verifica este dispositivo confirmando que o seguinte número aparece na pantalla.", "Confirm the emoji below are displayed on both devices, in the same order:": "Confirma que os emoji inferiores se mostran nos dous dispositivos, na mesma orde:", + "Call": "Chamar", "Dial": "Marcar", "Automatically send debug logs on decryption errors": "Envía automáticamente rexistro de depuración se hai erros no cifrado", "Show join/leave messages (invites/removes/bans unaffected)": "Mostrar unirse/saír (convites/eliminacións/vetos non afectados)", @@ -3479,27 +3501,5 @@ "a11y": { "user_menu": "Menú de usuaria" }, - "Home": "Inicio", - "action.reject": "Rexeitar", - "action.confirm": "Confirmar", - "action.dismiss": "Rexeitar", - "action.trust": "Confiar", - "action.cancel": "Cancelar", - "action.stop": "Deter", - "action.join": "Únete", - "action.close": "Pechar", - "action.accept": "Aceptar", - "action.upgrade": "Mellorar", - "action.verify": "Verificar", - "action.update": "Actualizar", - "action.call": "Chamar", - "action.delete": "Eliminar", - "action.upload": "Subir", - "action.collapse": "Pechar", - "action.reset": "Restablecer", - "action.share": "Compartir", - "action.skip": "Saltar", - "action.logout": "Saír", - "action.view": "Vista", - "action.expand": "Despregar" + "Home": "Inicio" } diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 2ce475c84d9..106465cbf13 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -33,7 +33,10 @@ "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", "Search": "חפש", + "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", + "Close": "סגור", + "Cancel": "ביטול", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", @@ -46,6 +49,7 @@ "Notification targets": "יעדי התראה", "Today": "היום", "Friday": "שישי", + "Update": "עדכון", "What's New": "מה חדש", "On": "התראה", "Changelog": "דו\"ח שינויים", @@ -66,6 +70,7 @@ "Event sent!": "ארוע נשלח!", "Preparing to send logs": "מתכונן לשלוח יומנים", "Saturday": "שבת", + "Reject": "דחה", "Monday": "שני", "Toolbox": "תיבת כלים", "Collecting logs": "אוסף יומנים לנפוי שגיאה (דבאג)", @@ -100,6 +105,7 @@ "Confirm adding phone number": "אישור הוספת מספר טלפון", "Confirm adding this phone number by using Single Sign On to prove your identity.": "אשר הוספת מספר טלפון על ידי כניסה חד שלבית לאימות חשבונכם.", "Add Email Address": "הוספת כתובת מייל", + "Confirm": "אישור", "Click the button below to confirm adding this email address.": "לחץ על הכפתור בכדי לאשר הוספה של כתובת מייל הזו.", "Confirm adding email": "אשר הוספת כתובת מייל", "Single Sign On": "כניסה חד שלבית", @@ -221,6 +227,7 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s לא נתנו הרשאות לשלוח התרעות - אנא נסו שוב", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s אין אישור לשלוח אליכם הודעות - אנא בדקו את הרשאות הדפדפן", "%(name)s is requesting verification": "%(name)s מבקש אימות", + "Trust": "לבטוח", "Andorra": "אנדורה", "Bangladesh": "בנגלדש", "Bahrain": "בחריין", @@ -692,6 +699,7 @@ "not found": "לא נמצא", "in memory": "בזכרון", "Cross-signing public keys:": "מפתחות ציבוריים של חתימה צולבת:", + "Reset": "אתחל", "Set up": "הגדר", "Cross-signing is not set up.": "חתימה צולבת אינה מוגדרת עדיין.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "לחשבונך זהות חתימה צולבת באחסון סודי, אך הפגישה זו אינה מהימנה עדיין.", @@ -710,6 +718,7 @@ "Show less": "הצג פחות", "This bridge is managed by .": "הגשר הזה מנוהל על ידי משתמש .", "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", + "Upload": "העלאה", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", "Pin": "נעץ", @@ -792,6 +801,7 @@ "You've successfully verified this user.": "המשתמש הזה אומת בהצלחה.", "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", + "Accept": "קבל", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -878,6 +888,8 @@ "New login. Was this you?": "כניסה חדשה. האם זה אתם?", "Other users may not trust it": "יתכן משתמשים אחרים לא יבטחו בזה", "Safeguard against losing access to encrypted messages & data": "שמור מפני איבוד גישה אל הודעות ומידע מוצפן", + "Verify": "אימות", + "Upgrade": "שדרג", "Verify this session": "אשרו את ההתחברות הזאת", "Encryption upgrade available": "שדרוג הצפנה קיים", "Set up Secure Backup": "צור גיבוי מאובטח", @@ -943,6 +955,7 @@ "Reason (optional)": "סיבה (לא חובה)", "Confirm Removal": "אשר הסרה", "Removing…": "מסיר…", + "Skip": "דלג", "Email address": "כתובת דוא\"ל", "Unable to load commit detail: %(msg)s": "לא ניתן לטעון את פרטי ההתחייבות: %(msg)s", "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "אם ישנו הקשר נוסף שיעזור לניתוח הבעיה, כגון מה שעשיתם באותו זמן, תעודות זהות, מזהי משתמש וכו ', אנא כללו את הדברים כאן.", @@ -1082,6 +1095,7 @@ "collapse": "אחד", "expand": "הרחב", "Please create a new issue on GitHub so that we can investigate this bug.": "אנא צור בעיה חדשה ב- GitHub כדי שנוכל לחקור את הבאג הזה.", + "Join": "הצטרפות", "This version of %(brand)s does not support searching encrypted messages": "גרסה זו של %(brand)s אינה תומכת בחיפוש הודעות מוצפנות", "This version of %(brand)s does not support viewing some encrypted files": "גרסה זו של %(brand)s אינה תומכת בצפייה בקבצים מוצפנים מסוימים", "Use the Desktop app to search encrypted messages": "השתמשו ב אפליקציית שולחן העבודה לחיפוש הודעות מוצפנות", @@ -1347,6 +1361,7 @@ "Unable to share phone number": "לא ניתן לשתף מספר טלפון", "Unable to revoke sharing for phone number": "לא ניתן לבטל את השיתוף למספר טלפון", "Discovery options will appear once you have added an email above.": "אפשרויות גילוי יופיעו לאחר הוספת דוא\"ל לעיל.", + "Share": "לשתף", "Revoke": "לשלול", "Complete": "מושלם", "Verify the link in your inbox": "אמת את הקישור בתיבת הדואר הנכנס שלך", @@ -2049,9 +2064,11 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבית הזה חרג ממגבלת המשאבים. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "You can't send any messages until you review and agree to our terms and conditions.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל התנאים וההגבלות שלנו .", + "View": "צפה", "You have no visible notifications.": "אין לך התראות גלויות.", "%(creator)s created and configured the room.": "%(creator)s יצר/ה והגדיר/ה את החדר.", "%(creator)s created this DM.": "%(creator)s יצר את DM הזה.", + "Logout": "יציאה", "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. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.", "Old cryptography data detected": "נתגלו נתוני הצפנה ישנים", "Terms and Conditions": "תנאים והגבלות", @@ -2162,6 +2179,7 @@ "Room members": "חברי החדר", "Back to chat": "חזרה לצ'אט", "Sound on": "צליל דולק", + "Stop": "עצור", "That's fine": "זה בסדר", "File Attached": "מצורף קובץ", "Export successful!": "הייצוא הצליח!", @@ -2202,8 +2220,11 @@ "Save Changes": "שמור שינוייים", "Click to copy": "לחץ להעתקה", "Show all rooms": "הצג את כל החדרים", + "Collapse": "הִתמוֹטְטוּת", + "Expand": "להרחיב", "Create a space": "צור מרחב עבודה", "Address": "כתובת", + "Delete": "מחק", "Pin to sidebar": "הצמד לסרגל הצד", "More options": "אפשרויות נוספות", "Quick settings": "הגדרות מהירות", @@ -2659,6 +2680,7 @@ "Pinned": "הודעות נעוצות", "Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים", "Files": "קבצים", + "Reload": "טעינה מחדש", "%(seconds)ss left": "נשארו %(seconds)s שניות", "%(minutes)sm %(seconds)ss left": "נשארו %(minutes)s דקות ו-%(seconds)s שניות", "%(hours)sh %(minutes)sm %(seconds)ss left": "נשארו %(hours)s שעות, %(minutes)s דקות ו-%(seconds)s שניות", @@ -2753,27 +2775,5 @@ "a11y": { "user_menu": "תפריט משתמש" }, - "Home": "הבית", - "action.reject": "דחה", - "action.confirm": "אישור", - "action.dismiss": "התעלם", - "action.trust": "לבטוח", - "action.reload": "טעינה מחדש", - "action.cancel": "ביטול", - "action.stop": "עצור", - "action.join": "הצטרפות", - "action.close": "סגור", - "action.accept": "קבל", - "action.upgrade": "שדרג", - "action.verify": "אימות", - "action.update": "עדכון", - "action.delete": "מחק", - "action.upload": "העלאה", - "action.collapse": "הִתמוֹטְטוּת", - "action.reset": "אתחל", - "action.share": "לשתף", - "action.skip": "דלג", - "action.logout": "יציאה", - "action.view": "צפה", - "action.expand": "להרחיב" + "Home": "הבית" } diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 6a1500760da..27ae0d71e19 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -4,6 +4,7 @@ "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": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", + "Dismiss": "खारिज", "powered by Matrix": "मैट्रिक्स द्वारा संचालित", "Call Failed": "कॉल विफल", "You cannot place a call with yourself.": "आप अपने साथ कॉल नहीं कर सकते हैं।", @@ -122,6 +123,7 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", + "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", @@ -192,6 +194,7 @@ "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", + "Close": "बंद", "and %(count)s others...": { "other": "और %(count)s अन्य ...", "one": "और एक अन्य..." @@ -251,6 +254,7 @@ "Prompt before sending invites to potentially invalid matrix IDs": "संभावित अवैध मैट्रिक्स आईडी को निमंत्रण भेजने से पहले सूचित करें", "Messages containing my username": "मेरे उपयोगकर्ता नाम वाले संदेश", "The other party cancelled the verification.": "दूसरे पक्ष ने सत्यापन रद्द कर दिया।", + "Cancel": "रद्द", "Verified!": "सत्यापित!", "You've successfully verified this user.": "आपने इस उपयोगकर्ता को सफलतापूर्वक सत्यापित कर लिया है।", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "इस उपयोगकर्ता के सुरक्षित संदेश एंड-टू-एंड एन्क्रिप्टेड हैं और तीसरे पक्ष द्वारा पढ़ने में सक्षम नहीं हैं।", @@ -558,6 +562,7 @@ "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", + "Trust": "विश्वास", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "इस क्रिया के लिए ईमेल पते या फ़ोन नंबर को मान्य करने के लिए डिफ़ॉल्ट पहचान सर्वर तक पहुँचने की आवश्यकता है, लेकिन सर्वर के पास सेवा की कोई शर्तें नहीं हैं।", "Identity server has no terms of service": "पहचान सर्वर की सेवा की कोई शर्तें नहीं हैं", @@ -599,6 +604,7 @@ "Confirm adding phone number": "फ़ोन नंबर जोड़ने की पुष्टि करें", "Confirm adding this phone number by using Single Sign On to prove your identity.": "अपनी पहचान साबित करने के लिए सिंगल साइन ऑन का उपयोग करके इस फ़ोन नंबर को जोड़ने की पुष्टि करें।", "Add Email Address": "ईमेल पता जोड़ें", + "Confirm": "पुष्टि", "Click the button below to confirm adding this email address.": "इस ईमेल पते को जोड़ने की पुष्टि करने के लिए नीचे दिए गए बटन पर क्लिक करें।", "Confirm adding email": "ईमेल जोड़ने की पुष्टि करें", "Single Sign On": "केवल हस्ताक्षर के ऊपर", @@ -627,11 +633,5 @@ "remove": "हटाए", "save": "अमुकनाम्ना", "yes": "हाँ" - }, - "action.confirm": "पुष्टि", - "action.dismiss": "खारिज", - "action.trust": "विश्वास", - "action.cancel": "रद्द", - "action.close": "बंद", - "action.accept": "स्वीकार" + } } diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index c09600fa023..48294f265d9 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -2,6 +2,7 @@ "This email address is already in use": "Ova email adresa se već koristi", "This phone number is already in use": "Ovaj broj telefona se već koristi", "Failed to verify email address: make sure you clicked the link in the email": "Nismo u mogućnosti verificirati Vašu email adresu. Provjerite dali ste kliknuli link u mailu", + "Dismiss": "Odbaci", "France": "Francuska", "Finland": "Finska", "Fiji": "Fiji", @@ -89,6 +90,7 @@ "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", + "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.", "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge", @@ -155,6 +157,7 @@ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Add Email Address": "Dodaj email adresu", + "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Integration manager": "Upravitelj integracijama", @@ -167,8 +170,5 @@ "action": { "continue": "Nastavi", "ok": "OK" - }, - "action.confirm": "Potvrdi", - "action.dismiss": "Odbaci", - "action.trust": "Vjeruj" + } } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index c0d10f52777..65bef539f09 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,11 +1,14 @@ { + "Cancel": "Mégse", "Search": "Keresés", + "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", "unknown error code": "ismeretlen hibakód", + "Accept": "Elfogadás", "Account": "Fiók", "Add": "Hozzáadás", "Admin": "Admin", @@ -22,6 +25,7 @@ "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?", "Create new room": "Új szoba létrehozása", + "Close": "Bezárás", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -89,6 +93,7 @@ "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.", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a csatlakozásuk idejétől kezdve.", @@ -248,6 +253,7 @@ "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Ezzel a folyamattal lehetőséged van betölteni a titkosítási kulcsokat amiket egy másik Matrix kliensből mentettél ki. Ez után minden üzenetet vissza tudsz fejteni amit a másik kliens tudott.", "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.": "Ha egy újabb %(brand)s verziót használt, akkor valószínűleg ez a munkamenet nem lesz kompatibilis vele. Zárja be az ablakot és térjen vissza az újabb verzióhoz.", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", + "Skip": "Kihagy", "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", @@ -415,6 +421,7 @@ "Notification targets": "Értesítések célpontja", "Today": "Ma", "Friday": "Péntek", + "Update": "Frissítés", "What's New": "Újdonságok", "On": "Be", "Changelog": "Változások", @@ -435,6 +442,7 @@ "Developer Tools": "Fejlesztői eszközök", "Preparing to send logs": "Előkészülés napló küldéshez", "Saturday": "Szombat", + "Reject": "Elutasítás", "Monday": "Hétfő", "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", @@ -658,11 +666,13 @@ "Room avatar": "Szoba profilképe", "Room Name": "Szoba neve", "Room Topic": "Szoba témája", + "Join": "Csatlakozás", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", + "Confirm": "Megerősítés", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", "Other": "Egyéb", "Guest": "Vendég", @@ -818,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "A böngésző valószínűleg törölte ezeket az adatokat, amikor lecsökkent a szabad lemezterület.", "Upload files (%(current)s of %(total)s)": "Fájlok feltöltése (%(current)s / %(total)s)", "Upload files": "Fájlok feltöltése", + "Upload": "Feltöltés", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ez a fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s, de a fájl %(sizeOfThisFile)s méretű.", "These files are too large to upload. The file size limit is %(limit)s.": "A fájl túl nagy a feltöltéshez. A fájlméret korlátja %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Néhány fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s.", @@ -884,6 +895,7 @@ "Uploaded sound": "Feltöltött hang", "Sounds": "Hangok", "Notification sound": "Értesítési hang", + "Reset": "Visszaállítás", "Set a new custom sound": "Új egyénii hang beállítása", "Browse": "Böngészés", "Use lowercase letters, numbers, dashes and underscores only": "Csak kisbetűt, számokat, kötőjeleket és aláhúzásokat használj", @@ -951,6 +963,7 @@ "Unable to revoke sharing for email address": "Az e-mail cím megosztását nem sikerült visszavonni", "Unable to share email address": "Az e-mail címet nem sikerült megosztani", "Revoke": "Visszavon", + "Share": "Megosztás", "Discovery options will appear once you have added an email above.": "Felkutatási beállítások megjelennek amint hozzáadtál egy e-mail címet alább.", "Unable to revoke sharing for phone number": "A telefonszám megosztást nem sikerült visszavonni", "Unable to share phone number": "A telefonszámot nem sikerült megosztani", @@ -1004,6 +1017,7 @@ "Remove recent messages": "Friss üzenetek törlése", "Error changing power level requirement": "A szükséges hozzáférési szint megváltoztatása nem sikerült", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Hiba történt a szobához szükséges hozzáférési szint megváltoztatása során. Ellenőrizze, hogy megvan-e hozzá a megfelelő jogosultsága, és próbálja újra.", + "View": "Megtekintés", "Explore rooms": "Szobák felderítése", "Verify the link in your inbox": "Ellenőrizd a hivatkozást a bejövő leveleid között", "Complete": "Kiegészít", @@ -1071,6 +1085,7 @@ "Room %(name)s": "Szoba: %(name)s", "Unread messages.": "Olvasatlan üzenetek.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ez a művelet az e-mail-cím vagy telefonszám ellenőrzése miatt hozzáférést igényel a(z) alapértelmezett azonosítási kiszolgálójához, de a kiszolgálónak nincsenek felhasználási feltételei.", + "Trust": "Megbízom benne", "Message Actions": "Üzenet Műveletek", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Ellenőrizte: %(name)s", @@ -1115,6 +1130,7 @@ "Trusted": "Megbízható", "Not trusted": "Megbízhatatlan", "Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.", + "Verify": "Ellenőrzés", "Any of the following data may be shared:": "Az alábbi adatok közül bármelyik megosztásra kerülhet:", "Your display name": "Saját megjelenítendő neve", "Your user ID": "Saját felhasználói azonosítója", @@ -1148,6 +1164,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor küldjön egy hibajelentést.", "You'll upgrade this room from to .": " verzióról verzióra fogja fejleszteni a szobát.", + "Upgrade": "Fejlesztés", " wants to chat": " csevegni szeretne", "Start chatting": "Beszélgetés elkezdése", "Cross-signing public keys:": "Az eszközök közti hitelesítés nyilvános kulcsai:", @@ -2180,6 +2197,7 @@ "Invite only, best for yourself or teams": "Csak meghívóval, saját célra és csoportok számára ideális", "Open space for anyone, best for communities": "Mindenki számára nyílt tér, a közösségek számára ideális", "Create a space": "Tér létrehozása", + "Delete": "Törlés", "Jump to the bottom of the timeline when you send a message": "Üzenetküldés után az idővonal aljára ugrás", "This homeserver has been blocked by its administrator.": "A Matrix-kiszolgálót a rendszergazda zárolta.", "You're already in a call with this person.": "Már hívásban van ezzel a személlyel.", @@ -2370,6 +2388,8 @@ "Please provide an address": "Kérem adja meg a címet", "This space has no local addresses": "Ennek a térnek nincs helyi címe", "Space information": "Tér információi", + "Collapse": "Összecsukás", + "Expand": "Kibontás", "Recommended for public spaces.": "A nyilvános terekhez ajánlott.", "Allow people to preview your space before they join.": "A tér előnézetének engedélyezése a belépés előtt.", "Preview Space": "Tér előnézete", @@ -2558,6 +2578,7 @@ "Format": "Formátum", "Export Chat": "Beszélgetés exportálása", "Exporting your data": "Adatai exportálása", + "Stop": "Leállítás", "The export was cancelled successfully": "Az exportálás sikeresen félbeszakítva", "Export Successful": "Exportálás sikeres", "MB": "MB", @@ -2896,6 +2917,7 @@ "Internal room ID": "Belső szobaazonosító", "Group all your people in one place.": "Csoportosítsa az összes ismerősét egy helyre.", "Group all your favourite rooms and people in one place.": "Csoportosítsa az összes kedvenc szobáját és ismerősét egy helyre.", + "Call": "Hívás", "IRC (Experimental)": "IRC (kísérleti)", "Navigate to previous message in composer history": "Előző üzenetre navigálás a szerkesztőben", "Navigate to next message in composer history": "Következő üzenetre navigálás a szerkesztőben", @@ -3531,6 +3553,7 @@ "Early previews": "Lehetőségek korai megjelenítése", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "Mi várható a(z) %(brand)s fejlesztésében? A labor a legjobb hely az új dolgok kipróbálásához, visszajelzés adásához és a funkciók éles indulás előtti kialakításában történő segítséghez.", "Upcoming features": "Készülő funkciók", + "Apply": "Alkalmaz", "Search users in this room…": "Felhasználók keresése a szobában…", "Give one or multiple users in this room more privileges": "Több jog adása egy vagy több felhasználónak a szobában", "Add privileged users": "Privilegizált felhasználók hozzáadása", @@ -3743,6 +3766,7 @@ "Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen", "Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen", "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?", + "Reload": "Újratöltés", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ez lehet attól, hogy az alkalmazás több lapon is nyitva van, vagy hogy a böngészőadatok törölve lettek.", "Database unexpectedly closed": "Az adatbázis váratlanul lezárult", "Formatting": "Formázás", @@ -3856,29 +3880,5 @@ "a11y": { "user_menu": "Felhasználói menü" }, - "Home": "Kezdőlap", - "action.reject": "Elutasítás", - "action.confirm": "Megerősítés", - "action.dismiss": "Eltüntetés", - "action.trust": "Megbízom benne", - "action.reload": "Újratöltés", - "action.cancel": "Mégse", - "action.stop": "Leállítás", - "action.join": "Csatlakozás", - "action.close": "Bezárás", - "action.accept": "Elfogadás", - "action.upgrade": "Fejlesztés", - "action.verify": "Ellenőrzés", - "action.update": "Frissítés", - "action.call": "Hívás", - "action.delete": "Törlés", - "action.upload": "Feltöltés", - "action.collapse": "Összecsukás", - "action.apply": "Alkalmaz", - "action.reset": "Visszaállítás", - "action.share": "Megosztás", - "action.skip": "Kihagy", - "action.logout": "Kilépés", - "action.view": "Megtekintés", - "action.expand": "Kibontás" + "Home": "Kezdőlap" } diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 6359e89815e..452ca8e67fa 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,4 +1,5 @@ { + "Accept": "Terima", "Account": "Akun", "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", @@ -9,6 +10,7 @@ "An error has occurred.": "Telah terjadi kesalahan.", "Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?", "Change Password": "Ubah Kata Sandi", + "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", "Current password": "Kata sandi sekarang", @@ -26,6 +28,7 @@ "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", + "Logout": "Keluar", "Low priority": "Prioritas rendah", "New passwords don't match": "Kata sandi baru tidak cocok", "": "", @@ -100,6 +103,8 @@ "Messages sent by bot": "Pesan dikirim oleh bot", "Notification targets": "Target notifikasi", "Today": "Hari Ini", + "Dismiss": "Abaikan", + "Update": "Perbarui", "Notifications": "Notifikasi", "What's New": "Apa Yang Baru", "On": "Nyala", @@ -122,6 +127,7 @@ "Unnamed room": "Ruang tanpa nama", "Friday": "Jumat", "Saturday": "Sabtu", + "Reject": "Tolak", "Monday": "Senin", "Collecting logs": "Mengumpulkan catatan", "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", @@ -133,6 +139,7 @@ "Call invitation": "Undangan panggilan", "What's new?": "Apa yang baru?", "When I'm invited to a room": "Ketika saya diundang ke ruangan", + "Cancel": "Batalkan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", "Back": "Kembali", @@ -515,6 +522,7 @@ "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", + "Trust": "Percayakan", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aksi ini memerlukan mengakses server identitas bawaan untuk memvalidasi sebuah alamat email atau nomor telepon, tetapi server ini tidak memiliki syarat layanan apa pun.", "Identity server has no terms of service": "Identitas server ini tidak memiliki syarat layanan", @@ -559,6 +567,7 @@ "Confirm adding phone number": "Konfirmasi penambahan nomor telepon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Konfirmasi penambahan nomor telepon ini dengan menggunakan Single Sign On untuk membuktikan identitas Anda.", "Add Email Address": "Tambahkan Alamat Email", + "Confirm": "Konfirmasi", "Click the button below to confirm adding this email address.": "Klik tombol di bawah untuk mengkonfirmasi penambahan alamat email ini.", "Confirm adding email": "Konfirmasi penambahan email", "Single Sign On": "Single Sign On", @@ -567,6 +576,7 @@ "Toolbox": "Kotak Peralatan", "expand": "buka", "collapse": "tutup", + "Join": "Bergabung", "Code": "Kode", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { @@ -597,6 +607,7 @@ "Users": "Pengguna", "Emoji": "Emoji", "Phone": "Ponsel", + "Skip": "Lewat", "Historical": "Riwayat", "Idle": "Idle", "Online": "Daring", @@ -665,18 +676,24 @@ "Folder": "Map", "Scissors": "Gunting", "Cancelling…": "Membatalkan…", + "Verify": "Lakukan verifikasi", + "Upgrade": "Tingkatkan", "Ok": "Ok", "Success!": "Berhasil!", + "View": "Pratinjau", "Summary": "Kesimpulan", "Service": "Layanan", "Notes": "Nota", "edited": "diedit", "Re-join": "Bergabung Ulang", + "Share": "Bagikan", "Browse": "Jelajahi", "Sounds": "Suara", "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", + "Reset": "Atur Ulang", + "Upload": "Unggah", "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", @@ -899,6 +916,7 @@ "Disagree": "Tidak Setuju", "Sent": "Terkirim", "Format": "Format", + "Stop": "Berhenti", "MB": "MB", "Custom level": "Tingkat kustom", "Decrypting": "Mendekripsi", @@ -908,6 +926,8 @@ "Global": "Global", "Keyword": "Kata kunci", "Rename": "Ubah Nama", + "Collapse": "Tutup", + "Expand": "Buka", "Visibility": "Visibilitas", "Address": "Alamat", "Hangup": "Akhiri", @@ -925,6 +945,7 @@ "Setting:": "Pengaturan:", "Value": "Nilai", "Spaces": "Space", + "Delete": "Hapus", "Connecting": "Menghubungkan", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s menghapus peraturan pencekalan pengguna yang berisi %(glob)s", "Message deleted by %(name)s": "Pesan dihapus oleh %(name)s", @@ -2910,6 +2931,7 @@ "Group all your favourite rooms and people in one place.": "Kelompokkan semua ruangan dan orang favorit Anda di satu tempat.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Space adalah cara untuk mengelompokkan ruangan dan orang. Di sampingnya space yang Anda berada, Anda dapat menggunakan space yang sudah dibuat.", "IRC (Experimental)": "IRC (Eksperimental)", + "Call": "Panggil", "Toggle hidden event visibility": "Alih visibilitas peristiwa tersembunyi", "Redo edit": "Ulangi editan", "Force complete": "Selesaikan dengan paksa", @@ -3549,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "Sesi ini tidak mendukung enkripsi dan tidak dapat diverifikasi.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Untuk keamanan dan privasi yang terbaik, kami merekomendasikan menggunakan klien Matrix yang mendukung enkripsi.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Anda tidak akan dapat berpartisipasi dalam ruangan di mana enkripsi diaktifkan ketika menggunakan sesi ini.", + "Apply": "Terapkan", "Search users in this room…": "Cari pengguna di ruangan ini…", "Give one or multiple users in this room more privileges": "Berikan satu atau beberapa pengguna dalam ruangan ini lebih banyak izin", "Add privileged users": "Tambahkan pengguna yang diizinkan", @@ -3740,6 +3763,7 @@ "Mute room": "Bisukan ruangan", "Match default setting": "Sesuai dengan pengaturan bawaan", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Pengguna (%(user)s) akhirnya tidak diundang ke %(roomId)s tetapi tidak ada kesalahan yang diberikan dari utilitas pengundang", + "Reload": "Muat ulang", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ini mungkin terjadi karena memiliki aplikasinya terbuka di beberapa tab atau karena menghapus data peramban.", "Database unexpectedly closed": "Basis data ditutup secara tidak terduga", "Start DM anyway": "Mulai percakapan langsung saja", @@ -3957,29 +3981,5 @@ "a11y": { "user_menu": "Menu pengguna" }, - "Home": "Beranda", - "action.reject": "Tolak", - "action.confirm": "Konfirmasi", - "action.dismiss": "Abaikan", - "action.trust": "Percayakan", - "action.reload": "Muat ulang", - "action.cancel": "Batalkan", - "action.stop": "Berhenti", - "action.join": "Bergabung", - "action.close": "Tutup", - "action.accept": "Terima", - "action.upgrade": "Tingkatkan", - "action.verify": "Lakukan verifikasi", - "action.update": "Perbarui", - "action.call": "Panggil", - "action.delete": "Hapus", - "action.upload": "Unggah", - "action.collapse": "Tutup", - "action.apply": "Terapkan", - "action.reset": "Atur Ulang", - "action.share": "Bagikan", - "action.skip": "Lewat", - "action.logout": "Keluar", - "action.view": "Pratinjau", - "action.expand": "Buka" + "Home": "Beranda" } diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index 286df28ea23..ed153fb2ded 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,6 +61,7 @@ "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", + "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", @@ -115,7 +116,9 @@ "Search…": "Leita…", "This Room": "Þessi spjallrás", "All Rooms": "Allar spjallrásir", + "Cancel": "Hætta við", "Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.", + "Close": "Loka", "not specified": "ekki tilgreint", "Sunday": "Sunnudagur", "Monday": "Mánudagur", @@ -128,6 +131,7 @@ "Yesterday": "Í gær", "Error decrypting attachment": "Villa við afkóðun viðhengis", "Copied!": "Afritað!", + "Dismiss": "Hunsa", "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", @@ -135,6 +139,7 @@ "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", + "Update": "Uppfæra", "What's new?": "Hvað er nýtt á döfinni?", "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", @@ -164,14 +169,17 @@ "Invalid Email Address": "Ógilt tölvupóstfang", "Verification Pending": "Sannvottun í bið", "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", + "Skip": "Sleppa", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", + "Reject": "Hafna", "Low Priority": "Lítill forgangur", "Signed Out": "Skráð/ur út", "Terms and Conditions": "Skilmálar og kvaðir", + "Logout": "Útskráning", "Invite to this room": "Bjóða inn á þessa spjallrás", "Notifications": "Tilkynningar", "Connectivity to the server has been lost.": "Tenging við vefþjón hefur rofnað.", @@ -390,21 +398,26 @@ "Add Email Address": "Bæta við tölvupóstfangi", "Click the button below to confirm adding this email address.": "Smelltu á hnappinn hér að neðan til að staðfesta að bæta við þessu netfangi.", "Confirm adding email": "Staðfestu að bæta við tölvupósti", + "Upgrade": "Uppfæra", + "Verify": "Sannreyna", "Trusted": "Treyst", "Subscribe": "Skrá", "Unsubscribe": "Afskrá", "None": "Ekkert", "Ignored/Blocked": "Hunsað/Hindrað", + "Trust": "Treysta", "Flags": "Fánar", "Symbols": "Tákn", "Objects": "Hlutir", "Activities": "Afþreying", "Document": "Skjal", "Complete": "Fullklára", + "View": "Skoða", "Strikethrough": "Yfirstrikletrað", "Italics": "Skáletrað", "Bold": "Feitletrað", "Disconnect": "Aftengjast", + "Share": "Deila", "Revoke": "Afturkalla", "Discovery": "Uppgötvun", "Actions": "Aðgerðir", @@ -413,6 +426,7 @@ "Service": "Þjónusta", "Removing…": "Er að fjarlægja…", "Browse": "Skoða", + "Reset": "Endursetja", "Sounds": "Hljóð", "edited": "breytti", "Re-join": "Taka þátt aftur", @@ -442,6 +456,8 @@ "Dog": "Hundur", "Guest": "Gestur", "Other": "Annað", + "Confirm": "Staðfesta", + "Join": "Taka þátt", "Encrypted": "Dulritað", "Encryption": "Dulritun", "Timeline": "Tímalína", @@ -747,6 +763,7 @@ "Afghanistan": "Afganistan", "United States": "Bandaríkin", "United Kingdom": "Stóra Bretland", + "Call": "Símtal", "More": "Meira", "Dialpad": "Talnaborð", "Connecting": "Tengist", @@ -767,6 +784,7 @@ "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", + "Stop": "Stöðva", "That's fine": "Það er í góðu", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", @@ -1083,8 +1101,12 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", + "Collapse": "Fella saman", + "Expand": "Fletta út", "Go back": "Til baka", "Address": "Vistfang", + "Upload": "Senda inn", + "Delete": "Eyða", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", @@ -3162,6 +3184,7 @@ "Connection": "Tenging", "Video settings": "Myndstillingar", "Voice settings": "Raddstillingar", + "Apply": "Virkja", "Search users in this room…": "Leita að notendum á þessari spjallrás…", "Complete these to get the most out of %(brand)s": "Kláraðu þetta til að fá sem mest út úr %(brand)s", "You did it!": "Þú kláraðir þetta!", @@ -3345,28 +3368,5 @@ "a11y": { "user_menu": "Valmynd notandans" }, - "Home": "Forsíða", - "action.reject": "Hafna", - "action.confirm": "Staðfesta", - "action.dismiss": "Hunsa", - "action.trust": "Treysta", - "action.cancel": "Hætta við", - "action.stop": "Stöðva", - "action.join": "Taka þátt", - "action.close": "Loka", - "action.accept": "Samþykkja", - "action.upgrade": "Uppfæra", - "action.verify": "Sannreyna", - "action.update": "Uppfæra", - "action.call": "Símtal", - "action.delete": "Eyða", - "action.upload": "Senda inn", - "action.collapse": "Fella saman", - "action.apply": "Virkja", - "action.reset": "Endursetja", - "action.share": "Deila", - "action.skip": "Sleppa", - "action.logout": "Útskráning", - "action.view": "Skoða", - "action.expand": "Fletta út" + "Home": "Forsíða" } diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 33530d90ae9..26104b35cac 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -5,7 +5,10 @@ "powered by Matrix": "offerto da Matrix", "Search": "Cerca", "unknown error code": "codice errore sconosciuto", + "Cancel": "Annulla", + "Close": "Chiudi", "Create new room": "Crea una nuova stanza", + "Dismiss": "Chiudi", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", @@ -111,6 +114,7 @@ "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", + "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", "Phone": "Telefono", @@ -328,6 +332,7 @@ "Unable to add email address": "Impossibile aggiungere l'indirizzo email", "Unable to verify email address.": "Impossibile verificare l'indirizzo email.", "This will allow you to reset your password and receive notifications.": "Ciò ti permetterà di reimpostare la tua password e ricevere notifiche.", + "Skip": "Salta", "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", "Reject invitation": "Rifiuta l'invito", @@ -339,6 +344,7 @@ "For security, this session has been signed out. Please sign in again.": "Per sicurezza questa sessione è stata disconnessa. Accedi di nuovo.", "Old cryptography data detected": "Rilevati dati di crittografia obsoleti", "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.": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.", + "Logout": "Disconnetti", "Connectivity to the server has been lost.": "Connessione al server persa.", "Sent messages will be stored until your connection has returned.": "I messaggi inviati saranno salvati fino al ritorno della connessione.", "You seem to be uploading files, are you sure you want to quit?": "Sembra che tu stia inviando file, sei sicuro di volere uscire?", @@ -412,6 +418,7 @@ "Notification targets": "Obiettivi di notifica", "Today": "Oggi", "Friday": "Venerdì", + "Update": "Aggiornamento", "On": "Acceso", "Changelog": "Cambiamenti", "Waiting for response from server": "In attesa di una risposta dal server", @@ -432,6 +439,7 @@ "Developer Tools": "Strumenti per sviluppatori", "Preparing to send logs": "Preparazione invio dei log", "Saturday": "Sabato", + "Reject": "Rifiuta", "Monday": "Lunedì", "Toolbox": "Strumenti", "Collecting logs": "Sto recuperando i log", @@ -763,6 +771,7 @@ "Room avatar": "Avatar della stanza", "Room Name": "Nome stanza", "Room Topic": "Argomento stanza", + "Join": "Entra", "Power level": "Livello poteri", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.", "Incoming Verification Request": "Richiesta di verifica in arrivo", @@ -777,6 +786,7 @@ "Change": "Cambia", "Email (optional)": "Email (facoltativa)", "Phone (optional)": "Telefono (facoltativo)", + "Confirm": "Conferma", "Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico", "Other": "Altro", "Couldn't load page": "Caricamento pagina fallito", @@ -848,6 +858,7 @@ "Your browser likely removed this data when running low on disk space.": "Probabilmente il tuo browser ha rimosso questi dati per mancanza di spazio su disco.", "Upload files (%(current)s of %(total)s)": "Invio dei file (%(current)s di %(total)s)", "Upload files": "Invia i file", + "Upload": "Carica", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Questo file è troppo grande da inviare. Il limite di dimensione è %(limit)s ma questo file è di %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Questi file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Alcuni file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", @@ -879,6 +890,7 @@ "Uploaded sound": "Suono inviato", "Sounds": "Suoni", "Notification sound": "Suoni di notifica", + "Reset": "Ripristina", "Set a new custom sound": "Imposta un nuovo suono personalizzato", "Browse": "Sfoglia", "Cannot reach homeserver": "Impossibile raggiungere l'homeserver", @@ -945,6 +957,7 @@ "Unable to revoke sharing for email address": "Impossibile revocare la condivisione dell'indirizzo email", "Unable to share email address": "Impossibile condividere l'indirizzo email", "Revoke": "Revoca", + "Share": "Condividi", "Discovery options will appear once you have added an email above.": "Le opzioni di scoperta appariranno dopo aver aggiunto un'email sopra.", "Unable to revoke sharing for phone number": "Impossibile revocare la condivisione del numero di telefono", "Unable to share phone number": "Impossibile condividere il numero di telefono", @@ -1019,6 +1032,7 @@ "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", + "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", "Clear cache and reload": "Svuota la cache e ricarica", @@ -1115,6 +1129,7 @@ "Trusted": "Fidato", "Not trusted": "Non fidato", "Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.", + "Verify": "Verifica", "Any of the following data may be shared:": "Possono essere condivisi tutti i seguenti dati:", "Your display name": "Il tuo nome visualizzato", "Your user ID": "Il tuo ID utente", @@ -1133,6 +1148,7 @@ "Integrations are disabled": "Le integrazioni sono disattivate", "Integrations not allowed": "Integrazioni non permesse", "Remove for everyone": "Rimuovi per tutti", + "Trust": "Fidati", "Manage integrations": "Gestisci integrazioni", "Ignored/Blocked": "Ignorati/Bloccati", "Verification Request": "Richiesta verifica", @@ -1149,6 +1165,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, segnala un errore.", "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", + "Upgrade": "Aggiorna", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce utenti corrispondenti a %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce stanze corrispondenti a %(glob)s", "%(senderName)s removed the rule banning servers matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce server corrispondenti a %(glob)s", @@ -2180,6 +2197,7 @@ "Invite only, best for yourself or teams": "Solo su invito, la scelta migliore per te o i team", "Open space for anyone, best for communities": "Spazio aperto a tutti, la scelta migliore per le comunità", "Create a space": "Crea uno spazio", + "Delete": "Elimina", "Jump to the bottom of the timeline when you send a message": "Salta in fondo alla linea temporale quando invii un messaggio", "This homeserver has been blocked by its administrator.": "Questo homeserver è stato bloccato dal suo amministratore.", "You're already in a call with this person.": "Sei già in una chiamata con questa persona.", @@ -2325,6 +2343,8 @@ "Please provide an address": "Inserisci un indirizzo", "This space has no local addresses": "Questo spazio non ha indirizzi locali", "Space information": "Informazioni spazio", + "Collapse": "Riduci", + "Expand": "Espandi", "Preview Space": "Anteprima spazio", "Decide who can view and join %(spaceName)s.": "Decidi chi può vedere ed entrare in %(spaceName)s.", "Visibility": "Visibilità", @@ -2577,6 +2597,7 @@ "Select from the options below to export chats from your timeline": "Seleziona dalle opzioni sotto per esportare le chat dalla linea temporale", "Export Chat": "Esporta conversazione", "Exporting your data": "Esportazione dei dati", + "Stop": "Ferma", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Vuoi davvero fermare l'esportazione dei dati? Se lo fai, dovrai ricominciare da capo.", "Your export was successful. Find it in your Downloads folder.": "Esportazione riuscita. La puoi trovare nella cartella Download.", "The export was cancelled successfully": "Esportazione annullata correttamente", @@ -2904,6 +2925,7 @@ "Navigate to previous message to edit": "Vai al precedente messaggio da modificare", "Navigate to next message to edit": "Vai al prossimo messaggio da modificare", "Internal room ID": "ID interno stanza", + "Call": "Chiama", "Group all your rooms that aren't part of a space in one place.": "Raggruppa tutte le tue stanze che non fanno parte di uno spazio in un unico posto.", "Group all your people in one place.": "Raggruppa tutte le tue persone in un unico posto.", "Group all your favourite rooms and people in one place.": "Raggruppa tutte le tue stanze e persone preferite in un unico posto.", @@ -3548,6 +3570,7 @@ "This session doesn't support encryption and thus can't be verified.": "Questa sessione non supporta la crittografia, perciò non può essere verificata.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Per maggiore sicurezza e privacy, è consigliabile usare i client di Matrix che supportano la crittografia.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Non potrai partecipare in stanze dove la crittografia è attiva mentre usi questa sessione.", + "Apply": "Applica", "Search users in this room…": "Cerca utenti in questa stanza…", "Give one or multiple users in this room more privileges": "Dai più privilegi a uno o più utenti in questa stanza", "Add privileged users": "Aggiungi utenti privilegiati", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.", "Poll history": "Cronologia sondaggi", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L'utente (%(user)s) non è stato segnato come invitato in %(roomId)s, ma non c'è stato alcun errore dall'utilità di invito", + "Reload": "Ricarica", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Potrebbe essere causato dall'apertura dell'app in schede multiple o dalla cancellazione dei dati del browser.", "Database unexpectedly closed": "Database chiuso inaspettatamente", "Mute room": "Silenzia stanza", @@ -3957,29 +3981,5 @@ "a11y": { "user_menu": "Menu utente" }, - "Home": "Pagina iniziale", - "action.reject": "Rifiuta", - "action.confirm": "Conferma", - "action.dismiss": "Chiudi", - "action.trust": "Fidati", - "action.reload": "Ricarica", - "action.cancel": "Annulla", - "action.stop": "Ferma", - "action.join": "Entra", - "action.close": "Chiudi", - "action.accept": "Accetta", - "action.upgrade": "Aggiorna", - "action.verify": "Verifica", - "action.update": "Aggiornamento", - "action.call": "Chiama", - "action.delete": "Elimina", - "action.upload": "Carica", - "action.collapse": "Riduci", - "action.apply": "Applica", - "action.reset": "Ripristina", - "action.share": "Condividi", - "action.skip": "Salta", - "action.logout": "Disconnetti", - "action.view": "Vedi", - "action.expand": "Espandi" + "Home": "Pagina iniziale" } diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 469cee1a603..54233398943 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -1,11 +1,13 @@ { "Anyone": "誰でも", "Change Password": "パスワードを変更", + "Close": "閉じる", "Current password": "現在のパスワード", "Favourite": "お気に入り", "Invited": "招待済", "Low priority": "低優先度", "Notifications": "通知", + "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", "New Password": "新しいパスワード", @@ -21,6 +23,7 @@ "Camera": "カメラ", "Are you sure?": "よろしいですか?", "Operation failed": "操作に失敗しました", + "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", "Submit debug logs": "デバッグログを送信", "Online": "オンライン", @@ -62,6 +65,7 @@ "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", + "Update": "更新", "Failed to send logs: ": "ログの送信に失敗しました: ", "Unavailable": "使用できません", "Source URL": "ソースのURL", @@ -70,6 +74,7 @@ "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", + "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", "Send logs": "ログを送信", @@ -185,6 +190,7 @@ "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": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", + "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", "Phone": "電話", @@ -440,6 +446,7 @@ "Unable to add email address": "メールアドレスを追加できません", "Unable to verify email address.": "メールアドレスを確認できません。", "This will allow you to reset your password and receive notifications.": "パスワードをリセットして通知を受け取れるようになります。", + "Skip": "スキップ", "Share Room": "ルームを共有", "Link to most recent message": "最新のメッセージにリンク", "Share User": "ユーザーを共有", @@ -461,6 +468,7 @@ "Review terms and conditions": "利用規約を確認", "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の古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。", + "Logout": "ログアウト", "You can't send any messages until you review and agree to our terms and conditions.": "利用規約 を確認して同意するまでは、いかなるメッセージも送信できません。", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "このホームサーバーが月間アクティブユーザー制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "このホームサーバーがリソース制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", @@ -582,6 +590,7 @@ "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)sがこのルームを「招待者のみ参加可能」に変更しました。", "%(senderDisplayName)s has allowed guests to join the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を許可しました。", "Only continue if you trust the owner of the server.": "サーバーの所有者を信頼する場合のみ続行してください。", + "Trust": "信頼", "Use an identity server to invite by email. Manage in Settings.": "IDサーバーを使用し、メールで招待。設定画面で管理。", "%(senderDisplayName)s changed the join rule to %(rule)s": "%(senderDisplayName)sが参加ルールを「%(rule)s」に変更しました。", "%(senderDisplayName)s has prevented guests from joining the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を拒否しました。", @@ -620,6 +629,7 @@ "Room Addresses": "ルームのアドレス", "Sounds": "音", "Notification sound": "通知音", + "Reset": "リセット", "Set a new custom sound": "カスタム音を設定", "Browse": "参照", "Roles & Permissions": "役割と権限", @@ -629,6 +639,7 @@ "Encrypted": "暗号化", "Email Address": "メールアドレス", "Main address": "メインアドレス", + "Join": "参加", "Create a private room": "非公開ルームを作成", "Topic (optional)": "トピック(任意)", "Hide advanced": "高度な設定を非表示にする", @@ -703,6 +714,7 @@ "Never send encrypted messages to unverified sessions in this room from this session": "このセッションでは、このルームの未認証のセッションに対して暗号化されたメッセージを送信しない", "Encrypted messages in one-to-one chats": "1対1のチャットでの暗号化されたメッセージ", "Encrypted messages in group chats": "グループチャットでの暗号化されたメッセージ", + "Upload": "アップロード", "Enable desktop notifications for this session": "このセッションでデスクトップ通知を有効にする", "Email addresses": "メールアドレス", "This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています", @@ -737,6 +749,7 @@ "Unknown Command": "不明なコマンド", "Unrecognised command: %(commandText)s": "認識されていないコマンド:%(commandText)s", "Send as message": "メッセージとして送信", + "Confirm": "承認", "Enable audible notifications for this session": "このセッションで音声通知を有効にする", "Enable encryption?": "暗号化を有効にしますか?", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "一度有効にしたルームの暗号化は無効にすることはできません。暗号化されたルームで送信されたメッセージは、サーバーからは閲覧できず、そのルームのメンバーだけが閲覧できます。暗号化を有効にすると、多くのボットやブリッジが正常に動作しなくなる可能性があります。暗号化についての詳細はこちらをご覧ください。", @@ -748,6 +761,8 @@ "Not Trusted": "信頼されていません", "Later": "後で", "Review": "確認", + "Upgrade": "アップグレード", + "Verify": "認証", "Trusted": "信頼済", "Not trusted": "信頼されていません", "%(count)s verified sessions": { @@ -1058,6 +1073,7 @@ "Unable to share phone number": "電話番号を共有できません", "Unable to revoke sharing for phone number": "電話番号の共有を取り消せません", "Discovery options will appear once you have added an email above.": "上でメールアドレスを追加すると、発見可能に設定するメールアドレスを選択できるようになります。", + "Share": "共有", "Revoke": "取り消す", "Complete": "完了", "Verify the link in your inbox": "受信したメールの認証リンクを開いてください", @@ -1788,6 +1804,7 @@ "Invite only, best for yourself or teams": "招待者のみ参加可能。個人やチーム向け", "Open space for anyone, best for communities": "誰でも参加できる公開スペース。コミュニティー向け", "Create a space": "スペースを作成", + "Delete": "削除", "Jump to the bottom of the timeline when you send a message": "メッセージを送信する際にタイムラインの最下部に移動", "This homeserver has been blocked by its administrator.": "このホームサーバーは管理者によりブロックされています。", "You're already in a call with this person.": "既にこの人と通話中です。", @@ -2007,6 +2024,7 @@ "Previous autocomplete suggestion": "前の自動補完の候補", "Next autocomplete suggestion": "次の自動補完の候補", "Expand map": "地図を開く", + "Expand": "展開", "Expand room list section": "ルーム一覧のセクションを展開", "Collapse room list section": "ルーム一覧のセクションを折りたたむ", "Automatically send debug logs when key backup is not functioning": "鍵のバックアップが機能していない際に、自動的にデバッグログを送信", @@ -2271,6 +2289,7 @@ "Remove from room": "ルームから追放", "Failed to remove user": "ユーザーの追放に失敗しました", "Success!": "成功しました!", + "Collapse": "折りたたむ", "Comment": "コメント", "Information": "情報", "Restore": "復元", @@ -2373,6 +2392,7 @@ "Invalid URL": "不正なURL", "The server is offline.": "サーバーはオフラインです。", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "匿名のデータを共有すると、問題の特定に役立ちます。個人情報の収集や、第三者とのデータ共有はありません。詳細を確認", + "Stop": "停止", "JSON": "JSON", "HTML": "HTML", "Generating a ZIP": "ZIPファイルを生成しています", @@ -2544,6 +2564,7 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", + "View": "表示", "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", @@ -2646,6 +2667,7 @@ "other": "%(severalUsers)sが%(count)s件の非表示のメッセージを送信しました" }, "Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "アンケートを終了してよろしいですか?投票を締め切り、最終結果を表示します。", + "Call": "通話", "Your camera is still enabled": "カメラがまだ有効です", "Your camera is turned off": "カメラが無効です", "Sends the given message with a space themed effect": "メッセージを宇宙のテーマのエフェクトと共に送信", @@ -3356,6 +3378,7 @@ "30s forward": "30秒進める", "30s backward": "30秒戻す", "Change layout": "レイアウトを変更", + "Apply": "適用", "Cancelled": "キャンセル済", "Create a link": "リンクを作成", "Edit link": "リンクを編集", @@ -3755,28 +3778,5 @@ "a11y": { "user_menu": "ユーザーメニュー" }, - "Home": "ホーム", - "action.reject": "拒否", - "action.confirm": "承認", - "action.dismiss": "閉じる", - "action.trust": "信頼", - "action.cancel": "キャンセル", - "action.stop": "停止", - "action.join": "参加", - "action.close": "閉じる", - "action.accept": "同意", - "action.upgrade": "アップグレード", - "action.verify": "認証", - "action.update": "更新", - "action.call": "通話", - "action.delete": "削除", - "action.upload": "アップロード", - "action.collapse": "折りたたむ", - "action.apply": "適用", - "action.reset": "リセット", - "action.share": "共有", - "action.skip": "スキップ", - "action.logout": "ログアウト", - "action.view": "表示", - "action.expand": "展開" + "Home": "ホーム" } diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index cde0455af0b..c0aeb6dd16d 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -119,6 +119,7 @@ "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", + "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", @@ -225,6 +226,7 @@ "Bell": "janbe", "Headphones": "selsnapra", "Pin": "pijne", + "Upload": "nu kibdu'a", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", @@ -282,8 +284,10 @@ "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", + "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", + "Verify": "nu co'a lacri", "What's New": "notci le du'u cnino", "You joined the call": ".i do mo'u co'a fonjo'e", "%(senderName)s joined the call": ".i la'o zoi. %(senderName)s .zoi mo'u co'a fonjo'e", @@ -325,6 +329,7 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", + "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", @@ -349,6 +354,7 @@ "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", "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", @@ -365,6 +371,7 @@ "Download %(text)s": "nu kibycpa la'o zoi. %(text)s .zoi", "Explore rooms": "nu facki le du'u ve zilbe'i", "Create Account": "nu pa re'u co'a jaspu", + "Dismiss": "nu mipri", "common": { "analytics": "lanli datni", "error": "nabmi", @@ -389,12 +396,5 @@ "save": "nu co'a vreji", "start": "nu co'a co'e", "start_chat": "nu co'a tavla" - }, - "action.dismiss": "nu mipri", - "action.close": "nu zilmipri", - "action.accept": "nu fonjo'e", - "action.verify": "nu co'a lacri", - "action.upload": "nu kibdu'a", - "action.share": "nu jungau", - "action.logout": "nu co'u jaspu" + } } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index 7953f02fc46..d5110a32fc3 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -5,10 +5,12 @@ "Sign In": "შესვლა", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", + "Dismiss": "დახურვა", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", "Use Single Sign On to continue": "გასაგრძელებლად გამოიყენე ერთჯერადი ავტორიზაცია", "Confirm adding email": "დაადასტურე ელ.ფოსტის დამატება", "Click the button below to confirm adding this email address.": "ელ. ფოსტის ამ მისამართის დამატება დაადასტურე ღილაკზე დაჭერით.", + "Confirm": "დადასტურება", "Add Email Address": "ელ. ფოსტის მისამართის დამატება", "Failed to verify email address: make sure you clicked the link in the email": "ელ. ფოსტის მისამართის ვერიფიკაცია ვერ მოხერხდა: დარწმუნდი, რომ დააჭირე ბმულს ელ. ფოსტის წერილში", "Confirm adding this phone number by using Single Sign On to prove your identity.": "ამ ტელეფონის ნომრის დასადასტურებლად გამოიყენე ერთჯერადი ავტორიზაცია, საკუთარი იდენტობის დასადასტურებლად.", @@ -54,7 +56,5 @@ "common": { "error": "შეცდომა", "attachment": "Მიმაგრებული ფაილი" - }, - "action.confirm": "დადასტურება", - "action.dismiss": "დახურვა" + } } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index 21aec074d4c..6f559de63ff 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,5 +1,8 @@ { + "Confirm": "Sentem", + "Dismiss": "Agwi", "Permission Required": "Tasiregt tlaq", + "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", "Tue": "Ara", @@ -21,6 +24,7 @@ "Dec": "Duj", "PM": "MD", "AM": "FT", + "Trust": "Ittkel", "Create Account": "Rnu amiḍan", "Sign In": "Kcem", "Default": "Amezwer", @@ -39,9 +43,14 @@ "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", + "Close": "Mdel", "Ok": "Ih", + "Upgrade": "Leqqem", + "Verify": "Senqed", "What's New": "D acu-t umaynut", + "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", + "Accept": "Qbel", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -58,6 +67,7 @@ "Anchor": "Tamdeyt", "Headphones": "Wennez", "Folder": "Akaram", + "Upload": "Sali", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -91,12 +101,14 @@ "Microphone": "Asawaḍ", "Camera": "Takamiṛatt", "Sounds": "Imesla", + "Reset": "Wennez", "Browse": "Inig", "Default role": "Tamlilt tamzwert", "Permissions": "Tisirag", "Anyone": "Yal yiwen", "Encryption": "Awgelhen", "Complete": "Yemmed", + "Share": "Bḍu", "Verification code": "Tangalt n usenqed", "Add": "Rnu", "Email Address": "Tansa n yimayl", @@ -107,6 +119,7 @@ "Unknown": "Arussin", "Search": "Nadi", "Sign Up": "Jerred", + "Reject": "Agi", "Sort by": "Semyizwer s", "Activity": "Armud", "A-Z": "A-Z", @@ -134,6 +147,7 @@ "Flags": "Anayen", "Categories": "Taggayin", "More options": "Ugar n textiṛiyin", + "Join": "Rnu", "collapse": "fneẓ", "Server name": "Isem n uqeddac", "Close dialog": "Mdel adiwenni", @@ -150,6 +164,7 @@ "Send report": "Azen aneqqis", "Refresh": "Smiren", "Email address": "Tansa n yimayl", + "Skip": "Zgel", "Terms of Service": "Tiwtilin n useqdec", "Service": "Ameẓlu", "Summary": "Agzul", @@ -167,6 +182,8 @@ "Register": "Jerred", "Explore rooms": "Snirem tixxamin", "Unknown error": "Tuccḍa tarussint", + "Logout": "Tuffɣa", + "View": "Sken", "Guest": "Anerzaf", "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", @@ -1990,22 +2007,5 @@ "a11y": { "user_menu": "Umuɣ n useqdac" }, - "Home": "Agejdan", - "action.reject": "Agi", - "action.confirm": "Sentem", - "action.dismiss": "Agwi", - "action.trust": "Ittkel", - "action.cancel": "Sefsex", - "action.join": "Rnu", - "action.close": "Mdel", - "action.accept": "Qbel", - "action.upgrade": "Leqqem", - "action.verify": "Senqed", - "action.update": "Leqqem", - "action.upload": "Sali", - "action.reset": "Wennez", - "action.share": "Bḍu", - "action.skip": "Zgel", - "action.logout": "Tuffɣa", - "action.view": "Sken" + "Home": "Agejdan" } diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 527c0923bdf..4420cf6603c 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -1,9 +1,13 @@ { + "Cancel": "취소", + "Close": "닫기", "Create new room": "새 방 만들기", + "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", + "Accept": "수락", "Account": "계정", "Add": "추가", "Admin": "관리자", @@ -91,6 +95,7 @@ "Sign in with": "이것으로 로그인", "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", + "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -249,11 +254,13 @@ "Authentication check failed: incorrect password?": "인증 확인 실패: 비밀번호를 틀리셨나요?", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", + "Skip": "건너뛰기", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", "Today": "오늘", "Friday": "금요일", + "Update": "업데이트", "What's New": "새로운 점", "On": "켜기", "Changelog": "바뀐 점", @@ -274,6 +281,7 @@ "Developer Tools": "개발자 도구", "Unnamed room": "이름 없는 방", "Saturday": "토요일", + "Reject": "거절하기", "Monday": "월요일", "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", @@ -737,6 +745,7 @@ "Uploaded sound": "업로드된 소리", "Sounds": "소리", "Notification sound": "알림 소리", + "Reset": "되돌리기", "Set a new custom sound": "새 맞춤 소리 설정", "Browse": "찾기", "Change room avatar": "방 아바타 변경", @@ -765,6 +774,7 @@ "Unable to revoke sharing for email address": "이메일 주소 공유를 취소할 수 없음", "Unable to share email address": "이메일 주소를 공유할 수 없음", "Revoke": "취소", + "Share": "공유", "Discovery options will appear once you have added an email above.": "위에 이메일을 추가하면 검색 옵션에 나타납니다.", "Unable to revoke sharing for phone number": "전화번호 공유를 취소할 수 없음", "Unable to share phone number": "전화번호를 공유할 수 없음", @@ -813,6 +823,7 @@ "reacted with %(shortName)s": "%(shortName)s으로 리액션함", "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", + "Join": "참가", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -882,6 +893,7 @@ "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", + "Upload": "업로드", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "이 파일은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s이지만 이 파일은 %(sizeOfThisFile)s입니다.", "These files are too large to upload. The file size limit is %(limit)s.": "이 파일들은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "일부 파일이 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", @@ -914,6 +926,7 @@ "Enter username": "사용자 이름 입력", "Some characters not allowed": "일부 문자는 허용할 수 없습니다", "Email (optional)": "이메일 (선택)", + "Confirm": "확인", "Phone (optional)": "전화 (선택)", "Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함", "Couldn't load page": "페이지를 불러올 수 없음", @@ -1003,6 +1016,7 @@ "one": "1개의 메시지 삭제" }, "Remove recent messages": "최근 메시지 삭제", + "View": "보기", "Explore rooms": "방 검색", "Please fill why you're reporting.": "왜 신고하는 지 이유를 적어주세요.", "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", @@ -1070,6 +1084,7 @@ "Room %(name)s": "%(name)s 방", "Unread messages.": "읽지 않은 메시지.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "이 작업에는 이메일 주소 또는 전화번호를 확인하기 위해 기본 ID 서버 에 접근해야 합니다. 하지만 서버가 서비스 약관을 갖고 있지 않습니다.", + "Trust": "신뢰함", "Message Actions": "메시지 동작", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "%(name)s님을 확인했습니다", @@ -1114,6 +1129,7 @@ "Trusted": "신뢰함", "Not trusted": "신뢰하지 않음", "Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.", + "Verify": "확인", "You have ignored this user, so their message is hidden. Show anyways.": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. 무시하고 보이기.", "Any of the following data may be shared:": "다음 데이터가 공유됩니다:", "Your display name": "당신의 표시 이름", @@ -1149,6 +1165,7 @@ "Appearance Settings only affect this %(brand)s session.": "모습 설정은 이 %(brand)s 세션에만 영향을 끼칩니다.", "Customise your appearance": "모습 개인화하기", "Delete avatar": "아바타 삭제", + "Delete": "삭제", "More options": "추가 옵션", "Pin to sidebar": "사이드바 고정", "Developer tools": "개발자 도구", @@ -1218,6 +1235,7 @@ "Leave all rooms": "모든 방에서 떠나기", "Show all rooms": "모든 방 목록 보기", "All rooms": "모든 방 목록", + "Expand": "펼치기", "Create a new space": "새로운 스페이스 만들기", "Create a space": "스페이스 만들기", "Export Chat": "대화 내보내기", @@ -1379,23 +1397,5 @@ "view_source": "소스 보기", "yes": "네" }, - "Home": "홈", - "action.reject": "거절하기", - "action.confirm": "확인", - "action.dismiss": "버리기", - "action.trust": "신뢰함", - "action.cancel": "취소", - "action.join": "참가", - "action.close": "닫기", - "action.accept": "수락", - "action.verify": "확인", - "action.update": "업데이트", - "action.delete": "삭제", - "action.upload": "업로드", - "action.reset": "되돌리기", - "action.share": "공유", - "action.skip": "건너뛰기", - "action.logout": "로그아웃", - "action.view": "보기", - "action.expand": "펼치기" + "Home": "홈" } diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index db9b2fa7e4b..1f2745b5d44 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -5,6 +5,7 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "ຢືນຢັນການເພີ່ມອີເມວນີ້ໂດຍໃຊ້ Single Sign On ເພື່ອພິສູດຕົວຕົນຂອງທ່ານ.", "Failed to verify email address: make sure you clicked the link in the email": "ບໍ່ສາມາດກວດສອບອີເມວໄດ້: ໃຫ້ແນ່ໃຈວ່າທ່ານໄດ້ກົດໃສ່ການເຊື່ອມຕໍ່ໃນອີເມວ", "Add Email Address": "ເພີ່ມອີເມວ", + "Confirm": "ຢືນຢັນ", "Click the button below to confirm adding this email address.": "ກົດປຸ່ມຂ້າງລຸ່ມເພື່ອຢືນຢັນການເພີ່ມອີເມວນີ້.", "Confirm adding email": "ຢືນຢັນການເພີ່ມອີເມວ", "Single Sign On": "ເຂົ້າລະບົບແບບປະຕູດຽວ (SSO)", @@ -194,6 +195,7 @@ "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", + "Trust": "ເຊື່ອຖືໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "ການດຳເນິນການນີ້ຕ້ອງໄດ້ມີການເຂົ້າເຖິງຂໍ້ມູນການຢັ້ງຢືນຕົວຕົນທີ່ ເພື່ອກວດສອບອີເມວ ຫຼື ເບີໂທລະສັບ, ແຕ່ເຊີບເວີບໍ່ມີເງື່ອນໄຂໃນບໍລິການໃດໆ.", "Identity server has no terms of service": "ຂໍ້ມູນເຊີບເວີ ບໍ່ມີໃຫ້ບໍລິການ", @@ -256,6 +258,7 @@ "The user you called is busy.": "ຜູ້ໃຊ້ທີ່ທ່ານໂທຫາຍັງບໍ່ຫວ່າງ.", "User Busy": "ຜູ້ໃຊ້ບໍ່ຫວ່າງ", "Call Failed": "ໂທບໍ່ສຳເລັດ", + "Dismiss": "ຍົກເລີກ", "Unable to load! Check your network connectivity and try again.": "ບໍ່ສາມາດໂຫຼດໄດ້! ກະລຸນາກວດເບິ່ງການເຊື່ອມຕໍ່ເຄືອຂ່າຍຂອງທ່ານ ແລະ ລອງໃໝ່ອີກຄັ້ງ.", "Calls are unsupported": "ບໍ່ຮອງຮັບການໂທ", "Room %(roomId)s not visible": "ບໍ່ເຫັນຫ້ອງ %(roomId)s", @@ -396,6 +399,7 @@ "Unable to share phone number": "ບໍ່ສາມາດແບ່ງປັນເບີໂທລະສັບໄດ້", "Unable to revoke sharing for phone number": "ບໍ່ສາມາດຖອນການແບ່ງປັນສຳລັບເບີໂທລະສັບໄດ້", "Discovery options will appear once you have added an email above.": "ຕົວເລືອກການຄົ້ນພົບຈະປາກົດຂຶ້ນເມື່ອທ່ານໄດ້ເພີ່ມອີເມວຂ້າງເທິງ.", + "Share": "ແບ່ງປັນ", "Revoke": "ຖອນຄືນ", "Complete": "ສໍາເລັດ", "Verify the link in your inbox": "ຢືນຢັນການເຊື່ອມຕໍ່ໃນ inbox ຂອງທ່ານ", @@ -552,6 +556,7 @@ "You are not subscribed to any lists": "ເຈົ້າຍັງບໍ່ໄດ້ສະໝັກໃຊ້ລາຍການໃດໆ", "You are currently ignoring:": "ຕອນນີ້ທ່ານກຳລັງລະເລີຍ:", "You have not ignored anyone.": "ເຈົ້າຍັງບໍ່ໄດ້ລະເລີຍຜູ້ໃດຜູ້ໜຶ່ງ.", + "Close": "ປິດ", "User rules": "ກົດລະບຽບຂອງຜູ້ໃຊ້", "Server rules": "ກົດລະບຽບຂອງ ເຊີບເວີ", "Ban list rules - %(roomName)s": "ກົດລະບຽບຂອງລາຍຊື່ຕ້ອງຫ້າມ-%(roomName)s", @@ -571,6 +576,7 @@ "Versions": "ເວິຊັ້ນ", "FAQ": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", "Cross-signing public keys:": "ກະແຈສາທາລະນະທີ່ມີ Cross-signing:", + "Reset": "ຕັ້ງຄ່າຄືນ", "Cross-signing is not set up.": "ບໍ່ໄດ້ຕັ້ງຄ່າ Cross-signing.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "ບັນຊີຂອງທ່ານມີຂໍ້ມູນແບບ cross-signing ໃນການເກັບຮັກສາຄວາມລັບ, ແຕ່ວ່າຍັງບໍ່ມີຄວາມເຊື່ອຖືໃນລະບົບນີ້.", "Cross-signing is ready but keys are not backed up.": "ການລົງຊື່ຂ້າມແມ່ນພ້ອມແລ້ວແຕ່ກະແຈບໍ່ໄດ້ສຳຮອງໄວ້.", @@ -619,6 +625,8 @@ "Failed to copy": "ສຳເນົາບໍ່ສຳເລັດ", "Copied!": "ສຳເນົາແລ້ວ!", "Click to copy": "ກົດເພື່ອສຳເນົາ", + "Collapse": "ຫຍໍ້ລົງ", + "Expand": "ຂະຫຍາຍ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", @@ -634,7 +642,9 @@ "e.g. my-space": "ຕົວຢ່າງ: ພື້ນທີ່ຂອງຂ້ອຍ", "Please enter a name for the space": "ກະລຸນາໃສ່ຊື່ສໍາລັບຊ່ອງຫວ່າງ", "Search %(spaceName)s": "ຊອກຫາ %(spaceName)s", + "Upload": "ອັບໂຫຼດ", "Upload avatar": "ອັບໂຫຼດອາວາຕ້າ", + "Delete": "ລຶບ", "Delete avatar": "ລືບອາວາຕ້າ", "Space selection": "ການເລືອກພື້ນທີ່", "Match system": "ລະບົບການຈັບຄູ່", @@ -813,6 +823,7 @@ "Sign out and remove encryption keys?": "ອອກຈາກລະບົບ ແລະ ລຶບລະຫັດການເຂົ້າລະຫັດອອກບໍ?", "Link to most recent message": "ເຊື່ອມຕໍ່ກັບຂໍ້ຄວາມຫຼ້າສຸດ", "Share Room": "ແບ່ງປັນຫ້ອງ", + "Skip": "ຂ້າມ", "This will allow you to reset your password and receive notifications.": "ນີ້ຈະຊ່ວຍໃຫ້ທ່ານສາມາດປັບລະຫັດຜ່ານຂອງທ່ານ ແລະ ໄດ້ຮັບການແຈ້ງເຕືອນ.", "Email address": "ທີ່ຢູ່ອີເມວ", "Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.", @@ -996,6 +1007,7 @@ "You're all caught up": "ໝົດແລ້ວໝົດເລີຍ", "%(creator)s created and configured the room.": "%(creator)s ສ້າງ ແລະ ກຳນົດຄ່າຫ້ອງ.", "%(creator)s created this DM.": "%(creator)s ສ້າງ DM ນີ້.", + "Logout": "ອອກຈາກລະບົບ", "Verification requested": "ຂໍການຢັ້ງຢືນ", "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 ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.", "Old cryptography data detected": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ", @@ -1470,6 +1482,7 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", + "Cancel": "ຍົກເລີກ", "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", @@ -2235,6 +2248,8 @@ "one": "ເຫັນໂດຍ %(count)s ຄົນ", "other": "ເຫັນໂດຍ %(count)s ຄົນ" }, + "Join": "ເຂົ້າຮ່ວມ", + "View": "ເບິ່ງ", "Unknown": "ບໍ່ຮູ້ຈັກ", "Idle": "ບໍ່ເຮັດວຽກ", "Online": "ອອນລາຍ", @@ -2344,12 +2359,15 @@ "Guest": "ແຂກ", "New version of %(brand)s is available": "ເວີຊັນໃໝ່ຂອງ %(brand)s ພ້ອມໃຊ້ງານ", "Update %(brand)s": "ອັບເດດ %(brand)s", + "Update": "ອັບເດດ", "What's New": "ມີຫຍັງໃຫມ່", "What's new?": "ມີຫຍັງໃຫມ່?", "%(deviceId)s from %(ip)s": "%(deviceId)s ຈາກ %(ip)s", "New login. Was this you?": "ເຂົ້າສູ່ລະບົບໃໝ່. ນີ້ແມ່ນທ່ານບໍ?", "Other users may not trust it": "ຜູ້ໃຊ້ອື່ນໆອາດຈະບໍ່ໄວ້ວາງໃຈ", "Safeguard against losing access to encrypted messages & data": "ປ້ອງກັນການສູນເສຍການເຂົ້າເຖິງຂໍ້ຄວາມ ແລະຂໍ້ມູນທີ່ເຂົ້າລະຫັດ", + "Verify": "ຢືນຢັນ", + "Upgrade": "ຍົກລະດັບ", "Verify this session": "ຢືນຢັນລະບົບນີ້", "Encryption upgrade available": "ມີການຍົກລະດັບການເຂົ້າລະຫັດ", "Set up Secure Backup": "ຕັ້ງຄ່າການສໍາຮອງຂໍ້ມູນທີ່ປອດໄພ", @@ -2362,6 +2380,7 @@ "Use app for a better experience": "ໃຊ້ແອັບເພື່ອປະສົບການທີ່ດີກວ່າ", "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", + "Accept": "ຍອມຮັບ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2374,6 +2393,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "ບໍ່ເປັນຫຍັງ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { @@ -2648,6 +2668,7 @@ "%(roomName)s can't be previewed. Do you want to join it?": "ບໍ່ສາມາດເບິ່ງຕົວຢ່າງ %(roomName)s ໄດ້. ທ່ານຕ້ອງການເຂົ້າຮ່ວມມັນບໍ?", "You're previewing %(roomName)s. Want to join it?": "ທ່ານກຳລັງເບິ່ງຕົວຢ່າງ %(roomName)s. ຕ້ອງການເຂົ້າຮ່ວມບໍ?", "Reject & Ignore user": "ປະຕິເສດ ແລະ ບໍ່ສົນໃຈຜູ້ໃຊ້", + "Reject": "ປະຕິເສດ", " invited you": " ເຊີນທ່ານ", "Do you want to join %(roomName)s?": "ທ່ານຕ້ອງການເຂົ້າຮ່ວມ %(roomName)s ບໍ?", "Start chatting": "ເລີ່ມການສົນທະນາ", @@ -2871,6 +2892,7 @@ "You've successfully verified this user.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ສຳເລັດແລ້ວ.", "Verified!": "ຢືນຢັນແລ້ວ!", "The other party cancelled the verification.": "ອີກຝ່າຍໄດ້ຍົກເລີກການຢັ້ງຢືນ.", + "Call": "ໂທ", "%(name)s on hold": "%(name)s ຖືກລະງັບໄວ້", "Return to call": "ກັບໄປທີ່ການໂທ", "Hangup": "ວາງສາຍ", @@ -3287,27 +3309,5 @@ "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" }, - "Home": "ໜ້າຫຼັກ", - "action.reject": "ປະຕິເສດ", - "action.confirm": "ຢືນຢັນ", - "action.dismiss": "ຍົກເລີກ", - "action.trust": "ເຊື່ອຖືໄດ້", - "action.cancel": "ຍົກເລີກ", - "action.stop": "ຢຸດ", - "action.join": "ເຂົ້າຮ່ວມ", - "action.close": "ປິດ", - "action.accept": "ຍອມຮັບ", - "action.upgrade": "ຍົກລະດັບ", - "action.verify": "ຢືນຢັນ", - "action.update": "ອັບເດດ", - "action.call": "ໂທ", - "action.delete": "ລຶບ", - "action.upload": "ອັບໂຫຼດ", - "action.collapse": "ຫຍໍ້ລົງ", - "action.reset": "ຕັ້ງຄ່າຄືນ", - "action.share": "ແບ່ງປັນ", - "action.skip": "ຂ້າມ", - "action.logout": "ອອກຈາກລະບົບ", - "action.view": "ເບິ່ງ", - "action.expand": "ຂະຫຍາຍ" + "Home": "ໜ້າຫຼັກ" } diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 7c81d14d662..2e6abdff895 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -6,6 +6,7 @@ "Notification targets": "Pranešimo objektai", "Today": "Šiandien", "Friday": "Penktadienis", + "Update": "Atnaujinti", "Notifications": "Pranešimai", "On": "Įjungta", "Changelog": "Keitinių žurnalas", @@ -21,6 +22,7 @@ "All Rooms": "Visi pokalbių kambariai", "Source URL": "Šaltinio URL adresas", "Messages sent by bot": "Boto siųstos žinutės", + "Cancel": "Atšaukti", "Filter results": "Išfiltruoti rezultatus", "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", @@ -30,6 +32,7 @@ "Search…": "Paieška…", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", + "Dismiss": "Atmesti", "Saturday": "Šeštadienis", "Online": "Prisijungęs", "Monday": "Pirmadienis", @@ -48,11 +51,13 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", + "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", + "Reject": "Atmesti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", @@ -118,6 +123,7 @@ "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", + "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", @@ -387,6 +393,7 @@ "Unable to add email address": "Nepavyko pridėti el. pašto adreso", "Unable to verify email address.": "Nepavyko patvirtinti el. pašto adreso.", "This will allow you to reset your password and receive notifications.": "Tai jums leis iš naujo nustatyti slaptažodį ir gauti pranešimus.", + "Skip": "Praleisti", "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ų!", @@ -409,6 +416,7 @@ "Identity server has no terms of service": "Tapatybės serveris neturi paslaugų teikimo sąlygų", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šiam veiksmui reikalinga pasiekti numatytąjį tapatybės serverį , kad patvirtinti el. pašto adresą arba telefono numerį, bet serveris neturi jokių paslaugos teikimo sąlygų.", "Only continue if you trust the owner of the server.": "Tęskite tik tuo atveju, jei pasitikite serverio savininku.", + "Trust": "Pasitikėti", "You need to be able to invite users to do that.": "Norėdami tai atlikti jūs turite turėti galimybę pakviesti vartotojus.", "Power level must be positive integer.": "Galios lygis privalo būti teigiamas sveikasis skaičius.", "Messages": "Žinutės", @@ -515,6 +523,7 @@ "Messages containing my username": "Žinutės, kuriose yra mano vartotojo vardas", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (galia %(powerLevelNumber)s)", "Enter username": "Įveskite vartotojo vardą", + "Confirm": "Patvirtinti", "Create account": "Sukurti paskyrą", "Change identity server": "Pakeisti tapatybės serverį", "Change": "Keisti", @@ -706,6 +715,7 @@ "Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.", "Messages containing @room": "Žinutės, kuriose yra @kambarys", "To be secure, do this in person or use a trusted way to communicate.": "Norėdami užtikrinti saugumą, darykite tai asmeniškai arba naudokite patikimą komunikacijos būdą.", + "Verify": "Patvirtinti", "Restore from Backup": "Atkurti iš Atsarginės Kopijos", "Preferences": "Nuostatos", "Cryptography": "Kriptografija", @@ -871,7 +881,9 @@ "Folder": "Aplankas", "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", + "Upgrade": "Atnaujinti", "Accept to continue:": "Sutikite su , kad tęstumėte:", + "Upload": "Įkelti", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Jūsų paskyra slaptoje saugykloje turi kryžminio pasirašymo tapatybę, bet šis seansas dar ja nepasitiki.", "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", @@ -950,6 +962,7 @@ "Can't leave Server Notices room": "Negalima išeiti iš Serverio Pranešimų kambario", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Šis kambarys yra naudojamas svarbioms žinutėms iš serverio, tad jūs negalite iš jo išeiti.", "Terms and Conditions": "Taisyklės ir Sąlygos", + "Logout": "Atsijungti", "Reject & Ignore user": "Atmesti ir ignoruoti vartotoją", "Reject invitation": "Atmesti pakvietimą", "You can only join it with a working invite.": "Jūs galite prisijungti tik su veikiančiu pakvietimu.", @@ -976,6 +989,7 @@ "Continue With Encryption Disabled": "Tęsti išjungus šifravimą", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Patvirtinkite šį vartotoją, kad pažymėtumėte jį kaip patikimą. Vartotojų pažymėjimas patikimais suteikia jums papildomos ramybės naudojant visapusiškai užšifruotas žinutes.", "Sign out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", + "View": "Žiūrėti", "Confirm encryption setup": "Patvirtinti šifravimo sąranką", "Click the button below to confirm setting up encryption.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šifravimo nustatymą.", "Restore your key backup to upgrade your encryption": "Atkurkite savo atsarginę raktų kopiją, kad atnaujintumėte šifravimą", @@ -1040,6 +1054,7 @@ "Import E2E room keys": "Importuoti E2E (visapusio šifravimo) kambarių raktus", "Session ID:": "Seanso ID:", "Session key:": "Seanso raktas:", + "Reset": "Iš naujo nustatyti", "Failed to connect to integration manager": "Nepavyko prisijungti prie integracijų tvarkytuvo", "Please create a new issue on GitHub so that we can investigate this bug.": "Prašome sukurti naują problemą GitHub'e, kad mes galėtume ištirti šią klaidą.", "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Pasakyite mums kas nutiko, arba, dar geriau, sukurkite GitHub problemą su jos apibūdinimu.", @@ -1144,6 +1159,7 @@ "You must join the room to see its files": "Norėdami pamatyti jo failus, turite prisijungti prie kambario", "Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai", "Block anyone not part of %(serverName)s from ever joining this room.": "Blokuoti bet ką, kas nėra iš %(serverName)s, niekada nebeleidžiant prisijungti prie šio kambario.", + "Join": "Prisijungti", "Join the conference from the room information card on the right": "Prisijunkite prie konferencijos kambario informacijos kortelėje dešinėje", "Join the conference at the top of this room": "Prisijunkite prie konferencijos šio kambario viršuje", "Join the discussion": "Prisijungti prie diskusijos", @@ -1743,6 +1759,7 @@ "Verification code": "Patvirtinimo kodas", "Revoke": "Panaikinti", "Complete": "Užbaigti", + "Share": "Dalintis", "Olm version:": "Olm versija:", "Enable email notifications for %(email)s": "Įjungti el. pašto pranešimus %(email)s", "Messages containing keywords": "Žinutės turinčios raktažodžių", @@ -1786,6 +1803,7 @@ "Address": "Adresas", "Search %(spaceName)s": "Ieškoti %(spaceName)s", "Delete avatar": "Ištrinti avatarą", + "Delete": "Ištrinti", "Return to call": "Grįžti prie skambučio", "Start the camera": "Įjungti kamerą", "Stop the camera": "Išjungti kamerą", @@ -2130,6 +2148,7 @@ "Help improve %(analyticsOwner)s": "Padėkite pagerinti %(analyticsOwner)s", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Dalinkitės anoniminiais duomenimis, kurie padės mums nustatyti problemas. Nieko asmeniško. Jokių trečiųjų šalių. Sužinokite daugiau", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Anksčiau sutikote su mumis dalytis anoniminiais naudojimo duomenimis. Atnaujiname, kaip tai veikia.", + "Stop": "Sustabdyti", "That's fine": "Tai gerai", "File Attached": "Failas pridėtas", "Exported %(count)s events in %(seconds)s seconds": { @@ -2153,6 +2172,8 @@ "Invite with email or username": "Pakviesti su el. paštu arba naudotojo vardu", "Share invite link": "Bendrinti pakvietimo nuorodą", "Click to copy": "Spustelėkite kad nukopijuoti", + "Collapse": "Suskleisti", + "Expand": "Išplėsti", "Show all rooms": "Rodyti visus kambarius", "You can change these anytime.": "Jūs tai galite pakeisti bet kada.", "Add some details to help people recognise it.": "Pridėkite šiek tiek detalių, kad žmonės galėtų ją atpažinti.", @@ -2190,6 +2211,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Laukiama, kol patvirtinsite kitame įrenginyje, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Patvirtinkite šį prietaisą patvirtindami, kad jo ekrane rodomas šis numeris.", "Confirm the emoji below are displayed on both devices, in the same order:": "Patvirtinkite, kad toliau pateikti jaustukai rodomi abiejuose prietaisuose ta pačia tvarka:", + "Call": "Skambinti", "%(name)s on hold": "%(name)s sulaikytas", "Show sidebar": "Rodyti šoninę juostą", "Hide sidebar": "Slėpti šoninę juostą", @@ -2500,27 +2522,5 @@ "view_source": "Peržiūrėti šaltinį", "yes": "Taip" }, - "Home": "Pradžia", - "action.reject": "Atmesti", - "action.confirm": "Patvirtinti", - "action.dismiss": "Atmesti", - "action.trust": "Pasitikėti", - "action.cancel": "Atšaukti", - "action.stop": "Sustabdyti", - "action.join": "Prisijungti", - "action.close": "Uždaryti", - "action.accept": "Priimti", - "action.upgrade": "Atnaujinti", - "action.verify": "Patvirtinti", - "action.update": "Atnaujinti", - "action.call": "Skambinti", - "action.delete": "Ištrinti", - "action.upload": "Įkelti", - "action.collapse": "Suskleisti", - "action.reset": "Iš naujo nustatyti", - "action.share": "Dalintis", - "action.skip": "Praleisti", - "action.logout": "Atsijungti", - "action.view": "Žiūrėti", - "action.expand": "Išplėsti" + "Home": "Pradžia" } diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 73c2069f57f..7247b1ea2e5 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,4 +1,5 @@ { + "Accept": "Akceptēt", "Account": "Konts", "Add": "Pievienot", "Admin": "Administrators", @@ -30,6 +31,7 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s dzēsa istabas nosaukumu.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s nomainīja istabas tematu uz \"%(topic)s\".", "Changes your display nickname": "Maina jūsu parādāmo vārdu", + "Close": "Aizvērt", "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", @@ -82,6 +84,7 @@ "Sign in with": "Pierakstīties ar", "Join Room": "Pievienoties istabai", "Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem ar brīdi, kad tie pievienojās.", @@ -168,7 +171,9 @@ "Unban": "Atcelt pieejas liegumu", "unknown error code": "nezināms kļūdas kods", "Unnamed Room": "Istaba bez nosaukuma", + "Cancel": "Atcelt", "Create new room": "Izveidot jaunu istabu", + "Dismiss": "Atmest", "You have enabled URL previews by default.": "URL priekšskatījumi pēc noklusējuma jums iriespējoti .", "Upload avatar": "Augšupielādēt avataru", "Upload Failed": "Augšupielāde (nosūtīšana) neizdevās", @@ -245,6 +250,7 @@ "Not a valid %(brand)s keyfile": "Nederīgs %(brand)s atslēgfails", "Authentication check failed: incorrect password?": "Autentifikācijas pārbaude neizdevās. Nepareiza parole?", "Do you want to set an email address?": "Vai vēlies norādīt epasta adresi?", + "Skip": "Izlaist", "and %(count)s others...": { "other": "un vēl %(count)s citi...", "one": "un vēl viens cits..." @@ -413,6 +419,7 @@ "Notification targets": "Paziņojumu adresāti", "Today": "Šodien", "Friday": "Piektdiena", + "Update": "Atjaunināt", "What's New": "Kas jauns", "On": "Ieslēgt", "Changelog": "Izmaiņu vēsture", @@ -434,6 +441,7 @@ "Event sent!": "Notikums nosūtīts!", "Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus", "Saturday": "Sestdiena", + "Reject": "Noraidīt", "Monday": "Pirmdiena", "Toolbox": "Instrumentārijs", "Collecting logs": "Tiek iegūti logfaili", @@ -606,6 +614,7 @@ "Enter a Security Phrase": "Ievadiet slepeno frāzi", "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", + "Confirm": "Apstiprināt", "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ī", @@ -710,6 +719,7 @@ "Uploaded sound": "Augšupielādētie skaņas signāli", "Sounds": "Skaņas signāli", "Set a new custom sound": "Iestatīt jaunu pielāgotu skaņas signālu", + "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.", "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)", @@ -791,6 +801,7 @@ "Recent Conversations": "Nesenās sarunas", "Start a conversation with someone using their name or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - ).", "Start a conversation with someone using their name, email address or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - ).", + "Upload": "Augšupielādēt", "Use your Security Key to continue.": "Izmantojiet savu drošības atslēgu, lai turpinātu.", "Save your Security Key": "Saglabājiet savu drošības atslēgu", "Generate a Security Key": "Ģenerēt drošības atslēgu", @@ -989,6 +1000,7 @@ "Display Name": "Parādāmais vārds", "Add some details to help people recognise it.": "Pievienojiet aprakstu, lai palīdzētu cilvēkiem to atpazīt.", "Create a space": "Izveidot vietu", + "Delete": "Dzēst", "Accept to continue:": "Akceptēt , lai turpinātu:", "Anchor": "Enkurs", "Aeroplane": "Aeroplāns", @@ -1046,6 +1058,7 @@ "Verify this user by confirming the following number appears on their screen.": "Verificēt šo lietotāju, apstiprinot, ka šāds numurs pārādās lietotāja ekrānā.", "You ended the call": "Jūs pabeidzāt zvanu", "Other users may not trust it": "Citi lietotāji var neuzskatīt to par uzticamu", + "Verify": "Verificēt", "Verify this session": "Verificēt šo sesiju", "You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:", "You're already in a call with this person.": "Jums jau notiek zvans ar šo personu.", @@ -1438,6 +1451,7 @@ "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", + "Trust": "Uzticamība", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šai darbībai ir nepieciešama piekļuve noklusējuma identitātes serverim , lai validētu e-pasta adresi vai tālruņa numuru, taču serverim nav pakalpojumu sniegšanas noteikumu.", "Identity server has no terms of service": "Identitātes serverim nav pakalpojumu sniegšanas noteikumu", @@ -1500,6 +1514,7 @@ "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", "Zoom in": "Pietuvināt", "Zoom out": "Attālināt", + "Join": "Pievienoties", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1517,6 +1532,7 @@ "one": "Rādīt %(count)s citu priekšskatījumu", "other": "Rādīt %(count)s citus priekšskatījumus" }, + "Share": "Dalīties", "Access": "Piekļuve", "People with supported clients will be able to join the room without having a registered account.": "Cilvēki ar atbalstītām lietotnēm varēs pievienoties istabai bez reģistrēta konta.", "Decide who can join %(roomName)s.": "Nosakiet, kas var pievienoties %(roomName)s.", @@ -1535,6 +1551,7 @@ "Anyone can find and join.": "Ikviens var atrast un pievienoties.", "Only invited people can join.": "Tikai uzaicināti cilvēki var pievienoties.", "Private (invite only)": "Privāta (tikai ar ielūgumiem)", + "Expand": "Izvērst", "Decide who can view and join %(spaceName)s.": "Nosakiet, kas var skatīt un pievienoties %(spaceName)s.", "Enable guest access": "Iespējot piekļuvi viesiem", "Invite people": "Uzaicināt cilvēkus", @@ -1816,22 +1833,5 @@ "a11y": { "user_menu": "Lietotāja izvēlne" }, - "Home": "Mājup", - "action.reject": "Noraidīt", - "action.confirm": "Apstiprināt", - "action.dismiss": "Atmest", - "action.trust": "Uzticamība", - "action.cancel": "Atcelt", - "action.join": "Pievienoties", - "action.close": "Aizvērt", - "action.accept": "Akceptēt", - "action.verify": "Verificēt", - "action.update": "Atjaunināt", - "action.delete": "Dzēst", - "action.upload": "Augšupielādēt", - "action.reset": "Atiestatīt", - "action.share": "Dalīties", - "action.skip": "Izlaist", - "action.logout": "Izrakstīties", - "action.expand": "Izvērst" + "Home": "Mājup" } diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 3449c1a9ae5..46ab1f813c8 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,5 +1,8 @@ { + "Cancel": "റദ്ദാക്കുക", + "Close": "അടയ്ക്കുക", "Create new room": "പുതിയ റൂം സൃഷ്ടിക്കുക", + "Dismiss": "ഒഴിവാക്കുക", "Failed to forget room %(errCode)s": "%(errCode)s റൂം ഫോര്‍ഗെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Favourite": "പ്രിയപ്പെട്ടവ", "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", @@ -15,6 +18,7 @@ "Notification targets": "നോട്ടിഫിക്കേഷന്‍ ടാര്‍ഗെറ്റുകള്‍", "Today": "ഇന്ന്", "Friday": "വെള്ളി", + "Update": "പുതുക്കുക", "What's New": "പുതിയ വിശേഷങ്ങള്‍", "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", @@ -32,6 +36,7 @@ "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", "Saturday": "ശനി", + "Reject": "നിരസിക്കുക", "Monday": "തിങ്കള്‍", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "All Rooms": "എല്ലാ മുറികളും കാണുക", @@ -72,10 +77,5 @@ "remove": "നീക്കം ചെയ്യുക", "start_chat": "ചാറ്റ് തുടങ്ങുക", "view_source": "സോഴ്സ് കാണുക" - }, - "action.reject": "നിരസിക്കുക", - "action.dismiss": "ഒഴിവാക്കുക", - "action.cancel": "റദ്ദാക്കുക", - "action.close": "അടയ്ക്കുക", - "action.update": "പുതുക്കുക" + } } diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index 9d272b49e1d..5e44298332a 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -2,5 +2,5 @@ "Explore rooms": "Өрөөнүүд үзэх", "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", - "action.dismiss": "Орхих" + "Dismiss": "Орхих" } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 0ea40779d62..7967cbee199 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -18,6 +18,7 @@ "When I'm invited to a room": "Når jeg blir invitert til et rom", "Tuesday": "Tirsdag", "Unnamed room": "Rom uten navn", + "Reject": "Avvis", "Monday": "Mandag", "Failed to forget room %(errCode)s": "Kunne ikke glemme rommet %(errCode)s", "Wednesday": "Onsdag", @@ -25,6 +26,7 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", + "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)", "Thursday": "Torsdag", @@ -35,6 +37,7 @@ "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", "Saturday": "Lørdag", + "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", "You cannot place a call with yourself.": "Du kan ikke ringe deg selv.", "Permission Required": "Tillatelse kreves", @@ -136,6 +139,8 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", + "Cancel": "Avbryt", + "Trust": "Stol på", "Sign In": "Logg inn", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", @@ -149,6 +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", + "Accept": "Godta", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -180,7 +186,10 @@ "Anchor": "Anker", "Headphones": "Hodetelefoner", "Folder": "Mappe", + "Upgrade": "Oppgrader", + "Verify": "Bekreft", "Review": "Gjennomgang", + "Upload": "Last opp", "Show less": "Vis mindre", "Current password": "Nåværende passord", "New Password": "Nytt passord", @@ -210,6 +219,7 @@ "Timeline": "Tidslinje", "Security & Privacy": "Sikkerhet og personvern", "Camera": "Kamera", + "Reset": "Nullstill", "Browse": "Bla", "Unban": "Opphev utestengelse", "Banned users": "Bannlyste brukere", @@ -219,6 +229,7 @@ "Encrypted": "Kryptert", "Complete": "Fullført", "Revoke": "Tilbakekall", + "Share": "Del", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", "Add": "Legg til", @@ -248,6 +259,7 @@ "Show all": "Vis alt", "Copied!": "Kopiert!", "What's New": "Hva er nytt", + "Update": "Oppdater", "Frequently Used": "Ofte brukte", "Smileys & People": "Smilefjes og folk", "Animals & Nature": "Dyreliv og natur", @@ -260,6 +272,7 @@ "Quick Reactions": "Hurtigreaksjoner", "Cancel search": "Avbryt søket", "More options": "Flere alternativer", + "Join": "Bli med", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -279,6 +292,7 @@ "Go": "Gå", "Refresh": "Oppdater", "Email address": "E-postadresse", + "Skip": "Hopp over", "Share Room Message": "Del rommelding", "Terms of Service": "Vilkår for bruk", "Service": "Tjeneste", @@ -292,6 +306,9 @@ "Phone": "Telefon", "Enter password": "Skriv inn passord", "Enter username": "Skriv inn brukernavn", + "Confirm": "Bekreft", + "Logout": "Logg ut", + "View": "Vis", "Explore rooms": "Se alle rom", "Guest": "Gjest", "Go Back": "Gå tilbake", @@ -1074,6 +1091,7 @@ "one": "%(count)s rom" }, "Invite by username": "Inviter etter brukernavn", + "Delete": "Slett", "Your public space": "Ditt offentlige område", "Your private space": "Ditt private område", "Invite to %(spaceName)s": "Inviter til %(spaceName)s", @@ -1433,6 +1451,7 @@ "Sent": "Sendt", "Sending": "Sender", "Format": "Format", + "Stop": "Stopp avspilling", "MB": "MB", "Zoom in": "Forstørr", "Zoom out": "Forminske", @@ -1443,6 +1462,8 @@ "Keyboard shortcuts": "Tastatursnarveier", "Global": "Globalt", "Keyword": "Nøkkelord", + "Collapse": "Trekk sammen", + "Expand": "Utvid", "Visibility": "Synlighet", "Address": "Adresse", "Delete avatar": "Slett profilbilde", @@ -1569,26 +1590,5 @@ "a11y": { "user_menu": "Brukermeny" }, - "Home": "Hjem", - "action.reject": "Avvis", - "action.confirm": "Bekreft", - "action.dismiss": "Avvis", - "action.trust": "Stol på", - "action.cancel": "Avbryt", - "action.stop": "Stopp avspilling", - "action.join": "Bli med", - "action.close": "Lukk", - "action.accept": "Godta", - "action.upgrade": "Oppgrader", - "action.verify": "Bekreft", - "action.update": "Oppdater", - "action.delete": "Slett", - "action.upload": "Last opp", - "action.collapse": "Trekk sammen", - "action.reset": "Nullstill", - "action.share": "Del", - "action.skip": "Hopp over", - "action.logout": "Logg ut", - "action.view": "Vis", - "action.expand": "Utvid" + "Home": "Hjem" } diff --git a/src/i18n/strings/ne.json b/src/i18n/strings/ne.json index e014c8f4308..fdbc34821aa 100644 --- a/src/i18n/strings/ne.json +++ b/src/i18n/strings/ne.json @@ -5,12 +5,12 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो फोन नम्बर थपेको पुष्टि गर्नुहोस्।", "Failed to verify email address: make sure you clicked the link in the email": "इमेल ठेगाना प्रमाणित गर्न असफल: तपाईंले इमेलमा रहेको लिङ्कमा क्लिक गर्नुभएको छ भनी सुनिश्चित गर्नुहोस्", "Add Email Address": "इमेल ठेगाना थप्नुहोस्", + "Confirm": "पुष्टि गर्नुहोस्", "Click the button below to confirm adding this email address.": "यो इमेल ठेगाना थपिएको पुष्टि गर्न तलको बटनमा क्लिक गर्नुहोस्।", "Confirm adding email": "इमेल थपेको पुष्टि गर्नुहोस्", "Single Sign On": "एकल साइन अन", "Confirm adding this email address by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो इमेल ठेगाना थपेको पुष्टि गर्नुहोस्।", "Use Single Sign On to continue": "जारी राख्न एकल साइन अन प्रयोग गर्नुहोस्", "This phone number is already in use": "यो फोन नम्बर पहिले नै प्रयोगमा छ", - "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ", - "action.confirm": "पुष्टि गर्नुहोस्" + "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 0704376797b..10736015ccf 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -24,6 +24,8 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", + "Cancel": "Annuleren", + "Accept": "Aannemen", "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", @@ -35,7 +37,9 @@ "Camera": "Camera", "Anyone": "Iedereen", "Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer ‘%(roomName)s’ wil verlaten?", + "Close": "Sluiten", "Create new room": "Nieuwe kamer aanmaken", + "Dismiss": "Sluiten", "Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s", "Favourite": "Favoriet", "Notifications": "Meldingen", @@ -128,6 +132,7 @@ "Sign in with": "Inloggen met", "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze toegetreden zijn.", @@ -249,6 +254,7 @@ "Authentication check failed: incorrect password?": "Aanmeldingscontrole mislukt: onjuist wachtwoord?", "Do you want to set an email address?": "Wil je een e-mailadres instellen?", "This will allow you to reset your password and receive notifications.": "Zo kan je een nieuw wachtwoord instellen en meldingen ontvangen.", + "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", @@ -415,6 +421,7 @@ "Notification targets": "Meldingsbestemmingen", "Today": "Vandaag", "Friday": "Vrijdag", + "Update": "Updaten", "What's New": "Wat is er nieuw", "On": "Aan", "Changelog": "Wijzigingslogboek", @@ -434,6 +441,7 @@ "Search…": "Zoeken…", "Developer Tools": "Ontwikkelgereedschap", "Saturday": "Zaterdag", + "Reject": "Weigeren", "Monday": "Maandag", "Toolbox": "Gereedschap", "Collecting logs": "Logs worden verzameld", @@ -716,6 +724,7 @@ "Room Topic": "Kameronderwerp", "This room is a continuation of another conversation.": "Deze kamer is een voortzetting van een ander gesprek.", "Click here to see older messages.": "Klik hier om oudere berichten te bekijken.", + "Join": "Deelnemen", "Power level": "Machtsniveau", "The following users may not exist": "Volgende personen bestaan mogelijk niet", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-ID’s hieronder vinden - wil je ze toch uitnodigen?", @@ -759,6 +768,7 @@ "Change": "Wijzigen", "Email (optional)": "E-mailadres (optioneel)", "Phone (optional)": "Telefoonnummer (optioneel)", + "Confirm": "Bevestigen", "Join millions for free on the largest public server": "Neem deel aan de grootste publieke server samen met miljoenen anderen", "Other": "Overige", "Couldn't load page": "Kon pagina niet laden", @@ -818,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Jouw browser heeft deze gegevens wellicht verwijderd toen de beschikbare opslagSpace vol was.", "Upload files (%(current)s of %(total)s)": "Bestanden versturen (%(current)s van %(total)s)", "Upload files": "Bestanden versturen", + "Upload": "Versturen", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot om te versturen. Het limiet is %(limit)s en dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", @@ -879,6 +890,7 @@ "Uploaded sound": "Geüpload-geluid", "Sounds": "Geluiden", "Notification sound": "Meldingsgeluid", + "Reset": "Opnieuw instellen", "Set a new custom sound": "Stel een nieuw aangepast geluid in", "Browse": "Bladeren", "Cannot reach homeserver": "Kan homeserver niet bereiken", @@ -943,6 +955,7 @@ "Unable to revoke sharing for email address": "Kan delen voor dit e-mailadres niet intrekken", "Unable to share email address": "Kan e-mailadres niet delen", "Revoke": "Intrekken", + "Share": "Delen", "Discovery options will appear once you have added an email above.": "Vindbaarheidopties zullen verschijnen wanneer je een e-mailadres hebt toegevoegd.", "Unable to revoke sharing for phone number": "Kan delen voor dit telefoonnummer niet intrekken", "Unable to share phone number": "Kan telefoonnummer niet delen", @@ -1013,6 +1026,7 @@ "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", + "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", "Clear cache and reload": "Cache wissen en herladen", @@ -1051,6 +1065,7 @@ "Encryption upgrade available": "Versleutelingsupgrade beschikbaar", "You can use /help to list available commands. Did you mean to send this as a message?": "Typ /help om alle opdrachten te zien. Was het je bedoeling dit als bericht te sturen?", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Dit vergt validatie van een e-mailadres of telefoonnummer middels de standaard identiteitsserver , maar die server heeft geen gebruiksvoorwaarden.", + "Trust": "Vertrouwen", "Custom (%(level)s)": "Aangepast (%(level)s)", "Error upgrading room": "Upgraden van kamer mislukt", "Double check that your server supports the room version chosen and try again.": "Ga nogmaals na dat de server de gekozen kamerversie ondersteunt, en probeer het dan opnieuw.", @@ -1108,6 +1123,8 @@ "To be secure, do this in person or use a trusted way to communicate.": "Doe dit voor de zekerheid onder vier ogen, of via een betrouwbaar communicatiemedium.", "Lock": "Hangslot", "Other users may not trust it": "Mogelijk wantrouwen anderen het", + "Upgrade": "Upgraden", + "Verify": "Verifiëren", "Later": "Later", "Review": "Controleer", "This bridge was provisioned by .": "Dank aan voor de brug.", @@ -2179,6 +2196,7 @@ "Invite only, best for yourself or teams": "Alleen op uitnodiging, geschikt voor jezelf of teams", "Open space for anyone, best for communities": "Publieke space voor iedereen, geschikt voor gemeenschappen", "Create a space": "Space maken", + "Delete": "Verwijderen", "This homeserver has been blocked by its administrator.": "Deze homeserver is geblokkeerd door jouw beheerder.", "Already in call": "Al in de oproep", "You're already in a call with this person.": "Je bent al in gesprek met deze persoon.", @@ -2345,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.", "This space has no local addresses": "Deze Space heeft geen lokaaladres", "Space information": "Space-informatie", + "Collapse": "Invouwen", + "Expand": "Uitvouwen", "Recommended for public spaces.": "Aanbevolen voor publieke spaces.", "Allow people to preview your space before they join.": "Personen toestaan een voorvertoning van jouw space te zien voor deelname.", "Preview Space": "Space voorvertoning", @@ -2562,6 +2582,7 @@ "Select from the options below to export chats from your timeline": "Selecteer met welke opties je jouw chats wilt exporteren van je tijdlijn", "Export Chat": "Chat exporteren", "Exporting your data": "Jouw data aan het exporteren", + "Stop": "Stop", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Weet je zeker dat je wilt stoppen terwijl je jouw data exporteert? Als je dit doet moet je later opnieuw beginnen.", "Your export was successful. Find it in your Downloads folder.": "Jouw export was succesvol. Je vindt hem in je Downloads-map.", "The export was cancelled successfully": "De export was succesvol geannulleerd", @@ -2904,6 +2925,7 @@ "Navigate to previous message to edit": "Navigeer naar het vorige bericht om te bewerken", "Navigate to next message to edit": "Navigeer naar het volgende bericht om te bewerken", "Internal room ID": "Interne ruimte ID", + "Call": "Bellen", "Redo edit": "Opnieuw bewerken", "Force complete": "Voltooiing forceren", "Undo edit": "Bewerken ongedaan maken", @@ -3562,27 +3584,5 @@ "a11y": { "user_menu": "Persoonsmenu" }, - "Home": "Home", - "action.reject": "Weigeren", - "action.confirm": "Bevestigen", - "action.dismiss": "Sluiten", - "action.trust": "Vertrouwen", - "action.cancel": "Annuleren", - "action.stop": "Stop", - "action.join": "Deelnemen", - "action.close": "Sluiten", - "action.accept": "Aannemen", - "action.upgrade": "Upgraden", - "action.verify": "Verifiëren", - "action.update": "Updaten", - "action.call": "Bellen", - "action.delete": "Verwijderen", - "action.upload": "Versturen", - "action.collapse": "Invouwen", - "action.reset": "Opnieuw instellen", - "action.share": "Delen", - "action.skip": "Overslaan", - "action.logout": "Uitloggen", - "action.view": "Bekijken", - "action.expand": "Uitvouwen" + "Home": "Home" } diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 394052076c6..88c33efb733 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -112,6 +112,7 @@ "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", + "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", @@ -212,9 +213,11 @@ "Search…": "Søk…", "This Room": "Dette rommet", "All Rooms": "Alle rom", + "Cancel": "Bryt av", "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", "Stickerpack": "Klistremerkepakke", "Jump to first unread message.": "Hopp til den fyrste uleste meldinga.", + "Close": "Lukk", "This room has no local addresses": "Dette rommet har ingen lokale adresser", "You have enabled URL previews by default.": "Du har skrudd URL-førehandsvisingar på i utgangspunktet.", "You have disabled URL previews by default.": "Du har skrudd URL-førehandsvisingar av i utgangspunktet.", @@ -242,6 +245,7 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s endra romavataren til ", "Copied!": "Kopiert!", "Failed to copy": "Noko gjekk gale med kopieringa", + "Dismiss": "Avvis", "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", "Code": "Kode", @@ -253,6 +257,7 @@ "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", + "Update": "Oppdatering", "What's new?": "Kva er nytt?", "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", "No update available.": "Inga oppdatering er tilgjengeleg.", @@ -386,6 +391,7 @@ "Unable to add email address": "Klarte ikkje å leggja epostadressa til", "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", + "Skip": "Hopp over", "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", "Share Room": "Del Rom", "Link to most recent message": "Lenk til den nyaste meldinga", @@ -394,6 +400,7 @@ "Link to selected message": "Lenk til den valde meldinga", "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", + "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", "Source URL": "Kjelde-URL", @@ -413,6 +420,7 @@ "Review terms and conditions": "Sjå over Vilkår og Føresetnader", "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", "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.": "Data frå ein eldre versjon av %(brand)s er oppdaga. Dette kan ha gjort at ende-til-ende kryptering feilar i den eldre versjonen. Krypterte meldingar som er utveksla med den gamle versjonen er kanskje ikkje dekrypterbare i denne versjonen. Dette kan forårsake at meldingar utveksla mot denne versjonen vil feile. Opplever du problem med dette, kan du logge inn og ut igjen. For å behalde meldingshistorikk, eksporter og importer nøklane dine på nytt.", + "Logout": "Logg ut", "Invite to this room": "Inviter til dette rommet", "Notifications": "Varsel", "You can't send any messages until you review and agree to our terms and conditions.": "Du kan ikkje senda meldingar før du les over og godkjenner våre bruksvilkår.", @@ -592,6 +600,7 @@ "Identity server has no terms of service": "Identitetstenaren manglar bruksvilkår", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handlinga krev kommunikasjon mot (standard identitetstenar) for å verifisere e-post eller telefonnummer, men tenaren manglar bruksvilkår.", "Only continue if you trust the owner of the server.": "Gå vidare så lenge du har tillit til eigar av tenaren.", + "Trust": "Tillat", "Custom (%(level)s)": "Tilpassa (%(level)s)", "Error upgrading room": "Feil ved oppgradering av rom", "Double check that your server supports the room version chosen and try again.": "Sjekk at tenar støttar denne romversjonen, og prøv på nytt.", @@ -715,6 +724,7 @@ "Show shortcuts to recently viewed rooms above the room list": "Vis snarvegar til sist synte rom over romkatalogen", "Show hidden events in timeline": "Vis skjulte hendelsar i historikken", "This is your list of users/servers you have blocked - don't leave the room!": "Dette er di liste over brukarar/tenarar du har blokkert - ikkje forlat rommet!", + "Upload": "Last opp", "Show less": "Vis mindre", "Show more": "Vis meir", "Display Name": "Visningsnamn", @@ -776,6 +786,7 @@ "Encrypted messages in group chats": "Krypterte meldingar i gruppesamtalar", "When rooms are upgraded": "Når rom blir oppgraderte", "My Ban List": "Mi blokkeringsliste", + "Upgrade": "Oppgrader", "Enable desktop notifications for this session": "Aktiver skrivebordsvarslingar for denne øka", "Enable audible notifications for this session": "Aktiver høyrbare varslingar for denne økta", "Custom theme URL": "Tilpassa tema-URL", @@ -805,10 +816,12 @@ "Command Help": "Kommandohjelp", "To help us prevent this in future, please send us logs.": "For å bistå med å forhindre dette i framtida, gjerne send oss loggar.", "%(creator)s created and configured the room.": "%(creator)s oppretta og konfiguerte dette rommet.", + "View": "Vis", "Jump to first unread room.": "Hopp til fyrste uleste rom.", "Jump to first invite.": "Hopp til fyrste invitasjon.", "Unable to set up secret storage": "Oppsett av hemmeleg lager feila", "Toggle microphone mute": "Slå av/på demping av mikrofon", + "Confirm": "Stadfest", "Confirm adding email": "Stadfest at du ynskjer å legga til e-postadressa", "Click the button below to confirm adding this email address.": "Trykk på knappen under for å stadfesta at du ynskjer å legga til denne e-postadressa.", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Stadfest dette telefonnummeret for å bruka Single-sign-on for å bevisa identiteten din.", @@ -846,6 +859,7 @@ "wait and try again later": "vent og prøv om att seinare", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin Security Disclosure Policy.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Tenaradministratoren din har deaktivert ende-til-ende kryptering som standard i direktemeldingar og private rom.", + "Reset": "Nullstill", "Set a new custom sound": "Set ein ny tilpassa lyd", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "Når kryptering er aktivert for eit rom, kan ein ikkje deaktivere det. Meldingar som blir sende i eit kryptert rom kan ikkje bli lesne av tenaren, men berre av deltakarane i rommet. Aktivering av kryptering kan hindre mange botar og bruer frå å fungera på rett måte. Les meir om kryptering her.", "Encrypted": "Kryptert", @@ -856,6 +870,7 @@ "Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.", "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.", "This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.", + "Join": "Bli med", "Matrix": "Matrix", "Add a new server": "Legg til ein ny tenar", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.", @@ -968,6 +983,7 @@ "Change identity server": "Endre identitetstenar", "Not a valid identity server (status code %(code)s)": "Ikkje ein gyldig identietstenar (statuskode %(code)s)", "Identity server URL must be HTTPS": "URL for identitetstenar må vera HTTPS", + "Share": "Del", "Review to ensure your account is safe": "Undersøk dette for å gjere kontoen trygg", "Review": "Undersøk", "Results are only revealed when you end the poll": "Resultatet blir synleg når du avsluttar røystinga", @@ -982,6 +998,7 @@ "Autoplay GIFs": "Spel av GIF-ar automatisk", "Expand map": "Utvid kart", "Expand quotes": "Utvid sitat", + "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", "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.", @@ -1080,22 +1097,5 @@ "start_chat": "Start samtale", "view_source": "Sjå Kjelda" }, - "Home": "Heim", - "action.reject": "Avslå", - "action.confirm": "Stadfest", - "action.dismiss": "Avvis", - "action.trust": "Tillat", - "action.cancel": "Bryt av", - "action.join": "Bli med", - "action.close": "Lukk", - "action.accept": "Sei ja", - "action.upgrade": "Oppgrader", - "action.update": "Oppdatering", - "action.upload": "Last opp", - "action.reset": "Nullstill", - "action.share": "Del", - "action.skip": "Hopp over", - "action.logout": "Logg ut", - "action.view": "Vis", - "action.expand": "Utvid" + "Home": "Heim" } diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index bc639764838..6d746e36b19 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -31,6 +31,7 @@ "Start chatting": "Començar de charrar", "Do you want to join %(roomName)s?": "Volètz rejonher %(roomName)s ?", " invited you": " vos convidèt", + "Reject": "Regetar", "Reject & Ignore user": "Regetar e ignorar", "%(roomName)s does not exist.": "%(roomName)s existís pas.", "This Room": "Aquesta sala", @@ -38,7 +39,10 @@ "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", + "Confirm": "Confirmar", + "Dismiss": "Refusar", "Go Back": "En arrièr", + "Cancel": "Anullar", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -60,6 +64,7 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", + "Trust": "Aprovacion", "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", @@ -74,9 +79,14 @@ "Reason": "Rason", "Review": "Reveire", "Notifications": "Notificacions", + "Close": "Tampar", "Ok": "Validar", "Set up": "Parametrar", + "Upgrade": "Metre a jorn", + "Verify": "Verificar", + "Update": "Mesa a jorn", "Font size": "Talha de poliça", + "Accept": "Acceptar", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -96,6 +106,7 @@ "Headphones": "Escotadors", "Folder": "Dorsièr", "Pin": "Penjar", + "Upload": "Enviar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -132,6 +143,7 @@ "Camera": "Aparelh de fotografiar", "Bridges": "Bridges", "Sounds": "Sons", + "Reset": "Recomençar", "Browse": "Percórrer", "Unban": "Reabilitar", "Permissions": "Permissions", @@ -139,6 +151,7 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", + "Share": "Partiment", "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", @@ -183,6 +196,7 @@ "Categories": "Categorias", "Cancel search": "Anullar la recèrca", "More options": "Autras opcions", + "Join": "Jónher", "Rotate Left": "Pivotar cap a èrra", "Rotate Right": "Pivotar cap a drecha", "Matrix": "Matritz", @@ -201,6 +215,7 @@ "Session name": "Nom de session", "Refresh": "Actualizada", "Email address": "Adreça de corrièl", + "Skip": "Ignorar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", @@ -215,6 +230,8 @@ "Passwords don't match": "Los senhals correspondon pas", "Register": "S'enregistrar", "Unknown error": "Error desconeguda", + "Logout": "Desconnexion", + "View": "Visualizacion", "Search failed": "La recèrca a fracassat", "Feedback": "Comentaris", "Incorrect password": "Senhal incorrècte", @@ -289,22 +306,5 @@ "view_source": "Veire la font", "yes": "Òc" }, - "Home": "Dorsièr personal", - "action.reject": "Regetar", - "action.confirm": "Confirmar", - "action.dismiss": "Refusar", - "action.trust": "Aprovacion", - "action.cancel": "Anullar", - "action.join": "Jónher", - "action.close": "Tampar", - "action.accept": "Acceptar", - "action.upgrade": "Metre a jorn", - "action.verify": "Verificar", - "action.update": "Mesa a jorn", - "action.upload": "Enviar", - "action.reset": "Recomençar", - "action.share": "Partiment", - "action.skip": "Ignorar", - "action.logout": "Desconnexion", - "action.view": "Visualizacion" + "Home": "Dorsièr personal" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 5f0fa264168..a01a36e5832 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1,4 +1,5 @@ { + "Skip": "Pomiń", "This will allow you to reset your password and receive notifications.": "To pozwoli Ci zresetować Twoje hasło i otrzymać powiadomienia.", "Your browser does not support the required cryptography extensions": "Twoja przeglądarka nie wspiera wymaganych rozszerzeń kryptograficznych", "Something went wrong!": "Coś poszło nie tak!", @@ -6,6 +7,7 @@ "Unknown error": "Nieznany błąd", "New Password": "Nowe hasło", "Create new room": "Utwórz nowy pokój", + "Cancel": "Anuluj", "Jan": "Sty", "Feb": "Lut", "Mar": "Mar", @@ -30,6 +32,7 @@ "Users": "Użytkownicy", "Usage": "Użycie", "Unban": "Odbanuj", + "Accept": "Akceptuj", "Account": "Konto", "Add": "Dodaj", "Microphone": "Mikrofon", @@ -37,6 +40,7 @@ "Are you sure?": "Czy jesteś pewien?", "Banned users": "Zbanowani użytkownicy", "Change Password": "Zmień Hasło", + "Close": "Zamknij", "Confirm password": "Potwierdź hasło", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", @@ -44,6 +48,7 @@ "Operation failed": "Operacja nie udała się", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", + "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", "powered by Matrix": "napędzany przez Matrix", @@ -123,6 +128,7 @@ "Join Room": "Dołącz do pokoju", "Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich zaproszenia.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich dołączenia.", @@ -291,6 +297,7 @@ "Notification targets": "Cele powiadomień", "Today": "Dzisiaj", "Friday": "Piątek", + "Update": "Zaktualizuj", "What's New": "Co nowego", "On": "Włącz", "Changelog": "Dziennik zmian", @@ -311,6 +318,7 @@ "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowuję do wysłania dzienników", "Saturday": "Sobota", + "Reject": "Odrzuć", "Monday": "Poniedziałek", "Toolbox": "Przybornik", "Collecting logs": "Zbieranie dzienników", @@ -774,6 +782,7 @@ "Changes the avatar of the current room": "Zmienia awatar dla obecnego pokoju", "Use an identity server": "Użyj serwera tożsamości", "Show previews/thumbnails for images": "Pokaż podgląd/miniatury obrazów", + "Trust": "Zaufaj", "Custom (%(level)s)": "Własny (%(level)s)", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Użyj serwera tożsamości, by zaprosić z użyciem adresu e-mail. Kliknij dalej, żeby użyć domyślnego serwera tożsamości (%(defaultIdentityServerName)s), lub zmień w Ustawieniach.", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, by zaprosić za pomocą adresu e-mail. Zarządzaj w ustawieniach.", @@ -834,7 +843,9 @@ "one": "1 nieprzeczytana wiadomość." }, "Unread messages.": "Nieprzeczytane wiadomości.", + "Join": "Dołącz", "%(creator)s created and configured the room.": "%(creator)s stworzył i skonfigurował pokój.", + "View": "Wyświetl", "Missing media permissions, click the button below to request.": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)snie wykonało zmian %(count)s razy", @@ -851,6 +862,7 @@ "Match system theme": "Dopasuj do motywu systemowego", "They match": "Pasują do siebie", "They don't match": "Nie pasują do siebie", + "Upload": "Prześlij", "Remove recent messages": "Usuń ostatnie wiadomości", "Rotate Left": "Obróć w lewo", "Rotate Right": "Obróć w prawo", @@ -874,6 +886,7 @@ "Ignored users": "Zignorowani użytkownicy", "⚠ These settings are meant for advanced users.": "⚠ Te ustawienia są przeznaczone dla zaawansowanych użytkowników.", "Subscribe": "Subskrybuj", + "Reset": "Resetuj", "Local address": "Lokalny adres", "Published Addresses": "Opublikowane adresy", "Local Addresses": "Lokalne adresy", @@ -893,6 +906,7 @@ "Enter": "Enter", "Space": "Przestrzeń", "End": "End", + "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ć.", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", @@ -935,6 +949,7 @@ "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", + "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { "other": "%(count)s zweryfikowanych sesji", @@ -948,6 +963,7 @@ "Hide sessions": "Ukryj sesje", "Integrations are disabled": "Integracje są wyłączone", "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", + "Upgrade": "Ulepsz", "Manage": "Zarządzaj", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", @@ -984,6 +1000,7 @@ "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", "Support adding custom themes": "Obsługa dodawania niestandardowych motywów", + "Share": "Udostępnij", "Bold": "Pogrubienie", "Italics": "Kursywa", "Strikethrough": "Przekreślenie", @@ -1785,6 +1802,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Udostępnij anonimowe dane, aby pomóc nam zidentyfikować problemy. Nic osobistego. Żadnych podmiotów zewnętrznych. Dowiedz się więcej", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Wcześniej wyraziłeś zgodę na udostępnianie zanonimizowanych danych z nami. Teraz aktualizujemy jak to działa.", "Help improve %(analyticsOwner)s": "Pomóż poprawić %(analyticsOwner)s", + "Stop": "Stop", "That's fine": "To jest w porządku", "File Attached": "Plik załączony", "Exported %(count)s events in %(seconds)s seconds": { @@ -2080,6 +2098,8 @@ "Invite people": "Zaproś ludzi", "Share invite link": "Udostępnij link zaproszenia", "Click to copy": "Kliknij aby skopiować", + "Collapse": "Zwiń", + "Expand": "Rozwiń", "Show all rooms": "Pokaż wszystkie pokoje", "You can change these anytime.": "Możesz to zmienić w każdej chwili.", "Add some details to help people recognise it.": "Dodaj trochę szczegółów, aby ludzie mogli ją łatwo rozpoznać.", @@ -2094,6 +2114,7 @@ "e.g. my-space": "np. moja-przestrzen", "Please enter a name for the space": "Podaj nazwę dla przestrzeni", "Search %(spaceName)s": "Przeszukaj %(spaceName)s", + "Delete": "Usuń", "Delete avatar": "Usuń awatar", "Space selection": "Wybór przestrzeni", "Match system": "Dopasuj do systemu", @@ -2118,6 +2139,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Oczekiwanie na zweryfikowanie przez ciebie twojego innego urządzenia, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Zweryfikuj to urządzenie, upewniając się że poniższy numer wyświetlony jest na jego ekranie.", "Confirm the emoji below are displayed on both devices, in the same order:": "Potwierdź że poniższe emotikony są wyświetlane na obu urządzeniach, w tej samej kolejności:", + "Call": "Zadzwoń", "%(name)s on hold": "%(name)s na linii", "More": "Więcej", "Show sidebar": "Pokaż pasek boczny", @@ -2331,6 +2353,7 @@ "Use your account to continue.": "Użyj swojego konta, aby kontynuować.", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.", "%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową", + "Reload": "Przeładuj", "Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta", "No identity access token found": "Nie znaleziono tokena dostępu tożsamości", "Identity server not set": "Serwer tożsamości nie jest ustawiony", @@ -2447,6 +2470,7 @@ "Set a new account password…": "Ustaw nowe hasło użytkownika…", "Error changing password": "Wystąpił błąd podczas zmiany hasła", "New version available. Update now.": "Nowa wersja dostępna. Aktualizuj teraz.", + "Apply": "Zastosuj", "Search users in this room…": "Szukaj użytkowników w tym pokoju…", "Saving…": "Zapisywanie…", "Creating…": "Tworzenie…", @@ -3934,29 +3958,5 @@ "a11y": { "user_menu": "Menu użytkownika" }, - "Home": "Strona główna", - "action.reject": "Odrzuć", - "action.confirm": "Potwierdź", - "action.dismiss": "Pomiń", - "action.trust": "Zaufaj", - "action.reload": "Przeładuj", - "action.cancel": "Anuluj", - "action.stop": "Stop", - "action.join": "Dołącz", - "action.close": "Zamknij", - "action.accept": "Akceptuj", - "action.upgrade": "Ulepsz", - "action.verify": "Weryfikuj", - "action.update": "Zaktualizuj", - "action.call": "Zadzwoń", - "action.delete": "Usuń", - "action.upload": "Prześlij", - "action.collapse": "Zwiń", - "action.apply": "Zastosuj", - "action.reset": "Resetuj", - "action.share": "Udostępnij", - "action.skip": "Pomiń", - "action.logout": "Wyloguj", - "action.view": "Wyświetl", - "action.expand": "Rozwiń" + "Home": "Strona główna" } diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 8c22e0db4f3..3483ec93c26 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -32,6 +32,7 @@ "Invalid Email Address": "Endereço de email inválido", "Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala", "Sign in with": "Quero entrar", + "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "Novas palavras-passe devem coincidir.", @@ -158,6 +159,7 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.", + "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -187,6 +189,7 @@ "Incorrect password": "Palavra-passe incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", + "Dismiss": "Descartar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "potenciado por Matrix", @@ -238,10 +241,12 @@ "Start authentication": "Iniciar autenticação", "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", "Add": "Adicionar", "Unnamed Room": "Sala sem nome", "Something went wrong!": "Algo deu errado!", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)", + "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", @@ -260,6 +265,7 @@ "Authentication check failed: incorrect password?": "Erro de autenticação: palavra-passe incorreta?", "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", "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", @@ -279,6 +285,7 @@ "Notification targets": "Alvos de notificação", "Today": "Hoje", "Friday": "Sexta-feira", + "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Histórico de alterações", @@ -299,6 +306,7 @@ "Developer Tools": "Ferramentas de desenvolvedor", "Unnamed room": "Sala sem nome", "Saturday": "Sábado", + "Reject": "Rejeitar", "Monday": "Segunda-feira", "Collecting logs": "A recolher logs", "Invite to this room": "Convidar para esta sala", @@ -335,6 +343,7 @@ "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", "Comment": "Comente", + "Confirm": "Confirmar", "Use Single Sign On to continue": "Use Single Sign On para continuar", "Identity server not set": "Servidor de identidade não definido", "No identity access token found": "Nenhum token de identidade de acesso encontrado", @@ -366,6 +375,7 @@ "%(minutes)sm %(seconds)ss left": "%(minutes)sm %(seconds)ss restantes", "Only continue if you trust the owner of the server.": "Continue apenas se confia no dono do servidor.", "User Busy": "Utilizador ocupado", + "Trust": "Confiar", "The user you called is busy.": "O utilizador para o qual tentou ligar está ocupado.", "The call was answered on another device.": "A chamada foi atendida noutro dispositivo.", "Unable to access microphone": "Não é possível aceder ao microfone", @@ -390,6 +400,7 @@ "You cannot place calls in this browser.": "Não pode fazer chamadas neste navegador.", "Database unexpectedly closed": "Base de dados fechada inesperadamente", "User is not logged in": "Utilizador não tem sessão iniciada", + "Reload": "Recarregar", "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", @@ -758,16 +769,5 @@ "start_chat": "Iniciar conversa", "view_source": "Ver a fonte" }, - "Home": "Início", - "action.reject": "Rejeitar", - "action.confirm": "Confirmar", - "action.dismiss": "Descartar", - "action.trust": "Confiar", - "action.reload": "Recarregar", - "action.cancel": "Cancelar", - "action.close": "Fechar", - "action.accept": "Aceitar", - "action.update": "Atualizar", - "action.skip": "Saltar", - "action.logout": "Sair" + "Home": "Início" } diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index a057fb5a6ad..0573c35fb14 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -32,6 +32,7 @@ "Invalid Email Address": "Endereço de e-mail inválido", "Invites user with given id to current room": "Convida o usuário com o ID especificado para esta sala", "Sign in with": "Entrar com", + "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "As novas senhas informadas precisam ser idênticas.", @@ -158,6 +159,7 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.", + "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -187,6 +189,7 @@ "Incorrect password": "Senha incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", + "Dismiss": "Dispensar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "oferecido por Matrix", @@ -231,8 +234,10 @@ "Create new room": "Criar nova sala", "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", "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.", @@ -248,6 +253,7 @@ "Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?", "Do you want to set an email address?": "Você deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações.", + "Skip": "Pular", "Restricted": "Restrito", "You are not in this room.": "Você não está nesta sala.", "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", @@ -409,6 +415,7 @@ "Notification targets": "Aparelhos notificados", "Today": "Hoje", "Friday": "Sexta-feira", + "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Registro de alterações", @@ -428,6 +435,7 @@ "Search…": "Buscar…", "Developer Tools": "Ferramentas do desenvolvedor", "Saturday": "Sábado", + "Reject": "Recusar", "Monday": "Segunda-feira", "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", @@ -748,6 +756,7 @@ "Single Sign On": "Autenticação Única", "Confirm adding email": "Confirmar a inclusão de e-mail", "Click the button below to confirm adding this email address.": "Clique no botão abaixo para confirmar a adição deste endereço de e-mail.", + "Confirm": "Confirmar", "Add Email Address": "Adicionar endereço de e-mail", "Confirm adding phone number": "Confirmar adição de número de telefone", "Add Phone Number": "Adicionar número de telefone", @@ -762,6 +771,7 @@ "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", "Only continue if you trust the owner of the server.": "Continue apenas se você confia em quem possui este servidor.", + "Trust": "Confiança", "%(name)s is requesting verification": "%(name)s está solicitando confirmação", "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", @@ -871,6 +881,8 @@ "Ok": "Ok", "Encryption upgrade available": "Atualização de criptografia disponível", "Verify this session": "Confirmar esta sessão", + "Upgrade": "Atualizar", + "Verify": "Confirmar", "Other users may not trust it": "Outras(os) usuárias(os) podem não confiar nela", "New login. Was this you?": "Novo login. Foi você?", "Guest": "Convidada(o)", @@ -916,6 +928,7 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para sua segurança, faça isso pessoalmente ou use uma forma confiável de comunicação.", "Lock": "Cadeado", "Accept to continue:": "Aceitar para continuar:", + "Upload": "Enviar", "This bridge was provisioned by .": "Esta integração foi disponibilizada por .", "This bridge is managed by .": "Esta integração é desenvolvida por .", "Show less": "Mostrar menos", @@ -1080,6 +1093,7 @@ "Widget added by": "Widget adicionado por", "This widget may use cookies.": "Este widget pode usar cookies.", "More options": "Mais opções", + "Join": "Entrar", "Rotate Left": "Girar para a esquerda", "Rotate Right": "Girar para a direita", "Language Dropdown": "Menu suspenso de idiomas", @@ -1314,6 +1328,7 @@ "Notify everyone": "Notificar todos", "Your email address hasn't been verified yet": "Seu endereço de e-mail ainda não foi confirmado", "Revoke": "Revogar", + "Share": "Compartilhar", "Unable to revoke sharing for phone number": "Não foi possível revogar o compartilhamento do número de celular", "Unable to share phone number": "Não foi possível compartilhar o número de celular", "Please enter verification code sent via text.": "Digite o código de confirmação enviado por mensagem de texto.", @@ -1435,6 +1450,7 @@ "Password is allowed, but unsafe": "Esta senha é permitida, mas não é segura", "Sign in with SSO": "Faça login com SSO (Login Único)", "Couldn't load page": "Não foi possível carregar a página", + "View": "Ver", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala.", "one": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala." @@ -1575,6 +1591,7 @@ "You can also set up Secure Backup & manage your keys in Settings.": "Você também pode configurar o Backup online & configurar as suas senhas nas Configurações.", "Cross-signing is ready for use.": "A autoverificação está pronta para uso.", "Cross-signing is not set up.": "A autoverificação não está configurada.", + "Reset": "Redefinir", "not found in storage": "não encontrado no armazenamento", "Master private key:": "Chave privada principal:", "Failed to save your profile": "Houve uma falha ao salvar o seu perfil", @@ -2131,6 +2148,7 @@ "Skip for now": "Ignorar por enquanto", "Random": "Aleatório", "Welcome to ": "Boas-vindas ao ", + "Delete": "Excluir", "This homeserver has been blocked by its administrator.": "Este servidor local foi bloqueado pelo seu administrador.", "You're already in a call with this person.": "Você já está em uma chamada com essa pessoa.", "Failed to create initial space rooms": "Falha ao criar salas de espaço iniciais", @@ -2228,6 +2246,8 @@ "Keyword": "Palavra-chave", "Error saving notification preferences": "Erro ao salvar as preferências de notificações", "Messages containing keywords": "Mensagens contendo palavras-chave", + "Collapse": "Colapsar", + "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espaços públicos.", "Preview Space": "Previsualizar o Espaço", "Visibility": "Visibilidade", @@ -2428,6 +2448,7 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Compartilhe dados anônimos para nos ajudar a identificar problemas. Nada pessoal. Sem terceiros. Saiba mais", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Você consentiu anteriormente em compartilhar dados de uso anônimos conosco. Estamos atualizando como isso funciona.", "Help improve %(analyticsOwner)s": "Ajude a melhorar %(analyticsOwner)s", + "Stop": "Pare", "That's fine": "Isso é bom", "Current Timeline": "Linha do tempo atual", "Specify a number of messages": "Especifique um número de mensagens", @@ -2878,26 +2899,5 @@ "a11y": { "user_menu": "Menu do usuário" }, - "Home": "Home", - "action.reject": "Recusar", - "action.confirm": "Confirmar", - "action.dismiss": "Dispensar", - "action.trust": "Confiança", - "action.cancel": "Cancelar", - "action.stop": "Pare", - "action.join": "Entrar", - "action.close": "Fechar", - "action.accept": "Aceitar", - "action.upgrade": "Atualizar", - "action.verify": "Confirmar", - "action.update": "Atualizar", - "action.delete": "Excluir", - "action.upload": "Enviar", - "action.collapse": "Colapsar", - "action.reset": "Redefinir", - "action.share": "Compartilhar", - "action.skip": "Pular", - "action.logout": "Sair", - "action.view": "Ver", - "action.expand": "Expandir" + "Home": "Home" } diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 9cbc7ec631a..2716abce22f 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -39,6 +39,7 @@ "Explore rooms": "Explorează camerele", "Sign In": "Autentificare", "Create Account": "Înregistare", + "Dismiss": "Închide", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", "No other application is using the webcam": "Nicio altă aplicație nu folosește camera web", @@ -61,6 +62,7 @@ "Confirm adding phone number": "Confirmați adăugarea numărului de telefon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirmați adăugarea acestui număr de telefon utilizând Single Sign On pentru a vă dovedi identitatea.", "Add Email Address": "Adăugați o adresă de e-mail", + "Confirm": "Confirmă", "Click the button below to confirm adding this email address.": "Faceți clic pe butonul de mai jos pentru a confirma adăugarea acestei adrese de e-mail.", "Confirm adding email": "Confirmați adăugarea e-mailului", "Single Sign On": "Single Sign On", @@ -72,7 +74,5 @@ }, "action": { "ok": "OK" - }, - "action.confirm": "Confirmă", - "action.dismiss": "Închide" + } } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index ca66c048c78..0b4b3266811 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -28,6 +28,7 @@ "Invalid Email Address": "Недопустимый email", "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", + "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", "New passwords must match each other.": "Новые пароли должны совпадать.", @@ -150,7 +151,9 @@ "This phone number is already in use": "Этот номер телефона уже используется", "You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s", + "Cancel": "Отмена", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.", + "Dismiss": "Закрыть", "Operation failed": "Сбой операции", "powered by Matrix": "основано на Matrix", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Отображать время в 12-часовом формате (напр. 2:30 ПП)", @@ -231,7 +234,9 @@ "You must register to use this functionality": "Вы должны зарегистрироваться, чтобы использовать эту функцию", "New Password": "Новый пароль", "Something went wrong!": "Что-то пошло не так!", + "Accept": "Принять", "Admin Tools": "Инструменты администратора", + "Close": "Закрыть", "No display name": "Нет отображаемого имени", "Start authentication": "Начать аутентификацию", "(~%(count)s results)": { @@ -248,6 +253,7 @@ "Authentication check failed: incorrect password?": "Ошибка аутентификации: возможно, неправильный пароль?", "Do you want to set an email address?": "Хотите указать email?", "This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.", + "Skip": "Пропустить", "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", @@ -414,6 +420,7 @@ "Notification targets": "Устройства для уведомлений", "Today": "Сегодня", "Friday": "Пятница", + "Update": "Обновить", "What's New": "Что изменилось", "On": "Включить", "Changelog": "История изменений", @@ -435,6 +442,7 @@ "Developer Tools": "Инструменты разработчика", "Preparing to send logs": "Подготовка к отправке журналов", "Saturday": "Суббота", + "Reject": "Отклонить", "Monday": "Понедельник", "Toolbox": "Панель инструментов", "Collecting logs": "Сбор журналов", @@ -599,6 +607,7 @@ "Room Topic": "Тема комнаты", "This room is a continuation of another conversation.": "Эта комната является продолжением другого разговора.", "Click here to see older messages.": "Нажмите, чтобы увидеть старые сообщения.", + "Join": "Войти", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. обратитесь к администратору службы, чтобы продолжить использование службы.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. обратитесь к администратору службы, чтобы продолжить использование службы.", "Prompt before sending invites to potentially invalid matrix IDs": "Подтверждать отправку приглашений на потенциально недействительные matrix ID", @@ -624,6 +633,7 @@ "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", + "Confirm": "Подтвердить", "Other": "Другие", "Go to Settings": "Перейти в настройки", "Set up Secure Messages": "Настроить безопасные сообщения", @@ -818,6 +828,7 @@ "Your browser likely removed this data when running low on disk space.": "Вероятно, ваш браузер удалил эти данные, когда на дисковом пространстве оставалось мало места.", "Upload files (%(current)s of %(total)s)": "Загрузка файлов (%(current)s из %(total)s)", "Upload files": "Загрузка файлов", + "Upload": "Загрузить", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Этот файл слишком большой для загрузки. Лимит размера файла составляет %(limit)s но этот файл %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Эти файлы слишком большие для загрузки. Лимит размера файла составляет %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Некоторые файлы имеют слишком большой размер, чтобы их можно было загрузить. Лимит размера файла составляет %(limit)s.", @@ -874,6 +885,7 @@ "Uploaded sound": "Загруженный звук", "Sounds": "Звук", "Notification sound": "Звук уведомления", + "Reset": "Сброс", "Set a new custom sound": "Установка нового пользовательского звука", "Browse": "Просматривать", "Go back to set it again.": "Задать другой пароль.", @@ -991,6 +1003,7 @@ "Verify the link in your inbox": "Проверьте ссылку в вашем почтовом ящике(папка \"Входящие\")", "Complete": "Выполнено", "Revoke": "Отмена", + "Share": "Поделиться", "Discovery options will appear once you have added an email above.": "Параметры поиска по электронной почты появятся после добавления её выше.", "Unable to revoke sharing for phone number": "Не удалось отменить общий доступ к номеру телефона", "Unable to share phone number": "Не удается предоставить общий доступ к номеру телефона", @@ -1049,6 +1062,7 @@ "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' администратору вашего домашнего сервера. Если сообщения в этой комнате зашифрованы, администратор вашего домашнего сервера не сможет прочитать текст сообщения или просмотреть какие-либо файлы или изображения.", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Отсутствует Капча открытого ключа в конфигурации домашнего сервера. Пожалуйста, сообщите об этом администратору вашего домашнего сервера.", "%(creator)s created and configured the room.": "%(creator)s создал(а) и настроил(а) комнату.", + "View": "Просмотр", "Explore rooms": "Обзор комнат", "Command Autocomplete": "Автозаполнение команды", "Emoji Autocomplete": "Автодополнение смайлов", @@ -1069,6 +1083,7 @@ "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", "Jump to first invite.": "Перейти к первому приглашению.", + "Trust": "Доверие", "Unread messages.": "Непрочитанные сообщения.", "Message Actions": "Сообщение действий", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Это действие требует по умолчанию доступа к серверу идентификации для подтверждения адреса электронной почты или номера телефона, но у сервера нет никакого пользовательского соглашения.", @@ -1139,6 +1154,8 @@ "To be secure, do this in person or use a trusted way to communicate.": "Чтобы быть в безопасности, делайте это лично или используйте надежный способ связи.", "Lock": "Заблокировать", "Other users may not trust it": "Другие пользователи могут не доверять этому сеансу", + "Upgrade": "Обновление", + "Verify": "Заверить", "Later": "Позже", "Review": "Обзор", "This bridge was provisioned by .": "Этот мост был подготовлен пользователем .", @@ -2174,6 +2191,7 @@ "Invite only, best for yourself or teams": "Только по приглашениям, лучший вариант для себя или команды", "Open space for anyone, best for communities": "Открытое пространство для всех, лучший вариант для сообществ", "Create a space": "Создать пространство", + "Delete": "Удалить", "Jump to the bottom of the timeline when you send a message": "Перейти к нижней части временной шкалы, когда вы отправляете сообщение", "This homeserver has been blocked by its administrator.": "Доступ к этому домашнему серверу заблокирован вашим администратором.", "You're already in a call with this person.": "Вы уже разговариваете с этим человеком.", @@ -2445,6 +2463,8 @@ "Error saving notification preferences": "Ошибка при сохранении настроек уведомлений", "Messages containing keywords": "Сообщения с ключевыми словами", "Message search initialisation failed": "Инициализация поиска сообщений не удалась", + "Collapse": "Свернуть", + "Expand": "Развернуть", "Recommended for public spaces.": "Рекомендуется для публичных пространств.", "Allow people to preview your space before they join.": "Дайте людям возможность предварительно ознакомиться с вашим пространством, прежде чем они присоединятся к нему.", "Preview Space": "Предварительный просмотр пространства", @@ -2556,6 +2576,7 @@ "Format": "Формат", "Export Chat": "Экспорт чата", "Exporting your data": "Экспорт ваших данных", + "Stop": "Стоп", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Вы уверены, что хотите прекратить экспорт данных? Если да, то вам придется начать все сначала.", "Your export was successful. Find it in your Downloads folder.": "Ваш экспорт звершен. Найдите его в папке \"Загрузки\".", "The export was cancelled successfully": "Экспорт был отменен", @@ -2863,6 +2884,7 @@ "Verify this device by confirming the following number appears on its screen.": "Проверьте это устройство, убедившись, что на его экране отображается следующее число.", "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Ожидает проверки на другом устройстве, %(deviceName)s (%(deviceId)s)…", "Confirm the emoji below are displayed on both devices, in the same order:": "Убедитесь, что приведённые ниже смайлики отображаются в обоих сеансах в одинаковом порядке:", + "Call": "Вызов", "Dial": "Набор", "sends rainfall": "отправляет дождь", "Sends the given message with rainfall": "Отправляет заданное сообщение с дождём", @@ -3440,6 +3462,7 @@ "You have unverified sessions": "У вас есть незаверенные сеансы", "Rich text editor": "Наглядный текстовый редактор", "Search users in this room…": "Поиск пользователей в этой комнате…", + "Apply": "Применить", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", "%(senderName)s ended a voice broadcast": "%(senderName)s завершил(а) голосовую трансляцию", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", @@ -3642,28 +3665,5 @@ "a11y": { "user_menu": "Меню пользователя" }, - "Home": "Главная", - "action.reject": "Отклонить", - "action.confirm": "Подтвердить", - "action.dismiss": "Закрыть", - "action.trust": "Доверие", - "action.cancel": "Отмена", - "action.stop": "Стоп", - "action.join": "Войти", - "action.close": "Закрыть", - "action.accept": "Принять", - "action.upgrade": "Обновление", - "action.verify": "Заверить", - "action.update": "Обновить", - "action.call": "Вызов", - "action.delete": "Удалить", - "action.upload": "Загрузить", - "action.collapse": "Свернуть", - "action.apply": "Применить", - "action.reset": "Сброс", - "action.share": "Поделиться", - "action.skip": "Пропустить", - "action.logout": "Выйти", - "action.view": "Просмотр", - "action.expand": "Развернуть" + "Home": "Главная" } diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 42dadb658ed..5b9031fc059 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -3,10 +3,10 @@ "This phone number is already in use": "මෙම දුරකථන අංකය දැනටමත් භාවිතයේ පවතී", "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", + "Confirm": "තහවුරු කරන්න", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", "Sign In": "පිවිසෙන්න", + "Dismiss": "ඉවතලන්න", "Explore rooms": "කාමර බලන්න", - "Create Account": "ගිණුමක් සාදන්න", - "action.confirm": "තහවුරු කරන්න", - "action.dismiss": "ඉවතලන්න" + "Create Account": "ගිණුමක් සාදන්න" } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 2c141939200..d1800882a53 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -80,6 +80,7 @@ "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?", + "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", @@ -155,7 +156,9 @@ "Members only (since they joined)": "Len členovia (odkedy vstúpili)", "Permissions": "Povolenia", "Advanced": "Pokročilé", + "Cancel": "Zrušiť", "Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.", + "Close": "Zavrieť", "not specified": "nezadané", "This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy", "You have disabled URL previews by default.": "Predvolene máte zakázané náhľady URL adries.", @@ -174,6 +177,7 @@ "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", "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?": "Budete presmerovaní na stránku tretej strany, aby ste mohli overiť svoj účet na použitie s %(integrationsUrl)s. Chcete pokračovať?", + "Dismiss": "Zamietnuť", "Token incorrect": "Neplatný token", "A text message has been sent to %(msisdn)s": "Na číslo %(msisdn)s bola odoslaná textová správa", "Please enter the code it contains:": "Prosím, zadajte kód z tejto správy:", @@ -291,6 +295,7 @@ "Unable to add email address": "Nie je možné pridať emailovú adresu", "Unable to verify email address.": "Nie je možné overiť emailovú adresu.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnoviť si heslo a prijímať oznámenia emailom.", + "Skip": "Preskočiť", "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", "Reject invitation": "Odmietnuť pozvanie", @@ -299,6 +304,7 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Ste si istí, že chcete opustiť miestnosť '%(roomName)s'?", "Signed Out": "Ste odhlásení", "For security, this session has been signed out. Please sign in again.": "Z bezpečnostných dôvodov bola táto relácia odhlásená. Prosím, prihláste sa znova.", + "Logout": "Odhlásiť sa", "Connectivity to the server has been lost.": "Spojenie so serverom bolo prerušené.", "Sent messages will be stored until your connection has returned.": "Odoslané správy ostanú uložené, kým sa spojenie nenadviaže znovu.", "You seem to be uploading files, are you sure you want to quit?": "Zdá sa, že práve nahrávate súbory, ste si istí, že chcete skončiť?", @@ -413,6 +419,7 @@ "Notification targets": "Ciele oznámení", "Today": "Dnes", "Friday": "Piatok", + "Update": "Aktualizovať", "On": "Povolené", "Changelog": "Zoznam zmien", "Waiting for response from server": "Čakanie na odpoveď zo servera", @@ -432,6 +439,7 @@ "Event sent!": "Udalosť odoslaná!", "Preparing to send logs": "príprava odoslania záznamov", "Saturday": "Sobota", + "Reject": "Odmietnuť", "Monday": "Pondelok", "Toolbox": "Nástroje", "Collecting logs": "Získavajú sa záznamy", @@ -761,6 +769,7 @@ "Room avatar": "Obrázok miestnosti", "Room Name": "Názov miestnosti", "Room Topic": "Téma miestnosti", + "Join": "Vstúpiť", "Power level": "Úroveň oprávnenia", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.", "Incoming Verification Request": "Prichádzajúca žiadosť o overenie", @@ -775,6 +784,7 @@ "Change": "Zmeniť", "Email (optional)": "Email (nepovinné)", "Phone (optional)": "Telefón (nepovinné)", + "Confirm": "Potvrdiť", "Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma", "Other": "Ďalšie", "Couldn't load page": "Nie je možné načítať stránku", @@ -825,6 +835,7 @@ "Add Email Address": "Pridať emailovú adresu", "Add Phone Number": "Pridať telefónne číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Táto akcia vyžaduje prístup k predvolenému serveru totožností na overenie emailovej adresy alebo telefónneho čísla, ale server nemá žiadne podmienky používania.", + "Trust": "Dôverovať", "Custom (%(level)s)": "Vlastný (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Odošle správu ako obyčajný text bez interpretácie ako markdown", "You do not have the required permissions to use this command.": "Na použitie tohoto príkazu nemáte dostatočné povolenia.", @@ -860,6 +871,7 @@ "Show previews/thumbnails for images": "Zobrazovať ukážky/náhľady obrázkov", "My Ban List": "Môj zoznam zákazov", "This is your list of users/servers you have blocked - don't leave the room!": "Toto je zoznam používateľov / serverov, ktorých ste zablokovali - neopúšťajte miestnosť!", + "Upload": "Nahrať", "Cross-signing public keys:": "Verejné kľúče krížového podpisovania:", "not found": "nenájdené", "Cross-signing private keys:": "Súkromné kľúče krížového podpisovania:", @@ -1007,6 +1019,8 @@ "Verify by emoji": "Overiť pomocou emotikonov", "Review": "Skontrolovať", "Later": "Neskôr", + "Upgrade": "Aktualizovať", + "Verify": "Overiť", "Other users may not trust it": "Ostatní používatelia jej nemusia dôverovať", "This bridge was provisioned by .": "Toto premostenie poskytuje .", "Joins room with given address": "Pridať sa do miestnosti s danou adresou", @@ -1108,6 +1122,7 @@ "Uploaded sound": "Nahratý zvuk", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámenia", + "Reset": "Obnoviť predvolené", "Set a new custom sound": "Nastaviť vlastný zvuk", "Browse": "Prechádzať", "Upgrade the room": "Aktualizovať miestnosť", @@ -1124,6 +1139,7 @@ "Verify the link in your inbox": "Overte odkaz vo vašej emailovej schránke", "Complete": "Dokončiť", "Revoke": "Odvolať", + "Share": "Zdieľať", "Unable to revoke sharing for phone number": "Nepodarilo sa zrušiť zdieľanie telefónneho čísla", "Unable to share phone number": "Nepodarilo sa zdieľanie telefónneho čísla", "Please enter verification code sent via text.": "Zadajte prosím overovací kód zaslaný prostredníctvom SMS.", @@ -1516,6 +1532,7 @@ }, "Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.", "Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.", + "Expand": "Rozbaliť", "Show all your rooms in Home, even if they're in a space.": "Zobrazte všetky miestnosti v časti Domov, aj keď sú v priestore.", "Show all rooms in Home": "Zobraziť všetky miestnosti v časti Domov", "Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?", @@ -1638,12 +1655,14 @@ "Sidebar": "Bočný panel", "Downloading": "Preberanie", "Show:": "Zobraziť:", + "Stop": "Zastaviť", "MB": "MB", "JSON": "JSON", "HTML": "HTML", "Results": "Výsledky", "More": "Viac", "Decrypting": "Dešifrovanie", + "Collapse": "Zbaliť", "Visibility": "Viditeľnosť", "Sent": "Odoslané", "Connecting": "Pripájanie", @@ -1654,6 +1673,7 @@ "Suggested": "Navrhované", "Support": "Podpora", "Random": "Náhodné", + "Delete": "Vymazať", "Value:": "Hodnota:", "Level": "Úroveň", "Setting:": "Nastavenie:", @@ -1677,6 +1697,7 @@ "Objects": "Objekty", "Activities": "Aktivity", "Document": "Dokument", + "View": "Zobraziť", "Summary": "Zhrnutie", "Notes": "Poznámky", "Service": "Služba", @@ -2522,6 +2543,7 @@ "Next autocomplete suggestion": "Ďalší návrh automatického dokončovania", "Previous autocomplete suggestion": "Predchádzajúci návrh automatického dokončovania", "Internal room ID": "Interné ID miestnosti", + "Call": "Hovor", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Priestory sú spôsoby zoskupovania miestností a ľudí. Popri priestoroch, v ktorých sa nachádzate, môžete použiť aj niektoré predpripravené priestory.", "Group all your favourite rooms and people in one place.": "Zoskupte všetky vaše obľúbené miestnosti a ľudí na jednom mieste.", "Group all your people in one place.": "Zoskupte všetkých ľudí na jednom mieste.", @@ -3546,6 +3568,7 @@ "Re-enter email address": "Znovu zadajte e-mailovú adresu", "Wrong email address?": "Nesprávna e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skryť oznamovaciu bodku (zobrazovať iba odznaky počítadiel)", + "Apply": "Použiť", "Search users in this room…": "Vyhľadať používateľov v tejto miestnosti…", "Give one or multiple users in this room more privileges": "Prideliť jednému alebo viacerým používateľom v tejto miestnosti viac oprávnení", "Add privileged users": "Pridať oprávnených používateľov", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.", "Poll history": "História ankety", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Používateľ (%(user)s) neskončil ako pozvaný do %(roomId)s, ale nástroj pre pozývanie neposkytol žiadnu chybu", + "Reload": "Znovu načítať", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Môže to byť spôsobené otvorením aplikácie na viacerých kartách alebo vymazaním údajov prehliadača.", "Database unexpectedly closed": "Databáza sa neočakávane zatvorila", "Mute room": "Stlmiť miestnosť", @@ -3952,29 +3976,5 @@ "a11y": { "user_menu": "Používateľské menu" }, - "Home": "Domov", - "action.reject": "Odmietnuť", - "action.confirm": "Potvrdiť", - "action.dismiss": "Zamietnuť", - "action.trust": "Dôverovať", - "action.reload": "Znovu načítať", - "action.cancel": "Zrušiť", - "action.stop": "Zastaviť", - "action.join": "Vstúpiť", - "action.close": "Zavrieť", - "action.accept": "Prijať", - "action.upgrade": "Aktualizovať", - "action.verify": "Overiť", - "action.update": "Aktualizovať", - "action.call": "Hovor", - "action.delete": "Vymazať", - "action.upload": "Nahrať", - "action.collapse": "Zbaliť", - "action.apply": "Použiť", - "action.reset": "Obnoviť predvolené", - "action.share": "Zdieľať", - "action.skip": "Preskočiť", - "action.logout": "Odhlásiť sa", - "action.view": "Zobraziť", - "action.expand": "Rozbaliť" + "Home": "Domov" } diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index 3f6c80af7cb..de9583efbc9 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -2,6 +2,7 @@ "This email address is already in use": "Ta e-poštni naslov je že v uporabi", "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", + "Dismiss": "Opusti", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", @@ -10,6 +11,7 @@ "Single Sign On": "Enkratna prijava", "Confirm adding email": "Potrdi dodajanje e-poštnega naslova", "Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.", + "Confirm": "Potrdi", "Add Email Address": "Dodaj e-poštni naslov", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.", "Confirm adding phone number": "Potrdi dodajanje telefonske številke", @@ -61,7 +63,5 @@ "analytics": "Analitika", "error": "Napaka", "attachment": "Priponka" - }, - "action.confirm": "Potrdi", - "action.dismiss": "Opusti" + } } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 2d600f98d5c..89e3bbfea7f 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -60,9 +60,11 @@ "Notification targets": "Objektiva njoftimesh", "Today": "Sot", "Friday": "E premte", + "Update": "Përditësoje", "Notifications": "Njoftime", "On": "On", "Changelog": "Regjistër ndryshimesh", + "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?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", @@ -75,6 +77,7 @@ "All Rooms": "Krejt Dhomat", "Source URL": "URL Burimi", "Messages sent by bot": "Mesazhe të dërguar nga boti", + "Cancel": "Anuloje", "Filter results": "Filtroni përfundimet", "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", @@ -84,6 +87,7 @@ "Event sent!": "Akti u dërgua!", "Preparing to send logs": "Po përgatitet për dërgim regjistrash", "Unnamed room": "Dhomë e paemërtuar", + "Dismiss": "Mos e merr parasysh", "Saturday": "E shtunë", "Online": "Në linjë", "Monday": "E hënë", @@ -102,6 +106,7 @@ "State Key": "Kyç Gjendjesh", "What's new?": "Ç’ka të re?", "When I'm invited to a room": "Kur ftohem në një dhomë", + "Close": "Mbylle", "Invite to this room": "Ftojeni te kjo dhomë", "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", @@ -129,6 +134,7 @@ "%(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", + "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", @@ -239,12 +245,14 @@ "Invalid Email Address": "Adresë Email e Pavlefshme", "This doesn't appear to be a valid email address": "Kjo s’duket se është adresë email e vlefshme", "Verification Pending": "Verifikim Në Pritje të Miratimit", + "Skip": "Anashkaloje", "You must register to use this functionality": "Që të përdorni këtë funksion, duhet të regjistroheni", "Reject invitation": "Hidheni tej ftesën", "Are you sure you want to reject the invitation?": "Jeni i sigurt se doni të hidhet tej kjo ftesë?", "Are you sure you want to leave the room '%(roomName)s'?": "Jeni i sigurt se doni të dilni nga dhoma '%(roomName)s'?", "Signed Out": "I dalë", "Old cryptography data detected": "U pikasën të dhëna kriptografie të vjetër", + "Logout": "Dalje", "You seem to be in a call, are you sure you want to quit?": "Duket se jeni në një thirrje, jeni i sigurt se doni të dilet?", "Search failed": "Kërkimi shtoi", "No more results": "Jo më tepër përfundime", @@ -656,11 +664,13 @@ "Room avatar": "Avatar dhome", "Room Name": "Emër Dhome", "Room Topic": "Temë Dhome", + "Join": "Hyni", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", + "Confirm": "Ripohojeni", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", "Other": "Tjetër", "Guest": "Mysafir", @@ -821,6 +831,7 @@ "Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?", "Missing session data": "Mungojnë të dhëna sesioni", "Upload files": "Ngarko kartela", + "Upload": "Ngarkim", "Upload %(count)s other files": { "other": "Ngarkoni %(count)s kartela të tjera", "one": "Ngarkoni %(count)s kartelë tjetër" @@ -917,6 +928,7 @@ "Unable to revoke sharing for email address": "S’arrihet të shfuqizohet ndarja për këtë adresë email", "Unable to share email address": "S’arrihet të ndahet adresë email", "Revoke": "Shfuqizoje", + "Share": "Ndaje me të tjerë", "Unable to revoke sharing for phone number": "S’arrihet të shfuqizohet ndarja për numrin e telefonit", "Unable to share phone number": "S’arrihet të ndahet numër telefoni", "Please enter verification code sent via text.": "Ju lutemi, jepni kod verifikimi të dërguar përmes teksti.", @@ -1003,6 +1015,7 @@ "one": "Hiq 1 mesazh" }, "Remove recent messages": "Hiq mesazhe së fundi", + "View": "Shihni", "Explore rooms": "Eksploroni dhoma", "Changes the avatar of the current room": "Ndryshon avatarin e dhomës së atëçastshme", "Read Marker lifetime (ms)": "Kohëzgjatje e Shenjës së Leximit (ms)", @@ -1051,6 +1064,7 @@ "Room Autocomplete": "Vetëplotësim Dhomash", "User Autocomplete": "Vetëplotësim Përdoruesish", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ky veprim lyp hyrje te shërbyesi parazgjedhje i identiteteve për të vlerësuar një adresë email ose një numër telefoni, por shërbyesi nuk ka ndonjë kusht shërbimesh.", + "Trust": "Besim", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Room %(name)s": "Dhoma %(name)s", "Unread messages.": "Mesazhe të palexuar.", @@ -1114,6 +1128,7 @@ "Trusted": "E besuar", "Not trusted": "Jo e besuar", "Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.", + "Verify": "Verifikoje", "Any of the following data may be shared:": "Mund të ndahen me të tjerët cilado prej të dhënave vijuese:", "Your display name": "Emri juaj në ekran", "Your user ID": "ID-ja juaj e përdoruesit", @@ -1154,6 +1169,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, njoftoni një të metë.", "You'll upgrade this room from to .": "Do ta përmirësoni këtë dhomë nga .", + "Upgrade": "Përmirësoje", "Unable to set up secret storage": "S’u arrit të ujdiset depozitë e fshehtë", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s hoqi rregullin për dëbim përdoruesish që kanë përputhje me %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s hoqi rregullin që dëbon dhoma që kanë përputhje me %(glob)s", @@ -1459,6 +1475,7 @@ "Verify your other session using one of the options below.": "Verifikoni sesionit tuaj tjetër duke përdorur një nga mundësitë më poshtë.", "Lock": "Kyçje", "Cross-signing": "Cross-signing", + "Reset": "Rikthe te parazgjedhjet", "Can't load this message": "S’ngarkohet dot ky mesazh", "Submit logs": "Parashtro regjistra", "Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Kujtesë: Shfletuesi juaj është i pambuluar, ndaj punimi juaj mund të jetë i paparashikueshëm.", @@ -2174,6 +2191,7 @@ "Invite only, best for yourself or teams": "Vetëm me ftesa, më e mira për ju dhe ekipe", "Open space for anyone, best for communities": "Hapësirë e hapët për këdo, më e mira për bashkësi", "Create a space": "Krijoni një hapësirë", + "Delete": "Fshije", "Jump to the bottom of the timeline when you send a message": "Kalo te fundi i rrjedhës kohore, kur dërgoni një mesazh", "This homeserver has been blocked by its administrator.": "Ky shërbyes Home është bllokuar nga përgjegjësit e tij.", "You're already in a call with this person.": "Gjendeni tashmë në thirrje me këtë person.", @@ -2339,6 +2357,8 @@ "Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.", "This space has no local addresses": "Kjo hapësirë s’ka adresa vendore", "Space information": "Hollësi hapësire", + "Collapse": "Tkurre", + "Expand": "Zgjeroje", "Recommended for public spaces.": "E rekomanduar për hapësira publike.", "Allow people to preview your space before they join.": "Lejojini personat të parashohin hapësirën tuaj para se të hyjnë në të.", "Preview Space": "Parashiheni Hapësirën", @@ -2557,6 +2577,7 @@ "Select from the options below to export chats from your timeline": "Që të eksportohen fjalosje prej rrjedhës tuaj kohore, përzgjidhni prej mundësive më poshtë", "Export Chat": "Eksportoni Fjalosje", "Exporting your data": "Eksportim i të dhënave tuaja", + "Stop": "Ndale", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Jeni i sigurt se doni të ndalet eksportimi i të dhënave tuaja? Nëse po, do t’ju duhet t’ia filloni nga e para.", "Your export was successful. Find it in your Downloads folder.": "Eksportimi juaj qe i suksesshëm. E keni te dosja juaj Shkarkime.", "The export was cancelled successfully": "Eksportimi u anulua me sukses", @@ -2931,6 +2952,7 @@ "This is a beta feature": "Kjo është një veçori beta", "Use to scroll": "Përdorni për rrëshqitje", "Feedback sent! Thanks, we appreciate it!": "Përshtypjet u dërguan! Faleminderit, e çmojmë aktin tuaj!", + "Call": "Thirrje", "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Faleminderit që provoni versionin beta, ju lutemi, jepni sa më shumë hollësi, që të mund ta përmirësojmë.", "%(space1Name)s and %(space2Name)s": "%(space1Name)s dhe %(space2Name)s", "%(oneUser)ssent %(count)s hidden messages": { @@ -3540,6 +3562,7 @@ "This session doesn't support encryption and thus can't be verified.": "Ky sesion s’mbulon fshehtëzim, ndaj s’mund të verifikohet.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Për sigurinë dhe privatësinë më të mirë, rekomandohet të përdoren klientë Matrix që mbulojnë fshehtëzim.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "S’do të jeni në gjendje të merrni pjesë në dhoma ku fshehtëzimi është aktivizuar, kur përdoret ky sesion.", + "Apply": "Aplikoje", "Search users in this room…": "Kërkoni për përdorues në këtë dhomë…", "Give one or multiple users in this room more privileges": "Jepini një ose disa përdoruesve më tepër privilegje në këtë dhomë", "Add privileged users": "Shtoni përdorues të privilegjuar", @@ -3726,6 +3749,7 @@ "Poll history": "Historik pyetësorësh", "Enable intentional mentions": "Aktivizo përmendje të qëllimta", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Përdoruesi (%(user)s) s’doli i ftuar te %(roomId)s, por nga mjeti i ftuesit s’u dha gabim", + "Reload": "Ringarkoje", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Kjo mund të jetë e shkaktuar nga pasja e aplikacionit hapur në shumë skeda, ose për shkak të spastrimit të të dhënave të shfletuesit.", "Database unexpectedly closed": "Baza e të dhënave u mbyll papritur", "Sliding Sync configuration": "Formësim Sliding Sync-u", @@ -3845,29 +3869,5 @@ "a11y": { "user_menu": "Menu përdoruesi" }, - "Home": "Kreu", - "action.reject": "Hidheni tej", - "action.confirm": "Ripohojeni", - "action.dismiss": "Mos e merr parasysh", - "action.trust": "Besim", - "action.reload": "Ringarkoje", - "action.cancel": "Anuloje", - "action.stop": "Ndale", - "action.join": "Hyni", - "action.close": "Mbylle", - "action.accept": "Pranoje", - "action.upgrade": "Përmirësoje", - "action.verify": "Verifikoje", - "action.update": "Përditësoje", - "action.call": "Thirrje", - "action.delete": "Fshije", - "action.upload": "Ngarkim", - "action.collapse": "Tkurre", - "action.apply": "Aplikoje", - "action.reset": "Rikthe te parazgjedhjet", - "action.share": "Ndaje me të tjerë", - "action.skip": "Anashkaloje", - "action.logout": "Dalje", - "action.view": "Shihni", - "action.expand": "Zgjeroje" + "Home": "Kreu" } diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 6e34abd9361..a994733d718 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -92,6 +92,7 @@ "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": "Подразумевано омогући прегледе адреса за чланове ове собе", + "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", @@ -179,7 +180,9 @@ "Members only (since they joined)": "Само чланови (од приступања)", "Permissions": "Овлашћења", "Advanced": "Напредно", + "Cancel": "Откажи", "Jump to first unread message.": "Скочи на прву непрочитану поруку.", + "Close": "Затвори", "not specified": "није наведено", "This room has no local addresses": "Ова соба нема локалних адреса", "You have enabled URL previews by default.": "Укључили сте да се УРЛ прегледи подразумевају.", @@ -200,6 +203,7 @@ "Failed to copy": "Нисам успео да ископирам", "Add an Integration": "Додај уградњу", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Бићете пребачени на сајт треће стране да бисте се идентификовали са својим налогом зарад коришћења уградње %(integrationsUrl)s. Да ли желите да наставите?", + "Dismiss": "Одбаци", "Token incorrect": "Жетон је нетачан", "A text message has been sent to %(msisdn)s": "Текстуална порука је послата на %(msisdn)s", "Please enter the code it contains:": "Унесите код који се налази у њој:", @@ -320,6 +324,7 @@ "Unable to add email address": "Не могу да додам мејл адресу", "Unable to verify email address.": "Не могу да проверим мејл адресу.", "This will allow you to reset your password and receive notifications.": "Ово омогућава поновно постављање лозинке и примање обавештења.", + "Skip": "Прескочи", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", "Reject invitation": "Одбиј позивницу", @@ -334,6 +339,7 @@ "In reply to ": "Као одговор за ", "This room is not public. You will not be able to rejoin without an invite.": "Ова соба није јавна. Нећете моћи да поново приступите без позивнице.", "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-а су нађени. Ово ће узроковати лош рад шифровања с краја на крај у старијем издању. Размењене поруке које су шифроване с краја на крај у старијем издању је можда немогуће дешифровати у овом издању. Такође, ово може узроковати неуспешно размењивање порука са овим издањем. Ако доживите проблеме, одјавите се и пријавите се поново. Да бисте задржали историјат поруке, извезите па поново увезите ваше кључеве.", + "Logout": "Одјава", "Connectivity to the server has been lost.": "Веза ка серверу је прекинута.", "Sent messages will be stored until your connection has returned.": "Послате поруке биће сачуване док се веза не успостави поново.", "You seem to be uploading files, are you sure you want to quit?": "Изгледа да отпремате датотеке. Да ли сте сигурни да желите изаћи?", @@ -410,6 +416,7 @@ "Notification targets": "Циљеви обавештења", "Today": "Данас", "Friday": "Петак", + "Update": "Ажурирај", "On": "Укључено", "Changelog": "Записник о изменама", "Waiting for response from server": "Чекам на одговор са сервера", @@ -427,6 +434,7 @@ "Tuesday": "Уторак", "Event sent!": "Догађај је послат!", "Saturday": "Субота", + "Reject": "Одбаци", "Monday": "Понедељак", "Toolbox": "Алатница", "Collecting logs": "Прикупљам записнике", @@ -502,6 +510,7 @@ "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", "Create account": "Направи налог", + "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", "Change": "Промени", "Messages containing my username": "Поруке које садрже моје корисничко", @@ -523,6 +532,7 @@ "Encryption upgrade available": "Надоградња шифровања је доступна", "Show info about bridges in room settings": "Прикажи податке о мостовима у подешавањима собе", "Enable Emoji suggestions while typing": "Омогући предлоге емоџија приликом куцања", + "Upload": "Отпреми", "Show more": "Прикажи више", "Cannot connect to integration manager": "Не могу се повезати на управника уградњи", "Email addresses": "Мејл адресе", @@ -570,6 +580,7 @@ "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", "Widgets do not use message encryption.": "Виџети не користе шифровање порука.", + "Join": "Приступи", "Enable end-to-end encryption": "Омогући шифровање с краја на крај", "Report Content to Your Homeserver Administrator": "Пријави садржај администратору вашег домаћег сервера", "Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s", @@ -904,6 +915,7 @@ "United States": "Сједињене Америчке Државе", "United Kingdom": "Уједињено Краљевство", "%(name)s is requesting verification": "%(name)s тражи верификацију", + "Trust": "Веруј", "Only continue if you trust the owner of the server.": "Наставите само ако верујете власнику сервера.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ова радња захтева приступ серверу идентитета за валидацију адресе е-поште или телефонског броја али изгледа да сервер нема „услове услуге“.", "The server does not support the room version specified.": "Сервер не подржава наведену верзију собе.", @@ -1093,6 +1105,7 @@ "Please enter verification code sent via text.": "Унесите верификациони код послат путем текста.", "Unable to verify phone number.": "Није могуће верификовати број телефона.", "Unable to share phone number": "Није могуће делити телефонски број", + "Share": "Објави", "Complete": "Заврши", "You'll need to authenticate with the server to confirm the upgrade.": "Да бисте потврдили надоградњу, мораћете да се пријавите на серверу.", "Restore": "Врати", @@ -1329,18 +1342,5 @@ "start_chat": "Започни разговор", "view_source": "Погледај извор" }, - "Home": "Почетна", - "action.reject": "Одбаци", - "action.confirm": "Потврди", - "action.dismiss": "Одбаци", - "action.trust": "Веруј", - "action.cancel": "Откажи", - "action.join": "Приступи", - "action.close": "Затвори", - "action.accept": "Прихвати", - "action.update": "Ажурирај", - "action.upload": "Отпреми", - "action.share": "Објави", - "action.skip": "Прескочи", - "action.logout": "Одјава" + "Home": "Почетна" } diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index 5ced345b8aa..d1be49c1eae 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -4,6 +4,7 @@ "Add Email Address": "Dodajte adresu elektronske pošte", "Failed to verify email address: make sure you clicked the link in the email": "Neuspela provera adrese elektronske pošte: proverite da li ste kliknuli na link u poruci elektronske pošte", "Add Phone Number": "Dodajte broj telefona", + "Dismiss": "Odbaci", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", "Sign In": "Prijavite se", @@ -54,6 +55,7 @@ "The user you called is busy.": "Korisnik kojeg ste zvali je zauzet.", "User Busy": "Korisnik zauzet", "Call Failed": "Poziv nije uspio", + "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Produžite samo pod uslovom da vjerujete vlasniku servera.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova akcija zahtijeva pristup zadanom serveru za provjeru identiteta radi provjere adrese e-pošte ili telefonskog broja, no server nema nikakve uslove za pružanje usluge.", "Identity server has no terms of service": "Server identiteta nema uslove pružanja usluge", @@ -73,6 +75,7 @@ "Click the button below to confirm adding this phone number.": "Kliknite taster ispod da biste potvrdili dodavanje telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.", + "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite taster ispod da biste potvrdili dodavanje email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Single Sign On": "Jedinstvena prijava (SSO)", @@ -93,8 +96,5 @@ "common": { "error": "Greška", "attachment": "Prilog" - }, - "action.confirm": "Potvrdi", - "action.dismiss": "Odbaci", - "action.trust": "Vjeruj" + } } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index a8a39eb5148..2c317b364d8 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -61,10 +61,12 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", + "Accept": "Godkänn", "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", "Filter room members": "Filtrera rumsmedlemmar", @@ -84,6 +86,7 @@ "Sign in with": "Logga in med", "Join Room": "Gå med i rum", "Jump to first unread message.": "Hoppa till första olästa meddelandet.", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar fr.o.m. att de gick med som medlem.", @@ -134,7 +137,9 @@ "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", + "Cancel": "Avbryt", "Create new room": "Skapa nytt rum", + "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", @@ -184,6 +189,7 @@ "Notification targets": "Aviseringsmål", "Today": "idag", "Friday": "fredag", + "Update": "Uppdatera", "What's New": "Vad är nytt", "On": "På", "Changelog": "Ändringslogg", @@ -202,6 +208,7 @@ "Tuesday": "tisdag", "Search…": "Sök…", "Saturday": "lördag", + "Reject": "Avböj", "Monday": "måndag", "Collecting logs": "Samlar in loggar", "All Rooms": "Alla rum", @@ -309,6 +316,7 @@ "Verification Pending": "Avvaktar verifiering", "Unable to add email address": "Kunde inte lägga till e-postadress", "Unable to verify email address.": "Kunde inte verifiera e-postadressen.", + "Skip": "Hoppa över", "You must register to use this functionality": "Du måste registrera dig för att använda den här funktionaliteten", "You must join the room to see its files": "Du måste gå med i rummet för att se tillhörande filer", "Start automatically after system login": "Starta automatiskt vid systeminloggning", @@ -678,6 +686,7 @@ "Change": "Ändra", "Email (optional)": "E-post (valfritt)", "Phone (optional)": "Telefon (valfritt)", + "Confirm": "Bekräfta", "Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern", "Other": "Annat", "Your password has been reset.": "Ditt lösenord har återställts.", @@ -754,6 +763,7 @@ "Could not load user profile": "Kunde inte ladda användarprofil", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunde inte laddas upp.", "Composer": "Meddelandefält", + "Join": "Gå med", "Power level": "Behörighetsnivå", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kunde inte hitta profiler för de Matrix-ID:n som listas nedan - vill du bjuda in dem ändå?", "GitHub issue": "GitHub-ärende", @@ -776,6 +786,7 @@ "Your browser likely removed this data when running low on disk space.": "Din webbläsare har troligen tagit bort dessa data när det blev ont om diskutrymme.", "Upload files (%(current)s of %(total)s)": "Ladda upp filer (%(current)s av %(total)s)", "Upload files": "Ladda upp filer", + "Upload": "Ladda upp", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Den här filen är för stor för att ladda upp. Filstorleksgränsen är %(limit)s men den här filen är %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Dessa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Vissa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", @@ -833,10 +844,12 @@ "Uploaded sound": "Uppladdat ljud", "Sounds": "Ljud", "Notification sound": "Aviseringsljud", + "Reset": "Återställ", "Set a new custom sound": "Ställ in ett nytt anpassat ljud", "Upgrade the room": "Uppgradera rummet", "Enable room encryption": "Aktivera rumskryptering", "Revoke": "Återkalla", + "Share": "Dela", "Discovery options will appear once you have added an email above.": "Upptäcktsalternativ kommer att visas när du har lagt till en e-postadress ovan.", "Remove %(email)s?": "Ta bort %(email)s?", "Remove %(phone)s?": "Ta bort %(phone)s?", @@ -880,6 +893,7 @@ "Add Phone Number": "Lägg till telefonnummer", "Identity server has no terms of service": "Identitetsservern har inga användarvillkor", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Den här åtgärden kräver åtkomst till standardidentitetsservern för att validera en e-postadress eller ett telefonnummer, men servern har inga användarvillkor.", + "Trust": "Förtroende", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Visa förhandsgranskning/miniatyr för bilder", "Custom (%(level)s)": "Anpassad (%(level)s)", @@ -1106,6 +1120,8 @@ "Contact your server admin.": "Kontakta din serveradministratör.", "Ok": "OK", "Set up": "Sätt upp", + "Upgrade": "Uppgradera", + "Verify": "Verifiera", "Other users may not trust it": "Andra användare kanske inta litar på den", "New login. Was this you?": "Ny inloggning. Var det du?", "You joined the call": "Du gick med i samtalet", @@ -1510,6 +1526,7 @@ "Create a Group Chat": "Skapa en gruppchatt", "Explore rooms": "Utforska rum", "%(creator)s created and configured the room.": "%(creator)s skapade och konfigurerade rummet.", + "View": "Visa", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Du har %(count)s olästa aviseringar i en tidigare version av det här rummet.", "one": "Du har %(count)s oläst avisering i en tidigare version av det här rummet." @@ -2178,6 +2195,7 @@ "Invite only, best for yourself or teams": "Endast inbjudan, bäst för dig själv eller team", "Open space for anyone, best for communities": "Öppna utrymmet för alla, bäst för gemenskaper", "Create a space": "Skapa ett utrymme", + "Delete": "Radera", "Jump to the bottom of the timeline when you send a message": "Hoppa till botten av tidslinjen när du skickar ett meddelande", "This homeserver has been blocked by its administrator.": "Hemservern har blockerats av sin administratör.", "You're already in a call with this person.": "Du är redan i ett samtal med den här personen.", @@ -2393,6 +2411,8 @@ "Error saving notification preferences": "Fel vid sparning av aviseringsinställningar", "Messages containing keywords": "Meddelanden som innehåller nyckelord", "Message bubbles": "Meddelandebubblor", + "Collapse": "Kollapsa", + "Expand": "Expandera", "Recommended for public spaces.": "Rekommenderas för offentliga utrymmen.", "Allow people to preview your space before they join.": "Låt personer förhandsgranska ditt utrymme innan de går med.", "Preview Space": "Förhandsgranska utrymme", @@ -2607,6 +2627,7 @@ "Select from the options below to export chats from your timeline": "Välj från alternativen nedan för att exportera chattar från din tidslinje", "Export Chat": "Exportera chatt", "Exporting your data": "Exporterar din data", + "Stop": "Stoppa", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Är du säker på att du vill sluta exportera din data? Om du gör det så behöver du börja om.", "Your export was successful. Find it in your Downloads folder.": "Din export lyckades. Hitta den i din hämtningsmapp.", "The export was cancelled successfully": "Exporten avbröts framgångsrikt", @@ -2754,6 +2775,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Väntar på att du ska verifiera på din andra enhet, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Verifiera den här enheten genom att bekräfta att det följande numret visas på dess skärm.", "Confirm the emoji below are displayed on both devices, in the same order:": "Bekräfta att emojierna nedan visas på båda enheterna i samma ordning:", + "Call": "Ring", "Dial": "Slå nummer", "Automatically send debug logs on decryption errors": "Skicka automatiskt avbuggningsloggar vid avkrypteringsfel", "Show join/leave messages (invites/removes/bans unaffected)": "Visa gå med/lämna-meddelanden (inbjudningar/borttagningar/banningar påverkas inte)", @@ -3362,6 +3384,7 @@ "Enable notifications for this device": "Aktivera aviseringar för den här enheten", "Turn off to disable notifications on all your devices and sessions": "Stäng av för att inaktivera aviseringar för alla dina enheter och sessioner", "Enable notifications for this account": "Aktivera aviseringar för det här kontot", + "Apply": "Tillämpa", "Search users in this room…": "Sök efter användare i det här rummet…", "Give one or multiple users in this room more privileges": "Ge en eller flera användare i det här rummet fler privilegier", "Add privileged users": "Lägg till privilegierade användare", @@ -3679,6 +3702,7 @@ "Starting export process…": "Startar exportprocessen …", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Användaren (%(user)s) blev inte inbjuden till %(roomId)s, men inget fel gavs av inbjudningsverktyget", "Use your account to continue.": "Använd ditt konto för att fortsätta.", + "Reload": "Ladda om", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Det här kan orsakas av att ha appen öppen i flera flikar eller av rensning av webbläsardata.", "Database unexpectedly closed": "Databasen stängdes oväntat", "Yes, it was me": "Ja, det var jag", @@ -3892,29 +3916,5 @@ "a11y": { "user_menu": "Användarmeny" }, - "Home": "Hem", - "action.reject": "Avböj", - "action.confirm": "Bekräfta", - "action.dismiss": "Avvisa", - "action.trust": "Förtroende", - "action.reload": "Ladda om", - "action.cancel": "Avbryt", - "action.stop": "Stoppa", - "action.join": "Gå med", - "action.close": "Stäng", - "action.accept": "Godkänn", - "action.upgrade": "Uppgradera", - "action.verify": "Verifiera", - "action.update": "Uppdatera", - "action.call": "Ring", - "action.delete": "Radera", - "action.upload": "Ladda upp", - "action.collapse": "Kollapsa", - "action.apply": "Tillämpa", - "action.reset": "Återställ", - "action.share": "Dela", - "action.skip": "Hoppa över", - "action.logout": "Logga ut", - "action.view": "Visa", - "action.expand": "Expandera" + "Home": "Hem" } diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index 596f0183a5a..b311c36bc68 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,10 +1,13 @@ { "All messages": "அனைத்து செய்திகள்", "All Rooms": "அனைத்து அறைகள்", + "Cancel": "ரத்து", "Changelog": "மாற்றப்பதிவு", + "Close": "மூடு", "Collecting app version information": "செயலியின் பதிப்பு தகவல்கள் சேகரிக்கப்படுகிறது", "Collecting logs": "பதிவுகள் சேகரிக்கப்படுகிறது", "Call invitation": "அழைப்பிற்கான விண்ணப்பம்", + "Dismiss": "நீக்கு", "Failed to add tag %(tagName)s to room": "%(tagName)s எனும் குறிச்சொல்லை அறையில் சேர்ப்பதில் தோல்வி", "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", @@ -22,6 +25,7 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", + "Reject": "நிராகரி", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -32,6 +36,7 @@ "Unavailable": "இல்லை", "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", + "Update": "புதுப்பி", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", @@ -121,6 +126,7 @@ "Confirm adding phone number": "தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்", "Confirm adding this phone number by using Single Sign On to prove your identity.": "உங்கள் அடையாளத்தை நிரூபிக்க ஒற்றை உள்நுழைவைப் பயன்படுத்தி இந்த தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்.", "Add Email Address": "மின்னஞ்சல் முகவரியை சேர்க்கவும்", + "Confirm": "உறுதிப்படுத்தவும்", "Click the button below to confirm adding this email address.": "இந்த மின்னஞ்சல் முகவரியை சேர்ப்பதை உறுதிப்படுத்த கீழே உள்ள பொத்தானை அழுத்தவும்.", "Confirm adding email": "மின்னஞ்சலை சேர்ப்பதை உறுதிப்படுத்தவும்", "Single Sign On": "ஒற்றை உள்நுழைவு", @@ -142,11 +148,5 @@ "quote": "மேற்கோள்", "remove": "நீக்கு", "view_source": "மூலத்தைக் காட்டு" - }, - "action.reject": "நிராகரி", - "action.confirm": "உறுதிப்படுத்தவும்", - "action.dismiss": "நீக்கு", - "action.cancel": "ரத்து", - "action.close": "மூடு", - "action.update": "புதுப்பி" + } } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index ed02bf262b1..5dae719ec8b 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,4 +1,5 @@ { + "Accept": "అంగీకరించు", "Account": "ఖాతా", "Add": "చేర్చు", "Admin": "అడ్మిన్", @@ -27,6 +28,7 @@ "Changes your display nickname": "మీ ప్రదర్శన మారుపేరుని మారుస్తుంది", "You cannot place a call with yourself.": "మీకు మీరే కాల్ చేయలేరు.", "You need to be able to invite users to do that.": "మీరు దీన్ని చేయడానికి వినియోగదారులను ఆహ్వానించగలరు.", + "Close": "ముసివెయండి", "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", @@ -65,12 +67,14 @@ "New passwords don't match": "కొత్త పాస్వర్డ్లు సరిపోలడం లేదు", "Connectivity to the server has been lost.": "సెర్వెర్ కనెక్టివిటీని కోల్పోయారు.", "Sent messages will be stored until your connection has returned.": "మీ కనెక్షన్ తిరిగి వచ్చే వరకు పంపిన సందేశాలు నిల్వ చేయబడతాయి.", + "Cancel": "రద్దు", "Failed to forget room %(errCode)s": "గది మర్చిపోవడం విఫలమైంది %(errCode)s", "Incorrect verification code": "ధృవీకరణ కోడ్ సరిగా లెదు", "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", "Create new room": "క్రొత్త గది సృష్టించండి", + "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", @@ -91,6 +95,7 @@ "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", + "Reject": "తిరస్కరించు", "Monday": "సోమవారం", "Collecting logs": "నమోదు సేకరించడం", "All Rooms": "అన్ని గదులు", @@ -127,10 +132,5 @@ "decline": "డిక్లైన్", "leave": "వదిలి", "remove": "తొలగించు" - }, - "action.reject": "తిరస్కరించు", - "action.dismiss": "రద్దుచేసే", - "action.cancel": "రద్దు", - "action.close": "ముసివెయండి", - "action.accept": "అంగీకరించు" + } } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index 48cbd740d70..0777630f87c 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -16,6 +16,8 @@ "Reason": "เหตุผล", "Register": "ลงทะเบียน", "%(brand)s version:": "เวอร์ชัน %(brand)s:", + "Cancel": "ยกเลิก", + "Dismiss": "ปิด", "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", @@ -77,6 +79,7 @@ "Sign in with": "เข้าสู่ระบบด้วย", "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", + "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", "New passwords don't match": "รหัสผ่านใหม่ไม่ตรงกัน", @@ -166,6 +169,8 @@ "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", "Add": "เพิ่ม", + "Accept": "ยอมรับ", + "Close": "ปิด", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { "one": "(~%(count)s ผลลัพท์)", @@ -189,6 +194,7 @@ "Notification targets": "เป้าหมายการแจ้งเตือน", "Today": "วันนี้", "Friday": "วันศุกร์", + "Update": "อัปเดต", "What's New": "มีอะไรใหม่", "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", @@ -208,6 +214,7 @@ "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", "Saturday": "วันเสาร์", + "Reject": "ปฏิเสธ", "Monday": "วันจันทร์", "Collecting logs": "กำลังรวบรวมล็อก", "All Rooms": "ทุกห้อง", @@ -230,6 +237,7 @@ "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", + "Confirm": "ยืนยัน", "Already in call": "อยู่ในสายแล้ว", "No other application is using the webcam": "ไม่มีแอปพลิเคชันอื่นใดที่ใช้กล้อง", "Permission is granted to use the webcam": "ได้รับอนุญาตให้ใช้กล้อง", @@ -245,6 +253,7 @@ "The user you called is busy.": "ผู้ใช้ที่คุณโทรหาไม่ว่าง.", "User Busy": "ผู้ใช้ไม่ว่าง", "Call Failed": "การโทรล้มเหลว", + "Trust": "ไว้ใจ", "Only continue if you trust the owner of the server.": "ดำเนินการต่อหากคุณไว้วางใจเจ้าของเซิร์ฟเวอร์เท่านั้น.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "การดำเนินการนี้จำเป็นต้องเข้าถึงเซิร์ฟเวอร์ identity เริ่มต้น เพื่อตรวจสอบที่อยู่อีเมลหรือหมายเลขโทรศัพท์ แต่เซิร์ฟเวอร์ไม่มีข้อกำหนดในการให้บริการใดๆ.", "Identity server has no terms of service": "เซิร์ฟเวอร์ประจำตัวไม่มีข้อกำหนดในการให้บริการ", @@ -428,9 +437,13 @@ "Download": "ดาวน์โหลด", "collapse": "ยุบ", "Ignore": "เพิกเฉย", + "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", + "Delete": "ลบ", + "Upload": "อัปโหลด", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", + "Join": "เข้าร่วม", "Timeline": "เส้นเวลา", "common": { "encryption_enabled": "เปิดใช้งานการเข้ารหัส", @@ -469,18 +482,5 @@ "start_chat": "เริ่มแชท", "view_source": "ดูซอร์ส" }, - "Home": "เมนูหลัก", - "action.reject": "ปฏิเสธ", - "action.confirm": "ยืนยัน", - "action.dismiss": "ปิด", - "action.trust": "ไว้ใจ", - "action.cancel": "ยกเลิก", - "action.join": "เข้าร่วม", - "action.close": "ปิด", - "action.accept": "ยอมรับ", - "action.update": "อัปเดต", - "action.delete": "ลบ", - "action.upload": "อัปโหลด", - "action.skip": "ข้าม", - "action.logout": "ออกจากระบบ" + "Home": "เมนูหลัก" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index a2d39e54d8d..9925a01c769 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,4 +1,5 @@ { + "Accept": "Kabul Et", "Account": "Hesap", "Add": "Ekle", "Admin": "Admin", @@ -34,6 +35,7 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s oda adını kaldırdı.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s konuyu \"%(topic)s\" olarak değiştirdi.", "Changes your display nickname": "Görünen takma adınızı değiştirir", + "Close": "Kapat", "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", @@ -84,6 +86,7 @@ "Sign in with": "Şununla giriş yap", "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", + "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , katıldıkları noktalardan.", @@ -208,6 +211,7 @@ "one": "(~%(count)s sonuç)", "other": "(~%(count)s sonuçlar)" }, + "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", @@ -228,6 +232,7 @@ "Incorrect password": "Yanlış Şifre", "Unable to restore session": "Oturum geri yüklenemiyor", "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.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.", + "Dismiss": "Kapat", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", "powered by Matrix": "Matrix'den besleniyor", @@ -248,11 +253,13 @@ "Authentication check failed: incorrect password?": "Kimlik doğrulama denetimi başarısız oldu : yanlış şifre ?", "Do you want to set an email address?": "Bir e-posta adresi ayarlamak ister misiniz ?", "This will allow you to reset your password and receive notifications.": "Bu şifrenizi sıfırlamanızı ve bildirimler almanızı sağlayacak.", + "Skip": "Atla", "Sunday": "Pazar", "Messages sent by bot": "Bot tarafından gönderilen mesajlar", "Notification targets": "Bildirim hedefleri", "Today": "Bugün", "Friday": "Cuma", + "Update": "Güncelleştirme", "What's New": "Yenilikler", "On": "Açık", "Changelog": "Değişiklikler", @@ -268,6 +275,7 @@ "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", "Saturday": "Cumartesi", + "Reject": "Reddet", "Monday": "Pazartesi", "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", @@ -296,6 +304,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "Identity server has no terms of service": "Kimlik sunucusu hizmet kurallarına sahip değil", "Only continue if you trust the owner of the server.": "Sadece sunucunun sahibine güveniyorsanız devam edin.", + "Trust": "Güven", "Unable to load! Check your network connectivity and try again.": "Yüklenemiyor! Ağ bağlantınızı kontrol edin ve yeniden deneyin.", "Restricted": "Sınırlı", "Missing roomId.": "roomId eksik.", @@ -332,6 +341,7 @@ "%(brand)s URL": "%(brand)s Linki", "Room ID": "Oda ID", "More options": "Daha fazla seçenek", + "Join": "Katıl", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -426,6 +436,7 @@ "Upgrade this room to version %(version)s": "Bu odayı %(version)s versiyonuna yükselt", "Upgrade Room Version": "Oda Sürümünü Yükselt", "Upgrade private room": "Özel oda güncelle", + "Upgrade": "Yükselt", "Sign out and remove encryption keys?": "Oturumu kapat ve şifreleme anahtarlarını sil?", "Clear Storage and Sign Out": "Depolamayı temizle ve Oturumu Kapat", "Send Logs": "Logları Gönder", @@ -464,10 +475,12 @@ "Enter phone number (required on this homeserver)": "Telefon numarası gir ( bu ana sunucuda gerekli)", "Enter username": "Kullanıcı adı gir", "Email (optional)": "E-posta (opsiyonel)", + "Confirm": "Doğrula", "Phone (optional)": "Telefon (opsiyonel)", "Couldn't load page": "Sayfa yüklenemiyor", "Old cryptography data detected": "Eski kriptolama verisi tespit edildi", "Verification Request": "Doğrulama Talebi", + "View": "Görüntüle", "Jump to first unread room.": "Okunmamış ilk odaya zıpla.", "Jump to first invite.": "İlk davete zıpla.", "Add room": "Oda ekle", @@ -549,6 +562,7 @@ "Headphones": "Kulaklık", "Folder": "Klasör", "Accept to continue:": "Devam etmek için i kabul ediniz:", + "Upload": "Yükle", "not found": "bulunamadı", "in account data": "hesap verisinde", "Cannot connect to integration manager": "Entegrasyon yöneticisine bağlanılamadı", @@ -641,6 +655,7 @@ "Uploaded sound": "Yüklenen ses", "Sounds": "Sesler", "Notification sound": "Bildirim sesi", + "Reset": "Sıfırla", "Browse": "Gözat", "Change room name": "Oda adını değiştir", "Change history visibility": "Geçmiş görünürlüğünü değiştir", @@ -666,6 +681,7 @@ "Unable to share email address": "E-posta adresi paylaşılamıyor", "Your email address hasn't been verified yet": "E-posta adresiniz henüz doğrulanmadı", "Verify the link in your inbox": "Gelen kutunuzdaki linki doğrulayın", + "Share": "Paylaş", "Unable to share phone number": "Telefon numarası paylaşılamıyor", "Unable to verify phone number.": "Telefon numarası doğrulanamıyor.", "Please enter verification code sent via text.": "Lütfen mesajla gönderilen doğrulama kodunu girin.", @@ -746,6 +762,7 @@ "other": "%(count)s doğrulanmış oturum", "one": "1 doğrulanmış oturum" }, + "Verify": "Doğrula", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -2016,22 +2033,5 @@ "a11y": { "user_menu": "Kullanıcı menüsü" }, - "Home": "Ev", - "action.reject": "Reddet", - "action.confirm": "Doğrula", - "action.dismiss": "Kapat", - "action.trust": "Güven", - "action.cancel": "İptal", - "action.join": "Katıl", - "action.close": "Kapat", - "action.accept": "Kabul Et", - "action.upgrade": "Yükselt", - "action.verify": "Doğrula", - "action.update": "Güncelleştirme", - "action.upload": "Yükle", - "action.reset": "Sıfırla", - "action.share": "Paylaş", - "action.skip": "Atla", - "action.logout": "Çıkış Yap", - "action.view": "Görüntüle" + "Home": "Ev" } diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index 282adccff59..dd949c4de98 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -3,6 +3,7 @@ "Other": "Yaḍn", "Actions": "Tugawin", "Messages": "Tuzinin", + "Cancel": "Sser", "Create Account": "senflul amiḍan", "Sign In": "Kcem", "Dec": "Duj", @@ -22,6 +23,7 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", + "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", "Permissions": "Tisirag", @@ -38,6 +40,8 @@ "Butterfly": "Aferteṭṭu", "Rooster": "Ayaẓiḍ", "Panda": "Apanda", + "Upgrade": "Leqqem", + "Confirm": "Sentem", "Brazil": "Brazil", "Bolivia": "Bulivya", "Bhutan": "Buṭan", @@ -60,18 +64,22 @@ "Calls": "Iɣuṛiten", "Emoji": "Imuji", "Afghanistan": "Afɣanistan", + "Logout": "Ffeɣ", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", "Send": "Azen", "Flags": "Icenyalen", + "Join": "Lkem", "edited": "infel", "Copied!": "inɣel!", "Search…": "Arezzu…", "A-Z": "A-Ẓ", + "Reject": "Agy", "Re-join": "als-lkem", "Search": "Rzu", "%(duration)sd": "%(duration)sas", + "Share": "Bḍu", "Camera": "Takamiṛa", "Microphone": "Amikṛu", "Add": "Rnu", @@ -102,6 +110,7 @@ "Rabbit": "Agnin", "Elephant": "Ilew", "Pig": "Ilef", + "Close": "Rgel", "Horse": "Ayyis", "Lion": "Izem", "Cat": "Amuc", @@ -133,14 +142,5 @@ "save": "Ḥḍu", "yes": "Yah" }, - "Home": "Asnubeg", - "action.reject": "Agy", - "action.confirm": "Sentem", - "action.dismiss": "Nexxel", - "action.cancel": "Sser", - "action.join": "Lkem", - "action.close": "Rgel", - "action.upgrade": "Leqqem", - "action.share": "Bḍu", - "action.logout": "Ffeɣ" + "Home": "Asnubeg" } diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 859d448d360..3e422479047 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -1,5 +1,8 @@ { + "Cancel": "Скасувати", + "Close": "Закрити", "Create new room": "Створити нову кімнату", + "Dismiss": "Відхилити", "Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s", "Favourite": "Улюблені", "Notifications": "Сповіщення", @@ -8,6 +11,7 @@ "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", + "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", "Admin": "Адміністратор", @@ -53,6 +57,7 @@ "Notification targets": "Цілі сповіщень", "Today": "Сьогодні", "Friday": "П'ятниця", + "Update": "Оновити", "What's New": "Що нового", "On": "Увімкнено", "Changelog": "Журнал змін", @@ -74,6 +79,7 @@ "Preparing to send logs": "Приготування до надсилання журланла", "Unnamed room": "Неназвана кімната", "Saturday": "Субота", + "Reject": "Відмовитись", "Monday": "Понеділок", "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", @@ -238,6 +244,7 @@ "Identity server has no terms of service": "Сервер ідентифікації не має умов надання послуг", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Щоб підтвердити адресу е-пошти або телефон ця дія потребує доступу до типового серверу ідентифікації , але сервер не має жодних умов надання послуг.", "Only continue if you trust the owner of the server.": "Продовжуйте лише якщо довіряєте власнику сервера.", + "Trust": "Довіра", "Unable to load! Check your network connectivity and try again.": "Завантаження неможливе! Перевірте інтернет-зʼєднання та спробуйте ще.", "Messages": "Повідомлення", "Actions": "Дії", @@ -261,6 +268,7 @@ "Sends the given message coloured as a rainbow": "Надсилає вказане повідомлення, розфарбоване веселкою", "Your %(brand)s is misconfigured": "Ваш %(brand)s налаштовано неправильно", "Join the discussion": "Приєднатися до обговорення", + "Upload": "Вивантажити", "Send an encrypted message…": "Надіслати зашифроване повідомлення…", "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", @@ -305,6 +313,7 @@ "Single Sign On": "Єдиний вхід", "Confirm adding email": "Підтвердити додавання е-пошти", "Click the button below to confirm adding this email address.": "Клацніть на кнопку внизу, щоб підтвердити додавання цієї адреси е-пошти.", + "Confirm": "Підтвердити", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Підтвердьте додавання цього телефонного номера за допомогоє єдиного входу, щоб довести вашу справжність.", "Confirm adding phone number": "Підтвердьте додавання номера телефону", "Click the button below to confirm adding this phone number.": "Клацніть на кнопку внизу, щоб підтвердити додавання цього номера телефону.", @@ -318,6 +327,7 @@ "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", + "Verify": "Звірити", "Language and region": "Мова та регіон", "Account management": "Керування обліковим записом", "Deactivate Account": "Деактивувати обліковий запис", @@ -497,6 +507,7 @@ "Ok": "Гаразд", "Encryption upgrade available": "Доступне поліпшене шифрування", "Set up": "Налаштувати", + "Upgrade": "Поліпшити", "Other users may not trust it": "Інші користувачі можуть не довіряти цьому", "New login. Was this you?": "Новий вхід. Це були ви?", "Guest": "Гість", @@ -560,6 +571,7 @@ "Room list": "Перелік кімнат", "Composer": "Редактор", "Security & Privacy": "Безпека й приватність", + "Skip": "Пропустити", "Appearance Settings only affect this %(brand)s session.": "Налаштування вигляду впливають тільки на цей сеанс %(brand)s.", "Error changing power level requirement": "Помилка під час зміни вимог до рівня повноважень", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Під час зміни вимог рівня повноважень кімнати трапилась помилка. Переконайтесь, що ви маєте необхідні дозволи і спробуйте ще раз.", @@ -819,6 +831,7 @@ "Show advanced": "Показати розширені", "Review terms and conditions": "Переглянути умови користування", "Old cryptography data detected": "Виявлено старі криптографічні дані", + "Logout": "Вийти", "If you've joined lots of rooms, this might take a while": "Якщо ви приєднались до багатьох кімнат, це може тривати деякий час", "Create account": "Створити обліковий запис", "Cancel autocomplete": "Скасувати самодоповнення", @@ -1384,6 +1397,7 @@ "Share entire screen": "Поділитися всім екраном", "Any of the following data may be shared:": "Можна поділитися будь-якими з цих даних:", "Unable to share phone number": "Не вдалося надіслати телефонний номер", + "Share": "Поділитись", "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", @@ -1618,6 +1632,7 @@ "Suggested": "Пропоновано", "This room is suggested as a good one to join": "Ця кімната пропонується як хороша для приєднання", "You don't have permission": "Ви не маєте дозволу", + "View": "Перегляд", "You can select all or individual messages to retry or delete": "Ви можете вибрати всі або окремі повідомлення, щоб повторити спробу або видалити", "Retry all": "Повторити надсилання всіх", "Delete all": "Видалити всі", @@ -1685,6 +1700,7 @@ "Master private key:": "Головний приватний ключ:", "not found in storage": "не знайдено у сховищі", "in secret storage": "у таємному сховищі", + "Reset": "Скинути", "Cross-signing is not set up.": "Перехресне підписування не налаштовано.", "Cross-signing is ready but keys are not backed up.": "Перехресне підписування готове, але резервна копія ключів не створюється.", "Cross-signing is ready for use.": "Перехресне підписування готове до користування.", @@ -1692,6 +1708,8 @@ "Channel: ": "Канал: ", "Workspace: ": "Робочий простір: ", "Space options": "Параметри простору", + "Collapse": "Згорнути", + "Expand": "Розгорнути", "Recommended for public spaces.": "Рекомендовано для загальнодоступних просторів.", "Allow people to preview your space before they join.": "Дозвольте людям переглядати ваш простір, перш ніж вони приєднаються.", "Preview Space": "Попередній перегляд простору", @@ -1724,6 +1742,7 @@ "Address": "Адреса", "e.g. my-space": "наприклад, мій-простір", "Please enter a name for the space": "Будь ласка, введіть назву простору", + "Delete": "Видалити", "Delete avatar": "Видалити аватар", "Your server isn't responding to some requests.": "Ваш сервер не відповідає на деякі запити.", "Select room from the room list": "Вибрати кімнату з переліку", @@ -1812,6 +1831,7 @@ "one": "запрошені", "other": "були запрошені %(count)s разів" }, + "Join": "Приєднатися", "Widget added by": "Вджет додано", "Decrypt %(text)s": "Розшифрувати %(text)s", "Decrypting": "Розшифрування", @@ -2187,6 +2207,7 @@ }, "Loading new room": "Звантаження нової кімнати", "Upgrading room": "Поліпшення кімнати", + "Stop": "Припинити", "Feedback sent": "Відгук надіслано", "Export": "Експортувати", "Link to selected message": "Посилання на вибране повідомлення", @@ -2904,6 +2925,7 @@ "Next room or DM": "Наступна кімната або особисте повідомлення", "Previous unread room or DM": "Попередня непрочитана кімната або особисте повідомлення", "Next unread room or DM": "Наступна непрочитана кімната або особисте повідомлення", + "Call": "Виклик", "Group all your rooms that aren't part of a space in one place.": "Групуйте всі свої кімнати, не приєднані до простору, в одному місці.", "Group all your people in one place.": "Групуйте всіх своїх людей в одному місці.", "Group all your favourite rooms and people in one place.": "Групуйте всі свої улюблені кімнати та людей в одному місці.", @@ -3546,6 +3568,7 @@ "Re-enter email address": "Введіть адресу е-пошти ще раз", "Wrong email address?": "Неправильна адреса електронної пошти?", "Hide notification dot (only display counters badges)": "Сховати крапку сповіщення ( показувати тільки значки лічильників)", + "Apply": "Застосувати", "Search users in this room…": "Пошук користувачів у цій кімнаті…", "Give one or multiple users in this room more privileges": "Надайте одному або кільком користувачам у цій кімнаті більше повноважень", "Add privileged users": "Додати привілейованих користувачів", @@ -3740,6 +3763,7 @@ "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Користувача (%(user)s) не було запрошено до %(roomId)s, але утиліта запрошення не видала жодної помилки", "Mute room": "Вимкнути сповіщення кімнати", "Match default setting": "Збігається з типовим налаштуванням", + "Reload": "Перезавантажити", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Це може бути пов'язано з тим, що застосунок відкрито в кількох вкладках, або з очищенням даних браузера.", "Database unexpectedly closed": "База даних несподівано закрилася", "Start DM anyway": "Усе одно розпочати особисте спілкування", @@ -3952,29 +3976,5 @@ "a11y": { "user_menu": "Користувацьке меню" }, - "Home": "Домівка", - "action.reject": "Відмовитись", - "action.confirm": "Підтвердити", - "action.dismiss": "Відхилити", - "action.trust": "Довіра", - "action.reload": "Перезавантажити", - "action.cancel": "Скасувати", - "action.stop": "Припинити", - "action.join": "Приєднатися", - "action.close": "Закрити", - "action.accept": "Погодитись", - "action.upgrade": "Поліпшити", - "action.verify": "Звірити", - "action.update": "Оновити", - "action.call": "Виклик", - "action.delete": "Видалити", - "action.upload": "Вивантажити", - "action.collapse": "Згорнути", - "action.apply": "Застосувати", - "action.reset": "Скинути", - "action.share": "Поділитись", - "action.skip": "Пропустити", - "action.logout": "Вийти", - "action.view": "Перегляд", - "action.expand": "Розгорнути" + "Home": "Домівка" } diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index eee3af7ed3f..445deaa2dbd 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -40,6 +40,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Unnamed Room": "Phòng Không tên", "Unable to load! Check your network connectivity and try again.": "Không thể tải dữ liệu! Kiểm tra kết nối mạng và thử lại.", + "Dismiss": "Bỏ qua", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s chưa có quyền để gửi thông báo cho bạn - vui lòng kiểm tra thiết lập trình duyệt", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s vẫn chưa được cấp quyền để gửi thông báo - vui lòng thử lại", "Unable to enable Notifications": "Không thể bật thông báo", @@ -218,6 +219,7 @@ "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", + "Accept": "Đồng ý", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -234,6 +236,7 @@ "Confirm adding email": "Xác nhận thêm địa chỉ thư điện tử", "Add Phone Number": "Thêm Số Điện Thoại", "Click the button below to confirm adding this phone number.": "Nhấn vào nút dưới đây để xác nhận thêm số điện thoại này.", + "Confirm": "Xác nhận", "No other application is using the webcam": "Không có ứng dụng nào khác đang sử dụng máy ảnh", "Permission is granted to use the webcam": "Đã cấp quyền cho ứng dụng để sử dụng máy ảnh", "A microphone and webcam are plugged in and set up correctly": "Micrô và máy ảnh đã được cắm và thiết lập đúng cách", @@ -410,6 +413,7 @@ "You have no visible notifications.": "Bạn không có thông báo nào hiển thị.", "%(creator)s created and configured the room.": "%(creator)s đã tạo và định cấu hình phòng.", "%(creator)s created this DM.": "%(creator)s đã tạo DM này.", + "Logout": "Đăng xuất", "Verification requested": "Đã yêu cầu xác thực", "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.": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.", "Old cryptography data detected": "Đã phát hiện dữ liệu mật mã cũ", @@ -710,6 +714,7 @@ "Select from the options below to export chats from your timeline": "Chọn các tùy chọn bên dưới để xuất các cuộc trò chuyện từ dòng thời gian của bạn", "Export Chat": "Xuất trò chuyện", "Exporting your data": "Đang xuất dữ liệu của bạn", + "Stop": "Dừng", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Bạn có chắc muốn dừng việc xuất dữ liệu của bạn? Nếu bạn làm, bạn sẽ phải bắt đầu lại.", "It's just you at the moment, it will be even better with others.": "Chỉ là bạn hiện tại, sẽ càng tốt hơn với người khác.", "Share %(name)s": "Chia sẻ %(name)s", @@ -750,6 +755,7 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Thư của bạn không gửi được vì máy chủ(homeserver) đã vượt quá giới hạn tài nguyên. Vui lòng liên hệ với quản trị viên để tiếp tục sử dụng dịch vụ.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Tin nhắn của bạn không được gửi vì máy chủ này đã đạt đến Giới hạn Người dùng Hoạt động Hàng tháng. Vui lòng liên hệ với quản trị viên dịch vụ của bạn để tiếp tục sử dụng dịch vụ.", "You can't send any messages until you review and agree to our terms and conditions.": "Bạn không thể gửi bất kỳ tin nhắn nào cho đến khi bạn xem xét và đồng ý với các điều khoản và điều kiện của chúng tôi.", + "View": "Xem", "Your export was successful. Find it in your Downloads folder.": "Việc xuất của bạn đã thành công. Tìm nó ở trong thư mục Tải xuống của bạn.", "The export was cancelled successfully": "Xuất đã được hủy thành công", "Export Successful": "Xuất thành công", @@ -815,6 +821,7 @@ "Clear all data in this session?": "Xóa tất cả dữ liệu trong phiên này?", "Reason (optional)": "Lý do (không bắt buộc)", "You cannot delete this message. (%(code)s)": "Bạn không thể xóa tin nhắn này.  (%(code)s)", + "Skip": "Bỏ qua", "Email address": "Địa chỉ thư điện tử", "Changelog": "Lịch sử thay đổi", "Unavailable": "Không có sẵn", @@ -1055,6 +1062,7 @@ "expand": "mở rộng", "collapse": "thu hẹp", "Please create a new issue on GitHub so that we can investigate this bug.": "Vui lòng tạo một vấn đề mới trên GitHub để chúng tôi có thể điều tra lỗi này.", + "Join": "Tham gia", "Share content": "Chia sẻ nội dung", "Application window": "Cửa sổ ứng dụng", "Share entire screen": "Chia sẻ toàn bộ màn hình", @@ -1296,6 +1304,7 @@ "%(roomName)s can't be previewed. Do you want to join it?": "Không thể xem trước %(roomName)s. Bạn có muốn tham gia nó không?", "You're previewing %(roomName)s. Want to join it?": "Bạn đang xem trước %(roomName)s. Bạn muốn tham gia nó?", "Reject & Ignore user": "Từ chối & Bỏ qua người dùng", + "Reject": "Từ chối", " invited you": " đã mời bạn", "Do you want to join %(roomName)s?": "Bạn có muốn tham gia %(roomName)s không?", "Start chatting": "Bắt đầu trò chuyện", @@ -1488,6 +1497,7 @@ "You are not subscribed to any lists": "Bạn chưa đăng ký bất kỳ danh sách nào", "You are currently ignoring:": "Bạn hiện đang bỏ qua:", "You have not ignored anyone.": "Bạn đã không bỏ qua bất cứ ai.", + "Close": "Đóng", "User rules": "Quy tắc người dùng", "Server rules": "Quy tắc máy chủ", "Ban list rules - %(roomName)s": "Quy tắc danh sách cấm - %(roomName)s", @@ -1651,6 +1661,8 @@ "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 .", "Space options": "Tùy chọn space", + "Collapse": "Tắt đi", + "Expand": "Mở rộng", "Jump to first invite.": "Chuyển đến lời mời đầu tiên.", "Jump to first unread room.": "Chuyển đến phòng chưa đọc đầu tiên.", "Recommended for public spaces.": "Được đề xuất cho space công cộng.", @@ -1693,7 +1705,9 @@ "e.g. my-space": "ví dụ như my-space", "Please enter a name for the space": "Vui lòng nhập tên cho Space", "Search %(spaceName)s": "Tìm kiếm %(spaceName)s", + "Upload": "Tải lên", "Upload avatar": "Tải lên hình đại diện", + "Delete": "Xoá", "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", @@ -1863,6 +1877,7 @@ "Unable to share phone number": "Không thể chia sẻ số điện thoại", "Unable to revoke sharing for phone number": "Không thể thu hồi chia sẻ cho số điện thoại", "Discovery options will appear once you have added an email above.": "Tùy chọn khám phá sẽ xuất hiện khi nào bạn đã thêm địa chỉ thư điện tử.", + "Share": "Chia sẻ", "Revoke": "Rút lại", "Complete": "Hoàn thành", "Verify the link in your inbox": "Xác minh liên kết trong hộp thư đến của bạn", @@ -1942,12 +1957,15 @@ "Manually verify all remote sessions": "Xác thực thủ công tất cả các phiên từ xa", "How fast should messages be downloaded.": "Tin nhắn sẽ được tải xuống nhanh như thế nào.", "Enable message search in encrypted rooms": "Bật tính năng tìm kiếm tin nhắn trong các phòng được mã hóa", + "Update": "Cập nhật", "What's New": "Có gì mới", "What's new?": "Có gì mới?", "%(deviceId)s from %(ip)s": "%(deviceId)s từ %(ip)s", "New login. Was this you?": "Đăng nhập mới. Đây có phải là bạn không?", "Other users may not trust it": "Những người dùng khác có thể không tin tưởng nó", "Safeguard against losing access to encrypted messages & data": "Bảo vệ chống mất quyền truy cập vào tin nhắn và dữ liệu được mã hóa", + "Verify": "Xác thực", + "Upgrade": "Nâng cấp", "Verify this session": "Xác thực phiên này", "Encryption upgrade available": "Nâng cấp mã hóa có sẵn", "Set up Secure Backup": "Thiết lập Sao lưu Bảo mật", @@ -2210,6 +2228,7 @@ "not found": "không tìm thấy", "in memory": "trong bộ nhớ", "Cross-signing public keys:": "Khóa công khai xác thực chéo:", + "Reset": "Cài lại", "Cross-signing is not set up.": "Tính năng xác thực chéo chưa được thiết lập.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Tài khoản của bạn có danh tính xác thực chéo trong vùng lưu trữ bí mật, nhưng chưa được phiên này tin cậy.", "Cross-signing is ready but keys are not backed up.": "Xác thực chéo đã sẵn sàng nhưng các khóa chưa được sao lưu.", @@ -2274,6 +2293,7 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", + "Cancel": "Huỷ bỏ", "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", @@ -2570,6 +2590,7 @@ "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", + "Trust": "Tin cậy", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Hành động này yêu cầu truy cập máy chủ định danh mặc định để xác thực địa chỉ thư điện tử hoặc số điện thoại, nhưng máy chủ không có bất kỳ điều khoản dịch vụ nào.", "Identity server has no terms of service": "Máy chủ định danh này không có điều khoản dịch vụ", @@ -2940,6 +2961,7 @@ "other": "%(user)s và %(count)s người khác" }, "%(user1)s and %(user2)s": "%(user1)s và %(user2)s", + "Reload": "Tải lại", "Database unexpectedly closed": "Cơ sở dữ liệu đột nhiên bị đóng", "%(minutes)sm %(seconds)ss left": "Còn lại %(minutes)s phút %(seconds)s giây", "%(hours)sh %(minutes)sm %(seconds)ss left": "Còn lại %(hours)s giờ %(minutes)s phút %(seconds)s giây", @@ -2994,6 +3016,7 @@ "Backing up %(sessionsRemaining)s keys…": "Đang sao lưu %(sessionsRemaining)s khóa…", "This session is backing up your keys.": "Phiên này đang sao lưu các khóa.", "Error while changing password: %(error)s": "Lỗi khi đổi mật khẩu: %(error)s", + "Apply": "Áp dụng", "Add privileged users": "Thêm người dùng quyền lực", "Saving…": "Đang lưu…", "Creating…": "Đang tạo…", @@ -3018,6 +3041,7 @@ "Start messages with /plain to send without markdown.": "Bắt đầu tin nhắn với /plain để gửi mà không dùng Markdown.", "%(senderName)s ended a voice broadcast": "%(senderName)s đã kết thúc một cuộc phát thanh", "Welcome": "Chào mừng", + "Call": "Gọi", "Audio devices": "Thiết bị âm thanh", "Enable notifications": "Kích hoạt thông báo", "Turn on notifications": "Bật thông báo", @@ -3655,29 +3679,5 @@ "a11y": { "user_menu": "Menu người dùng" }, - "Home": "Nhà", - "action.reject": "Từ chối", - "action.confirm": "Xác nhận", - "action.dismiss": "Bỏ qua", - "action.trust": "Tin cậy", - "action.reload": "Tải lại", - "action.cancel": "Huỷ bỏ", - "action.stop": "Dừng", - "action.join": "Tham gia", - "action.close": "Đóng", - "action.accept": "Đồng ý", - "action.upgrade": "Nâng cấp", - "action.verify": "Xác thực", - "action.update": "Cập nhật", - "action.call": "Gọi", - "action.delete": "Xoá", - "action.upload": "Tải lên", - "action.collapse": "Tắt đi", - "action.apply": "Áp dụng", - "action.reset": "Cài lại", - "action.share": "Chia sẻ", - "action.skip": "Bỏ qua", - "action.logout": "Đăng xuất", - "action.view": "Xem", - "action.expand": "Mở rộng" + "Home": "Nhà" } diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index fe2a82a34a5..c8387b28af2 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -40,6 +40,7 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s, %(time)s", "Unnamed Room": "Noamloos gesprek", "Unable to load! Check your network connectivity and try again.": "Loadn mislukt! Controleer je netwerktoegang en herprobeer ’t e ki.", + "Dismiss": "Afwyzn", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s èt geen toestemmienge vo je meldiengn te verstuurn - controleert je browserinstelliengn", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s èt geen toestemmienge gekreegn ghed vo joun meldiengn te verstuurn - herprobeer ’t e ki", "Unable to enable Notifications": "Kostege meldiengn nie inschoakeln", @@ -204,7 +205,9 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", + "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", + "Cancel": "Annuleern", "Verified!": "Geverifieerd!", "You've successfully verified this user.": "J’èt deze gebruuker geverifieerd.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Beveiligde berichtn me deze gebruuker zyn eind-tout-eind-versleuterd en kunn nie door derdn wordn geleezn.", @@ -423,6 +426,7 @@ "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", + "Close": "Sluutn", "and %(count)s others...": { "other": "en %(count)s anderen…", "one": "en één andere…" @@ -481,6 +485,7 @@ "Do you want to chat with %(user)s?": "Wil j’e gesprek beginn me %(user)s?", "Do you want to join %(roomName)s?": "Wil je %(roomName)s toetreedn?", " invited you": " èt joun uutgenodigd", + "Reject": "Weigern", "You're previewing %(roomName)s. Want to join it?": "Je bekykt %(roomName)s. Wil je deran deelneemn?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?", "%(roomName)s does not exist.": "%(roomName)s bestoa nie.", @@ -542,6 +547,7 @@ "edited": "bewerkt", "Something went wrong!": "’t Es etwa misgegoan!", "What's New": "Wuk es ’t er nieuw", + "Update": "Bywerkn", "What's new?": "Wuk es ’t er nieuw?", "Error encountered (%(errorDetail)s).": "’t Es e foute ipgetreedn (%(errorDetail)s).", "No update available.": "Geen update beschikboar.", @@ -550,6 +556,7 @@ "Delete widget": "Widget verwydern", "Popout widget": "Widget in e nieuwe veinster openn", "Create new room": "E nieuw gesprek anmoakn", + "Join": "Deelneemn", "Rotate Left": "Links droain", "Rotate Right": "Rechts droain", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -709,6 +716,7 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Bekyk jen e-mails en klikt ip de koppelienge derin. Klikt van zodra da je da gedoan èt ip ‘Verdergoan’.", "Email address": "E-mailadresse", "This will allow you to reset your password and receive notifications.": "Hierdoor goa je je paswoord kunn herinstell en meldiengn ountvangn.", + "Skip": "Oversloan", "Share Room": "Gesprek deeln", "Link to most recent message": "Koppelienge noa ’t recentste bericht", "Share User": "Gebruuker deeln", @@ -720,6 +728,7 @@ "Your browser likely removed this data when running low on disk space.": "Je browser èt deze gegeevns meugliks verwyderd toen da de beschikboare ipslagruumte vul was.", "Upload files (%(current)s of %(total)s)": "Bestandn wordn ipgeloadn (%(current)s van %(total)s)", "Upload files": "Bestandn iploadn", + "Upload": "Iploadn", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s, ma dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", @@ -772,6 +781,7 @@ "Enter username": "Gift de gebruukersnoame in", "Some characters not allowed": "Sommige tekens zyn nie toegeloatn", "Email (optional)": "E-mailadresse (optioneel)", + "Confirm": "Bevestign", "Phone (optional)": "Telefongnumero (optioneel)", "Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server", "Other": "Overige", @@ -791,6 +801,7 @@ "Review terms and conditions": "Gebruuksvoorwoardn leezn", "Old cryptography data detected": "Oude cryptografiegegeevns 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.": "’t Zyn gegeevns van een oudere versie van %(brand)s gedetecteerd gewist. Dit goa probleemn veroorzakt ghed èn me de eind-tout-eind-versleuterienge in d’oude versie. Eind-tout-eind-versleuterde berichtn da recent uutgewisseld gewist zyn me d’oude versie zyn meugliks nie t’ountsleutern in deze versie. Dit zoudt der ook voorn kunnn zorgn da berichtn da uutgewisseld gewist zyn in deze versie foaln. Meldt jen heran moest je probleemn ervoarn. Exporteert de sleuters en importeer z’achteraf were vo de berichtgeschiedenisse te behoudn.", + "Logout": "Afmeldn", "You can't send any messages until you review and agree to our terms and conditions.": "Je ku geen berichtn stuurn toutda je uzze algemene voorwoardn geleezn en anveird ghed èt.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver z’n limiet vo moandeliks actieve gebruukers bereikt ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver e systeembronlimiet overschreedn ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", @@ -879,6 +890,7 @@ "Uploaded sound": "Ipgeloadn-geluud", "Sounds": "Geluudn", "Notification sound": "Meldiengsgeluud", + "Reset": "Herinstelln", "Set a new custom sound": "Stelt e nieuw angepast geluud in", "Browse": "Bloadern", "Cannot reach homeserver": "Kostege de thuusserver nie bereikn", @@ -943,6 +955,7 @@ "Unable to revoke sharing for email address": "Kostege ’t deeln vo dat e-mailadresse hier nie intrekkn", "Unable to share email address": "Kostege ’t e-mailadresse nie deeln", "Revoke": "Intrekkn", + "Share": "Deeln", "Discovery options will appear once you have added an email above.": "Ountdekkiengsopties goan verschynn a j’een e-mailadresse toegevoegd ghed èt.", "Unable to revoke sharing for phone number": "Kostege ’t deeln vo dien telefongnumero hier nie intrekkn", "Unable to share phone number": "Kostege den telefongnumero nie deeln", @@ -1010,18 +1023,5 @@ "view_source": "Bron bekykn", "yes": "Joak" }, - "Home": "Thuus", - "action.reject": "Weigern", - "action.confirm": "Bevestign", - "action.dismiss": "Afwyzn", - "action.cancel": "Annuleern", - "action.join": "Deelneemn", - "action.close": "Sluutn", - "action.accept": "Anveirdn", - "action.update": "Bywerkn", - "action.upload": "Iploadn", - "action.reset": "Herinstelln", - "action.share": "Deeln", - "action.skip": "Oversloan", - "action.logout": "Afmeldn" + "Home": "Thuus" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 18214284890..11bff963efe 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -93,6 +93,7 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了房间名称。", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes your display nickname": "修改显示昵称", + "Close": "关闭", "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", @@ -115,11 +116,14 @@ "Passwords can't be empty": "密码不能为空", "Permissions": "权限", "Phone": "电话", + "Cancel": "取消", "Create new room": "创建新房间", + "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", + "Logout": "登出", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -150,6 +154,8 @@ "Drop file here to upload": "把文件拖到这里以上传", "Online": "在线", "Idle": "空闲", + "Skip": "跳过", + "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", "Enable automatic language detection for syntax highlighting": "启用语法高亮的自动语言检测", @@ -406,6 +412,7 @@ "Notification targets": "通知目标", "Today": "今天", "Friday": "星期五", + "Update": "更新", "What's New": "更新内容", "On": "打开", "Changelog": "更改日志", @@ -426,6 +433,7 @@ "Developer Tools": "开发者工具", "Preparing to send logs": "正在准备发送日志", "Saturday": "星期六", + "Reject": "拒绝", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "正在收集日志", @@ -717,6 +725,7 @@ "Room avatar": "房间头像", "Room Name": "房间名称", "Room Topic": "房间话题", + "Join": "加入", "The following users may not exist": "以下用户可能不存在", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?", "Invite anyway and never warn me again": "还是邀请,不用再提醒我", @@ -742,6 +751,7 @@ "Change": "更改", "Email (optional)": "电子邮箱(可选)", "Phone (optional)": "电话号码(可选)", + "Confirm": "确认", "Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员", "Other": "其他", "Couldn't load page": "无法加载页面", @@ -828,6 +838,7 @@ "Identity server has no terms of service": "身份服务器无服务条款", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此操作需要访问默认的身份服务器 以验证邮箱或电话号码,但此服务器无任何服务条款。", "Only continue if you trust the owner of the server.": "只有在你信任服务器所有者后才能继续。", + "Trust": "信任", "%(name)s is requesting verification": "%(name)s 正在请求验证", "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", @@ -933,6 +944,8 @@ "Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。", "Contact your server admin.": "请联系你的服务器管理员。", "Ok": "确定", + "Upgrade": "升级加密", + "Verify": "验证", "Other users may not trust it": "其他用户可能不信任它", "You joined the call": "你加入通话", "%(senderName)s joined the call": "%(senderName)s加入通话", @@ -965,6 +978,7 @@ "Lock": "锁", "Your server isn't responding to some requests.": "你的服务器没有响应一些请求。", "Accept to continue:": "接受 以继续:", + "Upload": "上传", "Show less": "显示更少", "Show more": "显示更多", "Your homeserver does not support cross-signing.": "你的家服务器不支持交叉签名。", @@ -1063,6 +1077,7 @@ "Uploaded sound": "已上传的声音", "Sounds": "声音", "Notification sound": "通知声音", + "Reset": "重置", "Set a new custom sound": "设置新的自定义声音", "Browse": "浏览", "Upgrade the room": "更新房间", @@ -1077,6 +1092,7 @@ "Click the link in the email you received to verify and then click continue again.": "点击你所收到的电子邮件中的链接进行验证,然后再次点击继续。", "Verify the link in your inbox": "验证你的收件箱中的链接", "Complete": "完成", + "Share": "共享", "Discovery options will appear once you have added an email above.": "你在上方添加邮箱后发现选项将会出现。", "Unable to share phone number": "无法共享电话号码", "Please enter verification code sent via text.": "请输入短信中发送的验证码。", @@ -1466,6 +1482,7 @@ "Create a Group Chat": "创建一个群聊", "Explore rooms": "探索房间", "%(creator)s created and configured the room.": "%(creator)s 创建并配置了此房间。", + "View": "查看", "Switch to light mode": "切换到浅色模式", "Switch to dark mode": "切换到深色模式", "Switch theme": "切换主题", @@ -1693,6 +1710,7 @@ "Your private space": "你的私有空间", "Your public space": "你的公共空间", "Invite only, best for yourself or teams": "仅邀请,适合你自己或团队", + "Delete": "删除", "Dial pad": "拨号盘", "There was an error looking up the phone number": "查询电话号码时发生错误", "Unable to look up phone number": "无法查询电话号码", @@ -2345,6 +2363,8 @@ "Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。", "This space has no local addresses": "此空间没有本地地址", "Space information": "空间信息", + "Collapse": "折叠", + "Expand": "展开", "Recommended for public spaces.": "建议用于公开空间。", "Allow people to preview your space before they join.": "允许人们在加入前预览你的空间。", "Preview Space": "预览空间", @@ -2560,6 +2580,7 @@ "Select from the options below to export chats from your timeline": "从下面的选项中选择以从时间线导出聊天", "Export Chat": "导出聊天", "Exporting your data": "导出你的数据", + "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您确定要停止导出数据吗?如果你这样做了,你需要重新开始。", "Your export was successful. Find it in your Downloads folder.": "导出成功了。你可以在下载文件夹中找到导出文件。", "The export was cancelled successfully": "成功取消了导出", @@ -2967,6 +2988,7 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……", "Verify this device by confirming the following number appears on its screen.": "确认屏幕上出现以下数字,以验证设备。", "Confirm the emoji below are displayed on both devices, in the same order:": "确认下面的表情符号在两个设备上以相同顺序显示:", + "Call": "通话", "Turn on camera": "启动相机", "Turn off camera": "关闭相机", "Video devices": "视频设备", @@ -3420,6 +3442,7 @@ "other": "你确定要退出这 %(count)s 个会话吗?" }, "Presence": "在线", + "Apply": "申请", "Search users in this room…": "搜索该房间内的用户……", "Give one or multiple users in this room more privileges": "授权给该房间内的某人或某些人", "Add privileged users": "添加特权用户", @@ -3452,6 +3475,7 @@ "Use your account to continue.": "使用你的账户继续。", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "你的电子邮件地址似乎未与此家服务器上的Matrix ID关联。", "%(senderName)s started a voice broadcast": "%(senderName)s开始了语音广播", + "Reload": "重加载", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "这可能是由于在多个标签页中打开此应用,或由于清除浏览器数据。", "Database unexpectedly closed": "数据库意外关闭", "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。", @@ -3544,29 +3568,5 @@ "a11y": { "user_menu": "用户菜单" }, - "Home": "主页", - "action.reject": "拒绝", - "action.confirm": "确认", - "action.dismiss": "忽略", - "action.trust": "信任", - "action.reload": "重加载", - "action.cancel": "取消", - "action.stop": "停止", - "action.join": "加入", - "action.close": "关闭", - "action.accept": "接受", - "action.upgrade": "升级加密", - "action.verify": "验证", - "action.update": "更新", - "action.call": "通话", - "action.delete": "删除", - "action.upload": "上传", - "action.collapse": "折叠", - "action.apply": "申请", - "action.reset": "重置", - "action.share": "共享", - "action.skip": "跳过", - "action.logout": "登出", - "action.view": "查看", - "action.expand": "展开" + "Home": "主页" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index bae7aacf9b5..1a9def71553 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -84,6 +84,8 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 將聊天室大頭照更改為 ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室的大頭照。", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s 將聊天室的大頭照改為 %(roomName)s", + "Cancel": "取消", + "Dismiss": "關閉", "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", @@ -102,7 +104,9 @@ "URL Previews": "網址預覽", "Drop file here to upload": "把文件放在這裡上傳", "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": "建立新聊天室", + "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", @@ -127,6 +131,7 @@ "Invited": "已邀請", "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", + "Logout": "登出", "Low priority": "低優先度", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們被邀請開始。", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們加入開始。", @@ -244,6 +249,7 @@ "Authentication check failed: incorrect password?": "無法檢查認證:密碼錯誤?", "Do you want to set an email address?": "您想要設定電子郵件地址嗎?", "This will allow you to reset your password and receive notifications.": "這讓您可以重設您的密碼與接收通知。", + "Skip": "略過", "and %(count)s others...": { "other": "與另 %(count)s 個人…", "one": "與另 1 個人…" @@ -414,6 +420,7 @@ "Notification targets": "通知目標", "Today": "今天", "Friday": "星期五", + "Update": "更新", "On": "開啟", "Changelog": "變更記錄檔", "Waiting for response from server": "正在等待來自伺服器的回應", @@ -434,6 +441,7 @@ "Developer Tools": "開發者工具", "Preparing to send logs": "準備傳送除錯訊息", "Saturday": "星期六", + "Reject": "拒絕", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "收集記錄檔", @@ -657,11 +665,13 @@ "Room avatar": "聊天室大頭照", "Room Name": "聊天室名稱", "Room Topic": "聊天室主題", + "Join": "加入", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", + "Confirm": "確認", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", "Other": "其他", "Guest": "訪客", @@ -816,6 +826,7 @@ "Your browser likely removed this data when running low on disk space.": "當硬碟空間不足時,您的瀏覽器可能會移除這些資料。", "Upload files (%(current)s of %(total)s)": "上傳檔案 (%(total)s 中的 %(current)s)", "Upload files": "上傳檔案", + "Upload": "上傳", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "這個檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s 但這個檔案大小是 %(sizeOfThisFile)s。", "These files are too large to upload. The file size limit is %(limit)s.": "這些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "某些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", @@ -877,6 +888,7 @@ "Uploaded sound": "已上傳的音效", "Sounds": "音效", "Notification sound": "通知音效", + "Reset": "重設", "Set a new custom sound": "設定新的自訂音效", "Browse": "瀏覽", "Cannot reach homeserver": "無法連線至家伺服器", @@ -936,6 +948,7 @@ "Unable to revoke sharing for email address": "無法撤回電子郵件的分享", "Unable to share email address": "無法分享電子郵件", "Revoke": "撤回", + "Share": "分享", "Discovery options will appear once you have added an email above.": "當您在上面加入電子郵件時將會出現探索選項。", "Unable to revoke sharing for phone number": "無法撤回電話號碼的分享", "Unable to share phone number": "無法分享電話號碼", @@ -1008,6 +1021,7 @@ "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": "傳送回報", + "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", "Read Marker lifetime (ms)": "讀取標記生命週期(毫秒)", @@ -1069,6 +1083,7 @@ "Room %(name)s": "聊天室 %(name)s", "Unread messages.": "未讀的訊息。", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此動作需要存取預設的身分伺服器 以驗證電子郵件或電話號碼,但伺服器沒有任何服務條款。", + "Trust": "信任", "Message Actions": "訊息動作", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "您驗證了 %(name)s", @@ -1114,6 +1129,7 @@ "Trusted": "受信任", "Not trusted": "未受信任", "Messages in this room are end-to-end encrypted.": "此聊天室內的訊息有端對端加密。", + "Verify": "驗證", "Any of the following data may be shared:": "可能會分享以下資料:", "Your display name": "您的顯示名稱", "Your user ID": "您的使用者 ID", @@ -1147,6 +1163,7 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "升級聊天室為進階動作,通常建議在聊天室因為錯誤而不穩定、缺少功能或安全漏洞等才升級。", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "這通常僅影響如何在伺服器上處理聊天室的方式。如果您遇到與 %(brand)s 相關的問題,請回報錯誤。", "You'll upgrade this room from to .": "您將要把此聊天室從 升級到 。", + "Upgrade": "升級", " wants to chat": " 想要聊天", "Start chatting": "開始聊天", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s 移除了封鎖符合 %(glob)s 的使用者規則", @@ -2180,6 +2197,7 @@ "Invite only, best for yourself or teams": "邀請制,適用於您自己或團隊使用", "Open space for anyone, best for communities": "對所有人開放的聊天空間,最適合社群", "Create a space": "建立聊天空間", + "Delete": "刪除", "Jump to the bottom of the timeline when you send a message": "傳送訊息時,跳到時間軸底部", "This homeserver has been blocked by its administrator.": "此家伺服器已被管理員封鎖。", "You're already in a call with this person.": "您正在與此人通話。", @@ -2346,6 +2364,8 @@ "Published addresses can be used by anyone on any server to join your space.": "任何伺服器上的人都可以使用已發佈的位址加入您的聊天空間。", "This space has no local addresses": "此聊天空間沒有本機位址", "Space information": "聊天空間資訊", + "Collapse": "收折", + "Expand": "展開", "Recommended for public spaces.": "給公開聊天空間的推薦。", "Allow people to preview your space before they join.": "允許人們在加入前預覽您的聊天空間。", "Preview Space": "預覽聊天空間", @@ -2559,6 +2579,7 @@ "Select from the options below to export chats from your timeline": "從下面的選項中選擇以從您的時間軸匯出聊天", "Export Chat": "匯出聊天", "Exporting your data": "正在匯出您的資料", + "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您確定您要停止匯出您的資料嗎?若您這麼做,您就必須重新開始。", "Your export was successful. Find it in your Downloads folder.": "您匯出成功。請在您的下載資料夾中尋找它。", "The export was cancelled successfully": "匯出已成功取消", @@ -2908,6 +2929,7 @@ "Group all your people in one place.": "將您所有的夥伴集中在同一個地方。", "Group all your favourite rooms and people in one place.": "將所有您最喜愛的聊天室與夥伴集中在同一個地方。", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "聊天空間是將聊天室與夥伴們分組的方式。除了您所在的聊天空間之外,還可以使用一些預設分類。", + "Call": "通話", "Unable to check if username has been taken. Try again later.": "無法檢查使用者名稱是否已被使用。請稍後再試。", "IRC (Experimental)": "IRC(實驗性)", "Toggle hidden event visibility": "切換隱藏事件的能見度", @@ -3549,6 +3571,7 @@ "This session doesn't support encryption and thus can't be verified.": "此工作階段不支援加密,因此無法驗證。", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "為獲得最佳安全性與隱私,建議使用支援加密的 Matrix 客戶端。", "You won't be able to participate in rooms where encryption is enabled when using this session.": "使用此工作階段時,您將無法參與啟用加密的聊天室。", + "Apply": "套用", "Search users in this room…": "搜尋此聊天室中的使用者…", "Give one or multiple users in this room more privileges": "給這個聊天室中的一個使用者或多個使用者更多的特殊權限", "Add privileged users": "新增特權使用者", @@ -3738,6 +3761,7 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "嘗試尋找並前往指定日期時發生網路錯誤。您的家伺服器可能已關閉,或者您的網際網路連線只是暫時出現問題。請再試一次。如果這種情況繼續存在,請聯絡您的家伺服器管理員。", "Poll history": "投票紀錄", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "使用者(%(user)s)並未受邀加入 %(roomId)s,但邀請工具也未提供錯誤", + "Reload": "重新載入", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "這個問題可能是因為在多個分頁中開啟此應用程式,或是清除瀏覽資料所導致。", "Database unexpectedly closed": "資料庫意外關閉", "Mute room": "聊天室靜音", @@ -3952,29 +3976,5 @@ "a11y": { "user_menu": "使用者選單" }, - "Home": "首頁", - "action.reject": "拒絕", - "action.confirm": "確認", - "action.dismiss": "關閉", - "action.trust": "信任", - "action.reload": "重新載入", - "action.cancel": "取消", - "action.stop": "停止", - "action.join": "加入", - "action.close": "關閉", - "action.accept": "接受", - "action.upgrade": "升級", - "action.verify": "驗證", - "action.update": "更新", - "action.call": "通話", - "action.delete": "刪除", - "action.upload": "上傳", - "action.collapse": "收折", - "action.apply": "套用", - "action.reset": "重設", - "action.share": "分享", - "action.skip": "略過", - "action.logout": "登出", - "action.view": "檢視", - "action.expand": "展開" + "Home": "首頁" } From d79515692c4b3060f96cac468f66b4fa3e8d6d8c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 10:45:21 +0100 Subject: [PATCH 09/11] i18n --- src/i18n/strings/ar.json | 30 ++++----- src/i18n/strings/az.json | 14 ++--- src/i18n/strings/be.json | 8 +-- src/i18n/strings/bg.json | 38 ++++++------ src/i18n/strings/bs.json | 6 +- src/i18n/strings/ca.json | 24 +++---- src/i18n/strings/cs.json | 50 +++++++-------- src/i18n/strings/cy.json | 6 +- src/i18n/strings/da.json | 20 +++--- src/i18n/strings/de_DE.json | 50 +++++++-------- src/i18n/strings/el.json | 46 +++++++------- src/i18n/strings/en_EN.json | 114 +++++++++++++++++----------------- src/i18n/strings/en_US.json | 22 +++---- src/i18n/strings/eo.json | 44 ++++++------- src/i18n/strings/es.json | 50 +++++++-------- src/i18n/strings/et.json | 50 +++++++-------- src/i18n/strings/eu.json | 36 +++++------ src/i18n/strings/fa.json | 42 ++++++------- src/i18n/strings/fi.json | 50 +++++++-------- src/i18n/strings/fr.json | 50 +++++++-------- src/i18n/strings/ga.json | 42 ++++++------- src/i18n/strings/gl.json | 46 +++++++------- src/i18n/strings/he.json | 46 +++++++------- src/i18n/strings/hi.json | 14 ++--- src/i18n/strings/hr.json | 8 +-- src/i18n/strings/hu.json | 50 +++++++-------- src/i18n/strings/id.json | 50 +++++++-------- src/i18n/strings/is.json | 48 +++++++------- src/i18n/strings/it.json | 50 +++++++-------- src/i18n/strings/ja.json | 48 +++++++------- src/i18n/strings/jbo.json | 16 ++--- src/i18n/strings/ka.json | 6 +- src/i18n/strings/kab.json | 36 +++++------ src/i18n/strings/ko.json | 38 ++++++------ src/i18n/strings/lo.json | 46 +++++++------- src/i18n/strings/lt.json | 46 +++++++------- src/i18n/strings/lv.json | 36 +++++------ src/i18n/strings/ml.json | 12 ++-- src/i18n/strings/mn.json | 4 +- src/i18n/strings/nb_NO.json | 44 ++++++------- src/i18n/strings/ne.json | 6 +- src/i18n/strings/nl.json | 46 +++++++------- src/i18n/strings/nn.json | 36 +++++------ src/i18n/strings/oc.json | 36 +++++------ src/i18n/strings/pl.json | 50 +++++++-------- src/i18n/strings/pt.json | 24 +++---- src/i18n/strings/pt_BR.json | 44 ++++++------- src/i18n/strings/ro.json | 6 +- src/i18n/strings/ru.json | 48 +++++++------- src/i18n/strings/si.json | 8 ++- src/i18n/strings/sk.json | 50 +++++++-------- src/i18n/strings/sl.json | 6 +- src/i18n/strings/sq.json | 50 +++++++-------- src/i18n/strings/sr.json | 28 ++++----- src/i18n/strings/sr_Latn.json | 8 ++- src/i18n/strings/sv.json | 50 +++++++-------- src/i18n/strings/ta.json | 14 ++--- src/i18n/strings/te.json | 12 ++-- src/i18n/strings/th.json | 28 ++++----- src/i18n/strings/tr.json | 36 +++++------ src/i18n/strings/tzm.json | 20 +++--- src/i18n/strings/uk.json | 50 +++++++-------- src/i18n/strings/vi.json | 50 +++++++-------- src/i18n/strings/vls.json | 28 ++++----- src/i18n/strings/zh_Hans.json | 50 +++++++-------- src/i18n/strings/zh_Hant.json | 50 +++++++-------- 66 files changed, 1142 insertions(+), 1128 deletions(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index 24612e1b469..f80018ad641 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,9 +1,6 @@ { "Something went wrong!": "هناك خطأ ما!", - "Cancel": "إلغاء", - "Close": "إغلاق", "Create new room": "إنشاء غرفة جديدة", - "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", "Send": "إرسال", "This email address is already in use": "عنوان البريد هذا مستعمل", @@ -12,7 +9,6 @@ "Unavailable": "غير متوفر", "All Rooms": "كل الغُرف", "All messages": "كل الرسائل", - "Update": "تحديث", "What's New": "آخِر المُستجدّات", "Toolbox": "علبة الأدوات", "Collecting logs": "تجميع السجلات", @@ -33,7 +29,6 @@ "Single Sign On": "الولوج الموحّد", "Confirm adding email": "أكّد إضافة البريد الإلكتروني", "Click the button below to confirm adding this email address.": "انقر الزر بالأسفل لتأكيد إضافة عنوان البريد الإلكتروني هذا.", - "Confirm": "أكّد", "Add Email Address": "أضِف بريدًا إلكترونيًا", "Confirm adding this phone number by using Single Sign On to prove your identity.": "أكّد إضافتك لرقم الهاتف هذا باستعمال الولوج الموحّد لإثبات هويّتك.", "Confirm adding phone number": "أكّد إضافة رقم الهاتف", @@ -84,7 +79,6 @@ "Identity server has no terms of service": "ليس لخادوم الهويّة أيّ شروط خدمة", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "يطلب هذا الإجراء الوصول إلى خادوم الهويّات المبدئيللتثبّت من عنوان البريد الإلكتروني أو رقم الهاتف، ولكن ليس للخادوم أيّ شروط خدمة.", "Only continue if you trust the owner of the server.": "لا تُواصل لو لم تكن تثق بمالك الخادوم.", - "Trust": "أثق به", "%(name)s is requesting verification": "يطلب %(name)s التثبّت", "%(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 التنبيهات. من فضلك أعِد المحاولة", @@ -252,7 +246,6 @@ "expand": "توسيع", "collapse": "تضييق", "Please create a new issue on GitHub so that we can investigate this bug.": "الرجاء إنشاء إشكال جديد على GitHub حتى نتمكن من التحقيق في هذا الخطأ.", - "Join": "انضم", "This version of %(brand)s does not support searching encrypted messages": "لا يدعم هذا الإصدار من %(brand)s البحث في الرسائل المشفرة", "This version of %(brand)s does not support viewing some encrypted files": "لا يدعم هذا الإصدار من %(brand)s s عرض بعض الملفات المشفرة", "Use the Desktop app to search encrypted messages": "استخدم تطبيق سطح المكتب للبحث في الرسائل المشفرة", @@ -420,7 +413,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟", "You're previewing %(roomName)s. Want to join it?": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟", "Reject & Ignore user": "رفض الدعوة وتجاهل الداعي", - "Reject": "رفض", " invited you": " دعاك", "Do you want to join %(roomName)s?": "هل تريد أن تنضم إلى %(roomName)s؟", "Start chatting": "ابدأ المحادثة", @@ -729,7 +721,6 @@ "not found": "لم يعثر عليه", "in memory": "في الذاكرة", "Cross-signing public keys:": "المفاتيح العامة للتوقيع المتبادل:", - "Reset": "إعادة تعيين", "Set up": "تأسيس", "Cross-signing is not set up.": "لم يتم إعداد التوقيع المتبادل.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.", @@ -748,7 +739,6 @@ "Show more": "أظهر أكثر", "Show less": "أظهر أقل", "This bridge is managed by .": "هذا الجسر يديره .", - "Upload": "رفع", "Accept to continue:": "قبول للمتابعة:", "Your server isn't responding to some requests.": "خادمك لا يتجاوب مع بعض الطلبات.", "Dog": "كلب", @@ -768,7 +758,6 @@ "You've successfully verified this user.": "لقد نجحت في التحقق من هذا المستخدم.", "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", - "Accept": "قبول", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -867,7 +856,6 @@ "Revoke": "إبطال", "Unable to revoke sharing for phone number": "تعذر إبطال مشاركة رقم الهاتف", "Discovery options will appear once you have added an email above.": "ستظهر خيارات الاكتشاف بمجرد إضافة بريد إلكتروني أعلاه.", - "Share": "مشاركة", "Complete": "تام", "Verify the link in your inbox": "تحقق من الرابط في بريدك الوارد", "Unable to verify email address.": "تعذر التحقق من عنوان البريد الإلكتروني.", @@ -974,8 +962,6 @@ "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", "Safeguard against losing access to encrypted messages & data": "حماية ضد فقدان الوصول إلى الرسائل والبيانات المشفرة", - "Verify": "تحقق", - "Upgrade": "ترقية", "Verify this session": "تحقق من هذا الاتصال", "Encryption upgrade available": "ترقية التشفير متاحة", "Set up Secure Backup": "أعد النسخ الاحتياطي الآمن", @@ -1339,6 +1325,20 @@ "start": "بداية", "start_chat": "ابدأ محادثة", "view_source": "انظر المصدر", - "yes": "نعم" + "yes": "نعم", + "reject": "رفض", + "confirm": "أكّد", + "dismiss": "أهمِل", + "trust": "أثق به", + "cancel": "إلغاء", + "join": "انضم", + "close": "إغلاق", + "accept": "قبول", + "upgrade": "ترقية", + "verify": "تحقق", + "update": "تحديث", + "upload": "رفع", + "reset": "إعادة تعيين", + "share": "مشاركة" } } diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 51f032672da..80c6ed7a999 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -69,7 +69,6 @@ "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s üçün %(fromPowerLevel)s-dan %(toPowerLevel)s-lə", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hüquqların səviyyələrini dəyişdirdi %(powerLevelDiffText)s.", "Always show message timestamps": "Həmişə mesajların göndərilməsi vaxtını göstərmək", - "Accept": "Qəbul etmək", "Incorrect verification code": "Təsdiq etmənin səhv kodu", "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", @@ -113,7 +112,6 @@ "Who can read history?": "Kim tarixi oxuya bilər?", "Permissions": "Girişin hüquqları", "Advanced": "Təfərrüatlar", - "Close": "Bağlamaq", "Sunday": "Bazar", "Friday": "Cümə", "Today": "Bu gün", @@ -122,7 +120,6 @@ "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmək", "What's New": "Nə dəyişdi", - "Update": "Yeniləmək", "Create new room": "Otağı yaratmaq", "%(items)s and %(lastItem)s": "%(items)s və %(lastItem)s", "Deactivate Account": "Hesabı bağlamaq", @@ -137,7 +134,6 @@ "Are you sure you want to reject the invitation?": "Siz əminsiniz ki, siz dəvəti rədd etmək istəyirsiniz?", "Failed to reject invitation": "Dəvəti rədd etməyi bacarmadı", "For security, this session has been signed out. Please sign in again.": "Təhlükəsizliyin təmin olunması üçün sizin sessiyanız başa çatmışdır idi. Zəhmət olmasa, yenidən girin.", - "Logout": "Çıxmaq", "Notifications": "Xəbərdarlıqlar", "Connectivity to the server has been lost.": "Serverlə əlaqə itirilmişdir.", "Sent messages will be stored until your connection has returned.": "Hələ ki serverlə əlaqə bərpa olmayacaq, göndərilmiş mesajlar saxlanacaq.", @@ -171,7 +167,6 @@ "AM": "12:00", "Unnamed Room": "Adı açıqlanmayan otaq", "Unable to load! Check your network connectivity and try again.": "Yükləmək olmur! Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin.", - "Dismiss": "Nəzərə almayın", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s-un sizə bildiriş göndərmək icazəsi yoxdur - brauzerinizin parametrlərini yoxlayın", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s bildiriş göndərmək üçün icazə verilmədi - lütfən yenidən cəhd edin", "This email address was not found": "Bu e-poçt ünvanı tapılmadı", @@ -206,7 +201,6 @@ "Identity server has no terms of service": "Şəxsiyyət serverinin xidmət şərtləri yoxdur", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Bu hərəkət e-poçt ünvanı və ya telefon nömrəsini təsdiqləmək üçün standart şəxsiyyət serverinə girməyi tələb edir, lakin serverdə heç bir xidmət şəraiti yoxdur.", "Only continue if you trust the owner of the server.": "Yalnız server sahibinə etibar etsəniz davam edin.", - "Trust": "Etibar", "Custom (%(level)s)": "Xüsusi (%(level)s)", "Room %(roomId)s not visible": "Otaq %(roomId)s görünmür", "Messages": "Mesajlar", @@ -254,7 +248,13 @@ "leave_room": "Otağı tərk etmək", "ok": "OK", "remove": "Silmək", - "start_chat": "Çata başlamaq" + "start_chat": "Çata başlamaq", + "dismiss": "Nəzərə almayın", + "trust": "Etibar", + "close": "Bağlamaq", + "accept": "Qəbul etmək", + "update": "Yeniləmək", + "logout": "Çıxmaq" }, "Home": "Başlanğıc" } diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 5f6847c2872..6ad9e7e1f21 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -1,12 +1,9 @@ { - "Reject": "Адхіліць", "Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s", "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", - "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", - "Close": "Зачыніць", "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", @@ -25,6 +22,9 @@ "action": { "leave": "Пакінуць", "quote": "Цытата", - "remove": "Выдалiць" + "remove": "Выдалiць", + "reject": "Адхіліць", + "dismiss": "Aдхіліць", + "close": "Зачыніць" } } diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 9756751c45d..150c3bbdd0c 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,10 +1,7 @@ { "Operation failed": "Операцията е неуспешна", "Search": "Търсене", - "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", - "Close": "Затвори", - "Cancel": "Отказ", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", @@ -107,7 +104,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 прегледи за участници в тази стая", - "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", @@ -329,7 +325,6 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Беше направен опит да се зареди конкретна точка в хронологията на тази стая, но не я намери.", "Unable to remove contact information": "Неуспешно премахване на информацията за контакти", "This will allow you to reset your password and receive notifications.": "Това ще Ви позволи да възстановите Вашата парола и да получавате известия.", - "Skip": "Пропусни", "You must register to use this functionality": "Трябва да се регистрирате, за да използвате тази функционалност", "You must join the room to see its files": "Трябва да се присъедините към стаята, за да видите файловете, които съдържа", "Reject invitation": "Отхвърли поканата", @@ -340,7 +335,6 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", - "Logout": "Излез", "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", @@ -421,7 +415,6 @@ "Notification targets": "Устройства, получаващи известия", "Today": "Днес", "Friday": "Петък", - "Update": "Актуализиране", "On": "Вкл.", "Changelog": "Списък на промените", "Waiting for response from server": "Изчакване на отговор от сървъра", @@ -441,7 +434,6 @@ "Developer Tools": "Инструменти за разработчика", "Preparing to send logs": "Подготовка за изпращане на логове", "Saturday": "Събота", - "Reject": "Отхвърли", "Monday": "Понеделник", "Toolbox": "Инструменти", "Collecting logs": "Събиране на логове", @@ -667,13 +659,11 @@ "Room avatar": "Снимка на стаята", "Room Name": "Име на стаята", "Room Topic": "Тема на стаята", - "Join": "Присъедини се", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", - "Confirm": "Потвърди", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", "Other": "Други", "Guest": "Гост", @@ -823,7 +813,6 @@ "Your browser likely removed this data when running low on disk space.": "Най-вероятно браузърът Ви е премахнал тези данни поради липса на дисково пространство.", "Upload files (%(current)s of %(total)s)": "Качване на файлове (%(current)s от %(total)s)", "Upload files": "Качи файлове", - "Upload": "Качи", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Файлът е прекалено голям за да се качи. Максималният допустим размер е %(limit)s, докато този файл е %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Тези файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Някои файлове са прекалено големи за да се качат. Максималният допустим размер е %(limit)s.", @@ -867,7 +856,6 @@ "Uploaded sound": "Качен звук", "Sounds": "Звуци", "Notification sound": "Звук за уведомление", - "Reset": "Нулирай", "Set a new custom sound": "Настрой нов собствен звук", "Browse": "Избор", "This room has already been upgraded.": "Тази стая вече е била обновена.", @@ -962,7 +950,6 @@ "Unable to revoke sharing for email address": "Неуспешно оттегляне на споделянето на имейл адреса", "Unable to share email address": "Неуспешно споделяне на имейл адрес", "Revoke": "Оттегли", - "Share": "Сподели", "Discovery options will appear once you have added an email above.": "Опциите за откриване ще се покажат след като добавите имейл адрес по-горе.", "Unable to revoke sharing for phone number": "Неуспешно оттегляне на споделянето на телефонен номер", "Unable to share phone number": "Неуспешно споделяне на телефонен номер", @@ -1021,7 +1008,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": "Изпрати доклад", - "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", "Complete": "Завърши", @@ -1039,7 +1025,6 @@ "Add Email Address": "Добави имейл адрес", "Add Phone Number": "Добави телефонен номер", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Това действие изисква връзка със сървъра за самоличност за валидиране на имейл адреса или телефонния номер, но сървърът не предоставя условия за ползване.", - "Trust": "Довери се", "Show previews/thumbnails for images": "Показвай преглед (умален размер) на снимки", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Би било добре да премахнете личните си данни от сървъра за самоличност преди прекъсване на връзката. За съжаление, сървърът за самоличност в момента не е достъпен.", "You should:": "Ще е добре да:", @@ -1175,7 +1160,6 @@ "one": "1 потвърдена сесия" }, "Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.", - "Verify": "Потвърди", "You have ignored this user, so their message is hidden. Show anyways.": "Игнорирали сте този потребител, така че съобщението им е скрито. Покажи така или иначе.", "Any of the following data may be shared:": "Следните данни може да бъдат споделени:", "Your display name": "Вашето име", @@ -1197,7 +1181,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Обновяването на стая е действие за напреднали и обикновено се препоръчва когато стаята е нестабилна поради бъгове, липсващи функции или проблеми със сигурността.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Това обикновено влия само на това как стаята се обработва на сървъра. Ако имате проблеми с %(brand)s, съобщете за проблем.", "You'll upgrade this room from to .": "Ще обновите стаята от до .", - "Upgrade": "Обнови", "Remove for everyone": "Премахни за всички", "Country Dropdown": "Падащо меню за избор на държава", "Verification Request": "Заявка за потвърждение", @@ -1983,7 +1966,6 @@ "Invite people": "Покани хора", "Share invite link": "Сподели връзка с покана", "Click to copy": "Натиснете за копиране", - "Delete": "Изтрий", "Please enter a name for the space": "Моля, въведете име на пространството", "Create a space": "Създаване на пространство", "Add some details to help people recognise it.": "Добавете някои подробности, за да помогнете на хората да го разпознаят.", @@ -2121,7 +2103,25 @@ "start": "Започни", "start_chat": "Започни чат", "view_source": "Прегледай източника", - "yes": "Да" + "yes": "Да", + "reject": "Отхвърли", + "confirm": "Потвърди", + "dismiss": "Затвори", + "trust": "Довери се", + "cancel": "Отказ", + "join": "Присъедини се", + "close": "Затвори", + "accept": "Приеми", + "upgrade": "Обнови", + "verify": "Потвърди", + "update": "Актуализиране", + "delete": "Изтрий", + "upload": "Качи", + "reset": "Нулирай", + "share": "Сподели", + "skip": "Пропусни", + "logout": "Излез", + "view": "Виж" }, "a11y": { "user_menu": "Потребителско меню" diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index a7891ebdcdf..6cb3cd4ebfc 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,7 +1,9 @@ { - "Dismiss": "Odbaci", "Create Account": "Otvori račun", "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", - "Identity server": "Identifikacioni Server" + "Identity server": "Identifikacioni Server", + "action": { + "dismiss": "Odbaci" + } } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 4b6dca8b914..a5b7ef088a9 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -6,13 +6,10 @@ "Camera": "Càmera", "Advanced": "Avançat", "Always show message timestamps": "Mostra sempre la marca de temps del missatge", - "Cancel": "Cancel·la", - "Close": "Tanca", "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", - "Dismiss": "Omet", "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", @@ -110,7 +107,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", - "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", @@ -331,7 +327,6 @@ "Unable to add email address": "No s'ha pogut afegir el correu electrònic", "Unable to verify email address.": "No s'ha pogut verificar el correu electrònic.", "This will allow you to reset your password and receive notifications.": "Això us permetrà restablir la vostra contrasenya i rebre notificacions.", - "Skip": "Omet", "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.": "Si anteriorment heu utilitzat un versió de %(brand)s més recent, la vostra sessió podría ser incompatible amb aquesta versió. Tanqueu aquesta finestra i torneu a la versió més recent.", "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", @@ -343,7 +338,6 @@ "For security, this session has been signed out. Please sign in again.": "Per seguretat, aquesta sessió s'ha tancat. Torna a iniciar la sessió.", "Old cryptography data detected": "S'han detectat dades de criptografia antigues", "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.": "S'han detectat dades d'una versió antiga del %(brand)s. Això haurà provocat que el xifratge d'extrem a extrem no funcioni correctament a la versió anterior. Els missatges xifrats d'extrem a extrem que s'han intercanviat recentment mentre s'utilitzava la versió anterior no es poden desxifrar en aquesta versió. També pot provocar que els missatges intercanviats amb aquesta versió fallin. Si teniu problemes, sortiu de la sessió i torneu a entrar-hi. Per poder llegir l'historial dels missatges xifrats, exporteu i torneu a importar les vostres claus.", - "Logout": "Surt", "Connectivity to the server has been lost.": "S'ha perdut la connectivitat amb el servidor.", "Sent messages will be stored until your connection has returned.": "Els missatges enviats s'emmagatzemaran fins que la vostra connexió hagi tornat.", "You seem to be uploading files, are you sure you want to quit?": "Sembla que s'està pujant fitxers, esteu segur que voleu sortir?", @@ -378,7 +372,6 @@ "Notification targets": "Objectius de les notificacions", "Today": "Avui", "Friday": "Divendres", - "Update": "Actualitzar", "What's New": "Novetats", "On": "Engegat", "Changelog": "Registre de canvis", @@ -401,7 +394,6 @@ "Developer Tools": "Eines de desenvolupador", "Preparing to send logs": "Preparant l'enviament de logs", "Saturday": "Dissabte", - "Reject": "Rebutja", "Monday": "Dilluns", "Toolbox": "Caixa d'eines", "Collecting logs": "S'estan recopilant els registres", @@ -502,7 +494,6 @@ "Show read receipts sent by other users": "Mostra les confirmacions de lectura enviades pels altres usuaris", "Enable big emoji in chat": "Activa Emojis grans en xats", "Send analytics data": "Envia dades d'anàlisi", - "Upload": "Puja", "Email addresses": "Adreces de correu electrònic", "Phone numbers": "Números de telèfon", "Language and region": "Idioma i regió", @@ -558,7 +549,6 @@ "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", "%(name)s is requesting verification": "%(name)s està demanant verificació", - "Trust": "Confiança", "Only continue if you trust the owner of the server.": "Continua, només, si confies amb el propietari del servidor.", "Identity server has no terms of service": "El servidor d'identitat no disposa de condicions de servei", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aquesta acció necessita accedir al servidor d'identitat predeterminat per validar una adreça de correu electrònic o un número de telèfon, però el servidor no disposa de condicions de servei.", @@ -608,7 +598,6 @@ "Click the button below to confirm adding this phone number.": "Fes clic al botó de sota per confirmar l'addició d'aquest número de telèfon.", "Confirm adding phone number": "Confirma l'addició del número de telèfon", "Add Email Address": "Afegeix una adreça de correu electrònic", - "Confirm": "Confirma", "Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.", "Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon", "Unable to access microphone": "No s'ha pogut accedir al micròfon", @@ -656,7 +645,18 @@ "reply": "Respon", "save": "Desa", "start_chat": "Inicia un xat", - "view_source": "Mostra el codi" + "view_source": "Mostra el codi", + "reject": "Rebutja", + "confirm": "Confirma", + "dismiss": "Omet", + "trust": "Confiança", + "cancel": "Cancel·la", + "close": "Tanca", + "accept": "Accepta", + "update": "Actualitzar", + "upload": "Puja", + "skip": "Omet", + "logout": "Surt" }, "Home": "Inici" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 7b19f8ed973..efffb4aee53 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1,9 +1,7 @@ { - "Close": "Zavřít", "Filter room members": "Najít člena místnosti", "Historical": "Historické", "Jump to first unread message.": "Přejít na první nepřečtenou zprávu.", - "Logout": "Odhlásit se", "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", @@ -31,15 +29,12 @@ "Dec": "Pro", "Create new room": "Vytvořit novou místnost", "Register": "Zaregistrovat", - "Cancel": "Storno", "Favourite": "Oblíbené", "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", "unknown error code": "neznámý kód chyby", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", - "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", - "Accept": "Přijmout", "Account": "Účet", "Add": "Přidat", "Admin": "Správce", @@ -374,7 +369,6 @@ "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.": "Pokud jste se v minulosti již přihlásili s novější verzi programu %(brand)s, vaše relace nemusí být kompatibilní s touto verzí. Zavřete prosím toto okno a přihlaste se znovu pomocí nové verze.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Zkontrolujte svou e-mailovou schránku a klepněte na odkaz ve zprávě, kterou jsme vám poslali. V případě, že jste to už udělali, klepněte na tlačítko Pokračovat.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnovit si heslo a přijímat oznámení e-mailem.", - "Skip": "Přeskočit", "You must register to use this functionality": "Pro využívání této funkce se zaregistrujte", "You must join the room to see its files": "Pro zobrazení souborů musíte do místnosti vstoupit", "Reject invitation": "Odmítnout pozvání", @@ -407,7 +401,6 @@ "Notification targets": "Cíle oznámení", "Today": "Dnes", "Friday": "Pátek", - "Update": "Aktualizovat", "What's New": "Co je nového", "On": "Zapnout", "Changelog": "Seznam změn", @@ -426,7 +419,6 @@ "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", "Messages in one-to-one chats": "Přímé zprávy", - "Reject": "Odmítnout", "Monday": "Pondělí", "Toolbox": "Sada nástrojů", "Collecting logs": "Sběr záznamů", @@ -711,7 +703,6 @@ "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", "Click here to see older messages.": "Klepnutím zobrazíte starší zprávy.", - "Join": "Vstoupit", "The following users may not exist": "Následující uživatel možná neexistuje", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?", "Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu", @@ -761,7 +752,6 @@ "Change": "Změnit", "Email (optional)": "E-mail (nepovinné)", "Phone (optional)": "Telefonní číslo (nepovinné)", - "Confirm": "Potvrdit", "Join millions for free on the largest public server": "Přidejte k miliónům registrovaným na největším veřejném serveru", "Other": "Další možnosti", "Couldn't load page": "Nepovedlo se načíst stránku", @@ -853,7 +843,6 @@ "Your browser likely removed this data when running low on disk space.": "Prohlížeč data možná smazal aby ušetřil místo na disku.", "Upload files (%(current)s of %(total)s)": "Nahrát soubory (%(current)s z %(total)s)", "Upload files": "Nahrát soubory", - "Upload": "Nahrát", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento soubor je příliš velký. Limit na velikost je %(limit)s, ale soubor má %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Tyto soubory jsou příliš velké. Limit je %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Některé soubory jsou příliš velké. Limit je %(limit)s.", @@ -888,7 +877,6 @@ "Uploaded sound": "Zvuk nahrán", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámení", - "Reset": "Resetovat", "Set a new custom sound": "Nastavit vlastní zvuk", "Browse": "Procházet", "Cannot reach homeserver": "Nelze se připojit k domovskému serveru", @@ -961,7 +949,6 @@ "Add Email Address": "Přidat e-mailovou adresu", "Add Phone Number": "Přidat telefonní číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Tato akce vyžaduje přístup k výchozímu serveru identity aby šlo ověřit e-mail a telefon, ale server nemá podmínky použití.", - "Trust": "Důvěra", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Zobrazovat náhledy obrázků", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Před odpojením byste měli smazat osobní údaje ze serveru identit . Bohužel, server je offline nebo neodpovídá.", @@ -986,7 +973,6 @@ "Verify the link in your inbox": "Ověřte odkaz v e-mailové schránce", "Complete": "Dokončit", "Revoke": "Zneplatnit", - "Share": "Sdílet", "Discovery options will appear once you have added an email above.": "Možnosti nastavení veřejného profilu se objeví po přidání e-mailové adresy výše.", "Unable to revoke sharing for phone number": "Nepovedlo se zrušit sdílení telefonního čísla", "Unable to share phone number": "Nepovedlo se nasdílet telefonní číslo", @@ -1073,7 +1059,6 @@ "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", "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", "Explore rooms": "Procházet místnosti", "Jump to first unread room.": "Přejít na první nepřečtenou místnost.", "Jump to first invite.": "Přejít na první pozvánku.", @@ -1156,7 +1141,6 @@ "Trusted": "Důvěryhodné", "Not trusted": "Nedůvěryhodné", "Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.", - "Verify": "Ověřit", "You have ignored this user, so their message is hidden. Show anyways.": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. Přesto zobrazit.", "Any of the following data may be shared:": "Následující data můžou být sdílena:", "Your display name": "Vaše zobrazované jméno", @@ -1177,7 +1161,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgradování místnosti je pokročilá operace a je doporučeno jí provést pokud je místnost nestabilní kvůli chybám, chybějícím funkcím nebo zranitelnostem.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, nahlaste nám ho prosím.", "You'll upgrade this room from to .": "Místnost bude povýšena z verze na verzi .", - "Upgrade": "Aktualizovat", "Remove for everyone": "Odstranit pro všechny", "Verification Request": "Požadavek na ověření", "Unable to set up secret storage": "Nepovedlo se nastavit bezpečné úložiště", @@ -2194,7 +2177,6 @@ "This homeserver has been blocked by its administrator.": "Tento domovský server byl zablokován jeho správcem.", "You're already in a call with this person.": "S touto osobou již telefonujete.", "Already in call": "Již máte hovor", - "Delete": "Smazat", "Original event source": "Původní zdroj události", "Decrypted event source": "Dešifrovaný zdroj události", "Save Changes": "Uložit změny", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.", "This space has no local addresses": "Tento prostor nemá žádné místní adresy", "Space information": "Informace o prostoru", - "Collapse": "Sbalit", - "Expand": "Rozbalit", "Recommended for public spaces.": "Doporučeno pro veřejné prostory.", "Allow people to preview your space before they join.": "Umožněte lidem prohlédnout si váš prostor ještě předtím, než se připojí.", "Preview Space": "Nahlédnout do prostoru", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "Vyberte jednu z níže uvedených možností pro export chatů z časové osy", "Export Chat": "Exportovat chat", "Exporting your data": "Exportování dat", - "Stop": "Zastavit", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Opravdu chcete ukončit export dat? Pokud ano, budete muset začít znovu.", "Your export was successful. Find it in your Downloads folder.": "Váš export proběhl úspěšně. Najdete jej ve složce pro stažené soubory.", "The export was cancelled successfully": "Export byl úspěšně zrušen", @@ -2925,7 +2904,6 @@ "Jump to start of the composer": "Přejít na začátek editoru", "Navigate to previous message to edit": "Přejít na předchozí zprávu, kterou chcete upravit", "Internal room ID": "Interní ID místnosti", - "Call": "Hovor", "Group all your rooms that aren't part of a space in one place.": "Seskupte všechny místnosti, které nejsou součástí prostoru, na jednom místě.", "Group all your people in one place.": "Seskupte všechny své kontakty na jednom místě.", "Group all your favourite rooms and people in one place.": "Seskupte všechny své oblíbené místnosti a osoby na jednom místě.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Zadejte znovu e-mailovou adresu", "Wrong email address?": "Špatná e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skrýt tečku oznámení (zobrazit pouze odznaky čítačů)", - "Apply": "Použít", "Search users in this room…": "Hledání uživatelů v této místnosti…", "Give one or multiple users in this room more privileges": "Přidělit jednomu nebo více uživatelům v této místnosti více oprávnění", "Add privileged users": "Přidat oprávněné uživatele", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.", "Poll history": "Historie hlasování", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Uživatel (%(user)s) nebyl pozván do %(roomId)s, ale nástroj pro pozvání nezaznamenal žádnou chybu", - "Reload": "Znovu načíst", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "To může být způsobeno otevřením aplikace na více kartách nebo vymazáním dat prohlížeče.", "Database unexpectedly closed": "Databáze byla neočekávaně uzavřena", "Mute room": "Ztlumit místnost", @@ -3976,7 +3952,31 @@ "start": "Začít", "start_chat": "Zahájit konverzaci", "view_source": "Zobrazit zdroj", - "yes": "Ano" + "yes": "Ano", + "reject": "Odmítnout", + "confirm": "Potvrdit", + "dismiss": "Zavřít", + "trust": "Důvěra", + "reload": "Znovu načíst", + "cancel": "Storno", + "stop": "Zastavit", + "join": "Vstoupit", + "close": "Zavřít", + "accept": "Přijmout", + "upgrade": "Aktualizovat", + "verify": "Ověřit", + "update": "Aktualizovat", + "call": "Hovor", + "delete": "Smazat", + "upload": "Nahrát", + "collapse": "Sbalit", + "apply": "Použít", + "reset": "Resetovat", + "share": "Sdílet", + "skip": "Přeskočit", + "logout": "Odhlásit se", + "view": "Zobrazit", + "expand": "Rozbalit" }, "a11y": { "user_menu": "Uživatelská nabídka" diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index 33be38e7845..ce17f39d81e 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -6,7 +6,9 @@ "Add Phone Number": "Ychwanegu Rhif Ffôn", "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", - "Dismiss": "Wfftio", "Explore rooms": "Archwilio Ystafelloedd", - "Identity server": "Gweinydd Adnabod" + "Identity server": "Gweinydd Adnabod", + "action": { + "dismiss": "Wfftio" + } } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index 4d94fc739b3..a10fd68c9be 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -32,10 +32,7 @@ "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", "Search": "Søg", - "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", - "Close": "Luk", - "Cancel": "Afbryd", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", "Unnamed room": "Unavngivet rum", @@ -107,7 +104,6 @@ "Notification targets": "Meddelelsesmål", "Today": "I dag", "Friday": "Fredag", - "Update": "Opdater", "What's New": "Hvad er nyt", "On": "Tændt", "Changelog": "Ændringslog", @@ -128,7 +124,6 @@ "Tuesday": "Tirsdag", "Event sent!": "Begivenhed sendt!", "Saturday": "Lørdag", - "Reject": "Afvis", "Monday": "Mandag", "Toolbox": "Værktøjer", "Collecting logs": "Indsamler logfiler", @@ -291,7 +286,6 @@ "Single Sign On": "Engangs login", "Confirm adding email": "Bekræft tilføjelse af email", "Click the button below to confirm adding this email address.": "Klik på knappen herunder for at bekræfte tilføjelsen af denne email adresse.", - "Confirm": "Bekræft", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Bekræft tilføjelsen af dette telefonnummer ved at bruge Single Sign On til at bevise din identitet.", "Confirm adding phone number": "Bekræft tilføjelse af telefonnummer", "Click the button below to confirm adding this phone number.": "Klik på knappen herunder for at bekræfte tilføjelsen af dette telefonnummer.", @@ -303,7 +297,6 @@ "Identity server has no terms of service": "Identity serveren har ingen terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handling kræver adgang til default identitets serveren for at validere en email adresse eller et telefonnummer, men serveren har ingen terms of service.", "Only continue if you trust the owner of the server.": "Fortsæt kun hvis du stoler på ejeren af denne server.", - "Trust": "Tillid", "%(name)s is requesting verification": "%(name)s beder om verifikation", "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", @@ -360,7 +353,6 @@ "Show less": "Vis mindre", "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", - "Reset": "Nulstil", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -373,7 +365,6 @@ "%(senderName)s started a call": "%(senderName)s startede et opkald", "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", - "Accept": "Accepter", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -720,6 +711,15 @@ "remove": "Fjern", "reply": "Besvar", "save": "Gem", - "view_source": "Se Kilde" + "view_source": "Se Kilde", + "reject": "Afvis", + "confirm": "Bekræft", + "dismiss": "Afvis", + "trust": "Tillid", + "cancel": "Afbryd", + "close": "Luk", + "accept": "Accepter", + "update": "Opdater", + "reset": "Nulstil" } } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index c082e3ec268..3542922d776 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -35,7 +35,6 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", - "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", "": "", @@ -152,7 +151,6 @@ "You seem to be in a call, are you sure you want to quit?": "Du scheinst in einem Gespräch zu sein, bist du sicher, dass du aufhören willst?", "You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.", - "Cancel": "Abbrechen", "Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen", "%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s", @@ -184,7 +182,6 @@ "Unknown error": "Unbekannter Fehler", "Incorrect password": "Ungültiges Passwort", "Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen", - "Dismiss": "Ausblenden", "Token incorrect": "Token fehlerhaft", "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "Betrieben mit Matrix", @@ -235,10 +232,8 @@ "Create new room": "Neuer Raum", "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", - "Accept": "Annehmen", "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", "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.", @@ -254,7 +249,6 @@ "Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?", "Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?", "This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.", - "Skip": "Überspringen", "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", @@ -421,7 +415,6 @@ "Notification targets": "Benachrichtigungsziele", "Today": "Heute", "Friday": "Freitag", - "Update": "Aktualisieren", "What's New": "Was ist neu", "On": "An", "Changelog": "Änderungsprotokoll", @@ -442,7 +435,6 @@ "Developer Tools": "Entwicklungswerkzeuge", "Preparing to send logs": "Senden von Protokolldateien wird vorbereitet", "Saturday": "Samstag", - "Reject": "Ablehnen", "Monday": "Montag", "Toolbox": "Werkzeugkasten", "Collecting logs": "Protokolle werden abgerufen", @@ -737,7 +729,6 @@ "Room avatar": "Raumbild", "Room Name": "Raumname", "Room Topic": "Raumthema", - "Join": "Betreten", "Incoming Verification Request": "Eingehende Verifikationsanfrage", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bist du sicher? Du wirst alle deine verschlüsselten Nachrichten verlieren, wenn deine Schlüssel nicht gut gesichert sind.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.", @@ -759,7 +750,6 @@ "Change": "Ändern", "Email (optional)": "E-Mail-Adresse (optional)", "Phone (optional)": "Telefon (optional)", - "Confirm": "Bestätigen", "Other": "Sonstiges", "Couldn't load page": "Konnte Seite nicht laden", "Guest": "Gast", @@ -823,7 +813,6 @@ "Unexpected error resolving homeserver configuration": "Ein unerwarteter Fehler ist beim Laden der Heim-Server-Konfiguration aufgetreten", "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", - "Reset": "Zurücksetzen", "Sign Up": "Registrieren", "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", @@ -835,7 +824,6 @@ "GitHub issue": "\"Issue\" auf Github", "Upload files": "Dateien hochladen", "Upload all": "Alle hochladen", - "Upload": "Hochladen", "Cancel All": "Alle abbrechen", "Upload Error": "Fehler beim Hochladen", "Enter password": "Passwort eingeben", @@ -870,10 +858,8 @@ "Changes the avatar of the current room": "Ändert das Icon vom Raum", "Deactivate account": "Benutzerkonto deaktivieren", "Show previews/thumbnails for images": "Vorschauen für Bilder", - "View": "Öffnen", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Diese Handlung erfordert es, auf den Standard-Identitäts-Server zuzugreifen, um eine E-Mail-Adresse oder Telefonnummer zu validieren, aber der Server hat keine Nutzungsbedingungen.", "Only continue if you trust the owner of the server.": "Fahre nur fort, wenn du den Server-Betreibenden vertraust.", - "Trust": "Vertrauen", "Custom (%(level)s)": "Benutzerdefiniert (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sendet eine Nachricht als Klartext, ohne sie als Markdown darzustellen", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einladen zu können. Lege einen in den Einstellungen fest.", @@ -911,7 +897,6 @@ "Lock": "Schloss", "Later": "Später", "Review": "Überprüfen", - "Verify": "Verifizieren", "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.", @@ -1173,7 +1158,6 @@ "Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.", "You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:", "Other users may not trust it": "Andere Benutzer vertrauen ihr vielleicht nicht", - "Upgrade": "Aktualisieren", "Your homeserver does not support cross-signing.": "Dein Heim-Server unterstützt keine Quersignierung.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Dein Konto hat eine Quersignaturidentität im sicheren Speicher, der von dieser Sitzung jedoch noch nicht vertraut wird.", "unexpected type": "unbekannter Typ", @@ -1204,7 +1188,6 @@ "Verify the link in your inbox": "Verifiziere den Link in deinem Posteingang", "Complete": "Abschließen", "Revoke": "Widerrufen", - "Share": "Teilen", "You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.", "Everyone in this room is verified": "Alle in diesem Raum sind verifiziert", "Mod": "Moderator", @@ -2156,7 +2139,6 @@ "Invite only, best for yourself or teams": "Nur für Eingeladene – optimal für dich selbst oder Teams", "Open space for anyone, best for communities": "Öffne den Space für alle - am besten für Communities", "Create a space": "Neuen Space erstellen", - "Delete": "Löschen", "This homeserver has been blocked by its administrator.": "Dieser Heim-Server wurde von seiner Administration geblockt.", "You're already in a call with this person.": "Du bist schon in einem Anruf mit dieser Person.", "Already in call": "Schon im Anruf", @@ -2361,8 +2343,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.", "This space has no local addresses": "Dieser Space hat keine lokale Adresse", "Space information": "Information über den Space", - "Collapse": "Verbergen", - "Expand": "Ausklappen", "Recommended for public spaces.": "Empfohlen für öffentliche Spaces.", "Allow people to preview your space before they join.": "Personen können den Space vor dem Betreten erkunden.", "Preview Space": "Space-Vorschau erlauben", @@ -2588,7 +2568,6 @@ "Format": "Format", "Export Chat": "Unterhaltung exportieren", "Exporting your data": "Deine Daten werden exportiert", - "Stop": "Beenden", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Willst du das Exportieren deiner Daten wirklich abbrechen? Falls ja, musst du komplett von neu beginnen.", "Your export was successful. Find it in your Downloads folder.": "Export erfolgreich. Du kannst ihn in deinem Download-Verzeichnis finden.", "The export was cancelled successfully": "Exportieren abgebrochen", @@ -2930,7 +2909,6 @@ "Group all your favourite rooms and people in one place.": "Gruppiere all deine favorisierten Unterhaltungen an einem Ort.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Mit Spaces kannst du deine Unterhaltungen organisieren. Neben Spaces, in denen du dich befindest, kannst du dir auch dynamische anzeigen lassen.", "IRC (Experimental)": "IRC (Experimentell)", - "Call": "Anruf", "Redo edit": "Änderung wiederherstellen", "Undo edit": "Änderung revidieren", "Jump to last message": "Zur letzten Nachricht springen", @@ -3569,7 +3547,6 @@ "Wrong email address?": "Falsche E-Mail-Adresse?", "Hide notification dot (only display counters badges)": "Benachrichtigungspunkt ausblenden (nur Zähler zeigen)", "Add privileged users": "Berechtigten Benutzer hinzufügen", - "Apply": "Anwenden", "Search users in this room…": "Benutzer im Raum suchen …", "Give one or multiple users in this room more privileges": "Einem oder mehreren Benutzern im Raum mehr Berechtigungen geben", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Aus Sicherheits- und Datenschutzgründen, wird die Nutzung von verschlüsselungsfähigen Matrix-Anwendungen empfohlen.", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.", "Poll history": "Umfrageverlauf", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Der Benutzer (%(user)s) wurde nicht in %(roomId)s eingeladen, aber das Einladungsprogramm meldete keinen Fehler", - "Reload": "Neu laden", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Dies wurde eventuell durch das Öffnen der App in mehreren Tabs oder das Löschen der Browser-Daten verursacht.", "Database unexpectedly closed": "Datenbank unerwartet geschlossen", "Mute room": "Raum stumm stellen", @@ -3976,7 +3952,31 @@ "start": "Starte", "start_chat": "Unterhaltung beginnen", "view_source": "Rohdaten anzeigen", - "yes": "Ja" + "yes": "Ja", + "reject": "Ablehnen", + "confirm": "Bestätigen", + "dismiss": "Ausblenden", + "trust": "Vertrauen", + "reload": "Neu laden", + "cancel": "Abbrechen", + "stop": "Beenden", + "join": "Betreten", + "close": "Schließen", + "accept": "Annehmen", + "upgrade": "Aktualisieren", + "verify": "Verifizieren", + "update": "Aktualisieren", + "call": "Anruf", + "delete": "Löschen", + "upload": "Hochladen", + "collapse": "Verbergen", + "apply": "Anwenden", + "reset": "Zurücksetzen", + "share": "Teilen", + "skip": "Überspringen", + "logout": "Abmelden", + "view": "Öffnen", + "expand": "Ausklappen" }, "a11y": { "user_menu": "Benutzermenü" diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 2d48041aa38..b0faa3c2607 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -65,7 +65,6 @@ "Invited": "Προσκλήθηκε", "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", - "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", "Commands": "Εντολές", @@ -90,11 +89,7 @@ "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", - "Cancel": "Ακύρωση", - "Dismiss": "Απόρριψη", - "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", - "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", @@ -253,14 +248,12 @@ "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. Θα θέλατε να συνεχίσετε;", "Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;", "This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.", - "Skip": "Παράβλεψη", "Check for update": "Έλεγχος για ενημέρωση", "Sunday": "Κυριακή", "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", "Today": "Σήμερα", "Friday": "Παρασκευή", - "Update": "Ενημέρωση", "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", @@ -278,7 +271,6 @@ "Tuesday": "Τρίτη", "Unnamed room": "Ανώνυμο δωμάτιο", "Saturday": "Σάββατο", - "Reject": "Απόρριψη", "Monday": "Δευτέρα", "Collecting logs": "Συγκέντρωση πληροφοριών", "All Rooms": "Όλα τα δωμάτια", @@ -339,7 +331,6 @@ "Identity server has no terms of service": "Ο διακομιστής ταυτοποίησης δεν έχει όρους χρήσης", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Αυτή η δράση απαιτεί την πρόσβαση στο προκαθορισμένο διακομιστή ταυτοποίησης για να επιβεβαιώσει μια διεύθυνση ηλ. ταχυδρομείου ή αριθμό τηλεφώνου, αλλά ο διακομιστής δεν έχει όρους χρήσης.", "Only continue if you trust the owner of the server.": "Συνεχίστε μόνο εάν εμπιστεύεστε τον ιδιοκτήτη του διακομιστή.", - "Trust": "Εμπιστοσύνη", "Unable to load! Check your network connectivity and try again.": "Αδυναμία φόρτωσης! Ελέγξτε την σύνδεση του δικτύου και προσπαθήστε ξανά.", "Missing roomId.": "Λείπει η ταυτότητα δωματίου.", "Messages": "Μηνύματα", @@ -358,7 +349,6 @@ "Your %(brand)s is misconfigured": "Οι παράμετροι του %(brand)s σας είναι λανθασμένα ρυθμισμένοι", "Explore rooms": "Εξερευνήστε δωμάτια", "Click the button below to confirm adding this phone number.": "Πιέστε το κουμπί από κάτω για να επιβεβαίωσετε την προσθήκη του τηλεφωνικού αριθμού.", - "Confirm": "Επιβεβαίωση", "Use custom size": "Χρησιμοποιήστε προσαρμοσμένο μέγεθος", "Font size": "Μέγεθος γραμματοσειράς", "Render LaTeX maths in messages": "Εμφανίστε μαθηματικά LaTeX σε μηνύματα", @@ -855,7 +845,6 @@ "You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.", "This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.", "Phone Number": "Αριθμός Τηλεφώνου", - "Share": "Διαμοιρασμός", "Revoke": "Ανάκληση", "Complete": "Ολοκληρώθηκε", "Verify the link in your inbox": "Επαληθεύστε τον σύνδεσμο στα εισερχόμενα σας", @@ -897,7 +886,6 @@ "Upgrading room": "Αναβάθμιση δωματίου", "Space members": "Μέλη χώρου", "not found": "δε βρέθηκε", - "Reset": "Επαναφορά", "Passwords don't match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν", "Space options": "Επιλογές χώρου", "Recommended for public spaces.": "Προτείνεται για δημόσιους χώρους.", @@ -923,8 +911,6 @@ "Failed to copy": "Αποτυχία αντιγραφής", "Copied!": "Αντιγράφηκε!", "Click to copy": "Κλικ για αντιγραφή", - "Collapse": "Σύμπτυξη", - "Expand": "Επέκταση", "Show all rooms": "Εμφάνιση όλων των δωματίων", "Developer mode": "Λειτουργία για προγραμματιστές", "Show all rooms in Home": "Εμφάνιση όλων των δωματίων στην Αρχική", @@ -1161,8 +1147,6 @@ "New login. Was this you?": "Νέα σύνδεση. Ήσουν εσύ;", "Other users may not trust it": "Άλλοι χρήστες μπορεί να μην το εμπιστεύονται", "Safeguard against losing access to encrypted messages & data": "Προστατευτείτε από την απώλεια πρόσβασης σε κρυπτογραφημένα μηνύματα και δεδομένα", - "Verify": "Επαλήθευση", - "Upgrade": "Αναβάθμιση", "Verify this session": "Επαληθεύστε αυτήν τη συνεδρία", "Encryption upgrade available": "Διατίθεται αναβάθμιση κρυπτογράφησης", "Set up Secure Backup": "Ρυθμίστε το αντίγραφο ασφαλείας", @@ -1179,7 +1163,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "Είναι εντάξει", "File Attached": "Tο αρχείο επισυνάφθηκε", "Surround selected text when typing special characters": "Περιτριγυριστείτε το επιλεγμένο κείμενο κατά την πληκτρολόγηση ειδικών χαρακτήρων", @@ -1264,7 +1247,6 @@ "You've successfully verified this user.": "Επαληθεύσατε με επιτυχία αυτόν τον χρήστη.", "Verified!": "Επαληθεύτηκε!", "The other party cancelled the verification.": "Το άλλο μέρος ακύρωσε την επαλήθευση.", - "Call": "Κλήση", "%(name)s on hold": "%(name)s σε αναμονή", "Return to call": "Επιστροφή στην κλήση", "More": "Περισσότερα", @@ -1379,8 +1361,6 @@ "e.g. my-space": "π.χ. ο-χώρος-μου", "Please enter a name for the space": "Εισαγάγετε ένα όνομα για το χώρο", "Search %(spaceName)s": "Αναζήτηση %(spaceName)s", - "Upload": "Μεταφόρτωση", - "Delete": "Διαγραφή", "Delete avatar": "Διαγραφή avatar", "Space selection": "Επιλογή χώρου", "More options": "Περισσότερες επιλογές", @@ -1977,7 +1957,6 @@ "one": "1 μη αναγνωσμένη αναφορά.", "other": "%(count)s μη αναγνωσμένα μηνύματα συμπεριλαμβανομένων των αναφορών." }, - "Join": "Συμμετοχή", "Copy room link": "Αντιγραφή συνδέσμου δωματίου", "Forget Room": "Ξεχάστε το δωμάτιο", "Notification options": "Επιλογές ειδοποίησης", @@ -2647,7 +2626,6 @@ "Retry all": "Επανάληψη όλων", "Delete all": "Διαγραφή όλων", "Some of your messages have not been sent": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί", - "View": "Προβολή", "You have no visible notifications.": "Δεν έχετε ορατές ειδοποιήσεις.", "Verification requested": "Ζητήθηκε επαλήθευση", "Search spaces": "Αναζήτηση χώρων", @@ -3287,7 +3265,29 @@ "start": "Έναρξη", "start_chat": "Έναρξη συνομιλίας", "view_source": "Προβολή κώδικα", - "yes": "Ναι" + "yes": "Ναι", + "reject": "Απόρριψη", + "confirm": "Επιβεβαίωση", + "dismiss": "Απόρριψη", + "trust": "Εμπιστοσύνη", + "cancel": "Ακύρωση", + "stop": "Παύση", + "join": "Συμμετοχή", + "close": "Κλείσιμο", + "accept": "Αποδοχή", + "upgrade": "Αναβάθμιση", + "verify": "Επαλήθευση", + "update": "Ενημέρωση", + "call": "Κλήση", + "delete": "Διαγραφή", + "upload": "Μεταφόρτωση", + "collapse": "Σύμπτυξη", + "reset": "Επαναφορά", + "share": "Διαμοιρασμός", + "skip": "Παράβλεψη", + "logout": "Αποσύνδεση", + "view": "Προβολή", + "expand": "Επέκταση" }, "a11y": { "user_menu": "Μενού χρήστη" diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 45241002442..fe1179d1ea4 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -8,7 +8,62 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirm adding email", "Click the button below to confirm adding this email address.": "Click the button below to confirm adding this email address.", - "Confirm": "Confirm", + "action": { + "confirm": "Confirm", + "dismiss": "Dismiss", + "trust": "Trust", + "ok": "OK", + "reload": "Reload", + "cancel": "Cancel", + "continue": "Continue", + "leave_room": "Leave room", + "no": "No", + "enable": "Enable", + "stop": "Stop", + "learn_more": "Learn more", + "yes": "Yes", + "join": "Join", + "close": "Close", + "decline": "Decline", + "accept": "Accept", + "upgrade": "Upgrade", + "verify": "Verify", + "update": "Update", + "call": "Call", + "delete": "Delete", + "upload": "Upload", + "create": "Create", + "expand": "Expand", + "collapse": "Collapse", + "apply": "Apply", + "remove": "Remove", + "reset": "Reset", + "save": "Save", + "share": "Share", + "invite": "Invite", + "quote": "Quote", + "start_chat": "Start chat", + "invites_list": "Invites", + "reject": "Reject", + "leave": "Leave", + "start": "Start", + "view_source": "View Source", + "retry": "Retry", + "react": "React", + "edit": "Edit", + "reply": "Reply", + "copy": "Copy", + "done": "Done", + "skip": "Skip", + "create_a_room": "Create a room", + "report_content": "Report Content", + "next": "Next", + "view": "View", + "forward": "Forward", + "copy_link": "Copy link", + "logout": "Logout", + "disable": "Disable" + }, "Add Email Address": "Add Email Address", "Failed to verify email address: make sure you clicked the link in the email": "Failed to verify email address: make sure you clicked the link in the email", "The add / bind with MSISDN flow is misconfigured": "The add / bind with MSISDN flow is misconfigured", @@ -67,7 +122,6 @@ "thread": "Thread" }, "Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.", - "Dismiss": "Dismiss", "The file '%(fileName)s' failed to upload.": "The file '%(fileName)s' failed to upload.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "The file '%(fileName)s' exceeds this homeserver's size limit for uploads", "Upload Failed": "Upload Failed", @@ -89,7 +143,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "Call Failed": "Call Failed", "User Busy": "User Busy", "The user you called is busy.": "The user you called is busy.", @@ -100,38 +153,6 @@ "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", - "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", @@ -164,7 +185,6 @@ "User is not logged in": "User is not logged in", "Database unexpectedly closed": "Database unexpectedly closed", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "This may be caused by having the app open in multiple tabs or due to clearing browser data.", - "Reload": "Reload", "Empty room": "Empty room", "%(user1)s and %(user2)s": "%(user1)s and %(user2)s", "%(user)s and %(count)s others": { @@ -218,7 +238,6 @@ "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", "Go Back": "Go Back", - "Cancel": "Cancel", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -661,7 +680,6 @@ "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", "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.", "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", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", @@ -672,17 +690,14 @@ "Don't miss a reply": "Don't miss a reply", "Notifications": "Notifications", "Enable desktop notifications": "Enable desktop notifications", - "Join": "Join", "Unknown room": "Unknown room", "Video call started": "Video call started", - "Close": "Close", "Sound on": "Sound on", "Silence call": "Silence call", "Notifications silenced": "Notifications silenced", "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", - "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.", "Use app": "Use app", @@ -693,15 +708,12 @@ "Set up Secure Backup": "Set up Secure Backup", "Encryption upgrade available": "Encryption upgrade available", "Verify this session": "Verify this session", - "Upgrade": "Upgrade", - "Verify": "Verify", "Safeguard against losing access to encrypted messages & data": "Safeguard against losing access to encrypted messages & data", "Other users may not trust it": "Other users may not trust it", "New login. Was this you?": "New login. Was this you?", "Yes, it was me": "Yes, it was me", "What's new?": "What's new?", "What's New": "What's New", - "Update": "Update", "Update %(brand)s": "Update %(brand)s", "New version of %(brand)s is available": "New version of %(brand)s is available", "Guest": "Guest", @@ -988,7 +1000,6 @@ "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", - "Call": "Call", "The other party cancelled the verification.": "The other party cancelled the verification.", "Verified!": "Verified!", "You've successfully verified this user.": "You've successfully verified this user.", @@ -1036,9 +1047,7 @@ "Match system": "Match system", "Space selection": "Space selection", "Delete avatar": "Delete avatar", - "Delete": "Delete", "Upload avatar": "Upload avatar", - "Upload": "Upload", "Search %(spaceName)s": "Search %(spaceName)s", "Please enter a name for the space": "Please enter a name for the space", "e.g. my-space": "e.g. my-space", @@ -1055,8 +1064,6 @@ "You can change these anytime.": "You can change these anytime.", "Creating…": "Creating…", "Show all rooms": "Show all rooms", - "Expand": "Expand", - "Collapse": "Collapse", "Click to copy": "Click to copy", "Copied!": "Copied!", "Failed to copy": "Failed to copy", @@ -1090,7 +1097,6 @@ "Add privileged users": "Add privileged users", "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", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1110,7 +1116,6 @@ "Cross-signing is ready but keys are not backed up.": "Cross-signing is ready but keys are not backed up.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing is not set up.": "Cross-signing is not set up.", - "Reset": "Reset", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found", @@ -1558,7 +1563,6 @@ "Verify the link in your inbox": "Verify the link in your inbox", "Complete": "Complete", "Revoke": "Revoke", - "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Unable to revoke sharing for phone number": "Unable to revoke sharing for phone number", "Unable to share phone number": "Unable to share phone number", @@ -1884,7 +1888,6 @@ "Start chatting": "Start chatting", "Do you want to join %(roomName)s?": "Do you want to join %(roomName)s?", " invited you": " invited you", - "Reject": "Reject", "Reject & Ignore user": "Reject & Ignore user", "You're previewing %(roomName)s. Want to join it?": "You're previewing %(roomName)s. Want to join it?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s can't be previewed. Do you want to join it?", @@ -2465,8 +2468,6 @@ "other": "%(oneUser)ssent %(count)s hidden messages", "one": "%(oneUser)ssent a hidden message" }, - "collapse": "collapse", - "expand": "expand", "Image view": "Image view", "Rotate Left": "Rotate Left", "Rotate Right": "Rotate Right", @@ -2538,7 +2539,6 @@ "You're in": "You're in", "Who will you chat to the most?": "Who will you chat to the most?", "We'll help you get connected.": "We'll help you get connected.", - "Skip": "Skip", "Friends and family": "Friends and family", "Coworkers and teams": "Coworkers and teams", "Online community members": "Online community members", @@ -2984,7 +2984,6 @@ "Public spaces": "Public spaces", "Use \"%(query)s\" to search": "Use \"%(query)s\" to search", "Search for": "Search for", - "View": "View", "Spaces you're in": "Spaces you're in", "Failed to query public rooms": "Failed to query public rooms", "Failed to query public spaces": "Failed to query public spaces", @@ -3302,7 +3301,6 @@ "Old cryptography data detected": "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.": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.", "Verification requested": "Verification requested", - "Logout": "Logout", "%(creator)s created this DM.": "%(creator)s created this DM.", "%(creator)s created and configured the room.": "%(creator)s created and configured the room.", "You're all caught up": "You're all caught up", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index a291109f43d..874553f9356 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -92,7 +92,6 @@ "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", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s made future room history visible to all room members, from the point they are invited.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s made future room history visible to all room members, from the point they joined.", @@ -202,7 +201,6 @@ "This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.", "Connectivity to the server has been lost.": "Connectivity to the server has been lost.", "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.", - "Cancel": "Cancel", "Start automatically after system login": "Start automatically after system login", "Banned by %(displayName)s": "Banned by %(displayName)s", "Passphrases must match": "Passphrases must match", @@ -223,7 +221,6 @@ "Incorrect password": "Incorrect password", "Unable to restore session": "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.": "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.", - "Dismiss": "Dismiss", "Token incorrect": "Token incorrect", "Please enter the code it contains:": "Please enter the code it contains:", "powered by Matrix": "powered by Matrix", @@ -238,11 +235,9 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", - "Accept": "Accept", "Add": "Add", "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", "Create new room": "Create new room", "No display name": "No display name", "%(roomName)s does not exist.": "%(roomName)s does not exist.", @@ -267,7 +262,6 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Do you want to set an email address?": "Do you want to set an email address?", "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", - "Skip": "Skip", "Check for update": "Check for update", "Define the power level of a user": "Define the power level of a user", "Enable automatic language detection for syntax highlighting": "Enable automatic language detection for syntax highlighting", @@ -284,7 +278,6 @@ "Notification targets": "Notification targets", "Today": "Today", "Friday": "Friday", - "Update": "Update", "What's New": "What's New", "On": "On", "Changelog": "Changelog", @@ -303,7 +296,6 @@ "Search…": "Search…", "Unnamed room": "Unnamed room", "Saturday": "Saturday", - "Reject": "Reject", "Monday": "Monday", "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", @@ -370,7 +362,6 @@ "Messages": "Messages", "Actions": "Actions", "Other": "Other", - "Confirm": "Confirm", "Add Email Address": "Add Email Address", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirm adding this phone number by using Single Sign On to prove your identity.", "Confirm adding phone number": "Confirm adding phone number", @@ -383,7 +374,6 @@ "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", "Only continue if you trust the owner of the server.": "Only continue if you trust the owner of the server.", - "Trust": "Trust", "%(name)s is requesting verification": "%(name)s is requesting verification", "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", @@ -454,7 +444,17 @@ "remove": "Remove", "save": "Save", "start_chat": "Start chat", - "view_source": "View Source" + "view_source": "View Source", + "reject": "Reject", + "confirm": "Confirm", + "dismiss": "Dismiss", + "trust": "Trust", + "cancel": "Cancel", + "close": "Close", + "accept": "Accept", + "update": "Update", + "skip": "Skip", + "logout": "Logout" }, "Home": "Home" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index c6527ae322f..35b06485a9b 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", - "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Nur ĉambranoj (ekde la aliĝo)", "Permissions": "Permesoj", "Advanced": "Altnivela", - "Cancel": "Nuligi", "Jump to first unread message.": "Salti al unua nelegita mesaĝo.", - "Close": "Fermi", "not specified": "nespecifita", "This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn", "You have enabled URL previews by default.": "Vi ŝaltis implicitajn antaŭrigardojn al retpaĝoj.", @@ -201,7 +198,6 @@ "Copied!": "Kopiita!", "Failed to copy": "Malsukcesis kopii", "Add an Integration": "Aldoni kunigon", - "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", "Register": "Registri", @@ -321,7 +317,6 @@ "Unable to add email address": "Ne povas aldoni retpoŝtadreson", "Unable to verify email address.": "Retpoŝtadreso ne kontroleblas.", "This will allow you to reset your password and receive notifications.": "Tio ĉi permesos al vi restarigi vian pasvorton kaj ricevi sciigojn.", - "Skip": "Preterpasi", "You must register to use this functionality": "Vi devas registriĝî por uzi tiun ĉi funkcion", "You must join the room to see its files": "Vi devas aliĝi al la ĉambro por vidi tie dosierojn", "Reject invitation": "Rifuzi inviton", @@ -331,7 +326,6 @@ "Signed Out": "Adiaŭinta", "Old cryptography data detected": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis", "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.": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.", - "Logout": "Adiaŭi", "Connectivity to the server has been lost.": "Konekto al la servilo perdiĝis.", "Sent messages will be stored until your connection has returned.": "Senditaj mesaĝoj konserviĝos ĝis via konekto refunkcios.", "You seem to be uploading files, are you sure you want to quit?": "Ŝajne vi alŝutas dosierojn nun; ĉu vi tamen volas foriri?", @@ -413,7 +407,6 @@ "Notification targets": "Celoj de sciigoj", "Today": "Hodiaŭ", "Friday": "Vendredo", - "Update": "Ĝisdatigi", "What's New": "Kio novas", "On": "Jes", "Changelog": "Protokolo de ŝanĝoj", @@ -433,7 +426,6 @@ "Search…": "Serĉi…", "Event sent!": "Okazo sendiĝis!", "Saturday": "Sabato", - "Reject": "Rifuzi", "Monday": "Lundo", "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", @@ -617,7 +609,6 @@ "Room avatar": "Profilbildo de ĉambro", "Room Name": "Nomo de ĉambro", "Room Topic": "Temo de ĉambro", - "Join": "Aliĝi", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", "Go back": "Reen iri", @@ -631,7 +622,6 @@ "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", "Phone (optional)": "Telefono (malnepra)", - "Confirm": "Konfirmi", "Other": "Alia", "Couldn't load page": "Ne povis enlegi paĝon", "Guest": "Gasto", @@ -767,7 +757,6 @@ "Upload files (%(current)s of %(total)s)": "Alŝuti dosierojn (%(current)s el %(total)s)", "Upload files": "Alŝuti dosierojn", "Upload all": "Alŝuti ĉiujn", - "Upload": "Alŝuti", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ĉi tiu dosiero tro grandas por alŝuto. La grandolimo estas %(limit)s sed la dosiero grandas %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ĉi tiuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Iuj dosieroj tro grandas por alŝuto. La grandolimo estas %(limit)s.", @@ -910,7 +899,6 @@ "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 vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj.", "Use a longer keyboard pattern with more turns": "Uzu pli longan tekston kun plia varieco", "Unable to load key backup status": "Ne povas enlegi staton de ŝlosila savkopio", - "Reset": "Restarigi", "Demote yourself?": "Ĉu malrangaltigi vin mem?", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.", "Demote": "Malrangaltigi", @@ -999,12 +987,10 @@ "Italics": "Kursive", "Strikethrough": "Trastrekite", "Code block": "Kodujo", - "View": "Rigardo", "Explore rooms": "Esplori ĉambrojn", "Add Email Address": "Aldoni retpoŝtadreson", "Add Phone Number": "Aldoni telefonnumeron", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ĉi tiu ago bezonas atingi la norman identigan servilon por kontroli retpoŝtadreson aŭ telefonnumeron, sed la servilo ne havas uzokondiĉojn.", - "Trust": "Fido", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Montri antaŭrigardojn/bildetojn por bildoj", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Vi forigu viajn personajn datumojn de identiga servilo antaŭ ol vi malkonektiĝos. Bedaŭrinde, identiga servilo estas nuntempe eksterreta kaj ne eblas ĝin atingi.", @@ -1022,7 +1008,6 @@ "Verify the link in your inbox": "Kontrolu la ligilon en via ricevujo", "Complete": "Fini", "Revoke": "Senvalidigi", - "Share": "Havigi", "Discovery options will appear once you have added an email above.": "Eltrovaj agordoj aperos kiam vi aldonos supre retpoŝtadreson.", "Unable to revoke sharing for phone number": "Ne povas senvalidigi havigadon je telefonnumero", "Unable to share phone number": "Ne povas havigi telefonnumeron", @@ -1142,8 +1127,6 @@ "Lock": "Seruro", "Other users may not trust it": "Aliaj uzantoj eble ne kredas ĝin", "Later": "Pli poste", - "Verify": "Kontroli", - "Upgrade": "Gradaltigi", "Cannot connect to integration manager": "Ne povas konektiĝi al kunigilo", "The integration manager is offline or it cannot reach your homeserver.": "La kunigilo estas eksterreta aŭ ne povas atingi vian hejmservilon.", "This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon", @@ -2133,7 +2116,6 @@ "Use Command + Enter to send a message": "Sendu mesaĝon per komanda klavo + eniga klavo", "%(senderDisplayName)s changed the server ACLs for this room.": "%(senderDisplayName)s ŝanĝis la servilblokajn listojn por ĉi tiu ĉambro.", "%(senderDisplayName)s set the server ACLs for this room.": "%(senderDisplayName)s agordis la servilblokajn listojn por ĉi tiu ĉambro.", - "Delete": "Forigi", "Jump to the bottom of the timeline when you send a message": "Salti al subo de historio sendinte mesaĝon", "You're already in a call with this person.": "Vi jam vokas ĉi tiun personon.", "Already in call": "Jam vokanta", @@ -2424,8 +2406,6 @@ "Error saving notification preferences": "Eraris konservado de preferoj pri sciigoj", "Messages containing keywords": "Mesaĝoj enhavantaj ĉefvortojn", "Message bubbles": "Mesaĝaj vezikoj", - "Collapse": "Maletendi", - "Expand": "Etendi", "Recommended for public spaces.": "Rekomendita por publikaj aroj.", "Allow people to preview your space before they join.": "Povigi personojn antaŭrigardi vian aron antaŭ aliĝo.", "To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.", @@ -2830,7 +2810,6 @@ "Send read receipts": "Sendi legitajn kvitanojn", "New group call experience": "La nova grupvoka sperto", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Vi antaŭe konsentis kunhavigi anonimajn uzdatumojn kun ni. Ni ĝisdatigas kiel tio funkcias.", - "Stop": "Fini", "That's fine": "Tio estas bone", "Export successful!": "Eksporto sukcesa!", "Error fetching file": "Eraro alportante dosieron", @@ -2954,7 +2933,28 @@ "start": "Komenci", "start_chat": "Komenci babilon", "view_source": "Vidi fonton", - "yes": "Jes" + "yes": "Jes", + "reject": "Rifuzi", + "confirm": "Konfirmi", + "dismiss": "Rezigni", + "trust": "Fido", + "cancel": "Nuligi", + "stop": "Fini", + "join": "Aliĝi", + "close": "Fermi", + "accept": "Akcepti", + "upgrade": "Gradaltigi", + "verify": "Kontroli", + "update": "Ĝisdatigi", + "delete": "Forigi", + "upload": "Alŝuti", + "collapse": "Maletendi", + "reset": "Restarigi", + "share": "Havigi", + "skip": "Preterpasi", + "logout": "Adiaŭi", + "view": "Rigardo", + "expand": "Etendi" }, "a11y": { "user_menu": "Menuo de uzanto" diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 8d0cae79b41..428fc322117 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -64,9 +64,7 @@ "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", - "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", - "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", @@ -75,7 +73,6 @@ "Microphone": "Micrófono", "Camera": "Cámara", "Anyone": "Todos", - "Close": "Cerrar", "Custom level": "Nivel personalizado", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", @@ -162,11 +159,8 @@ "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", "This phone number is already in use": "Este número de teléfono ya está en uso", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible desde otros servidores de Matrix", - "Cancel": "Cancelar", - "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", "unknown error code": "Código de error desconocido", - "Skip": "Omitir", "Do you want to set an email address?": "¿Quieres poner una dirección de correo electrónico?", "This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.", "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", @@ -240,7 +234,6 @@ "Notification targets": "Destinos de notificaciones", "Today": "Hoy", "Friday": "Viernes", - "Update": "Actualizar", "What's New": "Novedades", "On": "Encendido", "Changelog": "Registro de cambios", @@ -263,7 +256,6 @@ "Preparing to send logs": "Preparando para enviar registros", "Unnamed room": "Sala sin nombre", "Saturday": "Sábado", - "Reject": "Rechazar", "Monday": "Lunes", "Toolbox": "Caja de herramientas", "Collecting logs": "Recolectando registros", @@ -705,7 +697,6 @@ "Main address": "Dirección principal", "Room avatar": "Avatar de la sala", "Room Name": "Nombre de sala", - "Join": "Unirse", "The following users may not exist": "Puede que estos usuarios no existan", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?", "Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro", @@ -766,7 +757,6 @@ "Identity server has no terms of service": "El servidor de identidad no tiene términos de servicio", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción necesita acceder al servidor de identidad por defecto para validar un correo o un teléfono, pero el servidor no tiene términos de servicio.", "Only continue if you trust the owner of the server.": "Continúa solamente si confías en el propietario del servidor.", - "Trust": "Confiar", "Custom (%(level)s)": "Personalizado (%(level)s)", "Error upgrading room": "Fallo al mejorar la sala", "Double check that your server supports the room version chosen and try again.": "Asegúrate de que tu servidor es compatible con la versión de sala elegida y prueba de nuevo.", @@ -815,10 +805,7 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para mayor seguridad, haz esto en persona o usando una forma de comunicación de confianza.", "Lock": "Bloquear", "Other users may not trust it": "Puede que otros usuarios no confíen en ella", - "Upgrade": "Actualizar", - "Verify": "Verificar", "Later": "Más tarde", - "Upload": "Enviar", "Show less": "Ver menos", "Show more": "Ver más", "in memory": "en memoria", @@ -979,7 +966,6 @@ "Your email address hasn't been verified yet": "Tu dirección de email no ha sido verificada", "Verify the link in your inbox": "Verifica el enlace en tu bandeja de entrada", "Complete": "Completar", - "Share": "Compartir", "Remove %(email)s?": "¿Eliminar %(email)s?", "This backup is trusted because it has been restored on this session": "Esta copia de seguridad es de confianza porque ha sido restaurada en esta sesión", "Your keys are not being backed up from this session.": "No se está haciendo una copia de seguridad de tus claves en esta sesión.", @@ -999,7 +985,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirmar un nuevo correo electrónico", "Click the button below to confirm adding this email address.": "Haz clic en el botón de abajo para confirmar esta nueva dirección de correo electrónico.", - "Confirm": "Confirmar", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma el nuevo número de teléfono usando SSO para probar tu identidad.", "Confirm adding phone number": "Confirmar nuevo número de teléfono", "Click the button below to confirm adding this phone number.": "Haz clic en el botón de abajo para confirmar este nuevo número de teléfono.", @@ -1092,7 +1077,6 @@ "This room is bridging messages to the following platforms. Learn more.": "Esta sala está haciendo puente con las siguientes plataformas. Aprende más.", "Bridges": "Puentes", "Uploaded sound": "Sonido subido", - "Reset": "Restablecer", "Unable to revoke sharing for email address": "No se logró revocar el compartir para la dirección de correo electrónico", "Unable to share email address": "No se logró compartir la dirección de correo electrónico", "Click the link in the email you received to verify and then click continue again.": "Haz clic en el enlace del correo electrónico para verificar, y luego nuevamente haz clic en continuar.", @@ -1390,7 +1374,6 @@ "Explore Public Rooms": "Explora las salas públicas", "Create a Group Chat": "Crea un grupo", "%(creator)s created and configured the room.": "Sala creada y configurada por %(creator)s.", - "View": "Ver", "Explore rooms": "Explorar salas", "Jump to first invite.": "Salte a la primera invitación.", "Add room": "Añadir una sala", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Acceso por invitación, mejor para equipos o si vas a estar solo tú", "Open space for anyone, best for communities": "Abierto para todo el mundo, la mejor opción para comunidades", "Create a space": "Crear un espacio", - "Delete": "Borrar", "This homeserver has been blocked by its administrator.": "Este servidor base ha sido bloqueado por su administración.", "You're already in a call with this person.": "Ya estás en una llamada con esta persona.", "This room is suggested as a good one to join": "Unirse a esta sala está sugerido", @@ -2366,8 +2348,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.", "This space has no local addresses": "Este espacio no tiene direcciones locales", "Space information": "Información del espacio", - "Collapse": "Encoger", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espacios públicos.", "Allow people to preview your space before they join.": "Permitir que se pueda ver una vista previa del espacio antes de unirse a él.", "Preview Space": "Previsualizar espacio", @@ -2581,7 +2561,6 @@ "Include Attachments": "Incluir archivos adjuntos", "Size Limit": "Límite de tamaño", "Format": "Formato", - "Stop": "Parar", "MB": "MB", "In reply to this message": "En respuesta a este mensaje", "Export chat": "Exportar conversación", @@ -2921,7 +2900,6 @@ "Last week": "Última semana", "Internal room ID": "ID interna de la sala", "IRC (Experimental)": "IRC (en pruebas)", - "Call": "Llamar", "This is a beta feature": "Esta funcionalidad está en beta", "Feedback sent! Thanks, we appreciate it!": "¡Opinión enviada! Gracias, te lo agradecemos.", "%(oneUser)ssent %(count)s hidden messages": { @@ -3548,7 +3526,6 @@ "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. Learn more.": "¿Te apetece probar cosas experimentales? Aquí encontrarás nuestras ideas en desarrollo. No están terminadas, pueden ser inestables, cambiar o dejar de estar disponibles. Más información.", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "¿Qué novedades se esperan en %(brand)s? La sección de experimentos es la mejor manera de ver las cosas antes de que se publiquen, probar nuevas funcionalidades y ayudar a mejorarlas antes de su lanzamiento.", "Upcoming features": "Funcionalidades futuras", - "Apply": "Aplicar", "Search users in this room…": "Buscar usuarios en esta sala…", "Give one or multiple users in this room more privileges": "Otorga a uno o más usuarios privilegios especiales en esta sala", "Add privileged users": "Añadir usuarios privilegiados", @@ -3648,7 +3625,6 @@ "WARNING: session already verified, but keys do NOT MATCH!": "ADVERTENCIA: la sesión ya está verificada, pero las claves NO COINCIDEN", "iframe has no src attribute": "el iframe no tiene atributo src", "Use your account to continue.": "Usa tu cuenta para configurar.", - "Reload": "Recargar", "Database unexpectedly closed": "La base de datos se ha cerrado de forma inesperada", "Identity server not set": "Servidor de identidad no configurado", "Homeserver is %(homeserverUrl)s": "El servidor base es %(homeserverUrl)s", @@ -3777,7 +3753,31 @@ "start": "Empezar", "start_chat": "Empezar una conversación", "view_source": "Ver fuente", - "yes": "Sí" + "yes": "Sí", + "reject": "Rechazar", + "confirm": "Confirmar", + "dismiss": "Omitir", + "trust": "Confiar", + "reload": "Recargar", + "cancel": "Cancelar", + "stop": "Parar", + "join": "Unirse", + "close": "Cerrar", + "accept": "Aceptar", + "upgrade": "Actualizar", + "verify": "Verificar", + "update": "Actualizar", + "call": "Llamar", + "delete": "Borrar", + "upload": "Enviar", + "collapse": "Encoger", + "apply": "Aplicar", + "reset": "Restablecer", + "share": "Compartir", + "skip": "Omitir", + "logout": "Cerrar sesión", + "view": "Ver", + "expand": "Expandir" }, "a11y": { "user_menu": "Menú del Usuario" diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index af3d1d2ef91..c5fc1d15605 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -1,14 +1,11 @@ { "This email address is already in use": "See e-posti aadress on juba kasutusel", "This phone number is already in use": "See telefoninumber on juba kasutusel", - "Confirm": "Kinnita", "Add Email Address": "Lisa e-posti aadress", "Failed to verify email address: make sure you clicked the link in the email": "E-posti aadressi kontrollimine ei õnnestunud: palun vaata, et sa kindlasti klõpsisid saabunud kirjas olnud viidet", "Unable to load! Check your network connectivity and try again.": "Laadimine ei õnnestunud! Kontrolli oma võrguühendust ja proovi uuesti.", - "Dismiss": "Loobu", "Call Failed": "Kõne ebaõnnestus", "Call failed due to misconfigured server": "Kõne ebaõnnestus valesti seadistatud serveri tõttu", - "Cancel": "Loobu", "Send": "Saada", "Jan": "jaan", "Feb": "veeb", @@ -63,7 +60,6 @@ "Today": "Täna", "Yesterday": "Eile", "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.", "collapse": "ahenda", "expand": "laienda", @@ -213,7 +209,6 @@ "Submit logs": "Saada rakenduse logid", "Something went wrong!": "Midagi läks nüüd valesti!", "What's New": "Meie uudised", - "Update": "Uuenda", "What's new?": "Mida on meil uut?", "Your server": "Sinu server", "Matrix": "Matrix", @@ -269,7 +264,6 @@ "Identity server has no terms of service": "Isikutuvastusserveril puuduvad kasutustingimused", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "E-posti aadressi või telefoninumbri kontrolliks see tegevus eeldab päringut vaikimisi isikutuvastusserverisse , aga sellel serveril puuduvad kasutustingimused.", "Only continue if you trust the owner of the server.": "Jätka vaid siis, kui sa usaldad serveri omanikku.", - "Trust": "Usalda", "%(name)s is requesting verification": "%(name)s soovib verifitseerimist", "Securely cache encrypted messages locally for them to appear in search results.": "Turvaliselt puhverda krüptitud sõnumid kohalikku arvutisse ja võimalda kasutada neid otsingus.", "%(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'is on puudu need komponendid, mis võimaldavad otsida kohalikest turvaliselt puhverdatud krüptitud sõnumitest. Kui sa tahaksid sellist funktsionaalsust katsetada, siis pead kompileerima %(brand)s'i variandi, kus need komponendid on lisatud.", @@ -356,7 +350,6 @@ "%(creator)s created and configured the room.": "%(creator)s lõi ja seadistas jututoa.", "How fast should messages be downloaded.": "Kui kiiresti peaksime sõnumeid alla laadima.", "Error downloading theme information.": "Viga teema teabefaili allalaadimisel.", - "Close": "Sulge", "Drop file here to upload": "Faili üleslaadimiseks lohista ta siia", "This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.", "You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.", @@ -389,7 +382,6 @@ "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s muutis jututoa vana nime %(oldRoomName)s uueks nimeks %(newRoomName)s.", "%(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", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -508,7 +500,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", - "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", "You've successfully verified this user.": "Sa oled edukalt verifitseerinud selle kasutaja.", @@ -592,8 +583,6 @@ "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", "Set up": "Võta kasutusele", - "Upgrade": "Uuenda", - "Verify": "Verifitseeri", "Accept to continue:": "Jätkamiseks nõustu 'ga:", "Show less": "Näita vähem", "Show more": "Näita rohkem", @@ -649,8 +638,6 @@ "Notify the whole room": "Teavita kogu jututuba", "Users": "Kasutajad", "Terms and Conditions": "Kasutustingimused", - "Logout": "Logi välja", - "View": "Näita", "You can't send any messages until you review and agree to our terms and conditions.": "Sa ei saa saata ühtego sõnumit enne, kui oled läbi lugenud ja nõustunud meie kasutustingimustega.", "Couldn't load page": "Lehe laadimine ei õnnestunud", "You must register to use this functionality": "Selle funktsionaalsuse kasutamiseks pead sa registreeruma", @@ -704,7 +691,6 @@ "Start chatting": "Alusta vestlust", "Do you want to join %(roomName)s?": "Kas sa soovid liitud jututoaga %(roomName)s?", " invited you": " kutsus sind", - "Reject": "Hülga", "You're previewing %(roomName)s. Want to join it?": "Sa vaatad jututoa %(roomName)s eelvaadet. Kas soovid sellega liituda?", "%(roomName)s can't be previewed. Do you want to join it?": "Jututoal %(roomName)s puudub eelvaate võimalus. Kas sa soovid sellega liituda?", "%(roomName)s does not exist.": "Jututuba %(roomName)s ei ole olemas.", @@ -729,7 +715,6 @@ "Verify the link in your inbox": "Verifitseeri klõpsides viidet saabunud e-kirjas", "Complete": "Valmis", "Revoke": "Tühista", - "Share": "Jaga", "Session already verified!": "Sessioon on juba verifitseeritud!", "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!": "HOIATUS: VÕTMETE VERIFITSEERIMINE EI ÕNNESTUNUD! Kasutaja %(userId)s ja sessiooni %(deviceId)s allkirjastamise võti on „%(fprint)s“, aga see ei vasta antud sõrmejäljele „%(fingerprint)s“. See võib tähendada, et sinu kasutatavad ühendused võivad olla kolmanda osapoole poolt vahelt lõigatud!", "Verified key": "Verifitseeritud võti", @@ -775,7 +760,6 @@ "Preparing to send logs": "Valmistun logikirjete saatmiseks", "Failed to send logs: ": "Logikirjete saatmine ei õnnestunud: ", "Verify session": "Verifitseeri sessioon", - "Skip": "Jäta vahele", "Token incorrect": "Vigane tunnusluba", "%(oneUser)schanged their name %(count)s times": { "one": "Kasutaja %(oneUser)s muutis oma nime", @@ -859,7 +843,6 @@ "Uploaded sound": "Üleslaaditud heli", "Sounds": "Helid", "Notification sound": "Teavitusheli", - "Reset": "Taasta algolek", "Set a new custom sound": "Seadista uus kohandatud heli", "were invited %(count)s times": { "other": "said kutse %(count)s korda", @@ -2182,7 +2165,6 @@ "Invite only, best for yourself or teams": "Liitumine vaid kutse alusel, sobib sulle ja sinu lähematele kaaslastele", "Open space for anyone, best for communities": "Avaliku ligipääsuga kogukonnakeskus", "Create a space": "Loo kogukonnakeskus", - "Delete": "Kustuta", "Jump to the bottom of the timeline when you send a message": "Sõnumi saatmiseks hüppa ajajoone lõppu", "%(count)s members": { "other": "%(count)s liiget", @@ -2364,8 +2346,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.", "This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid", "Space information": "Kogukonnakeskuse teave", - "Collapse": "ahenda", - "Expand": "laienda", "Recommended for public spaces.": "Soovitame avalike kogukonnakeskuste puhul.", "Allow people to preview your space before they join.": "Luba huvilistel enne liitumist näha kogukonnakeskuse eelvaadet.", "Preview Space": "Kogukonnakeskuse eelvaade", @@ -2580,7 +2560,6 @@ "Select from the options below to export chats from your timeline": "Kui soovid oma ajajoonelt mõnda vestlust eksportida, siis vali tingimused alljärgnevalt", "Export Chat": "Ekspordi vestlus", "Exporting your data": "Ekspordin sinu andmeid", - "Stop": "Peata", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Kas sa oled kindel, et soovid oma andmete eksporti katkestada? Kui nii toimid, siis pead hiljem uuesti alustama.", "Your export was successful. Find it in your Downloads folder.": "Sinu andmete eksport õnnestus. Faili leiad tavapärasest allalaadimiste kaustast.", "The export was cancelled successfully": "Ekspordi tühistamine õnnestus", @@ -3097,7 +3076,6 @@ "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s toimib nutiseadme veebibrauseris kastseliselt. Parima kasutajakogemuse ja uusima funktsionaalsuse jaoks kasuta meie rakendust.", "Force complete": "Sunni lõpetama", "": "", - "Call": "Helista", "%(errcode)s was returned while trying to access the room or space. If you think you're seeing this message in error, please submit a bug report.": "Astumisel jututuppa või liitumisel kogukonnaga tekkis viga %(errcode)s. Kui sa arvad, et sellise põhjusega viga ei tohiks tekkida, siis palun koosta veateade.", "Try again later, or ask a room or space admin to check if you have access.": "Proovi hiljem uuesti või küsi jututoa või kogukonna haldurilt, kas sul on ligipääs olemas.", "This room or space is not accessible at this time.": "See jututuba või kogukond pole hetkel ligipääsetav.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Sisesta e-posti aadress uuesti", "Wrong email address?": "Kas e-posti aadress pole õige?", "Hide notification dot (only display counters badges)": "Peida teavituse täpp (ja näita loendure)", - "Apply": "Rakenda", "Search users in this room…": "Vali kasutajad sellest jututoast…", "Give one or multiple users in this room more privileges": "Lisa selles jututoas ühele või mitmele kasutajale täiendavaid õigusi", "Add privileged users": "Lisa kasutajatele täiendavaid õigusi", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.", "Poll history": "Küsitluste ajalugu", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Kasutaja %(user)s siiski ei saanud kutset %(roomId)s jututuppa, kuid kutse saatja liides ei kuvanud ka viga", - "Reload": "Laadi uuesti", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "See võib olla seotud asjaoluga, et rakendus on avatud mitmes brauseriaknas korraga või brauseri andmete kustutamise tõttu.", "Database unexpectedly closed": "Andmebaasiühendus sulgus ootamatult", "Match default setting": "Sobita vaikimisi seadistusega", @@ -3971,7 +3947,31 @@ "start": "Alusta", "start_chat": "Alusta vestlust", "view_source": "Vaata lähtekoodi", - "yes": "Jah" + "yes": "Jah", + "reject": "Hülga", + "confirm": "Kinnita", + "dismiss": "Loobu", + "trust": "Usalda", + "reload": "Laadi uuesti", + "cancel": "Loobu", + "stop": "Peata", + "join": "Liitu", + "close": "Sulge", + "accept": "Võta vastu", + "upgrade": "Uuenda", + "verify": "Verifitseeri", + "update": "Uuenda", + "call": "Helista", + "delete": "Kustuta", + "upload": "Laadi üles", + "collapse": "ahenda", + "apply": "Rakenda", + "reset": "Taasta algolek", + "share": "Jaga", + "skip": "Jäta vahele", + "logout": "Logi välja", + "view": "Näita", + "expand": "laienda" }, "a11y": { "user_menu": "Kasutajamenüü" diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 5b4ff4eb23d..9375438b7c3 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1,6 +1,4 @@ { - "Accept": "Onartu", - "Close": "Itxi", "Create new room": "Sortu gela berria", "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", @@ -9,7 +7,6 @@ "Operation failed": "Eragiketak huts egin du", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", - "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", "Historical": "Historiala", "Sign out": "Amaitu saioa", @@ -18,7 +15,6 @@ "Join Room": "Elkartu gelara", "Register": "Eman izena", "Submit": "Bidali", - "Skip": "Saltatu", "Return to login screen": "Itzuli saio hasierarako pantailara", "Email address": "E-mail helbidea", "The email address linked to your account must be entered.": "Zure kontura gehitutako e-mail helbidea sartu behar da.", @@ -31,7 +27,6 @@ "Unban": "Debekua kendu", "Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.", "You do not have permission to post to this room": "Ez duzu gela honetara mezuak bidaltzeko baimenik", - "Logout": "Amaitu saioa", "Filter room members": "Iragazi gelako kideak", "Email": "E-mail", "Phone": "Telefonoa", @@ -269,7 +264,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", - "Cancel": "Utzi", "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", @@ -421,7 +415,6 @@ "Notification targets": "Jakinarazpenen helburuak", "Today": "Gaur", "Friday": "Ostirala", - "Update": "Eguneratu", "What's New": "Zer dago berri", "On": "Bai", "Changelog": "Aldaketa-egunkaria", @@ -442,7 +435,6 @@ "Event sent!": "Gertaera bidalita!", "Preparing to send logs": "Egunkariak bidaltzeko prestatzen", "Saturday": "Larunbata", - "Reject": "Baztertu", "Monday": "Astelehena", "Toolbox": "Tresna-kutxa", "Collecting logs": "Egunkariak biltzen", @@ -678,7 +670,6 @@ "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", "Phone (optional)": "Telefonoa (aukerakoa)", - "Confirm": "Berretsi", "Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean", "Other": "Beste bat", "Couldn't load page": "Ezin izan da orria kargatu", @@ -708,7 +699,6 @@ "Ignored users": "Ezikusitako erabiltzaileak", "Voice & Video": "Ahotsa eta bideoa", "Main address": "Helbide nagusia", - "Join": "Elkartu", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Create account": "Sortu kontua", "Recovery Method Removed": "Berreskuratze metodoa kendu da", @@ -832,7 +822,6 @@ "Uploaded sound": "Igotako soinua", "Sounds": "Soinuak", "Notification sound": "Jakinarazpen soinua", - "Reset": "Berrezarri", "Set a new custom sound": "Ezarri soinu pertsonalizatua", "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", @@ -864,7 +853,6 @@ "Missing session data": "Saioaren datuak falta dira", "Upload files (%(current)s of %(total)s)": "Igo fitxategiak (%(current)s / %(total)s)", "Upload files": "Igo fitxategiak", - "Upload": "Igo", "Upload %(count)s other files": { "other": "Igo beste %(count)s fitxategiak", "one": "Igo beste fitxategi %(count)s" @@ -954,7 +942,6 @@ "Unable to revoke sharing for email address": "Ezin izan da partekatzea indargabetu e-mail helbidearentzat", "Unable to share email address": "Ezin izan da e-mail helbidea partekatu", "Revoke": "Indargabetu", - "Share": "Partekatu", "Discovery options will appear once you have added an email above.": "Aurkitze aukerak behin goian e-mail helbide bat gehitu duzunean agertuko dira.", "Unable to revoke sharing for phone number": "Ezin izan da partekatzea indargabetu telefono zenbakiarentzat", "Unable to share phone number": "Ezin izan da telefono zenbakia partekatu", @@ -1052,7 +1039,6 @@ "Document": "Dokumentua", "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", "Explore rooms": "Arakatu gelak", "Emoji Autocomplete": "Emoji osatze automatikoa", "Notification Autocomplete": "Jakinarazpen osatze automatikoa", @@ -1083,7 +1069,6 @@ "Jump to first invite.": "Jauzi lehen gonbidapenera.", "Command Autocomplete": "Aginduak auto-osatzea", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ekintza honek lehenetsitako identitate-zerbitzaria atzitzea eskatzen du, e-mail helbidea edo telefono zenbakia balioztatzeko, baina zerbitzariak ez du erabilera baldintzarik.", - "Trust": "Jo fidagarritzat", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Message Actions": "Mezu-ekintzak", "You verified %(name)s": "%(name)s egiaztatu duzu", @@ -1136,7 +1121,6 @@ "Trusted": "Konfiantzazkoa", "Not trusted": "Ez konfiantzazkoa", "Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.", - "Verify": "Egiaztatu", "You have ignored this user, so their message is hidden. Show anyways.": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. Erakutsi hala ere.", "Any of the following data may be shared:": "Datu hauetako edozein partekatu daiteke:", "Your display name": "Zure pantaila-izena", @@ -1194,7 +1178,6 @@ "Upgrade public room": "Eguneratu gela publikoa", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Gela eguneratzea ekintza aurreratu bat da eta akatsen, falta diren ezaugarrien, edo segurtasun arazoen erruz gela ezegonkorra denean aholkatzen da.", "You'll upgrade this room from to .": "Gela hau bertsiotik bertsiora eguneratuko duzu.", - "Upgrade": "Eguneratu", "Unable to set up secret storage": "Ezin izan da biltegi sekretua ezarri", "Language Dropdown": "Hizkuntza menua", "Country Dropdown": "Herrialde menua", @@ -1630,7 +1613,24 @@ "start": "Hasi", "start_chat": "Hasi txata", "view_source": "Ikusi iturria", - "yes": "Bai" + "yes": "Bai", + "reject": "Baztertu", + "confirm": "Berretsi", + "dismiss": "Baztertu", + "trust": "Jo fidagarritzat", + "cancel": "Utzi", + "join": "Elkartu", + "close": "Itxi", + "accept": "Onartu", + "upgrade": "Eguneratu", + "verify": "Egiaztatu", + "update": "Eguneratu", + "upload": "Igo", + "reset": "Berrezarri", + "share": "Partekatu", + "skip": "Saltatu", + "logout": "Amaitu saioa", + "view": "Ikusi" }, "a11y": { "user_menu": "Erabiltzailea-menua" diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index fa3aaa988bd..149ae3cebc3 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -5,7 +5,6 @@ "Notification targets": "هدف‌های آگاه‌سازی", "Today": "امروز", "Friday": "آدینه", - "Update": "به‌روز رسانی", "Notifications": "آگاهی‌ها", "What's New": "چه خبر", "On": "روشن", @@ -23,12 +22,9 @@ "No update available.": "هیچ به روزرسانی جدیدی موجود نیست.", "Noisy": "پرسروصدا", "Collecting app version information": "درحال جمع‌آوری اطلاعات نسخه‌ی برنامه", - "Cancel": "لغو", "Tuesday": "سه‌شنبه", "Unnamed room": "گپ نام‌گذاری نشده", - "Dismiss": "نادیده بگیر", "Saturday": "شنبه", - "Reject": "پس زدن", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", "Search": "جستجو", @@ -42,7 +38,6 @@ "Messages containing my display name": "پیام‌های حاوی نمای‌نامِ من", "What's new?": "چه خبر؟", "When I'm invited to a room": "وقتی من به گپی دعوت میشوم", - "Close": "بستن", "Invite to this room": "دعوت به این گپ", "You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)", "Thursday": "پنج‌شنبه", @@ -59,7 +54,6 @@ "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", "Single Sign On": "ورود یکپارچه", "Confirm adding email": "تأیید افزودن رایانامه", - "Confirm": "تأیید", "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", @@ -70,8 +64,6 @@ "Encryption upgrade available": "ارتقای رمزنگاری ممکن است", "Verify this session": "تأیید این نشست", "Set up": "برپایی", - "Upgrade": "ارتقا", - "Verify": "تأیید", "Guest": "مهمان", "Confirm adding this email address by using Single Sign On to prove your identity.": "برای تأیید هویتتان، این نشانی رایانامه را با ورود یکپارچه تأیید کنید.", "Click the button below to confirm adding this email address.": "برای تأیید افزودن این نشانی رایانامه، دکمهٔ زیر را بزنید.", @@ -125,7 +117,6 @@ "Hangup": "قطع", "For security, this session has been signed out. Please sign in again.": "برای امنیت، این نشست نامعتبر شده است. لطفاً دوباره وارد سیستم شوید.", "We couldn't log you in": "نتوانستیم شما را وارد کنیم", - "Trust": "اعتماد کن", "Only continue if you trust the owner of the server.": "تنها در صورتی که به صاحب سرور اطمینان دارید، ادامه دهید.", "Identity server has no terms of service": "سرور هویت هیچگونه شرایط خدمات ندارد", "Unnamed Room": "اتاق بدون نام", @@ -1292,7 +1283,6 @@ "expand": "گشودن", "collapse": "بستن", "Please create a new issue on GitHub so that we can investigate this bug.": "لطفا در GitHub یک مسئله جدید ایجاد کنید تا بتوانیم این اشکال را بررسی کنیم.", - "Join": "پیوستن", "Enter passphrase": "عبارت امنیتی را وارد کنید", "Confirm passphrase": "عبارت امنیتی را تائید کنید", "This version of %(brand)s does not support searching encrypted messages": "این نسخه از %(brand)s از جستجوی پیام های رمزگذاری شده پشتیبانی نمی کند", @@ -1343,7 +1333,6 @@ "one": "%(severalUsers)s عضو شدند", "other": "%(severalUsers)s%(count)s مرتبه عضو شده‌اند" }, - "Skip": "بیخیال", "Import": "واردکردن (Import)", "Export": "استخراج (Export)", "Space": "فضای کاری", @@ -1648,8 +1637,6 @@ "Open space for anyone, best for communities": "محیط باز برای همه، مناسب برای جمع عمومی", "Create a space": "ساختن یک محیط", "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", - "Upload": "بارگذاری", - "Delete": "پاک‌کردن", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", "Pin": "سنجاق", @@ -1734,7 +1721,6 @@ "The other party cancelled the verification.": "طرف مقابل فرآیند تائید را لغو کرد.", "Play": "اجرا کردن", "Pause": "متوقف‌کردن", - "Accept": "پذیرفتن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -1945,9 +1931,7 @@ "Sending": "در حال ارسال", "Retry all": "همه را دوباره امتحان کنید", "Delete all": "حذف همه", - "View": "مشاهده", "You have no visible notifications.": "اعلان قابل مشاهده‌ای ندارید.", - "Logout": "خروج", "Verification requested": "درخواست تائید", "Old cryptography data detected": "داده‌های رمزنگاری قدیمی شناسایی شد", "Review terms and conditions": "مرور شرایط و ضوابط", @@ -1966,7 +1950,6 @@ "Welcome %(name)s": "%(name)s خوش‌آمدید", "Add a photo so people know it's you.": "برای اینکه بقیه شما را بشناسند، یک تصویر اضافه کنید.", "Great, that'll help people know it's you": "احسنت، با این کار شما به سایر افراد کمک می‌کنید که شما را بشناسند", - "Reset": "بازراه‌اندازی", "Cross-signing is not set up.": "امضاء متقابل تنظیم نشده‌است.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "حساب کاربری شما یک هویت برای امضاء متقابل در حافظه‌ی نهان دارد، اما این هویت هنوز توسط این نشست تائید نشده‌است.", "Cross-signing is ready for use.": "امضاء متقابل برای استفاده در دسترس است.", @@ -2037,7 +2020,6 @@ "Reject invitation": "ردکردن دعوت", "Hold": "نگه‌داشتن", "Resume": "ادامه", - "Share": "اشتراک‌گذاری", "Revoke": "برگرداندن", "Complete": "تکمیل", "Verify the link in your inbox": "لینک موجود در صندوق دریافت خود را تائید کنید", @@ -2461,7 +2443,6 @@ "Unknown room": "اتاق ناشناس", "Help improve %(analyticsOwner)s": "بهتر کردن راهنمای کاربری %(analyticsOwner)s", "You previously consented to share anonymous usage data with us. We're updating how that works.": "شما به ارسال گزارش چگونگی استفاده از سرویس رضایت داده بودید. ما نحوه استفاده از این اطلاعات را بروز میکنیم.", - "Stop": "توقف", "That's fine": "بسیارعالی", "File Attached": "فایل ضمیمه شد", "Export successful!": "استخراج موفق!", @@ -2551,7 +2532,6 @@ "Use your account to continue.": "برای ادامه از حساب خود استفاده کنید.", "Open poll": "باز کردن نظرسنجی", "Identity server not set": "سرور هویت تنظیم نشده است", - "Reload": "بارگذاری مجدد", "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.": "از طرف دیگر، می‌توانید سعی کنید از سرور عمومی در استفاده کنید، اما این به آن اندازه قابل اعتماد نخواهد بود و آدرس IP شما را با آن سرور به اشتراک می‌گذارد. شما همچنین می توانید این قابلیت را در تنظیمات مدیریت کنید.", "Try using %(server)s": "سعی کنید از %(server)s استفاده کنید", "Keyboard shortcuts": "میانبرهای صفحه کلید", @@ -2625,7 +2605,27 @@ "start": "شروع", "start_chat": "شروع چت", "view_source": "دیدن منبع", - "yes": "بله" + "yes": "بله", + "reject": "پس زدن", + "confirm": "تأیید", + "dismiss": "نادیده بگیر", + "trust": "اعتماد کن", + "reload": "بارگذاری مجدد", + "cancel": "لغو", + "stop": "توقف", + "join": "پیوستن", + "close": "بستن", + "accept": "پذیرفتن", + "upgrade": "ارتقا", + "verify": "تأیید", + "update": "به‌روز رسانی", + "delete": "پاک‌کردن", + "upload": "بارگذاری", + "reset": "بازراه‌اندازی", + "share": "اشتراک‌گذاری", + "skip": "بیخیال", + "logout": "خروج", + "view": "مشاهده" }, "a11y": { "user_menu": "منوی کاربر" diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index d56b6ff0e6d..b6e35b72dab 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -1,9 +1,5 @@ { - "Accept": "Hyväksy", - "Cancel": "Peruuta", - "Close": "Sulje", "Create new room": "Luo uusi huone", - "Dismiss": "Hylkää", "Failed to forget room %(errCode)s": "Huoneen unohtaminen epäonnistui %(errCode)s", "Favourite": "Suosikki", "Notifications": "Ilmoitukset", @@ -81,7 +77,6 @@ "Sign in with": "Tunnistus", "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", - "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", "New passwords don't match": "Uudet salasanat eivät täsmää", @@ -237,7 +232,6 @@ "Authentication check failed: incorrect password?": "Autentikointi epäonnistui: virheellinen salasana?", "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", "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.", @@ -405,7 +399,6 @@ "Notification targets": "Ilmoituksen kohteet", "Today": "Tänään", "Friday": "Perjantai", - "Update": "Päivitä", "What's New": "Mitä uutta", "On": "Päällä", "Changelog": "Muutosloki", @@ -424,7 +417,6 @@ "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", "Saturday": "Lauantai", - "Reject": "Hylkää", "Monday": "Maanantai", "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", @@ -608,7 +600,6 @@ "Preparing to send logs": "Valmistaudutaan lokien lähettämiseen", "Invite anyway": "Kutsu silti", "Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen", - "Join": "Liity", "Click here to see older messages.": "Napsauta tästä nähdäksesi vanhemmat viestit.", "This room is a continuation of another conversation.": "Tämä huone on jatkumo toisesta keskustelusta.", "The conversation continues here.": "Keskustelu jatkuu täällä.", @@ -768,7 +759,6 @@ "Please review and accept the policies of this homeserver:": "Tarkistathan tämän kotipalvelimen käytännöt:", "Code": "Koodi", "Change": "Muuta", - "Confirm": "Varmista", "Join millions for free on the largest public server": "Liity ilmaiseksi miljoonien joukkoon suurimmalla julkisella palvelimella", "Other": "Muut", "Can't leave Server Notices room": "Palvelinilmoitushuonetta ei voitu jättää", @@ -894,7 +884,6 @@ "Uploaded sound": "Asetettu ääni", "Sounds": "Äänet", "Notification sound": "Ilmoitusääni", - "Reset": "Palauta alkutilaan", "Set a new custom sound": "Aseta uusi mukautettu ääni", "Browse": "Selaa", "Use lowercase letters, numbers, dashes and underscores only": "Käytä ainoastaan pieniä kirjaimia, numeroita, yhdysviivoja ja alaviivoja", @@ -906,7 +895,6 @@ "Message edits": "Viestin muokkaukset", "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Tämän huoneen päivittäminen edellyttää huoneen nykyisen instanssin sulkemista ja uuden huoneen luomista sen tilalle. Jotta tämä kävisi huoneen jäsenten kannalta mahdollisimman sujuvasti, teemme seuraavaa:", "Upload all": "Lähetä kaikki palvelimelle", - "Upload": "Lähetä", "Show all": "Näytä kaikki", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)s eivät tehneet muutoksia %(count)s kertaa", @@ -941,7 +929,6 @@ "Always show the window menu bar": "Näytä aina ikkunan valikkorivi", "Unable to revoke sharing for email address": "Sähköpostiosoitteen jakamista ei voi perua", "Unable to share email address": "Sähköpostiosoitetta ei voi jakaa", - "Share": "Jaa", "Unable to share phone number": "Puhelinnumeroa ei voi jakaa", "Checking server": "Tarkistetaan palvelinta", "Disconnect from the identity server ?": "Katkaise yhteys identiteettipalvelimeen ?", @@ -1004,7 +991,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", - "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", "Deactivate user?": "Poista käyttäjä pysyvästi?", @@ -1090,7 +1076,6 @@ "Using this widget may share data with %(widgetDomain)s.": "Tämän sovelman käyttäminen voi jakaa tietoja verkkotunnukselle %(widgetDomain)s.", "Widget added by": "Sovelman lisäsi", "This widget may use cookies.": "Tämä sovelma saattaa käyttää evästeitä.", - "Trust": "Luota", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Voit käyttää identiteettipalvelinta lähettääksesi sähköpostikutsuja. Napsauta Jatka käyttääksesi oletuspalvelinta (%(defaultIdentityServerName)s) tai syötä eri palvelin asetuksissa.", "Use an identity server to invite by email. Manage in Settings.": "Voit käyttää identiteettipalvelinta sähköpostikutsujen lähettämiseen.", "Match system theme": "Käytä järjestelmän teemaa", @@ -1129,7 +1114,6 @@ "This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.", "Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.", "Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.", - "Verify": "Varmenna", "You have ignored this user, so their message is hidden. Show anyways.": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. Näytä silti.", "You verified %(name)s": "Varmensit käyttäjän %(name)s", "You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen", @@ -1197,7 +1181,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Huoneen päivittäminen on monimutkainen toimenpide ja yleensä sitä suositellaan, kun huone on epävakaa bugien, puuttuvien ominaisuuksien tai tietoturvaongelmien takia.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, ilmoita virheestä.", "You'll upgrade this room from to .": "Olat päivittämässä tätä huonetta versiosta versioon .", - "Upgrade": "Päivitä", "Country Dropdown": "Maapudotusvalikko", "Unable to set up secret storage": "Salavaraston käyttöönotto epäonnistui", "Show more": "Näytä lisää", @@ -2068,7 +2051,6 @@ "Share invite link": "Jaa kutsulinkki", "Click to copy": "Kopioi napsauttamalla", "You can change these anytime.": "Voit muuttaa näitä koska tahansa.", - "Delete": "Poista", "Show chat effects (animations when receiving e.g. confetti)": "Näytä keskustelutehosteet (animaatiot, kun saat esim. konfettia)", "Jump to the bottom of the timeline when you send a message": "Siirry aikajanan pohjalle, kun lähetät viestin", "This homeserver has been blocked by its administrator.": "Tämä kotipalvelin on ylläpitäjänsä estämä.", @@ -2160,7 +2142,6 @@ "Message preview": "Viestin esikatselu", "Sent": "Lähetetty", "Include Attachments": "Sisällytä liitteet", - "Stop": "Pysäytä", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Oletko varma, että haluat lopettaa tietojen viennin? Jos lopetat, joudut aloittamaan alusta.", "Export Successful": "Vienti onnistui", "Number of messages": "Viestien määrä", @@ -2208,8 +2189,6 @@ "Anyone can find and join.": "Kuka tahansa voi löytää ja liittyä.", "Only invited people can join.": "Vain kutsutut ihmiset voivat liittyä.", "Space options": "Avaruuden valinnat", - "Collapse": "Supista", - "Expand": "Laajenna", "Recommended for public spaces.": "Suositeltu julkisiin avaruuksiin.", "Guests can join a space without having an account.": "Vieraat voivat liittyä avaruuteen ilman tiliä.", "Enable guest access": "Ota käyttöön vieraiden pääsy", @@ -2916,7 +2895,6 @@ }, "Cross-signing is ready but keys are not backed up.": "Ristiinvarmennus on valmis, mutta avaimia ei ole varmuuskopioitu.", "Search %(spaceName)s": "Etsi %(spaceName)s", - "Call": "Soita", "Dial": "Yhdistä", "Messaging": "Viestintä", "Back to thread": "Takaisin ketjuun", @@ -3310,7 +3288,6 @@ "This session doesn't support encryption and thus can't be verified.": "Tämä istunto ei tue salausta, joten sitä ei voi vahvistaa.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Parhaan tietoturvan ja yksityisyyden vuoksi on suositeltavaa käyttää salausta tukevia Matrix-asiakasohjelmistoja.", "Upcoming features": "Tulevat ominaisuudet", - "Apply": "Toteuta", "Search users in this room…": "Etsi käyttäjiä tästä huoneesta…", "Requires compatible homeserver.": "Vaatii yhteensopivan kotipalvelimen.", "Under active development.": "Aktiivisen kehityksen kohteena.", @@ -3478,7 +3455,6 @@ "Send %(msgtype)s messages as you in your active room": "Lähetä %(msgtype)s-viestejä itsenäsi aktiiviseen huoneeseesi", "Send %(msgtype)s messages as you in this room": "Lähetä %(msgtype)s-viestejä itsenäsi tähän huoneeseen", "%(oldDisplayName)s changed their display name and profile picture": "%(oldDisplayName)s vaihtoi näyttönimensä ja profiilikuvansa", - "Reload": "Lataa uudelleen", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Tämä voi johtua siitä, että sovellus on auki useissa välilehdissä tai selaimen tietojen tyhjentämisestä.", "Database unexpectedly closed": "Tietokanta sulkeutui odottamattomasti", "Identity server not set": "Identiteettipalvelinta ei ole asetettu", @@ -3570,7 +3546,31 @@ "start": "Aloita", "start_chat": "Aloita keskustelu", "view_source": "Näytä lähdekoodi", - "yes": "Kyllä" + "yes": "Kyllä", + "reject": "Hylkää", + "confirm": "Varmista", + "dismiss": "Hylkää", + "trust": "Luota", + "reload": "Lataa uudelleen", + "cancel": "Peruuta", + "stop": "Pysäytä", + "join": "Liity", + "close": "Sulje", + "accept": "Hyväksy", + "upgrade": "Päivitä", + "verify": "Varmenna", + "update": "Päivitä", + "call": "Soita", + "delete": "Poista", + "upload": "Lähetä", + "collapse": "Supista", + "apply": "Toteuta", + "reset": "Palauta alkutilaan", + "share": "Jaa", + "skip": "Ohita", + "logout": "Kirjaudu ulos", + "view": "Näytä", + "expand": "Laajenna" }, "a11y": { "user_menu": "Käyttäjän valikko" diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index c79a10fcd2e..e03b4b50cad 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -62,7 +62,6 @@ "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", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, à partir de leur arrivée.", @@ -170,7 +169,6 @@ "This server does not support authentication with a phone number.": "Ce serveur ne prend pas en charge l’authentification avec un numéro de téléphone.", "Connectivity to the server has been lost.": "La connexion au serveur a été perdue.", "Sent messages will be stored until your connection has returned.": "Les messages envoyés seront stockés jusqu’à ce que votre connexion revienne.", - "Cancel": "Annuler", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s a supprimé le nom du salon.", "Passphrases must match": "Les phrases secrètes doivent être identiques", "Passphrase must not be empty": "Le mot de passe ne peut pas être vide", @@ -190,7 +188,6 @@ "Incorrect password": "Mot de passe incorrect", "Unable to restore session": "Impossible de restaurer la 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.": "Si vous avez utilisé une version plus récente de %(brand)s précédemment, votre session risque d’être incompatible avec cette version. Fermez cette fenêtre et retournez à la version plus récente.", - "Dismiss": "Ignorer", "Token incorrect": "Jeton incorrect", "Please enter the code it contains:": "Merci de saisir le code qu’il contient :", "powered by Matrix": "propulsé par Matrix", @@ -234,9 +231,7 @@ "Create new room": "Créer un nouveau salon", "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", "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.", @@ -252,7 +247,6 @@ "Authentication check failed: incorrect password?": "Erreur d’authentification : mot de passe incorrect ?", "Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?", "This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.", - "Skip": "Passer", "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", @@ -421,7 +415,6 @@ "Notification targets": "Appareils recevant les notifications", "Today": "Aujourd’hui", "Friday": "Vendredi", - "Update": "Mettre à jour", "What's New": "Nouveautés", "On": "Activé", "Changelog": "Journal des modifications", @@ -441,7 +434,6 @@ "Search…": "Rechercher…", "Developer Tools": "Outils de développement", "Saturday": "Samedi", - "Reject": "Rejeter", "Monday": "Lundi", "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", @@ -667,13 +659,11 @@ "Room avatar": "Avatar du salon", "Room Name": "Nom du salon", "Room Topic": "Sujet du salon", - "Join": "Rejoindre", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", - "Confirm": "Confirmer", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", "Other": "Autre", "Guest": "Visiteur", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Votre navigateur a sûrement supprimé ces données car il restait peu d’espace sur le disque.", "Upload files (%(current)s of %(total)s)": "Envoi des fichiers (%(current)s sur %(total)s)", "Upload files": "Envoyer les fichiers", - "Upload": "Envoyer", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Le fichier est trop lourd pour être envoyé. La taille limite est de %(limit)s mais la taille de ce fichier est de %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Ces fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Certains fichiers sont trop lourds pour être envoyés. La taille limite des fichiers est de %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Son téléchargé", "Sounds": "Sons", "Notification sound": "Son de notification", - "Reset": "Réinitialiser", "Set a new custom sound": "Définir un nouveau son personnalisé", "Browse": "Parcourir", "Cannot reach homeserver": "Impossible de joindre le serveur d’accueil", @@ -949,7 +937,6 @@ "Unable to revoke sharing for email address": "Impossible de révoquer le partage pour l’adresse e-mail", "Unable to share email address": "Impossible de partager l’adresse e-mail", "Revoke": "Révoquer", - "Share": "Partager", "Discovery options will appear once you have added an email above.": "Les options de découverte apparaîtront quand vous aurez ajouté une adresse e-mail ci-dessus.", "Unable to revoke sharing for phone number": "Impossible de révoquer le partage pour le numéro de téléphone", "Unable to share phone number": "Impossible de partager le numéro de téléphone", @@ -1017,7 +1004,6 @@ "one": "Supprimer 1 message" }, "Remove recent messages": "Supprimer les messages récents", - "View": "Afficher", "Explore rooms": "Parcourir les salons", "Verify the link in your inbox": "Vérifiez le lien dans votre boîte de réception", "Complete": "Terminer", @@ -1085,7 +1071,6 @@ "Room %(name)s": "Salon %(name)s", "Unread messages.": "Messages non lus.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Cette action nécessite l’accès au serveur d’identité par défaut afin de valider une adresse e-mail ou un numéro de téléphone, mais le serveur n’a aucune condition de service.", - "Trust": "Faire confiance", "Message Actions": "Actions de message", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Vous avez vérifié %(name)s", @@ -1130,7 +1115,6 @@ "Trusted": "Fiable", "Not trusted": "Non fiable", "Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.", - "Verify": "Vérifier", "Any of the following data may be shared:": "Les données suivants peuvent être partagées :", "Your display name": "Votre nom d’affichage", "Your user ID": "Votre identifiant utilisateur", @@ -1164,7 +1148,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau d’un salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause d’anomalies, de fonctionnalités manquantes ou de failles de sécurité.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Cela n’affecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, signalez une anomalie.", "You'll upgrade this room from to .": "Vous allez mettre à niveau ce salon de vers .", - "Upgrade": "Mettre à niveau", " wants to chat": " veut discuter", "Start chatting": "Commencer à discuter", "Cross-signing public keys:": "Clés publiques de signature croisée :", @@ -2196,7 +2179,6 @@ "Invite only, best for yourself or teams": "Sur invitation, idéal pour vous-même ou les équipes", "Open space for anyone, best for communities": "Espace ouvert à tous, idéal pour les communautés", "Create a space": "Créer un espace", - "Delete": "Supprimer", "Jump to the bottom of the timeline when you send a message": "Sauter en bas du fil de discussion lorsque vous envoyez un message", "This homeserver has been blocked by its administrator.": "Ce serveur d’accueil a été bloqué par son administrateur.", "You're already in a call with this person.": "Vous êtes déjà en cours d’appel avec cette personne.", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.", "This space has no local addresses": "Cet espace n’a pas d’adresse locale", "Space information": "Informations de l’espace", - "Collapse": "Réduire", - "Expand": "Développer", "Recommended for public spaces.": "Recommandé pour les espaces publics.", "Allow people to preview your space before they join.": "Permettre aux personnes d’avoir un aperçu de l’espace avant de le rejoindre.", "Preview Space": "Aperçu de l’espace", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "Sélectionner les options ci-dessous pour exporter les conversations de votre historique", "Export Chat": "Exporter la conversation", "Exporting your data": "Export de vos données", - "Stop": "Arrêter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Êtes vous sûr de vouloir arrêter l’export de vos données ? Si vous le fait, vous devrez recommencer depuis le début.", "Your export was successful. Find it in your Downloads folder.": "Votre export est réussi. Vous le trouverez dans votre dossier Téléchargements.", "The export was cancelled successfully": "Cet export a été annulé avec succès", @@ -2911,7 +2890,6 @@ "Group all your favourite rooms and people in one place.": "Regroupez tous vos salons et personnes préférés au même endroit.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Les espaces permettent de regrouper des salons et des personnes. En plus de ceux auxquels vous participez, vous pouvez également utiliser des espaces prédéfinis.", "IRC (Experimental)": "IRC (Expérimental)", - "Call": "Appel", "Internal room ID": "Identifiant interne du salon", "Group all your rooms that aren't part of a space in one place.": "Regroupe tous les salons n’appartenant pas à un espace au même endroit.", "Previous autocomplete suggestion": "Précédente suggestion d’autocomplétion", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "Cette session ne prend pas en charge le chiffrement, elle ne peut donc pas être vérifiée.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Pour de meilleures sécurité et confidentialité, il est recommandé d’utiliser des clients Matrix qui prennent en charge le chiffrement.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Vous ne pourrez pas participer aux salons qui ont activé le chiffrement en utilisant cette session.", - "Apply": "Appliquer", "Search users in this room…": "Chercher des utilisateurs dans ce salon…", "Give one or multiple users in this room more privileges": "Donne plus de privilèges à un ou plusieurs utilisateurs de ce salon", "Add privileged users": "Ajouter des utilisateurs privilégiés", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau s’est produite en tentant de chercher et d’aller à la date choisie. Votre serveur d’accueil est peut-être hors-ligne, ou bien c’est un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter l’administrateur de votre serveur d’accueil.", "Poll history": "Historique des sondages", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L’utilisateur (%(user)s) n’a finalement pas été invité dans %(roomId)s mais aucune erreur n’a été fournie par la routine d’invitation", - "Reload": "Recharger", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Cela peut être causé par l’application ouverte dans plusieurs onglets, ou après un nettoyage des données du navigateur.", "Database unexpectedly closed": "La base de données s’est fermée de manière inattendue", "Mute room": "Salon muet", @@ -3971,7 +3947,31 @@ "start": "Commencer", "start_chat": "Commencer une conversation privée", "view_source": "Voir la source", - "yes": "Oui" + "yes": "Oui", + "reject": "Rejeter", + "confirm": "Confirmer", + "dismiss": "Ignorer", + "trust": "Faire confiance", + "reload": "Recharger", + "cancel": "Annuler", + "stop": "Arrêter", + "join": "Rejoindre", + "close": "Fermer", + "accept": "Accepter", + "upgrade": "Mettre à niveau", + "verify": "Vérifier", + "update": "Mettre à jour", + "call": "Appel", + "delete": "Supprimer", + "upload": "Envoyer", + "collapse": "Réduire", + "apply": "Appliquer", + "reset": "Réinitialiser", + "share": "Partager", + "skip": "Passer", + "logout": "Se déconnecter", + "view": "Afficher", + "expand": "Développer" }, "a11y": { "user_menu": "Menu utilisateur" diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 97ca3245ede..213c4f0282d 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -66,7 +66,6 @@ "Support": "Tacaíocht", "Random": "Randamach", "Spaces": "Spásanna", - "Delete": "Bain amach", "Value:": "Luach:", "Level": "Leibhéal", "Caution:": "Faichill:", @@ -298,25 +297,20 @@ "Go": "Téigh", "Cross-signing": "Cros-síniú", "Unencrypted": "Gan chriptiú", - "Upgrade": "Uasghrádaigh", - "Verify": "Cinntigh", "Trusted": "Dílis", "Subscribe": "Liostáil", "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", - "Trust": "Cuir muinín i", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", "Activities": "Gníomhaíochtaí", "Document": "Cáipéis", "Complete": "Críochnaigh", - "View": "Amharc", "Strikethrough": "Líne a chur trí", "Italics": "Iodálach", "Bold": "Trom", "Disconnect": "Dícheangail", - "Share": "Roinn le", "Revoke": "Cúlghair", "Discovery": "Aimsiú", "Actions": "Gníomhartha", @@ -329,7 +323,6 @@ "Emoji": "Straoiseog", "Commands": "Ordú", "Guest": "Cuairteoir", - "Logout": "Logáil amach", "Other": "Eile", "Change": "Athraigh", "Phone": "Guthán", @@ -338,10 +331,8 @@ "Code": "Cód", "Favourite": "Cuir mar ceanán", "Resend": "Athsheol", - "Upload": "Uaslódáil", "Summary": "Achoimre", "Service": "Seirbhís", - "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", @@ -363,8 +354,6 @@ "%(severalUsers)sjoined %(count)s times": { "one": "Tháinig %(severalUsers)s isteach" }, - "Join": "Téigh isteach", - "Update": "Uasdátaigh", "edited": "curtha in eagar", "Copied!": "Cóipeáilte!", "Yesterday": "Inné", @@ -378,7 +367,6 @@ "Sunday": "Dé Domhnaigh", "Stickerpack": "Pacáiste greamáin", "Search…": "Cuardaigh…", - "Reject": "Diúltaigh", "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", @@ -403,7 +391,6 @@ "Call invitation": "Nuair a fhaighim cuireadh glaoigh", "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", - "Close": "Dún", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -412,7 +399,6 @@ "Permissions": "Ceadanna", "Unban": "Bain an cosc", "Browse": "Brabhsáil", - "Reset": "Athshocraigh", "Sounds": "Fuaimeanna", "Camera": "Ceamara", "Microphone": "Micreafón", @@ -495,9 +481,7 @@ "Lion": "Leon", "Cat": "Cat", "Dog": "Madra", - "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", - "Accept": "Glac", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -533,7 +517,6 @@ "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Deimhnigh an uimhir ghutháin seo le SSO mar cruthúnas céannachta.", "Add Email Address": "Cuir seoladh ríomhphoist", - "Confirm": "Deimhnigh", "Click the button below to confirm adding this email address.": "Cliceáil an cnaipe thíos chun an seoladh ríomhphoist nua a dheimhniú.", "Confirm adding email": "Deimhnigh an seoladh ríomhphoist nua", "Single Sign On": "Single Sign On", @@ -541,7 +524,6 @@ "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", "Sign In": "Sínigh Isteach", - "Dismiss": "Cuir uait", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", @@ -574,8 +556,6 @@ "[number]": "[uimhir]", "Report": "Tuairiscigh", "Disagree": "Easaontaigh", - "Collapse": "Cumaisc", - "Expand": "Leath", "Visibility": "Léargas", "Address": "Seoladh", "Sent": "Seolta", @@ -733,7 +713,27 @@ "save": "Sábháil", "start": "Tosaigh", "start_chat": "Tosaigh comhrá", - "yes": "Tá" + "yes": "Tá", + "reject": "Diúltaigh", + "confirm": "Deimhnigh", + "dismiss": "Cuir uait", + "trust": "Cuir muinín i", + "cancel": "Cuir ar ceal", + "join": "Téigh isteach", + "close": "Dún", + "accept": "Glac", + "upgrade": "Uasghrádaigh", + "verify": "Cinntigh", + "update": "Uasdátaigh", + "delete": "Bain amach", + "upload": "Uaslódáil", + "collapse": "Cumaisc", + "reset": "Athshocraigh", + "share": "Roinn le", + "skip": "Léim", + "logout": "Logáil amach", + "view": "Amharc", + "expand": "Leath" }, "Home": "Tús" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index acc4aa098bd..daee96f85f4 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", - "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Só participantes (desde que se uniron)", "Permissions": "Permisos", "Advanced": "Avanzado", - "Cancel": "Cancelar", "Jump to first unread message.": "Ir a primeira mensaxe non lida.", - "Close": "Pechar", "not specified": "non indicado", "This room has no local addresses": "Esta sala non ten enderezos locais", "You have enabled URL previews by default.": "Activou a vista previa de URL por defecto.", @@ -203,7 +200,6 @@ "Failed to copy": "Fallo ao copiar", "Add an Integration": "Engadir unha integración", "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?": "Vai ser redirixido a unha web de terceiros para poder autenticar a súa conta e así utilizar %(integrationsUrl)s. Quere continuar?", - "Dismiss": "Rexeitar", "Token incorrect": "Testemuño incorrecto", "A text message has been sent to %(msisdn)s": "Enviouse unha mensaxe de texto a %(msisdn)s", "Please enter the code it contains:": "Por favor introduza o código que contén:", @@ -324,7 +320,6 @@ "Unable to add email address": "Non se puido engadir enderezo de correo", "Unable to verify email address.": "Non se puido verificar enderezo de correo electrónico.", "This will allow you to reset your password and receive notifications.": "Isto permitiralle restablecer o seu contrasinal e recibir notificacións.", - "Skip": "Saltar", "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", "Reject invitation": "Rexeitar convite", @@ -334,7 +329,6 @@ "Signed Out": "Desconectada", "For security, this session has been signed out. Please sign in again.": "Por seguridade, pechouse a sesión. Por favor, conéctate outra vez.", "Old cryptography data detected": "Detectouse o uso de criptografía sobre datos antigos", - "Logout": "Saír", "Connectivity to the server has been lost.": "Perdeuse a conexión ao servidor.", "Sent messages will be stored until your connection has returned.": "As mensaxes enviadas gardaranse ate que retome a conexión.", "You seem to be uploading files, are you sure you want to quit?": "Semella estar a subir ficheiros, seguro que desexa deixalo?", @@ -421,7 +415,6 @@ "Notification targets": "Obxectivos das notificacións", "Today": "Hoxe", "Friday": "Venres", - "Update": "Actualizar", "What's New": "Que hai de novo", "On": "On", "Changelog": "Rexistro de cambios", @@ -443,7 +436,6 @@ "Developer Tools": "Ferramentas para desenvolver", "Preparing to send logs": "Preparándose para enviar informe", "Saturday": "Sábado", - "Reject": "Rexeitar", "Monday": "Luns", "Toolbox": "Ferramentas", "Collecting logs": "Obtendo rexistros", @@ -516,7 +508,6 @@ "Single Sign On": "Single Sign On", "Confirm adding email": "Confirma novo email", "Click the button below to confirm adding this email address.": "Preme no botón inferior para confirmar que queres engadir o email.", - "Confirm": "Confirmar", "Add Email Address": "Engadir email", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirma que queres engadir este teléfono usando Single Sign On como proba de identidade.", "Confirm adding phone number": "Confirma a adición do teléfono", @@ -550,7 +541,6 @@ "Identity server has no terms of service": "O servidor de identidade non ten termos dos servizo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta acción precisa acceder ao servidor de indentidade para validar o enderezo de email ou o número de teléfono, pero o servidor non publica os seus termos do servizo.", "Only continue if you trust the owner of the server.": "Continúa se realmente confías no dono do servidor.", - "Trust": "Confiar", "%(name)s is requesting verification": "%(name)s está pedindo a verificación", "Use your account or create a new one to continue.": "Usa a túa conta ou crea unha nova para continuar.", "Create Account": "Crear conta", @@ -737,8 +727,6 @@ "Contact your server admin.": "Contacta coa administración.", "Ok": "Ok", "Set up": "Configurar", - "Upgrade": "Mellorar", - "Verify": "Verificar", "Other users may not trust it": "Outras usuarias poderían non confiar", "Render simple counters in room header": "Mostrar contadores simples na cabeceira da sala", "Subscribing to a ban list will cause you to join it!": "Subscribíndote a unha lista de bloqueo fará que te unas a ela!", @@ -750,7 +738,6 @@ "Do you want to join %(roomName)s?": "Queres unirte a %(roomName)s?", "You're previewing %(roomName)s. Want to join it?": "Vista previa de %(roomName)s. Queres unirte?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s non ten vista previa. Queres unirte?", - "Join": "Únete", "Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público", "Match system theme": "Imitar o aspecto do sistema", "Invalid theme schema.": "Esquema do decorado incorrecto.", @@ -869,7 +856,6 @@ "Folder": "Cartafol", "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", - "Upload": "Subir", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", "Show less": "Mostrar menos", @@ -1013,7 +999,6 @@ "Uploaded sound": "Audio subido", "Sounds": "Audios", "Notification sound": "Ton de notificación", - "Reset": "Restablecer", "Set a new custom sound": "Establecer novo ton personalizado", "Browse": "Buscar", "Change room avatar": "Cambiar avatar da sala", @@ -1050,7 +1035,6 @@ "Verify the link in your inbox": "Verifica a ligazón na túa caixa de correo", "Complete": "Completar", "Revoke": "Revogar", - "Share": "Compartir", "Discovery options will appear once you have added an email above.": "As opcións de descubrimento aparecerán após ti engadas un email.", "Unable to revoke sharing for phone number": "Non se puido revogar a compartición do número de teléfono", "Unable to share phone number": "Non se puido compartir o número de teléfono", @@ -1442,7 +1426,6 @@ "Welcome to %(appName)s": "Benvida a %(appName)s", "Send a Direct Message": "Envía unha Mensaxe Directa", "Create a Group Chat": "Crear unha Conversa en Grupo", - "View": "Vista", "Jump to first unread room.": "Vaite a primeira sala non lida.", "Jump to first invite.": "Vai ó primeiro convite.", "You have %(count)s unread notifications in a prior version of this room.": { @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Só con convite, mellor para ti ou para equipos", "Open space for anyone, best for communities": "Espazo aberto para calquera, mellor para comunidades", "Create a space": "Crear un espazo", - "Delete": "Eliminar", "Jump to the bottom of the timeline when you send a message": "Ir ao final da cronoloxía cando envías unha mensaxe", "This homeserver has been blocked by its administrator.": "O servidor de inicio foi bloqueado pola súa administración.", "You're already in a call with this person.": "Xa estás nunha conversa con esta persoa.", @@ -2381,8 +2363,6 @@ "An error occurred whilst saving your notification preferences.": "Algo fallou ao gardar as túas preferencias de notificación.", "Error saving notification preferences": "Erro ao gardar os axustes de notificación", "Messages containing keywords": "Mensaxes coas palabras chave", - "Collapse": "Pechar", - "Expand": "Despregar", "Recommended for public spaces.": "Recomendado para espazos públicos.", "Allow people to preview your space before they join.": "Permitir que sexa visible o espazo antes de unirte a el.", "Preview Space": "Vista previa do Espazo", @@ -2587,7 +2567,6 @@ "Select from the options below to export chats from your timeline": "Elixe entre as opcións seguintes para exportar a túa cronoloxía", "Export Chat": "Exportar chat", "Exporting your data": "Exportando os teus datos", - "Stop": "Deter", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Tes a certeza de querer deter a exportación de datos? Se é así, terás que volver a iniciala.", "Your export was successful. Find it in your Downloads folder.": "A exportación foi correcta. Atoparala no cartafol de Descargas.", "The export was cancelled successfully": "Cancelouse con éxito a exportación", @@ -2885,7 +2864,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Agardando a que verifiques o teu outro dispositivo, %(deviceName)s %(deviceId)s …", "Verify this device by confirming the following number appears on its screen.": "Verifica este dispositivo confirmando que o seguinte número aparece na pantalla.", "Confirm the emoji below are displayed on both devices, in the same order:": "Confirma que os emoji inferiores se mostran nos dous dispositivos, na mesma orde:", - "Call": "Chamar", "Dial": "Marcar", "Automatically send debug logs on decryption errors": "Envía automáticamente rexistro de depuración se hai erros no cifrado", "Show join/leave messages (invites/removes/bans unaffected)": "Mostrar unirse/saír (convites/eliminacións/vetos non afectados)", @@ -3496,7 +3474,29 @@ "start": "Comezar", "start_chat": "Iniciar conversa", "view_source": "Ver fonte", - "yes": "Si" + "yes": "Si", + "reject": "Rexeitar", + "confirm": "Confirmar", + "dismiss": "Rexeitar", + "trust": "Confiar", + "cancel": "Cancelar", + "stop": "Deter", + "join": "Únete", + "close": "Pechar", + "accept": "Aceptar", + "upgrade": "Mellorar", + "verify": "Verificar", + "update": "Actualizar", + "call": "Chamar", + "delete": "Eliminar", + "upload": "Subir", + "collapse": "Pechar", + "reset": "Restablecer", + "share": "Compartir", + "skip": "Saltar", + "logout": "Saír", + "view": "Vista", + "expand": "Despregar" }, "a11y": { "user_menu": "Menú de usuaria" diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 106465cbf13..02d3ae53cd5 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -33,10 +33,7 @@ "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", "Search": "חפש", - "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", - "Close": "סגור", - "Cancel": "ביטול", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", @@ -49,7 +46,6 @@ "Notification targets": "יעדי התראה", "Today": "היום", "Friday": "שישי", - "Update": "עדכון", "What's New": "מה חדש", "On": "התראה", "Changelog": "דו\"ח שינויים", @@ -70,7 +66,6 @@ "Event sent!": "ארוע נשלח!", "Preparing to send logs": "מתכונן לשלוח יומנים", "Saturday": "שבת", - "Reject": "דחה", "Monday": "שני", "Toolbox": "תיבת כלים", "Collecting logs": "אוסף יומנים לנפוי שגיאה (דבאג)", @@ -105,7 +100,6 @@ "Confirm adding phone number": "אישור הוספת מספר טלפון", "Confirm adding this phone number by using Single Sign On to prove your identity.": "אשר הוספת מספר טלפון על ידי כניסה חד שלבית לאימות חשבונכם.", "Add Email Address": "הוספת כתובת מייל", - "Confirm": "אישור", "Click the button below to confirm adding this email address.": "לחץ על הכפתור בכדי לאשר הוספה של כתובת מייל הזו.", "Confirm adding email": "אשר הוספת כתובת מייל", "Single Sign On": "כניסה חד שלבית", @@ -227,7 +221,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s לא נתנו הרשאות לשלוח התרעות - אנא נסו שוב", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s אין אישור לשלוח אליכם הודעות - אנא בדקו את הרשאות הדפדפן", "%(name)s is requesting verification": "%(name)s מבקש אימות", - "Trust": "לבטוח", "Andorra": "אנדורה", "Bangladesh": "בנגלדש", "Bahrain": "בחריין", @@ -699,7 +692,6 @@ "not found": "לא נמצא", "in memory": "בזכרון", "Cross-signing public keys:": "מפתחות ציבוריים של חתימה צולבת:", - "Reset": "אתחל", "Set up": "הגדר", "Cross-signing is not set up.": "חתימה צולבת אינה מוגדרת עדיין.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "לחשבונך זהות חתימה צולבת באחסון סודי, אך הפגישה זו אינה מהימנה עדיין.", @@ -718,7 +710,6 @@ "Show less": "הצג פחות", "This bridge is managed by .": "הגשר הזה מנוהל על ידי משתמש .", "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", - "Upload": "העלאה", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", "Pin": "נעץ", @@ -801,7 +792,6 @@ "You've successfully verified this user.": "המשתמש הזה אומת בהצלחה.", "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", - "Accept": "קבל", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -888,8 +878,6 @@ "New login. Was this you?": "כניסה חדשה. האם זה אתם?", "Other users may not trust it": "יתכן משתמשים אחרים לא יבטחו בזה", "Safeguard against losing access to encrypted messages & data": "שמור מפני איבוד גישה אל הודעות ומידע מוצפן", - "Verify": "אימות", - "Upgrade": "שדרג", "Verify this session": "אשרו את ההתחברות הזאת", "Encryption upgrade available": "שדרוג הצפנה קיים", "Set up Secure Backup": "צור גיבוי מאובטח", @@ -955,7 +943,6 @@ "Reason (optional)": "סיבה (לא חובה)", "Confirm Removal": "אשר הסרה", "Removing…": "מסיר…", - "Skip": "דלג", "Email address": "כתובת דוא\"ל", "Unable to load commit detail: %(msg)s": "לא ניתן לטעון את פרטי ההתחייבות: %(msg)s", "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "אם ישנו הקשר נוסף שיעזור לניתוח הבעיה, כגון מה שעשיתם באותו זמן, תעודות זהות, מזהי משתמש וכו ', אנא כללו את הדברים כאן.", @@ -1095,7 +1082,6 @@ "collapse": "אחד", "expand": "הרחב", "Please create a new issue on GitHub so that we can investigate this bug.": "אנא צור בעיה חדשה ב- GitHub כדי שנוכל לחקור את הבאג הזה.", - "Join": "הצטרפות", "This version of %(brand)s does not support searching encrypted messages": "גרסה זו של %(brand)s אינה תומכת בחיפוש הודעות מוצפנות", "This version of %(brand)s does not support viewing some encrypted files": "גרסה זו של %(brand)s אינה תומכת בצפייה בקבצים מוצפנים מסוימים", "Use the Desktop app to search encrypted messages": "השתמשו ב אפליקציית שולחן העבודה לחיפוש הודעות מוצפנות", @@ -1361,7 +1347,6 @@ "Unable to share phone number": "לא ניתן לשתף מספר טלפון", "Unable to revoke sharing for phone number": "לא ניתן לבטל את השיתוף למספר טלפון", "Discovery options will appear once you have added an email above.": "אפשרויות גילוי יופיעו לאחר הוספת דוא\"ל לעיל.", - "Share": "לשתף", "Revoke": "לשלול", "Complete": "מושלם", "Verify the link in your inbox": "אמת את הקישור בתיבת הדואר הנכנס שלך", @@ -2064,11 +2049,9 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבית הזה חרג ממגבלת המשאבים. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא פנה למנהל השירות שלך כדי להמשיך להשתמש בשירות.", "You can't send any messages until you review and agree to our terms and conditions.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל התנאים וההגבלות שלנו .", - "View": "צפה", "You have no visible notifications.": "אין לך התראות גלויות.", "%(creator)s created and configured the room.": "%(creator)s יצר/ה והגדיר/ה את החדר.", "%(creator)s created this DM.": "%(creator)s יצר את DM הזה.", - "Logout": "יציאה", "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. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.", "Old cryptography data detected": "נתגלו נתוני הצפנה ישנים", "Terms and Conditions": "תנאים והגבלות", @@ -2179,7 +2162,6 @@ "Room members": "חברי החדר", "Back to chat": "חזרה לצ'אט", "Sound on": "צליל דולק", - "Stop": "עצור", "That's fine": "זה בסדר", "File Attached": "מצורף קובץ", "Export successful!": "הייצוא הצליח!", @@ -2220,11 +2202,8 @@ "Save Changes": "שמור שינוייים", "Click to copy": "לחץ להעתקה", "Show all rooms": "הצג את כל החדרים", - "Collapse": "הִתמוֹטְטוּת", - "Expand": "להרחיב", "Create a space": "צור מרחב עבודה", "Address": "כתובת", - "Delete": "מחק", "Pin to sidebar": "הצמד לסרגל הצד", "More options": "אפשרויות נוספות", "Quick settings": "הגדרות מהירות", @@ -2680,7 +2659,6 @@ "Pinned": "הודעות נעוצות", "Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים", "Files": "קבצים", - "Reload": "טעינה מחדש", "%(seconds)ss left": "נשארו %(seconds)s שניות", "%(minutes)sm %(seconds)ss left": "נשארו %(minutes)s דקות ו-%(seconds)s שניות", "%(hours)sh %(minutes)sm %(seconds)ss left": "נשארו %(hours)s שעות, %(minutes)s דקות ו-%(seconds)s שניות", @@ -2770,7 +2748,29 @@ "start": "התחל", "start_chat": "התחל שיחה", "view_source": "הצג מקור", - "yes": "כן" + "yes": "כן", + "reject": "דחה", + "confirm": "אישור", + "dismiss": "התעלם", + "trust": "לבטוח", + "reload": "טעינה מחדש", + "cancel": "ביטול", + "stop": "עצור", + "join": "הצטרפות", + "close": "סגור", + "accept": "קבל", + "upgrade": "שדרג", + "verify": "אימות", + "update": "עדכון", + "delete": "מחק", + "upload": "העלאה", + "collapse": "הִתמוֹטְטוּת", + "reset": "אתחל", + "share": "לשתף", + "skip": "דלג", + "logout": "יציאה", + "view": "צפה", + "expand": "להרחיב" }, "a11y": { "user_menu": "תפריט משתמש" diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 27ae0d71e19..409591b632e 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -4,7 +4,6 @@ "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": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", - "Dismiss": "खारिज", "powered by Matrix": "मैट्रिक्स द्वारा संचालित", "Call Failed": "कॉल विफल", "You cannot place a call with yourself.": "आप अपने साथ कॉल नहीं कर सकते हैं।", @@ -123,7 +122,6 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", - "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", @@ -194,7 +192,6 @@ "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", - "Close": "बंद", "and %(count)s others...": { "other": "और %(count)s अन्य ...", "one": "और एक अन्य..." @@ -254,7 +251,6 @@ "Prompt before sending invites to potentially invalid matrix IDs": "संभावित अवैध मैट्रिक्स आईडी को निमंत्रण भेजने से पहले सूचित करें", "Messages containing my username": "मेरे उपयोगकर्ता नाम वाले संदेश", "The other party cancelled the verification.": "दूसरे पक्ष ने सत्यापन रद्द कर दिया।", - "Cancel": "रद्द", "Verified!": "सत्यापित!", "You've successfully verified this user.": "आपने इस उपयोगकर्ता को सफलतापूर्वक सत्यापित कर लिया है।", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "इस उपयोगकर्ता के सुरक्षित संदेश एंड-टू-एंड एन्क्रिप्टेड हैं और तीसरे पक्ष द्वारा पढ़ने में सक्षम नहीं हैं।", @@ -562,7 +558,6 @@ "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", - "Trust": "विश्वास", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "इस क्रिया के लिए ईमेल पते या फ़ोन नंबर को मान्य करने के लिए डिफ़ॉल्ट पहचान सर्वर तक पहुँचने की आवश्यकता है, लेकिन सर्वर के पास सेवा की कोई शर्तें नहीं हैं।", "Identity server has no terms of service": "पहचान सर्वर की सेवा की कोई शर्तें नहीं हैं", @@ -604,7 +599,6 @@ "Confirm adding phone number": "फ़ोन नंबर जोड़ने की पुष्टि करें", "Confirm adding this phone number by using Single Sign On to prove your identity.": "अपनी पहचान साबित करने के लिए सिंगल साइन ऑन का उपयोग करके इस फ़ोन नंबर को जोड़ने की पुष्टि करें।", "Add Email Address": "ईमेल पता जोड़ें", - "Confirm": "पुष्टि", "Click the button below to confirm adding this email address.": "इस ईमेल पते को जोड़ने की पुष्टि करने के लिए नीचे दिए गए बटन पर क्लिक करें।", "Confirm adding email": "ईमेल जोड़ने की पुष्टि करें", "Single Sign On": "केवल हस्ताक्षर के ऊपर", @@ -632,6 +626,12 @@ "ok": "ठीक", "remove": "हटाए", "save": "अमुकनाम्ना", - "yes": "हाँ" + "yes": "हाँ", + "confirm": "पुष्टि", + "dismiss": "खारिज", + "trust": "विश्वास", + "cancel": "रद्द", + "close": "बंद", + "accept": "स्वीकार" } } diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index 48294f265d9..eb79fab4d72 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ova email adresa se već koristi", "This phone number is already in use": "Ovaj broj telefona se već koristi", "Failed to verify email address: make sure you clicked the link in the email": "Nismo u mogućnosti verificirati Vašu email adresu. Provjerite dali ste kliknuli link u mailu", - "Dismiss": "Odbaci", "France": "Francuska", "Finland": "Finska", "Fiji": "Fiji", @@ -90,7 +89,6 @@ "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.", "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge", @@ -157,7 +155,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Add Email Address": "Dodaj email adresu", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Integration manager": "Upravitelj integracijama", @@ -169,6 +166,9 @@ }, "action": { "continue": "Nastavi", - "ok": "OK" + "ok": "OK", + "confirm": "Potvrdi", + "dismiss": "Odbaci", + "trust": "Vjeruj" } } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 65bef539f09..1bede542c08 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,14 +1,11 @@ { - "Cancel": "Mégse", "Search": "Keresés", - "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", "unknown error code": "ismeretlen hibakód", - "Accept": "Elfogadás", "Account": "Fiók", "Add": "Hozzáadás", "Admin": "Admin", @@ -25,7 +22,6 @@ "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?", "Create new room": "Új szoba létrehozása", - "Close": "Bezárás", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -93,7 +89,6 @@ "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.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a csatlakozásuk idejétől kezdve.", @@ -253,7 +248,6 @@ "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Ezzel a folyamattal lehetőséged van betölteni a titkosítási kulcsokat amiket egy másik Matrix kliensből mentettél ki. Ez után minden üzenetet vissza tudsz fejteni amit a másik kliens tudott.", "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.": "Ha egy újabb %(brand)s verziót használt, akkor valószínűleg ez a munkamenet nem lesz kompatibilis vele. Zárja be az ablakot és térjen vissza az újabb verzióhoz.", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", - "Skip": "Kihagy", "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", @@ -421,7 +415,6 @@ "Notification targets": "Értesítések célpontja", "Today": "Ma", "Friday": "Péntek", - "Update": "Frissítés", "What's New": "Újdonságok", "On": "Be", "Changelog": "Változások", @@ -442,7 +435,6 @@ "Developer Tools": "Fejlesztői eszközök", "Preparing to send logs": "Előkészülés napló küldéshez", "Saturday": "Szombat", - "Reject": "Elutasítás", "Monday": "Hétfő", "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", @@ -666,13 +658,11 @@ "Room avatar": "Szoba profilképe", "Room Name": "Szoba neve", "Room Topic": "Szoba témája", - "Join": "Csatlakozás", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", - "Confirm": "Megerősítés", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", "Other": "Egyéb", "Guest": "Vendég", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "A böngésző valószínűleg törölte ezeket az adatokat, amikor lecsökkent a szabad lemezterület.", "Upload files (%(current)s of %(total)s)": "Fájlok feltöltése (%(current)s / %(total)s)", "Upload files": "Fájlok feltöltése", - "Upload": "Feltöltés", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Ez a fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s, de a fájl %(sizeOfThisFile)s méretű.", "These files are too large to upload. The file size limit is %(limit)s.": "A fájl túl nagy a feltöltéshez. A fájlméret korlátja %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Néhány fájl túl nagy, hogy fel lehessen tölteni. A fájlméret korlátja %(limit)s.", @@ -895,7 +884,6 @@ "Uploaded sound": "Feltöltött hang", "Sounds": "Hangok", "Notification sound": "Értesítési hang", - "Reset": "Visszaállítás", "Set a new custom sound": "Új egyénii hang beállítása", "Browse": "Böngészés", "Use lowercase letters, numbers, dashes and underscores only": "Csak kisbetűt, számokat, kötőjeleket és aláhúzásokat használj", @@ -963,7 +951,6 @@ "Unable to revoke sharing for email address": "Az e-mail cím megosztását nem sikerült visszavonni", "Unable to share email address": "Az e-mail címet nem sikerült megosztani", "Revoke": "Visszavon", - "Share": "Megosztás", "Discovery options will appear once you have added an email above.": "Felkutatási beállítások megjelennek amint hozzáadtál egy e-mail címet alább.", "Unable to revoke sharing for phone number": "A telefonszám megosztást nem sikerült visszavonni", "Unable to share phone number": "A telefonszámot nem sikerült megosztani", @@ -1017,7 +1004,6 @@ "Remove recent messages": "Friss üzenetek törlése", "Error changing power level requirement": "A szükséges hozzáférési szint megváltoztatása nem sikerült", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Hiba történt a szobához szükséges hozzáférési szint megváltoztatása során. Ellenőrizze, hogy megvan-e hozzá a megfelelő jogosultsága, és próbálja újra.", - "View": "Megtekintés", "Explore rooms": "Szobák felderítése", "Verify the link in your inbox": "Ellenőrizd a hivatkozást a bejövő leveleid között", "Complete": "Kiegészít", @@ -1085,7 +1071,6 @@ "Room %(name)s": "Szoba: %(name)s", "Unread messages.": "Olvasatlan üzenetek.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ez a művelet az e-mail-cím vagy telefonszám ellenőrzése miatt hozzáférést igényel a(z) alapértelmezett azonosítási kiszolgálójához, de a kiszolgálónak nincsenek felhasználási feltételei.", - "Trust": "Megbízom benne", "Message Actions": "Üzenet Műveletek", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "Ellenőrizte: %(name)s", @@ -1130,7 +1115,6 @@ "Trusted": "Megbízható", "Not trusted": "Megbízhatatlan", "Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.", - "Verify": "Ellenőrzés", "Any of the following data may be shared:": "Az alábbi adatok közül bármelyik megosztásra kerülhet:", "Your display name": "Saját megjelenítendő neve", "Your user ID": "Saját felhasználói azonosítója", @@ -1164,7 +1148,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor küldjön egy hibajelentést.", "You'll upgrade this room from to .": " verzióról verzióra fogja fejleszteni a szobát.", - "Upgrade": "Fejlesztés", " wants to chat": " csevegni szeretne", "Start chatting": "Beszélgetés elkezdése", "Cross-signing public keys:": "Az eszközök közti hitelesítés nyilvános kulcsai:", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Csak meghívóval, saját célra és csoportok számára ideális", "Open space for anyone, best for communities": "Mindenki számára nyílt tér, a közösségek számára ideális", "Create a space": "Tér létrehozása", - "Delete": "Törlés", "Jump to the bottom of the timeline when you send a message": "Üzenetküldés után az idővonal aljára ugrás", "This homeserver has been blocked by its administrator.": "A Matrix-kiszolgálót a rendszergazda zárolta.", "You're already in a call with this person.": "Már hívásban van ezzel a személlyel.", @@ -2388,8 +2370,6 @@ "Please provide an address": "Kérem adja meg a címet", "This space has no local addresses": "Ennek a térnek nincs helyi címe", "Space information": "Tér információi", - "Collapse": "Összecsukás", - "Expand": "Kibontás", "Recommended for public spaces.": "A nyilvános terekhez ajánlott.", "Allow people to preview your space before they join.": "A tér előnézetének engedélyezése a belépés előtt.", "Preview Space": "Tér előnézete", @@ -2578,7 +2558,6 @@ "Format": "Formátum", "Export Chat": "Beszélgetés exportálása", "Exporting your data": "Adatai exportálása", - "Stop": "Leállítás", "The export was cancelled successfully": "Az exportálás sikeresen félbeszakítva", "Export Successful": "Exportálás sikeres", "MB": "MB", @@ -2917,7 +2896,6 @@ "Internal room ID": "Belső szobaazonosító", "Group all your people in one place.": "Csoportosítsa az összes ismerősét egy helyre.", "Group all your favourite rooms and people in one place.": "Csoportosítsa az összes kedvenc szobáját és ismerősét egy helyre.", - "Call": "Hívás", "IRC (Experimental)": "IRC (kísérleti)", "Navigate to previous message in composer history": "Előző üzenetre navigálás a szerkesztőben", "Navigate to next message in composer history": "Következő üzenetre navigálás a szerkesztőben", @@ -3553,7 +3531,6 @@ "Early previews": "Lehetőségek korai megjelenítése", "What's next for %(brand)s? Labs are the best way to get things early, test out new features and help shape them before they actually launch.": "Mi várható a(z) %(brand)s fejlesztésében? A labor a legjobb hely az új dolgok kipróbálásához, visszajelzés adásához és a funkciók éles indulás előtti kialakításában történő segítséghez.", "Upcoming features": "Készülő funkciók", - "Apply": "Alkalmaz", "Search users in this room…": "Felhasználók keresése a szobában…", "Give one or multiple users in this room more privileges": "Több jog adása egy vagy több felhasználónak a szobában", "Add privileged users": "Privilegizált felhasználók hozzáadása", @@ -3766,7 +3743,6 @@ "Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen", "Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen", "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?", - "Reload": "Újratöltés", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ez lehet attól, hogy az alkalmazás több lapon is nyitva van, vagy hogy a böngészőadatok törölve lettek.", "Database unexpectedly closed": "Az adatbázis váratlanul lezárult", "Formatting": "Formázás", @@ -3875,7 +3851,31 @@ "start": "Indít", "start_chat": "Csevegés indítása", "view_source": "Forrás megjelenítése", - "yes": "Igen" + "yes": "Igen", + "reject": "Elutasítás", + "confirm": "Megerősítés", + "dismiss": "Eltüntetés", + "trust": "Megbízom benne", + "reload": "Újratöltés", + "cancel": "Mégse", + "stop": "Leállítás", + "join": "Csatlakozás", + "close": "Bezárás", + "accept": "Elfogadás", + "upgrade": "Fejlesztés", + "verify": "Ellenőrzés", + "update": "Frissítés", + "call": "Hívás", + "delete": "Törlés", + "upload": "Feltöltés", + "collapse": "Összecsukás", + "apply": "Alkalmaz", + "reset": "Visszaállítás", + "share": "Megosztás", + "skip": "Kihagy", + "logout": "Kilépés", + "view": "Megtekintés", + "expand": "Kibontás" }, "a11y": { "user_menu": "Felhasználói menü" diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 452ca8e67fa..5c12f9a396c 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,5 +1,4 @@ { - "Accept": "Terima", "Account": "Akun", "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", @@ -10,7 +9,6 @@ "An error has occurred.": "Telah terjadi kesalahan.", "Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?", "Change Password": "Ubah Kata Sandi", - "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", "Current password": "Kata sandi sekarang", @@ -28,7 +26,6 @@ "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", - "Logout": "Keluar", "Low priority": "Prioritas rendah", "New passwords don't match": "Kata sandi baru tidak cocok", "": "", @@ -103,8 +100,6 @@ "Messages sent by bot": "Pesan dikirim oleh bot", "Notification targets": "Target notifikasi", "Today": "Hari Ini", - "Dismiss": "Abaikan", - "Update": "Perbarui", "Notifications": "Notifikasi", "What's New": "Apa Yang Baru", "On": "Nyala", @@ -127,7 +122,6 @@ "Unnamed room": "Ruang tanpa nama", "Friday": "Jumat", "Saturday": "Sabtu", - "Reject": "Tolak", "Monday": "Senin", "Collecting logs": "Mengumpulkan catatan", "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", @@ -139,7 +133,6 @@ "Call invitation": "Undangan panggilan", "What's new?": "Apa yang baru?", "When I'm invited to a room": "Ketika saya diundang ke ruangan", - "Cancel": "Batalkan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", "Back": "Kembali", @@ -522,7 +515,6 @@ "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", - "Trust": "Percayakan", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Aksi ini memerlukan mengakses server identitas bawaan untuk memvalidasi sebuah alamat email atau nomor telepon, tetapi server ini tidak memiliki syarat layanan apa pun.", "Identity server has no terms of service": "Identitas server ini tidak memiliki syarat layanan", @@ -567,7 +559,6 @@ "Confirm adding phone number": "Konfirmasi penambahan nomor telepon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Konfirmasi penambahan nomor telepon ini dengan menggunakan Single Sign On untuk membuktikan identitas Anda.", "Add Email Address": "Tambahkan Alamat Email", - "Confirm": "Konfirmasi", "Click the button below to confirm adding this email address.": "Klik tombol di bawah untuk mengkonfirmasi penambahan alamat email ini.", "Confirm adding email": "Konfirmasi penambahan email", "Single Sign On": "Single Sign On", @@ -576,7 +567,6 @@ "Toolbox": "Kotak Peralatan", "expand": "buka", "collapse": "tutup", - "Join": "Bergabung", "Code": "Kode", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { @@ -607,7 +597,6 @@ "Users": "Pengguna", "Emoji": "Emoji", "Phone": "Ponsel", - "Skip": "Lewat", "Historical": "Riwayat", "Idle": "Idle", "Online": "Daring", @@ -676,24 +665,18 @@ "Folder": "Map", "Scissors": "Gunting", "Cancelling…": "Membatalkan…", - "Verify": "Lakukan verifikasi", - "Upgrade": "Tingkatkan", "Ok": "Ok", "Success!": "Berhasil!", - "View": "Pratinjau", "Summary": "Kesimpulan", "Service": "Layanan", "Notes": "Nota", "edited": "diedit", "Re-join": "Bergabung Ulang", - "Share": "Bagikan", "Browse": "Jelajahi", "Sounds": "Suara", "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", - "Reset": "Atur Ulang", - "Upload": "Unggah", "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", @@ -916,7 +899,6 @@ "Disagree": "Tidak Setuju", "Sent": "Terkirim", "Format": "Format", - "Stop": "Berhenti", "MB": "MB", "Custom level": "Tingkat kustom", "Decrypting": "Mendekripsi", @@ -926,8 +908,6 @@ "Global": "Global", "Keyword": "Kata kunci", "Rename": "Ubah Nama", - "Collapse": "Tutup", - "Expand": "Buka", "Visibility": "Visibilitas", "Address": "Alamat", "Hangup": "Akhiri", @@ -945,7 +925,6 @@ "Setting:": "Pengaturan:", "Value": "Nilai", "Spaces": "Space", - "Delete": "Hapus", "Connecting": "Menghubungkan", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s menghapus peraturan pencekalan pengguna yang berisi %(glob)s", "Message deleted by %(name)s": "Pesan dihapus oleh %(name)s", @@ -2931,7 +2910,6 @@ "Group all your favourite rooms and people in one place.": "Kelompokkan semua ruangan dan orang favorit Anda di satu tempat.", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Space adalah cara untuk mengelompokkan ruangan dan orang. Di sampingnya space yang Anda berada, Anda dapat menggunakan space yang sudah dibuat.", "IRC (Experimental)": "IRC (Eksperimental)", - "Call": "Panggil", "Toggle hidden event visibility": "Alih visibilitas peristiwa tersembunyi", "Redo edit": "Ulangi editan", "Force complete": "Selesaikan dengan paksa", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "Sesi ini tidak mendukung enkripsi dan tidak dapat diverifikasi.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Untuk keamanan dan privasi yang terbaik, kami merekomendasikan menggunakan klien Matrix yang mendukung enkripsi.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Anda tidak akan dapat berpartisipasi dalam ruangan di mana enkripsi diaktifkan ketika menggunakan sesi ini.", - "Apply": "Terapkan", "Search users in this room…": "Cari pengguna di ruangan ini…", "Give one or multiple users in this room more privileges": "Berikan satu atau beberapa pengguna dalam ruangan ini lebih banyak izin", "Add privileged users": "Tambahkan pengguna yang diizinkan", @@ -3763,7 +3740,6 @@ "Mute room": "Bisukan ruangan", "Match default setting": "Sesuai dengan pengaturan bawaan", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Pengguna (%(user)s) akhirnya tidak diundang ke %(roomId)s tetapi tidak ada kesalahan yang diberikan dari utilitas pengundang", - "Reload": "Muat ulang", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Ini mungkin terjadi karena memiliki aplikasinya terbuka di beberapa tab atau karena menghapus data peramban.", "Database unexpectedly closed": "Basis data ditutup secara tidak terduga", "Start DM anyway": "Mulai percakapan langsung saja", @@ -3976,7 +3952,31 @@ "start": "Mulai", "start_chat": "Mulai obrolan", "view_source": "Tampilkan Sumber", - "yes": "Ya" + "yes": "Ya", + "reject": "Tolak", + "confirm": "Konfirmasi", + "dismiss": "Abaikan", + "trust": "Percayakan", + "reload": "Muat ulang", + "cancel": "Batalkan", + "stop": "Berhenti", + "join": "Bergabung", + "close": "Tutup", + "accept": "Terima", + "upgrade": "Tingkatkan", + "verify": "Lakukan verifikasi", + "update": "Perbarui", + "call": "Panggil", + "delete": "Hapus", + "upload": "Unggah", + "collapse": "Tutup", + "apply": "Terapkan", + "reset": "Atur Ulang", + "share": "Bagikan", + "skip": "Lewat", + "logout": "Keluar", + "view": "Pratinjau", + "expand": "Buka" }, "a11y": { "user_menu": "Menu pengguna" diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index ed153fb2ded..d34c5b4997d 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,7 +61,6 @@ "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", - "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", @@ -116,9 +115,7 @@ "Search…": "Leita…", "This Room": "Þessi spjallrás", "All Rooms": "Allar spjallrásir", - "Cancel": "Hætta við", "Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.", - "Close": "Loka", "not specified": "ekki tilgreint", "Sunday": "Sunnudagur", "Monday": "Mánudagur", @@ -131,7 +128,6 @@ "Yesterday": "Í gær", "Error decrypting attachment": "Villa við afkóðun viðhengis", "Copied!": "Afritað!", - "Dismiss": "Hunsa", "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", @@ -139,7 +135,6 @@ "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", - "Update": "Uppfæra", "What's new?": "Hvað er nýtt á döfinni?", "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", @@ -169,17 +164,14 @@ "Invalid Email Address": "Ógilt tölvupóstfang", "Verification Pending": "Sannvottun í bið", "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", - "Skip": "Sleppa", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", - "Reject": "Hafna", "Low Priority": "Lítill forgangur", "Signed Out": "Skráð/ur út", "Terms and Conditions": "Skilmálar og kvaðir", - "Logout": "Útskráning", "Invite to this room": "Bjóða inn á þessa spjallrás", "Notifications": "Tilkynningar", "Connectivity to the server has been lost.": "Tenging við vefþjón hefur rofnað.", @@ -398,26 +390,21 @@ "Add Email Address": "Bæta við tölvupóstfangi", "Click the button below to confirm adding this email address.": "Smelltu á hnappinn hér að neðan til að staðfesta að bæta við þessu netfangi.", "Confirm adding email": "Staðfestu að bæta við tölvupósti", - "Upgrade": "Uppfæra", - "Verify": "Sannreyna", "Trusted": "Treyst", "Subscribe": "Skrá", "Unsubscribe": "Afskrá", "None": "Ekkert", "Ignored/Blocked": "Hunsað/Hindrað", - "Trust": "Treysta", "Flags": "Fánar", "Symbols": "Tákn", "Objects": "Hlutir", "Activities": "Afþreying", "Document": "Skjal", "Complete": "Fullklára", - "View": "Skoða", "Strikethrough": "Yfirstrikletrað", "Italics": "Skáletrað", "Bold": "Feitletrað", "Disconnect": "Aftengjast", - "Share": "Deila", "Revoke": "Afturkalla", "Discovery": "Uppgötvun", "Actions": "Aðgerðir", @@ -426,7 +413,6 @@ "Service": "Þjónusta", "Removing…": "Er að fjarlægja…", "Browse": "Skoða", - "Reset": "Endursetja", "Sounds": "Hljóð", "edited": "breytti", "Re-join": "Taka þátt aftur", @@ -456,8 +442,6 @@ "Dog": "Hundur", "Guest": "Gestur", "Other": "Annað", - "Confirm": "Staðfesta", - "Join": "Taka þátt", "Encrypted": "Dulritað", "Encryption": "Dulritun", "Timeline": "Tímalína", @@ -763,7 +747,6 @@ "Afghanistan": "Afganistan", "United States": "Bandaríkin", "United Kingdom": "Stóra Bretland", - "Call": "Símtal", "More": "Meira", "Dialpad": "Talnaborð", "Connecting": "Tengist", @@ -784,7 +767,6 @@ "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", - "Stop": "Stöðva", "That's fine": "Það er í góðu", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", @@ -1101,12 +1083,8 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", - "Collapse": "Fella saman", - "Expand": "Fletta út", "Go back": "Til baka", "Address": "Vistfang", - "Upload": "Senda inn", - "Delete": "Eyða", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", @@ -3184,7 +3162,6 @@ "Connection": "Tenging", "Video settings": "Myndstillingar", "Voice settings": "Raddstillingar", - "Apply": "Virkja", "Search users in this room…": "Leita að notendum á þessari spjallrás…", "Complete these to get the most out of %(brand)s": "Kláraðu þetta til að fá sem mest út úr %(brand)s", "You did it!": "Þú kláraðir þetta!", @@ -3363,7 +3340,30 @@ "start": "Byrja", "start_chat": "Hefja spjall", "view_source": "Skoða frumkóða", - "yes": "Já" + "yes": "Já", + "reject": "Hafna", + "confirm": "Staðfesta", + "dismiss": "Hunsa", + "trust": "Treysta", + "cancel": "Hætta við", + "stop": "Stöðva", + "join": "Taka þátt", + "close": "Loka", + "accept": "Samþykkja", + "upgrade": "Uppfæra", + "verify": "Sannreyna", + "update": "Uppfæra", + "call": "Símtal", + "delete": "Eyða", + "upload": "Senda inn", + "collapse": "Fella saman", + "apply": "Virkja", + "reset": "Endursetja", + "share": "Deila", + "skip": "Sleppa", + "logout": "Útskráning", + "view": "Skoða", + "expand": "Fletta út" }, "a11y": { "user_menu": "Valmynd notandans" diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 26104b35cac..accee91f582 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -5,10 +5,7 @@ "powered by Matrix": "offerto da Matrix", "Search": "Cerca", "unknown error code": "codice errore sconosciuto", - "Cancel": "Annulla", - "Close": "Chiudi", "Create new room": "Crea una nuova stanza", - "Dismiss": "Chiudi", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", @@ -114,7 +111,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", - "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", "Phone": "Telefono", @@ -332,7 +328,6 @@ "Unable to add email address": "Impossibile aggiungere l'indirizzo email", "Unable to verify email address.": "Impossibile verificare l'indirizzo email.", "This will allow you to reset your password and receive notifications.": "Ciò ti permetterà di reimpostare la tua password e ricevere notifiche.", - "Skip": "Salta", "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", "Reject invitation": "Rifiuta l'invito", @@ -344,7 +339,6 @@ "For security, this session has been signed out. Please sign in again.": "Per sicurezza questa sessione è stata disconnessa. Accedi di nuovo.", "Old cryptography data detected": "Rilevati dati di crittografia obsoleti", "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.": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.", - "Logout": "Disconnetti", "Connectivity to the server has been lost.": "Connessione al server persa.", "Sent messages will be stored until your connection has returned.": "I messaggi inviati saranno salvati fino al ritorno della connessione.", "You seem to be uploading files, are you sure you want to quit?": "Sembra che tu stia inviando file, sei sicuro di volere uscire?", @@ -418,7 +412,6 @@ "Notification targets": "Obiettivi di notifica", "Today": "Oggi", "Friday": "Venerdì", - "Update": "Aggiornamento", "On": "Acceso", "Changelog": "Cambiamenti", "Waiting for response from server": "In attesa di una risposta dal server", @@ -439,7 +432,6 @@ "Developer Tools": "Strumenti per sviluppatori", "Preparing to send logs": "Preparazione invio dei log", "Saturday": "Sabato", - "Reject": "Rifiuta", "Monday": "Lunedì", "Toolbox": "Strumenti", "Collecting logs": "Sto recuperando i log", @@ -771,7 +763,6 @@ "Room avatar": "Avatar della stanza", "Room Name": "Nome stanza", "Room Topic": "Argomento stanza", - "Join": "Entra", "Power level": "Livello poteri", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.", "Incoming Verification Request": "Richiesta di verifica in arrivo", @@ -786,7 +777,6 @@ "Change": "Cambia", "Email (optional)": "Email (facoltativa)", "Phone (optional)": "Telefono (facoltativo)", - "Confirm": "Conferma", "Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico", "Other": "Altro", "Couldn't load page": "Caricamento pagina fallito", @@ -858,7 +848,6 @@ "Your browser likely removed this data when running low on disk space.": "Probabilmente il tuo browser ha rimosso questi dati per mancanza di spazio su disco.", "Upload files (%(current)s of %(total)s)": "Invio dei file (%(current)s di %(total)s)", "Upload files": "Invia i file", - "Upload": "Carica", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Questo file è troppo grande da inviare. Il limite di dimensione è %(limit)s ma questo file è di %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Questi file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Alcuni file sono troppo grandi da inviare. Il limite di dimensione è %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Suono inviato", "Sounds": "Suoni", "Notification sound": "Suoni di notifica", - "Reset": "Ripristina", "Set a new custom sound": "Imposta un nuovo suono personalizzato", "Browse": "Sfoglia", "Cannot reach homeserver": "Impossibile raggiungere l'homeserver", @@ -957,7 +945,6 @@ "Unable to revoke sharing for email address": "Impossibile revocare la condivisione dell'indirizzo email", "Unable to share email address": "Impossibile condividere l'indirizzo email", "Revoke": "Revoca", - "Share": "Condividi", "Discovery options will appear once you have added an email above.": "Le opzioni di scoperta appariranno dopo aver aggiunto un'email sopra.", "Unable to revoke sharing for phone number": "Impossibile revocare la condivisione del numero di telefono", "Unable to share phone number": "Impossibile condividere il numero di telefono", @@ -1032,7 +1019,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", - "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", "Clear cache and reload": "Svuota la cache e ricarica", @@ -1129,7 +1115,6 @@ "Trusted": "Fidato", "Not trusted": "Non fidato", "Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.", - "Verify": "Verifica", "Any of the following data may be shared:": "Possono essere condivisi tutti i seguenti dati:", "Your display name": "Il tuo nome visualizzato", "Your user ID": "Il tuo ID utente", @@ -1148,7 +1133,6 @@ "Integrations are disabled": "Le integrazioni sono disattivate", "Integrations not allowed": "Integrazioni non permesse", "Remove for everyone": "Rimuovi per tutti", - "Trust": "Fidati", "Manage integrations": "Gestisci integrazioni", "Ignored/Blocked": "Ignorati/Bloccati", "Verification Request": "Richiesta verifica", @@ -1165,7 +1149,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, segnala un errore.", "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", - "Upgrade": "Aggiorna", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce utenti corrispondenti a %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce stanze corrispondenti a %(glob)s", "%(senderName)s removed the rule banning servers matching %(glob)s": "%(senderName)s ha rimosso la regola che bandisce server corrispondenti a %(glob)s", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "Solo su invito, la scelta migliore per te o i team", "Open space for anyone, best for communities": "Spazio aperto a tutti, la scelta migliore per le comunità", "Create a space": "Crea uno spazio", - "Delete": "Elimina", "Jump to the bottom of the timeline when you send a message": "Salta in fondo alla linea temporale quando invii un messaggio", "This homeserver has been blocked by its administrator.": "Questo homeserver è stato bloccato dal suo amministratore.", "You're already in a call with this person.": "Sei già in una chiamata con questa persona.", @@ -2343,8 +2325,6 @@ "Please provide an address": "Inserisci un indirizzo", "This space has no local addresses": "Questo spazio non ha indirizzi locali", "Space information": "Informazioni spazio", - "Collapse": "Riduci", - "Expand": "Espandi", "Preview Space": "Anteprima spazio", "Decide who can view and join %(spaceName)s.": "Decidi chi può vedere ed entrare in %(spaceName)s.", "Visibility": "Visibilità", @@ -2597,7 +2577,6 @@ "Select from the options below to export chats from your timeline": "Seleziona dalle opzioni sotto per esportare le chat dalla linea temporale", "Export Chat": "Esporta conversazione", "Exporting your data": "Esportazione dei dati", - "Stop": "Ferma", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Vuoi davvero fermare l'esportazione dei dati? Se lo fai, dovrai ricominciare da capo.", "Your export was successful. Find it in your Downloads folder.": "Esportazione riuscita. La puoi trovare nella cartella Download.", "The export was cancelled successfully": "Esportazione annullata correttamente", @@ -2925,7 +2904,6 @@ "Navigate to previous message to edit": "Vai al precedente messaggio da modificare", "Navigate to next message to edit": "Vai al prossimo messaggio da modificare", "Internal room ID": "ID interno stanza", - "Call": "Chiama", "Group all your rooms that aren't part of a space in one place.": "Raggruppa tutte le tue stanze che non fanno parte di uno spazio in un unico posto.", "Group all your people in one place.": "Raggruppa tutte le tue persone in un unico posto.", "Group all your favourite rooms and people in one place.": "Raggruppa tutte le tue stanze e persone preferite in un unico posto.", @@ -3570,7 +3548,6 @@ "This session doesn't support encryption and thus can't be verified.": "Questa sessione non supporta la crittografia, perciò non può essere verificata.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Per maggiore sicurezza e privacy, è consigliabile usare i client di Matrix che supportano la crittografia.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "Non potrai partecipare in stanze dove la crittografia è attiva mentre usi questa sessione.", - "Apply": "Applica", "Search users in this room…": "Cerca utenti in questa stanza…", "Give one or multiple users in this room more privileges": "Dai più privilegi a uno o più utenti in questa stanza", "Add privileged users": "Aggiungi utenti privilegiati", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.", "Poll history": "Cronologia sondaggi", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "L'utente (%(user)s) non è stato segnato come invitato in %(roomId)s, ma non c'è stato alcun errore dall'utilità di invito", - "Reload": "Ricarica", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Potrebbe essere causato dall'apertura dell'app in schede multiple o dalla cancellazione dei dati del browser.", "Database unexpectedly closed": "Database chiuso inaspettatamente", "Mute room": "Silenzia stanza", @@ -3976,7 +3952,31 @@ "start": "Inizia", "start_chat": "Inizia una chat", "view_source": "Visualizza sorgente", - "yes": "Sì" + "yes": "Sì", + "reject": "Rifiuta", + "confirm": "Conferma", + "dismiss": "Chiudi", + "trust": "Fidati", + "reload": "Ricarica", + "cancel": "Annulla", + "stop": "Ferma", + "join": "Entra", + "close": "Chiudi", + "accept": "Accetta", + "upgrade": "Aggiorna", + "verify": "Verifica", + "update": "Aggiornamento", + "call": "Chiama", + "delete": "Elimina", + "upload": "Carica", + "collapse": "Riduci", + "apply": "Applica", + "reset": "Ripristina", + "share": "Condividi", + "skip": "Salta", + "logout": "Disconnetti", + "view": "Vedi", + "expand": "Espandi" }, "a11y": { "user_menu": "Menu utente" diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 54233398943..1ff3eb5fd76 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -1,13 +1,11 @@ { "Anyone": "誰でも", "Change Password": "パスワードを変更", - "Close": "閉じる", "Current password": "現在のパスワード", "Favourite": "お気に入り", "Invited": "招待済", "Low priority": "低優先度", "Notifications": "通知", - "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", "New Password": "新しいパスワード", @@ -23,7 +21,6 @@ "Camera": "カメラ", "Are you sure?": "よろしいですか?", "Operation failed": "操作に失敗しました", - "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", "Submit debug logs": "デバッグログを送信", "Online": "オンライン", @@ -65,7 +62,6 @@ "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", - "Update": "更新", "Failed to send logs: ": "ログの送信に失敗しました: ", "Unavailable": "使用できません", "Source URL": "ソースのURL", @@ -74,7 +70,6 @@ "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", - "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", "Send logs": "ログを送信", @@ -190,7 +185,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": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", - "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", "Phone": "電話", @@ -446,7 +440,6 @@ "Unable to add email address": "メールアドレスを追加できません", "Unable to verify email address.": "メールアドレスを確認できません。", "This will allow you to reset your password and receive notifications.": "パスワードをリセットして通知を受け取れるようになります。", - "Skip": "スキップ", "Share Room": "ルームを共有", "Link to most recent message": "最新のメッセージにリンク", "Share User": "ユーザーを共有", @@ -468,7 +461,6 @@ "Review terms and conditions": "利用規約を確認", "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の古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。", - "Logout": "ログアウト", "You can't send any messages until you review and agree to our terms and conditions.": "利用規約 を確認して同意するまでは、いかなるメッセージも送信できません。", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "このホームサーバーが月間アクティブユーザー制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "このホームサーバーがリソース制限を超えたため、メッセージを送信できませんでした。サービスを引き続き使用するには、サービスの管理者にお問い合わせください。", @@ -590,7 +582,6 @@ "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)sがこのルームを「招待者のみ参加可能」に変更しました。", "%(senderDisplayName)s has allowed guests to join the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を許可しました。", "Only continue if you trust the owner of the server.": "サーバーの所有者を信頼する場合のみ続行してください。", - "Trust": "信頼", "Use an identity server to invite by email. Manage in Settings.": "IDサーバーを使用し、メールで招待。設定画面で管理。", "%(senderDisplayName)s changed the join rule to %(rule)s": "%(senderDisplayName)sが参加ルールを「%(rule)s」に変更しました。", "%(senderDisplayName)s has prevented guests from joining the room.": "%(senderDisplayName)sがこのルームへのゲストによる参加を拒否しました。", @@ -629,7 +620,6 @@ "Room Addresses": "ルームのアドレス", "Sounds": "音", "Notification sound": "通知音", - "Reset": "リセット", "Set a new custom sound": "カスタム音を設定", "Browse": "参照", "Roles & Permissions": "役割と権限", @@ -639,7 +629,6 @@ "Encrypted": "暗号化", "Email Address": "メールアドレス", "Main address": "メインアドレス", - "Join": "参加", "Create a private room": "非公開ルームを作成", "Topic (optional)": "トピック(任意)", "Hide advanced": "高度な設定を非表示にする", @@ -714,7 +703,6 @@ "Never send encrypted messages to unverified sessions in this room from this session": "このセッションでは、このルームの未認証のセッションに対して暗号化されたメッセージを送信しない", "Encrypted messages in one-to-one chats": "1対1のチャットでの暗号化されたメッセージ", "Encrypted messages in group chats": "グループチャットでの暗号化されたメッセージ", - "Upload": "アップロード", "Enable desktop notifications for this session": "このセッションでデスクトップ通知を有効にする", "Email addresses": "メールアドレス", "This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています", @@ -749,7 +737,6 @@ "Unknown Command": "不明なコマンド", "Unrecognised command: %(commandText)s": "認識されていないコマンド:%(commandText)s", "Send as message": "メッセージとして送信", - "Confirm": "承認", "Enable audible notifications for this session": "このセッションで音声通知を有効にする", "Enable encryption?": "暗号化を有効にしますか?", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "一度有効にしたルームの暗号化は無効にすることはできません。暗号化されたルームで送信されたメッセージは、サーバーからは閲覧できず、そのルームのメンバーだけが閲覧できます。暗号化を有効にすると、多くのボットやブリッジが正常に動作しなくなる可能性があります。暗号化についての詳細はこちらをご覧ください。", @@ -761,8 +748,6 @@ "Not Trusted": "信頼されていません", "Later": "後で", "Review": "確認", - "Upgrade": "アップグレード", - "Verify": "認証", "Trusted": "信頼済", "Not trusted": "信頼されていません", "%(count)s verified sessions": { @@ -1073,7 +1058,6 @@ "Unable to share phone number": "電話番号を共有できません", "Unable to revoke sharing for phone number": "電話番号の共有を取り消せません", "Discovery options will appear once you have added an email above.": "上でメールアドレスを追加すると、発見可能に設定するメールアドレスを選択できるようになります。", - "Share": "共有", "Revoke": "取り消す", "Complete": "完了", "Verify the link in your inbox": "受信したメールの認証リンクを開いてください", @@ -1804,7 +1788,6 @@ "Invite only, best for yourself or teams": "招待者のみ参加可能。個人やチーム向け", "Open space for anyone, best for communities": "誰でも参加できる公開スペース。コミュニティー向け", "Create a space": "スペースを作成", - "Delete": "削除", "Jump to the bottom of the timeline when you send a message": "メッセージを送信する際にタイムラインの最下部に移動", "This homeserver has been blocked by its administrator.": "このホームサーバーは管理者によりブロックされています。", "You're already in a call with this person.": "既にこの人と通話中です。", @@ -2024,7 +2007,6 @@ "Previous autocomplete suggestion": "前の自動補完の候補", "Next autocomplete suggestion": "次の自動補完の候補", "Expand map": "地図を開く", - "Expand": "展開", "Expand room list section": "ルーム一覧のセクションを展開", "Collapse room list section": "ルーム一覧のセクションを折りたたむ", "Automatically send debug logs when key backup is not functioning": "鍵のバックアップが機能していない際に、自動的にデバッグログを送信", @@ -2289,7 +2271,6 @@ "Remove from room": "ルームから追放", "Failed to remove user": "ユーザーの追放に失敗しました", "Success!": "成功しました!", - "Collapse": "折りたたむ", "Comment": "コメント", "Information": "情報", "Restore": "復元", @@ -2392,7 +2373,6 @@ "Invalid URL": "不正なURL", "The server is offline.": "サーバーはオフラインです。", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "匿名のデータを共有すると、問題の特定に役立ちます。個人情報の収集や、第三者とのデータ共有はありません。詳細を確認", - "Stop": "停止", "JSON": "JSON", "HTML": "HTML", "Generating a ZIP": "ZIPファイルを生成しています", @@ -2564,7 +2544,6 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", - "View": "表示", "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", @@ -2667,7 +2646,6 @@ "other": "%(severalUsers)sが%(count)s件の非表示のメッセージを送信しました" }, "Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "アンケートを終了してよろしいですか?投票を締め切り、最終結果を表示します。", - "Call": "通話", "Your camera is still enabled": "カメラがまだ有効です", "Your camera is turned off": "カメラが無効です", "Sends the given message with a space themed effect": "メッセージを宇宙のテーマのエフェクトと共に送信", @@ -3378,7 +3356,6 @@ "30s forward": "30秒進める", "30s backward": "30秒戻す", "Change layout": "レイアウトを変更", - "Apply": "適用", "Cancelled": "キャンセル済", "Create a link": "リンクを作成", "Edit link": "リンクを編集", @@ -3773,7 +3750,30 @@ "start": "開始", "start_chat": "チャットを開始", "view_source": "ソースコードを表示", - "yes": "はい" + "yes": "はい", + "reject": "拒否", + "confirm": "承認", + "dismiss": "閉じる", + "trust": "信頼", + "cancel": "キャンセル", + "stop": "停止", + "join": "参加", + "close": "閉じる", + "accept": "同意", + "upgrade": "アップグレード", + "verify": "認証", + "update": "更新", + "call": "通話", + "delete": "削除", + "upload": "アップロード", + "collapse": "折りたたむ", + "apply": "適用", + "reset": "リセット", + "share": "共有", + "skip": "スキップ", + "logout": "ログアウト", + "view": "表示", + "expand": "展開" }, "a11y": { "user_menu": "ユーザーメニュー" diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index c0aeb6dd16d..8ac228c1f0b 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -119,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", - "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", @@ -226,7 +225,6 @@ "Bell": "janbe", "Headphones": "selsnapra", "Pin": "pijne", - "Upload": "nu kibdu'a", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", @@ -284,10 +282,8 @@ "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", - "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", - "Verify": "nu co'a lacri", "What's New": "notci le du'u cnino", "You joined the call": ".i do mo'u co'a fonjo'e", "%(senderName)s joined the call": ".i la'o zoi. %(senderName)s .zoi mo'u co'a fonjo'e", @@ -329,7 +325,6 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", - "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", @@ -354,7 +349,6 @@ "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", "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", @@ -371,7 +365,6 @@ "Download %(text)s": "nu kibycpa la'o zoi. %(text)s .zoi", "Explore rooms": "nu facki le du'u ve zilbe'i", "Create Account": "nu pa re'u co'a jaspu", - "Dismiss": "nu mipri", "common": { "analytics": "lanli datni", "error": "nabmi", @@ -395,6 +388,13 @@ "retry": "nu za'u re'u troci", "save": "nu co'a vreji", "start": "nu co'a co'e", - "start_chat": "nu co'a tavla" + "start_chat": "nu co'a tavla", + "dismiss": "nu mipri", + "close": "nu zilmipri", + "accept": "nu fonjo'e", + "verify": "nu co'a lacri", + "upload": "nu kibdu'a", + "share": "nu jungau", + "logout": "nu co'u jaspu" } } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index d5110a32fc3..f9e2357ff73 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -5,12 +5,10 @@ "Sign In": "შესვლა", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", - "Dismiss": "დახურვა", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", "Use Single Sign On to continue": "გასაგრძელებლად გამოიყენე ერთჯერადი ავტორიზაცია", "Confirm adding email": "დაადასტურე ელ.ფოსტის დამატება", "Click the button below to confirm adding this email address.": "ელ. ფოსტის ამ მისამართის დამატება დაადასტურე ღილაკზე დაჭერით.", - "Confirm": "დადასტურება", "Add Email Address": "ელ. ფოსტის მისამართის დამატება", "Failed to verify email address: make sure you clicked the link in the email": "ელ. ფოსტის მისამართის ვერიფიკაცია ვერ მოხერხდა: დარწმუნდი, რომ დააჭირე ბმულს ელ. ფოსტის წერილში", "Confirm adding this phone number by using Single Sign On to prove your identity.": "ამ ტელეფონის ნომრის დასადასტურებლად გამოიყენე ერთჯერადი ავტორიზაცია, საკუთარი იდენტობის დასადასტურებლად.", @@ -56,5 +54,9 @@ "common": { "error": "შეცდომა", "attachment": "Მიმაგრებული ფაილი" + }, + "action": { + "confirm": "დადასტურება", + "dismiss": "დახურვა" } } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index 6f559de63ff..fc199cf2aac 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,8 +1,5 @@ { - "Confirm": "Sentem", - "Dismiss": "Agwi", "Permission Required": "Tasiregt tlaq", - "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", "Tue": "Ara", @@ -24,7 +21,6 @@ "Dec": "Duj", "PM": "MD", "AM": "FT", - "Trust": "Ittkel", "Create Account": "Rnu amiḍan", "Sign In": "Kcem", "Default": "Amezwer", @@ -43,14 +39,9 @@ "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", - "Close": "Mdel", "Ok": "Ih", - "Upgrade": "Leqqem", - "Verify": "Senqed", "What's New": "D acu-t umaynut", - "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", - "Accept": "Qbel", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -67,7 +58,6 @@ "Anchor": "Tamdeyt", "Headphones": "Wennez", "Folder": "Akaram", - "Upload": "Sali", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -101,14 +91,12 @@ "Microphone": "Asawaḍ", "Camera": "Takamiṛatt", "Sounds": "Imesla", - "Reset": "Wennez", "Browse": "Inig", "Default role": "Tamlilt tamzwert", "Permissions": "Tisirag", "Anyone": "Yal yiwen", "Encryption": "Awgelhen", "Complete": "Yemmed", - "Share": "Bḍu", "Verification code": "Tangalt n usenqed", "Add": "Rnu", "Email Address": "Tansa n yimayl", @@ -119,7 +107,6 @@ "Unknown": "Arussin", "Search": "Nadi", "Sign Up": "Jerred", - "Reject": "Agi", "Sort by": "Semyizwer s", "Activity": "Armud", "A-Z": "A-Z", @@ -147,7 +134,6 @@ "Flags": "Anayen", "Categories": "Taggayin", "More options": "Ugar n textiṛiyin", - "Join": "Rnu", "collapse": "fneẓ", "Server name": "Isem n uqeddac", "Close dialog": "Mdel adiwenni", @@ -164,7 +150,6 @@ "Send report": "Azen aneqqis", "Refresh": "Smiren", "Email address": "Tansa n yimayl", - "Skip": "Zgel", "Terms of Service": "Tiwtilin n useqdec", "Service": "Ameẓlu", "Summary": "Agzul", @@ -182,8 +167,6 @@ "Register": "Jerred", "Explore rooms": "Snirem tixxamin", "Unknown error": "Tuccḍa tarussint", - "Logout": "Tuffɣa", - "View": "Sken", "Guest": "Anerzaf", "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", @@ -2002,7 +1985,24 @@ "start": "Bdu", "start_chat": "Bdu adiwenni", "view_source": "Wali aɣbalu", - "yes": "Ih" + "yes": "Ih", + "reject": "Agi", + "confirm": "Sentem", + "dismiss": "Agwi", + "trust": "Ittkel", + "cancel": "Sefsex", + "join": "Rnu", + "close": "Mdel", + "accept": "Qbel", + "upgrade": "Leqqem", + "verify": "Senqed", + "update": "Leqqem", + "upload": "Sali", + "reset": "Wennez", + "share": "Bḍu", + "skip": "Zgel", + "logout": "Tuffɣa", + "view": "Sken" }, "a11y": { "user_menu": "Umuɣ n useqdac" diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 4420cf6603c..413871eee4c 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -1,13 +1,9 @@ { - "Cancel": "취소", - "Close": "닫기", "Create new room": "새 방 만들기", - "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", - "Accept": "수락", "Account": "계정", "Add": "추가", "Admin": "관리자", @@ -95,7 +91,6 @@ "Sign in with": "이것으로 로그인", "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", - "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -254,13 +249,11 @@ "Authentication check failed: incorrect password?": "인증 확인 실패: 비밀번호를 틀리셨나요?", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", - "Skip": "건너뛰기", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", "Today": "오늘", "Friday": "금요일", - "Update": "업데이트", "What's New": "새로운 점", "On": "켜기", "Changelog": "바뀐 점", @@ -281,7 +274,6 @@ "Developer Tools": "개발자 도구", "Unnamed room": "이름 없는 방", "Saturday": "토요일", - "Reject": "거절하기", "Monday": "월요일", "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", @@ -745,7 +737,6 @@ "Uploaded sound": "업로드된 소리", "Sounds": "소리", "Notification sound": "알림 소리", - "Reset": "되돌리기", "Set a new custom sound": "새 맞춤 소리 설정", "Browse": "찾기", "Change room avatar": "방 아바타 변경", @@ -774,7 +765,6 @@ "Unable to revoke sharing for email address": "이메일 주소 공유를 취소할 수 없음", "Unable to share email address": "이메일 주소를 공유할 수 없음", "Revoke": "취소", - "Share": "공유", "Discovery options will appear once you have added an email above.": "위에 이메일을 추가하면 검색 옵션에 나타납니다.", "Unable to revoke sharing for phone number": "전화번호 공유를 취소할 수 없음", "Unable to share phone number": "전화번호를 공유할 수 없음", @@ -823,7 +813,6 @@ "reacted with %(shortName)s": "%(shortName)s으로 리액션함", "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", - "Join": "참가", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -893,7 +882,6 @@ "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", - "Upload": "업로드", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "이 파일은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s이지만 이 파일은 %(sizeOfThisFile)s입니다.", "These files are too large to upload. The file size limit is %(limit)s.": "이 파일들은 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "일부 파일이 업로드하기에 너무 큽니다. 파일 크기 한도는 %(limit)s입니다.", @@ -926,7 +914,6 @@ "Enter username": "사용자 이름 입력", "Some characters not allowed": "일부 문자는 허용할 수 없습니다", "Email (optional)": "이메일 (선택)", - "Confirm": "확인", "Phone (optional)": "전화 (선택)", "Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함", "Couldn't load page": "페이지를 불러올 수 없음", @@ -1016,7 +1003,6 @@ "one": "1개의 메시지 삭제" }, "Remove recent messages": "최근 메시지 삭제", - "View": "보기", "Explore rooms": "방 검색", "Please fill why you're reporting.": "왜 신고하는 지 이유를 적어주세요.", "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", @@ -1084,7 +1070,6 @@ "Room %(name)s": "%(name)s 방", "Unread messages.": "읽지 않은 메시지.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "이 작업에는 이메일 주소 또는 전화번호를 확인하기 위해 기본 ID 서버 에 접근해야 합니다. 하지만 서버가 서비스 약관을 갖고 있지 않습니다.", - "Trust": "신뢰함", "Message Actions": "메시지 동작", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "%(name)s님을 확인했습니다", @@ -1129,7 +1114,6 @@ "Trusted": "신뢰함", "Not trusted": "신뢰하지 않음", "Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.", - "Verify": "확인", "You have ignored this user, so their message is hidden. Show anyways.": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. 무시하고 보이기.", "Any of the following data may be shared:": "다음 데이터가 공유됩니다:", "Your display name": "당신의 표시 이름", @@ -1165,7 +1149,6 @@ "Appearance Settings only affect this %(brand)s session.": "모습 설정은 이 %(brand)s 세션에만 영향을 끼칩니다.", "Customise your appearance": "모습 개인화하기", "Delete avatar": "아바타 삭제", - "Delete": "삭제", "More options": "추가 옵션", "Pin to sidebar": "사이드바 고정", "Developer tools": "개발자 도구", @@ -1235,7 +1218,6 @@ "Leave all rooms": "모든 방에서 떠나기", "Show all rooms": "모든 방 목록 보기", "All rooms": "모든 방 목록", - "Expand": "펼치기", "Create a new space": "새로운 스페이스 만들기", "Create a space": "스페이스 만들기", "Export Chat": "대화 내보내기", @@ -1395,7 +1377,25 @@ "save": "저장", "start_chat": "대화 시작", "view_source": "소스 보기", - "yes": "네" + "yes": "네", + "reject": "거절하기", + "confirm": "확인", + "dismiss": "버리기", + "trust": "신뢰함", + "cancel": "취소", + "join": "참가", + "close": "닫기", + "accept": "수락", + "verify": "확인", + "update": "업데이트", + "delete": "삭제", + "upload": "업로드", + "reset": "되돌리기", + "share": "공유", + "skip": "건너뛰기", + "logout": "로그아웃", + "view": "보기", + "expand": "펼치기" }, "Home": "홈" } diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index 1f2745b5d44..f083224452a 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -5,7 +5,6 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "ຢືນຢັນການເພີ່ມອີເມວນີ້ໂດຍໃຊ້ Single Sign On ເພື່ອພິສູດຕົວຕົນຂອງທ່ານ.", "Failed to verify email address: make sure you clicked the link in the email": "ບໍ່ສາມາດກວດສອບອີເມວໄດ້: ໃຫ້ແນ່ໃຈວ່າທ່ານໄດ້ກົດໃສ່ການເຊື່ອມຕໍ່ໃນອີເມວ", "Add Email Address": "ເພີ່ມອີເມວ", - "Confirm": "ຢືນຢັນ", "Click the button below to confirm adding this email address.": "ກົດປຸ່ມຂ້າງລຸ່ມເພື່ອຢືນຢັນການເພີ່ມອີເມວນີ້.", "Confirm adding email": "ຢືນຢັນການເພີ່ມອີເມວ", "Single Sign On": "ເຂົ້າລະບົບແບບປະຕູດຽວ (SSO)", @@ -195,7 +194,6 @@ "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", - "Trust": "ເຊື່ອຖືໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "ການດຳເນິນການນີ້ຕ້ອງໄດ້ມີການເຂົ້າເຖິງຂໍ້ມູນການຢັ້ງຢືນຕົວຕົນທີ່ ເພື່ອກວດສອບອີເມວ ຫຼື ເບີໂທລະສັບ, ແຕ່ເຊີບເວີບໍ່ມີເງື່ອນໄຂໃນບໍລິການໃດໆ.", "Identity server has no terms of service": "ຂໍ້ມູນເຊີບເວີ ບໍ່ມີໃຫ້ບໍລິການ", @@ -258,7 +256,6 @@ "The user you called is busy.": "ຜູ້ໃຊ້ທີ່ທ່ານໂທຫາຍັງບໍ່ຫວ່າງ.", "User Busy": "ຜູ້ໃຊ້ບໍ່ຫວ່າງ", "Call Failed": "ໂທບໍ່ສຳເລັດ", - "Dismiss": "ຍົກເລີກ", "Unable to load! Check your network connectivity and try again.": "ບໍ່ສາມາດໂຫຼດໄດ້! ກະລຸນາກວດເບິ່ງການເຊື່ອມຕໍ່ເຄືອຂ່າຍຂອງທ່ານ ແລະ ລອງໃໝ່ອີກຄັ້ງ.", "Calls are unsupported": "ບໍ່ຮອງຮັບການໂທ", "Room %(roomId)s not visible": "ບໍ່ເຫັນຫ້ອງ %(roomId)s", @@ -399,7 +396,6 @@ "Unable to share phone number": "ບໍ່ສາມາດແບ່ງປັນເບີໂທລະສັບໄດ້", "Unable to revoke sharing for phone number": "ບໍ່ສາມາດຖອນການແບ່ງປັນສຳລັບເບີໂທລະສັບໄດ້", "Discovery options will appear once you have added an email above.": "ຕົວເລືອກການຄົ້ນພົບຈະປາກົດຂຶ້ນເມື່ອທ່ານໄດ້ເພີ່ມອີເມວຂ້າງເທິງ.", - "Share": "ແບ່ງປັນ", "Revoke": "ຖອນຄືນ", "Complete": "ສໍາເລັດ", "Verify the link in your inbox": "ຢືນຢັນການເຊື່ອມຕໍ່ໃນ inbox ຂອງທ່ານ", @@ -556,7 +552,6 @@ "You are not subscribed to any lists": "ເຈົ້າຍັງບໍ່ໄດ້ສະໝັກໃຊ້ລາຍການໃດໆ", "You are currently ignoring:": "ຕອນນີ້ທ່ານກຳລັງລະເລີຍ:", "You have not ignored anyone.": "ເຈົ້າຍັງບໍ່ໄດ້ລະເລີຍຜູ້ໃດຜູ້ໜຶ່ງ.", - "Close": "ປິດ", "User rules": "ກົດລະບຽບຂອງຜູ້ໃຊ້", "Server rules": "ກົດລະບຽບຂອງ ເຊີບເວີ", "Ban list rules - %(roomName)s": "ກົດລະບຽບຂອງລາຍຊື່ຕ້ອງຫ້າມ-%(roomName)s", @@ -576,7 +571,6 @@ "Versions": "ເວິຊັ້ນ", "FAQ": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", "Cross-signing public keys:": "ກະແຈສາທາລະນະທີ່ມີ Cross-signing:", - "Reset": "ຕັ້ງຄ່າຄືນ", "Cross-signing is not set up.": "ບໍ່ໄດ້ຕັ້ງຄ່າ Cross-signing.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "ບັນຊີຂອງທ່ານມີຂໍ້ມູນແບບ cross-signing ໃນການເກັບຮັກສາຄວາມລັບ, ແຕ່ວ່າຍັງບໍ່ມີຄວາມເຊື່ອຖືໃນລະບົບນີ້.", "Cross-signing is ready but keys are not backed up.": "ການລົງຊື່ຂ້າມແມ່ນພ້ອມແລ້ວແຕ່ກະແຈບໍ່ໄດ້ສຳຮອງໄວ້.", @@ -625,8 +619,6 @@ "Failed to copy": "ສຳເນົາບໍ່ສຳເລັດ", "Copied!": "ສຳເນົາແລ້ວ!", "Click to copy": "ກົດເພື່ອສຳເນົາ", - "Collapse": "ຫຍໍ້ລົງ", - "Expand": "ຂະຫຍາຍ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", @@ -642,9 +634,7 @@ "e.g. my-space": "ຕົວຢ່າງ: ພື້ນທີ່ຂອງຂ້ອຍ", "Please enter a name for the space": "ກະລຸນາໃສ່ຊື່ສໍາລັບຊ່ອງຫວ່າງ", "Search %(spaceName)s": "ຊອກຫາ %(spaceName)s", - "Upload": "ອັບໂຫຼດ", "Upload avatar": "ອັບໂຫຼດອາວາຕ້າ", - "Delete": "ລຶບ", "Delete avatar": "ລືບອາວາຕ້າ", "Space selection": "ການເລືອກພື້ນທີ່", "Match system": "ລະບົບການຈັບຄູ່", @@ -823,7 +813,6 @@ "Sign out and remove encryption keys?": "ອອກຈາກລະບົບ ແລະ ລຶບລະຫັດການເຂົ້າລະຫັດອອກບໍ?", "Link to most recent message": "ເຊື່ອມຕໍ່ກັບຂໍ້ຄວາມຫຼ້າສຸດ", "Share Room": "ແບ່ງປັນຫ້ອງ", - "Skip": "ຂ້າມ", "This will allow you to reset your password and receive notifications.": "ນີ້ຈະຊ່ວຍໃຫ້ທ່ານສາມາດປັບລະຫັດຜ່ານຂອງທ່ານ ແລະ ໄດ້ຮັບການແຈ້ງເຕືອນ.", "Email address": "ທີ່ຢູ່ອີເມວ", "Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.", @@ -1007,7 +996,6 @@ "You're all caught up": "ໝົດແລ້ວໝົດເລີຍ", "%(creator)s created and configured the room.": "%(creator)s ສ້າງ ແລະ ກຳນົດຄ່າຫ້ອງ.", "%(creator)s created this DM.": "%(creator)s ສ້າງ DM ນີ້.", - "Logout": "ອອກຈາກລະບົບ", "Verification requested": "ຂໍການຢັ້ງຢືນ", "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 ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.", "Old cryptography data detected": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ", @@ -1482,7 +1470,6 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", - "Cancel": "ຍົກເລີກ", "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", @@ -2248,8 +2235,6 @@ "one": "ເຫັນໂດຍ %(count)s ຄົນ", "other": "ເຫັນໂດຍ %(count)s ຄົນ" }, - "Join": "ເຂົ້າຮ່ວມ", - "View": "ເບິ່ງ", "Unknown": "ບໍ່ຮູ້ຈັກ", "Idle": "ບໍ່ເຮັດວຽກ", "Online": "ອອນລາຍ", @@ -2359,15 +2344,12 @@ "Guest": "ແຂກ", "New version of %(brand)s is available": "ເວີຊັນໃໝ່ຂອງ %(brand)s ພ້ອມໃຊ້ງານ", "Update %(brand)s": "ອັບເດດ %(brand)s", - "Update": "ອັບເດດ", "What's New": "ມີຫຍັງໃຫມ່", "What's new?": "ມີຫຍັງໃຫມ່?", "%(deviceId)s from %(ip)s": "%(deviceId)s ຈາກ %(ip)s", "New login. Was this you?": "ເຂົ້າສູ່ລະບົບໃໝ່. ນີ້ແມ່ນທ່ານບໍ?", "Other users may not trust it": "ຜູ້ໃຊ້ອື່ນໆອາດຈະບໍ່ໄວ້ວາງໃຈ", "Safeguard against losing access to encrypted messages & data": "ປ້ອງກັນການສູນເສຍການເຂົ້າເຖິງຂໍ້ຄວາມ ແລະຂໍ້ມູນທີ່ເຂົ້າລະຫັດ", - "Verify": "ຢືນຢັນ", - "Upgrade": "ຍົກລະດັບ", "Verify this session": "ຢືນຢັນລະບົບນີ້", "Encryption upgrade available": "ມີການຍົກລະດັບການເຂົ້າລະຫັດ", "Set up Secure Backup": "ຕັ້ງຄ່າການສໍາຮອງຂໍ້ມູນທີ່ປອດໄພ", @@ -2380,7 +2362,6 @@ "Use app for a better experience": "ໃຊ້ແອັບເພື່ອປະສົບການທີ່ດີກວ່າ", "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", - "Accept": "ຍອມຮັບ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2393,7 +2374,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. 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": "ບໍ່ເປັນຫຍັງ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { @@ -2668,7 +2648,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "ບໍ່ສາມາດເບິ່ງຕົວຢ່າງ %(roomName)s ໄດ້. ທ່ານຕ້ອງການເຂົ້າຮ່ວມມັນບໍ?", "You're previewing %(roomName)s. Want to join it?": "ທ່ານກຳລັງເບິ່ງຕົວຢ່າງ %(roomName)s. ຕ້ອງການເຂົ້າຮ່ວມບໍ?", "Reject & Ignore user": "ປະຕິເສດ ແລະ ບໍ່ສົນໃຈຜູ້ໃຊ້", - "Reject": "ປະຕິເສດ", " invited you": " ເຊີນທ່ານ", "Do you want to join %(roomName)s?": "ທ່ານຕ້ອງການເຂົ້າຮ່ວມ %(roomName)s ບໍ?", "Start chatting": "ເລີ່ມການສົນທະນາ", @@ -2892,7 +2871,6 @@ "You've successfully verified this user.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ສຳເລັດແລ້ວ.", "Verified!": "ຢືນຢັນແລ້ວ!", "The other party cancelled the verification.": "ອີກຝ່າຍໄດ້ຍົກເລີກການຢັ້ງຢືນ.", - "Call": "ໂທ", "%(name)s on hold": "%(name)s ຖືກລະງັບໄວ້", "Return to call": "ກັບໄປທີ່ການໂທ", "Hangup": "ວາງສາຍ", @@ -3304,7 +3282,29 @@ "start": "ເລີ່ມຕົ້ນ", "start_chat": "ເລີ່ມການສົນທະນາ", "view_source": "ເບິ່ງແຫຼ່ງ", - "yes": "ແມ່ນແລ້ວ" + "yes": "ແມ່ນແລ້ວ", + "reject": "ປະຕິເສດ", + "confirm": "ຢືນຢັນ", + "dismiss": "ຍົກເລີກ", + "trust": "ເຊື່ອຖືໄດ້", + "cancel": "ຍົກເລີກ", + "stop": "ຢຸດ", + "join": "ເຂົ້າຮ່ວມ", + "close": "ປິດ", + "accept": "ຍອມຮັບ", + "upgrade": "ຍົກລະດັບ", + "verify": "ຢືນຢັນ", + "update": "ອັບເດດ", + "call": "ໂທ", + "delete": "ລຶບ", + "upload": "ອັບໂຫຼດ", + "collapse": "ຫຍໍ້ລົງ", + "reset": "ຕັ້ງຄ່າຄືນ", + "share": "ແບ່ງປັນ", + "skip": "ຂ້າມ", + "logout": "ອອກຈາກລະບົບ", + "view": "ເບິ່ງ", + "expand": "ຂະຫຍາຍ" }, "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 2e6abdff895..8edc7c2c669 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -6,7 +6,6 @@ "Notification targets": "Pranešimo objektai", "Today": "Šiandien", "Friday": "Penktadienis", - "Update": "Atnaujinti", "Notifications": "Pranešimai", "On": "Įjungta", "Changelog": "Keitinių žurnalas", @@ -22,7 +21,6 @@ "All Rooms": "Visi pokalbių kambariai", "Source URL": "Šaltinio URL adresas", "Messages sent by bot": "Boto siųstos žinutės", - "Cancel": "Atšaukti", "Filter results": "Išfiltruoti rezultatus", "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", @@ -32,7 +30,6 @@ "Search…": "Paieška…", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", - "Dismiss": "Atmesti", "Saturday": "Šeštadienis", "Online": "Prisijungęs", "Monday": "Pirmadienis", @@ -51,13 +48,11 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", - "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", - "Reject": "Atmesti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", @@ -123,7 +118,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", - "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", @@ -393,7 +387,6 @@ "Unable to add email address": "Nepavyko pridėti el. pašto adreso", "Unable to verify email address.": "Nepavyko patvirtinti el. pašto adreso.", "This will allow you to reset your password and receive notifications.": "Tai jums leis iš naujo nustatyti slaptažodį ir gauti pranešimus.", - "Skip": "Praleisti", "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ų!", @@ -416,7 +409,6 @@ "Identity server has no terms of service": "Tapatybės serveris neturi paslaugų teikimo sąlygų", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šiam veiksmui reikalinga pasiekti numatytąjį tapatybės serverį , kad patvirtinti el. pašto adresą arba telefono numerį, bet serveris neturi jokių paslaugos teikimo sąlygų.", "Only continue if you trust the owner of the server.": "Tęskite tik tuo atveju, jei pasitikite serverio savininku.", - "Trust": "Pasitikėti", "You need to be able to invite users to do that.": "Norėdami tai atlikti jūs turite turėti galimybę pakviesti vartotojus.", "Power level must be positive integer.": "Galios lygis privalo būti teigiamas sveikasis skaičius.", "Messages": "Žinutės", @@ -523,7 +515,6 @@ "Messages containing my username": "Žinutės, kuriose yra mano vartotojo vardas", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (galia %(powerLevelNumber)s)", "Enter username": "Įveskite vartotojo vardą", - "Confirm": "Patvirtinti", "Create account": "Sukurti paskyrą", "Change identity server": "Pakeisti tapatybės serverį", "Change": "Keisti", @@ -715,7 +706,6 @@ "Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.", "Messages containing @room": "Žinutės, kuriose yra @kambarys", "To be secure, do this in person or use a trusted way to communicate.": "Norėdami užtikrinti saugumą, darykite tai asmeniškai arba naudokite patikimą komunikacijos būdą.", - "Verify": "Patvirtinti", "Restore from Backup": "Atkurti iš Atsarginės Kopijos", "Preferences": "Nuostatos", "Cryptography": "Kriptografija", @@ -881,9 +871,7 @@ "Folder": "Aplankas", "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", - "Upgrade": "Atnaujinti", "Accept to continue:": "Sutikite su , kad tęstumėte:", - "Upload": "Įkelti", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Jūsų paskyra slaptoje saugykloje turi kryžminio pasirašymo tapatybę, bet šis seansas dar ja nepasitiki.", "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", @@ -962,7 +950,6 @@ "Can't leave Server Notices room": "Negalima išeiti iš Serverio Pranešimų kambario", "This room is used for important messages from the Homeserver, so you cannot leave it.": "Šis kambarys yra naudojamas svarbioms žinutėms iš serverio, tad jūs negalite iš jo išeiti.", "Terms and Conditions": "Taisyklės ir Sąlygos", - "Logout": "Atsijungti", "Reject & Ignore user": "Atmesti ir ignoruoti vartotoją", "Reject invitation": "Atmesti pakvietimą", "You can only join it with a working invite.": "Jūs galite prisijungti tik su veikiančiu pakvietimu.", @@ -989,7 +976,6 @@ "Continue With Encryption Disabled": "Tęsti išjungus šifravimą", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Patvirtinkite šį vartotoją, kad pažymėtumėte jį kaip patikimą. Vartotojų pažymėjimas patikimais suteikia jums papildomos ramybės naudojant visapusiškai užšifruotas žinutes.", "Sign out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", - "View": "Žiūrėti", "Confirm encryption setup": "Patvirtinti šifravimo sąranką", "Click the button below to confirm setting up encryption.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šifravimo nustatymą.", "Restore your key backup to upgrade your encryption": "Atkurkite savo atsarginę raktų kopiją, kad atnaujintumėte šifravimą", @@ -1054,7 +1040,6 @@ "Import E2E room keys": "Importuoti E2E (visapusio šifravimo) kambarių raktus", "Session ID:": "Seanso ID:", "Session key:": "Seanso raktas:", - "Reset": "Iš naujo nustatyti", "Failed to connect to integration manager": "Nepavyko prisijungti prie integracijų tvarkytuvo", "Please create a new issue on GitHub so that we can investigate this bug.": "Prašome sukurti naują problemą GitHub'e, kad mes galėtume ištirti šią klaidą.", "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Pasakyite mums kas nutiko, arba, dar geriau, sukurkite GitHub problemą su jos apibūdinimu.", @@ -1159,7 +1144,6 @@ "You must join the room to see its files": "Norėdami pamatyti jo failus, turite prisijungti prie kambario", "Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai", "Block anyone not part of %(serverName)s from ever joining this room.": "Blokuoti bet ką, kas nėra iš %(serverName)s, niekada nebeleidžiant prisijungti prie šio kambario.", - "Join": "Prisijungti", "Join the conference from the room information card on the right": "Prisijunkite prie konferencijos kambario informacijos kortelėje dešinėje", "Join the conference at the top of this room": "Prisijunkite prie konferencijos šio kambario viršuje", "Join the discussion": "Prisijungti prie diskusijos", @@ -1759,7 +1743,6 @@ "Verification code": "Patvirtinimo kodas", "Revoke": "Panaikinti", "Complete": "Užbaigti", - "Share": "Dalintis", "Olm version:": "Olm versija:", "Enable email notifications for %(email)s": "Įjungti el. pašto pranešimus %(email)s", "Messages containing keywords": "Žinutės turinčios raktažodžių", @@ -1803,7 +1786,6 @@ "Address": "Adresas", "Search %(spaceName)s": "Ieškoti %(spaceName)s", "Delete avatar": "Ištrinti avatarą", - "Delete": "Ištrinti", "Return to call": "Grįžti prie skambučio", "Start the camera": "Įjungti kamerą", "Stop the camera": "Išjungti kamerą", @@ -2148,7 +2130,6 @@ "Help improve %(analyticsOwner)s": "Padėkite pagerinti %(analyticsOwner)s", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Dalinkitės anoniminiais duomenimis, kurie padės mums nustatyti problemas. Nieko asmeniško. Jokių trečiųjų šalių. Sužinokite daugiau", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Anksčiau sutikote su mumis dalytis anoniminiais naudojimo duomenimis. Atnaujiname, kaip tai veikia.", - "Stop": "Sustabdyti", "That's fine": "Tai gerai", "File Attached": "Failas pridėtas", "Exported %(count)s events in %(seconds)s seconds": { @@ -2172,8 +2153,6 @@ "Invite with email or username": "Pakviesti su el. paštu arba naudotojo vardu", "Share invite link": "Bendrinti pakvietimo nuorodą", "Click to copy": "Spustelėkite kad nukopijuoti", - "Collapse": "Suskleisti", - "Expand": "Išplėsti", "Show all rooms": "Rodyti visus kambarius", "You can change these anytime.": "Jūs tai galite pakeisti bet kada.", "Add some details to help people recognise it.": "Pridėkite šiek tiek detalių, kad žmonės galėtų ją atpažinti.", @@ -2211,7 +2190,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Laukiama, kol patvirtinsite kitame įrenginyje, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Patvirtinkite šį prietaisą patvirtindami, kad jo ekrane rodomas šis numeris.", "Confirm the emoji below are displayed on both devices, in the same order:": "Patvirtinkite, kad toliau pateikti jaustukai rodomi abiejuose prietaisuose ta pačia tvarka:", - "Call": "Skambinti", "%(name)s on hold": "%(name)s sulaikytas", "Show sidebar": "Rodyti šoninę juostą", "Hide sidebar": "Slėpti šoninę juostą", @@ -2520,7 +2498,29 @@ "start": "Pradėti", "start_chat": "Pradėti pokalbį", "view_source": "Peržiūrėti šaltinį", - "yes": "Taip" + "yes": "Taip", + "reject": "Atmesti", + "confirm": "Patvirtinti", + "dismiss": "Atmesti", + "trust": "Pasitikėti", + "cancel": "Atšaukti", + "stop": "Sustabdyti", + "join": "Prisijungti", + "close": "Uždaryti", + "accept": "Priimti", + "upgrade": "Atnaujinti", + "verify": "Patvirtinti", + "update": "Atnaujinti", + "call": "Skambinti", + "delete": "Ištrinti", + "upload": "Įkelti", + "collapse": "Suskleisti", + "reset": "Iš naujo nustatyti", + "share": "Dalintis", + "skip": "Praleisti", + "logout": "Atsijungti", + "view": "Žiūrėti", + "expand": "Išplėsti" }, "Home": "Pradžia" } diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 7247b1ea2e5..5765e7d9a2b 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,5 +1,4 @@ { - "Accept": "Akceptēt", "Account": "Konts", "Add": "Pievienot", "Admin": "Administrators", @@ -31,7 +30,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s dzēsa istabas nosaukumu.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s nomainīja istabas tematu uz \"%(topic)s\".", "Changes your display nickname": "Maina jūsu parādāmo vārdu", - "Close": "Aizvērt", "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", @@ -84,7 +82,6 @@ "Sign in with": "Pierakstīties ar", "Join Room": "Pievienoties istabai", "Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem ar brīdi, kad tie pievienojās.", @@ -171,9 +168,7 @@ "Unban": "Atcelt pieejas liegumu", "unknown error code": "nezināms kļūdas kods", "Unnamed Room": "Istaba bez nosaukuma", - "Cancel": "Atcelt", "Create new room": "Izveidot jaunu istabu", - "Dismiss": "Atmest", "You have enabled URL previews by default.": "URL priekšskatījumi pēc noklusējuma jums iriespējoti .", "Upload avatar": "Augšupielādēt avataru", "Upload Failed": "Augšupielāde (nosūtīšana) neizdevās", @@ -250,7 +245,6 @@ "Not a valid %(brand)s keyfile": "Nederīgs %(brand)s atslēgfails", "Authentication check failed: incorrect password?": "Autentifikācijas pārbaude neizdevās. Nepareiza parole?", "Do you want to set an email address?": "Vai vēlies norādīt epasta adresi?", - "Skip": "Izlaist", "and %(count)s others...": { "other": "un vēl %(count)s citi...", "one": "un vēl viens cits..." @@ -419,7 +413,6 @@ "Notification targets": "Paziņojumu adresāti", "Today": "Šodien", "Friday": "Piektdiena", - "Update": "Atjaunināt", "What's New": "Kas jauns", "On": "Ieslēgt", "Changelog": "Izmaiņu vēsture", @@ -441,7 +434,6 @@ "Event sent!": "Notikums nosūtīts!", "Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus", "Saturday": "Sestdiena", - "Reject": "Noraidīt", "Monday": "Pirmdiena", "Toolbox": "Instrumentārijs", "Collecting logs": "Tiek iegūti logfaili", @@ -614,7 +606,6 @@ "Enter a Security Phrase": "Ievadiet slepeno frāzi", "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", - "Confirm": "Apstiprināt", "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ī", @@ -719,7 +710,6 @@ "Uploaded sound": "Augšupielādētie skaņas signāli", "Sounds": "Skaņas signāli", "Set a new custom sound": "Iestatīt jaunu pielāgotu skaņas signālu", - "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.", "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)", @@ -801,7 +791,6 @@ "Recent Conversations": "Nesenās sarunas", "Start a conversation with someone using their name or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - ).", "Start a conversation with someone using their name, email address or username (like ).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - ).", - "Upload": "Augšupielādēt", "Use your Security Key to continue.": "Izmantojiet savu drošības atslēgu, lai turpinātu.", "Save your Security Key": "Saglabājiet savu drošības atslēgu", "Generate a Security Key": "Ģenerēt drošības atslēgu", @@ -1000,7 +989,6 @@ "Display Name": "Parādāmais vārds", "Add some details to help people recognise it.": "Pievienojiet aprakstu, lai palīdzētu cilvēkiem to atpazīt.", "Create a space": "Izveidot vietu", - "Delete": "Dzēst", "Accept to continue:": "Akceptēt , lai turpinātu:", "Anchor": "Enkurs", "Aeroplane": "Aeroplāns", @@ -1058,7 +1046,6 @@ "Verify this user by confirming the following number appears on their screen.": "Verificēt šo lietotāju, apstiprinot, ka šāds numurs pārādās lietotāja ekrānā.", "You ended the call": "Jūs pabeidzāt zvanu", "Other users may not trust it": "Citi lietotāji var neuzskatīt to par uzticamu", - "Verify": "Verificēt", "Verify this session": "Verificēt šo sesiju", "You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:", "You're already in a call with this person.": "Jums jau notiek zvans ar šo personu.", @@ -1451,7 +1438,6 @@ "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", - "Trust": "Uzticamība", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Šai darbībai ir nepieciešama piekļuve noklusējuma identitātes serverim , lai validētu e-pasta adresi vai tālruņa numuru, taču serverim nav pakalpojumu sniegšanas noteikumu.", "Identity server has no terms of service": "Identitātes serverim nav pakalpojumu sniegšanas noteikumu", @@ -1514,7 +1500,6 @@ "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", "Zoom in": "Pietuvināt", "Zoom out": "Attālināt", - "Join": "Pievienoties", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1532,7 +1517,6 @@ "one": "Rādīt %(count)s citu priekšskatījumu", "other": "Rādīt %(count)s citus priekšskatījumus" }, - "Share": "Dalīties", "Access": "Piekļuve", "People with supported clients will be able to join the room without having a registered account.": "Cilvēki ar atbalstītām lietotnēm varēs pievienoties istabai bez reģistrēta konta.", "Decide who can join %(roomName)s.": "Nosakiet, kas var pievienoties %(roomName)s.", @@ -1551,7 +1535,6 @@ "Anyone can find and join.": "Ikviens var atrast un pievienoties.", "Only invited people can join.": "Tikai uzaicināti cilvēki var pievienoties.", "Private (invite only)": "Privāta (tikai ar ielūgumiem)", - "Expand": "Izvērst", "Decide who can view and join %(spaceName)s.": "Nosakiet, kas var skatīt un pievienoties %(spaceName)s.", "Enable guest access": "Iespējot piekļuvi viesiem", "Invite people": "Uzaicināt cilvēkus", @@ -1828,7 +1811,24 @@ "save": "Saglabāt", "start_chat": "Uzsākt čatu", "view_source": "Skatīt pirmkodu", - "yes": "Jā" + "yes": "Jā", + "reject": "Noraidīt", + "confirm": "Apstiprināt", + "dismiss": "Atmest", + "trust": "Uzticamība", + "cancel": "Atcelt", + "join": "Pievienoties", + "close": "Aizvērt", + "accept": "Akceptēt", + "verify": "Verificēt", + "update": "Atjaunināt", + "delete": "Dzēst", + "upload": "Augšupielādēt", + "reset": "Atiestatīt", + "share": "Dalīties", + "skip": "Izlaist", + "logout": "Izrakstīties", + "expand": "Izvērst" }, "a11y": { "user_menu": "Lietotāja izvēlne" diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 46ab1f813c8..13c304f9f57 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,8 +1,5 @@ { - "Cancel": "റദ്ദാക്കുക", - "Close": "അടയ്ക്കുക", "Create new room": "പുതിയ റൂം സൃഷ്ടിക്കുക", - "Dismiss": "ഒഴിവാക്കുക", "Failed to forget room %(errCode)s": "%(errCode)s റൂം ഫോര്‍ഗെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Favourite": "പ്രിയപ്പെട്ടവ", "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", @@ -18,7 +15,6 @@ "Notification targets": "നോട്ടിഫിക്കേഷന്‍ ടാര്‍ഗെറ്റുകള്‍", "Today": "ഇന്ന്", "Friday": "വെള്ളി", - "Update": "പുതുക്കുക", "What's New": "പുതിയ വിശേഷങ്ങള്‍", "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", @@ -36,7 +32,6 @@ "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", "Saturday": "ശനി", - "Reject": "നിരസിക്കുക", "Monday": "തിങ്കള്‍", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "All Rooms": "എല്ലാ മുറികളും കാണുക", @@ -76,6 +71,11 @@ "quote": "ഉദ്ധരിക്കുക", "remove": "നീക്കം ചെയ്യുക", "start_chat": "ചാറ്റ് തുടങ്ങുക", - "view_source": "സോഴ്സ് കാണുക" + "view_source": "സോഴ്സ് കാണുക", + "reject": "നിരസിക്കുക", + "dismiss": "ഒഴിവാക്കുക", + "cancel": "റദ്ദാക്കുക", + "close": "അടയ്ക്കുക", + "update": "പുതുക്കുക" } } diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index 5e44298332a..a303a6f7844 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -2,5 +2,7 @@ "Explore rooms": "Өрөөнүүд үзэх", "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", - "Dismiss": "Орхих" + "action": { + "dismiss": "Орхих" + } } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 7967cbee199..9fc1dc9f256 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -18,7 +18,6 @@ "When I'm invited to a room": "Når jeg blir invitert til et rom", "Tuesday": "Tirsdag", "Unnamed room": "Rom uten navn", - "Reject": "Avvis", "Monday": "Mandag", "Failed to forget room %(errCode)s": "Kunne ikke glemme rommet %(errCode)s", "Wednesday": "Onsdag", @@ -26,7 +25,6 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", - "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)", "Thursday": "Torsdag", @@ -37,7 +35,6 @@ "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", "Saturday": "Lørdag", - "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", "You cannot place a call with yourself.": "Du kan ikke ringe deg selv.", "Permission Required": "Tillatelse kreves", @@ -139,8 +136,6 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", - "Cancel": "Avbryt", - "Trust": "Stol på", "Sign In": "Logg inn", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", @@ -154,7 +149,6 @@ "%(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", - "Accept": "Godta", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -186,10 +180,7 @@ "Anchor": "Anker", "Headphones": "Hodetelefoner", "Folder": "Mappe", - "Upgrade": "Oppgrader", - "Verify": "Bekreft", "Review": "Gjennomgang", - "Upload": "Last opp", "Show less": "Vis mindre", "Current password": "Nåværende passord", "New Password": "Nytt passord", @@ -219,7 +210,6 @@ "Timeline": "Tidslinje", "Security & Privacy": "Sikkerhet og personvern", "Camera": "Kamera", - "Reset": "Nullstill", "Browse": "Bla", "Unban": "Opphev utestengelse", "Banned users": "Bannlyste brukere", @@ -229,7 +219,6 @@ "Encrypted": "Kryptert", "Complete": "Fullført", "Revoke": "Tilbakekall", - "Share": "Del", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", "Add": "Legg til", @@ -259,7 +248,6 @@ "Show all": "Vis alt", "Copied!": "Kopiert!", "What's New": "Hva er nytt", - "Update": "Oppdater", "Frequently Used": "Ofte brukte", "Smileys & People": "Smilefjes og folk", "Animals & Nature": "Dyreliv og natur", @@ -272,7 +260,6 @@ "Quick Reactions": "Hurtigreaksjoner", "Cancel search": "Avbryt søket", "More options": "Flere alternativer", - "Join": "Bli med", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -292,7 +279,6 @@ "Go": "Gå", "Refresh": "Oppdater", "Email address": "E-postadresse", - "Skip": "Hopp over", "Share Room Message": "Del rommelding", "Terms of Service": "Vilkår for bruk", "Service": "Tjeneste", @@ -306,9 +292,6 @@ "Phone": "Telefon", "Enter password": "Skriv inn passord", "Enter username": "Skriv inn brukernavn", - "Confirm": "Bekreft", - "Logout": "Logg ut", - "View": "Vis", "Explore rooms": "Se alle rom", "Guest": "Gjest", "Go Back": "Gå tilbake", @@ -1091,7 +1074,6 @@ "one": "%(count)s rom" }, "Invite by username": "Inviter etter brukernavn", - "Delete": "Slett", "Your public space": "Ditt offentlige område", "Your private space": "Ditt private område", "Invite to %(spaceName)s": "Inviter til %(spaceName)s", @@ -1451,7 +1433,6 @@ "Sent": "Sendt", "Sending": "Sender", "Format": "Format", - "Stop": "Stopp avspilling", "MB": "MB", "Zoom in": "Forstørr", "Zoom out": "Forminske", @@ -1462,8 +1443,6 @@ "Keyboard shortcuts": "Tastatursnarveier", "Global": "Globalt", "Keyword": "Nøkkelord", - "Collapse": "Trekk sammen", - "Expand": "Utvid", "Visibility": "Synlighet", "Address": "Adresse", "Delete avatar": "Slett profilbilde", @@ -1585,7 +1564,28 @@ "start": "Begynn", "start_chat": "Start chat", "view_source": "Vis kilde", - "yes": "Ja" + "yes": "Ja", + "reject": "Avvis", + "confirm": "Bekreft", + "dismiss": "Avvis", + "trust": "Stol på", + "cancel": "Avbryt", + "stop": "Stopp avspilling", + "join": "Bli med", + "close": "Lukk", + "accept": "Godta", + "upgrade": "Oppgrader", + "verify": "Bekreft", + "update": "Oppdater", + "delete": "Slett", + "upload": "Last opp", + "collapse": "Trekk sammen", + "reset": "Nullstill", + "share": "Del", + "skip": "Hopp over", + "logout": "Logg ut", + "view": "Vis", + "expand": "Utvid" }, "a11y": { "user_menu": "Brukermeny" diff --git a/src/i18n/strings/ne.json b/src/i18n/strings/ne.json index fdbc34821aa..09b33d49b01 100644 --- a/src/i18n/strings/ne.json +++ b/src/i18n/strings/ne.json @@ -5,12 +5,14 @@ "Confirm adding this phone number by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो फोन नम्बर थपेको पुष्टि गर्नुहोस्।", "Failed to verify email address: make sure you clicked the link in the email": "इमेल ठेगाना प्रमाणित गर्न असफल: तपाईंले इमेलमा रहेको लिङ्कमा क्लिक गर्नुभएको छ भनी सुनिश्चित गर्नुहोस्", "Add Email Address": "इमेल ठेगाना थप्नुहोस्", - "Confirm": "पुष्टि गर्नुहोस्", "Click the button below to confirm adding this email address.": "यो इमेल ठेगाना थपिएको पुष्टि गर्न तलको बटनमा क्लिक गर्नुहोस्।", "Confirm adding email": "इमेल थपेको पुष्टि गर्नुहोस्", "Single Sign On": "एकल साइन अन", "Confirm adding this email address by using Single Sign On to prove your identity.": "आफ्नो पहिचान प्रमाणित गर्न एकल साइन अन प्रयोग गरेर यो इमेल ठेगाना थपेको पुष्टि गर्नुहोस्।", "Use Single Sign On to continue": "जारी राख्न एकल साइन अन प्रयोग गर्नुहोस्", "This phone number is already in use": "यो फोन नम्बर पहिले नै प्रयोगमा छ", - "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ" + "This email address is already in use": "यो इमेल ठेगाना पहिले नै प्रयोगमा छ", + "action": { + "confirm": "पुष्टि गर्नुहोस्" + } } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 10736015ccf..4cb7d176853 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -24,8 +24,6 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", - "Cancel": "Annuleren", - "Accept": "Aannemen", "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", @@ -37,9 +35,7 @@ "Camera": "Camera", "Anyone": "Iedereen", "Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer ‘%(roomName)s’ wil verlaten?", - "Close": "Sluiten", "Create new room": "Nieuwe kamer aanmaken", - "Dismiss": "Sluiten", "Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s", "Favourite": "Favoriet", "Notifications": "Meldingen", @@ -132,7 +128,6 @@ "Sign in with": "Inloggen met", "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze toegetreden zijn.", @@ -254,7 +249,6 @@ "Authentication check failed: incorrect password?": "Aanmeldingscontrole mislukt: onjuist wachtwoord?", "Do you want to set an email address?": "Wil je een e-mailadres instellen?", "This will allow you to reset your password and receive notifications.": "Zo kan je een nieuw wachtwoord instellen en meldingen ontvangen.", - "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", @@ -421,7 +415,6 @@ "Notification targets": "Meldingsbestemmingen", "Today": "Vandaag", "Friday": "Vrijdag", - "Update": "Updaten", "What's New": "Wat is er nieuw", "On": "Aan", "Changelog": "Wijzigingslogboek", @@ -441,7 +434,6 @@ "Search…": "Zoeken…", "Developer Tools": "Ontwikkelgereedschap", "Saturday": "Zaterdag", - "Reject": "Weigeren", "Monday": "Maandag", "Toolbox": "Gereedschap", "Collecting logs": "Logs worden verzameld", @@ -724,7 +716,6 @@ "Room Topic": "Kameronderwerp", "This room is a continuation of another conversation.": "Deze kamer is een voortzetting van een ander gesprek.", "Click here to see older messages.": "Klik hier om oudere berichten te bekijken.", - "Join": "Deelnemen", "Power level": "Machtsniveau", "The following users may not exist": "Volgende personen bestaan mogelijk niet", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-ID’s hieronder vinden - wil je ze toch uitnodigen?", @@ -768,7 +759,6 @@ "Change": "Wijzigen", "Email (optional)": "E-mailadres (optioneel)", "Phone (optional)": "Telefoonnummer (optioneel)", - "Confirm": "Bevestigen", "Join millions for free on the largest public server": "Neem deel aan de grootste publieke server samen met miljoenen anderen", "Other": "Overige", "Couldn't load page": "Kon pagina niet laden", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Jouw browser heeft deze gegevens wellicht verwijderd toen de beschikbare opslagSpace vol was.", "Upload files (%(current)s of %(total)s)": "Bestanden versturen (%(current)s van %(total)s)", "Upload files": "Bestanden versturen", - "Upload": "Versturen", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot om te versturen. Het limiet is %(limit)s en dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestanden zijn te groot om te versturen. De bestandsgroottelimiet is %(limit)s.", @@ -890,7 +879,6 @@ "Uploaded sound": "Geüpload-geluid", "Sounds": "Geluiden", "Notification sound": "Meldingsgeluid", - "Reset": "Opnieuw instellen", "Set a new custom sound": "Stel een nieuw aangepast geluid in", "Browse": "Bladeren", "Cannot reach homeserver": "Kan homeserver niet bereiken", @@ -955,7 +943,6 @@ "Unable to revoke sharing for email address": "Kan delen voor dit e-mailadres niet intrekken", "Unable to share email address": "Kan e-mailadres niet delen", "Revoke": "Intrekken", - "Share": "Delen", "Discovery options will appear once you have added an email above.": "Vindbaarheidopties zullen verschijnen wanneer je een e-mailadres hebt toegevoegd.", "Unable to revoke sharing for phone number": "Kan delen voor dit telefoonnummer niet intrekken", "Unable to share phone number": "Kan telefoonnummer niet delen", @@ -1026,7 +1013,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", - "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", "Clear cache and reload": "Cache wissen en herladen", @@ -1065,7 +1051,6 @@ "Encryption upgrade available": "Versleutelingsupgrade beschikbaar", "You can use /help to list available commands. Did you mean to send this as a message?": "Typ /help om alle opdrachten te zien. Was het je bedoeling dit als bericht te sturen?", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Dit vergt validatie van een e-mailadres of telefoonnummer middels de standaard identiteitsserver , maar die server heeft geen gebruiksvoorwaarden.", - "Trust": "Vertrouwen", "Custom (%(level)s)": "Aangepast (%(level)s)", "Error upgrading room": "Upgraden van kamer mislukt", "Double check that your server supports the room version chosen and try again.": "Ga nogmaals na dat de server de gekozen kamerversie ondersteunt, en probeer het dan opnieuw.", @@ -1123,8 +1108,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Doe dit voor de zekerheid onder vier ogen, of via een betrouwbaar communicatiemedium.", "Lock": "Hangslot", "Other users may not trust it": "Mogelijk wantrouwen anderen het", - "Upgrade": "Upgraden", - "Verify": "Verifiëren", "Later": "Later", "Review": "Controleer", "This bridge was provisioned by .": "Dank aan voor de brug.", @@ -2196,7 +2179,6 @@ "Invite only, best for yourself or teams": "Alleen op uitnodiging, geschikt voor jezelf of teams", "Open space for anyone, best for communities": "Publieke space voor iedereen, geschikt voor gemeenschappen", "Create a space": "Space maken", - "Delete": "Verwijderen", "This homeserver has been blocked by its administrator.": "Deze homeserver is geblokkeerd door jouw beheerder.", "Already in call": "Al in de oproep", "You're already in a call with this person.": "Je bent al in gesprek met deze persoon.", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.", "This space has no local addresses": "Deze Space heeft geen lokaaladres", "Space information": "Space-informatie", - "Collapse": "Invouwen", - "Expand": "Uitvouwen", "Recommended for public spaces.": "Aanbevolen voor publieke spaces.", "Allow people to preview your space before they join.": "Personen toestaan een voorvertoning van jouw space te zien voor deelname.", "Preview Space": "Space voorvertoning", @@ -2582,7 +2562,6 @@ "Select from the options below to export chats from your timeline": "Selecteer met welke opties je jouw chats wilt exporteren van je tijdlijn", "Export Chat": "Chat exporteren", "Exporting your data": "Jouw data aan het exporteren", - "Stop": "Stop", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Weet je zeker dat je wilt stoppen terwijl je jouw data exporteert? Als je dit doet moet je later opnieuw beginnen.", "Your export was successful. Find it in your Downloads folder.": "Jouw export was succesvol. Je vindt hem in je Downloads-map.", "The export was cancelled successfully": "De export was succesvol geannulleerd", @@ -2925,7 +2904,6 @@ "Navigate to previous message to edit": "Navigeer naar het vorige bericht om te bewerken", "Navigate to next message to edit": "Navigeer naar het volgende bericht om te bewerken", "Internal room ID": "Interne ruimte ID", - "Call": "Bellen", "Redo edit": "Opnieuw bewerken", "Force complete": "Voltooiing forceren", "Undo edit": "Bewerken ongedaan maken", @@ -3579,7 +3557,29 @@ "start": "Start", "start_chat": "Gesprek beginnen", "view_source": "Bron bekijken", - "yes": "Ja" + "yes": "Ja", + "reject": "Weigeren", + "confirm": "Bevestigen", + "dismiss": "Sluiten", + "trust": "Vertrouwen", + "cancel": "Annuleren", + "stop": "Stop", + "join": "Deelnemen", + "close": "Sluiten", + "accept": "Aannemen", + "upgrade": "Upgraden", + "verify": "Verifiëren", + "update": "Updaten", + "call": "Bellen", + "delete": "Verwijderen", + "upload": "Versturen", + "collapse": "Invouwen", + "reset": "Opnieuw instellen", + "share": "Delen", + "skip": "Overslaan", + "logout": "Uitloggen", + "view": "Bekijken", + "expand": "Uitvouwen" }, "a11y": { "user_menu": "Persoonsmenu" diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 88c33efb733..7f3a8d1cb08 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -112,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", - "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", @@ -213,11 +212,9 @@ "Search…": "Søk…", "This Room": "Dette rommet", "All Rooms": "Alle rom", - "Cancel": "Bryt av", "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", "Stickerpack": "Klistremerkepakke", "Jump to first unread message.": "Hopp til den fyrste uleste meldinga.", - "Close": "Lukk", "This room has no local addresses": "Dette rommet har ingen lokale adresser", "You have enabled URL previews by default.": "Du har skrudd URL-førehandsvisingar på i utgangspunktet.", "You have disabled URL previews by default.": "Du har skrudd URL-førehandsvisingar av i utgangspunktet.", @@ -245,7 +242,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s endra romavataren til ", "Copied!": "Kopiert!", "Failed to copy": "Noko gjekk gale med kopieringa", - "Dismiss": "Avvis", "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", "Code": "Kode", @@ -257,7 +253,6 @@ "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", - "Update": "Oppdatering", "What's new?": "Kva er nytt?", "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", "No update available.": "Inga oppdatering er tilgjengeleg.", @@ -391,7 +386,6 @@ "Unable to add email address": "Klarte ikkje å leggja epostadressa til", "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", - "Skip": "Hopp over", "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", "Share Room": "Del Rom", "Link to most recent message": "Lenk til den nyaste meldinga", @@ -400,7 +394,6 @@ "Link to selected message": "Lenk til den valde meldinga", "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", - "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", "Source URL": "Kjelde-URL", @@ -420,7 +413,6 @@ "Review terms and conditions": "Sjå over Vilkår og Føresetnader", "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", "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.": "Data frå ein eldre versjon av %(brand)s er oppdaga. Dette kan ha gjort at ende-til-ende kryptering feilar i den eldre versjonen. Krypterte meldingar som er utveksla med den gamle versjonen er kanskje ikkje dekrypterbare i denne versjonen. Dette kan forårsake at meldingar utveksla mot denne versjonen vil feile. Opplever du problem med dette, kan du logge inn og ut igjen. For å behalde meldingshistorikk, eksporter og importer nøklane dine på nytt.", - "Logout": "Logg ut", "Invite to this room": "Inviter til dette rommet", "Notifications": "Varsel", "You can't send any messages until you review and agree to our terms and conditions.": "Du kan ikkje senda meldingar før du les over og godkjenner våre bruksvilkår.", @@ -600,7 +592,6 @@ "Identity server has no terms of service": "Identitetstenaren manglar bruksvilkår", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Denne handlinga krev kommunikasjon mot (standard identitetstenar) for å verifisere e-post eller telefonnummer, men tenaren manglar bruksvilkår.", "Only continue if you trust the owner of the server.": "Gå vidare så lenge du har tillit til eigar av tenaren.", - "Trust": "Tillat", "Custom (%(level)s)": "Tilpassa (%(level)s)", "Error upgrading room": "Feil ved oppgradering av rom", "Double check that your server supports the room version chosen and try again.": "Sjekk at tenar støttar denne romversjonen, og prøv på nytt.", @@ -724,7 +715,6 @@ "Show shortcuts to recently viewed rooms above the room list": "Vis snarvegar til sist synte rom over romkatalogen", "Show hidden events in timeline": "Vis skjulte hendelsar i historikken", "This is your list of users/servers you have blocked - don't leave the room!": "Dette er di liste over brukarar/tenarar du har blokkert - ikkje forlat rommet!", - "Upload": "Last opp", "Show less": "Vis mindre", "Show more": "Vis meir", "Display Name": "Visningsnamn", @@ -786,7 +776,6 @@ "Encrypted messages in group chats": "Krypterte meldingar i gruppesamtalar", "When rooms are upgraded": "Når rom blir oppgraderte", "My Ban List": "Mi blokkeringsliste", - "Upgrade": "Oppgrader", "Enable desktop notifications for this session": "Aktiver skrivebordsvarslingar for denne øka", "Enable audible notifications for this session": "Aktiver høyrbare varslingar for denne økta", "Custom theme URL": "Tilpassa tema-URL", @@ -816,12 +805,10 @@ "Command Help": "Kommandohjelp", "To help us prevent this in future, please send us logs.": "For å bistå med å forhindre dette i framtida, gjerne send oss loggar.", "%(creator)s created and configured the room.": "%(creator)s oppretta og konfiguerte dette rommet.", - "View": "Vis", "Jump to first unread room.": "Hopp til fyrste uleste rom.", "Jump to first invite.": "Hopp til fyrste invitasjon.", "Unable to set up secret storage": "Oppsett av hemmeleg lager feila", "Toggle microphone mute": "Slå av/på demping av mikrofon", - "Confirm": "Stadfest", "Confirm adding email": "Stadfest at du ynskjer å legga til e-postadressa", "Click the button below to confirm adding this email address.": "Trykk på knappen under for å stadfesta at du ynskjer å legga til denne e-postadressa.", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Stadfest dette telefonnummeret for å bruka Single-sign-on for å bevisa identiteten din.", @@ -859,7 +846,6 @@ "wait and try again later": "vent og prøv om att seinare", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin Security Disclosure Policy.", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Tenaradministratoren din har deaktivert ende-til-ende kryptering som standard i direktemeldingar og private rom.", - "Reset": "Nullstill", "Set a new custom sound": "Set ein ny tilpassa lyd", "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. Learn more about encryption.": "Når kryptering er aktivert for eit rom, kan ein ikkje deaktivere det. Meldingar som blir sende i eit kryptert rom kan ikkje bli lesne av tenaren, men berre av deltakarane i rommet. Aktivering av kryptering kan hindre mange botar og bruer frå å fungera på rett måte. Les meir om kryptering her.", "Encrypted": "Kryptert", @@ -870,7 +856,6 @@ "Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.", "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.", "This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.", - "Join": "Bli med", "Matrix": "Matrix", "Add a new server": "Legg til ein ny tenar", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.", @@ -983,7 +968,6 @@ "Change identity server": "Endre identitetstenar", "Not a valid identity server (status code %(code)s)": "Ikkje ein gyldig identietstenar (statuskode %(code)s)", "Identity server URL must be HTTPS": "URL for identitetstenar må vera HTTPS", - "Share": "Del", "Review to ensure your account is safe": "Undersøk dette for å gjere kontoen trygg", "Review": "Undersøk", "Results are only revealed when you end the poll": "Resultatet blir synleg når du avsluttar røystinga", @@ -998,7 +982,6 @@ "Autoplay GIFs": "Spel av GIF-ar automatisk", "Expand map": "Utvid kart", "Expand quotes": "Utvid sitat", - "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", "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.", @@ -1095,7 +1078,24 @@ "retry": "Prøv om att", "save": "Lagra", "start_chat": "Start samtale", - "view_source": "Sjå Kjelda" + "view_source": "Sjå Kjelda", + "reject": "Avslå", + "confirm": "Stadfest", + "dismiss": "Avvis", + "trust": "Tillat", + "cancel": "Bryt av", + "join": "Bli med", + "close": "Lukk", + "accept": "Sei ja", + "upgrade": "Oppgrader", + "update": "Oppdatering", + "upload": "Last opp", + "reset": "Nullstill", + "share": "Del", + "skip": "Hopp over", + "logout": "Logg ut", + "view": "Vis", + "expand": "Utvid" }, "Home": "Heim" } diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index 6d746e36b19..fda97df8eb1 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -31,7 +31,6 @@ "Start chatting": "Començar de charrar", "Do you want to join %(roomName)s?": "Volètz rejonher %(roomName)s ?", " invited you": " vos convidèt", - "Reject": "Regetar", "Reject & Ignore user": "Regetar e ignorar", "%(roomName)s does not exist.": "%(roomName)s existís pas.", "This Room": "Aquesta sala", @@ -39,10 +38,7 @@ "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", - "Confirm": "Confirmar", - "Dismiss": "Refusar", "Go Back": "En arrièr", - "Cancel": "Anullar", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -64,7 +60,6 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", - "Trust": "Aprovacion", "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", @@ -79,14 +74,9 @@ "Reason": "Rason", "Review": "Reveire", "Notifications": "Notificacions", - "Close": "Tampar", "Ok": "Validar", "Set up": "Parametrar", - "Upgrade": "Metre a jorn", - "Verify": "Verificar", - "Update": "Mesa a jorn", "Font size": "Talha de poliça", - "Accept": "Acceptar", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -106,7 +96,6 @@ "Headphones": "Escotadors", "Folder": "Dorsièr", "Pin": "Penjar", - "Upload": "Enviar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -143,7 +132,6 @@ "Camera": "Aparelh de fotografiar", "Bridges": "Bridges", "Sounds": "Sons", - "Reset": "Recomençar", "Browse": "Percórrer", "Unban": "Reabilitar", "Permissions": "Permissions", @@ -151,7 +139,6 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", - "Share": "Partiment", "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", @@ -196,7 +183,6 @@ "Categories": "Categorias", "Cancel search": "Anullar la recèrca", "More options": "Autras opcions", - "Join": "Jónher", "Rotate Left": "Pivotar cap a èrra", "Rotate Right": "Pivotar cap a drecha", "Matrix": "Matritz", @@ -215,7 +201,6 @@ "Session name": "Nom de session", "Refresh": "Actualizada", "Email address": "Adreça de corrièl", - "Skip": "Ignorar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", @@ -230,8 +215,6 @@ "Passwords don't match": "Los senhals correspondon pas", "Register": "S'enregistrar", "Unknown error": "Error desconeguda", - "Logout": "Desconnexion", - "View": "Visualizacion", "Search failed": "La recèrca a fracassat", "Feedback": "Comentaris", "Incorrect password": "Senhal incorrècte", @@ -304,7 +287,24 @@ "start": "Començament", "start_chat": "Començar una discussion", "view_source": "Veire la font", - "yes": "Òc" + "yes": "Òc", + "reject": "Regetar", + "confirm": "Confirmar", + "dismiss": "Refusar", + "trust": "Aprovacion", + "cancel": "Anullar", + "join": "Jónher", + "close": "Tampar", + "accept": "Acceptar", + "upgrade": "Metre a jorn", + "verify": "Verificar", + "update": "Mesa a jorn", + "upload": "Enviar", + "reset": "Recomençar", + "share": "Partiment", + "skip": "Ignorar", + "logout": "Desconnexion", + "view": "Visualizacion" }, "Home": "Dorsièr personal" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index a01a36e5832..8d32cdeb1e9 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -1,5 +1,4 @@ { - "Skip": "Pomiń", "This will allow you to reset your password and receive notifications.": "To pozwoli Ci zresetować Twoje hasło i otrzymać powiadomienia.", "Your browser does not support the required cryptography extensions": "Twoja przeglądarka nie wspiera wymaganych rozszerzeń kryptograficznych", "Something went wrong!": "Coś poszło nie tak!", @@ -7,7 +6,6 @@ "Unknown error": "Nieznany błąd", "New Password": "Nowe hasło", "Create new room": "Utwórz nowy pokój", - "Cancel": "Anuluj", "Jan": "Sty", "Feb": "Lut", "Mar": "Mar", @@ -32,7 +30,6 @@ "Users": "Użytkownicy", "Usage": "Użycie", "Unban": "Odbanuj", - "Accept": "Akceptuj", "Account": "Konto", "Add": "Dodaj", "Microphone": "Mikrofon", @@ -40,7 +37,6 @@ "Are you sure?": "Czy jesteś pewien?", "Banned users": "Zbanowani użytkownicy", "Change Password": "Zmień Hasło", - "Close": "Zamknij", "Confirm password": "Potwierdź hasło", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", @@ -48,7 +44,6 @@ "Operation failed": "Operacja nie udała się", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", - "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", "powered by Matrix": "napędzany przez Matrix", @@ -128,7 +123,6 @@ "Join Room": "Dołącz do pokoju", "Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.", "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", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich zaproszenia.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s uczynił przyszłą historię pokoju widoczną dla wszystkich członków pokoju, od momentu ich dołączenia.", @@ -297,7 +291,6 @@ "Notification targets": "Cele powiadomień", "Today": "Dzisiaj", "Friday": "Piątek", - "Update": "Zaktualizuj", "What's New": "Co nowego", "On": "Włącz", "Changelog": "Dziennik zmian", @@ -318,7 +311,6 @@ "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowuję do wysłania dzienników", "Saturday": "Sobota", - "Reject": "Odrzuć", "Monday": "Poniedziałek", "Toolbox": "Przybornik", "Collecting logs": "Zbieranie dzienników", @@ -782,7 +774,6 @@ "Changes the avatar of the current room": "Zmienia awatar dla obecnego pokoju", "Use an identity server": "Użyj serwera tożsamości", "Show previews/thumbnails for images": "Pokaż podgląd/miniatury obrazów", - "Trust": "Zaufaj", "Custom (%(level)s)": "Własny (%(level)s)", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Użyj serwera tożsamości, by zaprosić z użyciem adresu e-mail. Kliknij dalej, żeby użyć domyślnego serwera tożsamości (%(defaultIdentityServerName)s), lub zmień w Ustawieniach.", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, by zaprosić za pomocą adresu e-mail. Zarządzaj w ustawieniach.", @@ -843,9 +834,7 @@ "one": "1 nieprzeczytana wiadomość." }, "Unread messages.": "Nieprzeczytane wiadomości.", - "Join": "Dołącz", "%(creator)s created and configured the room.": "%(creator)s stworzył i skonfigurował pokój.", - "View": "Wyświetl", "Missing media permissions, click the button below to request.": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", "%(severalUsers)smade no changes %(count)s times": { "other": "%(severalUsers)snie wykonało zmian %(count)s razy", @@ -862,7 +851,6 @@ "Match system theme": "Dopasuj do motywu systemowego", "They match": "Pasują do siebie", "They don't match": "Nie pasują do siebie", - "Upload": "Prześlij", "Remove recent messages": "Usuń ostatnie wiadomości", "Rotate Left": "Obróć w lewo", "Rotate Right": "Obróć w prawo", @@ -886,7 +874,6 @@ "Ignored users": "Zignorowani użytkownicy", "⚠ These settings are meant for advanced users.": "⚠ Te ustawienia są przeznaczone dla zaawansowanych użytkowników.", "Subscribe": "Subskrybuj", - "Reset": "Resetuj", "Local address": "Lokalny adres", "Published Addresses": "Opublikowane adresy", "Local Addresses": "Lokalne adresy", @@ -906,7 +893,6 @@ "Enter": "Enter", "Space": "Przestrzeń", "End": "End", - "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ć.", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", @@ -949,7 +935,6 @@ "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", - "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { "other": "%(count)s zweryfikowanych sesji", @@ -963,7 +948,6 @@ "Hide sessions": "Ukryj sesje", "Integrations are disabled": "Integracje są wyłączone", "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", - "Upgrade": "Ulepsz", "Manage": "Zarządzaj", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", @@ -1000,7 +984,6 @@ "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", "Support adding custom themes": "Obsługa dodawania niestandardowych motywów", - "Share": "Udostępnij", "Bold": "Pogrubienie", "Italics": "Kursywa", "Strikethrough": "Przekreślenie", @@ -1802,7 +1785,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Udostępnij anonimowe dane, aby pomóc nam zidentyfikować problemy. Nic osobistego. Żadnych podmiotów zewnętrznych. Dowiedz się więcej", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Wcześniej wyraziłeś zgodę na udostępnianie zanonimizowanych danych z nami. Teraz aktualizujemy jak to działa.", "Help improve %(analyticsOwner)s": "Pomóż poprawić %(analyticsOwner)s", - "Stop": "Stop", "That's fine": "To jest w porządku", "File Attached": "Plik załączony", "Exported %(count)s events in %(seconds)s seconds": { @@ -2098,8 +2080,6 @@ "Invite people": "Zaproś ludzi", "Share invite link": "Udostępnij link zaproszenia", "Click to copy": "Kliknij aby skopiować", - "Collapse": "Zwiń", - "Expand": "Rozwiń", "Show all rooms": "Pokaż wszystkie pokoje", "You can change these anytime.": "Możesz to zmienić w każdej chwili.", "Add some details to help people recognise it.": "Dodaj trochę szczegółów, aby ludzie mogli ją łatwo rozpoznać.", @@ -2114,7 +2094,6 @@ "e.g. my-space": "np. moja-przestrzen", "Please enter a name for the space": "Podaj nazwę dla przestrzeni", "Search %(spaceName)s": "Przeszukaj %(spaceName)s", - "Delete": "Usuń", "Delete avatar": "Usuń awatar", "Space selection": "Wybór przestrzeni", "Match system": "Dopasuj do systemu", @@ -2139,7 +2118,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Oczekiwanie na zweryfikowanie przez ciebie twojego innego urządzenia, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Zweryfikuj to urządzenie, upewniając się że poniższy numer wyświetlony jest na jego ekranie.", "Confirm the emoji below are displayed on both devices, in the same order:": "Potwierdź że poniższe emotikony są wyświetlane na obu urządzeniach, w tej samej kolejności:", - "Call": "Zadzwoń", "%(name)s on hold": "%(name)s na linii", "More": "Więcej", "Show sidebar": "Pokaż pasek boczny", @@ -2353,7 +2331,6 @@ "Use your account to continue.": "Użyj swojego konta, aby kontynuować.", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.", "%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową", - "Reload": "Przeładuj", "Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta", "No identity access token found": "Nie znaleziono tokena dostępu tożsamości", "Identity server not set": "Serwer tożsamości nie jest ustawiony", @@ -2470,7 +2447,6 @@ "Set a new account password…": "Ustaw nowe hasło użytkownika…", "Error changing password": "Wystąpił błąd podczas zmiany hasła", "New version available. Update now.": "Nowa wersja dostępna. Aktualizuj teraz.", - "Apply": "Zastosuj", "Search users in this room…": "Szukaj użytkowników w tym pokoju…", "Saving…": "Zapisywanie…", "Creating…": "Tworzenie…", @@ -3953,7 +3929,31 @@ "start": "Rozpocznij", "start_chat": "Rozpocznij rozmowę", "view_source": "Wyświetl źródło", - "yes": "Tak" + "yes": "Tak", + "reject": "Odrzuć", + "confirm": "Potwierdź", + "dismiss": "Pomiń", + "trust": "Zaufaj", + "reload": "Przeładuj", + "cancel": "Anuluj", + "stop": "Stop", + "join": "Dołącz", + "close": "Zamknij", + "accept": "Akceptuj", + "upgrade": "Ulepsz", + "verify": "Weryfikuj", + "update": "Zaktualizuj", + "call": "Zadzwoń", + "delete": "Usuń", + "upload": "Prześlij", + "collapse": "Zwiń", + "apply": "Zastosuj", + "reset": "Resetuj", + "share": "Udostępnij", + "skip": "Pomiń", + "logout": "Wyloguj", + "view": "Wyświetl", + "expand": "Rozwiń" }, "a11y": { "user_menu": "Menu użytkownika" diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 3483ec93c26..485aaf1f48e 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -32,7 +32,6 @@ "Invalid Email Address": "Endereço de email inválido", "Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala", "Sign in with": "Quero entrar", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "Novas palavras-passe devem coincidir.", @@ -159,7 +158,6 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -189,7 +187,6 @@ "Incorrect password": "Palavra-passe incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Descartar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "potenciado por Matrix", @@ -241,12 +238,10 @@ "Start authentication": "Iniciar autenticação", "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", "Add": "Adicionar", "Unnamed Room": "Sala sem nome", "Something went wrong!": "Algo deu errado!", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)", - "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", @@ -265,7 +260,6 @@ "Authentication check failed: incorrect password?": "Erro de autenticação: palavra-passe incorreta?", "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", "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", @@ -285,7 +279,6 @@ "Notification targets": "Alvos de notificação", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Histórico de alterações", @@ -306,7 +299,6 @@ "Developer Tools": "Ferramentas de desenvolvedor", "Unnamed room": "Sala sem nome", "Saturday": "Sábado", - "Reject": "Rejeitar", "Monday": "Segunda-feira", "Collecting logs": "A recolher logs", "Invite to this room": "Convidar para esta sala", @@ -343,7 +335,6 @@ "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", "Comment": "Comente", - "Confirm": "Confirmar", "Use Single Sign On to continue": "Use Single Sign On para continuar", "Identity server not set": "Servidor de identidade não definido", "No identity access token found": "Nenhum token de identidade de acesso encontrado", @@ -375,7 +366,6 @@ "%(minutes)sm %(seconds)ss left": "%(minutes)sm %(seconds)ss restantes", "Only continue if you trust the owner of the server.": "Continue apenas se confia no dono do servidor.", "User Busy": "Utilizador ocupado", - "Trust": "Confiar", "The user you called is busy.": "O utilizador para o qual tentou ligar está ocupado.", "The call was answered on another device.": "A chamada foi atendida noutro dispositivo.", "Unable to access microphone": "Não é possível aceder ao microfone", @@ -400,7 +390,6 @@ "You cannot place calls in this browser.": "Não pode fazer chamadas neste navegador.", "Database unexpectedly closed": "Base de dados fechada inesperadamente", "User is not logged in": "Utilizador não tem sessão iniciada", - "Reload": "Recarregar", "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", @@ -767,7 +756,18 @@ "remove": "Remover", "save": "Salvar", "start_chat": "Iniciar conversa", - "view_source": "Ver a fonte" + "view_source": "Ver a fonte", + "reject": "Rejeitar", + "confirm": "Confirmar", + "dismiss": "Descartar", + "trust": "Confiar", + "reload": "Recarregar", + "cancel": "Cancelar", + "close": "Fechar", + "accept": "Aceitar", + "update": "Atualizar", + "skip": "Saltar", + "logout": "Sair" }, "Home": "Início" } diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 0573c35fb14..2cd68006efb 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -32,7 +32,6 @@ "Invalid Email Address": "Endereço de e-mail inválido", "Invites user with given id to current room": "Convida o usuário com o ID especificado para esta sala", "Sign in with": "Entrar com", - "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", "New passwords must match each other.": "As novas senhas informadas precisam ser idênticas.", @@ -159,7 +158,6 @@ "You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?", "You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.", - "Cancel": "Cancelar", "Always show message timestamps": "Sempre mostrar as datas das mensagens", "Authentication": "Autenticação", "An error has occurred.": "Ocorreu um erro.", @@ -189,7 +187,6 @@ "Incorrect password": "Senha incorreta", "Unable to restore session": "Não foi possível restaurar a sessão", "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 você já usou antes uma versão mais recente do %(brand)s, a sua sessão pode ser incompatível com esta versão. Feche esta janela e tente abrir com a versão mais recente.", - "Dismiss": "Dispensar", "Token incorrect": "Token incorreto", "Please enter the code it contains:": "Por favor, entre com o código que está na mensagem:", "powered by Matrix": "oferecido por Matrix", @@ -234,10 +231,8 @@ "Create new room": "Criar nova sala", "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", "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.", @@ -253,7 +248,6 @@ "Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?", "Do you want to set an email address?": "Você deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações.", - "Skip": "Pular", "Restricted": "Restrito", "You are not in this room.": "Você não está nesta sala.", "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", @@ -415,7 +409,6 @@ "Notification targets": "Aparelhos notificados", "Today": "Hoje", "Friday": "Sexta-feira", - "Update": "Atualizar", "What's New": "Novidades", "On": "Ativado", "Changelog": "Registro de alterações", @@ -435,7 +428,6 @@ "Search…": "Buscar…", "Developer Tools": "Ferramentas do desenvolvedor", "Saturday": "Sábado", - "Reject": "Recusar", "Monday": "Segunda-feira", "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", @@ -756,7 +748,6 @@ "Single Sign On": "Autenticação Única", "Confirm adding email": "Confirmar a inclusão de e-mail", "Click the button below to confirm adding this email address.": "Clique no botão abaixo para confirmar a adição deste endereço de e-mail.", - "Confirm": "Confirmar", "Add Email Address": "Adicionar endereço de e-mail", "Confirm adding phone number": "Confirmar adição de número de telefone", "Add Phone Number": "Adicionar número de telefone", @@ -771,7 +762,6 @@ "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", "Only continue if you trust the owner of the server.": "Continue apenas se você confia em quem possui este servidor.", - "Trust": "Confiança", "%(name)s is requesting verification": "%(name)s está solicitando confirmação", "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", @@ -881,8 +871,6 @@ "Ok": "Ok", "Encryption upgrade available": "Atualização de criptografia disponível", "Verify this session": "Confirmar esta sessão", - "Upgrade": "Atualizar", - "Verify": "Confirmar", "Other users may not trust it": "Outras(os) usuárias(os) podem não confiar nela", "New login. Was this you?": "Novo login. Foi você?", "Guest": "Convidada(o)", @@ -928,7 +916,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Para sua segurança, faça isso pessoalmente ou use uma forma confiável de comunicação.", "Lock": "Cadeado", "Accept to continue:": "Aceitar para continuar:", - "Upload": "Enviar", "This bridge was provisioned by .": "Esta integração foi disponibilizada por .", "This bridge is managed by .": "Esta integração é desenvolvida por .", "Show less": "Mostrar menos", @@ -1093,7 +1080,6 @@ "Widget added by": "Widget adicionado por", "This widget may use cookies.": "Este widget pode usar cookies.", "More options": "Mais opções", - "Join": "Entrar", "Rotate Left": "Girar para a esquerda", "Rotate Right": "Girar para a direita", "Language Dropdown": "Menu suspenso de idiomas", @@ -1328,7 +1314,6 @@ "Notify everyone": "Notificar todos", "Your email address hasn't been verified yet": "Seu endereço de e-mail ainda não foi confirmado", "Revoke": "Revogar", - "Share": "Compartilhar", "Unable to revoke sharing for phone number": "Não foi possível revogar o compartilhamento do número de celular", "Unable to share phone number": "Não foi possível compartilhar o número de celular", "Please enter verification code sent via text.": "Digite o código de confirmação enviado por mensagem de texto.", @@ -1450,7 +1435,6 @@ "Password is allowed, but unsafe": "Esta senha é permitida, mas não é segura", "Sign in with SSO": "Faça login com SSO (Login Único)", "Couldn't load page": "Não foi possível carregar a página", - "View": "Ver", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala.", "one": "Você tem %(count)s notificações não lidas em uma versão anterior desta sala." @@ -1591,7 +1575,6 @@ "You can also set up Secure Backup & manage your keys in Settings.": "Você também pode configurar o Backup online & configurar as suas senhas nas Configurações.", "Cross-signing is ready for use.": "A autoverificação está pronta para uso.", "Cross-signing is not set up.": "A autoverificação não está configurada.", - "Reset": "Redefinir", "not found in storage": "não encontrado no armazenamento", "Master private key:": "Chave privada principal:", "Failed to save your profile": "Houve uma falha ao salvar o seu perfil", @@ -2148,7 +2131,6 @@ "Skip for now": "Ignorar por enquanto", "Random": "Aleatório", "Welcome to ": "Boas-vindas ao ", - "Delete": "Excluir", "This homeserver has been blocked by its administrator.": "Este servidor local foi bloqueado pelo seu administrador.", "You're already in a call with this person.": "Você já está em uma chamada com essa pessoa.", "Failed to create initial space rooms": "Falha ao criar salas de espaço iniciais", @@ -2246,8 +2228,6 @@ "Keyword": "Palavra-chave", "Error saving notification preferences": "Erro ao salvar as preferências de notificações", "Messages containing keywords": "Mensagens contendo palavras-chave", - "Collapse": "Colapsar", - "Expand": "Expandir", "Recommended for public spaces.": "Recomendado para espaços públicos.", "Preview Space": "Previsualizar o Espaço", "Visibility": "Visibilidade", @@ -2448,7 +2428,6 @@ "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Compartilhe dados anônimos para nos ajudar a identificar problemas. Nada pessoal. Sem terceiros. Saiba mais", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Você consentiu anteriormente em compartilhar dados de uso anônimos conosco. Estamos atualizando como isso funciona.", "Help improve %(analyticsOwner)s": "Ajude a melhorar %(analyticsOwner)s", - "Stop": "Pare", "That's fine": "Isso é bom", "Current Timeline": "Linha do tempo atual", "Specify a number of messages": "Especifique um número de mensagens", @@ -2894,7 +2873,28 @@ "start": "Iniciar", "start_chat": "Iniciar conversa", "view_source": "Ver código-fonte", - "yes": "Sim" + "yes": "Sim", + "reject": "Recusar", + "confirm": "Confirmar", + "dismiss": "Dispensar", + "trust": "Confiança", + "cancel": "Cancelar", + "stop": "Pare", + "join": "Entrar", + "close": "Fechar", + "accept": "Aceitar", + "upgrade": "Atualizar", + "verify": "Confirmar", + "update": "Atualizar", + "delete": "Excluir", + "upload": "Enviar", + "collapse": "Colapsar", + "reset": "Redefinir", + "share": "Compartilhar", + "skip": "Pular", + "logout": "Sair", + "view": "Ver", + "expand": "Expandir" }, "a11y": { "user_menu": "Menu do usuário" diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 2716abce22f..8b219646208 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -39,7 +39,6 @@ "Explore rooms": "Explorează camerele", "Sign In": "Autentificare", "Create Account": "Înregistare", - "Dismiss": "Închide", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", "No other application is using the webcam": "Nicio altă aplicație nu folosește camera web", @@ -62,7 +61,6 @@ "Confirm adding phone number": "Confirmați adăugarea numărului de telefon", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Confirmați adăugarea acestui număr de telefon utilizând Single Sign On pentru a vă dovedi identitatea.", "Add Email Address": "Adăugați o adresă de e-mail", - "Confirm": "Confirmă", "Click the button below to confirm adding this email address.": "Faceți clic pe butonul de mai jos pentru a confirma adăugarea acestei adrese de e-mail.", "Confirm adding email": "Confirmați adăugarea e-mailului", "Single Sign On": "Single Sign On", @@ -73,6 +71,8 @@ "error": "Eroare" }, "action": { - "ok": "OK" + "ok": "OK", + "confirm": "Confirmă", + "dismiss": "Închide" } } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 0b4b3266811..6c560e23c9f 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -28,7 +28,6 @@ "Invalid Email Address": "Недопустимый email", "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", - "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", "New passwords must match each other.": "Новые пароли должны совпадать.", @@ -151,9 +150,7 @@ "This phone number is already in use": "Этот номер телефона уже используется", "You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s", - "Cancel": "Отмена", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.", - "Dismiss": "Закрыть", "Operation failed": "Сбой операции", "powered by Matrix": "основано на Matrix", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Отображать время в 12-часовом формате (напр. 2:30 ПП)", @@ -234,9 +231,7 @@ "You must register to use this functionality": "Вы должны зарегистрироваться, чтобы использовать эту функцию", "New Password": "Новый пароль", "Something went wrong!": "Что-то пошло не так!", - "Accept": "Принять", "Admin Tools": "Инструменты администратора", - "Close": "Закрыть", "No display name": "Нет отображаемого имени", "Start authentication": "Начать аутентификацию", "(~%(count)s results)": { @@ -253,7 +248,6 @@ "Authentication check failed: incorrect password?": "Ошибка аутентификации: возможно, неправильный пароль?", "Do you want to set an email address?": "Хотите указать email?", "This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.", - "Skip": "Пропустить", "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", @@ -420,7 +414,6 @@ "Notification targets": "Устройства для уведомлений", "Today": "Сегодня", "Friday": "Пятница", - "Update": "Обновить", "What's New": "Что изменилось", "On": "Включить", "Changelog": "История изменений", @@ -442,7 +435,6 @@ "Developer Tools": "Инструменты разработчика", "Preparing to send logs": "Подготовка к отправке журналов", "Saturday": "Суббота", - "Reject": "Отклонить", "Monday": "Понедельник", "Toolbox": "Панель инструментов", "Collecting logs": "Сбор журналов", @@ -607,7 +599,6 @@ "Room Topic": "Тема комнаты", "This room is a continuation of another conversation.": "Эта комната является продолжением другого разговора.", "Click here to see older messages.": "Нажмите, чтобы увидеть старые сообщения.", - "Join": "Войти", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. обратитесь к администратору службы, чтобы продолжить использование службы.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. обратитесь к администратору службы, чтобы продолжить использование службы.", "Prompt before sending invites to potentially invalid matrix IDs": "Подтверждать отправку приглашений на потенциально недействительные matrix ID", @@ -633,7 +624,6 @@ "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", - "Confirm": "Подтвердить", "Other": "Другие", "Go to Settings": "Перейти в настройки", "Set up Secure Messages": "Настроить безопасные сообщения", @@ -828,7 +818,6 @@ "Your browser likely removed this data when running low on disk space.": "Вероятно, ваш браузер удалил эти данные, когда на дисковом пространстве оставалось мало места.", "Upload files (%(current)s of %(total)s)": "Загрузка файлов (%(current)s из %(total)s)", "Upload files": "Загрузка файлов", - "Upload": "Загрузить", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Этот файл слишком большой для загрузки. Лимит размера файла составляет %(limit)s но этот файл %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Эти файлы слишком большие для загрузки. Лимит размера файла составляет %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Некоторые файлы имеют слишком большой размер, чтобы их можно было загрузить. Лимит размера файла составляет %(limit)s.", @@ -885,7 +874,6 @@ "Uploaded sound": "Загруженный звук", "Sounds": "Звук", "Notification sound": "Звук уведомления", - "Reset": "Сброс", "Set a new custom sound": "Установка нового пользовательского звука", "Browse": "Просматривать", "Go back to set it again.": "Задать другой пароль.", @@ -1003,7 +991,6 @@ "Verify the link in your inbox": "Проверьте ссылку в вашем почтовом ящике(папка \"Входящие\")", "Complete": "Выполнено", "Revoke": "Отмена", - "Share": "Поделиться", "Discovery options will appear once you have added an email above.": "Параметры поиска по электронной почты появятся после добавления её выше.", "Unable to revoke sharing for phone number": "Не удалось отменить общий доступ к номеру телефона", "Unable to share phone number": "Не удается предоставить общий доступ к номеру телефона", @@ -1062,7 +1049,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.": "Отчет о данном сообщении отправит свой уникальный 'event ID' администратору вашего домашнего сервера. Если сообщения в этой комнате зашифрованы, администратор вашего домашнего сервера не сможет прочитать текст сообщения или просмотреть какие-либо файлы или изображения.", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Отсутствует Капча открытого ключа в конфигурации домашнего сервера. Пожалуйста, сообщите об этом администратору вашего домашнего сервера.", "%(creator)s created and configured the room.": "%(creator)s создал(а) и настроил(а) комнату.", - "View": "Просмотр", "Explore rooms": "Обзор комнат", "Command Autocomplete": "Автозаполнение команды", "Emoji Autocomplete": "Автодополнение смайлов", @@ -1083,7 +1069,6 @@ "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", "Jump to first invite.": "Перейти к первому приглашению.", - "Trust": "Доверие", "Unread messages.": "Непрочитанные сообщения.", "Message Actions": "Сообщение действий", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Это действие требует по умолчанию доступа к серверу идентификации для подтверждения адреса электронной почты или номера телефона, но у сервера нет никакого пользовательского соглашения.", @@ -1154,8 +1139,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Чтобы быть в безопасности, делайте это лично или используйте надежный способ связи.", "Lock": "Заблокировать", "Other users may not trust it": "Другие пользователи могут не доверять этому сеансу", - "Upgrade": "Обновление", - "Verify": "Заверить", "Later": "Позже", "Review": "Обзор", "This bridge was provisioned by .": "Этот мост был подготовлен пользователем .", @@ -2191,7 +2174,6 @@ "Invite only, best for yourself or teams": "Только по приглашениям, лучший вариант для себя или команды", "Open space for anyone, best for communities": "Открытое пространство для всех, лучший вариант для сообществ", "Create a space": "Создать пространство", - "Delete": "Удалить", "Jump to the bottom of the timeline when you send a message": "Перейти к нижней части временной шкалы, когда вы отправляете сообщение", "This homeserver has been blocked by its administrator.": "Доступ к этому домашнему серверу заблокирован вашим администратором.", "You're already in a call with this person.": "Вы уже разговариваете с этим человеком.", @@ -2463,8 +2445,6 @@ "Error saving notification preferences": "Ошибка при сохранении настроек уведомлений", "Messages containing keywords": "Сообщения с ключевыми словами", "Message search initialisation failed": "Инициализация поиска сообщений не удалась", - "Collapse": "Свернуть", - "Expand": "Развернуть", "Recommended for public spaces.": "Рекомендуется для публичных пространств.", "Allow people to preview your space before they join.": "Дайте людям возможность предварительно ознакомиться с вашим пространством, прежде чем они присоединятся к нему.", "Preview Space": "Предварительный просмотр пространства", @@ -2576,7 +2556,6 @@ "Format": "Формат", "Export Chat": "Экспорт чата", "Exporting your data": "Экспорт ваших данных", - "Stop": "Стоп", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Вы уверены, что хотите прекратить экспорт данных? Если да, то вам придется начать все сначала.", "Your export was successful. Find it in your Downloads folder.": "Ваш экспорт звершен. Найдите его в папке \"Загрузки\".", "The export was cancelled successfully": "Экспорт был отменен", @@ -2884,7 +2863,6 @@ "Verify this device by confirming the following number appears on its screen.": "Проверьте это устройство, убедившись, что на его экране отображается следующее число.", "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Ожидает проверки на другом устройстве, %(deviceName)s (%(deviceId)s)…", "Confirm the emoji below are displayed on both devices, in the same order:": "Убедитесь, что приведённые ниже смайлики отображаются в обоих сеансах в одинаковом порядке:", - "Call": "Вызов", "Dial": "Набор", "sends rainfall": "отправляет дождь", "Sends the given message with rainfall": "Отправляет заданное сообщение с дождём", @@ -3462,7 +3440,6 @@ "You have unverified sessions": "У вас есть незаверенные сеансы", "Rich text editor": "Наглядный текстовый редактор", "Search users in this room…": "Поиск пользователей в этой комнате…", - "Apply": "Применить", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", "%(senderName)s ended a voice broadcast": "%(senderName)s завершил(а) голосовую трансляцию", "You ended a voice broadcast": "Вы завершили голосовую трансляцию", @@ -3660,7 +3637,30 @@ "start": "Начать", "start_chat": "Отправить личное сообщение", "view_source": "Исходный код", - "yes": "Да" + "yes": "Да", + "reject": "Отклонить", + "confirm": "Подтвердить", + "dismiss": "Закрыть", + "trust": "Доверие", + "cancel": "Отмена", + "stop": "Стоп", + "join": "Войти", + "close": "Закрыть", + "accept": "Принять", + "upgrade": "Обновление", + "verify": "Заверить", + "update": "Обновить", + "call": "Вызов", + "delete": "Удалить", + "upload": "Загрузить", + "collapse": "Свернуть", + "apply": "Применить", + "reset": "Сброс", + "share": "Поделиться", + "skip": "Пропустить", + "logout": "Выйти", + "view": "Просмотр", + "expand": "Развернуть" }, "a11y": { "user_menu": "Меню пользователя" diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 5b9031fc059..9052cd65cb6 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -3,10 +3,12 @@ "This phone number is already in use": "මෙම දුරකථන අංකය දැනටමත් භාවිතයේ පවතී", "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", - "Confirm": "තහවුරු කරන්න", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", "Sign In": "පිවිසෙන්න", - "Dismiss": "ඉවතලන්න", "Explore rooms": "කාමර බලන්න", - "Create Account": "ගිණුමක් සාදන්න" + "Create Account": "ගිණුමක් සාදන්න", + "action": { + "confirm": "තහවුරු කරන්න", + "dismiss": "ඉවතලන්න" + } } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index d1800882a53..6392ff7e9a6 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?", - "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", @@ -156,9 +155,7 @@ "Members only (since they joined)": "Len členovia (odkedy vstúpili)", "Permissions": "Povolenia", "Advanced": "Pokročilé", - "Cancel": "Zrušiť", "Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.", - "Close": "Zavrieť", "not specified": "nezadané", "This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy", "You have disabled URL previews by default.": "Predvolene máte zakázané náhľady URL adries.", @@ -177,7 +174,6 @@ "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", "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?": "Budete presmerovaní na stránku tretej strany, aby ste mohli overiť svoj účet na použitie s %(integrationsUrl)s. Chcete pokračovať?", - "Dismiss": "Zamietnuť", "Token incorrect": "Neplatný token", "A text message has been sent to %(msisdn)s": "Na číslo %(msisdn)s bola odoslaná textová správa", "Please enter the code it contains:": "Prosím, zadajte kód z tejto správy:", @@ -295,7 +291,6 @@ "Unable to add email address": "Nie je možné pridať emailovú adresu", "Unable to verify email address.": "Nie je možné overiť emailovú adresu.", "This will allow you to reset your password and receive notifications.": "Toto vám umožní obnoviť si heslo a prijímať oznámenia emailom.", - "Skip": "Preskočiť", "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", "Reject invitation": "Odmietnuť pozvanie", @@ -304,7 +299,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Ste si istí, že chcete opustiť miestnosť '%(roomName)s'?", "Signed Out": "Ste odhlásení", "For security, this session has been signed out. Please sign in again.": "Z bezpečnostných dôvodov bola táto relácia odhlásená. Prosím, prihláste sa znova.", - "Logout": "Odhlásiť sa", "Connectivity to the server has been lost.": "Spojenie so serverom bolo prerušené.", "Sent messages will be stored until your connection has returned.": "Odoslané správy ostanú uložené, kým sa spojenie nenadviaže znovu.", "You seem to be uploading files, are you sure you want to quit?": "Zdá sa, že práve nahrávate súbory, ste si istí, že chcete skončiť?", @@ -419,7 +413,6 @@ "Notification targets": "Ciele oznámení", "Today": "Dnes", "Friday": "Piatok", - "Update": "Aktualizovať", "On": "Povolené", "Changelog": "Zoznam zmien", "Waiting for response from server": "Čakanie na odpoveď zo servera", @@ -439,7 +432,6 @@ "Event sent!": "Udalosť odoslaná!", "Preparing to send logs": "príprava odoslania záznamov", "Saturday": "Sobota", - "Reject": "Odmietnuť", "Monday": "Pondelok", "Toolbox": "Nástroje", "Collecting logs": "Získavajú sa záznamy", @@ -769,7 +761,6 @@ "Room avatar": "Obrázok miestnosti", "Room Name": "Názov miestnosti", "Room Topic": "Téma miestnosti", - "Join": "Vstúpiť", "Power level": "Úroveň oprávnenia", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.", "Incoming Verification Request": "Prichádzajúca žiadosť o overenie", @@ -784,7 +775,6 @@ "Change": "Zmeniť", "Email (optional)": "Email (nepovinné)", "Phone (optional)": "Telefón (nepovinné)", - "Confirm": "Potvrdiť", "Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma", "Other": "Ďalšie", "Couldn't load page": "Nie je možné načítať stránku", @@ -835,7 +825,6 @@ "Add Email Address": "Pridať emailovú adresu", "Add Phone Number": "Pridať telefónne číslo", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Táto akcia vyžaduje prístup k predvolenému serveru totožností na overenie emailovej adresy alebo telefónneho čísla, ale server nemá žiadne podmienky používania.", - "Trust": "Dôverovať", "Custom (%(level)s)": "Vlastný (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Odošle správu ako obyčajný text bez interpretácie ako markdown", "You do not have the required permissions to use this command.": "Na použitie tohoto príkazu nemáte dostatočné povolenia.", @@ -871,7 +860,6 @@ "Show previews/thumbnails for images": "Zobrazovať ukážky/náhľady obrázkov", "My Ban List": "Môj zoznam zákazov", "This is your list of users/servers you have blocked - don't leave the room!": "Toto je zoznam používateľov / serverov, ktorých ste zablokovali - neopúšťajte miestnosť!", - "Upload": "Nahrať", "Cross-signing public keys:": "Verejné kľúče krížového podpisovania:", "not found": "nenájdené", "Cross-signing private keys:": "Súkromné kľúče krížového podpisovania:", @@ -1019,8 +1007,6 @@ "Verify by emoji": "Overiť pomocou emotikonov", "Review": "Skontrolovať", "Later": "Neskôr", - "Upgrade": "Aktualizovať", - "Verify": "Overiť", "Other users may not trust it": "Ostatní používatelia jej nemusia dôverovať", "This bridge was provisioned by .": "Toto premostenie poskytuje .", "Joins room with given address": "Pridať sa do miestnosti s danou adresou", @@ -1122,7 +1108,6 @@ "Uploaded sound": "Nahratý zvuk", "Sounds": "Zvuky", "Notification sound": "Zvuk oznámenia", - "Reset": "Obnoviť predvolené", "Set a new custom sound": "Nastaviť vlastný zvuk", "Browse": "Prechádzať", "Upgrade the room": "Aktualizovať miestnosť", @@ -1139,7 +1124,6 @@ "Verify the link in your inbox": "Overte odkaz vo vašej emailovej schránke", "Complete": "Dokončiť", "Revoke": "Odvolať", - "Share": "Zdieľať", "Unable to revoke sharing for phone number": "Nepodarilo sa zrušiť zdieľanie telefónneho čísla", "Unable to share phone number": "Nepodarilo sa zdieľanie telefónneho čísla", "Please enter verification code sent via text.": "Zadajte prosím overovací kód zaslaný prostredníctvom SMS.", @@ -1532,7 +1516,6 @@ }, "Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.", "Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.", - "Expand": "Rozbaliť", "Show all your rooms in Home, even if they're in a space.": "Zobrazte všetky miestnosti v časti Domov, aj keď sú v priestore.", "Show all rooms in Home": "Zobraziť všetky miestnosti v časti Domov", "Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?", @@ -1655,14 +1638,12 @@ "Sidebar": "Bočný panel", "Downloading": "Preberanie", "Show:": "Zobraziť:", - "Stop": "Zastaviť", "MB": "MB", "JSON": "JSON", "HTML": "HTML", "Results": "Výsledky", "More": "Viac", "Decrypting": "Dešifrovanie", - "Collapse": "Zbaliť", "Visibility": "Viditeľnosť", "Sent": "Odoslané", "Connecting": "Pripájanie", @@ -1673,7 +1654,6 @@ "Suggested": "Navrhované", "Support": "Podpora", "Random": "Náhodné", - "Delete": "Vymazať", "Value:": "Hodnota:", "Level": "Úroveň", "Setting:": "Nastavenie:", @@ -1697,7 +1677,6 @@ "Objects": "Objekty", "Activities": "Aktivity", "Document": "Dokument", - "View": "Zobraziť", "Summary": "Zhrnutie", "Notes": "Poznámky", "Service": "Služba", @@ -2543,7 +2522,6 @@ "Next autocomplete suggestion": "Ďalší návrh automatického dokončovania", "Previous autocomplete suggestion": "Predchádzajúci návrh automatického dokončovania", "Internal room ID": "Interné ID miestnosti", - "Call": "Hovor", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Priestory sú spôsoby zoskupovania miestností a ľudí. Popri priestoroch, v ktorých sa nachádzate, môžete použiť aj niektoré predpripravené priestory.", "Group all your favourite rooms and people in one place.": "Zoskupte všetky vaše obľúbené miestnosti a ľudí na jednom mieste.", "Group all your people in one place.": "Zoskupte všetkých ľudí na jednom mieste.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Znovu zadajte e-mailovú adresu", "Wrong email address?": "Nesprávna e-mailová adresa?", "Hide notification dot (only display counters badges)": "Skryť oznamovaciu bodku (zobrazovať iba odznaky počítadiel)", - "Apply": "Použiť", "Search users in this room…": "Vyhľadať používateľov v tejto miestnosti…", "Give one or multiple users in this room more privileges": "Prideliť jednému alebo viacerým používateľom v tejto miestnosti viac oprávnení", "Add privileged users": "Pridať oprávnených používateľov", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.", "Poll history": "História ankety", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Používateľ (%(user)s) neskončil ako pozvaný do %(roomId)s, ale nástroj pre pozývanie neposkytol žiadnu chybu", - "Reload": "Znovu načítať", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Môže to byť spôsobené otvorením aplikácie na viacerých kartách alebo vymazaním údajov prehliadača.", "Database unexpectedly closed": "Databáza sa neočakávane zatvorila", "Mute room": "Stlmiť miestnosť", @@ -3971,7 +3947,31 @@ "start": "Začať", "start_chat": "Začať konverzáciu", "view_source": "Zobraziť zdroj", - "yes": "Áno" + "yes": "Áno", + "reject": "Odmietnuť", + "confirm": "Potvrdiť", + "dismiss": "Zamietnuť", + "trust": "Dôverovať", + "reload": "Znovu načítať", + "cancel": "Zrušiť", + "stop": "Zastaviť", + "join": "Vstúpiť", + "close": "Zavrieť", + "accept": "Prijať", + "upgrade": "Aktualizovať", + "verify": "Overiť", + "update": "Aktualizovať", + "call": "Hovor", + "delete": "Vymazať", + "upload": "Nahrať", + "collapse": "Zbaliť", + "apply": "Použiť", + "reset": "Obnoviť predvolené", + "share": "Zdieľať", + "skip": "Preskočiť", + "logout": "Odhlásiť sa", + "view": "Zobraziť", + "expand": "Rozbaliť" }, "a11y": { "user_menu": "Používateľské menu" diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index de9583efbc9..65b0a9820f0 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -2,7 +2,6 @@ "This email address is already in use": "Ta e-poštni naslov je že v uporabi", "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", - "Dismiss": "Opusti", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", @@ -11,7 +10,6 @@ "Single Sign On": "Enkratna prijava", "Confirm adding email": "Potrdi dodajanje e-poštnega naslova", "Click the button below to confirm adding this email address.": "Kliknite gumb spodaj za potrditev dodajanja tega elektronskega naslova.", - "Confirm": "Potrdi", "Add Email Address": "Dodaj e-poštni naslov", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potrdite dodajanje te telefonske številke z enkratno prijavo, da dokažete svojo identiteto.", "Confirm adding phone number": "Potrdi dodajanje telefonske številke", @@ -63,5 +61,9 @@ "analytics": "Analitika", "error": "Napaka", "attachment": "Priponka" + }, + "action": { + "confirm": "Potrdi", + "dismiss": "Opusti" } } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 89e3bbfea7f..f768b607835 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -60,11 +60,9 @@ "Notification targets": "Objektiva njoftimesh", "Today": "Sot", "Friday": "E premte", - "Update": "Përditësoje", "Notifications": "Njoftime", "On": "On", "Changelog": "Regjistër ndryshimesh", - "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?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", @@ -77,7 +75,6 @@ "All Rooms": "Krejt Dhomat", "Source URL": "URL Burimi", "Messages sent by bot": "Mesazhe të dërguar nga boti", - "Cancel": "Anuloje", "Filter results": "Filtroni përfundimet", "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", @@ -87,7 +84,6 @@ "Event sent!": "Akti u dërgua!", "Preparing to send logs": "Po përgatitet për dërgim regjistrash", "Unnamed room": "Dhomë e paemërtuar", - "Dismiss": "Mos e merr parasysh", "Saturday": "E shtunë", "Online": "Në linjë", "Monday": "E hënë", @@ -106,7 +102,6 @@ "State Key": "Kyç Gjendjesh", "What's new?": "Ç’ka të re?", "When I'm invited to a room": "Kur ftohem në një dhomë", - "Close": "Mbylle", "Invite to this room": "Ftojeni te kjo dhomë", "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", @@ -134,7 +129,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", - "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", @@ -245,14 +239,12 @@ "Invalid Email Address": "Adresë Email e Pavlefshme", "This doesn't appear to be a valid email address": "Kjo s’duket se është adresë email e vlefshme", "Verification Pending": "Verifikim Në Pritje të Miratimit", - "Skip": "Anashkaloje", "You must register to use this functionality": "Që të përdorni këtë funksion, duhet të regjistroheni", "Reject invitation": "Hidheni tej ftesën", "Are you sure you want to reject the invitation?": "Jeni i sigurt se doni të hidhet tej kjo ftesë?", "Are you sure you want to leave the room '%(roomName)s'?": "Jeni i sigurt se doni të dilni nga dhoma '%(roomName)s'?", "Signed Out": "I dalë", "Old cryptography data detected": "U pikasën të dhëna kriptografie të vjetër", - "Logout": "Dalje", "You seem to be in a call, are you sure you want to quit?": "Duket se jeni në një thirrje, jeni i sigurt se doni të dilet?", "Search failed": "Kërkimi shtoi", "No more results": "Jo më tepër përfundime", @@ -664,13 +656,11 @@ "Room avatar": "Avatar dhome", "Room Name": "Emër Dhome", "Room Topic": "Temë Dhome", - "Join": "Hyni", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", - "Confirm": "Ripohojeni", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", "Other": "Tjetër", "Guest": "Mysafir", @@ -831,7 +821,6 @@ "Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?", "Missing session data": "Mungojnë të dhëna sesioni", "Upload files": "Ngarko kartela", - "Upload": "Ngarkim", "Upload %(count)s other files": { "other": "Ngarkoni %(count)s kartela të tjera", "one": "Ngarkoni %(count)s kartelë tjetër" @@ -928,7 +917,6 @@ "Unable to revoke sharing for email address": "S’arrihet të shfuqizohet ndarja për këtë adresë email", "Unable to share email address": "S’arrihet të ndahet adresë email", "Revoke": "Shfuqizoje", - "Share": "Ndaje me të tjerë", "Unable to revoke sharing for phone number": "S’arrihet të shfuqizohet ndarja për numrin e telefonit", "Unable to share phone number": "S’arrihet të ndahet numër telefoni", "Please enter verification code sent via text.": "Ju lutemi, jepni kod verifikimi të dërguar përmes teksti.", @@ -1015,7 +1003,6 @@ "one": "Hiq 1 mesazh" }, "Remove recent messages": "Hiq mesazhe së fundi", - "View": "Shihni", "Explore rooms": "Eksploroni dhoma", "Changes the avatar of the current room": "Ndryshon avatarin e dhomës së atëçastshme", "Read Marker lifetime (ms)": "Kohëzgjatje e Shenjës së Leximit (ms)", @@ -1064,7 +1051,6 @@ "Room Autocomplete": "Vetëplotësim Dhomash", "User Autocomplete": "Vetëplotësim Përdoruesish", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ky veprim lyp hyrje te shërbyesi parazgjedhje i identiteteve për të vlerësuar një adresë email ose një numër telefoni, por shërbyesi nuk ka ndonjë kusht shërbimesh.", - "Trust": "Besim", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Room %(name)s": "Dhoma %(name)s", "Unread messages.": "Mesazhe të palexuar.", @@ -1128,7 +1114,6 @@ "Trusted": "E besuar", "Not trusted": "Jo e besuar", "Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.", - "Verify": "Verifikoje", "Any of the following data may be shared:": "Mund të ndahen me të tjerët cilado prej të dhënave vijuese:", "Your display name": "Emri juaj në ekran", "Your user ID": "ID-ja juaj e përdoruesit", @@ -1169,7 +1154,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, njoftoni një të metë.", "You'll upgrade this room from to .": "Do ta përmirësoni këtë dhomë nga .", - "Upgrade": "Përmirësoje", "Unable to set up secret storage": "S’u arrit të ujdiset depozitë e fshehtë", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s hoqi rregullin për dëbim përdoruesish që kanë përputhje me %(glob)s", "%(senderName)s removed the rule banning rooms matching %(glob)s": "%(senderName)s hoqi rregullin që dëbon dhoma që kanë përputhje me %(glob)s", @@ -1475,7 +1459,6 @@ "Verify your other session using one of the options below.": "Verifikoni sesionit tuaj tjetër duke përdorur një nga mundësitë më poshtë.", "Lock": "Kyçje", "Cross-signing": "Cross-signing", - "Reset": "Rikthe te parazgjedhjet", "Can't load this message": "S’ngarkohet dot ky mesazh", "Submit logs": "Parashtro regjistra", "Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Kujtesë: Shfletuesi juaj është i pambuluar, ndaj punimi juaj mund të jetë i paparashikueshëm.", @@ -2191,7 +2174,6 @@ "Invite only, best for yourself or teams": "Vetëm me ftesa, më e mira për ju dhe ekipe", "Open space for anyone, best for communities": "Hapësirë e hapët për këdo, më e mira për bashkësi", "Create a space": "Krijoni një hapësirë", - "Delete": "Fshije", "Jump to the bottom of the timeline when you send a message": "Kalo te fundi i rrjedhës kohore, kur dërgoni një mesazh", "This homeserver has been blocked by its administrator.": "Ky shërbyes Home është bllokuar nga përgjegjësit e tij.", "You're already in a call with this person.": "Gjendeni tashmë në thirrje me këtë person.", @@ -2357,8 +2339,6 @@ "Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.", "This space has no local addresses": "Kjo hapësirë s’ka adresa vendore", "Space information": "Hollësi hapësire", - "Collapse": "Tkurre", - "Expand": "Zgjeroje", "Recommended for public spaces.": "E rekomanduar për hapësira publike.", "Allow people to preview your space before they join.": "Lejojini personat të parashohin hapësirën tuaj para se të hyjnë në të.", "Preview Space": "Parashiheni Hapësirën", @@ -2577,7 +2557,6 @@ "Select from the options below to export chats from your timeline": "Që të eksportohen fjalosje prej rrjedhës tuaj kohore, përzgjidhni prej mundësive më poshtë", "Export Chat": "Eksportoni Fjalosje", "Exporting your data": "Eksportim i të dhënave tuaja", - "Stop": "Ndale", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Jeni i sigurt se doni të ndalet eksportimi i të dhënave tuaja? Nëse po, do t’ju duhet t’ia filloni nga e para.", "Your export was successful. Find it in your Downloads folder.": "Eksportimi juaj qe i suksesshëm. E keni te dosja juaj Shkarkime.", "The export was cancelled successfully": "Eksportimi u anulua me sukses", @@ -2952,7 +2931,6 @@ "This is a beta feature": "Kjo është një veçori beta", "Use to scroll": "Përdorni për rrëshqitje", "Feedback sent! Thanks, we appreciate it!": "Përshtypjet u dërguan! Faleminderit, e çmojmë aktin tuaj!", - "Call": "Thirrje", "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Faleminderit që provoni versionin beta, ju lutemi, jepni sa më shumë hollësi, që të mund ta përmirësojmë.", "%(space1Name)s and %(space2Name)s": "%(space1Name)s dhe %(space2Name)s", "%(oneUser)ssent %(count)s hidden messages": { @@ -3562,7 +3540,6 @@ "This session doesn't support encryption and thus can't be verified.": "Ky sesion s’mbulon fshehtëzim, ndaj s’mund të verifikohet.", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "Për sigurinë dhe privatësinë më të mirë, rekomandohet të përdoren klientë Matrix që mbulojnë fshehtëzim.", "You won't be able to participate in rooms where encryption is enabled when using this session.": "S’do të jeni në gjendje të merrni pjesë në dhoma ku fshehtëzimi është aktivizuar, kur përdoret ky sesion.", - "Apply": "Aplikoje", "Search users in this room…": "Kërkoni për përdorues në këtë dhomë…", "Give one or multiple users in this room more privileges": "Jepini një ose disa përdoruesve më tepër privilegje në këtë dhomë", "Add privileged users": "Shtoni përdorues të privilegjuar", @@ -3749,7 +3726,6 @@ "Poll history": "Historik pyetësorësh", "Enable intentional mentions": "Aktivizo përmendje të qëllimta", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Përdoruesi (%(user)s) s’doli i ftuar te %(roomId)s, por nga mjeti i ftuesit s’u dha gabim", - "Reload": "Ringarkoje", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Kjo mund të jetë e shkaktuar nga pasja e aplikacionit hapur në shumë skeda, ose për shkak të spastrimit të të dhënave të shfletuesit.", "Database unexpectedly closed": "Baza e të dhënave u mbyll papritur", "Sliding Sync configuration": "Formësim Sliding Sync-u", @@ -3864,7 +3840,31 @@ "start": "Nise", "start_chat": "Filloni fjalosje", "view_source": "Shihini Burimin", - "yes": "Po" + "yes": "Po", + "reject": "Hidheni tej", + "confirm": "Ripohojeni", + "dismiss": "Mos e merr parasysh", + "trust": "Besim", + "reload": "Ringarkoje", + "cancel": "Anuloje", + "stop": "Ndale", + "join": "Hyni", + "close": "Mbylle", + "accept": "Pranoje", + "upgrade": "Përmirësoje", + "verify": "Verifikoje", + "update": "Përditësoje", + "call": "Thirrje", + "delete": "Fshije", + "upload": "Ngarkim", + "collapse": "Tkurre", + "apply": "Aplikoje", + "reset": "Rikthe te parazgjedhjet", + "share": "Ndaje me të tjerë", + "skip": "Anashkaloje", + "logout": "Dalje", + "view": "Shihni", + "expand": "Zgjeroje" }, "a11y": { "user_menu": "Menu përdoruesi" diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index a994733d718..73f7d155838 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": "Подразумевано омогући прегледе адреса за чланове ове собе", - "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", @@ -180,9 +179,7 @@ "Members only (since they joined)": "Само чланови (од приступања)", "Permissions": "Овлашћења", "Advanced": "Напредно", - "Cancel": "Откажи", "Jump to first unread message.": "Скочи на прву непрочитану поруку.", - "Close": "Затвори", "not specified": "није наведено", "This room has no local addresses": "Ова соба нема локалних адреса", "You have enabled URL previews by default.": "Укључили сте да се УРЛ прегледи подразумевају.", @@ -203,7 +200,6 @@ "Failed to copy": "Нисам успео да ископирам", "Add an Integration": "Додај уградњу", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Бићете пребачени на сајт треће стране да бисте се идентификовали са својим налогом зарад коришћења уградње %(integrationsUrl)s. Да ли желите да наставите?", - "Dismiss": "Одбаци", "Token incorrect": "Жетон је нетачан", "A text message has been sent to %(msisdn)s": "Текстуална порука је послата на %(msisdn)s", "Please enter the code it contains:": "Унесите код који се налази у њој:", @@ -324,7 +320,6 @@ "Unable to add email address": "Не могу да додам мејл адресу", "Unable to verify email address.": "Не могу да проверим мејл адресу.", "This will allow you to reset your password and receive notifications.": "Ово омогућава поновно постављање лозинке и примање обавештења.", - "Skip": "Прескочи", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", "Reject invitation": "Одбиј позивницу", @@ -339,7 +334,6 @@ "In reply to ": "Као одговор за ", "This room is not public. You will not be able to rejoin without an invite.": "Ова соба није јавна. Нећете моћи да поново приступите без позивнице.", "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-а су нађени. Ово ће узроковати лош рад шифровања с краја на крај у старијем издању. Размењене поруке које су шифроване с краја на крај у старијем издању је можда немогуће дешифровати у овом издању. Такође, ово може узроковати неуспешно размењивање порука са овим издањем. Ако доживите проблеме, одјавите се и пријавите се поново. Да бисте задржали историјат поруке, извезите па поново увезите ваше кључеве.", - "Logout": "Одјава", "Connectivity to the server has been lost.": "Веза ка серверу је прекинута.", "Sent messages will be stored until your connection has returned.": "Послате поруке биће сачуване док се веза не успостави поново.", "You seem to be uploading files, are you sure you want to quit?": "Изгледа да отпремате датотеке. Да ли сте сигурни да желите изаћи?", @@ -416,7 +410,6 @@ "Notification targets": "Циљеви обавештења", "Today": "Данас", "Friday": "Петак", - "Update": "Ажурирај", "On": "Укључено", "Changelog": "Записник о изменама", "Waiting for response from server": "Чекам на одговор са сервера", @@ -434,7 +427,6 @@ "Tuesday": "Уторак", "Event sent!": "Догађај је послат!", "Saturday": "Субота", - "Reject": "Одбаци", "Monday": "Понедељак", "Toolbox": "Алатница", "Collecting logs": "Прикупљам записнике", @@ -510,7 +502,6 @@ "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", "Create account": "Направи налог", - "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", "Change": "Промени", "Messages containing my username": "Поруке које садрже моје корисничко", @@ -532,7 +523,6 @@ "Encryption upgrade available": "Надоградња шифровања је доступна", "Show info about bridges in room settings": "Прикажи податке о мостовима у подешавањима собе", "Enable Emoji suggestions while typing": "Омогући предлоге емоџија приликом куцања", - "Upload": "Отпреми", "Show more": "Прикажи више", "Cannot connect to integration manager": "Не могу се повезати на управника уградњи", "Email addresses": "Мејл адресе", @@ -580,7 +570,6 @@ "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", "Widgets do not use message encryption.": "Виџети не користе шифровање порука.", - "Join": "Приступи", "Enable end-to-end encryption": "Омогући шифровање с краја на крај", "Report Content to Your Homeserver Administrator": "Пријави садржај администратору вашег домаћег сервера", "Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s", @@ -915,7 +904,6 @@ "United States": "Сједињене Америчке Државе", "United Kingdom": "Уједињено Краљевство", "%(name)s is requesting verification": "%(name)s тражи верификацију", - "Trust": "Веруј", "Only continue if you trust the owner of the server.": "Наставите само ако верујете власнику сервера.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ова радња захтева приступ серверу идентитета за валидацију адресе е-поште или телефонског броја али изгледа да сервер нема „услове услуге“.", "The server does not support the room version specified.": "Сервер не подржава наведену верзију собе.", @@ -1105,7 +1093,6 @@ "Please enter verification code sent via text.": "Унесите верификациони код послат путем текста.", "Unable to verify phone number.": "Није могуће верификовати број телефона.", "Unable to share phone number": "Није могуће делити телефонски број", - "Share": "Објави", "Complete": "Заврши", "You'll need to authenticate with the server to confirm the upgrade.": "Да бисте потврдили надоградњу, мораћете да се пријавите на серверу.", "Restore": "Врати", @@ -1340,7 +1327,20 @@ "report_content": "Пријави садржај", "save": "Сачувај", "start_chat": "Започни разговор", - "view_source": "Погледај извор" + "view_source": "Погледај извор", + "reject": "Одбаци", + "confirm": "Потврди", + "dismiss": "Одбаци", + "trust": "Веруј", + "cancel": "Откажи", + "join": "Приступи", + "close": "Затвори", + "accept": "Прихвати", + "update": "Ажурирај", + "upload": "Отпреми", + "share": "Објави", + "skip": "Прескочи", + "logout": "Одјава" }, "Home": "Почетна" } diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index d1be49c1eae..a1d000299b6 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -4,7 +4,6 @@ "Add Email Address": "Dodajte adresu elektronske pošte", "Failed to verify email address: make sure you clicked the link in the email": "Neuspela provera adrese elektronske pošte: proverite da li ste kliknuli na link u poruci elektronske pošte", "Add Phone Number": "Dodajte broj telefona", - "Dismiss": "Odbaci", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", "Sign In": "Prijavite se", @@ -55,7 +54,6 @@ "The user you called is busy.": "Korisnik kojeg ste zvali je zauzet.", "User Busy": "Korisnik zauzet", "Call Failed": "Poziv nije uspio", - "Trust": "Vjeruj", "Only continue if you trust the owner of the server.": "Produžite samo pod uslovom da vjerujete vlasniku servera.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova akcija zahtijeva pristup zadanom serveru za provjeru identiteta radi provjere adrese e-pošte ili telefonskog broja, no server nema nikakve uslove za pružanje usluge.", "Identity server has no terms of service": "Server identiteta nema uslove pružanja usluge", @@ -75,7 +73,6 @@ "Click the button below to confirm adding this phone number.": "Kliknite taster ispod da biste potvrdili dodavanje telefonskog broja.", "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.", - "Confirm": "Potvrdi", "Click the button below to confirm adding this email address.": "Kliknite taster ispod da biste potvrdili dodavanje email adrese.", "Confirm adding email": "Potvrdite dodavanje email adrese", "Single Sign On": "Jedinstvena prijava (SSO)", @@ -96,5 +93,10 @@ "common": { "error": "Greška", "attachment": "Prilog" + }, + "action": { + "confirm": "Potvrdi", + "dismiss": "Odbaci", + "trust": "Vjeruj" } } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 2c317b364d8..4de9f3c04df 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -61,12 +61,10 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", - "Accept": "Godkänn", "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", "Filter room members": "Filtrera rumsmedlemmar", @@ -86,7 +84,6 @@ "Sign in with": "Logga in med", "Join Room": "Gå med i rum", "Jump to first unread message.": "Hoppa till första olästa meddelandet.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar fr.o.m. att de gick med som medlem.", @@ -137,9 +134,7 @@ "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", - "Cancel": "Avbryt", "Create new room": "Skapa nytt rum", - "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", @@ -189,7 +184,6 @@ "Notification targets": "Aviseringsmål", "Today": "idag", "Friday": "fredag", - "Update": "Uppdatera", "What's New": "Vad är nytt", "On": "På", "Changelog": "Ändringslogg", @@ -208,7 +202,6 @@ "Tuesday": "tisdag", "Search…": "Sök…", "Saturday": "lördag", - "Reject": "Avböj", "Monday": "måndag", "Collecting logs": "Samlar in loggar", "All Rooms": "Alla rum", @@ -316,7 +309,6 @@ "Verification Pending": "Avvaktar verifiering", "Unable to add email address": "Kunde inte lägga till e-postadress", "Unable to verify email address.": "Kunde inte verifiera e-postadressen.", - "Skip": "Hoppa över", "You must register to use this functionality": "Du måste registrera dig för att använda den här funktionaliteten", "You must join the room to see its files": "Du måste gå med i rummet för att se tillhörande filer", "Start automatically after system login": "Starta automatiskt vid systeminloggning", @@ -686,7 +678,6 @@ "Change": "Ändra", "Email (optional)": "E-post (valfritt)", "Phone (optional)": "Telefon (valfritt)", - "Confirm": "Bekräfta", "Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern", "Other": "Annat", "Your password has been reset.": "Ditt lösenord har återställts.", @@ -763,7 +754,6 @@ "Could not load user profile": "Kunde inte ladda användarprofil", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunde inte laddas upp.", "Composer": "Meddelandefält", - "Join": "Gå med", "Power level": "Behörighetsnivå", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kunde inte hitta profiler för de Matrix-ID:n som listas nedan - vill du bjuda in dem ändå?", "GitHub issue": "GitHub-ärende", @@ -786,7 +776,6 @@ "Your browser likely removed this data when running low on disk space.": "Din webbläsare har troligen tagit bort dessa data när det blev ont om diskutrymme.", "Upload files (%(current)s of %(total)s)": "Ladda upp filer (%(current)s av %(total)s)", "Upload files": "Ladda upp filer", - "Upload": "Ladda upp", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Den här filen är för stor för att ladda upp. Filstorleksgränsen är %(limit)s men den här filen är %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Dessa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Vissa filer är för stora för att laddas upp. Filstorleksgränsen är %(limit)s.", @@ -844,12 +833,10 @@ "Uploaded sound": "Uppladdat ljud", "Sounds": "Ljud", "Notification sound": "Aviseringsljud", - "Reset": "Återställ", "Set a new custom sound": "Ställ in ett nytt anpassat ljud", "Upgrade the room": "Uppgradera rummet", "Enable room encryption": "Aktivera rumskryptering", "Revoke": "Återkalla", - "Share": "Dela", "Discovery options will appear once you have added an email above.": "Upptäcktsalternativ kommer att visas när du har lagt till en e-postadress ovan.", "Remove %(email)s?": "Ta bort %(email)s?", "Remove %(phone)s?": "Ta bort %(phone)s?", @@ -893,7 +880,6 @@ "Add Phone Number": "Lägg till telefonnummer", "Identity server has no terms of service": "Identitetsservern har inga användarvillkor", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Den här åtgärden kräver åtkomst till standardidentitetsservern för att validera en e-postadress eller ett telefonnummer, men servern har inga användarvillkor.", - "Trust": "Förtroende", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "Show previews/thumbnails for images": "Visa förhandsgranskning/miniatyr för bilder", "Custom (%(level)s)": "Anpassad (%(level)s)", @@ -1120,8 +1106,6 @@ "Contact your server admin.": "Kontakta din serveradministratör.", "Ok": "OK", "Set up": "Sätt upp", - "Upgrade": "Uppgradera", - "Verify": "Verifiera", "Other users may not trust it": "Andra användare kanske inta litar på den", "New login. Was this you?": "Ny inloggning. Var det du?", "You joined the call": "Du gick med i samtalet", @@ -1526,7 +1510,6 @@ "Create a Group Chat": "Skapa en gruppchatt", "Explore rooms": "Utforska rum", "%(creator)s created and configured the room.": "%(creator)s skapade och konfigurerade rummet.", - "View": "Visa", "You have %(count)s unread notifications in a prior version of this room.": { "other": "Du har %(count)s olästa aviseringar i en tidigare version av det här rummet.", "one": "Du har %(count)s oläst avisering i en tidigare version av det här rummet." @@ -2195,7 +2178,6 @@ "Invite only, best for yourself or teams": "Endast inbjudan, bäst för dig själv eller team", "Open space for anyone, best for communities": "Öppna utrymmet för alla, bäst för gemenskaper", "Create a space": "Skapa ett utrymme", - "Delete": "Radera", "Jump to the bottom of the timeline when you send a message": "Hoppa till botten av tidslinjen när du skickar ett meddelande", "This homeserver has been blocked by its administrator.": "Hemservern har blockerats av sin administratör.", "You're already in a call with this person.": "Du är redan i ett samtal med den här personen.", @@ -2411,8 +2393,6 @@ "Error saving notification preferences": "Fel vid sparning av aviseringsinställningar", "Messages containing keywords": "Meddelanden som innehåller nyckelord", "Message bubbles": "Meddelandebubblor", - "Collapse": "Kollapsa", - "Expand": "Expandera", "Recommended for public spaces.": "Rekommenderas för offentliga utrymmen.", "Allow people to preview your space before they join.": "Låt personer förhandsgranska ditt utrymme innan de går med.", "Preview Space": "Förhandsgranska utrymme", @@ -2627,7 +2607,6 @@ "Select from the options below to export chats from your timeline": "Välj från alternativen nedan för att exportera chattar från din tidslinje", "Export Chat": "Exportera chatt", "Exporting your data": "Exporterar din data", - "Stop": "Stoppa", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Är du säker på att du vill sluta exportera din data? Om du gör det så behöver du börja om.", "Your export was successful. Find it in your Downloads folder.": "Din export lyckades. Hitta den i din hämtningsmapp.", "The export was cancelled successfully": "Exporten avbröts framgångsrikt", @@ -2775,7 +2754,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Väntar på att du ska verifiera på din andra enhet, %(deviceName)s (%(deviceId)s)…", "Verify this device by confirming the following number appears on its screen.": "Verifiera den här enheten genom att bekräfta att det följande numret visas på dess skärm.", "Confirm the emoji below are displayed on both devices, in the same order:": "Bekräfta att emojierna nedan visas på båda enheterna i samma ordning:", - "Call": "Ring", "Dial": "Slå nummer", "Automatically send debug logs on decryption errors": "Skicka automatiskt avbuggningsloggar vid avkrypteringsfel", "Show join/leave messages (invites/removes/bans unaffected)": "Visa gå med/lämna-meddelanden (inbjudningar/borttagningar/banningar påverkas inte)", @@ -3384,7 +3362,6 @@ "Enable notifications for this device": "Aktivera aviseringar för den här enheten", "Turn off to disable notifications on all your devices and sessions": "Stäng av för att inaktivera aviseringar för alla dina enheter och sessioner", "Enable notifications for this account": "Aktivera aviseringar för det här kontot", - "Apply": "Tillämpa", "Search users in this room…": "Sök efter användare i det här rummet…", "Give one or multiple users in this room more privileges": "Ge en eller flera användare i det här rummet fler privilegier", "Add privileged users": "Lägg till privilegierade användare", @@ -3702,7 +3679,6 @@ "Starting export process…": "Startar exportprocessen …", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Användaren (%(user)s) blev inte inbjuden till %(roomId)s, men inget fel gavs av inbjudningsverktyget", "Use your account to continue.": "Använd ditt konto för att fortsätta.", - "Reload": "Ladda om", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Det här kan orsakas av att ha appen öppen i flera flikar eller av rensning av webbläsardata.", "Database unexpectedly closed": "Databasen stängdes oväntat", "Yes, it was me": "Ja, det var jag", @@ -3911,7 +3887,31 @@ "start": "Starta", "start_chat": "Starta chatt", "view_source": "Visa källa", - "yes": "Ja" + "yes": "Ja", + "reject": "Avböj", + "confirm": "Bekräfta", + "dismiss": "Avvisa", + "trust": "Förtroende", + "reload": "Ladda om", + "cancel": "Avbryt", + "stop": "Stoppa", + "join": "Gå med", + "close": "Stäng", + "accept": "Godkänn", + "upgrade": "Uppgradera", + "verify": "Verifiera", + "update": "Uppdatera", + "call": "Ring", + "delete": "Radera", + "upload": "Ladda upp", + "collapse": "Kollapsa", + "apply": "Tillämpa", + "reset": "Återställ", + "share": "Dela", + "skip": "Hoppa över", + "logout": "Logga ut", + "view": "Visa", + "expand": "Expandera" }, "a11y": { "user_menu": "Användarmeny" diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index b311c36bc68..d333fc38d43 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,13 +1,10 @@ { "All messages": "அனைத்து செய்திகள்", "All Rooms": "அனைத்து அறைகள்", - "Cancel": "ரத்து", "Changelog": "மாற்றப்பதிவு", - "Close": "மூடு", "Collecting app version information": "செயலியின் பதிப்பு தகவல்கள் சேகரிக்கப்படுகிறது", "Collecting logs": "பதிவுகள் சேகரிக்கப்படுகிறது", "Call invitation": "அழைப்பிற்கான விண்ணப்பம்", - "Dismiss": "நீக்கு", "Failed to add tag %(tagName)s to room": "%(tagName)s எனும் குறிச்சொல்லை அறையில் சேர்ப்பதில் தோல்வி", "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", @@ -25,7 +22,6 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", - "Reject": "நிராகரி", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -36,7 +32,6 @@ "Unavailable": "இல்லை", "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", - "Update": "புதுப்பி", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", @@ -126,7 +121,6 @@ "Confirm adding phone number": "தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்", "Confirm adding this phone number by using Single Sign On to prove your identity.": "உங்கள் அடையாளத்தை நிரூபிக்க ஒற்றை உள்நுழைவைப் பயன்படுத்தி இந்த தொலைபேசி எண்ணைச் சேர்ப்பதை உறுதிப்படுத்தவும்.", "Add Email Address": "மின்னஞ்சல் முகவரியை சேர்க்கவும்", - "Confirm": "உறுதிப்படுத்தவும்", "Click the button below to confirm adding this email address.": "இந்த மின்னஞ்சல் முகவரியை சேர்ப்பதை உறுதிப்படுத்த கீழே உள்ள பொத்தானை அழுத்தவும்.", "Confirm adding email": "மின்னஞ்சலை சேர்ப்பதை உறுதிப்படுத்தவும்", "Single Sign On": "ஒற்றை உள்நுழைவு", @@ -147,6 +141,12 @@ "ok": "சரி", "quote": "மேற்கோள்", "remove": "நீக்கு", - "view_source": "மூலத்தைக் காட்டு" + "view_source": "மூலத்தைக் காட்டு", + "reject": "நிராகரி", + "confirm": "உறுதிப்படுத்தவும்", + "dismiss": "நீக்கு", + "cancel": "ரத்து", + "close": "மூடு", + "update": "புதுப்பி" } } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index 5dae719ec8b..8e4f2bff91a 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,5 +1,4 @@ { - "Accept": "అంగీకరించు", "Account": "ఖాతా", "Add": "చేర్చు", "Admin": "అడ్మిన్", @@ -28,7 +27,6 @@ "Changes your display nickname": "మీ ప్రదర్శన మారుపేరుని మారుస్తుంది", "You cannot place a call with yourself.": "మీకు మీరే కాల్ చేయలేరు.", "You need to be able to invite users to do that.": "మీరు దీన్ని చేయడానికి వినియోగదారులను ఆహ్వానించగలరు.", - "Close": "ముసివెయండి", "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", @@ -67,14 +65,12 @@ "New passwords don't match": "కొత్త పాస్వర్డ్లు సరిపోలడం లేదు", "Connectivity to the server has been lost.": "సెర్వెర్ కనెక్టివిటీని కోల్పోయారు.", "Sent messages will be stored until your connection has returned.": "మీ కనెక్షన్ తిరిగి వచ్చే వరకు పంపిన సందేశాలు నిల్వ చేయబడతాయి.", - "Cancel": "రద్దు", "Failed to forget room %(errCode)s": "గది మర్చిపోవడం విఫలమైంది %(errCode)s", "Incorrect verification code": "ధృవీకరణ కోడ్ సరిగా లెదు", "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", "Create new room": "క్రొత్త గది సృష్టించండి", - "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", @@ -95,7 +91,6 @@ "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", - "Reject": "తిరస్కరించు", "Monday": "సోమవారం", "Collecting logs": "నమోదు సేకరించడం", "All Rooms": "అన్ని గదులు", @@ -131,6 +126,11 @@ "continue": "కొనసాగించు", "decline": "డిక్లైన్", "leave": "వదిలి", - "remove": "తొలగించు" + "remove": "తొలగించు", + "reject": "తిరస్కరించు", + "dismiss": "రద్దుచేసే", + "cancel": "రద్దు", + "close": "ముసివెయండి", + "accept": "అంగీకరించు" } } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index 0777630f87c..f93e0b4ad8b 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -16,8 +16,6 @@ "Reason": "เหตุผล", "Register": "ลงทะเบียน", "%(brand)s version:": "เวอร์ชัน %(brand)s:", - "Cancel": "ยกเลิก", - "Dismiss": "ปิด", "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", @@ -79,7 +77,6 @@ "Sign in with": "เข้าสู่ระบบด้วย", "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", - "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", "New passwords don't match": "รหัสผ่านใหม่ไม่ตรงกัน", @@ -169,8 +166,6 @@ "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", "Add": "เพิ่ม", - "Accept": "ยอมรับ", - "Close": "ปิด", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { "one": "(~%(count)s ผลลัพท์)", @@ -194,7 +189,6 @@ "Notification targets": "เป้าหมายการแจ้งเตือน", "Today": "วันนี้", "Friday": "วันศุกร์", - "Update": "อัปเดต", "What's New": "มีอะไรใหม่", "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", @@ -214,7 +208,6 @@ "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", "Saturday": "วันเสาร์", - "Reject": "ปฏิเสธ", "Monday": "วันจันทร์", "Collecting logs": "กำลังรวบรวมล็อก", "All Rooms": "ทุกห้อง", @@ -237,7 +230,6 @@ "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", - "Confirm": "ยืนยัน", "Already in call": "อยู่ในสายแล้ว", "No other application is using the webcam": "ไม่มีแอปพลิเคชันอื่นใดที่ใช้กล้อง", "Permission is granted to use the webcam": "ได้รับอนุญาตให้ใช้กล้อง", @@ -253,7 +245,6 @@ "The user you called is busy.": "ผู้ใช้ที่คุณโทรหาไม่ว่าง.", "User Busy": "ผู้ใช้ไม่ว่าง", "Call Failed": "การโทรล้มเหลว", - "Trust": "ไว้ใจ", "Only continue if you trust the owner of the server.": "ดำเนินการต่อหากคุณไว้วางใจเจ้าของเซิร์ฟเวอร์เท่านั้น.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "การดำเนินการนี้จำเป็นต้องเข้าถึงเซิร์ฟเวอร์ identity เริ่มต้น เพื่อตรวจสอบที่อยู่อีเมลหรือหมายเลขโทรศัพท์ แต่เซิร์ฟเวอร์ไม่มีข้อกำหนดในการให้บริการใดๆ.", "Identity server has no terms of service": "เซิร์ฟเวอร์ประจำตัวไม่มีข้อกำหนดในการให้บริการ", @@ -437,13 +428,9 @@ "Download": "ดาวน์โหลด", "collapse": "ยุบ", "Ignore": "เพิกเฉย", - "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", - "Delete": "ลบ", - "Upload": "อัปโหลด", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", - "Join": "เข้าร่วม", "Timeline": "เส้นเวลา", "common": { "encryption_enabled": "เปิดใช้งานการเข้ารหัส", @@ -480,7 +467,20 @@ "retry": "ลองใหม่", "save": "บันทึก", "start_chat": "เริ่มแชท", - "view_source": "ดูซอร์ส" + "view_source": "ดูซอร์ส", + "reject": "ปฏิเสธ", + "confirm": "ยืนยัน", + "dismiss": "ปิด", + "trust": "ไว้ใจ", + "cancel": "ยกเลิก", + "join": "เข้าร่วม", + "close": "ปิด", + "accept": "ยอมรับ", + "update": "อัปเดต", + "delete": "ลบ", + "upload": "อัปโหลด", + "skip": "ข้าม", + "logout": "ออกจากระบบ" }, "Home": "เมนูหลัก" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 9925a01c769..26b859792a3 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,5 +1,4 @@ { - "Accept": "Kabul Et", "Account": "Hesap", "Add": "Ekle", "Admin": "Admin", @@ -35,7 +34,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s oda adını kaldırdı.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s konuyu \"%(topic)s\" olarak değiştirdi.", "Changes your display nickname": "Görünen takma adınızı değiştirir", - "Close": "Kapat", "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", @@ -86,7 +84,6 @@ "Sign in with": "Şununla giriş yap", "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", - "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.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , katıldıkları noktalardan.", @@ -211,7 +208,6 @@ "one": "(~%(count)s sonuç)", "other": "(~%(count)s sonuçlar)" }, - "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", @@ -232,7 +228,6 @@ "Incorrect password": "Yanlış Şifre", "Unable to restore session": "Oturum geri yüklenemiyor", "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.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.", - "Dismiss": "Kapat", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", "powered by Matrix": "Matrix'den besleniyor", @@ -253,13 +248,11 @@ "Authentication check failed: incorrect password?": "Kimlik doğrulama denetimi başarısız oldu : yanlış şifre ?", "Do you want to set an email address?": "Bir e-posta adresi ayarlamak ister misiniz ?", "This will allow you to reset your password and receive notifications.": "Bu şifrenizi sıfırlamanızı ve bildirimler almanızı sağlayacak.", - "Skip": "Atla", "Sunday": "Pazar", "Messages sent by bot": "Bot tarafından gönderilen mesajlar", "Notification targets": "Bildirim hedefleri", "Today": "Bugün", "Friday": "Cuma", - "Update": "Güncelleştirme", "What's New": "Yenilikler", "On": "Açık", "Changelog": "Değişiklikler", @@ -275,7 +268,6 @@ "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", "Saturday": "Cumartesi", - "Reject": "Reddet", "Monday": "Pazartesi", "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", @@ -304,7 +296,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "Identity server has no terms of service": "Kimlik sunucusu hizmet kurallarına sahip değil", "Only continue if you trust the owner of the server.": "Sadece sunucunun sahibine güveniyorsanız devam edin.", - "Trust": "Güven", "Unable to load! Check your network connectivity and try again.": "Yüklenemiyor! Ağ bağlantınızı kontrol edin ve yeniden deneyin.", "Restricted": "Sınırlı", "Missing roomId.": "roomId eksik.", @@ -341,7 +332,6 @@ "%(brand)s URL": "%(brand)s Linki", "Room ID": "Oda ID", "More options": "Daha fazla seçenek", - "Join": "Katıl", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -436,7 +426,6 @@ "Upgrade this room to version %(version)s": "Bu odayı %(version)s versiyonuna yükselt", "Upgrade Room Version": "Oda Sürümünü Yükselt", "Upgrade private room": "Özel oda güncelle", - "Upgrade": "Yükselt", "Sign out and remove encryption keys?": "Oturumu kapat ve şifreleme anahtarlarını sil?", "Clear Storage and Sign Out": "Depolamayı temizle ve Oturumu Kapat", "Send Logs": "Logları Gönder", @@ -475,12 +464,10 @@ "Enter phone number (required on this homeserver)": "Telefon numarası gir ( bu ana sunucuda gerekli)", "Enter username": "Kullanıcı adı gir", "Email (optional)": "E-posta (opsiyonel)", - "Confirm": "Doğrula", "Phone (optional)": "Telefon (opsiyonel)", "Couldn't load page": "Sayfa yüklenemiyor", "Old cryptography data detected": "Eski kriptolama verisi tespit edildi", "Verification Request": "Doğrulama Talebi", - "View": "Görüntüle", "Jump to first unread room.": "Okunmamış ilk odaya zıpla.", "Jump to first invite.": "İlk davete zıpla.", "Add room": "Oda ekle", @@ -562,7 +549,6 @@ "Headphones": "Kulaklık", "Folder": "Klasör", "Accept to continue:": "Devam etmek için i kabul ediniz:", - "Upload": "Yükle", "not found": "bulunamadı", "in account data": "hesap verisinde", "Cannot connect to integration manager": "Entegrasyon yöneticisine bağlanılamadı", @@ -655,7 +641,6 @@ "Uploaded sound": "Yüklenen ses", "Sounds": "Sesler", "Notification sound": "Bildirim sesi", - "Reset": "Sıfırla", "Browse": "Gözat", "Change room name": "Oda adını değiştir", "Change history visibility": "Geçmiş görünürlüğünü değiştir", @@ -681,7 +666,6 @@ "Unable to share email address": "E-posta adresi paylaşılamıyor", "Your email address hasn't been verified yet": "E-posta adresiniz henüz doğrulanmadı", "Verify the link in your inbox": "Gelen kutunuzdaki linki doğrulayın", - "Share": "Paylaş", "Unable to share phone number": "Telefon numarası paylaşılamıyor", "Unable to verify phone number.": "Telefon numarası doğrulanamıyor.", "Please enter verification code sent via text.": "Lütfen mesajla gönderilen doğrulama kodunu girin.", @@ -762,7 +746,6 @@ "other": "%(count)s doğrulanmış oturum", "one": "1 doğrulanmış oturum" }, - "Verify": "Doğrula", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -2028,7 +2011,24 @@ "start": "Başlat", "start_chat": "Sohbet Başlat", "view_source": "Kaynağı Görüntüle", - "yes": "Evet" + "yes": "Evet", + "reject": "Reddet", + "confirm": "Doğrula", + "dismiss": "Kapat", + "trust": "Güven", + "cancel": "İptal", + "join": "Katıl", + "close": "Kapat", + "accept": "Kabul Et", + "upgrade": "Yükselt", + "verify": "Doğrula", + "update": "Güncelleştirme", + "upload": "Yükle", + "reset": "Sıfırla", + "share": "Paylaş", + "skip": "Atla", + "logout": "Çıkış Yap", + "view": "Görüntüle" }, "a11y": { "user_menu": "Kullanıcı menüsü" diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index dd949c4de98..f4e37186803 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -3,7 +3,6 @@ "Other": "Yaḍn", "Actions": "Tugawin", "Messages": "Tuzinin", - "Cancel": "Sser", "Create Account": "senflul amiḍan", "Sign In": "Kcem", "Dec": "Duj", @@ -23,7 +22,6 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", - "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", "Permissions": "Tisirag", @@ -40,8 +38,6 @@ "Butterfly": "Aferteṭṭu", "Rooster": "Ayaẓiḍ", "Panda": "Apanda", - "Upgrade": "Leqqem", - "Confirm": "Sentem", "Brazil": "Brazil", "Bolivia": "Bulivya", "Bhutan": "Buṭan", @@ -64,22 +60,18 @@ "Calls": "Iɣuṛiten", "Emoji": "Imuji", "Afghanistan": "Afɣanistan", - "Logout": "Ffeɣ", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", "Send": "Azen", "Flags": "Icenyalen", - "Join": "Lkem", "edited": "infel", "Copied!": "inɣel!", "Search…": "Arezzu…", "A-Z": "A-Ẓ", - "Reject": "Agy", "Re-join": "als-lkem", "Search": "Rzu", "%(duration)sd": "%(duration)sas", - "Share": "Bḍu", "Camera": "Takamiṛa", "Microphone": "Amikṛu", "Add": "Rnu", @@ -110,7 +102,6 @@ "Rabbit": "Agnin", "Elephant": "Ilew", "Pig": "Ilef", - "Close": "Rgel", "Horse": "Ayyis", "Lion": "Izem", "Cat": "Amuc", @@ -140,7 +131,16 @@ "remove": "KKes", "reply": "Rar", "save": "Ḥḍu", - "yes": "Yah" + "yes": "Yah", + "reject": "Agy", + "confirm": "Sentem", + "dismiss": "Nexxel", + "cancel": "Sser", + "join": "Lkem", + "close": "Rgel", + "upgrade": "Leqqem", + "share": "Bḍu", + "logout": "Ffeɣ" }, "Home": "Asnubeg" } diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 3e422479047..edc94fd633e 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -1,8 +1,5 @@ { - "Cancel": "Скасувати", - "Close": "Закрити", "Create new room": "Створити нову кімнату", - "Dismiss": "Відхилити", "Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s", "Favourite": "Улюблені", "Notifications": "Сповіщення", @@ -11,7 +8,6 @@ "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", - "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", "Admin": "Адміністратор", @@ -57,7 +53,6 @@ "Notification targets": "Цілі сповіщень", "Today": "Сьогодні", "Friday": "П'ятниця", - "Update": "Оновити", "What's New": "Що нового", "On": "Увімкнено", "Changelog": "Журнал змін", @@ -79,7 +74,6 @@ "Preparing to send logs": "Приготування до надсилання журланла", "Unnamed room": "Неназвана кімната", "Saturday": "Субота", - "Reject": "Відмовитись", "Monday": "Понеділок", "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", @@ -244,7 +238,6 @@ "Identity server has no terms of service": "Сервер ідентифікації не має умов надання послуг", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Щоб підтвердити адресу е-пошти або телефон ця дія потребує доступу до типового серверу ідентифікації , але сервер не має жодних умов надання послуг.", "Only continue if you trust the owner of the server.": "Продовжуйте лише якщо довіряєте власнику сервера.", - "Trust": "Довіра", "Unable to load! Check your network connectivity and try again.": "Завантаження неможливе! Перевірте інтернет-зʼєднання та спробуйте ще.", "Messages": "Повідомлення", "Actions": "Дії", @@ -268,7 +261,6 @@ "Sends the given message coloured as a rainbow": "Надсилає вказане повідомлення, розфарбоване веселкою", "Your %(brand)s is misconfigured": "Ваш %(brand)s налаштовано неправильно", "Join the discussion": "Приєднатися до обговорення", - "Upload": "Вивантажити", "Send an encrypted message…": "Надіслати зашифроване повідомлення…", "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", @@ -313,7 +305,6 @@ "Single Sign On": "Єдиний вхід", "Confirm adding email": "Підтвердити додавання е-пошти", "Click the button below to confirm adding this email address.": "Клацніть на кнопку внизу, щоб підтвердити додавання цієї адреси е-пошти.", - "Confirm": "Підтвердити", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Підтвердьте додавання цього телефонного номера за допомогоє єдиного входу, щоб довести вашу справжність.", "Confirm adding phone number": "Підтвердьте додавання номера телефону", "Click the button below to confirm adding this phone number.": "Клацніть на кнопку внизу, щоб підтвердити додавання цього номера телефону.", @@ -327,7 +318,6 @@ "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", - "Verify": "Звірити", "Language and region": "Мова та регіон", "Account management": "Керування обліковим записом", "Deactivate Account": "Деактивувати обліковий запис", @@ -507,7 +497,6 @@ "Ok": "Гаразд", "Encryption upgrade available": "Доступне поліпшене шифрування", "Set up": "Налаштувати", - "Upgrade": "Поліпшити", "Other users may not trust it": "Інші користувачі можуть не довіряти цьому", "New login. Was this you?": "Новий вхід. Це були ви?", "Guest": "Гість", @@ -571,7 +560,6 @@ "Room list": "Перелік кімнат", "Composer": "Редактор", "Security & Privacy": "Безпека й приватність", - "Skip": "Пропустити", "Appearance Settings only affect this %(brand)s session.": "Налаштування вигляду впливають тільки на цей сеанс %(brand)s.", "Error changing power level requirement": "Помилка під час зміни вимог до рівня повноважень", "An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "Під час зміни вимог рівня повноважень кімнати трапилась помилка. Переконайтесь, що ви маєте необхідні дозволи і спробуйте ще раз.", @@ -831,7 +819,6 @@ "Show advanced": "Показати розширені", "Review terms and conditions": "Переглянути умови користування", "Old cryptography data detected": "Виявлено старі криптографічні дані", - "Logout": "Вийти", "If you've joined lots of rooms, this might take a while": "Якщо ви приєднались до багатьох кімнат, це може тривати деякий час", "Create account": "Створити обліковий запис", "Cancel autocomplete": "Скасувати самодоповнення", @@ -1397,7 +1384,6 @@ "Share entire screen": "Поділитися всім екраном", "Any of the following data may be shared:": "Можна поділитися будь-якими з цих даних:", "Unable to share phone number": "Не вдалося надіслати телефонний номер", - "Share": "Поділитись", "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", @@ -1632,7 +1618,6 @@ "Suggested": "Пропоновано", "This room is suggested as a good one to join": "Ця кімната пропонується як хороша для приєднання", "You don't have permission": "Ви не маєте дозволу", - "View": "Перегляд", "You can select all or individual messages to retry or delete": "Ви можете вибрати всі або окремі повідомлення, щоб повторити спробу або видалити", "Retry all": "Повторити надсилання всіх", "Delete all": "Видалити всі", @@ -1700,7 +1685,6 @@ "Master private key:": "Головний приватний ключ:", "not found in storage": "не знайдено у сховищі", "in secret storage": "у таємному сховищі", - "Reset": "Скинути", "Cross-signing is not set up.": "Перехресне підписування не налаштовано.", "Cross-signing is ready but keys are not backed up.": "Перехресне підписування готове, але резервна копія ключів не створюється.", "Cross-signing is ready for use.": "Перехресне підписування готове до користування.", @@ -1708,8 +1692,6 @@ "Channel: ": "Канал: ", "Workspace: ": "Робочий простір: ", "Space options": "Параметри простору", - "Collapse": "Згорнути", - "Expand": "Розгорнути", "Recommended for public spaces.": "Рекомендовано для загальнодоступних просторів.", "Allow people to preview your space before they join.": "Дозвольте людям переглядати ваш простір, перш ніж вони приєднаються.", "Preview Space": "Попередній перегляд простору", @@ -1742,7 +1724,6 @@ "Address": "Адреса", "e.g. my-space": "наприклад, мій-простір", "Please enter a name for the space": "Будь ласка, введіть назву простору", - "Delete": "Видалити", "Delete avatar": "Видалити аватар", "Your server isn't responding to some requests.": "Ваш сервер не відповідає на деякі запити.", "Select room from the room list": "Вибрати кімнату з переліку", @@ -1831,7 +1812,6 @@ "one": "запрошені", "other": "були запрошені %(count)s разів" }, - "Join": "Приєднатися", "Widget added by": "Вджет додано", "Decrypt %(text)s": "Розшифрувати %(text)s", "Decrypting": "Розшифрування", @@ -2207,7 +2187,6 @@ }, "Loading new room": "Звантаження нової кімнати", "Upgrading room": "Поліпшення кімнати", - "Stop": "Припинити", "Feedback sent": "Відгук надіслано", "Export": "Експортувати", "Link to selected message": "Посилання на вибране повідомлення", @@ -2925,7 +2904,6 @@ "Next room or DM": "Наступна кімната або особисте повідомлення", "Previous unread room or DM": "Попередня непрочитана кімната або особисте повідомлення", "Next unread room or DM": "Наступна непрочитана кімната або особисте повідомлення", - "Call": "Виклик", "Group all your rooms that aren't part of a space in one place.": "Групуйте всі свої кімнати, не приєднані до простору, в одному місці.", "Group all your people in one place.": "Групуйте всіх своїх людей в одному місці.", "Group all your favourite rooms and people in one place.": "Групуйте всі свої улюблені кімнати та людей в одному місці.", @@ -3568,7 +3546,6 @@ "Re-enter email address": "Введіть адресу е-пошти ще раз", "Wrong email address?": "Неправильна адреса електронної пошти?", "Hide notification dot (only display counters badges)": "Сховати крапку сповіщення ( показувати тільки значки лічильників)", - "Apply": "Застосувати", "Search users in this room…": "Пошук користувачів у цій кімнаті…", "Give one or multiple users in this room more privileges": "Надайте одному або кільком користувачам у цій кімнаті більше повноважень", "Add privileged users": "Додати привілейованих користувачів", @@ -3763,7 +3740,6 @@ "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "Користувача (%(user)s) не було запрошено до %(roomId)s, але утиліта запрошення не видала жодної помилки", "Mute room": "Вимкнути сповіщення кімнати", "Match default setting": "Збігається з типовим налаштуванням", - "Reload": "Перезавантажити", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "Це може бути пов'язано з тим, що застосунок відкрито в кількох вкладках, або з очищенням даних браузера.", "Database unexpectedly closed": "База даних несподівано закрилася", "Start DM anyway": "Усе одно розпочати особисте спілкування", @@ -3971,7 +3947,31 @@ "start": "Почати", "start_chat": "Почати розмову", "view_source": "Переглянути код", - "yes": "Так" + "yes": "Так", + "reject": "Відмовитись", + "confirm": "Підтвердити", + "dismiss": "Відхилити", + "trust": "Довіра", + "reload": "Перезавантажити", + "cancel": "Скасувати", + "stop": "Припинити", + "join": "Приєднатися", + "close": "Закрити", + "accept": "Погодитись", + "upgrade": "Поліпшити", + "verify": "Звірити", + "update": "Оновити", + "call": "Виклик", + "delete": "Видалити", + "upload": "Вивантажити", + "collapse": "Згорнути", + "apply": "Застосувати", + "reset": "Скинути", + "share": "Поділитись", + "skip": "Пропустити", + "logout": "Вийти", + "view": "Перегляд", + "expand": "Розгорнути" }, "a11y": { "user_menu": "Користувацьке меню" diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index 445deaa2dbd..6da14be00a3 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", "Unnamed Room": "Phòng Không tên", "Unable to load! Check your network connectivity and try again.": "Không thể tải dữ liệu! Kiểm tra kết nối mạng và thử lại.", - "Dismiss": "Bỏ qua", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s chưa có quyền để gửi thông báo cho bạn - vui lòng kiểm tra thiết lập trình duyệt", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s vẫn chưa được cấp quyền để gửi thông báo - vui lòng thử lại", "Unable to enable Notifications": "Không thể bật thông báo", @@ -219,7 +218,6 @@ "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", - "Accept": "Đồng ý", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -236,7 +234,6 @@ "Confirm adding email": "Xác nhận thêm địa chỉ thư điện tử", "Add Phone Number": "Thêm Số Điện Thoại", "Click the button below to confirm adding this phone number.": "Nhấn vào nút dưới đây để xác nhận thêm số điện thoại này.", - "Confirm": "Xác nhận", "No other application is using the webcam": "Không có ứng dụng nào khác đang sử dụng máy ảnh", "Permission is granted to use the webcam": "Đã cấp quyền cho ứng dụng để sử dụng máy ảnh", "A microphone and webcam are plugged in and set up correctly": "Micrô và máy ảnh đã được cắm và thiết lập đúng cách", @@ -413,7 +410,6 @@ "You have no visible notifications.": "Bạn không có thông báo nào hiển thị.", "%(creator)s created and configured the room.": "%(creator)s đã tạo và định cấu hình phòng.", "%(creator)s created this DM.": "%(creator)s đã tạo DM này.", - "Logout": "Đăng xuất", "Verification requested": "Đã yêu cầu xác thực", "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.": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.", "Old cryptography data detected": "Đã phát hiện dữ liệu mật mã cũ", @@ -714,7 +710,6 @@ "Select from the options below to export chats from your timeline": "Chọn các tùy chọn bên dưới để xuất các cuộc trò chuyện từ dòng thời gian của bạn", "Export Chat": "Xuất trò chuyện", "Exporting your data": "Đang xuất dữ liệu của bạn", - "Stop": "Dừng", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Bạn có chắc muốn dừng việc xuất dữ liệu của bạn? Nếu bạn làm, bạn sẽ phải bắt đầu lại.", "It's just you at the moment, it will be even better with others.": "Chỉ là bạn hiện tại, sẽ càng tốt hơn với người khác.", "Share %(name)s": "Chia sẻ %(name)s", @@ -755,7 +750,6 @@ "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Thư của bạn không gửi được vì máy chủ(homeserver) đã vượt quá giới hạn tài nguyên. Vui lòng liên hệ với quản trị viên để tiếp tục sử dụng dịch vụ.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Tin nhắn của bạn không được gửi vì máy chủ này đã đạt đến Giới hạn Người dùng Hoạt động Hàng tháng. Vui lòng liên hệ với quản trị viên dịch vụ của bạn để tiếp tục sử dụng dịch vụ.", "You can't send any messages until you review and agree to our terms and conditions.": "Bạn không thể gửi bất kỳ tin nhắn nào cho đến khi bạn xem xét và đồng ý với các điều khoản và điều kiện của chúng tôi.", - "View": "Xem", "Your export was successful. Find it in your Downloads folder.": "Việc xuất của bạn đã thành công. Tìm nó ở trong thư mục Tải xuống của bạn.", "The export was cancelled successfully": "Xuất đã được hủy thành công", "Export Successful": "Xuất thành công", @@ -821,7 +815,6 @@ "Clear all data in this session?": "Xóa tất cả dữ liệu trong phiên này?", "Reason (optional)": "Lý do (không bắt buộc)", "You cannot delete this message. (%(code)s)": "Bạn không thể xóa tin nhắn này.  (%(code)s)", - "Skip": "Bỏ qua", "Email address": "Địa chỉ thư điện tử", "Changelog": "Lịch sử thay đổi", "Unavailable": "Không có sẵn", @@ -1062,7 +1055,6 @@ "expand": "mở rộng", "collapse": "thu hẹp", "Please create a new issue on GitHub so that we can investigate this bug.": "Vui lòng tạo một vấn đề mới trên GitHub để chúng tôi có thể điều tra lỗi này.", - "Join": "Tham gia", "Share content": "Chia sẻ nội dung", "Application window": "Cửa sổ ứng dụng", "Share entire screen": "Chia sẻ toàn bộ màn hình", @@ -1304,7 +1296,6 @@ "%(roomName)s can't be previewed. Do you want to join it?": "Không thể xem trước %(roomName)s. Bạn có muốn tham gia nó không?", "You're previewing %(roomName)s. Want to join it?": "Bạn đang xem trước %(roomName)s. Bạn muốn tham gia nó?", "Reject & Ignore user": "Từ chối & Bỏ qua người dùng", - "Reject": "Từ chối", " invited you": " đã mời bạn", "Do you want to join %(roomName)s?": "Bạn có muốn tham gia %(roomName)s không?", "Start chatting": "Bắt đầu trò chuyện", @@ -1497,7 +1488,6 @@ "You are not subscribed to any lists": "Bạn chưa đăng ký bất kỳ danh sách nào", "You are currently ignoring:": "Bạn hiện đang bỏ qua:", "You have not ignored anyone.": "Bạn đã không bỏ qua bất cứ ai.", - "Close": "Đóng", "User rules": "Quy tắc người dùng", "Server rules": "Quy tắc máy chủ", "Ban list rules - %(roomName)s": "Quy tắc danh sách cấm - %(roomName)s", @@ -1661,8 +1651,6 @@ "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 .", "Space options": "Tùy chọn space", - "Collapse": "Tắt đi", - "Expand": "Mở rộng", "Jump to first invite.": "Chuyển đến lời mời đầu tiên.", "Jump to first unread room.": "Chuyển đến phòng chưa đọc đầu tiên.", "Recommended for public spaces.": "Được đề xuất cho space công cộng.", @@ -1705,9 +1693,7 @@ "e.g. my-space": "ví dụ như my-space", "Please enter a name for the space": "Vui lòng nhập tên cho Space", "Search %(spaceName)s": "Tìm kiếm %(spaceName)s", - "Upload": "Tải lên", "Upload avatar": "Tải lên hình đại diện", - "Delete": "Xoá", "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", @@ -1877,7 +1863,6 @@ "Unable to share phone number": "Không thể chia sẻ số điện thoại", "Unable to revoke sharing for phone number": "Không thể thu hồi chia sẻ cho số điện thoại", "Discovery options will appear once you have added an email above.": "Tùy chọn khám phá sẽ xuất hiện khi nào bạn đã thêm địa chỉ thư điện tử.", - "Share": "Chia sẻ", "Revoke": "Rút lại", "Complete": "Hoàn thành", "Verify the link in your inbox": "Xác minh liên kết trong hộp thư đến của bạn", @@ -1957,15 +1942,12 @@ "Manually verify all remote sessions": "Xác thực thủ công tất cả các phiên từ xa", "How fast should messages be downloaded.": "Tin nhắn sẽ được tải xuống nhanh như thế nào.", "Enable message search in encrypted rooms": "Bật tính năng tìm kiếm tin nhắn trong các phòng được mã hóa", - "Update": "Cập nhật", "What's New": "Có gì mới", "What's new?": "Có gì mới?", "%(deviceId)s from %(ip)s": "%(deviceId)s từ %(ip)s", "New login. Was this you?": "Đăng nhập mới. Đây có phải là bạn không?", "Other users may not trust it": "Những người dùng khác có thể không tin tưởng nó", "Safeguard against losing access to encrypted messages & data": "Bảo vệ chống mất quyền truy cập vào tin nhắn và dữ liệu được mã hóa", - "Verify": "Xác thực", - "Upgrade": "Nâng cấp", "Verify this session": "Xác thực phiên này", "Encryption upgrade available": "Nâng cấp mã hóa có sẵn", "Set up Secure Backup": "Thiết lập Sao lưu Bảo mật", @@ -2228,7 +2210,6 @@ "not found": "không tìm thấy", "in memory": "trong bộ nhớ", "Cross-signing public keys:": "Khóa công khai xác thực chéo:", - "Reset": "Cài lại", "Cross-signing is not set up.": "Tính năng xác thực chéo chưa được thiết lập.", "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Tài khoản của bạn có danh tính xác thực chéo trong vùng lưu trữ bí mật, nhưng chưa được phiên này tin cậy.", "Cross-signing is ready but keys are not backed up.": "Xác thực chéo đã sẵn sàng nhưng các khóa chưa được sao lưu.", @@ -2293,7 +2274,6 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", - "Cancel": "Huỷ bỏ", "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", @@ -2590,7 +2570,6 @@ "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", - "Trust": "Tin cậy", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Hành động này yêu cầu truy cập máy chủ định danh mặc định để xác thực địa chỉ thư điện tử hoặc số điện thoại, nhưng máy chủ không có bất kỳ điều khoản dịch vụ nào.", "Identity server has no terms of service": "Máy chủ định danh này không có điều khoản dịch vụ", @@ -2961,7 +2940,6 @@ "other": "%(user)s và %(count)s người khác" }, "%(user1)s and %(user2)s": "%(user1)s và %(user2)s", - "Reload": "Tải lại", "Database unexpectedly closed": "Cơ sở dữ liệu đột nhiên bị đóng", "%(minutes)sm %(seconds)ss left": "Còn lại %(minutes)s phút %(seconds)s giây", "%(hours)sh %(minutes)sm %(seconds)ss left": "Còn lại %(hours)s giờ %(minutes)s phút %(seconds)s giây", @@ -3016,7 +2994,6 @@ "Backing up %(sessionsRemaining)s keys…": "Đang sao lưu %(sessionsRemaining)s khóa…", "This session is backing up your keys.": "Phiên này đang sao lưu các khóa.", "Error while changing password: %(error)s": "Lỗi khi đổi mật khẩu: %(error)s", - "Apply": "Áp dụng", "Add privileged users": "Thêm người dùng quyền lực", "Saving…": "Đang lưu…", "Creating…": "Đang tạo…", @@ -3041,7 +3018,6 @@ "Start messages with /plain to send without markdown.": "Bắt đầu tin nhắn với /plain để gửi mà không dùng Markdown.", "%(senderName)s ended a voice broadcast": "%(senderName)s đã kết thúc một cuộc phát thanh", "Welcome": "Chào mừng", - "Call": "Gọi", "Audio devices": "Thiết bị âm thanh", "Enable notifications": "Kích hoạt thông báo", "Turn on notifications": "Bật thông báo", @@ -3674,7 +3650,31 @@ "start": "Bắt đầu", "start_chat": "Bắt đầu trò chuyện", "view_source": "Xem nguồn", - "yes": "Có" + "yes": "Có", + "reject": "Từ chối", + "confirm": "Xác nhận", + "dismiss": "Bỏ qua", + "trust": "Tin cậy", + "reload": "Tải lại", + "cancel": "Huỷ bỏ", + "stop": "Dừng", + "join": "Tham gia", + "close": "Đóng", + "accept": "Đồng ý", + "upgrade": "Nâng cấp", + "verify": "Xác thực", + "update": "Cập nhật", + "call": "Gọi", + "delete": "Xoá", + "upload": "Tải lên", + "collapse": "Tắt đi", + "apply": "Áp dụng", + "reset": "Cài lại", + "share": "Chia sẻ", + "skip": "Bỏ qua", + "logout": "Đăng xuất", + "view": "Xem", + "expand": "Mở rộng" }, "a11y": { "user_menu": "Menu người dùng" diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index c8387b28af2..bc98f0d4ef7 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -40,7 +40,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s, %(time)s", "Unnamed Room": "Noamloos gesprek", "Unable to load! Check your network connectivity and try again.": "Loadn mislukt! Controleer je netwerktoegang en herprobeer ’t e ki.", - "Dismiss": "Afwyzn", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s èt geen toestemmienge vo je meldiengn te verstuurn - controleert je browserinstelliengn", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s èt geen toestemmienge gekreegn ghed vo joun meldiengn te verstuurn - herprobeer ’t e ki", "Unable to enable Notifications": "Kostege meldiengn nie inschoakeln", @@ -205,9 +204,7 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", - "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", - "Cancel": "Annuleern", "Verified!": "Geverifieerd!", "You've successfully verified this user.": "J’èt deze gebruuker geverifieerd.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Beveiligde berichtn me deze gebruuker zyn eind-tout-eind-versleuterd en kunn nie door derdn wordn geleezn.", @@ -426,7 +423,6 @@ "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", - "Close": "Sluutn", "and %(count)s others...": { "other": "en %(count)s anderen…", "one": "en één andere…" @@ -485,7 +481,6 @@ "Do you want to chat with %(user)s?": "Wil j’e gesprek beginn me %(user)s?", "Do you want to join %(roomName)s?": "Wil je %(roomName)s toetreedn?", " invited you": " èt joun uutgenodigd", - "Reject": "Weigern", "You're previewing %(roomName)s. Want to join it?": "Je bekykt %(roomName)s. Wil je deran deelneemn?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?", "%(roomName)s does not exist.": "%(roomName)s bestoa nie.", @@ -547,7 +542,6 @@ "edited": "bewerkt", "Something went wrong!": "’t Es etwa misgegoan!", "What's New": "Wuk es ’t er nieuw", - "Update": "Bywerkn", "What's new?": "Wuk es ’t er nieuw?", "Error encountered (%(errorDetail)s).": "’t Es e foute ipgetreedn (%(errorDetail)s).", "No update available.": "Geen update beschikboar.", @@ -556,7 +550,6 @@ "Delete widget": "Widget verwydern", "Popout widget": "Widget in e nieuwe veinster openn", "Create new room": "E nieuw gesprek anmoakn", - "Join": "Deelneemn", "Rotate Left": "Links droain", "Rotate Right": "Rechts droain", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -716,7 +709,6 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Bekyk jen e-mails en klikt ip de koppelienge derin. Klikt van zodra da je da gedoan èt ip ‘Verdergoan’.", "Email address": "E-mailadresse", "This will allow you to reset your password and receive notifications.": "Hierdoor goa je je paswoord kunn herinstell en meldiengn ountvangn.", - "Skip": "Oversloan", "Share Room": "Gesprek deeln", "Link to most recent message": "Koppelienge noa ’t recentste bericht", "Share User": "Gebruuker deeln", @@ -728,7 +720,6 @@ "Your browser likely removed this data when running low on disk space.": "Je browser èt deze gegeevns meugliks verwyderd toen da de beschikboare ipslagruumte vul was.", "Upload files (%(current)s of %(total)s)": "Bestandn wordn ipgeloadn (%(current)s van %(total)s)", "Upload files": "Bestandn iploadn", - "Upload": "Iploadn", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Dit bestand is te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s, ma dit bestand is %(sizeOfThisFile)s.", "These files are too large to upload. The file size limit is %(limit)s.": "Deze bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "Sommige bestandn zyn te groot vo te kunn iploadn. De bestandsgroottelimiet is %(limit)s.", @@ -781,7 +772,6 @@ "Enter username": "Gift de gebruukersnoame in", "Some characters not allowed": "Sommige tekens zyn nie toegeloatn", "Email (optional)": "E-mailadresse (optioneel)", - "Confirm": "Bevestign", "Phone (optional)": "Telefongnumero (optioneel)", "Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server", "Other": "Overige", @@ -801,7 +791,6 @@ "Review terms and conditions": "Gebruuksvoorwoardn leezn", "Old cryptography data detected": "Oude cryptografiegegeevns 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.": "’t Zyn gegeevns van een oudere versie van %(brand)s gedetecteerd gewist. Dit goa probleemn veroorzakt ghed èn me de eind-tout-eind-versleuterienge in d’oude versie. Eind-tout-eind-versleuterde berichtn da recent uutgewisseld gewist zyn me d’oude versie zyn meugliks nie t’ountsleutern in deze versie. Dit zoudt der ook voorn kunnn zorgn da berichtn da uutgewisseld gewist zyn in deze versie foaln. Meldt jen heran moest je probleemn ervoarn. Exporteert de sleuters en importeer z’achteraf were vo de berichtgeschiedenisse te behoudn.", - "Logout": "Afmeldn", "You can't send any messages until you review and agree to our terms and conditions.": "Je ku geen berichtn stuurn toutda je uzze algemene voorwoardn geleezn en anveird ghed èt.", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver z’n limiet vo moandeliks actieve gebruukers bereikt ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Je bericht is nie verstuurd gewist omda deze thuusserver e systeembronlimiet overschreedn ghed èt. Gelieve contact ip te neemn me jen dienstbeheerder vo de dienst te bluuvn gebruukn.", @@ -890,7 +879,6 @@ "Uploaded sound": "Ipgeloadn-geluud", "Sounds": "Geluudn", "Notification sound": "Meldiengsgeluud", - "Reset": "Herinstelln", "Set a new custom sound": "Stelt e nieuw angepast geluud in", "Browse": "Bloadern", "Cannot reach homeserver": "Kostege de thuusserver nie bereikn", @@ -955,7 +943,6 @@ "Unable to revoke sharing for email address": "Kostege ’t deeln vo dat e-mailadresse hier nie intrekkn", "Unable to share email address": "Kostege ’t e-mailadresse nie deeln", "Revoke": "Intrekkn", - "Share": "Deeln", "Discovery options will appear once you have added an email above.": "Ountdekkiengsopties goan verschynn a j’een e-mailadresse toegevoegd ghed èt.", "Unable to revoke sharing for phone number": "Kostege ’t deeln vo dien telefongnumero hier nie intrekkn", "Unable to share phone number": "Kostege den telefongnumero nie deeln", @@ -1021,7 +1008,20 @@ "save": "Ipsloan", "start_chat": "Gesprek beginn", "view_source": "Bron bekykn", - "yes": "Joak" + "yes": "Joak", + "reject": "Weigern", + "confirm": "Bevestign", + "dismiss": "Afwyzn", + "cancel": "Annuleern", + "join": "Deelneemn", + "close": "Sluutn", + "accept": "Anveirdn", + "update": "Bywerkn", + "upload": "Iploadn", + "reset": "Herinstelln", + "share": "Deeln", + "skip": "Oversloan", + "logout": "Afmeldn" }, "Home": "Thuus" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 11bff963efe..c047e288a95 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -93,7 +93,6 @@ "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了房间名称。", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes your display nickname": "修改显示昵称", - "Close": "关闭", "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", @@ -116,14 +115,11 @@ "Passwords can't be empty": "密码不能为空", "Permissions": "权限", "Phone": "电话", - "Cancel": "取消", "Create new room": "创建新房间", - "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", - "Logout": "登出", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -154,8 +150,6 @@ "Drop file here to upload": "把文件拖到这里以上传", "Online": "在线", "Idle": "空闲", - "Skip": "跳过", - "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", "Enable automatic language detection for syntax highlighting": "启用语法高亮的自动语言检测", @@ -412,7 +406,6 @@ "Notification targets": "通知目标", "Today": "今天", "Friday": "星期五", - "Update": "更新", "What's New": "更新内容", "On": "打开", "Changelog": "更改日志", @@ -433,7 +426,6 @@ "Developer Tools": "开发者工具", "Preparing to send logs": "正在准备发送日志", "Saturday": "星期六", - "Reject": "拒绝", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "正在收集日志", @@ -725,7 +717,6 @@ "Room avatar": "房间头像", "Room Name": "房间名称", "Room Topic": "房间话题", - "Join": "加入", "The following users may not exist": "以下用户可能不存在", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?", "Invite anyway and never warn me again": "还是邀请,不用再提醒我", @@ -751,7 +742,6 @@ "Change": "更改", "Email (optional)": "电子邮箱(可选)", "Phone (optional)": "电话号码(可选)", - "Confirm": "确认", "Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员", "Other": "其他", "Couldn't load page": "无法加载页面", @@ -838,7 +828,6 @@ "Identity server has no terms of service": "身份服务器无服务条款", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此操作需要访问默认的身份服务器 以验证邮箱或电话号码,但此服务器无任何服务条款。", "Only continue if you trust the owner of the server.": "只有在你信任服务器所有者后才能继续。", - "Trust": "信任", "%(name)s is requesting verification": "%(name)s 正在请求验证", "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", @@ -944,8 +933,6 @@ "Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。", "Contact your server admin.": "请联系你的服务器管理员。", "Ok": "确定", - "Upgrade": "升级加密", - "Verify": "验证", "Other users may not trust it": "其他用户可能不信任它", "You joined the call": "你加入通话", "%(senderName)s joined the call": "%(senderName)s加入通话", @@ -978,7 +965,6 @@ "Lock": "锁", "Your server isn't responding to some requests.": "你的服务器没有响应一些请求。", "Accept to continue:": "接受 以继续:", - "Upload": "上传", "Show less": "显示更少", "Show more": "显示更多", "Your homeserver does not support cross-signing.": "你的家服务器不支持交叉签名。", @@ -1077,7 +1063,6 @@ "Uploaded sound": "已上传的声音", "Sounds": "声音", "Notification sound": "通知声音", - "Reset": "重置", "Set a new custom sound": "设置新的自定义声音", "Browse": "浏览", "Upgrade the room": "更新房间", @@ -1092,7 +1077,6 @@ "Click the link in the email you received to verify and then click continue again.": "点击你所收到的电子邮件中的链接进行验证,然后再次点击继续。", "Verify the link in your inbox": "验证你的收件箱中的链接", "Complete": "完成", - "Share": "共享", "Discovery options will appear once you have added an email above.": "你在上方添加邮箱后发现选项将会出现。", "Unable to share phone number": "无法共享电话号码", "Please enter verification code sent via text.": "请输入短信中发送的验证码。", @@ -1482,7 +1466,6 @@ "Create a Group Chat": "创建一个群聊", "Explore rooms": "探索房间", "%(creator)s created and configured the room.": "%(creator)s 创建并配置了此房间。", - "View": "查看", "Switch to light mode": "切换到浅色模式", "Switch to dark mode": "切换到深色模式", "Switch theme": "切换主题", @@ -1710,7 +1693,6 @@ "Your private space": "你的私有空间", "Your public space": "你的公共空间", "Invite only, best for yourself or teams": "仅邀请,适合你自己或团队", - "Delete": "删除", "Dial pad": "拨号盘", "There was an error looking up the phone number": "查询电话号码时发生错误", "Unable to look up phone number": "无法查询电话号码", @@ -2363,8 +2345,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。", "This space has no local addresses": "此空间没有本地地址", "Space information": "空间信息", - "Collapse": "折叠", - "Expand": "展开", "Recommended for public spaces.": "建议用于公开空间。", "Allow people to preview your space before they join.": "允许人们在加入前预览你的空间。", "Preview Space": "预览空间", @@ -2580,7 +2560,6 @@ "Select from the options below to export chats from your timeline": "从下面的选项中选择以从时间线导出聊天", "Export Chat": "导出聊天", "Exporting your data": "导出你的数据", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您确定要停止导出数据吗?如果你这样做了,你需要重新开始。", "Your export was successful. Find it in your Downloads folder.": "导出成功了。你可以在下载文件夹中找到导出文件。", "The export was cancelled successfully": "成功取消了导出", @@ -2988,7 +2967,6 @@ "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "正等待你在其它设备上验证,%(deviceName)s(%(deviceId)s)……", "Verify this device by confirming the following number appears on its screen.": "确认屏幕上出现以下数字,以验证设备。", "Confirm the emoji below are displayed on both devices, in the same order:": "确认下面的表情符号在两个设备上以相同顺序显示:", - "Call": "通话", "Turn on camera": "启动相机", "Turn off camera": "关闭相机", "Video devices": "视频设备", @@ -3442,7 +3420,6 @@ "other": "你确定要退出这 %(count)s 个会话吗?" }, "Presence": "在线", - "Apply": "申请", "Search users in this room…": "搜索该房间内的用户……", "Give one or multiple users in this room more privileges": "授权给该房间内的某人或某些人", "Add privileged users": "添加特权用户", @@ -3475,7 +3452,6 @@ "Use your account to continue.": "使用你的账户继续。", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "你的电子邮件地址似乎未与此家服务器上的Matrix ID关联。", "%(senderName)s started a voice broadcast": "%(senderName)s开始了语音广播", - "Reload": "重加载", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "这可能是由于在多个标签页中打开此应用,或由于清除浏览器数据。", "Database unexpectedly closed": "数据库意外关闭", "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".": "无法在未设置身份服务器时邀请用户,你可以在“设置”里连接一个。", @@ -3563,7 +3539,31 @@ "start": "开始", "start_chat": "开始聊天", "view_source": "查看源码", - "yes": "是" + "yes": "是", + "reject": "拒绝", + "confirm": "确认", + "dismiss": "忽略", + "trust": "信任", + "reload": "重加载", + "cancel": "取消", + "stop": "停止", + "join": "加入", + "close": "关闭", + "accept": "接受", + "upgrade": "升级加密", + "verify": "验证", + "update": "更新", + "call": "通话", + "delete": "删除", + "upload": "上传", + "collapse": "折叠", + "apply": "申请", + "reset": "重置", + "share": "共享", + "skip": "跳过", + "logout": "登出", + "view": "查看", + "expand": "展开" }, "a11y": { "user_menu": "用户菜单" diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 1a9def71553..2a64eebf974 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -84,8 +84,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 將聊天室大頭照更改為 ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室的大頭照。", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s 將聊天室的大頭照改為 %(roomName)s", - "Cancel": "取消", - "Dismiss": "關閉", "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", @@ -104,9 +102,7 @@ "URL Previews": "網址預覽", "Drop file here to upload": "把文件放在這裡上傳", "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": "建立新聊天室", - "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", @@ -131,7 +127,6 @@ "Invited": "已邀請", "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", - "Logout": "登出", "Low priority": "低優先度", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們被邀請開始。", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s 將未來的聊天室紀錄顯示給所有成員,從他們加入開始。", @@ -249,7 +244,6 @@ "Authentication check failed: incorrect password?": "無法檢查認證:密碼錯誤?", "Do you want to set an email address?": "您想要設定電子郵件地址嗎?", "This will allow you to reset your password and receive notifications.": "這讓您可以重設您的密碼與接收通知。", - "Skip": "略過", "and %(count)s others...": { "other": "與另 %(count)s 個人…", "one": "與另 1 個人…" @@ -420,7 +414,6 @@ "Notification targets": "通知目標", "Today": "今天", "Friday": "星期五", - "Update": "更新", "On": "開啟", "Changelog": "變更記錄檔", "Waiting for response from server": "正在等待來自伺服器的回應", @@ -441,7 +434,6 @@ "Developer Tools": "開發者工具", "Preparing to send logs": "準備傳送除錯訊息", "Saturday": "星期六", - "Reject": "拒絕", "Monday": "星期一", "Toolbox": "工具箱", "Collecting logs": "收集記錄檔", @@ -665,13 +657,11 @@ "Room avatar": "聊天室大頭照", "Room Name": "聊天室名稱", "Room Topic": "聊天室主題", - "Join": "加入", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", - "Confirm": "確認", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", "Other": "其他", "Guest": "訪客", @@ -826,7 +816,6 @@ "Your browser likely removed this data when running low on disk space.": "當硬碟空間不足時,您的瀏覽器可能會移除這些資料。", "Upload files (%(current)s of %(total)s)": "上傳檔案 (%(total)s 中的 %(current)s)", "Upload files": "上傳檔案", - "Upload": "上傳", "This file is too large to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "這個檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s 但這個檔案大小是 %(sizeOfThisFile)s。", "These files are too large to upload. The file size limit is %(limit)s.": "這些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", "Some files are too large to be uploaded. The file size limit is %(limit)s.": "某些檔案太大了,沒辦法上傳。檔案大小限制為 %(limit)s。", @@ -888,7 +877,6 @@ "Uploaded sound": "已上傳的音效", "Sounds": "音效", "Notification sound": "通知音效", - "Reset": "重設", "Set a new custom sound": "設定新的自訂音效", "Browse": "瀏覽", "Cannot reach homeserver": "無法連線至家伺服器", @@ -948,7 +936,6 @@ "Unable to revoke sharing for email address": "無法撤回電子郵件的分享", "Unable to share email address": "無法分享電子郵件", "Revoke": "撤回", - "Share": "分享", "Discovery options will appear once you have added an email above.": "當您在上面加入電子郵件時將會出現探索選項。", "Unable to revoke sharing for phone number": "無法撤回電話號碼的分享", "Unable to share phone number": "無法分享電話號碼", @@ -1021,7 +1008,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": "傳送回報", - "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", "Read Marker lifetime (ms)": "讀取標記生命週期(毫秒)", @@ -1083,7 +1069,6 @@ "Room %(name)s": "聊天室 %(name)s", "Unread messages.": "未讀的訊息。", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "此動作需要存取預設的身分伺服器 以驗證電子郵件或電話號碼,但伺服器沒有任何服務條款。", - "Trust": "信任", "Message Actions": "訊息動作", "%(name)s (%(userId)s)": "%(name)s (%(userId)s)", "You verified %(name)s": "您驗證了 %(name)s", @@ -1129,7 +1114,6 @@ "Trusted": "受信任", "Not trusted": "未受信任", "Messages in this room are end-to-end encrypted.": "此聊天室內的訊息有端對端加密。", - "Verify": "驗證", "Any of the following data may be shared:": "可能會分享以下資料:", "Your display name": "您的顯示名稱", "Your user ID": "您的使用者 ID", @@ -1163,7 +1147,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "升級聊天室為進階動作,通常建議在聊天室因為錯誤而不穩定、缺少功能或安全漏洞等才升級。", "This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "這通常僅影響如何在伺服器上處理聊天室的方式。如果您遇到與 %(brand)s 相關的問題,請回報錯誤。", "You'll upgrade this room from to .": "您將要把此聊天室從 升級到 。", - "Upgrade": "升級", " wants to chat": " 想要聊天", "Start chatting": "開始聊天", "%(senderName)s removed the rule banning users matching %(glob)s": "%(senderName)s 移除了封鎖符合 %(glob)s 的使用者規則", @@ -2197,7 +2180,6 @@ "Invite only, best for yourself or teams": "邀請制,適用於您自己或團隊使用", "Open space for anyone, best for communities": "對所有人開放的聊天空間,最適合社群", "Create a space": "建立聊天空間", - "Delete": "刪除", "Jump to the bottom of the timeline when you send a message": "傳送訊息時,跳到時間軸底部", "This homeserver has been blocked by its administrator.": "此家伺服器已被管理員封鎖。", "You're already in a call with this person.": "您正在與此人通話。", @@ -2364,8 +2346,6 @@ "Published addresses can be used by anyone on any server to join your space.": "任何伺服器上的人都可以使用已發佈的位址加入您的聊天空間。", "This space has no local addresses": "此聊天空間沒有本機位址", "Space information": "聊天空間資訊", - "Collapse": "收折", - "Expand": "展開", "Recommended for public spaces.": "給公開聊天空間的推薦。", "Allow people to preview your space before they join.": "允許人們在加入前預覽您的聊天空間。", "Preview Space": "預覽聊天空間", @@ -2579,7 +2559,6 @@ "Select from the options below to export chats from your timeline": "從下面的選項中選擇以從您的時間軸匯出聊天", "Export Chat": "匯出聊天", "Exporting your data": "正在匯出您的資料", - "Stop": "停止", "Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "您確定您要停止匯出您的資料嗎?若您這麼做,您就必須重新開始。", "Your export was successful. Find it in your Downloads folder.": "您匯出成功。請在您的下載資料夾中尋找它。", "The export was cancelled successfully": "匯出已成功取消", @@ -2929,7 +2908,6 @@ "Group all your people in one place.": "將您所有的夥伴集中在同一個地方。", "Group all your favourite rooms and people in one place.": "將所有您最喜愛的聊天室與夥伴集中在同一個地方。", "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "聊天空間是將聊天室與夥伴們分組的方式。除了您所在的聊天空間之外,還可以使用一些預設分類。", - "Call": "通話", "Unable to check if username has been taken. Try again later.": "無法檢查使用者名稱是否已被使用。請稍後再試。", "IRC (Experimental)": "IRC(實驗性)", "Toggle hidden event visibility": "切換隱藏事件的能見度", @@ -3571,7 +3549,6 @@ "This session doesn't support encryption and thus can't be verified.": "此工作階段不支援加密,因此無法驗證。", "For best security and privacy, it is recommended to use Matrix clients that support encryption.": "為獲得最佳安全性與隱私,建議使用支援加密的 Matrix 客戶端。", "You won't be able to participate in rooms where encryption is enabled when using this session.": "使用此工作階段時,您將無法參與啟用加密的聊天室。", - "Apply": "套用", "Search users in this room…": "搜尋此聊天室中的使用者…", "Give one or multiple users in this room more privileges": "給這個聊天室中的一個使用者或多個使用者更多的特殊權限", "Add privileged users": "新增特權使用者", @@ -3761,7 +3738,6 @@ "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "嘗試尋找並前往指定日期時發生網路錯誤。您的家伺服器可能已關閉,或者您的網際網路連線只是暫時出現問題。請再試一次。如果這種情況繼續存在,請聯絡您的家伺服器管理員。", "Poll history": "投票紀錄", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "使用者(%(user)s)並未受邀加入 %(roomId)s,但邀請工具也未提供錯誤", - "Reload": "重新載入", "This may be caused by having the app open in multiple tabs or due to clearing browser data.": "這個問題可能是因為在多個分頁中開啟此應用程式,或是清除瀏覽資料所導致。", "Database unexpectedly closed": "資料庫意外關閉", "Mute room": "聊天室靜音", @@ -3971,7 +3947,31 @@ "start": "開始", "start_chat": "開始聊天", "view_source": "檢視原始碼", - "yes": "是" + "yes": "是", + "reject": "拒絕", + "confirm": "確認", + "dismiss": "關閉", + "trust": "信任", + "reload": "重新載入", + "cancel": "取消", + "stop": "停止", + "join": "加入", + "close": "關閉", + "accept": "接受", + "upgrade": "升級", + "verify": "驗證", + "update": "更新", + "call": "通話", + "delete": "刪除", + "upload": "上傳", + "collapse": "收折", + "apply": "套用", + "reset": "重設", + "share": "分享", + "skip": "略過", + "logout": "登出", + "view": "檢視", + "expand": "展開" }, "a11y": { "user_menu": "使用者選單" From 0fdbdcad7cc11d8a3691a281e569ffc30e66e146 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 10:52:18 +0100 Subject: [PATCH 10/11] More actions strings --- src/Lifecycle.ts | 2 +- src/Registration.tsx | 4 +-- src/SecurityManager.ts | 2 +- .../security/CreateSecretStorageDialog.tsx | 4 +-- src/components/structures/RoomSearch.tsx | 4 ++- src/components/structures/SpaceRoomView.tsx | 4 +-- src/components/structures/UserMenu.tsx | 2 +- src/components/structures/auth/Login.tsx | 2 +- .../structures/auth/Registration.tsx | 2 +- .../structures/auth/SetupEncryptionBody.tsx | 4 +-- src/components/structures/auth/SoftLogout.tsx | 4 +-- .../auth/forgot-password/CheckEmail.tsx | 2 +- .../auth/forgot-password/VerifyEmailModal.tsx | 2 +- .../auth/InteractiveAuthEntryComponents.tsx | 2 +- src/components/views/auth/LoginWithQRFlow.tsx | 2 +- src/components/views/auth/PasswordLogin.tsx | 2 +- .../context_menus/MessageContextMenu.tsx | 2 +- .../views/context_menus/SpaceContextMenu.tsx | 2 +- .../dialogs/AddExistingToSpaceDialog.tsx | 4 +-- .../views/dialogs/CreateSubspaceDialog.tsx | 2 +- .../views/dialogs/CryptoStoreTooNewDialog.tsx | 6 ++-- .../views/dialogs/FeedbackDialog.tsx | 2 +- src/components/views/dialogs/InviteDialog.tsx | 2 +- src/components/views/dialogs/LogoutDialog.tsx | 4 +-- .../views/dialogs/ServerOfflineDialog.tsx | 2 +- .../dialogs/SessionRestoreErrorDialog.tsx | 4 +-- .../views/dialogs/StorageEvictedDialog.tsx | 2 +- .../views/dialogs/devtools/BaseTool.tsx | 2 +- .../views/dialogs/oidc/OidcLogoutDialog.tsx | 2 +- .../security/AccessSecretStorageDialog.tsx | 2 +- .../dialogs/spotlight/SpotlightDialog.tsx | 4 +-- .../views/directory/NetworkDropdown.tsx | 2 +- .../views/elements/EditableItemList.tsx | 2 +- src/components/views/elements/ImageView.tsx | 6 ++-- src/components/views/elements/LearnMore.tsx | 2 +- .../views/elements/PollCreateDialog.tsx | 2 +- src/components/views/elements/TagComposer.tsx | 2 +- src/components/views/emojipicker/Search.tsx | 2 +- .../views/location/ShareDialogButtons.tsx | 2 +- src/components/views/location/ZoomButtons.tsx | 4 +-- .../views/location/shareLocation.ts | 2 +- .../views/messages/DownloadActionButton.tsx | 2 +- src/components/views/pips/WidgetPip.tsx | 2 +- src/components/views/right_panel/BaseCard.tsx | 2 +- .../views/right_panel/RoomSummaryCard.tsx | 2 +- src/components/views/right_panel/UserInfo.tsx | 4 +-- .../views/right_panel/VerificationPanel.tsx | 4 +-- .../views/room_settings/AliasSettings.tsx | 2 +- .../views/rooms/LegacyRoomHeader.tsx | 2 +- .../views/rooms/PinnedEventTile.tsx | 2 +- src/components/views/rooms/RoomListHeader.tsx | 2 +- src/components/views/rooms/RoomPreviewBar.tsx | 2 +- src/components/views/rooms/SearchBar.tsx | 2 +- src/components/views/settings/SetIdServer.tsx | 2 +- .../views/settings/SpellCheckSettings.tsx | 2 +- .../views/settings/account/EmailAddresses.tsx | 2 +- .../views/settings/account/PhoneNumbers.tsx | 2 +- .../settings/devices/CurrentDeviceSection.tsx | 2 +- .../settings/devices/FilteredDeviceList.tsx | 2 +- .../tabs/user/MjolnirUserSettingsTab.tsx | 2 +- .../settings/tabs/user/SessionManagerTab.tsx | 4 +-- .../views/spaces/SpaceCreateMenu.tsx | 2 +- .../views/toasts/VerificationRequestToast.tsx | 4 ++- .../LegacyCallView/LegacyCallViewHeader.tsx | 2 +- src/i18n/strings/ar.json | 21 ++++++------ src/i18n/strings/az.json | 6 ++-- src/i18n/strings/be.json | 4 +-- src/i18n/strings/bg.json | 30 ++++++++-------- src/i18n/strings/bs.json | 4 +-- src/i18n/strings/ca.json | 19 +++++------ src/i18n/strings/cs.json | 34 +++++++++---------- src/i18n/strings/cy.json | 4 +-- src/i18n/strings/da.json | 15 ++++---- src/i18n/strings/de_DE.json | 34 +++++++++---------- src/i18n/strings/el.json | 34 +++++++++---------- src/i18n/strings/en_EN.json | 32 ++++++++--------- src/i18n/strings/en_US.json | 17 +++++----- src/i18n/strings/eo.json | 34 +++++++++---------- src/i18n/strings/es.json | 34 +++++++++---------- src/i18n/strings/et.json | 34 +++++++++---------- src/i18n/strings/eu.json | 26 +++++++------- src/i18n/strings/fa.json | 34 +++++++++---------- src/i18n/strings/fi.json | 34 +++++++++---------- src/i18n/strings/fr.json | 34 +++++++++---------- src/i18n/strings/ga.json | 23 ++++++------- src/i18n/strings/gl.json | 34 +++++++++---------- src/i18n/strings/he.json | 34 +++++++++---------- src/i18n/strings/hi.json | 12 +++---- src/i18n/strings/hr.json | 4 +-- src/i18n/strings/hu.json | 34 +++++++++---------- src/i18n/strings/id.json | 34 +++++++++---------- src/i18n/strings/is.json | 34 +++++++++---------- src/i18n/strings/it.json | 34 +++++++++---------- src/i18n/strings/ja.json | 34 +++++++++---------- src/i18n/strings/jbo.json | 14 ++++---- src/i18n/strings/ka.json | 4 +-- src/i18n/strings/kab.json | 30 ++++++++-------- src/i18n/strings/ko.json | 23 ++++++------- src/i18n/strings/lo.json | 34 +++++++++---------- src/i18n/strings/lt.json | 30 ++++++++-------- src/i18n/strings/lv.json | 34 +++++++++---------- src/i18n/strings/ml.json | 10 +++--- src/i18n/strings/mn.json | 4 +-- src/i18n/strings/nb_NO.json | 32 ++++++++--------- src/i18n/strings/nl.json | 34 +++++++++---------- src/i18n/strings/nn.json | 23 ++++++------- src/i18n/strings/oc.json | 24 ++++++------- src/i18n/strings/pl.json | 34 +++++++++---------- src/i18n/strings/pt.json | 21 ++++++------ src/i18n/strings/pt_BR.json | 34 +++++++++---------- src/i18n/strings/ro.json | 4 +-- src/i18n/strings/ru.json | 34 +++++++++---------- src/i18n/strings/si.json | 4 +-- src/i18n/strings/sk.json | 34 +++++++++---------- src/i18n/strings/sl.json | 4 +-- src/i18n/strings/sq.json | 34 +++++++++---------- src/i18n/strings/sr.json | 26 +++++++------- src/i18n/strings/sr_Latn.json | 4 +-- src/i18n/strings/sv.json | 34 +++++++++---------- src/i18n/strings/ta.json | 10 +++--- src/i18n/strings/te.json | 8 ++--- src/i18n/strings/th.json | 19 +++++------ src/i18n/strings/tr.json | 30 ++++++++-------- src/i18n/strings/tzm.json | 10 +++--- src/i18n/strings/uk.json | 34 +++++++++---------- src/i18n/strings/vi.json | 34 +++++++++---------- src/i18n/strings/vls.json | 23 ++++++------- src/i18n/strings/zh_Hans.json | 34 +++++++++---------- src/i18n/strings/zh_Hant.json | 34 +++++++++---------- src/utils/location/map.ts | 4 +-- 130 files changed, 824 insertions(+), 906 deletions(-) diff --git a/src/Lifecycle.ts b/src/Lifecycle.ts index 0958e036e15..6ca7055078e 100644 --- a/src/Lifecycle.ts +++ b/src/Lifecycle.ts @@ -364,7 +364,7 @@ async function onFailedDelegatedAuthLogin(description: string | ReactNode, tryAg Modal.createDialog(ErrorDialog, { title: _t("We couldn't log you in"), description, - button: _t("Try again"), + button: _t("action|try_again"), // if we have a tryAgain callback, call it the primary 'try again' button was clicked in the dialog onFinished: tryAgain ? (shouldTryAgain?: boolean) => shouldTryAgain && tryAgain() : undefined, }); diff --git a/src/Registration.tsx b/src/Registration.tsx index f96aef22519..b9cebf35a93 100644 --- a/src/Registration.tsx +++ b/src/Registration.tsx @@ -53,11 +53,11 @@ export async function startAnyRegistrationFlow( const modal = Modal.createDialog(QuestionDialog, { hasCancelButton: true, quitOnly: true, - title: SettingsStore.getValue(UIFeature.Registration) ? _t("Sign In or Create Account") : _t("Sign In"), + title: SettingsStore.getValue(UIFeature.Registration) ? _t("Sign In or Create Account") : _t("action|sign_in"), description: SettingsStore.getValue(UIFeature.Registration) ? _t("Use your account or create a new one to continue.") : _t("Use your account to continue."), - button: _t("Sign In"), + button: _t("action|sign_in"), extraButtons: SettingsStore.getValue(UIFeature.Registration) ? [
@@ -286,7 +286,7 @@ export default class SetupEncryptionBody extends React.Component {_t("Proceed with reset")} - {_t("Go Back")} + {_t("action|go_back")} diff --git a/src/components/structures/auth/SoftLogout.tsx b/src/components/structures/auth/SoftLogout.tsx index 27078fbca31..d52370f789d 100644 --- a/src/components/structures/auth/SoftLogout.tsx +++ b/src/components/structures/auth/SoftLogout.tsx @@ -245,7 +245,7 @@ export default class SoftLogout extends React.Component { type="submit" disabled={this.state.busy} > - {_t("Sign In")} + {_t("action|sign_in")} {_t("Forgotten your password?")} @@ -340,7 +340,7 @@ export default class SoftLogout extends React.Component {

{_t("You're signed out")}

-

{_t("Sign in")}

+

{_t("action|sign_in")}

{this.renderSignInSection()}

{_t("Clear personal data")}

diff --git a/src/components/structures/auth/forgot-password/CheckEmail.tsx b/src/components/structures/auth/forgot-password/CheckEmail.tsx index 9bd7078c637..086a71d4c8b 100644 --- a/src/components/structures/auth/forgot-password/CheckEmail.tsx +++ b/src/components/structures/auth/forgot-password/CheckEmail.tsx @@ -76,7 +76,7 @@ export const CheckEmail: React.FC = ({ aria-describedby={tooltipVisible ? tooltipId : undefined} > - {_t("Resend")} + {_t("action|resend")} = ({ aria-describedby={tooltipVisible ? tooltipId : undefined} > - {_t("Resend")} + {_t("action|resend")} ( { kind="primary" onClick={this.handleClick(Click.TryAgain)} > - {_t("Try again")} + {_t("action|try_again")}
{this.cancelButton()} diff --git a/src/components/views/auth/PasswordLogin.tsx b/src/components/views/auth/PasswordLogin.tsx index 8666964fff5..33c62a8df02 100644 --- a/src/components/views/auth/PasswordLogin.tsx +++ b/src/components/views/auth/PasswordLogin.tsx @@ -441,7 +441,7 @@ export default class PasswordLogin extends React.PureComponent { )} diff --git a/src/components/views/context_menus/MessageContextMenu.tsx b/src/components/views/context_menus/MessageContextMenu.tsx index c83742adbd2..0a70f66d120 100644 --- a/src/components/views/context_menus/MessageContextMenu.tsx +++ b/src/components/views/context_menus/MessageContextMenu.tsx @@ -467,7 +467,7 @@ export default class MessageContextMenu extends React.Component pinButton = ( ); diff --git a/src/components/views/context_menus/SpaceContextMenu.tsx b/src/components/views/context_menus/SpaceContextMenu.tsx index 4cc6fb7d760..d9262270200 100644 --- a/src/components/views/context_menus/SpaceContextMenu.tsx +++ b/src/components/views/context_menus/SpaceContextMenu.tsx @@ -173,7 +173,7 @@ const SpaceContextMenu: React.FC = ({ space, hideHeader, onFinished, ... newRoomSection = ( <>
- {_t("Add")} + {_t("action|add")}
{canAddRooms && ( = ({
{_t("Not all selected were added")}
-
{_t("Try again")}
+
{_t("action|try_again")}
@@ -267,7 +267,7 @@ export const AddExistingToSpace: React.FC = ({ if (!button || selectedToAdd.size > 0) { button = ( - {_t("Add")} + {_t("action|add")} ); } diff --git a/src/components/views/dialogs/CreateSubspaceDialog.tsx b/src/components/views/dialogs/CreateSubspaceDialog.tsx index cd8f1e67b4d..e8bfeb1fc2d 100644 --- a/src/components/views/dialogs/CreateSubspaceDialog.tsx +++ b/src/components/views/dialogs/CreateSubspaceDialog.tsx @@ -191,7 +191,7 @@ const CreateSubspaceDialog: React.FC = ({ space, onAddExistingSpaceClick {_t("action|cancel")} - {busy ? _t("Adding…") : _t("Add")} + {busy ? _t("Adding…") : _t("action|add")} diff --git a/src/components/views/dialogs/CryptoStoreTooNewDialog.tsx b/src/components/views/dialogs/CryptoStoreTooNewDialog.tsx index 5071e3935c5..07754d15677 100644 --- a/src/components/views/dialogs/CryptoStoreTooNewDialog.tsx +++ b/src/components/views/dialogs/CryptoStoreTooNewDialog.tsx @@ -34,12 +34,12 @@ const CryptoStoreTooNewDialog: React.FC = (props: IProps) => { const _onLogoutClicked = (): void => { Modal.createDialog(QuestionDialog, { - title: _t("Sign out"), + title: _t("action|sign_out"), description: _t( "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 }, ), - button: _t("Sign out"), + button: _t("action|sign_out"), focus: false, onFinished: (doLogout) => { if (doLogout) { @@ -71,7 +71,7 @@ const CryptoStoreTooNewDialog: React.FC = (props: IProps) => { hasCancel={false} onPrimaryButtonClick={() => props.onFinished(false)} > - +
); diff --git a/src/components/views/dialogs/FeedbackDialog.tsx b/src/components/views/dialogs/FeedbackDialog.tsx index cba19a98ef2..42762d8c2cb 100644 --- a/src/components/views/dialogs/FeedbackDialog.tsx +++ b/src/components/views/dialogs/FeedbackDialog.tsx @@ -153,7 +153,7 @@ const FeedbackDialog: React.FC = (props: IProps) => { {feedbackSection} } - button={hasFeedback ? _t("Send feedback") : _t("Go back")} + button={hasFeedback ? _t("Send feedback") : _t("action|go_back")} buttonDisabled={hasFeedback && !comment} onFinished={onFinished} /> diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx index f3d49378c57..b19232489a1 100644 --- a/src/components/views/dialogs/InviteDialog.tsx +++ b/src/components/views/dialogs/InviteDialog.tsx @@ -1107,7 +1107,7 @@ export default class InviteDialog extends React.PureComponent 0) } autoComplete="off" - placeholder={hasPlaceholder ? _t("Search") : undefined} + placeholder={hasPlaceholder ? _t("action|search") : undefined} data-testid="invite-dialog-input" /> ); diff --git a/src/components/views/dialogs/LogoutDialog.tsx b/src/components/views/dialogs/LogoutDialog.tsx index add749621e2..2086a33b8af 100644 --- a/src/components/views/dialogs/LogoutDialog.tsx +++ b/src/components/views/dialogs/LogoutDialog.tsx @@ -202,9 +202,9 @@ export default class LogoutDialog extends React.Component { return ( ); diff --git a/src/components/views/dialogs/ServerOfflineDialog.tsx b/src/components/views/dialogs/ServerOfflineDialog.tsx index 5de0e79eb91..65cb77688ea 100644 --- a/src/components/views/dialogs/ServerOfflineDialog.tsx +++ b/src/components/views/dialogs/ServerOfflineDialog.tsx @@ -64,7 +64,7 @@ export default class ServerOfflineDialog extends React.PureComponent { if (t.status === TransactionStatus.Error) { button = ( t.run()}> - {_t("Resend")} + {_t("action|resend")} ); } diff --git a/src/components/views/dialogs/SessionRestoreErrorDialog.tsx b/src/components/views/dialogs/SessionRestoreErrorDialog.tsx index 950e1bb6eeb..3b0dbcb4fb4 100644 --- a/src/components/views/dialogs/SessionRestoreErrorDialog.tsx +++ b/src/components/views/dialogs/SessionRestoreErrorDialog.tsx @@ -40,9 +40,9 @@ export default class SessionRestoreErrorDialog extends React.Component { private onClearStorageClick = (): void => { Modal.createDialog(QuestionDialog, { - title: _t("Sign out"), + title: _t("action|sign_out"), description:
{_t("Sign out and remove encryption keys?")}
, - button: _t("Sign out"), + button: _t("action|sign_out"), danger: true, onFinished: this.props.onFinished, }); diff --git a/src/components/views/dialogs/StorageEvictedDialog.tsx b/src/components/views/dialogs/StorageEvictedDialog.tsx index 9e749203a3b..59a9b668bb7 100644 --- a/src/components/views/dialogs/StorageEvictedDialog.tsx +++ b/src/components/views/dialogs/StorageEvictedDialog.tsx @@ -73,7 +73,7 @@ export default class StorageEvictedDialog extends React.Component {

> = ({
{children}
{extraButton} - + {actionButton}
diff --git a/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx b/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx index 52df2516a5e..b15051ba52b 100644 --- a/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx +++ b/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx @@ -43,7 +43,7 @@ export const OidcLogoutDialog: React.FC = ({ const logoutUrl = getOidcLogoutUrl(delegatedAuthAccountUrl, deviceId); return ( - +
{_t("You will be redirected to your server's authentication provider to complete sign out.")}
diff --git a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx index 8f651624a65..0bead58e7df 100644 --- a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx +++ b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx @@ -435,7 +435,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent = ({ initialText = "", initialFilter = n autoCapitalize="off" autoCorrect="off" spellCheck="false" - placeholder={_t("Search")} + placeholder={_t("action|search")} value={query} onChange={setQuery} onKeyDown={onKeyDown} aria-owns="mx_SpotlightDialog_content" aria-activedescendant={activeDescendant} - aria-label={_t("Search")} + aria-label={_t("action|search")} aria-describedby="mx_SpotlightDialog_keyboardPrompt" /> {(publicRoomsLoading || peopleLoading || profileLoading) && } diff --git a/src/components/views/directory/NetworkDropdown.tsx b/src/components/views/directory/NetworkDropdown.tsx index 4018d19fc7b..7ca81562d15 100644 --- a/src/components/views/directory/NetworkDropdown.tsx +++ b/src/components/views/directory/NetworkDropdown.tsx @@ -193,7 +193,7 @@ export const NetworkDropdown: React.FC = ({ protocols, config, setConfig { title: _t("Add a new server"), description: _t("Enter the name of a new server you want to explore."), - button: _t("Add"), + button: _t("action|add"), hasCancel: false, placeholder: _t("Server name"), validator: validServer, diff --git a/src/components/views/elements/EditableItemList.tsx b/src/components/views/elements/EditableItemList.tsx index 5539d47da6e..de30fb3f91f 100644 --- a/src/components/views/elements/EditableItemList.tsx +++ b/src/components/views/elements/EditableItemList.tsx @@ -147,7 +147,7 @@ export default class EditableItemList

extends React.PureComponent - {_t("Add")} + {_t("action|add")} ); diff --git a/src/components/views/elements/ImageView.tsx b/src/components/views/elements/ImageView.tsx index 00f499fb112..edc3f4eb03b 100644 --- a/src/components/views/elements/ImageView.tsx +++ b/src/components/views/elements/ImageView.tsx @@ -515,14 +515,14 @@ export default class ImageView extends React.Component { const zoomOutButton = ( ); const zoomInButton = ( ); @@ -565,7 +565,7 @@ export default class ImageView extends React.Component { /> {contextMenuButton} diff --git a/src/components/views/elements/LearnMore.tsx b/src/components/views/elements/LearnMore.tsx index e6c5bf5cc9c..03f377da763 100644 --- a/src/components/views/elements/LearnMore.tsx +++ b/src/components/views/elements/LearnMore.tsx @@ -31,7 +31,7 @@ const LearnMore: React.FC = ({ title, description, ...rest }) => Modal.createDialog(InfoDialog, { title, description, - button: _t("Got it"), + button: _t("action|got_it"), hasCloseButton: true, }); }; diff --git a/src/components/views/elements/PollCreateDialog.tsx b/src/components/views/elements/PollCreateDialog.tsx index 1de444d42a0..c1fa76c2e2e 100644 --- a/src/components/views/elements/PollCreateDialog.tsx +++ b/src/components/views/elements/PollCreateDialog.tsx @@ -176,7 +176,7 @@ export default class PollCreateDialog extends ScrollableBaseModal { if (!tryAgain) { diff --git a/src/components/views/elements/TagComposer.tsx b/src/components/views/elements/TagComposer.tsx index 4e7ed302f08..68959a38ce9 100644 --- a/src/components/views/elements/TagComposer.tsx +++ b/src/components/views/elements/TagComposer.tsx @@ -85,7 +85,7 @@ export default class TagComposer extends React.PureComponent { autoComplete="off" /> - {_t("Add")} + {_t("action|add")}

diff --git a/src/components/views/emojipicker/Search.tsx b/src/components/views/emojipicker/Search.tsx index a34a14cbafd..36c422f847c 100644 --- a/src/components/views/emojipicker/Search.tsx +++ b/src/components/views/emojipicker/Search.tsx @@ -73,7 +73,7 @@ class Search extends React.PureComponent { this.props.onChange(ev.target.value)} onKeyDown={this.onKeyDown} diff --git a/src/components/views/location/ShareDialogButtons.tsx b/src/components/views/location/ShareDialogButtons.tsx index c502bf5c3ee..dc976b4c636 100644 --- a/src/components/views/location/ShareDialogButtons.tsx +++ b/src/components/views/location/ShareDialogButtons.tsx @@ -34,7 +34,7 @@ const ShareDialogButtons: React.FC = ({ onBack, onCancel, displayBack }) diff --git a/src/components/views/location/ZoomButtons.tsx b/src/components/views/location/ZoomButtons.tsx index 461cdad3cdb..970835cffd4 100644 --- a/src/components/views/location/ZoomButtons.tsx +++ b/src/components/views/location/ZoomButtons.tsx @@ -40,7 +40,7 @@ const ZoomButtons: React.FC = ({ map }) => { @@ -48,7 +48,7 @@ const ZoomButtons: React.FC = ({ map }) => { diff --git a/src/components/views/location/shareLocation.ts b/src/components/views/location/shareLocation.ts index eeda324477b..dd3a0ce9d0a 100644 --- a/src/components/views/location/shareLocation.ts +++ b/src/components/views/location/shareLocation.ts @@ -86,7 +86,7 @@ const getDefaultErrorParams = ( description: _t("%(brand)s could not send your location. Please try again later.", { brand: SdkConfig.get().brand, }), - button: _t("Try again"), + button: _t("action|try_again"), cancelButton: _t("action|cancel"), onFinished: (tryAgain: boolean) => { if (tryAgain) { diff --git a/src/components/views/messages/DownloadActionButton.tsx b/src/components/views/messages/DownloadActionButton.tsx index ca13f64e9e8..5123ed63f2a 100644 --- a/src/components/views/messages/DownloadActionButton.tsx +++ b/src/components/views/messages/DownloadActionButton.tsx @@ -95,7 +95,7 @@ export default class DownloadActionButton extends React.PureComponent diff --git a/src/components/views/pips/WidgetPip.tsx b/src/components/views/pips/WidgetPip.tsx index 1c8f067cae3..8a9bae1cdec 100644 --- a/src/components/views/pips/WidgetPip.tsx +++ b/src/components/views/pips/WidgetPip.tsx @@ -111,7 +111,7 @@ export const WidgetPip: FC = ({ widgetId, room, viewingRoom, onStartMovin {roomName} diff --git a/src/components/views/right_panel/BaseCard.tsx b/src/components/views/right_panel/BaseCard.tsx index 68fec3ad237..9fd2aecd7ac 100644 --- a/src/components/views/right_panel/BaseCard.tsx +++ b/src/components/views/right_panel/BaseCard.tsx @@ -63,7 +63,7 @@ const BaseCard: React.FC = forwardRef( onBack?.(ev); RightPanelStore.instance.popCard(); }; - const label = backLabelForPhase(prevCard.phase) ?? _t("Back"); + const label = backLabelForPhase(prevCard.phase) ?? _t("action|back"); backButton = ; } diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx index 6219b79b4b6..5d74ae46087 100644 --- a/src/components/views/right_panel/RoomSummaryCard.tsx +++ b/src/components/views/right_panel/RoomSummaryCard.tsx @@ -150,7 +150,7 @@ const AppRow: React.FC = ({ app, room }) => { if (cannotPin) { pinTitle = _t("You can only pin up to %(count)s widgets", { count: MAX_PINNED }); } else { - pinTitle = isPinned ? _t("Unpin") : _t("Pin"); + pinTitle = isPinned ? _t("action|unpin") : _t("action|pin"); } const isMaximised = WidgetLayoutStore.instance.isInContainer(room, app, Container.Center); diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx index 5de26216441..751f344108a 100644 --- a/src/components/views/right_panel/UserInfo.tsx +++ b/src/components/views/right_panel/UserInfo.tsx @@ -387,7 +387,7 @@ export const UserOptionsSection: React.FC<{ )}
), - button: _t("Ignore"), + button: _t("action|ignore"), }); const [confirmed] = await finished; @@ -407,7 +407,7 @@ export const UserOptionsSection: React.FC<{ kind="link" className={classNames("mx_UserInfo_field", { mx_UserInfo_destructive: !isIgnored })} > - {isIgnored ? _t("Unignore") : _t("Ignore")} + {isIgnored ? _t("Unignore") : _t("action|ignore")} ); diff --git a/src/components/views/right_panel/VerificationPanel.tsx b/src/components/views/right_panel/VerificationPanel.tsx index c9adb40ca5c..7d5e6950e24 100644 --- a/src/components/views/right_panel/VerificationPanel.tsx +++ b/src/components/views/right_panel/VerificationPanel.tsx @@ -319,7 +319,7 @@ export default class VerificationPanel extends React.PureComponent {text ?

{text}

: null} - {_t("Got it")} + {_t("action|got_it")} ); @@ -357,7 +357,7 @@ export default class VerificationPanel extends React.PureComponent{text}

- {_t("Got it")} + {_t("action|got_it")} ); diff --git a/src/components/views/room_settings/AliasSettings.tsx b/src/components/views/room_settings/AliasSettings.tsx index 9fcb0614fc5..475a6144718 100644 --- a/src/components/views/room_settings/AliasSettings.tsx +++ b/src/components/views/room_settings/AliasSettings.tsx @@ -70,7 +70,7 @@ class EditableAliasesList extends EditableItemList { roomId={this.props.roomId} /> - {_t("Add")} + {_t("action|add")} ); diff --git a/src/components/views/rooms/LegacyRoomHeader.tsx b/src/components/views/rooms/LegacyRoomHeader.tsx index c2ac8627265..544c38f6ef7 100644 --- a/src/components/views/rooms/LegacyRoomHeader.tsx +++ b/src/components/views/rooms/LegacyRoomHeader.tsx @@ -606,7 +606,7 @@ export default class RoomHeader extends React.Component { , diff --git a/src/components/views/rooms/PinnedEventTile.tsx b/src/components/views/rooms/PinnedEventTile.tsx index 4968948c275..1341ee977b0 100644 --- a/src/components/views/rooms/PinnedEventTile.tsx +++ b/src/components/views/rooms/PinnedEventTile.tsx @@ -79,7 +79,7 @@ export default class PinnedEventTile extends React.Component { ); } diff --git a/src/components/views/rooms/RoomListHeader.tsx b/src/components/views/rooms/RoomListHeader.tsx index a094211eff2..071e1627ff1 100644 --- a/src/components/views/rooms/RoomListHeader.tsx +++ b/src/components/views/rooms/RoomListHeader.tsx @@ -428,7 +428,7 @@ const RoomListHeader: React.FC = ({ onVisibilityChange }) => { onClick={openPlusMenu} isExpanded={plusMenuDisplayed} className="mx_RoomListHeader_plusButton" - title={_t("Add")} + title={_t("action|add")} /> )} diff --git a/src/components/views/rooms/RoomPreviewBar.tsx b/src/components/views/rooms/RoomPreviewBar.tsx index 8aa2eca24d3..5f610c344e6 100644 --- a/src/components/views/rooms/RoomPreviewBar.tsx +++ b/src/components/views/rooms/RoomPreviewBar.tsx @@ -359,7 +359,7 @@ export default class RoomPreviewBar extends React.Component { primaryActionLabel = _t("Sign Up"); primaryActionHandler = this.onRegisterClick; } - secondaryActionLabel = _t("Sign In"); + secondaryActionLabel = _t("action|sign_in"); secondaryActionHandler = this.onLoginClick; } if (this.props.previewLoading) { diff --git a/src/components/views/rooms/SearchBar.tsx b/src/components/views/rooms/SearchBar.tsx index ca0dee5dfab..9615a423910 100644 --- a/src/components/views/rooms/SearchBar.tsx +++ b/src/components/views/rooms/SearchBar.tsx @@ -129,7 +129,7 @@ export default class SearchBar extends React.Component { { title, description: message, button, - cancelButton: _t("Go back"), + cancelButton: _t("action|go_back"), danger, }); return finished; diff --git a/src/components/views/settings/SpellCheckSettings.tsx b/src/components/views/settings/SpellCheckSettings.tsx index 32e50d9ad2b..a7c9cd9e2d2 100644 --- a/src/components/views/settings/SpellCheckSettings.tsx +++ b/src/components/views/settings/SpellCheckSettings.tsx @@ -93,7 +93,7 @@ export default class SpellCheckLanguages extends React.Component - {_t("Add")} + {_t("action|add")} ); diff --git a/src/components/views/settings/account/EmailAddresses.tsx b/src/components/views/settings/account/EmailAddresses.tsx index cfa33843828..bcc88be8c4f 100644 --- a/src/components/views/settings/account/EmailAddresses.tsx +++ b/src/components/views/settings/account/EmailAddresses.tsx @@ -268,7 +268,7 @@ export default class EmailAddresses extends React.Component { let addButton = ( - {_t("Add")} + {_t("action|add")} ); if (this.state.verifying) { diff --git a/src/components/views/settings/account/PhoneNumbers.tsx b/src/components/views/settings/account/PhoneNumbers.tsx index 4b027e171df..7fdf8e3dd59 100644 --- a/src/components/views/settings/account/PhoneNumbers.tsx +++ b/src/components/views/settings/account/PhoneNumbers.tsx @@ -271,7 +271,7 @@ export default class PhoneNumbers extends React.Component { let addVerifySection = ( - {_t("Add")} + {_t("action|add")} ); if (this.state.verifying) { diff --git a/src/components/views/settings/devices/CurrentDeviceSection.tsx b/src/components/views/settings/devices/CurrentDeviceSection.tsx index 516acf3f968..783590c8ecf 100644 --- a/src/components/views/settings/devices/CurrentDeviceSection.tsx +++ b/src/components/views/settings/devices/CurrentDeviceSection.tsx @@ -60,7 +60,7 @@ const CurrentDeviceSectionHeading: React.FC = const menuOptions = [ , diff --git a/src/components/views/settings/devices/FilteredDeviceList.tsx b/src/components/views/settings/devices/FilteredDeviceList.tsx index 2b74d88613e..f1dbdecb2f0 100644 --- a/src/components/views/settings/devices/FilteredDeviceList.tsx +++ b/src/components/views/settings/devices/FilteredDeviceList.tsx @@ -335,7 +335,7 @@ export const FilteredDeviceList = forwardRef( className="mx_FilteredDeviceList_headerButton" > {isSigningOut && } - {_t("Sign out")} + {_t("action|sign_out")} onClick={this.onAddPersonalRule} disabled={this.state.busy} > - {_t("Ignore")} + {_t("action|ignore")} diff --git a/src/components/views/settings/tabs/user/SessionManagerTab.tsx b/src/components/views/settings/tabs/user/SessionManagerTab.tsx index 5315b4c994b..dfa415a4bc3 100644 --- a/src/components/views/settings/tabs/user/SessionManagerTab.tsx +++ b/src/components/views/settings/tabs/user/SessionManagerTab.tsx @@ -44,7 +44,7 @@ import { OidcLogoutDialog } from "../../../dialogs/oidc/OidcLogoutDialog"; const confirmSignOut = async (sessionsToSignOutCount: number): Promise => { const { finished } = Modal.createDialog(QuestionDialog, { - title: _t("Sign out"), + title: _t("action|sign_out"), description: (

@@ -55,7 +55,7 @@ const confirmSignOut = async (sessionsToSignOutCount: number): Promise

), cancelButton: _t("action|cancel"), - button: _t("Sign out"), + button: _t("action|sign_out"), }); const [confirmed] = await finished; diff --git a/src/components/views/spaces/SpaceCreateMenu.tsx b/src/components/views/spaces/SpaceCreateMenu.tsx index 5546dad8f0c..80c6994d422 100644 --- a/src/components/views/spaces/SpaceCreateMenu.tsx +++ b/src/components/views/spaces/SpaceCreateMenu.tsx @@ -317,7 +317,7 @@ const SpaceCreateMenu: React.FC<{ setVisibility(null)} - title={_t("Go back")} + title={_t("action|go_back")} />

{visibility === Visibility.Public ? _t("Your public space") : _t("Your private space")}

diff --git a/src/components/views/toasts/VerificationRequestToast.tsx b/src/components/views/toasts/VerificationRequestToast.tsx index 2476c7ce446..5b75fe6d986 100644 --- a/src/components/views/toasts/VerificationRequestToast.tsx +++ b/src/components/views/toasts/VerificationRequestToast.tsx @@ -177,7 +177,9 @@ export default class VerificationRequestToast extends React.PureComponent = ({ onExp )} {onExpand && ( diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index f80018ad641..fbb8cf3d043 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -21,7 +21,6 @@ "Call invitation": "دعوة لمحادثة", "Developer Tools": "أدوات التطوير", "State Key": "مفتاح الحالة", - "Back": "العودة", "What's new?": "ما الجديد ؟", "powered by Matrix": "مشغل بواسطة Matrix", "Use Single Sign On to continue": "استعمل الولوج الموحّد للمواصلة", @@ -48,7 +47,6 @@ "Failure to create room": "فشل إنشاء الغرفة", "Cancel entering passphrase?": "هل تريد إلغاء إدخال عبارة المرور؟", "Are you sure you want to cancel entering passphrase?": "هل أنت متأكد من أنك تريد إلغاء إدخال عبارة المرور؟", - "Go Back": "الرجوع للخلف", "Setting up keys": "إعداد المفاتيح", "Sun": "الأحد", "Mon": "الإثنين", @@ -87,7 +85,6 @@ "Sign In or Create Account": "لِج أو أنشِئ حسابًا", "Use your account or create a new one to continue.": "استعمل حسابك أو أنشِئ واحدًا جديدًا للمواصلة.", "Create Account": "أنشِئ حسابًا", - "Sign In": "لِج", "Default": "المبدئي", "Restricted": "مقيد", "Moderator": "مشرف", @@ -336,7 +333,6 @@ "Verification timed out.": "انتهت مهلة التحقق.", "Start verification again from their profile.": "ابدأ التحقق مرة أخرى من ملف التعريف الخاص بهم.", "Start verification again from the notification.": "ابدأ التحقق مرة أخرى من الإشعار.", - "Got it": "فهمت", "You've successfully verified %(displayName)s!": "لقد تحققت بنجاح من %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "لقد تحققت بنجاح من %(deviceName)s (%(deviceId)s)!", "Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "قم بتعيين العناوين لهذه الغرفة حتى يتمكن المستخدمون من العثور على هذه الغرفة من خلال خادمك الوسيط (%(localDomain)s)", @@ -440,7 +436,6 @@ "Explore public rooms": "استكشف الغرف العامة", "Add room": "أضف غرفة", "Rooms": "الغرف", - "Search": "بحث", "Show Widgets": "إظهار عناصر الواجهة", "Hide Widgets": "إخفاء عناصر الواجهة", "Forget room": "انسَ الغرفة", @@ -570,7 +565,6 @@ "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "أنت لا تستخدم حاليًا خادم هوية. لاكتشاف جهات الاتصال الحالية التي تعرفها وتكون قابلاً للاكتشاف ، أضف واحداً أدناه.", "If you don't want to use to discover and be discoverable by existing contacts you know, enter another identity server below.": "إذا كنت لا تريد استخدام لاكتشاف جهات الاتصال الموجودة التي تعرفها وتكون قابلاً للاكتشاف ، فأدخل خادم هوية آخر أدناه.", "You are currently using to discover and be discoverable by existing contacts you know. You can change your identity server below.": "أنت تستخدم حاليًا لاكتشاف جهات الاتصال الحالية التي تعرفها وتجعل نفسك قابلاً للاكتشاف. يمكنك تغيير خادم الهوية الخاص بك أدناه.", - "Go back": "ارجع", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "نوصي بإزالة عناوين البريد الإلكتروني وأرقام الهواتف من خادم الهوية قبل قطع الاتصال.", "You are still sharing your personal data on the identity server .": "لا زالت بياناتك الشخصية مشاعة على خادم الهوية .", "Disconnect anyway": "افصل على أي حال", @@ -673,7 +667,6 @@ "Add widgets, bridges & bots": "إضافة عناصر الواجهة والجسور والروبوتات", "Edit widgets, bridges & bots": "تعديل عناصر الواجهة والجسور والروبوتات", "Widgets": "عناصر الواجهة", - "Unpin": "فك التثبيت", "You can only pin up to %(count)s widgets": { "other": "تثبيت عناصر واجهة المستخدم ممكن إلى %(count)s بحدٍ أعلى" }, @@ -841,7 +834,6 @@ "Remove %(phone)s?": "حذف %(phone)s؟", "Email Address": "عنوان بريد الكتروني", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "لقد أرسلنا إليك بريدًا إلكترونيًا للتحقق من عنوانك. يرجى اتباع التعليمات الموجودة هناك ثم نقر الزر أدناه.", - "Add": "أضف", "Unable to add email address": "تعذرت إضافة عنوان البريد الإلكتروني", "This doesn't appear to be a valid email address": "لا يبدو عنوان البريد الإلكتروني هذا صالحاً", "Invalid Email Address": "عنوان البريد الإلكتروني غير صالح", @@ -957,7 +949,6 @@ "If this isn't what you want, please use a different tool to ignore users.": "إذا لم يكن هذا ما تريده ، فيرجى استخدام أداة مختلفة لتجاهل المستخدمين.", "Subscribing to a ban list will cause you to join it!": "سيؤدي الاشتراك في قائمة الحظر إلى انضمامك إليها!", "Subscribed lists": "قوائم متشرك بها", - "Ignore": "تجاهل", "eg: @bot:* or example.org": "مثلاً: @bot:* أو example.org", "Server or user ID to ignore": "الخادم أو معرف المستخدم المطلوب تجاهله", "Personal ban list": "قائمة الحظر الشخصية", @@ -1127,7 +1118,6 @@ "American Samoa": "ساموا الأمريكية", "Algeria": "الجزائر", "Åland Islands": "جزر آلاند", - "Try again": "أعِد المحاولة", "We couldn't log you in": "تعذر الولوج", "You're already in a call with this person.": "أنت تُجري مكالمة مع هذا الشخص فعلًا.", "Already in call": "تُجري مكالمة فعلًا", @@ -1339,6 +1329,15 @@ "update": "تحديث", "upload": "رفع", "reset": "إعادة تعيين", - "share": "مشاركة" + "share": "مشاركة", + "sign_in": "لِج", + "add": "أضف", + "search": "بحث", + "try_again": "أعِد المحاولة", + "go_back": "ارجع", + "back": "العودة", + "ignore": "تجاهل", + "unpin": "فك التثبيت", + "got_it": "فهمت" } } diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 80c6ed7a999..4af6bd2c6dc 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -89,7 +89,6 @@ "Failed to change power level": "Hüquqların səviyyəsini dəyişdirməyi bacarmadı", "Are you sure?": "Siz əminsiniz?", "Unignore": "Blokdan çıxarmaq", - "Ignore": "Bloklamaq", "Invited": "Dəvət edilmişdir", "Filter room members": "İştirakçılara görə axtarış", "Hangup": "Bitirmək", @@ -228,7 +227,6 @@ "powered by Matrix": "Matrix tərəfindən təchiz edilmişdir", "Create Account": "Hesab Aç", "Explore rooms": "Otaqları kəşf edin", - "Sign In": "Daxil ol", "Identity server": "Eyniləşdirmənin serveri", "common": { "analytics": "Analitik", @@ -254,7 +252,9 @@ "close": "Bağlamaq", "accept": "Qəbul etmək", "update": "Yeniləmək", - "logout": "Çıxmaq" + "logout": "Çıxmaq", + "sign_in": "Daxil ol", + "ignore": "Bloklamaq" }, "Home": "Başlanğıc" } diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 6ad9e7e1f21..30837f206d4 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -7,7 +7,6 @@ "Notifications": "Апавяшчэнні", "Low Priority": "Нізкі прыярытэт", "Noisy": "Шумна", - "Resend": "Паўторна", "On": "Уключыць", "Off": "Выключыць", "Invite to this room": "Запрасіць у гэты пакой", @@ -25,6 +24,7 @@ "remove": "Выдалiць", "reject": "Адхіліць", "dismiss": "Aдхіліць", - "close": "Зачыніць" + "close": "Зачыніць", + "resend": "Паўторна" } } diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 150c3bbdd0c..21cc1c5d856 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,6 +1,5 @@ { "Operation failed": "Операцията е неуспешна", - "Search": "Търсене", "powered by Matrix": "базирано на Matrix", "Send": "Изпрати", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", @@ -107,7 +106,6 @@ "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", "Phone": "Телефон", - "Add": "Добави", "No display name": "Няма име", "New passwords don't match": "Новите пароли не съвпадат", "Passwords can't be empty": "Полето с парола не може да е празно", @@ -128,7 +126,6 @@ "Are you sure?": "Сигурни ли сте?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Няма да можете да възвърнете тази промяна, тъй като повишавате този потребител до същото ниво на достъп като Вашето.", "Unignore": "Премахни игнорирането", - "Ignore": "Игнорирай", "Mention": "Спомени", "Admin Tools": "Инструменти на администратора", "and %(count)s others...": { @@ -211,7 +208,6 @@ "Start authentication": "Започни автентикация", "Sign in with": "Влизане с", "Email address": "Имейл адрес", - "Sign in": "Вход", "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?": "Изтриването на приспособление го премахва за всички потребители в тази стая. Сигурни ли сте, че искате да изтриете това приспособление?", @@ -335,7 +331,6 @@ "Old cryptography data detected": "Бяха открити стари криптографски данни", "Signed Out": "Излязохте", "For security, this session has been signed out. Please sign in again.": "Поради мерки за сигурност, тази сесия е прекратена. Моля, влезте отново.", - "Sign out": "Изход", "Connectivity to the server has been lost.": "Връзката със сървъра е изгубена.", "Sent messages will be stored until your connection has returned.": "Изпратените съобщения ще бъдат запаметени докато връзката Ви се възвърне.", "You seem to be uploading files, are you sure you want to quit?": "Изглежда, че качвате файлове. Сигурни ли сте, че искате да затворите програмата?", @@ -420,7 +415,6 @@ "Waiting for response from server": "Изчакване на отговор от сървъра", "Failed to send logs: ": "Неуспешно изпращане на логове: ", "This Room": "В тази стая", - "Resend": "Изпрати отново", "Messages in one-to-one chats": "Съобщения в индивидуални чатове", "Unavailable": "Не е наличен", "Source URL": "URL на източника", @@ -450,7 +444,6 @@ "You cannot delete this message. (%(code)s)": "Това съобщение не може да бъде изтрито. (%(code)s)", "Thursday": "Четвъртък", "Logs sent": "Логовете са изпратени", - "Back": "Назад", "Show message in desktop notification": "Показване на съдържание в известията на работния плот", "Messages in group chats": "Съобщения в групови чатове", "Yesterday": "Вчера", @@ -578,7 +571,6 @@ "That matches!": "Това съвпада!", "That doesn't match.": "Това не съвпада.", "Go back to set it again.": "Върнете се за да настройте нова.", - "Download": "Свали", "Unable to create key backup": "Неуспешно създаване на резервно копие на ключа", "Straight rows of keys are easy to guess": "Клавиши от прави редици са лесни за отгатване", "Short keyboard patterns are easy to guess": "Къси клавиатурни последователности са лесни за отгатване", @@ -661,7 +653,6 @@ "Room Topic": "Тема на стаята", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.", "Incoming Verification Request": "Входяща заявка за потвърждение", - "Go back": "Върни се", "Email (optional)": "Имейл (незадължително)", "Phone (optional)": "Телефон (незадължително)", "Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър", @@ -742,7 +733,6 @@ "Anchor": "Котва", "Headphones": "Слушалки", "Folder": "Папка", - "Pin": "Кабърче", "This homeserver would like to make sure you are not a robot.": "Сървърът иска да потвърди, че не сте робот.", "Change": "Промени", "Couldn't load page": "Страницата не можа да бъде заредена", @@ -839,7 +829,6 @@ "View older messages in %(roomName)s.": "Виж по-стари съобщения в %(roomName)s.", "Join the conversation with an account": "Присъедини се към разговор с акаунт", "Sign Up": "Регистриране", - "Sign In": "Вписване", "Reason: %(reason)s": "Причина: %(reason)s", "Forget this room": "Пропусни тази стая", "Re-join": "Връщане", @@ -1354,7 +1343,6 @@ "Verify all users in a room to ensure it's secure.": "Верифицирай всички потребители в стаята за да подсигурите безопасността.", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Успешно верифицирахте %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "Успешно верифицирахте %(displayName)s!", - "Got it": "Разбрах", "Start verification again from the notification.": "Започнете верифициране отново от уведомлението.", "Start verification again from their profile.": "Започнете верифициране отново от профила им.", "Verification timed out.": "Изтече времето за верификация.", @@ -1462,7 +1450,6 @@ "All settings": "Всички настройки", "Feedback": "Обратна връзка", "If you've joined lots of rooms, this might take a while": "Това може да отнеме известно време, ако сте в много стаи", - "Go Back": "Върни се", "Confirm encryption setup": "Потвърждение на настройки за шифроване", "Click the button below to confirm setting up encryption.": "Кликнете бутона по-долу за да потвърдите настройването на шифроване.", "Enter your account password to confirm the upgrade:": "Въведете паролата за профила си за да потвърдите обновлението:", @@ -1623,7 +1610,6 @@ "Add widgets, bridges & bots": "Добави приспособления, мостове и ботове", "Edit widgets, bridges & bots": "Промени приспособления, мостове и ботове", "Widgets": "Приспособления", - "Unpin": "Разкачи", "You can only pin up to %(count)s widgets": { "other": "Може да закачите максимум %(count)s приспособления" }, @@ -1991,7 +1977,6 @@ "Share your public space": "Споделете публичното си място", "Invite to %(spaceName)s": "Покани в %(spaceName)s", "Sends the given message as a spoiler": "Изпраща даденото съобщение като спойлер", - "Try again": "Опитайте отново", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Помолихме браузъра да запомни кой Home сървър използвате за влизане, но за съжаление браузърът ви го е забравил. Отидете на страницата за влизане и опитайте отново.", "Already in call": "Вече в разговор", "You're already in a call with this person.": "Вече сте в разговор в този човек.", @@ -2121,7 +2106,20 @@ "share": "Сподели", "skip": "Пропусни", "logout": "Излез", - "view": "Виж" + "view": "Виж", + "sign_out": "Изход", + "sign_in": "Вход", + "add": "Добави", + "search": "Търсене", + "try_again": "Опитайте отново", + "go_back": "Върни се", + "back": "Назад", + "resend": "Изпрати отново", + "ignore": "Игнорирай", + "download": "Свали", + "pin": "Кабърче", + "unpin": "Разкачи", + "got_it": "Разбрах" }, "a11y": { "user_menu": "Потребителско меню" diff --git a/src/i18n/strings/bs.json b/src/i18n/strings/bs.json index 6cb3cd4ebfc..ff0445f665e 100644 --- a/src/i18n/strings/bs.json +++ b/src/i18n/strings/bs.json @@ -1,9 +1,9 @@ { "Create Account": "Otvori račun", - "Sign In": "Prijavite se", "Explore rooms": "Istražite sobe", "Identity server": "Identifikacioni Server", "action": { - "dismiss": "Odbaci" + "dismiss": "Odbaci", + "sign_in": "Prijavite se" } } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index a5b7ef088a9..6196f43cc1f 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -13,7 +13,6 @@ "Notifications": "Notificacions", "unknown error code": "codi d'error desconegut", "Operation failed": "No s'ha pogut realitzar l'operació", - "Search": "Cerca", "powered by Matrix": "amb tecnologia de Matrix", "Register": "Registre", "Rooms": "Sales", @@ -110,7 +109,6 @@ "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", "Phone": "Telèfon", - "Add": "Afegeix", "No display name": "Sense nom visible", "New passwords don't match": "Les noves contrasenyes no coincideixen", "Passwords can't be empty": "Les contrasenyes no poden estar buides", @@ -132,7 +130,6 @@ "Are you sure?": "Estàs segur?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "No podràs desfer aquest canvi ja que estàs donant a l'usuari el mateix nivell d'autoritat que el teu.", "Unignore": "Deixa de ignorar", - "Ignore": "Ignora", "Jump to read receipt": "Vés a l'últim missatge llegit", "Mention": "Menciona", "Admin Tools": "Eines d'administració", @@ -216,7 +213,6 @@ "Start authentication": "Inicia l'autenticació", "Sign in with": "Inicieu sessió amb", "Email address": "Correu electrònic", - "Sign in": "Inicia sessió", "In reply to ": "En resposta a ", "Something went wrong!": "Alguna cosa ha anat malament!", "Delete Widget": "Suprimeix el giny", @@ -354,7 +350,6 @@ "other": "Pujant %(filename)s i %(count)s més" }, "Uploading %(filename)s": "Pujant %(filename)s", - "Sign out": "Tanca la sessió", "Import E2E room keys": "Importar claus E2E de sala", "Cryptography": "Criptografia", "%(brand)s version:": "Versió de %(brand)s:", @@ -378,7 +373,6 @@ "Waiting for response from server": "S'està esperant una resposta del servidor", "Failed to send logs: ": "No s'han pogut enviar els logs: ", "This Room": "Aquesta sala", - "Resend": "Reenvia", "Messages containing my display name": "Missatges que contenen el meu nom visible", "Messages in one-to-one chats": "Missatges en xats un a un", "Unavailable": "No disponible", @@ -408,7 +402,6 @@ "You cannot delete this message. (%(code)s)": "No podeu eliminar aquest missatge. (%(code)s)", "Thursday": "Dijous", "Logs sent": "Logs enviats", - "Back": "Enrere", "Show message in desktop notification": "Mostra els missatges amb notificacions d'escriptori", "Messages in group chats": "Missatges en xats de grup", "Yesterday": "Ahir", @@ -540,11 +533,9 @@ "Actions": "Accions", "Messages": "Missatges", "Setting up keys": "Configurant claus", - "Go Back": "Torna", "Are you sure you want to cancel entering passphrase?": "Estàs segur que vols cancel·lar la introducció de la frase secreta?", "Cancel entering passphrase?": "Vols cancel·lar la introducció de la frase secreta?", "Custom (%(level)s)": "Personalitzat (%(level)s)", - "Sign In": "Inicia sessió", "Create Account": "Crea un compte", "Use your account or create a new one to continue.": "Utilitza el teu compte o crea'n un de nou per continuar.", "Sign In or Create Account": "Inicia sessió o Crea un compte", @@ -656,7 +647,15 @@ "update": "Actualitzar", "upload": "Puja", "skip": "Omet", - "logout": "Surt" + "logout": "Surt", + "sign_out": "Tanca la sessió", + "sign_in": "Inicia sessió", + "add": "Afegeix", + "search": "Cerca", + "go_back": "Torna", + "back": "Enrere", + "resend": "Reenvia", + "ignore": "Ignora" }, "Home": "Inici" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index efffb4aee53..59190d98a99 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -5,7 +5,6 @@ "Low priority": "Nízká priorita", "Notifications": "Oznámení", "Rooms": "Místnosti", - "Search": "Hledání", "Video call": "Videohovor", "Voice call": "Hlasový hovor", "Sun": "Ne", @@ -36,7 +35,6 @@ "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", "powered by Matrix": "používá protokol Matrix", "Account": "Účet", - "Add": "Přidat", "Admin": "Správce", "No Microphones detected": "Nerozpoznány žádné mikrofony", "No Webcams detected": "Nerozpoznány žádné webkamery", @@ -138,8 +136,6 @@ "Server unavailable, overloaded, or something else went wrong.": "Server je nedostupný, přetížený nebo se něco pokazilo.", "Session ID": "ID sezení", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Zobrazovat čas v 12hodinovém formátu (např. 2:30 odp.)", - "Sign in": "Přihlásit", - "Sign out": "Odhlásit", "Someone": "Někdo", "Start authentication": "Zahájit autentizaci", "Submit": "Odeslat", @@ -195,7 +191,6 @@ "Do you want to set an email address?": "Chcete nastavit e-mailovou adresu?", "New Password": "Nové heslo", "Unignore": "Odignorovat", - "Ignore": "Ignorovat", "Admin Tools": "Nástroje pro správce", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s nastavil(a) viditelnost budoucích zpráv v této místnosti pro všechny její členy, a to od chvíle jejich pozvání.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s nastavil(a) viditelnost budoucích zpráv v této místnosti pro všechny její členy od chvíle jejich vstupu.", @@ -413,7 +408,6 @@ "Failed to add tag %(tagName)s to room": "Nepodařilo se přidat štítek %(tagName)s k místnosti", "Filter results": "Filtrovat výsledky", "No update available.": "Není dostupná žádná aktualizace.", - "Resend": "Poslat znovu", "Collecting app version information": "Sbírání informací o verzi aplikace", "Tuesday": "Úterý", "Developer Tools": "Nástroje pro vývojáře", @@ -433,7 +427,6 @@ "You cannot delete this message. (%(code)s)": "Tuto zprávu nemůžete smazat. (%(code)s)", "Thursday": "Čtvrtek", "Search…": "Hledat…", - "Back": "Zpě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", @@ -510,7 +503,6 @@ "You'll lose access to your encrypted messages": "Přijdete o přístup k šifrovaným zprávám", "Are you sure you want to sign out?": "Opravdu se chcete odhlásit?", "Updating %(brand)s": "Aktualizujeme %(brand)s", - "Go back": "Zpět", "Failed to upgrade room": "Nezdařilo se aktualizovat místnost", "The room upgrade could not be completed": "Nepodařilo se dokončit aktualizaci místnosti", "Upgrade this room to version %(version)s": "Aktualizace místnosti na verzi %(version)s", @@ -698,7 +690,6 @@ "Anchor": "Kotva", "Headphones": "Sluchátka", "Folder": "Desky", - "Pin": "Připnout", "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.", @@ -726,7 +717,6 @@ "That matches!": "To odpovídá!", "That doesn't match.": "To nesedí.", "Go back to set it again.": "Nastavit heslo znovu.", - "Download": "Stáhnout", "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íčů", @@ -807,7 +797,6 @@ "Select the roles required to change various parts of the room": "Vyberte role potřebné k provedení různých změn v této místnosti", "Join the conversation with an account": "Připojte se ke konverzaci s účtem", "Sign Up": "Zaregistrovat se", - "Sign In": "Přihlásit se", "Reason: %(reason)s": "Důvod: %(reason)s", "Forget this room": "Zapomenout na tuto místnost", "Re-join": "Znovu vstoupit", @@ -1269,7 +1258,6 @@ "Ask %(displayName)s to scan your code:": "Požádejte uživatele %(displayName)s o naskenování tohoto kódu pro vaše ověření:", "If you can't scan the code above, verify by comparing unique emoji.": "Pokud vám skenování kódů nefunguje, ověřte se porovnáním emoji.", "You've successfully verified %(displayName)s!": "Úspěšně jste ověřili uživatele %(displayName)s!", - "Got it": "Rozumím", "Encryption not enabled": "Šifrování je vypnuté", "The encryption used by this room isn't supported.": "Šifrování používané v této místnosti není podporované.", "Clear all data in this session?": "Smazat všechna data v této relaci?", @@ -1288,7 +1276,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.", - "Go Back": "Zpět", "Cancel entering passphrase?": "Zrušit zadávání přístupové fráze?", "Setting up keys": "Příprava klíčů", "%(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 chybí nějaké komponenty, které jsou potřeba pro vyhledávání v zabezpečených místnostech. Pokud chcete s touto funkcí experimentovat, tak si pořiďte vlastní %(brand)s Desktop s přidanými komponentami.", @@ -1958,7 +1945,6 @@ "Video conference started by %(senderName)s": "Videokonferenci byla zahájena uživatelem %(senderName)s", "Video conference updated by %(senderName)s": "Videokonference byla aktualizována uživatelem %(senderName)s", "Video conference ended by %(senderName)s": "Videokonference byla ukončena uživatelem %(senderName)s", - "Unpin": "Odepnout", "%(senderName)s ended the call": "%(senderName)s ukončil(a) hovor", "You ended the call": "Ukončili jste hovor", "New version of %(brand)s is available": "K dispozici je nová verze %(brand)s", @@ -2099,7 +2085,6 @@ "Use app for a better experience": "Pro lepší zážitek použijte aplikaci", "Use app": "Použijte aplikaci", "Something went wrong in confirming your identity. Cancel and try again.": "Při ověřování vaší identity se něco pokazilo. Zrušte to a zkuste to znovu.", - "Try again": "Zkuste to znovu", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Požádali jsme prohlížeč, aby si zapamatoval, který domovský server používáte k přihlášení, ale váš prohlížeč to bohužel zapomněl. Přejděte na přihlašovací stránku a zkuste to znovu.", "We couldn't log you in": "Nemohli jsme vás přihlásit", "Show stickers button": "Tlačítko Zobrazit nálepky", @@ -2242,8 +2227,6 @@ "Forgotten or lost all recovery methods? Reset all": "Zapomněli nebo ztratili jste všechny metody obnovy? Resetovat vše", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Pokud tak učiníte, nezapomeňte, že žádná z vašich zpráv nebude smazána, ale vyhledávání může být na několik okamžiků zpomaleno během opětovného vytvoření indexu", "View message": "Zobrazit zprávu", - "Zoom in": "Přiblížit", - "Zoom out": "Oddálit", "%(seconds)ss left": "Zbývá %(seconds)ss", "Change server ACLs": "Změnit seznamy přístupů serveru", "You can select all or individual messages to retry or delete": "Můžete vybrat všechny nebo jednotlivé zprávy, které chcete zkusit poslat znovu nebo odstranit", @@ -3976,7 +3959,22 @@ "skip": "Přeskočit", "logout": "Odhlásit se", "view": "Zobrazit", - "expand": "Rozbalit" + "expand": "Rozbalit", + "sign_out": "Odhlásit", + "sign_in": "Přihlásit", + "add": "Přidat", + "search": "Hledání", + "try_again": "Zkuste to znovu", + "go_back": "Zpět", + "back": "Zpět", + "resend": "Poslat znovu", + "ignore": "Ignorovat", + "zoom_in": "Přiblížit", + "zoom_out": "Oddálit", + "download": "Stáhnout", + "pin": "Připnout", + "unpin": "Odepnout", + "got_it": "Rozumím" }, "a11y": { "user_menu": "Uživatelská nabídka" diff --git a/src/i18n/strings/cy.json b/src/i18n/strings/cy.json index ce17f39d81e..cc279e16264 100644 --- a/src/i18n/strings/cy.json +++ b/src/i18n/strings/cy.json @@ -4,11 +4,11 @@ "Add Email Address": "Ychwanegu Cyfeiriad E-bost", "Failed to verify email address: make sure you clicked the link in the email": "Methiant gwirio cyfeiriad e-bost: gwnewch yn siŵr eich bod wedi clicio'r ddolen yn yr e-bost", "Add Phone Number": "Ychwanegu Rhif Ffôn", - "Sign In": "Mewngofnodi", "Create Account": "Creu Cyfrif", "Explore rooms": "Archwilio Ystafelloedd", "Identity server": "Gweinydd Adnabod", "action": { - "dismiss": "Wfftio" + "dismiss": "Wfftio", + "sign_in": "Mewngofnodi" } } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index a10fd68c9be..1bd76fae4d3 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -14,7 +14,6 @@ "Changes your display nickname": "Ændrer dit viste navn", "Commands": "Kommandoer", "Emoji": "Emoji", - "Sign in": "Log ind", "Warning!": "Advarsel!", "Account": "Konto", "Admin": "Administrator", @@ -31,7 +30,6 @@ "Favourite": "Favorit", "Notifications": "Notifikationer", "unknown error code": "Ukendt fejlkode", - "Search": "Søg", "powered by Matrix": "Drevet af Matrix", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", "Register": "Registrér", @@ -137,14 +135,12 @@ "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", "Messages in group chats": "Beskeder i gruppechats", "Yesterday": "I går", "Error encountered (%(errorDetail)s).": "En fejl er opstået (%(errorDetail)s).", "Event Type": "Begivenhedstype", "Low Priority": "Lav prioritet", - "Resend": "Send igen", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tag(s): %(tagName)s fra rummet", "Wednesday": "Onsdag", "Developer Tools": "Udviklingsværktøjer", @@ -301,7 +297,6 @@ "Sign In or Create Account": "Log ind eller Opret bruger", "Use your account or create a new one to continue.": "Brug din konto eller opret en ny for at fortsætte.", "Create Account": "Opret brugerkonto", - "Sign In": "Log ind", "Custom (%(level)s)": "Kustomiseret %(level)s", "Sends a message as html, without interpreting it as markdown": "Sender besked som html, uden at tolke den som markdown", "Error upgrading room": "Fejl under opgradering af rum", @@ -399,7 +394,6 @@ "The call could not be established": "Opkaldet kunne ikke etableres", "Folder": "Mappe", "We couldn't log you in": "Vi kunne ikke logge dig ind", - "Try again": "Prøv igen", "Already in call": "Allerede i et opkald", "You're already in a call with this person.": "Du har allerede i et opkald med denne person.", "Chile": "Chile", @@ -449,7 +443,6 @@ "Command error: Unable to find rendering type (%(renderingType)s)": "Kommandofejl: Kan ikke finde renderingstype (%(renderingType)s)", "Command error: Unable to handle slash command.": "Kommandofejl: Kan ikke håndtere skråstregskommando.", "Effects": "Effekter", - "Go Back": "Gå tilbage", "Are you sure you want to cancel entering passphrase?": "Er du sikker på, at du vil annullere indtastning af adgangssætning?", "%(spaceName)s and %(count)s others": { "one": "%(spaceName)s og %(count)s andre", @@ -720,6 +713,12 @@ "close": "Luk", "accept": "Accepter", "update": "Opdater", - "reset": "Nulstil" + "reset": "Nulstil", + "sign_in": "Log ind", + "search": "Søg", + "try_again": "Prøv igen", + "go_back": "Gå tilbage", + "back": "Tilbage", + "resend": "Send igen" } } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 3542922d776..0cc68269664 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -15,7 +15,6 @@ "Change Password": "Passwort ändern", "Commands": "Befehle", "Emoji": "Emojis", - "Sign in": "Anmelden", "Warning!": "Warnung!", "Advanced": "Erweitert", "Are you sure you want to reject the invitation?": "Bist du sicher, dass du die Einladung ablehnen willst?", @@ -47,7 +46,6 @@ "Reject invitation": "Einladung ablehnen", "Return to login screen": "Zur Anmeldemaske zurückkehren", "Signed Out": "Abgemeldet", - "Sign out": "Abmelden", "Someone": "Jemand", "This doesn't appear to be a valid email address": "Dies scheint keine gültige E-Mail-Adresse zu sein", "This room is not accessible by remote Matrix servers": "Dieser Raum ist von Personen auf anderen Matrix-Servern nicht betretbar", @@ -139,7 +137,6 @@ "Join Room": "Raum betreten", "not specified": "nicht angegeben", "No more results": "Keine weiteren Ergebnisse", - "Search": "Suchen", "Search failed": "Suche ist fehlgeschlagen", "Server error": "Server-Fehler", "Server may be unavailable, overloaded, or search timed out :(": "Der Server ist entweder nicht verfügbar, überlastet oder die Suche wurde wegen Zeitüberschreitung abgebrochen :(", @@ -222,7 +219,6 @@ "You have enabled URL previews by default.": "Du hast die URL-Vorschau standardmäßig aktiviert.", "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s hat das Raumbild zu geändert", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s hat das Raumbild von %(roomName)s geändert", - "Add": "Hinzufügen", "Uploading %(filename)s": "%(filename)s wird hochgeladen", "Uploading %(filename)s and %(count)s others": { "one": "%(filename)s und %(count)s weitere Dateien werden hochgeladen", @@ -264,7 +260,6 @@ "%(widgetName)s widget modified by %(senderName)s": "Das Widget „%(widgetName)s“ wurde von %(senderName)s bearbeitet", "Copied!": "Kopiert!", "Failed to copy": "Kopieren fehlgeschlagen", - "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", "Unignore": "Nicht mehr blockieren", @@ -421,7 +416,6 @@ "Waiting for response from server": "Warte auf Antwort vom Server", "Failed to send logs: ": "Senden von Protokolldateien fehlgeschlagen: ", "This Room": "In diesem Raum", - "Resend": "Erneut senden", "Messages containing my display name": "Nachrichten mit meinem Anzeigenamen", "Messages in one-to-one chats": "Direktnachrichten", "Unavailable": "Nicht verfügbar", @@ -451,7 +445,6 @@ "Thursday": "Donnerstag", "Search…": "Suchen…", "Logs sent": "Protokolldateien gesendet", - "Back": "Zurück", "Show message in desktop notification": "Nachrichteninhalt in der Desktopbenachrichtigung anzeigen", "Messages in group chats": "Gruppenunterhaltungen", "Yesterday": "Gestern", @@ -536,7 +529,6 @@ "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", "Unable to restore backup": "Konnte Schlüsselsicherung nicht wiederherstellen", "No backup found!": "Keine Schlüsselsicherung gefunden!", @@ -711,7 +703,6 @@ "Anchor": "Anker", "Headphones": "Kopfhörer", "Folder": "Ordner", - "Pin": "Anheften", "Timeline": "Verlauf", "Autocomplete delay (ms)": "Verzögerung vor Autovervollständigung (ms)", "Roles & Permissions": "Rollen und Berechtigungen", @@ -739,7 +730,6 @@ "Success!": "Erfolgreich!", "Your keys are being backed up (the first backup could take a few minutes).": "Deine Schlüssel werden gesichert (Das erste Backup könnte ein paar Minuten in Anspruch nehmen).", "Voice & Video": "Anrufe", - "Go back": "Zurück", "Are you sure you want to sign out?": "Bist du sicher, dass du dich abmelden möchtest?", "Manually export keys": "Schlüssel manuell exportieren", "Composer": "Nachrichteneingabe", @@ -814,7 +804,6 @@ "The user's homeserver does not support the version of the room.": "Die Raumversion wird vom Heim-Server des Benutzers nicht unterstützt.", "Show hidden events in timeline": "Versteckte Ereignisse im Verlauf anzeigen", "Sign Up": "Registrieren", - "Sign In": "Anmelden", "Reason: %(reason)s": "Grund: %(reason)s", "Forget this room": "Diesen Raum entfernen", "Do you want to join %(roomName)s?": "Möchtest du %(roomName)s betreten?", @@ -950,7 +939,6 @@ "one": "Du hast %(count)s ungelesene Benachrichtigungen in einer früheren Version dieses Raumes.", "other": "Du hast %(count)s ungelesene Benachrichtigungen in einer früheren Version dieses Raums." }, - "Go Back": "Zurück", "Notification Autocomplete": "Benachrichtigung Autovervollständigen", "If disabled, messages from encrypted rooms won't appear in search results.": "Wenn deaktiviert, werden Nachrichten von verschlüsselten Räumen nicht in den Ergebnissen auftauchen.", "This user has not verified all of their sessions.": "Dieser Benutzer hat nicht alle seine Sitzungen verifiziert.", @@ -1003,7 +991,6 @@ "Verify by emoji": "Mit Emojis verifizieren", "Verify by comparing unique emoji.": "Durch den Vergleich einzigartiger Emojis verifizieren.", "You've successfully verified %(displayName)s!": "Du hast %(displayName)s erfolgreich verifiziert!", - "Got it": "Verstanden", "Widget added by": "Widget hinzugefügt von", "This widget may use cookies.": "Dieses Widget kann Cookies verwenden.", "More options": "Weitere Optionen", @@ -1609,7 +1596,6 @@ "Not encrypted": "Nicht verschlüsselt", "Room settings": "Raumeinstellungen", "Take a picture": "Bildschirmfoto", - "Unpin": "Nicht mehr anheften", "Cross-signing is ready for use.": "Quersignaturen sind bereits in Anwendung.", "Cross-signing is not set up.": "Quersignierung wurde nicht eingerichtet.", "Backup version:": "Version der Sicherung:", @@ -2107,7 +2093,6 @@ "Recently visited rooms": "Kürzlich besuchte Räume", "Show line numbers in code blocks": "Zeilennummern in Quelltextblöcken", "Expand code blocks by default": "Quelltextblöcke standardmäßig erweitern", - "Try again": "Erneut versuchen", "Value in this room:": "Wert in diesem Raum:", "Value:": "Wert:", "Level": "Level", @@ -2239,8 +2224,6 @@ "Reset everything": "Alles zurücksetzen", "Forgotten or lost all recovery methods? Reset all": "Hast du alle Wiederherstellungsmethoden vergessen? Setze sie hier zurück", "View message": "Nachricht anzeigen", - "Zoom in": "Vergrößern", - "Zoom out": "Verkleinern", "%(seconds)ss left": "%(seconds)s verbleibend", "Change server ACLs": "Server-ACLs bearbeiten", "Failed to send": "Fehler beim Senden", @@ -3976,7 +3959,22 @@ "skip": "Überspringen", "logout": "Abmelden", "view": "Öffnen", - "expand": "Ausklappen" + "expand": "Ausklappen", + "sign_out": "Abmelden", + "sign_in": "Anmelden", + "add": "Hinzufügen", + "search": "Suchen", + "try_again": "Erneut versuchen", + "go_back": "Zurück", + "back": "Zurück", + "resend": "Erneut senden", + "ignore": "Blockieren", + "zoom_in": "Vergrößern", + "zoom_out": "Verkleinern", + "download": "Herunterladen", + "pin": "Anheften", + "unpin": "Nicht mehr anheften", + "got_it": "Verstanden" }, "a11y": { "user_menu": "Benutzermenü" diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index b0faa3c2607..8d659b3bf35 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": "Η λειτουργία απέτυχε", - "Search": "Αναζήτηση", "unknown error code": "άγνωστος κωδικός σφάλματος", "Account": "Λογαριασμός", "Admin": "Διαχειριστής", @@ -84,13 +83,10 @@ "Search failed": "Η αναζήτηση απέτυχε", "Server error": "Σφάλμα διακομιστή", "Signed Out": "Αποσυνδέθηκε", - "Sign in": "Σύνδεση", - "Sign out": "Αποσύνδεση", "Someone": "Κάποιος", "This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη", "This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας", "Create new room": "Δημιουργία νέου δωματίου", - "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", "Banned users": "Αποκλεισμένοι χρήστες", @@ -258,7 +254,6 @@ "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", "This Room": "Στο δωμάτιο", - "Resend": "Αποστολή ξανά", "Messages containing my display name": "Μηνύματα που περιέχουν το όνομα μου", "Messages in one-to-one chats": "Μηνύματα σε 1-προς-1 συνομιλίες", "Unavailable": "Μη διαθέσιμο", @@ -440,10 +435,8 @@ "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message": "Προ-εισάγει ( ͡° ͜ʖ ͡°) σε ένα μήνυμα απλού κειμένου", "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message": "Προ-εισάγει ┬──┬ ノ( ゜-゜ノ) σε ένα μήνυμα απλού κειμένου", "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Προ-εισάγει (╯°□°)╯︵ ┻━┻ σε ένα μήνυμα απλού κειμένου", - "Go Back": "Πηγαίνετε Πίσω", "Are you sure you want to cancel entering passphrase?": "Είστε σίγουρος/η ότι θέλετε να ακυρώσετε την εισαγωγή κωδικού;", "Cancel entering passphrase?": "Ακύρωση εισαγωγής κωδικού;", - "Sign In": "Σύνδεση", "Create Account": "Δημιουργία Λογαριασμού", "Use your account or create a new one to continue.": "Χρησιμοποιήστε τον λογαριασμό σας ή δημιουργήστε νέο για να συνεχίσετε.", "Sign In or Create Account": "Συνδεθείτε ή Δημιουργήστε Λογαριασμό", @@ -629,7 +622,6 @@ "Afghanistan": "Αφγανιστάν", "United States": "Ηνωμένες Πολιτείες", "United Kingdom": "Ηνωμένο Βασίλειο", - "Try again": "Προσπαθήστε ξανά", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Ζητήσαμε από το πρόγραμμα περιήγησης να θυμάται τον διακομιστή που χρησιμοποιείτε για να συνδέεστε, αλλά το πρόγραμμα περιήγησης δεν το έχει αποθηκεύσει. Πηγαίνετε στην σελίδα σύνδεσεις για να προσπαθήσετε ξανά.", "We couldn't log you in": "Δεν μπορέσαμε να σας συνδέσουμε", "You've reached the maximum number of simultaneous calls.": "Έχετε φτάσει τον μέγιστο αριθμό ταυτοχρόνων κλήσεων.", @@ -1352,7 +1344,6 @@ "You can change these anytime.": "Μπορείτε να τα αλλάξετε ανά πάσα στιγμή.", "Your private space": "Ο ιδιωτικός σας χώρος", "Your public space": "Ο δημόσιος χώρος σας", - "Go back": "Πηγαίνετε πίσω", "To join a space you'll need an invite.": "Για να συμμετάσχετε σε ένα χώρο θα χρειαστείτε μια πρόσκληση.", "Invite only, best for yourself or teams": "Μόνο με πρόσκληση, καλύτερο για εσάς ή ομάδες", "Open space for anyone, best for communities": "Ανοιχτός χώρος για οποιονδήποτε, καλύτερο για κοινότητες", @@ -1369,7 +1360,6 @@ "Quick settings": "Γρήγορες ρυθμίσεις", "Accept to continue:": "Αποδεχτείτε το για να συνεχίσετε:", "Your server isn't responding to some requests.": "Ο διακομιστής σας δεν ανταποκρίνεται σε ορισμένα αιτήματα.", - "Pin": "Καρφίτσα", "Folder": "Φάκελος", "Headphones": "Ακουστικά", "Anchor": "Άγκυρα", @@ -1501,7 +1491,6 @@ "If this isn't what you want, please use a different tool to ignore users.": "Εάν αυτό δεν είναι αυτό που θέλετε, χρησιμοποιήστε ένα διαφορετικό εργαλείο για να αγνοήσετε τους χρήστες.", "Subscribing to a ban list will cause you to join it!": "Η εγγραφή σε μια λίστα απαγορεύσων θα σας κάνει να εγγραφείτε σε αυτήν!", "Subscribed lists": "Εγγεγραμμένες λίστες", - "Ignore": "Αγνοήστε", "eg: @bot:* or example.org": "π.χ.: @bot:* ή example.org", "Server or user ID to ignore": "Αναγνωριστικό διακομιστή ή χρήστη για παράβλεψη", "Personal ban list": "Προσωπική λίστα απαγορεύσεων", @@ -1560,8 +1549,6 @@ "Share entire screen": "Κοινή χρήση ολόκληρης της οθόνης", "Sorry, you can't edit a poll after votes have been cast.": "Λυπούμαστε, δεν μπορείτε να επεξεργαστείτε μια δημοσκόπηση μετά την ψηφοφορία.", "Can't edit poll": "Αδυναμία επεξεργασίας δημοσκόπησης", - "Zoom out": "Σμίκρυνση", - "Zoom in": "Μεγέθυνση", "Unable to load map": "Αδυναμία φόρτωσης χάρτη", "Expand map": "Ανάπτυξη χάρτη", "You sent a verification request": "Στείλατε ένα αίτημα επαλήθευσης", @@ -1590,7 +1577,6 @@ "Recently viewed": "Προβλήθηκε πρόσφατα", "Busy": "Απασχολημένος", "View message": "Προβολή μηνύματος", - "Unpin": "Ξεκαρφίτσωμα", "Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.": "Τα προσωπικά σας μηνύματα είναι συνήθως κρυπτογραφημένα, αλλά αυτό το δωμάτιο δεν είναι. Συνήθως αυτό οφείλεται σε μια μη υποστηριζόμενη συσκευή ή μέθοδο που χρησιμοποιείται, όπως προσκλήσεις μέσω email.", "%(displayName)s created this room.": "%(displayName)s δημιούργησε αυτό το δωμάτιο.", "Add a topic to help people know what it is about.": "Προσθέστε ένα θέμα για να βοηθήσετε τους χρήστες να γνωρίζουν περί τίνος πρόκειται.", @@ -1990,7 +1976,6 @@ "Uploaded sound": "Μεταφορτωμένος ήχος", "Room Topic": "Θέμα Δωματίου", "Room Name": "Όνομα Δωματίου", - "Back": "Πίσω", "Failed to send logs: ": "Αποτυχία αποστολής αρχείων καταγραφής: ", "Thank you!": "Ευχαριστώ!", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Δε θα μπορείτε να αναιρέσετε αυτήν την ενέργεια καθώς υποβιβάζετε τον εαυτό σας, εάν είστε ο τελευταίος προνομιούχος χρήστης στο δωμάτιο, θα είναι αδύνατο να ανακτήσετε τα προνόμια.", @@ -2133,7 +2118,6 @@ }, "Sorry, your vote was not registered. Please try again.": "Λυπούμαστε, η ψήφος σας δεν καταχωρήθηκε. Παρακαλώ προσπαθήστε ξανά.", "Vote not registered": "Η ψήφος δεν έχει καταχωρηθεί", - "Download": "Λήψη", "Decrypting": "Αποκρυπτογράφηση", "Downloading": "Γίνεται λήψη", "Jump to date": "Μετάβαση σε ημερομηνία", @@ -2155,7 +2139,6 @@ "Verification timed out.": "Η επαλήθευση έληξε.", "Start verification again from their profile.": "Ξεκινήστε ξανά την επαλήθευση από το προφίλ τους.", "Start verification again from the notification.": "Ξεκινήστε ξανά την επαλήθευση από την ειδοποίηση.", - "Got it": "Κατανοώ", "You've successfully verified %(displayName)s!": "Επαληθεύσατε με επιτυχία τον χρήστη %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Επαληθεύσατε με επιτυχία το %(deviceName)s %(deviceId)s!", "You've successfully verified your device!": "Επαληθεύσατε με επιτυχία τη συσκευή σας!", @@ -3287,7 +3270,22 @@ "skip": "Παράβλεψη", "logout": "Αποσύνδεση", "view": "Προβολή", - "expand": "Επέκταση" + "expand": "Επέκταση", + "sign_out": "Αποσύνδεση", + "sign_in": "Σύνδεση", + "add": "Προσθήκη", + "search": "Αναζήτηση", + "try_again": "Προσπαθήστε ξανά", + "go_back": "Πηγαίνετε πίσω", + "back": "Πίσω", + "resend": "Αποστολή ξανά", + "ignore": "Αγνοήστε", + "zoom_in": "Μεγέθυνση", + "zoom_out": "Σμίκρυνση", + "download": "Λήψη", + "pin": "Καρφίτσα", + "unpin": "Ξεκαρφίτσωμα", + "got_it": "Κατανοώ" }, "a11y": { "user_menu": "Μενού χρήστη" diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index fe1179d1ea4..3e16302f616 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -13,11 +13,16 @@ "dismiss": "Dismiss", "trust": "Trust", "ok": "OK", + "try_again": "Try again", "reload": "Reload", + "sign_in": "Sign in", + "go_back": "Go back", "cancel": "Cancel", "continue": "Continue", "leave_room": "Leave room", "no": "No", + "zoom_in": "Zoom in", + "zoom_out": "Zoom out", "enable": "Enable", "stop": "Stop", "learn_more": "Learn more", @@ -29,7 +34,9 @@ "upgrade": "Upgrade", "verify": "Verify", "update": "Update", + "pin": "Pin", "call": "Call", + "ignore": "Ignore", "delete": "Delete", "upload": "Upload", "create": "Create", @@ -39,14 +46,21 @@ "remove": "Remove", "reset": "Reset", "save": "Save", + "add": "Add", + "sign_out": "Sign out", "share": "Share", "invite": "Invite", + "search": "Search", "quote": "Quote", + "unpin": "Unpin", "start_chat": "Start chat", "invites_list": "Invites", "reject": "Reject", "leave": "Leave", + "back": "Back", "start": "Start", + "got_it": "Got it", + "download": "Download", "view_source": "View Source", "retry": "Retry", "react": "React", @@ -57,6 +71,7 @@ "skip": "Skip", "create_a_room": "Create a room", "report_content": "Report Content", + "resend": "Resend", "next": "Next", "view": "View", "forward": "Forward", @@ -179,7 +194,6 @@ "Something went wrong.": "Something went wrong.", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.", "We couldn't log you in": "We couldn't log you in", - "Try again": "Try again", "Your server is unsupported": "Your server is unsupported", "This server is using an older version of Matrix. Upgrade to Matrix %(version)s to use %(brand)s without errors.": "This server is using an older version of Matrix. Upgrade to Matrix %(version)s to use %(brand)s without errors.", "User is not logged in": "User is not logged in", @@ -206,7 +220,6 @@ "This email address was not found": "This email address was not found", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Your email address does not appear to be associated with a Matrix ID on this homeserver.", "Sign In or Create Account": "Sign In or Create Account", - "Sign In": "Sign In", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", "Use your account to continue.": "Use your account to continue.", "Create Account": "Create Account", @@ -237,7 +250,6 @@ "Missing user_id in request": "Missing user_id in request", "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", - "Go Back": "Go Back", "Setting up keys": "Setting up keys", "Sends the given message as a spoiler": "Sends the given message as a spoiler", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", @@ -631,8 +643,6 @@ "Location not available": "Location not available", "Mapbox logo": "Mapbox logo", "Reset bearing to north": "Reset bearing to north", - "Zoom in": "Zoom in", - "Zoom out": "Zoom out", "%(brand)s was denied permission to fetch your location. Please allow location access in your browser settings.": "%(brand)s was denied permission to fetch your location. Please allow location access in your browser settings.", "Failed to fetch your location. Please try again later.": "Failed to fetch your location. Please try again later.", "Timed out trying to fetch your location. Please try again later.": "Timed out trying to fetch your location. Please try again later.", @@ -997,7 +1007,6 @@ "More": "More", "Hangup": "Hangup", "Fill screen": "Fill screen", - "Pin": "Pin", "Return to call": "Return to call", "%(name)s on hold": "%(name)s on hold", "The other party cancelled the verification.": "The other party cancelled the verification.", @@ -1035,7 +1044,6 @@ "Complete these to get the most out of %(brand)s": "Complete these to get the most out of %(brand)s", "Your server isn't responding to some requests.": "Your server isn't responding to some requests.", "%(deviceId)s from %(ip)s": "%(deviceId)s from %(ip)s", - "Ignore": "Ignore", "Ignore (%(counter)s)": "Ignore (%(counter)s)", "Verify Session": "Verify Session", "Accept to continue:": "Accept to continue:", @@ -1057,7 +1065,6 @@ "Open space for anyone, best for communities": "Open space for anyone, best for communities", "Invite only, best for yourself or teams": "Invite only, best for yourself or teams", "Search for public spaces": "Search for public spaces", - "Go back": "Go back", "Your public space": "Your public space", "Your private space": "Your private space", "Add some details to help people recognise it.": "Add some details to help people recognise it.", @@ -1274,7 +1281,6 @@ "Use an integration manager to manage bots, widgets, and sticker packs.": "Use an integration manager to manage bots, widgets, and sticker packs.", "Manage integrations": "Manage integrations", "Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.": "Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.", - "Add": "Add", "Invalid theme schema.": "Invalid theme schema.", "Error downloading theme information.": "Error downloading theme information.", "Theme added!": "Theme added!", @@ -1395,7 +1401,6 @@ "Privacy": "Privacy", "Share anonymous data to help us identify issues. Nothing personal. No third parties.": "Share anonymous data to help us identify issues. Nothing personal. No third parties.", "Sessions": "Sessions", - "Sign out": "Sign out", "Are you sure you want to sign out of %(count)s sessions?": { "other": "Are you sure you want to sign out of %(count)s sessions?", "one": "Are you sure you want to sign out of %(count)s session?" @@ -1721,7 +1726,6 @@ "Forget room": "Forget room", "Hide Widgets": "Hide Widgets", "Show Widgets": "Show Widgets", - "Search": "Search", "Close call": "Close call", "View chat timeline": "View chat timeline", "Room options": "Room options", @@ -1787,7 +1791,6 @@ "Enable encryption in settings.": "Enable encryption in settings.", "End-to-end encryption isn't enabled": "End-to-end encryption isn't enabled", "Message didn't send. Click for info.": "Message didn't send. Click for info.", - "Unpin": "Unpin", "View message": "View message", "%(duration)ss": "%(duration)ss", "%(duration)sm": "%(duration)sm", @@ -2013,7 +2016,6 @@ "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.": "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.", "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.": "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.", "URL Previews": "URL Previews", - "Back": "Back", "To proceed, please accept the verification request on your other device.": "To proceed, please accept the verification request on your other device.", "Waiting for %(displayName)s to accept…": "Waiting for %(displayName)s to accept…", "Accepting…": "Accepting…", @@ -2126,7 +2128,6 @@ "You've successfully verified your device!": "You've successfully verified your device!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "You've successfully verified %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "You've successfully verified %(displayName)s!", - "Got it": "Got it", "Start verification again from the notification.": "Start verification again from the notification.", "Start verification again from their profile.": "Start verification again from their profile.", "Verification timed out.": "Verification timed out.", @@ -2177,7 +2178,6 @@ "%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)", "Downloading": "Downloading", "Decrypting": "Decrypting", - "Download": "Download", "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.", @@ -2879,7 +2879,6 @@ "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.", "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.", "You'll upgrade this room from to .": "You'll upgrade this room from to .", - "Resend": "Resend", "You're all caught up.": "You're all caught up.", "Server isn't responding": "Server isn't responding", "Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "Your server isn't responding to some of your requests. Below are some of the most likely reasons.", @@ -3245,7 +3244,6 @@ "Phone": "Phone", "Forgot password?": "Forgot password?", "Sign in with": "Sign in with", - "Sign in": "Sign in", "Use an email address to recover your account": "Use an email address to recover your account", "Enter email address (required on this homeserver)": "Enter email address (required on this homeserver)", "Other users can invite you to rooms using your contact details": "Other users can invite you to rooms using your contact details", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 874553f9356..db997024b77 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -83,7 +83,6 @@ "Sign in with": "Sign in with", "Join Room": "Join Room", "Jump to first unread message.": "Jump to first unread message.", - "Ignore": "Ignore", "Unignore": "Unignore", "You are now ignoring %(userId)s": "You are now ignoring %(userId)s", "You are no longer ignoring %(userId)s": "You are no longer ignoring %(userId)s", @@ -126,7 +125,6 @@ "%(brand)s version:": "%(brand)s version:", "Room %(roomId)s not visible": "Room %(roomId)s not visible", "Rooms": "Rooms", - "Search": "Search", "Search failed": "Search failed", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sent an image.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.", @@ -137,8 +135,6 @@ "Session ID": "Session ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Show timestamps in 12 hour format (e.g. 2:30pm)", "Signed Out": "Signed Out", - "Sign in": "Sign in", - "Sign out": "Sign out", "Someone": "Someone", "Submit": "Submit", "This email address is already in use": "This email address is already in use", @@ -235,7 +231,6 @@ "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s changed the room avatar to ", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", - "Add": "Add", "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.", "Create new room": "Create new room", @@ -290,7 +285,6 @@ "Source URL": "Source URL", "Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room", "No update available.": "No update available.", - "Resend": "Resend", "Collecting app version information": "Collecting app version information", "Tuesday": "Tuesday", "Search…": "Search…", @@ -369,7 +363,6 @@ "Add Phone Number": "Add Phone Number", "Cancel entering passphrase?": "Cancel entering passphrase?", "Are you sure you want to cancel entering passphrase?": "Are you sure you want to cancel entering passphrase?", - "Go Back": "Go Back", "Setting up keys": "Setting up keys", "Identity server has no terms of service": "Identity server has no terms of service", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.", @@ -378,7 +371,6 @@ "Sign In or Create Account": "Sign In or Create Account", "Use your account or create a new one to continue.": "Use your account or create a new one to continue.", "Create Account": "Create Account", - "Sign In": "Sign In", "Custom (%(level)s)": "Custom (%(level)s)", "Sends a message as plain text, without interpreting it as markdown": "Sends a message as plain text, without interpreting it as markdown", "Sends a message as html, without interpreting it as markdown": "Sends a message as html, without interpreting it as markdown", @@ -454,7 +446,14 @@ "accept": "Accept", "update": "Update", "skip": "Skip", - "logout": "Logout" + "logout": "Logout", + "sign_out": "Sign out", + "sign_in": "Sign in", + "add": "Add", + "search": "Search", + "go_back": "Go Back", + "resend": "Resend", + "ignore": "Ignore" }, "Home": "Home" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 35b06485a9b..b0b19078390 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -5,7 +5,6 @@ "You cannot place a call with yourself.": "Vi ne povas voki vin mem.", "Warning!": "Averto!", "Sign in with": "Saluti per", - "Sign in": "Saluti", "For security, this session has been signed out. Please sign in again.": "Pro sekurecaj kialoj, la salutaĵo adiaŭiĝis. Bonvolu resaluti.", "Upload Failed": "Alŝuto malsukcesis", "Sun": "Dim", @@ -97,7 +96,6 @@ "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", "Phone": "Telefono", - "Add": "Aldoni", "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", @@ -117,7 +115,6 @@ "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Tiun ĉi ŝanĝon vi ne povos malfari, ĉar vi donas al la uzanto la saman povnivelon, kiun havas vi mem.", "Are you sure?": "Ĉu vi certas?", "Unignore": "Reatenti", - "Ignore": "Malatenti", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s ŝanĝis la profilbildon de %(roomName)s", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "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", @@ -156,7 +153,6 @@ "Join Room": "Aliĝi al ĉambro", "Upload avatar": "Alŝuti profilbildon", "Forget room": "Forgesi ĉambron", - "Search": "Serĉi", "Rooms": "Ĉambroj", "Low priority": "Malpli gravaj", "Historical": "Estintaj", @@ -342,7 +338,6 @@ "one": "Alŝutante dosieron %(filename)s kaj %(count)s alian" }, "Uploading %(filename)s": "Alŝutante dosieron %(filename)s", - "Sign out": "Adiaŭi", "Unable to remove contact information": "Ne povas forigi kontaktajn informojn", "": "", "Import E2E room keys": "Enporti tutvoje ĉifrajn ĉambrajn ŝlosilojn", @@ -420,7 +415,6 @@ "Messages sent by bot": "Mesaĝoj senditaj per roboto", "Filter results": "Filtri rezultojn", "No update available.": "Neniuj ĝisdatigoj haveblas.", - "Resend": "Resendi", "Collecting app version information": "Kolektante informon pri versio de la aplikaĵo", "Tuesday": "Mardo", "Search…": "Serĉi…", @@ -440,7 +434,6 @@ "When I'm invited to a room": "Kiam mi estas invitita al ĉambro", "All Rooms": "Ĉiuj ĉambroj", "Thursday": "Ĵaŭdo", - "Back": "Reen", "Show message in desktop notification": "Montradi mesaĝojn en labortablaj sciigoj", "Messages in group chats": "Mesaĝoj en grupaj babiloj", "Yesterday": "Hieraŭ", @@ -611,7 +604,6 @@ "Room Topic": "Temo de ĉambro", "Invite anyway": "Tamen inviti", "Updating %(brand)s": "Ĝisdatigante %(brand)s", - "Go back": "Reen iri", "Room Settings - %(roomName)s": "Agordoj de ĉambro – %(roomName)s", "Failed to upgrade room": "Malsukcesis gradaltigi ĉambron", "Refresh": "Aktualigi", @@ -631,7 +623,6 @@ "Create account": "Krei konton", "That matches!": "Tio akordas!", "That doesn't match.": "Tio ne akordas.", - "Download": "Elŝuti", "Success!": "Sukceso!", "Set up": "Agordi", "The file '%(fileName)s' failed to upload.": "Malsukcesis alŝuti dosieron « %(fileName)s ».", @@ -681,7 +672,6 @@ "Santa": "Kristnaska viro", "Thumbs up": "Dikfingro supren", "Paperclip": "Paperkuntenilo", - "Pin": "Pinglo", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Ni sendis al vi retleteron por konfirmi vian adreson. Bonvolu sekvi la tieajn intrukciojn kaj poste klaki al la butono sube.", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Ĉu vi certas? Vi perdos ĉiujn viajn ĉifritajn mesaĝojn, se viaj ŝlosiloj ne estas savkopiitaj.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Ĉifritaj mesaĝoj estas sekurigitaj per tutvoja ĉifrado. Nur vi kaj la ricevonto(j) havas la ŝlosilojn necesajn por legado.", @@ -718,7 +708,6 @@ "Your %(brand)s is misconfigured": "Via kliento %(brand)s estas misagordita", "Join the conversation with an account": "Aliĝu al la interparolo per konto", "Sign Up": "Registriĝi", - "Sign In": "Ensaluti", "Reason: %(reason)s": "Kialo: %(reason)s", "Forget this room": "Forgesi ĉi tiun ĉambron", "Re-join": "Re-aliĝi", @@ -1151,7 +1140,6 @@ "Integrations not allowed": "Kunigoj ne estas permesitaj", "Upgrade private room": "Gradaltigi privatan ĉambron", "Upgrade public room": "Gradaltigi publikan ĉambron", - "Go Back": "Reiri", "Upgrade your encryption": "Gradaltigi vian ĉifradon", "Cancel entering passphrase?": "Ĉu nuligi enigon de pasfrazo?", "Setting up keys": "Agordo de klavoj", @@ -1303,7 +1291,6 @@ "If you can't scan the code above, verify by comparing unique emoji.": "Se vi ne povas skani la supran kodon, kontrolu per komparo de unikaj bildsignoj.", "Verify by comparing unique emoji.": "Kontrolu per komparo de unikaj bildsignoj.", "You've successfully verified %(displayName)s!": "Vi sukcese kontrolis uzanton %(displayName)s!", - "Got it": "Komprenite", "Encryption not enabled": "Ĉifrado ne estas ŝaltita", "The encryption used by this room isn't supported.": "La ĉifro uzata de ĉi tiu ĉambro ne estas subtenata.", "You have ignored this user, so their message is hidden. Show anyways.": "Vi malatentis ĉi tiun uzanton, ĝia mesaĝo estas do kaŝita. Tamen montri.", @@ -1619,7 +1606,6 @@ "Add widgets, bridges & bots": "Aldonu fenestraĵojn, pontojn, kaj robotojn", "Edit widgets, bridges & bots": "Redakti fenestraĵojn, pontojn, kaj robotojn", "Widgets": "Fenestraĵoj", - "Unpin": "Malfiksi", "You can only pin up to %(count)s widgets": { "other": "Vi povas fiksi maksimume %(count)s fenestraĵojn" }, @@ -2082,7 +2068,6 @@ "Change which room, message, or user you're viewing": "Ŝanĝu, kiun ĉambron, mesaĝon, aŭ uzanton vi rigardas", "Converts the DM to a room": "Malindividuigas la ĉambron", "Converts the room to a DM": "Individuigas la ĉambron", - "Try again": "Reprovu", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Ni petis la foliumilon memori, kiun hejmservilon vi uzas por saluti, sed domaĝe, via foliumilo forgesis. Iru al la saluta paĝo kaj reprovu.", "We couldn't log you in": "Ni ne povis salutigi vin", "%(creator)s created this DM.": "%(creator)s kreis ĉi tiun individuan ĉambron.", @@ -2210,8 +2195,6 @@ "Invited people will be able to read old messages.": "Invititoj povos legi malnovajn mesaĝojn.", "Add existing rooms": "Aldoni jamajn ĉambrojn", "View message": "Montri mesaĝon", - "Zoom in": "Zomi", - "Zoom out": "Malzomi", "%(count)s people you know have already joined": { "one": "%(count)s persono, kiun vi konas, jam aliĝis", "other": "%(count)s personoj, kiujn vi konas, jam aliĝis" @@ -2954,7 +2937,22 @@ "skip": "Preterpasi", "logout": "Adiaŭi", "view": "Rigardo", - "expand": "Etendi" + "expand": "Etendi", + "sign_out": "Adiaŭi", + "sign_in": "Saluti", + "add": "Aldoni", + "search": "Serĉi", + "try_again": "Reprovu", + "go_back": "Reen iri", + "back": "Reen", + "resend": "Resendi", + "ignore": "Malatenti", + "zoom_in": "Zomi", + "zoom_out": "Malzomi", + "download": "Elŝuti", + "pin": "Pinglo", + "unpin": "Malfiksi", + "got_it": "Komprenite" }, "a11y": { "user_menu": "Menuo de uzanto" diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 428fc322117..76ef4f9a5dc 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -65,7 +65,6 @@ "Sign in with": "Iniciar sesión con", "Join Room": "Unirme a la sala", "Low priority": "Prioridad baja", - "Add": "Añadir", "Admin Tools": "Herramientas de administración", "No Microphones detected": "Micrófono no detectado", "No Webcams detected": "Cámara no detectada", @@ -103,7 +102,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", - "Search": "Buscar", "Search failed": "Falló la búsqueda", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s envió una imagen.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s invitó a %(targetDisplayName)s a unirse a la sala.", @@ -113,8 +111,6 @@ "Server unavailable, overloaded, or something else went wrong.": "Servidor saturado, desconectado, o alguien ha roto algo.", "Session ID": "ID de Sesión", "Signed Out": "Desconectado", - "Sign in": "Iniciar sesión", - "Sign out": "Cerrar sesión", "Someone": "Alguien", "Start authentication": "Iniciar autenticación", "Submit": "Enviar", @@ -240,7 +236,6 @@ "Waiting for response from server": "Esperando una respuesta del servidor", "Failed to send logs: ": "Error al enviar registros: ", "This Room": "Esta sala", - "Resend": "Reenviar", "Messages containing my display name": "Mensajes que contengan mi nombre público", "Messages in one-to-one chats": "Mensajes en conversaciones uno a uno", "Unavailable": "No disponible", @@ -272,7 +267,6 @@ "You cannot delete this message. (%(code)s)": "No puedes eliminar este mensaje. (%(code)s)", "Thursday": "Jueves", "Logs sent": "Registros enviados", - "Back": "Volver", "Show message in desktop notification": "Mostrar mensaje en las notificaciones de escritorio", "Messages in group chats": "Mensajes en conversaciones grupales", "Yesterday": "Ayer", @@ -319,7 +313,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.": "No podrás deshacer este cambio ya que estás quitándote permisos a ti mismo, si eres el último usuario con privilegios de la sala te resultará imposible recuperarlos.", "Demote": "Quitar permisos", "Unignore": "Dejar de ignorar", - "Ignore": "Ignorar", "Jump to read receipt": "Saltar al último mensaje sin leer", "Mention": "Mencionar", "Share Link to User": "Compartir enlace al usuario", @@ -653,7 +646,6 @@ "Anchor": "Ancla", "Headphones": "Auriculares", "Folder": "Carpeta", - "Pin": "Pin", "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", @@ -993,7 +985,6 @@ "Sign In or Create Account": "Iniciar sesión o Crear una cuenta", "Use your account or create a new one to continue.": "Entra con tu cuenta si ya tienes una o crea una nueva para continuar.", "Create Account": "Crear cuenta", - "Sign In": "Iniciar sesión", "Sends a message as html, without interpreting it as markdown": "Envía un mensaje como HTML, sin interpretarlo en Markdown", "Could not find user in room": "No se ha encontrado el usuario en la sala", "Please supply a widget URL or embed code": "Por favor, proporciona la URL del accesorio o un código de incrustación", @@ -1049,7 +1040,6 @@ "Disconnect anyway": "Desconectar de todas formas", "You are still sharing your personal data on the identity server .": "Usted todavía está compartiendo sus datos personales en el servidor de identidad .", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Le recomendamos que elimine sus direcciones de correo electrónico y números de teléfono del servidor de identidad antes de desconectarse.", - "Go back": "Atrás", "Invalid theme schema.": "Esquema de tema inválido.", "Error downloading theme information.": "Error al descargar la información del tema.", "Theme added!": "¡Se añadió el tema!", @@ -1269,7 +1259,6 @@ "Verify all users in a room to ensure it's secure.": "Verifica a todos los usuarios de una sala para asegurar que es segura.", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Has verificado con éxito %(deviceName)s (%(deviceId)s)", "You've successfully verified %(displayName)s!": "¡Has verificado con éxito a %(displayName)s!", - "Got it": "Aceptar", "Start verification again from the notification.": "Inicie la verificación nuevamente a partir de la notificación.", "Start verification again from their profile.": "Empieza la verificación de nuevo desde su perfil.", "Verification timed out.": "El tiempo máximo para la verificación se ha agotado.", @@ -1400,7 +1389,6 @@ "Waiting for answer": "Esperado por una respuesta", "%(senderName)s is calling": "%(senderName)s está llamando", "Are you sure you want to cancel entering passphrase?": "¿Estas seguro que quieres cancelar el ingresar tu contraseña de recuperación?", - "Go Back": "Volver", "Joins room with given address": "Entrar a la sala con la dirección especificada", "Opens chat with the given user": "Abrir una conversación con el usuario especificado", "Sends a message to the given user": "Enviar un mensaje al usuario seleccionado", @@ -1511,7 +1499,6 @@ "Security Phrase": "Frase de seguridad", "Security Key": "Clave de seguridad", "Use your Security Key to continue.": "Usa tu llave de seguridad para continuar.", - "Unpin": "Desprender", "This room is public": "Esta sala es pública", "Away": "Lejos", "No files visible in this room": "No hay archivos visibles en esta sala", @@ -1558,7 +1545,6 @@ "Use a different passphrase?": "¿Utiliza una frase de contraseña diferente?", "That doesn't match.": "No coincide.", "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", "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.", @@ -2049,7 +2035,6 @@ "Afghanistan": "Afganistán", "United States": "Estados Unidos", "United Kingdom": "Reino Unido", - "Try again": "Intentarlo de nuevo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Le hemos preguntado a tu navegador qué servidor base usar para iniciar tu sesión, pero parece que no lo recuerda. Vuelve a la página de inicio de sesión e inténtalo de nuevo.", "We couldn't log you in": "No hemos podido iniciar tu sesión", "You've reached the maximum number of simultaneous calls.": "Has llegado al límite de llamadas simultáneas.", @@ -2247,8 +2232,6 @@ "Reset everything": "Restablecer todo", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Si lo haces, ten en cuenta que ninguno de tus mensajes serán eliminados, pero la experiencia de búsqueda será peor durante unos momentos mientras recreamos el índice", "View message": "Ver mensaje", - "Zoom in": "Acercar", - "Zoom out": "Alejar", "Including %(commaSeparatedMembers)s": "Incluyendo %(commaSeparatedMembers)s", "View all %(count)s members": { "one": "Ver 1 miembro", @@ -3777,7 +3760,22 @@ "skip": "Omitir", "logout": "Cerrar sesión", "view": "Ver", - "expand": "Expandir" + "expand": "Expandir", + "sign_out": "Cerrar sesión", + "sign_in": "Iniciar sesión", + "add": "Añadir", + "search": "Buscar", + "try_again": "Intentarlo de nuevo", + "go_back": "Atrás", + "back": "Volver", + "resend": "Reenviar", + "ignore": "Ignorar", + "zoom_in": "Acercar", + "zoom_out": "Alejar", + "download": "Descargar", + "pin": "Pin", + "unpin": "Desprender", + "got_it": "Aceptar" }, "a11y": { "user_menu": "Menú del Usuario" diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index c5fc1d15605..a59e6b483d0 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -97,13 +97,11 @@ "other": "Laadi üles %(count)s muud faili", "one": "Laadi üles %(count)s muu fail" }, - "Resend": "Saada uuesti", "Resend %(unsentCount)s reaction(s)": "Saada uuesti %(unsentCount)s reaktsioon(i)", "Source URL": "Lähteaadress", "All messages": "Kõik sõnumid", "Favourite": "Lemmik", "Low Priority": "Vähetähtis", - "Sign in": "Logi sisse", "Remove for everyone": "Eemalda kõigilt", "You must join the room to see its files": "Failide nägemiseks pead jututoaga liituma", "Create a Group Chat": "Loo rühmavestlus", @@ -125,11 +123,9 @@ "Collapse room list section": "Ahenda jututubade loendi valikut", "Expand room list section": "Laienda jututubade loendi valikut", "Create Account": "Loo konto", - "Sign In": "Logi sisse", "Send a bug report with logs": "Saada veakirjeldus koos logikirjetega", "To report a Matrix-related security issue, please read the Matrix.org Security Disclosure Policy.": "Kui soovid teatada Matrix'iga seotud turvaveast, siis palun tutvu enne Matrix.org Turvalisuse avalikustamise juhendiga.", "Server or user ID to ignore": "Serverid või kasutajate tunnused, mida soovid eirata", - "Ignore": "Eira", "If this isn't what you want, please use a different tool to ignore users.": "Kui tulemus pole see mida soovisid, siis pruugi muud vahendit kasutajate eiramiseks.", "Mention": "Maini", "Share Link to User": "Jaga viidet kasutaja kohta", @@ -214,7 +210,6 @@ "Matrix": "Matrix", "Add a new server": "Lisa uus server", "Server name": "Serveri nimi", - "Sign out": "Logi välja", "Incompatible Database": "Mitteühilduv andmebaas", "Continue With Encryption Disabled": "Jätka ilma krüptimiseta", "%(duration)ss": "%(duration)s sekund(it)", @@ -236,7 +231,6 @@ }, "Join Room": "Liitu jututoaga", "Forget room": "Unusta jututuba", - "Search": "Otsing", "Share room": "Jaga jututuba", "Low priority": "Vähetähtis", "Historical": "Ammune", @@ -356,7 +350,6 @@ "You have verified this user. This user has verified all of their sessions.": "Sa oled selle kasutaja verifitseerinud. See kasutaja on verifitseerinud kõik nende sessioonid.", "Someone is using an unknown session": "Keegi kasutab tundmatut sessiooni", "This event could not be displayed": "Seda sündmust ei õnnestunud kuvada", - "Download": "Laadi alla", "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:", @@ -370,7 +363,6 @@ "Space": "Tühikuklahv", "End": "End", "Unable to add email address": "E-posti aadressi lisamine ebaõnnestus", - "Add": "Lisa", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Sinu aadressi kontrollimiseks saatsime sulle e-kirja. Palun järgi kirjas näidatud juhendit ja siis klõpsi alljärgnevat nuppu.", "Email Address": "E-posti aadress", "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains.": "Saatsime tekstisõnumi numbrile +%(msisdn)s. Palun sisesta seal kuvatud kontrollkood.", @@ -578,7 +570,6 @@ "Anchor": "Ankur", "Headphones": "Kõrvaklapid", "Folder": "Kaust", - "Pin": "Nööpnõel", "Later": "Hiljem", "Review": "Vaata üle", "Other users may not trust it": "Teised kasutajad ei pruugi seda usaldada", @@ -900,7 +891,6 @@ "Your %(brand)s is misconfigured": "Sinu %(brand)s'i seadistused on paigast ära", "Identity server URL does not appear to be a valid identity server": "Isikutuvastusserveri aadress ei tundu viitama kehtivale isikutuvastusserverile", "Looks good!": "Tundub õige!", - "Go Back": "Mine tagasi", "Failed to re-authenticate due to a homeserver problem": "Uuesti autentimine ei õnnestunud koduserveri vea tõttu", "Incorrect password": "Vale salasõna", "Failed to re-authenticate": "Uuesti autentimine ei õnnestunud", @@ -967,7 +957,6 @@ "wait and try again later": "oota ja proovi hiljem uuesti", "Disconnect anyway": "Ikkagi katkesta ühendus", "You are still sharing your personal data on the identity server .": "Sa jätkuvalt jagad oma isikuandmeid isikutuvastusserveriga .", - "Go back": "Mine tagasi", "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Sinu serveri haldur on lülitanud läbiva krüptimise omavahelistes jututubades ja otsesõnumites välja.", "This room has been replaced and is no longer active.": "See jututuba on asendatud teise jututoaga ning ei ole enam kasutusel.", "You do not have permission to post to this room": "Sul ei ole õigusi siia jututuppa kirjutamiseks", @@ -1001,7 +990,6 @@ "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.": "Kui sa varem oled kasutanud uuemat %(brand)s'i versiooni, siis sinu pragune sessioon ei pruugi olla sellega ühilduv. Sulge see aken ja jätka selle uuema versiooni kasutamist.", "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Brauseri andmeruumi tühjendamine võib selle vea lahendada, kui samas logid sa ka välja ning kogu krüptitud vestlusajalugu muutub loetamatuks.", "Verification Pending": "Verifikatsioon on ootel", - "Back": "Tagasi", "Event sent!": "Sündmus on saadetud!", "Event Type": "Sündmuse tüüp", "State Key": "Oleku võti", @@ -1287,7 +1275,6 @@ "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)!", "You've successfully verified %(displayName)s!": "Sa oled edukalt verifitseerinud kasutaja %(displayName)s!", - "Got it": "Selge lugu", "Start verification again from the notification.": "Alusta verifitseerimist uuesti teavitusest.", "Message deleted": "Sõnum on kustutatud", "Message deleted by %(name)s": "%(name)s kustutas sõnumi", @@ -1609,7 +1596,6 @@ "Not encrypted": "Krüptimata", "Room settings": "Jututoa seadistused", "Take a picture": "Tee foto", - "Unpin": "Eemalda klammerdus", "Cross-signing is ready for use.": "Risttunnustamine on kasutamiseks valmis.", "Cross-signing is not set up.": "Risttunnustamine on seadistamata.", "Backup version:": "Varukoopia versioon:", @@ -2101,7 +2087,6 @@ "Use app for a better experience": "Rakendusega saad Matrix'is suhelda parimal viisil", "Something went wrong in confirming your identity. Cancel and try again.": "Midagi läks sinu isiku tuvastamisel viltu. Tühista viimane toiming ja proovi uuesti.", "Use app": "Kasuta rakendust", - "Try again": "Proovi uuesti", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Me sättisime nii, et sinu veebibrauser jätaks järgmiseks sisselogimiseks meelde sinu koduserveri, kuid kahjuks on ta selle unustanud. Palun mine sisselogimise lehele ja proovi uuesti.", "We couldn't log you in": "Meil ei õnnestunud sind sisse logida", "Show stickers button": "Näita kleepsude nuppu", @@ -2244,8 +2229,6 @@ "Forgotten or lost all recovery methods? Reset all": "Unustasid või oled kaotanud kõik võimalused ligipääsu taastamiseks? Lähtesta kõik ühe korraga", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Kui sa siiski soovid seda teha, siis sinu sõnumeid me ei kustuta, aga seniks kuni sõnumite indeks taustal uuesti luuakse, toimib otsing aeglaselt ja ebatõhusalt", "View message": "Vaata sõnumit", - "Zoom in": "Suumi sisse", - "Zoom out": "Suumi välja", "%(seconds)ss left": "jäänud %(seconds)s sekundit", "Change server ACLs": "Muuda serveri ligipääsuõigusi", "You can select all or individual messages to retry or delete": "Sa võid valida kas kõik või mõned sõnumid kas kustutamiseks või uuesti saatmiseks", @@ -3971,7 +3954,22 @@ "skip": "Jäta vahele", "logout": "Logi välja", "view": "Näita", - "expand": "laienda" + "expand": "laienda", + "sign_out": "Logi välja", + "sign_in": "Logi sisse", + "add": "Lisa", + "search": "Otsing", + "try_again": "Proovi uuesti", + "go_back": "Mine tagasi", + "back": "Tagasi", + "resend": "Saada uuesti", + "ignore": "Eira", + "zoom_in": "Suumi sisse", + "zoom_out": "Suumi välja", + "download": "Laadi alla", + "pin": "Nööpnõel", + "unpin": "Eemalda klammerdus", + "got_it": "Selge lugu" }, "a11y": { "user_menu": "Kasutajamenüü" diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 9375438b7c3..a9289f1b9d7 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -5,11 +5,9 @@ "Favourite": "Gogokoa", "Notifications": "Jakinarazpenak", "Operation failed": "Eragiketak huts egin du", - "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", "powered by Matrix": "Matrix-ekin egina", "Historical": "Historiala", - "Sign out": "Amaitu saioa", "Rooms": "Gelak", "Low priority": "Lehentasun baxua", "Join Room": "Elkartu gelara", @@ -57,7 +55,6 @@ "Hangup": "Eseki", "Moderator": "Moderatzailea", "Account": "Kontua", - "Add": "Gehitu", "Admin": "Kudeatzailea", "Admin Tools": "Administrazio-tresnak", "No Microphones detected": "Ez da mikrofonorik atzeman", @@ -149,7 +146,6 @@ "Server unavailable, overloaded, or something else went wrong.": "Zerbitzaria eskuraezin edo gainezka egon daiteke edo zerbaitek huts egin du.", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Erakutsi denbora-zigiluak 12 ordutako formatuan (adib. 2:30pm)", "Signed Out": "Saioa amaituta", - "Sign in": "Hasi saioa", "This email address was not found": "Ez da e-mail helbide hau aurkitu", "This room is not recognised.": "Ez da gela hau ezagutzen.", "This doesn't appear to be a valid email address": "Honek ez du baliozko e-mail baten antzik", @@ -264,7 +260,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s trepeta aldatu du %(senderName)s erabiltzaileak", "Copied!": "Kopiatuta!", "Failed to copy": "Kopiak huts egin du", - "Ignore": "Ezikusi", "Unignore": "Ez ezikusi", "You are now ignoring %(userId)s": "%(userId)s ezikusten ari zara", "You are no longer ignoring %(userId)s": "Ez zaude jada %(userId)s ezikusten", @@ -429,7 +424,6 @@ "Messages sent by bot": "Botak bidalitako mezuak", "Filter results": "Iragazi emaitzak", "No update available.": "Ez dago eguneraketarik eskuragarri.", - "Resend": "Birbidali", "Collecting app version information": "Aplikazioaren bertsio-informazioa biltzen", "Tuesday": "Asteartea", "Event sent!": "Gertaera bidalita!", @@ -451,7 +445,6 @@ "Thursday": "Osteguna", "Search…": "Bilatu…", "Logs sent": "Egunkariak bidalita", - "Back": "Atzera", "Show message in desktop notification": "Erakutsi mezua mahaigaineko jakinarazpenean", "Messages in group chats": "Talde txatetako mezuak", "Yesterday": "Atzo", @@ -537,7 +530,6 @@ "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", "Unable to load backup status": "Ezin izan da babes-kopiaren egoera kargatu", "Unable to restore backup": "Ezin izan da babes-kopia berrezarri", @@ -665,7 +657,6 @@ "Room avatar": "Gelaren abatarra", "Room Name": "Gelaren izena", "Room Topic": "Gelaren mintzagaia", - "Go back": "Joan atzera", "This homeserver would like to make sure you are not a robot.": "Hasiera-zerbitzari honek robota ez zarela egiaztatu nahi du.", "Change": "Aldatu", "Email (optional)": "E-mail (aukerakoa)", @@ -733,7 +724,6 @@ "Thumbs up": "Ederto", "Hourglass": "Harea-erlojua", "Paperclip": "Klipa", - "Pin": "Txintxeta", "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.", @@ -826,7 +816,6 @@ "Browse": "Arakatu", "Join the conversation with an account": "Elkartu elkarrizketara kontu batekin", "Sign Up": "Erregistratu", - "Sign In": "Hasi saioa", "Reason: %(reason)s": "Arrazoia: %(reason)s", "Forget this room": "Ahaztu gela hau", "Re-join": "Berriro elkartu", @@ -1210,7 +1199,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", - "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", "Send a reply…": "Bidali erantzuna…", @@ -1277,7 +1265,6 @@ "Ask %(displayName)s to scan your code:": "Eskatu %(displayName)s erabiltzaileari zure kodea eskaneatu dezan:", "If you can't scan the code above, verify by comparing unique emoji.": "Ezin baduzu goiko kodea eskaneatu, egiaztatu emoji bakanak konparatuz.", "You've successfully verified %(displayName)s!": "Ongi egiaztatu duzu %(displayName)s!", - "Got it": "Ulertuta", "Encryption not enabled": "Zifratzea gaitu gabe", "The encryption used by this room isn't supported.": "Gela honetan erabilitako zifratzea ez da onartzen.", "Clear all data in this session?": "Garbitu saio honetako datu guztiak?", @@ -1630,7 +1617,18 @@ "share": "Partekatu", "skip": "Saltatu", "logout": "Amaitu saioa", - "view": "Ikusi" + "view": "Ikusi", + "sign_out": "Amaitu saioa", + "sign_in": "Hasi saioa", + "add": "Gehitu", + "search": "Bilatu", + "go_back": "Joan atzera", + "back": "Atzera", + "resend": "Birbidali", + "ignore": "Ezikusi", + "download": "Deskargatu", + "pin": "Txintxeta", + "got_it": "Ulertuta" }, "a11y": { "user_menu": "Erabiltzailea-menua" diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index 149ae3cebc3..5b0c1e4e7c4 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -12,7 +12,6 @@ "Waiting for response from server": "در انتظار پاسخی از سمت سرور", "Operation failed": "عملیات انجام نشد", "This Room": "این گپ", - "Resend": "بازفرست", "Unavailable": "غیرقابل‌دسترسی", "powered by Matrix": "قدرت‌یافته از ماتریکس", "Favourite": "علاقه‌مندی‌ها", @@ -27,7 +26,6 @@ "Saturday": "شنبه", "Monday": "دوشنبه", "Collecting logs": "درحال جمع‌آوری گزارش‌ها", - "Search": "جستجو", "Failed to forget room %(errCode)s": "فراموش کردن اتاق با خطا مواجه شد %(errCode)s", "Wednesday": "چهارشنبه", "Send": "ارسال", @@ -110,7 +108,6 @@ "No Webcams detected": "هیچ وبکمی شناسایی نشد", "No Microphones detected": "هیچ میکروفونی شناسایی نشد", "Admin": "ادمین", - "Add": "افزودن", "Account": "حساب کابری", "Incorrect verification code": "کد فعال‌سازی اشتباه است", "Incorrect username and/or password.": "نام کاربری و یا گذرواژه اشتباه است.", @@ -172,7 +169,6 @@ "Call Failed": "تماس موفقیت‌آمیز نبود", "Unable to load! Check your network connectivity and try again.": "امکان بارگیری محتوا وجود ندارد! لطفا وضعیت اتصال خود به اینترنت را بررسی کرده و مجددا اقدام نمائید.", "Explore rooms": "جستجو در اتاق ها", - "Sign In": "ورود", "Create Account": "ایجاد حساب کاربری", "Use an identity server": "از سرور هویت‌سنجی استفاده کنید", "Invites user with given id to current room": "کاربر با شناسه داده شده را به اتاق فعلی دعوت کن", @@ -199,7 +195,6 @@ "Actions": "اقدامات", "Messages": "پیام ها", "Setting up keys": "تنظیم کلیدها", - "Go Back": "برگرد", "Are you sure you want to cancel entering passphrase?": "آیا مطمئن هستید که می خواهید وارد کردن عبارت امنیتی را لغو کنید؟", "Cancel entering passphrase?": "وارد کردن عبارت امنیتی لغو شود؟", "Missing room_id in request": "room_id در صورت درخواست وجود ندارد", @@ -473,7 +468,6 @@ "%(brand)s was not given permission to send notifications - please try again": "به %(brand)s اجازه ارسال اعلان داده نشده است - لطفاً دوباره امتحان کنید", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s اجازه ارسال اعلان به شما را ندارد - لطفاً تنظیمات مرورگر خود را بررسی کنید", "%(name)s is requesting verification": "%(name)s درخواست تائید دارد", - "Try again": "دوباره امتحان کنید", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ما از مرورگر خواستیم تا سروری را که شما برای ورود استفاده می‌کنید به خاطر بسپارد، اما متاسفانه مرورگر شما آن را فراموش کرده‌است. به صفحه‌ی ورود بروید و دوباره امتحان کنید.", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "این اقدام نیاز به دسترسی به سرور هویت‌سنجی پیش‌فرض برای تایید آدرس ایمیل یا شماره تماس دارد، اما کارگزار هیچ گونه شرایط خدماتی (terms of service) ندارد.", "Use an identity server to invite by email. Manage in Settings.": "برای دعوت از یک سرور هویت‌سنجی استفاده نمائید. می‌توانید این مورد را در تنظیمات پیکربندی نمائید.", @@ -984,7 +978,6 @@ "Incompatible Database": "پایگاه داده ناسازگار", "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "شما قبلاً با این نشست از نسخه جدیدتر %(brand)s استفاده کرده‌اید. برای استفاده مجدد از این نسخه با قابلیت رمزنگاری سرتاسر ، باید از حسابتان خارج شده و دوباره وارد برنامه شوید.", "To 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": "برای جلوگیری از دست دادن تاریخچه‌ی گفتگوی خود باید قبل از ورود به برنامه ، کلیدهای اتاق خود را استخراج (Export) کنید. برای این کار باید از نسخه جدیدتر %(brand)s استفاده کنید", - "Sign out": "خروج از حساب کاربری", "Block anyone not part of %(serverName)s from ever joining this room.": "از عضوشدن کاربرانی در این اتاق که حساب آن‌ها متعلق به سرور %(serverName)s است، جلوگیری کن.", "Topic (optional)": "موضوع (اختیاری)", "Create a private room": "ساختن اتاق خصوصی", @@ -1066,7 +1059,6 @@ "Verification timed out.": "مهلت تأیید تمام شد.", "Start verification again from their profile.": "دوباره تأیید را از نمایه آنها شروع کنید.", "Start verification again from the notification.": "از اعلان دوباره تأیید را شروع کنید.", - "Got it": "فهمیدم", "You've successfully verified %(displayName)s!": "شما%(displayName)s را با موفقیت تأیید کردید!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "شما با موفقیت %(deviceName)s (%(deviceId)s) را تأیید کردید!", "You've successfully verified your device!": "شما با موفقیت دستگاه خود را تأیید کردید!", @@ -1121,7 +1113,6 @@ "Edit widgets, bridges & bots": "ویرایش ابزارک ها ، پل ها و ربات ها", "Widgets": "ابزارک ها", "Set my room layout for everyone": "چیدمان اتاق من را برای همه تنظیم کن", - "Unpin": "برداشتن پین", "You can only pin up to %(count)s widgets": { "other": "فقط می توانید تا %(count)s ابزارک را پین کنید" }, @@ -1139,7 +1130,6 @@ "Start Verification": "شروع تایید هویت", "Accepting…": "پذیرش…", "Waiting for %(displayName)s to accept…": "منتظر قبول کردن توسط %(displayName)s…", - "Back": "بازگشت", "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.": "هنگامی که فردی یک URL را در پیام خود قرار می دهد، می توان با مشاهده پیش نمایش آن URL، اطلاعات بیشتری در مورد آن پیوند مانند عنوان ، توضیحات و یک تصویر از وب سایت دریافت کرد.", "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 به طور پیش فرض غیرفعال است تا اطمینان حاصل شود که سرور شما (جایی که پیش نمایش ها ایجاد می شود) نمی تواند اطلاعات مربوط به پیوندهایی را که در این اتاق مشاهده می کنید جمع آوری کند.", "URL previews are disabled by default for participants in this room.": "پیش نمایش URL به طور پیش فرض برای شرکت کنندگان در این اتاق غیرفعال است.", @@ -1266,11 +1256,8 @@ "Language Dropdown": "منو زبان", "View message": "مشاهده پیام", "Information": "اطلاعات", - "Download": "دانلود", "Rotate Right": "چرخش به راست", "Rotate Left": "چرخش به چپ", - "Zoom in": "بزرگنمایی", - "Zoom out": "کوچک نمایی", "%(count)s people you know have already joined": { "one": "%(count)s نفر از افرادی که می شناسید قبلاً پیوسته‌اند", "other": "%(count)s نفر از افرادی که می شناسید قبلاً به آن پیوسته‌اند" @@ -1632,14 +1619,12 @@ "not found": "یافت نشد", "in memory": "بر روی حافظه", "Cross-signing public keys:": "کلیدهای عمومی امضاء متقابل:", - "Go back": "بازگشت", "Invite only, best for yourself or teams": "فقط با دعوتنامه، مناسب برای خودتان یا تیم‌ها یا جمع‌های خصوصی", "Open space for anyone, best for communities": "محیط باز برای همه، مناسب برای جمع عمومی", "Create a space": "ساختن یک محیط", "Please enter a name for the space": "لطفا یک نام برای محیط وارد کنید", "Accept to continue:": "برای ادامه را بپذیرید:", "Your server isn't responding to some requests.": "سرور شما به بعضی درخواست‌ها پاسخ نمی‌دهد.", - "Pin": "سنجاق", "Folder": "پوشه", "Headphones": "هدفون", "Anchor": "لنگر", @@ -1989,7 +1974,6 @@ "Sign in with SSO": "ورود با استفاده از احراز هویت یکپارچه", "Add an email to be able to reset your password.": "برای داشتن امکان تغییر گذرواژه در صورت فراموش‌کردن آن، لطفا یک آدرس ایمیل وارد نمائید.", "Register": "ایجاد حساب کاربری", - "Sign in": "ورود به حساب کاربری", "Sign in with": "نحوه ورود", "Phone": "شماره تلفن", "That phone number doesn't look quite right, please check and try again": "به نظر شماره تلفن صحیح نمی‌باشد، لطفا بررسی کرده و مجددا تلاش فرمائید", @@ -2095,7 +2079,6 @@ "Room list": "لیست اتاق‌ها", "Preferences": "ترجیحات", "Subscribed lists": "لیست‌هایی که در آن‌ها ثبت‌نام کرده‌اید", - "Ignore": "نادیده‌گرفتن", "Server or user ID to ignore": "شناسه‌ی سرور یا کاربر مورد نظر برای نادیده‌گرفتن", "Personal ban list": "لیست تحریم شخصی", "Ignored users": "کاربران نادیده‌گرفته‌شده", @@ -2625,7 +2608,22 @@ "share": "اشتراک‌گذاری", "skip": "بیخیال", "logout": "خروج", - "view": "مشاهده" + "view": "مشاهده", + "sign_out": "خروج از حساب کاربری", + "sign_in": "ورود به حساب کاربری", + "add": "افزودن", + "search": "جستجو", + "try_again": "دوباره امتحان کنید", + "go_back": "بازگشت", + "back": "بازگشت", + "resend": "بازفرست", + "ignore": "نادیده‌گرفتن", + "zoom_in": "بزرگنمایی", + "zoom_out": "کوچک نمایی", + "download": "دانلود", + "pin": "سنجاق", + "unpin": "برداشتن پین", + "got_it": "فهمیدم" }, "a11y": { "user_menu": "منوی کاربر" diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index b6e35b72dab..7b72d7b1f88 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -4,11 +4,9 @@ "Favourite": "Suosikki", "Notifications": "Ilmoitukset", "Operation failed": "Toiminto epäonnistui", - "Search": "Haku", "unknown error code": "tuntematon virhekoodi", "Failed to change password. Is your password correct?": "Salasanan vaihtaminen epäonnistui. Onko salasanasi oikein?", "powered by Matrix": "moottorina Matrix", - "Add": "Lisää", "Admin": "Ylläpitäjä", "No Microphones detected": "Mikrofonia ei löytynyt", "No Webcams detected": "Kameroita ei löytynyt", @@ -100,8 +98,6 @@ "Search failed": "Haku epäonnistui", "Server error": "Palvelinvirhe", "Session ID": "Istuntotunniste", - "Sign in": "Kirjaudu sisään", - "Sign out": "Kirjaudu ulos", "Someone": "Joku", "Submit": "Lähetä", "This email address is already in use": "Tämä sähköpostiosoite on jo käytössä", @@ -253,7 +249,6 @@ "Enable URL previews for this room (only affects you)": "Ota linkkien esikatselut käyttöön tässä huoneessa (koskee ainoastaan sinua)", "Enable URL previews by default for participants in this room": "Ota linkkien esikatselu käyttöön kaikille huoneen jäsenille", "Unignore": "Huomioi käyttäjä jälleen", - "Ignore": "Sivuuta", "Jump to read receipt": "Hyppää lukukuittaukseen", "Mention": "Mainitse", "Admin Tools": "Ylläpitotyökalut", @@ -411,7 +406,6 @@ "Messages sent by bot": "Bottien lähettämät viestit", "Filter results": "Suodata tuloksia", "No update available.": "Ei päivityksiä saatavilla.", - "Resend": "Lähetä uudelleen", "Collecting app version information": "Haetaan sovelluksen versiotietoja", "Tuesday": "Tiistai", "Search…": "Haku…", @@ -431,7 +425,6 @@ "Invite to this room": "Kutsu käyttäjiä", "You cannot delete this message. (%(code)s)": "Et voi poistaa tätä viestiä. (%(code)s)", "Thursday": "Torstai", - "Back": "Takaisin", "Show message in desktop notification": "Näytä viestit ilmoituskeskuksessa", "Messages in group chats": "Viestit ryhmissä", "Yesterday": "Eilen", @@ -531,7 +524,6 @@ "Anchor": "Ankkuri", "Headphones": "Kuulokkeet", "Folder": "Kansio", - "Pin": "Nuppineula", "General": "Yleiset", "Security & Privacy": "Tietoturva ja yksityisyys", "Roles & Permissions": "Roolit ja oikeudet", @@ -543,7 +535,6 @@ "Room Addresses": "Huoneen osoitteet", "Share room": "Jaa huone", "Share Room": "Jaa huone", - "Go back": "Takaisin", "Room avatar": "Huoneen kuva", "Main address": "Pääosoite", "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.": "Kun joku asettaa osoitteen linkiksi viestiinsä, URL-esikatselu voi näyttää tietoja linkistä kuten otsikon, kuvauksen ja kuvan verkkosivulta.", @@ -574,7 +565,6 @@ "Room list": "Huoneluettelo", "Go to Settings": "Siirry asetuksiin", "Success!": "Onnistui!", - "Download": "Lataa", "Create account": "Luo tili", "Sign in with single sign-on": "Kirjaudu sisään käyttäen kertakirjautumista", "Guest": "Vieras", @@ -815,7 +805,6 @@ "View older messages in %(roomName)s.": "Näytä vanhemmat viestit huoneessa %(roomName)s.", "Join the conversation with an account": "Liity keskusteluun tilin avulla", "Sign Up": "Rekisteröidy", - "Sign In": "Kirjaudu", "Reason: %(reason)s": "Syy: %(reason)s", "Forget this room": "Unohda tämä huone", "Re-join": "Liity uudelleen", @@ -1210,9 +1199,7 @@ "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…", - "Got it": "Asia selvä", "Failed to find the following users": "Seuraavia käyttäjiä ei löytynyt", - "Go Back": "Takaisin", "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", @@ -1568,7 +1555,6 @@ "Feedback sent": "Palaute lähetetty", "Download logs": "Lataa lokit", "Preparing to download logs": "Valmistellaan lokien lataamista", - "Unpin": "Poista kiinnitys", "Customise your appearance": "Mukauta ulkoasua", "Appearance Settings only affect this %(brand)s session.": "Ulkoasuasetukset vaikuttavat vain tähän %(brand)s-istuntoon.", "Set the name of a font installed on your system & %(brand)s will attempt to use it.": "Aseta käyttöjärjestelmääsi asennetun fontin nimi, niin %(brand)s pyrkii käyttämään sitä.", @@ -1997,7 +1983,6 @@ "Change which room, message, or user you're viewing": "Vaihda näytettävää huonetta, viestiä tai käyttäjää", "Converts the DM to a room": "Muuntaa yksityisviestin huoneeksi", "Converts the room to a DM": "Muuntaa huoneen yksityisviestiksi", - "Try again": "Yritä uudelleen", "Add users and servers you want to ignore here. Use asterisks to have %(brand)s match any characters. For example, @bot:* would ignore all users that have the name 'bot' on any server.": "Lisää tähän käyttäjät ja palvelimet, jotka haluat sivuuttaa. Asteriski täsmää mihin tahansa merkkiin. Esimerkiksi @bot:* sivuuttaa kaikki käyttäjät, joiden nimessä on \"bot\".", "Show stickers button": "Näytä tarrapainike", "Expand code blocks by default": "Laajenna koodilohkot oletuksena", @@ -2153,8 +2138,6 @@ "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.", - "Zoom in": "Lähennä", - "Zoom out": "Loitonna", "Including %(commaSeparatedMembers)s": "Mukaan lukien %(commaSeparatedMembers)s", "Share content": "Jaa sisältö", "Application window": "Sovelluksen ikkuna", @@ -3570,7 +3553,22 @@ "skip": "Ohita", "logout": "Kirjaudu ulos", "view": "Näytä", - "expand": "Laajenna" + "expand": "Laajenna", + "sign_out": "Kirjaudu ulos", + "sign_in": "Kirjaudu sisään", + "add": "Lisää", + "search": "Haku", + "try_again": "Yritä uudelleen", + "go_back": "Takaisin", + "back": "Takaisin", + "resend": "Lähetä uudelleen", + "ignore": "Sivuuta", + "zoom_in": "Lähennä", + "zoom_out": "Loitonna", + "download": "Lataa", + "pin": "Nuppineula", + "unpin": "Poista kiinnitys", + "got_it": "Asia selvä" }, "a11y": { "user_menu": "Käyttäjän valikko" diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index e03b4b50cad..102cd5d76ae 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -98,7 +98,6 @@ "%(brand)s version:": "Version de %(brand)s :", "Room %(roomId)s not visible": "Le salon %(roomId)s n’est pas visible", "Rooms": "Salons", - "Search": "Rechercher", "Search failed": "Échec de la recherche", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s a envoyé une image.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s a invité %(targetDisplayName)s à rejoindre le salon.", @@ -109,8 +108,6 @@ "Session ID": "Identifiant de session", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Afficher l’heure au format am/pm (par ex. 2:30pm)", "Signed Out": "Déconnecté", - "Sign in": "Se connecter", - "Sign out": "Se déconnecter", "Someone": "Quelqu’un", "Submit": "Soumettre", "This email address is already in use": "Cette adresse e-mail est déjà utilisée", @@ -221,7 +218,6 @@ "Register": "S’inscrire", "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", "Uploading %(filename)s": "Envoi de %(filename)s", "Uploading %(filename)s and %(count)s others": { "one": "Envoi de %(filename)s et %(count)s autre", @@ -270,7 +266,6 @@ "Message Pinning": "Messages épinglés", "Mention": "Mentionner", "Unignore": "Ne plus ignorer", - "Ignore": "Ignorer", "Admin Tools": "Outils d’administration", "Unknown": "Inconnu", "Unnamed room": "Salon sans nom", @@ -428,7 +423,6 @@ "Messages sent by bot": "Messages envoyés par des robots", "Filter results": "Filtrer les résultats", "No update available.": "Aucune mise à jour disponible.", - "Resend": "Renvoyer", "Collecting app version information": "Récupération des informations de version de l’application", "Tuesday": "Mardi", "Search…": "Rechercher…", @@ -447,7 +441,6 @@ "What's new?": "Nouveautés", "All Rooms": "Tous les salons", "Thursday": "Jeudi", - "Back": "Retour", "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", @@ -539,7 +532,6 @@ "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", "Unable to load backup status": "Impossible de récupérer l’état de la sauvegarde", "Unable to restore backup": "Impossible de restaurer la sauvegarde", @@ -661,7 +653,6 @@ "Room Topic": "Sujet du salon", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet d’être tranquille lorsque vous utilisez des messages chiffrés de bout en bout.", "Incoming Verification Request": "Demande de vérification entrante", - "Go back": "Revenir en arrière", "Email (optional)": "E-mail (facultatif)", "Phone (optional)": "Téléphone (facultatif)", "Join millions for free on the largest public server": "Rejoignez des millions d’utilisateurs gratuitement sur le plus grand serveur public", @@ -742,7 +733,6 @@ "Anchor": "Ancre", "Headphones": "Écouteurs", "Folder": "Dossier", - "Pin": "Épingler", "This homeserver would like to make sure you are not a robot.": "Ce serveur d’accueil veut s’assurer que vous n’êtes pas un robot.", "Change": "Changer", "Couldn't load page": "Impossible de charger la page", @@ -836,7 +826,6 @@ "View older messages in %(roomName)s.": "Voir les messages plus anciens dans %(roomName)s.", "Join the conversation with an account": "Rejoindre la conversation avec un compte", "Sign Up": "S’inscrire", - "Sign In": "Se connecter", "Reason: %(reason)s": "Motif : %(reason)s", "Forget this room": "Oublier ce salon", "Re-join": "Revenir", @@ -1211,7 +1200,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", - "Go Back": "Retourner en arrière", "Other users may not trust it": "D’autres utilisateurs pourraient ne pas lui faire confiance", "Later": "Plus tard", "Verify User": "Vérifier l’utilisateur", @@ -1259,7 +1247,6 @@ "Ask %(displayName)s to scan your code:": "Demandez à %(displayName)s de scanner votre code :", "If you can't scan the code above, verify by comparing unique emoji.": "Si vous ne pouvez pas scanner le code ci-dessus, vérifiez en comparant des émojis uniques.", "You've successfully verified %(displayName)s!": "Vous avez vérifié %(displayName)s !", - "Got it": "Compris", "Restore your key backup to upgrade your encryption": "Restaurez votre sauvegarde de clés pour mettre à niveau votre chiffrement", "Verifies a user, session, and pubkey tuple": "Vérifie un utilisateur, une session et une collection de clés publiques", "Session already verified!": "Session déjà vérifiée !", @@ -1619,7 +1606,6 @@ "Add widgets, bridges & bots": "Ajouter des widgets, passerelles et robots", "Edit widgets, bridges & bots": "Modifier les widgets, passerelles et robots", "Widgets": "Widgets", - "Unpin": "Désépingler", "You can only pin up to %(count)s widgets": { "other": "Vous ne pouvez épingler que jusqu’à %(count)s widgets" }, @@ -2105,7 +2091,6 @@ "Remain on your screen while running": "Reste sur votre écran pendant l’appel", "Converts the DM to a room": "Transforme la conversation privée en salon", "Converts the room to a DM": "Transforme le salon en conversation privée", - "Try again": "Réessayez", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Nous avons demandé à votre navigateur de mémoriser votre serveur d’accueil, mais il semble l’avoir oublié. Rendez-vous à la page de connexion et réessayez.", "We couldn't log you in": "Nous n’avons pas pu vous connecter", "Values at explicit levels in this room:": "Valeurs pour les rangs explicites de ce salon :", @@ -2244,8 +2229,6 @@ "Forgotten or lost all recovery methods? Reset all": "Vous avez perdu ou oublié tous vos moyens de récupération ? Tout réinitialiser", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Si vous le faites, notez qu’aucun de vos messages ne sera supprimé, mais la recherche pourrait être dégradée pendant quelques instants, le temps de recréer l’index", "View message": "Afficher le message", - "Zoom in": "Zoomer", - "Zoom out": "Dé-zoomer", "%(seconds)ss left": "%(seconds)s secondes restantes", "Change server ACLs": "Modifier les ACL du serveur", "You can select all or individual messages to retry or delete": "Vous pouvez choisir de renvoyer ou supprimer tous les messages ou seulement certains", @@ -3971,7 +3954,22 @@ "skip": "Passer", "logout": "Se déconnecter", "view": "Afficher", - "expand": "Développer" + "expand": "Développer", + "sign_out": "Se déconnecter", + "sign_in": "Se connecter", + "add": "Ajouter", + "search": "Rechercher", + "try_again": "Réessayez", + "go_back": "Revenir en arrière", + "back": "Retour", + "resend": "Renvoyer", + "ignore": "Ignorer", + "zoom_in": "Zoomer", + "zoom_out": "Dé-zoomer", + "download": "Télécharger", + "pin": "Épingler", + "unpin": "Désépingler", + "got_it": "Compris" }, "a11y": { "user_menu": "Menu utilisateur" diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 213c4f0282d..65e4c826604 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -1,6 +1,5 @@ { "Sign in with": "Sínigh isteach le", - "Sign in": "Sínigh Isteach", "Already have an account? Sign in here": "An bhfuil cuntas agat cheana? Sínigh isteach anseo", "Show less": "Taispeáin níos lú", "Show more": "Taispeáin níos mó", @@ -45,7 +44,6 @@ "The call was answered on another device.": "Do ghníomhaire úsáideora.", "Failed to verify email address: make sure you clicked the link in the email": "Níor cinntíodh an seoladh ríomhphoist: déan cinnte gur chliceáil tú an nasc sa ríomhphost", "Reject & Ignore user": "Diúltaigh ⁊ Neamaird do úsáideoir", - "Ignore": "Neamhaird", "Ignored users": "Úsáideoirí neamhairde", "Ignored/Blocked": "Neamhairde/Tachta", "Message Pinning": "Ceangal teachtaireachta", @@ -259,11 +257,9 @@ "Albania": "an Albáin", "Afghanistan": "an Afganastáin", "Comment": "Trácht", - "Pin": "Biorán", "Widgets": "Giuirléidí", "ready": "réidh", "Algorithm:": "Algartam:", - "Unpin": "Neamhceangail", "Privacy": "Príobháideachas", "Information": "Eolas", "Away": "Imithe", @@ -316,7 +312,6 @@ "Actions": "Gníomhartha", "Messages": "Teachtaireachtaí", "Success!": "Rath!", - "Download": "Íoslódáil", "Import": "Iompórtáil", "Export": "Easpórtáil", "Users": "Úsáideoirí", @@ -330,12 +325,10 @@ "Submit": "Cuir isteach", "Code": "Cód", "Favourite": "Cuir mar ceanán", - "Resend": "Athsheol", "Summary": "Achoimre", "Service": "Seirbhís", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", - "Back": "Ar Ais", "Removing…": "ag Baint…", "Changelog": "Loga na n-athruithe", "Unavailable": "Níl sé ar fáil", @@ -370,7 +363,6 @@ "Re-join": "Téigh ar ais isteach", "Historical": "Stairiúil", "Rooms": "Seomraí", - "Search": "Cuardaigh", "Replying": "Ag freagairt", "Unknown": "Anaithnid", "Idle": "Díomhaoin", @@ -418,7 +410,6 @@ "On": "Ar siúl", "Off": "Múchta", "Advanced": "Forbartha", - "Add": "Cuir", "Authentication": "Fíordheimhniú", "Warning!": "Aire!", "Folder": "Fillteán", @@ -523,14 +514,12 @@ "Confirm adding this email address by using Single Sign On to prove your identity.": "Deimhnigh an seoladh ríomhphoist seo le SSO mar cruthúnas céannachta.", "Explore rooms": "Breathnaigh thart ar na seomraí", "Create Account": "Déan cuntas a chruthú", - "Sign In": "Sínigh Isteach", "Use Single Sign On to continue": "Lean ar aghaidh le SSO", "This phone number is already in use": "Úsáidtear an uimhir ghutháin seo chean féin", "This email address is already in use": "Úsáidtear an seoladh ríomhphoist seo chean féin", "Sign out and remove encryption keys?": "Sínigh amach agus scrios eochracha criptiúcháin?", "Clear Storage and Sign Out": "Scrios Stóras agus Sínigh Amach", "You're signed out": "Tá tú sínithe amach", - "Sign out": "Sínigh amach", "Are you sure you want to sign out?": "An bhfuil tú cinnte go dteastaíonn uait sínigh amach?", "Signed Out": "Sínithe Amach", "Unable to query for supported registration methods.": "Ní féidir iarratas a dhéanamh faoi modhanna cláraithe tacaithe.", @@ -733,7 +722,17 @@ "skip": "Léim", "logout": "Logáil amach", "view": "Amharc", - "expand": "Leath" + "expand": "Leath", + "sign_out": "Sínigh amach", + "sign_in": "Sínigh Isteach", + "add": "Cuir", + "search": "Cuardaigh", + "back": "Ar Ais", + "resend": "Athsheol", + "ignore": "Neamhaird", + "download": "Íoslódáil", + "pin": "Biorán", + "unpin": "Neamhceangail" }, "Home": "Tús" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index daee96f85f4..88971229680 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -93,7 +93,6 @@ "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", "Phone": "Teléfono", - "Add": "Engadir", "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", @@ -115,7 +114,6 @@ "Are you sure?": "Está segura?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Non poderá desfacer este cambio xa que lle estará promocionando e outorgándolle a outra persoa os mesmos permisos que os seus.", "Unignore": "Non ignorar", - "Ignore": "Ignorar", "Jump to read receipt": "Ir ao resgardo de lectura", "Mention": "Mención", "Admin Tools": "Ferramentas de administración", @@ -155,7 +153,6 @@ "Join Room": "Unirse a sala", "Upload avatar": "Subir avatar", "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.", "Rooms": "Salas", "Low priority": "Baixa prioridade", @@ -207,7 +204,6 @@ "powered by Matrix": "funciona grazas a Matrix", "Sign in with": "Acceder con", "Email address": "Enderezo de correo", - "Sign in": "Acceder", "Register": "Rexistrar", "Something went wrong!": "Algo fallou!", "Delete Widget": "Eliminar widget", @@ -345,7 +341,6 @@ "one": "Subindo %(filename)s e %(count)s máis" }, "Uploading %(filename)s": "Subindo %(filename)s", - "Sign out": "Saír", "Failed to change password. Is your password correct?": "Fallo ao cambiar o contrasinal. É correcto o contrasinal?", "Unable to remove contact information": "Non se puido eliminar a información do contacto", "": "", @@ -429,7 +424,6 @@ "Messages sent by bot": "Mensaxes enviadas por bot", "Filter results": "Filtrar resultados", "No update available.": "Sen actualizacións.", - "Resend": "Volver a enviar", "Collecting app version information": "Obtendo información sobre a versión da app", "Tuesday": "Martes", "Search…": "Buscar…", @@ -451,7 +445,6 @@ "You cannot delete this message. (%(code)s)": "Non pode eliminar esta mensaxe. (%(code)s)", "Thursday": "Xoves", "Logs sent": "Informes enviados", - "Back": "Atrás", "Show message in desktop notification": "Mostrar mensaxe nas notificacións de escritorio", "Messages in group chats": "Mensaxes en grupos de chat", "Yesterday": "Onte", @@ -514,7 +507,6 @@ "Click the button below to confirm adding this phone number.": "Preme no botón inferior para confirmar que engades este número.", "Add Phone Number": "Engadir novo Número", "Sign In or Create Account": "Conéctate ou Crea unha Conta", - "Sign In": "Acceder", "Sign Up": "Rexistro", "Sign in with single sign-on": "Entrar usando Single Sign On", "Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "O eliminación das chaves de sinatura cruzada é permanente. Calquera a quen verificases con elas verá alertas de seguridade. Seguramente non queres facer esto, a menos que perdeses todos os dispositivos nos que podías asinar.", @@ -854,7 +846,6 @@ "Anchor": "Áncora", "Headphones": "Auriculares", "Folder": "Cartafol", - "Pin": "Pin", "Accept to continue:": "Acepta para continuar:", "This bridge was provisioned by .": "Esta ponte está proporcionada por .", "This bridge is managed by .": "Esta ponte está xestionada por .", @@ -917,7 +908,6 @@ "Disconnect anyway": "Desconectar igualmente", "You are still sharing your personal data on the identity server .": "Aínda estás compartindo datos personais no servidor de identidade .", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Recomendámosche que elimines os teus enderezos de email e números de teléfono do servidor de identidade antes de desconectar del.", - "Go back": "Atrás", "You are currently using to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Neste intre usas para atopar e ser atopado polos contactos existentes que coñeces. Aquí abaixo podes cambiar de servidor de identidade.", "If you don't want to use to discover and be discoverable by existing contacts you know, enter another identity server below.": "Se non queres usar para atopar e ser atopado polos contactos existentes que coñeces, escribe embaixo outro servidor de identidade.", "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Non estás a usar un servidor de identidade. Para atopar e ser atopado polos contactos existentes que coñeces, engade un embaixo.", @@ -1184,7 +1174,6 @@ "You've successfully verified your device!": "Verificaches correctamente o teu dispositivo!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Verificaches correctamente %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "Verificaches correctamente a %(displayName)s!", - "Got it": "Vale", "Start verification again from the notification.": "Inicia o proceso de novo desde a notificación.", "Start verification again from their profile.": "Inicia a verificación outra vez desde o seu perfil.", "Verification timed out.": "Verificación caducada.", @@ -1455,7 +1444,6 @@ "Continue with previous account": "Continúa coa conta anterior", "Log in to your new account.": "Accede usando a conta nova.", "Registration Successful": "Rexistro correcto", - "Go Back": "Atrás", "Failed to re-authenticate due to a homeserver problem": "Fallo ó reautenticar debido a un problema no servidor", "Failed to re-authenticate": "Fallo na reautenticación", "Forgotten your password?": "¿Esqueceches o contrasinal?", @@ -1477,7 +1465,6 @@ "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.", - "Download": "Descargar", "Unable to query secret storage status": "Non se obtivo o estado do almacenaxe segredo", "Upgrade your encryption": "Mellora o teu cifrado", "Unable to set up secret storage": "Non se configurou un almacenaxe segredo", @@ -1609,7 +1596,6 @@ "Not encrypted": "Sen cifrar", "Room settings": "Axustes da sala", "Take a picture": "Tomar unha foto", - "Unpin": "Desafixar", "Cross-signing is ready for use.": "A Sinatura-Cruzada está lista para usar.", "Cross-signing is not set up.": "Non está configurada a Sinatura-Cruzada.", "Backup version:": "Versión da copia:", @@ -2101,7 +2087,6 @@ "The widget will verify your user ID, but won't be able to perform actions for you:": "Este widget vai verificar o ID do teu usuario, pero non poderá realizar accións no teu nome:", "Remember this": "Lembrar isto", "Something went wrong in confirming your identity. Cancel and try again.": "Algo fallou ao intentar confirma a túa identidade. Cancela e inténtao outra vez.", - "Try again": "Intentar outra vez", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Pedíramoslle ao teu navegador que lembrase o teu servidor de inicio para acceder, pero o navegador esqueceuno. Vaite á páxina de conexión e inténtao outra vez.", "We couldn't log you in": "Non puidemos conectarte", "Show stickers button": "Mostrar botón dos adhesivos", @@ -2244,8 +2229,6 @@ "Forgotten or lost all recovery methods? Reset all": "Perdidos ou esquecidos tódolos métodos de recuperación? Restabléceos", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Se o fas, ten en conta que non se borrará ningunha das túas mensaxes, mais a experiencia de busca podería degradarse durante uns momentos ata que se recrea o índice", "View message": "Ver mensaxe", - "Zoom in": "Achegar", - "Zoom out": "Alonxar", "%(seconds)ss left": "%(seconds)ss restantes", "Change server ACLs": "Cambiar ACLs do servidor", "You can select all or individual messages to retry or delete": "Podes elexir todo ou mensaxes individuais para reintentar ou eliminar", @@ -3496,7 +3479,22 @@ "skip": "Saltar", "logout": "Saír", "view": "Vista", - "expand": "Despregar" + "expand": "Despregar", + "sign_out": "Saír", + "sign_in": "Acceder", + "add": "Engadir", + "search": "Busca", + "try_again": "Intentar outra vez", + "go_back": "Atrás", + "back": "Atrás", + "resend": "Volver a enviar", + "ignore": "Ignorar", + "zoom_in": "Achegar", + "zoom_out": "Alonxar", + "download": "Descargar", + "pin": "Pin", + "unpin": "Desafixar", + "got_it": "Vale" }, "a11y": { "user_menu": "Menú de usuaria" diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 02d3ae53cd5..cc2ea6a5f81 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -32,7 +32,6 @@ "Register": "צור חשבון", "Rooms": "חדרים", "Operation failed": "פעולה נכשלה", - "Search": "חפש", "powered by Matrix": "מופעל ע\"י Matrix", "Send": "שלח", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", @@ -60,7 +59,6 @@ "Messages sent by bot": "הודעות שנשלחו באמצעות בוט", "Filter results": "סנן התוצאות", "No update available.": "אין עדכון זמין.", - "Resend": "שלח מחדש", "Collecting app version information": "אוסף מידע על גרסת היישום", "Tuesday": "שלישי", "Event sent!": "ארוע נשלח!", @@ -82,7 +80,6 @@ "Thursday": "חמישי", "Search…": "חפש…", "Logs sent": "יומנים נשלחו", - "Back": "אחורה", "Show message in desktop notification": "הצג הודעה בהתראות שולחן עבודה", "Messages in group chats": "הודעות בקבוצות השיחה", "Yesterday": "אתמול", @@ -160,7 +157,6 @@ "Actions": "פעולות", "Messages": "הודעות", "Setting up keys": "מגדיר מפתחות", - "Go Back": "חזרה", "Are you sure you want to cancel entering passphrase?": "האם אתם בטוחים שהינכם רוצים לבטל?", "Cancel entering passphrase?": "בטל הקלדת סיסמא?", "Missing user_id in request": "קוד זיהוי משתמש חסר בשורת הבקשה", @@ -453,7 +449,6 @@ "Tokelau": "טוקלאו", "Vanuatu": "ונואטו", "Default": "ברירת מחדל", - "Sign In": "התחברות", "Create Account": "משתמש חדש", "Use your account or create a new one to continue.": "השתמשו בחשבונכם או צרו חשבון חדש.", "Sign In or Create Account": "התחברו או צרו חשבון", @@ -712,7 +707,6 @@ "This bridge was provisioned by .": "הגשר הזה נוצר על ידי משתמש .", "Accept to continue:": "קבל להמשך:", "Your server isn't responding to some requests.": "השרת שלכם אינו מגיב לבקשות מסויימות בקשות.", - "Pin": "נעץ", "Folder": "תקיה", "Headphones": "אוזניות", "Anchor": "עוגן", @@ -927,7 +921,6 @@ "Incompatible Database": "מסד נתונים לא תואם", "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "השתמשת בעבר בגרסה חדשה יותר של %(brand)s עם הפעלה זו. כדי להשתמש בגרסה זו שוב עם הצפנה מקצה לקצה, יהיה עליך לצאת ולחזור שוב.", "To 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 כדי לעשות זאת", - "Sign out": "יציאה", "Block anyone not part of %(serverName)s from ever joining this room.": "חסום ממישהו שאינו חלק מ- %(serverName)s מלהצטרף אי פעם לחדר זה.", "Topic (optional)": "נושא (לא חובה)", "Create a private room": "צור חדר פרטי", @@ -1123,7 +1116,6 @@ "Verification timed out.": "תם הזמן הקצוב לאימות.", "Start verification again from their profile.": "התחל לאמת שוב מהפרופיל שלהם.", "Start verification again from the notification.": "התחל אימות שוב מההודעה.", - "Got it": "הבנתי", "You've successfully verified %(displayName)s!": "אמתתם בהצלחה את %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "אימתת בהצלחה את %(deviceName)s (%(deviceId)s)!", "You've successfully verified your device!": "אימתת בהצלחה את המכשיר שלך!", @@ -1177,7 +1169,6 @@ "Add widgets, bridges & bots": "הוסף יישומונים, גשרים ובוטים", "Edit widgets, bridges & bots": "ערוך ישומונים, גשרים ובוטים", "Widgets": "ישומונים", - "Unpin": "הסר נעיצה", "You can only pin up to %(count)s widgets": { "other": "אתה יכול להצמיד עד%(count)s ווידג'טים בלבד" }, @@ -1333,7 +1324,6 @@ "Remove %(phone)s?": "הסר מספרי %(phone)s ?", "Email Address": "כתובת דוא\"ל", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "שלחנו לך דוא\"ל לאימות הכתובת שלך. אנא עקוב אחר ההוראות שם ואז לחץ על הכפתור למטה.", - "Add": "הוספה", "Unable to add email address": "לא ניתן להוסיף את כתובת הדוא\"ל", "This doesn't appear to be a valid email address": "לא נראה שזו כתובת דוא\"ל חוקית", "Invalid Email Address": "כתובת דוא\"ל לא תקינה", @@ -1494,7 +1484,6 @@ "If this isn't what you want, please use a different tool to ignore users.": "אם זה לא מה שאתה רוצה, השתמש בכלי אחר כדי להתעלם ממשתמשים.", "Subscribing to a ban list will cause you to join it!": "הרשמה לרשימת איסורים תגרום לך להצטרף אליה!", "Subscribed lists": "רשימת הרשמות", - "Ignore": "התעלם", "eg: @bot:* or example.org": "למשל: @bot: * או example.org", "Server or user ID to ignore": "שרת או משתמש להתעלם ממנו", "Personal ban list": "רשימת חסומים פרטית", @@ -1567,7 +1556,6 @@ "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "אינך משתמש כרגע בשרת זהות. כדי לגלות ולהיות נגלים על ידי אנשי קשר קיימים שאתה מכיר, הוסף אחד למטה.", "If you don't want to use to discover and be discoverable by existing contacts you know, enter another identity server below.": "אם אינך רוצה להשתמש ב- כדי לגלות ולהיות נגלה על ידי אנשי קשר קיימים שאתה מכיר, הזן שרת זהות אחר למטה.", "You are currently using to discover and be discoverable by existing contacts you know. You can change your identity server below.": "אתה משתמש כרגע ב די לגלות ולהיות נגלה על ידי אנשי קשר קיימים שאתה מכיר. תוכל לשנות את שרת הזהות שלך למטה.", - "Go back": "חזרה", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "אנו ממליצים שתסיר את כתובות הדוא\"ל ומספרי הטלפון שלך משרת הזהות לפני שתתנתק.", "You are still sharing your personal data on the identity server .": "אתה עדיין משתף את הנתונים האישיים שלך בשרת הזהות .", "Disconnect anyway": "התנתק בכל מקרה", @@ -1661,7 +1649,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": "השתמש בכתובת דוא\"ל לשחזור חשבונך", - "Sign in": "כניסה", "Sign in with": "כניסה עם", "Phone": "טלפון", "Email": "דוא\"ל", @@ -1957,7 +1944,6 @@ "Create key backup": "צור מפתח גיבוי", "Success!": "הצלחה!", "Your keys are being backed up (the first backup could take a few minutes).": "גיבוי המפתחות שלך (הגיבוי הראשון יכול לקחת מספר דקות).", - "Download": "הורדה", "Go back to set it again.": "חזור להגדיר אותו שוב.", "That doesn't match.": "זה לא תואם.", "Use a different passphrase?": "להשתמש בביטוי סיסמה אחר?", @@ -2088,7 +2074,6 @@ "Use app for a better experience": "השתמש באפליקציה לחוויה טובה יותר", "Converts the DM to a room": "המר את השיחה הפרטית לחדר", "Converts the room to a DM": "ממיר את החדר ל- DM", - "Try again": "נסה שוב", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ביקשנו מהדפדפן לזכור באיזה שרת בית אתה משתמש כדי לאפשר לך להיכנס, אך למרבה הצער הדפדפן שלך שכח אותו. עבור לדף הכניסה ונסה שוב.", "We couldn't log you in": "לא הצלחנו להתחבר אליך", "Integration manager": "מנהל אינטגרציה", @@ -2444,8 +2429,6 @@ "Media omitted": "מדיה הושמטה", "JSON": "JSON", "HTML": "HTML", - "Zoom out": "התמקדות החוצה", - "Zoom in": "התמקדות פנימה", "Reset bearing to north": "נעלו את המפה לכיוון צפון", "Mapbox logo": "לוגו", "Location not available": "מיקום אינו זמין", @@ -2770,7 +2753,22 @@ "skip": "דלג", "logout": "יציאה", "view": "צפה", - "expand": "להרחיב" + "expand": "להרחיב", + "sign_out": "יציאה", + "sign_in": "כניסה", + "add": "הוספה", + "search": "חפש", + "try_again": "נסה שוב", + "go_back": "חזרה", + "back": "אחורה", + "resend": "שלח מחדש", + "ignore": "התעלם", + "zoom_in": "התמקדות פנימה", + "zoom_out": "התמקדות החוצה", + "download": "הורדה", + "pin": "נעץ", + "unpin": "הסר נעיצה", + "got_it": "הבנתי" }, "a11y": { "user_menu": "תפריט משתמש" diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 409591b632e..b7c67cb87bb 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -125,7 +125,6 @@ "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", "Phone": "फ़ोन", - "Add": "जोड़े", "No display name": "कोई प्रदर्शन नाम नहीं", "New passwords don't match": "नए पासवर्ड मेल नहीं खाते हैं", "Passwords can't be empty": "पासवर्ड खाली नहीं हो सकते हैं", @@ -187,7 +186,6 @@ "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "आप इस परिवर्तन को पूर्ववत नहीं कर पाएंगे क्योंकि आप उपयोगकर्ता को अपने आप से समान शक्ति स्तर रखने के लिए प्रोत्साहित कर रहे हैं।", "Are you sure?": "क्या आपको यकीन है?", "Unignore": "अनदेखा न करें", - "Ignore": "अनदेखा करें", "Jump to read receipt": "पढ़ी हुई रसीद में कूदें", "Mention": "उल्लेख", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", @@ -319,7 +317,6 @@ "Anchor": "लंगर", "Headphones": "हेडफोन", "Folder": "फ़ोल्डर", - "Pin": "पिन", "Unable to remove contact information": "संपर्क जानकारी निकालने में असमर्थ", "Invalid Email Address": "अमान्य ईमेल पता", "This doesn't appear to be a valid email address": "यह एक मान्य ईमेल पता प्रतीत नहीं होता है", @@ -401,7 +398,6 @@ "%(senderName)s revoked the invitation for %(targetDisplayName)s to join the room.": "%(senderName)s ने कमरे में शामिल होने के लिए %(targetDisplayName)s के निमंत्रण को रद्द कर दिया।", "The user must be unbanned before they can be invited.": "उपयोगकर्ता को आमंत्रित करने से पहले उन्हें प्रतिबंधित किया जाना चाहिए।", "Explore rooms": "रूम का अन्वेषण करें", - "Sign In": "साइन करना", "Create Account": "खाता बनाएं", "Mongolia": "मंगोलिया", "Monaco": "मोनाको", @@ -555,7 +551,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s को सूचनाएं भेजने की अनुमति नहीं दी गई थी - कृपया पुनः प्रयास करें", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s को आपको सूचनाएं भेजने की अनुमति नहीं है - कृपया अपनी ब्राउज़र सेटिंग जांचें", "%(name)s is requesting verification": "%(name)s सत्यापन का अनुरोध कर रहा है", - "Try again": "पुनः प्रयास करे", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "हमने ब्राउज़र से यह याद रखने के लिए कहा कि आप किस होमसर्वर का उपयोग आपको साइन इन करने के लिए करते हैं, लेकिन दुर्भाग्य से आपका ब्राउज़र इसे भूल गया है। साइन इन पेज पर जाएं और फिर से कोशिश करें.", "We couldn't log you in": "हम आपको लॉग इन नहीं कर सके", "Only continue if you trust the owner of the server.": "केवल तभी जारी रखें जब आप सर्वर के स्वामी पर भरोसा करते हैं।", @@ -632,6 +627,11 @@ "trust": "विश्वास", "cancel": "रद्द", "close": "बंद", - "accept": "स्वीकार" + "accept": "स्वीकार", + "sign_in": "साइन करना", + "add": "जोड़े", + "try_again": "पुनः प्रयास करे", + "ignore": "अनदेखा करें", + "pin": "पिन" } } diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index eb79fab4d72..11f149408c0 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -86,7 +86,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s nema dopuštenje slati Vam notifikacije - molimo pokušajte ponovo", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s nema dopuštenje slati Vam notifikacije - molimo provjerite postavke pretraživača", "%(name)s is requesting verification": "%(name)s traži potvrdu", - "Try again": "Pokušaj ponovo", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.", "We couldn't log you in": "Nismo Vas mogli ulogirati", "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.", @@ -169,6 +168,7 @@ "ok": "OK", "confirm": "Potvrdi", "dismiss": "Odbaci", - "trust": "Vjeruj" + "trust": "Vjeruj", + "try_again": "Pokušaj ponovo" } } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 1bede542c08..5131e26f2c4 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,5 +1,4 @@ { - "Search": "Keresé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", @@ -7,7 +6,6 @@ "powered by Matrix": "a gépházban: Matrix", "unknown error code": "ismeretlen hibakód", "Account": "Fiók", - "Add": "Hozzáadás", "Admin": "Admin", "Admin Tools": "Admin. Eszközök", "No Microphones detected": "Nem található mikrofon", @@ -133,8 +131,6 @@ "Session ID": "Kapcsolat azonosító", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Az időbélyegek megjelenítése 12 órás formátumban (például du. 2:30)", "Signed Out": "Kijelentkezett", - "Sign in": "Bejelentkezés", - "Sign out": "Kijelentkezés", "Someone": "Valaki", "Start authentication": "Hitelesítés indítása", "Submit": "Elküldés", @@ -264,7 +260,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(senderName)s módosította a(z) %(widgetName)s kisalkalmazást", "Copied!": "Másolva!", "Failed to copy": "Sikertelen másolás", - "Ignore": "Mellőzés", "Unignore": "Mellőzés feloldása", "You are now ignoring %(userId)s": "Most már figyelmen kívül hagyja: %(userId)s", "You are no longer ignoring %(userId)s": "Ismét figyelembe veszi: %(userId)s", @@ -421,7 +416,6 @@ "Waiting for response from server": "Várakozás a kiszolgáló válaszára", "Failed to send logs: ": "Hiba a napló küldésénél: ", "This Room": "Ebben a szobában", - "Resend": "Újraküdés", "Messages containing my display name": "A saját megjelenítendő nevét tartalmazó üzenetek", "Messages in one-to-one chats": "A közvetlen csevegések üzenetei", "Unavailable": "Elérhetetlen", @@ -450,7 +444,6 @@ "Thursday": "Csütörtök", "Search…": "Keresés…", "Logs sent": "Napló elküldve", - "Back": "Vissza", "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", @@ -539,7 +532,6 @@ "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", "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", @@ -660,7 +652,6 @@ "Room Topic": "Szoba témája", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.", "Incoming Verification Request": "Bejövő Hitelesítési Kérés", - "Go back": "Vissza", "Email (optional)": "E-mail (nem kötelező)", "Phone (optional)": "Telefonszám (nem kötelező)", "Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren", @@ -742,7 +733,6 @@ "Anchor": "Horgony", "Headphones": "Fejhallgató", "Folder": "Dosszié", - "Pin": "Kitűzés", "This homeserver would like to make sure you are not a robot.": "A Matrix-kiszolgáló ellenőrizné, hogy Ön nem egy robot.", "Change": "Módosítás", "Couldn't load page": "Az oldal nem tölthető be", @@ -835,7 +825,6 @@ "View older messages in %(roomName)s.": "Régebbi üzenetek megjelenítése itt: %(roomName)s.", "Join the conversation with an account": "Beszélgetéshez való csatlakozás felhasználói fiókkal lehetséges", "Sign Up": "Fiók készítés", - "Sign In": "Bejelentkezés", "Reason: %(reason)s": "Ok: %(reason)s", "Forget this room": "Szoba elfelejtése", "Re-join": "Újra-csatlakozás", @@ -1208,7 +1197,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", - "Go Back": "Vissza", "Other users may not trust it": "Más felhasználók lehet, hogy nem bíznak benne", "Later": "Később", "Something went wrong trying to invite the users.": "Valami nem sikerült a felhasználók meghívásával.", @@ -1292,7 +1280,6 @@ "Ask %(displayName)s to scan your code:": "Kérd meg %(displayName)s felhasználót, hogy olvassa be a kódot:", "If you can't scan the code above, verify by comparing unique emoji.": "Ha nem tudod beolvasni az alábbi kódot, ellenőrizd az egyedi emodzsik összehasonlításával.", "You've successfully verified %(displayName)s!": "Sikeresen ellenőrizted a felhasználót: %(displayName)s!", - "Got it": "Értem", "Encryption not enabled": "Titkosítás nincs engedélyezve", "The encryption used by this room isn't supported.": "A szobában használt titkosítás nem támogatott.", "Clear all data in this session?": "Minden adat törlése ebben a munkamenetben?", @@ -1609,7 +1596,6 @@ "Not encrypted": "Nem titkosított", "Room settings": "Szoba beállítások", "Take a picture": "Fénykép készítése", - "Unpin": "Leszedés", "Cross-signing is ready for use.": "Az eszközök közti hitelesítés használatra kész.", "Cross-signing is not set up.": "Az eszközök közti hitelesítés nincs beállítva.", "Backup version:": "Mentés verziója:", @@ -2096,7 +2082,6 @@ "Use app for a better experience": "A jobb élmény érdekében használjon alkalmazást", "Converts the DM to a room": "Szobává alakítja a közvetlen beszélgetést", "Converts the room to a DM": "Közvetlen beszélgetéssé alakítja a szobát", - "Try again": "Újrapróbálkozás", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "A böngészőt arra kértük, hogy jegyezze meg, melyik Matrix-kiszolgálót használta a bejelentkezéshez, de sajnos a böngészője elfelejtette. Navigáljon a bejelentkezési oldalra, és próbálja újra.", "We couldn't log you in": "Sajnos nem tudtuk bejelentkeztetni", "Search (must be enabled)": "Keresés (engedélyezni kell)", @@ -2245,8 +2230,6 @@ "Forgotten or lost all recovery methods? Reset all": "Elfelejtette vagy elveszett minden helyreállítási lehetőség? Minden alaphelyzetbe állítása", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Ha ezt teszi, tudnia kell, hogy az üzenetek nem lesznek törölve, de a keresési élmény addig nem lesz tökéletes, amíg az indexek újra el nem készülnek", "View message": "Üzenet megjelenítése", - "Zoom in": "Nagyítás", - "Zoom out": "Kicsinyítés", "%(seconds)ss left": "%(seconds)s mp van hátra", "You can select all or individual messages to retry or delete": "Újraküldéshez vagy törléshez kiválaszthatja az üzeneteket egyenként vagy az összeset együtt", "Retry all": "Mind újraküldése", @@ -3875,7 +3858,22 @@ "skip": "Kihagy", "logout": "Kilépés", "view": "Megtekintés", - "expand": "Kibontás" + "expand": "Kibontás", + "sign_out": "Kijelentkezés", + "sign_in": "Bejelentkezés", + "add": "Hozzáadás", + "search": "Keresés", + "try_again": "Újrapróbálkozás", + "go_back": "Vissza", + "back": "Vissza", + "resend": "Újraküdés", + "ignore": "Mellőzés", + "zoom_in": "Nagyítás", + "zoom_out": "Kicsinyítés", + "download": "Letöltés", + "pin": "Kitűzés", + "unpin": "Leszedés", + "got_it": "Értem" }, "a11y": { "user_menu": "Felhasználói menü" diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 5c12f9a396c..0392c729ab7 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -1,6 +1,5 @@ { "Account": "Akun", - "Add": "Tambahkan", "No Microphones detected": "Tidak ada mikrofon terdeteksi", "No media permissions": "Tidak ada izin media", "Microphone": "Mikrofon", @@ -38,12 +37,9 @@ "%(brand)s version:": "Versi %(brand)s:", "Return to login screen": "Kembali ke halaman masuk", "Rooms": "Ruangan", - "Search": "Cari", "Search failed": "Pencarian gagal", "Server error": "Kesalahan server", "Session ID": "ID Sesi", - "Sign in": "Masuk", - "Sign out": "Keluar", "Someone": "Seseorang", "Submit": "Kirim", "This email address was not found": "Alamat email ini tidak ditemukan", @@ -115,7 +111,6 @@ "Source URL": "URL Sumber", "Failed to add tag %(tagName)s to room": "Gagal menambahkan tag %(tagName)s ke ruangan", "No update available.": "Tidak ada pembaruan yang tersedia.", - "Resend": "Kirim Ulang", "Collecting app version information": "Mengumpulkan informasi versi aplikasi", "Tuesday": "Selasa", "Search…": "Cari…", @@ -135,7 +130,6 @@ "When I'm invited to a room": "Ketika saya diundang ke ruangan", "Invite to this room": "Undang ke ruangan ini", "Thursday": "Kamis", - "Back": "Kembali", "Show message in desktop notification": "Tampilkan pesan di notifikasi desktop", "Messages in group chats": "Pesan di obrolan grup", "Yesterday": "Kemarin", @@ -152,7 +146,6 @@ "Permission Required": "Izin Dibutuhkan", "You do not have permission to start a conference call in this room": "Anda tidak memiliki permisi untuk memulai panggilan konferensi di ruang ini", "Explore rooms": "Jelajahi ruangan", - "Sign In": "Masuk", "Create Account": "Buat Akun", "Identity server": "Server identitas", "%(senderName)s banned %(targetName)s": "%(senderName)s mencekal %(targetName)s", @@ -236,7 +229,6 @@ "Actions": "Aksi", "Messages": "Pesan", "Setting up keys": "Menyiapkan kunci", - "Go Back": "Kembali", "Are you sure you want to cancel entering passphrase?": "Apakah Anda yakin untuk membatalkan pemasukkan frasa sandi?", "Cancel entering passphrase?": "Batalkan memasukkan frasa sandi?", "Missing user_id in request": "Kurang user_id di permintaan", @@ -512,7 +504,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s tidak memiliki izin untuk mengirim Anda notifikasi — silakan coba lagi", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s tidak memiliki izin untuk mengirim Anda notifikasi — mohon periksa pengaturan browser Anda", "%(name)s is requesting verification": "%(name)s meminta verifikasi", - "Try again": "Coba lagi", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Kami menanyakan browser ini untuk mengingat homeserver apa yang Anda gunakan untuk membantu Anda masuk, tetapi sayangnya browser ini melupakannya. Pergi ke halaman masuk dan coba lagi.", "We couldn't log you in": "Kami tidak dapat memasukkan Anda", "Only continue if you trust the owner of the server.": "Hanya lanjutkan jika Anda mempercayai pemilik server ini.", @@ -592,7 +583,6 @@ "%(duration)sm": "%(duration)sm", "%(duration)ss": "%(duration)sd", "Unignore": "Hilangkan Abaian", - "Ignore": "Abaikan", "Copied!": "Disalin!", "Users": "Pengguna", "Emoji": "Emoji", @@ -616,7 +606,6 @@ "Favourited": "Difavorit", "A-Z": "A-Z", "Activity": "Aktivitas", - "Unpin": "Lepaskan Pin", "Privacy": "Privasi", "ready": "siap", "Algorithm:": "Algoritma:", @@ -677,7 +666,6 @@ "Credits": "Kredit", "Discovery": "Penemuan", "Change": "Ubah", - "Pin": "Pin", "Headphones": "Headphone", "Anchor": "Jangkar", "Bell": "Lonceng", @@ -736,7 +724,6 @@ "Cat": "Kucing", "Dog": "Anjing", "Guest": "Tamu", - "Download": "Unduh", "Demote": "Turunkan", "Stickerpack": "Paket Stiker", "Replying": "Membalas", @@ -810,7 +797,6 @@ "Email addresses": "Alamat email", "Profile picture": "Gambar profil", "Display Name": "Nama Tampilan", - "Go back": "Kembali ke sebelumnya", "That matches!": "Mereka cocok!", "General failure": "Kesalahan umum", "Share User": "Bagikan Pengguna", @@ -1879,7 +1865,6 @@ "Verification timed out.": "Waktu habis untuk memverifikasi.", "Start verification again from their profile.": "Mulai memverifikasi lagi dari profilnya.", "Start verification again from the notification.": "Mulai memverifikasi lagi dari notifikasinya.", - "Got it": "Mengerti", "You've successfully verified %(displayName)s!": "Anda berhasil memverifikasi %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Anda berhasil memverifikasi %(deviceName)s (%(deviceId)s)!", "You've successfully verified your device!": "Anda berhasil memverifikasi perangkat Anda!", @@ -2121,8 +2106,6 @@ "other": "%(severalUsers)sbergabung dan keluar %(count)s kali" }, "Language Dropdown": "Dropdown Bahasa", - "Zoom in": "Perbesar", - "Zoom out": "Perkecil", "%(count)s people you know have already joined": { "one": "%(count)s orang yang Anda tahu telah bergabung", "other": "%(count)s orang yang Anda tahu telah bergabung" @@ -3976,7 +3959,22 @@ "skip": "Lewat", "logout": "Keluar", "view": "Pratinjau", - "expand": "Buka" + "expand": "Buka", + "sign_out": "Keluar", + "sign_in": "Masuk", + "add": "Tambahkan", + "search": "Cari", + "try_again": "Coba lagi", + "go_back": "Kembali ke sebelumnya", + "back": "Kembali", + "resend": "Kirim Ulang", + "ignore": "Abaikan", + "zoom_in": "Perbesar", + "zoom_out": "Perkecil", + "download": "Unduh", + "pin": "Pin", + "unpin": "Lepaskan Pin", + "got_it": "Mengerti" }, "a11y": { "user_menu": "Menu pengguna" diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index d34c5b4997d..c4e7579fd58 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -63,7 +63,6 @@ "Messages sent by bot": "Skilaboð send af vélmennum", "Submit": "Senda inn", "Phone": "Sími", - "Add": "Bæta við", "Export E2E room keys": "Flytja út E2E dulritunarlykla spjallrásar", "Current password": "Núverandi lykilorð", "New Password": "Nýtt lykilorð", @@ -79,7 +78,6 @@ "Unban": "Afbanna", "Are you sure?": "Ertu viss?", "Unignore": "Hætta að hunsa", - "Ignore": "Hunsa", "Mention": "Minnst á", "Admin Tools": "Kerfisstjóratól", "Invited": "Boðið", @@ -97,7 +95,6 @@ "Unnamed room": "Nafnlaus spjallrás", "Join Room": "Taka þátt í spjallrás", "Forget room": "Gleyma spjallrás", - "Search": "Leita", "Rooms": "Spjallrásir", "Low priority": "Lítill forgangur", "Historical": "Ferilskráning", @@ -131,7 +128,6 @@ "Code": "Kóði", "powered by Matrix": "keyrt með Matrix", "Email address": "Tölvupóstfang", - "Sign in": "Skrá inn", "Register": "Nýskrá", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", @@ -153,12 +149,10 @@ "Unknown error": "Óþekkt villa", "Incorrect password": "Rangt lykilorð", "Deactivate Account": "Gera notandaaðgang óvirkann", - "Back": "Til baka", "Filter results": "Sía niðurstöður", "Toolbox": "Verkfærakassi", "Developer Tools": "Forritunartól", "An error has occurred.": "Villa kom upp.", - "Sign out": "Skrá út", "Send Logs": "Senda atvikaskrár", "Refresh": "Endurlesa", "Invalid Email Address": "Ógilt tölvupóstfang", @@ -166,7 +160,6 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "Skoðaðu tölvupóstinn þinn og smelltu á tengilinn sem hann inniheldur. Þegar því er lokið skaltu smella á að halda áfram.", "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", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", "Low Priority": "Lítill forgangur", @@ -256,7 +249,6 @@ "Passphrase must not be empty": "Lykilfrasi má ekki vera auður", "Create Account": "Búa til notandaaðgang", "Explore rooms": "Kanna spjallrásir", - "Sign In": "Skrá inn", "The user's homeserver does not support the version of the room.": "Heimaþjónn notandans styður ekki útgáfu spjallrásarinnar.", "The user must be unbanned before they can be invited.": "Notandinn þarf að vera afbannaður áður en að hægt er að bjóða þeim.", "You do not have permission to invite people to this room.": "Þú hefur ekki heimild til að bjóða fólk í þessa spjallrás.", @@ -451,7 +443,6 @@ "FAQ": "Algengar spurningar", "General": "Almennt", "Verified!": "Sannreynt!", - "Download": "Niðurhal", "Legal": "Lagalegir fyrirvarar", "Demote": "Leggja til baka", "%(oneUser)sleft %(count)s times": { @@ -501,7 +492,6 @@ "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message": "Setur ┬──┬ ノ( ゜-゜ノ) framan við hrein textaskilaboð", "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Setur (╯°□°)╯︵ ┻━┻ framan við hrein textaskilaboð", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Setur ¯\\_(ツ)_/¯ framan við hrein textaskilaboð", - "Go Back": "Fara til baka", "Zimbabwe": "Simbabve", "Zambia": "Sambía", "Yemen": "Jemen", @@ -804,7 +794,6 @@ "%(space1Name)s and %(space2Name)s": "%(space1Name)s og %(space2Name)s", "Custom (%(level)s)": "Sérsniðið (%(level)s)", "Sign In or Create Account": "Skráðu þig inn eða búðu til aðgang", - "Try again": "Reyna aftur", "Failure to create room": "Mistókst að búa til spjallrás", "Failed to transfer call": "Mistókst að áframsenda símtal", "Transfer Failed": "Flutningur mistókst", @@ -973,8 +962,6 @@ "one": "%(count)s atkvæði", "other": "%(count)s atkvæði" }, - "Zoom out": "Renna frá", - "Zoom in": "Renna að", "Show image": "Birta mynd", "Go": "Fara", "Decrypting": "Afkóðun", @@ -984,7 +971,6 @@ "Missed call": "Ósvarað símtal", "An unknown error occurred": "Óþekkt villa kom upp", "Connection failed": "Tenging mistókst", - "Got it": "Náði því", "Edit devices": "Breyta tækjum", "Ban from %(roomName)s": "Banna í %(roomName)s", "Unban from %(roomName)s": "Afbanna í %(roomName)s", @@ -1015,7 +1001,6 @@ "Join public room": "Taka þátt í almenningsspjallrás", "Recently viewed": "Nýlega skoðað", "View message": "Sjá skilaboð", - "Unpin": "Losa", "Topic: %(topic)s ": "Umfjöllunarefni: %(topic)s ", "Insert link": "Setja inn tengil", "Code block": "Kóðablokk", @@ -1083,12 +1068,10 @@ "Leave Space": "Yfirgefa svæði", "Save Changes": "Vista breytingar", "Click to copy": "Smelltu til að afrita", - "Go back": "Til baka", "Address": "Vistfang", "Delete avatar": "Eyða auðkennismynd", "Space selection": "Val svæðis", "More options": "Fleiri valkostir", - "Pin": "Pinni", "Folder": "Mappa", "Headphones": "Heyrnartól", "Anchor": "Akkeri", @@ -3363,7 +3346,22 @@ "skip": "Sleppa", "logout": "Útskráning", "view": "Skoða", - "expand": "Fletta út" + "expand": "Fletta út", + "sign_out": "Skrá út", + "sign_in": "Skrá inn", + "add": "Bæta við", + "search": "Leita", + "try_again": "Reyna aftur", + "go_back": "Til baka", + "back": "Til baka", + "resend": "Endursenda", + "ignore": "Hunsa", + "zoom_in": "Renna að", + "zoom_out": "Renna frá", + "download": "Niðurhal", + "pin": "Pinni", + "unpin": "Losa", + "got_it": "Náði því" }, "a11y": { "user_menu": "Valmynd notandans" diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index accee91f582..ab44fb2084d 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -3,13 +3,11 @@ "Notifications": "Notifiche", "Operation failed": "Operazione fallita", "powered by Matrix": "offerto da Matrix", - "Search": "Cerca", "unknown error code": "codice errore sconosciuto", "Create new room": "Crea una nuova stanza", "Favourite": "Preferito", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", "Account": "Account", - "Add": "Aggiungi", "Admin": "Amministratore", "Admin Tools": "Strumenti di amministrazione", "No Microphones detected": "Nessun Microfono rilevato", @@ -133,7 +131,6 @@ "Are you sure?": "Sei sicuro?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Non potrai annullare questa modifica dato che stai promuovendo l'utente al tuo stesso grado.", "Unignore": "Non ignorare più", - "Ignore": "Ignora", "Mention": "Cita", "and %(count)s others...": { "other": "e altri %(count)s ...", @@ -215,7 +212,6 @@ "Start authentication": "Inizia l'autenticazione", "Sign in with": "Accedi con", "Email address": "Indirizzo email", - "Sign in": "Accedi", "Code": "Codice", "Something went wrong!": "Qualcosa è andato storto!", "Delete Widget": "Elimina widget", @@ -355,7 +351,6 @@ "one": "Invio di %(filename)s e altri %(count)s" }, "Uploading %(filename)s": "Invio di %(filename)s", - "Sign out": "Disconnetti", "Unable to remove contact information": "Impossibile rimuovere le informazioni di contatto", "": "", "Import E2E room keys": "Importa chiavi E2E stanza", @@ -425,7 +420,6 @@ "Messages sent by bot": "Messaggi inviati dai bot", "Filter results": "Filtra risultati", "No update available.": "Nessun aggiornamento disponibile.", - "Resend": "Reinvia", "Collecting app version information": "Raccolta di informazioni sulla versione dell'applicazione", "Tuesday": "Martedì", "Search…": "Cerca…", @@ -447,7 +441,6 @@ "Invite to this room": "Invita in questa stanza", "Thursday": "Giovedì", "Logs sent": "Log inviati", - "Back": "Indietro", "Show message in desktop notification": "Mostra i messaggi nelle notifiche desktop", "Messages in group chats": "Messaggi nelle chat di gruppo", "Yesterday": "Ieri", @@ -572,7 +565,6 @@ "That matches!": "Corrisponde!", "That doesn't match.": "Non corrisponde.", "Go back to set it again.": "Torna per reimpostare.", - "Download": "Scarica", "Unable to create key backup": "Impossibile creare backup della chiave", "Set up": "Imposta", "Messages containing @room": "Messaggi contenenti @room", @@ -692,7 +684,6 @@ "Anchor": "Ancora", "Headphones": "Auricolari", "Folder": "Cartella", - "Pin": "Spillo", "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.", @@ -770,7 +761,6 @@ "Manually export keys": "Esporta le chiavi manualmente", "You'll lose access to your encrypted messages": "Perderai l'accesso ai tuoi messaggi cifrati", "Are you sure you want to sign out?": "Sei sicuro di volerti disconnettere?", - "Go back": "Torna", "Room Settings - %(roomName)s": "Impostazioni stanza - %(roomName)s", "Warning: you should only set up key backup from a trusted computer.": "Attenzione: dovresti impostare il backup chiavi solo da un computer fidato.", "This homeserver would like to make sure you are not a robot.": "Questo homeserver vorrebbe assicurarsi che non sei un robot.", @@ -818,7 +808,6 @@ "View older messages in %(roomName)s.": "Vedi messaggi più vecchi in %(roomName)s.", "Join the conversation with an account": "Unisciti alla conversazione con un account", "Sign Up": "Registrati", - "Sign In": "Accedi", "Reason: %(reason)s": "Motivo: %(reason)s", "Forget this room": "Dimentica questa stanza", "Re-join": "Rientra", @@ -1214,7 +1203,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", - "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.", "Start Verification": "Inizia la verifica", @@ -1289,7 +1277,6 @@ "Ask %(displayName)s to scan your code:": "Chiedi a %(displayName)s di scansionare il tuo codice:", "If you can't scan the code above, verify by comparing unique emoji.": "Se non riesci a scansionare il codice sopra, verifica confrontando emoji specifiche.", "You've successfully verified %(displayName)s!": "Hai verificato correttamente %(displayName)s!", - "Got it": "Capito", "Encryption not enabled": "Crittografia non attivata", "The encryption used by this room isn't supported.": "La crittografia usata da questa stanza non è supportata.", "Clear all data in this session?": "Svuotare tutti i dati in questa sessione?", @@ -1619,7 +1606,6 @@ "Not encrypted": "Non cifrato", "Room settings": "Impostazioni stanza", "Take a picture": "Scatta una foto", - "Unpin": "Sblocca", "Safeguard against losing access to encrypted messages & data": "Proteggiti dalla perdita dei messaggi e dati crittografati", "not found in storage": "non trovato nell'archivio", "Widgets": "Widget", @@ -2101,7 +2087,6 @@ "The widget will verify your user ID, but won't be able to perform actions for you:": "Il widget verificherà il tuo ID utente, ma non sarà un grado di eseguire azioni per te:", "Remember this": "Ricordalo", "Something went wrong in confirming your identity. Cancel and try again.": "Qualcosa è andato storto confermando la tua identità. Annulla e riprova.", - "Try again": "Riprova", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Abbiamo chiesto al browser di ricordare quale homeserver usi per farti accedere, ma sfortunatamente l'ha dimenticato. Vai alla pagina di accesso e riprova.", "We couldn't log you in": "Non abbiamo potuto farti accedere", "Recently visited rooms": "Stanze visitate di recente", @@ -2244,8 +2229,6 @@ "Forgotten or lost all recovery methods? Reset all": "Hai dimenticato o perso tutti i metodi di recupero? Reimposta tutto", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Se lo fai, ricorda che nessuno dei tuoi messaggi verrà eliminato, ma l'esperienza di ricerca potrà peggiorare per qualche momento mentre l'indice viene ricreato", "View message": "Vedi messaggio", - "Zoom in": "Ingrandisci", - "Zoom out": "Rimpicciolisci", "%(seconds)ss left": "%(seconds)ss rimanenti", "Change server ACLs": "Modifica le ACL del server", "You can select all or individual messages to retry or delete": "Puoi selezionare tutti o alcuni messaggi da riprovare o eliminare", @@ -3976,7 +3959,22 @@ "skip": "Salta", "logout": "Disconnetti", "view": "Vedi", - "expand": "Espandi" + "expand": "Espandi", + "sign_out": "Disconnetti", + "sign_in": "Accedi", + "add": "Aggiungi", + "search": "Cerca", + "try_again": "Riprova", + "go_back": "Torna", + "back": "Indietro", + "resend": "Reinvia", + "ignore": "Ignora", + "zoom_in": "Ingrandisci", + "zoom_out": "Rimpicciolisci", + "download": "Scarica", + "pin": "Spillo", + "unpin": "Sblocca", + "got_it": "Capito" }, "a11y": { "user_menu": "Menu utente" diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 1ff3eb5fd76..baa816b65b2 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -7,14 +7,12 @@ "Low priority": "低優先度", "Notifications": "通知", "Create new room": "新しいルームを作成", - "Search": "検索", "New Password": "新しいパスワード", "Failed to change password. Is your password correct?": "パスワードの変更に失敗しました。パスワードは正しいですか?", "Always show message timestamps": "メッセージの時刻を常に表示", "Filter room members": "ルームのメンバーを絞り込む", "Show timestamps in 12 hour format (e.g. 2:30pm)": "発言時刻を12時間形式で表示(例:2:30午後)", "Upload avatar": "アバターをアップロード", - "Add": "追加", "No Microphones detected": "マイクが検出されません", "No Webcams detected": "Webカメラが検出されません", "Microphone": "マイク", @@ -59,7 +57,6 @@ "Saturday": "土曜日", "This Room": "このルーム", "When I'm invited to a room": "ルームに招待されたとき", - "Resend": "再送信", "Messages containing my display name": "自身の表示名を含むメッセージ", "Notification targets": "通知対象", "Failed to send logs: ": "ログの送信に失敗しました: ", @@ -67,7 +64,6 @@ "Source URL": "ソースのURL", "Filter results": "結果を絞り込む", "Noisy": "音量大", - "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", "Toolbox": "ツールボックス", @@ -209,7 +205,6 @@ "Failed to mute user": "ユーザーのミュートに失敗しました", "Failed to change power level": "権限レベルの変更に失敗しました", "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": "既読通知へ移動", "Share Link to User": "ユーザーへのリンクを共有", "Admin Tools": "管理者ツール", @@ -304,7 +299,6 @@ "Start authentication": "認証を開始", "Sign in with": "ログインに使用するユーザー情報", "Email address": "メールアドレス", - "Sign in": "サインイン", "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?": "ウィジェットを削除すると、このルームの全てのユーザーから削除されます。削除してよろしいですか?", @@ -425,7 +419,6 @@ "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "古いバージョンのルームでユーザーが投稿できないよう設定し、新しいルームに移動するようユーザーに通知するメッセージを投稿", "Mention": "メンション", "Put a link back to the old room at the start of the new room so people can see old messages": "以前のメッセージを閲覧できるように、新しいルームの先頭に古いルームへのリンクを設定", - "Sign out": "サインアウト", "Clear Storage and Sign Out": "ストレージをクリアし、サインアウト", "Send Logs": "ログを送信", "Refresh": "再読み込み", @@ -686,7 +679,6 @@ "You'll lose access to your encrypted messages": "暗号化されたメッセージにアクセスできなくなります", "You'll upgrade this room from to .": "このルームをからにアップグレードします。", "That matches!": "合致します!", - "Download": "ダウンロード", "Display Name": "表示名", "Profile picture": "プロフィール画像", "Encryption not enabled": "暗号化が有効になっていません", @@ -764,7 +756,6 @@ "Send a Direct Message": "ダイレクトメッセージを送信", "Explore Public Rooms": "公開ルームを探す", "Create a Group Chat": "グループチャットを作成", - "Go Back": "戻る", "Messages in this room are end-to-end encrypted.": "このルームのメッセージはエンドツーエンドで暗号化されています。", "Messages in this room are not end-to-end encrypted.": "このルームのメッセージはエンドツーエンドで暗号化されていません。", "You signed in to a new session without verifying it:": "あなたのこのセッションはまだ認証されていません:", @@ -922,7 +913,6 @@ "Cross-signing is ready for use.": "クロス署名の使用準備が完了しました。", "Secure Backup": "セキュアバックアップ", "Set up Secure Backup": "セキュアバックアップを設定", - "Go back": "戻る", "Everyone in this room is verified": "このルーム内の全員を認証済", "Verify all users in a room to ensure it's secure.": "ルームの全てのユーザーを認証すると、ルームが安全であることを確認できます。", "You've successfully verified %(displayName)s!": "%(displayName)sは正常に認証されました!", @@ -936,7 +926,6 @@ " wants to chat": "がチャットの開始を求めています", "Do you want to chat with %(user)s?": "%(user)sとのチャットを開始しますか?", "Use the Desktop app to search encrypted messages": "デスクトップアプリを使用すると暗号化されたメッセージを検索できます", - "Got it": "了解", "Got It": "了解", "Accepting…": "承認しています…", "Waiting for %(displayName)s to verify…": "%(displayName)sによる認証を待機しています…", @@ -996,7 +985,6 @@ "Enter phone number": "電話番号を入力", "Back up your encryption keys with your account data in case you lose access to your sessions. Your keys will be secured with a unique Security Key.": "セッションにアクセスできなくなる場合に備えて、アカウントデータと暗号鍵をバックアップしましょう。鍵は一意のセキュリティーキーで保護されます。", "New version available. Update now.": "新しいバージョンが利用可能です。今すぐ更新", - "Sign In": "サインイン", "Create Account": "アカウントを作成", "Explore rooms": "ルームを探す", "Please view existing bugs on Github first. No match? Start a new one.": "まず、Githubで既知の不具合を確認してください。また掲載されていない新しい不具合を発見した場合は報告してください。", @@ -1159,7 +1147,6 @@ "This bridge is managed by .": "このブリッジはにより管理されています。", "This bridge was provisioned by .": "このブリッジはにより提供されました。", "Your server isn't responding to some requests.": "あなたのサーバーはいくつかのリクエストに応答しません。", - "Pin": "ピン", "Folder": "フォルダー", "Headphones": "ヘッドホン", "Anchor": "いかり", @@ -1627,7 +1614,6 @@ "United States": "アメリカ", "United Kingdom": "イギリス", "%(name)s is requesting verification": "%(name)sは認証を要求しています", - "Try again": "もう一度試す", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "残念ながら、ブラウザーはサインインするホームサーバーを忘れてしまいました。サインインページに移動して再試行してください。", "We couldn't log you in": "ログインできませんでした", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "このアクションを行うには、既定のIDサーバー にアクセスしてメールアドレスまたは電話番号を認証する必要がありますが、サーバーには利用規約がありません。", @@ -1758,7 +1744,6 @@ "Not encrypted": "暗号化されていません", "Edit widgets, bridges & bots": "ウィジェット、ブリッジ、ボットを編集", "Set my room layout for everyone": "このルームのレイアウトを参加者全体に設定", - "Unpin": "ピン留めを外す", "You can only pin up to %(count)s widgets": { "other": "ウィジェットのピン留めは%(count)s件までです" }, @@ -2544,10 +2529,8 @@ "Moderation": "モデレート", "Space selection": "スペースの選択", "Looks good!": "問題ありません!", - "Zoom out": "縮小", "Backspace": "バックスペース", "Unnamed Space": "名前のないスペース", - "Zoom in": "拡大", "Emoji Autocomplete": "絵文字の自動補完", "Notification Autocomplete": "通知の自動補完", "Cancel All": "全てキャンセル", @@ -3773,7 +3756,22 @@ "skip": "スキップ", "logout": "ログアウト", "view": "表示", - "expand": "展開" + "expand": "展開", + "sign_out": "サインアウト", + "sign_in": "サインイン", + "add": "追加", + "search": "検索", + "try_again": "もう一度試す", + "go_back": "戻る", + "back": "戻る", + "resend": "再送信", + "ignore": "無視", + "zoom_in": "拡大", + "zoom_out": "縮小", + "download": "ダウンロード", + "pin": "ピン", + "unpin": "ピン留めを外す", + "got_it": "了解" }, "a11y": { "user_menu": "ユーザーメニュー" diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index 8ac228c1f0b..8d84eb51fff 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -122,7 +122,6 @@ "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", "Phone": "fonxa", - "Add": "jmina", "No display name": ".i na da cmene", "New passwords don't match": ".i le'i lerpoijaspu poi cnino na simxu le ka du", "Passwords can't be empty": ".i lu li'u .e'a nai japyvla", @@ -224,12 +223,10 @@ "Trumpet": "tabra", "Bell": "janbe", "Headphones": "selsnapra", - "Pin": "pijne", "Send an encrypted reply…": "nu pa mifra be pa jai te spuda cu zilbe'i", "Send a reply…": "nu pa jai te spuda cu zilbe'i", "Send an encrypted message…": "nu pa mifra be pa notci cu zilbe'i", "Send a message…": "nu pa notci cu zilbe'i", - "Search": "nu sisku", "Rooms": "ve zilbe'i", "Show %(count)s more": { "other": "nu viska %(count)s na du", @@ -255,7 +252,6 @@ "Emoji": "cinmo sinxa", "Users": "pilno", "That matches!": ".i du", - "Download": "nu kibycpa", "Success!": ".i snada", "Room List": "liste le'i ve zilbe'i", "Upload a file": "nu kibdu'a pa vreji", @@ -299,7 +295,6 @@ "Use a system font": "nu da pe le vanbi cu ci'artai", "System font name": "cmene le ci'artai pe le vanbi", "Never send encrypted messages to unverified sessions from this session": "nu na pa mifra be pa notci cu zilbe'i pa se samtcise'u poi na se lanli ku'o le se samtcise'u", - "Sign In": "nu co'a jaspu", "Later": "nu ca na co'e", "Other users may not trust it": ".i la'a na pa na du be do cu lacri", "Change": "nu basti", @@ -338,7 +333,6 @@ "expand": "nu tcila viska", "Create a public room": "nu cupra pa ve zilbe'i poi gubni", "Create a private room": "nu cupra pa ve zilbe'i poi na gubni", - "Sign out": "nu co'u jaspu", "Are you sure you want to sign out?": ".i xu do birti le du'u do kaidji le ka co'u se jaspu", "Sign out and remove encryption keys?": ".i xu do djica lo nu co'u jaspu do je lo nu tolmo'i le du'u mifra ckiku", "Upload %(count)s other files": { @@ -395,6 +389,12 @@ "verify": "nu co'a lacri", "upload": "nu kibdu'a", "share": "nu jungau", - "logout": "nu co'u jaspu" + "logout": "nu co'u jaspu", + "sign_out": "nu co'u jaspu", + "sign_in": "nu co'a jaspu", + "add": "jmina", + "search": "nu sisku", + "download": "nu kibycpa", + "pin": "pijne" } } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json index f9e2357ff73..34d2a20e655 100644 --- a/src/i18n/strings/ka.json +++ b/src/i18n/strings/ka.json @@ -2,7 +2,6 @@ "Dismiss read marker and jump to bottom": "გააუქმეთ წაკითხული მარკერი და გადადით ქვემოთ", "Explore rooms": "ოთახების დათავლიერება", "Create Account": "ანგარიშის შექმნა", - "Sign In": "შესვლა", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "ფაილი '%(fileName)s' აჭარბებს ამ ჰომსერვერის ზომის ლიმიტს ატვირთვისთვის", "The file '%(fileName)s' failed to upload.": "ფაილი '%(fileName)s' ვერ აიტვირთა.", "This email address is already in use": "ელ. ფოსტის ეს მისამართი დაკავებულია", @@ -57,6 +56,7 @@ }, "action": { "confirm": "დადასტურება", - "dismiss": "დახურვა" + "dismiss": "დახურვა", + "sign_in": "შესვლა" } } diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index fc199cf2aac..816dc79e800 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -22,7 +22,6 @@ "PM": "MD", "AM": "FT", "Create Account": "Rnu amiḍan", - "Sign In": "Kcem", "Default": "Amezwer", "Moderator": "Aseɣyad", "Admin": "Anedbal", @@ -71,7 +70,6 @@ "Off": "Insa", "Display Name": "Sken isem", "Disconnect": "Ffeɣ seg tuqqna", - "Go back": "Uɣal ɣer deffir", "Change": "Beddel", "Profile": "Amaɣnu", "Account": "Amiḍan", @@ -83,7 +81,6 @@ "Versions": "Ileqman", "None": "Ula yiwen", "Unsubscribe": "Sefsex ajerred", - "Ignore": "Ttu", "Subscribe": "Jerred", "Preferences": "Ismenyifen", "Composer": "Imsuddes", @@ -98,14 +95,12 @@ "Encryption": "Awgelhen", "Complete": "Yemmed", "Verification code": "Tangalt n usenqed", - "Add": "Rnu", "Email Address": "Tansa n yimayl", "Phone Number": "Uṭṭun n tiliɣri", "Bold": "Azuran", "Strikethrough": "Derrer", "Idle": "Arurmid", "Unknown": "Arussin", - "Search": "Nadi", "Sign Up": "Jerred", "Sort by": "Semyizwer s", "Activity": "Armud", @@ -113,7 +108,6 @@ "Server error": "Tuccḍa n uqeddac", "Trusted": "Yettwattkal", "Are you sure?": "Tebɣiḍ s tidet?", - "Got it": "Awi-t", "Sunday": "Acer", "Monday": "Arim", "Tuesday": "Aram", @@ -142,8 +136,6 @@ "Changelog": "Aɣmis n yisnifal", "Removing…": "Tukksa…", "Confirm Removal": "Sentem tukksa", - "Sign out": "Ffeɣ seg tuqqna", - "Back": "Uɣal ɣer deffir", "Send": "Azen", "Go": "Ddu", "Session name": "Isem n tɣimit", @@ -156,7 +148,6 @@ "Document": "Isemli", "Upload files": "Sali-d ifuyla", "Source URL": "URL aɣbalu", - "Sign in": "Qqen", "powered by Matrix": "s lmendad n Matrix", "Code": "Tangalt", "Submit": "Azen", @@ -171,13 +162,11 @@ "Feedback": "Takti", "Your password has been reset.": "Awal uffir-inek/inem yettuwennez.", "Create account": "Rnu amiḍan", - "Go Back": "Uɣal ɣer deffir", "Commands": "Tiludna", "Users": "Iseqdacen", "Export": "Sifeḍ", "Import": "Kter", "Restore": "Err-d", - "Download": "Sader", "Success!": "Tammug akken iwata!", "Navigation": "Tunigin", "Calls": "Isawalen", @@ -292,7 +281,6 @@ "Verify session": "Asenqed n tɣimit", "Message edits": "Tiẓrigin n yizen", "Security Key": "Tasarut n tɣellist", - "Resend": "Ɛawed azen", "New Recovery Method": "Tarrayt tamaynut n ujebber", "Go to Settings": "Ddu ɣer yiɣewwaren", "Set up Secure Messages": "Sbadu iznan iɣelsanen", @@ -801,7 +789,6 @@ "Guitar": "Tagitaṛt", "Trumpet": "Lɣiḍa", "Bell": "Anayna", - "Pin": "Amessak", "Your server isn't responding to some requests.": "Aqeddac-inek·inem ur d-yettarra ara ɣef kra n yisuturen.", "No display name": "Ulac meffer isem", "Export E2E room keys": "Sifeḍ tisura n texxamt E2E", @@ -1769,7 +1756,6 @@ "Antarctica": "Antartique", "Pitcairn Islands": "Tigzirin n Pitkaṛn", "Malaysia": "Malizya", - "Unpin": "Kkes asenteḍ", "Jordan": "Urdun", "Safeguard against losing access to encrypted messages & data": "Seḥbiber iman-ik·im mgal asruḥu n unekcum ɣer yiznann & yisefka yettwawgelhen", "Kosovo": "Kuṣuvu", @@ -1911,7 +1897,6 @@ "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Yerna (╯°□°)╯︵ ┻━┻ ɣer tazwara n yizen", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Tawuri tecceḍ acku asawaḍ ur yessaweḍ ara ad yekcem. Senqed ma yella usawaḍ yeqqnen yerna yettusbadu akken iwata.", "🎉 All servers are banned from participating! This room can no longer be used.": "🎉 Iqeddcen akk ttwagedlen seg uttekki! Taxxamt-a dayen ur tettuseqdac ara.", - "Try again": "Ɛreḍ tikkelt-nniḍen", "Integration manager": "Amsefrak n umsidef", "Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "%(brand)s-ik·im ur ak·am yefki ara tisirag i useqdec n umsefrak n umsidef i wakken ad tgeḍ aya. Ttxil-k·m nermes anedbal.", "Using this widget may share data with %(widgetDomain)s & your integration manager.": "Aseqdec n uwiǧit-a yezmer ad yebḍu isefka d %(widgetDomain)s & amsefrak-inek·inem n umsidef.", @@ -2002,7 +1987,20 @@ "share": "Bḍu", "skip": "Zgel", "logout": "Tuffɣa", - "view": "Sken" + "view": "Sken", + "sign_out": "Ffeɣ seg tuqqna", + "sign_in": "Qqen", + "add": "Rnu", + "search": "Nadi", + "try_again": "Ɛreḍ tikkelt-nniḍen", + "go_back": "Uɣal ɣer deffir", + "back": "Uɣal ɣer deffir", + "resend": "Ɛawed azen", + "ignore": "Ttu", + "download": "Sader", + "pin": "Amessak", + "unpin": "Kkes asenteḍ", + "got_it": "Awi-t" }, "a11y": { "user_menu": "Umuɣ n useqdac" diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 413871eee4c..c33c1e89f56 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -2,10 +2,8 @@ "Create new room": "새 방 만들기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", - "Search": "찾기", "unknown error code": "알 수 없는 오류 코드", "Account": "계정", - "Add": "추가", "Admin": "관리자", "Admin Tools": "관리자 도구", "No Microphones detected": "마이크 감지 없음", @@ -137,8 +135,6 @@ "Session ID": "세션 ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "시간을 12시간제로 보이기(예: 오후 2:30)", "Signed Out": "로그아웃함", - "Sign in": "로그인", - "Sign out": "로그아웃", "Someone": "다른 사람", "Start authentication": "인증 시작", "Submit": "제출", @@ -259,7 +255,6 @@ "Changelog": "바뀐 점", "Waiting for response from server": "서버에서 응답을 기다리는 중", "This Room": "방", - "Resend": "다시 보내기", "Messages containing my display name": "내 표시 이름이 포함된 메시지", "Messages in one-to-one chats": "1:1 대화 메시지", "Unavailable": "이용할 수 없음", @@ -286,7 +281,6 @@ "Invite to this room": "이 방에 초대", "You cannot delete this message. (%(code)s)": "이 메시지를 삭제할 수 없습니다. (%(code)s)", "Thursday": "목요일", - "Back": "돌아가기", "Show message in desktop notification": "컴퓨터 알림에서 내용 보이기", "Messages in group chats": "그룹 대화 메시지", "Yesterday": "어제", @@ -351,7 +345,6 @@ "Send an encrypted reply…": "암호화된 메시지를 보내세요…", "Share Link to User": "사용자에게 링크 공유", "Mention": "언급", - "Ignore": "무시", "Unignore": "그만 무시하기", "Demote": "강등", "Demote yourself?": "자신을 강등하시겠습니까?", @@ -633,7 +626,6 @@ "Anchor": "닻", "Headphones": "헤드폰", "Folder": "폴더", - "Pin": "핀", "Accept to continue:": "계속하려면 을(를) 수락하세요:", "Power level": "권한 등급", "Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"": "\"abcabcabc\"와 같은 반복은 \"abc\"에서 겨우 조금 더 어렵습니다", @@ -781,7 +773,6 @@ "Edit message": "메시지 편집", "Join the conversation with an account": "계정으로 대화에 참여", "Sign Up": "등록", - "Sign In": "로그인", "Reason: %(reason)s": "이유: %(reason)s", "Forget this room": "이 방 지우기", "Re-join": "다시 참가", @@ -860,7 +851,6 @@ "Are you sure you want to sign out?": "로그아웃하겠습니까?", "Your homeserver doesn't seem to support this feature.": "홈서버가 이 기능을 지원하지 않는 모양입니다.", "Message edits": "메시지 편집", - "Go back": "돌아가기", "Room Settings - %(roomName)s": "방 설정 - %(roomName)s", "Failed to upgrade room": "방 업그레이드에 실패함", "The room upgrade could not be completed": "방 업그레이드를 완료할 수 없습니다", @@ -957,7 +947,6 @@ "That matches!": "맞습니다!", "That doesn't match.": "맞지 않습니다.", "Go back to set it again.": "돌아가서 다시 설정하기.", - "Download": "다운로드", "Your keys are being backed up (the first backup could take a few minutes).": "키를 백업했습니다 (처음 백업에는 시간이 걸릴 수 있습니다).", "Success!": "성공!", "Unable to create key backup": "키 백업을 만들 수 없음", @@ -1395,7 +1384,17 @@ "skip": "건너뛰기", "logout": "로그아웃", "view": "보기", - "expand": "펼치기" + "expand": "펼치기", + "sign_out": "로그아웃", + "sign_in": "로그인", + "add": "추가", + "search": "찾기", + "go_back": "돌아가기", + "back": "돌아가기", + "resend": "다시 보내기", + "ignore": "무시", + "download": "다운로드", + "pin": "핀" }, "Home": "홈" } diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index f083224452a..8f3276c9fe8 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -191,7 +191,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s ບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ສົ່ງການແຈ້ງເຕືອນ - ກະລຸນາລອງໃໝ່ອີກຄັ້ງ", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s ບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ສົ່ງການແຈ້ງເຕືອນໃຫ້ທ່ານ - ກະລຸນາກວດສອບການຕັ້ງຄ່າຂອງບຣາວເຊີຂອງທ່ານ", "%(name)s is requesting verification": "%(name)s ກຳລັງຮ້ອງຂໍການຢັ້ງຢືນ", - "Try again": "ລອງໃໝ່ອີກຄັ້ງ", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "ພວກເຮົາໃຫ້ບຣາວເຊີຈື່ homeserver ທີ່ທ່ານໃຊ້ ເຂົ້າສູ່ລະບົບ, ແຕ່ເສຍດາຍບຣາວເຊີຂອງທ່ານລືມມັນ. ກັບໄປທີ່ໜ້າເຂົ້າສູ່ລະບົບແລ້ວ ລອງໃໝ່ອີກຄັ້ງ.", "We couldn't log you in": "ພວກເຮົາບໍ່ສາມາດເຂົ້າສູ່ລະບົບທ່ານໄດ້", "Only continue if you trust the owner of the server.": "ຖ້າທ່ານໄວ້ວາງໃຈເຈົ້າຂອງເຊີບເວີດັ່ງກ່າວແລ້ວ ໃຫ້ສືບຕໍ່.", @@ -279,7 +278,6 @@ "Moderator": "ຜູ້ດຳເນິນລາຍການ", "Restricted": "ຖືກຈຳກັດ", "Default": "ຄ່າເລີ່ມຕົ້ນ", - "Sign In": "ເຂົ້າສູ່ລະບົບ", "Create Account": "ສ້າງບັນຊີ", "Use your account or create a new one to continue.": "ໃຊ້ບັນຊີຂອງທ່ານ ຫຼື ສ້າງອັນໃໝ່ເພື່ອສືບຕໍ່.", "Sign In or Create Account": "ເຂົ້າສູ່ລະບົບ ຫຼື ສ້າງບັນຊີ", @@ -539,7 +537,6 @@ "Room ID or address of ban list": "IDຫ້ອງ ຫຼື ທີ່ຢູ່ຂອງລາຍການຫ້າມ", "If this isn't what you want, please use a different tool to ignore users.": "ຖ້າສິ່ງນີ້ບໍ່ແມ່ນສິ່ງທີ່ທ່ານຕ້ອງການ, ກະລຸນາໃຊ້ເຄື່ອງມືອື່ນເພື່ອລະເວັ້ນຜູ້ໃຊ້.", "Subscribed lists": "ລາຍຊື່ທີ່ສະໝັກແລ້ວ", - "Ignore": "ບໍ່ສົນໃຈ/ຍົກເວັ້ນ", "eg: @bot:* or example.org": "ຕົວຢ່າງ: @bot:* ຫຼື example.org", "Server or user ID to ignore": "ເຊີບເວີ ຫຼື ID ຜູ້ໃຊ້ທີ່ຍົກເວັ້ນ", "Personal ban list": "ບັນຊີລາຍຊື່ການຫ້າມສ່ວນບຸກຄົນ", @@ -624,7 +621,6 @@ "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", "Your private space": "ພື້ນທີ່ສ່ວນຕົວຂອງທ່ານ", "Your public space": "ພື້ນທີ່ສາທາລະນະຂອງທ່ານ", - "Go back": "ກັບຄືນ", "To join a space you'll need an invite.": "ເພື່ອເຂົ້າຮ່ວມພື້ນທີ່, ທ່ານຈະຕ້ອງການເຊີນ.", "Invite only, best for yourself or teams": "ເຊີນເທົ່ານັ້ນ, ດີທີ່ສຸດສຳລັບຕົວທ່ານເອງ ຫຼື ທີມງານ", "Open space for anyone, best for communities": "ເປີດພື້ນທີ່ສໍາລັບທຸກຄົນ, ດີທີ່ສຸດສໍາລັບຊຸມຊົນ", @@ -645,7 +641,6 @@ "Quick settings": "ການຕັ້ງຄ່າດ່ວນ", "Accept to continue:": "ຍອມຮັບ ເພື່ອສືບຕໍ່:", "Your server isn't responding to some requests.": "ເຊີບເວີຂອງທ່ານບໍ່ຕອບສະໜອງບາງ ຄຳຮ້ອງຂໍ.", - "Pin": "ປັກໝຸດ", "Folder": "ໂຟນເດີ", "Headphones": "ຫູຟັງ", "Anchor": "ສະມໍ", @@ -1066,7 +1061,6 @@ "Accepting…": "ກຳລັງຍອມຮັບ…", "Waiting for %(displayName)s to accept…": "ກຳລັງລໍຖ້າ %(displayName)s ຍອມຮັບ…", "To proceed, please accept the verification request on your other device.": "ເພື່ອດຳເນີນການຕໍ່, ກະລຸນາຍອມຮັບຄຳຮ້ອງຂໍການຢັ້ງຢືນໃນອຸປະກອນອື່ນຂອງທ່ານ.", - "Back": "ກັບຄືນ", "URL Previews": "ຕົວຢ່າງ URL", "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.": "ເມື່ອຜູ້ໃດຜູ້ນຶ່ງໃສ່ URL ໃນຂໍ້ຄວາມຂອງພວກເຂົາ, ການສະແດງຕົວຢ່າງ URL ສາມາດສະແດງເພື່ອໃຫ້ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບການເຊື່ອມຕໍ່ນັ້ນເຊັ່ນຫົວຂໍ້, ຄໍາອະທິບາຍແລະຮູບພາບຈາກເວັບໄຊທ໌.", "URL previews are disabled by default for participants in this room.": "ການສະແດງຕົວຢ່າງ URL ຖືກປິດການນຳໃຊ້ໂດຍຄ່າເລີ່ມຕົ້ນສຳລັບຜູ້ເຂົ້າຮ່ວມໃນຫ້ອງນີ້.", @@ -1470,7 +1464,6 @@ "Actions": "ການປະຕິບັດ", "Messages": "ຂໍ້ຄວາມ", "Setting up keys": "ການຕັ້ງຄ່າກະແຈ", - "Go Back": "ກັບຄືນ", "Are you sure you want to cancel entering passphrase?": "ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານ?", "Cancel entering passphrase?": "ຍົກເລີກການໃສ່ປະໂຫຍກລະຫັດຜ່ານບໍ?", "Missing user_id in request": "ບໍ່ມີ user_id ໃນການຮ້ອງຂໍ", @@ -1645,7 +1638,6 @@ "Other users can invite you to rooms using your contact details": "ຜູ້ໃຊ້ອື່ນສາມາດເຊີນທ່ານເຂົ້າຫ້ອງໄດ້ໂດຍການໃຊ້ລາຍລະອຽດຕິດຕໍ່ຂອງທ່ານ", "Enter email address (required on this homeserver)": "ໃສ່ທີ່ຢູ່ອີເມວ (ຕ້ອງຢູ່ໃນ homeserver ນີ້)", "Use an email address to recover your account": "ໃຊ້ທີ່ຢູ່ອີເມວເພື່ອກູ້ຄືນບັນຊີຂອງທ່ານ", - "Sign in": "ເຂົ້າສູ່ລະບົບ", "Sign in with": "ເຂົ້າສູ່ລະບົບດ້ວຍ", "Phone": "ໂທລະສັບ", "That phone number doesn't look quite right, please check and try again": "ເບີໂທລະສັບນັ້ນເບິ່ງຄືວ່າບໍ່ຖືກຕ້ອງ, ກະລຸນາກວດເບິ່ງແລ້ວລອງໃໝ່ອີກຄັ້ງ", @@ -2065,7 +2057,6 @@ "Incompatible Database": "ຖານຂໍ້ມູນບໍ່ສອດຄ່ອງກັນ", "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "ກ່ອນໜ້ານີ້ທ່ານເຄີຍໃຊ້%(brand)sເວີຊັ້ນໃໝ່ກວ່າໃນລະບົບນີ້. ເພື່ອໃຊ້ເວີຊັ້ນນີ້ອີກເທື່ອໜຶ່ງດ້ວຍການເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງ, ທ່ານຈະຕ້ອງອອກຈາກລະບົບ ແລະ ກັບຄືນເຂົ້າລະຫັດໃໝ່ອີກຄັ້ງ.", "To 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 ເພື່ອເຮັດສິ່ງນີ້", - "Sign out": "ອອກຈາກລະບົບ", "Want to add an existing space instead?": "ຕ້ອງການເພີ່ມພື້ນທີ່ທີ່ມີຢູ່ແທນບໍ?", "Public space": "ພື້ນທີ່ສາທາລະນະ", "Private space (invite only)": "ພື້ນທີ່ສ່ວນຕົວ (ເຊີນເທົ່ານັ້ນ)", @@ -2244,7 +2235,6 @@ "Online for %(duration)s": "ອອນລາຍ%(duration)s", "Busy": "ບໍ່ຫວ່າງ", "View message": "ເບິ່ງຂໍ້ຄວາມ", - "Unpin": "ຖອດປັກໝຸດ", "Message didn't send. Click for info.": "ບໍ່ໄດ້ສົ່ງຂໍ້ຄວາມ. ກົດສຳລັບຂໍ້ມູນ.", "End-to-end encryption isn't enabled": "ບໍ່ໄດ້ເປີດໃຊ້ການເຂົ້າລະຫັດແບບຕົ້ນທາງຮອດປາຍທາງ", "Enable encryption in settings.": "ເປີດໃຊ້ການເຂົ້າລະຫັດໃນການຕັ້ງຄ່າ.", @@ -2259,8 +2249,6 @@ "Animals & Nature": "ສັດ & ທໍາມະຊາດ", "Smileys & People": "ຮອຍຍິ້ມ & ຜູ້ຄົນ", "Frequently Used": "ໃຊ້ເປັນປະຈຳ", - "Zoom out": "ຂະຫຍາຍອອກ", - "Zoom in": "ຂະຫຍາຍເຂົ້າ", "What location type do you want to share?": "ທ່ານຕ້ອງການແບ່ງປັນສະຖານທີ່ປະເພດໃດ?", "Drop a Pin": "ປັກໝຸດ", "My live location": "ສະຖານທີ່ຂອງຂ້ອຍ", @@ -2586,7 +2574,6 @@ "Verification timed out.": "ການຢັ້ງຢືນໝົດເວລາ.", "Start verification again from their profile.": "ເລີ່ມການຢັ້ງຢືນອີກຄັ້ງຈາກໂປຣໄຟລ໌ຂອງເຂົາເຈົ້າ.", "Start verification again from the notification.": "ເລີ່ມການຢັ້ງຢືນອີກຄັ້ງຈາກການແຈ້ງເຕືອນ.", - "Got it": "ໄດ້ແລ້ວ", "You've successfully verified %(displayName)s!": "ທ່ານໄດ້ຢືນຢັນສຳເລັດແລ້ວ %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "ທ່ານໄດ້ຢືນຢັນສຳເລັດແລ້ວ %(deviceName)s (%(deviceId)s)!", "You've successfully verified your device!": "ທ່ານໄດ້ຢັ້ງຢືນອຸປະກອນຂອງທ່ານສຳເລັດແລ້ວ!", @@ -2765,7 +2752,6 @@ "Theme added!": "ເພີ່ມຫົວຂໍ້!", "Error downloading theme information.": "ເກີດຄວາມຜິດພາດໃນການດາວໂຫຼດຂໍ້ມູນ.", "Invalid theme schema.": "ຮູບແບບschemaບໍ່ຖືກຕ້ອງ.", - "Add": "ຕື່ມ", "Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.": "ຜູ້ຈັດການລວມລະບົບໄດ້ຮັບຂໍ້ມູນການຕັ້ງຄ່າ ແລະ ສາມາດແກ້ໄຂ widget, ສົ່ງການເຊີນຫ້ອງ ແລະ ກໍານົດລະດັບພະລັງງານໃນນາມຂອງທ່ານ.", "Manage integrations": "ຈັດການການເຊື່ອມໂຍງ", "Use an integration manager to manage bots, widgets, and sticker packs.": "ໃຊ້ຕົວຈັດການການເຊື່ອມໂຍງເພື່ອຈັດການ bots, widget, ແລະຊຸດສະຕິກເກີ.", @@ -2896,7 +2882,6 @@ "Encryption not enabled": "ບໍ່ໄດ້ເປີດໃຊ້ການເຂົ້າລະຫັດ", "Ignored attempt to disable encryption": "ປະຕິເສດຄວາມພະຍາຍາມປິດການເຂົ້າລະຫັດ", "Some encryption parameters have been changed.": "ບາງຕົວກໍານົດການເຂົ້າລະຫັດໄດ້ຖືກປ່ຽນແປງ.", - "Download": "ດາວໂຫຼດ", "Decrypting": "ການຖອດລະຫັດ", "Downloading": "ກຳລັງດາວໂຫຼດ", "Jump to date": "ໄປຫາວັນທີ", @@ -2955,7 +2940,6 @@ "Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "ເຊີບເວີຂອງທ່ານບໍ່ຕອບສະໜອງຕໍ່ບາງຄຳຮ້ອງຂໍຂອງທ່ານ. ຂ້າງລຸ່ມນີ້ແມ່ນສາເຫດທີ່ເປັນໄປໄດ້ທີ່ສຸດ.", "Server isn't responding": "ເຊີບເວີບໍ່ຕອບສະໜອງ", "You're all caught up.": "ຕາມທັນທັງໝົດ.", - "Resend": "ສົ່ງຄືນ", "You'll upgrade this room from to .": "ເຈົ້າຈະຍົກລະດັບຫ້ອງນີ້ຈາກ ເປັນ .", "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": "ກະລຸນາຮັບຊາບການຍົກລະດັບຈະເຮັດໃຫ້ຫ້ອງເປັນເວີຊັນໃໝ່. ຂໍ້ຄວາມປັດຈຸບັນທັງໝົດຈະຢູ່ໃນຫ້ອງເກັບມ້ຽນນີ້.", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "ການຍົກລະດັບຫ້ອງແມ່ນເປັນການກະທຳຂັ້ນສູງ ແລະ ປົກກະຕິແລ້ວແມ່ນແນະນຳເມື່ອຫ້ອງບໍ່ສະຖຽນເນື່ອງຈາກມີຂໍ້ບົກພ່ອງ, ຄຸນສົມບັດທີ່ຂາດຫາຍໄປ ຫຼື ຊ່ອງໂຫວ່ດ້ານຄວາມປອດໄພ.", @@ -3134,7 +3118,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 ຂອງທ່ານ (ບ່ອນສະແດງຕົວຢ່າງ) ບໍ່ສາມາດລວບລວມຂໍ້ມູນກ່ຽວກັບການເຊື່ອມຕໍ່ທີ່ທ່ານເຫັນຢູ່ໃນຫ້ອງນີ້.", - "Search": "ຊອກຫາ", "Show Widgets": "ສະແດງ Widgets", "Hide Widgets": "ເຊື່ອງ Widgets", "Forget room": "ລືມຫ້ອງ", @@ -3304,7 +3287,22 @@ "skip": "ຂ້າມ", "logout": "ອອກຈາກລະບົບ", "view": "ເບິ່ງ", - "expand": "ຂະຫຍາຍ" + "expand": "ຂະຫຍາຍ", + "sign_out": "ອອກຈາກລະບົບ", + "sign_in": "ເຂົ້າສູ່ລະບົບ", + "add": "ຕື່ມ", + "search": "ຊອກຫາ", + "try_again": "ລອງໃໝ່ອີກຄັ້ງ", + "go_back": "ກັບຄືນ", + "back": "ກັບຄືນ", + "resend": "ສົ່ງຄືນ", + "ignore": "ບໍ່ສົນໃຈ/ຍົກເວັ້ນ", + "zoom_in": "ຂະຫຍາຍເຂົ້າ", + "zoom_out": "ຂະຫຍາຍອອກ", + "download": "ດາວໂຫຼດ", + "pin": "ປັກໝຸດ", + "unpin": "ຖອດປັກໝຸດ", + "got_it": "ໄດ້ແລ້ວ" }, "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 8edc7c2c669..ea3feee5d08 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -13,7 +13,6 @@ "Failed to change password. Is your password correct?": "Nepavyko pakeisti slaptažodžio. Ar jūsų slaptažodis teisingas?", "Operation failed": "Operacija nepavyko", "This Room": "Šis pokalbių kambarys", - "Resend": "Siųsti iš naujo", "Messages in one-to-one chats": "Žinutės privačiuose pokalbiuose", "Unavailable": "Neprieinamas", "powered by Matrix": "veikia su Matrix", @@ -36,7 +35,6 @@ "Toolbox": "Įrankinė", "Collecting logs": "Renkami žurnalai", "Rooms": "Kambariai", - "Search": "Ieškoti", "Failed to forget room %(errCode)s": "Nepavyko pamiršti kambario %(errCode)s", "What's New": "Kas naujo", "Wednesday": "Trečiadienis", @@ -51,7 +49,6 @@ "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", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", @@ -121,7 +118,6 @@ "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", "Phone": "Telefonas", - "Add": "Pridėti", "No display name": "Nėra rodomo vardo", "New passwords don't match": "Nauji slaptažodžiai nesutampa", "Passwords can't be empty": "Slaptažodžiai negali būti tušti", @@ -133,7 +129,6 @@ "Drop file here to upload": "Norėdami įkelti, vilkite failą čia", "Failed to mute user": "Nepavyko nutildyti vartotojo", "Are you sure?": "Ar tikrai?", - "Ignore": "Ignoruoti", "Admin Tools": "Administratoriaus įrankiai", "Voice call": "Balso skambutis", "Video call": "Vaizdo skambutis", @@ -278,7 +273,6 @@ "Click here to see older messages.": "Spustelėkite čia, norėdami matyti senesnes žinutes.", "Token incorrect": "Neteisingas prieigos raktas", "Sign in with": "Prisijungti naudojant", - "Sign in": "Prisijungti", "Create new room": "Sukurti naują kambarį", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", "%(oneUser)schanged their name %(count)s times": { @@ -295,7 +289,6 @@ "An error has occurred.": "Įvyko klaida.", "Failed to upgrade room": "Nepavyko atnaujinti kambario", "The room upgrade could not be completed": "Nepavyko užbaigti kambario atnaujinimo", - "Sign out": "Atsijungti", "Send Logs": "Siųsti žurnalus", "Refresh": "Įkelti iš naujo", "Unable to restore session": "Nepavyko atkurti seanso", @@ -394,11 +387,9 @@ "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", "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", - "Sign In": "Prisijungti", "Explore rooms": "Žvalgyti kambarius", "Your %(brand)s is misconfigured": "Jūsų %(brand)s yra neteisingai sukonfigūruotas", "Call failed due to misconfigured server": "Skambutis nepavyko dėl neteisingai sukonfigūruoto serverio", @@ -661,7 +652,6 @@ "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", "Later": "Vėliau", - "Go back": "Grįžti", "This room is end-to-end encrypted": "Šis kambarys visapusiškai užšifruotas", "Send a message…": "Siųsti žinutę…", "Send as message": "Siųsti kaip žinutę", @@ -670,7 +660,6 @@ "Confirm Removal": "Patvirtinkite pašalinimą", "Manually export keys": "Eksportuoti raktus rankiniu būdu", "Send a Direct Message": "Siųsti tiesioginę žinutę", - "Go Back": "Grįžti", "Go back to set it again.": "Grįžti atgal, kad nustatyti iš naujo.", "Click the button below to confirm adding this email address.": "Paspauskite mygtuką žemiau, kad patvirtintumėte šio el. pašto pridėjimą.", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Prieš atsijungiant rekomenduojame iš tapatybės serverio pašalinti savo el. pašto adresus ir telefono numerius.", @@ -869,7 +858,6 @@ "Anchor": "Inkaras", "Headphones": "Ausinės", "Folder": "Aplankas", - "Pin": "Prisegti", "Other users may not trust it": "Kiti vartotojai gali nepasitikėti", "Accept to continue:": "Sutikite su , kad tęstumėte:", "Your homeserver does not support cross-signing.": "Jūsų serveris nepalaiko kryžminio pasirašymo.", @@ -899,7 +887,6 @@ "You've successfully verified your device!": "Jūs sėkmingai patvirtinote savo įrenginį!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Jūs sėkmingai patvirtinote %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "Jūs sėkmingai patvirtinote %(displayName)s!", - "Got it": "Supratau", "Start verification again from the notification.": "Pradėkite patvirtinimą iš naujo pranešime.", "Use an identity server to invite by email. Use the default (%(defaultIdentityServerName)s) or manage in Settings.": "Norėdami pakviesti nurodydami el. paštą, naudokite tapatybės serverį. Naudokite numatytajį (%(defaultIdentityServerName)s) arba tvarkykite Nustatymuose.", "Use an identity server to invite by email. Manage in Settings.": "Norėdami pakviesti nurodydami el. paštą, naudokite tapatybės serverį. Tvarkykite Nustatymuose.", @@ -1238,7 +1225,6 @@ "Remove messages sent by others": "Pašalinti kitų siųstas žinutes", "Remove for everyone": "Pašalinti visiems", "Popout widget": "Iššokti valdiklį", - "Unpin": "Atsegti", "Video conference started by %(senderName)s": "%(senderName)s pradėjo video konferenciją", "Video conference updated by %(senderName)s": "%(senderName)s atnaujino video konferenciją", "Video conference ended by %(senderName)s": "%(senderName)s užbaigė video konferenciją", @@ -1470,7 +1456,6 @@ "Brazil": "Brazilija", "Belgium": "Belgija", "Bangladesh": "Bangladešas", - "Try again": "Bandykite vėl", "We couldn't log you in": "Mes negalėjome jūsų prijungti", "You're already in a call with this person.": "Jūs jau esate pokalbyje su šiuo asmeniu.", "Already in call": "Jau pokalbyje", @@ -2520,7 +2505,20 @@ "skip": "Praleisti", "logout": "Atsijungti", "view": "Žiūrėti", - "expand": "Išplėsti" + "expand": "Išplėsti", + "sign_out": "Atsijungti", + "sign_in": "Prisijungti", + "add": "Pridėti", + "search": "Ieškoti", + "try_again": "Bandykite vėl", + "go_back": "Grįžti", + "back": "Atgal", + "resend": "Siųsti iš naujo", + "ignore": "Ignoruoti", + "download": "Atsisiųsti", + "pin": "Prisegti", + "unpin": "Atsegti", + "got_it": "Supratau" }, "Home": "Pradžia" } diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 5765e7d9a2b..6fc53b80bd2 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -1,6 +1,5 @@ { "Account": "Konts", - "Add": "Pievienot", "Admin": "Administrators", "Admin Tools": "Administratora rīki", "No Microphones detected": "Nav mikrofonu", @@ -138,7 +137,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", - "Search": "Meklēt", "Search failed": "Meklēšana neizdevās", "Server error": "Servera kļūda", "Server may be unavailable, overloaded, or search timed out :(": "Serveris izskatās nesasniedzams, ir pārslogots, vai arī meklēšana beigusies ar savienojuma noildzi :(", @@ -147,8 +145,6 @@ "Session ID": "Sesijas ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Rādīt laiku 12 stundu formātā (piemēram 2:30pm)", "Signed Out": "Izrakstījās", - "Sign in": "Pierakstīties", - "Sign out": "Izrakstīties", "Someone": "Kāds", "Start authentication": "Sākt autentifikāciju", "Submit": "Iesniegt", @@ -279,7 +275,6 @@ "Enable URL previews by default for participants in this room": "Iespējot URL priekšskatījumus pēc noklusējuma visiem šīs istabas dalībniekiem", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Jūs nevarēsiet atcelt šīs izmaiņas pēc sava statusa pazemināšanas. Gadījumā, ja esat pēdējais priviliģētais lietotājs istabā, būs neiespējami atgūt šīs privilēģijas.", "Unignore": "Atcelt ignorēšanu", - "Ignore": "Ignorēt", "Jump to read receipt": "Pāriet uz pēdējo skatīto ziņu", "Mention": "Pieminēt", "Send an encrypted reply…": "Sūtīt šifrētu atbildi…", @@ -427,7 +422,6 @@ "Messages sent by bot": "Botu nosūtītās ziņas", "Filter results": "Filtrēt rezultātus", "No update available.": "Nav atjauninājumu.", - "Resend": "Nosūtīt atkārtoti", "Collecting app version information": "Tiek iegūta programmas versijas informācija", "Tuesday": "Otrdiena", "Search…": "Meklēt…", @@ -449,7 +443,6 @@ "Invite to this room": "Uzaicināt uz šo istabu", "Thursday": "Ceturtdiena", "Logs sent": "Logfaili nosūtīti", - "Back": "Atpakaļ", "Show message in desktop notification": "Parādīt ziņu darbvirsmas paziņojumos", "Messages in group chats": "Ziņas grupas čatos", "Yesterday": "Vakardien", @@ -460,7 +453,6 @@ "Developer Tools": "Izstrādātāja rīki", "Event Content": "Notikuma saturs", "Thank you!": "Tencinam!", - "Sign In": "Pieteikties", "Permission Required": "Nepieciešama atļauja", "You do not have permission to start a conference call in this room": "Šajā istabā nav atļaujas sākt konferences zvanu", "Your %(brand)s is misconfigured": "Jūsu %(brand)s ir nepareizi konfigurēts", @@ -485,10 +477,7 @@ "Show typing notifications": "Rādīt paziņojumus par rakstīšanu", "Send typing notifications": "Sūtīt paziņojumus par rakstīšanu", "Philippines": "Filipīnas", - "Unpin": "Atspraust", - "Pin": "Piespraust", "%(displayName)s is typing …": "%(displayName)s raksta…", - "Got it": "Sapratu", "Got It": "Sapratu", "Waiting for %(displayName)s to accept…": "Gaida, kamēr %(displayName)s akceptēs…", "Waiting for answer": "Tiek gaidīta atbilde", @@ -522,8 +511,6 @@ "Activity": "Aktivitātes", "Sort by": "Kārtot pēc", "List options": "Saraksta opcijas", - "Go Back": "Atgriezties", - "Go back": "Atgriezties", "Send feedback": "Nosūtīt atsauksmi", "Feedback sent": "Atsauksme nosūtīta", "Feedback": "Atsauksmes", @@ -931,7 +918,6 @@ "Incoming Verification Request": "Ienākošais veifikācijas pieprasījums", "%(name)s is requesting verification": "%(name)s pieprasa verifikāciju", "Verification Request": "Verifikācijas pieprasījums", - "Download": "Lejupielādē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", @@ -1435,7 +1421,6 @@ "Angola": "Angola", "Andorra": "Andora", "Åland Islands": "Ālandu salas", - "Try again": "Mēģiniet vēlreiz", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Mēs lūdzām tīmekļa pārlūkprogrammai atcerēties, kuru bāzes serveri izmantojat, lai ļautu jums pierakstīties, bet diemžēl jūsu pārlūkprogramma to ir aizmirsusi. Dodieties uz pierakstīšanās lapu un mēģiniet vēlreiz.", "We couldn't log you in": "Neizdevās jūs ierakstīt sistēmā", "Only continue if you trust the owner of the server.": "Turpiniet tikai gadījumā, ja uzticaties servera īpašniekam.", @@ -1498,8 +1483,6 @@ "Search for rooms": "Meklēt istabas", "Server name": "Servera nosaukums", "Enter the name of a new server you want to explore.": "Ievadiet nosaukumu jaunam serverim, kuru vēlaties pārlūkot.", - "Zoom in": "Pietuvināt", - "Zoom out": "Attālināt", "Share content": "Dalīties ar saturu", "Your theme": "Jūsu tēma", "Your user ID": "Jūsu lietotāja ID", @@ -1828,7 +1811,22 @@ "share": "Dalīties", "skip": "Izlaist", "logout": "Izrakstīties", - "expand": "Izvērst" + "expand": "Izvērst", + "sign_out": "Izrakstīties", + "sign_in": "Pierakstīties", + "add": "Pievienot", + "search": "Meklēt", + "try_again": "Mēģiniet vēlreiz", + "go_back": "Atgriezties", + "back": "Atpakaļ", + "resend": "Nosūtīt atkārtoti", + "ignore": "Ignorēt", + "zoom_in": "Pietuvināt", + "zoom_out": "Attālināt", + "download": "Lejupielādēt", + "pin": "Piespraust", + "unpin": "Atspraust", + "got_it": "Sapratu" }, "a11y": { "user_menu": "Lietotāja izvēlne" diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 13c304f9f57..1b26735c7c2 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -5,7 +5,6 @@ "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", "Operation failed": "ശ്രമം പരാജയപ്പെട്ടു", "powered by Matrix": "മാട്രിക്സില്‍ പ്രവര്‍ത്തിക്കുന്നു", - "Search": "തിരയുക", "unknown error code": "അപരിചിത എറര്‍ കോഡ്", "Failed to change password. Is your password correct?": "രഹസ്യവാക്ക് മാറ്റാന്‍ സാധിച്ചില്ല. രഹസ്യവാക്ക് ശരിയാണോ ?", "Microphone": "മൈക്രോഫോൺ", @@ -27,7 +26,6 @@ "Source URL": "സോഴ്സ് യു ആര്‍ എല്‍", "Failed to add tag %(tagName)s to room": "റൂമിന് %(tagName)s എന്ന ടാഗ് ആഡ് ചെയ്യുവാന്‍ സാധിച്ചില്ല", "No update available.": "അപ്ഡേറ്റുകള്‍ ലഭ്യമല്ല.", - "Resend": "വീണ്ടും അയയ്ക്കുക", "Collecting app version information": "ആപ്പ് പതിപ്പു വിവരങ്ങള്‍ ശേഖരിക്കുന്നു", "Tuesday": "ചൊവ്വ", "Unnamed room": "പേരില്ലാത്ത റൂം", @@ -46,7 +44,6 @@ "Invite to this room": "ഈ റൂമിലേക്ക് ക്ഷണിക്കുക", "Thursday": "വ്യാഴം", "Search…": "തിരയുക…", - "Back": "തിരികെ", "Messages in group chats": "ഗ്രൂപ്പ് ചാറ്റുകളിലെ സന്ദേശങ്ങള്‍ക്ക്", "Yesterday": "ഇന്നലെ", "Error encountered (%(errorDetail)s).": "എറര്‍ നേരിട്ടു (%(errorDetail)s).", @@ -54,7 +51,6 @@ "Off": "ഓഫ്", "Failed to remove tag %(tagName)s from room": "റൂമില്‍ നിന്നും %(tagName)s ടാഗ് നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല", "Explore rooms": "മുറികൾ കണ്ടെത്തുക", - "Sign In": "പ്രവേശിക്കുക", "Create Account": "അക്കൗണ്ട് സൃഷ്ടിക്കുക", "Integration manager": "സംയോജക മാനേജർ", "Identity server": "തിരിച്ചറിയൽ സെർവർ", @@ -76,6 +72,10 @@ "dismiss": "ഒഴിവാക്കുക", "cancel": "റദ്ദാക്കുക", "close": "അടയ്ക്കുക", - "update": "പുതുക്കുക" + "update": "പുതുക്കുക", + "sign_in": "പ്രവേശിക്കുക", + "search": "തിരയുക", + "back": "തിരികെ", + "resend": "വീണ്ടും അയയ്ക്കുക" } } diff --git a/src/i18n/strings/mn.json b/src/i18n/strings/mn.json index a303a6f7844..6bc34a14d5a 100644 --- a/src/i18n/strings/mn.json +++ b/src/i18n/strings/mn.json @@ -1,8 +1,8 @@ { "Explore rooms": "Өрөөнүүд үзэх", - "Sign In": "Нэвтрэх", "Create Account": "Хэрэглэгч үүсгэх", "action": { - "dismiss": "Орхих" + "dismiss": "Орхих", + "sign_in": "Нэвтрэх" } } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 9fc1dc9f256..6d72e156c5b 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -10,7 +10,6 @@ "Notifications": "Varsler", "On": "På", "Source URL": "Kilde URL", - "Resend": "Send på nytt", "Messages in one-to-one chats": "Meldinger i en-til-en samtaler", "Favourite": "Favoritt", "Failed to add tag %(tagName)s to room": "Kunne ikke legge til tagg %(tagName)s til rom", @@ -136,7 +135,6 @@ "Reason": "Årsak", "Add Email Address": "Legg til E-postadresse", "Add Phone Number": "Legg til telefonnummer", - "Sign In": "Logg inn", "%(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.", @@ -189,7 +187,6 @@ "Manage": "Administrér", "Display Name": "Visningsnavn", "Disconnect": "Koble fra", - "Go back": "Gå tilbake", "Change": "Endre", "Profile": "Profil", "Email addresses": "E-postadresser", @@ -203,7 +200,6 @@ "Versions": "Versjoner", "None": "Ingen", "Unsubscribe": "Meld ut", - "Ignore": "Ignorer", "Subscribe": "Abonnér", "Preferences": "Brukervalg", "Composer": "Komposør", @@ -221,7 +217,6 @@ "Revoke": "Tilbakekall", "Unable to verify phone number.": "Klarte ikke å verifisere telefonnummeret.", "Verification code": "Verifikasjonskode", - "Add": "Legg til", "Email Address": "E-postadresse", "Phone Number": "Telefonnummer", "Mod": "Mod", @@ -237,13 +232,11 @@ "Online": "Tilkoblet", "Idle": "Rolig", "Unknown": "Ukjent", - "Search": "Søk", "Direct Messages": "Direktemeldinger", "Rooms": "Rom", "Sign Up": "Registrer deg", "All Rooms": "Alle rom", "Search…": "Søk …", - "Got it": "Jeg forstår", "Download %(text)s": "Last ned %(text)s", "Show all": "Vis alt", "Copied!": "Kopiert!", @@ -268,11 +261,9 @@ "Unavailable": "Ikke tilgjengelig", "Changelog": "Endringslogg", "Confirm Removal": "Bekreft fjerning", - "Sign out": "Logg ut", "Unknown error": "Ukjent feil", "Incorrect password": "Feil passord", "Session name": "Øktens navn", - "Back": "tilbake", "Filter results": "Filtrerresultater", "Toolbox": "Verktøykasse", "An error has occurred.": "En feil har oppstått.", @@ -285,7 +276,6 @@ "Summary": "Oppsummering", "Document": "Dokument", "Cancel All": "Avbryt alt", - "Sign in": "Logg inn", "Code": "Kode", "Submit": "Send", "Email": "E-post", @@ -294,7 +284,6 @@ "Enter username": "Skriv inn brukernavn", "Explore rooms": "Se alle rom", "Guest": "Gjest", - "Go Back": "Gå tilbake", "Your password has been reset.": "Passordet ditt har blitt tilbakestilt.", "Create account": "Opprett konto", "Commands": "Kommandoer", @@ -303,7 +292,6 @@ "Export": "Eksporter", "Import": "Importer", "Restore": "Gjenopprett", - "Download": "Nedlastning", "Success!": "Suksess!", "Set up": "Sett opp", "Identity server has no terms of service": "Identitetstjeneren har ingen brukervilkår", @@ -978,7 +966,6 @@ "Unable to revoke sharing for phone number": "Klarte ikke trekke tilbake deling for telefonnummer", "Unable to revoke sharing for email address": "Klarte ikke å trekke tilbake deling for denne e-postadressen", "%(senderName)s revoked the invitation for %(targetDisplayName)s to join the room.": "%(senderName)s trakk tilbake invitasjonen dette rommet for %(targetDisplayName)s.", - "Unpin": "Løsne", "Great, that'll help people know it's you": "Flott, det vil hjelp folk å ha tillit til at det er deg", "Put a link back to the old room at the start of the new room so people can see old messages": "Legg inn en lenke tilbake til det gamle rommet i starten av det nye rommet slik at folk kan finne eldre meldinger", "Add a photo, so people can easily spot your room.": "Legg til et bilde så folk lettere kan finne rommet ditt.", @@ -996,7 +983,6 @@ "American Samoa": "Amerikansk Samoa", "United States": "USA", "%(name)s is requesting verification": "%(name)s ber om verifisering", - "Try again": "Prøv igjen", "We couldn't log you in": "Vi kunne ikke logge deg inn", "You're already in a call with this person.": "Du er allerede i en samtale med denne personen.", "Already in call": "Allerede i en samtale", @@ -1434,8 +1420,6 @@ "Sending": "Sender", "Format": "Format", "MB": "MB", - "Zoom in": "Forstørr", - "Zoom out": "Forminske", "Add reaction": "Legg til reaksjon", "Downloading": "Laster ned", "Connection failed": "Tilkobling mislyktes", @@ -1585,7 +1569,21 @@ "skip": "Hopp over", "logout": "Logg ut", "view": "Vis", - "expand": "Utvid" + "expand": "Utvid", + "sign_out": "Logg ut", + "sign_in": "Logg inn", + "add": "Legg til", + "search": "Søk", + "try_again": "Prøv igjen", + "go_back": "Gå tilbake", + "back": "tilbake", + "resend": "Send på nytt", + "ignore": "Ignorer", + "zoom_in": "Forstørr", + "zoom_out": "Forminske", + "download": "Nedlastning", + "unpin": "Løsne", + "got_it": "Jeg forstår" }, "a11y": { "user_menu": "Brukermeny" diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 4cb7d176853..b84984cbb92 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -24,7 +24,6 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", - "Add": "Toevoegen", "Admin Tools": "Beheerdersgereedschap", "No Microphones detected": "Geen microfoons gevonden", "No Webcams detected": "Geen webcams gevonden", @@ -42,7 +41,6 @@ "Operation failed": "Handeling is mislukt", "powered by Matrix": "draait op Matrix", "unknown error code": "onbekende foutcode", - "Search": "Zoeken", "Failed to change password. Is your password correct?": "Wijzigen van wachtwoord is mislukt. Is je wachtwoord juist?", "Moderator": "Moderator", "not specified": "niet opgegeven", @@ -158,8 +156,6 @@ "Session ID": "Sessie-ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Tijd in 12-uursformaat tonen (bv. 2:30pm)", "Signed Out": "Uitgelogd", - "Sign in": "Inloggen", - "Sign out": "Uitloggen", "Someone": "Iemand", "This email address is already in use": "Dit e-mailadres is al in gebruik", "This email address was not found": "Dit e-mailadres is niet gevonden", @@ -282,7 +278,6 @@ "Mirror local video feed": "Lokale videoaanvoer ook elders opslaan (spiegelen)", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Zelfdegradatie is onomkeerbaar. Als je de laatst gemachtigde persoon in de kamer bent zullen deze rechten voorgoed verloren gaan.", "Unignore": "Niet meer negeren", - "Ignore": "Negeren", "Jump to read receipt": "Naar het laatst gelezen bericht gaan", "Mention": "Vermelden", "Send an encrypted reply…": "Verstuur een versleuteld antwoord…", @@ -420,7 +415,6 @@ "Changelog": "Wijzigingslogboek", "Waiting for response from server": "Wachten op antwoord van de server", "This Room": "Deze kamer", - "Resend": "Opnieuw versturen", "Messages containing my display name": "Berichten die mijn weergavenaam bevatten", "Messages in one-to-one chats": "Berichten in één-op-één chats", "Unavailable": "Niet beschikbaar", @@ -447,7 +441,6 @@ "All Rooms": "Alle kamers", "You cannot delete this message. (%(code)s)": "Je kan dit bericht niet verwijderen. (%(code)s)", "Thursday": "Donderdag", - "Back": "Terug", "Show message in desktop notification": "Bericht in bureaubladmelding tonen", "Messages in group chats": "Berichten in groepsgesprekken", "Yesterday": "Gisteren", @@ -637,7 +630,6 @@ "Anchor": "Anker", "Headphones": "Koptelefoon", "Folder": "Map", - "Pin": "Vastmaken", "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", @@ -738,7 +730,6 @@ "Manually export keys": "Sleutels handmatig wegschrijven", "You'll lose access to your encrypted messages": "Je zal de toegang tot je versleutelde berichten verliezen", "Are you sure you want to sign out?": "Weet je zeker dat je wilt uitloggen?", - "Go back": "Terug", "Room Settings - %(roomName)s": "Kamerinstellingen - %(roomName)s", "Failed to upgrade room": "Kamerupgrade mislukt", "The room upgrade could not be completed": "Het upgraden van de kamer kon niet worden voltooid", @@ -780,7 +771,6 @@ "That matches!": "Dat komt overeen!", "That doesn't match.": "Dat komt niet overeen.", "Go back to set it again.": "Ga terug om het opnieuw in te stellen.", - "Download": "Downloaden", "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", @@ -839,7 +829,6 @@ "View older messages in %(roomName)s.": "Bekijk oudere berichten in %(roomName)s.", "Join the conversation with an account": "Neem deel aan de kamer met een account", "Sign Up": "Registreren", - "Sign In": "Inloggen", "Reason: %(reason)s": "Reden: %(reason)s", "Forget this room": "Deze kamer vergeten", "Re-join": "Opnieuw toetreden", @@ -1247,7 +1236,6 @@ "If you can't scan the code above, verify by comparing unique emoji.": "Als je bovenstaande code niet kan scannen, verifieer dan door unieke emoji te vergelijken.", "Verify by comparing unique emoji.": "Verifieer door unieke emoji te vergelijken.", "You've successfully verified %(displayName)s!": "Je hebt %(displayName)s geverifieerd!", - "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.", "Message Actions": "Berichtacties", @@ -1318,7 +1306,6 @@ "Confirm your identity by entering your account password below.": "Bevestig je identiteit door hieronder je wachtwoord in te voeren.", "Jump to first unread room.": "Ga naar het eerste ongelezen kamer.", "Jump to first invite.": "Ga naar de eerste uitnodiging.", - "Go Back": "Terugkeren", "Command Autocomplete": "Opdrachten autoaanvullen", "Enter your account password to confirm the upgrade:": "Voer je wachtwoord in om het upgraden te bevestigen:", "Restore your key backup to upgrade your encryption": "Herstel je sleutelback-up om je versleuteling te upgraden", @@ -1652,7 +1639,6 @@ "Are you sure you want to cancel entering passphrase?": "Weet je zeker, dat je het invoeren van je wachtwoord wilt afbreken?", "Vatican City": "Vaticaanstad", "Taiwan": "Taiwan", - "Try again": "Probeer opnieuw", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "De browser is verzocht de homeserver te onthouden die je gebruikt om in te loggen, maar helaas is de browser deze vergeten. Ga naar de inlog-pagina en probeer het opnieuw.", "We couldn't log you in": "We konden je niet inloggen", "Explore Public Rooms": "Publieke kamers ontdekken", @@ -1779,7 +1765,6 @@ "Room settings": "Kamerinstellingen", "Not encrypted": "Niet versleuteld", "Widgets": "Widgets", - "Unpin": "Losmaken", "You can only pin up to %(count)s widgets": { "other": "Je kunt maar %(count)s widgets vastzetten" }, @@ -2242,8 +2227,6 @@ "Forgotten or lost all recovery methods? Reset all": "Alles vergeten en alle herstelmethoden verloren? Alles opnieuw instellen", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Als je dat doet, let wel op dat geen van jouw berichten wordt verwijderd, maar de zoekresultaten zullen gedurende enkele ogenblikken verslechteren terwijl de index opnieuw wordt aangemaakt", "View message": "Bericht bekijken", - "Zoom in": "Inzoomen", - "Zoom out": "Uitzoomen", "%(seconds)ss left": "%(seconds)s's over", "Change server ACLs": "Wijzig server ACL's", "You can select all or individual messages to retry or delete": "Je kan alles selecteren of per individueel bericht opnieuw versturen of verwijderen", @@ -3579,7 +3562,22 @@ "skip": "Overslaan", "logout": "Uitloggen", "view": "Bekijken", - "expand": "Uitvouwen" + "expand": "Uitvouwen", + "sign_out": "Uitloggen", + "sign_in": "Inloggen", + "add": "Toevoegen", + "search": "Zoeken", + "try_again": "Probeer opnieuw", + "go_back": "Terug", + "back": "Terug", + "resend": "Opnieuw versturen", + "ignore": "Negeren", + "zoom_in": "Inzoomen", + "zoom_out": "Uitzoomen", + "download": "Downloaden", + "pin": "Vastmaken", + "unpin": "Losmaken", + "got_it": "Ik snap het" }, "a11y": { "user_menu": "Persoonsmenu" diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 7f3a8d1cb08..f356380baf2 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -115,7 +115,6 @@ "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", "Phone": "Telefon", - "Add": "Legg til", "No display name": "Ingen visningsnamn", "New passwords don't match": "Dei nye passorda samsvarar ikkje", "Passwords can't be empty": "Passordsfelta kan ikkje vera tomme", @@ -144,7 +143,6 @@ "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kan ikkje angre denne endringa, fordi brukaren du forfremmar vil få same tilgangsnivå som du har no.", "Are you sure?": "Er du sikker?", "Unignore": "Slutt å ignorer", - "Ignore": "Ignorer", "Mention": "Nemn", "Enable inline URL previews by default": "Skru URL-førehandsvising i tekstfeltet på", "Share Link to User": "Del ei lenke til brukaren", @@ -184,7 +182,6 @@ "Join Room": "Bli med i rom", "Upload avatar": "Last avatar opp", "Forget room": "Gløym rom", - "Search": "Søk", "Share room": "Del rom", "Rooms": "Rom", "Low priority": "Låg prioritet", @@ -249,7 +246,6 @@ "powered by Matrix": "Matrixdriven", "Sign in with": "Logg inn med", "Email address": "Epostadresse", - "Sign in": "Logg inn", "Register": "Meld deg inn", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", @@ -364,14 +360,12 @@ "Unknown error": "Noko ukjend gjekk galt", "Incorrect password": "Urett passord", "Deactivate Account": "Avliv Brukaren", - "Back": "Attende", "Event sent!": "Hending send!", "Event Type": "Hendingsort", "Event Content": "Hendingsinnhald", "Toolbox": "Verktøykasse", "Developer Tools": "Utviklarverktøy", "An error has occurred.": "Noko gjekk gale.", - "Sign out": "Logg ut", "Clear Storage and Sign Out": "Tøm Lager og Logg Ut", "Send Logs": "Send Loggar", "Refresh": "Hent fram på nytt", @@ -395,7 +389,6 @@ "Reject invitation": "Sei nei til innbyding", "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", - "Resend": "Send på nytt", "Source URL": "Kjelde-URL", "All messages": "Alle meldingar", "Low Priority": "Lågrett", @@ -502,7 +495,6 @@ "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Fila %(fileName)s er større enn heimetenaren si grense for opplastningar", "Unable to load! Check your network connectivity and try again.": "Klarte ikkje lasta! Sjå på nettilkoplinga di og prøv igjen.", "Your %(brand)s is misconfigured": "%(brand)s-klienten din er sett opp feil", - "Sign In": "Logg inn", "Explore rooms": "Utforsk romma", "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Meldinga di vart ikkje send, for denne heimetenaren har nådd grensa for maksimalt aktive brukarar pr. månad. Kontakt systemadministratoren for å vidare nytte denne tenesta.", "Your message wasn't sent because this homeserver has exceeded a resource limit. Please contact your service administrator to continue using the service.": "Denne meldingen vart ikkje send fordi heimetenaren har nådd grensa for tilgjengelege systemressursar. Kontakt systemadministratoren for å vidare nytta denne tenesta.", @@ -545,7 +537,6 @@ "That matches!": "Dette stemmer!", "That doesn't match.": "Dette stemmer ikkje.", "Go back to set it again.": "Gå tilbake for å sette den på nytt.", - "Download": "Last ned", "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", @@ -893,7 +884,6 @@ "Explore Public Rooms": "Utforsk offentlege rom", "Explore public rooms": "Utforsk offentlege rom", "Email Address": "E-postadresse", - "Go Back": "Gå attende", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Du bør fjerne dine personlege data frå identitetstenaren før du koplar frå. Dessverre er identitetstenaren utilgjengeleg og kan ikkje nåast akkurat no.", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Vi tilrår at du slettar personleg informasjon, som e-postadresser og telefonnummer frå identitetstenaren før du koplar frå.", "Privacy": "Personvern", @@ -1025,7 +1015,6 @@ "Permission is granted to use the webcam": "Tilgang til nettkamera er aktivert", "A microphone and webcam are plugged in and set up correctly": "Du har kopla til mikrofon og nettkamera, og at desse fungerer som dei skal", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Samtalen feila fordi mikrofonen ikkje kunne aktiverast. Sjekk att ein mikrofon er tilkopla og at den fungerer.", - "Try again": "Prøv på nytt", "%(minutes)sm %(seconds)ss": "%(minutes)sm %(seconds)ss", "%(hours)sh %(minutes)sm %(seconds)ss": "%(hours)st %(minutes)sm %(seconds)ss", "%(days)sd %(hours)sh %(minutes)sm %(seconds)ss": "%(days)sd %(hours)st %(minutes)sm %(seconds)ss", @@ -1095,7 +1084,17 @@ "skip": "Hopp over", "logout": "Logg ut", "view": "Vis", - "expand": "Utvid" + "expand": "Utvid", + "sign_out": "Logg ut", + "sign_in": "Logg inn", + "add": "Legg til", + "search": "Søk", + "try_again": "Prøv på nytt", + "go_back": "Gå attende", + "back": "Attende", + "resend": "Send på nytt", + "ignore": "Ignorer", + "download": "Last ned" }, "Home": "Heim" } diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index fda97df8eb1..1c240f9f523 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -19,7 +19,6 @@ "Idle": "Inactiu", "Unknown": "Desconegut", "Unnamed room": "Sala sens nom", - "Search": "Recercar", "Share room": "Partejar la sala", "Rooms": "Salas", "Low priority": "Febla prioritat", @@ -38,7 +37,6 @@ "Search…": "Cercar…", "Server error": "Error servidor", "Single Sign On": "Autentificacion unica", - "Go Back": "En arrièr", "Sun": "Dg", "Mon": "Dl", "Tue": "Dm", @@ -60,7 +58,6 @@ "Dec": "Dec", "PM": "PM", "AM": "AM", - "Sign In": "Se connectar", "Default": "Predefinit", "Moderator": "Moderator", "Admin": "Admin", @@ -95,7 +92,6 @@ "Anchor": "Ancorar", "Headphones": "Escotadors", "Folder": "Dorsièr", - "Pin": "Penjar", "Show less": "Ne veire mens", "Show more": "Ne veire mai", "Current password": "Senhal actual", @@ -110,7 +106,6 @@ "Off": "Atudat", "Display Name": "Nom d'afichatge", "Disconnect": "Se desconnectar", - "Go back": "Precedent", "Change": "Cambiar", "Profile": "Perfil", "Account": "Compte", @@ -120,7 +115,6 @@ "FAQ": "FAQ", "Versions": "Versions", "Unsubscribe": "Se desabonar", - "Ignore": "Ignorar", "Subscribe": "S'inscriure", "Preferences": "Preferéncias", "Composer": "Compositor", @@ -139,7 +133,6 @@ "Encrypted": "Chifrat", "Complete": "Acabat", "Revoke": "Revocar", - "Add": "Ajustar", "Phone Number": "Numèro de telefòn", "Mod": "Moderador", "Unencrypted": "Pas chifrat", @@ -159,7 +152,6 @@ "Not trusted": "Pas securizat", "Demote": "Retrogradar", "Are you sure?": "O volètz vertadièrament ?", - "Got it": "Ai comprés", "Sunday": "Dimenge", "Monday": "Diluns", "Tuesday": "Dimars", @@ -191,8 +183,6 @@ "Unavailable": "Pas disponible", "Changelog": "Istoric dels cambiaments (Changelog)", "Removing…": "Supression en cors…", - "Sign out": "Se desconnectar", - "Back": "Precedenta", "Send": "Mandar", "Toolbox": "Bóstia d'aisinas", "Developer Tools": "Aisinas de desvolopament", @@ -206,7 +196,6 @@ "Summary": "Resumit", "Document": "Document", "Upload files": "Mandar de fichièrs", - "Sign in": "Connexion", "Away": "Absent", "Submit": "Mandar", "Enter password": "Sasissètz lo senhal", @@ -224,7 +213,6 @@ "Export": "Exportar", "Import": "Importar", "Restore": "Restablir", - "Download": "Telecargament", "Success!": "Capitada !", "Navigation": "Navigacion", "Alt": "Alt", @@ -304,7 +292,17 @@ "share": "Partiment", "skip": "Ignorar", "logout": "Desconnexion", - "view": "Visualizacion" + "view": "Visualizacion", + "sign_out": "Se desconnectar", + "sign_in": "Connexion", + "add": "Ajustar", + "search": "Recercar", + "go_back": "Precedent", + "back": "Precedenta", + "ignore": "Ignorar", + "download": "Telecargament", + "pin": "Penjar", + "got_it": "Ai comprés" }, "Home": "Dorsièr personal" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 8d32cdeb1e9..8fb2741df14 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -31,7 +31,6 @@ "Usage": "Użycie", "Unban": "Odbanuj", "Account": "Konto", - "Add": "Dodaj", "Microphone": "Mikrofon", "Camera": "Kamera", "Are you sure?": "Czy jesteś pewien?", @@ -42,7 +41,6 @@ "Current password": "Aktualne hasło", "Notifications": "Powiadomienia", "Operation failed": "Operacja nie udała się", - "Search": "Szukaj", "unknown error code": "nieznany kod błędu", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", @@ -170,8 +168,6 @@ "Session ID": "Identyfikator sesji", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Pokaż czas w formacie 12-sto godzinnym (np. 2:30pm)", "Signed Out": "Wylogowano", - "Sign in": "Zaloguj", - "Sign out": "Wyloguj", "Someone": "Ktoś", "Start authentication": "Rozpocznij uwierzytelnienie", "Submit": "Wyślij", @@ -276,7 +272,6 @@ "Enable URL previews for this room (only affects you)": "Włącz podgląd URL dla tego pokoju (dotyczy tylko Ciebie)", "Enable URL previews by default for participants in this room": "Włącz domyślny podgląd URL dla uczestników w tym pokoju", "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", "Send an encrypted reply…": "Wyślij zaszyfrowaną odpowiedź…", "Send an encrypted message…": "Wyślij zaszyfrowaną wiadomość…", @@ -297,7 +292,6 @@ "Waiting for response from server": "Czekam na odpowiedź serwera", "Failed to send logs: ": "Nie udało się wysłać dzienników: ", "This Room": "Ten pokój", - "Resend": "Wyślij jeszcze raz", "Messages containing my display name": "Wiadomości zawierające moją wyświetlaną nazwę", "Messages in one-to-one chats": "Wiadomości w rozmowach jeden-na-jeden", "Unavailable": "Niedostępny", @@ -327,7 +321,6 @@ "Thursday": "Czwartek", "Search…": "Szukaj…", "Logs sent": "Wysłano dzienniki", - "Back": "Powrót", "Show message in desktop notification": "Pokaż wiadomość w notyfikacji na pulpicie", "Messages in group chats": "Wiadomości w czatach grupowych", "Yesterday": "Wczoraj", @@ -530,7 +523,6 @@ "This is a top-10 common password": "To jest 10 najpopularniejszych haseł", "This is a top-100 common password": "To jest 100 najpopularniejszych haseł", "Unable to create key backup": "Nie można utworzyć kopii zapasowej klucza", - "Download": "Pobierz", "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": { @@ -678,7 +670,6 @@ "Set a new custom sound": "Ustaw nowy niestandardowy dźwięk", "Browse": "Przeglądaj", "Once enabled, encryption cannot be disabled.": "Po włączeniu, szyfrowanie nie może zostać wyłączone.", - "Go back": "Wróć", "Call failed due to misconfigured server": "Połączenie nie udało się przez błędną konfigurację serwera", "The file '%(fileName)s' failed to upload.": "Nie udało się przesłać pliku '%(fileName)s'.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Plik '%(fileName)s' przekracza limit rozmiaru dla tego serwera głównego", @@ -735,7 +726,6 @@ "Unable to find a supported verification method.": "Nie można znaleźć wspieranej metody weryfikacji.", "Thumbs up": "Kciuk w górę", "Ball": "Piłka", - "Pin": "Przypnij", "Accept to continue:": "Zaakceptuj aby kontynuować:", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Czy jesteś pewien? Stracisz dostęp do wszystkich swoich zaszyfrowanych wiadomości, jeżeli nie utworzyłeś poprawnej kopii zapasowej kluczy.", "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Zaszyfrowane wiadomości są zabezpieczone przy użyciu szyfrowania end-to-end. Tylko Ty oraz ich adresaci posiadają klucze do ich rozszyfrowania.", @@ -860,7 +850,6 @@ "Enable audible notifications for this session": "Włącz powiadomienia dźwiękowe dla tej sesji", "Direct Messages": "Wiadomości prywatne", "Create Account": "Utwórz konto", - "Sign In": "Zaloguj się", "a few seconds ago": "kilka sekund temu", "%(num)s minutes ago": "%(num)s minut temu", "%(num)s hours ago": "%(num)s godzin temu", @@ -931,7 +920,6 @@ "Enter phone number (required on this homeserver)": "Wprowadź numer telefonu (wymagane na tym serwerze domowym)", "Enter username": "Wprowadź nazwę użytkownika", "Explore rooms": "Przeglądaj pokoje", - "Go Back": "Wróć", "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", "Success!": "Sukces!", @@ -1475,7 +1463,6 @@ "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", "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:", "Verify by emoji": "Weryfikuj z użyciem emoji", "Your messages are not secure": "Twoje wiadomości nie są bezpieczne", @@ -1644,7 +1631,6 @@ "There was an error finding this widget.": "Wystąpił błąd podczas próby odnalezienia tego widżetu.", "Active Widgets": "Aktywne widżety", "Encryption not enabled": "Nie włączono szyfrowania", - "Try again": "Spróbuj ponownie", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Poprosiliśmy przeglądarkę o zapamiętanie, z którego serwera domowego korzystasz, aby umożliwić Ci logowanie, ale niestety Twoja przeglądarka o tym zapomniała. Przejdź do strony logowania i spróbuj ponownie.", "We couldn't log you in": "Nie mogliśmy Cię zalogować", "You're already in a call with this person.": "Prowadzisz już rozmowę z tą osobą.", @@ -1979,8 +1965,6 @@ "Sorry, your homeserver is too old to participate here.": "Przykro nam, twój serwer domowy jest zbyt stary, by uczestniczyć tu.", "There was an error joining.": "Wystąpił błąd podczas dołączania.", "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s jest eksperymentalne na przeglądarce mobilnej. Dla lepszego doświadczenia i najnowszych funkcji użyj naszej darmowej natywnej aplikacji.", - "Zoom out": "Zmniejsz", - "Zoom in": "Powiększ", "Location not available": "Lokalizacja niedostępna", "Find my location": "Znajdź moją lokalizację", "Exit fullscreen": "Wyjdź z trybu pełnoekranowego", @@ -2791,7 +2775,6 @@ "%(members)s and more": "%(members)s i więcej", "Busy": "Zajęty", "View message": "Wyświetl wiadomość", - "Unpin": "Odepnij", "Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Nie udało się odwołać zaproszenia. Serwer może posiadać tymczasowy problem lub nie masz wystarczających uprawnień, aby odwołać zaproszenie.", "Revoke permissions": "Odwołaj uprawnienia", "Failed to revoke invite": "Nie udało się odwołać zaproszenia", @@ -3953,7 +3936,22 @@ "skip": "Pomiń", "logout": "Wyloguj", "view": "Wyświetl", - "expand": "Rozwiń" + "expand": "Rozwiń", + "sign_out": "Wyloguj", + "sign_in": "Zaloguj", + "add": "Dodaj", + "search": "Szukaj", + "try_again": "Spróbuj ponownie", + "go_back": "Wróć", + "back": "Powrót", + "resend": "Wyślij jeszcze raz", + "ignore": "Ignoruj", + "zoom_in": "Powiększ", + "zoom_out": "Zmniejsz", + "download": "Pobierz", + "pin": "Przypnij", + "unpin": "Odepnij", + "got_it": "Rozumiem" }, "a11y": { "user_menu": "Menu użytkownika" diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 485aaf1f48e..8f78e8ae5d2 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -50,8 +50,6 @@ "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.", "Session ID": "Identificador de sessão", "Signed Out": "Deslogar", - "Sign in": "Entrar", - "Sign out": "Sair", "Someone": "Alguém", "The email address linked to your account must be entered.": "O endereço de email relacionado a sua conta precisa ser informado.", "This doesn't appear to be a valid email address": "Este não aparenta ser um endereço de email válido", @@ -146,7 +144,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", - "Search": "Pesquisar", "Search failed": "Busca falhou", "Server error": "Erro no servidor", "Server may be unavailable, overloaded, or search timed out :(": "O servidor pode estar indisponível, sobrecarregado, ou a busca ultrapassou o tempo limite :(", @@ -238,7 +235,6 @@ "Start authentication": "Iniciar autenticação", "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.", - "Add": "Adicionar", "Unnamed Room": "Sala sem nome", "Something went wrong!": "Algo deu errado!", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)", @@ -264,7 +260,6 @@ "%(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", "%(widgetName)s widget modified by %(senderName)s": "Widget %(widgetName)s modificado por %(senderName)s", - "Ignore": "Ignorar", "Ignored user": "Utilizador ignorado", "Unknown": "Desconhecido", "Unignore": "Deixar de ignorar", @@ -284,7 +279,6 @@ "Changelog": "Histórico de alterações", "Waiting for response from server": "À espera de resposta do servidor", "This Room": "Esta sala", - "Resend": "Reenviar", "Messages containing my display name": "Mensagens contendo o meu nome público", "Messages in one-to-one chats": "Mensagens em conversas pessoais", "Unavailable": "Indisponível", @@ -312,7 +306,6 @@ "All Rooms": "Todas as salas", "You cannot delete this message. (%(code)s)": "Não pode apagar esta mensagem. (%(code)s)", "Thursday": "Quinta-feira", - "Back": "Voltar", "Messages in group chats": "Mensagens em salas", "Yesterday": "Ontem", "Error encountered (%(errorDetail)s).": "Erro encontrado (%(errorDetail)s).", @@ -330,7 +323,6 @@ "Call failed due to misconfigured server": "Chamada falhada devido a um erro de configuração do servidor", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Peça ao administrador do seu servidor inicial (%(homeserverDomain)s) de configurar um servidor TURN para que as chamadas funcionem fiavelmente.", "Explore rooms": "Explorar rooms", - "Sign In": "Iniciar sessão", "Create Account": "Criar conta", "Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)", "Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS", @@ -393,7 +385,6 @@ "Empty room (was %(oldName)s)": "Sala vazia (era %(oldName)s)", "Anguilla": "Anguilla", "Empty room": "Sala vazia", - "Try again": "Tente novamente", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "O seu endereço de email não parece estar associado a um Matrix ID neste homeserver.", "There was an error looking up the phone number": "Ocorreu um erro ao procurar o número de telefone", "We couldn't log you in": "Não foi possível fazer login", @@ -706,7 +697,6 @@ "Haiti": "Haiti", "Actions": "Ações", "Messages": "Mensagens", - "Go Back": "Voltar", "Are you sure you want to cancel entering passphrase?": "Tem a certeza que quer cancelar a introdução da frase-passe?", "Cancel entering passphrase?": "Cancelar a introdução da frase-passe?", "Madagascar": "Madagáscar", @@ -767,7 +757,16 @@ "accept": "Aceitar", "update": "Atualizar", "skip": "Saltar", - "logout": "Sair" + "logout": "Sair", + "sign_out": "Sair", + "sign_in": "Entrar", + "add": "Adicionar", + "search": "Pesquisar", + "try_again": "Tente novamente", + "go_back": "Voltar", + "back": "Voltar", + "resend": "Reenviar", + "ignore": "Ignorar" }, "Home": "Início" } diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 2cd68006efb..05063ca8d79 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -50,8 +50,6 @@ "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.", "Session ID": "Identificador de sessão", "Signed Out": "Deslogar", - "Sign in": "Entrar", - "Sign out": "Sair", "Someone": "Alguém", "The email address linked to your account must be entered.": "O e-mail vinculado à sua conta precisa ser informado.", "This doesn't appear to be a valid email address": "Este não aparenta ser um endereço de e-mail válido", @@ -146,7 +144,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", - "Search": "Buscar", "Search failed": "Busca falhou", "Server error": "Erro no servidor", "Server may be unavailable, overloaded, or search timed out :(": "O servidor pode estar indisponível, sobrecarregado, ou a busca ultrapassou o tempo limite :(", @@ -221,7 +218,6 @@ "Register": "Registre-se", "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", "Uploading %(filename)s": "Enviando o arquivo %(filename)s", "Uploading %(filename)s and %(count)s others": { "one": "Enviando o arquivo %(filename)s e %(count)s outros arquivos", @@ -274,7 +270,6 @@ "Enable URL previews by default for participants in this room": "Ativar, para todos os participantes desta sala, a visualização de links", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Você não poderá desfazer essa alteração, já que está rebaixando sua própria permissão. Se você for a última pessoa nesta sala, será impossível recuperar a permissão atual.", "Unignore": "Desbloquear", - "Ignore": "Bloquear", "Jump to read receipt": "Ir para a confirmação de leitura", "Mention": "Mencionar", "Send an encrypted reply…": "Digite sua resposta criptografada…", @@ -414,7 +409,6 @@ "Changelog": "Registro de alterações", "Waiting for response from server": "Aguardando a resposta do servidor", "This Room": "Esta sala", - "Resend": "Reenviar", "Messages containing my display name": "Mensagens contendo meu nome e sobrenome", "Messages in one-to-one chats": "Mensagens em conversas individuais", "Unavailable": "Indisponível", @@ -441,7 +435,6 @@ "All Rooms": "Todas as salas", "You cannot delete this message. (%(code)s)": "Você não pode apagar esta mensagem. (%(code)s)", "Thursday": "Quinta-feira", - "Back": "Voltar", "Show message in desktop notification": "Mostrar a mensagem na notificação da área de trabalho", "Messages in group chats": "Mensagens em salas", "Yesterday": "Ontem", @@ -580,7 +573,6 @@ "That matches!": "Isto corresponde!", "That doesn't match.": "Isto não corresponde.", "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", "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.", @@ -691,7 +683,6 @@ "Anchor": "Âncora", "Headphones": "Fones de ouvido", "Folder": "Pasta", - "Pin": "Alfinete", "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.", @@ -757,7 +748,6 @@ "The server does not support the room version specified.": "O servidor não suporta a versão da sala especificada.", "Cancel entering passphrase?": "Cancelar a introdução da frase de senha?", "Are you sure you want to cancel entering passphrase?": "Tem certeza que quer cancelar a introdução da frase de senha?", - "Go Back": "Voltar", "Setting up keys": "Configurar chaves", "Identity server has no terms of service": "O servidor de identidade não tem termos de serviço", "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Esta ação requer acesso ao servidor de identidade padrão para poder validar um endereço de e-mail ou número de telefone, mas este servidor não tem nenhum termo de uso.", @@ -766,7 +756,6 @@ "Sign In or Create Account": "Faça login ou crie uma conta", "Use your account or create a new one to continue.": "Use sua conta ou crie uma nova para continuar.", "Create Account": "Criar Conta", - "Sign In": "Fazer signin", "Custom (%(level)s)": "Personalizado (%(level)s)", "Messages": "Mensagens", "Actions": "Ações", @@ -1190,7 +1179,6 @@ "Disconnect anyway": "Desconectar de qualquer maneira", "You are still sharing your personal data on the identity server .": "Você ainda está compartilhando seus dados pessoais no servidor de identidade .", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Recomendamos que você remova seus endereços de e-mail e números de telefone do servidor de identidade antes de desconectar.", - "Go back": "Voltar", "You are currently using to discover and be discoverable by existing contacts you know. You can change your identity server below.": "No momento, você está usando para descobrir e ser descoberto pelos contatos existentes que você conhece. Você pode alterar seu servidor de identidade abaixo.", "If you don't want to use to discover and be discoverable by existing contacts you know, enter another identity server below.": "Se você não quiser usar para descobrir e ser detectável pelos contatos existentes, digite outro servidor de identidade abaixo.", "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "No momento, você não está usando um servidor de identidade. Para descobrir e ser descoberto pelos contatos existentes, adicione um abaixo.", @@ -1513,7 +1501,6 @@ "No other published addresses yet, add one below": "Nenhum endereço publicado ainda, adicione um abaixo", "Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Defina endereços para esta sala, de modo que os usuários possam encontrar esta sala em seu servidor local (%(localDomain)s)", "One of the following may be compromised:": "Um dos seguintes pode estar comprometido:", - "Got it": "Ok, entendi", "%(brand)s encountered an error during upload of:": "%(brand)s encontrou um erro durante o envio de:", "Upload completed": "Envio concluído", "Cancelled signature upload": "Envio cancelado da assinatura", @@ -1617,7 +1604,6 @@ "Your area is experiencing difficulties connecting to the internet.": "A sua região está com dificuldade de acesso à internet.", "A connection error occurred while trying to contact the server.": "Um erro ocorreu na conexão do Element com o servidor.", "Unable to set up keys": "Não foi possível configurar as chaves", - "Unpin": "Desafixar", "Failed to get autodiscovery configuration from server": "Houve uma falha para obter do servidor a configuração de encontrar contatos", "If you've joined lots of rooms, this might take a while": "Se você participa em muitas salas, isso pode demorar um pouco", "Unable to query for supported registration methods.": "Não foi possível consultar as opções de registro suportadas.", @@ -2103,7 +2089,6 @@ "Use app for a better experience": "Use o aplicativo para ter uma experiência melhor", "Converts the DM to a room": "Converte a conversa para uma sala", "Converts the room to a DM": "Converte a sala para uma conversa", - "Try again": "Tente novamente", "We couldn't log you in": "Não foi possível fazer login", "Settable at room": "Definido em cada sala", "Settable at global": "Definido globalmente", @@ -2395,8 +2380,6 @@ "Size can only be a number between %(min)s MB and %(max)s MB": "O tamanho pode ser apenas um número entre %(min)s MB e %(max)s MB", "Enter a number between %(min)s and %(max)s": "Insira um número entre %(min)s e %(max)s", "In reply to this message": "Em resposta a esta mensagem", - "Zoom in": "Aumentar zoom", - "Zoom out": "Diminuir zoom", "Export chat": "Exportar conversa", "File Attached": "Arquivo Anexado", "Topic: %(topic)s": "Tópico: %(topic)s", @@ -2894,7 +2877,22 @@ "skip": "Pular", "logout": "Sair", "view": "Ver", - "expand": "Expandir" + "expand": "Expandir", + "sign_out": "Sair", + "sign_in": "Entrar", + "add": "Adicionar", + "search": "Buscar", + "try_again": "Tente novamente", + "go_back": "Voltar", + "back": "Voltar", + "resend": "Reenviar", + "ignore": "Bloquear", + "zoom_in": "Aumentar zoom", + "zoom_out": "Diminuir zoom", + "download": "Baixar", + "pin": "Alfinete", + "unpin": "Desafixar", + "got_it": "Ok, entendi" }, "a11y": { "user_menu": "Menu do usuário" diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 8b219646208..25d451c4275 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -37,7 +37,6 @@ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s%(time)s", "Explore rooms": "Explorează camerele", - "Sign In": "Autentificare", "Create Account": "Înregistare", "You've reached the maximum number of simultaneous calls.": "Ați atins numărul maxim de apeluri simultane.", "Too Many Calls": "Prea multe apeluri", @@ -73,6 +72,7 @@ "action": { "ok": "OK", "confirm": "Confirmă", - "dismiss": "Închide" + "dismiss": "Închide", + "sign_in": "Autentificare" } } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 6c560e23c9f..b4c431cfb66 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -133,12 +133,9 @@ "%(brand)s version:": "Версия %(brand)s:", "Room %(roomId)s not visible": "Комната %(roomId)s невидима", "Rooms": "Комнаты", - "Search": "Поиск", "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 в комнату.", - "Sign in": "Войти", - "Sign out": "Выйти", "Someone": "Кто-то", "Submit": "Отправить", "This email address is already in use": "Этот адрес электронной почты уже используется", @@ -222,7 +219,6 @@ "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s удалил(а) аватар комнаты.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s изменил(а) аватар комнаты %(roomName)s", "Create new room": "Создать комнату", - "Add": "Добавить", "Uploading %(filename)s": "Отправка %(filename)s", "Uploading %(filename)s and %(count)s others": { "one": "Отправка %(filename)s и %(count)s другой", @@ -264,7 +260,6 @@ "%(widgetName)s widget modified by %(senderName)s": "Виджет %(widgetName)s был изменен %(senderName)s", "Copied!": "Скопировано!", "Failed to copy": "Не удалось скопировать", - "Ignore": "Игнорировать", "Unignore": "Перестать игнорировать", "You are now ignoring %(userId)s": "Теперь вы игнорируете %(userId)s", "You are no longer ignoring %(userId)s": "Вы больше не игнорируете %(userId)s", @@ -428,7 +423,6 @@ "Messages sent by bot": "Сообщения от ботов", "Filter results": "Фильтрация результатов", "No update available.": "Нет доступных обновлений.", - "Resend": "Переотправить", "Collecting app version information": "Сбор информации о версии приложения", "Tuesday": "Вторник", "Search…": "Поиск…", @@ -449,7 +443,6 @@ "You cannot delete this message. (%(code)s)": "Это сообщение нельзя удалить. (%(code)s)", "Thursday": "Четверг", "Logs sent": "Журналы отправлены", - "Back": "Назад", "Show message in desktop notification": "Показывать текст сообщения в уведомлениях на рабочем столе", "Messages in group chats": "Сообщения в конференциях", "Yesterday": "Вчера", @@ -614,14 +607,12 @@ "Incoming Verification Request": "Входящий запрос о проверке", "Clear cache and resync": "Очистить кэш и выполнить повторную синхронизацию", "Updating %(brand)s": "Обновление %(brand)s", - "Go back": "Назад", "Failed to upgrade room": "Не удалось обновить комнату", "The room upgrade could not be completed": "Невозможно завершить обновление комнаты", "Upgrade this room to version %(version)s": "Обновить эту комнату до версии %(version)s", "Unable to load backup status": "Невозможно загрузить статус резервной копии", "Unable to restore backup": "Невозможно восстановить резервную копию", "No backup found!": "Резервных копий не найдено!", - "Download": "Скачать", "Email (optional)": "Адрес электронной почты (не обязательно)", "Phone (optional)": "Телефон (не обязательно)", "Other": "Другие", @@ -691,7 +682,6 @@ "Anchor": "Якорь", "Headphones": "Наушники", "Folder": "Папка", - "Pin": "Закрепить", "Your keys are being backed up (the first backup could take a few minutes).": "Выполняется резервная копия ключей (первый раз это может занять несколько минут).", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Размер файла '%(fileName)s' превышает допустимый предел загрузки, установленный на этом сервере", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Добавляет смайл ¯\\_(ツ)_/¯ в начало сообщения", @@ -769,7 +759,6 @@ "This room has been replaced and is no longer active.": "Эта комната заменена и более неактивна.", "Join the conversation with an account": "Присоединиться к разговору с учётной записью", "Sign Up": "Зарегистрироваться", - "Sign In": "Войти", "Reason: %(reason)s": "Причина: %(reason)s", "Forget this room": "Забыть эту комнату", "Re-join": "Пере-присоединение", @@ -1224,7 +1213,6 @@ "Verify by comparing unique emoji.": "Подтверждение сравнением уникальных смайлов.", "Verify all users in a room to ensure it's secure.": "Подтвердите всех пользователей в комнате, чтобы обеспечить безопасность.", "You've successfully verified %(displayName)s!": "Вы успешно подтвердили %(displayName)s!", - "Got it": "Понятно", "Activate selected button": "Нажать выбранную кнопку", "Toggle right panel": "Показать/скрыть правую панель", "Cancel autocomplete": "Отменить автозаполнение", @@ -1377,7 +1365,6 @@ "Your homeserver has exceeded its user limit.": "Ваш домашний сервер превысил свой лимит пользователей.", "Your homeserver has exceeded one of its resource limits.": "Ваш домашний сервер превысил один из своих лимитов ресурсов.", "Are you sure you want to cancel entering passphrase?": "Вы уверены, что хотите отменить ввод кодовой фразы?", - "Go Back": "Назад", "Contact your server admin.": "Обратитесь к администратору сервера.", "Ok": "Хорошо", "New login. Was this you?": "Новый вход в вашу учётную запись. Это были Вы?", @@ -1608,7 +1595,6 @@ "Not encrypted": "Не зашифровано", "Room settings": "Настройки комнаты", "Take a picture": "Сделать снимок", - "Unpin": "Открепить", "Cross-signing is ready for use.": "Кросс-подпись готова к использованию.", "Cross-signing is not set up.": "Кросс-подпись не настроена.", "Backup version:": "Версия резервной копии:", @@ -2104,7 +2090,6 @@ "Use app for a better experience": "Используйте приложение для лучшего опыта", "Converts the DM to a room": "Преобразовать ЛС в комнату", "Converts the room to a DM": "Преобразовывает комнату в ЛС", - "Try again": "Попробовать ещё раз", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Мы попросили браузер запомнить, какой домашний сервер вы используете для входа в систему, но, к сожалению, ваш браузер забыл об этом. Перейдите на страницу входа и попробуйте ещё раз.", "We couldn't log you in": "Нам не удалось войти в систему", "Value in this room:": "Значение в этой комнате:", @@ -2353,8 +2338,6 @@ "one": "%(severalUsers)sизменили разрешения сервера", "other": "%(severalUsers)sизменили разрешения сервера %(count)s раз(а)" }, - "Zoom in": "Увеличить", - "Zoom out": "Уменьшить", "%(count)s people you know have already joined": { "one": "%(count)s человек, которого вы знаете, уже присоединился", "other": "%(count)s человек(а), которых вы знаете, уже присоединились" @@ -3660,7 +3643,22 @@ "skip": "Пропустить", "logout": "Выйти", "view": "Просмотр", - "expand": "Развернуть" + "expand": "Развернуть", + "sign_out": "Выйти", + "sign_in": "Войти", + "add": "Добавить", + "search": "Поиск", + "try_again": "Попробовать ещё раз", + "go_back": "Назад", + "back": "Назад", + "resend": "Переотправить", + "ignore": "Игнорировать", + "zoom_in": "Увеличить", + "zoom_out": "Уменьшить", + "download": "Скачать", + "pin": "Закрепить", + "unpin": "Открепить", + "got_it": "Понятно" }, "a11y": { "user_menu": "Меню пользователя" diff --git a/src/i18n/strings/si.json b/src/i18n/strings/si.json index 9052cd65cb6..571179c02d5 100644 --- a/src/i18n/strings/si.json +++ b/src/i18n/strings/si.json @@ -4,11 +4,11 @@ "Use Single Sign On to continue": "ඉදිරියට යාමට තනි පුරනය වීම භාවිතා කරන්න", "Confirm adding this email address by using Single Sign On to prove your identity.": "ඔබගේ අනන්‍යතාවය සනාථ කිරීම සඳහා තනි පුරනය භාවිතා කිරීමෙන් මෙම විද්‍යුත් තැපැල් ලිපිනය එක් කිරීම තහවුරු කරන්න.", "Add Email Address": "වි-තැපැල් ලිපිනය එකතු කරන්න", - "Sign In": "පිවිසෙන්න", "Explore rooms": "කාමර බලන්න", "Create Account": "ගිණුමක් සාදන්න", "action": { "confirm": "තහවුරු කරන්න", - "dismiss": "ඉවතලන්න" + "dismiss": "ඉවතලන්න", + "sign_in": "පිවිසෙන්න" } } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 6392ff7e9a6..9c4997c6c2a 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -83,7 +83,6 @@ "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", "Phone": "Telefón", - "Add": "Pridať", "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", @@ -103,7 +102,6 @@ "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Túto zmenu nebudete môcť vrátiť späť, pretože tomuto používateľovi udeľujete rovnakú úroveň oprávnenia, akú máte vy.", "Are you sure?": "Ste si istí?", "Unignore": "Prestať ignorovať", - "Ignore": "Ignorovať", "Jump to read receipt": "Preskočiť na potvrdenie o prečítaní", "Mention": "Zmieniť sa", "Admin Tools": "Nástroje správcu", @@ -132,7 +130,6 @@ "Join Room": "Vstúpiť do miestnosti", "Upload avatar": "Nahrať obrázok", "Forget room": "Zabudnúť miestnosť", - "Search": "Hľadať", "Rooms": "Miestnosti", "Low priority": "Nízka priorita", "Historical": "Historické", @@ -181,7 +178,6 @@ "powered by Matrix": "používa protokol Matrix", "Sign in with": "Na prihlásenie sa použije", "Email address": "Emailová adresa", - "Sign in": "Prihlásiť sa", "Register": "Zaregistrovať", "Something went wrong!": "Niečo sa pokazilo!", "Delete Widget": "Vymazať widget", @@ -320,7 +316,6 @@ "Enable automatic language detection for syntax highlighting": "Povoliť automatickú detekciu jazyka pre zvýraznenie syntaxe", "Automatically replace plain text Emoji": "Automaticky nahrádzať textové emotikony modernými", "Mirror local video feed": "Zrkadliť lokálne video", - "Sign out": "Odhlásiť sa", "Failed to change password. Is your password correct?": "Nepodarilo sa zmeniť heslo. Zadali ste správne heslo?", "Unable to remove contact information": "Nie je možné odstrániť kontaktné informácie", "": "", @@ -418,7 +413,6 @@ "Waiting for response from server": "Čakanie na odpoveď zo servera", "Failed to send logs: ": "Nepodarilo sa odoslať záznamy: ", "This Room": "V tejto miestnosti", - "Resend": "Poslať znovu", "Messages in one-to-one chats": "Správy v priamych konverzáciách", "Unavailable": "Nedostupné", "Source URL": "Pôvodná URL", @@ -448,7 +442,6 @@ "You cannot delete this message. (%(code)s)": "Nemôžete vymazať túto správu. (%(code)s)", "Thursday": "Štvrtok", "Logs sent": "Záznamy boli odoslané", - "Back": "Naspäť", "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", @@ -585,7 +578,6 @@ "That matches!": "Zhoda!", "That doesn't match.": "To sa nezhoduje.", "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", "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.", @@ -690,7 +682,6 @@ "Anchor": "Kotva", "Headphones": "Slúchadlá", "Folder": "Fascikel", - "Pin": "Špendlík", "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í.", @@ -768,7 +759,6 @@ "Manually export keys": "Ručne exportovať kľúče", "You'll lose access to your encrypted messages": "Stratíte prístup ku zašifrovaným správam", "Are you sure you want to sign out?": "Naozaj sa chcete odhlásiť?", - "Go back": "Naspäť", "Room Settings - %(roomName)s": "Nastavenia miestnosti - %(roomName)s", "Warning: you should only set up key backup from a trusted computer.": "Varovanie: zálohovanie šifrovacích kľúčov by ste mali nastavovať na dôveryhodnom počítači.", "This homeserver would like to make sure you are not a robot.": "Tento domovský server by sa rád uistil, že nie ste robot.", @@ -916,7 +906,6 @@ "Sign In or Create Account": "Prihlásiť sa alebo vytvoriť nový účet", "Use your account or create a new one to continue.": "Použite váš existujúci účet alebo si vytvorte nový, aby ste mohli pokračovať.", "Create Account": "Vytvoriť účet", - "Sign In": "Prihlásiť sa", "Sends a message as html, without interpreting it as markdown": "Odošle správu ako HTML, bez interpretácie ako markdown", "Could not find user in room": "Nepodarilo sa nájsť používateľa v miestnosti", "Please supply a widget URL or embed code": "Prosím, zadajte URL widgetu alebo vložte kód", @@ -968,7 +957,6 @@ "Continue with previous account": "Pokračovať s predošlým účtom", "Log in to your new account.": "Prihláste sa do vášho nového účtu.", "Registration Successful": "Úspešná registrácia", - "Go Back": "Späť", "Failed to re-authenticate due to a homeserver problem": "Opätovná autentifikácia zlyhala kvôli problému domovského servera", "Failed to re-authenticate": "Nepodarilo sa opätovne overiť", "Show info about bridges in room settings": "Zobraziť informácie o premosteniach v nastaveniach miestnosti", @@ -1412,7 +1400,6 @@ "Afghanistan": "Afganistan", "United States": "Spojené Štáty", "United Kingdom": "Spojené Kráľovstvo", - "Try again": "Skúste to znova", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Požiadali sme prehliadač, aby si pamätal, aký domovský server používate na prihlásenie, ale váš prehliadač ho, bohužiaľ, zabudol. Prejdite na prihlasovaciu stránku a skúste to znova.", "We couldn't log you in": "Nemohli sme vás prihlásiť", "You've reached the maximum number of simultaneous calls.": "Dosiahli ste maximálny počet súčasných hovorov.", @@ -1537,7 +1524,6 @@ "Go": "Spustiť", "Looks good": "Vyzerá to super", "Categories": "Kategórie", - "Got it": "Rozumiem", "Algorithm:": "Algoritmus:", "If you can't see who you're looking for, send them your invite link below.": "Ak nevidíte, koho hľadáte, pošlite mu odkaz na pozvánku nižšie.", "Or send invite link": "Alebo pošlite pozvánku", @@ -1659,7 +1645,6 @@ "Setting:": "Nastavenie:", "Approve": "Schváliť", "Comment": "Komentár", - "Unpin": "Odopnúť", "Away": "Preč", "Restore": "Obnoviť", "A-Z": "A-Z", @@ -2044,8 +2029,6 @@ "You've successfully verified %(displayName)s!": "Úspešne ste overili %(displayName)s!", "You've successfully verified your device!": "Úspešne ste overili svoje zariadenie!", "You won't be able to rejoin unless you are re-invited.": "Nebudete sa môcť znova pripojiť, kým nebudete opätovne pozvaní.", - "Zoom in": "Priblížiť", - "Zoom out": "Oddialiť", "Ask %(displayName)s to scan your code:": "Požiadajte %(displayName)s, aby naskenoval váš kód:", "Are you sure you want to leave the space '%(spaceName)s'?": "Ste si istí, že chcete opustiť priestor '%(spaceName)s'?", "Approve widget permissions": "Schváliť oprávnenia widgetu", @@ -3971,7 +3954,22 @@ "skip": "Preskočiť", "logout": "Odhlásiť sa", "view": "Zobraziť", - "expand": "Rozbaliť" + "expand": "Rozbaliť", + "sign_out": "Odhlásiť sa", + "sign_in": "Prihlásiť sa", + "add": "Pridať", + "search": "Hľadať", + "try_again": "Skúste to znova", + "go_back": "Naspäť", + "back": "Naspäť", + "resend": "Poslať znovu", + "ignore": "Ignorovať", + "zoom_in": "Priblížiť", + "zoom_out": "Oddialiť", + "download": "Stiahnuť", + "pin": "Špendlík", + "unpin": "Odopnúť", + "got_it": "Rozumiem" }, "a11y": { "user_menu": "Používateľské menu" diff --git a/src/i18n/strings/sl.json b/src/i18n/strings/sl.json index 65b0a9820f0..a58395c7fc6 100644 --- a/src/i18n/strings/sl.json +++ b/src/i18n/strings/sl.json @@ -3,7 +3,6 @@ "This phone number is already in use": "Ta telefonska številka je že v uporabi", "Failed to verify email address: make sure you clicked the link in the email": "E-poštnega naslova ni bilo mogoče preveriti: preverite, ali ste kliknili povezavo v e-poštnem sporočilu", "Chat with %(brand)s Bot": "Klepetajte z %(brand)s Botom", - "Sign In": "Prijava", "powered by Matrix": "poganja Matrix", "Use Single Sign On to continue": "Uporabi Single Sign On za prijavo", "Confirm adding this email address by using Single Sign On to prove your identity.": "Potrdite dodajanje tega e-poštnega naslova z enkratno prijavo, da dokažete svojo identiteto.", @@ -64,6 +63,7 @@ }, "action": { "confirm": "Potrdi", - "dismiss": "Opusti" + "dismiss": "Opusti", + "sign_in": "Prijava" } } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index f768b607835..d538c8ed057 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -67,7 +67,6 @@ "Failed to change password. Is your password correct?": "S’u arrit të ndryshohej fjalëkalimi. A është i saktë fjalëkalimi juaj?", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", "This Room": "Këtë Dhomë", - "Resend": "Ridërgoje", "Messages in one-to-one chats": "Mesazhe në fjalosje tek për tek", "Unavailable": "Jo i passhëm", "powered by Matrix": "bazuar në Matrix", @@ -89,7 +88,6 @@ "Monday": "E hënë", "Toolbox": "Grup mjetesh", "Collecting logs": "Po grumbullohen regjistra", - "Search": "Kërkoni", "Failed to forget room %(errCode)s": "S’u arrit të harrohej dhoma %(errCode)s", "Submit debug logs": "Parashtro regjistra diagnostikimi", "Wednesday": "E mërkurë", @@ -106,7 +104,6 @@ "You cannot delete this message. (%(code)s)": "S’mund ta fshini këtë mesazh. (%(code)s)", "Thursday": "E enjte", "Logs sent": "Regjistrat u dërguan", - "Back": "Mbrapsht", "Show message in desktop notification": "Shfaq mesazh në njoftim për desktop", "Messages in group chats": "Mesazhe në fjalosje në grup", "Yesterday": "Dje", @@ -132,7 +129,6 @@ "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", "Phone": "Telefon", - "Add": "Shtojeni", "No display name": "S’ka emër shfaqjeje", "New passwords don't match": "Fjalëkalimet e reja s’përputhen", "Passwords can't be empty": "Fjalëkalimet s’mund të jenë të zbrazët", @@ -151,7 +147,6 @@ "Are you sure?": "Jeni i sigurt?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "S’do të jeni në gjendje ta zhbëni këtë ndryshim, ngaqë po e promovoni përdoruesin të ketë të njëjtën shkallë pushteti si ju vetë.", "Unignore": "Shpërfille", - "Ignore": "Shpërfille", "Mention": "Përmendje", "Admin Tools": "Mjete Përgjegjësi", "and %(count)s others...": { @@ -195,7 +190,6 @@ "Start authentication": "Fillo mirëfilltësim", "Sign in with": "Hyni me", "Email address": "Adresë email", - "Sign in": "Hyni", "Something went wrong!": "Diçka shkoi ters!", "Create new room": "Krijoni dhomë të re", "were invited %(count)s times": { @@ -253,7 +247,6 @@ "one": "Po ngarkohet %(filename)s dhe %(count)s tjetër" }, "Uploading %(filename)s": "Po ngarkohet %(filename)s", - "Sign out": "Dilni", "Cryptography": "Kriptografi", "Check for update": "Kontrollo për përditësime", "No media permissions": "S’ka leje mediash", @@ -536,7 +529,6 @@ "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", "Unable to load backup status": "S’arrihet të ngarkohet gjendje kopjeruajtjeje", "Unable to restore backup": "S’arrihet të rikthehet kopjeruajtje", @@ -658,7 +650,6 @@ "Room Topic": "Temë Dhome", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që t’i vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.", "Incoming Verification Request": "Kërkesë Verifikimi e Ardhur", - "Go back": "Kthehu mbrapsht", "Email (optional)": "Email (në daçi)", "Phone (optional)": "Telefoni (në daçi)", "Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik", @@ -762,7 +753,6 @@ "Changes your display nickname in the current room only": "Bën ndryshimin e emrit tuaj në ekran vetëm në dhomën e tanishme", "Show read receipts sent by other users": "Shfaq dëftesa leximi dërguar nga përdorues të tjerë", "Scissors": "Gërshërë", - "Pin": "Fiksoje", "Error updating main address": "Gabim gjatë përditësimit të adresës kryesore", "There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Pati një gabim në përditësimin e adresës kryesore të dhomës. Mund të mos lejohet nga shërbyesi ose mund të ketë ndodhur një gabim i përkohshëm.", "Room Settings - %(roomName)s": "Rregullime Dhome - %(roomName)s", @@ -798,7 +788,6 @@ "View older messages in %(roomName)s.": "Shihni mesazhe më të vjetër në %(roomName)s.", "Join the conversation with an account": "Merrni pjesë në bisedë me një llogari", "Sign Up": "Regjistrohuni", - "Sign In": "Hyni", "Reason: %(reason)s": "Arsye: %(reason)s", "Forget this room": "Harroje këtë dhomë", "Re-join": "Rihyni", @@ -1222,7 +1211,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", - "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:", "You'll need to authenticate with the server to confirm the upgrade.": "Do t’ju duhet të bëni mirëfilltësimin me shërbyesin që të ripohohet përmirësimi.", @@ -1289,7 +1277,6 @@ "Ask %(displayName)s to scan your code:": "Kërkojini %(displayName)s të skanojë kodin tuaj:", "If you can't scan the code above, verify by comparing unique emoji.": "Nëse s’e skanoni dot kodin më sipër, verifikojeni duke krahasuar emoji unik.", "You've successfully verified %(displayName)s!": "E verifikuat me sukses %(displayName)s!", - "Got it": "E mora vesh", "Encryption not enabled": "Fshehtëzim jo i aktivizuar", "The encryption used by this room isn't supported.": "Fshehtëzimi i përdorur nga kjo dhomë nuk mbulohet.", "Clear all data in this session?": "Të pastrohen krejt të dhënat në këtë sesion?", @@ -1606,7 +1593,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.": "Këtë mund ta aktivizonit, nëse kjo dhomë do të përdoret vetëm për bashkëpunim me ekipe të brendshëm në shërbyesin tuaj Home. Kjo s’mund të ndryshohet më vonë.", "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.": "Këtë mund të çaktivizonit, nëse dhoma do të përdoret për bashkëpunim me ekipe të jashtëm që kanë shërbyesin e tyre Home. Kjo s’mund të ndryshohet më vonë.", "Block anyone not part of %(serverName)s from ever joining this room.": "Bllokoji cilitdo që s’është pjesë e %(serverName)s marrjen pjesë në këtë dhomë.", - "Unpin": "Shfiksoje", "Safeguard against losing access to encrypted messages & data": "Mbrohuni nga humbja e hyrjes te mesazhe & të dhëna të fshehtëzuara", "not found in storage": "s’u gjet në depozitë", "Backup version:": "Version kopjeruajtjeje:", @@ -2096,7 +2082,6 @@ "Use app for a better experience": "Për një punim më të mirë, përdorni aplikacionin", "Converts the DM to a room": "E shndërron DM-në në një dhomë", "Converts the room to a DM": "E shndërron dhomën në një DM", - "Try again": "Riprovoni", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "I kërkuam shfletuesit të mbajë mend cilin shërbyes Home përdorni, për t’ju lënë të bëni hyrje, por për fat të keq, shfletuesi juaj e ka harruar këtë. Kaloni te faqja e hyrjeve dhe riprovoni.", "We couldn't log you in": "S’ju nxorëm dot nga llogaria juaj", "Show line numbers in code blocks": "Shfaq numra rreshtat në blloqe kodi", @@ -2270,8 +2255,6 @@ }, "Not all selected were added": "S’u shtuan të gjithë të përzgjedhurit", "You are not allowed to view this server's rooms list": "S’keni leje të shihni listën e dhomave të këtij shërbyesi", - "Zoom in": "Zmadhoje", - "Zoom out": "Zvogëloje", "Add reaction": "Shtoni reagim", "Error processing voice message": "Gabim në përpunimin e mesazhit zanor", "We didn't find a microphone on your device. Please check your settings and try again.": "S’gjetëm mikrofon në pajisjen tuaj. Ju lutemi, kontrolloni rregullimet tuaja dhe riprovoni.", @@ -3864,7 +3847,22 @@ "skip": "Anashkaloje", "logout": "Dalje", "view": "Shihni", - "expand": "Zgjeroje" + "expand": "Zgjeroje", + "sign_out": "Dilni", + "sign_in": "Hyni", + "add": "Shtojeni", + "search": "Kërkoni", + "try_again": "Riprovoni", + "go_back": "Kthehu mbrapsht", + "back": "Mbrapsht", + "resend": "Ridërgoje", + "ignore": "Shpërfille", + "zoom_in": "Zmadhoje", + "zoom_out": "Zvogëloje", + "download": "Shkarkoje", + "pin": "Fiksoje", + "unpin": "Shfiksoje", + "got_it": "E mora vesh" }, "a11y": { "user_menu": "Menu përdoruesi" diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 73f7d155838..3555d178bd3 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -95,7 +95,6 @@ "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", "Phone": "Телефон", - "Add": "Додај", "No display name": "Нема приказног имена", "New passwords don't match": "Нове лозинке се не подударају", "Passwords can't be empty": "Лозинке не могу бити празне", @@ -116,7 +115,6 @@ "Are you sure?": "Да ли сте сигурни?", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Нећете моћи да опозовете ову измену јер унапређујете корисника тако да има исти ниво снаге као и ви.", "Unignore": "Не занемаруј више", - "Ignore": "Занемари", "Jump to read receipt": "Скочи на потврду о прочитаности", "Mention": "Спомени", "Admin Tools": "Админ алатке", @@ -156,7 +154,6 @@ "Join Room": "Приступи соби", "Upload avatar": "Отпреми аватар", "Forget room": "Заборави собу", - "Search": "Претрага", "Rooms": "Собе", "Low priority": "Ниска важност", "Historical": "Историја", @@ -207,7 +204,6 @@ "powered by Matrix": "покреће га Матрикс", "Sign in with": "Пријавите се преко", "Email address": "Мејл адреса", - "Sign in": "Пријави се", "Register": "Регистровање", "Something went wrong!": "Нешто је пошло наопако!", "Delete Widget": "Обриши виџет", @@ -350,7 +346,6 @@ "one": "Отпремам датотеку %(filename)s и %(count)s других датотека" }, "Uploading %(filename)s": "Отпремам датотеку %(filename)s", - "Sign out": "Одјави ме", "Failed to change password. Is your password correct?": "Нисам успео да променим лозинку. Да ли је ваша лозинка тачна?", "Unable to remove contact information": "Не могу да уклоним контакт податке", "": "<није подржано>", @@ -442,7 +437,6 @@ "Invite to this room": "Позови у ову собу", "You cannot delete this message. (%(code)s)": "Не можете обрисати ову поруку. (%(code)s)", "Thursday": "Четвртак", - "Back": "Назад", "Show message in desktop notification": "Прикажи поруку у стоном обавештењу", "Messages in group chats": "Поруке у групним ћаскањима", "Yesterday": "Јуче", @@ -450,7 +444,6 @@ "Event Type": "Врста догађаја", "Low Priority": "Најмања важност", "What's New": "Шта је ново", - "Resend": "Поново пошаљи", "Developer Tools": "Програмерске алатке", "Event Content": "Садржај догађаја", "Thank you!": "Хвала вам!", @@ -585,7 +578,6 @@ "All settings": "Сва подешавања", "Feedback": "Повратни подаци", "General failure": "Општа грешка", - "Go Back": "Назад", "Send a bug report with logs": "Пошаљи извештај о грешци са записницима", "a few seconds ago": "пре неколико секунди", "about a minute ago": "пре једног минута", @@ -601,7 +593,6 @@ "System font name": "Назив системског фонта", "Got It": "Разумем", "Light bulb": "сијалица", - "Go back": "Назад", "Hey you. You're the best!": "Хеј! Само напред!", "Custom font size can only be between %(min)s pt and %(max)s pt": "Прилагођена величина фонта може бити између %(min)s и %(max)s тачака", "Theme added!": "Тема додата!", @@ -625,7 +616,6 @@ "Send as message": "Пошаљи у облику поруке", "Failed to revoke invite": "Неуспех при отказивању позивнице", "Revoke invite": "Откажи позивницу", - "Got it": "Разумем", "Categories": "Категорије", "Your theme": "Ваша тема", "Looks good": "Изгледа добро", @@ -652,7 +642,6 @@ "Are you sure you want to cancel entering passphrase?": "Заиста желите да откажете унос фразе?", "Cancel entering passphrase?": "Отказати унос фразе?", "Custom (%(level)s)": "Посебан %(level)s", - "Sign In": "Пријави се", "Create Account": "Направи налог", "Use your account or create a new one to continue.": "Користите постојећи или направите нови да наставите.", "Sign In or Create Account": "Пријавите се или направите налог", @@ -998,11 +987,9 @@ "Converts the DM to a room": "Претвара директно дописивање у собу", "Changes the avatar of the current room": "Мења аватар тренутне собе", "Changes your display nickname in the current room only": "Мења ваше приказно име само у тренутној соби", - "Try again": "Покушај поново", "We couldn't log you in": "Не могу да вас пријавим", "Double check that your server supports the room version chosen and try again.": "Добро проверите да ли сервер подржава изабрану верзију собе и пробајте поново.", "a few seconds from now": "за неколико секунди", - "Pin": "чиода", "Folder": "фасцикла", "Headphones": "слушалице", "Anchor": "сидро", @@ -1340,7 +1327,18 @@ "upload": "Отпреми", "share": "Објави", "skip": "Прескочи", - "logout": "Одјава" + "logout": "Одјава", + "sign_out": "Одјави ме", + "sign_in": "Пријави се", + "add": "Додај", + "search": "Претрага", + "try_again": "Покушај поново", + "go_back": "Назад", + "back": "Назад", + "resend": "Поново пошаљи", + "ignore": "Занемари", + "pin": "чиода", + "got_it": "Разумем" }, "Home": "Почетна" } diff --git a/src/i18n/strings/sr_Latn.json b/src/i18n/strings/sr_Latn.json index a1d000299b6..25a098d9908 100644 --- a/src/i18n/strings/sr_Latn.json +++ b/src/i18n/strings/sr_Latn.json @@ -6,7 +6,6 @@ "Add Phone Number": "Dodajte broj telefona", "Your %(brand)s is misconfigured": "Vaš %(brand)s nije dobro podešen", "Chat with %(brand)s Bot": "Ćaskajte sa %(brand)s botom", - "Sign In": "Prijavite se", "powered by Matrix": "pokreće Matriks", "Explore rooms": "Istražite sobe", "Send": "Pošalji", @@ -97,6 +96,7 @@ "action": { "confirm": "Potvrdi", "dismiss": "Odbaci", - "trust": "Vjeruj" + "trust": "Vjeruj", + "sign_in": "Prijavite se" } } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 4de9f3c04df..7a97ff05273 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -61,7 +61,6 @@ "Failed to unban": "Misslyckades att avbanna", "Failed to verify email address: make sure you clicked the link in the email": "Misslyckades att bekräfta e-postadressen: set till att du klickade på länken i e-postmeddelandet", "Favourite": "Favoritmarkera", - "Add": "Lägg till", "Admin Tools": "Admin-verktyg", "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.", @@ -119,7 +118,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", - "Search": "Sök", "Search failed": "Sökning misslyckades", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s skickade en bild.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s bjöd in %(targetDisplayName)s att gå med i rummet.", @@ -130,8 +128,6 @@ "Session ID": "Sessions-ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Visa tidsstämplar i 12-timmarsformat (t.ex. 2:30em)", "Signed Out": "Loggade ut", - "Sign in": "Logga in", - "Sign out": "Logga ut", "Someone": "Någon", "Start authentication": "Starta autentisering", "Create new room": "Skapa nytt rum", @@ -197,7 +193,6 @@ "Failed to add tag %(tagName)s to room": "Misslyckades att lägga till etiketten %(tagName)s till rummet", "Filter results": "Filtrera resultaten", "No update available.": "Ingen uppdatering tillgänglig.", - "Resend": "Skicka igen", "Collecting app version information": "Samlar in appversionsinformation", "Tuesday": "tisdag", "Search…": "Sök…", @@ -215,7 +210,6 @@ "When I'm invited to a room": "När jag bjuds in till ett rum", "Invite to this room": "Bjud in till rummet", "Thursday": "torsdag", - "Back": "Tillbaka", "Show message in desktop notification": "Visa meddelande i skrivbordsavisering", "Messages in group chats": "Meddelanden i gruppchattar", "Yesterday": "igår", @@ -242,7 +236,6 @@ "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", "Unignore": "Avignorera", - "Ignore": "Ignorera", "Mention": "Nämn", "Voice call": "Röstsamtal", "Video call": "Videosamtal", @@ -644,7 +637,6 @@ "Anchor": "Ankare", "Headphones": "Hörlurar", "Folder": "Mapp", - "Pin": "Häftstift", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Vi har skickat ett e-brev till dig för att verifiera din adress. Följ instruktionerna där och klicka sedan på knappen nedan.", "Email Address": "E-postadress", "Unable to verify phone number.": "Kunde inte verifiera telefonnumret.", @@ -767,7 +759,6 @@ "Manually export keys": "Exportera nycklar manuellt", "You'll lose access to your encrypted messages": "Du kommer att förlora åtkomst till dina krypterade meddelanden", "Are you sure you want to sign out?": "Är du säker på att du vill logga ut?", - "Go back": "Gå tillbaka", "Room Settings - %(roomName)s": "Rumsinställningar - %(roomName)s", "Sign out and remove encryption keys?": "Logga ut och ta bort krypteringsnycklar?", "To help us prevent this in future, please send us logs.": "För att hjälpa oss att förhindra detta i framtiden, vänligen skicka oss loggar.", @@ -860,7 +851,6 @@ "Code block": "Kodblock", "Join the conversation with an account": "Gå med i konversationen med ett konto", "Sign Up": "Registrera dig", - "Sign In": "Logga in", "Prompt before sending invites to potentially invalid matrix IDs": "Fråga innan inbjudningar skickas till potentiellt ogiltiga Matrix-ID:n", "Show all": "Visa alla", "reacted with %(shortName)s": "reagerade med %(shortName)s", @@ -1039,7 +1029,6 @@ "Confirm adding phone number": "Bekräfta tilläggning av telefonnumret", "Click the button below to confirm adding this phone number.": "Klicka på knappen nedan för att bekräfta tilläggning av telefonnumret.", "Are you sure you want to cancel entering passphrase?": "Är du säker på att du vill avbryta inmatning av lösenfrasen?", - "Go Back": "Gå tillbaka", "%(name)s is requesting verification": "%(name)s begär verifiering", "Sends a message as html, without interpreting it as markdown": "Skicka ett meddelande som HTML, utan att tolka det som Markdown", "Joins room with given address": "Går med i rummet med den givna adressen", @@ -1362,7 +1351,6 @@ "You've successfully verified your device!": "Du har verifierat din enhet framgångsrikt!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Du har verifierat %(deviceName)s (%(deviceId)s) framgångsrikt!", "You've successfully verified %(displayName)s!": "Du har verifierat %(displayName)s framgångsrikt!", - "Got it": "Uppfattat", "Start verification again from the notification.": "Starta verifiering igen från aviseringen.", "Start verification again from their profile.": "Starta verifiering igen från deras profil.", "Verification timed out.": "Verifieringen löpte ut.", @@ -1562,7 +1550,6 @@ "Use a different passphrase?": "Använd en annan lösenfras?", "That doesn't match.": "Det matchar inte.", "Go back to set it again.": "Gå tillbaka och sätt den igen.", - "Download": "Ladda ner", "Unable to query secret storage status": "Kunde inte fråga efter status på hemlig lagring", "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "Om du avbryter nu så kan du förlora krypterade meddelanden och data om du förlorar åtkomst till dina inloggningar.", "You can also set up Secure Backup & manage your keys in Settings.": "Du kan även ställa in säker säkerhetskopiering och hantera dina nycklar i inställningarna.", @@ -1607,7 +1594,6 @@ "Not encrypted": "Inte krypterad", "Room settings": "Rumsinställningar", "Take a picture": "Ta en bild", - "Unpin": "Avfäst", "Cross-signing is ready for use.": "Korssignering är klart att användas.", "Cross-signing is not set up.": "Korssignering är inte inställt.", "Backup version:": "Version av säkerhetskopia:", @@ -2103,7 +2089,6 @@ "Show line numbers in code blocks": "Visa radnummer i kodblock", "Expand code blocks by default": "Expandera kodblock för förval", "Show stickers button": "Visa dekalknapp", - "Try again": "Försök igen", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Vi bad webbläsaren att komma ihåg vilken hemserver du använder för att logga in, men tyvärr har din webbläsare glömt det. Gå till inloggningssidan och försök igen.", "We couldn't log you in": "Vi kunde inte logga in dig", "Values at explicit levels in this room:": "Värden vid explicita nivåer i det här rummet:", @@ -2242,8 +2227,6 @@ "Forgotten or lost all recovery methods? Reset all": "Glömt eller förlorat alla återställningsalternativ? Återställ allt", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Om du gör det, observera att inga av dina meddelanden kommer att raderas, men sökupplevelsen kan degraderas en stund medans registret byggs upp igen", "View message": "Visa meddelande", - "Zoom in": "Zooma in", - "Zoom out": "Zooma ut", "%(seconds)ss left": "%(seconds)ss kvar", "Change server ACLs": "Ändra server-ACLer", "Delete all": "Radera alla", @@ -3911,7 +3894,22 @@ "skip": "Hoppa över", "logout": "Logga ut", "view": "Visa", - "expand": "Expandera" + "expand": "Expandera", + "sign_out": "Logga ut", + "sign_in": "Logga in", + "add": "Lägg till", + "search": "Sök", + "try_again": "Försök igen", + "go_back": "Gå tillbaka", + "back": "Tillbaka", + "resend": "Skicka igen", + "ignore": "Ignorera", + "zoom_in": "Zooma in", + "zoom_out": "Zooma ut", + "download": "Ladda ner", + "pin": "Häftstift", + "unpin": "Avfäst", + "got_it": "Uppfattat" }, "a11y": { "user_menu": "Användarmeny" diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index d333fc38d43..e97e628856e 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -22,8 +22,6 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", - "Resend": "மீண்டும் அனுப்பு", - "Search": "தேடு", "Search…": "தேடு…", "Send": "அனுப்பு", "Send logs": "பதிவுகளை அனுப்பு", @@ -49,7 +47,6 @@ "Yesterday": "நேற்று", "No update available.": "எந்த புதுப்பிப்பும் இல்லை.", "Thank you!": "உங்களுக்கு நன்றி", - "Back": "பின்", "Event sent!": "நிகழ்வு அனுப்பப்பட்டது", "Event Type": "நிகழ்வு வகை", "Event Content": "நிகழ்வு உள்ளடக்கம்", @@ -59,7 +56,6 @@ "This phone number is already in use": "இந்த தொலைபேசி எண் முன்னதாகவே பயன்பாட்டில் உள்ளது", "Failed to verify email address: make sure you clicked the link in the email": "மின்னஞ்சல் முகவரியை சரிபார்க்க முடியவில்லை: மின்னஞ்சலில் உள்ள இணைப்பை அழுத்தியுள்ளீர்களா என்பதை உறுதிப்படுத்தவும்", "Your %(brand)s is misconfigured": "உங்கள் %(brand)s தவறாக உள்ளமைக்கப்பட்டுள்ளது", - "Sign In": "உள்நுழைக", "Call Failed": "அழைப்பு தோல்வியுற்றது", "You cannot place a call with yourself.": "நீங்கள் உங்களுடனே அழைப்பை மேற்கொள்ள முடியாது.", "Permission Required": "அனுமதி தேவை", @@ -147,6 +143,10 @@ "dismiss": "நீக்கு", "cancel": "ரத்து", "close": "மூடு", - "update": "புதுப்பி" + "update": "புதுப்பி", + "sign_in": "உள்நுழைக", + "search": "தேடு", + "back": "பின்", + "resend": "மீண்டும் அனுப்பு" } } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index 8e4f2bff91a..99f47f6d8c9 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -1,6 +1,5 @@ { "Account": "ఖాతా", - "Add": "చేర్చు", "Admin": "అడ్మిన్", "Admin Tools": "నిర్వాహకుని ఉపకరణాలు", "No Microphones detected": "మైక్రోఫోన్లు కనుగొనబడలేదు", @@ -74,7 +73,6 @@ "Favourite": "గుర్తుంచు", "Notifications": "ప్రకటనలు", "Operation failed": "కార్యం విఫలమైంది", - "Search": "శోధన", "Sunday": "ఆదివారం", "Messages sent by bot": "బాట్ పంపిన సందేశాలు", "Notification targets": "తాఖీదు లక్ష్యాలు", @@ -88,7 +86,6 @@ "Messages in one-to-one chats": "సందేశాలు నుండి ఒకరికి ఒకటి మాటామంతి", "Failed to add tag %(tagName)s to room": "%(tagName)s ను బొందు జోడించడంలో విఫలమైంది", "No update available.": "ఏ నవీకరణ అందుబాటులో లేదు.", - "Resend": "మళ్ళి పంపుము", "Collecting app version information": "అనువర్తన సంస్కరణ సమాచారాన్ని సేకరించడం", "Tuesday": "మంగళవారం", "Monday": "సోమవారం", @@ -131,6 +128,9 @@ "dismiss": "రద్దుచేసే", "cancel": "రద్దు", "close": "ముసివెయండి", - "accept": "అంగీకరించు" + "accept": "అంగీకరించు", + "add": "చేర్చు", + "search": "శోధన", + "resend": "మళ్ళి పంపుము" } } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index f93e0b4ad8b..d7b32395d9b 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -19,7 +19,6 @@ "Notifications": "การแจ้งเตือน", "Operation failed": "การดำเนินการล้มเหลว", "powered by Matrix": "ใช้เทคโนโลยี Matrix", - "Search": "ค้นหา", "unknown error code": "รหัสข้อผิดพลาดที่ไม่รู้จัก", "Favourite": "รายการโปรด", "Failed to forget room %(errCode)s": "การลืมห้องล้มเหลว %(errCode)s", @@ -102,8 +101,6 @@ "Server may be unavailable, overloaded, or you hit a bug.": "เซิร์ฟเวอร์อาจไม่พร้อมใช้งาน ทำงานหนักเกินไป หรือเจอจุดบกพร่อง", "Server unavailable, overloaded, or something else went wrong.": "เซิร์ฟเวอร์อาจไม่พร้อมใช้งาน ทำงานหนักเกินไป หรือบางอย่างผิดปกติ", "Signed Out": "ออกจากระบบแล้ว", - "Sign in": "เข้าสู่ระบบ", - "Sign out": "ออกจากระบบ", "Someone": "ใครบางคน", "Always show message timestamps": "แสดงเวลาในแชทเสมอ", "Show timestamps in 12 hour format (e.g. 2:30pm)": "แสดงเวลาในแชทในรูปแบบ 12 ชั่วโมง (เช่น 2:30pm)", @@ -165,7 +162,6 @@ "Confirm Removal": "ยืนยันการลบ", "Unknown error": "ข้อผิดพลาดที่ไม่รู้จัก", "Incorrect password": "รหัสผ่านไม่ถูกต้อง", - "Add": "เพิ่ม", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { "one": "(~%(count)s ผลลัพท์)", @@ -194,7 +190,6 @@ "Changelog": "บันทึกการเปลี่ยนแปลง", "Waiting for response from server": "กำลังรอการตอบสนองจากเซิร์ฟเวอร์", "This Room": "ห้องนี้", - "Resend": "ส่งใหม่", "Messages containing my display name": "ข้อความที่มีชื่อของฉัน", "Messages in one-to-one chats": "ข้อความในแชทตัวต่อตัว", "Unavailable": "ไม่มี", @@ -227,7 +222,6 @@ "Off": "ปิด", "Failed to remove tag %(tagName)s from room": "การลบแท็ก %(tagName)s จากห้องล้มเหลว", "Explore rooms": "สำรวจห้อง", - "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", "Add Email Address": "เพิ่มที่อยู่อีเมล", "Already in call": "อยู่ในสายแล้ว", @@ -383,7 +377,6 @@ }, "%(user1)s and %(user2)s": "%(user1)s และ %(user2)s", "Empty room": "ห้องว่าง", - "Try again": "ลองอีกครั้ง", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "เราส่งคำขอให้เบราว์เซอร์จดจำโฮมเซิร์ฟเวอร์ที่คุณใช้เพื่ออนุญาตให้คุณลงชื่อเข้าใช้, แต่น่าเสียดายที่เบราว์เซอร์ของคุณไม่จดจำ. ไปที่หน้าลงชื่อเข้าใช้แล้วลองอีกครั้ง.", "Main address": "ที่อยู่หลัก", "Error removing address": "เกิดข้อผิดพลาดในการนำที่อยู่ออก", @@ -425,9 +418,7 @@ "Failed to connect to integration manager": "ไม่สามารถเชื่อมต่อกับตัวจัดการการรวม", "General failure": "ข้อผิดพลาดทั่วไป", "General": "ทั่วไป", - "Download": "ดาวน์โหลด", "collapse": "ยุบ", - "Ignore": "เพิกเฉย", "Idle": "ว่าง", "Online": "ออนไลน์", "Your email address does not appear to be associated with a Matrix ID on this homeserver.": "ที่อยู่อีเมลของคุณไม่ได้เชื่อมโยงกับ Matrix ID บนโฮมเซิร์ฟเวอร์นี้", @@ -480,7 +471,15 @@ "delete": "ลบ", "upload": "อัปโหลด", "skip": "ข้าม", - "logout": "ออกจากระบบ" + "logout": "ออกจากระบบ", + "sign_out": "ออกจากระบบ", + "sign_in": "เข้าสู่ระบบ", + "add": "เพิ่ม", + "search": "ค้นหา", + "try_again": "ลองอีกครั้ง", + "resend": "ส่งใหม่", + "ignore": "เพิกเฉย", + "download": "ดาวน์โหลด" }, "Home": "เมนูหลัก" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 26b859792a3..54ee4b309d7 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -1,6 +1,5 @@ { "Account": "Hesap", - "Add": "Ekle", "Admin": "Admin", "Admin Tools": "Admin Araçları", "No Microphones detected": "Hiçbir Mikrofon bulunamadı", @@ -120,7 +119,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", - "Search": "Ara", "Search failed": "Arama başarısız", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s bir resim gönderdi.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s %(targetDisplayName)s' a odaya katılması için bir davet gönderdi.", @@ -131,8 +129,6 @@ "Session ID": "Oturum ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Zaman damgalarını 12 biçiminde göster (örn. 2:30 pm)", "Signed Out": "Oturum Kapatıldı", - "Sign in": "Giriş Yap", - "Sign out": "Çıkış Yap", "Someone": "Birisi", "Start authentication": "Kimlik Doğrulamayı başlatın", "Submit": "Gönder", @@ -263,7 +259,6 @@ "Unavailable": "Kullanım dışı", "Source URL": "Kaynak URL", "Failed to add tag %(tagName)s to room": "%(tagName)s etiketi odaya eklenemedi", - "Resend": "Yeniden Gönder", "Collecting app version information": "Uygulama sürümü bilgileri toplanıyor", "Tuesday": "Salı", "Unnamed room": "İsimsiz oda", @@ -398,7 +393,6 @@ "Hide advanced": "Gelişmiş gizle", "Show advanced": "Gelişmiş göster", "Incompatible Database": "Uyumsuz Veritabanı", - "Back": "Geri", "Event sent!": "Olay gönderildi!", "Event Type": "Olay Tipi", "State Key": "Durum Anahtarı", @@ -515,7 +509,6 @@ "Room Notification": "Oda Bildirimi", "That matches!": "Eşleşti!", "That doesn't match.": "Eşleşmiyor.", - "Download": "İndir", "Success!": "Başarılı!", "Unable to create key backup": "Anahtar yedeği oluşturulamıyor", "New Recovery Method": "Yeni Kurtarma Yöntemi", @@ -607,7 +600,6 @@ "Trophy": "Ödül", "wait and try again later": "bekle ve tekrar dene", "Disconnect anyway": "Yinede bağlantıyı kes", - "Go back": "Geri dön", "Do not use an identity server": "Bir kimlik sunucu kullanma", "Enter a new identity server": "Yeni bir kimlik sunucu gir", "Change": "Değiştir", @@ -714,7 +706,6 @@ "System Alerts": "Sistem Uyarıları", "Join the conversation with an account": "Konuşmaya bir hesapla katıl", "Sign Up": "Kayıt Ol", - "Sign In": "Giriş Yap", "Reason: %(reason)s": "Sebep: %(reason)s", "Forget this room": "Bu odayı unut", "Re-join": "Yeniden katıl", @@ -779,7 +770,6 @@ "Personal ban list": "Kişisel yasak listesi", "Server or user ID to ignore": "Yoksaymak için sunucu veya kullanıcı ID", "eg: @bot:* or example.org": "örn: @bot:* veya example.org", - "Ignore": "Yoksay", "Subscribed lists": "Abone olunmuş listeler", "If this isn't what you want, please use a different tool to ignore users.": "Eğer istediğiniz bu değilse, kullanıcıları yoksaymak için lütfen farklı bir araç kullanın.", "Subscribe": "Abone ol", @@ -813,7 +803,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ığı", - "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", "Ignores a user, hiding their messages from you": "Mesajlarını senden gizleyerek, bir kullanıcıyı yok sayar", @@ -1076,7 +1065,6 @@ "Scan this unique code": "Bu eşsiz kodu tara", "Cancelling…": "İptal ediliyor…", "Lock": "Kilit", - "Pin": "Şifre", "Your homeserver does not support cross-signing.": "Ana sunucunuz çapraz imzalamayı desteklemiyor.", "exists": "mevcut", "Your keys are not being backed up from this session.": "Anahtarlarınız bu oturum tarafından yedeklenmiyor.", @@ -1703,7 +1691,6 @@ "Away": "Uzakta", "Quick Reactions": "Hızlı Tepkiler", "Widgets": "Widgetlar", - "Unpin": "Sabitlemeyi kaldır", "Download logs": "Günlükleri indir", "Notification options": "Bildirim ayarları", "Looks good!": "İyi görünüyor!", @@ -1845,7 +1832,6 @@ "Use app": "Uygulamayı kullan", "Use app for a better experience": "Daha iyi bir deneyim için uygulamayı kullanın", "Remain on your screen while running": "Uygulama çalışırken lütfen başka uygulamaya geçmeyin", - "Try again": "Yeniden deneyin", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s odadaki ileti sabitlemelerini değiştirdi.", "%(senderName)s withdrew %(targetName)s's invitation": "%(senderName)s, %(targetName)s kullanıcısının davetini geri çekti", "%(senderName)s withdrew %(targetName)s's invitation: %(reason)s": "%(senderName)s,%(targetName)s kullanıcısının davetini geri çekti: %(reason)s", @@ -1871,7 +1857,6 @@ "You're already in a call with this person.": "Bu kişi ile halihazırda çağrıdasınız.", "The user you called is busy.": "Aradığınız kullanıcı meşgul.", "User Busy": "Kullanıcı Meşgul", - "Got it": "Anlaşıldı", "You've successfully verified %(displayName)s!": "%(displayName)s başarıyla doğruladınız!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "%(deviceName)s (%(deviceId)s) başarıyla doğruladınız!", "You've successfully verified your device!": "Cihazınızı başarıyla doğruladınız!", @@ -2028,7 +2013,20 @@ "share": "Paylaş", "skip": "Atla", "logout": "Çıkış Yap", - "view": "Görüntüle" + "view": "Görüntüle", + "sign_out": "Çıkış Yap", + "sign_in": "Giriş Yap", + "add": "Ekle", + "search": "Ara", + "try_again": "Yeniden deneyin", + "go_back": "Geri dön", + "back": "Geri", + "resend": "Yeniden Gönder", + "ignore": "Yoksay", + "download": "İndir", + "pin": "Şifre", + "unpin": "Sabitlemeyi kaldır", + "got_it": "Anlaşıldı" }, "a11y": { "user_menu": "Kullanıcı menüsü" diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index f4e37186803..532daff37c7 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -4,7 +4,6 @@ "Actions": "Tugawin", "Messages": "Tuzinin", "Create Account": "senflul amiḍan", - "Sign In": "Kcem", "Dec": "Duj", "Nov": "Nuw", "Oct": "Kṭu", @@ -70,12 +69,9 @@ "Search…": "Arezzu…", "A-Z": "A-Ẓ", "Re-join": "als-lkem", - "Search": "Rzu", "%(duration)sd": "%(duration)sas", "Camera": "Takamiṛa", "Microphone": "Amikṛu", - "Add": "Rnu", - "Ignore": "Nexxel", "None": "Walu", "Account": "Amiḍan", "Algorithm:": "Talguritmit:", @@ -140,7 +136,11 @@ "close": "Rgel", "upgrade": "Leqqem", "share": "Bḍu", - "logout": "Ffeɣ" + "logout": "Ffeɣ", + "sign_in": "Kcem", + "add": "Rnu", + "search": "Rzu", + "ignore": "Nexxel" }, "Home": "Asnubeg" } diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index edc94fd633e..59b1e5cd285 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -5,11 +5,9 @@ "Notifications": "Сповіщення", "Operation failed": "Не вдалося виконати дію", "powered by Matrix": "працює на Matrix", - "Search": "Пошук", "unknown error code": "невідомий код помилки", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", "Account": "Обліковий запис", - "Add": "Додати", "Admin": "Адміністратор", "Admin Tools": "Засоби адміністрування", "No Microphones detected": "Мікрофон не виявлено", @@ -66,7 +64,6 @@ "Messages sent by bot": "Повідомлення, надіслані ботом", "Filter results": "Відфільтрувати результати", "No update available.": "Оновлення відсутні.", - "Resend": "Перенадіслати", "Collecting app version information": "Збір інформації про версію застосунку", "When I'm invited to a room": "Коли мене запрошено до кімнати", "Tuesday": "Вівторок", @@ -90,7 +87,6 @@ "Thursday": "Четвер", "Search…": "Пошук…", "Logs sent": "Журнали надіслані", - "Back": "Назад", "Show message in desktop notification": "Показувати повідомлення у стільничних сповіщеннях", "Messages in group chats": "Повідомлення у групових бесідах", "Yesterday": "Вчора", @@ -265,7 +261,6 @@ "The conversation continues here.": "Розмова триває тут.", "This room has been replaced and is no longer active.": "Ця кімната була замінена і не є активною.", "You do not have permission to post to this room": "У вас немає дозволу писати в цій кімнаті", - "Sign out": "Вийти", "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": "Продовжити із вимкненим шифруванням", @@ -315,7 +310,6 @@ "Sign In or Create Account": "Увійти або створити обліковий запис", "Use your account or create a new one to continue.": "Скористайтесь вашим обліковим записом або створіть новий, щоб продовжити.", "Create Account": "Створити обліковий запис", - "Sign In": "Увійти", "Later": "Пізніше", "Review": "Переглянути", "Language and region": "Мова та регіон", @@ -366,7 +360,6 @@ "Deactivate user": "Деактивувати користувача", "Failed to deactivate user": "Не вдалося деактивувати користувача", "Are you sure you want to cancel entering passphrase?": "Ви точно хочете скасувати введення парольної фрази?", - "Go Back": "Назад", "%(name)s is requesting verification": "%(name)s робить запит на звірення", "Command error": "Помилка команди", "Sends a message as html, without interpreting it as markdown": "Надсилає повідомлення у вигляді HTML, не інтерпретуючи його як розмітку", @@ -548,7 +541,6 @@ "Personal ban list": "Особистий список блокування", "Server or user ID to ignore": "Сервер або ID користувача для ігнорування", "eg: @bot:* or example.org": "наприклад: @bot:* або example.org", - "Ignore": "Ігнорувати", "Subscribed lists": "Підписані списки", "Subscribing to a ban list will cause you to join it!": "Підписавшись на список блокування ви приєднаєтесь до нього!", "If this isn't what you want, please use a different tool to ignore users.": "Якщо вас це не влаштовує, спробуйте інший інструмент для ігнорування користувачів.", @@ -635,7 +627,6 @@ "Anchor": "Якір", "Headphones": "Навушники", "Folder": "Тека", - "Pin": "Кнопка", "Accept to continue:": "Погодьтеся з для продовження:", "Flower": "Квітка", "Unicorn": "Єдиноріг", @@ -1174,7 +1165,6 @@ "Enable encryption?": "Увімкнути шифрування?", "Enable room encryption": "Увімкнути шифрування кімнати", "Encryption": "Шифрування", - "Try again": "Спробувати ще раз", "%(creator)s created this DM.": "%(creator)s створює цю приватну розмову.", "Share Link to User": "Поділитися посиланням на користувача", "In reply to ": "У відповідь на ", @@ -1281,8 +1271,6 @@ "Information": "Відомості", "Rotate Right": "Обернути праворуч", "Rotate Left": "Обернути ліворуч", - "Zoom in": "Збільшити", - "Zoom out": "Зменшити", "collapse": "згорнути", "Application window": "Вікно застосунку", "Error - Mixed content": "Помилка — змішаний вміст", @@ -1367,7 +1355,6 @@ "Download logs": "Завантажити журнали", "Preparing to download logs": "Приготування до завантаження журналів", "Download %(text)s": "Завантажити %(text)s", - "Download": "Завантажити", "Error downloading theme information.": "Помилка завантаження відомостей теми.", "Room ID": "ID кімнати", "Decide who can join %(roomName)s.": "Вкажіть, хто може приєднуватися до %(roomName)s.", @@ -1415,7 +1402,6 @@ "%(ssoButtons)s Or %(usernamePassword)s": "%(ssoButtons)s або %(usernamePassword)s", "Sign in with": "Увійти за допомогою", "Sign in with SSO": "Увійти за допомогою SSO", - "Sign in": "Увійти", "Got an account? Sign in": "Маєте обліковий запис? Увійти", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s відкріплює повідомлення з цієї кімнати. Перегляньте всі прикріплені повідомлення.", "%(senderName)s unpinned a message from this room. See all pinned messages.": "%(senderName)s відкріплює повідомлення з цієї кімнати. Перегляньте всі прикріплені повідомлення.", @@ -1717,7 +1703,6 @@ "Add some details to help people recognise it.": "Додайте якісь подробиці, щоб допомогти людям дізнатися про нього.", "Your private space": "Ваш приватний простір", "Your public space": "Ваш загальнодоступний простір", - "Go back": "Назад", "Invite only, best for yourself or teams": "Лише за запрошенням, найкраще для себе чи для команди", "Open space for anyone, best for communities": "Відкритий простір для будь-кого, найкраще для спільнот", "Create a space": "Створити простір", @@ -1817,7 +1802,6 @@ "Decrypting": "Розшифрування", "Downloading": "Завантаження", "Missed call": "Пропущений виклик", - "Got it": "Зрозуміло", "%(count)s sessions": { "one": "%(count)s сеанс", "other": "Сеансів: %(count)s" @@ -2206,7 +2190,6 @@ "Message didn't send. Click for info.": "Повідомлення не надіслане. Натисніть, щоб дізнатись більше.", "Invite to just this room": "Запросити лише до цієї кімнати", "%(seconds)ss left": "Ще %(seconds)s с", - "Unpin": "Відкріпити", "Insert link": "Додати посилання", "Only the two of you are in this conversation, unless either of you invites anyone to join.": "У цій розмові вас лише двоє, поки хтось із вас не запросить іще когось приєднатися.", "Set my room layout for everyone": "Встановити мій вигляд кімнати всім", @@ -3971,7 +3954,22 @@ "skip": "Пропустити", "logout": "Вийти", "view": "Перегляд", - "expand": "Розгорнути" + "expand": "Розгорнути", + "sign_out": "Вийти", + "sign_in": "Увійти", + "add": "Додати", + "search": "Пошук", + "try_again": "Спробувати ще раз", + "go_back": "Назад", + "back": "Назад", + "resend": "Перенадіслати", + "ignore": "Ігнорувати", + "zoom_in": "Збільшити", + "zoom_out": "Зменшити", + "download": "Завантажити", + "pin": "Кнопка", + "unpin": "Відкріпити", + "got_it": "Зрозуміло" }, "a11y": { "user_menu": "Користувацьке меню" diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index 6da14be00a3..216102876d5 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -195,10 +195,8 @@ "Enable URL previews for this room (only affects you)": "Bật xem trước nội dung liên kết trong phòng này (chỉ với bạn)", "Enable URL previews by default for participants in this room": "Bật xem trước nội dung liên kết cho mọi người trong phòng này", "Enable widget screenshots on supported widgets": "Bật widget chụp màn hình cho các widget có hỗ trợ", - "Sign In": "Đăng nhập", "Explore rooms": "Khám phá các phòng", "Create Account": "Tạo tài khoản", - "Ignore": "Tảng lờ", "Bug reporting": "Báo cáo lỗi", "Vietnam": "Việt Nam", "Voice call": "Gọi thoại", @@ -226,7 +224,6 @@ "Failed to ban user": "Đã có lỗi khi chặn người dùng", "Are you sure you want to leave the room '%(roomName)s'?": "Bạn có chắc chắn muốn rời khỏi phòng '%(roomName)s' không?", "Use an email address to recover your account": "Sử dụng địa chỉ thư điện tử để khôi phục tài khoản của bạn", - "Sign in": "Đăng nhập", "Confirm adding phone number": "Xác nhận thêm số điện thoại", "Confirm adding this phone number by using Single Sign On to prove your identity.": "Xác nhận thêm số điện thoại này bằng cách sử dụng Đăng Nhập Một Lần để chứng minh danh tính của bạn.", "Add Email Address": "Thêm địa chỉ thử điện tử", @@ -563,7 +560,6 @@ "Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "Máy chủ của bạn không phản hồi một số yêu cầu của bạn. Dưới đây là một số lý do có thể xảy ra nhất.", "Server isn't responding": "Máy chủ không phản hồi", "You're all caught up.": "Bạn đã bắt kịp tất cả.", - "Resend": "Gửi lại", "You'll upgrade this room from to .": "Bạn sẽ nâng cấp phòng này từ thành .", "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": " Xin lưu ý rằng việc nâng cấp sẽ tạo ra một phiên bản mới của phòng . Tất cả các tin nhắn hiện tại sẽ ở trong phòng lưu trữ này.", "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Nâng cấp phòng là một hành động nâng cao và thường được khuyến nghị khi phòng không ổn định do lỗi, thiếu tính năng hoặc lỗ hổng bảo mật.", @@ -783,7 +779,6 @@ "Incompatible Database": "Cơ sở dữ liệu không tương thích", "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Trước đây, bạn đã sử dụng phiên bản %(brand)s mới hơn với phiên này. Để sử dụng lại phiên bản này với mã hóa đầu cuối, bạn cần đăng xuất và đăng nhập lại.", "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": "Để tránh mất lịch sử trò chuyện, bạn phải xuất chìa khóa phòng trước khi đăng xuất. Bạn sẽ cần quay lại phiên bản %(brand)s mới hơn để thực hiện việc này", - "Sign out": "Đăng xuất", "Want to add an existing space instead?": "Thay vào đó, bạn muốn thêm một space hiện có?", "Add a space to a space you manage.": "Thêm một space vào một space mà bạn quản lý.", "Only people invited will be able to find and join this space.": "Chỉ những người được mời mới có thể tìm và tham gia space này.", @@ -1041,8 +1036,6 @@ "Information": "Thông tin", "Rotate Right": "Xoay phải", "Rotate Left": "Xoay trái", - "Zoom in": "Phóng to", - "Zoom out": "Thu nhỏ", "%(count)s people you know have already joined": { "one": "%(count)s người bạn đã biết vừa tham gia", "other": "%(count)s người bạn đã biết vừa tham gia" @@ -1140,7 +1133,6 @@ "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.", - "Download": "Tải xuống", "Decrypting": "Đang giải mã", "Downloading": "Đang tải xuống", "Yesterday": "Hôm qua", @@ -1167,7 +1159,6 @@ "Verification timed out.": "Đã hết thời gian xác thực.", "Start verification again from their profile.": "Bắt đầu xác thực lại từ hồ sơ của họ.", "Start verification again from the notification.": "Bắt đầu xác thực lại từ thông báo.", - "Got it": "Đã nhận được", "You've successfully verified %(displayName)s!": "Bạn đã xác thực thành công %(displayName)s!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Bạn đã xác minh thành công %(deviceName)s (%(deviceId)s)!", "You've successfully verified your device!": "Bạn đã xác minh thành công thiết bị của mình!", @@ -1329,7 +1320,6 @@ "Create new room": "Tạo phòng mới", "Add room": "Thêm phòng", "Rooms": "Phòng", - "Search": "Tìm kiếm", "Show Widgets": "Hiển thị widget", "Hide Widgets": "Ẩn widget", "Forget room": "Quên phòng", @@ -1355,7 +1345,6 @@ "%(duration)sm": "%(duration)sm", "%(duration)ss": "%(duration)ss", "View message": "Xem tin nhăn", - "Unpin": "Bỏ ghim", "Message didn't send. Click for info.": "Tin nhắn chưa gửi. Nhấn để biết thông tin.", "End-to-end encryption isn't enabled": "Mã hóa đầu-cuối chưa được bật", "Enable encryption in settings.": "Bật mã hóa trong phần cài đặt.", @@ -1537,7 +1526,6 @@ "Theme added!": "Đã thêm chủ đề!", "Error downloading theme information.": "Lỗi khi tải xuống thông tin chủ đề.", "Invalid theme schema.": "Lược đồ chủ đề không hợp lệ.", - "Add": "Thêm", "Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.": "Người quản lý tích hợp nhận dữ liệu cấu hình và có thể sửa đổi các tiện ích, gửi lời mời vào phòng và đặt mức năng lượng thay mặt bạn.", "Manage integrations": "Quản lý các tích hợp", "Use an integration manager to manage bots, widgets, and sticker packs.": "Sử dụng trình quản lý tích hợp để quản lý bot, tiện ích và gói sticker cảm xúc.", @@ -1609,7 +1597,6 @@ "Start Verification": "Bắt đầu xác thực", "Accepting…": "Đang chấp nhận…", "Waiting for %(displayName)s to accept…": "Đang chờ %(displayName)s chấp nhận…", - "Back": "Quay lại", "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.": "Khi ai đó đặt URL trong tin nhắn của họ, bản xem trước URL có thể được hiển thị để cung cấp thêm thông tin về liên kết đó như tiêu đề, mô tả và hình ảnh từ trang web.", "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.": "Trong các phòng được mã hóa, như phòng này, tính năng xem trước URL bị tắt theo mặc định để đảm bảo rằng máy chủ của bạn (nơi tạo bản xem trước) không thể thu thập thông tin về các liên kết mà bạn nhìn thấy trong phòng này.", "URL previews are disabled by default for participants in this room.": "Xem trước URL bị tắt theo mặc định đối với những người tham gia trong phòng này.", @@ -1684,7 +1671,6 @@ "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", "Your public space": "Space công cộng của bạn", - "Go back": "Quay lại", "To join a space you'll need an invite.": "Để tham gia vào một space, bạn sẽ cần một lời mời.", "Invite only, best for yourself or teams": "Chỉ mời, tốt nhất cho bản thân hoặc các đội", "Open space for anyone, best for communities": "Tạo space cho mọi người, tốt nhất cho cộng đồng", @@ -1697,7 +1683,6 @@ "Delete avatar": "Xoá ảnh đại diện", "Accept to continue:": "Chấp nhận để tiếp tục:", "Your server isn't responding to some requests.": "Máy chủ của bạn không phản hồi một số yêu cầu requests.", - "Pin": "Ghim", "Folder": "Thư mục", "Headphones": "Tai nghe", "Anchor": "Mỏ neo", @@ -2274,7 +2259,6 @@ "Actions": "Hành động", "Messages": "Tin nhắn", "Setting up keys": "Đang thiết lập khóa bảo mật", - "Go Back": "Quay lại", "Are you sure you want to cancel entering passphrase?": "Bạn có chắc chắn muốn hủy nhập cụm mật khẩu không?", "Cancel entering passphrase?": "Hủy nhập cụm mật khẩu?", "Some invites couldn't be sent": "Không thể gửi một số lời mời", @@ -2567,7 +2551,6 @@ "United States": "Hoa Kỳ", "United Kingdom": "Vương quốc Anh", "%(name)s is requesting verification": "%(name)s đang yêu cầu xác thực", - "Try again": "Thử lại", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Chúng tôi đã yêu cầu trình duyệt ghi nhớ máy chủ bạn đã sử dụng để bạn có thể đăng nhập lại, nhưng có vẻ như trình duyệt của bạn đã quên máy chủ đó :( Truy cập trang đăng nhập và thử lại.", "We couldn't log you in": "Chúng tôi không thể đăng nhập cho bạn", "Only continue if you trust the owner of the server.": "Chỉ tiếp tục nếu bạn tin tưởng chủ sở hữu máy chủ.", @@ -3674,7 +3657,22 @@ "skip": "Bỏ qua", "logout": "Đăng xuất", "view": "Xem", - "expand": "Mở rộng" + "expand": "Mở rộng", + "sign_out": "Đăng xuất", + "sign_in": "Đăng nhập", + "add": "Thêm", + "search": "Tìm kiếm", + "try_again": "Thử lại", + "go_back": "Quay lại", + "back": "Quay lại", + "resend": "Gửi lại", + "ignore": "Tảng lờ", + "zoom_in": "Phóng to", + "zoom_out": "Thu nhỏ", + "download": "Tải xuống", + "pin": "Ghim", + "unpin": "Bỏ ghim", + "got_it": "Đã nhận được" }, "a11y": { "user_menu": "Menu người dùng" diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index bc98f0d4ef7..03a9974d875 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -274,7 +274,6 @@ "Anchor": "Anker", "Headphones": "Koptelefong", "Folder": "Mappe", - "Pin": "Pinne", "No display name": "Geen weergavenoame", "New passwords don't match": "Nieuwe paswoordn kommn nie overeen", "Passwords can't be empty": "Paswoordn kunn nie leeg zyn", @@ -293,7 +292,6 @@ "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", "Unable to verify email address.": "Kostege ’t e-mailadresse nie verifieern.", - "Add": "Toevoegn", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "M'èn joun een e-mail gestuurd vo jen adresse te verifieern. Gelieve de doarin gegeven anwyziengn ip te volgn en ton ip de knop hierounder te klikkn.", "Email Address": "E-mailadresse", "Delete Backup": "Back-up verwydern", @@ -418,7 +416,6 @@ "Failed to mute user": "Dempn van gebruuker es mislukt", "Failed to change power level": "Wyzign van ’t machtsniveau es mislukt", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Je kut deze veranderiengn nie oungedoan moakn angezien da je de gebruuker tout ’tzelfste niveau als jen eigen promoveert.", - "Ignore": "Negeern", "Jump to read receipt": "Noar ’t latst geleezn bericht goan", "Mention": "Vermeldn", "Share Link to User": "Koppelienge me de gebruuker deeln", @@ -461,7 +458,6 @@ }, "Join Room": "Gesprek toetreedn", "Forget room": "Gesprek vergeetn", - "Search": "Zoekn", "Share room": "Gesprek deeln", "Rooms": "Gesprekkn", "Low priority": "Leige prioriteit", @@ -469,7 +465,6 @@ "System Alerts": "Systeemmeldiengn", "Join the conversation with an account": "Neemt deel an ’t gesprek met een account", "Sign Up": "Registreern", - "Sign In": "Anmeldn", "Reason: %(reason)s": "Reden: %(reason)s", "Forget this room": "Dit gesprek vergeetn", "Re-join": "Were toetreedn", @@ -660,13 +655,11 @@ "Unavailable": "Nie beschikboar", "Changelog": "Wyzigiengslogboek", "Confirm Removal": "Verwyderienge bevestign", - "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", "Continue With Encryption Disabled": "Verdergoan me versleuterienge uutgeschoakeld", "Unknown error": "Ounbekende foute", "Incorrect password": "Verkeerd paswoord", - "Back": "Were", "Event sent!": "Gebeurtenisse verstuurd!", "Event Type": "Gebeurtenistype", "State Key": "Toestandssleuter", @@ -687,7 +680,6 @@ "Manually export keys": "Sleuters handmatig exporteern", "You'll lose access to your encrypted messages": "Je goat de toegank tou je versleuterde berichtn kwytspeeln", "Are you sure you want to sign out?": "Zy je zeker da je je wilt afmeldn?", - "Go back": "Were", "Room Settings - %(roomName)s": "Gespreksinstelliengn - %(roomName)s", "Failed to upgrade room": "Actualiseern van ’t gesprek is mislukt", "The room upgrade could not be completed": "De gespreksactualiserienge kostege nie voltooid wordn", @@ -738,14 +730,12 @@ "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", "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", "Favourite": "Favoriet", "Low Priority": "Leige prioriteit", - "Sign in": "Anmeldn", "powered by Matrix": "meuglik gemakt deur Matrix", "This homeserver would like to make sure you are not a robot.": "Deze thuusserver wil geirn weetn of da je gy geen robot zyt.", "Please review and accept all of the homeserver's policies": "Gelieve ’t beleid van de thuusserver te leezn en ’anveirdn", @@ -863,7 +853,6 @@ "That matches!": "Da komt overeen!", "That doesn't match.": "Da kom nie overeen.", "Go back to set it again.": "Goa were vo ’t herin te stelln.", - "Download": "Downloadn", "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", @@ -1021,7 +1010,17 @@ "reset": "Herinstelln", "share": "Deeln", "skip": "Oversloan", - "logout": "Afmeldn" + "logout": "Afmeldn", + "sign_out": "Afmeldn", + "sign_in": "Anmeldn", + "add": "Toevoegn", + "search": "Zoekn", + "go_back": "Were", + "back": "Were", + "resend": "Herverstuurn", + "ignore": "Negeern", + "download": "Downloadn", + "pin": "Pinne" }, "Home": "Thuus" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index c047e288a95..d786253b909 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -40,7 +40,6 @@ "%(brand)s version:": "%(brand)s 版本:", "Room %(roomId)s not visible": "房间%(roomId)s不可见", "Rooms": "房间", - "Search": "搜索", "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 发了加入房间的邀请。", @@ -51,8 +50,6 @@ "Session ID": "会话 ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "使用 12 小时制显示时间戳 (下午 2:30)", "Signed Out": "已退出登录", - "Sign in": "登录", - "Sign out": "注销", "Someone": "某位用户", "Submit": "提交", "This email address is already in use": "此邮箱地址已被使用", @@ -119,7 +116,6 @@ "powered by Matrix": "由 Matrix 驱动", "unknown error code": "未知错误代码", "Account": "账户", - "Add": "添加", "Low priority": "低优先级", "No more results": "没有更多结果", "Privileged Users": "特权用户", @@ -254,7 +250,6 @@ "Enable URL previews for this room (only affects you)": "对此房间启用URL预览(仅影响你)", "Enable URL previews by default for participants in this room": "对此房间的所有参与者默认启用URL预览", "Unignore": "取消忽略", - "Ignore": "忽略", "Jump to read receipt": "跳到阅读回执", "Mention": "提及", "Unknown": "未知的", @@ -420,7 +415,6 @@ "Messages sent by bot": "由机器人发出的消息", "Filter results": "过滤结果", "No update available.": "没有可用更新。", - "Resend": "重新发送", "Collecting app version information": "正在收集应用版本信息", "Tuesday": "星期二", "Developer Tools": "开发者工具", @@ -442,7 +436,6 @@ "Thursday": "星期四", "Search…": "搜索…", "Logs sent": "日志已发送", - "Back": "返回", "Show message in desktop notification": "在桌面通知中显示消息", "Messages in group chats": "群聊中的消息", "Yesterday": "昨天", @@ -530,7 +523,6 @@ "No backup found!": "找不到备份!", "Unable to restore backup": "无法还原备份", "Unable to load backup status": "无法获取备份状态", - "Download": "下载", "Go to Settings": "打开设置", "You do not have permission to invite people to this room.": "你没有权限将其他用户邀请至本房间。", "Unknown server error": "未知服务器错误", @@ -662,7 +654,6 @@ "Anchor": "锚", "Headphones": "耳机", "Folder": "文件夹", - "Pin": "别针", "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.": "你确定吗?如果密钥没有正确地备份你将失去你的加密消息。", @@ -732,7 +723,6 @@ "Manually export keys": "手动导出密钥", "You'll lose access to your encrypted messages": "你将失去你的加密消息的访问权", "Are you sure you want to sign out?": "你确定要登出吗?", - "Go back": "返回", "Room Settings - %(roomName)s": "房间设置 - %(roomName)s", "Failed to decrypt %(failedCount)s sessions!": "%(failedCount)s 个会话解密失败!", "Warning: you should only set up key backup from a trusted computer.": "警告:你应此只在受信任的电脑上设置密钥备份。", @@ -832,7 +822,6 @@ "Sign In or Create Account": "登录或创建账户", "Use your account or create a new one to continue.": "使用已有账户或创建一个新账户。", "Create Account": "创建账户", - "Sign In": "登录", "Custom (%(level)s)": "自定义(%(level)s)", "Messages": "消息", "Actions": "动作", @@ -903,7 +892,6 @@ "Cannot reach identity server": "无法连接到身份服务器", "Joins room with given address": "使用指定地址加入房间", "Are you sure you want to cancel entering passphrase?": "你确定要取消输入口令词组吗?", - "Go Back": "后退", "You can register, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以注册,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", "You can reset your password, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以重置密码,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", "You can log in, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.": "你可以登录,但部分功能在身份服务器重新上线之前不可用。如果持续看到此警告,请检查配置或联系服务器管理员。", @@ -1249,7 +1237,6 @@ "You've successfully verified your device!": "你成功验证了你的设备!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "你成功验证了 %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "你成功验证了 %(displayName)s!", - "Got it": "知道了", "Start verification again from the notification.": "请从提示重新开始验证。", "Start verification again from their profile.": "请从对方资料重新开始验证。", "Verification timed out.": "验证超时。", @@ -1678,7 +1665,6 @@ "Afghanistan": "阿富汗", "United States": "美国", "United Kingdom": "英国", - "Try again": "重试", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "我们已要求浏览器记住你使用的家服务器,但不幸的是你的浏览器已忘记。请前往登录页面重试。", "We couldn't log you in": "我们无法使你登入", "You've reached the maximum number of simultaneous calls.": "你已达到同时通话的最大数量。", @@ -1768,7 +1754,6 @@ "Server Options": "服务器选项", "Information": "信息", "Not encrypted": "未加密", - "Unpin": "取消置顶", "Empty room": "空房间", "Add existing room": "添加现有的房间", "Open dial pad": "打开拨号键盘", @@ -2185,8 +2170,6 @@ "Sends the given message as a spoiler": "此消息包含剧透", "Retry all": "全部重试", "View message": "查看消息", - "Zoom in": "放大", - "Zoom out": "缩小", "%(count)s people you know have already joined": { "one": "已有你所认识的 %(count)s 个人加入", "other": "已有你所认识的 %(count)s 个人加入" @@ -3563,7 +3546,22 @@ "skip": "跳过", "logout": "登出", "view": "查看", - "expand": "展开" + "expand": "展开", + "sign_out": "注销", + "sign_in": "登录", + "add": "添加", + "search": "搜索", + "try_again": "重试", + "go_back": "返回", + "back": "返回", + "resend": "重新发送", + "ignore": "忽略", + "zoom_in": "放大", + "zoom_out": "缩小", + "download": "下载", + "pin": "别针", + "unpin": "取消置顶", + "got_it": "知道了" }, "a11y": { "user_menu": "用户菜单" diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 2a64eebf974..92158acb425 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -55,7 +55,6 @@ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s 沒有權限向您傳送通知──請重試", "Room %(roomId)s not visible": "聊天室 %(roomId)s 已隱藏", "Rooms": "聊天室", - "Search": "搜尋", "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 傳送了加入聊天室的邀請。", @@ -66,8 +65,6 @@ "Session ID": "工作階段 ID", "Show timestamps in 12 hour format (e.g. 2:30pm)": "用 12 小時制顯示時間戳記(如:下午 2:30)", "Signed Out": "已登出", - "Sign in": "登入", - "Sign out": "登出", "Someone": "某人", "Submit": "送出", "This email address is already in use": "這個電子郵件地址已被使用", @@ -103,7 +100,6 @@ "Drop file here to upload": "把文件放在這裡上傳", "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。請問您要繼續嗎?", "Create new room": "建立新聊天室", - "Add": "新增", "Admin Tools": "管理員工具", "No Microphones detected": "未偵測到麥克風", "No Webcams detected": "未偵測到網路攝影機", @@ -278,7 +274,6 @@ "Enable URL previews by default for participants in this room": "對此聊天室中的參與者預設啟用網址預覽", "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "您正在將自己降級,如果您是聊天室中最後一位有特殊權限的使用者,您將無法復原此變更,因為無法再獲得特定權限。", "Unignore": "取消忽略", - "Ignore": "忽略", "Jump to read receipt": "跳到讀取回條", "Mention": "提及", "Send an encrypted reply…": "傳送加密的回覆…", @@ -419,7 +414,6 @@ "Waiting for response from server": "正在等待來自伺服器的回應", "Failed to send logs: ": "無法傳送除錯訊息: ", "This Room": "這個聊天室", - "Resend": "重新傳送", "Messages containing my display name": "包含我顯示名稱的訊息", "Messages in one-to-one chats": "來自私訊的訊息", "Unavailable": "無法取得", @@ -449,7 +443,6 @@ "Thursday": "星期四", "Search…": "搜尋…", "Logs sent": "記錄檔已經傳送", - "Back": "上一步", "Show message in desktop notification": "在桌面通知中顯示訊息", "Messages in group chats": "群組聊天中的訊息", "Yesterday": "昨天", @@ -536,7 +529,6 @@ "That matches!": "相符!", "That doesn't match.": "不相符。", "Go back to set it again.": "返回重新設定。", - "Download": "下載", "Unable to create key backup": "無法建立金鑰備份", "Unable to load backup status": "無法載入備份狀態", "Unable to restore backup": "無法復原備份", @@ -659,7 +651,6 @@ "Room Topic": "聊天室主題", "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "驗證此工作階段,並標記為可受信任。由您將工作階段標記為可受信任後,可讓聊天夥伴傳送端到端加密訊息時能更加放心。", "Incoming Verification Request": "收到的驗證請求", - "Go back": "返回", "Email (optional)": "電子郵件(選擇性)", "Phone (optional)": "電話(選擇性)", "Join millions for free on the largest public server": "在最大的公開伺服器上,免費與數百萬人一起交流", @@ -740,7 +731,6 @@ "Anchor": "船錨", "Headphones": "耳機", "Folder": "資料夾", - "Pin": "圖釘", "This homeserver would like to make sure you are not a robot.": "這個家伺服器想要確認您不是機器人。", "Change": "變更", "Couldn't load page": "無法載入頁面", @@ -837,7 +827,6 @@ "View older messages in %(roomName)s.": "檢視 %(roomName)s 中較舊的訊息。", "Join the conversation with an account": "加入與某個帳號的對話", "Sign Up": "註冊", - "Sign In": "登入", "Reason: %(reason)s": "理由:%(reason)s", "Forget this room": "忘記此聊天室", "Re-join": "重新加入", @@ -1207,7 +1196,6 @@ "%(num)s hours from now": "從現在開始 %(num)s 小時", "about a day from now": "從現在開始大約一天", "%(num)s days from now": "從現在開始 %(num)s 天", - "Go Back": "返回", "Other users may not trust it": "其他使用者可能不會信任它", "Later": "稍後", "Something went wrong trying to invite the users.": "在嘗試邀請使用者時發生錯誤。", @@ -1282,7 +1270,6 @@ "Ask %(displayName)s to scan your code:": "要求 %(displayName)s 掃描您的條碼:", "If you can't scan the code above, verify by comparing unique emoji.": "如果您無法掃描上面的條碼,請透過比較獨特的表情符號驗證。", "You've successfully verified %(displayName)s!": "您已成功驗證 %(displayName)s!", - "Got it": "了解", "Clear all data in this session?": "清除此工作階段中的所有資料?", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "將會永久清除此工作階段的所有資料。除非已備份金鑰,否則將會遺失所有加密訊息。", "Verify session": "驗證工作階段", @@ -1609,7 +1596,6 @@ "Not encrypted": "未加密", "Room settings": "聊天室設定", "Take a picture": "拍照", - "Unpin": "取消釘選", "Cross-signing is ready for use.": "交叉簽署已可使用。", "Cross-signing is not set up.": "尚未設定交叉簽署。", "Backup version:": "備份版本:", @@ -2101,7 +2087,6 @@ "Use app for a better experience": "使用應用程式以取得更好的體驗", "Use app": "使用應用程式", "Something went wrong in confirming your identity. Cancel and try again.": "確認您身分時出了一點問題。取消並再試一次。", - "Try again": "再試一次", "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "我們要求瀏覽器記住它讓您登入時使用的家伺服器,但不幸的是,您的瀏覽器忘了它。到登入頁面然後重試。", "We couldn't log you in": "我們無法讓您登入", "Show stickers button": "顯示貼圖案按鈕", @@ -2244,8 +2229,6 @@ "Forgotten or lost all recovery methods? Reset all": "忘記或遺失了所有復原方法?重設全部", "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "如果這樣做,請注意,您的訊息不會被刪除,但在重新建立索引時,搜尋體驗可能會降低片刻", "View message": "檢視訊息", - "Zoom in": "放大", - "Zoom out": "縮小", "%(seconds)ss left": "剩 %(seconds)s 秒", "Change server ACLs": "變更伺服器 ACL", "You can select all or individual messages to retry or delete": "您可以選取全部或單獨的訊息來重試或刪除", @@ -3971,7 +3954,22 @@ "skip": "略過", "logout": "登出", "view": "檢視", - "expand": "展開" + "expand": "展開", + "sign_out": "登出", + "sign_in": "登入", + "add": "新增", + "search": "搜尋", + "try_again": "再試一次", + "go_back": "返回", + "back": "上一步", + "resend": "重新傳送", + "ignore": "忽略", + "zoom_in": "放大", + "zoom_out": "縮小", + "download": "下載", + "pin": "圖釘", + "unpin": "取消釘選", + "got_it": "了解" }, "a11y": { "user_menu": "使用者選單" diff --git a/src/utils/location/map.ts b/src/utils/location/map.ts index b39331b949a..8a335057920 100644 --- a/src/utils/location/map.ts +++ b/src/utils/location/map.ts @@ -48,8 +48,8 @@ export const createMap = ( "GeolocateControl.LocationNotAvailable": _t("Location not available"), "LogoControl.Title": _t("Mapbox logo"), "NavigationControl.ResetBearing": _t("Reset bearing to north"), - "NavigationControl.ZoomIn": _t("Zoom in"), - "NavigationControl.ZoomOut": _t("Zoom out"), + "NavigationControl.ZoomIn": _t("action|zoom_in"), + "NavigationControl.ZoomOut": _t("action|zoom_out"), }, }); map.addControl(new maplibregl.AttributionControl(), "top-right"); From 07c6114016ddc960d8f05cdbab46c49caa78c663 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Aug 2023 11:17:34 +0100 Subject: [PATCH 11/11] Update snapshot --- .../structures/__snapshots__/MatrixChat-test.tsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/components/structures/__snapshots__/MatrixChat-test.tsx.snap b/test/components/structures/__snapshots__/MatrixChat-test.tsx.snap index 9b8a77dfe88..a2ca722e2ce 100644 --- a/test/components/structures/__snapshots__/MatrixChat-test.tsx.snap +++ b/test/components/structures/__snapshots__/MatrixChat-test.tsx.snap @@ -99,7 +99,7 @@ exports[` with a soft-logged-out session should show the soft-logo tabindex="0" type="submit" > - Sign In + Sign in