blob: 7b5815eb04dad1b7637a55cabe6a891c5e32377e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Portuguese translations for PACKAGE package.
# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Thomas Voss <mail@thomasvoss.com>, 2025.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-06 15:47+0200\n"
"PO-Revision-Date: 2025-09-05 16:12+0200\n"
"Last-Translator: Thomas Voss <mail@thomasvoss.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-"
"translation@lists.sourceforge.net>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: main.c:31
#, c-format
msgid "Usage: %s [-h] [-i interval] [format]\n"
msgstr "Utilização: %s [-h] [-i intervalo] [formato]\n"
#: main.c:66
#, c-format
msgid ""
"invalid interval ‘%s’\n"
"Read the %s(1) manual page for valid intervals"
msgstr ""
"intervalo inválido “%s”\n"
"Leia a página do manual do %s(1) para intervalos válidos"
#: main.c:90 main.c:100
msgid "failed to get the time"
msgstr "não conseguiu obter o tempo"
#: main.c:96
msgid "buffer too small"
msgstr "buffer pequeno demais"
|