-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from Georiviere/multiple_fix_gra
Multiple fix gra
- Loading branch information
Showing
9 changed files
with
546 additions
and
74 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-15 17:01+0000\n" | ||
"POT-Creation-Date: 2023-11-10 12:01+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -109,11 +109,11 @@ msgstr "Aucun type" | |
msgid "Feedback from {email}" | ||
msgstr "Retour utilisateur depuis {email}" | ||
|
||
msgid "Contribution potential damage type" | ||
msgstr "Type de contibution dégats potentiels" | ||
msgid "Landing type" | ||
msgstr "Type d'atterrissement" | ||
|
||
msgid "Contribution potential damage types" | ||
msgstr "Contribution Dégats potentiels" | ||
msgid "Landing types" | ||
msgstr "Types d'atterrissement" | ||
|
||
msgid "Jam type" | ||
msgstr "Type d'embâcle" | ||
|
@@ -157,9 +157,6 @@ msgstr "Mortalité piscicole" | |
msgid "Trampling by livestock (impacting)" | ||
msgstr "Piétinement par le bétail (impactant)" | ||
|
||
msgid "Landing type" | ||
msgstr "Type d'atterrissement" | ||
|
||
msgid "Excessive cutting length (in meters)" | ||
msgstr "Longueur coupe abusive (en mètres)" | ||
|
||
|
@@ -241,16 +238,16 @@ msgid "contributions quantity" | |
msgstr "Contributions quantité" | ||
|
||
msgid "Nature pollution" | ||
msgstr "Nature pollution" | ||
msgstr "Nature de la pollution" | ||
|
||
msgid "Natures pollution" | ||
msgstr "Natures pollution" | ||
msgstr "Natures des pollutions" | ||
|
||
msgid "Type pollution" | ||
msgstr "Type pollution" | ||
msgstr "Type de pollution" | ||
|
||
msgid "Types pollution" | ||
msgstr "Types pollution" | ||
msgstr "Types de pollution" | ||
|
||
msgid "Algal development" | ||
msgstr "Développement algal" | ||
|
@@ -318,6 +315,12 @@ msgstr "Contentieux" | |
msgid "Knowledge" | ||
msgstr "Connaissance" | ||
|
||
msgid "Observed species" | ||
msgstr "Espèce observée" | ||
|
||
msgid "Observation type" | ||
msgstr "Type d'observation" | ||
|
||
msgid "None" | ||
msgstr "Aucun" | ||
|
||
|
17 changes: 17 additions & 0 deletions
17
georiviere/contribution/migrations/0009_auto_20231110_1214.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.1.14 on 2023-11-10 12:14 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('contribution', '0008_auto_20230731_1304'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='landingtype', | ||
options={'verbose_name': 'Landing type', 'verbose_name_plural': 'Landing types'}, | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters