Skip to content

i18n: add translations for new v2.7 UI strings across 15 languages (de, fr, es, it, nl, pl, ru, uk, tr, pt_BR, sv, cs, hu, ko, ja)#10810

Open
BenJule wants to merge 5 commits into
bambulab:masterfrom
BenJule:fix/de-translations-v2.7
Open

i18n: add translations for new v2.7 UI strings across 15 languages (de, fr, es, it, nl, pl, ru, uk, tr, pt_BR, sv, cs, hu, ko, ja)#10810
BenJule wants to merge 5 commits into
bambulab:masterfrom
BenJule:fix/de-translations-v2.7

Conversation

@BenJule
Copy link
Copy Markdown

@BenJule BenJule commented May 20, 2026

Problem

BambuStudio v2.7 introduced several new features (texture import, enhanced device status) whose UI strings were never translated into German, leaving them displayed in English for German-speaking users.

Changes

43 missing msgstr entries added to bbl/i18n/de/BambuStudio_de.po, grouped by area:

Texture import workflow (new in v2.7):

  • Multi-Color, Color Count, Smooth Level, Filament Mapping, New Filaments
  • Skip Matching, Add Material, Import Model, Processing
  • Computing / Applying texture colors…, Texture colors applied., Texture Import Warning
  • Auto-merge same filament, Filament-Zuordnung überspringen, Reminder: parameters changed…
  • Automatically determine optimal color count, Convert texture to painting…

Device status / calibration messages:

  • Paused (filament ran out), Heating nozzle, Updating object list…
  • Placing model on the bed…, Calibrating flow ratio, Calibrating dynamic flow
  • Calibrating BirdsEye Camera, Live View Camera Calibration, Measure motion accuracy
  • Pause (nozzle clumping), Pause (first layer error)

General UI labels:

  • Filter, Recommend, Old version, Operation, High Temp
  • How to change settings?, Support fast purge mode, Override overhang speed
  • Skeleton infill pattern, Why use the Beta version?, Try Now

Notes

  • Only bbl/i18n/de/BambuStudio_de.po is changed — no source code or other locales affected
  • The two motion-precision strings (Measuring/Enhancing motion precision) are covered by a separate typo-fix PR

Closes #10855.

@BenJule BenJule force-pushed the fix/de-translations-v2.7 branch from 383fe88 to 44f4c11 Compare May 20, 2026 14:24
@BenJule BenJule changed the title i18n(de): add German translations for 43 untranslated v2.7 UI strings i18n(de): add German translations for 131 untranslated v2.7 UI strings May 20, 2026
@BenJule BenJule changed the title i18n(de): add German translations for 131 untranslated v2.7 UI strings i18n: add translations for new v2.7 UI strings across 15 languages (de, fr, es, it, nl, pl, ru, uk, tr, pt_BR, sv, cs, hu, ko, ja) May 20, 2026
@BenJule BenJule force-pushed the fix/de-translations-v2.7 branch from 01a305d to 2aa361f Compare May 21, 2026 08:31
BenJule added 5 commits May 21, 2026 10:52
The upstream build_all.yml only listed 'main' as a push trigger.
BenJule/BambuStudio uses 'master' as its default branch, so CI never
fired on fork-local pushes. Adding 'master' alongside 'main' makes
the full multi-platform build run when master is updated.
… locale files

The fila_manager web page was hardcoded in Chinese (lang="zh") with no
internationalization support. This commit adds a lightweight i18n system:

- Add locales/en.json and locales/zh_CN.json with all UI strings
- Add t(key) / tf(key, n) translation helpers loaded at startup
- Apply translations via data-i18n / data-i18n-placeholder attributes in HTML
- Replace all hardcoded Chinese strings in index.js with t() calls
- Language is resolved from the ?lang= URL parameter passed by C++
Previously untranslated strings added, covering:

Texture import workflow (new in v2.7):
- Multi-Color, Color Count, Smooth Level, Filament Mapping, New Filaments
- Skip Matching, Add Material, Import Model, Processing
- Computing/Applying texture colors, Texture Import Warning
- Auto-merge same filament, Reminder: parameters changed, etc.

Device status / calibration messages:
- Paused (filament ran out), Heating nozzle, Pause (nozzle clog/clumping)
- Pause (step loss/cutter error/front cover/Gcode/AMS offline)
- Pause (nozzle/heatbed temperature malfunction, chamber control problem)
- Calibrating flow ratio, dynamic flow, BirdsEye Camera
- Waiting for heatbed, Updating 3D view, Placing model on bed

Settings and descriptions:
- Purge Mode Fast/Standard, Flush multiplier, Override overhang speed
- Printer/Process/Filament presets (%d/%d), Auto Check Material
- Bed/Y-axis mass and force limits, Software Update, Current Version

UI labels and dialogs:
- Filter, Recommend, Old version, Operation, High Temp, Saving
- Nothing selected, Filament Manager, Skin/Skeleton infill pattern
- New Beta Available, Don't show Beta updates, Separate config folder
- File chooser dialogs, error messages, TPU warning
Fills previously missing msgstr entries in fr, es, it, nl, pl, ru, uk,
tr, pt_BR, sv, cs, hu, ko, ja covering the same string categories
already translated for de in a prior commit:

- Texture import workflow (Multi-Color, Color Count, Filament Mapping,
  Skip Matching, Computing/Applying texture colors, Texture Import
  Warning, Auto-merge same filament, etc.)
- Device status / pause messages (filament ran out, nozzle clog/clumping,
  step loss, AMS offline, heatbed/nozzle temperature malfunction,
  chamber control problem, Gcode by user, front cover, heatbreak fan)
- Calibration states (flow ratio, dynamic flow, BirdsEye Camera,
  Live View Camera, motion accuracy)
- General UI labels (Filter, Saving, Limits, Cool, Fast, Text,
  Software Update, Current Version, Filament Manager, Nothing selected,
  Purge Mode Fast/Standard, Printer/Process/Filament presets, etc.)
- Beta update flow (New Beta Available, Don't show again, Why use Beta,
  Try Now, Importing model, Updating 3D view, Model imported)
@BenJule BenJule force-pushed the fix/de-translations-v2.7 branch from 2aa361f to 432106b Compare May 21, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New v2.7 UI strings untranslated in 15 languages (de, fr, es, it, nl, pl, ru, uk, tr, pt_BR, sv, cs, hu, ko, ja)

1 participant