onoma 0.3.3 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.gitlab-ci.yml +14 -0
- data/Gemfile +2 -0
- data/Rakefile +3 -6
- data/bin/rake +29 -0
- data/config/locales/arb.yml +0 -35
- data/config/locales/cmn.yml +0 -32
- data/config/locales/deu.yml +0 -15
- data/config/locales/eng.yml +51 -51
- data/config/locales/fra.yml +92 -254
- data/config/locales/ita.yml +0 -22
- data/config/locales/jpn.yml +0 -32
- data/config/locales/por.yml +0 -21
- data/config/locales/spa.yml +0 -30
- data/db/migrate/20190807125202_add_nature_to_product_natures.xml +326 -0
- data/db/migrate/20190909150402_add_staff_supply_stock_account.xml +4 -0
- data/db/migrate/20190913102036_add_caliber_indicator.xml +4 -0
- data/db/migrate/20191016152118_add_missing_document_templates.xml +6 -0
- data/db/migrate/20191113134626_add_nature_to_new_product_natures.xml +11 -0
- data/db/migrate/20191125133327_add_missing_units_and_indicators.xml +5 -0
- data/db/migrate/20200107095554_add_signed_field_to_document_nature.xml +9 -0
- data/db/migrate/20200421123503_add_type_to_categories_and_variants.xml +1136 -0
- data/db/migrate/20200514092205_add_liter_per_hectoliter_unit.xml +4 -0
- data/db/migrate/20200722091859_triticale_derivative_of.xml +5 -0
- data/db/migrate/20200826000010_add_area_units.xml +4 -0
- data/db/migrate/20200826000020_change_trailer_indicators.xml +5 -0
- data/db/migrate/20200826000030_add_new_production_systems.xml +6 -0
- data/db/migrate/20200826000040_add_viti_abilities.xml +6 -0
- data/db/migrate/20200826000060_create_vine_farming_activity_famillies.xml +4 -0
- data/db/migrate/20200826000070_remove_certifications_and_vitis_varieties.xml +55 -0
- data/db/migrate/20200826000080_add_new_indicators.xml +14 -0
- data/db/migrate/20200826000100_add_viti_procedure_actions.xml +19 -0
- data/db/migrate/20200826000110_add_vine_puning_systems.xml +9 -0
- data/db/migrate/20200826000120_add_vine_procedure_categories.xml +10 -0
- data/db/migrate/20200826000130_update_viti_product_nauture_variant.xml +10 -0
- data/db/migrate/20200925153320_fix_outgoing_payment_list_document_nature.xml +7 -0
- data/db/reference.xml +1001 -1041
- data/lib/onoma.rb +82 -24
- data/lib/onoma/item.rb +19 -3
- data/lib/onoma/migration/actions/base.rb +1 -5
- data/lib/onoma/migration/actions/item_change.rb +1 -5
- data/lib/onoma/migration/actions/item_creation.rb +2 -6
- data/lib/onoma/migration/actions/item_merging.rb +1 -5
- data/lib/onoma/migration/actions/item_removal.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_change.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_creation.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_removal.rb +1 -5
- data/lib/onoma/migration/actions/property_creation.rb +4 -4
- data/lib/onoma/migration/base.rb +38 -0
- data/lib/onoma/migrator.rb +13 -0
- data/lib/onoma/migrator/reference.rb +71 -0
- data/lib/onoma/migrator/translation.rb +76 -0
- data/lib/onoma/models/ability.rb +4 -0
- data/lib/onoma/models/account.rb +4 -0
- data/lib/onoma/models/accounting_system.rb +12 -0
- data/lib/onoma/models/activity_family.rb +4 -0
- data/lib/onoma/models/administrative_area.rb +4 -0
- data/lib/onoma/models/administrative_area_nature.rb +4 -0
- data/lib/onoma/models/analysis_nature.rb +4 -0
- data/lib/onoma/models/animal_life_state.rb +4 -0
- data/lib/onoma/models/cation_exchange_capacity_analysis_method.rb +4 -0
- data/lib/onoma/models/chemical_classification.rb +4 -0
- data/lib/onoma/models/chemical_element.rb +4 -0
- data/lib/onoma/models/country.rb +4 -0
- data/lib/onoma/models/crop_set.rb +4 -0
- data/lib/onoma/models/currency.rb +4 -0
- data/lib/onoma/models/delivery_mode.rb +4 -0
- data/lib/onoma/models/dimension.rb +4 -0
- data/lib/onoma/models/document_category.rb +4 -0
- data/lib/onoma/models/document_nature.rb +4 -0
- data/lib/onoma/models/entity_link_nature.rb +4 -0
- data/lib/onoma/models/event_nature.rb +4 -0
- data/lib/onoma/models/fence_perimeter.rb +4 -0
- data/lib/onoma/models/figure.rb +4 -0
- data/lib/onoma/models/fiscal_position.rb +4 -0
- data/lib/onoma/models/guide_nature.rb +4 -0
- data/lib/onoma/models/identifier_nature.rb +4 -0
- data/lib/onoma/models/indicator.rb +7 -0
- data/lib/onoma/models/issue_nature.rb +4 -0
- data/lib/onoma/models/language.rb +4 -0
- data/lib/onoma/models/mammalia_birth_condition.rb +4 -0
- data/lib/onoma/models/mammalia_reproduction_state.rb +4 -0
- data/lib/onoma/models/molecule.rb +4 -0
- data/lib/onoma/models/net_service.rb +4 -0
- data/lib/onoma/models/opportunity_origin.rb +4 -0
- data/lib/onoma/models/phosphorus_analysis_method.rb +4 -0
- data/lib/onoma/models/plant_life_state.rb +4 -0
- data/lib/onoma/models/plant_reproduction_state.rb +4 -0
- data/lib/onoma/models/plants_growth_level.rb +4 -0
- data/lib/onoma/models/procedure_action.rb +4 -0
- data/lib/onoma/models/procedure_category.rb +4 -0
- data/lib/onoma/models/procedure_nature.rb +4 -0
- data/lib/onoma/models/procedure_role.rb +4 -0
- data/lib/onoma/models/product_nature.rb +4 -0
- data/lib/onoma/models/product_nature_category.rb +4 -0
- data/lib/onoma/models/product_nature_variant.rb +4 -0
- data/lib/onoma/models/production_nature.rb +4 -0
- data/lib/onoma/models/production_system.rb +4 -0
- data/lib/onoma/models/production_usage.rb +4 -0
- data/lib/onoma/models/residue_elimination_method.rb +4 -0
- data/lib/onoma/models/role.rb +4 -0
- data/lib/onoma/models/running_cost.rb +4 -0
- data/lib/onoma/models/sex.rb +4 -0
- data/lib/onoma/models/soil_cultural_state.rb +4 -0
- data/lib/onoma/models/soil_nature.rb +4 -0
- data/lib/onoma/models/spatial_reference_system.rb +4 -0
- data/lib/onoma/models/tax.rb +4 -0
- data/lib/onoma/models/tax_nature.rb +4 -0
- data/lib/onoma/models/unit.rb +4 -0
- data/lib/onoma/models/variety.rb +31 -0
- data/lib/onoma/models/working_set.rb +4 -0
- data/lib/onoma/nomenclature.rb +19 -23
- data/lib/onoma/{database.rb → nomenclature_set.rb} +25 -57
- data/lib/onoma/{property.rb → property_nature.rb} +5 -8
- data/lib/onoma/record/base.rb +15 -0
- data/lib/onoma/reflection.rb +3 -3
- data/lib/onoma/version.rb +3 -1
- data/onoma.gemspec +16 -17
- metadata +110 -24
- data/lib/onoma/migration.rb +0 -122
- data/lib/onoma/migration/actions.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 717bab33438720db4b895864b62c70aa1ce8225faa7c7e41543d36726b652dd0
|
4
|
+
data.tar.gz: ae4a5b8fa83fba23c26f863a4c66afc6d98879833576c48b1aefc9fc01edcce3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52aa7baaab0928ee750d9101d2fcae3a894d678a91e51a8a83fad9f6f2ad4aac57243b396b9a60628a59d0366fdf893065132914fd5269b3e9fa8656621894e3
|
7
|
+
data.tar.gz: 1d2052519b0e7fe1997f2e2c05803c05c5695a7a8a5a054c52ebf56610c75c6b8bcfdcfe8a07006a3a2e810fd2ffba905a992bafb66e254bf840ed74dacecf0e
|
data/.gitignore
CHANGED
data/.gitlab-ci.yml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
stages:
|
2
|
+
- test
|
3
|
+
|
4
|
+
test:
|
5
|
+
image: registry.gitlab.com/ekylibre/docker-base-images/ruby2.6:1
|
6
|
+
before_script:
|
7
|
+
- gem install bundler
|
8
|
+
- bundle install --path vendor/bundle
|
9
|
+
cache:
|
10
|
+
key: bundle
|
11
|
+
paths:
|
12
|
+
- vendor/bundle
|
13
|
+
script:
|
14
|
+
- bundle exec rake test
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
@@ -59,12 +59,6 @@ namespace :db do
|
|
59
59
|
puts "Create #{file.relative_path_from(Onoma.root).to_s.yellow}"
|
60
60
|
end
|
61
61
|
|
62
|
-
task :model do
|
63
|
-
Onoma.missing_migrations.each do |migration|
|
64
|
-
Onoma::Migrator::Model.run(migration)
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
62
|
task :translation do
|
69
63
|
Onoma.missing_migrations.each do |migration|
|
70
64
|
Onoma::Migrator::Translation.run(migration)
|
@@ -80,6 +74,9 @@ namespace :db do
|
|
80
74
|
|
81
75
|
desc 'Migrates data'
|
82
76
|
task :migrate do
|
77
|
+
I18n.available_locales = %i[arb cmn deu eng fra ita jpn por spa]
|
78
|
+
|
79
|
+
Onoma::load_locales
|
83
80
|
Onoma::Migrator.migrate
|
84
81
|
end
|
85
82
|
|
data/bin/rake
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
#
|
5
|
+
# This file was generated by Bundler.
|
6
|
+
#
|
7
|
+
# The application 'rake' is installed as part of a gem, and
|
8
|
+
# this file is here to facilitate running it.
|
9
|
+
#
|
10
|
+
|
11
|
+
require "pathname"
|
12
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
13
|
+
Pathname.new(__FILE__).realpath)
|
14
|
+
|
15
|
+
bundle_binstub = File.expand_path("../bundle", __FILE__)
|
16
|
+
|
17
|
+
if File.file?(bundle_binstub)
|
18
|
+
if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
|
19
|
+
load(bundle_binstub)
|
20
|
+
else
|
21
|
+
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
22
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
require "rubygems"
|
27
|
+
require "bundler/setup"
|
28
|
+
|
29
|
+
load Gem.bin_path("rake", "rake")
|
data/config/locales/arb.yml
CHANGED
@@ -700,33 +700,6 @@ arb:
|
|
700
700
|
name: "الدول الحياة الحيوانية"
|
701
701
|
cation_exchange_capacity_analysis_methods:
|
702
702
|
name: "طرق تحليل قدرة تبادل الأيونات الموجبة"
|
703
|
-
certification_labels:
|
704
|
-
items:
|
705
|
-
aop: "اوب"
|
706
|
-
aor: "منطقة المسؤولية"
|
707
|
-
bio: "السيرة الذاتية"
|
708
|
-
igp: "المفتش العام للشرطة"
|
709
|
-
label_rouge: "تسمية الحمر"
|
710
|
-
name: "ملصق شهادة"
|
711
|
-
certifications:
|
712
|
-
items:
|
713
|
-
bordeaux_blanc: "بوردو بلان"
|
714
|
-
bordeaux_blanc_avec_sucres: "بوردو بلان AVEC سوكر"
|
715
|
-
bordeaux_clairet: "بوردو clairet"
|
716
|
-
bordeaux_claret: "بوردو كلاريت"
|
717
|
-
bordeaux_haut_benauge: "بوردو أوت Benauge"
|
718
|
-
bordeaux_haut_benauge_avec_sucres: "بوردو أوت Benauge سوكر AVEC"
|
719
|
-
bordeaux_rose: "بوردو ردة"
|
720
|
-
bordeaux_rouge: "بوردو شفتين"
|
721
|
-
bordeaux_superieur_blanc: "بوردو العالي بلان"
|
722
|
-
bordeaux_superieur_rouge: "بوردو العالي للشفتين"
|
723
|
-
cognac: "كونياك"
|
724
|
-
eau_de_vie_de_cognac: "الاتحاد الأوراسي دي تتنافس كونياك دي"
|
725
|
-
eau_de_vie_des_charentes: "الاتحاد الأوراسي دي تتنافس قصر شارانت"
|
726
|
-
name: "الشهادات"
|
727
|
-
property_natures:
|
728
|
-
labels: "تسميات"
|
729
|
-
land: "أرض"
|
730
703
|
chemical_classifications:
|
731
704
|
items:
|
732
705
|
dsd_corrosive: "تآكل"
|
@@ -2382,14 +2355,6 @@ arb:
|
|
2382
2355
|
cause: "سبب"
|
2383
2356
|
target: "الهدف"
|
2384
2357
|
treatments: "العلاجات"
|
2385
|
-
lands:
|
2386
|
-
items:
|
2387
|
-
blaye: "بلايي"
|
2388
|
-
bordeaux: "بوردو"
|
2389
|
-
bordeaux_haut_benauge: "بوردو هوت benauge"
|
2390
|
-
bordeaux_superieur: "بوردو SUPERIEUR"
|
2391
|
-
cognac: "كونياك"
|
2392
|
-
name: "اراضي"
|
2393
2358
|
languages:
|
2394
2359
|
items:
|
2395
2360
|
afr: "لغة أفريقانية"
|
data/config/locales/cmn.yml
CHANGED
@@ -701,30 +701,6 @@ cmn:
|
|
701
701
|
name: "动物的生活状态"
|
702
702
|
cation_exchange_capacity_analysis_methods:
|
703
703
|
name: "阳离子交换量分析方法"
|
704
|
-
certification_labels:
|
705
|
-
items:
|
706
|
-
bio: "生物"
|
707
|
-
label_rouge: "红标签"
|
708
|
-
name: "认证标签"
|
709
|
-
certifications:
|
710
|
-
items:
|
711
|
-
bordeaux_blanc: "波尔多相思"
|
712
|
-
bordeaux_blanc_avec_sucres: "波尔多相思AVEC苏克雷"
|
713
|
-
bordeaux_clairet: "波尔多clairet"
|
714
|
-
bordeaux_claret: "波尔多红葡萄酒"
|
715
|
-
bordeaux_haut_benauge: "波尔多的Haut-Benauge"
|
716
|
-
bordeaux_haut_benauge_avec_sucres: "波尔多的Haut-Benauge AVEC苏克雷"
|
717
|
-
bordeaux_rose: "波尔多玫瑰"
|
718
|
-
bordeaux_rouge: "波尔多胭脂"
|
719
|
-
bordeaux_superieur_blanc: "波尔多Superieur的相思"
|
720
|
-
bordeaux_superieur_rouge: "波尔多Superieur的胭脂"
|
721
|
-
cognac: "科涅克白兰地"
|
722
|
-
eau_de_vie_de_cognac: "香水争夺科尼亚克"
|
723
|
-
eau_de_vie_des_charentes: "香水争夺德夏朗德"
|
724
|
-
name: "认证"
|
725
|
-
property_natures:
|
726
|
-
labels: "标签"
|
727
|
-
land: "土地"
|
728
704
|
chemical_classifications:
|
729
705
|
items:
|
730
706
|
dsd_corrosive: "腐蚀性的"
|
@@ -2366,14 +2342,6 @@ cmn:
|
|
2366
2342
|
cause: "原因"
|
2367
2343
|
target: "目标"
|
2368
2344
|
treatments: "治疗"
|
2369
|
-
lands:
|
2370
|
-
items:
|
2371
|
-
blaye: "布莱"
|
2372
|
-
bordeaux: "波尔多"
|
2373
|
-
bordeaux_haut_benauge: "波尔多的Haut benauge"
|
2374
|
-
bordeaux_superieur: "波尔多Superieur的"
|
2375
|
-
cognac: "科涅克白兰地"
|
2376
|
-
name: "土地"
|
2377
2345
|
languages:
|
2378
2346
|
items:
|
2379
2347
|
afr: "南非荷兰语"
|
data/config/locales/deu.yml
CHANGED
@@ -695,17 +695,6 @@ deu:
|
|
695
695
|
name: "Das Tierleben Staaten"
|
696
696
|
cation_exchange_capacity_analysis_methods:
|
697
697
|
name: "Kationenaustauschkapazität Analysemethoden"
|
698
|
-
certification_labels:
|
699
|
-
items:
|
700
|
-
ig: "ICH G"
|
701
|
-
name: "Zulassungsetiketten"
|
702
|
-
certifications:
|
703
|
-
items:
|
704
|
-
bordeaux_claret: "Bordeaux Rotwein"
|
705
|
-
bordeaux_rose: "Bordeaux Rose"
|
706
|
-
eau_de_vie_de_cognac: "Eau de vie de Cognac"
|
707
|
-
eau_de_vie_des_charentes: "Eau de vie des Charentes"
|
708
|
-
name: "Zertifizierungen"
|
709
698
|
chemical_classifications:
|
710
699
|
items:
|
711
700
|
dsd_corrosive: "Ätzend"
|
@@ -2085,10 +2074,6 @@ deu:
|
|
2085
2074
|
cause: "Ursache"
|
2086
2075
|
target: "Ziel"
|
2087
2076
|
treatments: "Behandlungen"
|
2088
|
-
lands:
|
2089
|
-
items:
|
2090
|
-
bordeaux_haut_benauge: "Bordeaux Haut Benauge"
|
2091
|
-
bordeaux_superieur: "Bordeaux Supérieur"
|
2092
2077
|
languages:
|
2093
2078
|
items:
|
2094
2079
|
amh: "Amharisch"
|
data/config/locales/eng.yml
CHANGED
@@ -29,6 +29,7 @@ eng:
|
|
29
29
|
drive: "Drive"
|
30
30
|
earth_up: "Earth up"
|
31
31
|
enclose: "Enclose"
|
32
|
+
extract: "Extract"
|
32
33
|
feed: "Feed"
|
33
34
|
fermentize: "Fermentize"
|
34
35
|
fertilize: "Fertilize"
|
@@ -37,6 +38,7 @@ eng:
|
|
37
38
|
grind: "Grind"
|
38
39
|
grow: "Grow"
|
39
40
|
harvest: "Harvest"
|
41
|
+
heat: "Heat"
|
40
42
|
hoe: "Hoe"
|
41
43
|
implant: "Implant"
|
42
44
|
inseminate: "Inseminate"
|
@@ -66,6 +68,7 @@ eng:
|
|
66
68
|
store_liquid: "Store liquid"
|
67
69
|
sulfurize: "Sulfurize"
|
68
70
|
tamp: "Tamp"
|
71
|
+
tie: "Tie"
|
69
72
|
tow: "Tow"
|
70
73
|
treat: "Treat"
|
71
74
|
uncompact: "Uncompact"
|
@@ -555,6 +558,7 @@ eng:
|
|
555
558
|
processing: "Processing"
|
556
559
|
service_delivering: "Service delivering"
|
557
560
|
tool_maintaining: "Tool maintaining"
|
561
|
+
vine_farming: "Vine farming"
|
558
562
|
wine_making: "Wine making"
|
559
563
|
name: "Activity families"
|
560
564
|
property_natures:
|
@@ -733,35 +737,6 @@ eng:
|
|
733
737
|
cobaltihexamine: "Cobaltihexamine"
|
734
738
|
metson: "Metson"
|
735
739
|
name: "Cation exchange capacity analysis methods"
|
736
|
-
certification_labels:
|
737
|
-
items:
|
738
|
-
aoc: "AOC"
|
739
|
-
aop: "AOP"
|
740
|
-
aor: "AOR"
|
741
|
-
bio: "Bio"
|
742
|
-
ig: "IG"
|
743
|
-
igp: "IGP"
|
744
|
-
label_rouge: "Label Rouge"
|
745
|
-
name: "Certification labels"
|
746
|
-
certifications:
|
747
|
-
items:
|
748
|
-
bordeaux_blanc: "Bordeaux blanc"
|
749
|
-
bordeaux_blanc_avec_sucres: "Bordeaux blanc avec sucres"
|
750
|
-
bordeaux_clairet: "Bordeaux clairet"
|
751
|
-
bordeaux_claret: "Bordeaux claret"
|
752
|
-
bordeaux_haut_benauge: "Bordeaux Haut-Benauge"
|
753
|
-
bordeaux_haut_benauge_avec_sucres: "Bordeaux Haut-Benauge avec sucres"
|
754
|
-
bordeaux_rose: "Bordeaux rose"
|
755
|
-
bordeaux_rouge: "Bordeaux rouge"
|
756
|
-
bordeaux_superieur_blanc: "Bordeaux supérieur blanc"
|
757
|
-
bordeaux_superieur_rouge: "Bordeaux supérieur rouge"
|
758
|
-
cognac: "Cognac"
|
759
|
-
eau_de_vie_de_cognac: "Eau de vie de cognac"
|
760
|
-
eau_de_vie_des_charentes: "Eau de vie des charentes"
|
761
|
-
name: "Certifications"
|
762
|
-
property_natures:
|
763
|
-
labels: "Labels"
|
764
|
-
land: "Land"
|
765
740
|
chemical_classifications:
|
766
741
|
items:
|
767
742
|
dsd_corrosive: "Corrosive (EU)"
|
@@ -1960,7 +1935,8 @@ eng:
|
|
1960
1935
|
manure_management_plan_sheet: "Manure management plan (detail)"
|
1961
1936
|
outgoing_deliveries_journal: "Outgoing deliveries journal"
|
1962
1937
|
outgoing_delivery_docket: "Outgoing delivery docket"
|
1963
|
-
|
1938
|
+
outgoing_payment_list__check_letter: "Outgoing payment list: Check letter"
|
1939
|
+
outgoing_payment_list__standard: "Outgoing payment list"
|
1964
1940
|
pending_vat_register: "Pending VAT register"
|
1965
1941
|
phytosanitary_certification: "Phytosanitary certification"
|
1966
1942
|
phytosanitary_register: "Phytosanitary register"
|
@@ -2158,7 +2134,9 @@ eng:
|
|
2158
2134
|
cells_concentration: "Cells concentration"
|
2159
2135
|
cells_mass_concentration: "Cells mass concentration"
|
2160
2136
|
certification: "Certification"
|
2137
|
+
certification_label: "Certification label"
|
2161
2138
|
clostridial_spores_concentration: "Clostridial spores concentration"
|
2139
|
+
complanted_vine_stock: "Complanted vine stock"
|
2162
2140
|
consumption_period: "Consumption period"
|
2163
2141
|
copper_concentration: "Copper concentration"
|
2164
2142
|
country_code: "Country code"
|
@@ -2167,6 +2145,7 @@ eng:
|
|
2167
2145
|
daily_average_working_time: "Daily average working time"
|
2168
2146
|
daily_nitrogen_production: "Daily nitrogen production"
|
2169
2147
|
daily_pest_count: "Pest count (last night)"
|
2148
|
+
dead_vine_stock: "Dead vine stock"
|
2170
2149
|
diameter: "Diameter"
|
2171
2150
|
dry_matter_rate: "Dry matter rate"
|
2172
2151
|
easement_area: "Easement area"
|
@@ -2207,6 +2186,7 @@ eng:
|
|
2207
2186
|
items_count: "Items count"
|
2208
2187
|
lactating: "Lactating"
|
2209
2188
|
last_birth_children_count: "Last birth children count"
|
2189
|
+
layered_vine_stock: "Layered vine stock"
|
2210
2190
|
length: "Length"
|
2211
2191
|
lifespan: "Lifespan"
|
2212
2192
|
lipolysis: "Lipolysis"
|
@@ -2242,6 +2222,7 @@ eng:
|
|
2242
2222
|
minimal_solar_irradiance: "Minimal solar irradiance"
|
2243
2223
|
minimal_temperature: "Minimal temperature"
|
2244
2224
|
minimal_wind_speed: "Minimal wind speed"
|
2225
|
+
missing_vine_stock: "Missing vine stock"
|
2245
2226
|
molybdenum_concentration: "Molybdenum concentration"
|
2246
2227
|
mother_country_code: "Mother country code"
|
2247
2228
|
mother_identification_number: "Mother identification number"
|
@@ -2281,6 +2262,7 @@ eng:
|
|
2281
2262
|
relative_humidity: "Relative humidity"
|
2282
2263
|
reproductor: "Reproductor"
|
2283
2264
|
residue_elimination_method: "Residue elimination method"
|
2265
|
+
rootstock_variety: "Rootstock variety"
|
2284
2266
|
rows_count: "Rows count"
|
2285
2267
|
rows_interval: "Rows interval"
|
2286
2268
|
rows_orientation: "Rows orientation"
|
@@ -2313,6 +2295,8 @@ eng:
|
|
2313
2295
|
untreated_zone_length: "Untreated zone length"
|
2314
2296
|
urea_concentration: "Urea concentration"
|
2315
2297
|
usage_duration: "Usage duration"
|
2298
|
+
vine_pruning_system: "Vine pruning system"
|
2299
|
+
vine_stock_bud_charge: "Vine stock bud charge"
|
2316
2300
|
volume_area_density: "Volume area density"
|
2317
2301
|
volume_density: "Volume density"
|
2318
2302
|
volume_flow: "Volume flow"
|
@@ -2324,7 +2308,6 @@ eng:
|
|
2324
2308
|
wind_direction: "Wind direction"
|
2325
2309
|
wind_speed: "Wind speed"
|
2326
2310
|
witness: "Witness"
|
2327
|
-
woodstock_variety: "Woodstock variety"
|
2328
2311
|
working_lifespan: "Working lifespan"
|
2329
2312
|
zinc_concentration: "Zinc concentration"
|
2330
2313
|
name: "Indicators"
|
@@ -2459,14 +2442,6 @@ eng:
|
|
2459
2442
|
cause: "Cause"
|
2460
2443
|
target: "Target"
|
2461
2444
|
treatments: "Treatments"
|
2462
|
-
lands:
|
2463
|
-
items:
|
2464
|
-
blaye: "Blaye"
|
2465
|
-
bordeaux: "Bordeaux"
|
2466
|
-
bordeaux_haut_benauge: "Bordeaux haut benauge"
|
2467
|
-
bordeaux_superieur: "Bordeaux superieur"
|
2468
|
-
cognac: "Cognac"
|
2469
|
-
name: "Lands"
|
2470
2445
|
languages:
|
2471
2446
|
items:
|
2472
2447
|
afr: "Afrikaans"
|
@@ -2698,6 +2673,7 @@ eng:
|
|
2698
2673
|
bactericide: "Bactericide"
|
2699
2674
|
biostimulation: "Biostimulation"
|
2700
2675
|
bird_repellent: "Bird repellent"
|
2676
|
+
braiding: "Braiding"
|
2701
2677
|
bridge_construction: "Bridge construction"
|
2702
2678
|
building_construction: "Building construction"
|
2703
2679
|
building_extension_construction: "Building extension construction"
|
@@ -2716,6 +2692,7 @@ eng:
|
|
2716
2692
|
detasseling: "Detasseling"
|
2717
2693
|
disease_protection: "Disease protection"
|
2718
2694
|
disease_treatment: "Disease treatment"
|
2695
|
+
doubling: "Doubling"
|
2719
2696
|
drainage_improvement: "Drainage improvement"
|
2720
2697
|
drainage_system_installation: "Drainage system installation"
|
2721
2698
|
draining: "Draining"
|
@@ -2728,7 +2705,10 @@ eng:
|
|
2728
2705
|
fermentation: "Fermentation"
|
2729
2706
|
fertilization: "Fertilization"
|
2730
2707
|
field_plant_sorting: "Field plant sorting"
|
2708
|
+
finishing_rerun: "Finishing rerun"
|
2731
2709
|
fireproofing: "Fireproofing"
|
2710
|
+
first_lifting: "First lifting"
|
2711
|
+
folding: "Folding"
|
2732
2712
|
food_preparation: "Food preparation"
|
2733
2713
|
forest_grinding: "Forest grinding"
|
2734
2714
|
frost_protection: "Frost protection"
|
@@ -2741,10 +2721,13 @@ eng:
|
|
2741
2721
|
greasing: "Greasing"
|
2742
2722
|
greenhouse_assembling: "Greenhouse assembling"
|
2743
2723
|
growth_regulator: "Growth regulator"
|
2724
|
+
hail_protection: "Hail protection"
|
2744
2725
|
handling: "Handling"
|
2745
2726
|
hardpan_destruction: "Hardpan destruction"
|
2746
2727
|
harvest: "Harvest"
|
2728
|
+
heading: "Heading"
|
2747
2729
|
herbicide: "Herbicide"
|
2730
|
+
herbicide_protection: "Herbicide protection"
|
2748
2731
|
hilling: "Hilling"
|
2749
2732
|
hilling_for_sifting: "Hilling for sifting"
|
2750
2733
|
hoof_trimming: "Hoof trimming"
|
@@ -2797,7 +2780,9 @@ eng:
|
|
2797
2780
|
rain_protection: "Rain protection"
|
2798
2781
|
residue_destruction: "Residue destruction"
|
2799
2782
|
ridging: "Ridging"
|
2783
|
+
rodent_protection: "Rodent protection"
|
2800
2784
|
rodenticide: "Rodenticide"
|
2785
|
+
second_lifting: "Second lifting"
|
2801
2786
|
seedbed_preparing: "Seedbed preparing"
|
2802
2787
|
semen_collecting: "Semen collecting"
|
2803
2788
|
semen_freezing: "Semen freezing"
|
@@ -2817,12 +2802,16 @@ eng:
|
|
2817
2802
|
talpicide: "Talpicide"
|
2818
2803
|
temperature_improvement: "Temperature improvement"
|
2819
2804
|
topkilling: "Topkilling"
|
2805
|
+
topping: "Topping"
|
2820
2806
|
tractor_troubleshooting: "Tractor troubleshooting"
|
2821
2807
|
transportation: "Transportation"
|
2808
|
+
trimming: "Trimming"
|
2822
2809
|
troubleshooting: "Troubleshooting"
|
2810
|
+
trunking: "Trunking"
|
2823
2811
|
tunnel_installation: "Tunnel installation"
|
2824
2812
|
tunnel_removal: "Tunnel removal"
|
2825
2813
|
tunnel_removing: "Tunnel removing"
|
2814
|
+
tying: "Tying"
|
2826
2815
|
upgrading_maintenance: "Upgrading maintenance"
|
2827
2816
|
virucide: "Virucide"
|
2828
2817
|
water_flow_improvement: "Water flow improvement"
|
@@ -2864,6 +2853,13 @@ eng:
|
|
2864
2853
|
soil_working: "Soil preparation"
|
2865
2854
|
textile_transformation: "Textile transformation"
|
2866
2855
|
troubleshooting: "Troubleshooting"
|
2856
|
+
vine_fertilizing: "Vine fertilizing"
|
2857
|
+
vine_land_maintenance: "Vine land maintenance"
|
2858
|
+
vine_planting: "Vine planting"
|
2859
|
+
vine_protection: "Vine protection"
|
2860
|
+
vine_soil_working_and_maintenance: "Vine soil working and maintenance"
|
2861
|
+
vineyard_maintenance: "Vineyard maintenance"
|
2862
|
+
vintage: "Vintage"
|
2867
2863
|
viticulture_transformation: "Viticulture transformation"
|
2868
2864
|
washing_packaging_transformation: "Washing packaging transformation"
|
2869
2865
|
name: "Procedure categories"
|
@@ -3180,7 +3176,6 @@ eng:
|
|
3180
3176
|
box: "Box"
|
3181
3177
|
building: "Building"
|
3182
3178
|
can: "Can"
|
3183
|
-
centiliter: "Centiliter"
|
3184
3179
|
cubic_meter: "Cubic meter"
|
3185
3180
|
day: "Day"
|
3186
3181
|
domain: "Domain"
|
@@ -3198,7 +3193,6 @@ eng:
|
|
3198
3193
|
kilowatt_hour: "Kilowatt hour"
|
3199
3194
|
liter: "Liter"
|
3200
3195
|
meal: "Meal"
|
3201
|
-
milliliter: "Milliliter"
|
3202
3196
|
month: "Month"
|
3203
3197
|
night: "Night"
|
3204
3198
|
package: "Package"
|
@@ -3213,10 +3207,8 @@ eng:
|
|
3213
3207
|
square_meter: "Square meter"
|
3214
3208
|
stake: "Stake"
|
3215
3209
|
subject: "Subject"
|
3216
|
-
thousand: "Thousand"
|
3217
3210
|
ton: "Ton"
|
3218
3211
|
unit: "Unit"
|
3219
|
-
unity: "Unity"
|
3220
3212
|
items:
|
3221
3213
|
115g_jam: "115g jam"
|
3222
3214
|
230g_jam: "230g jam"
|
@@ -4115,7 +4107,6 @@ eng:
|
|
4115
4107
|
dumper: "Dumper"
|
4116
4108
|
egg: "Egg"
|
4117
4109
|
electricity: "Electricity"
|
4118
|
-
element_count: "Element count"
|
4119
4110
|
equipment: "Equipment"
|
4120
4111
|
equipment_building_division: "Equipment building division"
|
4121
4112
|
equipment_repair_services: "Equipment repair services"
|
@@ -4210,7 +4201,6 @@ eng:
|
|
4210
4201
|
leek: "Leek"
|
4211
4202
|
legal_registration: "Legal registration"
|
4212
4203
|
lettuce: "Lettuce"
|
4213
|
-
lift: "Lift"
|
4214
4204
|
little_office_item: "Little office item"
|
4215
4205
|
loan_interest: "Loan interest"
|
4216
4206
|
mail_subscription: "Mail subscription"
|
@@ -4307,7 +4297,6 @@ eng:
|
|
4307
4297
|
seed: "Seed"
|
4308
4298
|
seedbed_preparator: "Seedbed preparator"
|
4309
4299
|
seedling: "Seedling"
|
4310
|
-
self_propelled_carrier: "Self propelled carrier"
|
4311
4300
|
self_propelled_harvester: "Self propelled harvester"
|
4312
4301
|
settlement: "Settlement"
|
4313
4302
|
sheep_herd: "Sheep herd"
|
@@ -4354,7 +4343,7 @@ eng:
|
|
4354
4343
|
vegetable_crop: "Vegetable crop"
|
4355
4344
|
vegetals_making_services: "Vegetals making services"
|
4356
4345
|
vial: "Vial"
|
4357
|
-
|
4346
|
+
vine_crop: "Vine crop"
|
4358
4347
|
vine_lifter: "Vine lifter"
|
4359
4348
|
vine_shoot_extractor: "Vine shoot extractor"
|
4360
4349
|
walnut: "Walnut"
|
@@ -4367,7 +4356,6 @@ eng:
|
|
4367
4356
|
wine: "Wine"
|
4368
4357
|
wine_acidifying: "Wine acidifying"
|
4369
4358
|
wine_alkalinizing: "Wine alkalinizing"
|
4370
|
-
wine_crop: "Wine crop"
|
4371
4359
|
wine_press: "Wine press"
|
4372
4360
|
wine_storage_division: "Wine storage division"
|
4373
4361
|
wine_tank: "Wine tank"
|
@@ -4389,7 +4377,10 @@ eng:
|
|
4389
4377
|
name: "Production natures"
|
4390
4378
|
production_systems:
|
4391
4379
|
items:
|
4380
|
+
biodynamic_agriculture: "Biodynamic agriculture"
|
4381
|
+
conservation_agriculture: "Conservation agriculture"
|
4392
4382
|
extensive_farming: "Extensive farming"
|
4383
|
+
integrated_agriculture: "Integrated agriculture"
|
4393
4384
|
intensive_farming: "Intensive farming"
|
4394
4385
|
organic_farming: "Organic farming"
|
4395
4386
|
permaculture: "Permaculture"
|
@@ -4563,6 +4554,7 @@ eng:
|
|
4563
4554
|
billionth: "Billionth"
|
4564
4555
|
candela: "Candela"
|
4565
4556
|
celsius: "Celsius"
|
4557
|
+
centiare: "Centiare"
|
4566
4558
|
centiliter: "Centiliter"
|
4567
4559
|
centiliter_per_hectoliter: "Centiliter per hectoliter"
|
4568
4560
|
centiliter_per_liter: "Centiliter per liter"
|
@@ -4683,7 +4675,7 @@ eng:
|
|
4683
4675
|
acipenser_sturio: "Acipenser sturio"
|
4684
4676
|
acipenser_transmontanus: "Acipenser transmontanus"
|
4685
4677
|
acipenseridae: "Acipenseridae"
|
4686
|
-
actinidia: "
|
4678
|
+
actinidia: "Kiwi"
|
4687
4679
|
actinidia_chinensis: "Actinidia chinensis"
|
4688
4680
|
actinidia_deliciosa: "Actinidia deliciosa"
|
4689
4681
|
actinidiaceae: "Actinidiaceae"
|
@@ -4790,7 +4782,7 @@ eng:
|
|
4790
4782
|
arctium: "Arctium"
|
4791
4783
|
arctium_lappa: "Arctium lappa"
|
4792
4784
|
arctium_minus: "Arctium minus"
|
4793
|
-
arecaceae: "
|
4785
|
+
arecaceae: "Palm tree"
|
4794
4786
|
argania: "Argania"
|
4795
4787
|
argania_spinosa: "Argan"
|
4796
4788
|
artemisia: "Artemisia"
|
@@ -7405,6 +7397,14 @@ eng:
|
|
7405
7397
|
europa_tsn: "Europa number id"
|
7406
7398
|
french_race_code: "French race code"
|
7407
7399
|
itis_tsn: "Itis number id"
|
7400
|
+
vine_pruning_systems:
|
7401
|
+
items:
|
7402
|
+
cordon_pruning: "Cordon pruning"
|
7403
|
+
formation_pruning: "Formation pruning"
|
7404
|
+
gobelet_pruning: "Gobelet pruning"
|
7405
|
+
guyot_double_pruning: "Guyot double pruning"
|
7406
|
+
guyot_simple_pruning: "Guyot simple pruning"
|
7407
|
+
name: "Vine pruning systems"
|
7408
7408
|
working_sets:
|
7409
7409
|
items:
|
7410
7410
|
animal_foods: "Animal foods"
|
@@ -7422,4 +7422,4 @@ eng:
|
|
7422
7422
|
wine_transformers: "Wine transformers"
|
7423
7423
|
name: "Working sets"
|
7424
7424
|
property_natures:
|
7425
|
-
expression: "Expression"
|
7425
|
+
expression: "Expression"
|