Skip to content

Commit

Permalink
fix: update French data translations
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Sep 3, 2020
1 parent c6fcb4b commit 9c14f01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lib/data/sql/V3__create_types.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ INSERT INTO additional_meta (source, de, en, fr, target)
VALUES ('Warm und Strahlungsreich',
'Warm und Strahlungsreich',
'Warm and radiant',
'chaud et radiant',
'chaud et exposé',
'Wrm_Rdt');


Expand Down Expand Up @@ -99,15 +99,15 @@ INSERT INTO additional_meta (source, de, en, fr, target)
VALUES ('Keine Lawinenbeeinflussung',
'Keine Lawinenbeeinflussung',
'No avalanche influence',
'sans influence par des avalanches',
'Non influencé par les avalanches',
'NoAvln');


INSERT INTO additional_meta (source, de, en, fr, target)
VALUES ('mit Lawinenbeeinflussung',
'mit Lawinenbeeinflussung',
'With avalanche control',
'avec influence par des avalanches',
'Influencé par les avalanches',
'WthAvln');


Expand Down Expand Up @@ -155,7 +155,7 @@ INSERT INTO additional_meta (source, de, en, fr, target)
VALUES ('Schlucht',
'Schlucht',
'Ravine',
'ravine',
'ravin',
'Rvn');


Expand Down Expand Up @@ -187,7 +187,7 @@ INSERT INTO additional_meta (source, de, en, fr, target)
VALUES ('mind. alle 10 Jahre überschwemmt',
'mind. alle 10 Jahre überschwemmt',
'Flooded at least every 10 years',
'inondé au moins tous les 10 ans',
'inondé au minimum tous les 10 ans',
'>10F');


Expand All @@ -206,7 +206,7 @@ CREATE TABLE altitudinal_zone_meta (source TEXT, de TEXT, fr TEXT, nais TEXT, co

INSERT INTO altitudinal_zone_meta (source, de, fr, nais, code)
VALUES ('collin -mediterran',
'collin -mediterran',
'collin-mediterran',
'collinéen à méditerranéen',
'01C',
'0');
Expand Down
12 changes: 6 additions & 6 deletions lib/data/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -26094,7 +26094,7 @@
{ "de": "Schattig, Kühl", "fr": "ombragé, frais", "code": "Shdy_Cl" },
{
"de": "Warm und Strahlungsreich",
"fr": "chaud et radiant",
"fr": "chaud et exposé",
"code": "Wrm_Rdt"
},
{
Expand All @@ -26110,12 +26110,12 @@
},
{
"de": "Keine Lawinenbeeinflussung",
"fr": "sans influence par des avalanches",
"fr": "Non influencé par les avalanches",
"code": "NoAvln"
},
{
"de": "mit Lawinenbeeinflussung",
"fr": "avec influence par des avalanches",
"fr": "Influencé par les avalanches",
"code": "WthAvln"
},
{
Expand All @@ -26139,7 +26139,7 @@
"code": "DpSl_Shdy"
},
{ "de": "tiefgründig", "fr": "sol profond", "code": "Dp" },
{ "de": "Schlucht", "fr": "ravine", "code": "Rvn" },
{ "de": "Schlucht", "fr": "ravin", "code": "Rvn" },
{ "de": "mit viel Schutt", "fr": "éboulis marqué", "code": "Rbl" },
{ "de": "flachgründig", "fr": "sol superficiel", "code": "Shlw" },
{
Expand All @@ -26149,7 +26149,7 @@
},
{
"de": "mind. alle 10 Jahre überschwemmt",
"fr": "inondé au moins tous les 10 ans",
"fr": "inondé au minimum tous les 10 ans",
"code": ">10F"
},
{ "de": "nicht relevant", "fr": "pas important", "code": "unknown" }
Expand Down Expand Up @@ -46843,7 +46843,7 @@
],
"altitudinalZone": [
{
"de": "collin -mediterran",
"de": "collin-mediterran",
"fr": "collinéen à méditerranéen",
"id": 1,
"code": "0"
Expand Down

0 comments on commit 9c14f01

Please sign in to comment.