@glissandoo/lib 1.24.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/functions/index.d.ts +1 -0
- package/functions/index.js +1 -0
- package/functions/regions.js +1 -0
- package/helpers/instruments/index.d.ts +13 -0
- package/helpers/instruments/index.js +27 -1
- package/helpers/musicStyles/index.d.ts +2 -1
- package/helpers/musicStyles/index.js +9 -0
- package/helpers/musicStyles/orders.js +11 -0
- package/lang/ca.json +14 -0
- package/lang/de.json +14 -0
- package/lang/en.json +14 -0
- package/lang/es.json +15 -1
- package/lang/eu.json +14 -0
- package/lang/gl.json +14 -0
- package/lang/index.d.ts +98 -0
- package/lang/pt.json +14 -0
- package/package.json +1 -1
package/lang/pt.json
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"group.players.remove.text": "Você não faz mais parte do {string:group.0.displayName}",
|
|
32
32
|
"group.players.remove.title": "Excluir grupo",
|
|
33
33
|
"instruments.accordion": "Acordeão",
|
|
34
|
+
"instruments.agogo": "Agogô",
|
|
34
35
|
"instruments.altoClarinet": "Clarinete Alto",
|
|
35
36
|
"instruments.altoSaxophone": "Saxofone alto",
|
|
36
37
|
"instruments.bagpipes": "Gaita de Foles",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"instruments.cajon": "Cajon",
|
|
47
48
|
"instruments.castanets": "Castanholas",
|
|
48
49
|
"instruments.cello": "Violoncelo",
|
|
50
|
+
"instruments.chocalho": "Chocalho",
|
|
49
51
|
"instruments.choir": "Coro",
|
|
50
52
|
"instruments.clarinet": "Clarinete",
|
|
51
53
|
"instruments.contraAlto": "Contralto",
|
|
@@ -62,12 +64,14 @@
|
|
|
62
64
|
"instruments.electricGuitar": "Guitarra elétrica",
|
|
63
65
|
"instruments.englishHorn": "Corne Inglês",
|
|
64
66
|
"instruments.euphonium": "Eufónio",
|
|
67
|
+
"instruments.flabiol": "Flabiol",
|
|
65
68
|
"instruments.flugelhorn": "Fliscorne",
|
|
66
69
|
"instruments.flute": "Flauta",
|
|
67
70
|
"instruments.frenchHorn": "Trompa",
|
|
68
71
|
"instruments.guitar": "Guitarra",
|
|
69
72
|
"instruments.harmonica": "Harmónica",
|
|
70
73
|
"instruments.harp": "Harpa",
|
|
74
|
+
"instruments.harpsichord": "Cravo",
|
|
71
75
|
"instruments.highTrombone": "Trombone alto",
|
|
72
76
|
"instruments.keyboard": "Teclado",
|
|
73
77
|
"instruments.littleClarinet": "Requinta em Mib",
|
|
@@ -78,22 +82,31 @@
|
|
|
78
82
|
"instruments.lute": "Alaúde",
|
|
79
83
|
"instruments.mallets": "Lâminas",
|
|
80
84
|
"instruments.mandoline": "Mandolin",
|
|
85
|
+
"instruments.maracas": "Maracas",
|
|
86
|
+
"instruments.marchingToms": "Toms de marcha",
|
|
87
|
+
"instruments.melodica": "Melódica",
|
|
81
88
|
"instruments.mezzosoproano": "Mezzosoprano",
|
|
82
89
|
"instruments.musicConductor": "Maestro",
|
|
83
90
|
"instruments.oboe": "Oboé",
|
|
91
|
+
"instruments.peak-flute": "Flauta doce",
|
|
84
92
|
"instruments.percussion": "Percussão",
|
|
85
93
|
"instruments.piano": "Piano",
|
|
86
94
|
"instruments.piccolo": "Piccolo",
|
|
87
95
|
"instruments.piccoloTrumpet": "Trompete piccolo",
|
|
96
|
+
"instruments.repique": "Répique",
|
|
88
97
|
"instruments.silbote": "Silbote",
|
|
89
98
|
"instruments.singer": "Cantor",
|
|
90
99
|
"instruments.snareDrum": "Caixa ",
|
|
91
100
|
"instruments.soprano": "Soprano",
|
|
92
101
|
"instruments.sopranoSaxophone": "Saxofone soprano",
|
|
102
|
+
"instruments.surdo": "Surdo",
|
|
93
103
|
"instruments.tabal": "Tabal",
|
|
104
|
+
"instruments.tambourine": "Pandeiro",
|
|
105
|
+
"instruments.tambourineBrazilian": "Tamborim",
|
|
94
106
|
"instruments.tarota": "Tarota",
|
|
95
107
|
"instruments.tenor": "Tenor",
|
|
96
108
|
"instruments.tenorSax": "Saxofone tenor",
|
|
109
|
+
"instruments.timbalBrazilian": "Timbal",
|
|
97
110
|
"instruments.timpani": "Tímpanos",
|
|
98
111
|
"instruments.trombone": "Trombone",
|
|
99
112
|
"instruments.trumpet": "Trompete",
|
|
@@ -105,6 +118,7 @@
|
|
|
105
118
|
"instruments.violin": "Violino",
|
|
106
119
|
"musicStyles.banda-cornetas-y-tambores": "Banda de Sopros e Percussão",
|
|
107
120
|
"musicStyles.banda-de-musica": "Banda",
|
|
121
|
+
"musicStyles.batucada": "Batucada",
|
|
108
122
|
"musicStyles.big-band": "Big band",
|
|
109
123
|
"musicStyles.charanga": "Street Band",
|
|
110
124
|
"musicStyles.colla": "Colla",
|