From 96e5d664c1c4eb39821d1f911e15506c8ddc11e3 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sun, 25 Jan 2026 13:44:04 +0100 Subject: [PATCH] Fix placeholder-mismatched translations --- .../calendar/i18n/bs.po | 79 ++----------------- 1 file changed, 7 insertions(+), 72 deletions(-) diff --git a/odoo-bringout-oca-ocb-calendar/calendar/i18n/bs.po b/odoo-bringout-oca-ocb-calendar/calendar/i18n/bs.po index 1e50c18..bb360af 100644 --- a/odoo-bringout-oca-ocb-calendar/calendar/i18n/bs.po +++ b/odoo-bringout-oca-ocb-calendar/calendar/i18n/bs.po @@ -55,7 +55,7 @@ msgstr "%s je prihvatio pozivnicu" #: code:addons/calendar/models/calendar_attendee.py #, python-format msgid "%s has declined the invitation" -msgstr "%s u (%s Do %s) (%s)" +msgstr "%s has declined the invitation" #. module: calendar #: model:mail.template,body_html:calendar.calendar_template_meeting_changedate @@ -874,7 +874,9 @@ msgstr "" msgid "" "" -msgstr "%s has accepted invitation" +msgstr "" +"" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form @@ -884,7 +886,7 @@ msgstr " Dodaj Odoo sastanak" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid " Clear meeting" -msgstr "%s has declined invitation" +msgstr " Clear meeting" # taken from hr.po #. module: calendar @@ -1548,7 +1550,7 @@ msgstr "Svakih %(interval)s dana do %(until)s" #: code:addons/calendar/models/calendar_recurrence.py #, python-format msgid "Every %(interval)s Months day %(day)s" -msgstr "Interval ponavljanja događaja ne može biti negativan." +msgstr "Every %(interval)s Months day %(day)s" #. module: calendar #. odoo-python @@ -1822,74 +1824,7 @@ msgstr "Detalji poziva" #. module: calendar #: model:mail.template,description:calendar.calendar_template_meeting_invitation msgid "Invitation email to new attendees" -msgstr "" -"
\n" -" % set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\n" -"

\n" -" Zdravo ${object.common_name},

\n" -" This is a reminder for the below event :\n" -"

\n" -"
\n" -" \n" -" Prihvati\n" -" \n" -" Odbij\n" -" \n" -" Prikaži\n" -"
\n" -" \n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.get_interval('dayname', tz=object.partner_id.tz if not object.event_id.allday else None)}\n" -"
\n" -"
\n" -" ${object.event_id.get_interval('day', tz=object.partner_id.tz if not object.event_id.allday else None)}\n" -"
\n" -"
\n" -" ${object.event_id.get_interval('month', tz=object.partner_id.tz if not object.event_id.allday else None)}\n" -"
\n" -"
\n" -" ${not object.event_id.allday and object.event_id.get_interval('time', tz=object.partner_id.tz) or ''}\n" -"
\n" -"
\n" -" \n" -"

Details of the event

\n" -"
    \n" -" % if object.event_id.location:\n" -"
  • Lokacija: ${object.event_id.location}\n" -" (Prikaži Map)\n" -"
  • \n" -" % endif\n" -" % if object.event_id.description :\n" -"
  • Opis: ${object.event_id.description}
  • \n" -" % endif\n" -" % if not object.event_id.allday and object.event_id.duration\n" -"
  • Trajanje: ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}
  • \n" -" % endif\n" -"
  • Učesnici\n" -"
      \n" -" % for attendee in object.event_id.attendee_ids:\n" -"
    • \n" -"
      \n" -" % if attendee.common_name != object.common_name:\n" -" ${attendee.common_name}\n" -" % else:\n" -" Vi\n" -" % endif\n" -"
    • \n" -" % endfor\n" -"
  • \n" -"
\n" -"
\n" -"
\n" -" Hvala vam,\n" -"
\n" -" % if object.event_id.user_id and object.event_id.user_id.signature:\n" -" ${object.event_id.user_id.signature | safe}\n" -" % endif\n" -"
" +msgstr "Invitation email to new attendees" # taken from hr.po #. module: calendar