{_t("Sign in and regain access to your account.")}
+{_t("auth|soft_logout_intro_sso")}
{this.renderSsoForm(null)}- {_t("You cannot sign in to your account. Please contact your homeserver admin for more information.")} -
- ); + return{_t("auth|soft_logout_intro_unsupported_auth")}
; } public render(): React.ReactNode { @@ -310,7 +306,7 @@ export default class SoftLogout extends React.Component- {_t("Follow the instructions sent to %(email)s", { email: email }, { b: (t) => {t} })} -
+{_t("auth|check_email_explainer", { email: email }, { b: (t) => {t} })}
- {_t( - "%(homeserver)s will send you a verification link to let you reset your password.", - { homeserver }, - { b: (t) => {t} }, - )} + {_t("auth|enter_email_explainer", { homeserver }, { b: (t) => {t} })}
{_t(
- "We need to know it’s you before resetting your password. Click the link in the email we just sent to %(email)s",
+ "auth|verify_email_explainer",
{
email,
},
@@ -65,7 +65,7 @@ export const VerifyEmailModal: React.FC
{_t(
- "Everyone in
{_t(
- "Anyone will be able to find and join this room, not just members of
- {_t("Anyone will be able to find and join this room.")} + {_t("create_room|join_rule_public_label")} - {_t("You can change this at any time from room settings.")} + {_t("create_room|join_rule_change_notice")}
); } else if (this.state.joinRule === JoinRule.Invite) { publicPrivateLabel = (- {_t("Only people invited will be able to find and join this room.")} + {_t("create_room|join_rule_invite_label")} - {_t("You can change this at any time from room settings.")} + {_t("create_room|join_rule_change_notice")}
); } else if (this.state.joinRule === JoinRule.Knock) { - publicPrivateLabel = ( -- {_t( - "Anyone can request to join, but admins or moderators need to grant access. You can change this later.", - )} -
- ); + publicPrivateLabel ={_t("create_room|join_rule_knock_label")}
; } let visibilitySection: JSX.Element | undefined; @@ -353,10 +347,10 @@ export default class CreateRoomDialog extends React.Component{_t("Your platform and username will be noted to help us use your feedback as much as we can.")}
+{_t("feedback|platform_username")}
{_t(
- "PRO TIP: If you start a bug, please submit
{_t(
- "Please view extends React.Component extends React.Component
@@ -434,7 +434,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
labsGroup: LabGroup.Rooms,
supportedLevels: LEVELS_FEATURE,
displayName: _td("labs|dynamic_room_predecessors"),
- description: _td("Enable MSC3946 (to support late-arriving room archives)"),
+ description: _td("labs|dynamic_room_predecessors_description"),
shouldWarn: true,
default: false,
},
@@ -447,12 +447,12 @@ export const SETTINGS: { [setting: string]: ISetting } = {
},
[Features.VoiceBroadcastForceSmallChunks]: {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
- displayName: _td("Force 15s voice broadcast chunk length"),
+ displayName: _td("labs|voice_broadcast_force_small_chunks"),
default: false,
},
[Features.OidcNativeFlow]: {
supportedLevels: LEVELS_FEATURE,
- displayName: _td("Enable new native OIDC flows (Under active development)"),
+ displayName: _td("labs|oidc_native_flow"),
default: false,
},
"feature_rust_crypto": {
@@ -475,8 +475,8 @@ export const SETTINGS: { [setting: string]: ISetting } = {
"feature_render_reaction_images": {
isFeature: true,
labsGroup: LabGroup.Messaging,
- displayName: _td("Render custom images in reactions"),
- description: _td('Sometimes referred to as "custom emojis".'),
+ displayName: _td("labs|render_reaction_images"),
+ description: _td("labs|render_reaction_images_description"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
@@ -531,20 +531,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
labsGroup: LabGroup.Rooms,
default: false,
},
- // MSC3952 intentional mentions support.
- "feature_intentional_mentions": {
- isFeature: true,
- supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
- displayName: _td("labs|intentional_mentions"),
- labsGroup: LabGroup.Rooms,
- default: false,
- controller: new ServerSupportUnstableFeatureController(
- "feature_intentional_mentions",
- defaultWatchManager,
- [["org.matrix.msc3952_intentional_mentions"]],
- "v1.7",
- ),
- },
"feature_ask_to_join": {
default: false,
displayName: _td("labs|ask_to_join"),
@@ -561,6 +547,14 @@ export const SETTINGS: { [setting: string]: ISetting } = {
default: false,
controller: new ReloadOnChangeController(),
},
+ "feature_notifications": {
+ isFeature: true,
+ labsGroup: LabGroup.Messaging,
+ displayName: _td("labs|notifications"),
+ description: _td("labs|unrealiable_e2e"),
+ supportedLevels: LEVELS_FEATURE,
+ default: false,
+ },
"useCompactLayout": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Use a more compact 'Modern' layout"),
@@ -847,8 +841,8 @@ export const SETTINGS: { [setting: string]: ISetting } = {
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
displayName: {
"default": _td("settings|inline_url_previews_default"),
- "room-account": _td("Enable URL previews for this room (only affects you)"),
- "room": _td("Enable URL previews by default for participants in this room"),
+ "room-account": _td("settings|inline_url_previews_room_account"),
+ "room": _td("settings|inline_url_previews_room"),
},
default: true,
controller: new UIFeatureController(UIFeature.URLPreviews),
@@ -856,7 +850,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
"urlPreviewsEnabled_e2ee": {
supportedLevels: [SettingLevel.ROOM_DEVICE, SettingLevel.ROOM_ACCOUNT],
displayName: {
- "room-account": _td("Enable URL previews for this room (only affects you)"),
+ "room-account": _td("settings|inline_url_previews_room_account"),
},
default: false,
controller: new UIFeatureController(UIFeature.URLPreviews),
diff --git a/src/slash-commands/join.ts b/src/slash-commands/join.ts
index c54025150f..e9ade28585 100644
--- a/src/slash-commands/join.ts
+++ b/src/slash-commands/join.ts
@@ -144,7 +144,7 @@ export const join = new Command({
command: "join",
aliases: ["j"],
args: "{_t("common|report_a_bug")}
@bot:*
would ignore all users that have the name 'bot' on any server.": "Lisää tähän käyttäjät ja palvelimet, jotka haluat sivuuttaa. Asteriski täsmää mihin tahansa merkkiin. Esimerkiksi @bot:*
sivuuttaa kaikki käyttäjät, joiden nimessä on \"bot\".",
"Recently visited rooms": "Hiljattain vieraillut huoneet",
- "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.": "Voi olla paikallaan poistaa tämä käytöstä, jos huonetta käyttävät myös ulkoiset tiimit joilla on oma kotipalvelimensa. Asetusta ei voi muuttaa myöhemmin.",
- "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "Voi olla paikallaan ottaa tämä käyttöön, jos huonetta käyttävät vain sisäiset tiimit kotipalvelimellasi. Asetusta ei voi muuttaa myöhemmin.",
"Recent changes that have not yet been received": "Tuoreet muutokset, joita ei ole vielä otettu vastaan",
"We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Pyysimme selainta muistamaan kirjautumista varten mitä kotipalvelinta käytät, mutta selain on unohtanut sen. Mene kirjautumissivulle ja yritä uudelleen.",
"Channel: %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Contacta coa administración do teu servidor (%(homeserverDomain)s
) para configurar un servidor TURN para que as chamadas funcionen de xeito fiable.",
@@ -373,14 +361,11 @@
"This action requires accessing the default identity server /help
to list available commands. Did you mean to send this as a message?": "Þú getur notað /help
til að lista tilteknar skipanir. Ætlaðir þú að senda þetta sem skilaboð?",
"Never send encrypted messages to unverified sessions in this room from this session": "Aldrei senda dulrituð skilaboð af þessu tæki til ósannvottaðra tækja á þessari spjallrás úr þessari setu",
"Never send encrypted messages to unverified sessions from this session": "Aldrei senda dulrituð skilaboð af þessu tæki til ósannvottaðra tækja",
- "Send %(msgtype)s messages as you in your active room": "Senda %(msgtype)s-skilaboð sem þú á virku spjallrásina þína",
- "Send %(msgtype)s messages as you in this room": "Senda %(msgtype)s-skilaboð sem þú á þessa spjallrás",
- "Send text messages as you in your active room": "Senda textaskilaboð sem þú á virku spjallrásina þína",
- "Send text messages as you in this room": "Senda textaskilaboð sem þú á þessa spjallrás",
- "Send messages as you in your active room": "Senda skilaboð sem þú á virku spjallrásina þína",
- "Send messages as you in this room": "Senda skilaboð sem þú í þessari spjallrás",
"No need for symbols, digits, or uppercase letters": "Engin þörf á táknum, tölustöfum, eða hástöfum",
"Use a few words, avoid common phrases": "Notaðu nokkur orð. Forðastu algengar setningar",
"Unknown server error": "Óþekkt villa á þjóni",
@@ -267,8 +254,6 @@
"URL previews are enabled by default for participants in this room.": "Forskoðun vefslóða er sjálfgefið virk fyrir þátttakendur í þessari spjallrás.",
"You have disabled URL previews by default.": "Þú hefur óvirkt forskoðun vefslóða sjálfgefið.",
"You have enabled URL previews by default.": "Þú hefur virkt forskoðun vefslóða sjálfgefið.",
- "Enable URL previews by default for participants in this room": "Virkja forskoðun vefslóða sjálfgefið fyrir þátttakendur í þessari spjallrás",
- "Enable URL previews for this room (only affects you)": "Virkja forskoðun vefslóða fyrir þessa spjallrás (einungis fyrir þig)",
"Room settings": "Stillingar spjallrásar",
"Room Settings - %(roomName)s": "Stillingar spjallrásar - %(roomName)s",
"This is the beginning of your direct message history with ": "%(senderDisplayName)s breytti auðkennismynd spjallrásarinnar í
",
"%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s breytti auðkennismyndinni fyrir %(roomName)s",
- "You don't have permission to view messages from before you joined.": "Þú hefur ekki heimildir til að skoða skilaboð frá því áður en þú fórst að taka þátt.",
"Identity server URL must be HTTPS": "Slóð á auðkennisþjón verður að vera HTTPS",
"The operation could not be completed": "Ekki tókst að ljúka aðgerðinni",
"Failed to save your profile": "Mistókst að vista sniðið þitt",
@@ -1504,7 +1455,6 @@
"Only the two of you are in this conversation, unless either of you invites anyone to join.": "Aðeins þið tveir/tvö eruð í þessu samtali, nema annar hvor bjóði einhverjum að taka þátt.",
"The conversation continues here.": "Samtalið heldur áfram hér.",
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (með völd sem %(powerLevelNumber)s)",
- "You can't see earlier messages": "Þú getur ekki séð eldri skilaboð",
"Message Actions": "Aðgerðir skilaboða",
"From a thread": "Úr spjallþræði",
"Someone is using an unknown session": "Einhver er að nota óþekkta setu",
@@ -1523,7 +1473,6 @@
"Unexpected error resolving identity server configuration": "Óvænt villa kom upp við að lesa uppsetningu auðkenningarþjóns",
"Unexpected error resolving homeserver configuration": "Óvænt villa kom upp við að lesa uppsetningu heimaþjóns",
"Your %(brand)s is misconfigured": "%(brand)s-uppsetningin þín er rangt stillt",
- "The %(capability)s capability": "Geta %(capability)s-þjónsins",
"Message didn't send. Click for info.": "Mistókst að senda skilaboð. Smelltu til að fá nánari upplýsingar.",
"Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.": "Einkaskilaboðin þín eru venjulega dulrituð, en þessi spjallrás er það hinsvegar ekki. Venjulega kemur þetta til vegna tækis sem ekki sé stutt, eða aðferðarinnar sem sé notuð, eins og t.d. boðum í tölvupósti.",
"This is the start of
": "%(senderDisplayName)s nomainīja istabas avataru uz
",
- "This server does not support authentication with a phone number.": "Šis serveris neatbalsta autentifikāciju pēc telefona numura.",
"Connectivity to the server has been lost.": "Savienojums ar serveri pārtrūka.",
"Sent messages will be stored until your connection has returned.": "Sūtītās ziņas tiks saglabātas līdz brīdim, kad savienojums tiks atjaunots.",
"New Password": "Jaunā parole",
@@ -188,12 +185,10 @@
"Failed to invite": "Neizdevās uzaicināt",
"Confirm Removal": "Apstipriniet dzēšanu",
"Unknown error": "Nezināma kļūda",
- "Incorrect password": "Nepareiza parole",
"Unable to restore session": "Neizdevās atjaunot sesiju",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Ja iepriekš izmantojāt jaunāku %(brand)s versiju, jūsu sesija var nebūt saderīga ar šo versiju. Aizveriet šo logu un atgriezieties jaunākajā versijā.",
"Token incorrect": "Nepareizs autentifikācijas tokens",
"Please enter the code it contains:": "Lūdzu, ievadiet tajā ietverto kodu:",
- "powered by Matrix": "tiek darbināta ar Matrix",
"Error decrypting image": "Kļūda atšifrējot attēlu",
"Error decrypting video": "Kļūda atšifrējot video",
"Add an Integration": "Pievienot integrāciju",
@@ -210,7 +205,6 @@
"one": "un vēl viens cits..."
},
"Delete widget": "Dzēst vidžetu",
- "Define the power level of a user": "Definē lietotāja statusu",
"Publish this room to the public in %(domain)s's room directory?": "Publicēt šo istabu publiskajā %(domain)s katalogā?",
"AM": "AM",
"PM": "PM",
@@ -226,8 +220,6 @@
"Unignored user": "Atignorēts lietotājs",
"You are no longer ignoring %(userId)s": "Tu vairāk neignorē %(userId)s",
"Mirror local video feed": "Rādīt spoguļskatā kameras video",
- "Enable URL previews for this room (only affects you)": "Iespējot URL priekšskatījumus šajā istabā (ietekmē tikai jūs pašu)",
- "Enable URL previews by default for participants in this room": "Iespējot URL priekšskatījumus pēc noklusējuma visiem šīs istabas dalībniekiem",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Jūs nevarēsiet atcelt šīs izmaiņas pēc sava statusa pazemināšanas. Gadījumā, ja esat pēdējais priviliģētais lietotājs istabā, būs neiespējami atgūt šīs privilēģijas.",
"Unignore": "Atcelt ignorēšanu",
"Jump to read receipt": "Pāriet uz pēdējo skatīto ziņu",
@@ -335,9 +327,6 @@
"%(creator)s created this DM.": "%(creator)s uzsāka šo tiešo saraksti.",
"None": "Neviena",
"Room options": "Istabas opcijas",
- "Send feedback": "Nosūtīt atsauksmi",
- "Feedback sent": "Atsauksme nosūtīta",
- "Feedback": "Atsauksmes",
"All settings": "Visi iestatījumi",
"Security & Privacy": "Drošība un konfidencialitāte",
"Change notification settings": "Mainīt paziņojumu iestatījumus",
@@ -469,7 +458,6 @@
"General failure": "Vispārīga kļūda",
"General": "Vispārīgi",
"Recently Direct Messaged": "Nesenās tiešās sarakstes",
- "Topic (optional)": "Temats (izvēles)",
"Topic: %(topic)s (edit)": "Temats: %(topic)s (redigēt)",
"Topic: %(topic)s ": "Temats: %(topic)s ",
"This is the start of
@bot:*
would ignore all users that have the name 'bot' on any server.": "Dodaj użytkowników i serwery tutaj które chcesz ignorować. Użyj znaku gwiazdki (*) żeby %(brand)s zgadzał się z każdym znakiem. Na przykład, @bot:*
może ignorować wszystkich użytkowników którzy mają nazwę 'bot' na każdym serwerze.",
"Lock": "Zamek",
@@ -1594,14 +1498,12 @@
"WARNING: session already verified, but keys do NOT MATCH!": "OSTRZEŻENIE: sesja została już zweryfikowana, ale klucze NIE PASUJĄ!",
"Failed to read events": "Nie udało się odczytać wydarzeń",
"Failed to send event": "Nie udało się wysłać wydarzenia",
- "Use your account to continue.": "Użyj swojego konta, aby kontynuować.",
"Your email address does not appear to be associated with a Matrix ID on this homeserver.": "Twój adres e-mail nie wydaje się być związany z ID Matrix na tym serwerze domowym.",
"%(senderName)s started a voice broadcast": "%(senderName)s rozpoczął transmisję głosową",
"Database unexpectedly closed": "Baza danych została nieoczekiwanie zamknięta",
"No identity access token found": "Nie znaleziono tokena dostępu tożsamości",
"Identity server not set": "Serwer tożsamości nie jest ustawiony",
"Sorry — this call is currently full": "Przepraszamy — to połączenie jest już zapełnione",
- "Force 15s voice broadcast chunk length": "Wymuś 15s długość kawałków dla transmisji głosowej",
"Requires your server to support the stable version of MSC3827": "Wymaga od Twojego serwera wsparcia wersji stabilnej MSC3827",
"unknown": "nieznane",
"Unsent": "Niewysłane",
@@ -1679,7 +1581,6 @@
"Creating…": "Tworzenie…",
"Verify Session": "Zweryfikuj sesję",
"Failed to re-authenticate due to a homeserver problem": "Nie udało się uwierzytelnić ponownie z powodu błędu serwera domowego",
- "Failed to re-authenticate": "Nie udało się uwierzytelnić ponownie",
"Ignoring people is done through ban lists which contain rules for who to ban. Subscribing to a ban list means the users/servers blocked by that list will be hidden from you.": "Ignorowanie ludzi odbywa się poprzez listy banów, które zawierają zasady dotyczące tego, kogo można zbanować. Subskrypcja do listy banów oznacza, że użytkownicy/serwery zablokowane przez tę listę będą ukryte.",
"You are currently subscribed to:": "Aktualnie subskrybujesz:",
"You are not subscribed to any lists": "Aktualnie nie subskrybujesz żadnej listy",
@@ -1732,8 +1633,6 @@
"Add privileged users": "Dodaj użytkowników uprzywilejowanych",
"Ignore (%(counter)s)": "Ignoruj (%(counter)s)",
"Space home": "Przestrzeń główna",
- "About homeservers": "O serwerach domowych",
- "Other homeserver": "Inne serwery domowe",
"Home options": "Opcje głównej",
"Home is useful for getting an overview of everything.": "Strona główna to przydatne miejsce dla podsumowania wszystkiego.",
"For best security, verify your sessions and sign out from any session that you don't recognize or use anymore.": "Dla najlepszego bezpieczeństwa, zweryfikuj swoje sesje i wyloguj się ze wszystkich sesji, których nie rozpoznajesz lub nie używasz.",
@@ -1888,10 +1787,6 @@
"one": "Pokaż %(count)s inny podgląd",
"other": "Pokaż %(count)s innych podglądów"
},
- "You can't see earlier messages": "Nie możesz widzieć poprzednich wiadomości",
- "Encrypted messages before this point are unavailable.": "Wiadomości szyfrowane przed tym punktem są niedostępne.",
- "You don't have permission to view messages from before you joined.": "Nie posiadasz uprawnień, aby wyświetlić wiadomości, które wysłano zanim dołączyłeś.",
- "You don't have permission to view messages from before you were invited.": "Nie posiadasz uprawnień, aby wyświetlić wiadomości, które wysłano zanim cię zaproszono.",
"Failed to send": "Nie udało się wysłać",
"Your message was sent": "Twoja wiadomość została wysłana",
"Encrypting your message…": "Szyfrowanie Twojej wiadomości…",
@@ -2266,8 +2161,6 @@
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Weryfikacja tego użytkownika oznaczy Twoją i jego sesję jako zaufaną.",
"You may contact me if you have any follow up questions": "Możesz się ze mną skontaktować, jeśli masz jakiekolwiek pytania",
"Open room": "Otwórz pokój",
- "You may contact me if you want to follow up or to let me test out upcoming ideas": "Możesz się ze mną skontaktować, jeśli chcesz mnie śledzić lub pomóc wypróbować nadchodzące pomysły",
- "Your platform and username will be noted to help us use your feedback as much as we can.": "Twoja platforma i nazwa użytkownika zostaną zapisane, aby pomóc nam ulepszyć nasze produkty.",
"MB": "MB",
"Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "Czy na pewno chcesz zakończyć ankietę? Zostaną wyświetlone ostateczne wyniki, a osoby nie będą mogły głosować.",
"End Poll": "Zakończ ankietę",
@@ -2300,23 +2193,11 @@
"Only people invited will be able to find and join this space.": "Tylko osoby zaproszone będą mogły znaleźć i dołączyć do tej przestrzeni.",
"Anyone will be able to find and join this space, not just members of %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "Peça ao administrador do seu servidor inicial (%(homeserverDomain)s
) de configurar um servidor TURN para que as chamadas funcionem fiavelmente.",
"Explore rooms": "Explorar rooms",
- "Create Account": "Criar conta",
"Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)",
"Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS",
- "Comment": "Comente",
"Use Single Sign On to continue": "Use Single Sign On para continuar",
"Identity server not set": "Servidor de identidade não definido",
"No identity access token found": "Nenhum token de identidade de acesso encontrado",
@@ -423,7 +415,6 @@
"Mayotte": "Mayotte",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Recomendamos que remova seus endereços de email e números de telefone do servidor de identidade antes de se desconectar.",
"Failed to invite users to %(roomName)s": "Falha ao convidar utilizadores para %(roomName)s",
- "Command error: Unable to find rendering type (%(renderingType)s)": "Erro de comando: Não foi possível encontrar o tipo de renderização(%(renderingType)s)",
"Macau": "Macau",
"Malaysia": "Malásia",
"Some invites couldn't be sent": "Alguns convites não puderam ser enviados",
@@ -449,7 +440,6 @@
"Liechtenstein": "Liechtenstein",
"Mauritania": "Mauritânia",
"Palau": "Palau",
- "Use your account or create a new one to continue.": "Use a sua conta ou crie uma nova conta para continuar.",
"Restricted": "Restrito",
"Latvia": "Letónia",
"Libya": "Líbia",
@@ -459,9 +449,7 @@
"Mauritius": "Maurício",
"Monaco": "Mónaco",
"Laos": "Laos",
- "Use your account to continue.": "Use a sua conta para continuar.",
"Liberia": "Libéria",
- "Command error: Unable to handle slash command.": "Erro de comando: Não foi possível lidar com o comando de barra.",
"Mexico": "México",
"Moldova": "Moldávia",
"Discovery options will appear once you have added an email above.": "As opções de descoberta vão aparecer assim que adicione um e-mail acima.",
@@ -471,18 +459,15 @@
"Use email to optionally be discoverable by existing contacts.": "Use email para, opcionalmente, ser detectável por contactos existentes.",
"To create your account, open the link in the email we just sent to %(emailAddress)s.": "Para criar a sua conta, abra a ligação no email que acabámos de enviar para %(emailAddress)s.",
"Invite with email or username": "Convidar com email ou nome de utilizador",
- "New? Create account": "Novo? Crie uma conta",
"Invite someone using their name, email address, username (like %(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.",
@@ -77,6 +76,7 @@
"call_failed_media_applications": "Nicio altă aplicație nu folosește camera web"
},
"auth": {
- "sso": "Single Sign On"
+ "sso": "Single Sign On",
+ "register_action": "Înregistare"
}
}
diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json
index 18602034e4..73bdd1711e 100644
--- a/src/i18n/strings/ru.json
+++ b/src/i18n/strings/ru.json
@@ -7,7 +7,6 @@
"Cryptography": "Криптография",
"Deactivate Account": "Деактивировать учётную запись",
"Default": "По умолчанию",
- "Deops user with given id": "Снимает полномочия оператора с пользователя с заданным ID",
"Export E2E room keys": "Экспорт ключей шифрования",
"Failed to change password. Is your password correct?": "Не удалось сменить пароль. Вы правильно ввели текущий пароль?",
"Failed to reject invitation": "Не удалось отклонить приглашение",
@@ -47,7 +46,6 @@
"Missing user_id in request": "Отсутствует user_id в запросе",
"Connectivity to the server has been lost.": "Связь с сервером потеряна.",
"Sent messages will be stored until your connection has returned.": "Отправленные сообщения будут сохранены, пока соединение не восстановится.",
- "This server does not support authentication with a phone number.": "Этот сервер не поддерживает аутентификацию по номеру телефона.",
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
"You need to be logged in.": "Вы должны войти в систему.",
"You need to be able to invite users to do that.": "Для этого вы должны иметь возможность приглашать пользователей.",
@@ -114,7 +112,6 @@
"Search failed": "Поиск не удался",
"This email address is already in use": "Этот адрес электронной почты уже используется",
"This email address was not found": "Этот адрес электронной почты не найден",
- "The email address linked to your account must be entered.": "Введите адрес электронной почты, связанный с вашей учётной записью.",
"This room has no local addresses": "У этой комнаты нет адресов на вашем сервере",
"This room is not recognised.": "Эта комната не опознана.",
"This doesn't appear to be a valid email address": "Похоже, это недействительный адрес email",
@@ -123,7 +120,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Не удается подключиться к домашнему серверу через HTTP, так как в адресной строке браузера указан адрес HTTPS. Используйте HTTPS или включите небезопасные скрипты.",
"Operation failed": "Сбой операции",
- "powered by Matrix": "основано на Matrix",
"No Microphones detected": "Микрофоны не обнаружены",
"Default Device": "Устройство по умолчанию",
"No Webcams detected": "Веб-камера не обнаружена",
@@ -168,7 +164,6 @@
"Failed to invite": "Пригласить не удалось",
"Confirm Removal": "Подтвердите удаление",
"Unknown error": "Неизвестная ошибка",
- "Incorrect password": "Неверный пароль",
"Unable to restore session": "Восстановление сеанса не удалось",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Если вы использовали более новую версию %(brand)s, то ваш сеанс может быть несовместим с ней. Закройте это окно и вернитесь к более новой версии.",
"Token incorrect": "Неверный код проверки",
@@ -210,7 +205,6 @@
"This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.",
"Check for update": "Проверить наличие обновлений",
"Delete widget": "Удалить виджет",
- "Define the power level of a user": "Определить уровень прав пользователя",
"AM": "ДП",
"PM": "ПП",
"Unable to create widget.": "Не удалось создать виджет.",
@@ -243,8 +237,6 @@
},
"Room Notification": "Уведомления комнаты",
"Notify the whole room": "Уведомить всю комнату",
- "Enable URL previews for this room (only affects you)": "Включить предпросмотр ссылок в этой комнате (влияет только на вас)",
- "Enable URL previews by default for participants in this room": "Включить предпросмотр ссылок для участников этой комнаты по умолчанию",
"Restricted": "Ограниченный пользователь",
"URL previews are enabled by default for participants in this room.": "Предпросмотр ссылок по умолчанию включен для участников этой комнаты.",
"URL previews are disabled by default for participants in this room.": "Предпросмотр ссылок по умолчанию выключен для участников этой комнаты.",
@@ -619,11 +611,7 @@
"Invalid base_url for m.identity_server": "Неверный base_url для m.identity_server",
"Identity server URL does not appear to be a valid identity server": "URL-адрес сервера идентификации не является действительным сервером идентификации",
"General failure": "Общая ошибка",
- "This homeserver does not support login using email address.": "Этот сервер не поддерживает вход по адресу электронной почты.",
- "Failed to perform homeserver discovery": "Не удалось выполнить обнаружение сервера",
"Create account": "Создать учётную запись",
- "Registration has been disabled on this homeserver.": "Регистрация на этом сервере отключена.",
- "Unable to query for supported registration methods.": "Невозможно запросить поддерживаемые методы регистрации.",
"That matches!": "Они совпадают!",
"That doesn't match.": "Они не совпадают.",
"Uploaded sound": "Загруженный звук",
@@ -662,12 +650,6 @@
"Upload all": "Загрузить всё",
"Resend %(unsentCount)s reaction(s)": "Отправить повторно %(unsentCount)s реакций",
"Failed to re-authenticate due to a homeserver problem": "Ошибка повторной аутентификации из-за проблем на сервере",
- "Failed to re-authenticate": "Ошибка повторной аутентификации",
- "Enter your password to sign in and regain access to your account.": "Введите пароль для входа и восстановите доступ к учётной записи.",
- "Forgotten your password?": "Забыли Ваш пароль?",
- "Sign in and regain access to your account.": "Войти и восстановить доступ к учётной записи.",
- "You cannot sign in to your account. Please contact your homeserver admin for more information.": "Не удаётся войти в учётную запись. Пожалуйста, обратитесь к администратору домашнего сервера за подробностями.",
- "You're signed out": "Вы вышли из учётной записи",
"Clear personal data": "Очистить персональные данные",
"This account has been deactivated.": "Эта учётная запись была деактивирована.",
"Call failed due to misconfigured server": "Вызов не состоялся из-за неправильно настроенного сервера",
@@ -687,7 +669,6 @@
"Add Email Address": "Добавить адрес Email",
"Add Phone Number": "Добавить номер телефона",
"Change identity server": "Изменить сервер идентификации",
- "Topic (optional)": "Тема (опционально)",
"Disconnect from the identity server /help
to list available commands. Did you mean to send this as a message?": "Введите /help
для списка доступных команд. Хотите отправить это сообщение как есть?",
@@ -1096,7 +1069,6 @@
"Confirm your identity by entering your account password below.": "Подтвердите свою личность, введя пароль учетной записи ниже.",
"Sign in with SSO": "Вход с помощью SSO",
"Switch theme": "Сменить тему",
- "If you've joined lots of rooms, this might take a while": "Если вы присоединились к большому количеству комнат, это может занять некоторое время",
"Confirm encryption setup": "Подтвердите настройку шифрования",
"Click the button below to confirm setting up encryption.": "Нажмите кнопку ниже, чтобы подтвердить настройку шифрования.",
"Safeguard against losing access to encrypted messages & data by backing up encryption keys on your server.": "Защитите себя от потери доступа к зашифрованным сообщениям и данным, создав резервные копии ключей шифрования на вашем сервере.",
@@ -1137,9 +1109,6 @@
"Error leaving room": "Ошибка при выходе из комнаты",
"Set up Secure Backup": "Настроить безопасное резервное копирование",
"Information": "Информация",
- "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "Вы можете включить это, если комната будет использоваться только для совместной работы с внутренними командами на вашем домашнем сервере. Это не может быть изменено позже.",
- "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Вы можете отключить это, если комната будет использоваться для совместной работы с внешними командами, у которых есть собственный домашний сервер. Это не может быть изменено позже.",
- "Block anyone not part of %(serverName)s from ever joining this room.": "Запретить кому-либо, не входящему в %(serverName)s, когда-либо присоединяться к этой комнате.",
"Unknown App": "Неизвестное приложение",
"Not encrypted": "Не зашифровано",
"Room settings": "Настройки комнаты",
@@ -1158,7 +1127,6 @@
"Widgets": "Виджеты",
"Edit widgets, bridges & bots": "Редактировать виджеты, мосты и ботов",
"Add widgets, bridges & bots": "Добавить виджеты, мосты и ботов",
- "Your server requires encryption to be enabled in private rooms.": "Вашему серверу необходимо включить шифрование в приватных комнатах.",
"Start a conversation with someone using their name or username (like %(homeserverDomain)s
) to configure a TURN server in order for calls to work reliably.": "โปรดสอบถามผู้ดูแลระบบของโฮมเซิร์ฟเวอร์ของคุณ (%(homeserverDomain)s
) เพื่อกำหนดคอนฟิกเซิร์ฟเวอร์ TURN เพื่อให้การเรียกทำงานได้อย่างน่าเชื่อถือ.",
"Call failed due to misconfigured server": "การโทรล้มเหลวเนื่องจากเซิร์ฟเวอร์กำหนดค่าไม่ถูกต้อง",
@@ -214,15 +210,6 @@
"Use Single Sign On to continue": "ใช้การลงชื่อเพียงครั้งเดียวเพื่อดำเนินการต่อ",
"You most likely do not want to reset your event index store": "คุณมักไม่ต้องการรีเซ็ตที่เก็บดัชนีเหตุการณ์ของคุณ",
"Reset event store?": "รีเซ็ตที่เก็บกิจกรรม?",
- "About homeservers": "เกี่ยวกับโฮมเซิร์ฟเวอร์",
- "Use your preferred Matrix homeserver if you have one, or host your own.": "ใช้ Matrix โฮมเซิร์ฟเวอร์ที่คุณต้องการหากคุณมี หรือโฮสต์ของคุณเอง",
- "Other homeserver": "โฮมเซิร์ฟเวอร์อื่น ๆ",
- "We call the places where you can host your account 'homeservers'.": "เราเรียกสถานที่ที่คุณสามารถโฮสต์บัญชีของคุณว่า 'โฮมเซิร์ฟเวอร์'.",
- "Sign into your homeserver": "ลงชื่อเข้าใช้โฮมเซิร์ฟเวอร์ของคุณ",
- "Matrix.org is the biggest public homeserver in the world, so it's a good place for many.": "Matrix.org เป็นโฮมเซิร์ฟเวอร์สาธารณะที่ใหญ่ที่สุดในโลก ดังนั้นจึงเป็นสถานที่ที่ดีสำหรับหลายๆ คน.",
- "Specify a homeserver": "ระบุโฮมเซิร์ฟเวอร์",
- "Invalid URL": "URL ไม่ถูกต้อง",
- "Unable to validate homeserver": "ไม่สามารถตรวจสอบโฮมเซิร์ฟเวอร์ได้",
"The server is not configured to indicate what the problem is (CORS).": "เซิร์ฟเวอร์ไม่ได้กำหนดค่าเพื่อระบุว่าปัญหาคืออะไร (CORS).",
"A connection error occurred while trying to contact the server.": "เกิดข้อผิดพลาดในการเชื่อมต่อขณะพยายามติดต่อกับเซิร์ฟเวอร์.",
"Your area is experiencing difficulties connecting to the internet.": "พื้นที่ของคุณประสบปัญหาในการเชื่อมต่ออินเทอร์เน็ต.",
@@ -273,7 +260,6 @@
"other": "ยืนยันการออกจากระบบอุปกรณ์เหล่านี้โดยใช้การลงชื่อเพียงครั้งเดียวเพื่อพิสูจน์ตัวตนของคุณ."
},
"Current session": "เซสชันปัจจุบัน",
- "Your server requires encryption to be enabled in private rooms.": "เซิร์ฟเวอร์ของคุณกำหนดให้เปิดใช้งานการเข้ารหัสในห้องส่วนตัว.",
"Encryption not enabled": "ไม่ได้เปิดใช้งานการเข้ารหัส",
"End-to-end encryption isn't enabled": "ไม่ได้เปิดใช้งานการเข้ารหัสจากต้นทางถึงปลายทาง",
"You won't be able to participate in rooms where encryption is enabled when using this session.": "คุณจะไม่สามารถเข้าร่วมในห้องที่เปิดใช้งานการเข้ารหัสเมื่อใช้เซสชันนี้.",
@@ -527,11 +513,27 @@
"group_rooms": "ห้องสนทนา"
},
"auth": {
- "sso": "ลงชื่อเข้าใช้เพียงครั้งเดียว"
+ "sso": "ลงชื่อเข้าใช้เพียงครั้งเดียว",
+ "footer_powered_by_matrix": "ใช้เทคโนโลยี Matrix",
+ "incorrect_password": "รหัสผ่านไม่ถูกต้อง",
+ "forgot_password_email_required": "กรุณากรอกที่อยู่อีเมลที่เชื่อมกับบัญชีของคุณ",
+ "register_action": "สร้างบัญชี",
+ "server_picker_failed_validate_homeserver": "ไม่สามารถตรวจสอบโฮมเซิร์ฟเวอร์ได้",
+ "server_picker_invalid_url": "URL ไม่ถูกต้อง",
+ "server_picker_required": "ระบุโฮมเซิร์ฟเวอร์",
+ "server_picker_matrix.org": "Matrix.org เป็นโฮมเซิร์ฟเวอร์สาธารณะที่ใหญ่ที่สุดในโลก ดังนั้นจึงเป็นสถานที่ที่ดีสำหรับหลายๆ คน.",
+ "server_picker_title": "ลงชื่อเข้าใช้โฮมเซิร์ฟเวอร์ของคุณ",
+ "server_picker_intro": "เราเรียกสถานที่ที่คุณสามารถโฮสต์บัญชีของคุณว่า 'โฮมเซิร์ฟเวอร์'.",
+ "server_picker_custom": "โฮมเซิร์ฟเวอร์อื่น ๆ",
+ "server_picker_explainer": "ใช้ Matrix โฮมเซิร์ฟเวอร์ที่คุณต้องการหากคุณมี หรือโฮสต์ของคุณเอง",
+ "server_picker_learn_more": "เกี่ยวกับโฮมเซิร์ฟเวอร์"
},
"setting": {
"help_about": {
"brand_version": "เวอร์ชัน %(brand)s:"
}
+ },
+ "create_room": {
+ "encryption_forced": "เซิร์ฟเวอร์ของคุณกำหนดให้เปิดใช้งานการเข้ารหัสในห้องส่วนตัว."
}
}
diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json
index b12e68304c..6142d9d112 100644
--- a/src/i18n/strings/tr.json
+++ b/src/i18n/strings/tr.json
@@ -30,7 +30,6 @@
"Custom level": "Özel seviye",
"Deactivate Account": "Hesabı Devre Dışı Bırakma",
"Decrypt %(text)s": "%(text)s metninin şifresini çöz",
- "Deops user with given id": "ID'leriyle birlikte , düşürülmüş kullanıcılar",
"Default": "Varsayılan",
"Download %(text)s": "%(text)s metnini indir",
"Email": "E-posta",
@@ -105,7 +104,6 @@
"Start authentication": "Kimlik Doğrulamayı başlatın",
"This email address is already in use": "Bu e-posta adresi zaten kullanımda",
"This email address was not found": "Bu e-posta adresi bulunamadı",
- "The email address linked to your account must be entered.": "Hesabınıza bağlı e-posta adresi girilmelidir.",
"This room has no local addresses": "Bu oda hiçbir yerel adrese sahip değil",
"This room is not recognised.": "Bu oda tanınmıyor.",
"This doesn't appear to be a valid email address": "Bu geçerli bir e-posta adresi olarak gözükmüyor",
@@ -164,7 +162,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s , %(monthName)s %(day)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "Hafta - %(weekDayName)s , %(day)s -%(monthName)s -%(fullYear)s , %(time)s",
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
- "This server does not support authentication with a phone number.": "Bu sunucu bir telefon numarası ile kimlik doğrulamayı desteklemez.",
"Connectivity to the server has been lost.": "Sunucuyla olan bağlantı kesildi.",
"Sent messages will be stored until your connection has returned.": "Gönderilen iletiler bağlantınız geri gelene kadar saklanacak.",
"(~%(count)s results)": {
@@ -187,12 +184,10 @@
"Failed to invite": "Davet edilemedi",
"Confirm Removal": "Kaldırma İşlemini Onayla",
"Unknown error": "Bilinmeyen Hata",
- "Incorrect password": "Yanlış Şifre",
"Unable to restore session": "Oturum geri yüklenemiyor",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Eğer daha önce %(brand)s'un daha yeni bir versiyonunu kullandıysanız , oturumunuz bu sürümle uyumsuz olabilir . Bu pencereyi kapatın ve daha yeni sürüme geri dönün.",
"Token incorrect": "Belirteç(Token) hatalı",
"Please enter the code it contains:": "Lütfen içerdiği kodu girin:",
- "powered by Matrix": "Matrix'den besleniyor",
"Error decrypting image": "Resim şifre çözme hatası",
"Error decrypting video": "Video şifre çözme hatası",
"Add an Integration": "Entegrasyon ekleyin",
@@ -252,7 +247,6 @@
"You do not have permission to do that in this room.": "Bu odada bunu yapma yetkiniz yok.",
"Error upgrading room": "Oda güncellenirken hata",
"Use an identity server": "Bir kimlik sunucusu kullan",
- "Define the power level of a user": "Bir kullanıcının güç düzeyini tanımla",
"Cannot reach homeserver": "Ana sunucuya erişilemiyor",
"Your %(brand)s is misconfigured": "%(brand)s hatalı ayarlanmış",
"Cannot reach identity server": "Kimlik sunucu erişilemiyor",
@@ -279,7 +273,6 @@
"Notes": "Notlar",
"Removing…": "Siliniyor…",
"Clear all data": "Bütün verileri sil",
- "Please enter a name for the room": "Lütfen oda için bir ad girin",
"Hide advanced": "Gelişmiş gizle",
"Show advanced": "Gelişmiş göster",
"Incompatible Database": "Uyumsuz Veritabanı",
@@ -347,12 +340,8 @@
"Could not load user profile": "Kullanıcı profili yüklenemedi",
"Your password has been reset.": "Parolanız sıfırlandı.",
"General failure": "Genel başarısızlık",
- "This homeserver does not support login using email address.": "Bu ana sunucu e-posta adresiyle oturum açmayı desteklemiyor.",
"This account has been deactivated.": "Hesap devre dışı bırakıldı.",
"Create account": "Yeni hesap",
- "Unable to query for supported registration methods.": "Desteklenen kayıt yöntemleri için sorgulama yapılamıyor.",
- "Forgotten your password?": "Parolanızı mı unuttunuz?",
- "Sign in and regain access to your account.": "Oturum açın ve yeniden hesabınıza ulaşın.",
"You do not have permission to start a conference call in this room": "Bu odada bir konferans başlatmak için izniniz yok",
"The file '%(fileName)s' failed to upload.": "%(fileName)s dosyası için yükleme başarısız.",
"The server does not support the room version specified.": "Belirtilen oda sürümünü sunucu desteklemiyor.",
@@ -366,8 +355,6 @@
"%(name)s (%(userId)s)": "%(name)s (%(userId)s)",
"Unrecognised address": "Tanınmayan adres",
"You do not have permission to invite people to this room.": "Bu odaya kişi davet etme izniniz yok.",
- "You cannot sign in to your account. Please contact your homeserver admin for more information.": "Hesabınıza giriş yapamazsınız. Lütfen daha fazla bilgi için ana sunucu yöneticiniz ile bağlantıya geçiniz.",
- "You're signed out": "Çıkış yaptınız",
"Clear personal data": "Kişisel veri temizle",
"Command Autocomplete": "Oto tamamlama komutu",
"Emoji Autocomplete": "Emoji Oto Tamamlama",
@@ -671,8 +658,6 @@
"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"": "“abcabcabc” gibi tekrarlar “abc” yi tahmin etmekten çok az daha zor olur",
"Sequences like abc or 6543 are easy to guess": "abc veya 6543 gibi diziler tahmin için oldukça kolaydır",
"Common names and surnames are easy to guess": "Yaygın isimleri ve soyisimleri tahmin etmek oldukça kolay",
- "Enable URL previews for this room (only affects you)": "Bu oda için URL önizlemeyi aç (sadece sizi etkiler)",
- "Enable URL previews by default for participants in this room": "Bu odadaki katılımcılar için URL önizlemeyi varsayılan olarak açık hale getir",
"Enable widget screenshots on supported widgets": "Desteklenen görsel bileşenlerde anlık görüntüleri aç",
"Show hidden events in timeline": "Zaman çizelgesinde gizli olayları göster",
"This is your list of users/servers you have blocked - don't leave the room!": "Bu sizin engellediğiniz kullanıcılar/sunucular listeniz - odadan ayrılmayın!",
@@ -692,7 +677,6 @@
"Homeserver URL does not appear to be a valid Matrix homeserver": "Anasunucu URL i geçerli bir Matrix anasunucusu olarak gözükmüyor",
"Invalid identity server discovery response": "Geçersiz kimlik sunucu keşfi yanıtı",
"Please contact your service administrator to continue using this service.": "Bu servisi kullanmaya devam etmek için lütfen servis yöneticinizle bağlantı kurun.",
- "Failed to perform homeserver discovery": "Anasunucu keşif işlemi başarısız",
"Go back to set it again.": "Geri git ve yeniden ayarla.",
"Upgrade your encryption": "Şifrelemenizi güncelleyin",
"Create key backup": "Anahtar yedeği oluştur",
@@ -754,9 +738,6 @@
"Session key": "Oturum anahtarı",
"Recent Conversations": "Güncel Sohbetler",
"Recently Direct Messaged": "Güncel Doğrudan Mesajlar",
- "Sign In or Create Account": "Oturum Açın veya Hesap Oluşturun",
- "Use your account or create a new one to continue.": "Hesabınızı kullanın veya devam etmek için yeni bir tane oluşturun.",
- "Create Account": "Hesap Oluştur",
"Add another word or two. Uncommon words are better.": "Bir iki kelime daha ekleyin. Yaygın olmayan kelimeler daha iyi olur.",
"Recent years are easy to guess": "Güncel yılların tahmini kolaydır",
"Enable message search in encrypted rooms": "Şifrelenmiş odalardaki mesaj aramayı aktifleştir",
@@ -780,8 +761,6 @@
"Invalid base_url for m.identity_server": "m.kimlik_sunucu için geçersiz base_url",
"Identity server URL does not appear to be a valid identity server": "Kimlik sunucu adresi geçerli bir kimlik sunucu adresi gibi gözükmüyor",
"Please note you are logging into the %(hs)s server, not matrix.org.": "Lütfen %(hs)s sunucusuna oturum açtığınızın farkında olun. Bu sunucu matrix.org değil.",
- "Registration has been disabled on this homeserver.": "Bu anasunucuda kayıt işlemleri kapatılmış.",
- "Enter your password to sign in and regain access to your account.": "Oturum açmak için şifreni gir ve hesabına yeniden erişimi sağla.",
"Enter your account password to confirm the upgrade:": "Güncellemeyi başlatmak için hesap şifreni gir:",
"You'll need to authenticate with the server to confirm the upgrade.": "Güncellemeyi teyit etmek için sunucuda oturum açmaya ihtiyacınız var.",
"Unable to set up secret storage": "Sır deposu ayarlanamıyor",
@@ -812,7 +791,6 @@
"These files are too large to upload. The file size limit is %(limit)s.": "Bu dosyalar yükleme için çok büyük. Dosya boyut limiti %(limit)s.",
"Some files are too large to be uploaded. The file size limit is %(limit)s.": "Bazı dosyalar yükleme için çok büyük. Dosya boyutu limiti %(limit)s.",
"Failed to re-authenticate due to a homeserver problem": "Anasunucu problemi yüzünden yeniden kimlik doğrulama başarısız",
- "Failed to re-authenticate": "Yeniden kimlik doğrulama başarısız",
"Not currently indexing messages for any room.": "Şu an hiç bir odada mesaj indeksleme yapılmıyor.",
"PM": "24:00",
"AM": "12:00",
@@ -843,8 +821,6 @@
"Click the button below to confirm adding this phone number.": "Telefon numarasını eklemeyi kabul etmek için aşağıdaki tuşa tıklayın.",
"Are you sure you want to cancel entering passphrase?": "Parola girmeyi iptal etmek istediğinizden emin misiniz?",
"%(name)s is requesting verification": "%(name)s doğrulama istiyor",
- "Joins room with given address": "Belirtilen adres ile odaya katılır",
- "Could not find user in room": "Kullanıcı odada bulunamadı",
"You signed in to a new session without verifying it:": "Yeni bir oturuma, doğrulamadan oturum açtınız:",
"Verify your other session using one of the options below.": "Diğer oturumunuzu aşağıdaki seçeneklerden birini kullanarak doğrulayın.",
"Your homeserver has exceeded its user limit.": "Homeserver'ınız kullanıcı limitini aştı.",
@@ -852,10 +828,6 @@
"Contact your server admin.": "Sunucu yöneticinize başvurun.",
"Ok": "Tamam",
"New login. Was this you?": "Yeni giriş. Bu siz miydiniz?",
- "See when anyone posts a sticker to your active room": "Aktif odanızda birisi çıkartma paylaştığında görün",
- "See when a sticker is posted in this room": "Bu odada çıkartma paylaşıldığında görün",
- "See when the avatar changes in your active room": "Aktif odanızdaki profil fotoğrafı değişikliklerini görün",
- "See when the avatar changes in this room": "Bu odadaki avatar değişikliklerini görün",
"New version of %(brand)s is available": "%(brand)s 'in yeni versiyonu hazır",
"Update %(brand)s": "%(brand)s 'i güncelle",
"Safeguard against losing access to encrypted messages & data": "Şifrelenmiş mesajlara ve verilere erişimi kaybetmemek için koruma sağlayın",
@@ -867,23 +839,6 @@
"This room is used for important messages from the Homeserver, so you cannot leave it.": "Bu oda, Ana Sunucudan gelen önemli mesajlar için kullanılır, bu yüzden ayrılamazsınız.",
"Can't leave Server Notices room": "Sunucu Bildirimleri odasından ayrılınamıyor",
"Unexpected server error trying to leave the room": "Odadan ayrılmaya çalışırken beklenmeyen sunucu hatası",
- "See images posted to your active room": "Aktif odanıza gönderilen fotoğrafları görün",
- "See emotes posted to your active room": "Aktif odanıza gönderilen ifadeleri görün",
- "See emotes posted to this room": "Bu odaya gönderilen ifadeleri görün",
- "See text messages posted to your active room": "Aktif odanıza gönderilen metin mesajlarını görün",
- "See text messages posted to this room": "Bu odaya gönderilen metin mesajlarını gör",
- "The %(capability)s capability": "%(capability)s kabiliyet",
- "See messages posted to your active room": "Aktif odanıza gönderilen mesajları görün",
- "See messages posted to this room": "Bu odaya gönderilen mesajları görün",
- "Change the avatar of your active room": "Aktif odanın avatarını değiştir",
- "Change the avatar of this room": "Bu odanın avatarını değiştir",
- "Change the name of your active room": "Aktif odanızın ismini değiştirin",
- "Change the name of this room": "Bu odanın ismini değiştirin",
- "Change the topic of your active room": "Aktif odanızın konusunu değiştirin",
- "Change the topic of this room": "Bu odanın konusunu değiştirin",
- "Change which room you're viewing": "Görüntülediğiniz odayı değiştirin",
- "Send stickers into your active room": "Aktif odanıza çıkartma gönderin",
- "Send stickers into this room": "Bu odaya çıkartma gönderin",
"Zimbabwe": "Zimbabve",
"Zambia": "Zambiya",
"Yemen": "Yemen",
@@ -1113,8 +1068,6 @@
"Belarus": "Belarus",
"Barbados": "Barbados",
"Bangladesh": "Bangladeş",
- "See %(msgtype)s messages posted to this room": "Bu odada gönderilen %(msgtype)s mesajlara bak",
- "Send %(msgtype)s messages as you in this room": "Bu odadayken %(msgtype)s mesajlar gönder",
"Bahrain": "Bahreyn",
"Bahamas": "Bahamalar",
"Azerbaijan": "Azerbaycan",
@@ -1138,14 +1091,6 @@
"You cancelled verification.": "Doğrulamayı iptal ettiniz.",
"%(displayName)s cancelled verification.": "%(displayName)s doğrulamayı iptal etti.",
"Verification timed out.": "Doğrulama zaman aşımına uğradı.",
- "See when the name changes in your active room": "Aktif odanızdaki isim değişikliklerini görün",
- "See when the name changes in this room": "Bu odadaki isim değişikliklerini görün",
- "See when the topic changes in this room": "Bu odada konu başlığı değişince değişiklikleri görün",
- "See when the topic changes in your active room": "Bu odada konu başlığı değişince değişiklikleri görün",
- "Remain on your screen when viewing another room, when running": "a",
- "Send stickers to this room as you": "Widget bu odaya sizin adınıza çıkartma göndersin",
- "Send stickers to your active room as you": "Widget aktif odanıza sizin adınıza çıkartma göndersin",
- "Send messages as you in this room": "Bu Araç sizin adınıza mesaj gönderir",
"Answered Elsewhere": "Arama başka bir yerde yanıtlandı",
"IRC display name width": "IRC görünen ad genişliği",
"Manually verify all remote sessions": "Bütün uzaktan oturumları el ile onayla",
@@ -1198,21 +1143,12 @@
"Confirm adding this email address by using Single Sign On to prove your identity.": "Kimliğinizi doğrulamak için Tek Seferlik Oturum Açma özelliğini kullanarak bu e-posta adresini eklemeyi onaylayın.",
"Use Single Sign On to continue": "Devam etmek için tek seferlik oturum açın",
"Change notification settings": "Bildirim ayarlarını değiştir",
- "See %(msgtype)s messages posted to your active room": "Aktif odanıza gönderilen %(msgtype)s mesajları görün",
- "Send %(msgtype)s messages as you in your active room": "Widget sizin adınıza %(msgtype)s mesajlar göndersin",
- "See general files posted to your active room": "Aktif odanıza gönderilen genel dosyaları görün",
- "See general files posted to this room": "Bu odaya gönderilen genel dosyaları gör",
"Your server isn't responding to some requests.": "Sunucunuz bası istekler'e onay vermiyor.",
"User signing private key:": "Kullanıcı imzalı özel anahtar",
"Homeserver feature support:": "Ana sunucu özellik desteği:",
"Self signing private key:": "Kendinden imzalı özel anahtar:",
"not found locally": "yerel olarak bulunamadı",
"cached locally": "yerel olarak önbelleğe alındı",
- "Send general files as you in your active room": "Widget aktif odanıza sizin adınıza genel dosyalar göndersin",
- "Send general files as you in this room": "Widget sizin adınıza bu odaya genel dosyalar göndersin",
- "Send videos as you in your active room": "Bu araç odaya sizin adınıza video gönderir",
- "Send videos as you in this room": "Bu araç odaya sizin adınıza video gönderir",
- "See %(eventType)s events posted to your active room": "Aktif odanıza gönderilen %(eventType)s etkinlikleri gör",
"Thumbs up": "Başparmak havaya",
"Santa": "Noel Baba",
"Spanner": "Anahtar",
@@ -1221,19 +1157,6 @@
"Verify this user by confirming the following emoji appear on their screen.": "Aşağıdaki emojinin ekranlarında göründüğünü onaylayarak bu kullanıcıyı doğrulayın.",
"Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Bu kullanıcıyla olan güvenli mesajlar uçtan uca şifrelidir ve 3 taraflar tarafından okunamaz.",
"Dial pad": "Arama tuşları",
- "See videos posted to your active room": "Aktif odana gönderilen videoları gör",
- "See videos posted to this room": "Bu odaya gönderilen videoları gör",
- "See images posted to this room": "Bu odaya gönderilen resimleri gör",
- "Send images as you in this room": "Bu araç odaya sizin adınıza resim gönderir",
- "Send emotes as you in your active room": "Bu araç sizin adınıza bu odaya ileti gönderir",
- "Send emotes as you in this room": "Bu araç odaya sizin adınıza ifade gönderir",
- "Send text messages as you in your active room": "Bu araç sizin adınıza bu odaya mesaj gönderir",
- "Send text messages as you in this room": "Bu araç odaya sizin adınıza metin iletisi gönderir",
- "Send messages as you in your active room": "Bu araç odanıza sizin adınıza ileti gönderir",
- "Send %(eventType)s events as you in your active room": "Bu araç odanıza sizin adınıza %(eventType)s türü etkinlik gönderir",
- "Send %(eventType)s events as you in this room": "Bu araç odaya sizin adınıza %(eventType)s türü etkinlik gönderir",
- "Send images as you in your active room": "Widget aktif odanıza sizin adınıza resim göndersin",
- "with an empty state key": "boş durum anahtarı ile",
"Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Emin misiniz? Eğer anahtarlarınız doğru bir şekilde yedeklemediyse, şifrelenmiş iletilerinizi kaybedeceksiniz.",
"The operation could not be completed": "Eylem tamamlanamadı",
"Failed to save your profile": "Profiliniz kaydedilemedi",
@@ -1245,8 +1168,6 @@
},
"not found in storage": "Cihazda bulunamadı",
"This bridge was provisioned by /help
to list available commands. Did you mean to send this as a message?": "Ви можете скористатися /help
для перегляду доступних команд. Ви мали намір надіслати це як повідомлення?",
"unknown person": "невідома особа",
- "Send text messages as you in this room": "Надсилати текстові повідомлення у цю кімнату від вашого імені",
- "Send messages as you in your active room": "Надіслати повідомлення у свою активну кімнату від свого імені",
- "Send messages as you in this room": "Надіслати повідомлення у цю кімнату від свого імені",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Ваш %(brand)s не дозволяє вам користуватись для цього менеджером інтеграцій. Зверніться до адміністратора.",
"Using this widget may share data ": "%(senderDisplayName)s змінює аватар кімнати на
",
"%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s змінює аватар %(roomName)s",
- "Change the avatar of this room": "Змінювати аватар цієї кімнати",
"Select the roles required to change various parts of the room": "Виберіть ролі, необхідні для зміни різних частин кімнати",
"Privileged Users": "Привілейовані користувачі",
"Roles & Permissions": "Ролі й дозволи",
@@ -977,16 +953,12 @@
"Remove recent messages": "Видалити останні повідомлення",
"Edit devices": "Керувати пристроями",
"Home": "Домівка",
- "New here? Create an account": "Вперше тут? Створіть обліковий запис",
"Server Options": "Опції сервера",
"Verify your identity to access encrypted messages and prove your identity to others.": "Підтвердьте свою особу, щоб отримати доступ до зашифрованих повідомлень і довести свою справжність іншим.",
"Allow this widget to verify your identity": "Дозволити цьому віджету перевіряти вашу особу",
- "New? Create account": "Вперше тут? Створіть обліковий запис",
- "Forgotten your password?": "Забули свій пароль?",
"