From 49b7047ac98bb60393ddf336b0eea0721da3b89b Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Wed, 15 Dec 2021 23:56:46 +0100 Subject: [PATCH] Some cleanup after #469 --- .../settingsPage/SettingsUserProfile.qml | 88 +++++------------ translations/harbour-fernschreiber-de.ts | 98 ++++++++----------- translations/harbour-fernschreiber-en.ts | 98 ++++++++----------- translations/harbour-fernschreiber-es.ts | 98 ++++++++----------- translations/harbour-fernschreiber-fi.ts | 98 ++++++++----------- translations/harbour-fernschreiber-fr.ts | 98 ++++++++----------- translations/harbour-fernschreiber-hu.ts | 98 ++++++++----------- translations/harbour-fernschreiber-it.ts | 98 ++++++++----------- translations/harbour-fernschreiber-pl.ts | 98 ++++++++----------- translations/harbour-fernschreiber-ru.ts | 98 ++++++++----------- translations/harbour-fernschreiber-sk.ts | 98 ++++++++----------- translations/harbour-fernschreiber-sv.ts | 98 ++++++++----------- translations/harbour-fernschreiber-zh_CN.ts | 98 ++++++++----------- translations/harbour-fernschreiber.ts | 98 ++++++++----------- 14 files changed, 581 insertions(+), 781 deletions(-) diff --git a/qml/components/settingsPage/SettingsUserProfile.qml b/qml/components/settingsPage/SettingsUserProfile.qml index 5191256..4c3f827 100644 --- a/qml/components/settingsPage/SettingsUserProfile.qml +++ b/qml/components/settingsPage/SettingsUserProfile.qml @@ -258,79 +258,35 @@ AccordionItem { } } - SectionHeader { - horizontalAlignment: Text.AlignLeft - text: qsTr("Logged in as") - } + Column { - Row { width: parent.width - ( 2 * Theme.horizontalPageMargin ) spacing: Theme.paddingMedium - Loader { - id: userInformationLoader - active: tdLibWrapper.authorizationState === TelegramAPI.AuthorizationReady - width: parent.width / 2 - sourceComponent: Component { - Column { - width: parent.width - spacing: Theme.paddingMedium - anchors.topMargin: Theme.paddingMedium - - Text { - anchors.horizontalCenter: parent.horizontalCenter - horizontalAlignment: Text.AlignHCenter - text: Emoji.emojify(accordionContent.userInformation.first_name + " " + accordionContent.userInformation.last_name, Theme.fontSizeSmall) - font.pixelSize: Theme.fontSizeSmall - wrapMode: Text.Wrap - color: Theme.primaryColor - textFormat: Text.StyledText - anchors { - horizontalCenter: parent.horizontalCenter - } - } - - ProfileThumbnail { - photoData: ((typeof accordionContent.userInformation.profile_photo !== "undefined") ? accordionContent.userInformation.profile_photo.small : {}) - anchors.horizontalCenter: parent.horizontalCenter - width: Theme.itemSizeSmall - height: Theme.itemSizeSmall - replacementStringHint: accordionContent.userInformation.first_name + " " + accordionContent.userInformation.last_name - anchors { - horizontalCenter: parent.horizontalCenter - } - } - - Label { - width: accordionContent.width / 2 - Theme.horizontalPageMargin - anchors.horizontalCenter: parent.horizontalCenter - horizontalAlignment: Text.AlignHCenter - text: qsTr("Phone number: +%1").arg(accordionContent.userInformation.phone_number) - font.pixelSize: Theme.fontSizeSmall - wrapMode: Text.Wrap - anchors { - horizontalCenter: parent.horizontalCenter - } - } - } + Label { + width: parent.width + height: Theme.fontSizeExtraLarge + anchors.horizontalCenter: parent.horizontalCenter + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignBottom + text: qsTr("Phone number: +%1").arg(accordionContent.userInformation.phone_number) + font.pixelSize: Theme.fontSizeSmall + wrapMode: Text.Wrap + anchors { + horizontalCenter: parent.horizontalCenter } } - BackgroundItem { - id: logOutItem - width: parent.width / 2 - height: userInformationLoader.height - anchors.verticalCenter: parent.verticalCenter - enabled: userInformationLoader.status == Loader.Ready - Button { - id: logOutButton - text: qsTr("Log Out") - anchors.centerIn: parent - onClicked: Remorse.popupAction(settingsPage, qsTr("Logged out"), function() { - tdLibWrapper.logout(); - pageStack.pop(); - }); - } + + Button { + id: logOutButton + text: qsTr("Log Out") + anchors.horizontalCenter: parent.horizontalCenter + onClicked: Remorse.popupAction(settingsPage, qsTr("Logged out"), function() { + tdLibWrapper.logout(); + pageStack.pop(); + }); } + } } } diff --git a/translations/harbour-fernschreiber-de.ts b/translations/harbour-fernschreiber-de.ts index 6c640d1..c4c8635 100644 --- a/translations/harbour-fernschreiber-de.ts +++ b/translations/harbour-fernschreiber-de.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib-Version %1 - - Logged in as %1 - Angemeldet als %1 - - - Phone number: +%1 - Telefonnummer: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Dieses Projekt nutzt twemoji. Copyright 2018 Twitter, Inc. und andere Beitragende. Vielen Dank dafür, dass es unter den Bedingungen der MIT License (Coding) und CC-BY 4.0 (Grafiken) verfügbar gemacht wurde! @@ -83,18 +75,6 @@ Open rlottie on GitHub rlottie auf GitHub öffnen - - Log Out - Abmelden - - - Logged out - Abgemeldet - - - Active Sessions - Aktive Sitzungen - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Dieses Projekt nutzt OpenStreetMap Nominatim für das reverse Geokodieren von Standort-Anhängen. Vielen Dank dafür, dass es als Web-Service zur Verfügung gestellt wird! @@ -104,41 +84,6 @@ OSM Nominatim-Wiki öffnen - - ActiveSessionsPage - - Getting active sessions... - Erhalte aktive Sitzungen... - - - Active Sessions - Aktive Sitzungen - - - Session was terminated - Sitzung wurde beendet - - - Terminate Session - Sitzung beenden - - - This app - Diese App - - - IP address: %1, origin: %2 - IP-Adresse: %1, Herkunft: %2 - - - Active since: %1, last online: %2 - Aktiv seit: %1, zuletzt online: %2 - - - Terminating session - Beende Sitzung - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ Einige Inline-Bots fragen bei Nutzung Standortdaten an + + SettingsSession + + Session was terminated + Sitzung wurde beendet + + + Terminate Session + Sitzung beenden + + + This app + Diese App + + + IP address: %1, origin: %2 + IP-Adresse: %1, Herkunft: %2 + + + Active since: %1, last online: %2 + Aktiv seit: %1, zuletzt online: %2 + + + Terminating session + Beende Sitzung + + + Sessions + Sitzungen + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Lade hoch... + + Log Out + Abmelden + + + Logged out + Abgemeldet + + + Phone number: +%1 + Telefonnummer: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-en.ts b/translations/harbour-fernschreiber-en.ts index 785f109..2446300 100644 --- a/translations/harbour-fernschreiber-en.ts +++ b/translations/harbour-fernschreiber-en.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib version %1 - - Logged in as %1 - Logged in as %1 - - - Phone number: +%1 - Phone number: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Open rlottie on GitHub - - Log Out - Log Out - - - Logged out - Logged out - - - Active Sessions - Active Sessions - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! @@ -104,41 +84,6 @@ Open OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - Getting active sessions... - - - Active Sessions - Active Sessions - - - Session was terminated - Session was terminated - - - Terminate Session - Terminate Session - - - This app - This app - - - IP address: %1, origin: %2 - IP address: %1, origin: %2 - - - Active since: %1, last online: %2 - Active since: %1, last online: %2 - - - Terminating session - Terminating session - - BackgroundProgressIndicator @@ -1718,6 +1663,37 @@ messages Some inline bots request location data when using them + + SettingsSession + + Sessions + Sessions + + + Session was terminated + Session was terminated + + + Terminating session + Terminating session + + + Terminate Session + Terminate Session + + + This app + This app + + + IP address: %1, origin: %2 + IP address: %1, origin: %2 + + + Active since: %1, last online: %2 + Active since: %1, last online: %2 + + SettingsStorage @@ -1786,6 +1762,18 @@ messages Uploading... Uploading... + + Log Out + Log Out + + + Logged out + Logged out + + + Phone number: +%1 + Phone number: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-es.ts b/translations/harbour-fernschreiber-es.ts index 4d76999..83e5ceb 100644 --- a/translations/harbour-fernschreiber-es.ts +++ b/translations/harbour-fernschreiber-es.ts @@ -55,14 +55,6 @@ TDLib version %1 Versión TDLib: %1 - - Logged in as %1 - Registrado como: %1 - - - Phone number: +%1 - Número telefónico: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Este proyecto usa la librería Twemoji de Tweeter. Derechos de autor 2018 Twitter Inc, y otros colaboradores. ¡Gracias por estar disponible bajo las condiciones de la licencia MIT y CC-BY 4.0 @@ -83,18 +75,6 @@ Open rlottie on GitHub Librería Rlottie - - Log Out - Cerrar sesión - - - Logged out - Desconectado - - - Active Sessions - Sesiones activas - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Este proyecto usa la librería OpenStreetMap Nominatim para la codificación geográfica inversa de archivos adjuntos de ubicación. ¡Gracias por estar disponible como servicio web! @@ -104,41 +84,6 @@ Librería OSM Nominatim - - ActiveSessionsPage - - Getting active sessions... - Consiguiendo sesiones activas... - - - Active Sessions - Sesiones activas - - - Session was terminated - Se terminó la sesión - - - Terminate Session - Terminar sesión - - - This app - Esta apl - - - IP address: %1, origin: %2 - Dirección IP: %1, origen: %2 - - - Active since: %1, last online: %2 - Activo desde: %1, último en línea: %2 - - - Terminating session - Terminando sesión - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ Algunos Robot en línea solicitan datos de ubicación al usarlos + + SettingsSession + + Sessions + Sesiones + + + Session was terminated + Se terminó la sesión + + + Terminating session + Terminando sesión + + + Terminate Session + Terminar sesión + + + This app + Esta apl + + + IP address: %1, origin: %2 + Dirección IP: %1, origen: %2 + + + Active since: %1, last online: %2 + Activo desde: %1, último en línea: %2 + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Subiendo... + + Log Out + Cerrar sesión + + + Logged out + Desconectado + + + Phone number: +%1 + + SponsoredMessage diff --git a/translations/harbour-fernschreiber-fi.ts b/translations/harbour-fernschreiber-fi.ts index ec5ec04..8d6dc50 100644 --- a/translations/harbour-fernschreiber-fi.ts +++ b/translations/harbour-fernschreiber-fi.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib:n versio %1 - - Logged in as %1 - Kirjautunut sisään käyttäjänä %1 - - - Phone number: +%1 - Puhelinnumero: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Tämä projekti käyttää twemojia. Tekijänoikeus 2018 Twitter, Inc. ja muut tekijät. Kiitokset sen julkaisusta MIT‑ (lähdekoodi) ja CC-BY 4.0‑ (grafiikat) lisensseillä! @@ -83,18 +75,6 @@ Open rlottie on GitHub Avaa rlottie GitHubissa - - Log Out - Kirjaudu ulos - - - Logged out - Kirjattu ulos - - - Active Sessions - Aktiiviset istunnot - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! @@ -104,41 +84,6 @@ - - ActiveSessionsPage - - Getting active sessions... - Haetaan aktiivisia istuntoja... - - - Active Sessions - Aktiiviset istunnot - - - Session was terminated - Istunto suljettiin - - - Terminate Session - Sulje istunto - - - This app - Tämä sovellus - - - IP address: %1, origin: %2 - IP-osoite: %1, sijainti: %2 - - - Active since: %1, last online: %2 - Aktiivinen %1 alkaen, viimeksi paikalla: %2 - - - Terminating session - Suljetaan istuntoa - - BackgroundProgressIndicator @@ -1717,6 +1662,37 @@ Jotkin viestinsyöttöriville upotetut botit pyytävät sijaintitietoja niitä käytettäessä + + SettingsSession + + Sessions + + + + Session was terminated + Istunto suljettiin + + + Terminating session + Suljetaan istuntoa + + + Terminate Session + Sulje istunto + + + This app + Tämä sovellus + + + IP address: %1, origin: %2 + IP-osoite: %1, sijainti: %2 + + + Active since: %1, last online: %2 + Aktiivinen %1 alkaen, viimeksi paikalla: %2 + + SettingsStorage @@ -1785,6 +1761,18 @@ Uploading... Lähetetään... + + Log Out + Kirjaudu ulos + + + Logged out + Kirjattu ulos + + + Phone number: +%1 + Puhelinnumero: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-fr.ts b/translations/harbour-fernschreiber-fr.ts index 00b4d8e..c903fb7 100644 --- a/translations/harbour-fernschreiber-fr.ts +++ b/translations/harbour-fernschreiber-fr.ts @@ -55,14 +55,6 @@ TDLib version %1 Version TDLib %1 - - Logged in as %1 - Connecté en tant que %1 - - - Phone number: +%1 - Numéro de téléphone : +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Ce projet utilise twemoji. Copyright 2018 Twitter, Inc. et autres contributeurs. Merci de l'avoir distribué sous les conditions de la licence MIT (code) et CC-BY 4.0 (graphismes) ! @@ -83,18 +75,6 @@ Open rlottie on GitHub Ouvrir rlottie sur GitHub - - Log Out - Se déconnecter - - - Logged out - Déconnecté - - - Active Sessions - Sessions actives - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Ce projet utilise OpenStreetMap Nominatim pour du géocodage inversé des pièces jointes de localisation. Merci de l'avoir mis à disposition en tant que service web ! @@ -104,41 +84,6 @@ Ouvrir le Wiki OSM Nominatim - - ActiveSessionsPage - - Getting active sessions... - Obtention des sessions actives... - - - Active Sessions - Sessions actives - - - Session was terminated - La session a été terminée - - - Terminate Session - Clore la session - - - This app - Cette app - - - IP address: %1, origin: %2 - Adresse IP : %1, origine : %2 - - - Active since: %1, last online: %2 - Actif depuis : %1, en ligne : %2 - - - Terminating session - Clôture la session - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ Des bots intégrés nécessitent une localisations lors de leur utilisation + + SettingsSession + + Sessions + Sessions + + + Session was terminated + La session a été terminée + + + Terminating session + Clôture la session + + + Terminate Session + Clore la session + + + This app + Cette app + + + IP address: %1, origin: %2 + Adresse IP : %1, origine : %2 + + + Active since: %1, last online: %2 + Actif depuis : %1, en ligne : %2 + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Téléverse… + + Log Out + Se déconnecter + + + Logged out + Déconnecté + + + Phone number: +%1 + + SponsoredMessage diff --git a/translations/harbour-fernschreiber-hu.ts b/translations/harbour-fernschreiber-hu.ts index 5254d34..2272fa8 100644 --- a/translations/harbour-fernschreiber-hu.ts +++ b/translations/harbour-fernschreiber-hu.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib verzió %1 - - Logged in as %1 - Bejelentkezve mint %1 - - - Phone number: +%1 - Telefonszám: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Ez a projekt a twemoji-kat használja. Szerzői jog 2018 Twitter, Inc. és egyéb együttműködők. Köszönet amiért elérhetővé tették az MIT Licensz (programozás) és a CC-BY 4.0 (grafika) feltételei alatt! @@ -83,18 +75,6 @@ Open rlottie on GitHub - - Log Out - - - - Logged out - - - - Active Sessions - - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! @@ -104,41 +84,6 @@ - - ActiveSessionsPage - - Getting active sessions... - - - - Active Sessions - - - - Session was terminated - - - - Terminate Session - - - - This app - - - - IP address: %1, origin: %2 - - - - Active since: %1, last online: %2 - - - - Terminating session - - - BackgroundProgressIndicator @@ -1689,6 +1634,37 @@ + + SettingsSession + + Sessions + + + + Session was terminated + + + + Terminating session + + + + Terminate Session + + + + This app + + + + IP address: %1, origin: %2 + + + + Active since: %1, last online: %2 + + + SettingsStorage @@ -1757,6 +1733,18 @@ Uploading... + + Log Out + + + + Logged out + + + + Phone number: +%1 + + SponsoredMessage diff --git a/translations/harbour-fernschreiber-it.ts b/translations/harbour-fernschreiber-it.ts index 1a54a7a..6c18f29 100644 --- a/translations/harbour-fernschreiber-it.ts +++ b/translations/harbour-fernschreiber-it.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib versione %1 - - Logged in as %1 - Connesso come %1 - - - Phone number: +%1 - Telefono: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Questo progetto utilizza twemoji. Copyright 2018 Twitter, Inc. e altri collaboratori. Grazie per averle rese disponibili secondo la Licenza MIT (codice) e CC-BY 4.0 (grafica)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Apri rlottie su GitHub - - Log Out - Esci - - - Logged out - Disconnesso - - - Active Sessions - - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! @@ -104,41 +84,6 @@ - - ActiveSessionsPage - - Getting active sessions... - - - - Active Sessions - - - - Session was terminated - - - - Terminate Session - - - - This app - - - - IP address: %1, origin: %2 - - - - Active since: %1, last online: %2 - - - - Terminating session - - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ Alcuni inline bot richiedono la tua posizione mentre li usi + + SettingsSession + + Sessions + + + + Session was terminated + + + + Terminating session + + + + Terminate Session + + + + This app + + + + IP address: %1, origin: %2 + + + + Active since: %1, last online: %2 + + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Carica... + + Log Out + Esci + + + Logged out + Disconnesso + + + Phone number: +%1 + Telefono: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-pl.ts b/translations/harbour-fernschreiber-pl.ts index 635d73c..98a9e10 100644 --- a/translations/harbour-fernschreiber-pl.ts +++ b/translations/harbour-fernschreiber-pl.ts @@ -55,14 +55,6 @@ TDLib version %1 Wersja TDLib %1 - - Logged in as %1 - Zalogowany jako %1 - - - Phone number: +%1 - Numer telefonu: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Ten projekt wykorzystuje twemoji. Copyright 2018 Twitter, Inc. i inni współpracownicy. Dziękujemy za udostępnienie na warunkach Licencji MIT (kodowanie) i CC-BY 4.0 (grafika)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Otwórz rlottie na GitHub - - Log Out - Wyloguj - - - Logged out - Wylogowałeś się - - - Active Sessions - Aktywne sesje - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Ten projekt wykorzystuje OpenStreetMap Nominatim do odwrotnego geokodowania załączników lokalizacji. Dziękujemy za udostępnienie go jako usługi internetowej! @@ -104,41 +84,6 @@ Otwórz OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - Uzyskiwanie aktywnych sesji... - - - Active Sessions - Aktywne sesje - - - Session was terminated - Sesja została zakończona - - - Terminate Session - Zakończ sesję - - - This app - Ta aplikacja - - - IP address: %1, origin: %2 - Adres IP: %1, oryginalny: %2 - - - Active since: %1, last online: %2 - Aktywny od: %1, ostatnio aktywny: %2 - - - Terminating session - Kończenie sesji - - BackgroundProgressIndicator @@ -1743,6 +1688,37 @@ Niektóre roboty wbudowane żądają danych o lokalizacji podczas ich używania + + SettingsSession + + Sessions + + + + Session was terminated + Sesja została zakończona + + + Terminating session + Kończenie sesji + + + Terminate Session + Zakończ sesję + + + This app + Ta aplikacja + + + IP address: %1, origin: %2 + Adres IP: %1, oryginalny: %2 + + + Active since: %1, last online: %2 + Aktywny od: %1, ostatnio aktywny: %2 + + SettingsStorage @@ -1811,6 +1787,18 @@ Uploading... Przesyłanie... + + Log Out + Wyloguj + + + Logged out + Wylogowałeś się + + + Phone number: +%1 + Numer telefonu: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-ru.ts b/translations/harbour-fernschreiber-ru.ts index c194131..2e2b3a1 100644 --- a/translations/harbour-fernschreiber-ru.ts +++ b/translations/harbour-fernschreiber-ru.ts @@ -55,14 +55,6 @@ TDLib version %1 Версия TDLib %1 - - Logged in as %1 - Вы тут как %1 - - - Phone number: +%1 - Ваш телефон: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Этот проект использует twemoji. Copyright 2018 Twitter, Inc. и др. Спасибо, что сделали её доступной на условиях лицензии MIT License (программирование) und CC-BY 4.0 (графика)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Открыть rlottie на GitHub - - Log Out - Выйти - - - Logged out - Выход из аккаунта - - - Active Sessions - Активные сеансы - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Этот проект использует OpenStreetMap Nominatim для обратного геокодирования вложений местоположения. Спасибо, что сделали его доступным в качестве веб-сервиса! @@ -104,41 +84,6 @@ Открыть OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - Получение активных сеансов... - - - Active Sessions - Активные сеансы - - - Session was terminated - Сеанс был завершён - - - Terminate Session - Завершить сеанс - - - This app - Это приложение - - - IP address: %1, origin: %2 - IP-адрес: %1, регион: %2 - - - Active since: %1, last online: %2 - Активен с: %1, был онлайн: %2 - - - Terminating session - Завершение сеанса - - BackgroundProgressIndicator @@ -1746,6 +1691,37 @@ Некоторые инлайн-боты просят отправить свои координаты при обращении к ним + + SettingsSession + + Sessions + + + + Session was terminated + Сеанс был завершён + + + Terminating session + Завершение сеанса + + + Terminate Session + Завершить сеанс + + + This app + Это приложение + + + IP address: %1, origin: %2 + IP-адрес: %1, регион: %2 + + + Active since: %1, last online: %2 + Активен с: %1, был онлайн: %2 + + SettingsStorage @@ -1814,6 +1790,18 @@ Uploading... Отправка... + + Log Out + Выйти + + + Logged out + Выход из аккаунта + + + Phone number: +%1 + Ваш телефон: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-sk.ts b/translations/harbour-fernschreiber-sk.ts index 504d2b4..799f10e 100644 --- a/translations/harbour-fernschreiber-sk.ts +++ b/translations/harbour-fernschreiber-sk.ts @@ -55,14 +55,6 @@ TDLib version %1 Verzia TDLib %1 - - Logged in as %1 - Prihlásený ako %1 - - - Phone number: +%1 - Telefónne číslo: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Tento projekt používa twemoji. Copyright 2018 Twitter, Inc. a a ďalší prispievatelia. Vďaka za sprístupnenie podľa licencie MIT (programovanie) a CC-BY 4.0 (grafika)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Otvoriť rlottie na GitHub - - Log Out - Odhlásiť - - - Logged out - Odhlásený - - - Active Sessions - Aktívne relácie - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Tento projekt využíva OpenStreetMap Nominatim na reverzné geokódovanie príloh umiestnenia. Ďakujeme, že je sprístupnený ako webová služba! @@ -104,41 +84,6 @@ Otvorť OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - Preberanie aktívnych relácií... - - - Active Sessions - Aktívne relácie - - - Session was terminated - Relácia bola ukončená - - - Terminate Session - Ukončiť reláciu - - - This app - Táto aplikácia - - - IP address: %1, origin: %2 - IP adresa: %1, pôvod: %2 - - - Active since: %1, last online: %2 - Aktívna od: %1, naposledy pripojená: %2 - - - Terminating session - Ukončovanie relácie - - BackgroundProgressIndicator @@ -1743,6 +1688,37 @@ Niektorí inline roboti požadujú údaje o polohe ak ich používajú + + SettingsSession + + Sessions + + + + Session was terminated + Relácia bola ukončená + + + Terminating session + Ukončovanie relácie + + + Terminate Session + Ukončiť reláciu + + + This app + Táto aplikácia + + + IP address: %1, origin: %2 + IP adresa: %1, pôvod: %2 + + + Active since: %1, last online: %2 + Aktívna od: %1, naposledy pripojená: %2 + + SettingsStorage @@ -1811,6 +1787,18 @@ Uploading... Zapisovanie... + + Log Out + Odhlásiť + + + Logged out + Odhlásený + + + Phone number: +%1 + Telefónne číslo: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-sv.ts b/translations/harbour-fernschreiber-sv.ts index 17c5be0..240bde6 100644 --- a/translations/harbour-fernschreiber-sv.ts +++ b/translations/harbour-fernschreiber-sv.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib version %1 - - Logged in as %1 - Inloggad som %1 - - - Phone number: +%1 - Telefonnummer: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! Detta projekt använder twemoji. Copyright 2018 Twitter, Inc. och andra medverkande. Tack för att det gjorts tillgängligt under villkoren för MIT License (kodning) och CC-BY 4.0 (grafik)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Öppna rlottie på GitHub - - Log Out - Logga ut - - - Logged out - Utloggad - - - Active Sessions - Aktiva sessioner - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! Detta projekt använder OpenStreetMap Nominatim för omvänd geokodning av platsbilagor. Tack för att ni gjorde den tillgänglig som webbtjänst! @@ -104,41 +84,6 @@ Open OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - Hämtar aktiva sessioner... - - - Active Sessions - Aktiva sessioner - - - Session was terminated - Sessionen avbröts - - - Terminate Session - Avbryt sessionen - - - This app - Denna app - - - IP address: %1, origin: %2 - IP-adress: %1, ursprung: %2 - - - Active since: %1, last online: %2 - Aktiv sedan: %1, senast online: %2 - - - Terminating session - Avbryter session - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ Vissa infogade robotar begär platsdata när de används + + SettingsSession + + Sessions + Sessioner + + + Session was terminated + Sessionen avbröts + + + Terminating session + Avbryter session + + + Terminate Session + Avbryt sessionen + + + This app + Denna app + + + IP address: %1, origin: %2 + IP-adress: %1, ursprung: %2 + + + Active since: %1, last online: %2 + Aktiv sedan: %1, senast online: %2 + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Ladda upp... + + Log Out + Logga ut + + + Logged out + Utloggad + + + Phone number: +%1 + Telefonnummer: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber-zh_CN.ts b/translations/harbour-fernschreiber-zh_CN.ts index 3c984a7..2dcfdb8 100644 --- a/translations/harbour-fernschreiber-zh_CN.ts +++ b/translations/harbour-fernschreiber-zh_CN.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib 版本 %1 - - Logged in as %1 - 登录账号 %1 - - - Phone number: +%1 - 电话号码: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! 该项目使用 twemoji 2018 Twitter, Inc. 版权所有。感谢使它在 MIT 许可证(编码)及 CC-BY 4.0(图像)许可证下可用。 @@ -83,18 +75,6 @@ Open rlottie on GitHub 在 Github 打开 rlottie - - Log Out - 登出 - - - Logged out - 已登出 - - - Active Sessions - 登录设备情况 - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! 该项目使用 OpenStreetMap Nominatim 对位置附件进行反向地理编码。感谢把它作为网络服务提供给我们! @@ -104,41 +84,6 @@ 打开 OSM Nominatim Wiki - - ActiveSessionsPage - - Getting active sessions... - 正在获取登录设备情况… - - - Active Sessions - 登录设备情况 - - - Session was terminated - 已删除设备 - - - Terminate Session - 删除设备 - - - This app - 此应用 - - - IP address: %1, origin: %2 - IP 地址: %1, 地点: %2 - - - Active since: %1, last online: %2 - 活跃时间: %1, 上次在线: %2 - - - Terminating session - 删除设备 - - BackgroundProgressIndicator @@ -1690,6 +1635,37 @@ 使用某些内联机器人时会请求位置数据 + + SettingsSession + + Sessions + + + + Session was terminated + 已删除设备 + + + Terminating session + 删除设备 + + + Terminate Session + 删除设备 + + + This app + 此应用 + + + IP address: %1, origin: %2 + IP 地址: %1, 地点: %2 + + + Active since: %1, last online: %2 + 活跃时间: %1, 上次在线: %2 + + SettingsStorage @@ -1758,6 +1734,18 @@ Uploading... 正在上传… + + Log Out + 登出 + + + Logged out + 已登出 + + + Phone number: +%1 + 电话号码: +%1 + SponsoredMessage diff --git a/translations/harbour-fernschreiber.ts b/translations/harbour-fernschreiber.ts index 9e0c5e1..8cd37be 100644 --- a/translations/harbour-fernschreiber.ts +++ b/translations/harbour-fernschreiber.ts @@ -55,14 +55,6 @@ TDLib version %1 TDLib version %1 - - Logged in as %1 - Logged in as %1 - - - Phone number: +%1 - Phone number: +%1 - This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! This project uses twemoji. Copyright 2018 Twitter, Inc. and other contributors. Thanks for making it available under the conditions of the MIT License (coding) and CC-BY 4.0 (graphics)! @@ -83,18 +75,6 @@ Open rlottie on GitHub Open rlottie on GitHub - - Log Out - - - - Logged out - - - - Active Sessions - - This project uses OpenStreetMap Nominatim for reverse geocoding of location attachments. Thanks for making it available as web service! @@ -104,41 +84,6 @@ - - ActiveSessionsPage - - Getting active sessions... - - - - Active Sessions - - - - Session was terminated - - - - Terminate Session - - - - This app - - - - IP address: %1, origin: %2 - - - - Active since: %1, last online: %2 - - - - Terminating session - - - BackgroundProgressIndicator @@ -1716,6 +1661,37 @@ + + SettingsSession + + Sessions + + + + Session was terminated + + + + Terminating session + + + + Terminate Session + + + + This app + + + + IP address: %1, origin: %2 + + + + Active since: %1, last online: %2 + + + SettingsStorage @@ -1784,6 +1760,18 @@ Uploading... Uploading... + + Log Out + + + + Logged out + + + + Phone number: +%1 + + SponsoredMessage