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.
Files changed (156) hide show
  1. invenio_app_rdm/__init__.py +1 -1
  2. invenio_app_rdm/config.py +14 -1
  3. invenio_app_rdm/ext.py +2 -2
  4. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
  5. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
  6. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
  7. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
  8. invenio_app_rdm/records_ui/views/deposits.py +11 -5
  9. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
  10. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
  11. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
  12. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
  13. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
  14. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
  15. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
  16. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
  17. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
  18. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
  19. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
  20. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
  21. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
  22. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
  23. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
  24. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
  25. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
  26. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
  27. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
  28. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
  29. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
  30. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
  31. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
  32. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
  33. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
  34. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
  35. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
  36. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
  37. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
  38. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
  39. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
  40. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
  41. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
  42. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
  43. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
  44. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
  45. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
  46. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
  47. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
  48. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
  49. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
  50. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
  51. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
  52. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
  53. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
  54. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
  55. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
  56. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
  57. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
  58. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
  59. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
  60. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
  61. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
  62. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
  63. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
  64. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
  65. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
  66. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
  67. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
  68. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
  69. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
  70. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
  71. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
  72. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
  73. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
  74. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
  75. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
  76. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
  77. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
  78. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
  79. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
  80. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
  81. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
  82. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
  83. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
  84. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
  85. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
  86. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
  87. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
  88. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
  89. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
  90. invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
  91. invenio_app_rdm/theme/webpack.py +1 -0
  92. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
  93. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
  94. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
  95. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
  96. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
  97. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
  98. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
  99. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
  100. invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
  101. invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
  102. invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
  103. invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
  104. invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
  105. invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
  106. invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
  107. invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
  108. invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
  109. invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
  110. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
  111. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
  112. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
  113. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
  114. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
  115. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
  116. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
  117. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
  118. invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
  119. invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
  120. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
  121. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
  122. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
  123. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
  124. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
  125. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
  126. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
  127. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
  128. invenio_app_rdm/translations/messages.pot +486 -303
  129. invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
  130. invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
  131. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
  132. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
  133. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
  134. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
  135. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
  136. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
  137. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
  138. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
  139. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
  140. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
  141. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
  142. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
  143. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
  144. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
  145. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
  146. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
  147. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
  148. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
  149. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
  150. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
  151. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
  152. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
  153. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
  154. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
  155. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
  156. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,16 @@
1
1
  #
2
2
  # Translators:
3
3
  # Zacharias Zacharodimos <zacharias.zacharodimos@cern.ch>, 2022
4
- # Theodoros Theodoropoulos, 2022
5
- # Tibor Simko <tibor.simko@cern.ch>, 2022
4
+ # Mojib Wali <mojib.wali@tugraz.at>, 2024
5
+ # Theodoros Theodoropoulos, 2024
6
+ # Tibor Simko <tibor.simko@cern.ch>, 2024
6
7
  #
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: i18next-conv\n"
10
- "POT-Creation-Date: 2022-10-12T06:58:21.832Z\n"
11
+ "POT-Creation-Date: 2025-03-27T16:30:16.192Z\n"
11
12
  "PO-Revision-Date: 2021-07-14 16:07+0000\n"
12
- "Last-Translator: Tibor Simko <tibor.simko@cern.ch>, 2022\n"
13
+ "Last-Translator: Tibor Simko <tibor.simko@cern.ch>, 2024\n"
13
14
  "Language-Team: Greek (https://app.transifex.com/inveniosoftware/teams/23537/el/)\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -20,15 +21,337 @@ msgstr ""
20
21
  msgid "Basic information"
21
22
  msgstr "Βασικές πληροφορίες"
22
23
 
23
- msgid "Copy to clipboard"
24
+ msgid "Impersonate user"
24
25
  msgstr ""
25
26
 
26
- msgid "Copied!"
27
+ msgid "Impersonate"
28
+ msgstr ""
29
+
30
+ msgid "You must accept this."
31
+ msgstr ""
32
+
33
+ msgid "Success"
34
+ msgstr ""
35
+
36
+ msgid ""
37
+ "User impersonated succesfully! You will be redirected in frontpage soon."
38
+ msgstr ""
39
+
40
+ msgid "Unable to impersonate user."
41
+ msgstr ""
42
+
43
+ msgid ""
44
+ "Please read carefully and confirm the following statements before you "
45
+ "proceed."
46
+ msgstr ""
47
+
48
+ msgid "You are about to impersonate user <bold>{{email}}(id: {{id}})</bold>."
49
+ msgstr ""
50
+
51
+ msgid "You <bold>MUST</bold> logout after completing your inquiry."
52
+ msgstr ""
53
+
54
+ msgid "Close"
55
+ msgstr ""
56
+
57
+ msgid "Set Quota"
58
+ msgstr ""
59
+
60
+ msgid "Set quota in bytes"
61
+ msgstr ""
62
+
63
+ msgid "Note"
64
+ msgstr "Σημείωση"
65
+
66
+ msgid ""
67
+ "This is the default quota that will be applied to any NEW records created by"
68
+ " this user – it will NOT update quota of existing records."
69
+ msgstr ""
70
+
71
+ msgid "Quota of {{id}} was set to {{quota}} {{unit}}"
72
+ msgstr ""
73
+
74
+ msgid "Unable to set quota."
75
+ msgstr ""
76
+
77
+ msgid "Quota size ({{unit}})"
78
+ msgstr ""
79
+
80
+ msgid "Enter quota size..."
81
+ msgstr ""
82
+
83
+ msgid "Max file size ({{unit}})"
84
+ msgstr ""
85
+
86
+ msgid "Enter max file size..."
87
+ msgstr ""
88
+
89
+ msgid "Ticket 1234"
90
+ msgstr ""
91
+
92
+ msgid "Set quota"
93
+ msgstr ""
94
+
95
+ msgid "Domain"
96
+ msgstr ""
97
+
98
+ msgid "Flagged"
99
+ msgstr ""
100
+
101
+ msgid "Organization"
102
+ msgstr ""
103
+
104
+ msgid "Company"
105
+ msgstr ""
106
+
107
+ msgid "Mail provider"
108
+ msgstr ""
109
+
110
+ msgid "Spammer"
27
111
  msgstr ""
28
112
 
113
+ msgid "TLD"
114
+ msgstr ""
115
+
116
+ msgid "Status"
117
+ msgstr "Κατάσταση"
118
+
119
+ msgid "New"
120
+ msgstr "Νέο"
121
+
122
+ msgid "Moderated"
123
+ msgstr ""
124
+
125
+ msgid "Verified"
126
+ msgstr ""
127
+
128
+ msgid "Blocked"
129
+ msgstr ""
130
+
131
+ msgid "Users"
132
+ msgstr "Χρήστες"
133
+
134
+ msgid "Active"
135
+ msgstr ""
136
+
137
+ msgid "Inactive"
138
+ msgstr ""
139
+
140
+ msgid "Confirmed"
141
+ msgstr ""
142
+
143
+ msgid "Links"
144
+ msgstr ""
145
+
146
+ msgid "Set quota for record {{recordId}}"
147
+ msgstr ""
148
+
149
+ msgid "Delete record"
150
+ msgstr ""
151
+
152
+ msgid "Restore record"
153
+ msgstr ""
154
+
155
+ msgid "Unavailability statement"
156
+ msgstr ""
157
+
158
+ msgid "Record {{id}} was restored."
159
+ msgstr ""
160
+
161
+ msgid "Unable to restore."
162
+ msgstr ""
163
+
164
+ msgid "Are you sure you want to restore #{{id}}"
165
+ msgstr ""
166
+
167
+ msgid "Published"
168
+ msgstr ""
169
+
170
+ msgid "Deleted"
171
+ msgstr ""
172
+
173
+ msgid "Scheduled for purge"
174
+ msgstr ""
175
+
176
+ msgid "Empty draft title"
177
+ msgstr ""
178
+
179
+ msgid "version"
180
+ msgstr "έκδοση"
181
+
182
+ msgid "Owner"
183
+ msgstr "Ιδιοκτήτης"
184
+
185
+ msgid "Created"
186
+ msgstr "Δημιουργήθηκε"
187
+
29
188
  msgid "Files"
30
189
  msgstr "Αρχεία"
31
190
 
191
+ msgid "Stats"
192
+ msgstr ""
193
+
194
+ msgid "Record {{id}} was deleted."
195
+ msgstr ""
196
+
197
+ msgid "Unable to delete"
198
+ msgstr ""
199
+
200
+ msgid "Public"
201
+ msgstr ""
202
+
203
+ msgid "Hidden"
204
+ msgstr ""
205
+
206
+ msgid ""
207
+ "The tombstone is set to hidden but your record is public. Best practice is "
208
+ "to provide a public tombstone when deactivating public records."
209
+ msgstr ""
210
+
211
+ msgid ""
212
+ "RISK INFORMATION LEAKAGE: The tombstone is set to public but your record is "
213
+ "restricted. Please make sure no restricted information is shared in the "
214
+ "tombstone below."
215
+ msgstr ""
216
+
217
+ msgid "Bibliographic citation"
218
+ msgstr ""
219
+
220
+ msgid ""
221
+ "Input citation text. Blank field will be filled with APA citation by "
222
+ "default."
223
+ msgstr ""
224
+
225
+ msgid "Public note"
226
+ msgstr ""
227
+
228
+ msgid "User {{name}} was approved."
229
+ msgstr ""
230
+
231
+ msgid "User {{name}} is blocked."
232
+ msgstr ""
233
+
234
+ msgid "Error"
235
+ msgstr "Σφάλμα"
236
+
237
+ msgid "User"
238
+ msgstr "Χρήστης"
239
+
240
+ msgid "Email"
241
+ msgstr "Email"
242
+
243
+ msgid "Email domain"
244
+ msgstr ""
245
+
246
+ msgid "Actions"
247
+ msgstr "Ενέργειες"
248
+
249
+ msgid "Records"
250
+ msgstr ""
251
+
252
+ msgid "Username"
253
+ msgstr "Όνομα"
254
+
255
+ msgid "GitHub"
256
+ msgstr ""
257
+
258
+ msgid "Updated"
259
+ msgstr ""
260
+
261
+ msgid "Restore"
262
+ msgstr ""
263
+
264
+ msgid "Restored"
265
+ msgstr ""
266
+
267
+ msgid "Block"
268
+ msgstr ""
269
+
270
+ msgid "Suspend"
271
+ msgstr ""
272
+
273
+ msgid "Suspended"
274
+ msgstr ""
275
+
276
+ msgid "Approve"
277
+ msgstr "Έγκριση"
278
+
279
+ msgid "Approved"
280
+ msgstr "Εγκεκριμένα"
281
+
282
+ msgid "Activate"
283
+ msgstr "Ενεργοποίηση"
284
+
285
+ msgid "Activated"
286
+ msgstr ""
287
+
288
+ msgid "Set default quota for {{email}}"
289
+ msgstr ""
290
+
291
+ msgid "Filter results"
292
+ msgstr ""
293
+
294
+ msgid "Search records in community..."
295
+ msgstr ""
296
+
297
+ msgid "Sort by"
298
+ msgstr ""
299
+
300
+ msgid " results found"
301
+ msgid_plural " results found"
302
+ msgstr[0] ""
303
+ msgstr[1] ""
304
+
305
+ msgid "Search records..."
306
+ msgstr ""
307
+
308
+ msgid "Search"
309
+ msgstr "Αναζήτηση"
310
+
311
+ msgid "Views"
312
+ msgstr "Θεάσεις"
313
+
314
+ msgid "Downloads"
315
+ msgstr ""
316
+
317
+ msgid "Copy to clipboard"
318
+ msgstr ""
319
+
320
+ msgid "Copied!"
321
+ msgstr ""
322
+
323
+ msgid "Part of "
324
+ msgstr ""
325
+
326
+ msgid "No creation date found."
327
+ msgstr ""
328
+
329
+ msgid "No description"
330
+ msgstr ""
331
+
332
+ msgid "No publication date found."
333
+ msgstr ""
334
+
335
+ msgid "No resource type"
336
+ msgstr ""
337
+
338
+ msgid "No title"
339
+ msgstr ""
340
+
341
+ msgid "Uploaded on {{uploadDate}}"
342
+ msgstr ""
343
+
344
+ msgid "Published in: {{publishInfo}}"
345
+ msgstr ""
346
+
347
+ msgid "{{count}} more versions exist for this record"
348
+ msgid_plural "{{count}} more versions exist for this record"
349
+ msgstr[0] ""
350
+ msgstr[1] ""
351
+
352
+ msgid "Person"
353
+ msgstr ""
354
+
32
355
  msgid "The record has no files."
33
356
  msgstr ""
34
357
 
@@ -44,28 +367,165 @@ msgstr ""
44
367
  msgid "Contributors"
45
368
  msgstr ""
46
369
 
370
+ msgid "Edit contributor"
371
+ msgstr ""
372
+
373
+ msgid "Funding"
374
+ msgstr ""
375
+
376
+ msgid "Awards/Grants"
377
+ msgstr ""
378
+
47
379
  msgid "Alternate identifiers"
48
380
  msgstr ""
49
381
 
50
382
  msgid "Related works"
51
383
  msgstr ""
52
384
 
385
+ msgid "References"
386
+ msgstr "Αριθμοί αναφοράς"
387
+
53
388
  msgid "Visibility"
54
389
  msgstr ""
55
390
 
391
+ msgid "More"
392
+ msgstr ""
393
+
394
+ msgid "Unable to request the access."
395
+ msgstr ""
396
+
397
+ msgid "Your email address"
398
+ msgstr ""
399
+
400
+ msgid "Email address"
401
+ msgstr "Διεύθυνση email"
402
+
403
+ msgid "Your full name"
404
+ msgstr ""
405
+
406
+ msgid "Full name"
407
+ msgstr ""
408
+
409
+ msgid "Request message"
410
+ msgstr ""
411
+
412
+ msgid ""
413
+ "I agree to that my full name and email address is shared with the owners of "
414
+ "the record"
415
+ msgstr ""
416
+
417
+ msgid "Request access"
418
+ msgstr ""
419
+
420
+ msgid "Email confirmation needed"
421
+ msgstr ""
422
+
423
+ msgid "We have sent you an email to verify your address."
424
+ msgstr ""
425
+
426
+ msgid ""
427
+ "\n"
428
+ " Please check the email and follow the instructions to complete the access request.\n"
429
+ " "
430
+ msgstr ""
431
+
432
+ msgid "An error occurred while fetching communities."
433
+ msgstr ""
434
+
435
+ msgid "Communities"
436
+ msgstr "Κοινότητες"
437
+
438
+ msgid "View all {{count}} communities"
439
+ msgid_plural "View all {{count}} communities"
440
+ msgstr[0] ""
441
+ msgstr[1] ""
442
+
443
+ msgid "Submit to community"
444
+ msgstr ""
445
+
446
+ msgid "Pending submissions"
447
+ msgstr ""
448
+
449
+ msgid "Manage communities"
450
+ msgstr ""
451
+
452
+ msgid "Community management menu dropdown"
453
+ msgstr ""
454
+
56
455
  msgid "Edit"
57
456
  msgstr "Επεξεργασία"
58
457
 
59
- msgid "An error occurred while generating the citation."
458
+ msgid "Export selection"
459
+ msgstr ""
460
+
461
+ msgid "Download file"
462
+ msgstr ""
463
+
464
+ msgid "Export"
465
+ msgstr "Εξαγωγή"
466
+
467
+ msgid "Manage"
468
+ msgstr ""
469
+
470
+ msgid "Manage record"
471
+ msgstr ""
472
+
473
+ msgid "Manage user"
474
+ msgstr ""
475
+
476
+ msgid "Remove branding"
477
+ msgstr ""
478
+
479
+ msgid "{{communityTitle}} is a default branding for this record"
480
+ msgstr ""
481
+
482
+ msgid ""
483
+ "Remove this community from appearing on top of the record details page."
484
+ msgstr ""
485
+
486
+ msgid "Set branding"
487
+ msgstr ""
488
+
489
+ msgid "Set {{communityTitle}} as a default branding for this record"
490
+ msgstr ""
491
+
492
+ msgid "Set this community to appear on the top of the record details page."
493
+ msgstr ""
494
+
495
+ msgid "Pending communities"
496
+ msgstr ""
497
+
498
+ msgid "Search for pending submissions to communities..."
60
499
  msgstr ""
61
500
 
62
- msgid "Citation"
501
+ msgid "An error occurred while generating the citation."
63
502
  msgstr ""
64
503
 
65
504
  msgid "Style"
66
505
  msgstr ""
67
506
 
68
- msgid "Version"
507
+ msgid "This record is not included in any communities yet."
508
+ msgstr ""
509
+
510
+ msgid "Search for community..."
511
+ msgstr ""
512
+
513
+ msgid "Record submitted"
514
+ msgstr ""
515
+
516
+ msgid "Review requested"
517
+ msgstr ""
518
+
519
+ msgid "Search in all communities"
520
+ msgstr ""
521
+
522
+ msgid "Search in my communities"
523
+ msgstr ""
524
+
525
+ msgid "Select a community"
526
+ msgstr ""
527
+
528
+ msgid "Version {{- version}}"
69
529
  msgstr ""
70
530
 
71
531
  msgid "Preview"
@@ -74,127 +534,271 @@ msgstr ""
74
534
  msgid "Only published versions are displayed."
75
535
  msgstr ""
76
536
 
77
- msgid "View all {{total}} versions"
537
+ msgid "An error occurred while fetching the versions."
78
538
  msgstr ""
79
539
 
80
- msgid "You don't have permissions to share this record."
540
+ msgid "View all {{count}} versions"
541
+ msgid_plural "View all {{count}} versions"
542
+ msgstr[0] ""
543
+ msgstr[1] ""
544
+
545
+ msgid ""
546
+ "<0><0>Cite all versions?</0> You can cite all versions by using the DOI "
547
+ "<3></3>. This DOI represents all versions, and will always resolve to the "
548
+ "latest one. <5>Read more</5>.</0>"
81
549
  msgstr ""
82
550
 
83
- msgid "Share"
551
+ msgid ""
552
+ "<0><0>Cite all versions?</0> You can cite all versions by using the DOI . "
553
+ "The DOI is registered when the first version is published. <4>Read "
554
+ "more</4>.</0>"
84
555
  msgstr ""
85
556
 
86
- msgid "Can view"
557
+ msgid "Remove"
558
+ msgstr "Διαγραφή"
559
+
560
+ msgid "Remove {{communityTitle}} from this record"
87
561
  msgstr ""
88
562
 
89
- msgid "Can preview"
563
+ msgid "Remove community"
90
564
  msgstr ""
91
565
 
92
- msgid "Can edit"
566
+ msgid "Are you sure you want to remove the record from the community?"
567
+ msgstr ""
568
+
569
+ msgid "I understand the consequences:"
93
570
  msgstr ""
94
571
 
95
- msgid "Get a link"
572
+ msgid ""
573
+ "The record can only be re-included in the community by going through a new "
574
+ "review by the community curators."
575
+ msgstr ""
576
+
577
+ msgid "Something went wrong"
578
+ msgstr ""
579
+
580
+ msgid "Cancel removal"
581
+ msgstr ""
582
+
583
+ msgid "Cancel"
584
+ msgstr "Ακύρωση"
585
+
586
+ msgid "Confirm removal"
587
+ msgstr ""
588
+
589
+ msgid ""
590
+ "Members of the community <1>\"<1>{{communityTitle}}</1>\"</1> will <4>lose "
591
+ "their access</4> to the record."
592
+ msgstr ""
593
+
594
+ msgid "Select permissions"
595
+ msgstr ""
596
+
597
+ msgid "Short name for your link (optional)."
598
+ msgstr ""
599
+
600
+ msgid "Expiration date format: YYYY-MM-DD"
601
+ msgstr ""
602
+
603
+ msgid "Expiration date: YYYY-MM-DD or never if blank (optional)."
604
+ msgstr ""
605
+
606
+ msgid "Create a new link"
96
607
  msgstr ""
97
608
 
609
+ msgid "Link title"
610
+ msgstr ""
611
+
612
+ msgid "Expires at"
613
+ msgstr ""
614
+
615
+ msgid "Never"
616
+ msgstr ""
617
+
618
+ msgid "Access"
619
+ msgstr "πρόσβαση"
620
+
621
+ msgid "Delete"
622
+ msgstr "Διαγραφή"
623
+
98
624
  msgid "Copy link"
99
625
  msgstr ""
100
626
 
101
- msgid "Delete link"
627
+ msgid "Can view"
628
+ msgstr ""
629
+
630
+ msgid "Can view restricted files of all versions of this record."
631
+ msgstr ""
632
+
633
+ msgid "Can preview drafts"
634
+ msgstr ""
635
+
636
+ msgid "Can view drafts and restricted files of all versions of this record."
102
637
  msgstr ""
103
638
 
104
- msgid "Done"
639
+ msgid "Can edit"
105
640
  msgstr ""
106
641
 
107
642
  msgid ""
108
- "Anyone with this link <1>can view all versions</1> of this record & files."
643
+ "Can edit drafts and view restricted files of all versions of this record."
109
644
  msgstr ""
110
645
 
111
646
  msgid ""
112
- "Anyone with this link <2>can view all published and unpublished versions</2>"
113
- " of this record & files."
647
+ "Can view (view access link can be created only after the record is "
648
+ "published)"
114
649
  msgstr ""
115
650
 
116
- msgid "Uploaded on"
651
+ msgid "Expires"
117
652
  msgstr ""
118
653
 
119
- msgid "Search"
120
- msgstr "Αναζήτηση"
654
+ msgid "This record has no links generated yet."
655
+ msgstr ""
121
656
 
122
- msgid "Search guide"
657
+ msgid "Unable to change the access request settings."
123
658
  msgstr ""
124
659
 
125
- msgid "result(s) found"
660
+ msgid "Allow authenticated users to request access to restricted files."
126
661
  msgstr ""
127
662
 
128
- msgid "Sort by"
663
+ msgid "Allow non-authenticated users to request access to restricted files."
129
664
  msgstr ""
130
665
 
131
- msgid "View"
132
- msgstr "Προβολή"
666
+ msgid "Accept conditions"
667
+ msgstr ""
133
668
 
134
- msgid "New community"
135
- msgstr "Νέα κοινότητα"
669
+ msgid "Advanced options"
670
+ msgstr ""
136
671
 
137
- msgid "Get started!"
672
+ msgid "Save"
673
+ msgstr "Αποθήκευση"
674
+
675
+ msgid "No user has access to this record yet."
138
676
  msgstr ""
139
677
 
140
- msgid "Open"
678
+ msgid "People with access"
141
679
  msgstr ""
142
680
 
143
- msgid "Closed"
681
+ msgid "No group has access to this record yet."
144
682
  msgstr ""
145
683
 
146
- msgid "All done!"
684
+ msgid "Groups with access"
147
685
  msgstr ""
148
686
 
149
- msgid "You've caught up with all open requests."
687
+ msgid "You"
150
688
  msgstr ""
151
689
 
152
- msgid "No creation date found."
690
+ msgid "Add people"
153
691
  msgstr ""
154
692
 
155
- msgid "No description"
693
+ msgid "No selected users"
156
694
  msgstr ""
157
695
 
158
- msgid "No publication date found."
696
+ msgid ""
697
+ "Search for users to grant access (only users with a public profile can be "
698
+ "invited)"
159
699
  msgstr ""
160
700
 
161
- msgid "No resource type"
701
+ msgid "Search by email, full name or username"
162
702
  msgstr ""
163
703
 
164
- msgid "No title"
704
+ msgid "users"
165
705
  msgstr ""
166
706
 
167
- msgid "Make your first upload!"
707
+ msgid "Add groups"
168
708
  msgstr ""
169
709
 
170
- msgid "New upload"
171
- msgstr "Νέα μεταφόρτωση"
710
+ msgid "Group"
711
+ msgstr "Ομάδα"
172
712
 
173
- msgid "ORCID profile"
713
+ msgid "No selected groups"
174
714
  msgstr ""
175
715
 
176
- msgid "ROR profile"
716
+ msgid "Search for groups"
177
717
  msgstr ""
178
718
 
179
- msgid "GND profile"
719
+ msgid "groups"
720
+ msgstr ""
721
+
722
+ msgid "Add"
723
+ msgstr "Προσθήκη"
724
+
725
+ msgid "Notify people"
726
+ msgstr ""
727
+
728
+ msgid "Notification message"
729
+ msgstr ""
730
+
731
+ msgid "You are about to add"
732
+ msgstr ""
733
+
734
+ msgid "Access already granted"
180
735
  msgstr ""
181
736
 
182
- msgid "No communities found!"
737
+ msgid "Can manage"
738
+ msgstr ""
739
+
740
+ msgid ""
741
+ "Can manage access, edit drafts and view restricted files of all versions of "
742
+ "this record."
743
+ msgstr ""
744
+
745
+ msgid "You don't have permissions to share this record."
746
+ msgstr ""
747
+
748
+ msgid "Share"
749
+ msgstr ""
750
+
751
+ msgid "People"
752
+ msgstr ""
753
+
754
+ msgid "Groups"
755
+ msgstr "Ομάδες"
756
+
757
+ msgid "Settings"
183
758
  msgstr ""
184
759
 
185
- msgid "No requests found!"
760
+ msgid "Share access"
186
761
  msgstr ""
187
762
 
188
- msgid "Copied"
763
+ msgid "Link expiration"
189
764
  msgstr ""
190
765
 
191
- msgid "Reset search"
766
+ msgid "In 1 month"
192
767
  msgstr ""
193
768
 
194
- msgid "We couldn't find any matches for "
769
+ msgid "In 2 months"
195
770
  msgstr ""
196
771
 
197
- msgid "your search"
772
+ msgid "In 6 months"
773
+ msgstr ""
774
+
775
+ msgid "In 1 year"
776
+ msgstr ""
777
+
778
+ msgid "Invalid date format."
779
+ msgstr ""
780
+
781
+ msgid "Access link expiration date cannot be in the past."
782
+ msgstr ""
783
+
784
+ msgid "Access request"
785
+ msgstr ""
786
+
787
+ msgid "Unable to change the expiration request settings."
788
+ msgstr ""
789
+
790
+ msgid "Expiration date: "
791
+ msgstr ""
792
+
793
+ msgid ""
794
+ "Format: YYYY-MM-DD. Granted access will expire on the given date. Leave "
795
+ "empty to set no expiration limit."
796
+ msgstr ""
797
+
798
+ msgid "Link expiration date:"
799
+ msgstr ""
800
+
801
+ msgid "We couldn't find any matches for {{- search}}"
198
802
  msgstr ""
199
803
 
200
804
  msgid "Start over"
@@ -203,16 +807,21 @@ msgstr ""
203
807
  msgid "ProTip"
204
808
  msgstr ""
205
809
 
206
- msgid "For more tips, check out our "
810
+ msgid "Search guide"
207
811
  msgstr ""
208
812
 
209
- msgid "search guide"
813
+ msgid ""
814
+ "<0>For more tips, check out our <2>search guide</2> for defining advanced "
815
+ "search queries.</0>"
210
816
  msgstr ""
211
817
 
212
- msgid "Export"
213
- msgstr "Εξαγωγή"
818
+ msgid "Search in my communities..."
819
+ msgstr ""
214
820
 
215
- msgid "Filter results"
821
+ msgid "View"
822
+ msgstr "Προβολή"
823
+
824
+ msgid "Published in: {{publishedIn}}"
216
825
  msgstr ""
217
826
 
218
827
  msgid "In review"
@@ -230,49 +839,60 @@ msgstr ""
230
839
  msgid "New version draft"
231
840
  msgstr ""
232
841
 
233
- msgid "Download file"
842
+ msgid "open"
234
843
  msgstr ""
235
844
 
236
- msgid "No link has been created. Click on 'Get a Link' to make a new link."
845
+ msgid "Open"
237
846
  msgstr ""
238
847
 
239
- msgid ""
240
- "Anyone with an account and this link <1>can edit all versions</1> of this "
241
- "record & files."
848
+ msgid "unlock"
242
849
  msgstr ""
243
850
 
244
- msgid "Search records..."
851
+ msgid "Get started!"
245
852
  msgstr ""
246
853
 
247
- msgid "will give you all the publications from 2017 until today."
854
+ msgid "Make your first upload!"
248
855
  msgstr ""
249
856
 
250
- msgid " for defining advanced search queries."
251
- msgstr ""
857
+ msgid "New upload"
858
+ msgstr "Νέα μεταφόρτωση"
252
859
 
253
- msgid "Public"
860
+ msgid "Search in my uploads..."
254
861
  msgstr ""
255
862
 
256
- msgid "Restricted"
257
- msgstr "Περιορισμένο"
863
+ msgid "ORCID profile"
864
+ msgstr ""
258
865
 
259
- msgid "Search in my communities..."
866
+ msgid "ORCID logo"
260
867
  msgstr ""
261
868
 
262
- msgid "Opened {{difference}} by"
869
+ msgid "ROR profile"
263
870
  msgstr ""
264
871
 
265
- msgid "Search in my requests..."
872
+ msgid "ROR logo"
266
873
  msgstr ""
267
874
 
268
- msgid "Actions"
269
- msgstr "Ενέργειες"
875
+ msgid "GND profile"
876
+ msgstr ""
270
877
 
271
- msgid "open"
878
+ msgid "GND logo"
272
879
  msgstr ""
273
880
 
274
- msgid "unlock"
881
+ msgid "No name"
275
882
  msgstr ""
276
883
 
277
- msgid "Search in my uploads..."
884
+ msgid "and {{count}} other"
885
+ msgid_plural "and {{count}} other"
886
+ msgstr[0] ""
887
+ msgstr[1] ""
888
+
889
+ msgid "and {{count}} others"
890
+ msgid_plural "and {{count}} others"
891
+ msgstr[0] ""
892
+ msgstr[1] ""
893
+
894
+ msgctxt ""
895
+ "date:[2017-01-01 TO *]</0> will give you all the publications from 2017 "
896
+ "until today.</0>"
897
+ msgid "<0><0>metadata.publication"
278
898
  msgstr ""