update translations
This commit is contained in:
parent
3451c5cc8d
commit
6eaca0ab1e
8 changed files with 295 additions and 636 deletions
|
@ -127,7 +127,7 @@ Item {
|
|||
visible: (following ? true : false)
|
||||
radius: Theme.paddingSmall
|
||||
color: Theme.secondaryHighlightColor
|
||||
width: Theme.buttonWidthExtraSmall
|
||||
width: followingLbl.width + 2*Theme.paddingLarge
|
||||
height: parent.height
|
||||
|
||||
Label {
|
||||
|
@ -145,7 +145,7 @@ Item {
|
|||
visible: (bot ? true : false)
|
||||
radius: Theme.paddingSmall
|
||||
color: Theme.secondaryHighlightColor
|
||||
width: botLabel.width + 2*Theme.paddingLarge
|
||||
width: botLbl.width + 2*Theme.paddingLarge
|
||||
height: parent.height
|
||||
|
||||
Label {
|
||||
|
@ -158,5 +158,4 @@ Item {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -24,57 +24,57 @@
|
|||
<name>ConversationPage</name>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished">Link kopieren</translation>
|
||||
<translation>Link kopieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished">Inhaltswarnung</translation>
|
||||
<translation>Inhaltswarnung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished">Was gibt's Neues?</translation>
|
||||
<translation>Was gibt's Neues?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">Löschen</translation>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished">Öffentlich</translation>
|
||||
<translation>Öffentlich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished">Nicht gelistet</translation>
|
||||
<translation>Nicht gelistet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished">Nur für Folgende</translation>
|
||||
<translation>Nur für Folgende</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished">Direktnachricht</translation>
|
||||
<translation>Direktnachricht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished">Toot gesendet!</translation>
|
||||
<translation>Toot gesendet!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Neuer Toot</translation>
|
||||
<translation>Neuer Toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EmojiSelect</name>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished">Emojis</translation>
|
||||
<translation>Emojis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished">Tippen um einzufügen</translation>
|
||||
<translation>Tippen um einzufügen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<name>MediaFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished">Ladefehler</translation>
|
||||
<translation>Ladefehler</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -180,152 +180,152 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Neuer Toot</translation>
|
||||
<translation>Neuer Toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfileHeader</name>
|
||||
<message>
|
||||
<source>Follows you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Folgt dir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfilePage</name>
|
||||
<message>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Details</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">Folgende</translation>
|
||||
<translation>Folgende</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">Folgt</translation>
|
||||
<translation>Folgt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">Beiträge</translation>
|
||||
<translation>Beiträge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">Entfolgen</translation>
|
||||
<translation>Entfolgen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requested</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Angefragt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">Folgen</translation>
|
||||
<translation>Folgen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">Nicht stummschalten</translation>
|
||||
<translation>Nicht stumm schalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">Stummschalten</translation>
|
||||
<translation>Stumm schalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">Nicht blockieren</translation>
|
||||
<translation>Nicht blockieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">Blockieren</translation>
|
||||
<translation>Blockieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Im Browser öffnen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished">Einstellungen</translation>
|
||||
<translation>Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bilder in Toots laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished">Diese Option deaktivieren um Datenvolumen zu sparen</translation>
|
||||
<translation>Diese Option deaktivieren um Datenvolumen zu sparen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Konto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished">Konto entfernen</translation>
|
||||
<translation>Konto entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished">Konto hinzufügen</translation>
|
||||
<translation>Konto hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Konto entfernen und für diese Anwendung deaktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished">Zugriff durch diese Anwendung auf eigenes Mastodon-Konto erlauben</translation>
|
||||
<translation>Zugriff durch diese Anwendung auf eigenes Mastodon-Konto erlauben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished">Übersetzungen</translation>
|
||||
<translation>Übersetzungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> benutzen um bei den Übersetzungen mitzuhelfen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished">Über</translation>
|
||||
<translation>Über</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished">UI/UX-Gestaltung und Entwicklung</translation>
|
||||
<translation>UI/UX-Gestaltung und Entwicklung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished">Visuelle Identität</translation>
|
||||
<translation>Visuelle Identität</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished">Entwicklung und Übersetzungen</translation>
|
||||
<translation>Entwicklung und Übersetzungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished">Französische Übersetzung</translation>
|
||||
<translation>Französische Übersetzung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished">Chinesische Übersetzung</translation>
|
||||
<translation>Chinesische Übersetzung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished">Niederländische Übersetzung</translation>
|
||||
<translation>Niederländische Übersetzung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished">Spanische Übersetzung</translation>
|
||||
<translation>Spanische Übersetzung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished">Erstellung README-Datei</translation>
|
||||
<translation>Erstellung README-Datei</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -363,7 +363,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Mention</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erwähnen</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -24,57 +24,57 @@
|
|||
<name>ConversationPage</name>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiar enlace al portapapeles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished">Escribe aquí tu advertencia</translation>
|
||||
<translation>Escribe aquí tu advertencia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished">¿En qué estás pensando?</translation>
|
||||
<translation>¿En qué estás pensando?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">Borrar</translation>
|
||||
<translation>Borrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished">Público</translation>
|
||||
<translation>Público</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished">Sin federar</translation>
|
||||
<translation>Sin federar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished">Sólo seguidores</translation>
|
||||
<translation>Sólo seguidores</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished">Directo</translation>
|
||||
<translation>Directo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>¡Toot enviado!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nuevo toot</translation>
|
||||
<translation>Nuevo toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EmojiSelect</name>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished">Emoticonos</translation>
|
||||
<translation>Emoticonos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished">Toca para insertar</translation>
|
||||
<translation>Toca para insertar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<name>MediaFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Error al cargar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -180,7 +180,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nuevo toot</translation>
|
||||
<translation>Nuevo toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -191,7 +191,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Bot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -202,19 +202,19 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">Seguidores</translation>
|
||||
<translation>Seguidores</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">Siguiendo</translation>
|
||||
<translation>Siguiendo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">Estados</translation>
|
||||
<translation>Estados</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">Dejar de seguir</translation>
|
||||
<translation>Dejar de seguir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requested</source>
|
||||
|
@ -222,110 +222,110 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">Seguir</translation>
|
||||
<translation>Seguir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">Dejar de silenciar</translation>
|
||||
<translation>Dejar de silenciar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">Silenciar</translation>
|
||||
<translation>Silenciar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">Desbloquear</translation>
|
||||
<translation>Desbloquear</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">Bloquear</translation>
|
||||
<translation>Bloquear</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Abrir en el navegador</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished">Ajustes</translation>
|
||||
<translation>Ajustes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cargar imágenes en messages</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished">Deshabilita esta opción si quieres ahorrar en tu conexión de datos</translation>
|
||||
<translation>Deshabilita esta opción si quieres ahorrar en tu conexión de datos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cuenta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished">Eliminar cuenta</translation>
|
||||
<translation>Eliminar cuenta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished">Añadir cuenta</translation>
|
||||
<translation>Añadir cuenta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Retira la autorización a esta aplicación y elimina tu cuenta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished">Autoriza a esta aplicación para usar tu cuenta de Mastodon en tu nombre</translation>
|
||||
<translation>Autoriza a esta aplicación para usar tu cuenta de Mastodon en tu nombre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished">Traducir</translation>
|
||||
<translation>Traducir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Usar <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> para ayudar con traducciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished">Créditos</translation>
|
||||
<translation>Créditos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished">Diseño UI/UX y desarrollo</translation>
|
||||
<translation>Diseño UI/UX y desarrollo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished">Identidad visual</translation>
|
||||
<translation>Identidad visual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished">Desarrollo y traducciones</translation>
|
||||
<translation>Desarrollo y traducciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished">Traducción al occitano y francés</translation>
|
||||
<translation>Traducción al occitano y francés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished">Traducción al chino</translation>
|
||||
<translation>Traducción al chino</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished">Traducción al holandés</translation>
|
||||
<translation>Traducción al holandés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished">Traducción al español</translation>
|
||||
<translation>Traducción al español</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished">Añadido archivo README</translation>
|
||||
<translation>Añadido archivo README</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -1,340 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="fi">
|
||||
<context>
|
||||
<name>API</name>
|
||||
<message>
|
||||
<source>favourited</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>followed you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>boosted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>said</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Conversation</name>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImageFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImageUploader</name>
|
||||
<message>
|
||||
<source>The file %1 does not exists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LoginPage</name>
|
||||
<message>
|
||||
<source>Login</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Instance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter a valid Mastodon instance URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>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.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Reload</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainPage</name>
|
||||
<message>
|
||||
<source>Home</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notifications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>@user or #term</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Local</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Federated</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MiniStatus</name>
|
||||
<message>
|
||||
<source>boosted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>favourited</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>followed you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MyList</name>
|
||||
<message>
|
||||
<source>Load more</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>please wait...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Profile</name>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Follow request sent!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Favourites</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Summary</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open Profile in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Settings</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app and remove your account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load images in toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Transifex to help with app translation to your language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Toot</name>
|
||||
<message>
|
||||
<source>boosted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>favourited</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>followed you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>VisualContainer</name>
|
||||
<message>
|
||||
<source>Unboost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Boost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfavorite</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Favorite</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
|
@ -24,57 +24,57 @@
|
|||
<name>ConversationPage</name>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished">Copier le lien</translation>
|
||||
<translation>Copier le lien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished">Rédigez votre alerte ici</translation>
|
||||
<translation>Rédigez votre alerte ici</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished">Qu'avez-vous en tête?</translation>
|
||||
<translation>Qu'avez-vous en tête?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">Supprimer</translation>
|
||||
<translation>Supprimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished">Public</translation>
|
||||
<translation>Public</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished">Non listé</translation>
|
||||
<translation>Non listé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished">Abonné(e)s uniquement</translation>
|
||||
<translation>Abonné(e)s uniquement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished">Direct</translation>
|
||||
<translation>Direct</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished">Pouet envoyé !</translation>
|
||||
<translation>Pouet envoyé !</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nouveau pouet</translation>
|
||||
<translation>Nouveau pouet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EmojiSelect</name>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished">Emojis</translation>
|
||||
<translation>Emojis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished">Appuyez pour insérer</translation>
|
||||
<translation>Appuyez pour insérer</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<name>MediaFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erreur au chargement</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -180,152 +180,152 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nouveau pouet</translation>
|
||||
<translation>Nouveau pouet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfileHeader</name>
|
||||
<message>
|
||||
<source>Follows you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vous suit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfilePage</name>
|
||||
<message>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Détails</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">Abonné(e)s</translation>
|
||||
<translation>Abonné(e)s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">Abonnements</translation>
|
||||
<translation>Abonnements</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">Pouets</translation>
|
||||
<translation>Pouets</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">Ne plus suivre</translation>
|
||||
<translation>Ne plus suivre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requested</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Demandé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">Suivre</translation>
|
||||
<translation>Suivre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">Démasquer</translation>
|
||||
<translation>Démasquer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">Masquer</translation>
|
||||
<translation>Masquer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">Débloquer</translation>
|
||||
<translation>Débloquer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">Bloquer</translation>
|
||||
<translation>Bloquer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ouvrir dans le navigateur</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished">Paramètres</translation>
|
||||
<translation>Paramètres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Options</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Charger images dans les pouets</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished">Désactiver cette option pour économiser des données mobiles</translation>
|
||||
<translation>Désactiver cette option pour économiser des données mobiles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Compte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished">Déconnecter votre compte</translation>
|
||||
<translation>Déconnecter votre compte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished">Ajouter compte</translation>
|
||||
<translation>Ajouter compte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Désautoriser cette application et enlever votre compte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished">Autoriser l’accès à votre compte pour cette application</translation>
|
||||
<translation>Autoriser l’accès à votre compte pour cette application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished">Traduire</translation>
|
||||
<translation>Traduire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Utiliser <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> pour aider à traduire cette application.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished">Développement</translation>
|
||||
<translation>Développement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished">Design UI/UX et développement</translation>
|
||||
<translation>Design UI/UX et développement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished">Identité visuelle</translation>
|
||||
<translation>Identité visuelle</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished">Développement et traductions</translation>
|
||||
<translation>Développement et traductions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished">Traduction français</translation>
|
||||
<translation>Traduction français</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished">Traduction chinoise</translation>
|
||||
<translation>Traduction chinoise</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished">Traduction néerlandaise</translation>
|
||||
<translation>Traduction néerlandaise</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished">Traduction espagnole</translation>
|
||||
<translation>Traduction espagnole</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished">Fichier README ajouté</translation>
|
||||
<translation>Fichier README ajouté</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -363,7 +363,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Mention</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mentionner</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -30,47 +30,47 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="107"/>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished">Copia link</translation>
|
||||
<translation>Copia link</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="219"/>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished">Contenuto avviso</translation>
|
||||
<translation>Contenuto avviso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="252"/>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished">A cosa stai pensando?</translation>
|
||||
<translation>A cosa stai pensando?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="319"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">Elimina</translation>
|
||||
<translation>Elimina</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="417"/>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished">Pubblico</translation>
|
||||
<translation>Pubblico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="420"/>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished">Non elencato</translation>
|
||||
<translation>Non elencato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="423"/>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished">Solo ai seguaci</translation>
|
||||
<translation>Solo ai seguaci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="426"/>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished">Diretto</translation>
|
||||
<translation>Diretto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ConversationPage.qml" line="473"/>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished">Toot è stato pubblicato!</translation>
|
||||
<translation>Toot è stato pubblicato!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<message>
|
||||
<location filename="../qml/cover/CoverPage.qml" line="118"/>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nuovo toot</translation>
|
||||
<translation>Nuovo toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -86,12 +86,12 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/components/EmojiSelect.qml" line="21"/>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished">Emojis</translation>
|
||||
<translation>Emojis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/components/EmojiSelect.qml" line="22"/>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished">Tap per inserire</translation>
|
||||
<translation>Tap per inserire</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -173,7 +173,7 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/components/MediaFullScreen.qml" line="290"/>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished">Errore durante caricamento</translation>
|
||||
<translation>Errore durante caricamento</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -214,7 +214,7 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/components/MyList.qml" line="70"/>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">Nuovo toot</translation>
|
||||
<translation>Nuovo toot</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/components/MyList.qml" line="80"/>
|
||||
|
@ -227,12 +227,12 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/components/ProfileHeader.qml" line="135"/>
|
||||
<source>Follows you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ti segue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/components/ProfileHeader.qml" line="153"/>
|
||||
<source>Bot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -240,62 +240,62 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="173"/>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dettagli</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="251"/>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">Seguaci</translation>
|
||||
<translation>Seguaci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="260"/>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">Segue</translation>
|
||||
<translation>Segue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="269"/>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">Toots</translation>
|
||||
<translation>Toots</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="307"/>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">Smetti di seguire</translation>
|
||||
<translation>Smetti di seguire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="307"/>
|
||||
<source>Requested</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Richiesto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="307"/>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">Segui</translation>
|
||||
<translation>Segui</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="324"/>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">Non silenziare</translation>
|
||||
<translation>Non silenziare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="324"/>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">Silenzia</translation>
|
||||
<translation>Silenzia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="340"/>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">Sblocca</translation>
|
||||
<translation>Sblocca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="340"/>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">Blocca</translation>
|
||||
<translation>Blocca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/ProfilePage.qml" line="356"/>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aprire nel browser</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -303,102 +303,102 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="25"/>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Impostazioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="28"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opzioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="31"/>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Caricare immagini nei toots</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="32"/>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished">Disabilitare questa opzione per conservare connessione dati</translation>
|
||||
<translation>Disabilitare questa opzione per conservare connessione dati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="41"/>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="73"/>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished">Rimozione del account</translation>
|
||||
<translation>Rimozione del account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="73"/>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished">Aggiungi account</translation>
|
||||
<translation>Aggiungi account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="96"/>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Annullare l'autorizzazione dell'app e rimuovere l'account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="96"/>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished">Autorizzare l'app all'utilizzo del conto Mastodon</translation>
|
||||
<translation>Autorizzare l'app all'utilizzo del conto Mastodon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="110"/>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished">Tradurre</translation>
|
||||
<translation>Tradurre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="114"/>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Utilizzare <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> per aiutare nella traduzione dell'app.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="130"/>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished">Sviluppo</translation>
|
||||
<translation>Sviluppo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="146"/>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished">Design UI/UX e sviluppo</translation>
|
||||
<translation>Design UI/UX e sviluppo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="153"/>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished">Identità visiva</translation>
|
||||
<translation>Identità visiva</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="160"/>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished">Sviluppo e traduzioni</translation>
|
||||
<translation>Sviluppo e traduzioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="167"/>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished">Traduzione francese e occitanica</translation>
|
||||
<translation>Traduzione francese e occitanica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="174"/>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished">Traduzione cinese</translation>
|
||||
<translation>Traduzione cinese</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="181"/>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished">Traduzione olandese</translation>
|
||||
<translation>Traduzione olandese</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="188"/>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished">Traduzione spagnola</translation>
|
||||
<translation>Traduzione spagnola</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/SettingsPage.qml" line="195"/>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished">Aggiunto file README</translation>
|
||||
<translation>Aggiunto file README</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -444,7 +444,7 @@
|
|||
<message>
|
||||
<location filename="../qml/pages/components/VisualContainer.qml" line="349"/>
|
||||
<source>Mention</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Menzionare</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -24,57 +24,57 @@
|
|||
<name>ConversationPage</name>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished">复制链接到剪切板</translation>
|
||||
<translation>复制链接到剪切板</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished">在此编写你的警告信息</translation>
|
||||
<translation>在此编写你的警告信息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished">有何想法?</translation>
|
||||
<translation>有何想法?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">删除</translation>
|
||||
<translation>删除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished">公共区域</translation>
|
||||
<translation>公共区域</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished">不公开</translation>
|
||||
<translation>不公开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished">仅关注者</translation>
|
||||
<translation>仅关注者</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished">私信</translation>
|
||||
<translation>私信</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>已发送嘟嘟!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">新嘟嘟</translation>
|
||||
<translation>新嘟嘟</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EmojiSelect</name>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished">表情</translation>
|
||||
<translation>表情</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished">点击以插入</translation>
|
||||
<translation>点击以插入</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<name>MediaFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>加载错误</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -180,7 +180,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished">新嘟嘟</translation>
|
||||
<translation>新嘟嘟</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -202,19 +202,19 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">关注者</translation>
|
||||
<translation>关注者</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">关注中</translation>
|
||||
<translation>关注中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">状态</translation>
|
||||
<translation>状态</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">取消关注</translation>
|
||||
<translation>取消关注</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requested</source>
|
||||
|
@ -222,34 +222,34 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">关注</translation>
|
||||
<translation>关注</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">未静音</translation>
|
||||
<translation>未静音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">静音</translation>
|
||||
<translation>静音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">解除封锁</translation>
|
||||
<translation>解除封锁</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">封锁</translation>
|
||||
<translation>封锁</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>在浏览器打开个人简介</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished">设置</translation>
|
||||
<translation>设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
|
@ -257,31 +257,31 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>加载嘟嘟图片</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished">如果你想保护你的数据连接,请禁用此选项</translation>
|
||||
<translation>如果你想保护你的数据连接,请禁用此选项</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>账号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished">移除账号</translation>
|
||||
<translation>移除账号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished">添加账号</translation>
|
||||
<translation>添加账号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>取消授权此软件并移除你的账号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished">授权此软件使用你的 Mastodon 账号</translation>
|
||||
<translation>授权此软件使用你的 Mastodon 账号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
|
@ -289,43 +289,43 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>使用 <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> 以帮助翻译软件为你的语言.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished">信誉</translation>
|
||||
<translation>信誉</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished">UI/UX设计及开发</translation>
|
||||
<translation>UI/UX设计及开发</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished">视觉识别</translation>
|
||||
<translation>视觉识别</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished">开发及翻译</translation>
|
||||
<translation>开发及翻译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished">奥克西坦语及法语翻译</translation>
|
||||
<translation>奥克西坦语及法语翻译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished">汉语翻译</translation>
|
||||
<translation>汉语翻译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished">尼德兰语翻译</translation>
|
||||
<translation>尼德兰语翻译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished">西班牙语翻译</translation>
|
||||
<translation>西班牙语翻译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished">添加 README 文件</translation>
|
||||
<translation>添加 README 文件</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<TS version="2.1" language="en">
|
||||
<context>
|
||||
<name>API</name>
|
||||
<message>
|
||||
|
@ -24,57 +24,57 @@
|
|||
<name>ConversationPage</name>
|
||||
<message>
|
||||
<source>Copy Link to Clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copy Link to Clipboard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Write your warning here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Write your warning here</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's on your mind?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>What's on your mind?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Delete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Public</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Public</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unlisted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Unlisted</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers-only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Followers-only</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Direct</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Toot sent!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Toot sent!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>New Toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EmojiSelect</name>
|
||||
<message>
|
||||
<source>Emojis</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Emojis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tap to insert</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tap to insert</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -88,23 +88,23 @@
|
|||
<name>LoginPage</name>
|
||||
<message>
|
||||
<source>Login</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Login</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Instance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Instance</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter a valid Mastodon instance URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Enter a valid Mastodon instance URL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>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.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>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.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Reload</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Reload</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<name>MediaFullScreen</name>
|
||||
<message>
|
||||
<source>Error loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Error loading</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -180,152 +180,152 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>New Toot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>New Toot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfileHeader</name>
|
||||
<message>
|
||||
<source>Follows you</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Follows you</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bot</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProfilePage</name>
|
||||
<message>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>About</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Followers</source>
|
||||
<translation type="unfinished">Followers</translation>
|
||||
<translation>Followers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Following</source>
|
||||
<translation type="unfinished">Following</translation>
|
||||
<translation>Following</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Statuses</source>
|
||||
<translation type="unfinished">Statuses</translation>
|
||||
<translation>Statuses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfollow</source>
|
||||
<translation type="unfinished">Unfollow</translation>
|
||||
<translation>Unfollow</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requested</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Requested</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Follow</source>
|
||||
<translation type="unfinished">Follow</translation>
|
||||
<translation>Follow</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unmute</source>
|
||||
<translation type="unfinished">Unmute</translation>
|
||||
<translation>Unmute</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished">Mute</translation>
|
||||
<translation>Mute</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unblock</source>
|
||||
<translation type="unfinished">Unblock</translation>
|
||||
<translation>Unblock</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished">Block</translation>
|
||||
<translation>Block</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in Browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Open in Browser</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<translation type="unfinished">Settings</translation>
|
||||
<translation>Settings</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Options</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load Images in Toots</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Load Images in Toots</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disable this option if you want to preserve your data connection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Disable this option if you want to preserve your data connection</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Remove Account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add Account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Add Account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Deauthorize this app from using your account and remove account data from phone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Deauthorize this app from using your account and remove account data from phone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Authorize this app to access your Mastodon account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Authorize this app to access your Mastodon account</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Translate</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Use <a href='https://www.transifex.com/dysko/tooter/'>Transifex</a> to help with app translation to your language.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Credits</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UI/UX design and development</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>UI/UX design and development</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual identity</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Visual identity</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Development and translations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Development and translations</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Occitan & French translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Occitan & French translation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chinese translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Chinese translation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dutch translation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spanish translation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Spanish translation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Added README file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Added README file</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -347,23 +347,23 @@
|
|||
<name>VisualContainer</name>
|
||||
<message>
|
||||
<source>Unboost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Unboost</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Boost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Boost</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unfavorite</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Unfavourite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Favorite</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Favourite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mention</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mention</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
Loading…
Reference in a new issue