From df4a2218d752c11e6d90595944b4a0a3e088b9d6 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 22 Aug 2023 20:55:15 +0100
Subject: [PATCH] Align `action_*` strings with Element X project in Localazy
(#11437)
---
src/LegacyCallHandler.tsx | 2 +-
src/Lifecycle.ts | 2 +-
src/SlashCommands.tsx | 4 +-
.../eventindex/DisableEventIndexDialog.tsx | 2 +-
.../eventindex/ManageEventIndexDialog.tsx | 4 +-
.../security/CreateKeyBackupDialog.tsx | 4 +-
.../security/CreateSecretStorageDialog.tsx | 18 +++---
.../security/NewRecoveryMethodDialog.tsx | 2 +-
src/components/structures/MatrixChat.tsx | 6 +-
src/components/structures/RoomView.tsx | 2 +-
src/components/structures/SpaceHierarchy.tsx | 2 +-
src/components/structures/SpaceRoomView.tsx | 6 +-
src/components/structures/ViewSource.tsx | 4 +-
.../structures/auth/ForgotPassword.tsx | 2 +-
src/components/structures/auth/Login.tsx | 2 +-
.../structures/auth/SetupEncryptionBody.tsx | 2 +-
.../auth/forgot-password/CheckEmail.tsx | 2 +-
.../auth/InteractiveAuthEntryComponents.tsx | 4 +-
.../views/beacon/OwnBeaconStatus.tsx | 4 +-
.../views/beacon/RoomLiveShareWarning.tsx | 2 +-
.../context_menus/MessageContextMenu.tsx | 16 ++---
.../views/context_menus/RoomContextMenu.tsx | 4 +-
.../context_menus/RoomGeneralContextMenu.tsx | 4 +-
.../views/context_menus/SpaceContextMenu.tsx | 2 +-
.../views/context_menus/WidgetContextMenu.tsx | 4 +-
.../dialogs/AddExistingToSpaceDialog.tsx | 2 +-
.../views/dialogs/ConfirmRedactDialog.tsx | 2 +-
.../views/dialogs/CreateRoomDialog.tsx | 2 +-
src/components/views/dialogs/ErrorDialog.tsx | 2 +-
src/components/views/dialogs/ExportDialog.tsx | 2 +-
.../views/dialogs/IncomingSasDialog.tsx | 2 +-
src/components/views/dialogs/InfoDialog.tsx | 2 +-
.../dialogs/IntegrationsDisabledDialog.tsx | 2 +-
.../dialogs/IntegrationsImpossibleDialog.tsx | 2 +-
src/components/views/dialogs/InviteDialog.tsx | 6 +-
.../KeySignatureUploadFailedDialog.tsx | 2 +-
.../views/dialogs/LazyLoadingResyncDialog.tsx | 2 +-
.../views/dialogs/ModuleUiDialog.tsx | 2 +-
.../views/dialogs/QuestionDialog.tsx | 2 +-
.../dialogs/RegistrationEmailPromptDialog.tsx | 2 +-
.../views/dialogs/ReportEventDialog.tsx | 2 +-
.../views/dialogs/ServerPickerDialog.tsx | 4 +-
.../views/dialogs/SetEmailDialog.tsx | 11 +++-
.../dialogs/SlidingSyncOptionsDialog.tsx | 2 +-
src/components/views/dialogs/TermsDialog.tsx | 2 +-
.../views/dialogs/UntrustedDeviceDialog.tsx | 2 +-
.../views/dialogs/UploadFailureDialog.tsx | 4 +-
.../dialogs/WidgetOpenIDPermissionsDialog.tsx | 2 +-
.../views/dialogs/devtools/Event.tsx | 2 +-
.../dialogs/devtools/VerificationExplorer.tsx | 2 +-
.../views/dialogs/oidc/OidcLogoutDialog.tsx | 2 +-
.../security/AccessSecretStorageDialog.tsx | 4 +-
.../security/CreateCrossSigningDialog.tsx | 2 +-
.../security/RestoreKeyBackupDialog.tsx | 6 +-
.../dialogs/spotlight/SpotlightDialog.tsx | 2 +-
.../views/elements/AppPermission.tsx | 2 +-
.../views/elements/CopyableText.tsx | 2 +-
.../views/elements/EditableItemList.tsx | 11 +++-
src/components/views/elements/LearnMore.tsx | 2 +-
.../views/elements/PollCreateDialog.tsx | 2 +-
src/components/views/elements/SSOButtons.tsx | 2 +-
.../views/elements/ServerPicker.tsx | 2 +-
.../views/location/EnableLiveShare.tsx | 2 +-
src/components/views/location/MapError.tsx | 2 +-
.../views/location/shareLocation.ts | 2 +-
src/components/views/messages/CallEvent.tsx | 4 +-
.../views/messages/EditHistoryMessage.tsx | 4 +-
.../views/messages/LegacyCallEvent.tsx | 4 +-
.../messages/MKeyVerificationRequest.tsx | 2 +-
.../views/messages/MessageActionBar.tsx | 8 +--
src/components/views/messages/TextualBody.tsx | 2 +-
.../views/messages/TileErrorBoundary.tsx | 2 +-
src/components/views/pips/WidgetPip.tsx | 4 +-
src/components/views/right_panel/UserInfo.tsx | 4 +-
.../views/right_panel/VerificationPanel.tsx | 6 +-
.../room_settings/RoomProfileSettings.tsx | 2 +-
.../views/rooms/EditMessageComposer.tsx | 2 +-
src/components/views/rooms/EntityTile.tsx | 2 +-
.../views/rooms/LegacyRoomHeader.tsx | 2 +-
.../views/rooms/MessageComposerFormatBar.tsx | 2 +-
src/components/views/rooms/RoomList.tsx | 6 +-
src/components/views/rooms/RoomListHeader.tsx | 2 +-
.../views/rooms/RoomPreviewCard.tsx | 2 +-
.../components/EditionButtons.tsx | 2 +-
.../components/FormattingButtons.tsx | 2 +-
.../wysiwyg_composer/components/LinkModal.tsx | 4 +-
.../views/settings/AvatarSetting.tsx | 2 +-
.../views/settings/EventIndexPanel.tsx | 2 +-
.../views/settings/ProfileSettings.tsx | 2 +-
src/components/views/settings/SetIdServer.tsx | 4 +-
.../views/settings/SpellCheckSettings.tsx | 2 +-
.../views/settings/account/EmailAddresses.tsx | 6 +-
.../views/settings/account/PhoneNumbers.tsx | 6 +-
.../settings/devices/DeviceDetailHeading.tsx | 2 +-
.../tabs/room/GeneralRoomSettingsTab.tsx | 4 +-
.../tabs/room/NotificationSettingsTab.tsx | 2 +-
.../tabs/user/MjolnirUserSettingsTab.tsx | 2 +-
.../tabs/user/SecurityUserSettingsTab.tsx | 4 +-
.../views/spaces/SpaceCreateMenu.tsx | 2 +-
.../views/terms/InlineTermsAgreement.tsx | 2 +-
.../verification/VerificationCancelled.tsx | 6 +-
src/i18n/strings/ar.json | 42 ++++++------
src/i18n/strings/az.json | 16 +++--
src/i18n/strings/be.json | 10 +--
src/i18n/strings/bg.json | 56 ++++++++--------
src/i18n/strings/ca.json | 34 +++++-----
src/i18n/strings/cs.json | 64 ++++++++++---------
src/i18n/strings/da.json | 34 +++++-----
src/i18n/strings/de_DE.json | 64 ++++++++++---------
src/i18n/strings/el.json | 64 ++++++++++---------
src/i18n/strings/en_EN.json | 62 +++++++++---------
src/i18n/strings/en_US.json | 30 +++++----
src/i18n/strings/eo.json | 62 +++++++++---------
src/i18n/strings/es.json | 64 ++++++++++---------
src/i18n/strings/et.json | 64 ++++++++++---------
src/i18n/strings/eu.json | 54 ++++++++--------
src/i18n/strings/fa.json | 58 +++++++++--------
src/i18n/strings/fi.json | 64 ++++++++++---------
src/i18n/strings/fr.json | 64 ++++++++++---------
src/i18n/strings/ga.json | 56 ++++++++--------
src/i18n/strings/gl.json | 64 ++++++++++---------
src/i18n/strings/he.json | 60 ++++++++---------
src/i18n/strings/hi.json | 22 ++++---
src/i18n/strings/hr.json | 8 ++-
src/i18n/strings/hu.json | 64 ++++++++++---------
src/i18n/strings/id.json | 64 ++++++++++---------
src/i18n/strings/is.json | 64 ++++++++++---------
src/i18n/strings/it.json | 64 ++++++++++---------
src/i18n/strings/ja.json | 64 ++++++++++---------
src/i18n/strings/jbo.json | 32 +++++-----
src/i18n/strings/kab.json | 58 +++++++++--------
src/i18n/strings/ko.json | 48 +++++++-------
src/i18n/strings/lo.json | 64 ++++++++++---------
src/i18n/strings/lt.json | 62 +++++++++---------
src/i18n/strings/lv.json | 50 ++++++++-------
src/i18n/strings/ml.json | 18 +++---
src/i18n/strings/nb_NO.json | 58 +++++++++--------
src/i18n/strings/nl.json | 64 ++++++++++---------
src/i18n/strings/nn.json | 38 +++++------
src/i18n/strings/oc.json | 42 ++++++------
src/i18n/strings/pl.json | 64 ++++++++++---------
src/i18n/strings/pt.json | 30 +++++----
src/i18n/strings/pt_BR.json | 60 ++++++++---------
src/i18n/strings/ro.json | 6 +-
src/i18n/strings/ru.json | 64 ++++++++++---------
src/i18n/strings/sk.json | 64 ++++++++++---------
src/i18n/strings/sq.json | 64 ++++++++++---------
src/i18n/strings/sr.json | 48 +++++++-------
src/i18n/strings/sv.json | 64 ++++++++++---------
src/i18n/strings/ta.json | 18 +++---
src/i18n/strings/te.json | 12 ++--
src/i18n/strings/th.json | 34 +++++-----
src/i18n/strings/tr.json | 54 ++++++++--------
src/i18n/strings/tzm.json | 22 ++++---
src/i18n/strings/uk.json | 64 ++++++++++---------
src/i18n/strings/vi.json | 64 ++++++++++---------
src/i18n/strings/vls.json | 42 ++++++------
src/i18n/strings/zh_Hans.json | 64 ++++++++++---------
src/i18n/strings/zh_Hant.json | 64 ++++++++++---------
src/toasts/AnalyticsToast.tsx | 8 +--
src/toasts/DesktopNotificationsToast.ts | 2 +-
src/toasts/IncomingLegacyCallToast.tsx | 2 +-
src/toasts/SetupEncryptionToast.ts | 2 +-
src/toasts/UnverifiedSessionToast.tsx | 2 +-
.../ConfirmListenBroadcastStopCurrent.tsx | 2 +-
.../components/structures/ViewSource-test.tsx | 28 +++++---
166 files changed, 1697 insertions(+), 1555 deletions(-)
diff --git a/src/LegacyCallHandler.tsx b/src/LegacyCallHandler.tsx
index 1162cde51f..675756b462 100644
--- a/src/LegacyCallHandler.tsx
+++ b/src/LegacyCallHandler.tsx
@@ -840,7 +840,7 @@ export default class LegacyCallHandler extends EventEmitter {
button: _t("Try using %(server)s", {
server: new URL(FALLBACK_ICE_SERVER).pathname,
}),
- cancelButton: _t("OK"),
+ cancelButton: _t("action|ok"),
onFinished: (allow) => {
SettingsStore.setValue("fallbackICEServerAllowed", null, SettingLevel.DEVICE, allow);
cli.setFallbackICEServerAllowed(!!allow);
diff --git a/src/Lifecycle.ts b/src/Lifecycle.ts
index 48576b3c77..0958e036e1 100644
--- a/src/Lifecycle.ts
+++ b/src/Lifecycle.ts
@@ -612,7 +612,7 @@ async function checkServerVersions(): Promise
{_t("Your keys are being backed up (the first backup could take a few minutes).")}
-{_t("Unable to create key backup")}
{_t("Your keys are now being backed up from this device.")}
{_t("This session is encrypting history using the new recovery method.")}
{hackWarning}> e
this.state = {
title: this.props.initialOptions.title,
- actionLabel: this.props.initialOptions.actionLabel ?? _t("OK"),
+ actionLabel: this.props.initialOptions.actionLabel ?? _t("action|ok"),
cancelLabel: this.props.initialOptions.cancelLabel,
canSubmit: this.props.initialOptions.canSubmit ?? true,
};
diff --git a/src/components/views/dialogs/QuestionDialog.tsx b/src/components/views/dialogs/QuestionDialog.tsx
index 866b541206..e6965a7579 100644
--- a/src/components/views/dialogs/QuestionDialog.tsx
+++ b/src/components/views/dialogs/QuestionDialog.tsx
@@ -77,7 +77,7 @@ export default class QuestionDialog extends React.Component{_t("Learn more")}
+ {_t("action|learn_more")}
{getLocationShareErrorMessage(error)}
{onFinished && ({rule.entity}
diff --git a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
index 550a150756..6aa7b56a58 100644
--- a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
+++ b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
@@ -312,7 +312,7 @@ export default class SecurityUserSettingsTab extends React.Component{_t("The other party cancelled the verification.")}
-%(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "من فضلك اطلب من مسؤول الخادوم المنزل الذي تستعمله (%(homeserverDomain)s
) أن يضبط خادوم TURN كي تعمل الاتصالات بنحوٍ يكون محط ثقة.",
- "OK": "حسنًا",
"Call Failed": "فشل الاتصال",
"Permission Required": "التصريح مطلوب",
"You do not have permission to start a conference call in this room": "ينقصك تصريح بدء مكالمة جماعية في هذه الغرفة",
@@ -142,7 +138,6 @@
"Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "استخدم سيرفر للهوية للدعوة عبر البريد الالكتروني. انقر على استمرار لاستخدام سيرفر الهوية الافتراضي (%(defaultIdentityServerName)s) او قم بضبط الاعدادات.",
"Use an identity server to invite by email. Manage in Settings.": "استخدم سيرفر الهوية للدعوة عبر البريد الالكتروني. ضبط الاعدادات.",
"Joins room with given address": "الانضمام الى الغرفة بحسب العنوان المعطى",
- "Leave room": "اترك الغرفة",
"Bans user with given id": "يحظر المستخدم حسب المعرّف المعطى",
"Unbans user with given ID": "يُلغي الحظر عن المستخدم حسب المعرّف المعطى",
"Ignores a user, hiding their messages from you": "يتجاهل المستخدم، ويخفي رسائله عنك",
@@ -240,7 +235,6 @@
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s%(userId)s تم تسجيل الدخول لجلسة جديدة من غير التحقق منها:",
"Ask this user to verify their session, or manually verify it below.": "اطلب من هذا المستخدم التحقُّق من جلسته أو تحقَّق منها يدويًّا أدناه.",
"Not Trusted": "غير موثوقة",
- "Done": "تم",
"%(displayName)s is typing …": "%(displayName)s يكتب…",
"%(names)s and %(count)s others are typing …": {
"other": "%(names)s و %(count)s آخرون يكتبون…",
@@ -336,12 +330,9 @@
"Error decrypting attachment": "تعذر فك تشفير المرفق",
"Attachment": "المرفق",
"Message Actions": "إجراءات الرسائل",
- "Reply": "رد",
- "React": "تفاعل",
"The encryption used by this room isn't supported.": "التشفير الذي تستخدمه هذه الغرفة غير مدعوم.",
"Encryption not enabled": "التشفير غير مفعل",
"Ignored attempt to disable encryption": "تم تجاهل محاولة تعطيل التشفير",
- "View Source": "انظر المصدر",
"Yesterday": "أمس",
"Today": "اليوم",
"Saturday": "السبت",
@@ -462,9 +453,7 @@
"Explore public rooms": "استكشف الغرف العامة",
"Add room": "أضف غرفة",
"Rooms": "الغرف",
- "Start chat": "ابدأ محادثة",
"Favourites": "مفضلات",
- "Invites": "دعوات",
"Search": "بحث",
"Show Widgets": "إظهار عناصر الواجهة",
"Hide Widgets": "إخفاء عناصر الواجهة",
@@ -498,7 +487,6 @@
"Topic: %(topic)s (edit)": "الموضوع: %(topic)s (عدل)",
"This is the beginning of your direct message history with %(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 %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Palu oma koduserveri haldajat (%(homeserverDomain)s
), et ta seadistaks kõnede kindlamaks toimimiseks TURN serveri.",
- "OK": "Sobib",
"Permission Required": "Vaja on täiendavaid õigusi",
- "Continue": "Jätka",
"The file '%(fileName)s' failed to upload.": "Faili '%(fileName)s' üleslaadimine ei õnnestunud.",
"The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Faili '%(fileName)s' suurus ületab serveris seadistatud üleslaadimise piiri",
"Upload Failed": "Üleslaadimine ei õnnestunud",
@@ -936,7 +916,6 @@
"Verify your other session using one of the options below.": "Verifitseeri oma teine sessioon kasutades üht alljärgnevatest võimalustest.",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) logis sisse uude sessiooni ilma seda verifitseerimata:",
"Not Trusted": "Ei ole usaldusväärne",
- "Done": "Valmis",
"%(displayName)s is typing …": "%(displayName)s kirjutab midagi…",
"%(names)s and %(count)s others are typing …": {
"other": "%(names)s ja %(count)s muud kasutajat kirjutavad midagi…",
@@ -997,7 +976,6 @@
"Names and surnames by themselves are easy to guess": "Nimesid ja perenimesid on lihtne ära arvata",
"Common names and surnames are easy to guess": "Üldisi nimesid ja perenimesid on lihtne ära arvata",
"Straight rows of keys are easy to guess": "Klaviatuuril järjest paiknevaid klahvikombinatsioone on lihtne ära arvata",
- "No": "Ei",
"Please contact your homeserver administrator.": "Palun võta ühendust koduserveri haldajaga.",
"Font size": "Fontide suurus",
"Enable automatic language detection for syntax highlighting": "Kasuta süntaksi esiletõstmisel automaatset keeletuvastust",
@@ -1156,7 +1134,6 @@
"in memory": "on mälus",
"not found": "pole leitavad",
"Manage": "Halda",
- "Enable": "Võta kasutusele",
"Failed to change power level": "Õiguste muutmine ei õnnestunud",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Sa ei saa seda muudatust hiljem tagasi pöörata, sest annad teisele kasutajale samad õigused, mis sinul on.",
"Deactivate user?": "Kas deaktiveerime kasutajakonto?",
@@ -1336,7 +1313,6 @@
"Demote": "Vähenda enda õigusi",
"Failed to ban user": "Kasutaja ligipääsu keelamine ei õnnestunud",
"Almost there! Is %(displayName)s showing the same shield?": "Peaaegu valmis! Kas %(displayName)s kuvab sama kilpi?",
- "Yes": "Jah",
"Verify all users in a room to ensure it's secure.": "Tagamaks, et jututuba on turvaline, verifitseeri kõik selle kasutajad.",
"You've successfully verified your device!": "Sinu seadme verifitseerimine oli edukas!",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Sa oled edukalt verifitseerinud seadme %(deviceName)s (%(deviceId)s)!",
@@ -1416,7 +1392,6 @@
"Clear all data in this session?": "Kas eemaldame kõik selle sessiooni andmed?",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Sessiooni kõikide andmete kustutamine on tegevus, mida ei saa tagasi pöörata. Kui sa pole varundanud krüptovõtmeid, siis sa kaotad ligipääsu krüptitud sõnumitele.",
"Clear all data": "Eemalda kõik andmed",
- "Create": "Loo",
"Please enter a name for the room": "Palun sisesta jututoa nimi",
"Enable end-to-end encryption": "Võta läbiv krüptimine kasutusele",
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Kinnitamaks seda, et soovid oma konto kasutusest eemaldada, kasuta oma isiku tuvastamiseks ühekordset sisselogimist.",
@@ -1596,7 +1571,6 @@
"Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "E-posti teel kutse saatmiseks kasuta isikutuvastusserverit. Võid kasutada vaikimisi serverit (%(defaultIdentityServerName)s) või määrata muu serveri seadistustes.",
"Use an identity server to invite by email. Manage in Settings.": "Kasutajatele e-posti teel kutse saatmiseks pruugi isikutuvastusserverit. Täpsemalt saad seda hallata seadistustes.",
"Joins room with given address": "Liitu antud aadressiga jututoaga",
- "Leave room": "Lahku jututoast",
"Stops ignoring a user, showing their messages going forward": "Lõpeta kasutaja eiramine ja näita edaspidi tema sõnumeid",
"Unignored user": "Kasutaja, kelle eiramine on lõppenud",
"You are no longer ignoring %(userId)s": "Sa edaspidi ei eira kasutajat %(userId)s",
@@ -2086,10 +2060,8 @@
"Use email to optionally be discoverable by existing contacts.": "Kui soovid, et teised kasutajad saaksid sind leida, siis palun lisa oma e-posti aadress.",
"Use email or phone to optionally be discoverable by existing contacts.": "Kui soovid, et teised kasutajad saaksid sind leida, siis palun lisa oma e-posti aadress või telefoninumber.",
"Add an email to be able to reset your password.": "Selleks et saaksid vajadusel oma salasõna muuta, palun lisa oma e-posti aadress.",
- "Forgot password?": "Kas unustasid oma salasõna?",
"That phone number doesn't look quite right, please check and try again": "See telefoninumber ei tundu õige olema, palun kontrolli ta üle ja proovi uuesti",
"About homeservers": "Teave koduserverite kohta",
- "Learn more": "Loe lisateavet",
"Use your preferred Matrix homeserver if you have one, or host your own.": "Kui sul on oma koduserveri eelistus olemas, siis kasuta seda. Samuti võid soovi korral oma enda koduserveri püsti panna.",
"Other homeserver": "Muu koduserver",
"Sign into your homeserver": "Logi sisse oma koduserverisse",
@@ -2430,7 +2402,6 @@
"Collapse reply thread": "Ahenda vastuste jutulõnga",
"Show preview": "Näita eelvaadet",
"View source": "Vaata lähtekoodi",
- "Forward": "Edasta",
"Settings - %(spaceName)s": "Seadistused - %(spaceName)s",
"Toxic Behaviour": "Ebasobilik käitumine",
"Report the entire room": "Teata tervest jututoast",
@@ -2492,7 +2463,6 @@
"Automatically invite members from this room to the new one": "Kutsu jututoa senised liikmed automaatselt uude jututuppa",
"Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": "Palun arvesta, et uuendusega tehakse jututoast uus variant. Kõik senised sõnumid jäävad sellesse jututuppa arhiveeritud olekus.",
"Only people invited will be able to find and join this room.": "See jututuba on leitav vaid kutse olemasolul ning liitumine on võimalik vaid kutse alusel.",
- "Create a room": "Loo jututuba",
"Private room (invite only)": "Privaatne jututuba (kutse alusel)",
"Public room": "Avalik jututuba",
"Visible to space members": "Nähtav kogukonnakeskuse liikmetele",
@@ -2764,7 +2734,6 @@
"Reply in thread": "Vasta jutulõngas",
"Manage rooms in this space": "Halda selle kogukonnakeskuse jututube",
"Rooms outside of a space": "Jututoad väljaspool seda kogukonda",
- "Copy link": "Kopeeri link",
"Mentions only": "Ainult mainimised",
"Forget": "Unusta",
"Files": "Failid",
@@ -3971,6 +3940,39 @@
"verification_cancelled": "Verifitseerimine tühistatud",
"video": "Video"
},
+ "action": {
+ "continue": "Jätka",
+ "copy": "Kopeeri",
+ "copy_link": "Kopeeri link",
+ "create": "Loo",
+ "create_a_room": "Loo jututuba",
+ "decline": "Keeldu",
+ "disable": "Lülita välja",
+ "done": "Valmis",
+ "edit": "Muuda",
+ "enable": "Võta kasutusele",
+ "forgot_password": "Kas unustasid oma salasõna?",
+ "forward": "Edasta",
+ "invite": "Kutsu",
+ "invites_list": "Kutsed",
+ "learn_more": "Loe lisateavet",
+ "leave": "Lahku",
+ "leave_room": "Lahku jututoast",
+ "next": "Järgmine",
+ "no": "Ei",
+ "ok": "Sobib",
+ "quote": "Tsiteeri",
+ "react": "Reageeri",
+ "remove": "Eemalda",
+ "reply": "Vasta",
+ "report_content": "Teata sisust haldurile",
+ "retry": "Proovi uuesti",
+ "save": "Salvesta",
+ "start": "Alusta",
+ "start_chat": "Alusta vestlust",
+ "view_source": "Vaata lähtekoodi",
+ "yes": "Jah"
+ },
"a11y": {
"user_menu": "Kasutajamenüü"
}
diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json
index 074b7e61c9..ef90882a64 100644
--- a/src/i18n/strings/eu.json
+++ b/src/i18n/strings/eu.json
@@ -2,27 +2,21 @@
"Accept": "Onartu",
"Close": "Itxi",
"Create new room": "Sortu gela berria",
- "Continue": "Jarraitu",
"Failed to change password. Is your password correct?": "Pasahitza aldatzean huts egin du. Zuzena da pasahitza?",
"Failed to forget room %(errCode)s": "Huts egin du %(errCode)s gela ahaztean",
"Favourite": "Gogokoa",
"Notifications": "Jakinarazpenak",
- "OK": "Ados",
"Operation failed": "Eragiketak huts egin du",
- "Remove": "Kendu",
"Search": "Bilatu",
"unknown error code": "errore kode ezezaguna",
- "Start chat": "Hasi txata",
"Dismiss": "Baztertu",
"powered by Matrix": "Matrix-ekin egina",
"Room": "Gela",
"Historical": "Historiala",
- "Save": "Gorde",
"Sign out": "Amaitu saioa",
"Home": "Hasiera",
"Favourites": "Gogokoak",
"Rooms": "Gelak",
- "Invites": "Gonbidapenak",
"Low priority": "Lehentasun baxua",
"Join Room": "Elkartu gelara",
"Register": "Eman izena",
@@ -35,7 +29,6 @@
"Failed to verify email address: make sure you clicked the link in the email": "Huts egin du e-mail helbidearen egiaztaketak, egin klik e-mailean zetorren estekan",
"Jump to first unread message.": "Jauzi irakurri gabeko lehen mezura.",
"Warning!": "Abisua!",
- "Leave room": "Atera gelatik",
"Online": "Konektatuta",
"Idle": "Inaktibo",
"Unban": "Debekua kendu",
@@ -98,7 +91,6 @@
"Current password": "Oraingo pasahitza",
"Custom level": "Maila pertsonalizatua",
"Deactivate Account": "Itxi kontua",
- "Decline": "Ukatu",
"Decrypt %(text)s": "Deszifratu %(text)s",
"Default": "Lehenetsia",
"Displays action": "Ekintza bistaratzen du",
@@ -271,7 +263,6 @@
},
"Delete widget": "Ezabatu trepeta",
"Define the power level of a user": "Zehaztu erabiltzaile baten botere maila",
- "Edit": "Editatu",
"Enable automatic language detection for syntax highlighting": "Antzeman programazio lengoaia automatikoki eta nabarmendu sintaxia",
"Publish this room to the public in %(domain)s's room directory?": "Argitaratu gela hau publikora %(domain)s domeinuko gelen direktorioan?",
"AM": "AM",
@@ -279,7 +270,6 @@
"Unable to create widget.": "Ezin izan da trepeta sortu.",
"You are not in this room.": "Ez zaude gela honetan.",
"You do not have permission to do that in this room.": "Ez duzu gela honetan hori egiteko baimenik.",
- "Create": "Sortu",
"Automatically replace plain text Emoji": "Automatikoki ordezkatu Emoji testu soila",
"%(widgetName)s widget added by %(senderName)s": "%(widgetName)s trepeta gehitu du %(senderName)s erabiltzaileak",
"%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s trepeta kendu du %(senderName)s erabiltzaileak",
@@ -306,7 +296,6 @@
"Enable URL previews for this room (only affects you)": "Gaitu URLen aurrebista gela honetan (zuretzat bakarrik aldatuko duzu)",
"Enable URL previews by default for participants in this room": "Gaitu URLen aurrebista lehenetsita gela honetako partaideentzat",
"Mention": "Aipatu",
- "Invite": "Gonbidatu",
"%(duration)ss": "%(duration)s s",
"%(duration)sm": "%(duration)s m",
"%(duration)sh": "%(duration)s h",
@@ -319,7 +308,6 @@
"Members only (since the point in time of selecting this option)": "Kideek besterik ez (aukera hau hautatzen den unetik)",
"Members only (since they were invited)": "Kideek besterik ez (gonbidatu zaienetik)",
"Members only (since they joined)": "Kideek besterik ez (elkartu zirenetik)",
- "Leave": "Atera",
"Description": "Deskripzioa",
"Old cryptography data detected": "Kriptografia datu zaharrak atzeman dira",
"Warning": "Abisua",
@@ -470,7 +458,6 @@
"All Rooms": "Gela guztiak",
"Wednesday": "Asteazkena",
"You cannot delete this message. (%(code)s)": "Ezin duzu mezu hau ezabatu. (%(code)s)",
- "Quote": "Aipatu",
"Send logs": "Bidali egunkariak",
"All messages": "Mezu guztiak",
"Call invitation": "Dei gonbidapena",
@@ -482,7 +469,6 @@
"Search…": "Bilatu…",
"Logs sent": "Egunkariak bidalita",
"Back": "Atzera",
- "Reply": "Erantzun",
"Show message in desktop notification": "Erakutsi mezua mahaigaineko jakinarazpenean",
"Messages in group chats": "Talde txatetako mezuak",
"Yesterday": "Atzo",
@@ -491,7 +477,6 @@
"Off": "Ez",
"Event Type": "Gertaera mota",
"Developer Tools": "Garatzaile-tresnak",
- "View Source": "Ikusi iturria",
"Event Content": "Gertaeraren edukia",
"Thank you!": "Eskerrik asko!",
"Missing roomId.": "Gelaren ID-a falta da.",
@@ -566,13 +551,11 @@
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Zure txaten historiala ez galtzeko, zure gelako gakoak esportatu behar dituzu saioa amaitu aurretik. %(brand)s-en bertsio berriagora bueltatu behar zara hau egiteko",
"Incompatible Database": "Datu-base bateraezina",
"Continue With Encryption Disabled": "Jarraitu zifratzerik gabe",
- "Next": "Hurrengoa",
"That matches!": "Bat dator!",
"That doesn't match.": "Ez dator bat.",
"Go back to set it again.": "Joan atzera eta berriro ezarri.",
"Download": "Deskargatu",
"Unable to create key backup": "Ezin izan da gakoaren babes-kopia sortu",
- "Retry": "Berriro saiatu",
"Unable to load backup status": "Ezin izan da babes-kopiaren egoera kargatu",
"Unable to restore backup": "Ezin izan da babes-kopia berrezarri",
"No backup found!": "Ez da babes-kopiarik aurkitu!",
@@ -771,8 +754,6 @@
"Hourglass": "Harea-erlojua",
"Paperclip": "Klipa",
"Pin": "Txintxeta",
- "Yes": "Bai",
- "No": "Ez",
"We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "E-mail bat bidali dizugu zure helbidea egiaztatzeko. Jarraitu hango argibideak eta gero sakatu beheko botoia.",
"Email Address": "E-mail helbidea",
"Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Ziur al zaude? Zure zifratutako mezuak galduko dituzu zure gakoen babes-kopia egoki bat egiten ez bada.",
@@ -1079,7 +1060,6 @@
"Send report": "Bidali salaketa",
"To continue you need to accept the terms of this service.": "Jarraitzeko erabilera baldintzak onartu behar dituzu.",
"Document": "Dokumentua",
- "Report Content": "Salatu edukia",
"Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Captcha-ren gako publikoa falta da hasiera-zerbitzariaren konfigurazioan. Eman honen berri hasiera-zerbitzariaren administratzaileari.",
"%(creator)s created and configured the room.": "%(creator)s erabiltzaileak gela sortu eta konfiguratu du.",
"View": "Ikusi",
@@ -1098,7 +1078,6 @@
"Failed to deactivate user": "Huts egin du erabiltzailea desaktibatzeak",
"This client does not support end-to-end encryption.": "Bezero honek ez du muturretik muturrerako zifratzea onartzen.",
"Messages in this room are not end-to-end encrypted.": "Gela honetako mezuak ez daude muturretik muturrera zifratuta.",
- "React": "Erreakzioa",
"Frequently Used": "Maiz erabilia",
"Smileys & People": "Irribartxoak eta jendea",
"Animals & Nature": "Animaliak eta natura",
@@ -1258,8 +1237,6 @@
"Something went wrong trying to invite the users.": "Okerren bat egon da erabiltzaileak gonbidatzen saiatzean.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Ezin izan ditugu erabiltzaile horiek gonbidatu. Egiaztatu gonbidatu nahi dituzun erabiltzaileak eta saiatu berriro.",
"Recently Direct Messaged": "Berriki mezu zuzena bidalita",
- "Start": "Hasi",
- "Done": "Egina",
"Go Back": "Joan atzera",
"This room is end-to-end encrypted": "Gela hau muturretik muturrera zifratuta dago",
"Everyone in this room is verified": "Gelako guztiak egiaztatuta daude",
@@ -1298,7 +1275,6 @@
"Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Zure kontuak zeharkako sinatze identitate bat du biltegi sekretuan, baina saio honek ez du oraindik fidagarritzat.",
"in memory": "memorian",
"Manage": "Kudeatu",
- "Enable": "Gaitu",
"This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Saio honek ez du zure gakoen babes-kopia egiten, baina badago berreskuratu eta gehitu deakezun aurreko babes-kopia bat.",
"Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Konektatu saio hau gakoen babes-kopiara saioa amaitu aurretik saio honetan bakarrik dauden gakoak ez galtzeko.",
"Connect this session to Key Backup": "Konektatu saio hau gakoen babes-kopiara",
@@ -1338,7 +1314,6 @@
"Session key": "Saioaren gakoa",
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Erabiltzaile hau egiaztatzean bere saioa fidagarritzat joko da, eta zure saioak beretzat fidagarritzat ere.",
"Confirm your identity by entering your account password below.": "Baieztatu zure identitatea zure kontuaren pasahitza azpian idatziz.",
- "Copy": "Kopiatu",
"Cancel entering passphrase?": "Ezeztatu pasa-esaldiaren sarrera?",
"Securely cache encrypted messages locally for them to appear in search results.": "Gorde zifratutako mezuak cachean modu seguruan bilaketen emaitzetan agertu daitezen.",
"You have verified this user. This user has verified all of their sessions.": "Erabiltzaile hau egiaztatu duzu. Erabiltzaile honek bere saio guztiak egiaztatu ditu.",
@@ -1377,7 +1352,6 @@
"This session is encrypting history using the new recovery method.": "Saio honek historiala zifratzen du berreskuratze metodo berria erabiliz.",
"If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Nahi gabe egin baduzu hau, Mezu seguruak ezarri ditzakezu saio honetan eta saioaren mezuen historiala berriro zifratuko da berreskuratze metodo berriarekin.",
"If disabled, messages from encrypted rooms won't appear in search results.": "Desgaituz gero, zifratutako geletako mezuak ez dira bilaketen emaitzetan agertuko.",
- "Disable": "Desgaitu",
"%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s-ek zifratutako mezuak cache lokalean gordetzen ditu modu seguruan bilaketen emaitzen ager daitezen:",
"Space used:": "Erabilitako espazioa:",
"Indexed messages:": "Indexatutako mezuak:",
@@ -1630,6 +1604,34 @@
"username": "Erabiltzaile-izena",
"verification_cancelled": "Egiaztaketa ezeztatuta"
},
+ "action": {
+ "continue": "Jarraitu",
+ "copy": "Kopiatu",
+ "create": "Sortu",
+ "decline": "Ukatu",
+ "disable": "Desgaitu",
+ "done": "Egina",
+ "edit": "Editatu",
+ "enable": "Gaitu",
+ "invite": "Gonbidatu",
+ "invites_list": "Gonbidapenak",
+ "leave": "Atera",
+ "leave_room": "Atera gelatik",
+ "next": "Hurrengoa",
+ "no": "Ez",
+ "ok": "Ados",
+ "quote": "Aipatu",
+ "react": "Erreakzioa",
+ "remove": "Kendu",
+ "reply": "Erantzun",
+ "report_content": "Salatu edukia",
+ "retry": "Berriro saiatu",
+ "save": "Gorde",
+ "start": "Hasi",
+ "start_chat": "Hasi txata",
+ "view_source": "Ikusi iturria",
+ "yes": "Bai"
+ },
"a11y": {
"user_menu": "Erabiltzailea-menua"
}
diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json
index 5900914660..ff541db2ee 100644
--- a/src/i18n/strings/fa.json
+++ b/src/i18n/strings/fa.json
@@ -11,8 +11,6 @@
"On": "روشن",
"Changelog": "تغییراتِ بهوجودآمده",
"Waiting for response from server": "در انتظار پاسخی از سمت سرور",
- "Leave": "خروج",
- "OK": "باشه",
"Operation failed": "عملیات انجام نشد",
"Warning": "هشدار",
"This Room": "این گپ",
@@ -37,7 +35,6 @@
"Search": "جستجو",
"Failed to forget room %(errCode)s": "فراموش کردن اتاق با خطا مواجه شد %(errCode)s",
"Wednesday": "چهارشنبه",
- "Quote": "نقل قول",
"Send": "ارسال",
"Send logs": "ارسال گزارشها",
"All messages": "همهی پیامها",
@@ -57,10 +54,7 @@
"Low Priority": "کم اهمیت",
"Off": "خاموش",
"Failed to remove tag %(tagName)s from room": "خطا در حذف کلیدواژهی %(tagName)s از گپ",
- "Remove": "حذف کن",
- "Continue": "ادامه",
"Failed to change password. Is your password correct?": "خطا در تغییر گذرواژه. آیا از درستی گذرواژهتان اطمینان دارید؟",
- "View Source": "دیدن منبع",
"This email address is already in use": "این آدرس ایمیل در حال حاضر در حال استفاده است",
"This phone number is already in use": "این شماره تلفن در حال استفاده است",
"Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید",
@@ -70,7 +64,6 @@
"Add Email Address": "افزودن نشانی رایانامه",
"Confirm adding phone number": "تأیید افزودن شماره تلفن",
"Add Phone Number": "افزودن شماره تلفن",
- "No": "خیر",
"Review": "بازبینی",
"Later": "بعداً",
"Contact your server admin.": "تماس با مدیر کارسازتان.",
@@ -515,7 +508,6 @@
"Ignores a user, hiding their messages from you": "نادیده گرفتن یک کاربر، باعث میشود پیامهای او به شما نمایش داده نشود",
"Unbans user with given ID": "رفع تحریم کاربر با شناسهی مذکور",
"Bans user with given id": "تحریم کاربر با شناسهی مذکور",
- "Leave room": "ترک اتاق",
"The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.": "کلید امضای ارائه شده با کلید امضای دریافت شده از جلسه %(deviceId)s کاربر %(userId)s مطابقت دارد. نشست به عنوان تأیید شده علامت گذاری شد.",
"Verified key": "کلید تأیید شده",
"WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and session %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "هشدار: تایید کلید ناموفق بود! کلید امضا کننده %(userId)s در نشست %(deviceId)s برابر %(fprint)s است که با کلید %(fingerprint)s تطابق ندارد. این می تواند به معنی رهگیری ارتباطات شما باشد!",
@@ -745,7 +737,6 @@
"Remember this": "این را به یاد داشته باش",
"Invalid URL": "آدرس URL نامعتبر",
"About homeservers": "درباره سرورها",
- "Learn more": "بیشتر بدانید",
"Other homeserver": "سرور دیگر",
"Decline All": "رد کردن همه",
"Modal Widget": "ابزارک کمکی",
@@ -878,7 +869,6 @@
"Feedback": "بازخورد",
"To leave the beta, visit your settings.": "برای خروج از بتا به بخش تنظیمات مراجعه کنید.",
"Your platform and username will be noted to help us use your feedback as much as we can.": "سیستمعامل و نام کاربری شما ثبت خواهد شد تا به ما کمک کند تا جایی که می توانیم از نظرات شما استفاده کنیم.",
- "Done": "انجام شد",
"Close dialog": "بستن گفتگو",
"Invite anyway": "به هر حال دعوت کن",
"Invite anyway and never warn me again": "به هر حال دعوت کن و دیگر هرگز به من هشدار نده",
@@ -1083,10 +1073,6 @@
"Error decrypting image": "خطا در رمزگشایی تصویر",
"Invalid file%(extra)s": "پرونده نامعتبر%(extra)s",
"Message Actions": "اقدامات پیام",
- "Reply": "پاسخ",
- "Retry": "تلاش مجدد",
- "Edit": "ویرایش",
- "React": "واکنش",
"The encryption used by this room isn't supported.": "رمزگذاری استفاده شده توسط این اتاق پشتیبانی نمی شود.",
"Encryption not enabled": "رمزگذاری فعال نیست",
"Ignored attempt to disable encryption": "تلاش برای غیرفعال کردن رمزگذاری نادیده گرفته شد",
@@ -1129,7 +1115,6 @@
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "شما نمی توانید این تغییر را لغو کنید زیرا در حال تنزل خود هستید، اگر آخرین کاربر ممتاز در فضای کاری باشید، بازپس گیری امتیازات غیرممکن است.",
"Demote yourself?": "خودتان را تنزل میدهید؟",
"Share Link to User": "اشتراک لینک برای کاربر",
- "Invite": "دعوت",
"Mention": "اشاره",
"Jump to read receipt": "پرش به آخرین پیام خوانده شده",
"Hide sessions": "مخفی کردن نشستها",
@@ -1228,9 +1213,7 @@
"You do not have permissions to create new rooms in this space": "شما اجازه ایجاد اتاق جدید در این فضای کاری را ندارید",
"Add room": "افزودن اتاق",
"Rooms": "اتاقها",
- "Start chat": "شروع چت",
"Favourites": "موردعلاقهها",
- "Invites": "دعوتها",
"Open dial pad": "باز کردن صفحه شمارهگیری",
"Video call": "تماس تصویری",
"Voice call": "تماس صوتی",
@@ -1413,7 +1396,6 @@
"sends space invaders": "ارسال مهاجمان فضایی",
"Sends the given message with a space themed effect": "پیام داده شده را به صورت مضمون فضای کاری ارسال می کند",
"If disabled, messages from encrypted rooms won't appear in search results.": "اگر غیر فعال شود، پیامهای اتاقهای رمزشده در نتایج جستجوها نمایش داده نمیشوند.",
- "Disable": "غیرفعالکردن",
"Currently indexing: %(currentRoom)s": "هماکنون ایندکس میشوند: %(currentRoom)s",
"%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s پیامهای رمزشده را به صورت امن و محلی ذخیره کرده تا در نتایج جستجو نمایش دهد:",
"Short keyboard patterns are easy to guess": "الگوهای کوتاه صفحه کلید به راحتی قابل حدس هستند",
@@ -1534,7 +1516,6 @@
"Unable to load key backup status": "امکان بارگیری و نمایش وضعیت کلید پشتیبان وجود ندارد",
"Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "آیا اطمینان دارید؟ در صورتی که از کلیدهای شما به درستی پشتیبانگیری نشده باشد، تمام پیامهای رمزشدهی خود را از دست خواهید داد.",
"Delete Backup": "پاککردن نسخه پشتیبان (Backup)",
- "Save": "ذخیره",
"Profile picture": "تصویر پروفایل",
"Display Name": "نام نمایشی",
"Profile": "پروفایل",
@@ -1755,7 +1736,6 @@
"Unable to find a supported verification method.": "روش پشتیبانیشدهای برای تائید پیدا نشد.",
"Verify this user by confirming the following number appears on their screen.": "در صورتی که عدد بعدی بر روی صفحهی کاربر نمایش داده میشود، او را تائید نمائید.",
"Verify this user by confirming the following emoji appear on their screen.": "در صورتی که همهی شکلکهای موجود بر روی صفحهی دستگاه کاربر ظاهر شدهاند، او را تائید نمائید.",
- "Start": "شروع",
"Compare a unique set of emoji if you don't have a camera on either device": "اگر بر روی دستگاه خود دوربین ندارید، از تطابق شکلکهای منحصر به فرد استفاده نمائید",
"Compare unique emoji": "شکلکهای منحصر به فرد را مقایسه کنید",
"Scan this unique code": "این QR-code منحصر به فرد را اسکن کنید",
@@ -1767,7 +1747,6 @@
"Play": "اجرا کردن",
"Pause": "متوقفکردن",
"Accept": "پذیرفتن",
- "Decline": "رد کردن",
"Unknown caller": "تماسگیرندهی ناشناس",
"Dial pad": "صفحه شمارهگیری",
"There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد",
@@ -2019,7 +1998,6 @@
"Space options": "گزینههای انتخابی محیط",
"Manage & explore rooms": "مدیریت و جستجوی اتاقها",
"Add existing room": "اضافهکردن اتاق موجود",
- "Create": "ایجادکردن",
"Create new room": "ایجاد اتاق جدید",
"Leave space": "ترک محیط",
"Invite with email or username": "دعوت با ایمیل یا نامکاربری",
@@ -2043,7 +2021,6 @@
"Register": "ایجاد حساب کاربری",
"Sign in": "ورود به حساب کاربری",
"Sign in with": "نحوه ورود",
- "Forgot password?": "فراموشی گذرواژه",
"Phone": "شماره تلفن",
"That phone number doesn't look quite right, please check and try again": "به نظر شماره تلفن صحیح نمیباشد، لطفا بررسی کرده و مجددا تلاش فرمائید",
"Enter phone number": "شماره تلفن را وارد کنید",
@@ -2071,7 +2048,6 @@
"Start audio stream": "آغاز جریان صدا",
"Failed to start livestream": "آغاز livestream با شکست همراه بود",
"Unable to start audio streaming.": "شروع پخش جریان صدا امکانپذیر نیست.",
- "Report Content": "گزارش محتوا",
"Reject invitation": "ردکردن دعوت",
"Hold": "نگهداشتن",
"Resume": "ادامه",
@@ -2173,7 +2149,6 @@
"Ignored/Blocked": "نادیده گرفتهشده/بلاکشده",
"Labs": "قابلیتهای بتا",
"Clear cache and reload": "پاککردن حافظهی کش و راهاندازی مجدد",
- "Copy": "رونوشت",
"Your access token gives full access to your account. Do not share it with anyone.": "توکن دسترسی شما، دسترسی کامل به حساب کاربری شما را میسر میسازد. لطفا آن را در اختیار فرد دیگری قرار ندهید.",
"Access Token": "توکن دسترسی",
"Versions": "نسخهها",
@@ -2216,11 +2191,9 @@
"Your homeserver has exceeded its user limit.": "سرور شما از حد مجاز کاربر خود فراتر رفته است.",
"Use app": "از برنامه استفاده کنید",
"Use app for a better experience": "برای تجربه بهتر از برنامه استفاده کنید",
- "Enable": "فعال کن",
"Enable desktop notifications": "فعالکردن اعلانهای دسکتاپ",
"Don't miss a reply": "پاسخی را از دست ندهید",
"Review to ensure your account is safe": "برای کسب اطمینان از امنبودن حساب کاربری خود، لطفا بررسی فرمائید",
- "Yes": "بله",
"Unknown App": "برنامه ناشناخته",
"Share your public space": "محیط عمومی خود را به اشتراک بگذارید",
"Invite to %(spaceName)s": "دعوت به %(spaceName)s",
@@ -2281,7 +2254,6 @@
"You signed in to a new session without verifying it:": "شما وارد یک نشست جدید شدهاید بدون اینکه آن را تائید کنید:",
"Please review and accept all of the homeserver's policies": "لطفاً کلیه خط مشیهای سرور را مرور و قبول کنید",
"Please review and accept the policies of this homeserver:": "لطفاً خط مشیهای این سرور را مرور و قبول کنید:",
- "Next": "بعدی",
"Document": "سند",
"Summary": "خلاصه",
"Service": "سرویس",
@@ -2625,6 +2597,36 @@
"verification_cancelled": "تأیید هویت لغو شد",
"video": "ویدئو"
},
+ "action": {
+ "continue": "ادامه",
+ "copy": "رونوشت",
+ "create": "ایجادکردن",
+ "decline": "رد کردن",
+ "disable": "غیرفعالکردن",
+ "done": "انجام شد",
+ "edit": "ویرایش",
+ "enable": "فعال کن",
+ "forgot_password": "فراموشی گذرواژه",
+ "invite": "دعوت",
+ "invites_list": "دعوتها",
+ "learn_more": "بیشتر بدانید",
+ "leave": "خروج",
+ "leave_room": "ترک اتاق",
+ "next": "بعدی",
+ "no": "خیر",
+ "ok": "باشه",
+ "quote": "نقل قول",
+ "react": "واکنش",
+ "remove": "حذف کن",
+ "reply": "پاسخ",
+ "report_content": "گزارش محتوا",
+ "retry": "تلاش مجدد",
+ "save": "ذخیره",
+ "start": "شروع",
+ "start_chat": "شروع چت",
+ "view_source": "دیدن منبع",
+ "yes": "بله"
+ },
"a11y": {
"user_menu": "منوی کاربر"
}
diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json
index 97dc6b051a..d3a53cfaa5 100644
--- a/src/i18n/strings/fi.json
+++ b/src/i18n/strings/fi.json
@@ -8,12 +8,9 @@
"Favourite": "Suosikki",
"Notifications": "Ilmoitukset",
"Operation failed": "Toiminto epäonnistui",
- "Remove": "Poista",
"Search": "Haku",
- "Start chat": "Aloita keskustelu",
"unknown error code": "tuntematon virhekoodi",
"Failed to change password. Is your password correct?": "Salasanan vaihtaminen epäonnistui. Onko salasanasi oikein?",
- "Continue": "Jatka",
"powered by Matrix": "moottorina Matrix",
"Add": "Lisää",
"Admin": "Ylläpitäjä",
@@ -53,10 +50,8 @@
"Current password": "Nykyinen salasana",
"Custom level": "Mukautettu taso",
"Deactivate Account": "Poista tili pysyvästi",
- "Decline": "Hylkää",
"Default": "Oletus",
"Download %(text)s": "Lataa %(text)s",
- "Edit": "Muokkaa",
"Email": "Sähköposti",
"Email address": "Sähköpostiosoite",
"Emoji": "Emoji",
@@ -84,13 +79,11 @@
"Incorrect verification code": "Virheellinen varmennuskoodi",
"Invalid Email Address": "Virheellinen sähköpostiosoite",
"Invited": "Kutsuttu",
- "Invites": "Kutsut",
"Invites user with given id to current room": "Kutsuu tunnuksen mukaisen käyttäjän huoneeseen",
"Sign in with": "Tunnistus",
"Join Room": "Liity huoneeseen",
"Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.",
"Labs": "Laboratorio",
- "Leave room": "Poistu huoneesta",
"Logout": "Kirjaudu ulos",
"Low priority": "Matala prioriteetti",
"Moderator": "Valvoja",
@@ -103,7 +96,6 @@
"PM": "ip.",
"No display name": "Ei näyttönimeä",
"No more results": "Ei enempää tuloksia",
- "OK": "OK",
"Passwords can't be empty": "Salasanat eivät voi olla tyhjiä",
"Permissions": "Oikeudet",
"Phone": "Puhelin",
@@ -114,7 +106,6 @@
"Return to login screen": "Palaa kirjautumissivulle",
"%(brand)s version:": "%(brand)s-versio:",
"Rooms": "Huoneet",
- "Save": "Tallenna",
"Search failed": "Haku epäonnistui",
"Server error": "Palvelinvirhe",
"Session ID": "Istuntotunniste",
@@ -254,7 +245,6 @@
"Do you want to set an email address?": "Haluatko asettaa sähköpostiosoitteen?",
"This will allow you to reset your password and receive notifications.": "Tämä sallii sinun uudelleenalustaa salasanasi ja vastaanottaa ilmoituksia.",
"Skip": "Ohita",
- "Create": "Luo",
"Delete widget": "Poista sovelma",
"Unable to create widget.": "Sovelman luominen epäonnistui.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Et voi kumota tätä muutosta, koska olet ylentämässä käyttäjää samalle oikeustasolle kuin itsesi.",
@@ -279,7 +269,6 @@
"Ignore": "Sivuuta",
"Jump to read receipt": "Hyppää lukukuittaukseen",
"Mention": "Mainitse",
- "Invite": "Kutsu",
"Admin Tools": "Ylläpitotyökalut",
"Unnamed room": "Nimetön huone",
"Upload avatar": "Lähetä profiilikuva",
@@ -301,7 +290,6 @@
"And %(count)s more...": {
"other": "Ja %(count)s muuta..."
},
- "Leave": "Poistu",
"Description": "Kuvaus",
"Please note you are logging into the %(hs)s server, not matrix.org.": "Huomaa että olet kirjautumassa palvelimelle %(hs)s, etkä palvelimelle matrix.org.",
"Deops user with given id": "Poistaa tunnuksen mukaiselta käyttäjältä ylläpito-oikeudet",
@@ -441,7 +429,6 @@
"No update available.": "Ei päivityksiä saatavilla.",
"Resend": "Lähetä uudelleen",
"Collecting app version information": "Haetaan sovelluksen versiotietoja",
- "View Source": "Näytä lähdekoodi",
"Tuesday": "Tiistai",
"Search…": "Haku…",
"Developer Tools": "Kehittäjätyökalut",
@@ -451,7 +438,6 @@
"Toolbox": "Työkalut",
"Collecting logs": "Haetaan lokeja",
"All Rooms": "Kaikki huoneet",
- "Quote": "Lainaa",
"Send logs": "Lähetä lokit",
"All messages": "Kaikki viestit",
"Call invitation": "Puhelukutsu",
@@ -463,7 +449,6 @@
"You cannot delete this message. (%(code)s)": "Et voi poistaa tätä viestiä. (%(code)s)",
"Thursday": "Torstai",
"Back": "Takaisin",
- "Reply": "Vastaa",
"Show message in desktop notification": "Näytä viestit ilmoituskeskuksessa",
"Messages in group chats": "Viestit ryhmissä",
"Yesterday": "Eilen",
@@ -606,7 +591,6 @@
"Send typing notifications": "Lähetä kirjoitusilmoituksia",
"Room list": "Huoneluettelo",
"Go to Settings": "Siirry asetuksiin",
- "Retry": "Yritä uudelleen",
"Success!": "Onnistui!",
"Download": "Lataa",
"Create account": "Luo tili",
@@ -617,7 +601,6 @@
"Email (optional)": "Sähköposti (valinnainen)",
"Phone (optional)": "Puhelin (valinnainen)",
"This homeserver would like to make sure you are not a robot.": "Tämä kotipalvelin haluaa varmistaa, ettet ole robotti.",
- "Next": "Seuraava",
"No backup found!": "Varmuuskopiota ei löytynyt!",
"Unable to restore backup": "Varmuuskopion palauttaminen ei onnistu",
"Link to selected message": "Linkitä valittuun viestiin",
@@ -648,8 +631,6 @@
"Restore from Backup": "Palauta varmuuskopiosta",
"Delete Backup": "Poista varmuuskopio",
"Email Address": "Sähköpostiosoite",
- "Yes": "Kyllä",
- "No": "Ei",
"Elephant": "Norsu",
"Chat with %(brand)s Bot": "Keskustele %(brand)s-botin kanssa",
"You'll lose access to your encrypted messages": "Menetät pääsyn salattuihin viesteihisi",
@@ -1033,7 +1014,6 @@
"Report Content to Your Homeserver Administrator": "Ilmoita sisällöstä kotipalvelimesi ylläpitäjälle",
"Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Tämän viestin ilmoittaminen lähettää sen yksilöllisen tapahtumatunnuksen (event ID) kotipalvelimesi ylläpitäjälle. Jos tämän huoneen viestit on salattu, kotipalvelimesi ylläpitäjä ei voi lukea viestin tekstiä tai nähdä tiedostoja tai kuvia.",
"Send report": "Lähetä ilmoitus",
- "Report Content": "Ilmoita sisällöstä",
"View": "Näytä",
"Explore rooms": "Selaa huoneita",
"Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota",
@@ -1068,7 +1048,6 @@
"contact the administrators of identity server %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Zamolite administratora Vašeg kućnog poslužitelja (%(homeserverDomain)s
) da konfigurira TURN poslužitelj kako bi pozivi mogli pouzdano funkcionirati.",
"Call failed due to misconfigured server": "Poziv neuspješan radi pogrešno konfiguriranog poslužitelja",
"The call was answered on another device.": "Na poziv je odgovoreno sa drugog uređaja.",
@@ -168,5 +166,9 @@
"common": {
"analytics": "Analitika",
"error": "Geška"
+ },
+ "action": {
+ "continue": "Nastavi",
+ "ok": "OK"
}
-}
+}
\ No newline at end of file
diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json
index 22926dc392..3b671cd98e 100644
--- a/src/i18n/strings/hu.json
+++ b/src/i18n/strings/hu.json
@@ -1,14 +1,12 @@
{
"Cancel": "Mégse",
"Search": "Keresés",
- "OK": "Rendben",
"Dismiss": "Eltüntetés",
"Failed to forget room %(errCode)s": "A szobát nem sikerült elfelejtetni: %(errCode)s",
"Favourite": "Kedvencnek jelölés",
"Notifications": "Értesítések",
"Operation failed": "Sikertelen művelet",
"powered by Matrix": "a gépházban: Matrix",
- "Remove": "Eltávolítás",
"unknown error code": "ismeretlen hibakód",
"Accept": "Elfogadás",
"Account": "Fiók",
@@ -26,10 +24,8 @@
"Always show message timestamps": "Üzenetek időbélyegének megjelenítése mindig",
"Authentication": "Azonosítás",
"Failed to change password. Is your password correct?": "Nem sikerült megváltoztatni a jelszót. Helyesen írta be a jelszavát?",
- "Continue": "Folytatás",
"Create new room": "Új szoba létrehozása",
"Close": "Bezárás",
- "Start chat": "Csevegés indítása",
"%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s",
"and %(count)s others...": {
"other": "és még: %(count)s ...",
@@ -59,7 +55,6 @@
"Current password": "Jelenlegi jelszó",
"Custom level": "Egyedi szint",
"Deactivate Account": "Fiók felfüggesztése",
- "Decline": "Elutasítás",
"Decrypt %(text)s": "%(text)s visszafejtése",
"Default": "Alapértelmezett",
"Displays action": "Megjeleníti a tevékenységet",
@@ -97,13 +92,11 @@
"Invalid Email Address": "Érvénytelen e-mail-cím",
"Invalid file%(extra)s": "Hibás fájl%(extra)s",
"Invited": "Meghívva",
- "Invites": "Meghívók",
"Invites user with given id to current room": "A megadott azonosítójú felhasználó meghívása a jelenlegi szobába",
"Sign in with": "Bejelentkezés ezzel:",
"Join Room": "Belépés a szobába",
"Jump to first unread message.": "Ugrás az első olvasatlan üzenetre.",
"Labs": "Labor",
- "Leave room": "Szoba elhagyása",
"Logout": "Kilépés",
"Low priority": "Alacsony prioritás",
"%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a meghívásuk idejétől kezdve.",
@@ -140,7 +133,6 @@
"%(roomName)s does not exist.": "%(roomName)s nem létezik.",
"%(roomName)s is not accessible at this time.": "%(roomName)s jelenleg nem érhető el.",
"Rooms": "Szobák",
- "Save": "Mentés",
"Search failed": "Keresés sikertelen",
"%(senderDisplayName)s sent an image.": "%(senderDisplayName)s képet küldött.",
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s meghívót küldött %(targetDisplayName)s számára, hogy lépjen be a szobába.",
@@ -272,14 +264,12 @@
"Check for update": "Frissítések keresése",
"Delete widget": "Kisalkalmazás törlése",
"Define the power level of a user": "A felhasználó szintjének meghatározása",
- "Edit": "Szerkeszt",
"Enable automatic language detection for syntax highlighting": "Nyelv automatikus felismerése a szintaxiskiemeléshez",
"AM": "de.",
"PM": "du.",
"Unable to create widget.": "Nem lehet kisalkalmazást létrehozni.",
"You are not in this room.": "Nem tagja ennek a szobának.",
"You do not have permission to do that in this room.": "Nincs jogosultsága ezt tenni ebben a szobában.",
- "Create": "Létrehozás",
"Automatically replace plain text Emoji": "Egyszerű szöveg automatikus cseréje emodzsira",
"Publish this room to the public in %(domain)s's room directory?": "Publikálod a szobát a(z) %(domain)s szoba listájába?",
"%(widgetName)s widget added by %(senderName)s": "%(senderName)s hozzáadta a %(widgetName)s kisalkalmazást",
@@ -297,7 +287,6 @@
"Ignores a user, hiding their messages from you": "Figyelmen kívül hagy egy felhasználót, elrejtve az üzeneteit",
"Banned by %(displayName)s": "Kitiltotta: %(displayName)s",
"Description": "Leírás",
- "Leave": "Elhagyás",
"Unknown": "Ismeretlen",
"Jump to read receipt": "Olvasási visszaigazolásra ugrás",
"Message Pinning": "Üzenet kitűzése",
@@ -307,7 +296,6 @@
"other": "És még %(count)s..."
},
"Mention": "Megemlítés",
- "Invite": "Meghívás",
"Delete Widget": "Kisalkalmazás törlése",
"Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "A kisalkalmazás törlése minden felhasználót érint a szobában. Biztos, hogy törli a kisalkalmazást?",
"Mirror local video feed": "Helyi videófolyam tükrözése",
@@ -468,7 +456,6 @@
"Toolbox": "Eszköztár",
"Collecting logs": "Naplók összegyűjtése",
"Invite to this room": "Meghívás a szobába",
- "Quote": "Idézés",
"Send logs": "Naplófájlok elküldése",
"All messages": "Összes üzenet",
"Call invitation": "Hívásmeghívások",
@@ -481,7 +468,6 @@
"Search…": "Keresés…",
"Logs sent": "Napló elküldve",
"Back": "Vissza",
- "Reply": "Válasz",
"Show message in desktop notification": "Üzenet megjelenítése az asztali értesítésekben",
"Messages in group chats": "A csoportos csevegések üzenetei",
"Yesterday": "Tegnap",
@@ -491,7 +477,6 @@
"Wednesday": "Szerda",
"Event Type": "Esemény típusa",
"Event sent!": "Az esemény elküldve!",
- "View Source": "Forrás megjelenítése",
"Event Content": "Esemény tartalma",
"Thank you!": "Köszönjük!",
"Missing roomId.": "Hiányzó szobaazonosító.",
@@ -568,13 +553,11 @@
"Unable to load! Check your network connectivity and try again.": "A betöltés sikertelen. Ellenőrizze a hálózati kapcsolatot, és próbálja újra.",
"Delete Backup": "Mentés törlése",
"Unable to load key backup status": "A mentett kulcsok állapotát nem lehet betölteni",
- "Next": "Következő",
"That matches!": "Egyeznek!",
"That doesn't match.": "Nem egyeznek.",
"Go back to set it again.": "Lépj vissza és állítsd be újra.",
"Download": "Letöltés",
"Unable to create key backup": "Kulcs mentés sikertelen",
- "Retry": "Újra",
"Unable to load backup status": "A mentés állapotát nem lehet lekérdezni",
"Unable to restore backup": "A mentést nem lehet helyreállítani",
"No backup found!": "Mentés nem található!",
@@ -649,8 +632,6 @@
"Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Az ezzel felhasználóval váltott biztonságos üzenetek végpontok közti titkosítással védettek, és azt harmadik fél nem tudja elolvasni.",
"Got It": "Megértettem",
"Verify this user by confirming the following number appears on their screen.": "Ellenőrizze ezt a felhasználót azzal, hogy megerősíti, hogy a következő szám jelenik meg a képernyőjén.",
- "Yes": "Igen",
- "No": "Nem",
"We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "E-mail üzenetet küldtünk Önnek, hogy ellenőrizzük a címét. Kövesse az ott leírt utasításokat, és kattintson az alábbi gombra.",
"Email Address": "E-mail cím",
"All keys backed up": "Az összes kulcs elmentve",
@@ -1054,7 +1035,6 @@
"Report Content to Your Homeserver Administrator": "Tartalom bejelentése a Matrix-kiszolgáló rendszergazdájának",
"Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Az üzenet bejelentése egy egyedi „eseményazonosítót” küld el a Matrix-kiszolgáló rendszergazdájának. Ha az üzenetek titkosítottak a szobában, akkor a Matrix-kiszolgáló rendszergazdája nem tudja elolvasni az üzenetet, vagy nem tudja megnézni a fájlokat vagy képeket.",
"Send report": "Jelentés küldése",
- "Report Content": "Tartalom jelentése",
"Read Marker lifetime (ms)": "Olvasási visszajelzés érvényessége (ms)",
"Read Marker off-screen lifetime (ms)": "Olvasási visszajelzés érvényessége a képernyőn kívül (ms)",
"Changes the avatar of the current room": "Megváltoztatja a profilképét a jelenlegi szobában",
@@ -1109,7 +1089,6 @@
"Objects": "Tárgyak",
"Symbols": "Szimbólumok",
"Flags": "Zászlók",
- "React": "Reakció",
"Cancel search": "Keresés megszakítása",
"Jump to first unread room.": "Ugrás az első olvasatlan szobához.",
"Jump to first invite.": "Újrás az első meghívóhoz.",
@@ -1256,8 +1235,6 @@
"about a day from now": "egy nap múlva",
"%(num)s days from now": "%(num)s nap múlva",
"Restore": "Visszaállítás",
- "Start": "Indít",
- "Done": "Kész",
"Go Back": "Vissza",
"Other users may not trust it": "Más felhasználók lehet, hogy nem bíznak benne",
"Later": "Később",
@@ -1288,13 +1265,11 @@
"Show less": "Kevesebb megjelenítése",
"Manage": "Kezelés",
"Securely cache encrypted messages locally for them to appear in search results.": "A titkosított üzenetek biztonságos helyi gyorsítótárazása, hogy megjelenhessenek a keresési találatok között.",
- "Enable": "Engedélyezés",
"%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸ້ມຄອງສະຖານີຂອງທ່ານ (%(homeserverDomain)s
) ເພື່ອກໍານົດຄ່າຂອງ TURN Server ເພື່ອໃຫ້ການໂທເຮັດວຽກໄດ້ຢ່າງສະຖຽນ.",
"Call failed due to misconfigured server": "ການໂທບໍ່ສຳເລັດເນື່ອງຈາກເຊີບເວີຕັ້ງຄ່າຜິດພາດ",
"The call was answered on another device.": "ການຮັບສາຍຢູ່ໃນອຸປະກອນອື່ນ.",
@@ -599,7 +598,6 @@
"Workspace: %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Vennligst be administratoren av din hjemmetjener (%(homeserverDomain)s
) til å konfigurere en TURN tjener slik at samtaler vil fungere best mulig.",
- "OK": "OK",
- "Continue": "Fortsett",
"The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunne ikke lastes opp.",
"The server does not support the room version specified.": "Tjeneren støtter ikke rom versjonen som ble spesifisert.",
"Messages": "Meldinger",
@@ -122,7 +116,6 @@
"This room has no topic.": "Dette rommet har ingen overskrift.",
"Sets the room name": "Setter rommets navn",
"Invites user with given id to current room": "Inviterer brukeren med gitt id til dette rommet",
- "Leave room": "Forlat rommet",
"Bans user with given id": "Nekter tilgang til bruker med gitt id",
"Unbans user with given ID": "Gir tilbake tilgang til bruker med gitt ID",
"Ignores a user, hiding their messages from you": "Ignorerer en bruker og skjuler meldingene deres hos deg",
@@ -152,7 +145,6 @@
"%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.",
"Someone": "Noen",
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s sendte en invitasjon til %(targetDisplayName)s om å bli med i rommet.",
- "Done": "Fullført",
"%(displayName)s is typing …": "%(displayName)s skriver …",
"%(names)s and %(count)s others are typing …": {
"other": "%(names)s og %(count)s andre skriver …",
@@ -162,9 +154,7 @@
"%(num)s minutes ago": "%(num)s minutter siden",
"%(num)s hours ago": "%(num)s timer siden",
"This is a very common password": "Dette er et veldig vanlig passord",
- "Decline": "Avslå",
"Accept": "Godta",
- "Start": "Begynn",
"Dog": "Hund",
"Cat": "Katt",
"Horse": "Hest",
@@ -206,9 +196,7 @@
"Confirm password": "Bekreft passord",
"Change Password": "Endre passordet",
"Manage": "Administrér",
- "Enable": "Slå på",
"Display Name": "Visningsnavn",
- "Save": "Lagre",
"Disconnect": "Koble fra",
"Go back": "Gå tilbake",
"Change": "Endre",
@@ -251,7 +239,6 @@
"Phone Number": "Telefonnummer",
"Mod": "Mod",
"Are you sure?": "Er du sikker?",
- "Invite": "Inviter",
"Admin Tools": "Adminverktøy",
"Invited": "Invitert",
"Send an encrypted reply…": "Send et kryptert svar …",
@@ -271,8 +258,6 @@
"All Rooms": "Alle rom",
"Search…": "Søk …",
"Got it": "Jeg forstår",
- "Reply": "Svar",
- "Edit": "Rediger",
"Attachment": "Vedlegg",
"Download %(text)s": "Last ned %(text)s",
"Show all": "Vis alt",
@@ -292,8 +277,6 @@
"Cancel search": "Avbryt søket",
"More options": "Flere alternativer",
"Join": "Bli med",
- "Yes": "Ja",
- "No": "Nei",
"collapse": "skjul",
"expand": "utvid",
"All rooms": "Alle rom",
@@ -302,7 +285,6 @@
"Unavailable": "Ikke tilgjengelig",
"Changelog": "Endringslogg",
"Confirm Removal": "Bekreft fjerning",
- "Create": "Lag",
"Name": "Navn",
"Sign out": "Logg ut",
"Unknown error": "Ukjent feil",
@@ -321,9 +303,7 @@
"Service": "Tjeneste",
"Summary": "Oppsummering",
"Document": "Dokument",
- "Next": "Neste",
"Cancel All": "Avbryt alt",
- "Report Content": "Rapporter innhold",
"Home": "Hjem",
"Sign in": "Logg inn",
"Code": "Kode",
@@ -348,12 +328,9 @@
"Export": "Eksporter",
"Import": "Importer",
"Restore": "Gjenopprett",
- "Copy": "Kopier",
"Download": "Nedlastning",
- "Retry": "Prøv igjen",
"Success!": "Suksess!",
"Set up": "Sett opp",
- "Disable": "Slå av",
"Identity server has no terms of service": "Identitetstjeneren har ingen brukervilkår",
"Enable Emoji suggestions while typing": "Skru på emoji-forslag mens du skriver",
"Show a placeholder for removed messages": "Vis en stattholder for fjernede meldinger",
@@ -484,7 +461,6 @@
"Join Room": "Bli med i rommet",
"Forget room": "Glem rommet",
"Share room": "Del rommet",
- "Invites": "Invitasjoner",
"Low priority": "Lavprioritet",
"Historical": "Historisk",
"Forget this room": "Glem dette rommet",
@@ -1174,7 +1150,6 @@
"%(ssoButtons)s Or %(usernamePassword)s": "%(ssoButtons)s eller %(usernamePassword)s",
"New here? Create an account": "Er du ny her? Opprett en konto",
"Now, let's help you get started": "Nå, la oss hjelpe deg med å komme i gang",
- "Forgot password?": "Glemt passord?",
"Enter email address": "Legg inn e-postadresse",
"Enter phone number": "Skriv inn telefonnummer",
"Please enter the code it contains:": "Vennligst skriv inn koden den inneholder:",
@@ -1193,7 +1168,6 @@
"Generate a Security Key": "Generer en sikkerhetsnøkkel",
"Confirm your Security Phrase": "Bekreft sikkerhetsfrasen din",
"Use app": "Bruk app",
- "Learn more": "Lær mer",
"Use app for a better experience": "Bruk appen for en bedre opplevelse",
"Continue with %(provider)s": "Fortsett med %(provider)s",
"This address is already in use": "Denne adressen er allerede i bruk",
@@ -1254,7 +1228,6 @@
"ready": "klar",
"Algorithm:": "Algoritme:",
"Away": "Borte",
- "Start chat": "Start chat",
"Show Widgets": "Vis moduler",
"Hide Widgets": "Skjul moduler",
"Unknown for %(duration)s": "Ukjent i %(duration)s",
@@ -1492,7 +1465,6 @@
"Pause": "Pause",
"Beta": "Beta",
"Report": "Rapporter",
- "Forward": "Videresend",
"Sent": "Sendt",
"Sending": "Sender",
"Format": "Format",
@@ -1585,6 +1557,36 @@
"username": "Brukernavn",
"verification_cancelled": "Verifiseringen ble avbrutt"
},
+ "action": {
+ "continue": "Fortsett",
+ "copy": "Kopier",
+ "create": "Lag",
+ "decline": "Avslå",
+ "disable": "Slå av",
+ "done": "Fullført",
+ "edit": "Rediger",
+ "enable": "Slå på",
+ "forgot_password": "Glemt passord?",
+ "forward": "Videresend",
+ "invite": "Inviter",
+ "invites_list": "Invitasjoner",
+ "learn_more": "Lær mer",
+ "leave": "Forlat",
+ "leave_room": "Forlat rommet",
+ "next": "Neste",
+ "no": "Nei",
+ "ok": "OK",
+ "quote": "Sitat",
+ "remove": "Fjern",
+ "reply": "Svar",
+ "report_content": "Rapporter innhold",
+ "retry": "Prøv igjen",
+ "save": "Lagre",
+ "start": "Begynn",
+ "start_chat": "Start chat",
+ "view_source": "Vis kilde",
+ "yes": "Ja"
+ },
"a11y": {
"user_menu": "Brukermeny"
}
diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json
index bf4dd05047..8ff107dc63 100644
--- a/src/i18n/strings/nl.json
+++ b/src/i18n/strings/nl.json
@@ -25,7 +25,6 @@
"Command error": "Opdrachtfout",
"Commands": "Opdrachten",
"Confirm password": "Bevestig wachtwoord",
- "Continue": "Doorgaan",
"Cancel": "Annuleren",
"Accept": "Aannemen",
"Add": "Toevoegen",
@@ -47,11 +46,8 @@
"Notifications": "Meldingen",
"Operation failed": "Handeling is mislukt",
"powered by Matrix": "draait op Matrix",
- "Remove": "Verwijderen",
- "Start chat": "Gesprek beginnen",
"unknown error code": "onbekende foutcode",
"Search": "Zoeken",
- "OK": "Oké",
"Failed to change password. Is your password correct?": "Wijzigen van wachtwoord is mislukt. Is je wachtwoord juist?",
"Moderator": "Moderator",
"Name": "Naam",
@@ -97,7 +93,6 @@
"Current password": "Huidig wachtwoord",
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s heeft de kamernaam verwijderd.",
"Deactivate Account": "Account Sluiten",
- "Decline": "Weigeren",
"Decrypt %(text)s": "%(text)s ontsleutelen",
"Download %(text)s": "%(text)s downloaden",
"Email": "E-mailadres",
@@ -137,13 +132,11 @@
"Invalid Email Address": "Ongeldig e-mailadres",
"Invalid file%(extra)s": "Ongeldig bestand %(extra)s",
"Invited": "Uitgenodigd",
- "Invites": "Uitnodigingen",
"Invites user with given id to current room": "Nodigt een persoon met de gegeven ID uit in de huidige kamer",
"Sign in with": "Inloggen met",
"Join Room": "Kamer toetreden",
"Jump to first unread message.": "Spring naar het eerste ongelezen bericht.",
"Labs": "Labs",
- "Leave room": "Kamer verlaten",
"Logout": "Uitloggen",
"Low priority": "Lage prioriteit",
"%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze uitgenodigd zijn.",
@@ -165,7 +158,6 @@
"%(roomName)s does not exist.": "%(roomName)s bestaat niet.",
"%(roomName)s is not accessible at this time.": "%(roomName)s is op dit moment niet toegankelijk.",
"Rooms": "Kamers",
- "Save": "Opslaan",
"Search failed": "Zoeken mislukt",
"%(senderDisplayName)s sent an image.": "%(senderDisplayName)s heeft een afbeelding gestuurd.",
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s heeft %(targetDisplayName)s in deze kamer uitgenodigd.",
@@ -272,7 +264,6 @@
"Skip": "Overslaan",
"Define the power level of a user": "Bepaal het machtsniveau van een persoon",
"Delete widget": "Widget verwijderen",
- "Edit": "Bewerken",
"Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen",
"Publish this room to the public in %(domain)s's room directory?": "Deze kamer vermelden in de publieke kamersgids van %(domain)s?",
"AM": "AM",
@@ -280,7 +271,6 @@
"Unable to create widget.": "Kan widget niet aanmaken.",
"You are not in this room.": "Je maakt geen deel uit van deze kamer.",
"You do not have permission to do that in this room.": "Je hebt geen rechten om dat in deze kamer te doen.",
- "Create": "Aanmaken",
"Automatically replace plain text Emoji": "Tekst automatisch vervangen door emoji",
"%(widgetName)s widget added by %(senderName)s": "%(widgetName)s-widget toegevoegd door %(senderName)s",
"%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s-widget verwijderd door %(senderName)s",
@@ -308,7 +298,6 @@
"Ignore": "Negeren",
"Jump to read receipt": "Naar het laatst gelezen bericht gaan",
"Mention": "Vermelden",
- "Invite": "Uitnodigen",
"Send an encrypted reply…": "Verstuur een versleuteld antwoord…",
"Send an encrypted message…": "Verstuur een versleuteld bericht…",
"%(duration)ss": "%(duration)ss",
@@ -416,11 +405,9 @@
},
"collapse": "dichtvouwen",
"expand": "uitvouwen",
- "Quote": "Citeren",
"And %(count)s more...": {
"other": "En %(count)s meer…"
},
- "Leave": "Verlaten",
"Description": "Omschrijving",
"Old cryptography data detected": "Oude cryptografiegegevens gedetecteerd",
"Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "Er zijn gegevens van een oudere versie van %(brand)s gevonden, die problemen veroorzaakt hebben met de eind-tot-eind-versleuteling in de oude versie. Onlangs vanuit de oude versie verzonden eind-tot-eind-versleutelde berichten zijn mogelijk onontsleutelbaar in deze versie. Ook kunnen berichten die met deze versie uitgewisseld zijn falen. Mocht je problemen ervaren, log dan opnieuw in. Exporteer je sleutels en importeer ze weer om je berichtgeschiedenis te behouden.",
@@ -478,7 +465,6 @@
"You cannot delete this message. (%(code)s)": "Je kan dit bericht niet verwijderen. (%(code)s)",
"Thursday": "Donderdag",
"Back": "Terug",
- "Reply": "Beantwoorden",
"Show message in desktop notification": "Bericht in bureaubladmelding tonen",
"Messages in group chats": "Berichten in groepsgesprekken",
"Yesterday": "Gisteren",
@@ -488,7 +474,6 @@
"Wednesday": "Woensdag",
"Event Type": "Gebeurtenistype",
"Event sent!": "Gebeurtenis verstuurd!",
- "View Source": "Bron bekijken",
"Event Content": "Gebeurtenisinhoud",
"Thank you!": "Bedankt!",
"Logs sent": "Logs verstuurd",
@@ -670,8 +655,6 @@
"Headphones": "Koptelefoon",
"Folder": "Map",
"Pin": "Vastmaken",
- "Yes": "Ja",
- "No": "Nee",
"We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "We hebben je een e-mail gestuurd om je adres te verifiëren. Gelieve de daarin gegeven aanwijzingen op te volgen en dan op de knop hieronder te klikken.",
"Email Address": "E-mailadres",
"Delete Backup": "Back-up verwijderen",
@@ -789,7 +772,6 @@
"No backup found!": "Geen back-up gevonden!",
"Failed to decrypt %(failedCount)s sessions!": "Ontsleutelen van %(failedCount)s sessies is mislukt!",
"Warning: you should only set up key backup from a trusted computer.": "Let op: stel sleutelback-up enkel in op een vertrouwde computer.",
- "Next": "Volgende",
"This homeserver would like to make sure you are not a robot.": "Deze homeserver wil graag weten of je geen robot bent.",
"Please review and accept all of the homeserver's policies": "Gelieve het beleid van de homeserver door te nemen en te aanvaarden",
"Please review and accept the policies of this homeserver:": "Gelieve het beleid van deze homeserver door te nemen en te aanvaarden:",
@@ -822,7 +804,6 @@
"Your keys are being backed up (the first backup could take a few minutes).": "Er wordt een back-up van je sleutels gemaakt (de eerste back-up kan enkele minuten duren).",
"Success!": "Klaar!",
"Unable to create key backup": "Kan sleutelback-up niet aanmaken",
- "Retry": "Opnieuw proberen",
"Set up": "Instellen",
"New Recovery Method": "Nieuwe herstelmethode",
"If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Als je deze nieuwe herstelmethode niet hebt ingesteld, is het mogelijk dat een aanvaller toegang tot jouw account probeert te krijgen. Wijzig onmiddellijk je wachtwoord en stel bij instellingen een nieuwe herstelmethode in.",
@@ -1055,7 +1036,6 @@
"Report Content to Your Homeserver Administrator": "Inhoud melden aan de beheerder van jouw homeserver",
"Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Dit bericht melden zal zijn unieke ‘gebeurtenis-ID’ versturen naar de beheerder van jouw homeserver. Als de berichten in deze kamer versleuteld zijn, zal de beheerder van jouw homeserver het bericht niet kunnen lezen, noch enige bestanden of afbeeldingen zien.",
"Send report": "Rapport versturen",
- "Report Content": "Inhoud melden",
"View": "Bekijken",
"Explore rooms": "Kamers ontdekken",
"Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen",
@@ -1168,9 +1148,7 @@
"Scan this unique code": "Scan deze unieke code",
"Compare unique emoji": "Vergelijk unieke emoji",
"Compare a unique set of emoji if you don't have a camera on either device": "Vergelijk een unieke lijst met emoji als geen van beide apparaten een camera heeft",
- "Start": "Start",
"Securely cache encrypted messages locally for them to appear in search results.": "Sla versleutelde berichten veilig lokaal op om ze doorzoekbaar te maken.",
- "Enable": "Inschakelen",
"Cannot connect to integration manager": "Kan geen verbinding maken met de integratiebeheerder",
"The integration manager is offline or it cannot reach your homeserver.": "De integratiebeheerder is offline of kan je homeserver niet bereiken.",
"not stored": "niet opgeslagen",
@@ -1276,7 +1254,6 @@
"Not Trusted": "Niet vertrouwd",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s%(userId)s heeft zich aangemeld bij een nieuwe sessie zonder deze te verifiëren:",
"Ask this user to verify their session, or manually verify it below.": "Vraag deze persoon de sessie te verifiëren, of verifieer het handmatig hieronder.",
- "Done": "Klaar",
"Trusted": "Vertrouwd",
"Not trusted": "Niet vertrouwd",
"%(count)s verified sessions": {
@@ -1300,7 +1277,6 @@
"Got it": "Ik snap het",
"Encryption not enabled": "Versleuteling niet ingeschakeld",
"The encryption used by this room isn't supported.": "De versleuteling gebruikt in deze kamer wordt niet ondersteund.",
- "React": "Reageren",
"Message Actions": "Berichtacties",
"You have ignored this user, so their message is hidden. Show anyways.": "Je hebt deze persoon genegeerd, dus de berichten worden verborgen. Toch tonen?",
"You verified %(name)s": "Je hebt %(name)s geverifieerd",
@@ -1376,13 +1352,11 @@
"Restore": "Herstellen",
"You'll need to authenticate with the server to confirm the upgrade.": "Je zal moeten inloggen bij de server om het upgraden te bevestigen.",
"Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Upgrade deze sessie om er andere sessies mee te verifiëren. Hiermee krijgen de andere sessies toegang tot je versleutelde berichten en is het voor andere personen als vertrouwd gemarkeerd .",
- "Copy": "Kopiëren",
"Upgrade your encryption": "Upgrade je versleuteling",
"Unable to set up secret storage": "Kan sleutelopslag niet instellen",
"Create key backup": "Sleutelback-up aanmaken",
"This session is encrypting history using the new recovery method.": "Deze sessie versleutelt je geschiedenis aan de hand van de nieuwe herstelmethode.",
"If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Als je dit per ongeluk hebt gedaan, kan je beveiligde berichten op deze sessie instellen, waarmee de berichtgeschiedenis van deze sessie opnieuw zal versleuteld worden aan de hand van een nieuwe herstelmethode.",
- "Disable": "Uitschakelen",
"%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s bewaart versleutelde berichten veilig in het lokale cachegeheugen om ze in je zoekresultaten te laten verschijnen:",
"Space used:": "Gebruikte Space:",
"Indexed messages:": "Geïndexeerde berichten:",
@@ -2031,7 +2005,6 @@
"Use email to optionally be discoverable by existing contacts.": "Optioneel kan je jouw e-mail ook gebruiken om ontdekt te worden door al bestaande contacten.",
"Use email or phone to optionally be discoverable by existing contacts.": "Gebruik e-mail of telefoon om optioneel ontdekt te kunnen worden door bestaande contacten.",
"Add an email to be able to reset your password.": "Voeg een e-mail toe om je wachtwoord te kunnen resetten.",
- "Forgot password?": "Wachtwoord vergeten?",
"That phone number doesn't look quite right, please check and try again": "Dat telefoonnummer ziet er niet goed uit, controleer het en probeer het opnieuw",
"Enter phone number": "Telefoonnummer invoeren",
"Enter email address": "E-mailadres invoeren",
@@ -2101,7 +2074,6 @@
"There was a problem communicating with the server. Please try again.": "Er was een communicatie probleem met de server. Probeer het opnieuw.",
"You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Je zou dit kunnen uitschakelen als deze kamer gebruikt zal worden om samen te werken met externe teams die hun eigen homeserver hebben. Dit kan later niet meer veranderd worden.",
"About homeservers": "Over homeservers",
- "Learn more": "Lees verder",
"Other homeserver": "Andere homeserver",
"Sign into your homeserver": "Login op jouw homeserver",
"Specify a homeserver": "Specificeer een homeserver",
@@ -2380,7 +2352,6 @@
"Collapse reply thread": "Antwoorddraad invouwen",
"Show preview": "Preview weergeven",
"View source": "Bron bekijken",
- "Forward": "Doorsturen",
"Settings - %(spaceName)s": "Instellingen - %(spaceName)s",
"Report the entire room": "Rapporteer het hele kamer",
"Spam or propaganda": "Spam of propaganda",
@@ -2518,7 +2489,6 @@
"Visible to space members": "Zichtbaar voor Space leden",
"Public room": "Publieke kamer",
"Private room (invite only)": "Privékamer (alleen op uitnodiging)",
- "Create a room": "Kamer aanmaken",
"Only people invited will be able to find and join this room.": "Alleen uitgenodigde personen kunnen deze kamer vinden en aan deelnemen.",
"Anyone will be able to find and join this room, not just members of /help
to list available commands. Did you mean to send this as a message?": "Você pode usar /help
para listar os comandos disponíveis. Você quis enviar isso como uma mensagem?",
"Send as message": "Enviar como mensagem",
"Room Topic": "Descrição da sala",
- "React": "Adicionar reação",
"Resend %(unsentCount)s reaction(s)": "Reenviar %(unsentCount)s reações",
"Switch to light mode": "Alternar para o modo claro",
"Switch to dark mode": "Alternar para o modo escuro",
@@ -1478,7 +1455,6 @@
"Verification Request": "Solicitação de confirmação",
"Remember my selection for this widget": "Lembrar minha escolha para este widget",
"Wrong file type": "Tipo errado de arquivo",
- "Report Content": "Denunciar conteúdo",
"Remove for everyone": "Remover para todos",
"This homeserver would like to make sure you are not a robot.": "Este servidor local quer se certificar de que você não é um robô.",
"Confirm your identity by entering your account password below.": "Confirme sua identidade digitando sua senha abaixo.",
@@ -1500,9 +1476,7 @@
"This account has been deactivated.": "Esta conta foi desativada.",
"Forgotten your password?": "Esqueceu sua senha?",
"Restore": "Restaurar",
- "Copy": "Copiar",
"Success!": "Pronto!",
- "Disable": "Desativar",
"Space used:": "Espaço usado:",
"Navigation": "Navegação",
"Calls": "Chamadas",
@@ -2080,10 +2054,8 @@
"Use email to optionally be discoverable by existing contacts.": "Seja encontrado por seus contatos a partir de um e-mail.",
"Use email or phone to optionally be discoverable by existing contacts.": "Seja encontrado por seus contatos a partir de um e-mail ou número de telefone.",
"Add an email to be able to reset your password.": "Adicione um e-mail para depois poder redefinir sua senha.",
- "Forgot password?": "Esqueceu a senha?",
"That phone number doesn't look quite right, please check and try again": "Esse número de telefone não é válido, verifique e tente novamente",
"About homeservers": "Sobre os servidores locais",
- "Learn more": "Saiba mais",
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use o seu servidor local Matrix preferido, ou hospede o seu próprio servidor.",
"Other homeserver": "Outro servidor local",
"Sign into your homeserver": "Faça login em seu servidor local",
@@ -2382,7 +2354,6 @@
"Public room": "Sala pública",
"Private room (invite only)": "Sala privada (apenas com convite)",
"Room visibility": "Visibilidade da sala",
- "Create a room": "Criar uma sala",
"Only people invited will be able to find and join this room.": "Apenas convidados poderão encontrar e entrar nesta sala.",
"Anyone will be able to find and join this room.": "Qualquer um poderá encontrar e entrar nesta sala.",
"Anyone will be able to find and join this room, not just members of %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Vă rugăm să cereți administratorului serverului dvs. (%(homeserverDomain)s
) să configureze un server TURN pentru ca apelurile să funcționeze în mod fiabil.",
"Call failed due to misconfigured server": "Apelul nu a reușit din cauza serverului configurat greșit",
"The call was answered on another device.": "Apelul a primit răspuns pe un alt dispozitiv.",
@@ -72,5 +71,8 @@
"common": {
"analytics": "Analizarea",
"error": "Eroare"
+ },
+ "action": {
+ "ok": "OK"
}
-}
+}
\ No newline at end of file
diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json
index 82028dbb1d..4fe4937ed8 100644
--- a/src/i18n/strings/ru.json
+++ b/src/i18n/strings/ru.json
@@ -8,7 +8,6 @@
"Bans user with given id": "Блокирует пользователя с заданным ID",
"Changes your display nickname": "Изменяет ваш псевдоним",
"Commands": "Команды",
- "Continue": "Продолжить",
"Cryptography": "Криптография",
"Deactivate Account": "Деактивировать учётную запись",
"Default": "По умолчанию",
@@ -28,11 +27,9 @@
"Historical": "Архив",
"Import E2E room keys": "Импорт ключей шифрования",
"Invalid Email Address": "Недопустимый email",
- "Invites": "Приглашения",
"Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату",
"Sign in with": "Войти с помощью",
"Labs": "Лаборатория",
- "Leave room": "Покинуть комнату",
"Logout": "Выйти",
"Low priority": "Маловажные",
"Moderator": "Модератор",
@@ -43,7 +40,6 @@
"No users have specific privileges in this room": "Ни один пользователь не имеет особых прав в этой комнате",
"Permissions": "Права доступа",
"Phone": "Телефон",
- "Remove": "Удалить",
"Return to login screen": "Вернуться к экрану входа",
"Unable to add email address": "Не удается добавить email",
"Unable to remove contact information": "Не удалось удалить контактную информацию",
@@ -131,7 +127,6 @@
"New passwords don't match": "Новые пароли не совпадают",
"not specified": "не задан",
"No more results": "Больше никаких результатов",
- "OK": "OK",
"Passwords can't be empty": "Пароли не могут быть пустыми",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Проверьте свою электронную почту и нажмите на ссылку в письме. После этого нажмите кнопку Продолжить.",
"Power level must be positive integer.": "Уровень прав должен быть положительным целым числом.",
@@ -189,7 +184,6 @@
"Jump to first unread message.": "Перейти к первому непрочитанному сообщению.",
"Privileged Users": "Привилегированные пользователи",
"Register": "Зарегистрироваться",
- "Save": "Сохранить",
"Server error": "Ошибка сервера",
"Server may be unavailable, overloaded, or search timed out :(": "Сервер может быть недоступен, перегружен или поиск прекращен по тайм-ауту :(",
"Server may be unavailable, overloaded, or you hit a bug.": "Возможно, сервер недоступен, перегружен или случилась ошибка.",
@@ -237,7 +231,6 @@
"%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s удалил(а) аватар комнаты.",
"%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s изменил(а) аватар комнаты %(roomName)s",
"Create new room": "Создать комнату",
- "Start chat": "Отправить личное сообщение",
"Add": "Добавить",
"Uploading %(filename)s": "Отправка %(filename)s",
"Uploading %(filename)s and %(count)s others": {
@@ -257,7 +250,6 @@
"other": "(~%(count)s результатов)",
"one": "(~%(count)s результат)"
},
- "Decline": "Отклонить",
"%(roomName)s does not exist.": "%(roomName)s не существует.",
"%(roomName)s is not accessible at this time.": "%(roomName)s на данный момент недоступна.",
"Unnamed Room": "Комната без названия",
@@ -272,14 +264,12 @@
"Check for update": "Проверить наличие обновлений",
"Delete widget": "Удалить виджет",
"Define the power level of a user": "Определить уровень прав пользователя",
- "Edit": "Изменить",
"Enable automatic language detection for syntax highlighting": "Автоопределение языка подсветки синтаксиса",
"AM": "ДП",
"PM": "ПП",
"Unable to create widget.": "Не удалось создать виджет.",
"You are not in this room.": "Вас сейчас нет в этой комнате.",
"You do not have permission to do that in this room.": "У вас нет разрешения на это в данной комнате.",
- "Create": "Создать",
"Automatically replace plain text Emoji": "Автоматически заменять текстовые смайлики на графические",
"%(widgetName)s widget added by %(senderName)s": "Виджет %(widgetName)s был добавлен %(senderName)s",
"%(widgetName)s widget removed by %(senderName)s": "Виджет %(widgetName)s был удален %(senderName)s",
@@ -297,7 +287,6 @@
"Ignores a user, hiding their messages from you": "Игнорирует пользователя, скрывая сообщения от вас",
"Banned by %(displayName)s": "Заблокирован(а) %(displayName)s",
"Description": "Описание",
- "Leave": "Покинуть",
"Jump to read receipt": "Перейти к последнему прочтённому",
"Message Pinning": "Закреплённые сообщения",
"%(senderName)s changed the pinned messages for the room.": "%(senderName)s изменил(а) закреплённые сообщения в этой комнате.",
@@ -309,7 +298,6 @@
"Delete Widget": "Удалить виджет",
"Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Удаление виджета действует для всех участников этой комнаты. Вы действительно хотите удалить этот виджет?",
"Mirror local video feed": "Зеркально отражать видео со своей камеры",
- "Invite": "Пригласить",
"Mention": "Упомянуть",
"Members only (since the point in time of selecting this option)": "Только участники (с момента выбора этого параметра)",
"Members only (since they were invited)": "Только участники (с момента их приглашения)",
@@ -458,7 +446,6 @@
"No update available.": "Нет доступных обновлений.",
"Resend": "Переотправить",
"Collecting app version information": "Сбор информации о версии приложения",
- "View Source": "Исходный код",
"Tuesday": "Вторник",
"Search…": "Поиск…",
"Developer Tools": "Инструменты разработчика",
@@ -480,7 +467,6 @@
"Thursday": "Четверг",
"Logs sent": "Журналы отправлены",
"Back": "Назад",
- "Reply": "Ответить",
"Show message in desktop notification": "Показывать текст сообщения в уведомлениях на рабочем столе",
"Messages in group chats": "Сообщения в конференциях",
"Yesterday": "Вчера",
@@ -492,7 +478,6 @@
"Event sent!": "Событие отправлено!",
"Event Content": "Содержимое события",
"Thank you!": "Спасибо!",
- "Quote": "Цитировать",
"Missing roomId.": "Отсутствует идентификатор комнаты.",
"You don't currently have any stickerpacks enabled": "У вас ещё нет наклеек",
"Popout widget": "Всплывающий виджет",
@@ -596,8 +581,6 @@
"You've successfully verified this user.": "Вы успешно подтвердили этого пользователя.",
"Got It": "Понятно",
"Verify this user by confirming the following number appears on their screen.": "Подтвердите пользователя, убедившись, что на его экране отображается следующее число.",
- "Yes": "Да",
- "No": "Нет",
"Email Address": "Адрес электронной почты",
"Delete Backup": "Удалить резервную копию",
"Unable to verify phone number.": "Невозможно проверить номер телефона.",
@@ -868,7 +851,6 @@
"Remember my selection for this widget": "Запомнить мой выбор для этого виджета",
"Failed to decrypt %(failedCount)s sessions!": "Не удалось расшифровать сеансы (%(failedCount)s)!",
"Warning: you should only set up key backup from a trusted computer.": "Предупреждение: вам следует настроить резервное копирование ключей только с доверенного компьютера.",
- "Next": "Далее",
"This homeserver would like to make sure you are not a robot.": "Этот сервер хотел бы убедиться, что вы не робот.",
"Please review and accept all of the homeserver's policies": "Пожалуйста, просмотрите и примите все правила сервера",
"Please review and accept the policies of this homeserver:": "Пожалуйста, просмотрите и примите политику этого сервера:",
@@ -919,7 +901,6 @@
"Go back to set it again.": "Задать другой пароль.",
"Success!": "Успешно!",
"Unable to create key backup": "Невозможно создать резервную копию ключа",
- "Retry": "Попробуйте снова",
"If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Если вы не задали новый способ восстановления, злоумышленник может получить доступ к вашей учётной записи. Смените пароль учётной записи и сразу же задайте новый способ восстановления в настройках.",
"If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Если вы не убрали метод восстановления, злоумышленник может получить доступ к вашей учётной записи. Смените пароль учётной записи и сразу задайте новый способ восстановления в настройках.",
"Cannot reach homeserver": "Не удаётся связаться с сервером",
@@ -1072,7 +1053,6 @@
"Command Help": "Помощь команды",
"To continue you need to accept the terms of this service.": "Для продолжения Вам необходимо принять условия данного сервиса.",
"Document": "Документ",
- "Report Content": "Пожаловаться на сообщение",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Деактивация этого пользователя приведет к его выходу из системы и запрету повторного входа. Кроме того, они оставит все комнаты, в которых он участник. Это действие безповоротно. Вы уверены, что хотите деактивировать этого пользователя?",
"This invite to %(roomName)s was sent to %(email)s which is not associated with your account": "Приглашение в %(roomName)s было отправлено на %(email)s, но этот адрес не связан с вашей учётной записью",
"Link this email with your account in Settings to receive invites directly in %(brand)s.": "Свяжите этот адрес с вашей учетной записью в настройках, чтобы получать приглашения непосредственно в %(brand)s.",
@@ -1109,7 +1089,6 @@
"Objects": "Объекты",
"Symbols": "Символы",
"Flags": "Флаги",
- "React": "Отреагировать",
"Cancel search": "Отменить поиск",
"Room %(name)s": "Комната %(name)s",
"Jump to first unread room.": "Перейти в первую непрочитанную комнату.",
@@ -1178,7 +1157,6 @@
"Scan this unique code": "Отсканируйте этот уникальный код",
"Compare unique emoji": "Сравнитe уникальныe смайлики",
"Compare a unique set of emoji if you don't have a camera on either device": "Сравните уникальный набор смайликов, если у вас нет камеры ни на одном из устройств",
- "Start": "Начать",
"Waiting for %(displayName)s to verify…": "Ожидание %(displayName)s для проверки…",
"Cancelling…": "Отмена…",
"They match": "Они совпадают",
@@ -1229,7 +1207,6 @@
"Not Trusted": "Недоверенное",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) произвел(а) вход через новый сеанс без подтверждения:",
"Ask this user to verify their session, or manually verify it below.": "Попросите этого пользователя подтвердить сеанс или подтвердите его вручную ниже.",
- "Done": "Готово",
"Support adding custom themes": "Поддержка сторонних тем",
"Show shortcuts to recently viewed rooms above the room list": "Показывать ссылки на недавние комнаты над списком комнат",
"Manually verify all remote sessions": "Подтверждать вручную все сеансы на других устройствах",
@@ -1246,7 +1223,6 @@
"in account data": "в данных учётной записи",
"Homeserver feature support:": "Поддержка со стороны домашнего сервера:",
"exists": "существует",
- "Enable": "Разрешить",
"Cannot connect to integration manager": "Не удалось подключиться к менеджеру интеграций",
"The integration manager is offline or it cannot reach your homeserver.": "Менеджер интеграций не работает или не может подключиться к вашему домашнему серверу.",
"This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Это сеанс не сохраняет ваши ключи, но у вас есть резервная копия, из которой вы можете их восстановить.",
@@ -1595,7 +1571,6 @@
"You'll need to authenticate with the server to confirm the upgrade.": "Вам нужно будет пройти аутентификацию на сервере,чтобы подтвердить обновление.",
"Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Модернизируйте этот сеанс, чтобы через него можно было подтвердить другие сеансы, предоставляя им доступ к зашифрованным сообщениям и помечая их как доверенные для других пользователей.",
"Use a different passphrase?": "Использовать другую кодовую фразу?",
- "Copy": "Копировать",
"Unable to query secret storage status": "Невозможно запросить состояние секретного хранилища",
"If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "Если вы отмените сейчас, вы можете потерять зашифрованные сообщения и данные, если потеряете доступ к своим логинам.",
"You can also set up Secure Backup & manage your keys in Settings.": "Вы также можете настроить безопасное резервное копирование и управлять своими ключами в настройках.",
@@ -1608,7 +1583,6 @@
"This session is encrypting history using the new recovery method.": "Этот сеанс шифрует историю с помощью нового метода восстановления.",
"If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Если вы сделали это по ошибке, вы можете настроить защищённые сообщения в этом сеансе, что снова зашифрует историю сообщений в этом сеансе с помощью нового метода восстановления.",
"If disabled, messages from encrypted rooms won't appear in search results.": "Если этот параметр отключен, сообщения из зашифрованных комнат не будут отображаться в результатах поиска.",
- "Disable": "Отключить",
"Not currently indexing messages for any room.": "В настоящее время не индексируются сообщения ни для одной комнаты.",
"Currently indexing: %(currentRoom)s": "В настоящее время идёт индексация: %(currentRoom)s",
"%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s надежно кэширует зашифрованные сообщения локально, чтобы они появлялись в результатах поиска:",
@@ -1777,9 +1751,7 @@
"sends confetti": "отправляет конфетти",
"Invalid URL": "Неправильный URL-адрес",
"Reason (optional)": "Причина (необязательно)",
- "Forgot password?": "Забыли пароль?",
"About homeservers": "О домашних серверах",
- "Learn more": "Узнать больше",
"Other homeserver": "Другой домашний сервер",
"Server Options": "Параметры сервера",
"Decline All": "Отклонить все",
@@ -2328,7 +2300,6 @@
"Collapse reply thread": "Свернуть ответы обсуждения",
"Show preview": "Предпросмотр",
"View source": "Исходный код",
- "Forward": "Переслать",
"If you reset everything, you will restart with no trusted sessions, no trusted users, and might not be able to see past messages.": "Если вы сбросите все настройки, вы перезагрузитесь без доверенных сеансов, без доверенных пользователей, и скорее всего не сможете просматривать прошлые сообщения.",
"Only do this if you have no other device to complete verification with.": "Делайте это только в том случае, если у вас нет другого устройства для завершения проверки.",
"Reset everything": "Сбросить всё",
@@ -2387,7 +2358,6 @@
"Public room": "Публичная комната",
"Private room (invite only)": "Приватная комната (только по приглашению)",
"Room visibility": "Видимость комнаты",
- "Create a room": "Создать комнату",
"Only people invited will be able to find and join this room.": "Только приглашенные люди смогут найти и присоединиться к этой комнате.",
"Anyone will be able to find and join this room.": "Любой желающий сможет найти эту комнату и присоединиться к ней.",
"This upgrade will allow members of selected spaces access to this room without an invite.": "Это обновление позволит участникам выбранных пространств получить доступ в эту комнату без приглашения.",
@@ -3187,7 +3157,6 @@
"Updated %(humanizedUpdateTime)s": "Обновлено %(humanizedUpdateTime)s",
"Joining the beta will reload %(brand)s.": "Присоединение к бета-тестированию перезагрузит %(brand)s.",
"Leaving the beta will reload %(brand)s.": "Выход из бета-тестирования перезагрузит %(brand)s.",
- "Copy link": "Копировать ссылку",
"View related event": "Посмотреть связанное событие",
"Cameras": "Камеры",
"Output devices": "Устройства вывода",
@@ -3660,6 +3629,39 @@
"verification_cancelled": "Подтверждение отменено",
"video": "Видео"
},
+ "action": {
+ "continue": "Продолжить",
+ "copy": "Копировать",
+ "copy_link": "Копировать ссылку",
+ "create": "Создать",
+ "create_a_room": "Создать комнату",
+ "decline": "Отклонить",
+ "disable": "Отключить",
+ "done": "Готово",
+ "edit": "Изменить",
+ "enable": "Разрешить",
+ "forgot_password": "Забыли пароль?",
+ "forward": "Переслать",
+ "invite": "Пригласить",
+ "invites_list": "Приглашения",
+ "learn_more": "Узнать больше",
+ "leave": "Покинуть",
+ "leave_room": "Покинуть комнату",
+ "next": "Далее",
+ "no": "Нет",
+ "ok": "OK",
+ "quote": "Цитировать",
+ "react": "Отреагировать",
+ "remove": "Удалить",
+ "reply": "Ответить",
+ "report_content": "Пожаловаться на сообщение",
+ "retry": "Попробуйте снова",
+ "save": "Сохранить",
+ "start": "Начать",
+ "start_chat": "Отправить личное сообщение",
+ "view_source": "Исходный код",
+ "yes": "Да"
+ },
"a11y": {
"user_menu": "Меню пользователя"
}
diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json
index e67ed216ad..f8d9642e6b 100644
--- a/src/i18n/strings/sk.json
+++ b/src/i18n/strings/sk.json
@@ -80,7 +80,6 @@
"Your browser does not support the required cryptography extensions": "Váš prehliadač nepodporuje požadované kryptografické rozšírenia",
"Not a valid %(brand)s keyfile": "Toto nie je správny súbor s kľúčmi %(brand)s",
"Authentication check failed: incorrect password?": "Kontrola overenia zlyhala: Nesprávne heslo?",
- "Decline": "Odmietnuť",
"Accept": "Prijať",
"Incorrect verification code": "Nesprávny overovací kód",
"Submit": "Odoslať",
@@ -89,7 +88,6 @@
"No display name": "Žiadne zobrazované meno",
"New passwords don't match": "Nové heslá sa nezhodujú",
"Passwords can't be empty": "Heslá nemôžu byť prázdne",
- "Continue": "Pokračovať",
"Export E2E room keys": "Exportovať end-to-end šifrovacie kľúče miestnosti",
"Do you want to set an email address?": "Želáte si nastaviť emailovú adresu?",
"Current password": "Súčasné heslo",
@@ -110,7 +108,6 @@
"Ignore": "Ignorovať",
"Jump to read receipt": "Preskočiť na potvrdenie o prečítaní",
"Mention": "Zmieniť sa",
- "Invite": "Pozvať",
"Admin Tools": "Nástroje správcu",
"and %(count)s others...": {
"other": "a ďalších %(count)s…",
@@ -131,7 +128,6 @@
"Idle": "Nečinný",
"Unknown": "Neznámy",
"Unnamed room": "Nepomenovaná miestnosť",
- "Save": "Uložiť",
"(~%(count)s results)": {
"other": "(~%(count)s výsledkov)",
"one": "(~%(count)s výsledok)"
@@ -140,7 +136,6 @@
"Upload avatar": "Nahrať obrázok",
"Forget room": "Zabudnúť miestnosť",
"Search": "Hľadať",
- "Invites": "Pozvánky",
"Favourites": "Obľúbené",
"Rooms": "Miestnosti",
"Low priority": "Nízka priorita",
@@ -155,7 +150,6 @@
"No users have specific privileges in this room": "Žiadny používatelia nemajú v tejto miestnosti pridelené konkrétne poverenia",
"Banned users": "Používatelia, ktorým bol zakázaný vstup",
"This room is not accessible by remote Matrix servers": "Táto miestnosť nie je prístupná zo vzdialených Matrix serverov",
- "Leave room": "Opustiť miestnosť",
"Favourite": "Obľúbiť",
"Publish this room to the public in %(domain)s's room directory?": "Uverejniť túto miestnosť v adresári miestností na serveri %(domain)s?",
"Who can read history?": "Kto môže čítať históriu?",
@@ -196,12 +190,10 @@
"Email address": "Emailová adresa",
"Sign in": "Prihlásiť sa",
"Register": "Zaregistrovať",
- "Remove": "Odstrániť",
"Something went wrong!": "Niečo sa pokazilo!",
"Delete Widget": "Vymazať widget",
"Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Týmto vymažete widget pre všetkých používateľov v tejto miestnosti. Ste si istí, že chcete vymazať tento widget?",
"Delete widget": "Vymazať widget",
- "Edit": "Upraviť",
"Create new room": "Vytvoriť novú miestnosť",
"Home": "Domov",
"%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s",
@@ -291,17 +283,14 @@
},
"%(items)s and %(lastItem)s": "%(items)s a tiež %(lastItem)s",
"Custom level": "Vlastná úroveň",
- "Start chat": "Začať konverzáciu",
"And %(count)s more...": {
"other": "A %(count)s ďalších…"
},
"Confirm Removal": "Potvrdiť odstránenie",
- "Create": "Vytvoriť",
"Unknown error": "Neznáma chyba",
"Incorrect password": "Nesprávne heslo",
"Deactivate Account": "Deaktivovať účet",
"An error has occurred.": "Vyskytla sa chyba.",
- "OK": "OK",
"Unable to restore session": "Nie je možné obnoviť reláciu",
"Invalid Email Address": "Nesprávna emailová adresa",
"This doesn't appear to be a valid email address": "Toto nevyzerá ako platná e-mailová adresa",
@@ -314,7 +303,6 @@
"Name": "Názov",
"You must register to use this functionality": "Aby ste mohli použiť túto vlastnosť, musíte byť zaregistrovaný",
"You must join the room to see its files": "Aby ste si mohli zobraziť zoznam súborov, musíte vstúpiť do miestnosti",
- "Leave": "Opustiť",
"Description": "Popis",
"Reject invitation": "Odmietnuť pozvanie",
"Are you sure you want to reject the invitation?": "Ste si istí, že chcete odmietnuť toto pozvanie?",
@@ -467,7 +455,6 @@
"All Rooms": "Vo všetkých miestnostiach",
"State Key": "Stavový kľúč",
"Wednesday": "Streda",
- "Quote": "Citovať",
"Send logs": "Odoslať záznamy",
"All messages": "Všetky správy",
"Call invitation": "Pozvánka na telefonát",
@@ -479,7 +466,6 @@
"Thursday": "Štvrtok",
"Logs sent": "Záznamy boli odoslané",
"Back": "Naspäť",
- "Reply": "Odpovedať",
"Show message in desktop notification": "Zobraziť text správy v oznámení na pracovnej ploche",
"Messages in group chats": "Správy v skupinových konverzáciách",
"Yesterday": "Včera",
@@ -489,7 +475,6 @@
"What's New": "Čo Je Nové",
"Off": "Zakázané",
"Developer Tools": "Vývojárske nástroje",
- "View Source": "Zobraziť zdroj",
"Event Content": "Obsah Udalosti",
"Thank you!": "Ďakujeme!",
"Popout widget": "Otvoriť widget v novom okne",
@@ -609,7 +594,6 @@
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nie je možné nájsť používateľský profil pre Matrix ID zobrazené nižšie. Chcete ich napriek tomu pozvať?",
"Invite anyway and never warn me again": "Napriek tomu pozvať a viac neupozorňovať",
"Invite anyway": "Napriek tomu pozvať",
- "Next": "Ďalej",
"Invalid homeserver discovery response": "Neplatná odpoveď pri zisťovaní domovského servera",
"Invalid identity server discovery response": "Neplatná odpoveď pri zisťovaní servera totožností",
"General failure": "Všeobecná chyba",
@@ -620,7 +604,6 @@
"Go back to set it again.": "Vráťte sa späť a nastavte to znovu.",
"Download": "Stiahnuť",
"Unable to create key backup": "Nie je možné vytvoriť zálohu šifrovacích kľúčov",
- "Retry": "Skúsiť znovu",
"New Recovery Method": "Nový spôsob obnovy",
"If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Ak ste si nenastavili nový spôsob obnovenia, je možné, že útočník sa pokúša dostať k vášmu účtu. Radšej si ihneď zmeňte vaše heslo a nastavte si nový spôsob obnovenia v Nastaveniach.",
"Set up Secure Messages": "Nastavenie zabezpečených správ",
@@ -725,8 +708,6 @@
"Headphones": "Slúchadlá",
"Folder": "Fascikel",
"Pin": "Špendlík",
- "Yes": "Áno",
- "No": "Nie",
"We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Poslali sme vám email, aby sme mohli overiť vašu adresu. Postupujte podľa odoslaných inštrukcií a potom kliknite na nižšie zobrazené tlačidlo.",
"Email Address": "Emailová adresa",
"Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Ste si istí? Ak nemáte správne zálohované šifrovacie kľúče, prídete o históriu šifrovaných konverzácií.",
@@ -986,7 +967,6 @@
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) sa prihlásil do novej relácie bez jej overenia:",
"Ask this user to verify their session, or manually verify it below.": "Poproste tohto používateľa, aby si overil svoju reláciu alebo ju nižšie manuálne overte.",
"Not Trusted": "Nedôveryhodné",
- "Done": "Hotovo",
"a few seconds ago": "pred pár sekundami",
"about a minute ago": "približne pred minútou",
"about an hour ago": "približne pred hodinou",
@@ -1038,7 +1018,6 @@
"Notification Autocomplete": "Automatické dopĺňanie oznámení",
"Room Autocomplete": "Automatické dopĺňanie miestností",
"User Autocomplete": "Automatické dopĺňanie používateľov",
- "Start": "Začať",
"Waiting for %(displayName)s to verify…": "Čakám na %(displayName)s, kým nás overí…",
"Cancelling…": "Rušenie…",
"They match": "Zhodujú sa",
@@ -1069,7 +1048,6 @@
"exists": "existuje",
"Manage": "Spravovať",
"Securely cache encrypted messages locally for them to appear in search results.": "Bezpečne lokálne ukladať zašifrované správy do vyrovnávacej pamäte, aby sa zobrazovali vo výsledkoch vyhľadávania.",
- "Enable": "Povoliť",
"%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Vui lòng yêu cầu quản trị viên máy chủ của bạn (%(homeserverDomain)s
) thiết lập máy chủ TURN để cuộc gọi hoạt động ổn định.",
"Call failed due to misconfigured server": "Thực hiện cuộc gọi thất bại do thiết lập máy chủ sai",
"The call was answered on another device.": "Cuộc gọi đã được trả lời trên một thiết bị khác.",
@@ -2702,7 +2672,6 @@
"Copy link to thread": "Sao chép liên kết vào chủ đề",
"Thread options": "Tùy chọn theo chủ đề",
"See room timeline (devtools)": "Xem dòng thời gian phòng (devtools)",
- "Copy link": "Sao chép liên kết",
"Mentions only": "Chỉ tin nhắn được đề cập",
"Forget": "Quên",
"View in room": "Xem phòng này",
@@ -3674,6 +3643,39 @@
"verification_cancelled": "Đã hủy xác thực",
"video": "Truyền hình"
},
+ "action": {
+ "continue": "Tiếp tục",
+ "copy": "Sao chép",
+ "copy_link": "Sao chép liên kết",
+ "create": "Tạo",
+ "create_a_room": "Tạo phòng",
+ "decline": "Từ chối",
+ "disable": "Tắt",
+ "done": "Xong",
+ "edit": "Sửa",
+ "enable": "Bật",
+ "forgot_password": "Quên mật khẩu?",
+ "forward": "Chuyển tiếp",
+ "invite": "Mời",
+ "invites_list": "Mời",
+ "learn_more": "Tìm hiểu thêm",
+ "leave": "Rời khỏi",
+ "leave_room": "Rời khỏi phòng",
+ "next": "Tiếp",
+ "no": "Không",
+ "ok": "OK",
+ "quote": "Trích",
+ "react": "Phản ứng",
+ "remove": "Xoá",
+ "reply": "Phản hồi",
+ "report_content": "Báo cáo nội dung",
+ "retry": "Thử lại",
+ "save": "Lưu",
+ "start": "Bắt đầu",
+ "start_chat": "Bắt đầu trò chuyện",
+ "view_source": "Xem nguồn",
+ "yes": "Có"
+ },
"a11y": {
"user_menu": "Menu người dùng"
}
diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json
index 09552e100e..7d583f7682 100644
--- a/src/i18n/strings/vls.json
+++ b/src/i18n/strings/vls.json
@@ -6,7 +6,6 @@
"You cannot place a call with yourself.": "J’en ku jezelve nie belln.",
"Permission Required": "Toestemmienge vereist",
"You do not have permission to start a conference call in this room": "J’en èt geen toestemmienge voor in da groepsgesprek hier e vergoaderiengsgesprek te begunn",
- "Continue": "Verdergoan",
"The file '%(fileName)s' failed to upload.": "’t Bestand ‘%(fileName)s’ kostege nie gipload wordn.",
"The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "’t Bestand ‘%(fileName)s’ es groter of den iploadlimiet van den thuusserver",
"Upload Failed": "Iploadn mislukt",
@@ -74,7 +73,6 @@
"This room has no topic.": "Da gesprek hier èt geen ounderwerp.",
"Sets the room name": "Stelt de gespreksnoame in",
"Invites user with given id to current room": "Nodigt de gebruuker me de gegeevn ID uut in ’t huudig gesprek",
- "Leave room": "Deuregoan uut ’t gesprek",
"Bans user with given id": "Verbant de gebruuker me de gegeevn ID",
"Unbans user with given ID": "Ountbant de gebruuker me de gegeevn ID",
"Ignores a user, hiding their messages from you": "Negeert e gebruuker, woadeure dan de berichtn dervan ounzichtboar vo je wordn",
@@ -207,7 +205,6 @@
"Call invitation": "Iproep-uutnodigienge",
"Messages sent by bot": "Berichtn verzoundn deur e robot",
"When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn",
- "Decline": "Weigern",
"Accept": "Anveirdn",
"The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.",
"Cancel": "Annuleern",
@@ -295,9 +292,6 @@
"Failed to set display name": "Instelln van weergavenoame es mislukt",
"Unable to remove contact information": "Kan contactinformoasje nie verwydern",
"Are you sure?": "Zy je zeker?",
- "Yes": "Joak",
- "No": "Neink",
- "Remove": "Verwydern",
"Invalid Email Address": "Oungeldig e-mailadresse",
"This doesn't appear to be a valid email address": "’t En ziet er nie noar uut da dit e geldig e-mailadresse es",
"Unable to add email address": "Kostege ’t e-mailadresse nie toevoegn",
@@ -314,7 +308,6 @@
"Advanced": "Geavanceerd",
"Back up your keys before signing out to avoid losing them.": "Makt een back-up van je sleuters vooraleer da je jen afmeldt vo ze nie kwyt te speeln.",
"Start using Key Backup": "Begint me de sleuterback-up te gebruukn",
- "OK": "Oké",
"Notification targets": "Meldiengsbestemmiengn",
"Show message in desktop notification": "Bericht toogn in bureaubladmeldienge",
"Off": "Uut",
@@ -326,7 +319,6 @@
"Phone Number": "Telefongnumero",
"Profile picture": "Profielfoto",
"Display Name": "Weergavenoame",
- "Save": "Ipsloan",
"Failed to change password. Is your password correct?": "Wyzign van ’t paswoord es mislukt. Es je paswoord wel juste?",
"Profile": "Profiel",
"Account": "Account",
@@ -434,7 +426,6 @@
"Ignore": "Negeern",
"Jump to read receipt": "Noar ’t latst geleezn bericht goan",
"Mention": "Vermeldn",
- "Invite": "Uutnodign",
"Share Link to User": "Koppelienge me de gebruuker deeln",
"Admin Tools": "Beheerdersgereedschap",
"Close": "Sluutn",
@@ -478,9 +469,7 @@
"Forget room": "Gesprek vergeetn",
"Search": "Zoekn",
"Share room": "Gesprek deeln",
- "Invites": "Uutnodigiengn",
"Favourites": "Favorietn",
- "Start chat": "Gesprek beginn",
"Rooms": "Gesprekkn",
"Low priority": "Leige prioriteit",
"Historical": "Historisch",
@@ -542,8 +531,6 @@
"Saturday": "Zoaterdag",
"Today": "Vandoage",
"Yesterday": "Gistern",
- "Reply": "Beantwoordn",
- "Edit": "Bewerkn",
"Options": "Opties",
"Attachment": "Byloage",
"Error decrypting attachment": "Foute by ’t ountsleutern van de byloage",
@@ -686,7 +673,6 @@
"Unavailable": "Nie beschikboar",
"Changelog": "Wyzigiengslogboek",
"Confirm Removal": "Verwyderienge bevestign",
- "Create": "Anmoakn",
"Sign out": "Afmeldn",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Vo je gespreksgeschiedenisse nie kwyt te speeln, moe je je gesprekssleuters exporteern vooraleer da je jen afmeldt. Je goa moetn werekeern noa de nieuwere versie van %(brand)s vo dit te doen",
"Incompatible Database": "Incompatibele database",
@@ -764,18 +750,14 @@
"No backup found!": "Geen back-up gevoundn!",
"Failed to decrypt %(failedCount)s sessions!": "Ountsleutern van %(failedCount)s sessies is mislukt!",
"Warning: you should only set up key backup from a trusted computer.": "Let ip: stelt sleuterback-up alleene moar in ip e vertrouwde computer.",
- "Next": "Volgende",
"Reject invitation": "Uutnodigienge weigern",
"Are you sure you want to reject the invitation?": "Zy je zeker da je d’uutnodigienge wil weigern?",
"You cannot delete this message. (%(code)s)": "Je kut dit bericht nie verwydern. (%(code)s)",
"Resend": "Herverstuurn",
- "View Source": "Bron bekykn",
- "Quote": "Citeern",
"Source URL": "Bron-URL",
"unknown error code": "ounbekende foutcode",
"Failed to forget room %(errCode)s": "Vergeetn van gesprek is mislukt %(errCode)s",
"All messages": "Alle berichtn",
- "Leave": "Deuregoan",
"Favourite": "Favoriet",
"Low Priority": "Leige prioriteit",
"Home": "Thuus",
@@ -906,7 +888,6 @@
"Your keys are being backed up (the first backup could take a few minutes).": "’t Wordt e back-up van je sleuters gemakt (den eesten back-up kut e poar minuutn deurn).",
"Success!": "Gereed!",
"Unable to create key backup": "Kostege de sleuterback-up nie anmoakn",
- "Retry": "Herprobeern",
"Set up": "Instelln",
"New Recovery Method": "Nieuwe herstelmethode",
"If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "A je gy deze nieuwe herstelmethode nie èt ingesteld, is ’t meuglik dat der een anvaller toegank tout jen account probeert te verkrygn. Wyzigt ounmiddellik jen accountpaswoord en stelt e nieuwe herstelmethode in in d’instelliengn.",
@@ -1020,5 +1001,26 @@
"success": "Gereed",
"unmute": "Nie dempn",
"username": "Gebruukersnoame"
+ },
+ "action": {
+ "continue": "Verdergoan",
+ "create": "Anmoakn",
+ "decline": "Weigern",
+ "edit": "Bewerkn",
+ "invite": "Uutnodign",
+ "invites_list": "Uutnodigiengn",
+ "leave": "Deuregoan",
+ "leave_room": "Deuregoan uut ’t gesprek",
+ "next": "Volgende",
+ "no": "Neink",
+ "ok": "Oké",
+ "quote": "Citeern",
+ "remove": "Verwydern",
+ "reply": "Beantwoordn",
+ "retry": "Herprobeern",
+ "save": "Ipsloan",
+ "start_chat": "Gesprek beginn",
+ "view_source": "Bron bekykn",
+ "yes": "Joak"
}
-}
+}
\ No newline at end of file
diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json
index bcbbbb248e..52b03a4124 100644
--- a/src/i18n/strings/zh_Hans.json
+++ b/src/i18n/strings/zh_Hans.json
@@ -66,10 +66,8 @@
"Attachment": "附件",
"Banned users": "被封禁的用户",
"Confirm password": "确认密码",
- "Continue": "继续",
"Join Room": "加入房间",
"Jump to first unread message.": "跳到第一条未读消息。",
- "Leave room": "离开房间",
"Admin": "管理员",
"Admin Tools": "管理员工具",
"No Microphones detected": "未检测到麦克风",
@@ -101,14 +99,12 @@
"Command error": "命令错误",
"Commands": "命令",
"Custom level": "自定义级别",
- "Decline": "拒绝",
"Enter passphrase": "输入口令词组",
"Export": "导出",
"Home": "主页",
"Import": "导入",
"Incorrect username and/or password.": "用户名或密码错误。",
"Invited": "已邀请",
- "Invites": "邀请",
"Invites user with given id to current room": "邀请指定ID的用户到当前房间",
"Sign in with": "第三方登录",
"Missing room_id in request": "请求中缺少room_id",
@@ -120,7 +116,6 @@
"Notifications": "通知",
"