onoma 0.1.1 → 0.3.3

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.
Files changed (65) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -0
  3. data/README.md +13 -1
  4. data/config/locales/arb.yml +77 -278
  5. data/config/locales/cmn.yml +69 -178
  6. data/config/locales/deu.yml +61 -1098
  7. data/config/locales/eng.yml +3166 -2984
  8. data/config/locales/fra.yml +705 -423
  9. data/config/locales/ita.yml +63 -1153
  10. data/config/locales/jpn.yml +80 -217
  11. data/config/locales/por.yml +63 -960
  12. data/config/locales/spa.yml +70 -601
  13. data/db/migrate/20170904223101_add_cultivable_zone_registry.xml +4 -0
  14. data/db/migrate/20170914083358_add_new_product_nature_variants.xml +14 -0
  15. data/db/migrate/20170927144852_add_kiwi_varieties.xml +7 -0
  16. data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
  17. data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
  18. data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
  19. data/db/migrate/20180409130101_add_common_crop.xml +4 -0
  20. data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
  21. data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
  22. data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
  23. data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
  24. data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
  25. data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
  26. data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
  27. data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
  28. data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
  29. data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
  30. data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
  31. data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
  32. data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
  33. data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
  34. data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
  35. data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
  36. data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
  37. data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
  38. data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
  39. data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
  40. data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
  41. data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
  42. data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
  43. data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
  44. data/db/migrate/20190718130243_remove_services_expenses.xml +5 -0
  45. data/db/migrate/20190801142431_remove_accounts_from_pcg82.xml +5 -0
  46. data/db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml +5 -0
  47. data/db/migrate/20190917161215_add_missing_mass_area_density_units.xml +21 -0
  48. data/db/migrate/20190917161216_update_quintal_symbol.xml +4 -0
  49. data/db/migrate/20190917161217_adds_more_info_to_units.xml +133 -0
  50. data/db/migrate/20190918074757_add_new_accounts.xml +8 -0
  51. data/db/migrate/20191001122750_add_accounts_fixed_assets_related.xml +10 -0
  52. data/db/migrate/20191028175001_add_short_balance_sheet.xml +4 -0
  53. data/db/migrate/20191029131921_add_vine_equipments.xml +117 -0
  54. data/db/migrate/20191112132413_remove_roller_from_product_natures.xml +5 -0
  55. data/db/migrate/20200305160358_add_varieties_for_phytosanitary.xml +11 -0
  56. data/db/reference.xml +1170 -900
  57. data/lib/onoma.rb +9 -26
  58. data/lib/onoma/database.rb +1 -1
  59. data/lib/onoma/item.rb +3 -1
  60. data/lib/onoma/migration/actions/item_creation.rb +1 -1
  61. data/lib/onoma/migration/actions/property_creation.rb +1 -1
  62. data/lib/onoma/nomenclature.rb +7 -11
  63. data/lib/onoma/version.rb +1 -1
  64. data/onoma.gemspec +5 -4
  65. metadata +73 -17
@@ -17,7 +17,6 @@ jpn:
17
17
  castrate: "宦官"
18
18
  catalyze: "触媒作用を及ぼします"
19
19
  catch: "キャッチ"
20
- # chaptelise: "Chaptelise"
21
20
  clarify: "明らかにする"
22
21
  clean: "クリーン"
23
22
  close: "閉じる"
@@ -30,7 +29,6 @@ jpn:
30
29
  earth_up: "地球アップ"
31
30
  enclose: "同封します"
32
31
  feed: "フィード"
33
- # fermentize: "Fermentize"
34
32
  fertilize: "肥やします"
35
33
  fill: "埋めます"
36
34
  freeze: "フリーズ"
@@ -68,11 +66,10 @@ jpn:
68
66
  tamp: "タンプ"
69
67
  tow: "牽引"
70
68
  treat: "トリート"
71
- # uncompact: "Uncompact"
72
69
  uncover: "暴きます"
73
70
  wrap: "ラップ"
74
71
  name: "アビリティ"
75
- properties:
72
+ property_natures:
76
73
  parameters: "パラメータ"
77
74
  accounting_systems:
78
75
  items:
@@ -106,8 +103,7 @@ jpn:
106
103
  animal_reproduction_stock: "動物の再生株式"
107
104
  animal_reproduction_stocks_variation: "動物の再生株式の変動"
108
105
  animal_revenues: "動物の収入"
109
- animals_depreciations_inputations_expenses: "動物の減価償却費inputations"
110
- animals_making_expenses_expenses: "経費の支出を作る動物"
106
+ animals_making_expenses: "経費の支出を作る動物"
111
107
  animals_subsidies: "動物の補助金"
112
108
  asset_impairment_losses: "資産減損損失"
113
109
  assets_products_stock: "資産の製品在庫"
@@ -144,13 +140,16 @@ jpn:
144
140
  corporeal_asset_depreciations: "肉体資産減価償却"
145
141
  corporeal_asset_revenues: "肉体資産収益"
146
142
  corporeal_assets: "肉体資産"
143
+ corporeal_depreciations_inputations_expenses: "土地区画建設減価償却inputations費"
144
+ corporeal_depreciations_inputations_expenses_living_goods: "動物の減価償却費inputations"
147
145
  corporeals_and_incorporeals_depreciations_inputations_expenses: "Corporealsとincorporeals減価償却inputations費"
148
146
  credit_retained_earnings: "クレジット利益剰余金"
149
147
  creditor_clients: "債権者クライアント"
150
148
  debit_retained_earnings: "デビットは、利益剰余金"
151
149
  debtor_suppliers: "債務サプライヤー"
152
150
  deductible_asset_vat: "控除対象資産バット"
153
- deductible_vat: "控除の対象とバット"
151
+ deductible_products_and_services_vat: "控除の対象とバット"
152
+ deductible_vat: "エンタープライズ控除の対象とバット"
154
153
  deductible_vat_to_resolve: "損金算入バットは解決します"
155
154
  deferred_expense_accounts: "繰延費用勘定"
156
155
  deprecated_client_entity_accounts: "推奨されていませんクライアントエンティティアカウント"
@@ -168,7 +167,6 @@ jpn:
168
167
  employee_representative_committees: "従業員代表委員会"
169
168
  end_products_stock: "最終製品の在庫"
170
169
  enterprise_collected_vat: "エンタープライズ収集バット"
171
- enterprise_deductible_vat: "エンタープライズ控除の対象とバット"
172
170
  entity_collectable_taxes: "エンティティコレクタブル税"
173
171
  equipment_asset_depreciations: "設備資産の減価償却"
174
172
  equipment_assets: "設備資産"
@@ -182,11 +180,11 @@ jpn:
182
180
  equity_securities: "持分証券"
183
181
  equity_security_asset_impairment_losses: "持分証券資産減損損失"
184
182
  establishment_charge_assets: "設立チャージ資産"
183
+ exceptional_charge_transfer_revenues: "Exceptionnal電荷移動収入"
184
+ exceptional_depreciations_inputations_expenses: "Exceptionnal減価償却inputations費"
185
+ exceptional_depreciations_inputations_revenues: "Exceptionnal無形資産の減価償却費収入"
185
186
  exceptional_expenses: "例外的な経費"
186
187
  exceptional_revenues: "例外的な収入"
187
- exceptionnal_charge_transfer_revenues: "Exceptionnal電荷移動収入"
188
- exceptionnal_depreciations_inputations_expenses: "Exceptionnal減価償却inputations費"
189
- exceptionnal_incorporeal_asset_depreciation_revenues: "Exceptionnal無形資産の減価償却費収入"
190
188
  expenses: "経費"
191
189
  exploitation_depreciations_inputations_expenses: "搾取の減価償却費inputations"
192
190
  exploitation_expenses_transfers: "搾取費転送"
@@ -264,10 +262,8 @@ jpn:
264
262
  land_parcel_assets: "土地区画資産"
265
263
  land_parcel_construction_asset_depreciations: "土地区画建設資産減価償却"
266
264
  land_parcel_construction_assets: "土地区画建設資産"
267
- land_parcel_construction_depreciations_inputations_expenses: "土地区画建設減価償却inputations費"
268
265
  land_parcel_locative_expenses: "土地区画所格費"
269
266
  land_parcel_rent_expenses: "土地区画の賃貸費用"
270
- land_parcel_sell_revenues: "土地区画の販売収入"
271
267
  leasing_expenses: "リース費用"
272
268
  legal_reserves: "法定準備金"
273
269
  licences_expenses: "Licences費"
@@ -478,6 +474,7 @@ jpn:
478
474
  sustainables_plants_assets: "植物の資産をSustainables"
479
475
  sustainables_plants_on_other_land_parcel_assets: "他の土地区画資産のSustainables植物"
480
476
  sustainables_plants_on_own_land_parcel_assets: "自分の土地区画資産のSustainables植物"
477
+ tangible_fixed_assets_revenues_without_livestock: "土地区画の販売収入"
481
478
  tax_depreciation_revenues: "Taxeの減価償却費収入"
482
479
  taxes_expenses: "税金費用"
483
480
  technical_installation_equipment_and_tools_assets: "技術的なインストール機器やツール資産"
@@ -511,11 +508,10 @@ jpn:
511
508
  young_animal_revenues: "若い動物の収益"
512
509
  young_reproductor_animals_inventory_variations: "ヤングREPRODUCTOR動物在庫変動"
513
510
  name: "アカウント"
514
- properties:
511
+ property_natures:
515
512
  debtor: "債務者"
516
513
  fr_pcg82: "フランス語PCG82"
517
514
  fr_pcga: "フランス語PCGA"
518
- # pt_snc: "Protuguese SNC"
519
515
  activity_families:
520
516
  choices:
521
517
  nature:
@@ -531,7 +527,7 @@ jpn:
531
527
  tool_maintaining: "ツール維持"
532
528
  wine_making: "ワイン作り"
533
529
  name: "アクティビティ家族"
534
- properties:
530
+ property_natures:
535
531
  cultivation_variety: "栽培品種"
536
532
  nature: "自然"
537
533
  support_variety: "サポートさまざまな"
@@ -541,7 +537,7 @@ jpn:
541
537
  france_department: "フランス部門"
542
538
  france_region: "フランス地域"
543
539
  name: "行政区域の性質"
544
- properties:
540
+ property_natures:
545
541
  country: "国"
546
542
  parent: "親"
547
543
  administrative_areas:
@@ -675,7 +671,7 @@ jpn:
675
671
  france_region_reunion: "フランス地域の再会"
676
672
  france_region_rhone_alpes: "フランス地域のローヌアルプ"
677
673
  name: "行政区域"
678
- properties:
674
+ property_natures:
679
675
  code: "コー​​ド"
680
676
  nature: "自然"
681
677
  parent_area: "親エリア"
@@ -691,7 +687,7 @@ jpn:
691
687
  unitary_cow_milk_analysis: "ユニタリ牛乳分析"
692
688
  water_analysis: "水質分析"
693
689
  name: "分析の性質"
694
- properties:
690
+ property_natures:
695
691
  items: "アイテム"
696
692
  target_derivative_of: "の目標誘導体"
697
693
  target_variety: "ターゲット多様"
@@ -703,18 +699,10 @@ jpn:
703
699
  senescence: "老化"
704
700
  name: "動物の生活状態"
705
701
  cation_exchange_capacity_analysis_methods:
706
- items:
707
- # cobaltihexamine: "Cobaltihexamine"
708
- # metson: "Metson"
709
702
  name: "陽イオン交換容量の分析方法"
710
703
  certification_labels:
711
704
  items:
712
- # aoc: "AOC"
713
- # aop: "AOP"
714
- # aor: "AOR"
715
705
  bio: "バイオ"
716
- # ig: "IG"
717
- # igp: "IGP"
718
706
  label_rouge: "ラベル・ルージュ"
719
707
  name: "認定ラベル"
720
708
  certifications:
@@ -733,7 +721,7 @@ jpn:
733
721
  eau_de_vie_de_cognac: "オードは、デコニャックを争います"
734
722
  eau_de_vie_des_charentes: "オードは、デシャラント争います"
735
723
  name: "認定"
736
- properties:
724
+ property_natures:
737
725
  labels: "ラベル"
738
726
  land: "土地"
739
727
  chemical_classifications:
@@ -1216,7 +1204,7 @@ jpn:
1216
1204
  ghs_toxic: "毒性"
1217
1205
  ghs-h360fd2: "生殖能力を損傷することがあります。胎児への悪影響のおそれ"
1218
1206
  name: "化学分類"
1219
- properties:
1207
+ property_natures:
1220
1208
  code: "コード"
1221
1209
  chemical_elements:
1222
1210
  items:
@@ -1339,7 +1327,7 @@ jpn:
1339
1327
  zinc: "亜鉛"
1340
1328
  zirconium: "ジルコニウム"
1341
1329
  name: "化学元素"
1342
- properties:
1330
+ property_natures:
1343
1331
  atomic_number: "原子番号"
1344
1332
  atomic_weight: "原子量"
1345
1333
  boil_temperature: "沸騰温度"
@@ -1600,12 +1588,11 @@ jpn:
1600
1588
  zm: "ザンビア"
1601
1589
  zw: "ジンバブエ"
1602
1590
  name: "国"
1603
- properties:
1591
+ property_natures:
1604
1592
  number: "数"
1605
1593
  crop_sets:
1606
1594
  items:
1607
1595
  alfalfa: "アルファルファ"
1608
- # arboricultural: "Arboricultural"
1609
1596
  aromatics_and_medicinals: "芳香族化合物およびメディ"
1610
1597
  autumn_crop: "秋の収穫"
1611
1598
  bean: "ビーン"
@@ -1627,7 +1614,6 @@ jpn:
1627
1614
  nightshade: "ホオズキ"
1628
1615
  oleaginous: "油性の"
1629
1616
  peas: "エンドウ"
1630
- # proteaginous: "Proteaginous"
1631
1617
  rape: "レイプ"
1632
1618
  rapeseed: "菜種"
1633
1619
  secale_phacelia: "ライムギphacelia"
@@ -1642,7 +1628,7 @@ jpn:
1642
1628
  wheat: "小麦"
1643
1629
  winter_straw_cereal: "冬のわら穀物"
1644
1630
  name: "クロップセット"
1645
- properties:
1631
+ property_natures:
1646
1632
  varieties: "品種"
1647
1633
  currencies:
1648
1634
  items:
@@ -1665,7 +1651,6 @@ jpn:
1665
1651
  BMD: "バミューダ・ドル"
1666
1652
  BND: "ブルネイ・ドル"
1667
1653
  BOB: "ボリビアーノ"
1668
- # BOV: "Mvdol"
1669
1654
  BRL: "レアル"
1670
1655
  BSD: "バハマ・ドル"
1671
1656
  BTN: "ニュルタム"
@@ -1683,7 +1668,7 @@ jpn:
1683
1668
  COP: "コロンビア・ペソ"
1684
1669
  COU: "Unidad・デ・バロールレアル"
1685
1670
  CRC: "コスタリカ・コロン"
1686
- CSD: "セルビア・ディナール" #?
1671
+ CSD: "セルビア・ディナール"
1687
1672
  CUC: "兌換ペソ"
1688
1673
  CUP: "キューバ・ペソ"
1689
1674
  CVE: "カーボベルデ・エスクード"
@@ -1692,7 +1677,7 @@ jpn:
1692
1677
  DKK: "デンマーク・クローネ"
1693
1678
  DOP: "ドミニカ・ペソ"
1694
1679
  DZD: "アルジェリア・ディナール"
1695
- EEK: "クローン" #?
1680
+ EEK: "クローン"
1696
1681
  EGP: "エジプト・ポンド"
1697
1682
  ERN: "ナクファ"
1698
1683
  ETB: "ブル"
@@ -1702,14 +1687,14 @@ jpn:
1702
1687
  FRF: "フランス・フラン"
1703
1688
  GBP: "UK ポンド"
1704
1689
  GEL: "ラリ"
1705
- GGP: "ガーンジー・ポンド" #?
1706
- GHC: "セディ" #?
1690
+ GGP: "ガーンジー・ポンド"
1691
+ GHC: "セディ"
1707
1692
  GHS: "ガーナセディ"
1708
1693
  GIP: "ジブラルタル・ポンド"
1709
1694
  GMD: "ダラシ"
1710
1695
  GNF: "ギニア・フラン"
1711
1696
  GTQ: "ケツァル"
1712
- GWP: "ギニアビサウ・ペソ" #?
1697
+ GWP: "ギニアビサウ・ペソ"
1713
1698
  GYD: "ガイアナ・ドル"
1714
1699
  HKD: "香港ドル"
1715
1700
  HNL: "レンピラ"
@@ -1745,7 +1730,7 @@ jpn:
1745
1730
  MAD: "モロッコ・ディルハム"
1746
1731
  MDL: "モルドバ・レウ"
1747
1732
  MGA: "アリアリ"
1748
- MGF: "マダガスカル・フラン" #?
1733
+ MGF: "マダガスカル・フラン"
1749
1734
  MKD: "マケドニア・ディナール"
1750
1735
  MMK: "チャット"
1751
1736
  MNT: "トゥグルグ"
@@ -1773,7 +1758,7 @@ jpn:
1773
1758
  PLN: "ズウォティ"
1774
1759
  PYG: "グアラニー"
1775
1760
  QAR: "カタール・リヤル"
1776
- ROL: "旧ルーマニア・レウ" #?
1761
+ ROL: "旧ルーマニア・レウ"
1777
1762
  RON: "新ルーマニア・レウ"
1778
1763
  RSD: "セルビアディナール"
1779
1764
  RUB: "ロシア・ルーブル"
@@ -1798,8 +1783,8 @@ jpn:
1798
1783
  TMT: "トルクメニスタン・マナト"
1799
1784
  TND: "チュニジア・ディナール"
1800
1785
  TOP: "パ・アンガ"
1801
- TPE: "ポルトガル領ティモール・エスクード" #?
1802
- TRL: "トルコリラ" #?
1786
+ TPE: "ポルトガル領ティモール・エスクード"
1787
+ TRL: "トルコリラ"
1803
1788
  TRY: "新トルコリラ"
1804
1789
  TTD: "トリニダード・トバゴ・ドル"
1805
1790
  TWD: "ニュー台湾ドル"
@@ -1812,7 +1797,7 @@ jpn:
1812
1797
  UYI: "Unidades Indexadasアンウルグアイペソ(URUIURUI)"
1813
1798
  UYU: "ウルグアイ・ペソ"
1814
1799
  UZS: "ウズベキスタン・スム"
1815
- VEB: "ボリバル" #?
1800
+ VEB: "ボリバル"
1816
1801
  VEF: "ボリバル・フエルテ"
1817
1802
  VND: "ドン"
1818
1803
  VUV: "バツ"
@@ -1824,10 +1809,10 @@ jpn:
1824
1809
  YER: "イエメン・リアル"
1825
1810
  ZAR: "ランド"
1826
1811
  ZMK: "ザンビア・クワチャ"
1827
- ZWD: "ジンバブエ・ドル" #?
1812
+ ZWD: "ジンバブエ・ドル"
1828
1813
  ZWL: "ジンバブエドル"
1829
1814
  name: "通貨"
1830
- properties:
1815
+ property_natures:
1831
1816
  active: "アクティブ"
1832
1817
  cash: "現金"
1833
1818
  countries: "国"
@@ -1835,19 +1820,6 @@ jpn:
1835
1820
  precision: "精度"
1836
1821
  symbol: "シンボル"
1837
1822
  delivery_modes:
1838
- choices:
1839
- incoterm:
1840
- # CFR: "CFR"
1841
- # CIF: "CIF"
1842
- # CIP: "CIP"
1843
- # CPT: "CPT"
1844
- # DAP: "DAP"
1845
- # DAT: "DAT"
1846
- # DDP: "DDP"
1847
- # EXW: "EXW"
1848
- # FAS: "FAS"
1849
- # FCA: "FCA"
1850
- # FOB: "FOB"
1851
1823
  items:
1852
1824
  delivered_at_place: "場所でお届け"
1853
1825
  delivered_at_terminal: "ターミナルでお届け"
@@ -1855,7 +1827,7 @@ jpn:
1855
1827
  ex_works: "例作品"
1856
1828
  free_carrier: "自由キャリア"
1857
1829
  name: "配信モード"
1858
- properties:
1830
+ property_natures:
1859
1831
  incoterm: "インコタームズ"
1860
1832
  dimensions:
1861
1833
  items:
@@ -1888,7 +1860,7 @@ jpn:
1888
1860
  volume_concentration: "体積濃度"
1889
1861
  volume_flow: "体積流量"
1890
1862
  name: "大きさ"
1891
- properties:
1863
+ property_natures:
1892
1864
  symbol: "シンボル"
1893
1865
  document_categories:
1894
1866
  items:
@@ -1908,7 +1880,7 @@ jpn:
1908
1880
  stock_management: "在庫管理"
1909
1881
  wine_making: "ワイン作り"
1910
1882
  name: "ドキュメントのカテゴリ"
1911
- properties:
1883
+ property_natures:
1912
1884
  acta_category: "アクタカテゴリ"
1913
1885
  document_natures:
1914
1886
  items:
@@ -1969,7 +1941,7 @@ jpn:
1969
1941
  wine_manipulation_register: "ワイン操作レジスタ"
1970
1942
  worker_register: "ワーカー・レジスタ"
1971
1943
  name: "文書の性質"
1972
- properties:
1944
+ property_natures:
1973
1945
  category: "カテゴリ"
1974
1946
  entity_link_natures:
1975
1947
  items:
@@ -1993,12 +1965,11 @@ jpn:
1993
1965
  linked:
1994
1966
  collaboration: "協力者"
1995
1967
  direct_kinship: "子"
1996
- # hierarchy: "Managee"
1997
1968
  membership: "組織"
1998
1969
  sibling_kinship: "兄弟姉妹"
1999
1970
  transform: "新組織"
2000
1971
  undefined: "知り合い"
2001
- properties:
1972
+ property_natures:
2002
1973
  entity: "エンティティ"
2003
1974
  linked: "連結されました"
2004
1975
  symmetric: "対称な"
@@ -2028,7 +1999,7 @@ jpn:
2028
1999
  working_group: "ワーキンググループ"
2029
2000
  working_time_recovery: "作業時間の回復"
2030
2001
  name: "イベントの性質"
2031
- properties:
2002
+ property_natures:
2032
2003
  default_duration: "デフォルトの継続時間"
2033
2004
  fence_perimeters:
2034
2005
  items:
@@ -2078,7 +2049,7 @@ jpn:
2078
2049
  quandl_token: "Quandlトークン"
2079
2050
  synel_username: "Synelのユーザー名"
2080
2051
  name: "識別子性質"
2081
- properties:
2052
+ property_natures:
2082
2053
  fallbacks: "フォールバック"
2083
2054
  password: "パスワード"
2084
2055
  indicators:
@@ -2117,6 +2088,7 @@ jpn:
2117
2088
  animal_life_state: "動物の生活状態"
2118
2089
  application_width: "塗布幅"
2119
2090
  approved_input_dose: "承認された入力用量"
2091
+ approved_input_volume: "承認された入力用量"
2120
2092
  atmospheric_pressure: "大気圧"
2121
2093
  available_water_capacity_per_area: "面積あたりの利用可能な水容量"
2122
2094
  average_atmospheric_pressure: "平均気圧"
@@ -2286,7 +2258,7 @@ jpn:
2286
2258
  working_lifespan: "作業寿命"
2287
2259
  zinc_concentration: "亜鉛濃度"
2288
2260
  name: "インジケータ"
2289
- properties:
2261
+ property_natures:
2290
2262
  choices: "選択肢"
2291
2263
  curve: "曲線"
2292
2264
  datatype: "データ型"
@@ -2354,7 +2326,6 @@ jpn:
2354
2326
  field_edge_male_seed_corn_defect: "フィールドエッジ男性シードコーンデフォルト"
2355
2327
  flea_beetle: "ノミビートル"
2356
2328
  flooding: "洪水"
2357
- # fomitiporia: "Fomitiporia"
2358
2329
  fungus_disease: "真菌症"
2359
2330
  fusarium: "フザリウム"
2360
2331
  fusarium_head_blight: "赤かび病"
@@ -2366,7 +2337,6 @@ jpn:
2366
2337
  large_white: "大きい白"
2367
2338
  limping: "跛行"
2368
2339
  longhorn_beetle: "カミキリムシ"
2369
- # mammite: "Mammite"
2370
2340
  mechanical_issue: "機械的な問題"
2371
2341
  mediterranean_corn_borer: "地中海コーンボーラー"
2372
2342
  moth: "蛾"
@@ -2390,7 +2360,6 @@ jpn:
2390
2360
  protozoa_disease: "原虫病"
2391
2361
  pseudomonas_syringae: "シュードモナス・シリンガエ"
2392
2362
  respiratory_problem: "呼吸器の問題"
2393
- # rhizoctonia: "Rhizoctonia"
2394
2363
  rumex_crispus: "ルーメックスクリスプス"
2395
2364
  scale_insect: "カイガラムシ"
2396
2365
  scaphoideus_titanus_leafhopper: "Scaphoideusのティタヌスのヨコバイ"
@@ -2413,7 +2382,7 @@ jpn:
2413
2382
  yellow_acarine: "イエローダニ"
2414
2383
  yellow_rust: "黄さび"
2415
2384
  name: "問題の性質"
2416
- properties:
2385
+ property_natures:
2417
2386
  cause: "原因"
2418
2387
  target: "ターゲット"
2419
2388
  treatments: "トリートメント"
@@ -2570,7 +2539,7 @@ jpn:
2570
2539
  tetraphosphorus_decaoxide: "四リンdecaoxide"
2571
2540
  water: "水"
2572
2541
  name: "分子"
2573
- properties:
2542
+ property_natures:
2574
2543
  formula: "式"
2575
2544
  net_services:
2576
2545
  choices:
@@ -2580,19 +2549,11 @@ jpn:
2580
2549
  rest: "残り"
2581
2550
  soap: "石鹸"
2582
2551
  items:
2583
- # cartodb: "Cartodb"
2584
2552
  charentes_alliance_extranet: "シャラント提携エクストラネット"
2585
2553
  est_elevage: "エストelevage"
2586
- # idele: "Idele"
2587
- # lilco: "Lilco"
2588
2554
  msa: "MSA"
2589
- # openweathermap: "OpenWeatherMap"
2590
- # selso: "Selso"
2591
- # synel: "Synel"
2592
- # synest: "Synest"
2593
- # telepac: "Telepac"
2594
2555
  name: "ネットサービス"
2595
- properties:
2556
+ property_natures:
2596
2557
  approach: "アプローチ"
2597
2558
  identifiers: "識別子"
2598
2559
  nature: "自然"
@@ -2626,7 +2587,7 @@ jpn:
2626
2587
  stem_elongation: "茎の伸長"
2627
2588
  tillering: "分げつ"
2628
2589
  name: "植物の生命状態"
2629
- properties:
2590
+ property_natures:
2630
2591
  order: "注文"
2631
2592
  plant_reproduction_states:
2632
2593
  items:
@@ -2666,12 +2627,10 @@ jpn:
2666
2627
  complete_wine_transfer: "完全なワインの転送"
2667
2628
  concrete_slab_pouring: "注ぐコンクリートスラブ"
2668
2629
  conservation_plowing: "保全耕起"
2669
- # corvicide: "Corvicide"
2670
2630
  curative_maintenance: "根治メンテナンス"
2671
2631
  cutting: "切断"
2672
2632
  dehorning: "除角"
2673
2633
  desiccation: "乾燥"
2674
- # detasseling: "Detasseling"
2675
2634
  disease_protection: "病害防除"
2676
2635
  disease_treatment: "病気の治療"
2677
2636
  drainage_improvement: "排水改善"
@@ -2771,10 +2730,7 @@ jpn:
2771
2730
  straw_bunching: "ストローバンチング"
2772
2731
  sulfur_addition: "硫黄添加"
2773
2732
  sun_protection: "日保護"
2774
- # swathing: "Swathing"
2775
- # talpicide: "Talpicide"
2776
2733
  temperature_improvement: "温度の改善"
2777
- # topkilling: "Topkilling"
2778
2734
  tractor_troubleshooting: "トラクターのトラブルシューティング"
2779
2735
  transportation: "交通"
2780
2736
  troubleshooting: "トラブルシューティング"
@@ -2825,7 +2781,7 @@ jpn:
2825
2781
  viticulture_transformation: "ブドウ栽培変換"
2826
2782
  washing_packaging_transformation: "洗濯包装変換"
2827
2783
  name: "手順カテゴリ"
2828
- properties:
2784
+ property_natures:
2829
2785
  activity_family: "活動家"
2830
2786
  procedure_natures:
2831
2787
  items:
@@ -2850,7 +2806,6 @@ jpn:
2850
2806
  chemical_weed_killing: "化学雑草殺害"
2851
2807
  consummables_addition: "Consummables追加"
2852
2808
  coupling: "カップリング"
2853
- # cultipacking: "Cultipacking"
2854
2809
  cutting: "切断"
2855
2810
  egg_production: "産卵"
2856
2811
  enclosing: "同封"
@@ -2873,7 +2828,6 @@ jpn:
2873
2828
  growth_control: "増殖制御"
2874
2829
  harvest: "収穫"
2875
2830
  haymaking: "干し草作り"
2876
- # hoeing: "Hoeing"
2877
2831
  implantation: "移植"
2878
2832
  implanting: "注入"
2879
2833
  maintenance_task: "保守タスク"
@@ -2902,7 +2856,6 @@ jpn:
2902
2856
  product_moving: "製品の移動"
2903
2857
  pruning: "剪定"
2904
2858
  raking: "速いです"
2905
- # remontage: "Remontage"
2906
2859
  seed_mixing: "種子混合"
2907
2860
  seedling_sorting: "苗の選別"
2908
2861
  silage: "サイレージ"
@@ -2920,14 +2873,13 @@ jpn:
2920
2873
  viviparous_birth: "胎生誕生"
2921
2874
  weed_killing: "雑草の殺害"
2922
2875
  name: "プロシージャの性質"
2923
- properties:
2876
+ property_natures:
2924
2877
  activity_families: "アクティビティ家族"
2925
2878
  roles: "役割"
2926
2879
  procedure_roles:
2927
2880
  items:
2928
2881
  container: "コンテナ"
2929
2882
  doer: "やり手"
2930
- # includer: "Includer"
2931
2883
  input: "入力"
2932
2884
  input_origin: "入力元"
2933
2885
  output: "出力"
@@ -2965,7 +2917,6 @@ jpn:
2965
2917
  light_bulb: "電球"
2966
2918
  male: "男性"
2967
2919
  matter: "問題"
2968
- # medkit: "Medkit"
2969
2920
  money: "お金"
2970
2921
  mushroom: "キノコ"
2971
2922
  phone: "電話"
@@ -3007,7 +2958,6 @@ jpn:
3007
2958
  construction_materials_in_own_outstanding_installation: "自身の優れたインストールで建設資材"
3008
2959
  consumer_goods_office_item: "消費財オフィスアイテム"
3009
2960
  crop: "作物"
3010
- cultivable_zone: "耕作地帯"
3011
2961
  discount_and_reduction: "ディスカウントおよび還元"
3012
2962
  duty_and_taxe: "義務とtaxe"
3013
2963
  egg: "卵"
@@ -3039,6 +2989,7 @@ jpn:
3039
2989
  installing_charge: "電荷をインストール"
3040
2990
  insurance: "保険"
3041
2991
  irrigation_water: "かんがい用水"
2992
+ land: "耕作地帯"
3042
2993
  land_parcel: "土地区画"
3043
2994
  land_parcel_cluster: "土地区画クラスタ"
3044
2995
  land_parcel_construction: "土地区画建設"
@@ -3083,7 +3034,6 @@ jpn:
3083
3034
  straw: "ストロー"
3084
3035
  studies_and_research: "調査・研究"
3085
3036
  subcontracting: "下請"
3086
- # taxe: "Taxe"
3087
3037
  telecommunication: "テレコミュニケーション"
3088
3038
  trade_show: "展示会"
3089
3039
  travel: "旅行"
@@ -3096,7 +3046,7 @@ jpn:
3096
3046
  young_cat: "若い猫"
3097
3047
  young_dog: "若い犬"
3098
3048
  name: "製品の性質のカテゴリ"
3099
- properties:
3049
+ property_natures:
3100
3050
  charge_account: "掛売口座"
3101
3051
  depreciable: "減価償却できます"
3102
3052
  depreciation_percentage: "減価償却率"
@@ -3106,8 +3056,6 @@ jpn:
3106
3056
  pictogram: "絵文字"
3107
3057
  product_account: "製品のアカウント"
3108
3058
  purchasable: "購入"
3109
- # reductible: "Reductible"
3110
- # saleable: "Saleable"
3111
3059
  stock_account: "資本勘定"
3112
3060
  stock_movement_account: "在庫移動アカウント"
3113
3061
  storable: "Storableが"
@@ -3180,7 +3128,6 @@ jpn:
3180
3128
  accommodation_taxe: "宿泊taxe"
3181
3129
  accommodation_travel: "宿泊旅行"
3182
3130
  acetal: "アセタール"
3183
- # actilact: "Actilact"
3184
3131
  additive: "添加剤"
3185
3132
  air_compressor: "エアコンプレッサ"
3186
3133
  all_inclusive_corn_sower: "オールインクルーシブトウモロコシの種まき"
@@ -3238,6 +3185,7 @@ jpn:
3238
3185
  brassicaceae_fungicide: "アブラナ科の殺菌剤"
3239
3186
  buckwheat_crop: "ソバ作物"
3240
3187
  buckwheat_grain: "ソバの穀物"
3188
+ buckwheat_seed: "そばの種"
3241
3189
  building: "建物"
3242
3190
  building_division: "建築部門"
3243
3191
  building_insurance: "建物保険"
@@ -3272,6 +3220,7 @@ jpn:
3272
3220
  carriage: "キャリッジ"
3273
3221
  carrot: "ニンジン"
3274
3222
  carrot_crop: "ニンジンの収穫"
3223
+ carrot_seed: "ニンジン種子"
3275
3224
  cattle_compost: "牛の堆肥"
3276
3225
  cattle_herd: "牛の群れ"
3277
3226
  cattle_liquid_slurry: "牛液体スラリー"
@@ -3518,6 +3467,7 @@ jpn:
3518
3467
  grass_silage: "牧草サイレージ"
3519
3468
  green_compost: "グリーンコンポスト"
3520
3469
  grinder: "グラインダー"
3470
+ growth_regulator: "成長レギュレーター"
3521
3471
  guineafowl_manure: "ホロホロチョウの肥料"
3522
3472
  hand_drawn: "手描き"
3523
3473
  hanging_scroll: "掛軸"
@@ -3662,6 +3612,7 @@ jpn:
3662
3612
  nematicide: "殺線"
3663
3613
  nibble_lamb_meat: "ニブルラム肉"
3664
3614
  nomacorc_cork: "Nomacorcコルク"
3615
+ oat_grain: "オートムギの穀物"
3665
3616
  oenological_yeast_sc_500g: "Oenological酵母皮下500グラム"
3666
3617
  office_building: "オフィスビル"
3667
3618
  office_building_division: "オフィスビル事業部"
@@ -3745,17 +3696,18 @@ jpn:
3745
3696
  representation_suit: "表現のスーツ"
3746
3697
  responsibility_insurance: "責任保険"
3747
3698
  ridger: "うね立て機"
3748
- # riflexine: "Riflexine"
3749
3699
  roast_veal_meat: "ロースト仔牛肉"
3750
3700
  roll: "ロール"
3751
3701
  rollup: "巻き上げる"
3752
3702
  ronde_de_piemont_hazelnut: "ロンド・デ・ピエモントヘーゼルナッツ"
3753
3703
  rose_crop: "ローズ作物"
3754
3704
  rose_seedling: "ローズ苗"
3755
- # rotavator: "Rotavator"
3756
3705
  rubisko_wheat_crop: "Rubisko小麦の収穫"
3757
3706
  running_water: "流れる水"
3758
3707
  rye_crop: "ライ作物"
3708
+ rye_grain: "ライ麦の穀物"
3709
+ rye_seed: "ライ・シード"
3710
+ rye_straw: "ライストロー"
3759
3711
  saffron_crop: "サフランの収穫"
3760
3712
  saffron_pollen: "サフラン花粉"
3761
3713
  saffron_seedling: "サフランの苗"
@@ -3786,6 +3738,7 @@ jpn:
3786
3738
  sower: "種をまく人"
3787
3739
  soy_crop: "大豆の収穫"
3788
3740
  soy_grain: "大豆穀物"
3741
+ soy_seed: "大豆種子"
3789
3742
  spelt_grain: "スペルト小麦の穀物"
3790
3743
  spelt_seed_25: "スペルト小麦の種子25"
3791
3744
  spelt_wheat_crop: "スペルト小麦小麦の収穫"
@@ -3813,7 +3766,6 @@ jpn:
3813
3766
  tablur_hard_wheat_crop: "Tablur硬質小麦の収穫"
3814
3767
  tablur_hard_wheat_seed_25: "Tablur硬質小麦の種子25"
3815
3768
  tangerine_crop: "タンジェリン作物"
3816
- # taxe: "Taxe"
3817
3769
  technician: "技術者"
3818
3770
  telescopic_handler: "テレハンドラー"
3819
3771
  temporary_meadow_crop: "一時的な牧草地作物"
@@ -3826,13 +3778,14 @@ jpn:
3826
3778
  trimmer: "トリマー"
3827
3779
  triticale_crop: "ライ小麦の収穫"
3828
3780
  triticale_grain: "ライ小麦粒"
3781
+ triticale_seed: "ライコムギ種子"
3782
+ triticale_straw: "ライコムギ"
3829
3783
  truck: "トラック"
3830
3784
  turnip: "カブ"
3831
3785
  uncover: "暴きます"
3832
3786
  urban_compost: "アーバン堆肥"
3833
3787
  various_loan_interest: "各種ローン金利"
3834
3788
  veal_meat: "仔牛肉"
3835
- # vibrocultivator: "Cutivator"
3836
3789
  vine_grape_berry: "つるブドウ果実"
3837
3790
  vine_grape_crop: "つるブドウの収穫"
3838
3791
  vine_grape_juice: "ヴァイングレープジュース"
@@ -3868,7 +3821,7 @@ jpn:
3868
3821
  young_rabbit: "若いウサギ"
3869
3822
  zea_herbicide: "トウモロコシの除草剤"
3870
3823
  name: "商品の性質上変種"
3871
- properties:
3824
+ property_natures:
3872
3825
  derivative_of: "のデリバティブ"
3873
3826
  frozen_indicators_values: "冷凍指標値"
3874
3827
  nature: "自然"
@@ -4003,6 +3956,7 @@ jpn:
4003
3956
  grape_trailer: "ブドウのトレーラー"
4004
3957
  grass: "草"
4005
3958
  grinder: "グラインダー"
3959
+ growth_regulator: "成長レギュレーター"
4006
3960
  hand_drawn: "手描き"
4007
3961
  harrow: "ハロー"
4008
3962
  harvest_insurance: "収穫保険"
@@ -4157,7 +4111,6 @@ jpn:
4157
4111
  studies_and_research: "調査・研究"
4158
4112
  sugar: "シュガー"
4159
4113
  superficial_plow: "浅プラウ"
4160
- # taxe: "Taxe"
4161
4114
  technician: "技術者"
4162
4115
  telescopic_handler: "テレハンドラー"
4163
4116
  topper: "トッパー"
@@ -4193,7 +4146,7 @@ jpn:
4193
4146
  wire: "ワイヤー"
4194
4147
  young_rabbit: "若いウサギ"
4195
4148
  name: "製品の性質"
4196
- properties:
4149
+ property_natures:
4197
4150
  abilities: "アビリティ"
4198
4151
  category: "カテゴリ"
4199
4152
  derivative_of: "のデリバティブ"
@@ -4201,7 +4154,6 @@ jpn:
4201
4154
  frozen_indicators: "冷凍指標"
4202
4155
  linkage_points: "リンケージポイント"
4203
4156
  population_counting: "人口のカウント"
4204
- # reductible: "Reductible"
4205
4157
  variable_indicators: "変数の指標"
4206
4158
  variety: "多様"
4207
4159
  production_natures:
@@ -4227,7 +4179,7 @@ jpn:
4227
4179
  seed: "シード"
4228
4180
  vegetable: "野菜"
4229
4181
  name: "生産用途"
4230
- properties:
4182
+ property_natures:
4231
4183
  crop_sets: "クロップセット"
4232
4184
  residue_elimination_methods:
4233
4185
  items:
@@ -4244,7 +4196,7 @@ jpn:
4244
4196
  farm_worker: "作男"
4245
4197
  veterinary: "獣医"
4246
4198
  name: "役割"
4247
- properties:
4199
+ property_natures:
4248
4200
  accesses: "アクセス"
4249
4201
  running_costs:
4250
4202
  choices:
@@ -4256,7 +4208,7 @@ jpn:
4256
4208
  2014_small_tractor_75_to_85_fhp: "2014小さなトラクター75〜85 FHP"
4257
4209
  2014_small_tractor_85_to_95_fhp: "2014小さなトラクタ85〜95 FHP"
4258
4210
  name: "ランニングコスト"
4259
- properties:
4211
+ property_natures:
4260
4212
  average_purchase_price: "平均購入価格"
4261
4213
  currency: "通貨"
4262
4214
  hourly_cost: "毎時コスト"
@@ -4312,7 +4264,7 @@ jpn:
4312
4264
  amount: "量"
4313
4265
  percentage: "パーセンテージ"
4314
4266
  items:
4315
- asset_vat: "資産バット" #?
4267
+ asset_vat: "資産バット"
4316
4268
  eu_vat: "欧州連合(EU)の付加価値税(VAT)"
4317
4269
  import_export_vat: "インポート/エクスポート付加価値税(VAT)"
4318
4270
  inflated_vat: "膨張した付加価値税(VAT)"
@@ -4322,7 +4274,7 @@ jpn:
4322
4274
  particular_vat: "特定の付加価値税(VAT)"
4323
4275
  reduced_vat: "減少VAT"
4324
4276
  name: "税の性質"
4325
- properties:
4277
+ property_natures:
4326
4278
  collect_account: "アカウントを収集"
4327
4279
  computation_method: "計算方法"
4328
4280
  deduction_account: "控除アカウント"
@@ -4345,11 +4297,11 @@ jpn:
4345
4297
  french_vat_normal_1995: "フランスのバット通常の1995"
4346
4298
  french_vat_normal_2000: "フランスのバット通常の2000"
4347
4299
  french_vat_normal_2014: "フランスのバット通常の2014"
4348
- french_vat_normal_asset_1966: "フランスのバット正常資産1966" #?
4349
- french_vat_normal_asset_1982: "フランスのバット正常資産1982" #?
4350
- french_vat_normal_asset_1995: "フランスのバット正常資産1995" #?
4351
- french_vat_normal_asset_2000: "フランスのバット正常資産2000" #?
4352
- french_vat_normal_asset_2014: "フランスのバット正常資産2014" #?
4300
+ french_vat_normal_asset_1966: "フランスのバット正常資産1966"
4301
+ french_vat_normal_asset_1982: "フランスのバット正常資産1982"
4302
+ french_vat_normal_asset_1995: "フランスのバット正常資産1995"
4303
+ french_vat_normal_asset_2000: "フランスのバット正常資産2000"
4304
+ french_vat_normal_asset_2014: "フランスのバット正常資産2014"
4353
4305
  french_vat_null: "フランスのバットはnull"
4354
4306
  french_vat_particular_1982: "1982特にフランスのバット"
4355
4307
  french_vat_particular_1989: "1989特にフランスのバット"
@@ -4371,7 +4323,7 @@ jpn:
4371
4323
  swiss_vat_particular_2011: "2011特にスイスのバット"
4372
4324
  swiss_vat_reduced_2011: "スイスのバットは2011を減少させました"
4373
4325
  name: "税金"
4374
- properties:
4326
+ property_natures:
4375
4327
  amount: "量"
4376
4328
  country: "国"
4377
4329
  nature: "自然"
@@ -4392,7 +4344,6 @@ jpn:
4392
4344
  centiliter_per_hectoliter: "ヘクトリットルあたりセンチリットル"
4393
4345
  centiliter_per_liter: "リットル当たりセンチリットル"
4394
4346
  centimeter: "センチメートル"
4395
- # centimole: "Centimole"
4396
4347
  centimole_per_kilogram: "キログラム当たりCentimole"
4397
4348
  cubic_centimeter: "立方センチメートル"
4398
4349
  cubic_meter: "立方メートル"
@@ -4487,10 +4438,7 @@ jpn:
4487
4438
  watt: "ワット"
4488
4439
  watt_per_square_meter: "平方メートルあたりのワット"
4489
4440
  name: "ユニット"
4490
- properties:
4491
- # a: "A"
4492
- # b: "B"
4493
- # d: "D"
4441
+ property_natures:
4494
4442
  dimension: "寸法"
4495
4443
  symbol: "シンボル"
4496
4444
  varieties:
@@ -4508,8 +4456,11 @@ jpn:
4508
4456
  acipenser_sturio: "チョウザメ属のsturio"
4509
4457
  acipenser_transmontanus: "チョウザメ属のtransmontanus"
4510
4458
  acipenseridae: "チョウザメ科"
4459
+ actinidia: "放線虫"
4460
+ actinidia_chinensis: "放線菌"
4461
+ actinidia_deliciosa: "放線菌deliciosa"
4462
+ actinidiaceae: "サンザシ科"
4511
4463
  actinopterygii: "条鰭亜綱"
4512
- # adoxa: "Adoxa"
4513
4464
  adoxaceae: "レンプクソウ科"
4514
4465
  aix: "エク"
4515
4466
  aix_galericulata: "エクスgalericulata"
@@ -4608,7 +4559,6 @@ jpn:
4608
4559
  arachis: "ラッカセイ属"
4609
4560
  arachis_hypogaea: "一般的なピーナッツ"
4610
4561
  arachis_pintoi: "Pintoiピーナッツ"
4611
- # arctium: "Arctium"
4612
4562
  arctium_lappa: "ゴボウ"
4613
4563
  arctium_minus: "Arctiumマイナス"
4614
4564
  argania: "アルガニア"
@@ -4621,7 +4571,6 @@ jpn:
4621
4571
  artocarpus_heterophyllus: "ジャックフルーツ"
4622
4572
  artocarpus_hirsutus: "ワイルドジャック"
4623
4573
  artocarpus_integer: "チェンマッダック"
4624
- # artocarpus_mariannensis: "Dugdug"
4625
4574
  artocarpus_odoratissimus: "マラン"
4626
4575
  artocarpus_rigidus: "モンキージャック"
4627
4576
  artocarpus_tamaran: "タマランアーティーカーパスス"
@@ -4647,7 +4596,6 @@ jpn:
4647
4596
  beta_vulgaris_altissima: "テンサイ"
4648
4597
  beta_vulgaris_cicla: "チャード"
4649
4598
  beta_vulgaris_cicla_barese: "チャードbarese"
4650
- # beta_vulgaris_crassa: "Mangelwurzel"
4651
4599
  beta_vulgaris_vulgaris: "ビートの根"
4652
4600
  betula: "カバノキ"
4653
4601
  betula_pendula: "シルバーバーチ"
@@ -4661,7 +4609,6 @@ jpn:
4661
4609
  bombus: "マルハナバチ属"
4662
4610
  bombus_terrestris: "セイヨウオオマルハナバチ"
4663
4611
  boraginaceae: "ムラサキ科"
4664
- # borago: "Borago"
4665
4612
  borago_officinalis: "ルリジサ"
4666
4613
  bos: "ボス"
4667
4614
  bos_taurus: "牛"
@@ -4753,10 +4700,8 @@ jpn:
4753
4700
  brassica_oleracea_botrytis_navalo: "カリフラワーNavalo"
4754
4701
  brassica_oleracea_botrytis_optimist: "カリフラワーオプティミスト"
4755
4702
  brassica_oleracea_botrytis_redoutable: "カリフラワーRedoutable"
4756
- # brassica_oleracea_botrytis_romanesco: "Romanesco"
4757
4703
  brassica_oleracea_botrytis_romanesco_lazio: "Romanescoラツィオ"
4758
4704
  brassica_oleracea_botrytis_romanesco_navona: "Romanescoナヴォーナ広場"
4759
- # brassica_oleracea_botrytis_romanesco_vernica: "Romanesco Vernica"
4760
4705
  brassica_oleracea_botrytis_skywalker: "カリフラワー・スカイウォーカー"
4761
4706
  brassica_oleracea_capitata: "アップルキャベツ"
4762
4707
  brassica_oleracea_capitata_f_acuta: "尖ったキャベツ"
@@ -4770,7 +4715,6 @@ jpn:
4770
4715
  brassica_oleracea_capitata_f_rubra_travero: "レッドキャベツtravero"
4771
4716
  brassica_oleracea_costata: "Tronchundaキャベツ"
4772
4717
  brassica_oleracea_gemmifera: "ブリュッセルもやし"
4773
- # brassica_oleracea_gongylodes: "Kohirabi"
4774
4718
  brassica_oleracea_italica: "ブロッコリー"
4775
4719
  brassica_oleracea_italica_belstar: "ブロッコリーBelstar"
4776
4720
  brassica_oleracea_italica_monaco: "ブロッコリーモナコ"
@@ -4810,10 +4754,8 @@ jpn:
4810
4754
  brassica_rapa_rapa_turnep: "カブTurnep"
4811
4755
  brassicaceae: "アブラナ科"
4812
4756
  bromeliaceae: "パイナップル科"
4813
- # bromus: "Bromes"
4814
4757
  building: "建物"
4815
4758
  building_division: "建築部門"
4816
- # cairina: "Cairina"
4817
4759
  cairina_moschata: "モスクワアヒル"
4818
4760
  camelina: "カメリナ"
4819
4761
  camelina_sativa: "カメリナ・サティバ"
@@ -4897,20 +4839,14 @@ jpn:
4897
4839
  capsicum_annuum_glabriusculum: "バードペッパー"
4898
4840
  capsicum_annuum_green: "ピーマン"
4899
4841
  capsicum_annuum_paprika: "パプリカ"
4900
- # capsicum_baccatum: "Locoto"
4901
4842
  capsicum_baccatum_baccatum: "共通Locoto"
4902
4843
  capsicum_baccatum_pendulum: "ペルーペッパー"
4903
4844
  capsicum_chinense: "ハバネロ"
4904
4845
  capsicum_frutescens: "唐辛子"
4905
- # capsicum_pubescens: "Rocoto"
4906
4846
  car: "車"
4907
4847
  carica: "カリカ"
4908
4848
  carica_papaya: "パパイヤ"
4909
4849
  caricaceae: "カリカ科"
4910
- # carpinus: "Carpinus"
4911
- # carpinus_betulus: "Carpinus betulus"
4912
- # carpinus_caroliniana: "Carpinus caroliniana"
4913
- # carum: "Carum"
4914
4850
  carum_carvi: "Carumカルヴィ"
4915
4851
  castanea: "栗"
4916
4852
  castanea_bantarde: "栗Bantarde"
@@ -4942,7 +4878,6 @@ jpn:
4942
4878
  chenopodium: "アカザ"
4943
4879
  chenopodium_album: "シロザ"
4944
4880
  chenopodium_quinoa: "アカザのキノア"
4945
- # chloris: "Chloris"
4946
4881
  chloris_gayana: "ローズグラス"
4947
4882
  chrysophyllum: "ゴールデンリーフ"
4948
4883
  chrysophyllum_africanum: "チョウチョウバエ(Chrysophyllum africanum)"
@@ -4952,9 +4887,7 @@ jpn:
4952
4887
  chrysophyllum_mexicanum: "メキシカンスターリンゴ"
4953
4888
  chrysophyllum_oliviforme: "サフランの木"
4954
4889
  chrysophyllum_pauciflorum: "チョウチョウバエ(Chrysophyllum pauciflorum)"
4955
- # chrysopogon: "Chrysopogon"
4956
4890
  chrysopogon_zizanioides: "ベチバー"
4957
- # cicer: "Cicer"
4958
4891
  cicer_arietinum: "ヒヨコマメ"
4959
4892
  cichorium: "チコリ"
4960
4893
  cichorium_barbe_de_capucin: "チコリバーベデCapucinはデデュノールをCARRIERES"
@@ -4967,7 +4900,6 @@ jpn:
4967
4900
  cichorium_tete_d_anguille: "チコリテットドールanguille"
4968
4901
  cinnamomum: "シナモンファミリー"
4969
4902
  cinnamomum_burmannii: "パダンカッシア"
4970
- # cinnamomum_camphora: "Camphortree"
4971
4903
  cinnamomum_cassia: "中国のカッシア"
4972
4904
  cinnamomum_tamala: "インドの樹皮"
4973
4905
  cinnamomum_verum: "シナモン"
@@ -4994,7 +4926,6 @@ jpn:
4994
4926
  compost: "堆肥"
4995
4927
  concentrated_rectified_must: "濃縮された整流必見"
4996
4928
  convolvulaceae: "ヒルガオ科"
4997
- # coriandrum: "Coriandrum"
4998
4929
  coriandrum_sativum: "コリアンダー"
4999
4930
  cork: "コルク"
5000
4931
  cork_bottle: "コー​​クボトル"
@@ -5029,7 +4960,6 @@ jpn:
5029
4960
  cucumis: "キューカミス"
5030
4961
  cucumis_anguria: "バール・キュウリ"
5031
4962
  cucumis_dipsaceus: "ヘッジホッグキュウリ"
5032
- # cucumis_melo: "Cantaloup"
5033
4963
  cucumis_metuliferus: "角質キュウリ"
5034
4964
  cucumis_sativus: "キュウリ"
5035
4965
  cucumis_sativus_cucumber: "庭キュウリ"
@@ -5054,7 +4984,6 @@ jpn:
5054
4984
  cucurbita_maxima_maxima: "一般的な冬のスカッシュ"
5055
4985
  cucurbita_maxima_nelson: "スカッシュネルソン"
5056
4986
  cucurbita_maxima_noir_du_bresil: "ブラックブラジルかぼちゃ"
5057
- # cucurbita_maxima_potimarron: "Potimarron"
5058
4987
  cucurbita_maxima_potimarron_orange_summer: "Potimarronオレンジ夏"
5059
4988
  cucurbita_maxima_potimarron_red_hokkaido: "Potimarronレッド北海道"
5060
4989
  cucurbita_maxima_potimarron_uchiki_kuri: "Potimarron Uchiki久里"
@@ -5088,7 +5017,6 @@ jpn:
5088
5017
  cucurbita_pepo_spaghetti: "スパゲッティスカッシュ"
5089
5018
  cucurbitaceae: "ウリ科"
5090
5019
  cultivable_zone: "耕作地帯"
5091
- # cuminum: "Cuminum"
5092
5020
  curculio_nucum: "シギゾウムシnucum"
5093
5021
  curcuma: "クルクマ"
5094
5022
  curcuma_aromatica: "ウコンaromatica"
@@ -5101,10 +5029,6 @@ jpn:
5101
5029
  cynara_scolymus_saint_omer: "アーティチョークマレデサントメール"
5102
5030
  dactylis: "オーチャードグラス"
5103
5031
  dactylis_lazuly: "オーチャードグラスLazuly"
5104
- # damaliscus: "Damaliscus"
5105
- # damaliscus_korrigum: "Damaliscus korrigum"
5106
- # damaliscus_lunatus: "Damaliscus lunatus"
5107
- # damaliscus_pygargus: "Damaliscus pygargus"
5108
5032
  daucus: "ニンジン属"
5109
5033
  daucus_carota: "ニンジン"
5110
5034
  daucus_carota_bentley: "キャロットベントレー"
@@ -5164,7 +5088,6 @@ jpn:
5164
5088
  daucus_carota_white_with_green_collar: "緑の襟付きキャロットホワイト"
5165
5089
  daucus_carota_yellow_doubs: "キャロットイエロードゥー"
5166
5090
  daucus_carota_yukon: "キャロットユーコン"
5167
- # diervillaceae: "Diervillaceae"
5168
5091
  dimocarpus: "ディモカルプス"
5169
5092
  dimocarpus_longan: "竜眼"
5170
5093
  dioscorea: "ヤムイモ"
@@ -5178,10 +5101,8 @@ jpn:
5178
5101
  dioscorea_floridana: "フロリダヤマ"
5179
5102
  dioscorea_hispida: "中毒芋"
5180
5103
  dioscorea_japonica: "日本芋"
5181
- # dioscorea_mexicana: "Dioscorea mexican yam"
5182
5104
  dioscorea_nummularia: "扁平芋"
5183
5105
  dioscorea_oppositifolia: "クメールヤム"
5184
- # dioscorea_pentaphylla: "Fiveleaf yam"
5185
5106
  dioscorea_pilosiuscula: "球根"
5186
5107
  dioscorea_polygonoides: "ジャマイカ苦いヤム"
5187
5108
  dioscorea_polystachya: "中国ヤム"
@@ -5195,10 +5116,8 @@ jpn:
5195
5116
  easement: "地役権"
5196
5117
  egg: "卵"
5197
5118
  elaeagnaceae: "グミ科"
5198
- # elaeagnus: "Elaeagnus"
5199
5119
  electricity: "電気"
5200
5120
  empoasca_vitis: "Empoascaヴィティス"
5201
- # eotetranychus_coryli: "Eotetranychus coryli"
5202
5121
  equidae: "ウマ科"
5203
5122
  equipment: "装置"
5204
5123
  equipment_fleet: "機器の艦隊"
@@ -5212,7 +5131,6 @@ jpn:
5212
5131
  equus_caballus_pur_sang: "馬のPURは歌いました"
5213
5132
  equus_caballus_shetland: "馬シェットランド"
5214
5133
  equus_zebra: "シマウマ"
5215
- # eremocitrus: "Eremocitrus"
5216
5134
  eruca: "エルカ"
5217
5135
  eruca_vesicaria: "エルカvesicaria"
5218
5136
  erysiphaceae: "ウドンコカビ科"
@@ -5240,7 +5158,6 @@ jpn:
5240
5158
  foeniculum_vulgare: "スウィートフェンネル"
5241
5159
  foeniculum_vulgare_azoricum: "フィレンツェフェンネル"
5242
5160
  foeniculum_vulgare_piperitum: "ペッパーフェンネル"
5243
- # fomitiporia: "Fomitiporia"
5244
5161
  forsythia: "レンギョウ"
5245
5162
  forsythia_europaea: "レンギョウeuropaea"
5246
5163
  forsythia_x_intermedia: "インターメディアのxレンギョウ"
@@ -5255,7 +5172,6 @@ jpn:
5255
5172
  fruit: "フルーツ"
5256
5173
  fuel: "燃料"
5257
5174
  fungus: "菌"
5258
- # galium: "Galium"
5259
5175
  gallus: "ガルス"
5260
5176
  gallus_gallus: "ガルスガルス"
5261
5177
  gallus_gallus_domesticus: "家畜の鶏"
@@ -5277,7 +5193,6 @@ jpn:
5277
5193
  grass: "草"
5278
5194
  grossulariaceae: "スグリ科"
5279
5195
  guano: "グアノ"
5280
- # guizotia: "Guizotia"
5281
5196
  guizotia_abyssinica: "ニジェール"
5282
5197
  handling_equipment: "取扱設備"
5283
5198
  hay: "ヘイ"
@@ -5309,8 +5224,6 @@ jpn:
5309
5224
  hibiscus_syriacus: "ムクゲ"
5310
5225
  hibiscus_syriacus_marina: "ハイビスカスムクゲマリーナ"
5311
5226
  hibiscus_syriacus_woodbridge: "ハイビスカスムクゲウッドブリッジ"
5312
- # hippophae: "Hippophae"
5313
- # hippophae_rhamnoides: "Hippophae rhamnoides"
5314
5227
  honey: "蜂蜜"
5315
5228
  hordeum: "大麦"
5316
5229
  hordeum_distichum: "春大麦"
@@ -5478,13 +5391,10 @@ jpn:
5478
5391
  hordeum_vulgare: "共通大麦"
5479
5392
  hordeum_vulgare_kws_cassia: "共通大麦KWSカシア"
5480
5393
  hordeum_vulgare_volume: "一般的な大麦ボリューム"
5481
- # humulus: "Humulus"
5482
5394
  humulus_lupulus: "ホップ"
5483
5395
  hydrangeaceae: "アジサイ科"
5484
- # hymenochaetaceae: "Hymenochaetaceae"
5485
5396
  hypericaceae: "オトギリソウ"
5486
5397
  hypericum: "オトギリソウ"
5487
- # immatter: "Immatter"
5488
5398
  insecta: "昆虫綱"
5489
5399
  ipomoea: "サツマイモ属"
5490
5400
  ipomoea_batatas: "スイートポテト"
@@ -5501,10 +5411,7 @@ jpn:
5501
5411
  juglans_regia_howard: "共通クルミハワード"
5502
5412
  juglans_regia_lara: "共通クルミララ"
5503
5413
  juice: "ジュース"
5504
- # koelreuteria: "Koelreuteria"
5505
- # koelreuteria_bipinnata: "Koelreuteria bipinnata"
5506
5414
  koelreuteria_elegans: "Koelreuteriaエレガンス"
5507
- # koelreuteria_paniculata: "Koelreuteria paniculata"
5508
5415
  label: "ラベル"
5509
5416
  laburnum: "キバナフジ"
5510
5417
  laburnum_anagyroides: "ラバーナムのanagyroides"
@@ -5525,7 +5432,6 @@ jpn:
5525
5432
  lavandula: "ラベンダー"
5526
5433
  lens: "レンズ"
5527
5434
  lens_culinaris: "レンズculinaris"
5528
- # lepidium: "Lepidium"
5529
5435
  lepidium_sativum: "ガーデンクレス"
5530
5436
  lepidium_sativum_blond_du_pas_de_calais: "ガーデンクレスブロンドデュ=パ・ド・カレー"
5531
5437
  leporidae: "ウサギ科"
@@ -5535,7 +5441,6 @@ jpn:
5535
5441
  ligustrum: "リグストルム"
5536
5442
  ligustrum_ovalifolium: "リグストルムovalifolium"
5537
5443
  ligustrum_vulgare: "リグストルムのブルガレ"
5538
- # limacidae: "Limacidae"
5539
5444
  limonium: "スターチス"
5540
5445
  limonium_vulgare: "一般的な海のラベンダー"
5541
5446
  linaceae: "アマ科の植物"
@@ -5830,7 +5735,6 @@ jpn:
5830
5735
  melissa: "メリッサ"
5831
5736
  melon: "メロン"
5832
5737
  mentha: "ハッカ"
5833
- # microcitrus: "Microcitrus"
5834
5738
  milk: "牛乳"
5835
5739
  miscanthus: "ススキ"
5836
5740
  mix: "ミックス"
@@ -5863,11 +5767,8 @@ jpn:
5863
5767
  nicotiana_tabacum_brown: "栽培タバコブラウン"
5864
5768
  nicotiana_tabacum_burley: "栽培タバコバーリー"
5865
5769
  nicotiana_tabacum_virginie: "栽培タバコヴィルジニー"
5866
- # numida: "Numida"
5867
5770
  numida_meleagris: "ホロホロチョウ"
5868
5771
  numididae: "ホロホロチョウ科"
5869
- # ocimum: "Ocimum"
5870
- # ocimum_basilicum: "Ocimum basilicum"
5871
5772
  oil: "油"
5872
5773
  olea: "オレア"
5873
5774
  olea_europaea: "オリーブの木"
@@ -5921,15 +5822,11 @@ jpn:
5921
5822
  olea_europaea_verdale_de_tourtour: "オリーブツリーVerdale・デ・トゥールトゥール"
5922
5823
  olea_europaea_verdale_des_bouches: "オリーブツリーVerdaleデブーシュ"
5923
5824
  oleaceae: "モクセイ科"
5924
- # onobrychis: "Onobrychis"
5925
5825
  onobrychis_viciifolia: "共通イガマメ"
5926
- # operophtera_brumata: "Operophtera brumata"
5927
5826
  orchidaceae: "ラン科"
5928
5827
  origanum: "ハナハッカ属"
5929
5828
  origanum_majorana: "ハナハッカ属マヨラナ"
5930
- # ornithopus: "Ornithopus"
5931
5829
  ornithopus_sativus: "Ornithopusダイコン"
5932
- # oryctolagus: "Oryctolagus"
5933
5830
  oryctolagus_cuniculus: "一般的なウサギ"
5934
5831
  oryctolagus_cuniculus_blanc_de_vienne: "一般的なウサギブラン・ド・ヴィエンヌ"
5935
5832
  oryctolagus_cuniculus_bleu_de_vienne: "一般的なウサギブルードゥヴィエンヌ"
@@ -5956,11 +5853,9 @@ jpn:
5956
5853
  passiflora_berteroana: "ベテルテアナパッションフラワー"
5957
5854
  passiflora_bicornis: "ウンガフパッションフラワー"
5958
5855
  passiflora_biflora: "パッシフロラ・ビフロラ"
5959
- # passiflora_bilobata: "Twoflower passionflower"
5960
5856
  passiflora_bryonioides: "カッピングパッションフラワー"
5961
5857
  passiflora_caerulea: "ブルーパッションフラワー"
5962
5858
  passiflora_ciliata: "フリンジパッションフラワー"
5963
- # passiflora_cincinnata: "Crato passionvine"
5964
5859
  passiflora_coccinea: "スカーレットパッションフラワー"
5965
5860
  passiflora_edulis: "パッションフラワー"
5966
5861
  passiflora_filipes: "細いパッションフラワー"
@@ -5977,7 +5872,6 @@ jpn:
5977
5872
  passiflora_morifolia: "ウッドランドパッションフラワー"
5978
5873
  passiflora_multiflora: "ホワイトフラワーパッションフラワー"
5979
5874
  passiflora_murucuja: "バージンアイランドパッションフラワー"
5980
- # passiflora_pallens: "Pineland passionflower"
5981
5875
  passiflora_pallida: "コークスパッションフラワー"
5982
5876
  passiflora_quadrangularis: "巨大なグラナディラ"
5983
5877
  passiflora_racemosa: "ラセミパッションフラワー"
@@ -5993,7 +5887,6 @@ jpn:
5993
5887
  passiflora_tuberosa: "塊茎"
5994
5888
  passiflora_tulae: "霧の中の山の愛"
5995
5889
  passiflora_vitifolia: "香ばしいパッションフラワー"
5996
- # passifloraceae: "Passifloraceae"
5997
5890
  pastinaca: "アメリカボウフウ属"
5998
5891
  pastinaca_sativa: "パースニップ"
5999
5892
  pastinaca_sativa_javelin: "パースニップジャベリン"
@@ -6014,8 +5907,6 @@ jpn:
6014
5907
  petroselinum_crispum_neapolitanum: "イタリアンパセリ"
6015
5908
  petroselinum_crispum_tuberosum: "ハンブルクパセリ"
6016
5909
  petroselinum_segetum: "コー​​ンパセリ"
6017
- # phacelia: "Phacelia"
6018
- # phalaris: "Phalaris"
6019
5910
  phalaris_canariensis: "カナリア草"
6020
5911
  phaseolus: "インゲンマメ属"
6021
5912
  phaseolus_vulgaris: "ビーン"
@@ -6037,15 +5928,11 @@ jpn:
6037
5928
  phasianus: "キジ属"
6038
5929
  phasianus_colchicus: "キジ"
6039
5930
  philadelphus: "バイカウツギ"
6040
- # phleum: "Phleum"
6041
- # phytoptus_avellanae: "Phytoptus avellanae"
6042
- # pimpinella: "Pimpinella"
6043
5931
  pimpinella_anisum: "アニス"
6044
5932
  piriqueta: "ストライプシード"
6045
5933
  piriqueta_cistoides: "ピットストライプシード"
6046
5934
  piriqueta_racemosa: "堅い縞模様"
6047
5935
  piriqueta_viscosa: "紫色の縞模様"
6048
- # pistacia: "Pistacia"
6049
5936
  pistacia_vera: "Pistaciaベラ"
6050
5937
  pisum: "エンドウ属"
6051
5938
  pisum_sativum: "エンドウ"
@@ -6066,7 +5953,6 @@ jpn:
6066
5953
  plantaginaceae: "オオバコ科"
6067
5954
  plantago: "シャゼンソウ"
6068
5955
  plantago_psyllium: "オオバコのオオバコ"
6069
- # plasmopara: "Plasmopara"
6070
5956
  plasmopara_viticola: "プラスモパラ・ビチコラ(Plasmopara viticola)"
6071
5957
  plum: "プラム"
6072
5958
  plumbaginaceae: "イソマツ科"
@@ -6081,7 +5967,6 @@ jpn:
6081
5967
  potassium_ferrocyanide: "フェロシアン化カリウム"
6082
5968
  pouteria: "エッグフルーツ"
6083
5969
  pouteria_caimito: "アビウ"
6084
- # pouteria_campechiana: "Canistel"
6085
5970
  pouteria_lucuma: "ルクマ"
6086
5971
  pouteria_sapota: "マメイサポテ"
6087
5972
  preparation: "準備"
@@ -6189,10 +6074,8 @@ jpn:
6189
6074
  prunus_salicina_anne_gold: "サクラ属salicinaアン・金"
6190
6075
  prunus_salicina_awaso: "スモモアワソ"
6191
6076
  prunus_salicina_beauty: "スモモビューティー"
6192
- # psidium: "Guavas"
6193
6077
  psidium_amplexicaule: "マウンテングアバ"
6194
6078
  psidium_calyptranthoides: "Luquillo Mountain Guava"
6195
- # psidium_cattleianum: "Cattley guava"
6196
6079
  psidium_friedrichsthalianum: "ワイルドグアバ"
6197
6080
  psidium_guajava: "グアバ"
6198
6081
  pyrus: "ナシ属"
@@ -6286,7 +6169,6 @@ jpn:
6286
6169
  raphanus_sativus_oleiformis_compass: "飼料大根コンパス"
6287
6170
  raspberry: "ラズベリー"
6288
6171
  raw_matter: "生の問題"
6289
- # rhagoletis_completa: "Rhagoletis completa"
6290
6172
  ribes: "スグリ属"
6291
6173
  ribes_nigrum: "ブラックカラント"
6292
6174
  ribes_nigrum_andega: "ブラックカラントAndega"
@@ -6327,7 +6209,6 @@ jpn:
6327
6209
  salix_purpurea: "サリックスプレア"
6328
6210
  salix_rosmarinifolia: "サリックスrosmarinifolia"
6329
6211
  salmo: "サルモ"
6330
- # salmo_carpio: "Carpione"
6331
6212
  salmo_salar: "大西洋サケ"
6332
6213
  salmo_trutta: "ブラウントラウト"
6333
6214
  salmonidae: "サケ科"
@@ -6340,7 +6221,6 @@ jpn:
6340
6221
  sapotaceae: "サポテア科"
6341
6222
  satureja: "セイボリー"
6342
6223
  scaphoideus_titanus: "Scaphoideusティタヌス"
6343
- # sclerotiniaceae: "Sclerotiniaceae"
6344
6224
  screw_bottle: "スクリューボトル"
6345
6225
  screw_cap: "ねじぶた"
6346
6226
  secale: "ライムギ属"
@@ -6352,9 +6232,7 @@ jpn:
6352
6232
  setaria: "キツネの尾"
6353
6233
  setaria_italica: "アワ"
6354
6234
  settlement: "決済"
6355
- # shepherdia: "Shepherdia"
6356
6235
  silage: "サイレージ"
6357
- # silybum: "Silybum"
6358
6236
  silybum_marianum: "マリアアザミ"
6359
6237
  slurry: "スラリー"
6360
6238
  solanaceae: "ナス科"
@@ -6518,7 +6396,6 @@ jpn:
6518
6396
  solanum_melongena_valencia_round: "Valencira丸茄子"
6519
6397
  solanum_melongena_violetta_di_firenze: "ヴィオレッタディフィレンツェナス"
6520
6398
  solanum_muricatum: "ペピーノドゥルセ"
6521
- # solanum_quitoense: "Naranjilla"
6522
6399
  solanum_torvum: "悪魔の図"
6523
6400
  solanum_tuberosum: "ポテト"
6524
6401
  solanum_tuberosum_accord: "ポテトアコード"
@@ -6785,7 +6662,6 @@ jpn:
6785
6662
  theobroma_cacao: "ココアの木"
6786
6663
  theobroma_grandiflorum: "テオブロマgrandiflorum"
6787
6664
  thymus: "胸腺"
6788
- # tieghemella: "Tieghemella"
6789
6665
  tieghemella_heckelii: "チェリーマホガニー"
6790
6666
  tilia: "シナノキ属"
6791
6667
  tilia_americana: "ティリアアメリカーナ"
@@ -6833,7 +6709,6 @@ jpn:
6833
6709
  trifolium_repens_tasman: "シロツメクサタスマン"
6834
6710
  trifolium_repens_triffid: "シロツメクサトリフィド"
6835
6711
  trifolium_repens_triple: "シロツメクサトリプル"
6836
- # trigonella: "Trigonella"
6837
6712
  trigonella_foenum_graecum: "フェヌグリーク"
6838
6713
  triticosecale: "ライ小麦"
6839
6714
  triticum: "小麦"
@@ -7035,24 +6910,17 @@ jpn:
7035
6910
  triticum_durum_yelodur: "デュラム小麦のYelodur"
7036
6911
  triticum_spelta: "スペルト小麦"
7037
6912
  truck: "トラック"
7038
- # turnera: "Turnera"
7039
6913
  turnera_coerula: "ターネラコエラ"
7040
6914
  turnera_diffusa: "ダミアナ"
7041
6915
  turnera_pumilea: "イエローアルダー"
7042
- # turnera_ulmifolia: "Ramgoat dashalong"
7043
- # uncinula: "Uncinula"
7044
6916
  uncinula_necator: "Uncinula鉤虫"
7045
6917
  urtica: "ネトル"
7046
6918
  urticaceae: "ウルク科"
7047
- # valeriana: "Valeriana"
7048
6919
  valerianaceae: "オミナエシ科"
7049
- # valerianella: "Valerianella"
7050
6920
  valerianella_locusta: "コー​​ンサラダ"
7051
6921
  vanilla: "バニラ"
7052
6922
  vanilla_planifolia: "バニラplanifolia"
7053
6923
  vanilla_pompona: "バニラpompona"
7054
- # vasconcellea: "Vasconcellea"
7055
- # vasconcellea_monoica: "Col de monte"
7056
6924
  vasconcellea_pubescens: "マウンテンパパイヤ"
7057
6925
  vasconcellea_quercifolia: "オークリーフパパイヤ"
7058
6926
  vegetable: "野菜"
@@ -7076,7 +6944,6 @@ jpn:
7076
6944
  violaceae: "スミレ科"
7077
6945
  virus: "ウイルス"
7078
6946
  vitaceae: "ブドウ科"
7079
- # vitellaria: "Vitellaria"
7080
6947
  vitellaria_paradoxa: "シェアツリー"
7081
6948
  vitex: "バイテックス"
7082
6949
  vitex_agnus_castus: "バイテックスのアニュスのcastus"
@@ -7137,9 +7004,6 @@ jpn:
7137
7004
  wine: "ワイン"
7138
7005
  wire: "ワイヤー"
7139
7006
  worker: "ワーカー"
7140
- # x_felium: "X-Felium"
7141
- # x_schedolium: "X-Schedolium"
7142
- # xanthomonadaceae: "Xanthomonadaceae"
7143
7007
  xanthomonas: "キサントモナス"
7144
7008
  xanthomonas_arboricola: "キサントモナスarboricola"
7145
7009
  yeast: "酵母"
@@ -7208,12 +7072,11 @@ jpn:
7208
7072
  zea_mays_saccharata_gss1477: "スイートコーンGSS1477"
7209
7073
  zea_mays_saccharata_moreland: "スイートコーンモアランド"
7210
7074
  zea_mays_shannon: "コー​​ンシャノン"
7211
- # zeuzera_pyrina: "Zeuzera pyrina"
7212
7075
  zingiberaceae: "ショウガ科"
7213
7076
  zone: "ゾーン"
7214
7077
  zone_property_title: "ゾーンプロパティのタイトル"
7215
7078
  name: "品種"
7216
- properties:
7079
+ property_natures:
7217
7080
  derivative_of: "のデリバティブ"
7218
7081
  europa_tsn: "エウロパ番号ID"
7219
7082
  french_race_code: "フランスのレースコード"
@@ -7234,5 +7097,5 @@ jpn:
7234
7097
  wine_tanks: "ワインタンク"
7235
7098
  wine_transformers: "ワイン変圧器"
7236
7099
  name: "ワーキングセット"
7237
- properties:
7100
+ property_natures:
7238
7101
  expression: "表現"