-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP : Advanced filters #702
Changes from 1 commit
912f2cb
6302fe0
c7d0f9a
b91f0fa
ff26b82
d4ac088
5c5aae1
d56f845
f909efc
ed85f75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"catalog.figures.datasets": "{count, plural, =0{datasets} one{dataset} other{datasets}}", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should tells that there is an issue with the translation. |
||
"catalog.figures.organisations": "{count, plural, =0{organisations} one{organisation} other{organisations}}", | ||
"catalog.figures.datasets": "", | ||
"catalog.figures.organisations": "", | ||
"chart.aggregation.average": "average", | ||
"chart.aggregation.count": "count", | ||
"chart.aggregation.max": "max", | ||
|
@@ -26,10 +26,10 @@ | |
"dashboard.records.noUser": "No users for this organization", | ||
"dashboard.records.publishedRecords": "published records", | ||
"dashboard.records.search": "Search for \"{searchText}\"", | ||
"dashboard.records.users": "users", | ||
"dashboard.records.username": "Username", | ||
"dashboard.records.userDetail": "Name", | ||
"dashboard.records.userEmail": "Email", | ||
"dashboard.records.username": "Username", | ||
"dashboard.records.users": "users", | ||
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "File format \n detection", | ||
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Gathering dataset \n information", | ||
"datafeeder.analysisProgressBar.illustration.samplingData": "Sampling \n data", | ||
|
@@ -207,31 +207,15 @@ | |
"record.metadata.origin": "About the data", | ||
"record.metadata.preview": "Preview", | ||
"record.metadata.publications": "publications", | ||
"record.metadata.quality": "Metadata Quality", | ||
"record.metadata.quality.details": "Details", | ||
"record.metadata.related": "Related records", | ||
"record.metadata.sheet": "More information available from:", | ||
"record.metadata.title": "Title", | ||
"record.metadata.updateFrequency": "Data Update Frequency", | ||
"record.metadata.updateStatus": "Data Update Status", | ||
"record.metadata.updatedOn": "Last Data Information Update", | ||
"record.metadata.usage": "Usage & constraints", | ||
"record.metadata.quality": "Metadata Quality", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same, big warning here. |
||
"record.metadata.quality.details": "Details", | ||
"record.metadata.quality.title.success": "Title is completed", | ||
"record.metadata.quality.title.failed": "Title is not completed", | ||
"record.metadata.quality.description.success": "Description is completed", | ||
"record.metadata.quality.description.failed": "Description is not completed", | ||
"record.metadata.quality.topic.success": "Topic is completed", | ||
"record.metadata.quality.topic.failed": "Topic is not completed", | ||
"record.metadata.quality.keywords.success": "Keywords are completed", | ||
"record.metadata.quality.keywords.failed": "Keywords are not completed", | ||
"record.metadata.quality.legalConstraints.success": "Legal constraints are completed", | ||
"record.metadata.quality.legalConstraints.failed": "Legal constraints are not completed", | ||
"record.metadata.quality.contact.success": "Contact is completed", | ||
"record.metadata.quality.contact.failed": "Contact is not completed", | ||
"record.metadata.quality.updateFrequency.success": "Update frequency is completed", | ||
"record.metadata.quality.updateFrequency.failed": "Update frequency is not completed", | ||
"record.metadata.quality.organisation.success": "Organisation is completed", | ||
"record.metadata.quality.organisation.failed": "Organisation is not completed", | ||
"record.more.details": "Read more", | ||
"record.tab.chart": "Chart", | ||
"record.tab.data": "Table", | ||
|
@@ -246,15 +230,16 @@ | |
"results.showMore": "Show more results...", | ||
"results.sortBy.dateStamp": "Most recent", | ||
"results.sortBy.popularity": "Popularity", | ||
"results.sortBy.relevancy": "Relevancy", | ||
"results.sortBy.qualityScore": "Quality score", | ||
"results.sortBy.relevancy": "Relevancy", | ||
"search.autocomplete.error": "Suggestions could not be fetched:", | ||
"search.error.couldNotReachApi": "The API could not be reached", | ||
"search.error.receivedError": "An error was received", | ||
"search.error.recordNotFound": "The record with identifier \"{ id }\" could not be found.", | ||
"search.field.any.placeholder": "Search datasets ...", | ||
"search.field.sortBy": "Sort by:", | ||
"search.filters.clear": "Reset", | ||
"search.filters.contact": "Contact", | ||
"search.filters.format": "Formats", | ||
"search.filters.inspireKeyword": "INSPIRE keyword", | ||
"search.filters.isSpatial": "Is spatial data", | ||
|
@@ -272,10 +257,10 @@ | |
"search.filters.license.unknown": "Unknown or absent", | ||
"search.filters.maximize": "Expand", | ||
"search.filters.minimize": "Minimize", | ||
"search.filters.publicationYear": "Publication year", | ||
"search.filters.myRecords": "Show only my records", | ||
"search.filters.myRecordsHelp": "When this is enabled, records only created by myself are shown; records created by others will not show up.", | ||
"search.filters.otherRecords": "Showing records from another person", | ||
"search.filters.publicationYear": "Publication year", | ||
"search.filters.publisher": "Organizations", | ||
"search.filters.representationType": "Representation type", | ||
"search.filters.resourceType": "Resource type", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is useless as the
gn-ui-figure
already does a translation.