invenio-app-rdm 13.0.0rc2__py2.py3-none-any.whl → 13.0.0rc4__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.
- invenio_app_rdm/__init__.py +1 -1
- invenio_app_rdm/config.py +14 -1
- invenio_app_rdm/ext.py +2 -2
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
- invenio_app_rdm/records_ui/views/deposits.py +11 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
- invenio_app_rdm/theme/webpack.py +1 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
- invenio_app_rdm/translations/messages.pot +486 -303
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json
CHANGED
|
@@ -1,59 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Basic information": "",
|
|
3
|
-
"Copy to clipboard": "",
|
|
4
|
-
"Copied!": "",
|
|
5
|
-
"Files": "",
|
|
6
|
-
"The record has no files.": "",
|
|
7
|
-
"Creators": "",
|
|
8
|
-
"Recommended information": "",
|
|
9
|
-
"Add contributor": "",
|
|
10
|
-
"Contributors": "",
|
|
11
|
-
"Alternate identifiers": "",
|
|
12
|
-
"Related works": "",
|
|
13
|
-
"Visibility": "",
|
|
14
|
-
"Edit": "編集",
|
|
15
|
-
"An error occurred while generating the citation.": "",
|
|
16
|
-
"Style": "",
|
|
17
|
-
"Preview": "",
|
|
18
|
-
"Only published versions are displayed.": "",
|
|
19
|
-
"You don't have permissions to share this record.": "",
|
|
20
|
-
"Share": "",
|
|
21
|
-
"Can view": "",
|
|
22
|
-
"Can edit": "",
|
|
23
|
-
"Copy link": "",
|
|
24
|
-
"Search": "検索",
|
|
25
|
-
"Search guide": "",
|
|
26
|
-
"Sort by": "",
|
|
27
|
-
"View": "",
|
|
28
|
-
"Get started!": "",
|
|
29
|
-
"Open": "",
|
|
30
|
-
"No creation date found.": "",
|
|
31
|
-
"No description": "",
|
|
32
|
-
"No publication date found.": "",
|
|
33
|
-
"No resource type": "",
|
|
34
|
-
"No title": "",
|
|
35
|
-
"Make your first upload!": "",
|
|
36
|
-
"New upload": "",
|
|
37
|
-
"ORCID profile": "",
|
|
38
|
-
"ROR profile": "",
|
|
39
|
-
"GND profile": "",
|
|
40
|
-
"Start over": "",
|
|
41
|
-
"ProTip": "",
|
|
42
|
-
"Export": "",
|
|
43
|
-
"Filter results": "",
|
|
44
|
-
"In review": "",
|
|
45
|
-
"Declined": "",
|
|
46
|
-
"Expired": "",
|
|
47
|
-
"Draft": "",
|
|
48
|
-
"New version draft": "",
|
|
49
|
-
"Download file": "",
|
|
50
|
-
"Search records...": "",
|
|
51
|
-
"Search in my communities...": "",
|
|
52
|
-
"Actions": "アクション",
|
|
53
|
-
"open": "",
|
|
54
|
-
"unlock": "",
|
|
55
|
-
"Search in my uploads...": "",
|
|
56
3
|
"Impersonate user": "",
|
|
4
|
+
"Impersonate": "",
|
|
57
5
|
"You must accept this.": "",
|
|
58
6
|
"Success": "",
|
|
59
7
|
"User impersonated succesfully! You will be redirected in frontpage soon.": "",
|
|
@@ -61,10 +9,10 @@
|
|
|
61
9
|
"Please read carefully and confirm the following statements before you proceed.": "",
|
|
62
10
|
"You are about to impersonate user <bold>{{email}}(id: {{id}})</bold>.": "",
|
|
63
11
|
"You <bold>MUST</bold> logout after completing your inquiry.": "",
|
|
64
|
-
"
|
|
12
|
+
"Close": "",
|
|
65
13
|
"Set Quota": "",
|
|
66
14
|
"Set quota in bytes": "",
|
|
67
|
-
"Note": "",
|
|
15
|
+
"Note": "注意",
|
|
68
16
|
"This is the default quota that will be applied to any NEW records created by this user – it will NOT update quota of existing records.": "",
|
|
69
17
|
"Quota of {{id}} was set to {{quota}} {{unit}}": "",
|
|
70
18
|
"Unable to set quota.": "",
|
|
@@ -73,7 +21,6 @@
|
|
|
73
21
|
"Max file size ({{unit}})": "",
|
|
74
22
|
"Enter max file size...": "",
|
|
75
23
|
"Ticket 1234": "",
|
|
76
|
-
"Close": "",
|
|
77
24
|
"Set quota": "",
|
|
78
25
|
"Domain": "",
|
|
79
26
|
"Flagged": "",
|
|
@@ -82,12 +29,12 @@
|
|
|
82
29
|
"Mail provider": "",
|
|
83
30
|
"Spammer": "",
|
|
84
31
|
"TLD": "",
|
|
85
|
-
"Status": "",
|
|
32
|
+
"Status": "状態",
|
|
86
33
|
"New": "",
|
|
87
34
|
"Moderated": "",
|
|
88
35
|
"Verified": "",
|
|
89
36
|
"Blocked": "",
|
|
90
|
-
"Users": "",
|
|
37
|
+
"Users": "ユーザー",
|
|
91
38
|
"Active": "",
|
|
92
39
|
"Inactive": "",
|
|
93
40
|
"Confirmed": "",
|
|
@@ -103,12 +50,15 @@
|
|
|
103
50
|
"Deleted": "",
|
|
104
51
|
"Scheduled for purge": "",
|
|
105
52
|
"Empty draft title": "",
|
|
106
|
-
"version": "",
|
|
107
|
-
"Owner": "",
|
|
53
|
+
"version": "バージョン",
|
|
54
|
+
"Owner": "所有者",
|
|
108
55
|
"Created": "",
|
|
56
|
+
"Files": "",
|
|
109
57
|
"Stats": "",
|
|
110
58
|
"Record {{id}} was deleted.": "",
|
|
111
59
|
"Unable to delete": "",
|
|
60
|
+
"Public": "",
|
|
61
|
+
"Hidden": "",
|
|
112
62
|
"The tombstone is set to hidden but your record is public. Best practice is to provide a public tombstone when deactivating public records.": "",
|
|
113
63
|
"RISK INFORMATION LEAKAGE: The tombstone is set to public but your record is restricted. Please make sure no restricted information is shared in the tombstone below.": "",
|
|
114
64
|
"Bibliographic citation": "",
|
|
@@ -116,11 +66,13 @@
|
|
|
116
66
|
"Public note": "",
|
|
117
67
|
"User {{name}} was approved.": "",
|
|
118
68
|
"User {{name}} is blocked.": "",
|
|
119
|
-
"Error": "",
|
|
69
|
+
"Error": "エラー",
|
|
120
70
|
"User": "",
|
|
121
|
-
"Email": "",
|
|
71
|
+
"Email": "Eメイル",
|
|
122
72
|
"Email domain": "",
|
|
123
|
-
"
|
|
73
|
+
"Actions": "アクション",
|
|
74
|
+
"Records": "",
|
|
75
|
+
"Username": "ユーザー名",
|
|
124
76
|
"GitHub": "",
|
|
125
77
|
"Updated": "",
|
|
126
78
|
"Restore": "",
|
|
@@ -129,27 +81,54 @@
|
|
|
129
81
|
"Suspend": "",
|
|
130
82
|
"Suspended": "",
|
|
131
83
|
"Approve": "",
|
|
132
|
-
"Approved": "",
|
|
84
|
+
"Approved": "承認",
|
|
133
85
|
"Activate": "",
|
|
134
86
|
"Activated": "",
|
|
135
87
|
"Set default quota for {{email}}": "",
|
|
88
|
+
"Filter results": "",
|
|
136
89
|
"Search records in community...": "",
|
|
90
|
+
"Sort by": "",
|
|
137
91
|
" results found_0": "",
|
|
92
|
+
"Search records...": "",
|
|
93
|
+
"Search": "検索",
|
|
138
94
|
"Views": "",
|
|
139
95
|
"Downloads": "",
|
|
96
|
+
"Copy to clipboard": "",
|
|
97
|
+
"Copied!": "",
|
|
140
98
|
"Part of ": "",
|
|
99
|
+
"No creation date found.": "",
|
|
100
|
+
"No description": "",
|
|
101
|
+
"No publication date found.": "",
|
|
102
|
+
"No resource type": "",
|
|
103
|
+
"No title": "",
|
|
141
104
|
"Uploaded on {{uploadDate}}": "",
|
|
142
105
|
"Published in: {{publishInfo}}": "",
|
|
143
106
|
"{{count}} more versions exist for this record_0": "",
|
|
107
|
+
"Person": "",
|
|
108
|
+
"The record has no files.": "",
|
|
109
|
+
"Creators": "",
|
|
110
|
+
"Recommended information": "",
|
|
111
|
+
"Add contributor": "",
|
|
112
|
+
"Contributors": "",
|
|
113
|
+
"Edit contributor": "",
|
|
114
|
+
"Funding": "",
|
|
115
|
+
"Awards/Grants": "",
|
|
116
|
+
"Alternate identifiers": "",
|
|
117
|
+
"Related works": "",
|
|
144
118
|
"References": "",
|
|
119
|
+
"Visibility": "",
|
|
145
120
|
"More": "",
|
|
146
121
|
"Unable to request the access.": "",
|
|
147
|
-
"
|
|
122
|
+
"Your email address": "",
|
|
123
|
+
"Email address": "Eメイルアドレス",
|
|
148
124
|
"Your full name": "",
|
|
149
125
|
"Full name": "",
|
|
150
126
|
"Request message": "",
|
|
151
127
|
"I agree to that my full name and email address is shared with the owners of the record": "",
|
|
152
128
|
"Request access": "",
|
|
129
|
+
"Email confirmation needed": "",
|
|
130
|
+
"We have sent you an email to verify your address.": "",
|
|
131
|
+
"\n Please check the email and follow the instructions to complete the access request.\n ": "",
|
|
153
132
|
"An error occurred while fetching communities.": "",
|
|
154
133
|
"Communities": "",
|
|
155
134
|
"View all {{count}} communities_0": "",
|
|
@@ -157,7 +136,10 @@
|
|
|
157
136
|
"Pending submissions": "",
|
|
158
137
|
"Manage communities": "",
|
|
159
138
|
"Community management menu dropdown": "",
|
|
139
|
+
"Edit": "編集",
|
|
160
140
|
"Export selection": "",
|
|
141
|
+
"Download file": "",
|
|
142
|
+
"Export": "",
|
|
161
143
|
"Manage": "",
|
|
162
144
|
"Manage record": "",
|
|
163
145
|
"Manage user": "",
|
|
@@ -169,6 +151,8 @@
|
|
|
169
151
|
"Set this community to appear on the top of the record details page.": "",
|
|
170
152
|
"Pending communities": "",
|
|
171
153
|
"Search for pending submissions to communities...": "",
|
|
154
|
+
"An error occurred while generating the citation.": "",
|
|
155
|
+
"Style": "",
|
|
172
156
|
"This record is not included in any communities yet.": "",
|
|
173
157
|
"Search for community...": "",
|
|
174
158
|
"Record submitted": "",
|
|
@@ -177,11 +161,13 @@
|
|
|
177
161
|
"Search in my communities": "",
|
|
178
162
|
"Select a community": "",
|
|
179
163
|
"Version {{- version}}": "",
|
|
164
|
+
"Preview": "",
|
|
165
|
+
"Only published versions are displayed.": "",
|
|
180
166
|
"An error occurred while fetching the versions.": "",
|
|
181
167
|
"View all {{count}} versions_0": "",
|
|
182
|
-
"<0><0>Cite all versions?</0> You can cite all versions by using the DOI <3></3>. This DOI represents all versions, and will always resolve to the latest one. <5>Read more</5>.</0>": "
|
|
183
|
-
"<0><0>Cite all versions?</0> You can cite all versions by using the DOI . The DOI is registered when the first version is published. <4>Read more</4>.</0>": "
|
|
184
|
-
"Remove": "",
|
|
168
|
+
"<0><0>Cite all versions?</0> You can cite all versions by using the DOI <3></3>. This DOI represents all versions, and will always resolve to the latest one. <5>Read more</5>.</0>": "",
|
|
169
|
+
"<0><0>Cite all versions?</0> You can cite all versions by using the DOI . The DOI is registered when the first version is published. <4>Read more</4>.</0>": "",
|
|
170
|
+
"Remove": "削除",
|
|
185
171
|
"Remove {{communityTitle}} from this record": "",
|
|
186
172
|
"Remove community": "",
|
|
187
173
|
"Are you sure you want to remove the record from the community?": "",
|
|
@@ -189,24 +175,28 @@
|
|
|
189
175
|
"The record can only be re-included in the community by going through a new review by the community curators.": "",
|
|
190
176
|
"Something went wrong": "",
|
|
191
177
|
"Cancel removal": "",
|
|
192
|
-
"Cancel": "",
|
|
178
|
+
"Cancel": "キャンセル",
|
|
193
179
|
"Confirm removal": "",
|
|
194
|
-
"Members of the community <1>\"<1>{{communityTitle}}</1>\"</1> will <4>lose their access</4> to the record.": "
|
|
180
|
+
"Members of the community <1>\"<1>{{communityTitle}}</1>\"</1> will <4>lose their access</4> to the record.": "",
|
|
195
181
|
"Select permissions": "",
|
|
196
182
|
"Short name for your link (optional).": "",
|
|
197
183
|
"Expiration date format: YYYY-MM-DD": "",
|
|
198
184
|
"Expiration date: YYYY-MM-DD or never if blank (optional).": "",
|
|
199
185
|
"Create a new link": "",
|
|
186
|
+
"Link title": "",
|
|
187
|
+
"Expires at": "",
|
|
200
188
|
"Never": "",
|
|
201
|
-
"
|
|
189
|
+
"Access": "",
|
|
190
|
+
"Delete": "削除",
|
|
191
|
+
"Copy link": "",
|
|
192
|
+
"Can view": "",
|
|
202
193
|
"Can view restricted files of all versions of this record.": "",
|
|
203
194
|
"Can preview drafts": "",
|
|
204
195
|
"Can view drafts and restricted files of all versions of this record.": "",
|
|
196
|
+
"Can edit": "",
|
|
205
197
|
"Can edit drafts and view restricted files of all versions of this record.": "",
|
|
206
198
|
"Can view (view access link can be created only after the record is published)": "",
|
|
207
|
-
"Link title": "",
|
|
208
199
|
"Expires": "",
|
|
209
|
-
"Access": "",
|
|
210
200
|
"This record has no links generated yet.": "",
|
|
211
201
|
"Unable to change the access request settings.": "",
|
|
212
202
|
"Allow authenticated users to request access to restricted files.": "",
|
|
@@ -225,7 +215,7 @@
|
|
|
225
215
|
"Search by email, full name or username": "",
|
|
226
216
|
"users": "",
|
|
227
217
|
"Add groups": "",
|
|
228
|
-
"Group": "",
|
|
218
|
+
"Group": "グループ",
|
|
229
219
|
"No selected groups": "",
|
|
230
220
|
"Search for groups": "",
|
|
231
221
|
"groups": "",
|
|
@@ -236,8 +226,10 @@
|
|
|
236
226
|
"Access already granted": "",
|
|
237
227
|
"Can manage": "",
|
|
238
228
|
"Can manage access, edit drafts and view restricted files of all versions of this record.": "",
|
|
229
|
+
"You don't have permissions to share this record.": "",
|
|
230
|
+
"Share": "",
|
|
239
231
|
"People": "",
|
|
240
|
-
"Groups": "",
|
|
232
|
+
"Groups": "グループ",
|
|
241
233
|
"Settings": "",
|
|
242
234
|
"Share access": "",
|
|
243
235
|
"Link expiration": "",
|
|
@@ -253,7 +245,33 @@
|
|
|
253
245
|
"Format: YYYY-MM-DD. Granted access will expire on the given date. Leave empty to set no expiration limit.": "",
|
|
254
246
|
"Link expiration date:": "",
|
|
255
247
|
"We couldn't find any matches for {{- search}}": "",
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
248
|
+
"Start over": "",
|
|
249
|
+
"ProTip": "",
|
|
250
|
+
"Search guide": "",
|
|
251
|
+
"<0>For more tips, check out our <2>search guide</2> for defining advanced search queries.</0>": "",
|
|
252
|
+
"Search in my communities...": "",
|
|
253
|
+
"View": "",
|
|
254
|
+
"Published in: {{publishedIn}}": "",
|
|
255
|
+
"In review": "",
|
|
256
|
+
"Declined": "",
|
|
257
|
+
"Expired": "",
|
|
258
|
+
"Draft": "",
|
|
259
|
+
"New version draft": "",
|
|
260
|
+
"open": "",
|
|
261
|
+
"Open": "",
|
|
262
|
+
"unlock": "",
|
|
263
|
+
"Get started!": "",
|
|
264
|
+
"Make your first upload!": "",
|
|
265
|
+
"New upload": "",
|
|
266
|
+
"Search in my uploads...": "",
|
|
267
|
+
"ORCID profile": "",
|
|
268
|
+
"ORCID logo": "",
|
|
269
|
+
"ROR profile": "",
|
|
270
|
+
"ROR logo": "",
|
|
271
|
+
"GND profile": "",
|
|
272
|
+
"GND logo": "",
|
|
273
|
+
"No name": "",
|
|
274
|
+
"and {{count}} other_0": "",
|
|
275
|
+
"and {{count}} others_0": "",
|
|
276
|
+
"<0><0>metadata.publication_date:[2017-01-01 TO *]</0> will give you all the publications from 2017 until today.</0>": ""
|
|
259
277
|
}
|