diff --git a/README.md b/README.md
index 60f78f2..f1631d5 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,10 @@
-# Tooter [Fork]
+# Tooter
-## About
Tooter is Mastodon client for Sailfish OS. It is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication.
-This is a fork of dysk0/harbour-tooter. The app can by downloaded here: https://openrepos.net/content/molan/tooter-fork.
+## Screenshot
+
-## Build
-Clone / download this repository and import it in your SailfishOS IDE using the harbour-tooter.pro project file. No additional configuration needed.
-
-## Contributions
-Contributions to this project are very welcome, since I don't have the resources and time to implement and fix everything Tooter still misses or lacks. Thank you!
-
-## Screenshots
-
## License
-Licensed under GNU GPLv3
+`// TODO`
diff --git a/harbour-tooter.pro b/harbour-tooter.pro
index d074c15..6a1b13c 100644
--- a/harbour-tooter.pro
+++ b/harbour-tooter.pro
@@ -1,110 +1,116 @@
-# NOTICE:
-#
-# Application name defined in TARGET has a corresponding QML filename.
-# If name defined in TARGET is changed, the following needs to be done
-# to match new name:
-# - corresponding QML filename must be changed
-# - desktop icon filename must be changed
-# - desktop filename must be changed
-# - icon definition filename in desktop file must be changed
-# - translation filenames have to be changed
-
-# The name of your application
-TARGET = harbour-tooter
-
-CONFIG += sailfishapp
-
-QT += network dbus sql
-CONFIG += link_pkgconfig
-PKGCONFIG += sailfishapp
-PKGCONFIG += \
- nemonotifications-qt5
-
-DEFINES += "APPVERSION=\\\"$${SPECVERSION}\\\""
-DEFINES += "APPNAME=\\\"$${TARGET}\\\""
-
-!exists( src/dbusAdaptor.h ) {
- system(qdbusxml2cpp config/ba.dysko.harbour.tooter.xml -i dbus.h -a src/dbusAdaptor)
-}
-
-config.path = /usr/share/$${TARGET}/config/
-config.files = config/icon-lock-harbour-tooter.png
-
-notification_categories.path = /usr/share/lipstick/notificationcategories
-notification_categories.files = config/x-harbour.tooter.activity.*
-
-dbus_services.path = /usr/share/dbus-1/services/
-dbus_services.files = config/ba.dysko.harbour.tooter.service
-
-interfaces.path = /usr/share/dbus-1/interfaces/
-interfaces.files = config/ba.dysko.harbour.tooter.xml
-
-SOURCES += src/harbour-tooter.cpp
-SOURCES += src/imageuploader.cpp
-SOURCES += src/filedownloader.cpp
-SOURCES += src/notifications.cpp
-SOURCES += src/dbusAdaptor.cpp
-SOURCES += src/dbus.cpp
-
-HEADERS += src/imageuploader.h
-HEADERS += src/filedownloader.h
-HEADERS += src/notifications.h
-HEADERS += src/dbusAdaptor.h
-HEADERS += src/dbus.h
-
-DISTFILES += qml/harbour-tooter.qml \
- qml/pages/components/MiniStatus.qml \
- qml/pages/components/MiniHeader.qml \
- qml/pages/components/ItemUser.qml \
- qml/pages/components/MyList.qml \
- qml/pages/components/Navigation.qml \
- qml/pages/components/ProfileHeader.qml \
- qml/pages/components/MediaBlock.qml \
- qml/pages/components/MyImage.qml \
- qml/pages/components/ImageFullScreen.qml \
- qml/cover/CoverPage.qml \
- qml/pages/MainPage.qml \
- qml/pages/LoginPage.qml \
- qml/pages/Conversation.qml \
- qml/pages/components/Toot.qml \
- qml/pages/Profile.qml \
- qml/pages/Settings.qml \
- qml/lib/API.js \
- qml/images/notification.svg \
- qml/images/verified.svg \
- qml/images/tooter.svg \
- qml/lib/Mastodon.js \
- qml/lib/Worker.js \
- config/icon-lock-harbour-tooter.png \
- config/x-harbour.tooter.activity.conf \
- qml/pages/components/VisualContainer.qml \
- rpm/harbour-tooter.changes \
- rpm/harbour-tooter.changes.run.in \
- rpm/harbour-tooter.spec \
- rpm/harbour-tooter.yaml \
- translations/*.ts \
- harbour-tooter.desktop
-
-SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
-
-# to disable building translations every time, comment out the
-# following CONFIG line
-CONFIG += sailfishapp_i18n
-
-# German translation is enabled as an example. If you aren't
-# planning to localize your app, remember to comment out the
-# following TRANSLATIONS line. And also do not forget to
-# modify the localized app name in the the .desktop file.
-TRANSLATIONS += translations/harbour-tooter-de.ts
-TRANSLATIONS += translations/harbour-tooter-el.ts
-TRANSLATIONS += translations/harbour-tooter-es.ts
-TRANSLATIONS += translations/harbour-tooter-fi.ts
-TRANSLATIONS += translations/harbour-tooter-fr.ts
-TRANSLATIONS += translations/harbour-tooter-nl.ts
-TRANSLATIONS += translations/harbour-tooter-nl_BE.ts
-TRANSLATIONS += translations/harbour-tooter-oc.ts
-TRANSLATIONS += translations/harbour-tooter-pl.ts
-TRANSLATIONS += translations/harbour-tooter-ru.ts
-TRANSLATIONS += translations/harbour-tooter-sr.ts
-TRANSLATIONS += translations/harbour-tooter-sv.ts
-TRANSLATIONS += translations/harbour-tooter-zh_CN.ts
+# NOTICE:
+#
+# Application name defined in TARGET has a corresponding QML filename.
+# If name defined in TARGET is changed, the following needs to be done
+# to match new name:
+# - corresponding QML filename must be changed
+# - desktop icon filename must be changed
+# - desktop filename must be changed
+# - icon definition filename in desktop file must be changed
+# - translation filenames have to be changed
+
+# The name of your application
+TARGET = harbour-tooter
+
+CONFIG += sailfishapp
+
+QT += network dbus sql
+CONFIG += link_pkgconfig
+PKGCONFIG += sailfishapp
+PKGCONFIG += \
+ nemonotifications-qt5
+
+DEFINES += "APPVERSION=\\\"$${SPECVERSION}\\\""
+DEFINES += "APPNAME=\\\"$${TARGET}\\\""
+
+!exists( src/dbusAdaptor.h ) {
+ system(qdbusxml2cpp config/ba.dysko.harbour.tooter.xml -i dbus.h -a src/dbusAdaptor)
+}
+
+config.path = /usr/share/$${TARGET}/config/
+config.files = config/icon-lock-harbour-tooter.png
+
+notification_categories.path = /usr/share/lipstick/notificationcategories
+notification_categories.files = config/x-harbour.tooter.activity.*
+
+dbus_services.path = /usr/share/dbus-1/services/
+dbus_services.files = config/ba.dysko.harbour.tooter.service
+
+interfaces.path = /usr/share/dbus-1/interfaces/
+interfaces.files = config/ba.dysko.harbour.tooter.xml
+
+SOURCES += src/harbour-tooter.cpp
+SOURCES += src/imageuploader.cpp
+SOURCES += src/filedownloader.cpp
+SOURCES += src/notifications.cpp
+SOURCES += src/dbusAdaptor.cpp
+SOURCES += src/dbus.cpp
+
+HEADERS += src/imageuploader.h
+HEADERS += src/filedownloader.h
+HEADERS += src/notifications.h
+HEADERS += src/dbusAdaptor.h
+HEADERS += src/dbus.h
+
+DISTFILES += qml/harbour-tooter.qml \
+ qml/pages/components/VisualContainer.qml \
+ qml/pages/components/MiniStatus.qml \
+ qml/pages/components/MiniHeader.qml \
+ qml/pages/components/ItemUser.qml \
+ qml/pages/components/MyList.qml \
+ qml/pages/components/Navigation.qml \
+ qml/pages/components/ProfileHeader.qml \
+ qml/pages/components/MediaBlock.qml \
+ qml/pages/components/MyImage.qml \
+ qml/pages/components/ImageFullScreen.qml \
+ qml/cover/CoverPage.qml \
+ qml/pages/MainPage.qml \
+ qml/pages/LoginPage.qml \
+ qml/pages/Conversation.qml \
+ qml/pages/components/Toot.qml \
+ qml/pages/Browser.qml \
+ qml/pages/Profile.qml \
+ qml/pages/Settings.qml \
+ qml/lib/API.js \
+ qml/images/notification.svg \
+ qml/images/verified.svg \
+ qml/images/boosted.svg \
+ qml/images/tooter.svg \
+ qml/images/emojiselect.svg \
+ qml/images/icon-m-profile.svg \
+ qml/images/icon-l-profile.svg \
+ qml/lib/Mastodon.js \
+ qml/lib/Worker.js \
+ config/icon-lock-harbour-tooter.png \
+ config/x-harbour.tooter.activity.conf \
+ rpm/harbour-tooter.changes \
+ rpm/harbour-tooter.changes.run.in \
+ rpm/harbour-tooter.spec \
+ rpm/harbour-tooter.yaml \
+ translations/*.ts \
+ harbour-tooter.desktop
+
+SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
+
+# to disable building translations every time, comment out the
+# following CONFIG line
+CONFIG += sailfishapp_i18n
+
+# German translation is enabled as an example. If you aren't
+# planning to localize your app, remember to comment out the
+# following TRANSLATIONS line. And also do not forget to
+# modify the localized app name in the the .desktop file.
+TRANSLATIONS += translations/harbour-tooter-de.ts
+TRANSLATIONS += translations/harbour-tooter-el.ts
+TRANSLATIONS += translations/harbour-tooter-es.ts
+TRANSLATIONS += translations/harbour-tooter-fi.ts
+TRANSLATIONS += translations/harbour-tooter-fr.ts
+TRANSLATIONS += translations/harbour-tooter-nl.ts
+TRANSLATIONS += translations/harbour-tooter-nl_BE.ts
+TRANSLATIONS += translations/harbour-tooter-oc.ts
+TRANSLATIONS += translations/harbour-tooter-pl.ts
+TRANSLATIONS += translations/harbour-tooter-ru.ts
+TRANSLATIONS += translations/harbour-tooter-sr.ts
+TRANSLATIONS += translations/harbour-tooter-sv.ts
+TRANSLATIONS += translations/harbour-tooter-zh_CN.ts
+TRANSLATIONS += translations/harbour-tooter-it.ts
diff --git a/qml/harbour-tooter.qml b/qml/harbour-tooter.qml
index 60fe3f6..7b23d5e 100644
--- a/qml/harbour-tooter.qml
+++ b/qml/harbour-tooter.qml
@@ -36,6 +36,7 @@ import "./lib/API.js" as Logic
ApplicationWindow
{
id: appWindow
+ //initialPage: Component { FirstPage { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations
Component.onCompleted: {
@@ -58,6 +59,9 @@ ApplicationWindow
pageStack.push(Qt.resolvedUrl("./pages/MainPage.qml"), {})
});
+ //
+ //
+ //pageStack.push(Qt.resolvedUrl("./pages/Conversation.qml"), {})
} else {
pageStack.push(Qt.resolvedUrl("./pages/LoginPage.qml"), {})
}
diff --git a/qml/images/boosted.svg b/qml/images/boosted.svg
new file mode 100644
index 0000000..468e2da
--- /dev/null
+++ b/qml/images/boosted.svg
@@ -0,0 +1,16 @@
+
+
+
+
diff --git a/qml/images/icon-l-profile.svg b/qml/images/icon-l-profile.svg
new file mode 100644
index 0000000..f4445c4
--- /dev/null
+++ b/qml/images/icon-l-profile.svg
@@ -0,0 +1,17 @@
+
+
+
diff --git a/qml/images/icon-m-profile.svg b/qml/images/icon-m-profile.svg
new file mode 100644
index 0000000..896129e
--- /dev/null
+++ b/qml/images/icon-m-profile.svg
@@ -0,0 +1,25 @@
+
+
+
diff --git a/qml/lib/Worker.js b/qml/lib/Worker.js
index bbd6a6b..15c13fd 100644
--- a/qml/lib/Worker.js
+++ b/qml/lib/Worker.js
@@ -150,8 +150,8 @@ function parseNotification(data){
switch (item['type']){
case "mention":
if (!data.status) {
- break;
- }
+ break;
+ }
item = parseToot(data.status)
item['typeIcon'] = "image://theme/icon-s-retweet"
@@ -160,8 +160,8 @@ function parseNotification(data){
break;
case "reblog":
if (!data.status) {
- break;
- }
+ break;
+ }
item = parseToot(data.status)
item = parseAccounts(item, "reblog_", data["account"])
diff --git a/qml/pages/LoginPage.qml b/qml/pages/LoginPage.qml
index 8549e62..c3874fb 100644
--- a/qml/pages/LoginPage.qml
+++ b/qml/pages/LoginPage.qml
@@ -37,6 +37,7 @@ import "../lib/API.js" as Logic
Page {
id: loginPage
+
// The effective value will be restricted by ApplicationWindow.allowedOrientations
allowedOrientations: Orientation.All
@@ -67,7 +68,8 @@ Page {
width: parent.width
validator: RegExpValidator { regExp: /^(ftp|http|https):\/\/[^ "]+$/ }
EnterKey.enabled: instance.acceptableInput;
- EnterKey.iconSource: "image://theme/icon-m-enter-next"
+ EnterKey.highlighted: instance.acceptableInput;
+ EnterKey.iconSource: "image://theme/icon-m-accept"
EnterKey.onClicked: {
Logic.api = new Logic.MastodonAPI({ instance: instance.text, api_user_token: "" });
Logic.api.registerApplication("Tooter",
@@ -109,13 +111,14 @@ Page {
anchors {
left: parent.left
right: parent.right
- leftMargin: Theme.paddingLarge
- rightMargin: Theme.paddingLarge
+ topMargin: Theme.paddingMedium
+ leftMargin: Theme.horizontalPageMargin
+ rightMargin: Theme.horizontalPageMargin
}
width: parent.width
wrapMode: Text.WordWrap
- color: Theme.secondaryHighlightColor
+ color: Theme.highlightColor
font.pixelSize: Theme.fontSizeExtraSmall
text: qsTr("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.")
}
diff --git a/qml/pages/Profile.qml b/qml/pages/Profile.qml
index 3a5083c..d7b8e42 100644
--- a/qml/pages/Profile.qml
+++ b/qml/pages/Profile.qml
@@ -29,6 +29,7 @@ Page {
property bool muting : false;
property bool domain_blocking : false;
+
WorkerScript {
id: worker
source: "../lib/Worker.js"
@@ -71,7 +72,7 @@ Page {
// line below was commented out, reason unknown
// username = messageObject.data
break;
- case 'locked':m
+ case 'locked':
locked = messageObject.data
break;
case 'created_at':
diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml
index aafccae..00d6874 100644
--- a/qml/pages/Settings.qml
+++ b/qml/pages/Settings.qml
@@ -25,8 +25,8 @@ Page {
IconTextSwitch {
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"
+ description: Logic.conf['login'] ? qsTr("Deauthorize this app and remove your account") : qsTr("Authorize this app to access your Mastodon account")
+ icon.source: Logic.conf['login'] ? "image://theme/icon-m-contact" : "image://theme/icon-m-add"
onCheckedChanged: {
@@ -57,49 +57,30 @@ Page {
IconTextSwitch {
//enabled: false
checked: typeof Logic.conf['loadImages'] !== "undefined" && Logic.conf['loadImages']
- text: qsTr("Load Images in Toots")
+ text: qsTr("Load images in toots")
description: qsTr("Disable this option if you want to preserve your data connection")
- icon.source: "image://theme/icon-m-mobile-network"
+ icon.source: "image://theme/icon-m-image"
onClicked: {
Logic.conf['loadImages'] = checked
}
}
-// IconTextSwitch {
-// text: qsTr("Translate")
-// description: qsTr("Use Transifex to help with app translation to your language")
-// icon.source: "image://theme/icon-m-presence"
-// onCheckedChanged: {
-// busy = true;
-// checked = false;
-// Qt.openUrlExternally("https://www.transifex.com/dysko/tooter/");
-// timer2.start()
-// }
-// Timer {
-// id: timer2
-// interval: 4700
-// onTriggered: parent.busy = false
-// }
-// }
+ IconTextSwitch {
+ text: qsTr("Translate")
+ description: qsTr("Use Transifex to help with app translation to your language")
+ icon.source: "image://theme/icon-m-font-size"
+ onCheckedChanged: {
+ busy = true;
+ checked = false;
+ Qt.openUrlExternally("https://www.transifex.com/dysko/tooter/");
+ timer2.start()
+ }
+ Timer {
+ id: timer2
+ interval: 4700
+ onTriggered: parent.busy = false
+ }
+ }
}
-
- SectionHeader {
- text: qsTr("About")
- }
-
- Text {
- x: Theme.horizontalPageMargin
- width: parent.width - ( 2 * Theme.horizontalPageMargin )
- text: qsTr("This application is a forked version of the Mastodon client Tooter, originally developed by Duško Angirević, which fixes various bugs. Source code on GitHub.")
- font.pixelSize: Theme.fontSizeExtraSmall
- color: Theme.secondaryColor
- linkColor: Theme.secondaryHighlightColor
- wrapMode: Text.Wrap
- anchors {
- horizontalCenter: parent.horizontalCenter
- }
- onLinkActivated: Qt.openUrlExternally(link)
- }
-
SectionHeader {
text: qsTr("Credits")
}
@@ -127,7 +108,7 @@ Page {
}
ListElement {
name: "Molan"
- desc: qsTr("Development and maintenance")
+ desc: qsTr("Development and translations")
mastodon: ""
mail: "mol_an@sunrise.ch"
}
@@ -172,7 +153,7 @@ Page {
verticalCenter: parent.verticalCenter
right: parent.right
}
- icon.source: "image://theme/" + (model.mastodon !== "" ? "icon-m-person" : "icon-m-mail") + "?" + (pressed
+ icon.source: "image://theme/" + (model.mastodon !== "" ? "icon-m-contact" : "icon-m-mail") + "?" + (pressed
? Theme.highlightColor
: Theme.primaryColor)
onClicked: {
diff --git a/qml/pages/components/ProfileHeader.qml b/qml/pages/components/ProfileHeader.qml
index 8dd369c..54b9874 100644
--- a/qml/pages/components/ProfileHeader.qml
+++ b/qml/pages/components/ProfileHeader.qml
@@ -37,7 +37,12 @@ Item {
asynchronous: true
width: description === "" ? Theme.iconSizeMedium : Theme.iconSizeLarge
height: width
- source: image
+ source:
+ if (icon.status === Image.Error)
+ source = "../../images/icon-l-profile.svg?" + (pressed
+ ? Theme.highlightColor
+ : Theme.primaryColor)
+ else image
}
Column {
anchors {
@@ -61,7 +66,7 @@ Item {
Label {
height: description === "" ? 0 : contentHeight
text: description
- color: Theme.primaryColor
+ color: Theme.secondaryColor
font.pixelSize: Theme.fontSizeSmall
font.family: Theme.fontFamilyHeading
horizontalAlignment: Text.AlignRight
diff --git a/qml/pages/components/Toot.qml b/qml/pages/components/Toot.qml
index 05d235c..7809e7a 100644
--- a/qml/pages/components/Toot.qml
+++ b/qml/pages/components/Toot.qml
@@ -4,6 +4,7 @@ import QtGraphicalEffects 1.0
BackgroundItem {
signal send (string notice)
+
id: delegate
//property string text: "0"
width: parent.width
diff --git a/qml/pages/components/VisualContainer.qml b/qml/pages/components/VisualContainer.qml
index 2d42d6c..a7bc245 100644
--- a/qml/pages/components/VisualContainer.qml
+++ b/qml/pages/components/VisualContainer.qml
@@ -46,7 +46,7 @@ BackgroundItem {
visible: true
onStatusChanged: {
if (avatar.status === Image.Error)
- source = "image://theme/icon-m-person?" + (pressed
+ source = "../../images/icon-m-profile.svg?" + (pressed
? Theme.highlightColor
: Theme.primaryColor)
}
diff --git a/rpm/harbour-tooter.changes b/rpm/harbour-tooter.changes
index 5886521..c708a4b 100644
--- a/rpm/harbour-tooter.changes
+++ b/rpm/harbour-tooter.changes
@@ -1,3 +1,6 @@
+* Thu Apr 16 2020 Dusko Angirevic 1.0.4-1
+- Merge with molan code
+
* Tue Feb 04 2020 molan 1.0.3-8
- Fix for broken translations
- Updated Spanish translation
diff --git a/rpm/harbour-tooter.spec b/rpm/harbour-tooter.spec
index 6bd72e7..4c576ba 100644
--- a/rpm/harbour-tooter.spec
+++ b/rpm/harbour-tooter.spec
@@ -13,8 +13,8 @@ Name: harbour-tooter
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Tooter
-Version: 1.0.3
-Release: 8
+Version: 1.0.4
+Release: 1
Group: Qt/Qt
License: LICENSE
URL: http://example.org/
diff --git a/rpm/harbour-tooter.yaml b/rpm/harbour-tooter.yaml
index 01802db..093166c 100644
--- a/rpm/harbour-tooter.yaml
+++ b/rpm/harbour-tooter.yaml
@@ -1,7 +1,7 @@
Name: harbour-tooter
Summary: Tooter
-Version: 1.0.3
-Release: 8
+Version: 1.0.4
+Release: 1
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt
diff --git a/translations/harbour-tooter-de.ts b/translations/harbour-tooter-de.ts
index 4ef1a9d..0d7c292 100644
--- a/translations/harbour-tooter-de.ts
+++ b/translations/harbour-tooter-de.ts
@@ -5,15 +5,15 @@
API
- favorisiert
+ hat den Beitrag favorisiert
- sind dir gefolgt
+ folgt dir
- geboostet
+ hat den Beitrag geteilt
@@ -40,7 +40,7 @@
- Füge eine Inhaltswarnung hinzu
+ Inhaltswarnung
@@ -52,15 +52,15 @@
- Nur Follower
+ Nur für Folgende
- Direkt
+ Direktnachricht
- Was möchtest du mitteilen?
+ Was gibt's Neues?
@@ -87,6 +87,10 @@
Instanz
+
+
+ Eine gültige Mastodon-Instanz URL eingeben
+
Mastodon ist ein freies, quelloffenes soziales Netzwerk. Im Gegensatz zu kommerziellen Plattformen, ist Mastodon als dezentrales Netzwerk konzipiert. Somit wird das Risiko vermieden, dass ein einziges Unternehmen die volle Kontrolle über die Kommunikation der Benutzer hat. Benutzer können einer beliebigen Instanz beitreten oder selbst eine eigene betreiben.
@@ -95,10 +99,6 @@
Neu laden
-
-
- Eine gültige Mastodon-Instanz URL eingeben
-
MainPage
@@ -120,7 +120,7 @@
- @User oder #Ausdruck
+ @Benutzer oder #Ausdruck
@@ -128,22 +128,22 @@
- Föderiert
+ Föderation
MiniStatus
- geboostet
+ hat den Beitrag geteilt
- favorisiert
+ hat den Beitrag favorisiert
- sind dir gefolgt
+ folgt dir
@@ -158,7 +158,7 @@
- Lädt...
+ Wird geladen
@@ -169,7 +169,7 @@
Profile
- Nicht mehr folgen
+ Entfolgen
@@ -177,15 +177,15 @@
- Folgend
+ Folgt
- Stumm
+ Stummschalten
- Nicht stumm
+ Nicht stummschalten
@@ -197,7 +197,7 @@
- Status
+ Beiträge
@@ -205,7 +205,7 @@
- Folge
+ Folgen
@@ -213,7 +213,7 @@
- Anhänger
+ Folgende
@@ -221,7 +221,7 @@
- Profil in Browser öffnen
+ Profil im Browser öffnen
@@ -243,44 +243,28 @@
Konto entfernen und für diese Anwendung deaktivieren
-
+
Zugriff durch diese Anwendung auf eigenes Mastodon-Konto erlauben
Diese Option deaktivieren um Datenvolumen zu sparen
-
-
- Über
-
- Entwickler
+ Über
UI/UX-Gestaltung und Entwicklung
-
-
- Dies ist ein Fork und Weiterentwicklung der Mastodon-Anwendung Tooter, welche urpsrünglich von Duško Angirević entwickelt wurde. Quellcode auf <a href='https://github.com/molan-git/harbour-tooter'>GitHub</a>.
-
-
-
- Bilder in Toots laden
-
-
-
- Entwicklung dieser Version
-
Visuelle Identität
- Franzözische Übersetzung
+ Französische Übersetzung
@@ -292,22 +276,38 @@
- README-Datei erstellt
+ Erstellung README-Datei
Chinesische Übersetzung
+
+
+ Bilder in Toots laden
+
+
+
+ Übersetzungen
+
+
+
+ Transifex benutzen um bei den Übersetzungen mitzuhelfen
+
+
+
+ Entwicklung und Übersetzungen
+
Toot
- geboostet
+ hat deinen Beitrag geteilt
- favorisiert
+ hat deinen Beitrag favorisiert
@@ -318,19 +318,19 @@
VisualContainer
- Nicht boosten
+ Nicht mehr teilen
- Boosten
+ Teilen
-
+ Nicht favorisieren
-
+ Favorisieren
diff --git a/translations/harbour-tooter-el.ts b/translations/harbour-tooter-el.ts
index b4edd31..6f47211 100644
--- a/translations/harbour-tooter-el.ts
+++ b/translations/harbour-tooter-el.ts
@@ -81,10 +81,14 @@
LoginPage
-
+ Σύνδεση
+ Παράδειγμα
+
+
+
@@ -95,10 +99,6 @@
-
-
-
-
MainPage
@@ -228,51 +228,35 @@
Settings
- Ρυθμίσεις
+ Ρυθμίσεις
-
+ Αφαίρεση λογαριασμού
-
+ Προσθήκη λογαριασμού
-
+ Άρση της αδειοδότησης της εφαρμογής και αφαίρεση του λογαριασμού σας
-
-
+
+ Να επιτρέπεται στην εφαρμογή να χρησιμοποιεί τον λογαριασμό σας στο Mastodon εκ μέρους σας
-
-
-
-
-
+ Απενεργοποιήστε αυτήν την επιλογή αν θέλετε να διατηρήσετε την σύνδεση των δεδομένων σας
-
+ Ευχαριστίες
-
-
-
-
-
-
-
-
-
-
-
-
-
+ UI/UX σχεδιασμός και ανάπτυξη
@@ -298,6 +282,22 @@
+
+
+
+
+
+
+ Μετάφραση
+
+
+
+ Χρησιμοποιήστε το Transifex για να βοηθήσετε την μετάφραση της εφαρμογής στην γλώσσα σας
+
+
+
+
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Αναίρεση προώθησης
-
+ Προώθηση
-
+ Αφαίρεση από τους σελιδοδείκτες
-
+ Σελιδοδείκτης
diff --git a/translations/harbour-tooter-es.ts b/translations/harbour-tooter-es.ts
index 3d7aeae..a226c0c 100644
--- a/translations/harbour-tooter-es.ts
+++ b/translations/harbour-tooter-es.ts
@@ -85,7 +85,11 @@
- Instancia
+ Instancia>
+
+
+
+ Introduce una URL de instancia de Mastodon válida
@@ -95,10 +99,6 @@
Volver a cargar
-
-
- Introduce una URL de instancia de Mastodon válida
-
MainPage
@@ -243,17 +243,13 @@
Retira la autorización a esta aplicación y elimina tu cuenta
-
+
Autoriza a esta aplicación para usar tu cuenta de Mastodon en tu nombre
Deshabilita esta opción si quieres ahorrar en tu conexión de datos
-
-
- Acerca de
-
Créditos
@@ -262,18 +258,6 @@
Diseño UI/UX y desarrollo
-
-
- Esta aplicación es una versión bifurcada del cliente de Mastodon Tooter, desarrollada originalmente por Duško Angirević, que corrige varios errores. Código fuente en <a href='https://github.com/molan-git/harbour-tooter'>GitHub</a>.
-
-
-
- Cargar imágenes en toots
-
-
-
- Mantenedor de esta publicación
-
Identidad visual
@@ -298,6 +282,22 @@
Traducción al chino
+
+
+ Cargar imágenes en messages
+
+
+
+ Traducir
+
+
+
+ Usar Transifex para ayudar con traducciones
+
+
+
+ Desarrollo y traducciones
+
Toot
diff --git a/translations/harbour-tooter-fi.ts b/translations/harbour-tooter-fi.ts
index d15d70b..f1444ea 100644
--- a/translations/harbour-tooter-fi.ts
+++ b/translations/harbour-tooter-fi.ts
@@ -87,6 +87,10 @@
+
+
+
+
@@ -95,10 +99,6 @@
-
-
-
-
MainPage
@@ -243,17 +243,13 @@
-
+
-
-
-
-
@@ -262,18 +258,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -298,6 +282,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Toot
diff --git a/translations/harbour-tooter-fr.ts b/translations/harbour-tooter-fr.ts
index 89708bd..da66113 100644
--- a/translations/harbour-tooter-fr.ts
+++ b/translations/harbour-tooter-fr.ts
@@ -48,11 +48,11 @@
- Non coté
+ Non listé
- Que Followers
+ Abonné(e)s uniquement
@@ -60,7 +60,7 @@
- A quoi penses-tu?
+ Qu'avez-vous en tête?
@@ -87,18 +87,18 @@
Instance
+
+
+ Saisissez l’URL d’une instance Mastodon
+
- Mastodon est un réseau social et logiciel à source ouverte de microblog auto-hébergé, libre, distribué et acentré. Il permet de partager des messages, images et autres contenus. Mastodon peut être fédéré à un réseau d'instances capables de communiquer entre elles.
+ 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.
Recharger
-
-
- Entrer l'URL d'une instance de Mastodon
-
MainPage
@@ -116,7 +116,7 @@
- Recherche
+ Chercher
@@ -124,18 +124,18 @@
- Local
+ Fil public local
- Fédéré
+ Fil public global
MiniStatus
- a partagé
+ a partagé ce statut
@@ -143,7 +143,7 @@
- vous a suivi
+ vous suit
@@ -197,7 +197,7 @@
- Status
+ Pouets
@@ -213,11 +213,11 @@
- Abonnés
+ Abonné(e)s
-
+ Bio
@@ -243,17 +243,13 @@
Désautoriser cette application et enlever votre compte
-
+
Autoriser cette application d'utiliser votre compte
Désactiver cette option pour économiser des données mobiles
-
-
- À propos
-
Développement
@@ -262,18 +258,6 @@
Design UI/UX et développement
-
-
- Cette application est un fork de Tooter (développée par Duško Angirević). Cette version continue le développement et corrige plusieurs bugs trouvés.
-
-
-
- Charger images dans pouets
-
-
-
- Développement de cette version
-
Identité visuelle
@@ -296,14 +280,30 @@
-
+ Ajouté fichier README
+
+
+
+ Charger images dans les pouets
+
+
+
+ Traduire
+
+
+
+ Utiliser Transifex pour aider avec les traductions de l'application
+
+
+
+ Développement et traductions
Toot
- boosté
+ a partagé votre statut
@@ -318,19 +318,19 @@
VisualContainer
-
+ Annuler le partage
-
+ Partager
- Defavoriser
+ Défavoriser
- Favoriser
+ Ajouter au favoris
diff --git a/translations/harbour-tooter-it.ts b/translations/harbour-tooter-it.ts
new file mode 100644
index 0000000..9f31bc8
--- /dev/null
+++ b/translations/harbour-tooter-it.ts
@@ -0,0 +1,411 @@
+
+
+
+
+ API
+
+
+
+ ha apprezzato il post
+
+
+
+
+ ha iniziato a seguirti
+
+
+
+
+ ha condiviso il post
+
+
+
+
+
+ ha detto
+
+
+
+ Conversation
+
+
+
+ Conversazione
+
+
+
+
+ Contenuto avviso
+
+
+
+
+ A cosa stai pensando?
+
+
+
+
+ Elimina
+
+
+
+
+ Pubblico
+
+
+
+
+ Non elencato
+
+
+
+
+ Solo ai seguaci
+
+
+
+
+ Diretto
+
+
+
+
+ Emojis
+
+
+
+
+ Tap per inserire
+
+
+
+ ImageFullScreen
+
+
+
+ Errore caricamento
+
+
+
+ ImageUploader
+
+
+
+ Il file %1 non esiste
+
+
+
+ LoginPage
+
+
+
+ Accesso
+
+
+
+
+ Istanza
+
+
+
+
+ Inserire URL di una istanza Mastodon valida
+
+
+
+
+ Mastodon è un servizio di rete sociale in software libero, costituito in una federazione d'istanze. Mastodon fa parte del più ampio Fediverso, permettendo ai suoi utenti di interagire anche con utenti su diverse piattaforme aperte che supportano lo stesso protocollo.
+
+
+
+
+ Ricarica
+
+
+
+ MainPage
+
+
+
+ Home
+
+
+
+
+ Notifiche
+
+
+
+
+ Locale
+
+
+
+
+ Federazione
+
+
+
+
+ Cerca
+
+
+
+
+ @utente o #termine
+
+
+
+
+ Nuovo toot
+
+
+
+ MiniStatus
+
+
+
+ ha condiviso il post
+
+
+
+
+ ha apprezzato il post
+
+
+
+
+ ha iniziato a seguirti
+
+
+
+ MyList
+
+
+
+ Caricamento
+
+
+
+
+ Attendere un momento...
+
+
+
+
+ Impostazioni
+
+
+
+
+ Caricare altri
+
+
+
+ Profile
+
+
+
+ Sintesi
+
+
+
+
+ Seguaci
+
+
+
+
+ Segue
+
+
+
+
+ Toots
+
+
+
+
+ Apprezzati
+
+
+
+
+ Smetti di seguire
+
+
+
+
+ Richiesta di seguito inviata!
+
+
+
+
+ Segui
+
+
+
+
+ Non silenziare
+
+
+
+
+ Silenzia
+
+
+
+
+ Sblocca
+
+
+
+
+ Blocca
+
+
+
+
+ Biografia
+
+
+
+
+ Aprire profile nel browser
+
+
+
+ Settings
+
+
+
+ Impostazione
+
+
+
+
+ Rimozione del account
+
+
+
+
+ Aggiungi account
+
+
+
+
+ Annullare l'autorizzazione dell'app e rimuovere l'account
+
+
+
+
+ Autorizzare l'app all'utilizzo del conto Mastodon
+
+
+
+
+ Caricare immagini nei toots
+
+
+
+
+ Disabilitare questa opzione per conservare connessione dati
+
+
+
+
+ Tradurre
+
+
+
+
+ Utilizzare Transifex per aiutare nella traduzione dell'app
+
+
+
+
+ Sviluppo
+
+
+
+
+ Design UI/UX e sviluppo
+
+
+
+
+ Identità visiva
+
+
+
+
+ Sviluppo e traduzioni
+
+
+
+
+ Traduzione francese e occitanica
+
+
+
+
+ Traduzione cinese
+
+
+
+
+ Traduzione olandese
+
+
+
+
+ Traduzione spagnola
+
+
+
+
+ Aggiunto file README
+
+
+
+ Toot
+
+
+
+ ha condiviso il tuo post
+
+
+
+
+ ha apprezzato il tuo post
+
+
+
+
+ ha iniziato a seguirti
+
+
+
+ VisualContainer
+
+
+
+ Annulla condivisione
+
+
+
+
+ Condividi
+
+
+
+
+ Annulla apprezzamento
+
+
+
+
+ Apprezzato
+
+
+
diff --git a/translations/harbour-tooter-nl.ts b/translations/harbour-tooter-nl.ts
index 896915a..6ff67ed 100644
--- a/translations/harbour-tooter-nl.ts
+++ b/translations/harbour-tooter-nl.ts
@@ -81,24 +81,24 @@
LoginPage
-
+ Inloggen
-
-
-
-
-
-
-
-
-
+ Instantie
+
+
+ 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.
+
+
+
+ Herladen
+
MainPage
@@ -228,51 +228,35 @@
Settings
- Instellingen
+ Instellingen
-
+ Verwijderen account
-
+ Toevoegen account
-
+ Trek autorisaties van deze app in en verwijder je account
-
-
+
+ Autoriseer deze app om je Mastodon namens jou te gebruiken
-
-
-
-
-
+ Schakel deze optie uit als je je dataverbinding wilt behouden
-
+ Credits
-
-
-
-
-
-
-
-
-
-
-
-
-
+ UI/UX ontwerp en ontwikkeling
@@ -298,6 +282,22 @@
+
+
+ Laden afbeeldingen in toots
+
+
+
+ Vertalen
+
+
+
+ Gebruik Transifex om deze app te helpen vertalen in jouw taal
+
+
+
+ Ontwikkeling en vertalingen
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Unboost
-
+ Boost
-
+ Demarkeren als favoriet
-
+ Markeren als favoriet
diff --git a/translations/harbour-tooter-nl_BE.ts b/translations/harbour-tooter-nl_BE.ts
index b246e6c..cf8d937 100644
--- a/translations/harbour-tooter-nl_BE.ts
+++ b/translations/harbour-tooter-nl_BE.ts
@@ -81,23 +81,23 @@
LoginPage
-
+ Inloggen
-
-
-
-
-
-
-
-
-
+ Instantie
-
+ Voert den URL van een Mastodon-instantie in
+
+
+
+ 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.
+
+
+
+ Herladen
@@ -228,51 +228,35 @@
Settings
- Instellingen
+ Instellingen
-
+ Account verwijderen
-
+ Account toevoegen
-
+ Trekt autorisaties van dezen app in en verwijdert uwen account
-
-
+
+ Autoriseert dezen app voor uwe Mastodon-account namens u te gebruiken
-
-
-
-
-
+ Schakelt dees optie uit als ge uw verbinding wilt behouden
-
+ Credits
-
-
-
-
-
-
-
-
-
-
-
-
-
+ UI/UX-ontwerp en -ontwikkeling
@@ -298,6 +282,22 @@
+
+
+ Afbeeldingen in toots laden
+
+
+
+ Vertalen
+
+
+
+ Gebruikt Transifex voor te helpen met dezen app in uw taal te vertalen
+
+
+
+
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Ontboosten
-
+ Boosten
-
+ Duim verwijderen
-
+ Duim toevoegen
diff --git a/translations/harbour-tooter-oc.ts b/translations/harbour-tooter-oc.ts
index 4969598..2bb86d9 100644
--- a/translations/harbour-tooter-oc.ts
+++ b/translations/harbour-tooter-oc.ts
@@ -81,24 +81,24 @@
LoginPage
-
+ Connexion
+
+
+ Picatz l’URL d’una instància Mastodon
+
-
+ 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.
-
-
-
-
MainPage
@@ -228,51 +228,35 @@
Settings
- Parmètres
+ Parmètres
-
+ Levar un compte
-
+ Ajustar un compte
-
+ Revocar l’aplicacion e levar vòstre compte
-
-
+
+ Autorizar aquesta aplicacion a utilizar vòstre compte Mastodon per vos
-
-
-
-
-
+ Desactivar aquesta opcion per estalviar vòstra connexion de donadas
-
+ Crèdits
-
-
-
-
-
-
-
-
-
-
-
-
-
+ UI/UX design e desvlopament
@@ -298,6 +282,22 @@
+
+
+ Cargar los imatges dels tuts
+
+
+
+ Traduire
+
+
+
+ Utilizar Transifex per ajudar a traduire l’aplicacion dins vòstra lenga
+
+
+
+
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Partejar pas mai
-
+ Partejar
-
+ Levar dels favorits
-
+ Ajustar als favorits
diff --git a/translations/harbour-tooter-pl.ts b/translations/harbour-tooter-pl.ts
index 458d9cc..952b1b2 100644
--- a/translations/harbour-tooter-pl.ts
+++ b/translations/harbour-tooter-pl.ts
@@ -1,6 +1,6 @@
-
+
API
@@ -87,6 +87,10 @@
+
+
+
+
@@ -95,10 +99,6 @@
-
-
-
-
MainPage
@@ -243,17 +243,13 @@
-
+
-
-
-
-
@@ -262,18 +258,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -298,6 +282,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Toot
diff --git a/translations/harbour-tooter-ru.ts b/translations/harbour-tooter-ru.ts
index eadd6e9..277a582 100644
--- a/translations/harbour-tooter-ru.ts
+++ b/translations/harbour-tooter-ru.ts
@@ -87,18 +87,18 @@
+
+
+ Введите URL-адрес экземпляра Mastodon
+
-
+ Mastodon - бесплатная социальная сеть с открытым исходным кодом. Децентрализованная альтернатива коммерческим платформам позволяет избежать рисков, связанных с тем, что одна компания монополизирует ваше общение. Выберите сервер, которому вы доверяете - в зависимости от того, что вы выберете, вы можете взаимодействовать со всеми остальными. Любой может запустить свой собственный экземпляр Mastodon и беспрепятственно участвовать в социальной сети.
-
-
-
-
MainPage
@@ -228,51 +228,35 @@
Settings
- Настройки
+ Настройки
-
+ Удалить учетную запись
-
+ Добавить аккаунт
-
+ удалить учетную запись с устройства
-
-
+
+ Уполномочить это приложение использовать свою учетную запись Mastodon от вашего имени
-
-
-
-
-
+ Отключите эту опцию, если вы хотите сохранить подключение к данным
-
+ Зачет
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Дизайн и разработка UI / UX
@@ -298,6 +282,22 @@
+
+
+ Загружать изображения
+
+
+
+ Переведите
+
+
+
+ Используйте Transifex, чтобы помочь с переводом приложения на ваш язык
+
+
+
+
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Нет росту
-
+ Росту
-
+ Избранные нет
-
+ Избранные
diff --git a/translations/harbour-tooter-sr.ts b/translations/harbour-tooter-sr.ts
index 4d4bb43..3091e3e 100644
--- a/translations/harbour-tooter-sr.ts
+++ b/translations/harbour-tooter-sr.ts
@@ -87,6 +87,10 @@
+
+
+
+
@@ -95,10 +99,6 @@
-
-
-
-
MainPage
@@ -228,51 +228,35 @@
Settings
- Подешавања
+ Подешавања
-
+ Уклони налог
-
+ Додај налог
-
+ Укините дозволе за кориштење и уклоните налог с телефона
-
-
+
+ Дозволите овој апликацији да користи ваш Mastodon налог
-
-
-
-
-
+ Искључите ову опцију уколико желите да уштедите на преносу података
-
+ Спомен плоча
-
-
-
-
-
-
-
-
-
-
-
-
-
+ интерфејс дизајн и развој
@@ -298,6 +282,22 @@
+
+
+ Прикажи слике у објавама
+
+
+
+ Преведи
+
+
+
+ Користите Transifex и помозите у преводу апликације на други језик
+
+
+
+
+
Toot
@@ -318,15 +318,15 @@
VisualContainer
-
+ Уклони разглас
-
+ Разгласи
-
+ Уклони из омиљених
diff --git a/translations/harbour-tooter-sv.ts b/translations/harbour-tooter-sv.ts
index 7dfde30..43b1866 100644
--- a/translations/harbour-tooter-sv.ts
+++ b/translations/harbour-tooter-sv.ts
@@ -81,24 +81,24 @@
LoginPage
-
+ Logga in
+
+
+ Fyll i URL till Mastodoninstans
+
-
+ 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!
-
-
-
-
MainPage
@@ -228,51 +228,35 @@
Settings
- Inställningar
+ Inställningar
-
+ Radera konto
-
+ Lägg till konto
-
+ Avauktorisera denna app och radera ditt konto
-
-
+
+ Godkänn denna app att använda ditt Mastodon-konto på dina vägnar
-
-
-
-
-
+ Inaktivera det här alternativet om du vill behålla din dataanslutning
-
+ Erkännanden
-
-
-
-
-
-
-
-
-
-
-
-
-
+ UI/UX design och utveckling
@@ -298,6 +282,22 @@
+
+
+ Ladda bilder i toots
+
+
+
+ Översätt
+
+
+
+
+
+
+
+ Använd Transifex för att hjälpa med app-översättningar till ditt språk
+
Toot
@@ -318,19 +318,19 @@
VisualContainer
-
+ Avpuffa
-
+ Puffa
-
+ Avfavorisera
-
+ Favorisera
diff --git a/translations/harbour-tooter-zh_CN.ts b/translations/harbour-tooter-zh_CN.ts
index 2479c2a..04ddc89 100644
--- a/translations/harbour-tooter-zh_CN.ts
+++ b/translations/harbour-tooter-zh_CN.ts
@@ -87,18 +87,18 @@
实例
+
+
+ 输入一个有效的 Mastodon 实例 URL
+
- Mastodon 是一个自由且开源的社交网络。一个去中心化的商业平台的替代品。它能够避免某个公司垄断你的通讯方式的风险。选择一个你所信任的服务器——无论你选择什么,你都可以和其他人进行互动。任何人都能运行他们自己的 Mastodon 实例,然后无缝加入社交网站。
+ Mastodon 是一个自由且开源的社交网络。一个去中心化的商业平台的替代品。它能够避免某个公司垄断你的通讯方式的风险。选择一个你所信任的服务器——无论你选择什么,你都可以和其他人进行互动。任何人都能运行他们自己的 Mastodon 实例,然后无缝加入社交网站。
重新加载
-
-
- 输入一个有效的 Mastodon 实例 URL
-
MainPage
@@ -243,17 +243,13 @@
取消授权此软件并移除你的账号
-
+
授权此软件使用你的 Mastodon 账号
如果你想保护你的数据连接,请禁用此选项
-
-
- 关于
-
信誉
@@ -262,18 +258,6 @@
UI/UX设计及开发
-
-
- 此软件是一个 Mastodon 客户端 Tooter,原作者为 Duško Angirević。该分支修复了大量缺陷,你可以在此处找到源代码 <a href='https://github.com/molan-git/harbour-tooter'>GitHub</a> 。
-
-
-
- 在嘟嘟加载图片
-
-
-
- 该发布的维护者
-
视觉识别
@@ -298,6 +282,22 @@
汉语翻译
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Toot
diff --git a/translations/harbour-tooter.ts b/translations/harbour-tooter.ts
index b6bec4d..b119e7e 100644
--- a/translations/harbour-tooter.ts
+++ b/translations/harbour-tooter.ts
@@ -87,6 +87,10 @@
+
+
+
+
@@ -95,10 +99,6 @@
-
-
-
-
MainPage
@@ -243,17 +243,13 @@
-
+
-
-
-
-
@@ -262,18 +258,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -298,6 +282,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Toot