1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

nls: Update translations.

Change-Id: I5c4cf2b47159d8c5cf8f79ea7d0efcbd14b4f68f
This commit is contained in:
Florian Pelz
2025-12-07 15:40:45 +01:00
parent 001004f83c
commit 9aa22e6451
21 changed files with 148914 additions and 229 deletions

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: guix manual checkout\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2025-10-21 03:18+0000\n"
"PO-Revision-Date: 2025-11-30 13:56+0000\n"
"POT-Creation-Date: 2025-12-01 03:18+0000\n"
"PO-Revision-Date: 2025-12-03 14:14+0000\n"
"Last-Translator: pelzflorian <pelzflorian@noreply.codeberg.org>\n"
"Language-Team: Italian <https://translate.codeberg.org/projects/guix/documentation-cookbook/it/>\n"
"Language: it\n"
@@ -460,11 +460,11 @@ msgstr ""
msgid ""
"(display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"@print{} Hello Guix!\n"
"@print{} Hello Guix\n"
"@result{} #<unspecified>\n"
msgstr ""
"(display (string-append \"Ciao \" \"Guix\" \"\\n\"))\n"
"@print{} Ciao Guix!\n"
"@print{} Ciao Guix\n"
"@result{} #<unspecified>\n"
msgid "This last example is a function call nested in another function call. When a parenthesized expression is evaluated, the first term is the function and the rest are the arguments passed to the function. Every function returns the last evaluated expression as its return value."