You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/en.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
"load": "Load",
20
20
"notvalidurl": "Not a valid url",
21
21
"filenotsupported": "File type not supported",
22
+
"warnings": "Warnings",
22
23
"errors": {
23
24
"yamlloading": "Error loading yaml"
24
25
},
@@ -300,7 +301,6 @@
300
301
"label": "Landing Page URL",
301
302
"description": "If the URL parameter does not serve a human readable or browsable page, but only serves source code to a source control client, with this key you have an option to specify a landing page. This page, ideally, is where your users will land when they will click a button labeled something like “Go to the application source code”. In case the product provides an automated graphical installer, this URL can point to a page which contains a reference to the source code but also offers the download of such an installer."
302
303
},
303
-
304
304
"isBasedOn": {
305
305
"label": "Is Based On",
306
306
"description": "The URL of the original project, if this software is a variant or a fork of another software. If present, it identifies the fork as a software variant, descending from the specified repositories."
@@ -333,12 +333,10 @@
333
333
"label": "Platforms",
334
334
"description": "List of platforms the software runs under. It describes the platforms that users will use to access and operate the software, rather than the platform the software itself runs on. Use the predefined values if possible. If the software runs on a platform for which a predefined value is not available, a different value can be used. Values: web, windows, mac, linux, ios, android. Human readable values outside this list are allowed."
335
335
},
336
-
337
336
"categories": {
338
337
"label": "Category",
339
338
"description": "The list of categories this software falls under."
340
339
},
341
-
342
340
"usedBy": {
343
341
"label": "Used By",
344
342
"description": "The list of the names of prominent public administrations (that will serve as testimonials) that are currently known to the software maintainer to be using this software. Parsers are encouraged to enhance this list also with other information that can obtain independently; for instance, a fork of a software, owned by an administration, could be used as a signal of usage of the software."
@@ -352,4 +350,4 @@
352
350
"description": "The list of Media Types (MIME Types) as mandated in RFC 6838 which the application can handle as output. In case the software does not support any output, you can skip this field or use application/x.empty."
0 commit comments