+++ This bug was initially created as a clone of Bug #161428 +++ In sc/inc/scfuncs.hrc // -=*# Resources for function SCAN #*=- const TranslateId ocSCAN_ARY[] = { NC_("ocSCAN", "Progressively applies a LAMBDA function to each element in an array and returns an array of all intermediate values."), NC_("ocSCAN", "Initial value"), NC_("ocSCAN", "Optional initial value of the accumulator."), NC_("ocSCAN", "Array"), NC_("ocSCAN", "The array to be scanned."), NC_("ocSCAN", "Formula"), NC_("ocSCAN", "A LAMBDA function that will be called on each cell of the array.") };
Ben Urban committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e5386e95c8f9f1f622e87b0302c92b42f69e22cc tdf#172823: Add UI strings for SCAN function to Calc It will be available in 27.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.