oa_templater 0.5.5

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2137c19497b80bd73652bfed28ca664c9feca6d6
4
+ data.tar.gz: 6116e1d54dce2c1857ec221ca654e0aa0246f32f
5
+ SHA512:
6
+ metadata.gz: d3a92052cba640e4d528c9ae669f5b3eda1072d2a26541678a80aba5f37cbe8d1bf555c338a11ea124b5423299a4530f8af48334af8df8bf50572fdb2d20f2cb
7
+ data.tar.gz: 2b472221e9f280fdbad7f13802801f1bb685822fb521f9030eb7aa7420b0f168a9f178e4360bf9beeea9994ad03a3c39d54045b76ee6077c4064561b1e5a04bd
@@ -0,0 +1,71 @@
1
+ # encoding: UTF-8
2
+
3
+ tokkai:
4
+ english: 'Japanese Unexamined Patent Application, First Publication No. CIT_NO'
5
+ japanese: !ruby/regexp '/\s*(特開)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号公報/i'
6
+ jp_epa:
7
+ english: 'Japanese Examined Patent Application, Second Publication No. CIT_NO'
8
+ japanese: !ruby/regexp '/\s*(特公)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号公報/'
9
+ tokuhyo:
10
+ english: 'Published Japanese Translation No. CIT_NO of the PCT International Publication'
11
+ japanese: !ruby/regexp '/\s*(特表)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号公報/'
12
+ jp_repub:
13
+ english: 'Republished Japanese Translation No. CIT_NO of the PCT International Publication for Patent Applications'
14
+ japanese: !ruby/regexp '/\s*(再公表)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号/'
15
+ jp_pa_up:
16
+ english: 'Japanese Patent Application No. CIT_NO (First Publication No. CIT_NO2)'
17
+ japanese: !ruby/regexp '/\s*(特願)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号\p{Z}*((特開)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号/'
18
+ jp_pa:
19
+ english: 'Japanese Patent Application No. CIT_NO'
20
+ japanese: !ruby/regexp '/\s*(特願)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号(?:公報)*\p{Z}*/'
21
+ jp_uma:
22
+ english: 'Japanese Utility Model Application No. CIT_NO (First Publication No. CIT_NO2)'
23
+ japanese: !ruby/regexp '/\s*(実願)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号.*(?:(|\()(実開)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号/'
24
+ jp_umr:
25
+ english: 'Japanese Utility Model Registration No. CIT_NO'
26
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*登録実用新案第(\p{N}+?)号/'
27
+ pct:
28
+ english: 'PCT International Publication No. WO CIT_NO'
29
+ japanese: !ruby/regexp '/\s*国際公開第(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号/'
30
+ japanese_patent:
31
+ english: 'Japanese Patent No. CIT_NO'
32
+ japanese: !ruby/regexp '/\s*(?<!国)特許(?:第)?(\p{N}+?)号/'
33
+ france_pa:
34
+ english: 'French Patent Application, Publication No. CIT_NO'
35
+ japanese: !ruby/regexp '/\s*仏国特許出願公開第(\p{N}+?)号/'
36
+ ger_pat:
37
+ english: 'German Patent No. CIT_NO'
38
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*独国特許発明第(\p{N}+?)号/'
39
+ ger_pa:
40
+ english: 'German Patent Application, Publication No. CIT_NO'
41
+ japanese: !ruby/regexp '/(?:\.|.|\p{Z}|))\s*独国特許出願公開第(\p{N}+?)号/'
42
+ uk_patent:
43
+ english: 'United Kingdom Patent No. CIT_NO'
44
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*英国特許第(\p{N}+?)号/'
45
+ uk_pa:
46
+ english: 'United Kingdom Patent Application, Publication No. CIT_NO'
47
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*英国特許出願公開第(\p{N}+?)号/'
48
+ euro_pa:
49
+ english: 'European Patent Application, Publication No. CIT_NO'
50
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*欧州特許出願公開第(\p{N}+?)号/'
51
+ us_p:
52
+ english: 'United States Patent No. CIT_NO'
53
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*米国特許第(\p{N}+?)号/'
54
+ us_pa:
55
+ english: 'United States Patent Application, Publication No. CIT_NO'
56
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*米国特許出願公開第(\p{N}+?).(\p{N}+?)号/'
57
+ west_ger_app:
58
+ english: 'West German Patent, No. CIT_NO'
59
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*西独国特許第(\p{N}+?)号/'
60
+ west_ger:
61
+ english: 'West German Patent Application Publication No. CIT_NO'
62
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*西独国特許出願公開第(\p{N}+?)号/'
63
+ republish:
64
+ english: 'Republished Japanese Translation No. CIT_NO of the PCT International Publication for Utility Models Applications'
65
+ japanese: !ruby/regexp '/\s*(再公表特許第)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号/i'
66
+ ca_patent:
67
+ english: 'Chinese Patent Application, Publication No. CIT_NO'
68
+ japanese: !ruby/regexp '/(?:.|.|\p{Z}|))\s*中国特許出願公開第(\p{N}+?)号/'
69
+ ja_uma:
70
+ english: 'Japanese Examined Utility Model Application, Second Publication No. CIT_NO'
71
+ japanese: !ruby/regexp '/\s*(実公)([昭|平]*)(\p{N}+?).(?:\p{Z}*)(\p{N}+?)号公報/i'
File without changes
File without changes
File without changes