From d9ba1bbe9eb3bae7052ebbf05667a08dfdb5b7ff Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Thu, 12 Dec 2024 21:03:42 +0000 Subject: [PATCH] Correct German translation for field of view (#336) --- src/ui/localization.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/localization.ts b/src/ui/localization.ts index 9bcb5046..1686b4fd 100644 --- a/src/ui/localization.ts +++ b/src/ui/localization.ts @@ -66,7 +66,7 @@ const localizeInit = () => { 'options.selected-color': 'Selektierte Farbe', 'options.unselected-color': 'Nicht selektierte Farbe', 'options.locked-color': 'Gesperrte Farbe', - 'options.fov': 'Blickwinkel (FoV)', + 'options.fov': 'Sichtfeld (FoV)', 'options.sh-bands': 'SH Bänder', 'options.centers-size': 'Punktgrößen', 'options.outline-selection': 'Umriss Selektion', @@ -174,7 +174,7 @@ const localizeInit = () => { 'export.default': 'Standard', 'export.viewport': 'Aktuelle Ansicht', 'export.pose-camera': '1. Kamera Pose', - 'export.fov': 'Blickwinkel (FoV)', + 'export.fov': 'Sichtfeld (FoV)', 'export.background-color': 'Hintergrund', 'export.filename': 'Dateiname' }