From unknown Sun Jun 22 11:44:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58130] [PATCH] news: Add 'pt' translation. Resent-From: Thiago Jung Bauermann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 28 Sep 2022 01:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58130 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58130@debbugs.gnu.org Cc: Thiago Jung Bauermann X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166432980330041 (code B ref -1); Wed, 28 Sep 2022 01:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Sep 2022 01:50:03 +0000 Received: from localhost ([127.0.0.1]:57075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odMD4-0007oH-C7 for submit@debbugs.gnu.org; Tue, 27 Sep 2022 21:50:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:47412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odMCz-0007nk-O1 for submit@debbugs.gnu.org; Tue, 27 Sep 2022 21:50:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50172) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odMCz-00040p-IZ for guix-patches@gnu.org; Tue, 27 Sep 2022 21:49:57 -0400 Received: from mx.kolabnow.com ([212.103.80.153]:52012) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odMCw-0007nD-7f for guix-patches@gnu.org; Tue, 27 Sep 2022 21:49:56 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id CDC8C437A2 for ; Wed, 28 Sep 2022 03:49:49 +0200 (CEST) Authentication-Results: ext-mx-out003.mykolab.com (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:subject:subject:from:from:received :received:received; s=dkim20160331; t=1664329789; x=1666144190; bh=pCDPvm4C7GmrJOdze8I8i19Qc2Zuig7h6ttKYPqCcbE=; b=fftcLcwc409u HTd0uLhQuXuOeJvq7PvTec9YyqVcVFreFarIdrkT+YLipAkp8zVr7QNy6189zmJA w9j2aXEsJd6wMbThKGE+LumjE0fMS1TY0z8c4cMfr9Xz2QGlTLSwDhey8Gwb6tit cYyozVM7kp3fYKdrD/YhYXX/bz3pyqU56lQevRZImM6rvZk+uwoCIKDONdj5x3T+ kkUMOZGenHD1En/8zCESGSWimjkThehDMYLmHnZGfYMFcBp4N4uRRYIHmzMAKzQ/ 4WiC8VE+EHYTdVsm0sis0PNi51EjD78alL29jkLpK8Ac6Q/ogxjzbDA5sVoSFaU7 9GI/E1ZavIoVyJUOdyYH2jc+RnpnvKr1jPsNqqpcGDc+yvIJVjm8LcibVKPvvI6i SL9F00hSZeqUGHi1hJTX5wVPa6/7ozDlC6rPtqF5aiDQTfrB02RJGSeFDzTiA0Pm wleikbNUAf4Ze+sTndnp8evpN8W54Gyf+Ky6jpaI8MoZQ7UNy98Sfs+kDqmC5fhx sZpuAy53ADs70I8NfaNamPzvp/IcRCt6NHm3cPUvL79L5weqjFkJRVNNYnkCP81T j1siMlp5Ixxyxcv9nHsTRENsl4oiutUBezPTO08bKIt2g6fdZaReffZ7UqVUQ3Mt 0JBAQb/Tawcbop6BWGFKBWw/uYNnbGM= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lcFZs-jnQRUL for ; Wed, 28 Sep 2022 03:49:49 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by mx.kolabnow.com (Postfix) with ESMTPS id B3EDF43482 for ; Wed, 28 Sep 2022 03:49:48 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 4E68A884; Wed, 28 Sep 2022 03:49:48 +0200 (CEST) From: Thiago Jung Bauermann Date: Tue, 27 Sep 2022 22:49:35 -0300 Message-Id: <20220928014935.16252-1-bauermann@kolabnow.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.103.80.153; envelope-from=bauermann@kolabnow.com; helo=mx.kolabnow.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * etc/news.scm: Add Portuguese translation of entries about WSL system images and about Guix System image API documentation. --- etc/news.scm | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/etc/news.scm b/etc/news.scm index 9bb6ba876b80..0a772a812bcf 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -29,7 +29,8 @@ (title (en "Guix System image creation is now documented") (de "Es gibt eine Dokumentation, wie Sie Guix-System-Abbilder („Images“) erzeugen") - (fr "La création d'images pour Guix System est à présent documentée")) + (fr "La création d'images pour Guix System est à présent documentée") + (pt "A criação de imagens do Guix System agora está documentada")) (body (en "The Guix System image API that allows you to create customized system images and turn them into actual bootable images is now documented in @@ -45,12 +46,18 @@ permettant de créer des images personnalisées et de les transformer en images amorçables est désormais documentée dans le chapitre @code{Création d'images système}. Cette interface devrait être particulièrement utile aux personnes -qui essaient de faire fonctionner Guix sur de nouvelles machines."))) +qui essaient de faire fonctionner Guix sur de nouvelles machines.") + (pt "A API de imagens do Guix System que permite criar imagens de +sistema customizadas e torná-las inicializáveis agora está documentada no +capítulo @code{Creating System Images} da documentação do Guix. Isso é +particularmente útil para pessoas tentando portar o Guix System para um novo +hardware."))) (entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae") (title (en "WSL system images support") (de "WSL-Systemabbilder werden unterstützt") - (fr "Support pour les images système WSL")) + (fr "Support pour les images système WSL") + (pt "Suporte a imagens de sistema WSL")) (body (en "The @command{guix system image} command can now generate system images for the Windows Subsystem for Linux. To get started, you can for @@ -81,6 +88,16 @@ et importer l'image obtenue de cette manière : +@command{wsl --import Guix ./guix ./wsl2-image.tar.gz} +@command{wsl -d Guix}.") + (pt "Agora o comando @command{guix system image} pode gerar imagens +de sistema para o Subsistema do Windows para Linux. Para começar, você pode +por exemplo rodar a partir de um checkout do repositório do Guix: + +@command{guix system image gnu/system/images/wsl2.scm}, + +e importar a imagem resultante da seguinte maneira: + @command{wsl --import Guix ./guix ./wsl2-image.tar.gz} @command{wsl -d Guix}."))) (entry (commit "11a06d1e49f4d50d6789e05bbf35e2e145ff7838") From unknown Sun Jun 22 11:44:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thiago Jung Bauermann Subject: bug#58130: closed (Re: bug#58130: [PATCH] news: Add 'pt' translation.) Message-ID: References: <87k05of0sb.fsf@gnu.org> <20220928014935.16252-1-bauermann@kolabnow.com> X-Gnu-PR-Message: they-closed 58130 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58130@debbugs.gnu.org Date: Wed, 28 Sep 2022 06:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1664348042-3528-1" This is a multi-part message in MIME format... ------------=_1664348042-3528-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58130: [PATCH] news: Add 'pt' translation. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58130@debbugs.gnu.org. --=20 58130: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58130 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1664348042-3528-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58130-done) by debbugs.gnu.org; 28 Sep 2022 06:53:05 +0000 Received: from localhost ([127.0.0.1]:59413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odQwK-0000sn-NC for submit@debbugs.gnu.org; Wed, 28 Sep 2022 02:53:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odQwI-0000sH-IF for 58130-done@debbugs.gnu.org; Wed, 28 Sep 2022 02:53:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56122) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odQwC-0004bX-Tp; Wed, 28 Sep 2022 02:52:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=K8jfF/E8x+hEpeaVy296PgZnBdURLxc9TxzZT1QKhWE=; b=CfKnQmbwyTp5ZAV58jkB r+7h/BftNCv626jXP5eZq4pDF/+LnoT+JLxklH3BwR9YM5r+DBNiq8j6lqhZitkhPAtmK3IKjviL5 6RVaje3OohvQIas7dji0rNbmcTD7ZMRXBB+IXwhRpGYyjEBYFOUxLkjUk2ukrGMbH674O9Hyig9i4 U6EBeNWf/r5lSXNOevaourN3OHWVwTariNfHhNqsukINNW7lnNHQxzxrbzFkRgaaE9akZFaCFBuZB Ic2xG+tkz9p0N6QMN6sYSw6bZ6U8+340MK3Q3gjEtoCG0WnosC1zn8vQ/ArDb1vs1AJcy3Rww5OLP sGU91kdI+tA5gw==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:52276 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odQwC-0006ny-8L; Wed, 28 Sep 2022 02:52:56 -0400 From: Mathieu Othacehe To: Thiago Jung Bauermann Subject: Re: bug#58130: [PATCH] news: Add 'pt' translation. References: <20220928014935.16252-1-bauermann@kolabnow.com> Date: Wed, 28 Sep 2022 08:52:52 +0200 In-Reply-To: <20220928014935.16252-1-bauermann@kolabnow.com> (Thiago Jung Bauermann's message of "Tue, 27 Sep 2022 22:49:35 -0300") Message-ID: <87k05of0sb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58130-done Cc: 58130-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * etc/news.scm: Add Portuguese translation of entries about WSL system images > and about Guix System image API documentation. Applied. Thanks for the translation Thiago! Mathieu ------------=_1664348042-3528-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Sep 2022 01:50:03 +0000 Received: from localhost ([127.0.0.1]:57075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odMD4-0007oH-C7 for submit@debbugs.gnu.org; Tue, 27 Sep 2022 21:50:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:47412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odMCz-0007nk-O1 for submit@debbugs.gnu.org; Tue, 27 Sep 2022 21:50:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50172) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odMCz-00040p-IZ for guix-patches@gnu.org; Tue, 27 Sep 2022 21:49:57 -0400 Received: from mx.kolabnow.com ([212.103.80.153]:52012) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odMCw-0007nD-7f for guix-patches@gnu.org; Tue, 27 Sep 2022 21:49:56 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id CDC8C437A2 for ; Wed, 28 Sep 2022 03:49:49 +0200 (CEST) Authentication-Results: ext-mx-out003.mykolab.com (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:subject:subject:from:from:received :received:received; s=dkim20160331; t=1664329789; x=1666144190; bh=pCDPvm4C7GmrJOdze8I8i19Qc2Zuig7h6ttKYPqCcbE=; b=fftcLcwc409u HTd0uLhQuXuOeJvq7PvTec9YyqVcVFreFarIdrkT+YLipAkp8zVr7QNy6189zmJA w9j2aXEsJd6wMbThKGE+LumjE0fMS1TY0z8c4cMfr9Xz2QGlTLSwDhey8Gwb6tit cYyozVM7kp3fYKdrD/YhYXX/bz3pyqU56lQevRZImM6rvZk+uwoCIKDONdj5x3T+ kkUMOZGenHD1En/8zCESGSWimjkThehDMYLmHnZGfYMFcBp4N4uRRYIHmzMAKzQ/ 4WiC8VE+EHYTdVsm0sis0PNi51EjD78alL29jkLpK8Ac6Q/ogxjzbDA5sVoSFaU7 9GI/E1ZavIoVyJUOdyYH2jc+RnpnvKr1jPsNqqpcGDc+yvIJVjm8LcibVKPvvI6i SL9F00hSZeqUGHi1hJTX5wVPa6/7ozDlC6rPtqF5aiDQTfrB02RJGSeFDzTiA0Pm wleikbNUAf4Ze+sTndnp8evpN8W54Gyf+Ky6jpaI8MoZQ7UNy98Sfs+kDqmC5fhx sZpuAy53ADs70I8NfaNamPzvp/IcRCt6NHm3cPUvL79L5weqjFkJRVNNYnkCP81T j1siMlp5Ixxyxcv9nHsTRENsl4oiutUBezPTO08bKIt2g6fdZaReffZ7UqVUQ3Mt 0JBAQb/Tawcbop6BWGFKBWw/uYNnbGM= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lcFZs-jnQRUL for ; Wed, 28 Sep 2022 03:49:49 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by mx.kolabnow.com (Postfix) with ESMTPS id B3EDF43482 for ; Wed, 28 Sep 2022 03:49:48 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 4E68A884; Wed, 28 Sep 2022 03:49:48 +0200 (CEST) From: Thiago Jung Bauermann To: guix-patches@gnu.org Subject: [PATCH] news: Add 'pt' translation. Date: Tue, 27 Sep 2022 22:49:35 -0300 Message-Id: <20220928014935.16252-1-bauermann@kolabnow.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.103.80.153; envelope-from=bauermann@kolabnow.com; helo=mx.kolabnow.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Thiago Jung Bauermann X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * etc/news.scm: Add Portuguese translation of entries about WSL system images and about Guix System image API documentation. --- etc/news.scm | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/etc/news.scm b/etc/news.scm index 9bb6ba876b80..0a772a812bcf 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -29,7 +29,8 @@ (title (en "Guix System image creation is now documented") (de "Es gibt eine Dokumentation, wie Sie Guix-System-Abbilder („Images“) erzeugen") - (fr "La création d'images pour Guix System est à présent documentée")) + (fr "La création d'images pour Guix System est à présent documentée") + (pt "A criação de imagens do Guix System agora está documentada")) (body (en "The Guix System image API that allows you to create customized system images and turn them into actual bootable images is now documented in @@ -45,12 +46,18 @@ permettant de créer des images personnalisées et de les transformer en images amorçables est désormais documentée dans le chapitre @code{Création d'images système}. Cette interface devrait être particulièrement utile aux personnes -qui essaient de faire fonctionner Guix sur de nouvelles machines."))) +qui essaient de faire fonctionner Guix sur de nouvelles machines.") + (pt "A API de imagens do Guix System que permite criar imagens de +sistema customizadas e torná-las inicializáveis agora está documentada no +capítulo @code{Creating System Images} da documentação do Guix. Isso é +particularmente útil para pessoas tentando portar o Guix System para um novo +hardware."))) (entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae") (title (en "WSL system images support") (de "WSL-Systemabbilder werden unterstützt") - (fr "Support pour les images système WSL")) + (fr "Support pour les images système WSL") + (pt "Suporte a imagens de sistema WSL")) (body (en "The @command{guix system image} command can now generate system images for the Windows Subsystem for Linux. To get started, you can for @@ -81,6 +88,16 @@ et importer l'image obtenue de cette manière : +@command{wsl --import Guix ./guix ./wsl2-image.tar.gz} +@command{wsl -d Guix}.") + (pt "Agora o comando @command{guix system image} pode gerar imagens +de sistema para o Subsistema do Windows para Linux. Para começar, você pode +por exemplo rodar a partir de um checkout do repositório do Guix: + +@command{guix system image gnu/system/images/wsl2.scm}, + +e importar a imagem resultante da seguinte maneira: + @command{wsl --import Guix ./guix ./wsl2-image.tar.gz} @command{wsl -d Guix}."))) (entry (commit "11a06d1e49f4d50d6789e05bbf35e2e145ff7838") ------------=_1664348042-3528-1-- From unknown Sun Jun 22 11:44:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58130] [PATCH] news: Add 'pt' translation. Resent-From: Thiago Jung Bauermann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Sep 2022 01:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58130 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Mathieu Othacehe Cc: 58130-done@debbugs.gnu.org Received: via spool by 58130-done@debbugs.gnu.org id=D58130.16644136549785 (code D ref 58130); Thu, 29 Sep 2022 01:08:01 +0000 Received: (at 58130-done) by debbugs.gnu.org; 29 Sep 2022 01:07:34 +0000 Received: from localhost ([127.0.0.1]:35317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odi1V-0002Xk-PI for submit@debbugs.gnu.org; Wed, 28 Sep 2022 21:07:34 -0400 Received: from mx.kolabnow.com ([212.103.80.153]:27348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odi1T-0002XX-Vw for 58130-done@debbugs.gnu.org; Wed, 28 Sep 2022 21:07:32 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 6CD3143949; Thu, 29 Sep 2022 03:07:26 +0200 (CEST) Authentication-Results: ext-mx-out003.mykolab.com (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-type:content-type:mime-version:message-id:in-reply-to :date:date:subject:subject:from:from:references:received :received:received; s=dkim20160331; t=1664413644; x=1666228045; bh=kZNILTRTiVCb1bKQjh/d2TuB9Zci2SdHtJEsCfPbOag=; b=3lltR1rWRaTO 7reRhF8sBAzlM2N53rHhX7XsZ2donFDBhIvnMD4jvkfO4FFbIPILT5UF4thZU0hy WdUOAg5sNIssQEB37lfW6RAl/shVj/DasaTdgE89BRd+IV818Jlf7tcd9PzqJy86 PbkM7DePZXLXaP1u1nn2QtXvYbYX1sY4ze1kCbfOyTQD4fU9s4/zxthSqyUPwDMN voQb9mHq/Nw5oWi5SEtnbMQFe69IH7Rti30vZOFwWklzReY8ehPV6D/U6C1ONR9w sAn9xZW7ytQsXxzMunwXeKWe+U5X7avwzjMjufivIEhODCeRxTKw6KsiEaeyMhOs u+N9vTK8VuXxrCBmdcLncb74Hf1Zohr2COXQG2vu+QONx5elyGne2STB9YhdwSQ5 rPrKthT07SbHev0yJs+1MEAZ3rCMiL9Kw1wuDdtkSidXBrwtq1dXTKZ7kls8ywNg yF0rbByIBeU+mfi6tn2QIvBVAcYOHWGt9ruzFg/SWjCv5X60HJmlfwCO/7JGHK2H P2mJxkfUcZo6jfQW1lKSBR/6hUPmXx4PFFiwZpdaMZ03A+xmA+Mrb6sZAn4QMKnr gkH3bC+pQDTXEtzn3J2ayR0MFslUa3LiIkeqSGJT+t5dfcOwaWZujE5I3kOSCdRm zAsWBeyPnDdM3AKQxDcazrnbn12fvQw= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tudrkzLOfHbo; Thu, 29 Sep 2022 03:07:24 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by mx.kolabnow.com (Postfix) with ESMTPS id 391AA438C1; Thu, 29 Sep 2022 03:07:24 +0200 (CEST) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx003.mykolab.com (Postfix) with ESMTPS id E682D526C; Thu, 29 Sep 2022 03:07:23 +0200 (CEST) References: <20220928014935.16252-1-bauermann@kolabnow.com> <87k05of0sb.fsf@gnu.org> From: Thiago Jung Bauermann Date: Wed, 28 Sep 2022 22:07:05 -0300 In-reply-to: <87k05of0sb.fsf@gnu.org> Message-ID: <871qrv2dkq.fsf@kolabnow.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Mathieu Othacehe writes: >> * etc/news.scm: Add Portuguese translation of entries about WSL system images >> and about Guix System image API documentation. > > Applied. Thanks for the translation Thiago! Thank you! -- Thiago