From owner-freebsd-translators@freebsd.org Sun Oct 18 15:06:06 2020 Return-Path: Delivered-To: freebsd-translators@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46BEF433C7F for ; Sun, 18 Oct 2020 15:06:06 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDjrZ16cLz4Y4R for ; Sun, 18 Oct 2020 15:06:06 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from t480.local (unknown [186.212.71.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dbaio/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 89B3C2DB18 for ; Sun, 18 Oct 2020 15:06:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Date: Sun, 18 Oct 2020 12:06:01 -0300 From: "Danilo G. Baio" To: freebsd-translators@freebsd.org Subject: translate-dev Weblate updated from 4.2.2 to 4.3 Message-ID: <20201018150601.jff4kh3ya67iph7q@t480.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4dyl6snvwerbmutd" Content-Disposition: inline X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 15:06:06 -0000 --4dyl6snvwerbmutd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable https://translate-dev.freebsd.org Changelog: [Weblate 4.3] Released on October 15th 2020. - Include user stats in the API. - Fixed component ordering on paginated pages. - Define source language for a glossary. - Rewritten support for GitHub and GitLab pull requests. - Fixed stats counts after removing suggestion. - Extended public user profile. - Fixed configuration of enforced checks. - Improve documentation about built-in backups. - Moved source language attribute from project to a component. - Add Vue I18n formatting check. - Generic placeholders check now supports regular expressions. - Improved look of matrix mode. - Machinery is now called automatic suggestions. - Added support for interacting with multiple GitLab or GitHub instances. - Extended API to cover project updates, unit updates and removals and glossaries. - Unit API now properly handles plural strings. - Component creation can now handle ZIP file or document upload. - Consolidated API response status codes. - Support markdown in contributor agreement. - Improved source strings tracking. - Improved JSON, YAML and CSV formats compatibility. - Added support for removing strings. - Improved performance of file downloads. - Improved repository management view. - Automatically enable java-format for Android. - Added support for localized screenshots. - Added support for Python 3.9. - Fixed translating HTML files under certain conditions. https://github.com/WeblateOrg/weblate/releases/tag/weblate-4.3 If you find any issue, please let us know. --=20 Danilo G. Baio (dbaio) --4dyl6snvwerbmutd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEORj0UTsjzCy+enIkmpN7LfMuiNcFAl+MWdVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDM5 MThGNDUxM0IyM0NDMkNCRTdBNzIyNDlBOTM3QjJERjMyRTg4RDcACgkQmpN7LfMu iNd7bBAAgcPAnIOm/uGVFHkOV1DsY+/PDGRxaeDBfKrBnIFole5Aaxn1PxiQYoiN NFaKgDYel/IEAFk3K49cC2IZd2N4FoMfHiHlhsWB4ssDKHrOy6kqkwxPByxNrBCj 29DJ+RVR+9Pj5B1E+EnJLUUcrR2ZPKCEYq7rMYV/ksomagIYOtKONaonzUIs9a16 w2M5LtVjmCBHOxjzISFcccUbSYGOIUJBOPRhlAb7XLxpyM4neie2iPzUplPiYT1j fiYGVvjyXHCvJfupuk9wpTGBaMnkIwVFs6UQKNv+3C3q0MaJPf4o0Hl7Cxeym2rY kSiewlRN4BPaOc5q4AACwFSGznqXdVvNZnATUcitsPCwM5kgLbUGUHDwceZHwU3J 8ZeXqlOO8JAcYU3biyKy4WaQccxkYEMTA0VBslQ9TVtIwRbPaRqdX9mEAn3kd0xu kYAxTSPMivxadyZC5aXOokK39LA9Bp92dSt8+et9fCcFiKxmoyq05aK2AwqJCbQG sv+jemLE7AC6Tr/LWVdYlc34GQbFC9GQu7sd+8NmjwynoLoPDwtI49RZ9ku1WJmh 9e2xQ61ChVcvyJmv8mkKLgrF7r+lXCXdw+Jz19cO+6002hY2NjnC86ozlKsD5Ytk dqyzvGck66Rzd6LnaaQuQkrwSLZlQRumc65QxXGioawV5rMptXk= =9Y0c -----END PGP SIGNATURE----- --4dyl6snvwerbmutd-- From owner-freebsd-translators@freebsd.org Sun Oct 18 15:07:22 2020 Return-Path: Delivered-To: freebsd-translators@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CDBF1434395 for ; Sun, 18 Oct 2020 15:07:22 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDjt256PMz4Y96 for ; Sun, 18 Oct 2020 15:07:22 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from t480.local (unknown [186.212.71.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dbaio/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 09F4A2DB19 for ; Sun, 18 Oct 2020 15:07:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Date: Sun, 18 Oct 2020 12:07:20 -0300 From: "Danilo G. Baio" To: freebsd-translators@freebsd.org Subject: [Weblate] Update source files (.pot) from r54372 to r54608 - translate-dev Message-ID: <20201018150720.tyddv2e53hqbypm4@t480.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="krzicgp2paacy7wt" Content-Disposition: inline X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 15:07:22 -0000 --krzicgp2paacy7wt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Synced with r54608, latest commit in the tree. Last update was r54372 (2020-07-26). Changed documents: - articles/committers-guide - articles/contributors - articles/freebsd-releng - articles/linux-users - books/faq - books/handbook - books/porters-handbook https://translate-dev.freebsd.org/ --=20 Danilo G. Baio (dbaio) --krzicgp2paacy7wt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEORj0UTsjzCy+enIkmpN7LfMuiNcFAl+MWihfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDM5 MThGNDUxM0IyM0NDMkNCRTdBNzIyNDlBOTM3QjJERjMyRTg4RDcACgkQmpN7LfMu iNfJPRAAw2PRlqFyEAdsfp3/i7z3oTiLaaJyAzkrMjpvFGv2aKfj6g8tdkfzSVtH SQWjEWPuGKwUk0WMt2Z148YuII/SX5jFdZVmxfPUV6kf0V0pTpRU4eO1LMIDiUEv sKbsBTGeRv1L7eOp+MgSRx/DgnovQiYEoV8tCkyJ9f36MWf8iKTTtHHakvNjwRq4 mHXbIWZF6xYiO7w57gSSjUyNXT0IbCITJRhIum7eSiP+YDA6G7XI/tsvY5o0O8g+ N7ZmStoyHfKfu3iaJ2RIStRAoIm1DUoEYXhGwM2BMBJ5NOmXehGq3tdy5/ZOqFq1 GAFcyWqbHXHMBhr8QDaOC+xfPWtOnex/O/GLE6FowMMclsbqlKmzLf8vILMW4Vx/ E5t/idi7539VolFjIXEnX28x0QsEORQjVdLKlXoR9V/QIRgBrD2QNbLo1kXNs126 wJEt56OfFv4DnHzFykYDdl1174UyebAzsQRi8FU7HvHY+Td76tZaVxp4Fr6I2lti lTEIN+baES71yLRdrb1oJYiFFY7SsW1+v1VsvsNdPH3/52zFzZRjHeYsO5te+1W3 yGZcsi0YqyART/gVloz0iSKKRDTQk4nGUN+ISrCVqZvNKVia1GeGpZfpal3Dpazi ZquekTdReWD7F9gzpekLzDgksFlxXwcZ26Ksuj09mBqXTpJF7dE= =Qb6i -----END PGP SIGNATURE----- --krzicgp2paacy7wt--