pjc-fields 0.0.62 → 0.0.63
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/fesm2022/pjc-fields.mjs
CHANGED
|
@@ -2841,7 +2841,8 @@ const centenasF = [
|
|
|
2841
2841
|
const configUnidades = {
|
|
2842
2842
|
// Nota: "Grama" (peso) é substantivo masculino ("dois gramas").
|
|
2843
2843
|
grama: { singular: 'grama', plural: 'gramas', feminino: false },
|
|
2844
|
-
|
|
2844
|
+
quilograma: { singular: 'quilograma', plural: 'quilogramas', feminino: false },
|
|
2845
|
+
metrocubico: { singular: 'metro cúbico', plural: 'metros cúbicos', feminino: false },
|
|
2845
2846
|
unidade: { singular: 'unidade', plural: 'unidades', feminino: true },
|
|
2846
2847
|
miligrama: { singular: 'miligrama', plural: 'miligramas', feminino: false },
|
|
2847
2848
|
litro: { singular: 'litro', plural: 'litros', feminino: false },
|