invenio-vocabularies 7.3.0__py2.py3-none-any.whl → 7.5.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of invenio-vocabularies might be problematic. Click here for more details.

Files changed (98) hide show
  1. invenio_vocabularies/__init__.py +1 -1
  2. invenio_vocabularies/administration/views/vocabularies.py +7 -9
  3. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js +1 -1
  4. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js +1 -1
  5. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js +1 -1
  6. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js +1 -1
  7. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js +1 -1
  8. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/NoAwardResults.js +1 -1
  9. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next-scanner.config.js +1 -1
  10. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js +1 -1
  11. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/translations.json +28 -0
  12. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/bg/translations.json +28 -0
  13. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ca/translations.json +28 -0
  14. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/cs/translations.json +28 -0
  15. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/da/translations.json +28 -0
  16. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/de/translations.json +28 -0
  17. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/el/translations.json +28 -0
  18. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/en/translations.json +28 -0
  19. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/es/translations.json +28 -0
  20. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/et/translations.json +28 -0
  21. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/translations.json +28 -0
  22. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/translations.json +28 -0
  23. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hr/translations.json +28 -0
  24. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hu/translations.json +28 -0
  25. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/it/translations.json +28 -0
  26. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ja/translations.json +28 -0
  27. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ka/translations.json +28 -0
  28. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/lt/translations.json +28 -0
  29. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/no/translations.json +28 -0
  30. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pl/translations.json +28 -0
  31. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pt/translations.json +28 -0
  32. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ro/translations.json +28 -0
  33. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ru/translations.json +28 -0
  34. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/translations.json +28 -0
  35. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json +28 -0
  36. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/translations.json +28 -0
  37. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/uk/translations.json +28 -0
  38. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_CN/translations.json +28 -0
  39. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_TW/translations.json +28 -0
  40. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package-lock.json +1992 -0
  41. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json +0 -4
  42. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/compileCatalog.js +1 -1
  43. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/initCatalog.js +1 -1
  44. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/translations.pot +88 -0
  45. invenio_vocabularies/config.py +14 -14
  46. invenio_vocabularies/contrib/common/ror/datastreams.py +7 -1
  47. invenio_vocabularies/contrib/names/datastreams.py +38 -9
  48. invenio_vocabularies/contrib/names/s3client.py +9 -3
  49. invenio_vocabularies/datastreams/datastreams.py +14 -0
  50. invenio_vocabularies/datastreams/readers.py +12 -2
  51. invenio_vocabularies/datastreams/writers.py +6 -0
  52. invenio_vocabularies/jobs.py +11 -11
  53. invenio_vocabularies/records/models.py +4 -1
  54. invenio_vocabularies/services/custom_fields/subject.py +4 -4
  55. invenio_vocabularies/services/tasks.py +7 -1
  56. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/METADATA +21 -6
  57. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/RECORD +62 -67
  58. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/WHEEL +1 -1
  59. invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo +0 -0
  60. invenio_vocabularies/translations/af/LC_MESSAGES/messages.po +0 -139
  61. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
  62. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po +0 -139
  63. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
  64. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po +0 -139
  65. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
  66. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po +0 -139
  67. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
  68. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po +0 -139
  69. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
  70. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po +0 -139
  71. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
  72. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po +0 -139
  73. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
  74. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po +0 -139
  75. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
  76. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po +0 -139
  77. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
  78. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po +0 -139
  79. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
  80. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po +0 -139
  81. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo +0 -0
  82. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po +0 -139
  83. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
  84. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po +0 -139
  85. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
  86. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po +0 -139
  87. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo +0 -0
  88. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po +0 -139
  89. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo +0 -0
  90. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po +0 -139
  91. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
  92. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po +0 -139
  93. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
  94. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po +0 -139
  95. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/entry_points.txt +0 -0
  96. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/AUTHORS.rst +0 -0
  97. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/LICENSE +0 -0
  98. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/top_level.txt +0 -0
@@ -11,6 +11,6 @@
11
11
 
12
12
  from .ext import InvenioVocabularies
13
13
 
14
- __version__ = "7.3.0"
14
+ __version__ = "7.5.0"
15
15
 
16
16
  __all__ = ("__version__", "InvenioVocabularies")
@@ -9,10 +9,8 @@
9
9
 
10
10
  """Vocabularies admin interface."""
11
11
 
12
- from invenio_administration.views.base import (
13
- AdminResourceEditView,
14
- AdminResourceListView,
15
- )
12
+ from invenio_administration.views.base import AdminResourceListView
13
+ from invenio_i18n import lazy_gettext as _
16
14
 
17
15
 
18
16
  class VocabulariesListView(AdminResourceListView):
@@ -20,11 +18,11 @@ class VocabulariesListView(AdminResourceListView):
20
18
 
21
19
  api_endpoint = "/vocabularies/"
22
20
  name = "vocabulary-types"
23
- menu_label = "Vocabulary Types"
21
+ menu_label = _("Vocabulary Types")
24
22
  resource_config = "vocabulary_admin_resource"
25
23
  search_request_headers = {"Accept": "application/json"}
26
- title = "Vocabulary Types"
27
- category = "Site management"
24
+ title = _("Vocabulary Types")
25
+ category = _("Site management")
28
26
 
29
27
  pid_path = "id"
30
28
  icon = "exchange"
@@ -36,8 +34,8 @@ class VocabulariesListView(AdminResourceListView):
36
34
  display_create = False
37
35
 
38
36
  item_field_list = {
39
- "id": {"text": "Name", "order": 1},
40
- "count": {"text": "Number of entries", "order": 2},
37
+ "id": {"text": _("Name"), "order": 1},
38
+ "count": {"text": _("Number of entries"), "order": 2},
41
39
  }
42
40
 
43
41
  search_config_name = "VOCABULARIES_TYPES_SEARCH"
@@ -9,7 +9,7 @@ import PropTypes from "prop-types";
9
9
  import React from "react";
10
10
  import { Form, Header } from "semantic-ui-react";
11
11
  import { TextField, RemoteSelectField } from "react-invenio-forms";
12
- import { i18next } from "@translations/invenio_rdm_records/i18next";
12
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
13
13
  import _isEmpty from "lodash/isEmpty";
14
14
 
15
15
  import Overridable from "react-overridable";
@@ -9,7 +9,7 @@ import React from "react";
9
9
 
10
10
  import { Dropdown } from "semantic-ui-react";
11
11
  import { withState } from "react-searchkit";
12
- import { i18next } from "@translations/invenio_rdm_records/i18next";
12
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
13
13
 
14
14
  export const FunderDropdown = withState(
15
15
  ({ currentResultsState: awardsList, updateQueryState, currentQueryState }) => {
@@ -16,7 +16,7 @@ import { FieldLabel, FeedbackLabel } from "react-invenio-forms";
16
16
  import { FundingFieldItem } from "./FundingFieldItem";
17
17
  import FundingModal from "./FundingModal";
18
18
 
19
- import { i18next } from "@translations/invenio_rdm_records/i18next";
19
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
20
20
 
21
21
  import Overridable from "react-overridable";
22
22
 
@@ -6,7 +6,7 @@
6
6
  // Invenio is free software; you can redistribute it and/or modify it
7
7
  // under the terms of the MIT License; see LICENSE file for more details.
8
8
 
9
- import { i18next } from "@translations/invenio_rdm_records/i18next";
9
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
10
10
  import React from "react";
11
11
  import { useDrag, useDrop } from "react-dnd";
12
12
  import { Button, Icon, Label, List, Ref } from "semantic-ui-react";
@@ -5,7 +5,7 @@
5
5
  // Invenio is free software; you can redistribute it and/or modify it
6
6
  // under the terms of the MIT License; see LICENSE file for more details.
7
7
 
8
- import { i18next } from "@translations/invenio_rdm_records/i18next";
8
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
9
9
  import { Formik } from "formik";
10
10
  import PropTypes from "prop-types";
11
11
  import React, { useState } from "react";
@@ -8,7 +8,7 @@
8
8
  import PropTypes from "prop-types";
9
9
  import React from "react";
10
10
  import { Segment } from "semantic-ui-react";
11
- import { i18next } from "@translations/invenio_rdm_records/i18next";
11
+ import { i18next } from "@translations/invenio_vocabularies/i18next";
12
12
 
13
13
  export function NoAwardResults({ switchToCustom }) {
14
14
  return (
@@ -1,4 +1,4 @@
1
- // This file is part of React-Invenio-Deposit
1
+ // This file is part of Invenio-Vocabularies
2
2
  //
3
3
  // Invenio-administration is free software; you can redistribute it and/or modify it
4
4
  // under the terms of the MIT License; see LICENSE file for more details.
@@ -1,4 +1,4 @@
1
- // This file is part of React-Invenio-Deposit
1
+ // This file is part of Invenio-Vocabularies
2
2
  //
3
3
  // Invenio-administration is free software; you can redistribute it and/or modify it
4
4
  // under the terms of the MIT License; see LICENSE file for more details.
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "Search for a funder by name",
3
+ "Funder": "Funder",
4
+ "Search for funder...": "Search for funder...",
5
+ "Additional information": "Additional information",
6
+ "optional": "optional",
7
+ "Number": "Number",
8
+ "Award/Grant number": "Award/Grant number",
9
+ "Title": "Title",
10
+ "Award/Grant Title": "Award/Grant Title",
11
+ "URL": "URL",
12
+ "Award/Grant URL": "Award/Grant URL",
13
+ "Add": "Add",
14
+ "Add custom": "Add custom",
15
+ "Edit": "Edit",
16
+ "Remove": "Remove",
17
+ "Open external link": "Open external link",
18
+ "Funder is required.": "Funder is required.",
19
+ "URL must be valid.": "URL must be valid.",
20
+ "URL must be set alongside title or number.": "URL must be set alongside title or number.",
21
+ "Add standard award/grant": "Add standard award/grant",
22
+ "Add custom funding": "Add custom funding",
23
+ "Search for awards/grants": "Search for awards/grants",
24
+ "Cancel": "Cancel",
25
+ "Change": "Change",
26
+ "Did not find your award/grant? ": "Did not find your award/grant? ",
27
+ "Add a custom award/grant.": "Add a custom award/grant."
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }