-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
oarepo_requests/ui/theme/assets/semantic-ui/translations/oarepo_requests_ui/.gitignore
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
i18next-scanner.config.js | ||
scripts | ||
package.json | ||
package-lock.json | ||
translations.pot |
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
32 changes: 31 additions & 1 deletion
32
...ets/semantic-ui/translations/oarepo_requests_ui/messages/en/LC_MESSAGES/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 +1,31 @@ | ||
{} | ||
{ | ||
"Create Request": "Create Request", | ||
"Creator": "Creator", | ||
"Receiver": "Receiver", | ||
"Request type": "Request type", | ||
"Created": "Created", | ||
"No status": "No status", | ||
"My Requests": "My Requests", | ||
"No requests to show": "No requests to show", | ||
"Requests to Approve": "Requests to Approve", | ||
"Are you sure?": "Are you sure?", | ||
"Cancel": "Cancel", | ||
"OK": "OK", | ||
"Cannot send request. Please try again later.": "Cannot send request. Please try again later.", | ||
"Submit event": "Submit event", | ||
"Create request": "Create request", | ||
"Submit request": "Submit request", | ||
"Cancel request": "Cancel request", | ||
"Accept request": "Accept request", | ||
"Accept": "Accept", | ||
"Decline request": "Decline request", | ||
"Decline": "Decline", | ||
"Create and submit request": "Create and submit request", | ||
"Create and submit": "Create and submit", | ||
"Error sending request": "Error sending request", | ||
"Submit": "Submit", | ||
"Save drafted request": "Save drafted request", | ||
"Save": "Save", | ||
"Create": "Create", | ||
"Timeline": "Timeline" | ||
} |