From dd764fe8706dc07f0c7c110fb967c94a65228463 Mon Sep 17 00:00:00 2001 From: Dusko Angirevic Date: Sun, 27 Jan 2019 09:59:43 +0100 Subject: [PATCH] 1.0.3 #41 remorse popup added #39 login related issues --- qml/pages/LoginPage.qml | 1 + qml/pages/Settings.qml | 32 ++++++++++---- rpm/harbour-tooter.changes | 4 ++ rpm/harbour-tooter.spec | 2 +- rpm/harbour-tooter.yaml | 2 +- translations/harbour-tooter-de.ts | 62 +++++++++++++------------- translations/harbour-tooter-el.ts | 54 +++++++++++------------ translations/harbour-tooter-es.ts | 62 +++++++++++++------------- translations/harbour-tooter-fi.ts | 20 ++++----- translations/harbour-tooter-fr.ts | 62 +++++++++++++------------- translations/harbour-tooter-nl.ts | 62 +++++++++++++------------- translations/harbour-tooter-nl_BE.ts | 62 +++++++++++++------------- translations/harbour-tooter-oc.ts | 62 +++++++++++++------------- translations/harbour-tooter-pl.ts | 66 ++++++++++++++-------------- translations/harbour-tooter-ru.ts | 62 +++++++++++++------------- translations/harbour-tooter-sr.ts | 62 +++++++++++++------------- translations/harbour-tooter-sv.ts | 62 +++++++++++++------------- translations/harbour-tooter-zh.ts | 62 +++++++++++++------------- translations/harbour-tooter.ts | 62 +++++++++++++------------- 19 files changed, 441 insertions(+), 422 deletions(-) diff --git a/qml/pages/LoginPage.qml b/qml/pages/LoginPage.qml index 3fa7fdb..be6404a 100644 --- a/qml/pages/LoginPage.qml +++ b/qml/pages/LoginPage.qml @@ -63,6 +63,7 @@ Page { id: instance focus: true label: qsTr("Enter an Mastodon instance URL") + text: "https://" placeholderText: "https://mastodon.social" width: parent.width validator: RegExpValidator { regExp: /^(ftp|http|https):\/\/[^ "]+$/ } diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index a2b0356..0dbc847 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -1,5 +1,6 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 + import "../lib/API.js" as Logic Page { @@ -7,6 +8,8 @@ Page { anchors.fill: parent contentHeight: column.height + Theme.paddingLarge contentWidth: parent.width + RemorsePopup { id: remorsePopup } + VerticalScrollDecorator {} Column { @@ -20,20 +23,31 @@ Page { // No spacing in this column width: parent.width IconTextSwitch { - text: Logic.conf['login'] ? qsTr("Remove Account"): qsTr("Add Account") + id: removeAccount + text: Logic.conf['login'] ? qsTr("Remove Account") : qsTr("Add Account") description: Logic.conf['login'] ? qsTr("Deauthorize this app and remove your account") : qsTr("Authorize this app to use your Mastodon account in your behalf") icon.source: Logic.conf['login'] ? "image://theme/icon-m-people" : "image://theme/icon-m-add" + + onCheckedChanged: { - busy = true; + remorsePopup.execute(removeAccount.text, function() { + busy = true; + checked = false; + timer1.start(); + if (Logic.conf['login']) { + Logic.conf['login'] = false + Logic.conf['instance'] = null; + Logic.conf['api_user_token'] = null; + } + pageStack.push(Qt.resolvedUrl("LoginPage.qml")) + }) + } + + /* busy = true; checked = false; timer1.start() - if (Logic.conf['login']) { - Logic.conf['login'] = false - Logic.conf['instance'] = null; - Logic.conf['api_user_token'] = null; - } - pageStack.push(Qt.resolvedUrl("LoginPage.qml")) - } + + }*/ Timer { id: timer1 interval: 4700 diff --git a/rpm/harbour-tooter.changes b/rpm/harbour-tooter.changes index a6f4c4b..d7a4d66 100644 --- a/rpm/harbour-tooter.changes +++ b/rpm/harbour-tooter.changes @@ -1,3 +1,7 @@ +* Sun Jan 27 2019 Dusko Angirevic 1.0.3-0 +- Remorse popup added for account removal +- Updated translations + * Tue Jan 15 2019 Dusko Angirevic 1.0.2-0 - SailfishOS 3.0 build - Chinese language translation added diff --git a/rpm/harbour-tooter.spec b/rpm/harbour-tooter.spec index dad7ffb..520b70c 100644 --- a/rpm/harbour-tooter.spec +++ b/rpm/harbour-tooter.spec @@ -13,7 +13,7 @@ Name: harbour-tooter %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Tooter -Version: 1.0.2 +Version: 1.0.3 Release: 0 Group: Qt/Qt License: LICENSE diff --git a/rpm/harbour-tooter.yaml b/rpm/harbour-tooter.yaml index d5caeb5..edf95f4 100644 --- a/rpm/harbour-tooter.yaml +++ b/rpm/harbour-tooter.yaml @@ -1,6 +1,6 @@ Name: harbour-tooter Summary: Tooter -Version: 1.0.2 +Version: 1.0.3 Release: 0 # The contents of the Group field should be one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS diff --git a/translations/harbour-tooter-de.ts b/translations/harbour-tooter-de.ts index bd3ea9e..51c1f01 100644 --- a/translations/harbour-tooter-de.ts +++ b/translations/harbour-tooter-de.ts @@ -96,20 +96,20 @@ LoginPage Login - Login - - - Enter an Mastodon instance URL - Gib eine Mastadon Instance URL ein - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon ist ein freies, auf OpenSource begründetes Soziales Netzwerk. Es bietet eine dezentralisierte Alternative zu den kommerziellen Plattformen, vermeidet aber das Risiko, dass ein einzelnes Unternehmen das Monopol auf deine gesamte Kommunikation erhält. Wähle selbst einen Server (Instanz) der du vertraust - egal welche du wählst, du kannst mit allen kommunizieren. Oder du betreibst deine eigene Mastodon Instanz und verbindest dich nahtlos mit dem Mastodon Netzwerk. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Einstellungen + Einstellungen Remove Account - Account löschen + Add Account - Account hinzufügen - - - Authorize this app to use your Mastodon account in your behalf - Autorisiere diese App deinen Mastodon Account in deinem Namen zu nutzen - - - Load images in toots - Lade Bilder in den Toots + Deauthorize this app and remove your account - Der App Autorisierung entziehen und Account entfernen + - Credits - Credits + Authorize this app to use your Mastodon account in your behalf + - Translate - Übersetzen - - - Use Transifex to help with app translation to your language - Nutze Transifex um bei der Übersetzung in deine Sprache zu helfen + Load images in toots + Disable this option if you want to preserve your data connection - Deaktiviere diese Option um deinen Datenverbindung zu schonen + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX Design und Implementierung + diff --git a/translations/harbour-tooter-el.ts b/translations/harbour-tooter-el.ts index 8e36a10..9be4361 100644 --- a/translations/harbour-tooter-el.ts +++ b/translations/harbour-tooter-el.ts @@ -96,7 +96,11 @@ LoginPage Login - Σύνδεση + + + + Instance + Enter an Mastodon instance URL @@ -106,10 +110,6 @@ Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - - Instance - - Reload @@ -235,47 +235,47 @@ Settings Settings - Ρυθμίσεις + Ρυθμίσεις Remove Account - Αφαίρεση λογαριασμού + Add Account - Προσθήκη λογαριασμού - - - Authorize this app to use your Mastodon account in your behalf - Να επιτρέπεται στην εφαρμογή να χρησιμοποιεί τον λογαριασμό σας στο Mastodon εκ μέρους σας - - - Load images in toots - Φόρτωση των εικόνων στα toot + Deauthorize this app and remove your account - Άρση της αδειοδότησης της εφαρμογής και αφαίρεση του λογαριασμού σας + - Credits - Ευχαριστίες + Authorize this app to use your Mastodon account in your behalf + - Translate - Μετάφραση - - - Use Transifex to help with app translation to your language - Χρησιμοποιήστε το Transifex για να βοηθήσετε την μετάφραση της εφαρμογής στην γλώσσα σας + Load images in toots + Disable this option if you want to preserve your data connection - Απενεργοποιήστε αυτήν την επιλογή αν θέλετε να διατηρήσετε την σύνδεση των δεδομένων σας + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX σχεδιασμός και ανάπτυξη + diff --git a/translations/harbour-tooter-es.ts b/translations/harbour-tooter-es.ts index fcec48b..8bbcec9 100644 --- a/translations/harbour-tooter-es.ts +++ b/translations/harbour-tooter-es.ts @@ -96,20 +96,20 @@ LoginPage Login - Acceso - - - Enter an Mastodon instance URL - Introduce URL de una instancia de Mastodon - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon es una red social gratuita y de código abierto. Una alternativa descentralizada a las plataformas comerciales, evita los riesgos de una única compañía que monopolice tu comunicación. Elije un servidor en el que confíes — cualquiera que elijas, puede interactuar con todos los demás. Cualquiera puede ejecutar su propia instancia de Mastodon y participar en la red social sin problemas. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Ajustes + Ajustes Remove Account - Eliminar cuenta + Add Account - Añadir cuenta - - - Authorize this app to use your Mastodon account in your behalf - Autoriza a esta aplicación a usar tu cuenta de Mastodon en tu nombre - - - Load images in toots - Cargar imágenes en toots + Deauthorize this app and remove your account - Retira la autorización a esta aplicación y elimina tu cuenta + - Credits - Créditos + Authorize this app to use your Mastodon account in your behalf + - Translate - Traducir - - - Use Transifex to help with app translation to your language - Usa Transifex para ayudar en la traducción a tu idioma de esta aplicación + Load images in toots + Disable this option if you want to preserve your data connection - Deshabilita esta opción si quieres ahorrar en tu conexión de datos + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - Diseño UI/UX y desarrollo + diff --git a/translations/harbour-tooter-fi.ts b/translations/harbour-tooter-fi.ts index 92e53d6..8a9fe60 100644 --- a/translations/harbour-tooter-fi.ts +++ b/translations/harbour-tooter-fi.ts @@ -98,6 +98,10 @@ Login + + Instance + + Enter an Mastodon instance URL @@ -106,10 +110,6 @@ Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - - Instance - - Reload @@ -245,6 +245,10 @@ Add Account + + Deauthorize this app and remove your account + + Authorize this app to use your Mastodon account in your behalf @@ -254,11 +258,7 @@ - Deauthorize this app and remove your account - - - - Credits + Disable this option if you want to preserve your data connection @@ -270,7 +270,7 @@ - Disable this option if you want to preserve your data connection + Credits diff --git a/translations/harbour-tooter-fr.ts b/translations/harbour-tooter-fr.ts index f8c33b8..dc04704 100644 --- a/translations/harbour-tooter-fr.ts +++ b/translations/harbour-tooter-fr.ts @@ -96,20 +96,20 @@ LoginPage Login - Login - - - Enter an Mastodon instance URL - Saisissez l’URL d’une instance Mastodon - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon est un réseau libre et open source. Il s’agit d'une alternative aux plateformes commerciales, pour éviter qu'une seule entreprise monopolise vos communications. Choisissez un serveur dans lequel vous avez confiance - quelque que soit votre choix vous pourrez interagir avec d’autres personnes. Tout le monde peut monter sa propre instance Mastodon et participer rendre le réseau plus robuste. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Préférences + Paramètres Remove Account - Supprimer le compte + Add Account - Ajouter un compte - - - Authorize this app to use your Mastodon account in your behalf - Autoriser cette application à utiliser votre compte Mastodon en votre nom - - - Load images in toots - Charger les images des pouets + Deauthorize this app and remove your account - Supprimer votre compte de l'application + - Credits - Crédits + Authorize this app to use your Mastodon account in your behalf + - Translate - Traduire - - - Use Transifex to help with app translation to your language - Utilisez Transifex pour aider à la traduction de l'application dans votre langue + Load images in toots + Disable this option if you want to preserve your data connection - Désactivez cette option si vous souhaitez économiser votre consommation de données + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - design et développement de l'interface + diff --git a/translations/harbour-tooter-nl.ts b/translations/harbour-tooter-nl.ts index 4436fe8..115d648 100644 --- a/translations/harbour-tooter-nl.ts +++ b/translations/harbour-tooter-nl.ts @@ -96,20 +96,20 @@ LoginPage Login - Inloggen - - - Enter an Mastodon instance URL - Voer de URL van een Mastodon-instantie in - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon is een vrij sociaal netwerk. Als gedecentraliseerd alternatief voor commerciële platformen, vermijdt het de risico’s van een enkel bedrijf dat je communicatie monopoliseert. Kies een server die je vertrouwt — welke je ook kiest, je kunt met iedereen communiceren. Iedereen kan zelf een Mastodon-instantie hebben en naadloos deelnemen aan het sociale netwerk. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Instellingen + Instellingen Remove Account - Verwijderen account + Add Account - Toevoegen account - - - Authorize this app to use your Mastodon account in your behalf - Autoriseer deze app om je Mastodon namens jou te gebruiken - - - Load images in toots - Laden afbeeldingen in toots + Deauthorize this app and remove your account - Trek autorisaties van deze app in en verwijder je account + - Credits - Credits + Authorize this app to use your Mastodon account in your behalf + - Translate - Vertalen - - - Use Transifex to help with app translation to your language - Gebruik Transifex om deze app te helpen vertalen in jouw taal + Load images in toots + Disable this option if you want to preserve your data connection - Schakel deze optie uit als je je dataverbinding wilt behouden + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX ontwerp en ontwikkeling + diff --git a/translations/harbour-tooter-nl_BE.ts b/translations/harbour-tooter-nl_BE.ts index 88f935e..385fa6c 100644 --- a/translations/harbour-tooter-nl_BE.ts +++ b/translations/harbour-tooter-nl_BE.ts @@ -96,20 +96,20 @@ LoginPage Login - Inloggen - - - Enter an Mastodon instance URL - Voert den URL van een Mastodon-instantie in - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon is e vrij sociaal netwerk. Als gedecentraliseerd alternatief voor commerciële platformen, vermijdt het de risico’s van één enkel bedrijf dat uw communicatie monopoliseert. Kiest ne server die ge vertrouwt — dewelken dat ge ook kiest, ge kunt met iedereen communiceren. Iedereen kan zelf een Mastodon-instantie hebben en naadloos deelnemen aan het sociaal netwerk. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Instellingen + Instellingen Remove Account - Account verwijderen + Add Account - Account toevoegen - - - Authorize this app to use your Mastodon account in your behalf - Autoriseert dezen app voor uwe Mastodon-account namens u te gebruiken - - - Load images in toots - Afbeeldingen in toots laden + Deauthorize this app and remove your account - Trekt autorisaties van dezen app in en verwijdert uwen account + - Credits - Credits + Authorize this app to use your Mastodon account in your behalf + - Translate - Vertalen - - - Use Transifex to help with app translation to your language - Gebruikt Transifex voor te helpen met dezen app in uw taal te vertalen + Load images in toots + Disable this option if you want to preserve your data connection - Schakelt dees optie uit als ge uw verbinding wilt behouden + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX-ontwerp en -ontwikkeling + diff --git a/translations/harbour-tooter-oc.ts b/translations/harbour-tooter-oc.ts index d11aed2..0f43a2a 100644 --- a/translations/harbour-tooter-oc.ts +++ b/translations/harbour-tooter-oc.ts @@ -96,20 +96,20 @@ LoginPage Login - Connexion - - - Enter an Mastodon instance URL - Picatz l’URL d’una instància Mastodon - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon es un malhum liure e open source. Es una alternativa descentralizada a las plataformas comercialas, per empachar qu'una sola entrepresa monopolize vòstras comunicacions. Causissètz un servidor que vos fisatz - qualque siá vòstre causida poiretz interagir amb los autres. Tot lo monde pòt montar sa pròpria instància Mastodon e atal participar a construire un malhum mai solid. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Paramètres + Parmètres Remove Account - Levar un compte + Add Account - Ajustar un compte - - - Authorize this app to use your Mastodon account in your behalf - Autorizar aquesta aplicacion a utilizar vòstre compte Mastodon per vos - - - Load images in toots - Cargar los imatges dels tuts + Deauthorize this app and remove your account - Revocar l’aplicacion e levar vòstre compte + - Credits - Crèdits + Authorize this app to use your Mastodon account in your behalf + - Translate - Traduire - - - Use Transifex to help with app translation to your language - Utilizar Transifex per ajudar a traduire l’aplicacion dins vòstra lenga + Load images in toots + Disable this option if you want to preserve your data connection - Desactivar aquesta opcion per estalviar vòstra connexion de donadas + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX design e desvlopament + diff --git a/translations/harbour-tooter-pl.ts b/translations/harbour-tooter-pl.ts index 78dff0b..60c7451 100644 --- a/translations/harbour-tooter-pl.ts +++ b/translations/harbour-tooter-pl.ts @@ -96,20 +96,20 @@ LoginPage Login - Zaloguj się - - - Enter an Mastodon instance URL - Wprowadź adres URL instancji Mastodona - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon jest wolną i otwartoźródłową siecią społecznościową. Zdecentralizowana alternatywa dla komercyjnych platform, pozwala uniknąć ryzyka wynikającego z kontroli Twojej komunikacji przez jedną jednostkę. Wybierz serwer któremu ufasz – jakikolwiek wybierzesz, możesz wejść w interakcje z innymi. Każdy może uruchomić własną instancję Mastodona i być członkiem tej sieci społecznościowej. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -239,43 +239,43 @@ Remove Account - Usuń konto + Add Account - Dodaj konto - - - Authorize this app to use your Mastodon account in your behalf - Uwierzytelnij tę aplikację, aby mogła używać Mastodona w Twoim imieniu - - - Load images in toots - Ładuj obrazy we wpisach + Deauthorize this app and remove your account - Cofnij uwierzytelnienie tej aplikacji i usuń swoje konto + + + + Authorize this app to use your Mastodon account in your behalf + + + + Load images in toots + + + + Disable this option if you want to preserve your data connection + + + + Translate + + + + Use Transifex to help with app translation to your language + Credits - - Translate - Tłumacz - - - Use Transifex to help with app translation to your language - Użyj platformy Transifex, aby pomóc w tłumaczeniu tej aplikacji na Twój język - - - Disable this option if you want to preserve your data connection - Wyłącz tę opcję, aby oszczędzać zużycie danych - UI/UX design and development - Rozwój i projektowanie UI/UX + diff --git a/translations/harbour-tooter-ru.ts b/translations/harbour-tooter-ru.ts index 4e17838..ee37bee 100644 --- a/translations/harbour-tooter-ru.ts +++ b/translations/harbour-tooter-ru.ts @@ -96,20 +96,20 @@ LoginPage Login - Авторизоваться - - - Enter an Mastodon instance URL - Введите URL-адрес экземпляра Mastodon - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon - бесплатная социальная сеть с открытым исходным кодом. Децентрализованная альтернатива коммерческим платформам позволяет избежать рисков, связанных с тем, что одна компания монополизирует ваше общение. Выберите сервер, которому вы доверяете - в зависимости от того, что вы выберете, вы можете взаимодействовать со всеми остальными. Любой может запустить свой собственный экземпляр Mastodon и беспрепятственно участвовать в социальной сети. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Настройки + Настройки Remove Account - Удалить учетную запись + Add Account - Добавить аккаунт - - - Authorize this app to use your Mastodon account in your behalf - Уполномочить это приложение использовать свою учетную запись Mastodon от вашего имени - - - Load images in toots - Загружать изображения + Deauthorize this app and remove your account - удалить учетную запись с устройства + - Credits - Зачет + Authorize this app to use your Mastodon account in your behalf + - Translate - Переведите - - - Use Transifex to help with app translation to your language - Используйте Transifex, чтобы помочь с переводом приложения на ваш язык + Load images in toots + Disable this option if you want to preserve your data connection - Отключите эту опцию, если вы хотите сохранить подключение к данным + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - Дизайн и разработка UI / UX + diff --git a/translations/harbour-tooter-sr.ts b/translations/harbour-tooter-sr.ts index ad119b0..48ef2cb 100644 --- a/translations/harbour-tooter-sr.ts +++ b/translations/harbour-tooter-sr.ts @@ -96,20 +96,20 @@ LoginPage Login - Пријава - - - Enter an Mastodon instance URL - Унесите URL ваше Мастодон инстанце - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon је бесплатна, open-source друштвена мрежа. Децентрализована алтернатива комерцијалним платформама која избегава ризике једне компаније која монополизује вашу комуникацију. Одаберите сервер у који имате поверења и без обзира на ваш избор - комуницирајте с осталим корисницима других мрежа. Свако може водити сопствену инстанцу Mastodon мреже и учестовати у комуникацији с другим инстанцама. + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Подешавања + Подешавања Remove Account - Уклони налог + Add Account - Додај налог - - - Authorize this app to use your Mastodon account in your behalf - Дозволите овој апликацији да користи ваш Mastodon налог - - - Load images in toots - Прикажи слике у објавама + Deauthorize this app and remove your account - Укините дозволе за кориштење и уклоните налог с телефона + - Credits - Спомен плоча + Authorize this app to use your Mastodon account in your behalf + - Translate - Преведи - - - Use Transifex to help with app translation to your language - Користите Transifex и помозите у преводу апликације на други језик + Load images in toots + Disable this option if you want to preserve your data connection - Искључите ову опцију уколико желите да уштедите на преносу података + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - интерфејс дизајн и развој + diff --git a/translations/harbour-tooter-sv.ts b/translations/harbour-tooter-sv.ts index 0384dae..16be25c 100644 --- a/translations/harbour-tooter-sv.ts +++ b/translations/harbour-tooter-sv.ts @@ -96,20 +96,20 @@ LoginPage Login - Logga in - - - Enter an Mastodon instance URL - Fyll i URL till Mastodoninstans - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon är ett fritt och öppet socialt nätverk byggt på öppen källkod. Ett decentraliserat alternativ till kommersiella plattformar, vilket undviker att ett ensamt företag monopoliserar din kommunikation. Välj en server du litar på --- beroende på vilken du väljer, kan du interagera med alla andra. Vem som helst kan köra deras egen Mastodoninstans och delta i nätverket. Även du! + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Inställningar + Inställningar Remove Account - Radera konto + Add Account - Lägg till konto - - - Authorize this app to use your Mastodon account in your behalf - Godkänn denna app att använda ditt Mastodon-konto på dina vägnar - - - Load images in toots - Ladda bilder i toots + Deauthorize this app and remove your account - Avauktorisera denna app och radera ditt konto + - Credits - Erkännanden + Authorize this app to use your Mastodon account in your behalf + - Translate - Översätt - - - Use Transifex to help with app translation to your language - Använd Transifex för att hjälpa med app-översättningar till ditt språk + Load images in toots + Disable this option if you want to preserve your data connection - Inaktivera det här alternativet om du vill behålla din dataanslutning + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX design och utveckling + diff --git a/translations/harbour-tooter-zh.ts b/translations/harbour-tooter-zh.ts index c8d0e0f..f9bedda 100644 --- a/translations/harbour-tooter-zh.ts +++ b/translations/harbour-tooter-zh.ts @@ -96,20 +96,20 @@ LoginPage Login - 登录 - - - Enter an Mastodon instance URL - 输入一个Mastodon链接实例 - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - Mastodon 是一个免费且开源的社交网络。一个去中心化的商业平台的替代品,帮助你避免某个公司垄断你的通讯方式的风险。选取一个你信任的服务器,无论你选择什么,你都可以和其它任何人互动。任何人都能运行他们的Mastodon 实例并且无缝加入此社交网络。 + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - 设置 + 设置 Remove Account - 删除账户 + Add Account - 添加账户 - - - Authorize this app to use your Mastodon account in your behalf - 授权应用使用你信任的Mastodon账户 - - - Load images in toots - 加载嘟嘟的图片 + Deauthorize this app and remove your account - 取消授权此应用并且移除你的账户 + - Credits - 信用 + Authorize this app to use your Mastodon account in your behalf + - Translate - 翻译 - - - Use Transifex to help with app translation to your language - 使用Transifex 以帮助翻译成你使用的语言 + Load images in toots + Disable this option if you want to preserve your data connection - 如果想要保护你的数据连接,取消此操作 + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - UI/UX 设计和开发 + diff --git a/translations/harbour-tooter.ts b/translations/harbour-tooter.ts index 7b03cf7..c580d4b 100644 --- a/translations/harbour-tooter.ts +++ b/translations/harbour-tooter.ts @@ -96,20 +96,20 @@ LoginPage Login - Login - - - Enter an Mastodon instance URL - - - - Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. - + Instance + + Enter an Mastodon instance URL + + + + Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. + + Reload @@ -235,47 +235,47 @@ Settings Settings - Settings + Settings Remove Account - Remove Account + Add Account - Add Account - - - Authorize this app to use your Mastodon account in your behalf - Authorize this app to use your Mastodon account in your behalf - - - Load images in toots - Load images in toots + Deauthorize this app and remove your account - Deauthorize this app and remove your account + - Credits - Credits + Authorize this app to use your Mastodon account in your behalf + - Translate - Translate - - - Use Transifex to help with app translation to your language - Use Transifex to help with app translation to your language + Load images in toots + Disable this option if you want to preserve your data connection - + + + + Translate + + + + Use Transifex to help with app translation to your language + + + + Credits + UI/UX design and development - +