mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
fix(i18n): add missing trailing commas in boundary falloff translations (EN, DE)
This commit is contained in:
+2
-2
@@ -109,7 +109,7 @@ export const TRANSLATIONS = {
|
||||
|
||||
// Boundary falloff
|
||||
'labels.boundaryFalloff': 'Boundary Falloff \u24d8',
|
||||
'tooltips.boundaryFalloff': 'Gradually reduces displacement to zero near masked boundaries, preventing triangle overlap where textured and non-textured regions meet.'
|
||||
'tooltips.boundaryFalloff': 'Gradually reduces displacement to zero near masked boundaries, preventing triangle overlap where textured and non-textured regions meet.',
|
||||
|
||||
// Symmetric displacement
|
||||
'labels.symmetricDisplacement': 'Symmetric displacement \u24d8',
|
||||
@@ -299,7 +299,7 @@ export const TRANSLATIONS = {
|
||||
|
||||
// Boundary falloff
|
||||
'labels.boundaryFalloff': 'Rand\u00fcbergang \u24d8',
|
||||
'tooltips.boundaryFalloff': 'Reduziert die Verschiebung schrittweise auf Null nahe maskierter Grenzen, um Dreiecks\u00fcberschneidungen an \u00dcberg\u00e4ngen zu vermeiden.'
|
||||
'tooltips.boundaryFalloff': 'Reduziert die Verschiebung schrittweise auf Null nahe maskierter Grenzen, um Dreiecks\u00fcberschneidungen an \u00dcberg\u00e4ngen zu vermeiden.',
|
||||
|
||||
// Symmetric displacement
|
||||
'labels.symmetricDisplacement': 'Symmetrische Verschiebung \u24d8',
|
||||
|
||||
Reference in New Issue
Block a user