Skip to content

Commit dd334d5

Browse files
Updated translation files (arduino#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0f0288 commit dd334d5

File tree

3 files changed

+67
-10
lines changed

3 files changed

+67
-10
lines changed

i18n/data/it_IT.po

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
#
2+
# Translators:
3+
# Cristian Maglie <[email protected]>, 2020
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Last-Translator: Cristian Maglie <[email protected]>, 2020\n"
8+
"Language-Team: Italian (Italy) (https://www.transifex.com/arduino-1/teams/108174/it_IT/)\n"
9+
"Language: it_IT\n"
10+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
11+
12+
#: cli/usage.go:31
13+
msgid "Additional help topics:"
14+
msgstr "Informazioni aggiuntive:"
15+
16+
#: cli/usage.go:26
17+
msgid "Aliases:"
18+
msgstr "Alias:"
19+
20+
#: cli/usage.go:28
21+
msgid "Available Commands:"
22+
msgstr "Comandi disponibili:"
23+
24+
#: cli/usage.go:27
25+
msgid "Examples:"
26+
msgstr "Esempi:"
27+
28+
#: cli/usage.go:29
29+
msgid "Flags:"
30+
msgstr ""
31+
32+
#: cli/usage.go:30
33+
msgid "Global Flags:"
34+
msgstr ""
35+
36+
#: cli/usage.go:25
37+
msgid "Usage:"
38+
msgstr ""
39+
40+
#: cli/usage.go:32
41+
msgid "Use %s for more information about a command."
42+
msgstr ""

i18n/data/pt_BR.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
#
2+
# Translators:
3+
# Henrique Diniz <[email protected]>, 2020
4+
#
15
msgid ""
26
msgstr ""
7+
"Last-Translator: Henrique Diniz <[email protected]>, 2020\n"
8+
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/arduino-1/teams/108174/pt_BR/)\n"
9+
"Language: pt_BR\n"
10+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
311

412
#: cli/usage.go:31
513
msgid "Additional help topics:"
@@ -31,5 +39,4 @@ msgstr ""
3139

3240
#: cli/usage.go:32
3341
msgid "Use %s for more information about a command."
34-
msgstr ""
35-
42+
msgstr "Use %s para mais informações sobre um comando."

i18n/rice-box.go

+16-8
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,38 @@ func init() {
1111
// define files
1212
file2 := &embedded.EmbeddedFile{
1313
Filename: ".gitkeep",
14-
FileModTime: time.Unix(1589851571, 0),
14+
FileModTime: time.Unix(1591581706, 0),
1515

1616
Content: string(""),
1717
}
1818
file3 := &embedded.EmbeddedFile{
1919
Filename: "en.po",
20-
FileModTime: time.Unix(1590158852, 0),
20+
FileModTime: time.Unix(1591581706, 0),
2121

2222
Content: string("msgid \"\"\nmsgstr \"\"\n\n#: cli/usage.go:31\nmsgid \"Additional help topics:\"\nmsgstr \"Additional help topics:\"\n\n#: cli/usage.go:26\nmsgid \"Aliases:\"\nmsgstr \"Aliases:\"\n\n#: cli/usage.go:28\nmsgid \"Available Commands:\"\nmsgstr \"Available Commands:\"\n\n#: cli/usage.go:27\nmsgid \"Examples:\"\nmsgstr \"Examples:\"\n\n#: cli/usage.go:29\nmsgid \"Flags:\"\nmsgstr \"Flags:\"\n\n#: cli/usage.go:30\nmsgid \"Global Flags:\"\nmsgstr \"Global Flags:\"\n\n#: cli/usage.go:25\nmsgid \"Usage:\"\nmsgstr \"Usage:\"\n\n#: cli/usage.go:32\nmsgid \"Use %s for more information about a command.\"\nmsgstr \"Use %s for more information about a command.\"\n\n"),
2323
}
2424
file4 := &embedded.EmbeddedFile{
25+
Filename: "it_IT.po",
26+
FileModTime: time.Unix(1591581735, 0),
27+
28+
Content: string("# \n# Translators:\n# Cristian Maglie <[email protected]>, 2020\n# \nmsgid \"\"\nmsgstr \"\"\n\"Last-Translator: Cristian Maglie <[email protected]>, 2020\\n\"\n\"Language-Team: Italian (Italy) (https://www.transifex.com/arduino-1/teams/108174/it_IT/)\\n\"\n\"Language: it_IT\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n#: cli/usage.go:31\nmsgid \"Additional help topics:\"\nmsgstr \"Informazioni aggiuntive:\"\n\n#: cli/usage.go:26\nmsgid \"Aliases:\"\nmsgstr \"Alias:\"\n\n#: cli/usage.go:28\nmsgid \"Available Commands:\"\nmsgstr \"Comandi disponibili:\"\n\n#: cli/usage.go:27\nmsgid \"Examples:\"\nmsgstr \"Esempi:\"\n\n#: cli/usage.go:29\nmsgid \"Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:30\nmsgid \"Global Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:25\nmsgid \"Usage:\"\nmsgstr \"\"\n\n#: cli/usage.go:32\nmsgid \"Use %s for more information about a command.\"\nmsgstr \"\"\n"),
29+
}
30+
file5 := &embedded.EmbeddedFile{
2531
Filename: "pt_BR.po",
26-
FileModTime: time.Unix(1590158853, 0),
32+
FileModTime: time.Unix(1591581735, 0),
2733

28-
Content: string("msgid \"\"\nmsgstr \"\"\n\n#: cli/usage.go:31\nmsgid \"Additional help topics:\"\nmsgstr \"\"\n\n#: cli/usage.go:26\nmsgid \"Aliases:\"\nmsgstr \"\"\n\n#: cli/usage.go:28\nmsgid \"Available Commands:\"\nmsgstr \"\"\n\n#: cli/usage.go:27\nmsgid \"Examples:\"\nmsgstr \"\"\n\n#: cli/usage.go:29\nmsgid \"Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:30\nmsgid \"Global Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:25\nmsgid \"Usage:\"\nmsgstr \"\"\n\n#: cli/usage.go:32\nmsgid \"Use %s for more information about a command.\"\nmsgstr \"\"\n\n"),
34+
Content: string("# \n# Translators:\n# Henrique Diniz <[email protected]>, 2020\n# \nmsgid \"\"\nmsgstr \"\"\n\"Last-Translator: Henrique Diniz <[email protected]>, 2020\\n\"\n\"Language-Team: Portuguese (Brazil) (https://www.transifex.com/arduino-1/teams/108174/pt_BR/)\\n\"\n\"Language: pt_BR\\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\n#: cli/usage.go:31\nmsgid \"Additional help topics:\"\nmsgstr \"\"\n\n#: cli/usage.go:26\nmsgid \"Aliases:\"\nmsgstr \"\"\n\n#: cli/usage.go:28\nmsgid \"Available Commands:\"\nmsgstr \"\"\n\n#: cli/usage.go:27\nmsgid \"Examples:\"\nmsgstr \"\"\n\n#: cli/usage.go:29\nmsgid \"Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:30\nmsgid \"Global Flags:\"\nmsgstr \"\"\n\n#: cli/usage.go:25\nmsgid \"Usage:\"\nmsgstr \"\"\n\n#: cli/usage.go:32\nmsgid \"Use %s for more information about a command.\"\nmsgstr \"Use %s para mais informações sobre um comando.\"\n"),
2935
}
3036

3137
// define dirs
3238
dir1 := &embedded.EmbeddedDir{
3339
Filename: "",
34-
DirModTime: time.Unix(1590158853, 0),
40+
DirModTime: time.Unix(1591581735, 0),
3541
ChildFiles: []*embedded.EmbeddedFile{
3642
file2, // ".gitkeep"
3743
file3, // "en.po"
38-
file4, // "pt_BR.po"
44+
file4, // "it_IT.po"
45+
file5, // "pt_BR.po"
3946

4047
},
4148
}
@@ -46,14 +53,15 @@ func init() {
4653
// register embeddedBox
4754
embedded.RegisterEmbeddedBox(`./data`, &embedded.EmbeddedBox{
4855
Name: `./data`,
49-
Time: time.Unix(1590158853, 0),
56+
Time: time.Unix(1591581735, 0),
5057
Dirs: map[string]*embedded.EmbeddedDir{
5158
"": dir1,
5259
},
5360
Files: map[string]*embedded.EmbeddedFile{
5461
".gitkeep": file2,
5562
"en.po": file3,
56-
"pt_BR.po": file4,
63+
"it_IT.po": file4,
64+
"pt_BR.po": file5,
5765
},
5866
})
5967
}

0 commit comments

Comments
 (0)