Skip to content

Commit

Permalink
Updated translations. Added Romanian.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 9, 2018
1 parent 6ea961d commit 18e547f
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 16 deletions.
35 changes: 19 additions & 16 deletions locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"image": "Bild",
"info": "Info",
"downloadState": "Zustand herunterladen",
"drawList": "Annotations",
"search": "Search",
"drawList": "Vermerke",
"search": "Suche",
"id": "ID",
"slice": "Slice",
"frame": "Frame",
"type": "Type",
"color": "Color",
"slice": "Schnitt",
"frame": "Einzelbild",
"type": "Typ",
"color": "Farbe",
"label": "Label",
"description": "Description",
"editMode": "Edit Mode",
"deleteDraws": "Delete All",
"visible": "Visible"
"description": "Beschreibung",
"editMode": "Bearbeitungsmodus",
"deleteDraws": "Alles löschen",
"visible": "Sichtbar"
},
"colour": {
"Yellow": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"unit": {
"mm": "mm",
"cm2": "cm²",
"degree": "\u00B0"
"degree": "°"
},
"help": {
"intro": {
Expand Down Expand Up @@ -90,10 +90,10 @@
"Scroll": {
"name": "Scrollen",
"brief": "The scroll tool allows to scroll through slices/frames. ",
"double_click": "A double click launches a slice or frame play. A single click stops it.",
"double_click": "Doppelklick startet die Wiedergabe einer Schnitt- oder Bildsequenz. Einfacher Klick stoppt die Wiedergabe.",
"tap_and_hold": "A tap and hold launches a slice or frame play. A single tap stops it.",
"mouse_drag": "Drag the mouse vertically to change the slice, horizontally to change the frame. Keyboard shortcuts: CTRL + up or down arrow to change slices, CTRL + left or right arrow to change frames.",
"touch_drag": "Drag your finger vertically to change the slice, horizontally to change the frame."
"touch_drag": "Vertikales Ziehen ändert das Schnittbild, horizontales das zeitliche Einzelbild."
},
"Draw": {
"name": "Zeichnen",
Expand Down Expand Up @@ -129,7 +129,7 @@ Click on pixel to create a contour based on its intensity.",
"name": "Linie"
},
"Ruler": {
"name": "Ruler"
"name": "Lineal"
},
"Protractor": {
"name": "Winkelmesser"
Expand All @@ -144,16 +144,19 @@ Click on pixel to create a contour based on its intensity.",
"name": "Ellipse"
},
"Arrow": {
"name": "Arrow"
"name": "Pfeil"
},
"FreeHand": {
"name": "Free hand"
"name": "Freihand"
}
},
"io": {
"File": {
"name": "Datei"
},
"Folder": {
"name": "Folder"
},
"Url": {
"name": "URL"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
"File": {
"name": "Fichero"
},
"Folder": {
"name": "Folder"
},
"Url": {
"name": "Url"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
"File": {
"name": "File"
},
"Folder": {
"name": "Folder"
},
"Url": {
"name": "Url"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/jp/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
"File": {
"name": "ファイル"
},
"Folder": {
"name": "Folder"
},
"Url": {
"name": "URL"
},
Expand Down
62 changes: 62 additions & 0 deletions locales/ro/overlays.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"US": [
{"tags": ["x00100020"], "pos": "tl"},
{"tags": ["x00100010", "x00100040"], "pos": "tl", "format": "{v0} [{v1}]"},
{"tags": ["x00100030"], "pos": "tl"},

{"tags": ["x00200011", "x00200012", "x00200013"], "pos": "bl", "format": "{v0}:{v1}:{v2}"},
{"tags": ["x00280010", "x00280011"], "pos": "bl", "format": "RES: {v0}x{v1}"},
{"tags": ["x00181100"], "pos": "bl", "format": "FOV: {v0}"},

{"tags": ["x00080080"], "pos": "tr"},
{"tags": ["x00080020", "x00080030"], "pos": "tr", "format": "{v0} {v1}"},
{"tags": ["x00080060"], "pos": "tr"},

{"value": "window-center", "pos": "br", "format": "WC: {v0}"},
{"value": "window-width", "pos": "br", "format": "WW: {v0}"},
{"value": "zoom", "pos": "br", "format": "Z: {v0}"},
{"value": "offset", "pos": "br", "format": "Off: {v0},{v1}"},
{"value": "position", "pos": "br", "format": "Pos: {v0},{v1},{v2}"},
{"value": "frame", "pos": "br", "format": "Frame: {v0}"},
{"value": "value", "pos": "br", "format": "Value: {v0}"}
],
"DOM": [
{"tags": ["fileName"], "pos": "tl"},

{"tags": ["fileType"], "pos": "tr"},

{"tags": ["imageWidth", "imageHeight"], "pos": "bl", "format": "RES: {v0}x{v1}"},

{"value": "window-center", "pos": "br", "format": "WC: {v0}"},
{"value": "window-width", "pos": "br", "format": "WW: {v0}"},
{"value": "zoom", "pos": "br", "format": "Z: {v0}"},
{"value": "offset", "pos": "br", "format": "Off: {v0},{v1}"},
{"value": "position", "pos": "br", "format": "Pos: {v0},{v1},{v2}"},
{"value": "frame", "pos": "br", "format": "Frame: {v0}"},
{"value": "value", "pos": "br", "format": "Value: {v0}"}
],
"*": [
{"tags": ["x00100020"], "pos": "tl"},
{"tags": ["x00100010", "x00100040"], "pos": "tl", "format": "{v0} [{v1}]"},
{"tags": ["x00100030"], "pos": "tl"},

{"tags": ["x00200011", "x00200012", "x00200013"], "pos": "bl", "format": "{v0}:{v1}:{v2}"},
{"tags": ["x00185100"], "pos": "bl"},
{"tags": ["x00201041"], "pos": "bl", "format": "SL: {v0}"},
{"tags": ["x00180050"], "pos": "bl", "format": "ST: {v0}"},
{"tags": ["x00280010", "x00280011"], "pos": "bl", "format": "RES: {v0}x{v1}"},
{"tags": ["x00181100"], "pos": "bl", "format": "FOV: {v0}"},

{"tags": ["x00080080"], "pos": "tr"},
{"tags": ["x00080020", "x00080030"], "pos": "tr", "format": "{v0} {v1}"},
{"tags": ["x00080060"], "pos": "tr"},

{"value": "window-center", "pos": "br", "format": "WC: {v0}"},
{"value": "window-width", "pos": "br", "format": "WW: {v0}"},
{"value": "zoom", "pos": "br", "format": "Z: {v0}"},
{"value": "offset", "pos": "br", "format": "Off: {v0},{v1}"},
{"value": "position", "pos": "br", "format": "Pos: {v0},{v1},{v2}"},
{"value": "frame", "pos": "br", "format": "Frame: {v0}"},
{"value": "value", "pos": "br", "format": "Value: {v0}"}
]
}
Loading

0 comments on commit 18e547f

Please sign in to comment.