metanorma-jis 0.0.2 → 0.0.4

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.
@@ -35,6 +35,17 @@ module IsoDoc
35
35
  }
36
36
  end
37
37
 
38
+ def make_table_footnote_target(out, fnid, fnref)
39
+ attrs = { id: fnid, class: "TableFootnoteRef" }
40
+ out.span do |s|
41
+ s << @i18n.table_footnote
42
+ out.span **attrs do |a|
43
+ a << "#{fnref})"
44
+ end
45
+ insert_tab(s, 1)
46
+ end
47
+ end
48
+
38
49
  include BaseConvert
39
50
  include Init
40
51
  end
@@ -1,4 +1,10 @@
1
1
  under_preparation: Under preparation.
2
+ table_footnote: Footnote
3
+ admitted: ADMITTED
4
+ commentary: Commentary
5
+ commentary_page: Comm.
6
+ JIS: 日本工業規格
7
+ permission_footer: Duplication, reprinting, etc. without permission is prohibited by copyright law.
2
8
  doctype_dict:
3
9
  international-standard: International standard
4
10
  technical-specification: Technical specification
@@ -1,6 +1,18 @@
1
1
  under_preparation: 準備中。(掲載時のステージ%)。
2
+ cancelled_and_replaced: キャンセルされ、%に置き換えられました。
3
+ norm_with_refs_pref_all_dated: 次に掲げる引用規格は,この規格に引用されることによって,その一部又は全部がこの規格の要 求事項を構成している。これらの引用規格は,記載の年の版を適用し,その後の改正版(追補を含む。) は適用しない。
4
+ norm_with_refs_pref_none_dated: 次に掲げる引用規格は,この規格に引用されることによって,その一部又は全部がこの規格の要求事項 を構成している。これらの引用規格は,その最新版(追補を含む。)を適用する。
5
+ permission_footer: 著作権法により無断での複製,転載等は禁止されております。
6
+ admitted: "代替用語"
7
+ table_footnote: 注
8
+ commentary: 解説
9
+ commentary_page: 解
10
+ JIS: 日本工業規格
11
+ draft_label: 案
12
+ white-paper: 白紙
2
13
  doctype_dict:
3
14
  international-standard: 日本産業規格
15
+ japaanese-industrial-standard: 日本産業規格
4
16
  technical-specification: 標準仕様書
5
17
  technical-report: 標準報告書
6
18
  publicly-available-specification: Publicly Available Specification