-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat(i18n)/enhanced-i18n-support' of https://github.com…
- Loading branch information
Showing
27 changed files
with
194 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Context": "Context", | ||
"Error": "Error", | ||
"Error Message": "Error Message", | ||
"Something went wrong": "Something went wrong", | ||
"in": "in", | ||
"Sorry, something went wrong there. Try again.": "Sorry, something went wrong there. Try again.", | ||
"Stack Trace": "Stack Trace" | ||
} |
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,6 @@ | ||
{ | ||
"Field can't be empty": "Field can't be empty", | ||
"Hotkey is already in use": "{{pressedKeys}} already used in \"{{action}}\"", | ||
"It's not possible to define only modifier keys (ctrl, alt and shift) as a shortcut": "It's not possible to define only modifier keys (ctrl, alt and shift) as a shortcut", | ||
"Shortcut combination is not allowed": "{{pressedKeys}} shortcut combination is not allowed" | ||
} |
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,18 @@ | ||
{ | ||
"Active": "Active", | ||
"Add new segmentation": "Add new segmentation", | ||
"Add segment": "Add segment", | ||
"Add segmentation": "Add segmentation", | ||
"Delete": "Delete", | ||
"Display inactive segmentations": "Display inactive segmentations", | ||
"Export DICOM SEG": "Export DICOM SEG", | ||
"Download DICOM SEG": "Download DICOM SEG", | ||
"Download DICOM RTSTRUCT": "Download DICOM RTSTRUCT", | ||
"Fill": "Fill", | ||
"Inactive segmentations": "Inactive segmentations", | ||
"Opacity": "Opacity", | ||
"Outline": "Outline", | ||
"Rename": "Rename", | ||
"Segmentation": "Segmentation", | ||
"Size": "Size" | ||
} |
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,3 @@ | ||
{ | ||
"Tracked series": "Tracked series" | ||
} |
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
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,4 @@ | ||
{ | ||
"Copied": "Copied", | ||
"Failed to copy": "Failed to copy" | ||
} |
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
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
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,9 @@ | ||
{ | ||
"Context": "Test Context", | ||
"Error": "Test Error", | ||
"Error Message": "Test Error Message", | ||
"Something went wrong": "Test Something went wrong", | ||
"in": "in", | ||
"Sorry, something went wrong there. Try again.": "Test Sorry, something went wrong there. Try again.", | ||
"Stack Trace": "Test Stack Trace" | ||
} |
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,6 @@ | ||
{ | ||
"Field can't be empty": "Test Field can't be empty", | ||
"Hotkey is already in use": "Test {{pressedKeys}} already used in \"{{action}}\"", | ||
"It's not possible to define only modifier keys (ctrl, alt and shift) as a shortcut": "Test It's not possible to define only modifier keys (ctrl, alt and shift) as a shortcut", | ||
"Shortcut combination is not allowed": "Test {{pressedKeys}} shortcut combination is not allowed" | ||
} |
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,18 @@ | ||
{ | ||
"Active": "Test Active", | ||
"Add new segmentation": "Test Add new segmentation", | ||
"Add segment": "Test Add segment", | ||
"Add segmentation": "Test Add segmentation", | ||
"Delete": "Test Delete", | ||
"Display inactive segmentations": "Test Display inactive segmentations", | ||
"Export DICOM SEG": "Test Export DICOM SEG", | ||
"Download DICOM SEG": "Test Download DICOM SEG", | ||
"Download DICOM RTSTRUCT": "Test Download DICOM RTSTRUCT", | ||
"Fill": "Test Fill", | ||
"Inactive segmentations": "Test Inactive segmentations", | ||
"Opacity": "Test Opacity", | ||
"Outline": "Test Outline", | ||
"Rename": "Test Rename", | ||
"Segmentation": "Test Segmentation", | ||
"Size": "Test Size" | ||
} |
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,3 @@ | ||
{ | ||
"Tracked series": "Test Tracked series" | ||
} |
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,21 +1,23 @@ | ||
{ | ||
"Previous": "Test < Previous", | ||
"AccessionNumber": "Test Accession #", | ||
"Accession": "Test Accession", | ||
"Next >": "Test Next >", | ||
"< Previous": "Test < Previous", | ||
"Results per page": "Test Results per page", | ||
"Description": "Test Description", | ||
"Empty": "Test Empty", | ||
"Filter list to 100 studies or less to enable sorting": "Test Filter list to 100 studies or less to enable sorting", | ||
"Instances": "Test Instances", | ||
"MRN": "Test MRN", | ||
"Modality": "Test Modality", | ||
"Next": "Test Next >", | ||
"No studies available": "Test No studies available", | ||
"Number of studies": "Test Number of studies", | ||
"PatientName": "Test PatientName", | ||
"Patient Name": "Test Patient Name", | ||
"Description": "Test Description", | ||
"Results per page": "Test Results per page", | ||
"StudyDate": "Test Study Date", | ||
"Study date": "Test Study Date", | ||
"Number of studies": "Test Studies", | ||
"Series": "Test Series", | ||
"Instances": "Test Instances", | ||
"Study List": "Test Study List", | ||
"Study list": "Test Study list", | ||
"Filter list to 100 studies or less to enable sorting": "Test Filter list to 100 studies or less to enable sorting" | ||
"Upload": "Test Upload" | ||
} |
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,4 @@ | ||
{ | ||
"Copied": "Test Copied", | ||
"Failed to copy": "Test Failed to copy" | ||
} |
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
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
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
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
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
Oops, something went wrong.