Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/clarify all lines uploaded #2057

Merged
merged 1 commit into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/localization/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
"upload": "Hochladen",
"uploadAgain": "Erneut hochladen",
"uploadFailed": "Datei konnte nicht hochgeladen werden. Bitte überprüfe das Dateiformat und die Netzwerkverbindung.",
"uploadSucceeded": "Ergebnisliste hochladen erfolgreich (1 Zeile)",
"uploadSucceeded_plural": "Ergebnisliste hochladen erfolgreich ({{count}} Zeilen)",
"uploadSucceeded": "Alle Zeilen (1 Zeile) wurden erfolgreich hochgeladen.",
"uploadSucceeded_plural": "Alle {{count}} Zeilen wurden erfolgreich hochgeladen.",
"formatInfo": {
"text": "Datei sollte ein Ergebnis pro Zeile enthalten, getrennt mit ; (Semikolon)"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
"upload": "Upload",
"uploadAgain": "Upload again",
"uploadFailed": "Could not upload file. Please check the file format and the network connection.",
"uploadSucceeded": "Result list was successfully uploaded (1 line)",
"uploadSucceeded_plural": "Result list was successfully uploaded ({{count}} lines)",
"uploadSucceeded": "All lines (1 line) were successfully uploaded.",
"uploadSucceeded_plural": "All {{count}} lines were successfully uploaded.",
"formatInfo": {
"text": "File should contain one result per row, separated by ; (semicolon)"
},
Expand Down