onoma 0.3.4 → 0.4.0
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/eng.yml +1 -9
- data/config/locales/fra.yml +49 -165
- 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/reference.xml +948 -944
- 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/certification.rb +4 -0
- data/lib/onoma/models/certification_label.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/land.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 +4 -2
- data/onoma.gemspec +16 -17
- metadata +100 -23
- 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: a27c597c1626b468c8afb66ba70fa506f32402e607871a3d39a9d7728dcddb73
|
4
|
+
data.tar.gz: ff482704f64c01fa89b312654a0ae9eefa3b03e2762cecd1010074e089cefb56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3328d8879a7d5c4e7b3a539d3129202703fd2f6bc13e0e9ecefdfddf8ae42b469c57af187f6c3e9bb7f92916ca46e53c4b6cfe3f44c4e24f3e972ceb7037cf60
|
7
|
+
data.tar.gz: da5aaff8e6a46677bf2f63cec29c152c8562bb7182f60bb82321297b356843eafe78c28350443e75dce5bbad8d059f5c05314a8af68e2977b3351d2a64c9ada4
|
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/eng.yml
CHANGED
@@ -3180,7 +3180,6 @@ eng:
|
|
3180
3180
|
box: "Box"
|
3181
3181
|
building: "Building"
|
3182
3182
|
can: "Can"
|
3183
|
-
centiliter: "Centiliter"
|
3184
3183
|
cubic_meter: "Cubic meter"
|
3185
3184
|
day: "Day"
|
3186
3185
|
domain: "Domain"
|
@@ -3198,7 +3197,6 @@ eng:
|
|
3198
3197
|
kilowatt_hour: "Kilowatt hour"
|
3199
3198
|
liter: "Liter"
|
3200
3199
|
meal: "Meal"
|
3201
|
-
milliliter: "Milliliter"
|
3202
3200
|
month: "Month"
|
3203
3201
|
night: "Night"
|
3204
3202
|
package: "Package"
|
@@ -3213,10 +3211,8 @@ eng:
|
|
3213
3211
|
square_meter: "Square meter"
|
3214
3212
|
stake: "Stake"
|
3215
3213
|
subject: "Subject"
|
3216
|
-
thousand: "Thousand"
|
3217
3214
|
ton: "Ton"
|
3218
3215
|
unit: "Unit"
|
3219
|
-
unity: "Unity"
|
3220
3216
|
items:
|
3221
3217
|
115g_jam: "115g jam"
|
3222
3218
|
230g_jam: "230g jam"
|
@@ -4115,7 +4111,6 @@ eng:
|
|
4115
4111
|
dumper: "Dumper"
|
4116
4112
|
egg: "Egg"
|
4117
4113
|
electricity: "Electricity"
|
4118
|
-
element_count: "Element count"
|
4119
4114
|
equipment: "Equipment"
|
4120
4115
|
equipment_building_division: "Equipment building division"
|
4121
4116
|
equipment_repair_services: "Equipment repair services"
|
@@ -4210,7 +4205,6 @@ eng:
|
|
4210
4205
|
leek: "Leek"
|
4211
4206
|
legal_registration: "Legal registration"
|
4212
4207
|
lettuce: "Lettuce"
|
4213
|
-
lift: "Lift"
|
4214
4208
|
little_office_item: "Little office item"
|
4215
4209
|
loan_interest: "Loan interest"
|
4216
4210
|
mail_subscription: "Mail subscription"
|
@@ -4307,7 +4301,6 @@ eng:
|
|
4307
4301
|
seed: "Seed"
|
4308
4302
|
seedbed_preparator: "Seedbed preparator"
|
4309
4303
|
seedling: "Seedling"
|
4310
|
-
self_propelled_carrier: "Self propelled carrier"
|
4311
4304
|
self_propelled_harvester: "Self propelled harvester"
|
4312
4305
|
settlement: "Settlement"
|
4313
4306
|
sheep_herd: "Sheep herd"
|
@@ -4354,7 +4347,6 @@ eng:
|
|
4354
4347
|
vegetable_crop: "Vegetable crop"
|
4355
4348
|
vegetals_making_services: "Vegetals making services"
|
4356
4349
|
vial: "Vial"
|
4357
|
-
vine_and_ochard_tractor: "Vine and ochard tractor"
|
4358
4350
|
vine_lifter: "Vine lifter"
|
4359
4351
|
vine_shoot_extractor: "Vine shoot extractor"
|
4360
4352
|
walnut: "Walnut"
|
@@ -7422,4 +7414,4 @@ eng:
|
|
7422
7414
|
wine_transformers: "Wine transformers"
|
7423
7415
|
name: "Working sets"
|
7424
7416
|
property_natures:
|
7425
|
-
expression: "Expression"
|
7417
|
+
expression: "Expression"
|
data/config/locales/fra.yml
CHANGED
@@ -617,135 +617,19 @@ fra:
|
|
617
617
|
main: "Principale"
|
618
618
|
standalone: "Indépendante"
|
619
619
|
items:
|
620
|
-
accountancy: "Comptabilité"
|
621
620
|
administering: "Administratif"
|
622
|
-
agricultural_works: "Travaux agricoles"
|
623
|
-
alfalfa_crops: "Luzerne"
|
624
|
-
almond_orchards: "Amandiers"
|
625
621
|
animal_farming: "Production animale"
|
626
|
-
animal_housing: "Pension animale"
|
627
|
-
apple_orchards: "Pommiers"
|
628
|
-
arboriculture: "Arboriculture"
|
629
|
-
aromatic_and_medicinal_plants: "Plantes médicinales et aromatiques"
|
630
|
-
artichoke_crops: "Artichaud"
|
631
|
-
asparagus_crops: "Asperges"
|
632
|
-
avocado_crops: "Avocats"
|
633
|
-
barley_crops: "Orge"
|
634
|
-
bean_crops: "Haricots"
|
635
|
-
beekeeping: "Apiculture"
|
636
|
-
beet_crops: "Betteraves"
|
637
|
-
bere_crops: "Escourgeon"
|
638
|
-
bison_farming: "Bisons"
|
639
|
-
black_mustard_crops: "Moutarde noire"
|
640
|
-
blackcurrant_crops: "Cassissiers"
|
641
|
-
building_works: "Travaux de bâtiment"
|
642
|
-
cabbage_crops: "Choux"
|
643
|
-
canary_grass_crops: "Alpiste"
|
644
|
-
carob_orchards: "Caroubiers"
|
645
|
-
carrot_crops: "Carottes"
|
646
|
-
catering: "Restauration"
|
647
|
-
cattle_farming: "Bovins"
|
648
|
-
celery_crops: "Céleri"
|
649
|
-
cereal_crops: "Céréales"
|
650
|
-
chestnut_orchards: "Châtaigniers"
|
651
|
-
chickpea_crops: "Pois chiche"
|
652
|
-
chicory_crops: "Chicorée"
|
653
|
-
cichorium_crops: "Chicorée"
|
654
|
-
citrus_orchards: "Agrumes"
|
655
|
-
cocoa_crops: "Cacaoyers"
|
656
|
-
common_wheat_crops: "Blé tendre"
|
657
|
-
cotton_crops: "Coton"
|
658
|
-
durum_wheat_crops: "Blé dur"
|
659
|
-
eggplant_crops: "Aubergine"
|
660
|
-
equipment_management: "Équipements"
|
661
|
-
exploitation: "Exploitation"
|
662
|
-
fallow_land: "Jachère"
|
663
|
-
field_crops: "Cultures de plein champ"
|
664
622
|
fish_farming: "Aquaculture"
|
665
|
-
flax_crops: "Lin"
|
666
|
-
flower_crops: "Floriculture"
|
667
|
-
fodder_crops: "Fourrages"
|
668
|
-
fruits_crops: "Cultures fruitières"
|
669
|
-
garden_pea_crops: "Petits pois"
|
670
|
-
garlic_crops: "Ail"
|
671
|
-
goat_farming: "Caprins"
|
672
623
|
handicraft: "Artisanat"
|
673
|
-
hazel_orchards: "Noisetiers"
|
674
|
-
hemp_crops: "Chanvre"
|
675
|
-
hop_crops: "Houblon"
|
676
|
-
horsebean_crops: "Fèves"
|
677
|
-
lavender_crops: "Lavande"
|
678
|
-
leek_crops: "Poireaux"
|
679
|
-
leguminous_crops: "Légumineux"
|
680
|
-
lentil_crops: "Lentilles"
|
681
|
-
lettuce_crops: "Laitues"
|
682
|
-
lodging: "Hébergement"
|
683
|
-
lupin_crops: "Lupin"
|
684
|
-
maize_crops: "Maïs"
|
685
|
-
market_garden_crops: "Maraîchage"
|
686
|
-
meadow: "Prairie"
|
687
|
-
muskmelon_crops: "Melons"
|
688
|
-
mussel_farming: "Mytiliculture"
|
689
|
-
oat_crops: "Avoine"
|
690
|
-
oilseed_crops: "Culture oléagineuse"
|
691
|
-
olive_groves: "Oliviers"
|
692
|
-
olive_orchards: "Oliviers"
|
693
|
-
onion_crops: "Oignons"
|
694
624
|
orchard_crops: "Vergers"
|
695
|
-
ostrich_farming: "Autruches"
|
696
|
-
oyster_farming: "Ostréïculture"
|
697
|
-
palmiped_farming: "Palmipèdes"
|
698
|
-
parsley_crops: "Persil"
|
699
|
-
pea_crops: "Pois"
|
700
|
-
peach_orchards: "Pêchers"
|
701
|
-
peanut_crops: "Arachides"
|
702
|
-
pear_orchards: "Poiriers"
|
703
|
-
pig_farming: "Porcins"
|
704
|
-
pineapple_crops: "Ananas"
|
705
|
-
pistachio_orchards: "Pistachiers"
|
706
625
|
plant_farming: "Production végétale"
|
707
|
-
plum_orchards: "Pruniers"
|
708
|
-
poaceae_crops: "Graminées"
|
709
|
-
potato_crops: "Pommes de terre"
|
710
|
-
poultry_farming: "Volaille"
|
711
626
|
processing: "Transformation"
|
712
|
-
protein_crops: "Culture protéagineuse"
|
713
|
-
purchases: "Achats"
|
714
|
-
rabbit_farming: "Cuniculture"
|
715
|
-
radish_crops: "Radis"
|
716
|
-
rapeseed_crops: "Colza"
|
717
|
-
raspberry_crops: "Framboisiers"
|
718
|
-
redcurrant_crops: "Groseillers"
|
719
|
-
renting: "Location"
|
720
|
-
rice_crops: "Riz"
|
721
|
-
rye_crops: "Sègle"
|
722
|
-
saffron_crops: "Safran"
|
723
|
-
sales: "Ventes"
|
724
|
-
salmon_farming: "Saumons"
|
725
|
-
scallop_farming: "Pectiniculture"
|
726
627
|
service_delivering: "Prestation de service"
|
727
|
-
sheep_farming: "Ovins"
|
728
|
-
snail_farming: "Héliciculture"
|
729
|
-
sorghum_crops: "Sorgho"
|
730
|
-
soybean_crops: "Soja"
|
731
|
-
stocks: "Stocks"
|
732
628
|
straw_cereal_crops: "Céréales à paille"
|
733
|
-
strawberry_crops: "Fraises"
|
734
|
-
sturgeon_farming: "Esturgeons"
|
735
|
-
sunflower_crops: "Tournesol"
|
736
629
|
theobroma_crops: "Theobroma"
|
737
|
-
tobacco_crops: "Tabac"
|
738
|
-
tomato_crops: "Tomates"
|
739
630
|
tool_maintaining: "Maintenance"
|
740
|
-
triticale_crops: "Triticale"
|
741
|
-
turnip_crops: "Navets"
|
742
|
-
vetch_crops: "Vesce"
|
743
631
|
vine_wine: "Vignes & vin"
|
744
|
-
vines: "Vignes"
|
745
|
-
walnut_orchards: "Noyers"
|
746
|
-
watermelon_crops: "Pastèques"
|
747
632
|
wine_making: "Vinification"
|
748
|
-
works: "Travaux"
|
749
633
|
name: "Familles d’activité"
|
750
634
|
property_natures:
|
751
635
|
cultivation_variety: "Variété de la culture"
|
@@ -1014,20 +898,20 @@ fra:
|
|
1014
898
|
dsd_r37_38: "Irritant pour les voies respiratoires et la peau."
|
1015
899
|
dsd_r38: "Irritant pour la peau"
|
1016
900
|
dsd_r39: "Danger d'effets irréversibles très graves"
|
1017
|
-
dsd_r39_23: "Toxique
|
1018
|
-
dsd_r39_23_24: "Toxique
|
1019
|
-
dsd_r39_23_24_25: "Toxique
|
1020
|
-
dsd_r39_23_25: "Toxique
|
1021
|
-
dsd_r39_24: "Toxique
|
1022
|
-
dsd_r39_24_25: "Toxique
|
1023
|
-
dsd_r39_25: "Toxique
|
1024
|
-
dsd_r39_26: "Très toxique
|
1025
|
-
dsd_r39_26_27: "Très toxique
|
1026
|
-
dsd_r39_26_27_28: "Très toxique
|
1027
|
-
dsd_r39_26_28: "Très toxique
|
1028
|
-
dsd_r39_27: "Très toxique
|
1029
|
-
dsd_r39_27_28: "Très toxique
|
1030
|
-
dsd_r39_28: "Très toxique
|
901
|
+
dsd_r39_23: "Toxique : danger d'effets irréversibles très graves par inhalation."
|
902
|
+
dsd_r39_23_24: "Toxique : danger d'effets irréversibles très graves par inhalation et par contact avec la peau"
|
903
|
+
dsd_r39_23_24_25: "Toxique : danger d'effets irréversibles très graves par inhalation, par contact avec la peau et par ingestion."
|
904
|
+
dsd_r39_23_25: "Toxique : danger d'effets irréversibles très graves par inhalation et par ingestion."
|
905
|
+
dsd_r39_24: "Toxique : danger d'effets irréversibles très graves par contact avec la peau."
|
906
|
+
dsd_r39_24_25: "Toxique : danger d'effets irréversibles très graves par contact avec la peau et par ingestion"
|
907
|
+
dsd_r39_25: "Toxique : danger d'effets irréversibles très graves par ingestion"
|
908
|
+
dsd_r39_26: "Très toxique : danger d'effets irréversibles très graves par inhalation."
|
909
|
+
dsd_r39_26_27: "Très toxique : danger d'effets irréversibles très graves par inhalation et par contact avec la peau"
|
910
|
+
dsd_r39_26_27_28: "Très toxique : danger d'effets irréversibles très graves par inhalation, par contact avec la peau et par ingestion."
|
911
|
+
dsd_r39_26_28: "Très toxique : danger d'effets irréversibles très graves par inhalation et par ingestion."
|
912
|
+
dsd_r39_27: "Très toxique : danger d'effets irréversibles très graves par contact avec la peau."
|
913
|
+
dsd_r39_27_28: "Très toxique : danger d'effets irréversibles très graves par contact avec la peau et par ingestion."
|
914
|
+
dsd_r39_28: "Très toxique : danger d'effets irréversibles très graves par ingestion."
|
1031
915
|
dsd_r4: "Forme des composés métalliques explosifs très sensibles"
|
1032
916
|
dsd_r40: "Effet cancérogène suspecté: preuves insuffisantes"
|
1033
917
|
dsd_r41: "Risque de lésions oculaires graves."
|
@@ -1040,20 +924,20 @@ fra:
|
|
1040
924
|
dsd_r46: "Peut provoquer des altérations génétiques héréditaires."
|
1041
925
|
dsd_r47: "Peut causer des malformations congénitale."
|
1042
926
|
dsd_r48: "Risque d'effets graves pour la santé en cas d'exposition prolongée."
|
1043
|
-
dsd_r48_20: "Nocif
|
1044
|
-
dsd_r48_20_21: "Nocif
|
1045
|
-
dsd_r48_20_21_22: "Nocif
|
1046
|
-
dsd_r48_20_22: "Nocif
|
1047
|
-
dsd_r48_21: "Nocif
|
1048
|
-
dsd_r48_21_22: "Nocif
|
1049
|
-
dsd_r48_22: "Nocif
|
1050
|
-
dsd_r48_23: "Toxique
|
1051
|
-
dsd_r48_23_24: "Toxique
|
1052
|
-
dsd_r48_23_24_25: "Toxique
|
1053
|
-
dsd_r48_23_25: "Toxique
|
1054
|
-
dsd_r48_24: "Toxique
|
1055
|
-
dsd_r48_24_25: "Toxique
|
1056
|
-
dsd_r48_25: "Toxique
|
927
|
+
dsd_r48_20: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation."
|
928
|
+
dsd_r48_20_21: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation et par contact avec la peau."
|
929
|
+
dsd_r48_20_21_22: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation, contact avec la peau et ingestion"
|
930
|
+
dsd_r48_20_22: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation et par ingestion."
|
931
|
+
dsd_r48_21: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par contact avec la peau."
|
932
|
+
dsd_r48_21_22: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par contact ave c la peau et par ingestion."
|
933
|
+
dsd_r48_22: "Nocif : risque d'effets graves pour la santé en cas d'exposition prolongée par ingestion."
|
934
|
+
dsd_r48_23: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation."
|
935
|
+
dsd_r48_23_24: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation et par contact avec la peau."
|
936
|
+
dsd_r48_23_24_25: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation, par contact avec la peau et par ingestion."
|
937
|
+
dsd_r48_23_25: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par inhalation et par ingestion."
|
938
|
+
dsd_r48_24: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par contact avec la peau."
|
939
|
+
dsd_r48_24_25: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par contact avec la peau et par ingestion"
|
940
|
+
dsd_r48_25: "Toxique : risque d'effets graves pour la santé en cas d'exposition prolongée par ingestion."
|
1057
941
|
dsd_r49: "Peut provoquer le cancer par inhalation"
|
1058
942
|
dsd_r5: "Danger d'explosion sous l'action de la chaleur."
|
1059
943
|
dsd_r50: "Très toxique pour les organismes aquatiques"
|
@@ -1075,17 +959,17 @@ fra:
|
|
1075
959
|
dsd_r62: "Risque possible d'altération de la fertilité."
|
1076
960
|
dsd_r63: "Risque possible pendant la grossesse d'effets néfastes pour l'enfant."
|
1077
961
|
dsd_r64: "Risque possible pour les bébés nourris au lait maternel"
|
1078
|
-
dsd_r65: "Nocif
|
962
|
+
dsd_r65: "Nocif : peut provoquer une atteinte des poumons en cas d'ingestion."
|
1079
963
|
dsd_r66: "L'exposition répétée peut provoquer dessèchement ou gerçures de la peau."
|
1080
964
|
dsd_r67: "L'inhalation de vapeurs peut provoquer somnolence et vertiges"
|
1081
965
|
dsd_r68: "Possibilité d'effets irréversibles"
|
1082
|
-
dsd_r68_20: "Nocif
|
1083
|
-
dsd_r68_20_21: "Nocif
|
1084
|
-
dsd_r68_20_21_22: "Nocif
|
1085
|
-
dsd_r68_20_22: "Nocif
|
1086
|
-
dsd_r68_21: "Nocif
|
1087
|
-
dsd_r68_21_22: "Nocif
|
1088
|
-
dsd_r68_22: "Nocif
|
966
|
+
dsd_r68_20: "Nocif : possibilité d'effets irréversibles par inhalation"
|
967
|
+
dsd_r68_20_21: "Nocif : possibilité d'effets irréversibles par inhalation et par contact avec la peau."
|
968
|
+
dsd_r68_20_21_22: "Nocif : possibilité d'effets irréversibles par inhalation, par contact avec la peau et par ingestion."
|
969
|
+
dsd_r68_20_22: "Nocif : possibilité d'effets irréversibles par inhalation et par ingestion."
|
970
|
+
dsd_r68_21: "Nocif : possibilité d'effets irréversibles par contact avec la peau."
|
971
|
+
dsd_r68_21_22: "Nocif : possibilité d'effets irréversibles par contact avec la peau et par ingestion."
|
972
|
+
dsd_r68_22: "Nocif : possibilité d'effets irréversibles par ingestion"
|
1089
973
|
dsd_r7: "Peut provoquer un incendie."
|
1090
974
|
dsd_r8: "Favorise l'inflammation des matières combustibles."
|
1091
975
|
dsd_r84: "Contient des isocyanates"
|
@@ -1141,7 +1025,7 @@ fra:
|
|
1141
1025
|
dsd_s40: "Pour nettoyer le sol ou les objets souillés par ce produit utiliser… (à préciser par le fabricant)."
|
1142
1026
|
dsd_s41: "En cas d’incendie et/ou d’explosion ne pas respirer les fumées."
|
1143
1027
|
dsd_s42: "Pendant les fumigations/pulvérisations porter un appareil respiratoire approprié."
|
1144
|
-
dsd_s43: "En cas d’incendie utiliser… (moyens d’extinction à préciser par le fabricant. Si l’eau augmente les risques, ajouter
|
1028
|
+
dsd_s43: "En cas d’incendie utiliser… (moyens d’extinction à préciser par le fabricant. Si l’eau augmente les risques, ajouter : Ne jamais utiliser d’eau)."
|
1145
1029
|
dsd_s44: "En cas de malaise, consulter un médecin (si possible lui montrer l'étiquette)."
|
1146
1030
|
dsd_s45: "En cas d’accident ou de malaise consulter immédiatement un médecin et lui montrer l’emballage ou l’étiquette."
|
1147
1031
|
dsd_s46: "En cas d'ingestion consulter immédiatement un médecin et lui montrer l'emballage ou l'étiquette."
|
@@ -1160,7 +1044,7 @@ fra:
|
|
1160
1044
|
dsd_s6: "Conserver sous… (gaz inerte approprié à spécifier par le fabricant)."
|
1161
1045
|
dsd_s60: "Éliminer le produit et son récipient comme un déchet dangereux."
|
1162
1046
|
dsd_s61: "Éviter le rejet dans l’environnement. Consulter les instructions spéciales/la fiche de données de sécurité."
|
1163
|
-
dsd_s62: "En cas d’ingestion ne pas faire vomir
|
1047
|
+
dsd_s62: "En cas d’ingestion ne pas faire vomir : consulter immédiatement un médecin et lui montrer l’emballage ou l’étiquette."
|
1164
1048
|
dsd_s63: "En cas d’accident par inhalation, transporter la victime hors de la zone contaminée et la garder au repos."
|
1165
1049
|
dsd_s64: "En cas d’ingestion, rincer la bouche avec de l’eau (seulement si la personne est consciente)."
|
1166
1050
|
dsd_s7: "Conserver le récipient bien fermé."
|
@@ -1340,7 +1224,7 @@ fra:
|
|
1340
1224
|
ghs_p303: "EN CAS DE CONTACT AVEC LA PEAU (ou les cheveux) :"
|
1341
1225
|
ghs_p303_p361_p353: "EN CAS DE CONTACT AVEC LA PEAU (ou les cheveux) : enlever immédiatement les vêtements contaminés. Rincer la peau à l’eau/se doucher."
|
1342
1226
|
ghs_p304: "EN CAS D’INHALATION :"
|
1343
|
-
ghs_p304_p312: "EN CAS D'INHALATION
|
1227
|
+
ghs_p304_p312: "EN CAS D'INHALATION : appeler un CENTRE ANTIPOISON ou un médecin en cas de malaise"
|
1344
1228
|
ghs_p304_p340: "EN CAS D’INHALATION : transporter la victime à l’extérieur et la maintenir au repos dans une position où elle peut confortablement respirer."
|
1345
1229
|
ghs_p304_p341: "EN CAS D’INHALATION : s'il y a difficulté à respirer, transporter la victime à l'extérieur et la maintenir au repos dans une position où elle peut confortablement respirer."
|
1346
1230
|
ghs_p305: "EN CAS DE CONTACT AVEC LES YEUX :"
|
@@ -2115,7 +1999,7 @@ fra:
|
|
2115
1999
|
acta_category: "Catégorie ACTA"
|
2116
2000
|
document_natures:
|
2117
2001
|
items:
|
2118
|
-
account_journal_entry_sheet: "
|
2002
|
+
account_journal_entry_sheet: "Extrait de compte"
|
2119
2003
|
activity_cost: "Coût de production détaillé"
|
2120
2004
|
animal_husbandry_register: "Registre d’élevage"
|
2121
2005
|
animal_list: "Liste des animaux"
|
@@ -2540,7 +2424,7 @@ fra:
|
|
2540
2424
|
volume_area_density: "Volume par surface"
|
2541
2425
|
volume_density: "Concentration volumique"
|
2542
2426
|
volume_flow: "Débit volumique"
|
2543
|
-
wait_before_entering_period: "Délai
|
2427
|
+
wait_before_entering_period: "Délai de ré-entrée (DRE)"
|
2544
2428
|
wait_before_harvest_period: "Délai Avant Récolte (DAR)"
|
2545
2429
|
water_content_rate: "Teneur en eau"
|
2546
2430
|
weekly_pest_count: "Nombre de ravageurs (7 jours)"
|
@@ -2921,7 +2805,7 @@ fra:
|
|
2921
2805
|
animal_penning: "Parcage des animaux"
|
2922
2806
|
animal_sorting: "Tri des animaux"
|
2923
2807
|
animal_training: "Dressage"
|
2924
|
-
bactericide: "
|
2808
|
+
bactericide: "Bactéricide"
|
2925
2809
|
biostimulation: "Biostimulant"
|
2926
2810
|
bird_repellent: "Répulsif oiseaux"
|
2927
2811
|
bridge_construction: "Construction d’un pont"
|
@@ -3000,7 +2884,7 @@ fra:
|
|
3000
2884
|
mineral_fertilization: "Fertilisation minérale"
|
3001
2885
|
molluscicide: "Molluscicide"
|
3002
2886
|
natural_mating: "Accouplement naturel"
|
3003
|
-
nematicide: "
|
2887
|
+
nematicide: "Nématicide"
|
3004
2888
|
net_removal: "Retrait de filet"
|
3005
2889
|
net_removing: "Retrait filet"
|
3006
2890
|
oil_replacement: "Vidange"
|
@@ -3393,16 +3277,16 @@ fra:
|
|
3393
3277
|
10kg_bag: "Sac de 10kg"
|
3394
3278
|
10ml_dose: "Dose de 10ml"
|
3395
3279
|
12kg_bag: "Sac de 12kg"
|
3396
|
-
150tg_bag: "Sac de 150
|
3280
|
+
150tg_bag: "Sac de 150 000 grains"
|
3397
3281
|
1l_dose: "Dose de 1l"
|
3398
3282
|
20kg_bag: "Sac de 20kg"
|
3399
3283
|
20ml_dose: "Dose de 20ml"
|
3400
|
-
220tg_bag: "Sac de 220
|
3284
|
+
220tg_bag: "Sac de 220 000 grains"
|
3401
3285
|
24liter_can: "Bidon de 24l"
|
3402
3286
|
25kg_bag: "Sac de 25kg"
|
3403
3287
|
2g_pill: "Comprimé de 2g"
|
3404
3288
|
50ml_dose: "Dose de 50ml"
|
3405
|
-
50tg_bag: "Sac de 50
|
3289
|
+
50tg_bag: "Sac de 50 000 grains"
|
3406
3290
|
5g_pill: "Comprimé de 5g"
|
3407
3291
|
75cl_bottle: "Bouteille de 75cl"
|
3408
3292
|
bag: "Sac"
|
@@ -4519,7 +4403,7 @@ fra:
|
|
4519
4403
|
pollinator: "Pollinisateur"
|
4520
4404
|
pork_meat: "Viande de porc"
|
4521
4405
|
potato: "Pomme de terre"
|
4522
|
-
poultry_meat: "Viande de
|
4406
|
+
poultry_meat: "Viande de volaille"
|
4523
4407
|
preparation_division: "Zone de produits préparés"
|
4524
4408
|
process_food: "Aliments transformés"
|
4525
4409
|
processed_beef_meat: "Produit carné (bovin) transformé"
|
@@ -4527,7 +4411,7 @@ fra:
|
|
4527
4411
|
processed_lamb_meat: "Produit carné (ovin) transformé"
|
4528
4412
|
processed_meat: "Produit carné transformé"
|
4529
4413
|
processed_pork_meat: "Produit carné (porcin) transformé"
|
4530
|
-
processed_poultry_meat: "Produit carné (
|
4414
|
+
processed_poultry_meat: "Produit carné (volaille) transformé"
|
4531
4415
|
processed_product_taxe: "Cotisations professionelles (Produits transformés)"
|
4532
4416
|
product_insurance: "Assurance (produit)"
|
4533
4417
|
professional_subscription: "Abonnement professionnel"
|
@@ -7789,4 +7673,4 @@ fra:
|
|
7789
7673
|
wine_transformers: "Produits œnologiques"
|
7790
7674
|
name: "Ensembles de produits"
|
7791
7675
|
property_natures:
|
7792
|
-
expression: "Expression"
|
7676
|
+
expression: "Expression"
|