details: https://code.tryton.org/translations/commit/1ac3bc055a61 branch: default user: Weblate <[email protected]> date: Tue Apr 07 19:36:26 2026 +0200 description: Late update for release 8.0 diffstat:
templates/ir.pot | 10 +++++----- templates/production_work_timesheet.pot | 8 ++++++++ templates/res.pot | 4 ++++ 3 files changed, 17 insertions(+), 5 deletions(-) diffs (56 lines): diff -r ba62c50bbfc8 -r 1ac3bc055a61 templates/ir.pot --- a/templates/ir.pot Tue Apr 07 07:11:15 2026 +0000 +++ b/templates/ir.pot Tue Apr 07 19:36:26 2026 +0200 @@ -2999,6 +2999,11 @@ msgid "\"%(name)s\" left" msgstr "" +#, python-format +msgctxt "model:ir.message,text:msg_chat_subject" +msgid "%(channel)s: %(author)s left a message" +msgstr "" + msgctxt "model:ir.message,text:msg_chat_user_or_email" msgid "Only user or email can be filled." msgstr "" @@ -3459,11 +3464,6 @@ msgstr "" #, python-format -msgctxt "model:ir.message,text:msg_subject" -msgid "%(resource)s: %(author)s left a message" -msgstr "" - -#, python-format msgctxt "model:ir.message,text:msg_time_format_validation_record" msgid "" "The time value \"%(value)s\" for field \"%(field)s\" in record " diff -r ba62c50bbfc8 -r 1ac3bc055a61 templates/production_work_timesheet.pot --- a/templates/production_work_timesheet.pot Tue Apr 07 07:11:15 2026 +0000 +++ b/templates/production_work_timesheet.pot Tue Apr 07 19:36:26 2026 +0200 @@ -21,3 +21,11 @@ msgctxt "field:production.work,timesheet_works:" msgid "Timesheet Works" msgstr "" + +msgctxt "field:production.work.center,include_timesheet_cost:" +msgid "Include Timesheet Cost" +msgstr "" + +msgctxt "help:production.work.center,include_timesheet_cost:" +msgid "Check to add the timesheet cost to the work cost." +msgstr "" diff -r ba62c50bbfc8 -r 1ac3bc055a61 templates/res.pot --- a/templates/res.pot Tue Apr 07 07:11:15 2026 +0000 +++ b/templates/res.pot Tue Apr 07 19:36:26 2026 +0200 @@ -414,6 +414,10 @@ msgid "The password will expire in [1:%(datetime)s]." msgstr "" +msgctxt "selection:res.user.application,application:" +msgid "REST API" +msgstr "" + msgctxt "selection:res.user.application,state:" msgid "Cancelled" msgstr ""
