From c3f13b6bcfe95a5dd08513338922d8d8850a9295 Mon Sep 17 00:00:00 2001 From: Simarjit Singh <58173697+simar437@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:47:42 +0930 Subject: [PATCH] Changed database to catalog in org.jabref.gui.slr and org.jabref.logic.crawler (#9989) * Fix for issue 615 * Add missing key pair English file * Delete translation in non-english file * We changed database to catalog in org.jabref.gui.slr and org.jabref.logic.crawler (Issue #9951) * Made required changes --------- Co-authored-by: wy8881 Co-authored-by: Oliver Kopp --- CHANGELOG.md | 1 + .../jabref/gui/slr/ManageStudyDefinition.fxml | 12 +-- .../gui/slr/ManageStudyDefinitionView.java | 36 ++++----- .../slr/ManageStudyDefinitionViewModel.java | 8 +- ...atabaseItem.java => StudyCatalogItem.java} | 8 +- .../org/jabref/logic/crawler/Crawler.java | 4 +- ...va => StudyCatalogToFetcherConverter.java} | 8 +- .../jabref/logic/crawler/StudyFetcher.java | 2 +- .../jabref/logic/crawler/StudyRepository.java | 2 +- .../org/jabref/model/study/StudyDatabase.java | 2 +- src/main/resources/l10n/JabRef_ar.properties | 1 - src/main/resources/l10n/JabRef_da.properties | 1 - src/main/resources/l10n/JabRef_de.properties | 3 +- src/main/resources/l10n/JabRef_en.properties | 6 +- src/main/resources/l10n/JabRef_es.properties | 1 - src/main/resources/l10n/JabRef_fr.properties | 2 - src/main/resources/l10n/JabRef_it.properties | 2 - src/main/resources/l10n/JabRef_ja.properties | 1 - src/main/resources/l10n/JabRef_ko.properties | 1 - src/main/resources/l10n/JabRef_no.properties | 1 - src/main/resources/l10n/JabRef_pl.properties | 1 - .../resources/l10n/JabRef_pt_BR.properties | 2 - src/main/resources/l10n/JabRef_ru.properties | 1 - src/main/resources/l10n/JabRef_tr.properties | 2 - .../resources/l10n/JabRef_zh_CN.properties | 2 - .../resources/l10n/JabRef_zh_TW.properties | 2 - .../ManageStudyDefinitionViewModelTest.java | 80 +++++++++---------- ...> StudyCatalogToFetcherConverterTest.java} | 4 +- 28 files changed, 88 insertions(+), 108 deletions(-) rename src/main/java/org/jabref/gui/slr/{StudyDatabaseItem.java => StudyCatalogItem.java} (89%) rename src/main/java/org/jabref/logic/crawler/{StudyDatabaseToFetcherConverter.java => StudyCatalogToFetcherConverter.java} (90%) rename src/test/java/org/jabref/logic/crawler/{StudyDatabaseToFetcherConverterTest.java => StudyCatalogToFetcherConverterTest.java} (95%) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6de0174af..9cfdee478be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - In case the library contains empty entries, they are not written to disk. [#8645](https://github.com/JabRef/jabref/issues/8645) - The formatter `remove_unicode_ligatures` is now called `replace_unicode_ligatures`. [#9890](https://github.com/JabRef/jabref/pull/9890) - We improved the error message when no terminal was found [#9607](https://github.com/JabRef/jabref/issues/9607) +- In the context of the "systematic literature functionality", we changed the name "database" to "catalog" to use a separate term for online catalogs in comparison to SQL databases. [#9951](https://github.com/JabRef/jabref/pull/9951) ### Fixed diff --git a/src/main/java/org/jabref/gui/slr/ManageStudyDefinition.fxml b/src/main/java/org/jabref/gui/slr/ManageStudyDefinition.fxml index 6aef2a901e6..cc2297a0fcf 100644 --- a/src/main/java/org/jabref/gui/slr/ManageStudyDefinition.fxml +++ b/src/main/java/org/jabref/gui/slr/ManageStudyDefinition.fxml @@ -208,21 +208,21 @@ - + -