Merge branch 'translations' into 'master'
Translated using Weblate (Galician) See merge request pixeldroid/PixelDroid!511
This commit is contained in:
commit
a28be0edf4
|
@ -105,7 +105,7 @@
|
|||
<string name="report_error">Non se puido enviar a denuncia</string>
|
||||
<string name="profile_picture">Imaxe de perfil</string>
|
||||
<string name="open_drawer_menu">Abrir o menú do editor</string>
|
||||
<string name="discover">DESCUBRIR</string>
|
||||
<string name="discover">Descubrir</string>
|
||||
<string name="license_info">PixelDroid é softare libre e de código aberto, baixo licenza GNU General Public License (versión 3 ou posterior)</string>
|
||||
<string name="panda_pull_to_refresh_to_try_again">O panda está triste. Arrastra hacia abaixo a pantalla e inténtao outra vez.</string>
|
||||
<string name="something_went_wrong">Algo fallou…</string>
|
||||
|
@ -224,4 +224,22 @@
|
|||
<string name="from_other_domain">desde %1$s</string>
|
||||
<string name="add_images_error">Erro ao engadir as imaxes</string>
|
||||
<string name="post_preview">Vista previa da publicación</string>
|
||||
<plurals name="items_load_success">
|
||||
<item quantity="one">%d elemento gardado correctamente</item>
|
||||
<item quantity="other">%d elementos gardados correctamente</item>
|
||||
</plurals>
|
||||
<string name="new_collection_link_failed">Non se puido abrir a páxina de creación dunha colección</string>
|
||||
<string name="redraft_dialog_launch">Ao editar esta publicación poderás editar a foto e a descrición, pero eliminarás os comentarios e favoritos actuais. Continuar\?</string>
|
||||
<string name="upload_next_step">Seguinte paso</string>
|
||||
<string name="add_details">Engade algún detalle</string>
|
||||
<string name="collection_title">Colección de %1$s</string>
|
||||
<string name="bookmark">Marcar</string>
|
||||
<string name="unbookmark">Desmarcar</string>
|
||||
<string name="redraft">Editar</string>
|
||||
<string name="redraft_dialog_cancel">Se cancelas a edición, a publicación orixinal non estará presente na túa conta. Continuar sen volver a publicar\?</string>
|
||||
<string name="redraft_post_failed_error">Non se puido editar a publicación, erro %1$d</string>
|
||||
<string name="redraft_post_failed_io_except">Non se editou a publicación, tes conexión á rede\?</string>
|
||||
<string name="bookmark_post_failed_error">Non se puido (des)marcar a publicación, erro %1$d</string>
|
||||
<string name="bookmark_post_failed_io_except">Non se puido (des)marcar a publicación, tes conexión á rede\?</string>
|
||||
<string name="analyzing_stabilization">Análise da estabilización %1$d%%</string>
|
||||
</resources>
|
|
@ -0,0 +1,4 @@
|
|||
* Adición de regras gson proguard para arranxar problemas con instancias Mastodon
|
||||
* Adición de personalización da cor do decorado con 4 decorados diferentes
|
||||
* Agora na versión Material 3
|
||||
* Mellora da consistencia na IU
|
|
@ -0,0 +1,8 @@
|
|||
* comment improvements: You can now open a comment to see replies, like it, the comments show its author's avatar, etc.
|
||||
* Translation updates. Thank you translators :). Help translate PixelDroid to your language on weblate.pixeldroid.org
|
||||
* Security: dependency verification ensures the dependencies included in the app have not been tampered with, PixelDroid will now refuse any non-HTTPS connection
|
||||
* PixelDroid now uses a custom "PixelDroid" User Agent instead of the OkHttp library one.
|
||||
* All hardcoded strings were removed from the app, normally now everything is translateable.
|
||||
* Some improvements to code
|
||||
* Fix saving images coming from library or shared to the app
|
||||
* Fix another crash when using Mastodon instances
|
|
@ -0,0 +1,11 @@
|
|||
* Add custom error graphic red panda
|
||||
|
||||
* Allow freestyle cropping in image edit
|
||||
|
||||
* Improve F-Droid metadata
|
||||
|
||||
* Translation updates
|
||||
|
||||
* Update dependencies
|
||||
|
||||
* Fix bugs
|
|
@ -0,0 +1,9 @@
|
|||
* Remove photos' metadata before uploading
|
||||
* Bookmarks!
|
||||
* See a profile as a feed or grid
|
||||
* Set a template for your descriptions
|
||||
* Badge on the notification icon if you got new notifications
|
||||
* More video editing features: crop, change speed, add stabilization
|
||||
* Implement dynamic colors: you can make PixelDroid follow the color of your background (Android 12 and up)
|
||||
* Bug fixes
|
||||
* Update translations
|
Loading…
Reference in New Issue