onoma 0.2.0 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -0
  3. data/config/locales/arb.yml +77 -293
  4. data/config/locales/cmn.yml +69 -193
  5. data/config/locales/deu.yml +61 -1113
  6. data/config/locales/eng.yml +3155 -2988
  7. data/config/locales/fra.yml +698 -431
  8. data/config/locales/ita.yml +63 -1168
  9. data/config/locales/jpn.yml +80 -232
  10. data/config/locales/por.yml +63 -975
  11. data/config/locales/spa.yml +70 -616
  12. data/db/migrate/20170904223101_add_cultivable_zone_registry.xml +4 -0
  13. data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
  14. data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
  15. data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
  16. data/db/migrate/20180409130101_add_common_crop.xml +4 -0
  17. data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
  18. data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
  19. data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
  20. data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
  21. data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
  22. data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
  23. data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
  24. data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
  25. data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
  26. data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
  27. data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
  28. data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
  29. data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
  30. data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
  31. data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
  32. data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
  33. data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
  34. data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
  35. data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
  36. data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
  37. data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
  38. data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
  39. data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
  40. data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
  41. data/db/migrate/20190718130243_remove_services_expenses.xml +5 -0
  42. data/db/migrate/20190801142431_remove_accounts_from_pcg82.xml +5 -0
  43. data/db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml +5 -0
  44. data/db/migrate/20190917161215_add_missing_mass_area_density_units.xml +21 -0
  45. data/db/migrate/20190917161216_update_quintal_symbol.xml +4 -0
  46. data/db/migrate/20190917161217_adds_more_info_to_units.xml +133 -0
  47. data/db/migrate/20190918074757_add_new_accounts.xml +8 -0
  48. data/db/migrate/20191001122750_add_accounts_fixed_assets_related.xml +10 -0
  49. data/db/migrate/20191028175001_add_short_balance_sheet.xml +4 -0
  50. data/db/migrate/20191029131921_add_vine_equipments.xml +117 -0
  51. data/db/migrate/20191112132413_remove_roller_from_product_natures.xml +5 -0
  52. data/db/migrate/20200305160358_add_varieties_for_phytosanitary.xml +11 -0
  53. data/db/reference.xml +1155 -901
  54. data/lib/onoma.rb +5 -0
  55. data/lib/onoma/item.rb +3 -1
  56. data/lib/onoma/nomenclature.rb +2 -1
  57. data/lib/onoma/version.rb +1 -1
  58. data/onoma.gemspec +3 -3
  59. metadata +57 -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,7 +3185,7 @@ jpn:
3238
3185
  brassicaceae_fungicide: "アブラナ科の殺菌剤"
3239
3186
  buckwheat_crop: "ソバ作物"
3240
3187
  buckwheat_grain: "ソバの穀物"
3241
- # buckwheat_seed: "Buckwheat seed"
3188
+ buckwheat_seed: "そばの種"
3242
3189
  building: "建物"
3243
3190
  building_division: "建築部門"
3244
3191
  building_insurance: "建物保険"
@@ -3273,7 +3220,7 @@ jpn:
3273
3220
  carriage: "キャリッジ"
3274
3221
  carrot: "ニンジン"
3275
3222
  carrot_crop: "ニンジンの収穫"
3276
- # carrot_seed: "Carrot seed"
3223
+ carrot_seed: "ニンジン種子"
3277
3224
  cattle_compost: "牛の堆肥"
3278
3225
  cattle_herd: "牛の群れ"
3279
3226
  cattle_liquid_slurry: "牛液体スラリー"
@@ -3520,7 +3467,7 @@ jpn:
3520
3467
  grass_silage: "牧草サイレージ"
3521
3468
  green_compost: "グリーンコンポスト"
3522
3469
  grinder: "グラインダー"
3523
- # growth_regulator: "Growth regulator"
3470
+ growth_regulator: "成長レギュレーター"
3524
3471
  guineafowl_manure: "ホロホロチョウの肥料"
3525
3472
  hand_drawn: "手描き"
3526
3473
  hanging_scroll: "掛軸"
@@ -3665,7 +3612,7 @@ jpn:
3665
3612
  nematicide: "殺線"
3666
3613
  nibble_lamb_meat: "ニブルラム肉"
3667
3614
  nomacorc_cork: "Nomacorcコルク"
3668
- # oat_grain: "Oat grain"
3615
+ oat_grain: "オートムギの穀物"
3669
3616
  oenological_yeast_sc_500g: "Oenological酵母皮下500グラム"
3670
3617
  office_building: "オフィスビル"
3671
3618
  office_building_division: "オフィスビル事業部"
@@ -3749,20 +3696,18 @@ jpn:
3749
3696
  representation_suit: "表現のスーツ"
3750
3697
  responsibility_insurance: "責任保険"
3751
3698
  ridger: "うね立て機"
3752
- # riflexine: "Riflexine"
3753
3699
  roast_veal_meat: "ロースト仔牛肉"
3754
3700
  roll: "ロール"
3755
3701
  rollup: "巻き上げる"
3756
3702
  ronde_de_piemont_hazelnut: "ロンド・デ・ピエモントヘーゼルナッツ"
3757
3703
  rose_crop: "ローズ作物"
3758
3704
  rose_seedling: "ローズ苗"
3759
- # rotavator: "Rotavator"
3760
3705
  rubisko_wheat_crop: "Rubisko小麦の収穫"
3761
3706
  running_water: "流れる水"
3762
3707
  rye_crop: "ライ作物"
3763
- # rye_grain: "Rye grain"
3764
- # rye_seed: "Rye seed"
3765
- # rye_straw: "Rye straw"
3708
+ rye_grain: "ライ麦の穀物"
3709
+ rye_seed: "ライ・シード"
3710
+ rye_straw: "ライストロー"
3766
3711
  saffron_crop: "サフランの収穫"
3767
3712
  saffron_pollen: "サフラン花粉"
3768
3713
  saffron_seedling: "サフランの苗"
@@ -3793,7 +3738,7 @@ jpn:
3793
3738
  sower: "種をまく人"
3794
3739
  soy_crop: "大豆の収穫"
3795
3740
  soy_grain: "大豆穀物"
3796
- # soy_seed: "Soy seed"
3741
+ soy_seed: "大豆種子"
3797
3742
  spelt_grain: "スペルト小麦の穀物"
3798
3743
  spelt_seed_25: "スペルト小麦の種子25"
3799
3744
  spelt_wheat_crop: "スペルト小麦小麦の収穫"
@@ -3821,7 +3766,6 @@ jpn:
3821
3766
  tablur_hard_wheat_crop: "Tablur硬質小麦の収穫"
3822
3767
  tablur_hard_wheat_seed_25: "Tablur硬質小麦の種子25"
3823
3768
  tangerine_crop: "タンジェリン作物"
3824
- # taxe: "Taxe"
3825
3769
  technician: "技術者"
3826
3770
  telescopic_handler: "テレハンドラー"
3827
3771
  temporary_meadow_crop: "一時的な牧草地作物"
@@ -3834,15 +3778,14 @@ jpn:
3834
3778
  trimmer: "トリマー"
3835
3779
  triticale_crop: "ライ小麦の収穫"
3836
3780
  triticale_grain: "ライ小麦粒"
3837
- # triticale_seed: "Triticale seed"
3838
- # triticale_straw: "Triticale straw"
3781
+ triticale_seed: "ライコムギ種子"
3782
+ triticale_straw: "ライコムギ"
3839
3783
  truck: "トラック"
3840
3784
  turnip: "カブ"
3841
3785
  uncover: "暴きます"
3842
3786
  urban_compost: "アーバン堆肥"
3843
3787
  various_loan_interest: "各種ローン金利"
3844
3788
  veal_meat: "仔牛肉"
3845
- # vibrocultivator: "Cutivator"
3846
3789
  vine_grape_berry: "つるブドウ果実"
3847
3790
  vine_grape_crop: "つるブドウの収穫"
3848
3791
  vine_grape_juice: "ヴァイングレープジュース"
@@ -3878,7 +3821,7 @@ jpn:
3878
3821
  young_rabbit: "若いウサギ"
3879
3822
  zea_herbicide: "トウモロコシの除草剤"
3880
3823
  name: "商品の性質上変種"
3881
- properties:
3824
+ property_natures:
3882
3825
  derivative_of: "のデリバティブ"
3883
3826
  frozen_indicators_values: "冷凍指標値"
3884
3827
  nature: "自然"
@@ -4013,7 +3956,7 @@ jpn:
4013
3956
  grape_trailer: "ブドウのトレーラー"
4014
3957
  grass: "草"
4015
3958
  grinder: "グラインダー"
4016
- # growth_regulator: "Growth regulator"
3959
+ growth_regulator: "成長レギュレーター"
4017
3960
  hand_drawn: "手描き"
4018
3961
  harrow: "ハロー"
4019
3962
  harvest_insurance: "収穫保険"
@@ -4168,7 +4111,6 @@ jpn:
4168
4111
  studies_and_research: "調査・研究"
4169
4112
  sugar: "シュガー"
4170
4113
  superficial_plow: "浅プラウ"
4171
- # taxe: "Taxe"
4172
4114
  technician: "技術者"
4173
4115
  telescopic_handler: "テレハンドラー"
4174
4116
  topper: "トッパー"
@@ -4204,7 +4146,7 @@ jpn:
4204
4146
  wire: "ワイヤー"
4205
4147
  young_rabbit: "若いウサギ"
4206
4148
  name: "製品の性質"
4207
- properties:
4149
+ property_natures:
4208
4150
  abilities: "アビリティ"
4209
4151
  category: "カテゴリ"
4210
4152
  derivative_of: "のデリバティブ"
@@ -4212,7 +4154,6 @@ jpn:
4212
4154
  frozen_indicators: "冷凍指標"
4213
4155
  linkage_points: "リンケージポイント"
4214
4156
  population_counting: "人口のカウント"
4215
- # reductible: "Reductible"
4216
4157
  variable_indicators: "変数の指標"
4217
4158
  variety: "多様"
4218
4159
  production_natures:
@@ -4238,7 +4179,7 @@ jpn:
4238
4179
  seed: "シード"
4239
4180
  vegetable: "野菜"
4240
4181
  name: "生産用途"
4241
- properties:
4182
+ property_natures:
4242
4183
  crop_sets: "クロップセット"
4243
4184
  residue_elimination_methods:
4244
4185
  items:
@@ -4255,7 +4196,7 @@ jpn:
4255
4196
  farm_worker: "作男"
4256
4197
  veterinary: "獣医"
4257
4198
  name: "役割"
4258
- properties:
4199
+ property_natures:
4259
4200
  accesses: "アクセス"
4260
4201
  running_costs:
4261
4202
  choices:
@@ -4267,7 +4208,7 @@ jpn:
4267
4208
  2014_small_tractor_75_to_85_fhp: "2014小さなトラクター75〜85 FHP"
4268
4209
  2014_small_tractor_85_to_95_fhp: "2014小さなトラクタ85〜95 FHP"
4269
4210
  name: "ランニングコスト"
4270
- properties:
4211
+ property_natures:
4271
4212
  average_purchase_price: "平均購入価格"
4272
4213
  currency: "通貨"
4273
4214
  hourly_cost: "毎時コスト"
@@ -4323,7 +4264,7 @@ jpn:
4323
4264
  amount: "量"
4324
4265
  percentage: "パーセンテージ"
4325
4266
  items:
4326
- asset_vat: "資産バット" #?
4267
+ asset_vat: "資産バット"
4327
4268
  eu_vat: "欧州連合(EU)の付加価値税(VAT)"
4328
4269
  import_export_vat: "インポート/エクスポート付加価値税(VAT)"
4329
4270
  inflated_vat: "膨張した付加価値税(VAT)"
@@ -4333,7 +4274,7 @@ jpn:
4333
4274
  particular_vat: "特定の付加価値税(VAT)"
4334
4275
  reduced_vat: "減少VAT"
4335
4276
  name: "税の性質"
4336
- properties:
4277
+ property_natures:
4337
4278
  collect_account: "アカウントを収集"
4338
4279
  computation_method: "計算方法"
4339
4280
  deduction_account: "控除アカウント"
@@ -4356,11 +4297,11 @@ jpn:
4356
4297
  french_vat_normal_1995: "フランスのバット通常の1995"
4357
4298
  french_vat_normal_2000: "フランスのバット通常の2000"
4358
4299
  french_vat_normal_2014: "フランスのバット通常の2014"
4359
- french_vat_normal_asset_1966: "フランスのバット正常資産1966" #?
4360
- french_vat_normal_asset_1982: "フランスのバット正常資産1982" #?
4361
- french_vat_normal_asset_1995: "フランスのバット正常資産1995" #?
4362
- french_vat_normal_asset_2000: "フランスのバット正常資産2000" #?
4363
- 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"
4364
4305
  french_vat_null: "フランスのバットはnull"
4365
4306
  french_vat_particular_1982: "1982特にフランスのバット"
4366
4307
  french_vat_particular_1989: "1989特にフランスのバット"
@@ -4382,7 +4323,7 @@ jpn:
4382
4323
  swiss_vat_particular_2011: "2011特にスイスのバット"
4383
4324
  swiss_vat_reduced_2011: "スイスのバットは2011を減少させました"
4384
4325
  name: "税金"
4385
- properties:
4326
+ property_natures:
4386
4327
  amount: "量"
4387
4328
  country: "国"
4388
4329
  nature: "自然"
@@ -4403,7 +4344,6 @@ jpn:
4403
4344
  centiliter_per_hectoliter: "ヘクトリットルあたりセンチリットル"
4404
4345
  centiliter_per_liter: "リットル当たりセンチリットル"
4405
4346
  centimeter: "センチメートル"
4406
- # centimole: "Centimole"
4407
4347
  centimole_per_kilogram: "キログラム当たりCentimole"
4408
4348
  cubic_centimeter: "立方センチメートル"
4409
4349
  cubic_meter: "立方メートル"
@@ -4498,10 +4438,7 @@ jpn:
4498
4438
  watt: "ワット"
4499
4439
  watt_per_square_meter: "平方メートルあたりのワット"
4500
4440
  name: "ユニット"
4501
- properties:
4502
- # a: "A"
4503
- # b: "B"
4504
- # d: "D"
4441
+ property_natures:
4505
4442
  dimension: "寸法"
4506
4443
  symbol: "シンボル"
4507
4444
  varieties:
@@ -4519,12 +4456,11 @@ jpn:
4519
4456
  acipenser_sturio: "チョウザメ属のsturio"
4520
4457
  acipenser_transmontanus: "チョウザメ属のtransmontanus"
4521
4458
  acipenseridae: "チョウザメ科"
4522
- # actinidia: "Actinidia"
4523
- # actinidia_chinensis: "Actinidia chinensis"
4524
- # actinidia_deliciosa: "Actinidia deliciosa"
4525
- # actinidiaceae: "Actinidiaceae"
4459
+ actinidia: "放線虫"
4460
+ actinidia_chinensis: "放線菌"
4461
+ actinidia_deliciosa: "放線菌deliciosa"
4462
+ actinidiaceae: "サンザシ科"
4526
4463
  actinopterygii: "条鰭亜綱"
4527
- # adoxa: "Adoxa"
4528
4464
  adoxaceae: "レンプクソウ科"
4529
4465
  aix: "エク"
4530
4466
  aix_galericulata: "エクスgalericulata"
@@ -4623,7 +4559,6 @@ jpn:
4623
4559
  arachis: "ラッカセイ属"
4624
4560
  arachis_hypogaea: "一般的なピーナッツ"
4625
4561
  arachis_pintoi: "Pintoiピーナッツ"
4626
- # arctium: "Arctium"
4627
4562
  arctium_lappa: "ゴボウ"
4628
4563
  arctium_minus: "Arctiumマイナス"
4629
4564
  argania: "アルガニア"
@@ -4636,7 +4571,6 @@ jpn:
4636
4571
  artocarpus_heterophyllus: "ジャックフルーツ"
4637
4572
  artocarpus_hirsutus: "ワイルドジャック"
4638
4573
  artocarpus_integer: "チェンマッダック"
4639
- # artocarpus_mariannensis: "Dugdug"
4640
4574
  artocarpus_odoratissimus: "マラン"
4641
4575
  artocarpus_rigidus: "モンキージャック"
4642
4576
  artocarpus_tamaran: "タマランアーティーカーパスス"
@@ -4662,7 +4596,6 @@ jpn:
4662
4596
  beta_vulgaris_altissima: "テンサイ"
4663
4597
  beta_vulgaris_cicla: "チャード"
4664
4598
  beta_vulgaris_cicla_barese: "チャードbarese"
4665
- # beta_vulgaris_crassa: "Mangelwurzel"
4666
4599
  beta_vulgaris_vulgaris: "ビートの根"
4667
4600
  betula: "カバノキ"
4668
4601
  betula_pendula: "シルバーバーチ"
@@ -4676,7 +4609,6 @@ jpn:
4676
4609
  bombus: "マルハナバチ属"
4677
4610
  bombus_terrestris: "セイヨウオオマルハナバチ"
4678
4611
  boraginaceae: "ムラサキ科"
4679
- # borago: "Borago"
4680
4612
  borago_officinalis: "ルリジサ"
4681
4613
  bos: "ボス"
4682
4614
  bos_taurus: "牛"
@@ -4768,10 +4700,8 @@ jpn:
4768
4700
  brassica_oleracea_botrytis_navalo: "カリフラワーNavalo"
4769
4701
  brassica_oleracea_botrytis_optimist: "カリフラワーオプティミスト"
4770
4702
  brassica_oleracea_botrytis_redoutable: "カリフラワーRedoutable"
4771
- # brassica_oleracea_botrytis_romanesco: "Romanesco"
4772
4703
  brassica_oleracea_botrytis_romanesco_lazio: "Romanescoラツィオ"
4773
4704
  brassica_oleracea_botrytis_romanesco_navona: "Romanescoナヴォーナ広場"
4774
- # brassica_oleracea_botrytis_romanesco_vernica: "Romanesco Vernica"
4775
4705
  brassica_oleracea_botrytis_skywalker: "カリフラワー・スカイウォーカー"
4776
4706
  brassica_oleracea_capitata: "アップルキャベツ"
4777
4707
  brassica_oleracea_capitata_f_acuta: "尖ったキャベツ"
@@ -4785,7 +4715,6 @@ jpn:
4785
4715
  brassica_oleracea_capitata_f_rubra_travero: "レッドキャベツtravero"
4786
4716
  brassica_oleracea_costata: "Tronchundaキャベツ"
4787
4717
  brassica_oleracea_gemmifera: "ブリュッセルもやし"
4788
- # brassica_oleracea_gongylodes: "Kohirabi"
4789
4718
  brassica_oleracea_italica: "ブロッコリー"
4790
4719
  brassica_oleracea_italica_belstar: "ブロッコリーBelstar"
4791
4720
  brassica_oleracea_italica_monaco: "ブロッコリーモナコ"
@@ -4825,10 +4754,8 @@ jpn:
4825
4754
  brassica_rapa_rapa_turnep: "カブTurnep"
4826
4755
  brassicaceae: "アブラナ科"
4827
4756
  bromeliaceae: "パイナップル科"
4828
- # bromus: "Bromes"
4829
4757
  building: "建物"
4830
4758
  building_division: "建築部門"
4831
- # cairina: "Cairina"
4832
4759
  cairina_moschata: "モスクワアヒル"
4833
4760
  camelina: "カメリナ"
4834
4761
  camelina_sativa: "カメリナ・サティバ"
@@ -4912,20 +4839,14 @@ jpn:
4912
4839
  capsicum_annuum_glabriusculum: "バードペッパー"
4913
4840
  capsicum_annuum_green: "ピーマン"
4914
4841
  capsicum_annuum_paprika: "パプリカ"
4915
- # capsicum_baccatum: "Locoto"
4916
4842
  capsicum_baccatum_baccatum: "共通Locoto"
4917
4843
  capsicum_baccatum_pendulum: "ペルーペッパー"
4918
4844
  capsicum_chinense: "ハバネロ"
4919
4845
  capsicum_frutescens: "唐辛子"
4920
- # capsicum_pubescens: "Rocoto"
4921
4846
  car: "車"
4922
4847
  carica: "カリカ"
4923
4848
  carica_papaya: "パパイヤ"
4924
4849
  caricaceae: "カリカ科"
4925
- # carpinus: "Carpinus"
4926
- # carpinus_betulus: "Carpinus betulus"
4927
- # carpinus_caroliniana: "Carpinus caroliniana"
4928
- # carum: "Carum"
4929
4850
  carum_carvi: "Carumカルヴィ"
4930
4851
  castanea: "栗"
4931
4852
  castanea_bantarde: "栗Bantarde"
@@ -4957,7 +4878,6 @@ jpn:
4957
4878
  chenopodium: "アカザ"
4958
4879
  chenopodium_album: "シロザ"
4959
4880
  chenopodium_quinoa: "アカザのキノア"
4960
- # chloris: "Chloris"
4961
4881
  chloris_gayana: "ローズグラス"
4962
4882
  chrysophyllum: "ゴールデンリーフ"
4963
4883
  chrysophyllum_africanum: "チョウチョウバエ(Chrysophyllum africanum)"
@@ -4967,9 +4887,7 @@ jpn:
4967
4887
  chrysophyllum_mexicanum: "メキシカンスターリンゴ"
4968
4888
  chrysophyllum_oliviforme: "サフランの木"
4969
4889
  chrysophyllum_pauciflorum: "チョウチョウバエ(Chrysophyllum pauciflorum)"
4970
- # chrysopogon: "Chrysopogon"
4971
4890
  chrysopogon_zizanioides: "ベチバー"
4972
- # cicer: "Cicer"
4973
4891
  cicer_arietinum: "ヒヨコマメ"
4974
4892
  cichorium: "チコリ"
4975
4893
  cichorium_barbe_de_capucin: "チコリバーベデCapucinはデデュノールをCARRIERES"
@@ -4982,7 +4900,6 @@ jpn:
4982
4900
  cichorium_tete_d_anguille: "チコリテットドールanguille"
4983
4901
  cinnamomum: "シナモンファミリー"
4984
4902
  cinnamomum_burmannii: "パダンカッシア"
4985
- # cinnamomum_camphora: "Camphortree"
4986
4903
  cinnamomum_cassia: "中国のカッシア"
4987
4904
  cinnamomum_tamala: "インドの樹皮"
4988
4905
  cinnamomum_verum: "シナモン"
@@ -5009,7 +4926,6 @@ jpn:
5009
4926
  compost: "堆肥"
5010
4927
  concentrated_rectified_must: "濃縮された整流必見"
5011
4928
  convolvulaceae: "ヒルガオ科"
5012
- # coriandrum: "Coriandrum"
5013
4929
  coriandrum_sativum: "コリアンダー"
5014
4930
  cork: "コルク"
5015
4931
  cork_bottle: "コー​​クボトル"
@@ -5044,7 +4960,6 @@ jpn:
5044
4960
  cucumis: "キューカミス"
5045
4961
  cucumis_anguria: "バール・キュウリ"
5046
4962
  cucumis_dipsaceus: "ヘッジホッグキュウリ"
5047
- # cucumis_melo: "Cantaloup"
5048
4963
  cucumis_metuliferus: "角質キュウリ"
5049
4964
  cucumis_sativus: "キュウリ"
5050
4965
  cucumis_sativus_cucumber: "庭キュウリ"
@@ -5069,7 +4984,6 @@ jpn:
5069
4984
  cucurbita_maxima_maxima: "一般的な冬のスカッシュ"
5070
4985
  cucurbita_maxima_nelson: "スカッシュネルソン"
5071
4986
  cucurbita_maxima_noir_du_bresil: "ブラックブラジルかぼちゃ"
5072
- # cucurbita_maxima_potimarron: "Potimarron"
5073
4987
  cucurbita_maxima_potimarron_orange_summer: "Potimarronオレンジ夏"
5074
4988
  cucurbita_maxima_potimarron_red_hokkaido: "Potimarronレッド北海道"
5075
4989
  cucurbita_maxima_potimarron_uchiki_kuri: "Potimarron Uchiki久里"
@@ -5103,7 +5017,6 @@ jpn:
5103
5017
  cucurbita_pepo_spaghetti: "スパゲッティスカッシュ"
5104
5018
  cucurbitaceae: "ウリ科"
5105
5019
  cultivable_zone: "耕作地帯"
5106
- # cuminum: "Cuminum"
5107
5020
  curculio_nucum: "シギゾウムシnucum"
5108
5021
  curcuma: "クルクマ"
5109
5022
  curcuma_aromatica: "ウコンaromatica"
@@ -5116,10 +5029,6 @@ jpn:
5116
5029
  cynara_scolymus_saint_omer: "アーティチョークマレデサントメール"
5117
5030
  dactylis: "オーチャードグラス"
5118
5031
  dactylis_lazuly: "オーチャードグラスLazuly"
5119
- # damaliscus: "Damaliscus"
5120
- # damaliscus_korrigum: "Damaliscus korrigum"
5121
- # damaliscus_lunatus: "Damaliscus lunatus"
5122
- # damaliscus_pygargus: "Damaliscus pygargus"
5123
5032
  daucus: "ニンジン属"
5124
5033
  daucus_carota: "ニンジン"
5125
5034
  daucus_carota_bentley: "キャロットベントレー"
@@ -5179,7 +5088,6 @@ jpn:
5179
5088
  daucus_carota_white_with_green_collar: "緑の襟付きキャロットホワイト"
5180
5089
  daucus_carota_yellow_doubs: "キャロットイエロードゥー"
5181
5090
  daucus_carota_yukon: "キャロットユーコン"
5182
- # diervillaceae: "Diervillaceae"
5183
5091
  dimocarpus: "ディモカルプス"
5184
5092
  dimocarpus_longan: "竜眼"
5185
5093
  dioscorea: "ヤムイモ"
@@ -5193,10 +5101,8 @@ jpn:
5193
5101
  dioscorea_floridana: "フロリダヤマ"
5194
5102
  dioscorea_hispida: "中毒芋"
5195
5103
  dioscorea_japonica: "日本芋"
5196
- # dioscorea_mexicana: "Dioscorea mexican yam"
5197
5104
  dioscorea_nummularia: "扁平芋"
5198
5105
  dioscorea_oppositifolia: "クメールヤム"
5199
- # dioscorea_pentaphylla: "Fiveleaf yam"
5200
5106
  dioscorea_pilosiuscula: "球根"
5201
5107
  dioscorea_polygonoides: "ジャマイカ苦いヤム"
5202
5108
  dioscorea_polystachya: "中国ヤム"
@@ -5210,10 +5116,8 @@ jpn:
5210
5116
  easement: "地役権"
5211
5117
  egg: "卵"
5212
5118
  elaeagnaceae: "グミ科"
5213
- # elaeagnus: "Elaeagnus"
5214
5119
  electricity: "電気"
5215
5120
  empoasca_vitis: "Empoascaヴィティス"
5216
- # eotetranychus_coryli: "Eotetranychus coryli"
5217
5121
  equidae: "ウマ科"
5218
5122
  equipment: "装置"
5219
5123
  equipment_fleet: "機器の艦隊"
@@ -5227,7 +5131,6 @@ jpn:
5227
5131
  equus_caballus_pur_sang: "馬のPURは歌いました"
5228
5132
  equus_caballus_shetland: "馬シェットランド"
5229
5133
  equus_zebra: "シマウマ"
5230
- # eremocitrus: "Eremocitrus"
5231
5134
  eruca: "エルカ"
5232
5135
  eruca_vesicaria: "エルカvesicaria"
5233
5136
  erysiphaceae: "ウドンコカビ科"
@@ -5255,7 +5158,6 @@ jpn:
5255
5158
  foeniculum_vulgare: "スウィートフェンネル"
5256
5159
  foeniculum_vulgare_azoricum: "フィレンツェフェンネル"
5257
5160
  foeniculum_vulgare_piperitum: "ペッパーフェンネル"
5258
- # fomitiporia: "Fomitiporia"
5259
5161
  forsythia: "レンギョウ"
5260
5162
  forsythia_europaea: "レンギョウeuropaea"
5261
5163
  forsythia_x_intermedia: "インターメディアのxレンギョウ"
@@ -5270,7 +5172,6 @@ jpn:
5270
5172
  fruit: "フルーツ"
5271
5173
  fuel: "燃料"
5272
5174
  fungus: "菌"
5273
- # galium: "Galium"
5274
5175
  gallus: "ガルス"
5275
5176
  gallus_gallus: "ガルスガルス"
5276
5177
  gallus_gallus_domesticus: "家畜の鶏"
@@ -5292,7 +5193,6 @@ jpn:
5292
5193
  grass: "草"
5293
5194
  grossulariaceae: "スグリ科"
5294
5195
  guano: "グアノ"
5295
- # guizotia: "Guizotia"
5296
5196
  guizotia_abyssinica: "ニジェール"
5297
5197
  handling_equipment: "取扱設備"
5298
5198
  hay: "ヘイ"
@@ -5324,8 +5224,6 @@ jpn:
5324
5224
  hibiscus_syriacus: "ムクゲ"
5325
5225
  hibiscus_syriacus_marina: "ハイビスカスムクゲマリーナ"
5326
5226
  hibiscus_syriacus_woodbridge: "ハイビスカスムクゲウッドブリッジ"
5327
- # hippophae: "Hippophae"
5328
- # hippophae_rhamnoides: "Hippophae rhamnoides"
5329
5227
  honey: "蜂蜜"
5330
5228
  hordeum: "大麦"
5331
5229
  hordeum_distichum: "春大麦"
@@ -5493,13 +5391,10 @@ jpn:
5493
5391
  hordeum_vulgare: "共通大麦"
5494
5392
  hordeum_vulgare_kws_cassia: "共通大麦KWSカシア"
5495
5393
  hordeum_vulgare_volume: "一般的な大麦ボリューム"
5496
- # humulus: "Humulus"
5497
5394
  humulus_lupulus: "ホップ"
5498
5395
  hydrangeaceae: "アジサイ科"
5499
- # hymenochaetaceae: "Hymenochaetaceae"
5500
5396
  hypericaceae: "オトギリソウ"
5501
5397
  hypericum: "オトギリソウ"
5502
- # immatter: "Immatter"
5503
5398
  insecta: "昆虫綱"
5504
5399
  ipomoea: "サツマイモ属"
5505
5400
  ipomoea_batatas: "スイートポテト"
@@ -5516,10 +5411,7 @@ jpn:
5516
5411
  juglans_regia_howard: "共通クルミハワード"
5517
5412
  juglans_regia_lara: "共通クルミララ"
5518
5413
  juice: "ジュース"
5519
- # koelreuteria: "Koelreuteria"
5520
- # koelreuteria_bipinnata: "Koelreuteria bipinnata"
5521
5414
  koelreuteria_elegans: "Koelreuteriaエレガンス"
5522
- # koelreuteria_paniculata: "Koelreuteria paniculata"
5523
5415
  label: "ラベル"
5524
5416
  laburnum: "キバナフジ"
5525
5417
  laburnum_anagyroides: "ラバーナムのanagyroides"
@@ -5540,7 +5432,6 @@ jpn:
5540
5432
  lavandula: "ラベンダー"
5541
5433
  lens: "レンズ"
5542
5434
  lens_culinaris: "レンズculinaris"
5543
- # lepidium: "Lepidium"
5544
5435
  lepidium_sativum: "ガーデンクレス"
5545
5436
  lepidium_sativum_blond_du_pas_de_calais: "ガーデンクレスブロンドデュ=パ・ド・カレー"
5546
5437
  leporidae: "ウサギ科"
@@ -5550,7 +5441,6 @@ jpn:
5550
5441
  ligustrum: "リグストルム"
5551
5442
  ligustrum_ovalifolium: "リグストルムovalifolium"
5552
5443
  ligustrum_vulgare: "リグストルムのブルガレ"
5553
- # limacidae: "Limacidae"
5554
5444
  limonium: "スターチス"
5555
5445
  limonium_vulgare: "一般的な海のラベンダー"
5556
5446
  linaceae: "アマ科の植物"
@@ -5845,7 +5735,6 @@ jpn:
5845
5735
  melissa: "メリッサ"
5846
5736
  melon: "メロン"
5847
5737
  mentha: "ハッカ"
5848
- # microcitrus: "Microcitrus"
5849
5738
  milk: "牛乳"
5850
5739
  miscanthus: "ススキ"
5851
5740
  mix: "ミックス"
@@ -5878,11 +5767,8 @@ jpn:
5878
5767
  nicotiana_tabacum_brown: "栽培タバコブラウン"
5879
5768
  nicotiana_tabacum_burley: "栽培タバコバーリー"
5880
5769
  nicotiana_tabacum_virginie: "栽培タバコヴィルジニー"
5881
- # numida: "Numida"
5882
5770
  numida_meleagris: "ホロホロチョウ"
5883
5771
  numididae: "ホロホロチョウ科"
5884
- # ocimum: "Ocimum"
5885
- # ocimum_basilicum: "Ocimum basilicum"
5886
5772
  oil: "油"
5887
5773
  olea: "オレア"
5888
5774
  olea_europaea: "オリーブの木"
@@ -5936,15 +5822,11 @@ jpn:
5936
5822
  olea_europaea_verdale_de_tourtour: "オリーブツリーVerdale・デ・トゥールトゥール"
5937
5823
  olea_europaea_verdale_des_bouches: "オリーブツリーVerdaleデブーシュ"
5938
5824
  oleaceae: "モクセイ科"
5939
- # onobrychis: "Onobrychis"
5940
5825
  onobrychis_viciifolia: "共通イガマメ"
5941
- # operophtera_brumata: "Operophtera brumata"
5942
5826
  orchidaceae: "ラン科"
5943
5827
  origanum: "ハナハッカ属"
5944
5828
  origanum_majorana: "ハナハッカ属マヨラナ"
5945
- # ornithopus: "Ornithopus"
5946
5829
  ornithopus_sativus: "Ornithopusダイコン"
5947
- # oryctolagus: "Oryctolagus"
5948
5830
  oryctolagus_cuniculus: "一般的なウサギ"
5949
5831
  oryctolagus_cuniculus_blanc_de_vienne: "一般的なウサギブラン・ド・ヴィエンヌ"
5950
5832
  oryctolagus_cuniculus_bleu_de_vienne: "一般的なウサギブルードゥヴィエンヌ"
@@ -5971,11 +5853,9 @@ jpn:
5971
5853
  passiflora_berteroana: "ベテルテアナパッションフラワー"
5972
5854
  passiflora_bicornis: "ウンガフパッションフラワー"
5973
5855
  passiflora_biflora: "パッシフロラ・ビフロラ"
5974
- # passiflora_bilobata: "Twoflower passionflower"
5975
5856
  passiflora_bryonioides: "カッピングパッションフラワー"
5976
5857
  passiflora_caerulea: "ブルーパッションフラワー"
5977
5858
  passiflora_ciliata: "フリンジパッションフラワー"
5978
- # passiflora_cincinnata: "Crato passionvine"
5979
5859
  passiflora_coccinea: "スカーレットパッションフラワー"
5980
5860
  passiflora_edulis: "パッションフラワー"
5981
5861
  passiflora_filipes: "細いパッションフラワー"
@@ -5992,7 +5872,6 @@ jpn:
5992
5872
  passiflora_morifolia: "ウッドランドパッションフラワー"
5993
5873
  passiflora_multiflora: "ホワイトフラワーパッションフラワー"
5994
5874
  passiflora_murucuja: "バージンアイランドパッションフラワー"
5995
- # passiflora_pallens: "Pineland passionflower"
5996
5875
  passiflora_pallida: "コークスパッションフラワー"
5997
5876
  passiflora_quadrangularis: "巨大なグラナディラ"
5998
5877
  passiflora_racemosa: "ラセミパッションフラワー"
@@ -6008,7 +5887,6 @@ jpn:
6008
5887
  passiflora_tuberosa: "塊茎"
6009
5888
  passiflora_tulae: "霧の中の山の愛"
6010
5889
  passiflora_vitifolia: "香ばしいパッションフラワー"
6011
- # passifloraceae: "Passifloraceae"
6012
5890
  pastinaca: "アメリカボウフウ属"
6013
5891
  pastinaca_sativa: "パースニップ"
6014
5892
  pastinaca_sativa_javelin: "パースニップジャベリン"
@@ -6029,8 +5907,6 @@ jpn:
6029
5907
  petroselinum_crispum_neapolitanum: "イタリアンパセリ"
6030
5908
  petroselinum_crispum_tuberosum: "ハンブルクパセリ"
6031
5909
  petroselinum_segetum: "コー​​ンパセリ"
6032
- # phacelia: "Phacelia"
6033
- # phalaris: "Phalaris"
6034
5910
  phalaris_canariensis: "カナリア草"
6035
5911
  phaseolus: "インゲンマメ属"
6036
5912
  phaseolus_vulgaris: "ビーン"
@@ -6052,15 +5928,11 @@ jpn:
6052
5928
  phasianus: "キジ属"
6053
5929
  phasianus_colchicus: "キジ"
6054
5930
  philadelphus: "バイカウツギ"
6055
- # phleum: "Phleum"
6056
- # phytoptus_avellanae: "Phytoptus avellanae"
6057
- # pimpinella: "Pimpinella"
6058
5931
  pimpinella_anisum: "アニス"
6059
5932
  piriqueta: "ストライプシード"
6060
5933
  piriqueta_cistoides: "ピットストライプシード"
6061
5934
  piriqueta_racemosa: "堅い縞模様"
6062
5935
  piriqueta_viscosa: "紫色の縞模様"
6063
- # pistacia: "Pistacia"
6064
5936
  pistacia_vera: "Pistaciaベラ"
6065
5937
  pisum: "エンドウ属"
6066
5938
  pisum_sativum: "エンドウ"
@@ -6081,7 +5953,6 @@ jpn:
6081
5953
  plantaginaceae: "オオバコ科"
6082
5954
  plantago: "シャゼンソウ"
6083
5955
  plantago_psyllium: "オオバコのオオバコ"
6084
- # plasmopara: "Plasmopara"
6085
5956
  plasmopara_viticola: "プラスモパラ・ビチコラ(Plasmopara viticola)"
6086
5957
  plum: "プラム"
6087
5958
  plumbaginaceae: "イソマツ科"
@@ -6096,7 +5967,6 @@ jpn:
6096
5967
  potassium_ferrocyanide: "フェロシアン化カリウム"
6097
5968
  pouteria: "エッグフルーツ"
6098
5969
  pouteria_caimito: "アビウ"
6099
- # pouteria_campechiana: "Canistel"
6100
5970
  pouteria_lucuma: "ルクマ"
6101
5971
  pouteria_sapota: "マメイサポテ"
6102
5972
  preparation: "準備"
@@ -6204,10 +6074,8 @@ jpn:
6204
6074
  prunus_salicina_anne_gold: "サクラ属salicinaアン・金"
6205
6075
  prunus_salicina_awaso: "スモモアワソ"
6206
6076
  prunus_salicina_beauty: "スモモビューティー"
6207
- # psidium: "Guavas"
6208
6077
  psidium_amplexicaule: "マウンテングアバ"
6209
6078
  psidium_calyptranthoides: "Luquillo Mountain Guava"
6210
- # psidium_cattleianum: "Cattley guava"
6211
6079
  psidium_friedrichsthalianum: "ワイルドグアバ"
6212
6080
  psidium_guajava: "グアバ"
6213
6081
  pyrus: "ナシ属"
@@ -6301,7 +6169,6 @@ jpn:
6301
6169
  raphanus_sativus_oleiformis_compass: "飼料大根コンパス"
6302
6170
  raspberry: "ラズベリー"
6303
6171
  raw_matter: "生の問題"
6304
- # rhagoletis_completa: "Rhagoletis completa"
6305
6172
  ribes: "スグリ属"
6306
6173
  ribes_nigrum: "ブラックカラント"
6307
6174
  ribes_nigrum_andega: "ブラックカラントAndega"
@@ -6342,7 +6209,6 @@ jpn:
6342
6209
  salix_purpurea: "サリックスプレア"
6343
6210
  salix_rosmarinifolia: "サリックスrosmarinifolia"
6344
6211
  salmo: "サルモ"
6345
- # salmo_carpio: "Carpione"
6346
6212
  salmo_salar: "大西洋サケ"
6347
6213
  salmo_trutta: "ブラウントラウト"
6348
6214
  salmonidae: "サケ科"
@@ -6355,7 +6221,6 @@ jpn:
6355
6221
  sapotaceae: "サポテア科"
6356
6222
  satureja: "セイボリー"
6357
6223
  scaphoideus_titanus: "Scaphoideusティタヌス"
6358
- # sclerotiniaceae: "Sclerotiniaceae"
6359
6224
  screw_bottle: "スクリューボトル"
6360
6225
  screw_cap: "ねじぶた"
6361
6226
  secale: "ライムギ属"
@@ -6367,9 +6232,7 @@ jpn:
6367
6232
  setaria: "キツネの尾"
6368
6233
  setaria_italica: "アワ"
6369
6234
  settlement: "決済"
6370
- # shepherdia: "Shepherdia"
6371
6235
  silage: "サイレージ"
6372
- # silybum: "Silybum"
6373
6236
  silybum_marianum: "マリアアザミ"
6374
6237
  slurry: "スラリー"
6375
6238
  solanaceae: "ナス科"
@@ -6533,7 +6396,6 @@ jpn:
6533
6396
  solanum_melongena_valencia_round: "Valencira丸茄子"
6534
6397
  solanum_melongena_violetta_di_firenze: "ヴィオレッタディフィレンツェナス"
6535
6398
  solanum_muricatum: "ペピーノドゥルセ"
6536
- # solanum_quitoense: "Naranjilla"
6537
6399
  solanum_torvum: "悪魔の図"
6538
6400
  solanum_tuberosum: "ポテト"
6539
6401
  solanum_tuberosum_accord: "ポテトアコード"
@@ -6800,7 +6662,6 @@ jpn:
6800
6662
  theobroma_cacao: "ココアの木"
6801
6663
  theobroma_grandiflorum: "テオブロマgrandiflorum"
6802
6664
  thymus: "胸腺"
6803
- # tieghemella: "Tieghemella"
6804
6665
  tieghemella_heckelii: "チェリーマホガニー"
6805
6666
  tilia: "シナノキ属"
6806
6667
  tilia_americana: "ティリアアメリカーナ"
@@ -6848,7 +6709,6 @@ jpn:
6848
6709
  trifolium_repens_tasman: "シロツメクサタスマン"
6849
6710
  trifolium_repens_triffid: "シロツメクサトリフィド"
6850
6711
  trifolium_repens_triple: "シロツメクサトリプル"
6851
- # trigonella: "Trigonella"
6852
6712
  trigonella_foenum_graecum: "フェヌグリーク"
6853
6713
  triticosecale: "ライ小麦"
6854
6714
  triticum: "小麦"
@@ -7050,24 +6910,17 @@ jpn:
7050
6910
  triticum_durum_yelodur: "デュラム小麦のYelodur"
7051
6911
  triticum_spelta: "スペルト小麦"
7052
6912
  truck: "トラック"
7053
- # turnera: "Turnera"
7054
6913
  turnera_coerula: "ターネラコエラ"
7055
6914
  turnera_diffusa: "ダミアナ"
7056
6915
  turnera_pumilea: "イエローアルダー"
7057
- # turnera_ulmifolia: "Ramgoat dashalong"
7058
- # uncinula: "Uncinula"
7059
6916
  uncinula_necator: "Uncinula鉤虫"
7060
6917
  urtica: "ネトル"
7061
6918
  urticaceae: "ウルク科"
7062
- # valeriana: "Valeriana"
7063
6919
  valerianaceae: "オミナエシ科"
7064
- # valerianella: "Valerianella"
7065
6920
  valerianella_locusta: "コー​​ンサラダ"
7066
6921
  vanilla: "バニラ"
7067
6922
  vanilla_planifolia: "バニラplanifolia"
7068
6923
  vanilla_pompona: "バニラpompona"
7069
- # vasconcellea: "Vasconcellea"
7070
- # vasconcellea_monoica: "Col de monte"
7071
6924
  vasconcellea_pubescens: "マウンテンパパイヤ"
7072
6925
  vasconcellea_quercifolia: "オークリーフパパイヤ"
7073
6926
  vegetable: "野菜"
@@ -7091,7 +6944,6 @@ jpn:
7091
6944
  violaceae: "スミレ科"
7092
6945
  virus: "ウイルス"
7093
6946
  vitaceae: "ブドウ科"
7094
- # vitellaria: "Vitellaria"
7095
6947
  vitellaria_paradoxa: "シェアツリー"
7096
6948
  vitex: "バイテックス"
7097
6949
  vitex_agnus_castus: "バイテックスのアニュスのcastus"
@@ -7152,9 +7004,6 @@ jpn:
7152
7004
  wine: "ワイン"
7153
7005
  wire: "ワイヤー"
7154
7006
  worker: "ワーカー"
7155
- # x_felium: "X-Felium"
7156
- # x_schedolium: "X-Schedolium"
7157
- # xanthomonadaceae: "Xanthomonadaceae"
7158
7007
  xanthomonas: "キサントモナス"
7159
7008
  xanthomonas_arboricola: "キサントモナスarboricola"
7160
7009
  yeast: "酵母"
@@ -7223,12 +7072,11 @@ jpn:
7223
7072
  zea_mays_saccharata_gss1477: "スイートコーンGSS1477"
7224
7073
  zea_mays_saccharata_moreland: "スイートコーンモアランド"
7225
7074
  zea_mays_shannon: "コー​​ンシャノン"
7226
- # zeuzera_pyrina: "Zeuzera pyrina"
7227
7075
  zingiberaceae: "ショウガ科"
7228
7076
  zone: "ゾーン"
7229
7077
  zone_property_title: "ゾーンプロパティのタイトル"
7230
7078
  name: "品種"
7231
- properties:
7079
+ property_natures:
7232
7080
  derivative_of: "のデリバティブ"
7233
7081
  europa_tsn: "エウロパ番号ID"
7234
7082
  french_race_code: "フランスのレースコード"
@@ -7249,5 +7097,5 @@ jpn:
7249
7097
  wine_tanks: "ワインタンク"
7250
7098
  wine_transformers: "ワイン変圧器"
7251
7099
  name: "ワーキングセット"
7252
- properties:
7100
+ property_natures:
7253
7101
  expression: "表現"