-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ADD: Added confirm dialog to hide citation action.
- Loading branch information
1 parent
2ddc011
commit 608df5e
Showing
4 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -161,6 +161,7 @@ | |
"labelNoData": "Keine Daten gefunden.", | ||
"labelAdvancedSettingsWarning": "Bitte Vorsicht walten lassen beim Benutzen dieser Einstellungen - alle Daten könnten verloren gehen.", | ||
"linkExport": "Als Datei herunterladen", | ||
"menuAbout": "Über", | ||
"menuHome": "Daten", | ||
"menuHeatmap": "Feld-Heatmap", | ||
"menuLocale": "Sprache", | ||
|
@@ -169,6 +170,8 @@ | |
"menuStats": "Statistiken", | ||
"menuTimeSeries": "Zeitreihe", | ||
"modalButtonCloseIn": "Schließen | Schließen (1) | Schließen ({count})", | ||
"modalTitleHideCitation": "Veröffentlichungsinformationen ausblenden", | ||
"modalTextHideCitation": "Sicher, dass diese Information ausgeblendet werden soll? Sie kann weiterhin auf der 'Über' Seite gefunden werden.", | ||
"modalTitleCitation": "GridScore Veröffentlichung", | ||
"modalTextCitation": "<p>Wusstest du, dass wir GridScore veröffentlicht haben? Schau dir das Paper doch mal an oder zitier es, falls du GridScore nützlich findest - oder meld dich bei <a href='https://twitter.com/HuttonICS'>@HuttonICS</a> oder <a href='https://twitter.com/GerminateHub'>@GerminateHub</a> oder <a href='mailto:[email protected]?subject=GridScore'>per eMail</a>. Wir freuen uns immer zu hören wie Leute GridScore benutzen. Feedback zu Verbesserungen ist auch willkommen.</p><p class='lead'><a href='https://doi.org/10.1186/s12859-022-04755-2'>GridScore: a tool for accurate, cross-platform phenotypic data collection and visualization</a></p><p>Raubach, S., Schreiber, M. & Shaw, P.D., <i>BMC Bioinformatics</i> <b>23</b>, 214 (2022).</p>", | ||
"modalTitleHelp": "Hilfe", | ||
|
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 |
---|---|---|
|
@@ -162,6 +162,7 @@ | |
"labelNoData": "No data found.", | ||
"labelAdvancedSettingsWarning": "Please take care when using these settings - they may delete your data.", | ||
"linkExport": "Download as file", | ||
"menuAbout": "About", | ||
"menuHome": "Data", | ||
"menuHeatmap": "Field heatmap", | ||
"menuLocale": "Language", | ||
|
@@ -170,6 +171,8 @@ | |
"menuStats": "Statistics", | ||
"menuTimeSeries": "Time series", | ||
"modalButtonCloseIn": "Close | Close (1) | Close ({count})", | ||
"modalTitleHideCitation": "Hide citation information", | ||
"modalTextHideCitation": "Are you sure you want to hide this information? You can still find the reference on the 'About' page.", | ||
"modalTitleCitation": "GridScore Publication", | ||
"modalTextCitation": "<p>Did you know we have a GridScore publication? Why not have a read and cite us if you find the software useful - give us a shout out too <a href='https://twitter.com/HuttonICS'>@HuttonICS</a> or <a href='https://twitter.com/GerminateHub'>@GerminateHub</a> or <a href='mailto:[email protected]?subject=GridScore'>email us</a> as we would love to hear about how you are using it. Feedback on how we can improve GridScore is always welcome!</p><p class='lead'><a href='https://doi.org/10.1186/s12859-022-04755-2'>GridScore: a tool for accurate, cross-platform phenotypic data collection and visualization</a></p><p>Raubach, S., Schreiber, M. & Shaw, P.D., <i>BMC Bioinformatics</i> <b>23</b>, 214 (2022).</p>", | ||
"modalTitleHelp": "Help", | ||
|
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