|
| 1 | +{ |
| 2 | + "appName": { |
| 3 | + "message": "FontDetector", |
| 4 | + "description": "The name of the extension" |
| 5 | + }, |
| 6 | + "appDesc": { |
| 7 | + "message": "Zeigt Schriftinformationen beim Überfahren von Textelementen an.", |
| 8 | + "description": "The description of the extension" |
| 9 | + }, |
| 10 | + "fontFamily": { |
| 11 | + "message": "Schriftfamilie", |
| 12 | + "description": "Label for font family" |
| 13 | + }, |
| 14 | + "fontWeight": { |
| 15 | + "message": "Schriftstärke", |
| 16 | + "description": "Label for font weight" |
| 17 | + }, |
| 18 | + "fontSize": { |
| 19 | + "message": "Schriftgröße", |
| 20 | + "description": "Label for font size" |
| 21 | + }, |
| 22 | + "lineHeight": { |
| 23 | + "message": "Zeilenhöhe", |
| 24 | + "description": "Label for line height" |
| 25 | + }, |
| 26 | + "letterSpacing": { |
| 27 | + "message": "Zeichenabstand", |
| 28 | + "description": "Label for letter spacing" |
| 29 | + }, |
| 30 | + "textAlign": { |
| 31 | + "message": "Textausrichtung", |
| 32 | + "description": "Label for text alignment" |
| 33 | + }, |
| 34 | + "color": { |
| 35 | + "message": "Farbe", |
| 36 | + "description": "Label for color" |
| 37 | + }, |
| 38 | + "colorHex": { |
| 39 | + "message": "Hex", |
| 40 | + "description": "Label for HEX color format" |
| 41 | + }, |
| 42 | + "colorLCH": { |
| 43 | + "message": "Farbe[LCH]", |
| 44 | + "description": "Label for LCH color format" |
| 45 | + }, |
| 46 | + "colorHCL": { |
| 47 | + "message": "Farbe[HCL]", |
| 48 | + "description": "Label for HCL color format" |
| 49 | + }, |
| 50 | + "copied": { |
| 51 | + "message": "Kopiert", |
| 52 | + "description": "Text shown after copying" |
| 53 | + }, |
| 54 | + "noFontFound": { |
| 55 | + "message": "Keine Schriftinformationen verfügbar", |
| 56 | + "description": "Message when no font information is found" |
| 57 | + }, |
| 58 | + "clickToCopy": { |
| 59 | + "message": "Klicken zum Kopieren", |
| 60 | + "description": "Tooltip for copy button" |
| 61 | + }, |
| 62 | + "selectToViewFontInfo": { |
| 63 | + "message": "Auswählen, um Schriftinfos zu sehen", |
| 64 | + "description": "Mini tooltip hint text" |
| 65 | + }, |
| 66 | + "downloadFont": { |
| 67 | + "message": "Schriftart herunterladen", |
| 68 | + "description": "Label for download font action" |
| 69 | + }, |
| 70 | + "downloadStarted": { |
| 71 | + "message": "Wird heruntergeladen...", |
| 72 | + "description": "Text shown when font download starts" |
| 73 | + }, |
| 74 | + "searchingDownload": { |
| 75 | + "message": "Suche nach Download...", |
| 76 | + "description": "Text shown while searching for font download" |
| 77 | + } |
| 78 | +} |
0 commit comments