feat(locale): add German translations - community PR (#3697)
Co-authored-by: pwespi <pwespi@pm.me>
This commit is contained in:
parent
17f528bcde
commit
ebe8f71da2
@ -29,6 +29,7 @@ const hpMN: Types.HangingProtocol.Protocol = {
|
|||||||
constraint: {
|
constraint: {
|
||||||
greaterThan: { value: 0 },
|
greaterThan: { value: 0 },
|
||||||
},
|
},
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
// This display set will select the specified items by preference
|
// This display set will select the specified items by preference
|
||||||
// It has no affect if nothing is specified in the URL.
|
// It has no affect if nothing is specified in the URL.
|
||||||
|
|||||||
@ -499,7 +499,7 @@ const toolbarButtons: Button[] = [
|
|||||||
context: 'CORNERSTONE',
|
context: 'CORNERSTONE',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'Flip Horizontal'
|
'Flip Horizontally'
|
||||||
),
|
),
|
||||||
_createToggleButton(
|
_createToggleButton(
|
||||||
'StackImageSync',
|
'StackImageSync',
|
||||||
|
|||||||
14
platform/i18n/src/locales/de/AboutModal.json
Normal file
14
platform/i18n/src/locales/de/AboutModal.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Browser": "Browser",
|
||||||
|
"Build Number": "Build-Nummer",
|
||||||
|
"Latest Master Commits": "Letzter Master Commit",
|
||||||
|
"More details": "Mehr Details",
|
||||||
|
"Name": "Name",
|
||||||
|
"About OHIF Viewer": "Über OHIF Viewer",
|
||||||
|
"OS": "OS",
|
||||||
|
"Report an issue": "Ein Problem melden",
|
||||||
|
"Repository URL": "Repository URL",
|
||||||
|
"Value": "Wert",
|
||||||
|
"Version Information": "Informationen zur Version",
|
||||||
|
"Visit the forum": "Besuchen Sie das Forum"
|
||||||
|
}
|
||||||
50
platform/i18n/src/locales/de/Buttons.json
Normal file
50
platform/i18n/src/locales/de/Buttons.json
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"Acquired": "Akquiriert",
|
||||||
|
"Angle": "Winkel",
|
||||||
|
"Axial": "Axial",
|
||||||
|
"Bidirectional": "Bidirektional",
|
||||||
|
"Brush": "Pinsel",
|
||||||
|
"CINE": "CINE",
|
||||||
|
"Cancel": "Abbrechen",
|
||||||
|
"Circle": "Kreis",
|
||||||
|
"Clear": "Leeren",
|
||||||
|
"Coronal": "Koronal",
|
||||||
|
"Crosshairs": "Fadenkreuz",
|
||||||
|
"Download": "Download",
|
||||||
|
"Ellipse": "Ellipse",
|
||||||
|
"Elliptical": "Elliptisch",
|
||||||
|
"Flip Horizontally": "Horizontal spiegeln",
|
||||||
|
"Flip Vertically": "Vertikal spiegeln",
|
||||||
|
"Freehand": "Freihand",
|
||||||
|
"Invert": "Invertieren",
|
||||||
|
"Invert Colors": "Invertieren",
|
||||||
|
"Layout": "$t(Common:Layout)",
|
||||||
|
"Grid Layout": "Rasterlayout",
|
||||||
|
"Length": "Länge",
|
||||||
|
"Levels": "Level",
|
||||||
|
"Window Level": "Helligkeit/Kontrast",
|
||||||
|
"Magnify": "Vergrössern",
|
||||||
|
"Manual": "Manuell",
|
||||||
|
"Measurements": "Messungen",
|
||||||
|
"More": "$t(Common:More)",
|
||||||
|
"Next": "$t(Common:Next)",
|
||||||
|
"Pan": "Schwenken",
|
||||||
|
"Play": "$t(Common:Play)",
|
||||||
|
"Previous": "$t(Common:Previous)",
|
||||||
|
"Probe": "Probe",
|
||||||
|
"ROI Window": "ROI Fenster",
|
||||||
|
"Rectangle": "Rechteck",
|
||||||
|
"Reset": "$t(Common:Reset)",
|
||||||
|
"Reset View": "$t(Common:Reset)",
|
||||||
|
"Reset to Defaults": "Auf Default zurücksetzen",
|
||||||
|
"Rotate Right": "Nach rechts drehen",
|
||||||
|
"Rotate +90": "Drehen +90",
|
||||||
|
"Sagittal": "Sagittal",
|
||||||
|
"Save": "Speichern",
|
||||||
|
"Stack Scroll": "Stack Scroll",
|
||||||
|
"Stop": "$t(Common:Stop)",
|
||||||
|
"Themes": "Themen",
|
||||||
|
"Zoom": "Zoomen",
|
||||||
|
"More Tools": "Weitere Werkzeuge",
|
||||||
|
"More Measure Tools": "Weitere Messwerkzeuge"
|
||||||
|
}
|
||||||
8
platform/i18n/src/locales/de/CineDialog.json
Normal file
8
platform/i18n/src/locales/de/CineDialog.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Next image": "Nächstes Bild",
|
||||||
|
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
||||||
|
"Previous image": "Vorheriges Bild",
|
||||||
|
"Skip to first image": "Zum ersten Bild springen",
|
||||||
|
"Skip to last image": "Zum letzten Bild springen",
|
||||||
|
"fps": "fps"
|
||||||
|
}
|
||||||
16
platform/i18n/src/locales/de/Common.json
Normal file
16
platform/i18n/src/locales/de/Common.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"Close": "Schliessen",
|
||||||
|
"Image": "Bild",
|
||||||
|
"Layout": "Layout",
|
||||||
|
"Measurements": "Messungen",
|
||||||
|
"More": "Mehr",
|
||||||
|
"Next": "Nächste",
|
||||||
|
"Play": "Abspielen",
|
||||||
|
"Previous": "Vorherige",
|
||||||
|
"Reset": "Zurücksetzen",
|
||||||
|
"RowsPerPage": "Zeilen pro Seite",
|
||||||
|
"Series": "Serien",
|
||||||
|
"Show": "Anzeigen",
|
||||||
|
"Stop": "Stoppen",
|
||||||
|
"StudyDate": "Studiendatum"
|
||||||
|
}
|
||||||
5
platform/i18n/src/locales/de/DatePicker.json
Normal file
5
platform/i18n/src/locales/de/DatePicker.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Clear dates": "Daten löschen",
|
||||||
|
"End Date": "Enddatum",
|
||||||
|
"Start Date": "Startdatum"
|
||||||
|
}
|
||||||
8
platform/i18n/src/locales/de/Header.json
Normal file
8
platform/i18n/src/locales/de/Header.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"About": "Über",
|
||||||
|
"Back to Viewer": "Zurück zum Viewer",
|
||||||
|
"INVESTIGATIONAL USE ONLY": "NUR FÜR FORSCHUNGSZWECKE",
|
||||||
|
"Options": "Optionen",
|
||||||
|
"Preferences": "Einstellungen",
|
||||||
|
"Study list": "Studienliste"
|
||||||
|
}
|
||||||
9
platform/i18n/src/locales/de/MeasurementTable.json
Normal file
9
platform/i18n/src/locales/de/MeasurementTable.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Criteria nonconformities": "Kriterien für Nichtkonformitäten",
|
||||||
|
"Delete": "Löschen",
|
||||||
|
"Description": "Beschreibung",
|
||||||
|
"MAX": "MAX",
|
||||||
|
"NonTargets": "NonTargets",
|
||||||
|
"Relabel": "Relabel",
|
||||||
|
"Targets": "Targets"
|
||||||
|
}
|
||||||
13
platform/i18n/src/locales/de/StudyList.json
Normal file
13
platform/i18n/src/locales/de/StudyList.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"AccessionNumber": "Eingangsnummer",
|
||||||
|
"Accession": "Eingangsnummer",
|
||||||
|
"Empty": "Leer",
|
||||||
|
"MRN": "MRN",
|
||||||
|
"Modality": "Modalität",
|
||||||
|
"Patient Name": "Patientenname",
|
||||||
|
"Study date": "Studiendatum",
|
||||||
|
"Description": "Beschreibung",
|
||||||
|
"Study list": "Studienliste",
|
||||||
|
"Instances": "Instanzen",
|
||||||
|
"Studies": "Studien"
|
||||||
|
}
|
||||||
11
platform/i18n/src/locales/de/UserPreferencesModal.json
Normal file
11
platform/i18n/src/locales/de/UserPreferencesModal.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"Cancel": "$t(Buttons:Cancel)",
|
||||||
|
"No hotkeys found": "Keine Hotkeys gefunden.",
|
||||||
|
"Reset to Defaults": "$t(Buttons:Reset to Defaults)",
|
||||||
|
"ResetDefaultMessage": "Einstellungen zurückgesetzt. Bitte speichern.",
|
||||||
|
"Save": "$t(Buttons:Save)",
|
||||||
|
"SaveMessage": "Gespeichert",
|
||||||
|
"User Preferences": "Benutzereinstellungen",
|
||||||
|
"Language": "Sprache",
|
||||||
|
"General": "Allgemein"
|
||||||
|
}
|
||||||
14
platform/i18n/src/locales/de/ViewportDownloadForm.json
Normal file
14
platform/i18n/src/locales/de/ViewportDownloadForm.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"emptyFilenameError": "Der Dateiname darf nicht leer sein.",
|
||||||
|
"fileType": "Dateityp",
|
||||||
|
"filename": "Dateiname",
|
||||||
|
"formTitle": "Bitte geben Sie die Grösse, den Dateinamen und den gewünschten Typ für das Bild an.",
|
||||||
|
"imageHeight": "Höhe (px)",
|
||||||
|
"imagePreview": "Vorschau",
|
||||||
|
"imageWidth": "Breite (px)",
|
||||||
|
"keepAspectRatio": "Seitenverhältnis beibehalten",
|
||||||
|
"loadingPreview": "Vorschau laden...",
|
||||||
|
"minHeightError": "Die Mindesthöhe beträgt 100px.",
|
||||||
|
"minWidthError": "Die Mindestbreite beträgt 100px.",
|
||||||
|
"showAnnotations": "Annotationen anzeigen"
|
||||||
|
}
|
||||||
25
platform/i18n/src/locales/de/index.js
Normal file
25
platform/i18n/src/locales/de/index.js
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import AboutModal from './AboutModal.json';
|
||||||
|
import Buttons from './Buttons.json';
|
||||||
|
import CineDialog from './CineDialog.json';
|
||||||
|
import Common from './Common.json';
|
||||||
|
import DatePicker from './DatePicker.json';
|
||||||
|
import Header from './Header.json';
|
||||||
|
import MeasurementTable from './MeasurementTable.json';
|
||||||
|
import StudyList from './StudyList.json';
|
||||||
|
import UserPreferencesModal from './UserPreferencesModal.json';
|
||||||
|
import ViewportDownloadForm from './ViewportDownloadForm.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
de: {
|
||||||
|
AboutModal,
|
||||||
|
Buttons,
|
||||||
|
CineDialog,
|
||||||
|
Common,
|
||||||
|
DatePicker,
|
||||||
|
Header,
|
||||||
|
MeasurementTable,
|
||||||
|
StudyList,
|
||||||
|
UserPreferencesModal,
|
||||||
|
ViewportDownloadForm,
|
||||||
|
},
|
||||||
|
};
|
||||||
@ -1,5 +1,6 @@
|
|||||||
import tr_TR from './tr-TR/';
|
import tr_TR from './tr-TR/';
|
||||||
import ar from './ar/';
|
import ar from './ar/';
|
||||||
|
import de from './de';
|
||||||
import en_US from './en-US/';
|
import en_US from './en-US/';
|
||||||
import es from './es/';
|
import es from './es/';
|
||||||
import fr from './fr/';
|
import fr from './fr/';
|
||||||
@ -13,6 +14,7 @@ import test_lng from './test-LNG/';
|
|||||||
export default {
|
export default {
|
||||||
...ar,
|
...ar,
|
||||||
...tr_TR,
|
...tr_TR,
|
||||||
|
...de,
|
||||||
...en_US,
|
...en_US,
|
||||||
...es,
|
...es,
|
||||||
...fr,
|
...fr,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user