Standardise casing of identity server

Replace instances of 'Identity Server' with 'Identity server', when at start of
sentence, or 'identity server' when not.

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
Paulo Pinto 2021-07-13 15:05:27 +01:00
parent 7a8400e5c7
commit 09d08882e3
49 changed files with 247 additions and 247 deletions

View file

@ -127,7 +127,7 @@ export default class IdentityAuthClient {
await this._matrixClient.getIdentityAccount(token);
} catch (e) {
if (e.errcode === "M_TERMS_NOT_SIGNED") {
console.log("Identity Server requires new terms to be agreed to");
console.log("Identity server requires new terms to be agreed to");
await startTermsFlow([new Service(
SERVICE_TYPES.IS,
identityServerUrl,

View file

@ -90,7 +90,7 @@ export default class TermsDialog extends React.PureComponent<ITermsDialogProps,
private nameForServiceType(serviceType: SERVICE_TYPES, host: string): JSX.Element {
switch (serviceType) {
case SERVICE_TYPES.IS:
return <div>{_t("Identity Server")}<br />({host})</div>;
return <div>{_t("Identity server")}<br />({host})</div>;
case SERVICE_TYPES.IM:
return <div>{_t("Integration Manager")}<br />({host})</div>;
}

View file

@ -44,7 +44,7 @@ const REACHABILITY_TIMEOUT = 10000; // ms
async function checkIdentityServerUrl(u) {
const parsedUrl = url.parse(u);
if (parsedUrl.protocol !== 'https:') return _t("Identity Server URL must be HTTPS");
if (parsedUrl.protocol !== 'https:') return _t("Identity server URL must be HTTPS");
// XXX: duplicated logic from js-sdk but it's quite tied up in the validation logic in the
// js-sdk so probably as easy to duplicate it than to separate it out so we can reuse it
@ -53,12 +53,12 @@ async function checkIdentityServerUrl(u) {
if (response.ok) {
return null;
} else if (response.status < 200 || response.status >= 300) {
return _t("Not a valid Identity Server (status code %(code)s)", { code: response.status });
return _t("Not a valid identity server (status code %(code)s)", { code: response.status });
} else {
return _t("Could not connect to Identity Server");
return _t("Could not connect to identity server");
}
} catch (e) {
return _t("Could not connect to Identity Server");
return _t("Could not connect to identity server");
}
}
@ -320,7 +320,7 @@ export default class SetIdServer extends React.Component<IProps, IState> {
message = unboundMessage;
}
const { finished } = Modal.createTrackedDialog('Identity Server Bound Warning', '', QuestionDialog, {
const { finished } = Modal.createTrackedDialog('Identity server Bound Warning', '', QuestionDialog, {
title,
description: message,
button,
@ -356,7 +356,7 @@ export default class SetIdServer extends React.Component<IProps, IState> {
let sectionTitle;
let bodyText;
if (idServerUrl) {
sectionTitle = _t("Identity Server (%(server)s)", { server: abbreviateUrl(idServerUrl) });
sectionTitle = _t("Identity server (%(server)s)", { server: abbreviateUrl(idServerUrl) });
bodyText = _t(
"You are currently using <server></server> to discover and be discoverable by " +
"existing contacts you know. You can change your identity server below.",
@ -371,7 +371,7 @@ export default class SetIdServer extends React.Component<IProps, IState> {
);
}
} else {
sectionTitle = _t("Identity Server");
sectionTitle = _t("Identity server");
bodyText = _t(
"You are not currently using an identity server. " +
"To discover and be discoverable by existing contacts you know, " +

View file

@ -290,7 +290,7 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>
<span className='mx_SettingsTab_subheading'>{_t("Advanced")}</span>
<div className='mx_SettingsTab_subsectionText'>
{_t("Homeserver is")} <code>{MatrixClientPeg.get().getHomeserverUrl()}</code><br />
{_t("Identity Server is")} <code>{MatrixClientPeg.get().getIdentityServerUrl()}</code><br />
{_t("Identity server is")} <code>{MatrixClientPeg.get().getIdentityServerUrl()}</code><br />
<br />
<details>
<summary>{_t("Access Token")}</summary><br />

View file

@ -733,7 +733,7 @@
"Clear cache and reload": "محو مخزن الجيب وإعادة التحميل",
"click to reveal": "انقر للكشف",
"Access Token:": "رمز الوصول:",
"Identity Server is": "خادم الهوية هو",
"Identity server is": "خادم الهوية هو",
"Homeserver is": "الخادم الوسيط هو",
"olm version:": "إصدار olm:",
"%(brand)s version:": "إصدار %(brand)s:",
@ -793,10 +793,10 @@
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "استخدام خادم الهوية اختياري. إذا اخترت عدم استخدام خادم هوية ، فلن يتمكن المستخدمون الآخرون من اكتشافك ولن تتمكن من دعوة الآخرين عبر البريد الإلكتروني أو الهاتف.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "قطع الاتصال بخادم الهوية الخاص بك يعني أنك لن تكون قابلاً للاكتشاف من قبل المستخدمين الآخرين ولن تتمكن من دعوة الآخرين عبر البريد الإلكتروني أو الهاتف.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "أنت لا تستخدم حاليًا خادم هوية. لاكتشاف جهات الاتصال الحالية التي تعرفها وتكون قابلاً للاكتشاف ، أضف واحداً أدناه.",
"Identity Server": "خادم الهوية",
"Identity server": "خادم الهوية",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "إذا كنت لا تريد استخدام <server /> لاكتشاف جهات الاتصال الموجودة التي تعرفها وتكون قابلاً للاكتشاف ، فأدخل خادم هوية آخر أدناه.",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "أنت تستخدم حاليًا <server> </server> لاكتشاف جهات الاتصال الحالية التي تعرفها وتجعل نفسك قابلاً للاكتشاف. يمكنك تغيير خادم الهوية الخاص بك أدناه.",
"Identity Server (%(server)s)": "خادمة الهوية (%(server)s)",
"Identity server (%(server)s)": "خادمة الهوية (%(server)s)",
"Go back": "ارجع",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "نوصي بإزالة عناوين البريد الإلكتروني وأرقام الهواتف من خادم الهوية قبل قطع الاتصال.",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "لا زالت <b>بياناتك الشخصية مشاعة</b> على خادم الهوية <idserver />.",
@ -814,9 +814,9 @@
"Disconnect from the identity server <current /> and connect to <new /> instead?": "انفصل عن خادم الهوية <current /> واتصل بآخر <new /> بدلاً منه؟",
"Change identity server": "تغيير خادم الهوية",
"Checking server": "فحص خادم",
"Could not connect to Identity Server": "تعذر الاتصال بخادم هوية",
"Not a valid Identity Server (status code %(code)s)": "خادم هوية مردود (رقم الحال %(code)s)",
"Identity Server URL must be HTTPS": "يجب أن يكون رابط (URL) خادم الهوية HTTPS",
"Could not connect to identity server": "تعذر الاتصال بخادم هوية",
"Not a valid identity server (status code %(code)s)": "خادم هوية مردود (رقم الحال %(code)s)",
"Identity server URL must be HTTPS": "يجب أن يكون رابط (URL) خادم الهوية HTTPS",
"not ready": "غير جاهز",
"ready": "جاهز",
"Secret storage:": "التخزين السري:",

View file

@ -253,7 +253,7 @@
"Access Token:": "Girişin token-i:",
"click to reveal": "açılış üçün basın",
"Homeserver is": "Ev serveri bu",
"Identity Server is": "Eyniləşdirmənin serveri bu",
"Identity server is": "Eyniləşdirmənin serveri bu",
"olm version:": "Olm versiyası:",
"Failed to send email": "Email göndərilməsinin səhvi",
"A new password must be entered.": "Yeni parolu daxil edin.",

View file

@ -585,7 +585,7 @@
"Access Token:": "Тоукън за достъп:",
"click to reveal": "натиснете за показване",
"Homeserver is": "Home сървър:",
"Identity Server is": "Сървър за самоличност:",
"Identity server is": "Сървър за самоличност:",
"%(brand)s version:": "Версия на %(brand)s:",
"olm version:": "Версия на olm:",
"Failed to send email": "Неуспешно изпращане на имейл",
@ -1068,7 +1068,7 @@
"Confirm": "Потвърди",
"Other servers": "Други сървъри",
"Homeserver URL": "Адрес на Home сървър",
"Identity Server URL": "Адрес на сървър за самоличност",
"Identity server URL": "Адрес на сървър за самоличност",
"Free": "Безплатно",
"Join millions for free on the largest public server": "Присъединете се безплатно към милиони други на най-големия публичен сървър",
"Premium": "Премиум",
@ -1395,7 +1395,7 @@
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Не можете да влезете в профила си. Свържете се с администратора на сървъра за повече информация.",
"You're signed out": "Излязохте от профила",
"Clear personal data": "Изчисти личните данни",
"Identity Server": "Сървър за самоличност",
"Identity server": "Сървър за самоличност",
"Find others by phone or email": "Открийте други по телефон или имейл",
"Be found by phone or email": "Бъдете открит по телефон или имейл",
"Use bots, bridges, widgets and sticker packs": "Използвайте ботове, връзки с други мрежи, приспособления и стикери",
@ -1413,9 +1413,9 @@
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Позволи ползването на помощен сървър turn.matrix.org когато сървъра не предложи собствен (IP адресът ви ще бъде споделен по време на разговор)",
"ID": "Идентификатор",
"Public Name": "Публично име",
"Identity Server URL must be HTTPS": "Адресът на сървъра за самоличност трябва да бъде HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Невалиден сървър за самоличност (статус код %(code)s)",
"Could not connect to Identity Server": "Неуспешна връзка със сървъра за самоличност",
"Identity server URL must be HTTPS": "Адресът на сървъра за самоличност трябва да бъде HTTPS",
"Not a valid identity server (status code %(code)s)": "Невалиден сървър за самоличност (статус код %(code)s)",
"Could not connect to identity server": "Неуспешна връзка със сървъра за самоличност",
"Checking server": "Проверка на сървъра",
"Identity server has no terms of service": "Сървъра за самоличност няма условия за ползване",
"The identity server you have chosen does not have any terms of service.": "Избраният от вас сървър за самоличност няма условия за ползване на услугата.",
@ -1423,7 +1423,7 @@
"Terms of service not accepted or the identity server is invalid.": "Условията за ползване не бяха приети или сървъра за самоличност е невалиден.",
"Disconnect from the identity server <idserver />?": "Прекъсване на връзката със сървър за самоличност <idserver />?",
"Disconnect": "Прекъсни",
"Identity Server (%(server)s)": "Сървър за самоличност (%(server)s)",
"Identity server (%(server)s)": "Сървър за самоличност (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "В момента използвате <server></server> за да откривате и да бъдете открити от познати ваши контакти. Може да промените сървъра за самоличност по-долу.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "В момента не използвате сървър за самоличност. За да откривате и да бъдете открити от познати ваши контакти, добавете такъв по-долу.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Прекъсването на връзката със сървъра ви за самоличност означава че няма да можете да бъдете открити от други потребители или да каните хора по имейл или телефонен номер.",

View file

@ -575,7 +575,7 @@
"Your homeserver's URL": "L'URL del teu servidor propi",
"Analytics": "Analítiques",
"%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s ha canviat el seu nom visible a %(displayName)s.",
"Identity Server is": "El servidor d'identitat és",
"Identity server is": "El servidor d'identitat és",
"Submit debug logs": "Enviar logs de depuració",
"The platform you're on": "La plataforma a la que et trobes",
"Your language of choice": "El teu idioma desitjat",

View file

@ -146,7 +146,7 @@
"Failed to verify email address: make sure you clicked the link in the email": "E-mailovou adresu se nepodařilo ověřit. Přesvědčte se, že jste klepli na odkaz v e-mailové zprávě",
"Guests cannot join this room even if explicitly invited.": "Hosté nemohou vstoupit do této místnosti, i když jsou přímo pozváni.",
"Homeserver is": "Domovský server je",
"Identity Server is": "Server identity je",
"Identity server is": "Server identity je",
"I have verified my email address": "Ověřil(a) jsem svou e-mailovou adresu",
"Import": "Importovat",
"Import E2E room keys": "Importovat end-to-end klíče místností",
@ -1155,7 +1155,7 @@
"Invalid homeserver discovery response": "Neplatná odpověd při hledání domovského serveru",
"Failed to perform homeserver discovery": "Nepovedlo se zjisit adresu domovského serveru",
"Registration has been disabled on this homeserver.": "Tento domovský server nepovoluje registraci.",
"Identity Server URL": "URL serveru identity",
"Identity server URL": "URL serveru identity",
"Invalid identity server discovery response": "Neplatná odpověď při hledání serveru identity",
"Your Modular server": "Váš server Modular",
"Server Name": "Název serveru",
@ -1377,9 +1377,9 @@
"Accept <policyLink /> to continue:": "Pro pokračování odsouhlaste <policyLink />:",
"ID": "ID",
"Public Name": "Veřejné jméno",
"Identity Server URL must be HTTPS": "Adresa serveru identit musí být na HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Toto není validní server identit (stavový kód %(code)s)",
"Could not connect to Identity Server": "Nepovedlo se připojení k serveru identit",
"Identity server URL must be HTTPS": "Adresa serveru identit musí být na HTTPS",
"Not a valid identity server (status code %(code)s)": "Toto není validní server identit (stavový kód %(code)s)",
"Could not connect to identity server": "Nepovedlo se připojení k serveru identit",
"Checking server": "Kontrolování serveru",
"Change identity server": "Změnit server identit",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Odpojit se ze serveru <current /> a připojit na <new />?",
@ -1393,10 +1393,10 @@
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Pořád <b>sdílíte osobní údaje</b> se serverem identit <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Než se odpojíte, doporučujeme odstranit e-mailovou adresu a telefonní číslo ze serveru identit.",
"Disconnect anyway": "Stejně se odpojit",
"Identity Server (%(server)s)": "Server identit (%(server)s)",
"Identity server (%(server)s)": "Server identit (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Pro hledání existujících kontaktů používáte server identit <server></server>. Níže ho můžete změnit.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Pokud nechcete na hledání existujících kontaktů používat server <server />, zvolte si jiný server.",
"Identity Server": "Server identit",
"Identity server": "Server identit",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Pro hledání existujících kontaktů nepoužíváte žádný server identit <server></server>. Abyste mohli hledat kontakty, nějaký níže nastavte.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Po odpojení od serveru identit nebude možné vás najít podle e-mailové adresy ani telefonního čísla, a zároveň podle nich ani vy nebudete moci hledat ostatní kontakty.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Použití serveru identit je volitelné. Nemusíte server identit používat, ale nepůjde vás pak najít podle e-mailové adresy ani telefonního čísla a vy také nebudete moci hledat ostatní.",

View file

@ -48,7 +48,7 @@
"Guests cannot join this room even if explicitly invited.": "Gäste können diesem Raum nicht beitreten, auch wenn sie explizit eingeladen wurden.",
"Hangup": "Auflegen",
"Homeserver is": "Dein Heimserver ist",
"Identity Server is": "Der Identitätsserver ist",
"Identity server is": "Der Identitätsserver ist",
"I have verified my email address": "Ich habe meine E-Mail-Adresse verifiziert",
"Import E2E room keys": "E2E-Raumschlüssel importieren",
"Invalid Email Address": "Ungültige E-Mail-Adresse",
@ -1163,7 +1163,7 @@
"Confirm": "Bestätigen",
"Other servers": "Andere Server",
"Homeserver URL": "Heimserver-Adresse",
"Identity Server URL": "Identitätsserver-URL",
"Identity server URL": "Identitätsserver-URL",
"Free": "Frei",
"Premium": "Premium",
"Premium hosting for organisations <a>Learn more</a>": "Premium-Hosting für Organisationen <a>Lerne mehr</a>",
@ -1300,18 +1300,18 @@
"You do not have the required permissions to use this command.": "Du hast nicht die erforderlichen Berechtigungen, diesen Befehl zu verwenden.",
"Multiple integration managers": "Mehrere Integrationsverwalter",
"Public Name": "Öffentlicher Name",
"Identity Server URL must be HTTPS": "Identitätsserver-URL muss HTTPS sein",
"Could not connect to Identity Server": "Verbindung zum Identitätsserver konnte nicht hergestellt werden",
"Identity server URL must be HTTPS": "Identitätsserver-URL muss HTTPS sein",
"Could not connect to identity server": "Verbindung zum Identitätsserver konnte nicht hergestellt werden",
"Checking server": "Server wird überprüft",
"Identity server has no terms of service": "Der Identitätsserver hat keine Nutzungsbedingungen",
"Disconnect": "Trennen",
"Identity Server": "Identitätsserver",
"Identity server": "Identitätsserver",
"Use an identity server": "Benutze einen Identitätsserver",
"Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Benutze einen Identitätsserver, um andere mittels E-Mail einzuladen. Klicke auf fortfahren, um den Standardidentitätsserver (%(defaultIdentityServerName)s) zu benutzen oder ändere ihn in den Einstellungen.",
"ID": "ID",
"Not a valid Identity Server (status code %(code)s)": "Ungültiger Identitätsserver (Fehlercode %(code)s)",
"Not a valid identity server (status code %(code)s)": "Ungültiger Identitätsserver (Fehlercode %(code)s)",
"Terms of service not accepted or the identity server is invalid.": "Die Nutzungsbedingungen wurden nicht akzeptiert oder der Identitätsserver ist ungültig.",
"Identity Server (%(server)s)": "Identitätsserver (%(server)s)",
"Identity server (%(server)s)": "Identitätsserver (%(server)s)",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Die Verwendung eines Identitätsserver ist optional. Solltest du dich dazu entschließen, keinen Identitätsserver zu verwenden, kannst du von anderen Nutzern nicht gefunden werden und andere nicht per E-Mail oder Telefonnummer einladen.",
"Do not use an identity server": "Keinen Identitätsserver verwenden",
"Enter a new identity server": "Gib einen neuen Identitätsserver ein",

View file

@ -82,7 +82,7 @@
"Hangup": "Κλείσιμο",
"Historical": "Ιστορικό",
"Homeserver is": "Ο διακομιστής είναι",
"Identity Server is": "Ο διακομιστής ταυτοποίησης είναι",
"Identity server is": "Ο διακομιστής ταυτοποίησης είναι",
"I have verified my email address": "Έχω επαληθεύσει την διεύθυνση ηλ. αλληλογραφίας",
"Import": "Εισαγωγή",
"Import E2E room keys": "Εισαγωγή κλειδιών E2E",

View file

@ -1202,9 +1202,9 @@
"Secret storage:": "Secret storage:",
"ready": "ready",
"not ready": "not ready",
"Identity Server URL must be HTTPS": "Identity Server URL must be HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Not a valid Identity Server (status code %(code)s)",
"Could not connect to Identity Server": "Could not connect to Identity Server",
"Identity server URL must be HTTPS": "Identity server URL must be HTTPS",
"Not a valid identity server (status code %(code)s)": "Not a valid identity server (status code %(code)s)",
"Could not connect to identity server": "Could not connect to identity server",
"Checking server": "Checking server",
"Change identity server": "Change identity server",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Disconnect from the identity server <current /> and connect to <new /> instead?",
@ -1221,10 +1221,10 @@
"Disconnect anyway": "Disconnect anyway",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "You are still <b>sharing your personal data</b> on the identity server <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.",
"Identity Server (%(server)s)": "Identity Server (%(server)s)",
"Identity server (%(server)s)": "Identity server (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.",
"Identity Server": "Identity Server",
"Identity server": "Identity server",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.",
@ -1288,7 +1288,7 @@
"%(brand)s version:": "%(brand)s version:",
"olm version:": "olm version:",
"Homeserver is": "Homeserver is",
"Identity Server is": "Identity Server is",
"Identity server is": "Identity server is",
"Access Token": "Access Token",
"Your access token gives full access to your account. Do not share it with anyone.": "Your access token gives full access to your account. Do not share it with anyone.",
"Copy": "Copy",

View file

@ -108,7 +108,7 @@
"Hangup": "Hangup",
"Historical": "Historical",
"Homeserver is": "Homeserver is",
"Identity Server is": "Identity Server is",
"Identity server is": "Identity server is",
"I have verified my email address": "I have verified my email address",
"Import": "Import",
"Import E2E room keys": "Import E2E room keys",

View file

@ -557,7 +557,7 @@
"Access Token:": "Atinga ĵetono:",
"click to reveal": "klaku por malkovri",
"Homeserver is": "Hejmservilo estas",
"Identity Server is": "Identiga servilo estas",
"Identity server is": "Identiga servilo estas",
"%(brand)s version:": "versio de %(brand)s:",
"olm version:": "versio de olm:",
"Failed to send email": "Malsukcesis sendi retleteron",
@ -969,7 +969,7 @@
"Confirm": "Konfirmi",
"Other servers": "Aliaj serviloj",
"Homeserver URL": "Hejmservila URL",
"Identity Server URL": "URL de identiga servilo",
"Identity server URL": "URL de identiga servilo",
"Free": "Senpaga",
"Other": "Alia",
"Couldn't load page": "Ne povis enlegi paĝon",
@ -1395,7 +1395,7 @@
"Enter the location of your Modular homeserver. It may use your own domain name or be a subdomain of <a>modular.im</a>.": "Enigu la lokon de via Modular-hejmservilo. Ĝi povas uzi vian propran domajnan nomon aŭ esti subdomajno de <a>modular.im</a>.",
"Invalid base_url for m.homeserver": "Nevalida base_url por m.homeserver",
"Invalid base_url for m.identity_server": "Nevalida base_url por m.identity_server",
"Identity Server": "Identiga servilo",
"Identity server": "Identiga servilo",
"Find others by phone or email": "Trovu aliajn per telefonnumero aŭ retpoŝtadreso",
"Be found by phone or email": "Troviĝu per telefonnumero aŭ retpoŝtadreso",
"Use bots, bridges, widgets and sticker packs": "Uzu robotojn, pontojn, fenestraĵojn, kaj glumarkarojn",
@ -1422,9 +1422,9 @@
"Displays list of commands with usages and descriptions": "Montras liston de komandoj kun priskribo de uzo",
"Send read receipts for messages (requires compatible homeserver to disable)": "Sendi legokonfirmojn de mesaĝoj (bezonas akordan hejmservilon por malŝalto)",
"Accept <policyLink /> to continue:": "Akceptu <policyLink /> por daŭrigi:",
"Identity Server URL must be HTTPS": "URL de identiga servilo devas esti HTTPS-a",
"Not a valid Identity Server (status code %(code)s)": "Nevalida identiga servilo (statkodo %(code)s)",
"Could not connect to Identity Server": "Ne povis konektiĝi al identiga servilo",
"Identity server URL must be HTTPS": "URL de identiga servilo devas esti HTTPS-a",
"Not a valid identity server (status code %(code)s)": "Nevalida identiga servilo (statkodo %(code)s)",
"Could not connect to identity server": "Ne povis konektiĝi al identiga servilo",
"Checking server": "Kontrolante servilon",
"Change identity server": "Ŝanĝi identigan servilon",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Ĉu malkonekti de la nuna identiga servilo <current /> kaj konekti anstataŭe al <new />?",
@ -1438,7 +1438,7 @@
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Vi ankoraŭ <b>havigas siajn personajn datumojn</b> je la identiga servilo <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Ni rekomendas, ke vi forigu viajn retpoŝtadresojn kaj telefonnumerojn de la identiga servilo, antaŭ ol vi malkonektiĝos.",
"Disconnect anyway": "Tamen malkonekti",
"Identity Server (%(server)s)": "Identiga servilo (%(server)s)",
"Identity server (%(server)s)": "Identiga servilo (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Vi nun uzas servilon <server></server> por trovi kontaktojn, kaj troviĝi de ili. Vi povas ŝanĝi vian identigan servilon sube.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Se vi ne volas uzi servilon <server /> por trovi kontaktojn kaj troviĝi mem, enigu alian identigan servilon sube.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Vi nun ne uzas identigan servilon. Por trovi kontaktojn kaj troviĝi de ili mem, aldonu iun sube.",

View file

@ -88,7 +88,7 @@
"Hangup": "Colgar",
"Historical": "Historial",
"Homeserver is": "El servidor base es",
"Identity Server is": "El Servidor de Identidad es",
"Identity server is": "El Servidor de Identidad es",
"I have verified my email address": "He verificado mi dirección de correo electrónico",
"Import E2E room keys": "Importar claves de salas con cifrado de extremo a extremo",
"Incorrect verification code": "Verificación de código incorrecta",
@ -1216,10 +1216,10 @@
"Changing password will currently reset any end-to-end encryption keys on all sessions, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Cambiar la contraseña reiniciará cualquier clave de cifrado end-to-end en todas las sesiones, haciendo el historial de conversaciones encriptado ilegible, a no ser que primero exportes tus claves de sala y después las reimportes. En un futuro esto será mejorado.",
"in memory": "en memoria",
"not found": "no encontrado",
"Identity Server (%(server)s)": "Servidor de identidad %(server)s",
"Identity server (%(server)s)": "Servidor de identidad %(server)s",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Estás usando actualmente <server></server>para descubrir y ser descubierto por contactos existentes que conoces. Puedes cambiar tu servidor de identidad más abajo.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Si no quieres usar <server /> para descubrir y ser descubierto por contactos existentes que conoces, introduce otro servidor de identidad más abajo.",
"Identity Server": "Servidor de Identidad",
"Identity server": "Servidor de Identidad",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "No estás usando un servidor de identidad ahora mismo. Para descubrir y ser descubierto por contactos existentes que conoces, introduce uno más abajo.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Desconectarte de tu servidor de identidad significa que no podrás ser descubierto por otros usuarios y no podrás invitar a otros por email o teléfono.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Usar un servidor de identidad es opcional. Si eliges no usar un servidor de identidad, no podrás ser descubierto por otros usuarios y no podrás invitar a otros por email o teléfono.",
@ -1526,9 +1526,9 @@
"Backup has an <validity>invalid</validity> signature from <verify>verified</verify> session <device></device>": "La copia de seguridad tiene una firma de <validity>no válida</validity> de sesión <verify>verificada</verify> <device></device>",
"Backup has an <validity>invalid</validity> signature from <verify>unverified</verify> session <device></device>": "La copia de seguridad tiene una firma de <validity>no válida</validity> de sesión <verify>no verificada</verify> <device></device>",
"<a>Upgrade</a> to your own domain": "<a>Contratar</a> dominio personalizado",
"Identity Server URL must be HTTPS": "La URL del servidor de identidad debe ser tipo HTTPS",
"Not a valid Identity Server (status code %(code)s)": "No es un servidor de identidad válido (código de estado %(code)s)",
"Could not connect to Identity Server": "No se ha podido conectar al servidor de identidad",
"Identity server URL must be HTTPS": "La URL del servidor de identidad debe ser tipo HTTPS",
"Not a valid identity server (status code %(code)s)": "No es un servidor de identidad válido (código de estado %(code)s)",
"Could not connect to identity server": "No se ha podido conectar al servidor de identidad",
"You should <b>remove your personal data</b> from identity server <idserver /> before disconnecting. Unfortunately, identity server <idserver /> is currently offline or cannot be reached.": "Usted debe <b> eliminar sus datos personales </b> del servidor de identidad <idserver /> antes de desconectarse. Desafortunadamente, el servidor de identidad <idserver /> está actualmente desconectado o es imposible comunicarse con él por otra razón.",
"check your browser plugins for anything that might block the identity server (such as Privacy Badger)": "comprueba los complementos (plugins) de tu navegador para ver si hay algo que pueda bloquear el servidor de identidad (como p.ej. Privacy Badger)",
"contact the administrators of identity server <idserver />": "contactar con los administradores del servidor de identidad <idserver />",
@ -1975,7 +1975,7 @@
"Enter your custom homeserver URL <a>What does this mean?</a>": "Ingrese la URL de su servidor doméstico <a>¿Qué significa esto?</a>",
"Homeserver URL": "URL del servidor doméstico",
"Enter your custom identity server URL <a>What does this mean?</a>": "Introduzca la URL de su servidor de identidad personalizada <a> ¿Qué significa esto?</a>",
"Identity Server URL": "URL del servidor de identidad",
"Identity server URL": "URL del servidor de identidad",
"Other servers": "Otros servidores",
"Free": "Gratis",
"Join millions for free on the largest public server": "Únete de forma gratuita a millones de personas en el servidor público más grande",

View file

@ -1242,7 +1242,7 @@
"Enter your custom homeserver URL <a>What does this mean?</a>": "Sisesta oma koduserveri aadress <a>Mida see tähendab?</a>",
"Homeserver URL": "Koduserveri aadress",
"Enter your custom identity server URL <a>What does this mean?</a>": "Sisesta kohandatud isikutuvastusserver aadress <a>Mida see tähendab?</a>",
"Identity Server URL": "Isikutuvastusserveri aadress",
"Identity server URL": "Isikutuvastusserveri aadress",
"Other servers": "Muud serverid",
"Free": "Tasuta teenus",
"Join millions for free on the largest public server": "Liitu tasuta nende miljonitega, kas kasutavad suurimat avalikku Matrix'i serverit",
@ -1450,9 +1450,9 @@
"Font size": "Fontide suurus",
"Enable automatic language detection for syntax highlighting": "Kasuta süntaksi esiletõstmisel automaatset keeletuvastust",
"Cross-signing private keys:": "Privaatvõtmed risttunnustamise jaoks:",
"Identity Server URL must be HTTPS": "Isikutuvastusserveri URL peab kasutama HTTPS-protokolli",
"Not a valid Identity Server (status code %(code)s)": "See ei ole sobilik isikutuvastusserver (staatuskood %(code)s)",
"Could not connect to Identity Server": "Ei saanud ühendust isikutuvastusserveriga",
"Identity server URL must be HTTPS": "Isikutuvastusserveri URL peab kasutama HTTPS-protokolli",
"Not a valid identity server (status code %(code)s)": "See ei ole sobilik isikutuvastusserver (staatuskood %(code)s)",
"Could not connect to identity server": "Ei saanud ühendust isikutuvastusserveriga",
"Checking server": "Kontrollin serverit",
"Change identity server": "Muuda isikutuvastusserverit",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Kas katkestame ühenduse <current /> isikutuvastusserveriga ning selle asemel loome uue ühenduse serveriga <new />?",
@ -1468,7 +1468,7 @@
"Disconnect anyway": "Ikkagi katkesta ühendus",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Sa jätkuvalt <b>jagad oma isikuandmeid</b> isikutuvastusserveriga <idserver />.",
"Go back": "Mine tagasi",
"Identity Server (%(server)s)": "Isikutuvastusserver %(server)s",
"Identity server (%(server)s)": "Isikutuvastusserver %(server)s",
"Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Sinu serveri haldur on lülitanud läbiva krüptimise omavahelistes jututubades ja otsesõnumites välja.",
"This room has been replaced and is no longer active.": "See jututuba on asendatud teise jututoaga ning ei ole enam kasutusel.",
"You do not have permission to post to this room": "Sul ei ole õigusi siia jututuppa kirjutamiseks",
@ -1849,7 +1849,7 @@
"%(brand)s version:": "%(brand)s'i versioon:",
"olm version:": "olm'i versioon:",
"Homeserver is": "Koduserver on",
"Identity Server is": "Isikutuvastusserver on",
"Identity server is": "Isikutuvastusserver on",
"Access Token:": "Pääsuluba:",
"click to reveal": "kuvamiseks klõpsi siin",
"Labs": "Katsed",
@ -2273,7 +2273,7 @@
"You might have configured them in a client other than %(brand)s. You cannot tune them in %(brand)s but they still apply.": "Sa võib-olla oled seadistanud nad %(brand)s'ist erinevas kliendis. Sa küll ei saa neid %(brand)s'is muuta, kuid nad kehtivad siiski.",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Sa hetkel kasutad <server></server> serverit, et olla leitav ja ise leida sinule teadaolevaid inimesi. Alljärgnevalt saad sa muuta oma isikutuvastusserverit.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Kui sa ei soovi kasutada <server /> serverit, et olla leitav ja ise leida sinule teadaolevaid inimesi, siis sisesta alljärgnevalt mõni teine isikutuvastusserver.",
"Identity Server": "Isikutuvastusserver",
"Identity server": "Isikutuvastusserver",
"Do not use an identity server": "Ära kasuta isikutuvastusserverit",
"Enter a new identity server": "Sisesta uue isikutuvastusserveri nimi",
"Change": "Muuda",

View file

@ -93,7 +93,7 @@
"Guests cannot join this room even if explicitly invited.": "Bisitariak ezin dira gela honetara elkartu ez bazaie zuzenean gonbidatu.",
"Hangup": "Eseki",
"Homeserver is": "Hasiera zerbitzaria:",
"Identity Server is": "Identitate zerbitzaria:",
"Identity server is": "Identitate zerbitzaria:",
"Moderator": "Moderatzailea",
"Account": "Kontua",
"Access Token:": "Sarbide tokena:",
@ -1062,7 +1062,7 @@
"Confirm": "Berretsi",
"Other servers": "Beste zerbitzariak",
"Homeserver URL": "Hasiera-zerbitzariaren URLa",
"Identity Server URL": "Identitate zerbitzariaren URLa",
"Identity server URL": "Identitate zerbitzariaren URLa",
"Free": "Dohan",
"Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean",
"Other": "Beste bat",
@ -1393,7 +1393,7 @@
"Failed to re-authenticate": "Berriro autentifikatzean huts egin du",
"Enter your password to sign in and regain access to your account.": "Sartu zure pasahitza saioa hasteko eta berreskuratu zure kontura sarbidea.",
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Ezin duzu zure kontuan saioa hasi. Jarri kontaktuan zure hasiera zerbitzariko administratzailearekin informazio gehiagorako.",
"Identity Server": "Identitate zerbitzaria",
"Identity server": "Identitate zerbitzaria",
"Find others by phone or email": "Aurkitu besteak telefonoa edo e-maila erabiliz",
"Be found by phone or email": "Izan telefonoa edo e-maila erabiliz aurkigarria",
"Use bots, bridges, widgets and sticker packs": "Erabili botak, zubiak, trepetak eta eranskailu multzoak",
@ -1408,13 +1408,13 @@
"Actions": "Ekintzak",
"Displays list of commands with usages and descriptions": "Aginduen zerrenda bistaratzen du, erabilera eta deskripzioekin",
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Baimendu turn.matrix.org deien laguntzarako zerbitzaria erabiltzea zure hasiera-zerbitzariak bat eskaintzen ez duenean (Zure IP helbidea partekatuko da deian zehar)",
"Identity Server URL must be HTTPS": "Identitate zerbitzariaren URL-a HTTPS motakoa izan behar du",
"Not a valid Identity Server (status code %(code)s)": "Ez da identitate zerbitzari baliogarria (egoera-mezua %(code)s)",
"Could not connect to Identity Server": "Ezin izan da identitate-zerbitzarira konektatu",
"Identity server URL must be HTTPS": "Identitate zerbitzariaren URL-a HTTPS motakoa izan behar du",
"Not a valid identity server (status code %(code)s)": "Ez da identitate zerbitzari baliogarria (egoera-mezua %(code)s)",
"Could not connect to identity server": "Ezin izan da identitate-zerbitzarira konektatu",
"Checking server": "Zerbitzaria egiaztatzen",
"Disconnect from the identity server <idserver />?": "Deskonektatu <idserver /> identitate-zerbitzaritik?",
"Disconnect": "Deskonektatu",
"Identity Server (%(server)s)": "Identitate-zerbitzaria (%(server)s)",
"Identity server (%(server)s)": "Identitate-zerbitzaria (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "<server></server> erabiltzen ari zara kontaktua aurkitzeko eta aurkigarria izateko. Zure identitate-zerbitzaria aldatu dezakezu azpian.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Orain ez duzu identitate-zerbitzaririk erabiltzen. Kontaktuak aurkitzeko eta aurkigarria izateko, gehitu bat azpian.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Zure identitate-zerbitzaritik deskonektatzean ez zara beste erabiltzaileentzat aurkigarria izango eta ezin izango dituzu besteak gonbidatu e-mail helbidea edo telefono zenbakia erabiliz.",

View file

@ -1886,10 +1886,10 @@
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "استفاده از سرور هویت‌سنجی اختیاری است. اگر تصمیم بگیرید از سرور هویت‌سنجی استفاده نکنید، شما با استفاده از آدرس ایمیل و شماره تلفن قابل یافته‌شدن و دعوت‌شدن توسط سایر کاربران نخواهید بود.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "قطع ارتباط با سرور هویت‌سنجی به این معناست که شما از طریق ادرس ایمیل و شماره تلفن، بیش از این قابل یافته‌شدن و دعوت‌شدن توسط کاربران دیگر نیستید.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "در حال حاضر از سرور هویت‌سنجی استفاده نمی‌کنید. برای یافتن و یافته‌شدن توسط مخاطبان موجود که شما آن‌ها را می‌شناسید، یک مورد در پایین اضافه کنید.",
"Identity Server": "سرور هویت‌سنجی",
"Identity server": "سرور هویت‌سنجی",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "اگر تمایل به استفاده از <server /> برای یافتن و یافته‌شدن توسط مخاطبان خود را ندارید، سرور هویت‌سنجی دیگری را در پایین وارد کنید.",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "در حال حاضر شما از <server></server> برای یافتن و یافته‌شدن توسط مخاطبانی که می‌شناسید، استفاده می‌کنید. می‌توانید سرور هویت‌سنجی خود را در زیر تغییر دهید.",
"Identity Server (%(server)s)": "سرور هویت‌سنجی (%(server)s)",
"Identity server (%(server)s)": "سرور هویت‌سنجی (%(server)s)",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "توصیه می‌کنیم آدرس‌های ایمیل و شماره تلفن‌های خود را پیش از قطع ارتباط با سرور هویت‌سنجی از روی آن پاک کنید.",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "شما هم‌چنان <b>داده‌های شخصی خودتان</b> را بر روی سرور هویت‌سنجی <idserver /> به اشتراک می‌گذارید.",
"Disconnect anyway": "در هر صورت قطع کن",
@ -1906,9 +1906,9 @@
"Disconnect from the identity server <current /> and connect to <new /> instead?": "ارتباط با سرور هویت‌سنجی <current /> قطع شده و در عوض به <new /> متصل شوید؟",
"Change identity server": "تغییر سرور هویت‌سنجی",
"Checking server": "در حال بررسی سرور",
"Could not connect to Identity Server": "اتصال به سرور هیوت‌سنجی امکان پذیر نیست",
"Not a valid Identity Server (status code %(code)s)": "سرور هویت‌سنجی معتبر نیست (کد وضعیت %(code)s)",
"Identity Server URL must be HTTPS": "پروتکل آدرس سرور هویت‌سنجی باید HTTPS باشد",
"Could not connect to identity server": "اتصال به سرور هیوت‌سنجی امکان پذیر نیست",
"Not a valid identity server (status code %(code)s)": "سرور هویت‌سنجی معتبر نیست (کد وضعیت %(code)s)",
"Identity server URL must be HTTPS": "پروتکل آدرس سرور هویت‌سنجی باید HTTPS باشد",
"not ready": "آماده نیست",
"ready": "آماده",
"Secret storage:": "حافظه نهان:",
@ -2761,7 +2761,7 @@
"Copy": "رونوشت",
"Your access token gives full access to your account. Do not share it with anyone.": "توکن دسترسی شما، دسترسی کامل به حساب کاربری شما را میسر می‌سازد. لطفا آن را در اختیار فرد دیگری قرار ندهید.",
"Access Token": "توکن دسترسی",
"Identity Server is": "سرور هویت‌سنجی شما عبارت است از",
"Identity server is": "سرور هویت‌سنجی شما عبارت است از",
"Homeserver is": "سرور ما عبارت است از",
"olm version:": "نسخه‌ی olm:",
"Versions": "نسخه‌ها",

View file

@ -112,7 +112,7 @@
"Forget room": "Unohda huone",
"For security, this session has been signed out. Please sign in again.": "Turvallisuussyistä tämä istunto on kirjattu ulos. Ole hyvä ja kirjaudu uudestaan.",
"Homeserver is": "Kotipalvelin on",
"Identity Server is": "Identiteettipalvelin on",
"Identity server is": "Identiteettipalvelin on",
"I have verified my email address": "Olen varmistanut sähköpostiosoitteeni",
"Import": "Tuo",
"Import E2E room keys": "Tuo olemassaolevat osapuolten välisen salauksen huoneavaimet",
@ -903,7 +903,7 @@
"Join this community": "Liity tähän yhteisöön",
"Leave this community": "Poistu tästä yhteisöstä",
"Couldn't load page": "Sivun lataaminen ei onnistunut",
"Identity Server URL": "Identiteettipalvelimen osoite",
"Identity server URL": "Identiteettipalvelimen osoite",
"Homeserver URL": "Kotipalvelimen osoite",
"Email (optional)": "Sähköposti (valinnainen)",
"Phone (optional)": "Puhelin (valinnainen)",
@ -1391,7 +1391,7 @@
"Sign in and regain access to your account.": "Kirjaudu ja pääse takaisin tilillesi.",
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Et voi kirjautua tilillesi. Ota yhteyttä kotipalvelimesi ylläpitäjään saadaksesi lisätietoja.",
"Clear personal data": "Poista henkilökohtaiset tiedot",
"Identity Server": "Identiteettipalvelin",
"Identity server": "Identiteettipalvelin",
"Find others by phone or email": "Löydä muita käyttäjiä puhelimen tai sähköpostin perusteella",
"Be found by phone or email": "Varmista, että sinut löydetään puhelimen tai sähköpostin perusteella",
"Use bots, bridges, widgets and sticker packs": "Käytä botteja, siltoja, sovelmia ja tarrapaketteja",
@ -1407,13 +1407,13 @@
"Share": "Jaa",
"Unable to share phone number": "Puhelinnumeroa ei voi jakaa",
"No identity server is configured: add one in server settings to reset your password.": "Identiteettipalvelinta ei ole määritetty: lisää se palvelinasetuksissa, jotta voi palauttaa salasanasi.",
"Identity Server URL must be HTTPS": "Identiteettipalvelimen URL-osoitteen täytyy olla HTTPS-alkuinen",
"Not a valid Identity Server (status code %(code)s)": "Ei kelvollinen identiteettipalvelin (tilakoodi %(code)s)",
"Could not connect to Identity Server": "Identiteettipalvelimeen ei saatu yhteyttä",
"Identity server URL must be HTTPS": "Identiteettipalvelimen URL-osoitteen täytyy olla HTTPS-alkuinen",
"Not a valid identity server (status code %(code)s)": "Ei kelvollinen identiteettipalvelin (tilakoodi %(code)s)",
"Could not connect to identity server": "Identiteettipalvelimeen ei saatu yhteyttä",
"Checking server": "Tarkistetaan palvelinta",
"Disconnect from the identity server <idserver />?": "Katkaise yhteys identiteettipalvelimeen <idserver />?",
"Disconnect": "Katkaise yhteys",
"Identity Server (%(server)s)": "Identiteettipalvelin (%(server)s)",
"Identity server (%(server)s)": "Identiteettipalvelin (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Käytät palvelinta <server></server> tuntemiesi henkilöiden löytämiseen ja löydetyksi tulemiseen. Voit vaihtaa identiteettipalvelintasi alla.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Et käytä tällä hetkellä identiteettipalvelinta. Lisää identiteettipalvelin alle löytääksesi tuntemiasi henkilöitä ja tullaksesi löydetyksi.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Yhteyden katkaiseminen identiteettipalvelimeesi tarkoittaa, että muut käyttäjät eivät löydä sinua etkä voi kutsua muita sähköpostin tai puhelinnumeron perusteella.",

View file

@ -87,7 +87,7 @@
"Hangup": "Raccrocher",
"Historical": "Historique",
"Homeserver is": "Le serveur daccueil est",
"Identity Server is": "Le serveur didentité est",
"Identity server is": "Le serveur didentité est",
"I have verified my email address": "Jai vérifié mon adresse e-mail",
"Import E2E room keys": "Importer les clés de chiffrement de bout en bout",
"Incorrect verification code": "Code de vérification incorrect",
@ -1068,7 +1068,7 @@
"Confirm": "Confirmer",
"Other servers": "Autres serveurs",
"Homeserver URL": "URL du serveur d'accueil",
"Identity Server URL": "URL du serveur d'identité",
"Identity server URL": "URL du serveur d'identité",
"Free": "Gratuit",
"Join millions for free on the largest public server": "Rejoignez des millions dutilisateurs gratuitement sur le plus grand serveur public",
"Premium": "Premium",
@ -1395,7 +1395,7 @@
"Sign in and regain access to your account.": "Connectez-vous et ré-accédez à votre compte.",
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Vous ne pouvez pas vous connecter à votre compte. Contactez ladministrateur de votre serveur daccueil pour plus dinformations.",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Dites-nous ce qui sest mal passé ou, encore mieux, créez un rapport derreur sur GitHub qui décrit le problème.",
"Identity Server": "Serveur didentité",
"Identity server": "Serveur didentité",
"Find others by phone or email": "Trouver dautres personnes par téléphone ou e-mail",
"Be found by phone or email": "Être trouvé par téléphone ou e-mail",
"Use bots, bridges, widgets and sticker packs": "Utiliser des robots, des passerelles, des widgets ou des jeux dautocollants",
@ -1421,13 +1421,13 @@
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains.": "Un SMS a été envoyé à +%(msisdn)s. Saisissez le code de vérification quil contient.",
"Command Help": "Aide aux commandes",
"No identity server is configured: add one in server settings to reset your password.": "Aucun serveur didentité nest configuré : ajoutez-en un dans les paramètres du serveur pour réinitialiser votre mot de passe.",
"Identity Server URL must be HTTPS": "LURL du serveur didentité doit être en HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Serveur didentité non valide (code de statut %(code)s)",
"Could not connect to Identity Server": "Impossible de se connecter au serveur didentité",
"Identity server URL must be HTTPS": "LURL du serveur didentité doit être en HTTPS",
"Not a valid identity server (status code %(code)s)": "Serveur didentité non valide (code de statut %(code)s)",
"Could not connect to identity server": "Impossible de se connecter au serveur didentité",
"Checking server": "Vérification du serveur",
"Disconnect from the identity server <idserver />?": "Se déconnecter du serveur didentité <idserver /> ?",
"Disconnect": "Se déconnecter",
"Identity Server (%(server)s)": "Serveur didentité (%(server)s)",
"Identity server (%(server)s)": "Serveur didentité (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Vous utilisez actuellement <server></server> pour découvrir et être découvert par des contacts existants que vous connaissez. Vous pouvez changer votre serveur didentité ci-dessous.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Vous nutilisez actuellement aucun serveur didentité. Pour découvrir et être découvert par les contacts existants que vous connaissez, ajoutez-en un ci-dessous.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "La déconnexion de votre serveur didentité signifie que vous ne serez plus découvrable par dautres utilisateurs et que vous ne pourrez plus faire dinvitation par e-mail ou téléphone.",

View file

@ -569,7 +569,7 @@
"Access Token:": "Testemuño de acceso:",
"click to reveal": "Preme para mostrar",
"Homeserver is": "O servidor de inicio é",
"Identity Server is": "O servidor de identidade é",
"Identity server is": "O servidor de identidade é",
"%(brand)s version:": "versión %(brand)s:",
"olm version:": "versión olm:",
"Failed to send email": "Fallo ao enviar correo electrónico",
@ -1393,9 +1393,9 @@
"<a>Upgrade</a> to your own domain": "<a>Mellora</a> e usa un dominio propio",
"Display Name": "Nome mostrado",
"Profile picture": "Imaxe de perfil",
"Identity Server URL must be HTTPS": "O URL do servidor de identidade debe comezar HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Servidor de Identidade non válido (código de estado %(code)s)",
"Could not connect to Identity Server": "Non hai conexión co Servidor de Identidade",
"Identity server URL must be HTTPS": "O URL do servidor de identidade debe comezar HTTPS",
"Not a valid identity server (status code %(code)s)": "Servidor de Identidade non válido (código de estado %(code)s)",
"Could not connect to identity server": "Non hai conexión co Servidor de Identidade",
"Checking server": "Comprobando servidor",
"Change identity server": "Cambiar de servidor de identidade",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Desconectar do servidor de identidade <current /> e conectar con <new />?",
@ -1413,10 +1413,10 @@
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Aínda estás <b>compartindo datos personais</b> no servidor de identidade <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Recomendámosche que elimines os teus enderezos de email e números de teléfono do servidor de identidade antes de desconectar del.",
"Go back": "Atrás",
"Identity Server (%(server)s)": "Servidor de Identidade (%(server)s)",
"Identity server (%(server)s)": "Servidor de Identidade (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Neste intre usas <server></server> para atopar e ser atopado polos contactos existentes que coñeces. Aquí abaixo podes cambiar de servidor de identidade.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Se non queres usar <server /> para atopar e ser atopado polos contactos existentes que coñeces, escribe embaixo outro servidor de identidade.",
"Identity Server": "Servidor de Identidade",
"Identity server": "Servidor de Identidade",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Non estás a usar un servidor de identidade. Para atopar e ser atopado polos contactos existentes que coñeces, engade un embaixo.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Ao desconectar do teu servidor de identidade non te poderán atopar as outras usuarias e non poderás convidar a outras polo seu email ou teléfono.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Usar un servidor de identidade é optativo. Se escolles non usar un, non poderás ser atopado por outras usuarias e non poderás convidar a outras polo seu email ou teléfono.",
@ -2072,7 +2072,7 @@
"Enter your custom homeserver URL <a>What does this mean?</a>": "Escribe o URL do servidor personalizado <a>¿Qué significa esto?</a>",
"Homeserver URL": "URL do servidor",
"Enter your custom identity server URL <a>What does this mean?</a>": "Escribe o URL do servidor de identidade personalizado <a>¿Que significa esto?</a>",
"Identity Server URL": "URL do servidor de identidade",
"Identity server URL": "URL do servidor de identidade",
"Other servers": "Outros servidores",
"Free": "Gratuíto",
"Premium": "Premium",

View file

@ -1948,7 +1948,7 @@
"Clear cache and reload": "נקה מטמון ואתחל",
"click to reveal": "לחץ בשביל לחשוף",
"Access Token:": "אסימון גישה:",
"Identity Server is": "שרת ההזדהות הינו",
"Identity server is": "שרת ההזדהות הינו",
"Homeserver is": "שרת הבית הינו",
"olm version:": "גרסת OLM:",
"%(brand)s version:": "גרסאת %(brand)s:",
@ -2009,10 +2009,10 @@
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "השימוש בשרת זהות הוא אופציונלי. אם תבחר לא להשתמש בשרת זהות, משתמשים אחרים לא יוכלו לגלות ולא תוכל להזמין אחרים בדוא\"ל או בטלפון.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "ההתנתקות משרת הזהות שלך פירושה שלא תגלה משתמשים אחרים ולא תוכל להזמין אחרים בדוא\"ל או בטלפון.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "אינך משתמש כרגע בשרת זהות. כדי לגלות ולהיות נגלים על ידי אנשי קשר קיימים שאתה מכיר, הוסף אחד למטה.",
"Identity Server": "שרת הזדהות",
"Identity server": "שרת הזדהות",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "אם אינך רוצה להשתמש ב- <server /> כדי לגלות ולהיות נגלה על ידי אנשי קשר קיימים שאתה מכיר, הזן שרת זהות אחר למטה.",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "אתה משתמש כרגע ב <server></server> די לגלות ולהיות נגלה על ידי אנשי קשר קיימים שאתה מכיר. תוכל לשנות את שרת הזהות שלך למטה.",
"Identity Server (%(server)s)": "שרת הזדהות (%(server)s)",
"Identity server (%(server)s)": "שרת הזדהות (%(server)s)",
"Go back": "חזרה",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "אנו ממליצים שתסיר את כתובות הדוא\"ל ומספרי הטלפון שלך משרת הזהות לפני שתתנתק.",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "אתה עדיין <b> משתף את הנתונים האישיים שלך </b> בשרת הזהות <idserver />.",
@ -2030,9 +2030,9 @@
"Disconnect from the identity server <current /> and connect to <new /> instead?": "התנתק משרת זיהוי עכשווי <current /> והתחבר אל <new /> במקום?",
"Change identity server": "שנה כתובת של שרת הזיהוי",
"Checking server": "בודק שרת",
"Could not connect to Identity Server": "לא ניתן להתחבר אל שרת הזיהוי",
"Not a valid Identity Server (status code %(code)s)": "שרת זיהוי לא מאושר(קוד סטטוס %(code)s)",
"Identity Server URL must be HTTPS": "הזיהוי של כתובת השרת חייבת להיות מאובטחת ב- HTTPS",
"Could not connect to identity server": "לא ניתן להתחבר אל שרת הזיהוי",
"Not a valid identity server (status code %(code)s)": "שרת זיהוי לא מאושר(קוד סטטוס %(code)s)",
"Identity server URL must be HTTPS": "הזיהוי של כתובת השרת חייבת להיות מאובטחת ב- HTTPS",
"not ready": "לא מוכן",
"ready": "מוכן",
"Secret storage:": "אחסון סודי:",

View file

@ -534,7 +534,7 @@
"Versions": "संस्करण",
"olm version:": "olm संस्करण:",
"Homeserver is": "होमेसेर्वेर हैं",
"Identity Server is": "आइडेंटिटी सर्वर हैं",
"Identity server is": "आइडेंटिटी सर्वर हैं",
"Access Token:": "एक्सेस टोकन:",
"click to reveal": "देखने की लिए क्लिक करें",
"Labs": "लैब्स",

View file

@ -129,7 +129,7 @@
"Historical": "Archív",
"Home": "Kezdőlap",
"Homeserver is": "Matrix-kiszolgáló:",
"Identity Server is": "Azonosítási kiszolgáló:",
"Identity server is": "Azonosítási kiszolgáló:",
"I have verified my email address": "Ellenőriztem az e-mail címemet",
"Import": "Betöltés",
"Import E2E room keys": "E2E szoba kulcsok betöltése",
@ -1067,7 +1067,7 @@
"Confirm": "Megerősítés",
"Other servers": "Más szerverek",
"Homeserver URL": "Matrixszerver URL",
"Identity Server URL": "Azonosítási Szerver URL",
"Identity server URL": "Azonosítási Szerver URL",
"Free": "Szabad",
"Join millions for free on the largest public server": "Csatlakozzon több millió felhasználóhoz ingyen a legnagyobb nyilvános szerveren",
"Premium": "Prémium",
@ -1395,7 +1395,7 @@
"You're signed out": "Kijelentkeztél",
"Clear personal data": "Személyes adatok törlése",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Kérlek mond el nekünk mi az ami nem működött, vagy még jobb, ha egy GitHub jegyben leírod a problémát.",
"Identity Server": "Azonosítási szerver",
"Identity server": "Azonosítási szerver",
"Find others by phone or email": "Keress meg másokat telefonszám vagy e-mail cím alapján",
"Be found by phone or email": "Legyél megtalálható telefonszámmal vagy e-mail címmel",
"Use bots, bridges, widgets and sticker packs": "Használj botokoat, hidakat, kisalkalmazásokat és matricákat",
@ -1413,9 +1413,9 @@
"Accept <policyLink /> to continue:": "<policyLink /> elfogadása a továbblépéshez:",
"ID": "Azonosító",
"Public Name": "Nyilvános név",
"Identity Server URL must be HTTPS": "Az Azonosítási Szerver URL-jének HTTPS-nek kell lennie",
"Not a valid Identity Server (status code %(code)s)": "Az Azonosítási Szerver nem érvényes (státusz kód: %(code)s)",
"Could not connect to Identity Server": "Az Azonosítási Szerverhez nem lehet csatlakozni",
"Identity server URL must be HTTPS": "Az Azonosítási Szerver URL-jének HTTPS-nek kell lennie",
"Not a valid identity server (status code %(code)s)": "Az Azonosítási Szerver nem érvényes (státusz kód: %(code)s)",
"Could not connect to identity server": "Az Azonosítási Szerverhez nem lehet csatlakozni",
"Checking server": "Szerver ellenőrzése",
"Terms of service not accepted or the identity server is invalid.": "A felhasználási feltételek nincsenek elfogadva vagy az azonosítási szerver nem érvényes.",
"Identity server has no terms of service": "Az azonosítási kiszolgálónak nincsenek felhasználási feltételei",
@ -1423,7 +1423,7 @@
"Only continue if you trust the owner of the server.": "Csak akkor lépj tovább, ha megbízol a kiszolgáló tulajdonosában.",
"Disconnect from the identity server <idserver />?": "Bontod a kapcsolatot ezzel az azonosítási szerverrel: <idserver />?",
"Disconnect": "Kapcsolat bontása",
"Identity Server (%(server)s)": "Azonosítási kiszolgáló (%(server)s)",
"Identity server (%(server)s)": "Azonosítási kiszolgáló (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "A kapcsolatok kereséséhez és hogy megtalálják az ismerősei, ezt a kiszolgálót használja: <server></server>. A használt azonosítási kiszolgálót alább tudja megváltoztatni.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Jelenleg nem használsz azonosítási szervert. Ahhoz, hogy e-mail cím, vagy egyéb azonosító alapján megtalálhassanak az ismerőseid, vagy te megtalálhasd őket, be kell állítanod egy azonosítási szervert.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Ha az azonosítási szerverrel bontod a kapcsolatot az azt fogja eredményezni, hogy más felhasználók nem találnak rád és nem tudsz másokat meghívni e-mail cím vagy telefonszám alapján.",

View file

@ -335,7 +335,7 @@
"Account": "Notandaaðgangur",
"Access Token:": "Aðgangsteikn:",
"click to reveal": "smelltu til að birta",
"Identity Server is": "Auðkennisþjónn er",
"Identity server is": "Auðkennisþjónn er",
"%(brand)s version:": "Útgáfa %(brand)s:",
"olm version:": "Útgáfa olm:",
"Failed to send email": "Mistókst að senda tölvupóst",

View file

@ -589,7 +589,7 @@
"Profile": "Profilo",
"click to reveal": "clicca per mostrare",
"Homeserver is": "L'homeserver è",
"Identity Server is": "Il server di identità è",
"Identity server is": "Il server di identità è",
"%(brand)s version:": "versione %(brand)s:",
"olm version:": "versione olm:",
"Failed to send email": "Invio dell'email fallito",
@ -1202,7 +1202,7 @@
"Confirm": "Conferma",
"Other servers": "Altri server",
"Homeserver URL": "URL homeserver",
"Identity Server URL": "URL server identità",
"Identity server URL": "URL server identità",
"Free": "Gratuito",
"Join millions for free on the largest public server": "Unisciti gratis a milioni nel più grande server pubblico",
"Premium": "Premium",
@ -1395,7 +1395,7 @@
"Sign in and regain access to your account.": "Accedi ed ottieni l'accesso al tuo account.",
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Non puoi accedere al tuo account. Contatta l'admin del tuo homeserver per maggiori informazioni.",
"Clear personal data": "Elimina dati personali",
"Identity Server": "Server identità",
"Identity server": "Server identità",
"Find others by phone or email": "Trova altri per telefono o email",
"Be found by phone or email": "Trovato per telefono o email",
"Use bots, bridges, widgets and sticker packs": "Usa bot, bridge, widget e pacchetti di adesivi",
@ -1410,13 +1410,13 @@
"Actions": "Azioni",
"Displays list of commands with usages and descriptions": "Visualizza l'elenco dei comandi con usi e descrizioni",
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Consenti al server di assistenza alle chiamate di fallback turn.matrix.org quando il tuo homeserver non ne offre uno (il tuo indirizzo IP verrà condiviso durante una chiamata)",
"Identity Server URL must be HTTPS": "L'URL di Identita' Server deve essere HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Non è un server di identità valido (codice di stato %(code)s)",
"Could not connect to Identity Server": "Impossibile connettersi al server di identità",
"Identity server URL must be HTTPS": "L'URL di Identita' Server deve essere HTTPS",
"Not a valid Identity server (status code %(code)s)": "Non è un server di identità valido (codice di stato %(code)s)",
"Could not connect to identity server": "Impossibile connettersi al server di identità",
"Checking server": "Controllo del server",
"Disconnect from the identity server <idserver />?": "Disconnettere dal server di identità <idserver />?",
"Disconnect": "Disconnetti",
"Identity Server (%(server)s)": "Server di identità (%(server)s)",
"Identity server (%(server)s)": "Server di identità (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Stai attualmente usando <server></server> per trovare ed essere trovabile dai contatti esistenti che conosci. Puoi cambiare il tuo server di identità sotto.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Attualmente non stai usando un server di identità. Per trovare ed essere trovabile dai contatti esistenti che conosci, aggiungine uno sotto.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "La disconnessione dal tuo server di identità significa che non sarai trovabile da altri utenti e non potrai invitare nessuno per email o telefono.",
@ -1476,11 +1476,11 @@
"This invite to %(roomName)s was sent to %(email)s": "Questo invito per %(roomName)s è stato inviato a %(email)s",
"Use an identity server in Settings to receive invites directly in %(brand)s.": "Usa un server di identià nelle impostazioni per ricevere inviti direttamente in %(brand)s.",
"Share this email in Settings to receive invites directly in %(brand)s.": "Condividi questa email nelle impostazioni per ricevere inviti direttamente in %(brand)s.",
"Change identity server": "Cambia Identity Server",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Disconnettersi dall'Identity Server <current /> e connettesi invece a <new />?",
"Disconnect identity server": "Disconnetti dall'Identity Server",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Stai ancora <b> fornendo le tue informazioni personali </b> sull'Identity Server <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Ti suggeriamo di rimuovere il tuo indirizzo email e numero di telefono dall'Identity Server prima di disconnetterti.",
"Change identity server": "Cambia identity server",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Disconnettersi dall'identity server <current /> e connettesi invece a <new />?",
"Disconnect identity server": "Disconnetti dall'identity server",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Stai ancora <b> fornendo le tue informazioni personali </b> sull'identity server <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Ti suggeriamo di rimuovere il tuo indirizzo email e numero di telefono dall'identity server prima di disconnetterti.",
"Disconnect anyway": "Disconnetti comunque",
"Error changing power level requirement": "Errore nella modifica del livello dei permessi",
"An error occurred changing the room's power level requirements. Ensure you have sufficient permissions and try again.": "C'é stato un errore nel cambio di libelli dei permessi. Assicurati di avere i permessi necessari e riprova.",

View file

@ -826,7 +826,7 @@
"Access Token:": "アクセストークン:",
"click to reveal": "クリックすると表示されます",
"Homeserver is": "ホームサーバー:",
"Identity Server is": "ID サーバー:",
"Identity server is": "ID サーバー:",
"%(brand)s version:": "%(brand)s のバージョン:",
"olm version:": "olm のバージョン:",
"Failed to send email": "メールを送信できませんでした",
@ -1668,10 +1668,10 @@
"Size must be a number": "サイズには数値を指定してください",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "identity サーバーから切断すると、連絡先を使ってユーザを見つけたり見つけられたり招待したりできなくなります。",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "現在 identity サーバーを使用していません。連絡先を使ってユーザを見つけたり見つけられたりするには identity サーバーを以下に追加します。",
"Identity Server": "identity サーバー",
"Identity server": "identity サーバー",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "連絡先の検出に <server /> ではなく他の identity サーバーを使いたい場合は以下に指定してください。",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "現在 <server></server> を使用して、連絡先を検出可能にしています。以下で identity サーバーを変更できます。",
"Identity Server (%(server)s)": "identity サーバー (%(server)s)",
"Identity server (%(server)s)": "identity サーバー (%(server)s)",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "切断する前に、identity サーバーからメールアドレスと電話番号を削除することをお勧めします。",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "まだ identity サーバー <idserver /> で<b>個人データを共有</b>しています。",
"Disconnect anyway": "とにかく切断します",
@ -1688,9 +1688,9 @@
"Disconnect from the identity server <current /> and connect to <new /> instead?": "identity サーバー <current /> から切断して <new /> に接続しますか?",
"Change identity server": "identity サーバーを変更する",
"Checking server": "サーバーをチェックしています",
"Could not connect to Identity Server": "identity サーバーに接続できませんでした",
"Not a valid Identity Server (status code %(code)s)": "有効な identity サーバーではありません (ステータスコード %(code)s)",
"Identity Server URL must be HTTPS": "identityサーバーのURLは HTTPS スキーマである必要があります",
"Could not connect to identity server": "identity サーバーに接続できませんでした",
"Not a valid identity server (status code %(code)s)": "有効な identity サーバーではありません (ステータスコード %(code)s)",
"Identity server URL must be HTTPS": "identityサーバーのURLは HTTPS スキーマである必要があります",
"not ready": "準備ができていない",
"ready": "準備ができました",
"unexpected type": "unexpected type",

View file

@ -1608,7 +1608,7 @@
"Discovery": "Tagrut",
"Help & About": "Tallalt & Ɣef",
"Homeserver is": "Aqeddac agejdan d",
"Identity Server is": "Aqeddac n timagit d",
"Identity server is": "Aqeddac n timagit d",
"Access Token:": "Ajuṭu n unekcum:",
"click to reveal": "sit i ubeggen",
"Labs": "Tinarimin",
@ -1821,8 +1821,8 @@
"Enable inline URL previews by default": "Rmed tiskanin n URL srid s wudem amezwer",
"Enable URL previews for this room (only affects you)": "Rmed tiskanin n URL i texxamt-a (i ak·akem-yeɛnan kan)",
"Enable widget screenshots on supported widgets": "Rmed tuṭṭfiwin n ugdil n uwiǧit deg yiwiǧiten yettwasferken",
"Identity Server (%(server)s)": "Aqeddac n timagit (%(server)s)",
"Identity Server": "Aqeddac n timagit",
"Identity server (%(server)s)": "Aqeddac n timagit (%(server)s)",
"Identity server": "Aqeddac n timagit",
"Enter a new identity server": "Sekcem aqeddac n timagit amaynut",
"No update available.": "Ulac lqem i yellan.",
"Hey you. You're the best!": "Kečč·kemm. Ulac win i ak·akem-yifen!",
@ -1931,7 +1931,7 @@
"Please review and accept the policies of this homeserver:": "Ttxil-k·m senqed syen qbel tisertiyin n uqeddac-a agejdan:",
"An email has been sent to %(emailAddress)s": "Yettwazen yimayl ɣer %(emailAddress)s",
"Token incorrect": "Ajuṭu d arameɣtu",
"Identity Server URL": "URL n uqeddac n timagit",
"Identity server URL": "URL n uqeddac n timagit",
"Other servers": "Iqeddacen wiya",
"Sign in to your Matrix account on %(serverName)s": "Qqen ɣer umiḍan-ik·im n Matrix deg %(serverName)s",
"Sorry, your browser is <b>not</b> able to run %(brand)s.": "Suref-aɣ, iminig-ik·im <b>ur yezmir ara</b> ad iseddu %(brand)s.",
@ -1970,9 +1970,9 @@
"There are advanced notifications which are not shown here.": "Llan yilɣa leqqayen ur d-nettwaskan ara da.",
"You might have configured them in a client other than %(brand)s. You cannot tune them in %(brand)s but they still apply.": "Ahat tsewleḍ-ten deg yimsaɣ-nniḍen mačči deg %(brand)s. Ur tezmireḍ ara ad ten-tṣeggmeḍ deg %(brand)s maca mazal-iten teddun.",
"Show message in desktop notification": "Sken-d iznan deg yilɣa n tnarit",
"Identity Server URL must be HTTPS": "URL n uqeddac n timagit ilaq ad yili d HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Aqeddac n timagit mačči d ameɣtu (status code %(code)s)",
"Could not connect to Identity Server": "Ur izmir ara ad yeqqen ɣer uqeddac n timagit",
"Identity server URL must be HTTPS": "URL n uqeddac n timagit ilaq ad yili d HTTPS",
"Not a valid identity server (status code %(code)s)": "Aqeddac n timagit mačči d ameɣtu (status code %(code)s)",
"Could not connect to identity server": "Ur izmir ara ad yeqqen ɣer uqeddac n timagit",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Ffeɣ seg tuqqna n uqeddac n timagit <current /> syen qqen ɣer <new /> deg wadeg-is?",
"Terms of service not accepted or the identity server is invalid.": "Tiwtilin n uqeddac ur ttwaqbalent ara neɣ aqeddac n timagit d arameɣtu.",
"The identity server you have chosen does not have any terms of service.": "Aqeddac n timagit i tferneḍ ulac akk ɣer-s tiwtilin n uqeddac.",

View file

@ -130,7 +130,7 @@
"Historical": "기록",
"Home": "홈",
"Homeserver is": "홈서버:",
"Identity Server is": "ID 서버:",
"Identity server is": "ID 서버:",
"I have verified my email address": "이메일 주소를 인증했습니다",
"Import": "가져오기",
"Import E2E room keys": "종단간 암호화 방 키 불러오기",
@ -1060,9 +1060,9 @@
"Profile picture": "프로필 사진",
"<a>Upgrade</a> to your own domain": "자체 도메인을 <a>업그레이드</a>하기",
"Display Name": "표시 이름",
"Identity Server URL must be HTTPS": "ID 서버 URL은 HTTPS이어야 함",
"Not a valid Identity Server (status code %(code)s)": "올바르지 않은 ID 서버 (상태 코드 %(code)s)",
"Could not connect to Identity Server": "ID 서버에 연결할 수 없음",
"Identity server URL must be HTTPS": "ID 서버 URL은 HTTPS이어야 함",
"Not a valid identity server (status code %(code)s)": "올바르지 않은 ID 서버 (상태 코드 %(code)s)",
"Could not connect to identity server": "ID 서버에 연결할 수 없음",
"Checking server": "서버 확인 중",
"Terms of service not accepted or the identity server is invalid.": "서비스 약관에 동의하지 않거나 ID 서버가 올바르지 않습니다.",
"Identity server has no terms of service": "ID 서버에 서비스 약관이 없음",
@ -1070,10 +1070,10 @@
"Only continue if you trust the owner of the server.": "서버의 관리자를 신뢰하는 경우에만 계속하세요.",
"Disconnect from the identity server <idserver />?": "ID 서버 <idserver />(으)로부터 연결을 끊겠습니까?",
"Disconnect": "연결 끊기",
"Identity Server (%(server)s)": "ID 서버 (%(server)s)",
"Identity server (%(server)s)": "ID 서버 (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "현재 <server></server>을(를) 사용하여 알고 있는 기존 연락처 사람들을 검색하거나 사람들이 당신을 검색할 수 있습니다. 아래에서 ID 서버를 변경할 수 있습니다.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "알고 있는 기존 연락처 사람들을 검색하거나 사람들이 당신을 검색할 수 있는 <server />을(를) 쓰고 싶지 않다면, 아래에 다른 ID 서버를 입력하세요.",
"Identity Server": "ID 서버",
"Identity server": "ID 서버",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "현재 ID 서버를 사용하고 있지 않습니다. 알고 있는 기존 연락처 사람들을 검색하거나 사람들이 당신을 검색하려면, 아래에 하나를 추가하세요.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "ID 서버로부터 연결을 끊으면 다른 사용자에게 검색될 수 없고, 이메일과 전화번호로 다른 사람을 초대할 수 없게 됩니다.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "ID 서버를 사용하는 것은 선택입니다. ID 서버를 사용하지 않는다면, 다른 사용자에게 검색될 수 없고, 이메일과 전화번호로 다른 사람을 초대할 수 없게 됩니다.",
@ -1373,7 +1373,7 @@
"Enter your custom homeserver URL <a>What does this mean?</a>": "맞춤 홈서버 URL을 입력 <a>무엇을 의미하나요?</a>",
"Homeserver URL": "홈서버 URL",
"Enter your custom identity server URL <a>What does this mean?</a>": "맞춤 ID 서버 URL을 입력 <a>무엇을 의미하나요?</a>",
"Identity Server URL": "ID 서버 URL",
"Identity server URL": "ID 서버 URL",
"Other servers": "다른 서버",
"Free": "무료",
"Join millions for free on the largest public server": "가장 넓은 공개 서버에 수 백 만명이 무료로 등록함",

View file

@ -1165,9 +1165,9 @@
"Confirm adding phone number": "Patvirtinkite telefono numerio pridėjimą",
"Click the button below to confirm adding this phone number.": "Paspauskite žemiau esantį mygtuką, kad patvirtintumėte šio numerio pridėjimą.",
"Match system theme": "Suderinti su sistemos tema",
"Identity Server URL must be HTTPS": "Tapatybės Serverio URL privalo būti HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Netinkamas Tapatybės Serveris (statuso kodas %(code)s)",
"Could not connect to Identity Server": "Nepavyko prisijungti prie Tapatybės Serverio",
"Identity server URL must be HTTPS": "Tapatybės Serverio URL privalo būti HTTPS",
"Not a valid identity server (status code %(code)s)": "Netinkamas Tapatybės Serveris (statuso kodas %(code)s)",
"Could not connect to identity server": "Nepavyko prisijungti prie Tapatybės Serverio",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Atsijungti nuo <current /> tapatybės serverio ir jo vietoje prisijungti prie <new />?",
"Terms of service not accepted or the identity server is invalid.": "Nesutikta su paslaugų teikimo sąlygomis arba tapatybės serveris yra klaidingas.",
"The identity server you have chosen does not have any terms of service.": "Jūsų pasirinktas tapatybės serveris neturi jokių paslaugų teikimo sąlygų.",
@ -1177,7 +1177,7 @@
"check your browser plugins for anything that might block the identity server (such as Privacy Badger)": "patikrinti ar tarp jūsų naršyklės įskiepių nėra nieko kas galėtų blokuoti tapatybės serverį (pavyzdžiui \"Privacy Badger\")",
"contact the administrators of identity server <idserver />": "susisiekti su tapatybės serverio <idserver /> administratoriais",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Jūs vis dar <b>dalijatės savo asmeniniais duomenimis</b> tapatybės serveryje <idserver />.",
"Identity Server (%(server)s)": "Tapatybės Serveris (%(server)s)",
"Identity server (%(server)s)": "Tapatybės Serveris (%(server)s)",
"Enter a new identity server": "Pridėkite naują tapatybės serverį",
"Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.": "Naudokite Integracijų Tvarkytuvą <b>(%(serverName)s)</b> botų, valdiklių ir lipdukų pakuočių tvarkymui.",
"Use an Integration Manager to manage bots, widgets, and sticker packs.": "Naudokite Integracijų Tvarkytuvą botų, valdiklių ir lipdukų pakuočių tvarkymui.",
@ -1479,12 +1479,12 @@
"Connect this session to Key Backup": "Prijungti šį seansą prie Atsarginės Raktų Kopijos",
"Backup key stored: ": "Atsarginės kopijos raktas saugomas: ",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Tam, kad galėtumėte rasti ir tam, kad būtumėte randamas esamų, jums žinomų kontaktų, jūs šiuo metu naudojate <server></server> tapatybės serverį. Jį pakeisti galite žemiau.",
"Identity Server": "Tapatybės Serveris",
"Identity server": "Tapatybės Serveris",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Šiuo metu jūs nenaudojate tapatybės serverio. Tam, kad galėtumėte rasti ir tam, kad būtumėte randamas esamų, jums žinomų kontaktų, pridėkite jį žemiau.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Atsijungimas nuo tapatybės serverio reikš, kad jūs nebebūsite randamas kitų vartotojų ir jūs nebegalėsite pakviesti kitų, naudodami jų el. paštą arba telefoną.",
"Appearance": "Išvaizda",
"Deactivate account": "Deaktyvuoti paskyrą",
"Identity Server is": "Tapatybės Serveris yra",
"Identity server is": "Tapatybės Serveris yra",
"Timeline": "Laiko juosta",
"Key backup": "Atsarginė raktų kopija",
"Where youre logged in": "Kur esate prisijungę",
@ -1494,7 +1494,7 @@
"Unable to validate homeserver/identity server": "Neįmanoma patvirtinti serverio/tapatybės serverio",
"No identity server is configured so you cannot add an email address in order to reset your password in the future.": "Nėra sukonfigūruota jokio tapatybės serverio, tad jūs negalite pridėti el. pašto adreso, tam, kad galėtumėte iš naujo nustatyti savo slaptažodį ateityje.",
"Enter your custom identity server URL <a>What does this mean?</a>": "Įveskite savo pasirinktinio tapatybės serverio URL <a>Ką tai reiškia?</a>",
"Identity Server URL": "Tapatybės serverio URL",
"Identity server URL": "Tapatybės serverio URL",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Bandyta įkelti konkrečią vietą šio kambario laiko juostoje, bet jūs neturite leidimo peržiūrėti tos žinutės.",
"Failed to load timeline position": "Nepavyko įkelti laiko juostos pozicijos",
"Your Matrix account on %(serverName)s": "Jūsų Matrix paskyra %(serverName)s serveryje",

View file

@ -115,7 +115,7 @@
"Historical": "Bijušie",
"Home": "Mājup",
"Homeserver is": "Bāzes serveris ir",
"Identity Server is": "Indentifikācijas serveris ir",
"Identity server is": "Indentifikācijas serveris ir",
"I have verified my email address": "Mana epasta adrese ir verificēta",
"Import": "Importēt",
"Import E2E room keys": "Importēt E2E istabas atslēgas",

View file

@ -589,7 +589,7 @@
"Checking server": "Sjekker tjeneren",
"Change identity server": "Bytt ut identitetstjener",
"You should:": "Du burde:",
"Identity Server": "Identitetstjener",
"Identity server": "Identitetstjener",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Å bruke en identitetstjener er valgfritt. Dersom du velger å ikke bruke en identitetstjener, vil du ikke kunne oppdages av andre brukere, og du vil ikke kunne invitere andre ut i fra E-postadresse eller telefonnummer.",
"Do not use an identity server": "Ikke bruk en identitetstjener",
"Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.": "Bruk en integreringsbehandler <b>(%(serverName)s)</b> til å behandle botter, moduler, og klistremerkepakker.",
@ -768,7 +768,7 @@
"Email (optional)": "E-post (valgfritt)",
"Phone (optional)": "Telefonnummer (valgfritt)",
"Homeserver URL": "Hjemmetjener-URL",
"Identity Server URL": "Identitetstjener-URL",
"Identity server URL": "Identitetstjener-URL",
"Other servers": "Andre tjenere",
"Add a Room": "Legg til et rom",
"Add a User": "Legg til en bruker",
@ -841,7 +841,7 @@
"Back up your keys before signing out to avoid losing them.": "Ta sikkerhetskopi av nøklene dine før du logger av for å unngå å miste dem.",
"Start using Key Backup": "Begynn å bruke Nøkkelsikkerhetskopiering",
"Add an email address to configure email notifications": "Legg til en E-postadresse for å sette opp E-postvarsler",
"Identity Server (%(server)s)": "Identitetstjener (%(server)s)",
"Identity server (%(server)s)": "Identitetstjener (%(server)s)",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Hvis du ikke ønsker å bruke <server /> til å oppdage og bli oppdaget av eksisterende kontakter som du kjenner, skriv inn en annen identitetstjener nedenfor.",
"Enter a new identity server": "Skriv inn en ny identitetstjener",
"For help with using %(brand)s, click <a>here</a>.": "For å få hjelp til å bruke %(brand)s, klikk <a>her</a>.",
@ -851,7 +851,7 @@
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "For å rapportere inn et Matrix-relatert sikkerhetsproblem, vennligst less Matrix.org sine <a>Retningslinjer for sikkerhetspublisering</a>.",
"Keyboard Shortcuts": "Tastatursnarveier",
"Homeserver is": "Hjemmetjeneren er",
"Identity Server is": "Identitetstjeneren er",
"Identity server is": "Identitetstjeneren er",
"Access Token:": "Tilgangssjetong:",
"Import E2E room keys": "Importer E2E-romnøkler",
"%(brand)s collects anonymous analytics to allow us to improve the application.": "%(brand)s samler inn anonyme statistikker for å hjelpe oss med å forbedre programmet.",

View file

@ -178,7 +178,7 @@
"Historical": "Historisch",
"Home": "Thuis",
"Homeserver is": "Homeserver is",
"Identity Server is": "Identiteitsserver is",
"Identity server is": "Identiteitsserver is",
"I have verified my email address": "Ik heb mijn e-mailadres geverifieerd",
"Import": "Inlezen",
"Import E2E room keys": "E2E-gesprekssleutels importeren",
@ -1175,7 +1175,7 @@
"Confirm": "Bevestigen",
"Other servers": "Andere servers",
"Homeserver URL": "Thuisserver-URL",
"Identity Server URL": "Identiteitsserver-URL",
"Identity server URL": "Identiteitsserver-URL",
"Free": "Gratis",
"Join millions for free on the largest public server": "Neem deel aan de grootste openbare server met miljoenen anderen",
"Premium": "Premium",
@ -1393,7 +1393,7 @@
"You're signed out": "U bent uitgelogd",
"Clear personal data": "Persoonlijke gegevens wissen",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Laat ons weten wat er verkeerd is gegaan, of nog beter, maak een foutrapport aan op GitHub, waarin u het probleem beschrijft.",
"Identity Server": "Identiteitsserver",
"Identity server": "Identiteitsserver",
"Find others by phone or email": "Vind anderen via telefoonnummer of e-mailadres",
"Be found by phone or email": "Wees vindbaar via telefoonnummer of e-mailadres",
"Use bots, bridges, widgets and sticker packs": "Gebruik robots, bruggen, widgets en stickerpakketten",
@ -1406,13 +1406,13 @@
"Messages": "Berichten",
"Actions": "Acties",
"Displays list of commands with usages and descriptions": "Toont een lijst van beschikbare opdrachten, met hun gebruiken en beschrijvingen",
"Identity Server URL must be HTTPS": "Identiteitsserver-URL moet HTTPS zijn",
"Not a valid Identity Server (status code %(code)s)": "Geen geldige identiteitsserver (statuscode %(code)s)",
"Could not connect to Identity Server": "Kon geen verbinding maken met de identiteitsserver",
"Identity server URL must be HTTPS": "Identiteitsserver-URL moet HTTPS zijn",
"Not a valid identity server (status code %(code)s)": "Geen geldige identiteitsserver (statuscode %(code)s)",
"Could not connect to identity server": "Kon geen verbinding maken met de identiteitsserver",
"Checking server": "Server wordt gecontroleerd",
"Disconnect from the identity server <idserver />?": "Wilt u de verbinding met de identiteitsserver <idserver /> verbreken?",
"Disconnect": "Verbinding verbreken",
"Identity Server (%(server)s)": "Identiteitsserver (%(server)s)",
"Identity server (%(server)s)": "Identiteitsserver (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Om bekenden te kunnen vinden en voor hen vindbaar te zijn gebruikt u momenteel <server></server>. U kunt die identiteitsserver hieronder wijzigen.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "U gebruikt momenteel geen identiteitsserver. Voeg er hieronder één toe om bekenden te kunnen vinden en voor hen vindbaar te zijn.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Als u de verbinding met uw identiteitsserver verbreekt zal u niet door andere personen gevonden kunnen worden, en dat u anderen niet via e-mail of telefoon zal kunnen uitnodigen.",

View file

@ -758,7 +758,7 @@
"Account": "Brukar",
"click to reveal": "klikk for å visa",
"Homeserver is": "Heimtenaren er",
"Identity Server is": "Identitetstenaren er",
"Identity server is": "Identitetstenaren er",
"%(brand)s version:": "%(brand)s versjon:",
"olm version:": "olm versjon:",
"Failed to send email": "Fekk ikkje til å senda eposten",
@ -1373,7 +1373,7 @@
"Explore all public rooms": "Utforsk alle offentlege rom",
"Explore public rooms": "Utforsk offentlege rom",
"Use Ctrl + F to search": "Bruk Ctrl + F for søk",
"Identity Server": "Identitetstenar",
"Identity server": "Identitetstenar",
"Email Address": "E-postadresse",
"Go Back": "Gå attende",
"Notification settings": "Varslingsinnstillingar"

View file

@ -174,7 +174,7 @@
"Hangup": "Rozłącz się",
"Home": "Strona startowa",
"Homeserver is": "Serwer domowy to",
"Identity Server is": "Serwer tożsamości to",
"Identity server is": "Serwer tożsamości to",
"I have verified my email address": "Zweryfikowałem swój adres e-mail",
"Import": "Importuj",
"Import E2E room keys": "Importuj klucze pokoju E2E",
@ -1139,9 +1139,9 @@
"Start using Key Backup": "Rozpocznij z użyciem klucza kopii zapasowej",
"Add an email address to configure email notifications": "Dodaj adres poczty elektronicznej, aby skonfigurować powiadomienia pocztowe",
"Profile picture": "Obraz profilowy",
"Identity Server URL must be HTTPS": "URL serwera tożsamości musi być HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Nieprawidłowy serwer tożsamości (kod statusu %(code)s)",
"Could not connect to Identity Server": "Nie można połączyć z Serwerem Tożsamości",
"Identity server URL must be HTTPS": "URL serwera tożsamości musi być HTTPS",
"Not a valid identity server (status code %(code)s)": "Nieprawidłowy serwer tożsamości (kod statusu %(code)s)",
"Could not connect to identity server": "Nie można połączyć z Serwerem Tożsamości",
"Checking server": "Sprawdzanie serwera",
"Terms of service not accepted or the identity server is invalid.": "Warunki użytkowania nieakceptowane lub serwer tożsamości jest nieprawidłowy.",
"Identity server has no terms of service": "Serwer tożsamości nie posiada warunków użytkowania",
@ -1149,9 +1149,9 @@
"Only continue if you trust the owner of the server.": "Kontynuj tylko wtedy, gdy ufasz właścicielowi serwera.",
"Disconnect from the identity server <idserver />?": "Odłączyć od serwera tożsamości <idserver />?",
"Disconnect": "Odłącz",
"Identity Server (%(server)s)": "Serwer tożsamości (%(server)s)",
"Identity server (%(server)s)": "Serwer tożsamości (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Używasz <server></server>, aby odnajdywać i móc być odnajdywanym przez istniejące kontakty, które znasz. Możesz zmienić serwer tożsamości poniżej.",
"Identity Server": "Serwer Tożsamości",
"Identity server": "Serwer Tożsamości",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Nie używasz serwera tożsamości. Aby odkrywać i być odkrywanym przez istniejące kontakty które znasz, dodaj jeden poniżej.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Odłączenie się od serwera tożsamości oznacza, że inni nie będą mogli Cię odnaleźć ani Ty nie będziesz w stanie zaprosić nikogo za pomocą e-maila czy telefonu.",
"Enter a new identity server": "Wprowadź nowy serwer tożsamości",

View file

@ -38,7 +38,7 @@
"Hangup": "Desligar",
"Historical": "Histórico",
"Homeserver is": "Servidor padrão é",
"Identity Server is": "O servidor de identificação é",
"Identity server is": "O servidor de identificação é",
"I have verified my email address": "Eu verifiquei o meu endereço de email",
"Import E2E room keys": "Importar chave de criptografia ponta-a-ponta (E2E) da sala",
"Invalid Email Address": "Endereço de email inválido",

View file

@ -38,7 +38,7 @@
"Hangup": "Desligar",
"Historical": "Histórico",
"Homeserver is": "Servidor padrão é",
"Identity Server is": "O servidor de identificação é",
"Identity server is": "O servidor de identificação é",
"I have verified my email address": "Eu confirmei o meu endereço de e-mail",
"Import E2E room keys": "Importar chave de criptografia ponta-a-ponta (E2E) da sala",
"Invalid Email Address": "Endereço de e-mail inválido",
@ -1770,9 +1770,9 @@
"You might have configured them in a client other than %(brand)s. You cannot tune them in %(brand)s but they still apply.": "Você pode ter configurado estas opções em um aplicativo que não seja o %(brand)s. Você não pode ajustar essas opções no %(brand)s, mas elas ainda se aplicam.",
"Enable audible notifications for this session": "Ativar o som de notificações nesta sessão",
"Display Name": "Nome e sobrenome",
"Identity Server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)",
"Could not connect to Identity Server": "Não foi possível conectar-se ao Servidor de Identidade",
"Identity server URL must be HTTPS": "O link do servidor de identidade deve começar com HTTPS",
"Not a valid identity server (status code %(code)s)": "Servidor de Identidade inválido (código de status %(code)s)",
"Could not connect to identity server": "Não foi possível conectar-se ao Servidor de Identidade",
"Checking server": "Verificando servidor",
"Change identity server": "Alterar o servidor de identidade",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Desconectar-se do servidor de identidade <current /> e conectar-se em <new /> em vez disso?",
@ -1789,10 +1789,10 @@
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Você ainda está <b>compartilhando seus dados pessoais</b> no servidor de identidade <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Recomendamos que você remova seus endereços de e-mail e números de telefone do servidor de identidade antes de desconectar.",
"Go back": "Voltar",
"Identity Server (%(server)s)": "Servidor de identidade (%(server)s)",
"Identity server (%(server)s)": "Servidor de identidade (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "No momento, você está usando <server></server> para descobrir e ser descoberto pelos contatos existentes que você conhece. Você pode alterar seu servidor de identidade abaixo.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Se você não quiser usar <server /> para descobrir e ser detectável pelos contatos existentes, digite outro servidor de identidade abaixo.",
"Identity Server": "Servidor de identidade",
"Identity server": "Servidor de identidade",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "No momento, você não está usando um servidor de identidade. Para descobrir e ser descoberto pelos contatos existentes, adicione um abaixo.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Desconectar-se do servidor de identidade significa que você não poderá ser descoberto por outros usuários e não poderá convidar outras pessoas por e-mail ou número de celular.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Usar um servidor de identidade é opcional. Se você optar por não usar um servidor de identidade, não poderá ser descoberto por outros usuários e não poderá convidar outras pessoas por e-mail ou por número de celular.",
@ -2100,7 +2100,7 @@
"Set an email for account recovery. Use email to optionally be discoverable by existing contacts.": "Defina um e-mail para poder recuperar a conta. Este e-mail também pode ser usado para encontrar seus contatos.",
"Enter your custom homeserver URL <a>What does this mean?</a>": "Digite o endereço de um servidor local <a>O que isso significa?</a>",
"Homeserver URL": "Endereço do servidor local",
"Identity Server URL": "Endereço do servidor de identidade",
"Identity server URL": "Endereço do servidor de identidade",
"Other servers": "Outros servidores",
"Free": "Gratuito",
"Find other public servers or use a custom server": "Encontre outros servidores públicos ou use um servidor personalizado",

View file

@ -34,7 +34,7 @@
"Hangup": "Повесить трубку",
"Historical": "Архив",
"Homeserver is": "Домашний сервер",
"Identity Server is": "Сервер идентификации",
"Identity server is": "Сервер идентификации",
"I have verified my email address": "Я подтвердил свой email",
"Import E2E room keys": "Импорт ключей шифрования",
"Invalid Email Address": "Недопустимый email",
@ -1007,7 +1007,7 @@
"Confirm": "Подтвердить",
"Other servers": "Другие серверы",
"Homeserver URL": "URL сервера",
"Identity Server URL": "URL сервера идентификации",
"Identity server URL": "URL сервера идентификации",
"Free": "Бесплатный",
"Premium": "Премиум",
"Other": "Другие",
@ -1381,7 +1381,7 @@
"Your homeserver doesn't seem to support this feature.": "Ваш сервер, похоже, не поддерживает эту возможность.",
"Message edits": "Правки сообщения",
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Модернизация этой комнаты требует закрытие комнаты в текущем состояние и создания новой комнаты вместо неё. Чтобы упростить процесс для участников, будет сделано:",
"Identity Server": "Сервер идентификаций",
"Identity server": "Сервер идентификаций",
"Find others by phone or email": "Найти других по номеру телефона или email",
"Be found by phone or email": "Будут найдены по номеру телефона или email",
"Use bots, bridges, widgets and sticker packs": "Использовать боты, мосты, виджеты и наборы стикеров",
@ -1414,9 +1414,9 @@
"Accept <policyLink /> to continue:": "Примите <policyLink /> для продолжения:",
"ID": "ID",
"Public Name": "Публичное имя",
"Identity Server URL must be HTTPS": "URL-адрес сервера идентификации должен быть HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Неправильный Сервер идентификации (код статуса %(code)s)",
"Could not connect to Identity Server": "Не смог подключиться к серверу идентификации",
"Identity server URL must be HTTPS": "URL-адрес сервера идентификации должен быть HTTPS",
"Not a valid identity server (status code %(code)s)": "Неправильный Сервер идентификации (код статуса %(code)s)",
"Could not connect to identity server": "Не смог подключиться к серверу идентификации",
"Checking server": "Проверка сервера",
"Terms of service not accepted or the identity server is invalid.": "Условия использования не приняты или сервер идентификации недействителен.",
"Identity server has no terms of service": "Сервер идентификации не имеет условий предоставления услуг",
@ -1424,7 +1424,7 @@
"Only continue if you trust the owner of the server.": "Продолжайте, только если доверяете владельцу сервера.",
"Disconnect from the identity server <idserver />?": "Отсоединиться от сервера идентификации <idserver />?",
"Disconnect": "Отключить",
"Identity Server (%(server)s)": "Сервер идентификации (%(server)s)",
"Identity server (%(server)s)": "Сервер идентификации (%(server)s)",
"Do not use an identity server": "Не использовать сервер идентификации",
"Enter a new identity server": "Введите новый идентификационный сервер",
"Integration Manager": "Менеджер интеграции",

View file

@ -533,7 +533,7 @@
"Access Token:": "Prístupový token:",
"click to reveal": "Odkryjete kliknutím",
"Homeserver is": "Domovský server je",
"Identity Server is": "Server totožností je",
"Identity server is": "Server totožností je",
"%(brand)s version:": "Verzia %(brand)s:",
"olm version:": "Verzia olm:",
"Failed to send email": "Nepodarilo sa odoslať email",
@ -1197,7 +1197,7 @@
"Confirm": "Potvrdiť",
"Other servers": "Ostatné servery",
"Homeserver URL": "URL adresa domovského servera",
"Identity Server URL": "URL adresa servera totožností",
"Identity server URL": "URL adresa servera totožností",
"Free": "Zdarma",
"Join millions for free on the largest public server": "Pripojte sa k mnohým používateľom najväčšieho verejného domovského servera zdarma",
"Premium": "Premium",
@ -1270,9 +1270,9 @@
"Accept <policyLink /> to continue:": "Ak chcete pokračovať, musíte prijať <policyLink />:",
"ID": "ID",
"Public Name": "Verejný názov",
"Identity Server URL must be HTTPS": "URL adresa servera totožností musí začínať HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Toto nie je funkčný server totožností (kód stavu %(code)s)",
"Could not connect to Identity Server": "Nie je možné sa pripojiť k serveru totožností",
"Identity server URL must be HTTPS": "URL adresa servera totožností musí začínať HTTPS",
"Not a valid identity server (status code %(code)s)": "Toto nie je funkčný server totožností (kód stavu %(code)s)",
"Could not connect to identity server": "Nie je možné sa pripojiť k serveru totožností",
"Checking server": "Kontrola servera",
"Terms of service not accepted or the identity server is invalid.": "Neprijali ste Podmienky poskytovania služby alebo to nie je správny server.",
"Identity server has no terms of service": "Server totožností nemá žiadne podmienky poskytovania služieb",
@ -1354,10 +1354,10 @@
"Disconnect anyway": "Napriek tomu sa odpojiť",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Stále <b>zdielate vaše osobné údaje</b> so serverom totožnosti <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Odporúčame, aby ste ešte pred odpojením sa zo servera totožností odstránili vašu emailovú adresu a telefónne číslo.",
"Identity Server (%(server)s)": "Server totožností (%(server)s)",
"Identity server (%(server)s)": "Server totožností (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Momentálne na vyhľadávanie kontaktov a na možnosť byť nájdení kontaktmi ktorých poznáte používate <server></server>. Zmeniť server totožností môžete nižšie.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Ak nechcete na vyhľadávanie kontaktov a možnosť byť nájdení používať <server />, zadajte adresu servera totožností nižšie.",
"Identity Server": "Server totožností",
"Identity server": "Server totožností",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Momentálne nepoužívate žiaden server totožností. Ak chcete vyhľadávať kontakty a zároveň umožniť ostatným vašim kontaktom, aby mohli nájsť vás, nastavte si server totožností nižšie.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Ak sa odpojíte od servera totožností, vaše kontakty vás nebudú môcť nájsť a ani vy nebudete môcť pozývať používateľov zadaním emailovej adresy a telefónneho čísla.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Používanie servera totožností je voliteľné. Ak sa rozhodnete, že nebudete používať server totožností, nebudú vás vaši známi môcť nájsť a ani vy nebudete môcť pozývať používateľov zadaním emailovej adresy alebo telefónneho čísla.",

View file

@ -473,7 +473,7 @@
"Profile": "Profil",
"Account": "Llogari",
"Access Token:": "Token Hyrjesh:",
"Identity Server is": "Shërbyes Identitetesh është",
"Identity server is": "Shërbyes Identitetesh është",
"%(brand)s version:": "Version %(brand)s:",
"olm version:": "version olm:",
"The email address linked to your account must be entered.": "Duhet dhënë adresa email e lidhur me llogarinë tuaj.",
@ -1061,7 +1061,7 @@
"Confirm": "Ripohojeni",
"Other servers": "Shërbyes të tjerë",
"Homeserver URL": "URL Shërbyesi Home",
"Identity Server URL": "URL Shërbyesi Identitetesh",
"Identity server URL": "URL Shërbyesi Identitetesh",
"Free": "Falas",
"Join millions for free on the largest public server": "Bashkojuni milionave, falas, në shërbyesin më të madh publik",
"Premium": "Me Pagesë",
@ -1398,7 +1398,7 @@
"Removing…": "Po hiqet…",
"Share User": "Ndani Përdorues",
"Command Help": "Ndihmë Urdhri",
"Identity Server": "Shërbyes Identitetesh",
"Identity server": "Shërbyes Identitetesh",
"Find others by phone or email": "Gjeni të tjerë përmes telefoni ose email-i",
"Be found by phone or email": "Bëhuni i gjetshëm përmes telefoni ose email-i",
"Use bots, bridges, widgets and sticker packs": "Përdorni robotë, ura, widget-e dhe paketa ngjitësish",
@ -1415,13 +1415,13 @@
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "Smund të bëni hyrjen në llogarinë tuaj. Ju lutemi, për më tepër hollësi, lidhuni me përgjegjësin e shërbyesit tuaj Home.",
"Clear personal data": "Spastro të dhëna personale",
"Spanner": "Çelës",
"Identity Server URL must be HTTPS": "URL-ja e Shërbyesit të Identiteteve duhet të jetë HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Shërbyes Identitetesh i pavlefshëm (kod gjendjeje %(code)s)",
"Could not connect to Identity Server": "Su lidh dot me Shërbyes Identitetesh",
"Identity server URL must be HTTPS": "URL-ja e Shërbyesit të Identiteteve duhet të jetë HTTPS",
"Not a valid identity server (status code %(code)s)": "Shërbyes Identitetesh i pavlefshëm (kod gjendjeje %(code)s)",
"Could not connect to identity server": "Su lidh dot me Shërbyes Identitetesh",
"Checking server": "Po kontrollohet shërbyesi",
"Disconnect from the identity server <idserver />?": "Të shkëputet prej shërbyesit të identiteteve <idserver />?",
"Disconnect": "Shkëputu",
"Identity Server (%(server)s)": "Shërbyes Identitetesh (%(server)s)",
"Identity server (%(server)s)": "Shërbyes Identitetesh (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Jeni duke përdorur <server></server> për të zbuluar dhe për tu zbuluar nga kontakte ekzistues që njihni. Shërbyesin tuaj të identiteteve mund ta ndryshoni më poshtë.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Spo përdorni ndonjë shërbyes identitetesh. Që të zbuloni dhe të jeni i zbulueshëm nga kontakte ekzistues që njihni, shtoni një të tillë më poshtë.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Shkëputja prej shërbyesit tuaj të identiteteve do të thotë se sdo të jeni i zbulueshëm nga përdorues të tjerë dhe sdo të jeni në gjendje të ftoni të tjerë përmes email-i apo telefoni.",

View file

@ -589,7 +589,7 @@
"Access Token:": "Приступни жетон:",
"click to reveal": "кликни за приказ",
"Homeserver is": "Домаћи сервер је",
"Identity Server is": "Идентитетски сервер је",
"Identity server is": "Идентитетски сервер је",
"%(brand)s version:": "%(brand)s издање:",
"olm version:": "olm издање:",
"Failed to send email": "Нисам успео да пошаљем мејл",
@ -846,7 +846,7 @@
"Find other public servers or use a custom server": "Пронађите друге јавне сервере или користите прилагођени сервер",
"Other servers": "Други сервери",
"Homeserver URL": "Адреса кућног сервера",
"Identity Server URL": "Адреса идентитетског сервера",
"Identity server URL": "Адреса идентитетског сервера",
"Next": "Следеће",
"Sign in instead": "Пријава са постојећим налогом",
"Create your account": "Направите ваш налог",

View file

@ -115,7 +115,7 @@
"Historical": "Historiska",
"Home": "Hem",
"Homeserver is": "Hemservern är",
"Identity Server is": "Identitetsservern är",
"Identity server is": "Identitetsservern är",
"I have verified my email address": "Jag har verifierat min e-postadress",
"Import": "Importera",
"Import E2E room keys": "Importera rumskrypteringsnycklar",
@ -1057,7 +1057,7 @@
"Confirm": "Bekräfta",
"Other servers": "Andra servrar",
"Homeserver URL": "Hemserver-URL",
"Identity Server URL": "Identitetsserver-URL",
"Identity server URL": "Identitetsserver-URL",
"Free": "Gratis",
"Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern",
"Premium": "Premium",
@ -1242,9 +1242,9 @@
"Accept <policyLink /> to continue:": "Acceptera <policyLink /> för att fortsätta:",
"ID": "ID",
"Public Name": "Offentligt namn",
"Identity Server URL must be HTTPS": "URL för identitetsserver måste vara HTTPS",
"Not a valid Identity Server (status code %(code)s)": "Inte en giltig identitetsserver (statuskod %(code)s)",
"Could not connect to Identity Server": "Kunde inte ansluta till identitetsservern",
"Identity server URL must be HTTPS": "URL för identitetsserver måste vara HTTPS",
"Not a valid identity server (status code %(code)s)": "Inte en giltig identitetsserver (statuskod %(code)s)",
"Could not connect to identity server": "Kunde inte ansluta till identitetsservern",
"Checking server": "Kontrollerar servern",
"Change identity server": "Byt identitetsserver",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "Koppla ifrån från identitetsservern <current /> och anslut till <new /> istället?",
@ -1255,10 +1255,10 @@
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "Du <b>delar fortfarande dina personuppgifter</b> på identitetsservern <idserver />.",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Vi rekommenderar att du tar bort dina e-postadresser och telefonnummer från identitetsservern innan du kopplar från.",
"Disconnect anyway": "Koppla ifrån ändå",
"Identity Server (%(server)s)": "Identitetsserver (%(server)s)",
"Identity server (%(server)s)": "Identitetsserver (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Du använder för närvarande <server></server> för att upptäcka och upptäckas av befintliga kontakter som du känner. Du kan byta din identitetsserver nedan.",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "Om du inte vill använda <server /> för att upptäcka och upptäckas av befintliga kontakter som du känner, ange en annan identitetsserver nedan.",
"Identity Server": "Identitetsserver",
"Identity server": "Identitetsserver",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Du använder för närvarande inte en identitetsserver. Lägg till en nedan om du vill upptäcka och bli upptäckbar av befintliga kontakter som du känner.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Att koppla ifrån din identitetsserver betyder att du inte kan upptäckas av andra användare och att du inte kommer att kunna bjuda in andra via e-post eller telefon.",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Att använda en identitetsserver är valfritt. Om du väljer att inte använda en identitetsserver kan du inte upptäckas av andra användare och inte heller bjuda in andra via e-post eller telefon.",

View file

@ -106,7 +106,7 @@
"Hangup": "วางสาย",
"Historical": "ประวัติแชทเก่า",
"Homeserver is": "เซิร์ฟเวอร์บ้านคือ",
"Identity Server is": "เซิร์ฟเวอร์ระบุตัวตนคือ",
"Identity server is": "เซิร์ฟเวอร์ระบุตัวตนคือ",
"I have verified my email address": "ฉันยืนยันที่อยู่อีเมลแล้ว",
"Import": "นำเข้า",
"Incorrect username and/or password.": "ชื่อผู้ใช้และ/หรือรหัสผ่านไม่ถูกต้อง",

View file

@ -115,7 +115,7 @@
"Historical": "Tarihi",
"Home": "Ev",
"Homeserver is": "Ana Sunucusu",
"Identity Server is": "Kimlik Sunucusu",
"Identity server is": "Kimlik Sunucusu",
"I have verified my email address": "E-posta adresimi doğruladım",
"Import": "İçe Aktar",
"Import E2E room keys": "Uçtan uca Oda Anahtarlarını İçe Aktar",
@ -723,7 +723,7 @@
"Create your Matrix account on %(serverName)s": "%(serverName)s üzerinde Matrix hesabınızı oluşturun",
"Create your Matrix account on <underlinedServerName />": "<underlinedServerName /> üzerinde Matrix hesabınızı oluşturun",
"Homeserver URL": "Ana sunucu URL",
"Identity Server URL": "Kimlik Sunucu URL",
"Identity server URL": "Kimlik Sunucu URL",
"Other servers": "Diğer sunucular",
"Couldn't load page": "Sayfa yüklenemiyor",
"Add a Room": "Bir Oda Ekle",
@ -885,7 +885,7 @@
"Show message in desktop notification": "Masaüstü bildiriminde mesaj göster",
"Display Name": "Ekran Adı",
"Profile picture": "Profil resmi",
"Could not connect to Identity Server": "Kimlik Sunucusuna bağlanılamadı",
"Could not connect to identity server": "Kimlik Sunucusuna bağlanılamadı",
"Checking server": "Sunucu kontrol ediliyor",
"Change identity server": "Kimlik sunucu değiştir",
"Sorry, your homeserver is too old to participate in this room.": "Üzgünüm, ana sunucunuz bu odaya katılabilmek için oldukça eski.",
@ -940,8 +940,8 @@
"wait and try again later": "bekle ve tekrar dene",
"Disconnect anyway": "Yinede bağlantıyı kes",
"Go back": "Geri dön",
"Identity Server (%(server)s)": "(%(server)s) Kimlik Sunucusu",
"Identity Server": "Kimlik Sunucusu",
"Identity server (%(server)s)": "(%(server)s) Kimlik Sunucusu",
"Identity server": "Kimlik Sunucusu",
"Do not use an identity server": "Bir kimlik sunucu kullanma",
"Enter a new identity server": "Yeni bir kimlik sunucu gir",
"Change": "Değiştir",
@ -1046,8 +1046,8 @@
"Backup has a <validity>valid</validity> signature from this user": "Yedek bu kullanıcıdan <validity>geçerli</validity> anahtara sahip",
"Backup has a <validity>invalid</validity> signature from this user": "Yedek bu kullanıcıdan <validity>geçersiz</validity> bir anahtara sahip",
"Add an email address to configure email notifications": "E-posta bildirimlerini yapılandırmak için bir e-posta adresi ekleyin",
"Identity Server URL must be HTTPS": "Kimlik Sunucu URL adresi HTTPS olmak zorunda",
"Not a valid Identity Server (status code %(code)s)": "Geçerli bir Kimlik Sunucu değil ( durum kodu %(code)s )",
"Identity server URL must be HTTPS": "Kimlik Sunucu URL adresi HTTPS olmak zorunda",
"Not a valid identity server (status code %(code)s)": "Geçerli bir Kimlik Sunucu değil ( durum kodu %(code)s )",
"Terms of service not accepted or the identity server is invalid.": "Hizmet şartları kabuk edilmedi yada kimlik sunucu geçersiz.",
"The identity server you have chosen does not have any terms of service.": "Seçtiğiniz kimlik sunucu herhangi bir hizmet şartları sözleşmesine sahip değil.",
"Disconnect identity server": "Kimlik sunucu bağlantısını kes",

View file

@ -817,7 +817,7 @@
"Versions": "Версії",
"%(brand)s version:": "версія %(brand)s:",
"olm version:": "Версія olm:",
"Identity Server is": "Сервер ідентифікації",
"Identity server is": "Сервер ідентифікації",
"Labs": "Лабораторія",
"Customise your experience with experimental labs features. <a>Learn more</a>.": "Спробуйте експериментальні можливості. <a>Більше</a>.",
"Ignored/Blocked": "Ігноровані/Заблоковані",
@ -998,8 +998,8 @@
"Disconnect": "Відключити",
"You should:": "Вам варто:",
"Disconnect anyway": "Відключити в будь-якому випадку",
"Identity Server (%(server)s)": "Сервер ідентифікації (%(server)s)",
"Identity Server": "Сервер ідентифікації",
"Identity server (%(server)s)": "Сервер ідентифікації (%(server)s)",
"Identity server": "Сервер ідентифікації",
"Do not use an identity server": "Не використовувати сервер ідентифікації",
"Enter a new identity server": "Введіть новий сервер ідентифікації",
"Change": "Змінити",

View file

@ -482,7 +482,7 @@
"%(brand)s version:": "%(brand)s-versie:",
"olm version:": "olm-versie:",
"Homeserver is": "Thuusserver es",
"Identity Server is": "Identiteitsserver es",
"Identity server is": "Identiteitsserver es",
"Access Token:": "Toegangstoken:",
"click to reveal": "klikt vo te toogn",
"Labs": "Experimenteel",
@ -1129,7 +1129,7 @@
"Create your Matrix account on <underlinedServerName />": "Mak je Matrix-account an ip <underlinedServerName />",
"Other servers": "Andere servers",
"Homeserver URL": "Thuusserver-URL",
"Identity Server URL": "Identiteitsserver-URL",
"Identity server URL": "Identiteitsserver-URL",
"Free": "Gratis",
"Join millions for free on the largest public server": "Doe mee me miljoenen anderen ip de grotste publieke server",
"Premium": "Premium",
@ -1389,7 +1389,7 @@
"Resend removal": "Verwyderienge herverstuurn",
"Failed to re-authenticate due to a homeserver problem": "t Heranmeldn is mislukt omwille van e probleem me de thuusserver",
"Failed to re-authenticate": "t Heranmeldn is mislukt",
"Identity Server": "Identiteitsserver",
"Identity server": "Identiteitsserver",
"Find others by phone or email": "Viendt andere menschn via hunder telefongnumero of e-mailadresse",
"Be found by phone or email": "Wor gevoundn via je telefongnumero of e-mailadresse",
"Use bots, bridges, widgets and sticker packs": "Gebruukt robottn, bruggn, widgets en stickerpakkettn",
@ -1406,13 +1406,13 @@
"Messages": "Berichtn",
"Actions": "Acties",
"Displays list of commands with usages and descriptions": "Toogt e lyste van beschikboare ipdrachtn, met hunder gebruukn en beschryviengn",
"Identity Server URL must be HTTPS": "Den identiteitsserver-URL moet HTTPS zyn",
"Not a valid Identity Server (status code %(code)s)": "Geen geldigen identiteitsserver (statuscode %(code)s)",
"Could not connect to Identity Server": "Kostege geen verbindienge moakn me den identiteitsserver",
"Identity server URL must be HTTPS": "Den identiteitsserver-URL moet HTTPS zyn",
"Not a valid identity server (status code %(code)s)": "Geen geldigen identiteitsserver (statuscode %(code)s)",
"Could not connect to identity server": "Kostege geen verbindienge moakn me den identiteitsserver",
"Checking server": "Server wor gecontroleerd",
"Disconnect from the identity server <idserver />?": "Wil je de verbindienge me den identiteitsserver <idserver /> verbreekn?",
"Disconnect": "Verbindienge verbreekn",
"Identity Server (%(server)s)": "Identiteitsserver (%(server)s)",
"Identity server (%(server)s)": "Identiteitsserver (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "Je makt vo de moment gebruuk van <server></server> vo deur je contactn gevoundn te kunn wordn, en von hunder te kunn viendn. Je kut hierounder jen identiteitsserver wyzign.",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "Je makt vo de moment geen gebruuk van een identiteitsserver. Voegt der hierounder één toe vo deur je contactn gevoundn te kunn wordn en von hunder te kunn viendn.",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "De verbindienge me jen identiteitsserver verbreekn goat dervoorn zorgn da je nie mi deur andere gebruukers gevoundn goa kunn wordn, en dat andere menschn je nie via e-mail of telefong goan kunn uutnodign.",

View file

@ -44,7 +44,7 @@
"Hangup": "挂断",
"Historical": "历史",
"Homeserver is": "主服务器是",
"Identity Server is": "身份认证服务器是",
"Identity server is": "身份认证服务器是",
"I have verified my email address": "我已经验证了我的邮箱地址",
"Import E2E room keys": "导入聊天室端到端加密密钥",
"Incorrect verification code": "验证码错误",
@ -1154,7 +1154,7 @@
"Confirm": "确认",
"Other servers": "其他服务器",
"Homeserver URL": "主服务器网址",
"Identity Server URL": "身份服务器网址",
"Identity server URL": "身份服务器网址",
"Free": "免费",
"Join millions for free on the largest public server": "免费加入最大的公共服务器,成为数百万用户中的一员",
"Premium": "高级",
@ -1542,9 +1542,9 @@
"You might have configured them in a client other than %(brand)s. You cannot tune them in %(brand)s but they still apply.": "你可能在非 %(brand)s 的客户端里配置了它们。你在 %(brand)s 里无法修改它们,但它们仍然适用。",
"Enable desktop notifications for this session": "为此会话启用桌面通知",
"Enable audible notifications for this session": "为此会话启用声音通知",
"Identity Server URL must be HTTPS": "身份服务器连接必须是 HTTPS",
"Not a valid Identity Server (status code %(code)s)": "不是有效的身份服务器(状态码 %(code)s",
"Could not connect to Identity Server": "无法连接到身份服务器",
"Identity server URL must be HTTPS": "身份服务器连接必须是 HTTPS",
"Not a valid identity server (status code %(code)s)": "不是有效的身份服务器(状态码 %(code)s",
"Could not connect to identity server": "无法连接到身份服务器",
"Checking server": "检查服务器",
"Change identity server": "更改身份服务器",
"Disconnect from the identity server <current /> and connect to <new /> instead?": "从 <current /> 身份服务器断开连接并连接到 <new /> 吗?",
@ -1560,11 +1560,11 @@
"Disconnect anyway": "仍然断开连接",
"You are still <b>sharing your personal data</b> on the identity server <idserver />.": "你仍然在<b>分享你的个人信息</b>在身份服务器上<idserver />。",
"We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "我们推荐你在断开连接前从身份服务器上删除你的邮箱地址和电话号码。",
"Identity Server (%(server)s)": "身份服务器(%(server)s",
"Identity server (%(server)s)": "身份服务器(%(server)s",
"not stored": "未存储",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "你正在使用 <server></server> 以发现你认识的现存联系人并被其发现。你可以在下方更改你的身份服务器。",
"If you don't want to use <server /> to discover and be discoverable by existing contacts you know, enter another identity server below.": "如果你不想使用 <server /> 以发现你认识的现存联系人并被其发现,请在下方输入另一个身份服务器。",
"Identity Server": "身份服务器",
"Identity server": "身份服务器",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "你现在没有使用身份服务器。若想发现你认识的现存联系人并被其发现,请在下方添加一个身份服务器。",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "断开身份服务器连接意味着你将无法被其他用户发现,同时你也将无法使用电子邮件或电话邀请别人。",
"Using an identity server is optional. If you choose not to use an identity server, you won't be discoverable by other users and you won't be able to invite others by email or phone.": "使用身份服务器是可选的。如果你选择不使用身份服务器,你将不能被别的用户发现,也不能用邮箱或电话邀请别人。",

View file

@ -70,7 +70,7 @@
"Hangup": "掛斷",
"Historical": "歷史",
"Homeserver is": "主伺服器是",
"Identity Server is": "身分認證伺服器是",
"Identity server is": "身分認證伺服器是",
"I have verified my email address": "我已經驗證了我的電子郵件地址",
"Import E2E room keys": "導入聊天室端對端加密密鑰",
"Incorrect verification code": "驗證碼錯誤",
@ -1066,7 +1066,7 @@
"Confirm": "確認",
"Other servers": "其他伺服器",
"Homeserver URL": "家伺服器 URL",
"Identity Server URL": "識別伺服器 URL",
"Identity server URL": "識別伺服器 URL",
"Free": "免費",
"Join millions for free on the largest public server": "在最大的公開伺服器上免費加入數百萬人",
"Premium": "專業",
@ -1393,7 +1393,7 @@
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "請告訴我們發生了什麼錯誤,或更好的是,在 GitHub 上建立描述問題的議題。",
"Sign in and regain access to your account.": "登入並取回對您帳號的控制權。",
"You cannot sign in to your account. Please contact your homeserver admin for more information.": "您無法登入到您的帳號。請聯絡您的家伺服器管理員以取得更多資訊。",
"Identity Server": "身份識別伺服器",
"Identity server": "身份識別伺服器",
"Find others by phone or email": "透過電話或電子郵件尋找其他人",
"Be found by phone or email": "透過電話或電子郵件找到",
"Use bots, bridges, widgets and sticker packs": "使用機器人、橋接、小工具與貼紙包",
@ -1419,13 +1419,13 @@
"Please enter verification code sent via text.": "請輸入透過文字傳送的驗證碼。",
"Discovery options will appear once you have added a phone number above.": "當您在上面加入電話號碼時將會出現探索選項。",
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains.": "文字訊息將會被傳送到 +%(msisdn)s。請輸入其中包含的驗證碼。",
"Identity Server URL must be HTTPS": "身份識別伺服器 URL 必須為 HTTPS",
"Not a valid Identity Server (status code %(code)s)": "不是有效的身份識別伺服器(狀態碼 %(code)s",
"Could not connect to Identity Server": "無法連線至身份識別伺服器",
"Identity server URL must be HTTPS": "身份識別伺服器 URL 必須為 HTTPS",
"Not a valid identity server (status code %(code)s)": "不是有效的身份識別伺服器(狀態碼 %(code)s",
"Could not connect to identity server": "無法連線至身份識別伺服器",
"Checking server": "正在檢查伺服器",
"Disconnect from the identity server <idserver />?": "從身份識別伺服器 <idserver /> 斷開連線?",
"Disconnect": "斷開連線",
"Identity Server (%(server)s)": "身份識別伺服器 (%(server)s)",
"Identity server (%(server)s)": "身份識別伺服器 (%(server)s)",
"You are currently using <server></server> to discover and be discoverable by existing contacts you know. You can change your identity server below.": "您目前正在使用 <server></server> 來探索以及被您所知既有的聯絡人探索。您可以在下方變更身份識別伺服器。",
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "您目前並未使用身份識別伺服器。要探索及被您所知既有的聯絡人探索,請在下方新增一個。",
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "從您的身份識別伺服器斷開連線代表您不再能被其他使用者探索到,而且您也不能透過電子郵件或電話邀請其他人。",

View file

@ -812,7 +812,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
[UIFeature.IdentityServer]: {
supportedLevels: LEVELS_UI_FEATURE,
default: true,
// Identity Server (Discovery) Settings make no sense if 3PIDs in general are hidden
// Identity server (discovery) settings make no sense if 3PIDs in general are hidden
controller: new UIFeatureController(UIFeature.ThirdPartyID),
},
[UIFeature.ThirdPartyID]: {