metanorma-iso 2.8.0 → 2.8.2
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.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/i18n-en.yaml +1 -0
- data/lib/isodoc/iso/i18n-fr.yaml +1 -0
- data/lib/isodoc/iso/i18n-ja.yaml +1 -0
- data/lib/isodoc/iso/i18n-ru.yaml +1 -0
- data/lib/isodoc/iso/iso.amendment.xsl +365 -63
- data/lib/isodoc/iso/iso.international-standard.xsl +365 -63
- data/lib/metanorma/iso/front_id.rb +1 -1
- data/lib/metanorma/iso/isodoc.rng +5 -5
- data/lib/metanorma/iso/version.rb +1 -1
- data/lib/relaton/render/general.rb +1 -1
- data/lib/relaton/render/parse.rb +1 -1
- data/metanorma-iso.gemspec +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45add77cdb8b13df6e89dd7b66bf52bf94dfc2b7d6ac3c2c2f5f1fd7cbbd2e84
|
|
4
|
+
data.tar.gz: bd4b6b09d4a17130b7cda4c171569f5ad3635cdcf526b5ec6b0d60e9abfc76d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d572ea00343fd042be81986ba99c1858e2219880743e7db3e67a3dce7bfb3bed23cefcda83cf5de0cb2f63606d35078936755e7ddfdc17aee4d251b22da22b85
|
|
7
|
+
data.tar.gz: e1c7eee7693c31956bb10f66fa837cffbf9ff853cb20e4e8804e9170d843573db8457f4a121117d6698ce610e5d920bf3db8b0c594dea55f2e1ce6f7e40af2d5
|
data/lib/isodoc/iso/i18n-en.yaml
CHANGED
|
@@ -14,6 +14,7 @@ reference_number_abbrev: Ref. No.
|
|
|
14
14
|
price_based_on: Price based on % pages
|
|
15
15
|
price: Price
|
|
16
16
|
date_first_printing: Date of the first printing
|
|
17
|
+
date_printing: Date of the % printing
|
|
17
18
|
descriptor: Descriptor
|
|
18
19
|
under_preparation: Under preparation. (Stage at the time of publication %).
|
|
19
20
|
withdrawn: Withdrawn.
|
data/lib/isodoc/iso/i18n-fr.yaml
CHANGED
|
@@ -14,6 +14,7 @@ reference_number_abbrev: Réf. №
|
|
|
14
14
|
price_based_on: Prix basé sur % pages
|
|
15
15
|
price: Prix
|
|
16
16
|
date_first_printing: Date de la première impression
|
|
17
|
+
date_printing: Date de la % impression
|
|
17
18
|
descriptor: Descripteur
|
|
18
19
|
under_preparation: En cours d'élaboration. (Stade au moment de la publication %).
|
|
19
20
|
withdrawn: Retiré.
|
data/lib/isodoc/iso/i18n-ja.yaml
CHANGED
data/lib/isodoc/iso/i18n-ru.yaml
CHANGED
|
@@ -14,6 +14,7 @@ descriptor: Дескриптор
|
|
|
14
14
|
price_based_on: Цена рассчитана на % стр.
|
|
15
15
|
price: Цена
|
|
16
16
|
date_first_printing: Дата первой печати
|
|
17
|
+
date_printing: Дата % печати
|
|
17
18
|
under_preparation: В стадии подготовки. (Стадия на момент публикации %).
|
|
18
19
|
withdrawn: Отозван.
|
|
19
20
|
cancelled_and_replaced: Отменено и заменено на %.
|