summaryrefslogtreecommitdiffhomepage
path: root/Translations
AgeCommit message (Collapse)Author
2023-09-28Update translation_SK.jsonOndrej Galbavy
2023-09-28Update translation_SK.jsonOndrej Galbavy
2023-09-22Add missing Chinese translationdogtopus
I'm not very good at zh_TW so some of the terms might sound strange.
2023-08-15Merge branch 'dev' into discip-patch-2discip
2023-08-12Update translation_SK.jsonMarek Kraus
2023-08-12Merge branch 'dev' into discip-patch-2discip
2023-08-12Merge branch 'translation_RU' of ssh.github.com:ia/IronOS-plus into ↵Ivan Zorin
translation_RU
2023-08-12translation_RU: fix ResetOKMessageIvan Zorin
2023-08-11Merge branch 'dev' into translation_RUdiscip
2023-08-11Update & translate for Russian languageIvan Zorin
2023-08-11Update & translate for Bulgarian languageIvan Zorin
2023-08-11Merge branch 'dev' into discip-patch-2discip
2023-08-11Update translation_CS.jsonDavid Rothbauer
completed czech translation
2023-08-07Update translation_DE.jsondiscip
2023-08-07Update translation_IT.json (#1784)Federico Di Lorenzo
2023-08-07Update tagging for detached commit case & update docs (#1783)Ivan Zorin
make_translation.py: update tagging for detached commit case & update docs
2023-08-05Swedish translation update to include new strings (#1779)TheMoo96
* update swedish translation * Add linebreak char
2023-08-04Implement proper git SHA ID marking for builds during pull-requests (#1772)Ivan Zorin
* debug github CI git meta info * fix push.yml format * fix push.yml for shell * try to fix push.yml * try to fix push.yml run * try to fix push.yml run for multi * keep debugging * try to do as less changes as possible * Implement proper git tagging for builds during pull-requests * Unify new-line separators between build steps * Keep debugging * make_translation.py: fix formatting * push.yml: try to set ENV values * push.yml: fix copy-paste error * Remove extra env var * Experimenting * Testing upper() * Re-testing upper() * Revert tested values * make_translation.py: add new lines between blocks to improve readability * Reformulate docs & comments * make_translation.py: remove debugging print * make_translation.py: simplify check for SHA ID env var / code review * make_translation.py: fix condition --------- Co-authored-by: Ben V. Brown <[email protected]>
2023-08-02Merge branch 'dev' into Short-DetectionBen V. Brown
2023-08-02Remove exec bit from a translation json file (#1770)Ivan Zorin
Remove exec bit for json file
2023-08-01Merge branch 'dev' into Short-Detectiondiscip
2023-08-01Update translation_UK.jsondiscip
2023-07-31Update translation_UK.jsonyegor
2023-07-28Merge branch 'dev' into Short-DetectionBen V. Brown
2023-07-28Add warning for Tip Shorted to translationsBen V. Brown
2023-07-24Enhanced V calibration (#1758)discip
2023-07-19Update translation_IT.jsonFederico Di Lorenzo
Little fix
2023-07-15Translations/: add missing exec bit for python scripts (#1742)Ivan Zorin
2023-07-10Suggestion to update BUILD_VERSION policy (#1733)Ivan Zorin
* version.h: update BUILD_VERSION policy / PoC * Fix misplaced chars * make_translation.py: implement get_version_suffix() function to extend BUILD_VERSION build type legend data * version.h: update version policy info according to implementation of get_version_suffix() function in make_translation.py * Version policy update: add double-check for release tag so if version doesn't match use another letter T * make_translation.py: fix extra tabulation * version.h: tiny tidy update for version format * Documentation/DebugMenu.md: update info on version line & date * Documentation/DebugMenu.md: fix formatting & mistypes --------- Co-authored-by: discip <[email protected]>
2023-06-29Update translation_SR_LATN.jsondiscip
2023-06-29Update translation_SR_CYRL.jsondiscip
2023-06-29Update translation_NL_BE.jsondiscip
2023-06-29Update translation_DE.jsondiscip
2023-06-29correct wording for 'max power'discip
2023-06-19Update translation_PT.json (#1716)TheScientistPT
2023-06-19Spanish translation is 100% complete (#1715)Paul Navarro
Spanish trabsaltion is 100% complete
2023-06-18TS101 (#1695)Ben V. Brown
* Refactor I2C_SOFT to new #define * Stitch in some of TS101 Update ShowStartupWarnings.cpp Update OLED.hpp Update stm32f1xx_hal_msp.c Update Setup.cpp Update Power.cpp Update Pins.h Update configuration.h Power Muxing Working dual input Voltage handler Scan mode required for differing injected channels Inject both dc readings Update configuration.h Update configuration.h Use htim4 for adc control on TS101 Refactor htim names Add ADC_TRIGGER Speed up BB I2C a lil Update configuration.h Update startup_stm32f103t8ux.S Update configuration.h Add LIS2DH clone LIS2DH gains another clone Create tooling to allow mapping accelerometers onto different buses Update startup_stm32f103t8ux.S Ensure PD IRQ is pulled up * Stitch in some of TS101 Update ShowStartupWarnings.cpp Update OLED.hpp Update stm32f1xx_hal_msp.c Update Setup.cpp Update Power.cpp Update Pins.h Update configuration.h Power Muxing Working dual input Voltage handler Scan mode required for differing injected channels Inject both dc readings Update configuration.h Update configuration.h Use htim4 for adc control on TS101 Refactor htim names Add ADC_TRIGGER Speed up BB I2C a lil Update configuration.h Update startup_stm32f103t8ux.S Update configuration.h Add LIS2DH clone LIS2DH gains another clone Create tooling to allow mapping accelerometers onto different buses Update startup_stm32f103t8ux.S Ensure PD IRQ is pulled up Allow toggle which button enters PD debug * Update Pins.h * Fix hard coded IRQ Pin Update stm32f1xx_it.c * Enable EPR * Tip resistance measurement * TS101 is a direct drive tip Update BSP.cpp * Add S60 and TS101 to builds Update push.yml * Update MOVThread.cpp * Refactor power menu handler * Correct prescaler Forgot to update since I changed the period * Tune in the timer divider for tip control to make PWM less audible --------- Co-authored-by: discip <[email protected]>
2023-06-18Show power source type on detailed screen in soldering mode (#1708) (#1709)Ivan Zorin
* Show power source type on detailed screen in soldering mode (#1708) * Update according to code review
2023-06-03S60 Support (#1692)Ben V. Brown
* Mock S60 * cleanup * Start refactor of OLED init * Setup timers roughly * Set Vector table offset correctly Update system_stm32f1xx.c * Update OLED.cpp * Update stm32f1xx_hal_msp.c * Update configuration.h * I2C init before GPIO From Errata Update stm32f1xx_hal_msp.c Update Software_I2C.h Allow no hardware I2C * I2C BB run bus unlock at init * cleanups * Software I2C for now * Mildly more graceful Interpolate * Handle is powered by DC Update Power.cpp Update drawPowerSourceIcon.cpp Update configuration.h Update Setup.cpp * Cleanup HomeScreen * Segment remap oled at init * Cleanup * Update MOVThread.cpp * Fix PWM Init * Fix adc2 trigger * Update configs * Fixup warning * Saner default config * Update ThermoModel.cpp * Util for current@voltage * Hub238 warning * Add hub238 handling in power mode * Update USBPDDebug_FUSB.cpp * HUSB238 debug * Hook PSU Limit * Use wrapping section of GRAM for scroll Update OLED.hpp * Update NTC table * Fix HUB voltage picker * Cleanup * Larger tip filter * Calibrate in a bunch closer Update ThermoModel.cpp * Update configuration.h * Update HUB238.cpp * Update configuration.h * Movement Pin * Update BSP.cpp * tim2 irq * Rough timer conversion (adc broken) but movement working * Fix tim2 start * Faster base PWM * Ensure utils grabs config * Add wattage limiter tolerance for device * Speed up PWM and enable PWM current limiting * tune for 12v * Prevent start until PD done * Update configuration.h * Add HUB238 check for have re-negotiated * Adjust timer to avoid noise when its possible
2023-05-26Update translation_RU.jsonAlex
some fix
2023-05-26Update translation_RU.jsonAlex
Updated new ENG sentences to Russian.
2023-05-25Fixed descriptionsMAuCTEP
Fixed text and logo speed description
2023-05-24Fixed descriptionsMAuCTEP
Fixed text and logo speed description
2023-05-18Update translation_IT.jsonFederico Di Lorenzo
2023-05-17Update translation_IT.jsonFederico Di Lorenzo
2023-05-06Update translation_FR.jsonHanaO00
2023-04-27corrected wordingdiscip
2023-04-27Update translation_DE.jsondiscip
Unfortunately, the previous sentence didn't fit on the screen.
2023-04-25Update Translations/translation_DE.jsonLaura
Co-authored-by: discip <[email protected]>
2023-04-25Adjusted CJK and generalized some descriptionsdiscip