-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 29 additions & 27 deletions
56
oarepo_ui/theme/assets/semantic-ui/translations/oarepo_ui/messages/en/translations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
{ | ||
"Remove field": "Remove field", | ||
"Language": "Language", | ||
"Search for a language by name (e.g \"eng\", \"fr\" or \"Polish\")": "Search for a language by name (e.g \"eng\", \"fr\" or \"Polish\")", | ||
"Add another language": "Add another language", | ||
"We couldn't find any matches for ": "We couldn't find any matches for ", | ||
"search": "search", | ||
"Choose": "Choose", | ||
"Selected records": "Selected records", | ||
"Something went wrong...": "Something went wrong...", | ||
"Search...": "Search...", | ||
"No results found": "No results found", | ||
"Loading...": "Loading...", | ||
"Search External Database": "Search External Database", | ||
"Search results from external API": "Search results from external API", | ||
"Draft saved with validation errors. Fields listed below that failed validation were not saved to the server": "Draft saved with validation errors. Fields listed below that failed validation were not saved to the server", | ||
"Draft saved successfully.": "Draft saved successfully.", | ||
"Draft published successfully. Redirecting to record's detail page ...": "Draft published successfully. Redirecting to record's detail page ...", | ||
"Draft deleted successfully. Redirecting to the main page ...": "Draft deleted successfully. Redirecting to the main page ...", | ||
"Start over": "Start over", | ||
"totalResults": "totalResults", | ||
"totalResults_plural": "totalResults", | ||
"resultsPerPage": "resultsPerPage", | ||
"Filters": "Filters", | ||
"Filter results": "Filter results", | ||
"Sort by": "Sort by", | ||
"Sort": "Sort" | ||
} | ||
"Remove field": "Remove field", | ||
"Language": "Language", | ||
"Search for a language by name (e.g \"eng\", \"fr\" or \"Polish\")": "Search for a language by name (e.g \"eng\", \"fr\" or \"Polish\")", | ||
"Add another language": "Add another language", | ||
"We couldn't find any matches for ": "We couldn't find any matches for ", | ||
"search": "search", | ||
"Choose": "Choose", | ||
"Selected records": "Selected records", | ||
"Something went wrong...": "Something went wrong...", | ||
"Search...": "Search...", | ||
"No results found": "No results found", | ||
"Loading...": "Loading...", | ||
"Search External Database": "Search External Database", | ||
"Search results from external API": "Search results from external API", | ||
"Draft saved with validation errors. Fields listed below that failed validation were not saved to the server": "Draft saved with validation errors. Fields listed below that failed validation were not saved to the server", | ||
"Draft saved successfully.": "Draft saved successfully.", | ||
"Draft published successfully. Redirecting to record's detail page ...": "Draft published successfully. Redirecting to record's detail page ...", | ||
"Draft deleted successfully. Redirecting to the main page ...": "Draft deleted successfully. Redirecting to the main page ...", | ||
"Start over": "Start over", | ||
"totalResults": "totalResults", | ||
"totalResults_plural": "totalResults", | ||
"resultsPerPage": "resultsPerPage", | ||
"Filters": "Filters", | ||
"Filter results": "Filter results", | ||
"Sort by": "Sort by", | ||
"Sort": "Sort", | ||
"totalResults_one": "{{count}} result", | ||
"totalResults_other": "{{count}} results" | ||
} |