diff --git a/qml/pages/ProfilePage.qml b/qml/pages/ProfilePage.qml index 4478e4c..e5ce206 100644 --- a/qml/pages/ProfilePage.qml +++ b/qml/pages/ProfilePage.qml @@ -170,7 +170,9 @@ Page { ExpandingSection { id: expandingSection1 - title: qsTr("About") + title: + //: If there's no good translation for "About", use "Details" (in details about profile). + qsTr("About") content.sourceComponent: Column { height: Math.min( txtContainer, parent.height * 0.7 ) spacing: Theme.paddingLarge @@ -248,7 +250,9 @@ Page { Text { id: txtFollowers visible: followers_count ? true : false - text: followers_count+" "+qsTr("Followers") + text: followers_count+" "+ + //: Will show as: "35 Followers" + qsTr("Followers") font.pixelSize: Theme.fontSizeExtraSmall color: Theme.highlightColor wrapMode: Text.Wrap @@ -257,7 +261,9 @@ Page { Text { id: txtFollowing visible: following_count ? true : false - text: following_count+" "+qsTr("Following") + text: following_count+" "+ + //: Will show as: "23 Following" + qsTr("Following") font.pixelSize: Theme.fontSizeExtraSmall color: Theme.highlightColor wrapMode: Text.Wrap @@ -266,7 +272,9 @@ Page { Text { id: txtStatuses visible: statuses_count ? true : false - text: statuses_count+" "+qsTr("Statuses") + text: statuses_count+" "+ + //: Will show as: "115 Statuses" + qsTr("Statuses") font.pixelSize: Theme.fontSizeExtraSmall color: Theme.highlightColor wrapMode: Text.Wrap @@ -275,7 +283,9 @@ Page { /*Text { id: txtFavourites visible: favourites_count ? true : false - text: favourites_count+" "+qsTr("Favourites") + text: favourites_count+" "+ + //: Will show as: "56 Favourites" + qsTr("Favourites") font.pixelSize: Theme.fontSizeExtraSmall color: Theme.highlightColor wrapMode: Text.Wrap @@ -294,7 +304,7 @@ Page { text: "Mention" onClicked: { pageStack.push(Qt.resolvedUrl("ConversationPage.qml"), { - headerTitle: "Mention", + headerTitle: qsTr("Mention"), description: "@"+username, type: "new" }) @@ -304,7 +314,13 @@ Page { Button { id: btnFollow preferredWidth: Theme.buttonWidthSmall - text: (following ? qsTr("Unfollow") : (requested ? qsTr("Requested") : qsTr("Follow"))) + text: (following ? + //: Is a button. Keep it as short as possible. + qsTr("Unfollow") : (requested ? + //: Is a button. Keep it as short as possible. + qsTr("Requested") : + //: Is a button. Keep it as short as possible. + qsTr("Follow"))) color: (following ? highlightColor : (requested ? palette.errorColor : palette.primaryColor)) onClicked: { var msg = { @@ -321,7 +337,11 @@ Page { Button { id: btnMute preferredWidth: Theme.buttonWidthSmall - text: (muting ? qsTr("Unmute") : qsTr("Mute")) + text: (muting ? + //: Is a button. Keep it as short as possible. + qsTr("Unmute") : + //: Is a button. Keep it as short as possible. + qsTr("Mute")) color: (muting ? palette.errorColor : palette.primaryColor) onClicked: { var msg = { @@ -337,7 +357,11 @@ Page { Button { id: btnBlock preferredWidth: Theme.buttonWidthSmall - text: (blocking ? qsTr("Unblock") : qsTr("Block") ) + text: (blocking ? + //: Is a button. Keep it as short as possible. + qsTr("Unblock") : + //: Is a button. Keep it as short as possible. + qsTr("Block") ) color: (blocking ? palette.errorColor : palette.primaryColor) onClicked: { var msg = { diff --git a/qml/pages/SettingsPage.qml b/qml/pages/SettingsPage.qml index 876929c..adb844d 100644 --- a/qml/pages/SettingsPage.qml +++ b/qml/pages/SettingsPage.qml @@ -111,7 +111,9 @@ Page { } LinkedLabel { - text: qsTr("Use Transifex to help with app translation to your language.") + id: translateLbl + //: Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + text: qsTr("Use")+" "+"Transifex"+" "+qsTr("to help with app translation to your language.") textFormat: Text.StyledText color: Theme.highlightColor linkColor: Theme.primaryColor diff --git a/translations/harbour-tooter-de.ts b/translations/harbour-tooter-de.ts index 507cee7..05e7430 100644 --- a/translations/harbour-tooter-de.ts +++ b/translations/harbour-tooter-de.ts @@ -198,52 +198,67 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Details Followers + Will show as: "35 Followers" Folgende Following + Will show as: "23 Following" Folgt Statuses + Will show as: "115 Statuses" Beiträge Unfollow + Is a button. Keep it as short as possible. Entfolgen Requested + Is a button. Keep it as short as possible. Angefragt Follow + Is a button. Keep it as short as possible. Folgen Unmute + Is a button. Keep it as short as possible. Nicht stumm schalten Mute + Is a button. Keep it as short as possible. Stumm schalten Unblock + Is a button. Keep it as short as possible. Nicht blockieren Block + Is a button. Keep it as short as possible. Blockieren Open in Browser Im Browser öffnen + + Mention + Erwähnen + SettingsPage @@ -287,10 +302,6 @@ Translate Übersetzungen - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> benutzen um bei den Übersetzungen mitzuhelfen. - Credits Über @@ -327,6 +338,15 @@ Added README file Erstellung README-Datei + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Benutze + + + to help with app translation to your language. + um bei den Übersetzungen mitzuhelfen. + Toot diff --git a/translations/harbour-tooter-el.ts b/translations/harbour-tooter-el.ts index ca66d27..2a21994 100644 --- a/translations/harbour-tooter-el.ts +++ b/translations/harbour-tooter-el.ts @@ -36,7 +36,7 @@ Delete - Διαγραφή + Διαγραφή Public @@ -63,18 +63,18 @@ CoverPage New Toot - Νέος + Νέος EmojiSelect Emojis - Emoji + Emoji Tap to insert - Κτυπήστε για εισαγωγή + Κτυπήστε για εισαγωγή @@ -131,7 +131,7 @@ Local - + Τοπικός Federated @@ -180,7 +180,7 @@ New Toot - Νέος + Νέος @@ -198,58 +198,73 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Σας ακολουθούν + Will show as: "35 Followers" + Σας ακολουθούν Following - Σε παρακολούθηση + Will show as: "23 Following" + Σε παρακολούθηση Statuses - Κατάσταση + Will show as: "115 Statuses" + Κατάσταση Unfollow - Αναίρεση παρακολούθησης + Is a button. Keep it as short as possible. + Αναίρεση παρακολούθησης Requested + Is a button. Keep it as short as possible. Follow - Παρακολούθηση + Is a button. Keep it as short as possible. + Παρακολούθηση Unmute - Αναίρεση σίγασης + Is a button. Keep it as short as possible. + Αναίρεση σίγασης Mute - Σίγαση + Is a button. Keep it as short as possible. + Σίγαση Unblock - Αναίρεση φραγής + Is a button. Keep it as short as possible. + Αναίρεση φραγής Block - Φραγή + Is a button. Keep it as short as possible. + Φραγή Open in Browser + + Mention + + SettingsPage Settings - Ρυθμίσεις + Ρυθμίσεις Options @@ -261,43 +276,39 @@ Disable this option if you want to preserve your data connection - Απενεργοποιήστε αυτήν την επιλογή αν θέλετε να διατηρήσετε την σύνδεση των δεδομένων σας + Απενεργοποιήστε αυτήν την επιλογή αν θέλετε να διατηρήσετε την σύνδεση των δεδομένων σας Account - + λογαριασμού Remove Account - Αφαίρεση λογαριασμού + Αφαίρεση λογαριασμού Add Account - Προσθήκη λογαριασμού + Προσθήκη λογαριασμού Deauthorize this app from using your account and remove account data from phone - + Άρση της αδειοδότησης της εφαρμογής και αφαίρεση του λογαριασμού σας Authorize this app to access your Mastodon account - Να επιτρέπεται στην εφαρμογή να χρησιμοποιεί τον λογαριασμό σας στο Mastodon εκ μέρους σας + Να επιτρέπεται στην εφαρμογή να χρησιμοποιεί τον λογαριασμό σας στο Mastodon εκ μέρους σας Translate - Μετάφραση - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Μετάφραση Credits - Ευχαριστίες + Ευχαριστίες UI/UX design and development - UI/UX σχεδιασμός και ανάπτυξη + UI/UX σχεδιασμός και ανάπτυξη Visual identity @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Χρησιμοποιήστε το + + + to help with app translation to your language. + για να βοηθήσετε την μετάφραση της εφαρμογής στην γλώσσα σας. + Toot diff --git a/translations/harbour-tooter-es.ts b/translations/harbour-tooter-es.ts index 7071824..af93f43 100644 --- a/translations/harbour-tooter-es.ts +++ b/translations/harbour-tooter-es.ts @@ -198,52 +198,67 @@ ProfilePage About - + If there's no good translation for "About", use "Details" (in details about profile). + Detalles Followers + Will show as: "35 Followers" Seguidores Following + Will show as: "23 Following" Siguiendo Statuses + Will show as: "115 Statuses" Estados Unfollow + Is a button. Keep it as short as possible. Dejar de seguir Requested + Is a button. Keep it as short as possible. Follow + Is a button. Keep it as short as possible. Seguir Unmute + Is a button. Keep it as short as possible. Dejar de silenciar Mute + Is a button. Keep it as short as possible. Silenciar Unblock + Is a button. Keep it as short as possible. Desbloquear Block + Is a button. Keep it as short as possible. Bloquear Open in Browser Abrir en el navegador + + Mention + + SettingsPage @@ -287,10 +302,6 @@ Translate Traducir - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - Usar <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> para ayudar con traducciones - Credits Créditos @@ -327,6 +338,15 @@ Added README file Añadido archivo README + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Usar + + + to help with app translation to your language. + para ayudar con traducciones. + Toot diff --git a/translations/harbour-tooter-fr.ts b/translations/harbour-tooter-fr.ts index 26b00e7..3f560f4 100644 --- a/translations/harbour-tooter-fr.ts +++ b/translations/harbour-tooter-fr.ts @@ -198,52 +198,67 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Détails Followers + Will show as: "35 Followers" Abonné(e)s Following + Will show as: "23 Following" Abonnements Statuses + Will show as: "115 Statuses" Pouets Unfollow + Is a button. Keep it as short as possible. Ne plus suivre Requested + Is a button. Keep it as short as possible. Demandé Follow + Is a button. Keep it as short as possible. Suivre Unmute + Is a button. Keep it as short as possible. Démasquer Mute + Is a button. Keep it as short as possible. Masquer Unblock + Is a button. Keep it as short as possible. Débloquer Block + Is a button. Keep it as short as possible. Bloquer Open in Browser Ouvrir dans le navigateur + + Mention + Mentionner + SettingsPage @@ -287,10 +302,6 @@ Translate Traduire - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - Utiliser <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> pour aider à traduire cette application. - Credits Développement @@ -327,6 +338,15 @@ Added README file Fichier README ajouté + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Utiliser + + + to help with app translation to your language. + pour aider à traduire cette application. + Toot diff --git a/translations/harbour-tooter-it.ts b/translations/harbour-tooter-it.ts index 47a3b60..8cb29ba 100644 --- a/translations/harbour-tooter-it.ts +++ b/translations/harbour-tooter-it.ts @@ -238,62 +238,78 @@ ProfilePage - + About + If there's no good translation for "About", use "Details" (in details about profile). Dettagli - + Followers + Will show as: "35 Followers" Seguaci - + Following + Will show as: "23 Following" Segue - + Statuses + Will show as: "115 Statuses" Toots + Mention + Menzionare + + + Unfollow + Is a button. Keep it as short as possible. Smetti di seguire - + Requested + Is a button. Keep it as short as possible. Richiesto - + Follow + Is a button. Keep it as short as possible. Segui - + Unmute + Is a button. Keep it as short as possible. Non silenziare - + Mute + Is a button. Keep it as short as possible. Silenzia - + Unblock + Is a button. Keep it as short as possible. Sblocca - + Block + Is a button. Keep it as short as possible. Blocca - + Open in Browser Aprire nel browser @@ -351,52 +367,58 @@ Tradurre - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - Utilizzare <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> per aiutare nella traduzione dell'app. + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Utilizzare - + + to help with app translation to your language. + per aiutare nella traduzione dell'app. + + + Credits Sviluppo - + UI/UX design and development Design UI/UX e sviluppo - + Visual identity Identità visiva - + Development and translations Sviluppo e traduzioni - + Occitan & French translation Traduzione francese e occitanica - + Chinese translation Traduzione cinese - + Dutch translation Traduzione olandese - + Spanish translation Traduzione spagnola - + Added README file Aggiunto file README diff --git a/translations/harbour-tooter-nl.ts b/translations/harbour-tooter-nl.ts index 1dc2c52..abf442d 100644 --- a/translations/harbour-tooter-nl.ts +++ b/translations/harbour-tooter-nl.ts @@ -24,7 +24,7 @@ ConversationPage Copy Link to Clipboard - + Linkadres kopiëren Write your warning here @@ -36,7 +36,7 @@ Delete - Verwijderen + Verwijderen Public @@ -63,18 +63,18 @@ CoverPage New Toot - Nieuwe Toot + Nieuwe Toot EmojiSelect Emojis - Emojis + Emojis Tap to insert - Tikken om in te voegen + Tikken om in te voegen @@ -180,7 +180,7 @@ New Toot - Nieuwe Toot + Nieuwe Toot @@ -191,113 +191,124 @@ Bot - + Bot ProfilePage About - + If there's no good translation for "About", use "Details" (in details about profile). + Gegevens Followers - Volgers + Will show as: "35 Followers" + Volgers Following - Volgend + Will show as: "23 Following" + Volgend Statuses - Statussen + Will show as: "115 Statuses" + Statussen Unfollow - Ontvolgen + Is a button. Keep it as short as possible. + Ontvolgen Requested - + Is a button. Keep it as short as possible. + Gevraagd Follow - Volgen + Is a button. Keep it as short as possible. + Volgen Unmute - Ontdempen + Is a button. Keep it as short as possible. + Ontdempen Mute - Dempen + Is a button. Keep it as short as possible. + Dempen Unblock - Deblokkeren + Is a button. Keep it as short as possible. + Deblokkeren Block - Blokkeren + Is a button. Keep it as short as possible. + Blokkeren Open in Browser - + Open een Browser + + + Mention + Vermelden SettingsPage Settings - Instellingen + Instellingen Options - + Opties Load Images in Toots - + Laden afbeeldingen in toots Disable this option if you want to preserve your data connection - Schakel deze optie uit als je je dataverbinding wilt behouden + Schakel deze optie uit als je je dataverbinding wilt behouden Account - + Account Remove Account - Verwijderen account + Verwijderen account Add Account - Toevoegen account + Toevoegen account Deauthorize this app from using your account and remove account data from phone - + Trek autorisaties van deze app in en verwijder je account Authorize this app to access your Mastodon account - Autoriseer deze app om je Mastodon namens jou te gebruiken + Autoriseer deze app om je Mastodon namens jou te gebruiken Translate - Vertalen - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Vertalen Credits - Credits + Credits UI/UX design and development - UI/UX ontwerp en ontwikkeling + UI/UX ontwerp en ontwikkeling Visual identity @@ -305,7 +316,7 @@ Development and translations - Ontwikkeling en vertalingen + Ontwikkeling en vertalingen Occitan & French translation @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Gebruik + + + to help with app translation to your language. + om deze app te helpen vertalen in jouw taal. + Toot @@ -363,7 +383,7 @@ Mention - + Vermelden diff --git a/translations/harbour-tooter-nl_BE.ts b/translations/harbour-tooter-nl_BE.ts index 001ba1e..d333bb8 100644 --- a/translations/harbour-tooter-nl_BE.ts +++ b/translations/harbour-tooter-nl_BE.ts @@ -36,7 +36,7 @@ Delete - Verwijderen + Verwijderen Public @@ -63,18 +63,18 @@ CoverPage New Toot - Nieuwen toot + Nieuwen toot EmojiSelect Emojis - Emoji’s + Emoji’s Tap to insert - Tikt voor in te voegen + Tikt voor in te voegen @@ -180,7 +180,7 @@ New Toot - Nieuwen toot + Nieuwen toot @@ -191,65 +191,80 @@ Bot - + Bot ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Volgers + Will show as: "35 Followers" + Volgers Following - Volgend + Will show as: "23 Following" + Volgend Statuses - Statussen + Will show as: "115 Statuses" + Statussen Unfollow - Ontvolgen + Is a button. Keep it as short as possible. + Ontvolgen Requested + Is a button. Keep it as short as possible. Follow - Volgen + Is a button. Keep it as short as possible. + Volgen Unmute - Ontdempen + Is a button. Keep it as short as possible. + Ontdempen Mute - Dempen + Is a button. Keep it as short as possible. + Dempen Unblock - Deblokkeren + Is a button. Keep it as short as possible. + Deblokkeren Block - Blokkeren + Is a button. Keep it as short as possible. + Blokkeren Open in Browser + + Mention + + SettingsPage Settings - Instellingen + Instellingen Options @@ -257,47 +272,43 @@ Load Images in Toots - + Afbeeldingen in toots laden Disable this option if you want to preserve your data connection - Schakelt dees optie uit als ge uw verbinding wilt behouden + Schakelt dees optie uit als ge uw verbinding wilt behouden Account - + Account Remove Account - Account verwijderen + Account verwijderen Add Account - Account toevoegen + Account toevoegen Deauthorize this app from using your account and remove account data from phone - + Trekt autorisaties van dezen app in en verwijdert uwen account Authorize this app to access your Mastodon account - Autoriseert dezen app voor uwe Mastodon-account namens u te gebruiken + Autoriseert dezen app voor uwe Mastodon-account namens u te gebruiken Translate - Vertalen - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Vertalen Credits - Credits + Credits UI/UX design and development - UI/UX-ontwerp en -ontwikkeling + UI/UX-ontwerp en -ontwikkeling Visual identity @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Gebruikt + + + to help with app translation to your language. + voor te helpen met dezen app in uw taal te vertalen. + Toot diff --git a/translations/harbour-tooter-oc.ts b/translations/harbour-tooter-oc.ts index 3788b91..2748d68 100644 --- a/translations/harbour-tooter-oc.ts +++ b/translations/harbour-tooter-oc.ts @@ -36,7 +36,7 @@ Delete - Escafar + Escafar Public @@ -63,18 +63,18 @@ CoverPage New Toot - Nòu Tut + Nòu Tut EmojiSelect Emojis - Emojis + Emojis Tap to insert - Tustejar per inserir + Tustejar per inserir @@ -180,7 +180,7 @@ New Toot - Nòu Tut + Nòu Tut @@ -191,65 +191,80 @@ Bot - + Bot ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Seguidors + Will show as: "35 Followers" + Seguidors Following - Abonaments + Will show as: "23 Following" + Abonaments Statuses - Estatuts + Will show as: "115 Statuses" + Estatuts Unfollow - Quitar de seguir + Is a button. Keep it as short as possible. + Quitar de seguir Requested + Is a button. Keep it as short as possible. Follow - Seguir + Is a button. Keep it as short as possible. + Seguir Unmute - Mostrar + Is a button. Keep it as short as possible. + Mostrar Mute - Amagar + Is a button. Keep it as short as possible. + Amagar Unblock - Desblocar + Is a button. Keep it as short as possible. + Desblocar Block - Blocar + Is a button. Keep it as short as possible. + Blocar Open in Browser + + Mention + + SettingsPage Settings - Parmètres + Parmètres Options @@ -257,47 +272,43 @@ Load Images in Toots - + Cargar los imatges dels tuts Disable this option if you want to preserve your data connection - Desactivar aquesta opcion per estalviar vòstra connexion de donadas + Desactivar aquesta opcion per estalviar vòstra connexion de donadas Account - + Compte Remove Account - Levar un compte + Levar un compte Add Account - Ajustar un compte + Ajustar un compte Deauthorize this app from using your account and remove account data from phone - + Revocar l’aplicacion e levar vòstre compte Authorize this app to access your Mastodon account - Autorizar aquesta aplicacion a utilizar vòstre compte Mastodon per vos + Autorizar aquesta aplicacion a utilizar vòstre compte Mastodon per vos Translate - Traduire - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Traduire Credits - Crèdits + Crèdits UI/UX design and development - UI/UX design e desvlopament + UI/UX design e desvlopament Visual identity @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Utilizar + + + to help with app translation to your language. + per ajudar a traduire l’aplicacion dins vòstra lenga. + Toot diff --git a/translations/harbour-tooter-pl.ts b/translations/harbour-tooter-pl.ts index 525a8ea..5a17753 100644 --- a/translations/harbour-tooter-pl.ts +++ b/translations/harbour-tooter-pl.ts @@ -5,7 +5,7 @@ API favourited - dodał(a) do ulubionych + dodał(a) do ulubionych followed you @@ -36,7 +36,7 @@ Delete - Usuń + Usuń Public @@ -63,18 +63,18 @@ CoverPage New Toot - Nowy wpis + Nowy wpis EmojiSelect Emojis - Emoji + Emoji Tap to insert - Dotknij aby wstawić + Dotknij aby wstawić @@ -180,7 +180,7 @@ New Toot - Nowy wpis + Nowy wpis @@ -191,65 +191,80 @@ Bot - + Bot ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Followers + Will show as: "35 Followers" + Following - Śledzisz + Will show as: "23 Following" + Śledzisz Statuses - Statuses + Will show as: "115 Statuses" + Unfollow - Przestań śledzić + Is a button. Keep it as short as possible. + Przestań śledzić Requested + Is a button. Keep it as short as possible. Follow - Follow + Is a button. Keep it as short as possible. + Unmute - Unmute + Is a button. Keep it as short as possible. + Mute - Wycisz + Is a button. Keep it as short as possible. + Wycisz Unblock - Unblock + Is a button. Keep it as short as possible. + Block - Block + Is a button. Keep it as short as possible. + Open in Browser + + Mention + + SettingsPage Settings - Ustawienia + Ustawienia Options @@ -287,10 +302,6 @@ Translate - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - - Credits @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + + + + to help with app translation to your language. + + Toot diff --git a/translations/harbour-tooter-ru.ts b/translations/harbour-tooter-ru.ts index 2fb00f3..8e5fc39 100644 --- a/translations/harbour-tooter-ru.ts +++ b/translations/harbour-tooter-ru.ts @@ -36,7 +36,7 @@ Delete - Удалить + Удалить Public @@ -63,18 +63,18 @@ CoverPage New Toot - Новый + Новый EmojiSelect Emojis - Cмайликов + Cмайликов Tap to insert - Нажмите, чтобы вставить + Нажмите, чтобы вставить @@ -180,7 +180,7 @@ New Toot - Новый + Новый @@ -198,58 +198,73 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Читают + Will show as: "35 Followers" + Читают Following - Следующий + Will show as: "23 Following" + Следующий Statuses - Статусы + Will show as: "115 Statuses" + Статусы Unfollow - Отписаться + Is a button. Keep it as short as possible. + Отписаться Requested + Is a button. Keep it as short as possible. Follow - Следить + Is a button. Keep it as short as possible. + Следить Unmute - Нет безгласный + Is a button. Keep it as short as possible. + Нет безгласный Mute - Безгласный + Is a button. Keep it as short as possible. + Безгласный Unblock - Открыть + Is a button. Keep it as short as possible. + Открыть Block - Блокировать + Is a button. Keep it as short as possible. + Блокировать Open in Browser + + Mention + + SettingsPage Settings - Настройки + Настройки Options @@ -257,47 +272,43 @@ Load Images in Toots - + Загружать изображения Disable this option if you want to preserve your data connection - Отключите эту опцию, если вы хотите сохранить подключение к данным + Отключите эту опцию, если вы хотите сохранить подключение к данным Account - + Aккаунт Remove Account - Удалить учетную запись + Удалить учетную запись Add Account - Добавить аккаунт + Добавить аккаунт Deauthorize this app from using your account and remove account data from phone - + удалить учетную запись с устройства Authorize this app to access your Mastodon account - Уполномочить это приложение использовать свою учетную запись Mastodon от вашего имени + Уполномочить это приложение использовать свою учетную запись Mastodon от вашего имени Translate - Переведите - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Переведите Credits - Зачет + Зачет UI/UX design and development - Дизайн и разработка UI / UX + Дизайн и разработка UI / UX Visual identity @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Используйте + + + to help with app translation to your language. + чтобы помочь с переводом приложения на ваш язык. + Toot diff --git a/translations/harbour-tooter-sr.ts b/translations/harbour-tooter-sr.ts index c9f1e30..d0eb23a 100644 --- a/translations/harbour-tooter-sr.ts +++ b/translations/harbour-tooter-sr.ts @@ -36,7 +36,7 @@ Delete - Обриши + Обриши Public @@ -63,18 +63,18 @@ CoverPage New Toot - Novi toot + Novi toot EmojiSelect Emojis - Емотикони + Емотикони Tap to insert - Тапни за убацивање + Тапни за убацивање @@ -180,7 +180,7 @@ New Toot - Novi toot + Novi toot @@ -198,58 +198,73 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Пратиоци + Will show as: "35 Followers" + Пратиоци Following - Пратите + Will show as: "23 Following" + Пратите Statuses - Статуси + Will show as: "115 Statuses" + Статуси Unfollow - Одпрати + Is a button. Keep it as short as possible. + Одпрати Requested + Is a button. Keep it as short as possible. Follow - Прати + Is a button. Keep it as short as possible. + Прати Unmute - Укини утишање + Is a button. Keep it as short as possible. + Укини утишање Mute - Утишај + Is a button. Keep it as short as possible. + Утишај Unblock - Одблокирати + Is a button. Keep it as short as possible. + Одблокирати Block - Блокирати + Is a button. Keep it as short as possible. + Блокирати Open in Browser + + Mention + + SettingsPage Settings - Подешавања + Подешавања Options @@ -257,47 +272,43 @@ Load Images in Toots - + Прикажи слике у објавама Disable this option if you want to preserve your data connection - Искључите ову опцију уколико желите да уштедите на преносу података + Искључите ову опцију уколико желите да уштедите на преносу података Account - + Hалог Remove Account - Уклони налог + Уклони налог Add Account - Додај налог + Додај налог Deauthorize this app from using your account and remove account data from phone - + Укините дозволе за кориштење и уклоните налог с телефона Authorize this app to access your Mastodon account - Дозволите овој апликацији да користи ваш Mastodon налог + Дозволите овој апликацији да користи ваш Mastodon налог Translate - Преведи - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Преведи Credits - Спомен плоча + Спомен плоча UI/UX design and development - интерфејс дизајн и развој + интерфејс дизајн и развој Visual identity @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Користите + + + to help with app translation to your language. + и помозите у преводу апликације на други језик. + Toot diff --git a/translations/harbour-tooter-sv.ts b/translations/harbour-tooter-sv.ts index dc0146c..ccfc0f8 100644 --- a/translations/harbour-tooter-sv.ts +++ b/translations/harbour-tooter-sv.ts @@ -36,7 +36,7 @@ Delete - Radera + Radera Public @@ -63,18 +63,18 @@ CoverPage New Toot - Ny toot + Ny toot EmojiSelect Emojis - Emojis + Emojis Tap to insert - Tryck för att infoga + Tryck för att infoga @@ -180,7 +180,7 @@ New Toot - Ny toot + Ny toot @@ -191,65 +191,80 @@ Bot - + Bot ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers - Följare + Will show as: "35 Followers" + Följare Following - Följer + Will show as: "23 Following" + Följer Statuses - Statusar + Will show as: "115 Statuses" + Statusar Unfollow - Sluta följa + Is a button. Keep it as short as possible. + Sluta följa Requested + Is a button. Keep it as short as possible. Follow - Följ + Is a button. Keep it as short as possible. + Följ Unmute - Avtysta + Is a button. Keep it as short as possible. + Avtysta Mute - Tysta + Is a button. Keep it as short as possible. + Tysta Unblock - Avblockera + Is a button. Keep it as short as possible. + Avblockera Block - Blockera + Is a button. Keep it as short as possible. + Blockera Open in Browser + + Mention + + SettingsPage Settings - Inställningar + Inställningar Options @@ -257,47 +272,43 @@ Load Images in Toots - + Ladda bilder i toots Disable this option if you want to preserve your data connection - Inaktivera det här alternativet om du vill behålla din dataanslutning + Inaktivera det här alternativet om du vill behålla din dataanslutning Account - + Konto Remove Account - Radera konto + Radera konto Add Account - Lägg till konto + Lägg till konto Deauthorize this app from using your account and remove account data from phone - + Avauktorisera denna app och radera ditt konto Authorize this app to access your Mastodon account - Godkänn denna app att använda ditt Mastodon-konto på dina vägnar + Godkänn denna app att använda ditt Mastodon-konto på dina vägnar Translate - Översätt - - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - + Översätt Credits - Erkännanden + Erkännanden UI/UX design and development - UI/UX design och utveckling + UI/UX design och utveckling Visual identity @@ -305,7 +316,7 @@ Development and translations - Använd Transifex för att hjälpa med app-översättningar till ditt språk + Occitan & French translation @@ -327,6 +338,15 @@ Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Använd + + + to help with app translation to your language. + för att hjälpa med app-översättningar till ditt språk. + Toot diff --git a/translations/harbour-tooter-zh_CN.ts b/translations/harbour-tooter-zh_CN.ts index 15e9e78..b2c834b 100644 --- a/translations/harbour-tooter-zh_CN.ts +++ b/translations/harbour-tooter-zh_CN.ts @@ -198,52 +198,67 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). Followers + Will show as: "35 Followers" 关注者 Following + Will show as: "23 Following" 关注中 Statuses + Will show as: "115 Statuses" 状态 Unfollow + Is a button. Keep it as short as possible. 取消关注 Requested + Is a button. Keep it as short as possible. Follow + Is a button. Keep it as short as possible. 关注 Unmute + Is a button. Keep it as short as possible. 未静音 Mute + Is a button. Keep it as short as possible. 静音 Unblock + Is a button. Keep it as short as possible. 解除封锁 Block + Is a button. Keep it as short as possible. 封锁 Open in Browser 在浏览器打开个人简介 + + Mention + + SettingsPage @@ -287,10 +302,6 @@ Translate - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - 使用 <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> 以帮助翻译软件为你的语言. - Credits 信誉 @@ -327,6 +338,15 @@ Added README file 添加 README 文件 + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + + + + to help with app translation to your language. + + Toot diff --git a/translations/harbour-tooter.ts b/translations/harbour-tooter.ts index 629a6de..81c2b3a 100644 --- a/translations/harbour-tooter.ts +++ b/translations/harbour-tooter.ts @@ -198,52 +198,67 @@ ProfilePage About + If there's no good translation for "About", use "Details" (in details about profile). About Followers + Will show as: "35 Followers" Followers Following + Will show as: "23 Following" Following Statuses + Will show as: "115 Statuses" Statuses Unfollow + Is a button. Keep it as short as possible. Unfollow Requested + Is a button. Keep it as short as possible. Requested Follow + Is a button. Keep it as short as possible. Follow Unmute + Is a button. Keep it as short as possible. Unmute Mute + Is a button. Keep it as short as possible. Mute Unblock + Is a button. Keep it as short as possible. Unblock Block + Is a button. Keep it as short as possible. Block Open in Browser Open in Browser + + Mention + Mention + SettingsPage @@ -287,10 +302,6 @@ Translate Translate - - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language. - Credits Credits @@ -327,6 +338,15 @@ Added README file Added README file + + Use + Full sentence for translation: "Use Transifex to help with app translation to your language." - The word Transifex is a link and doesn't need translation. + Use + + + to help with app translation to your language. + to help with app translation to your language. + Toot