iachat/app/javascript/dashboard/i18n/locale
Sojan Jose aee979ee0b
fix: add explicit remove assignment actions to macros and automations (#12172)
This updates macros and automations so agents can explicitly remove
assigned agents or teams, while keeping the existing `Assign -> None`
flow working for backward compatibility.

Fixes: #7551
Closes: #7551

## Why
The original macro change exposed unassignment only through `Assign ->
None`, which made macros behave differently from automations and left
the explicit remove actions inconsistent across the product. This keeps
the lower-risk compatibility path and adds the explicit remove actions
requested in review.

## What this change does
- Adds `Remove Assigned Agent` and `Remove Assigned Team` as explicit
actions in macros.
- Adds the same explicit remove actions in automations.
- Keeps `Assign Agent -> None` and `Assign Team -> None` working for
existing behavior and stored payloads.
- Preserves backward compatibility for existing macro and automation
execution payloads.
- Downmerges the latest `develop` and resolves the conflicts while
keeping both the new remove actions and current `develop` behavior.

## Validation
- Verified both remove actions are available and selectable in the macro
editor.
- Verified both remove actions are available and selectable in the
automation builder.
- Applied a disposable macro with `Remove Assigned Agent` and `Remove
Assigned Team` on a real conversation and confirmed both fields were
cleared.
- Applied a disposable macro with `Assign Agent -> None` and `Assign
Team -> None` on a real conversation and confirmed both fields were
still cleared.
2026-04-16 15:57:41 +05:30
..
am chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ar chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
az chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
bg chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
bn chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ca chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
cs chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
da chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
de chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
el chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
en fix: add explicit remove assignment actions to macros and automations (#12172) 2026-04-16 15:57:41 +05:30
es chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
et chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
fa chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
fi chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
fr chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
he chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
hi chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
hr chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
hu chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
hy chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
id chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
is chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
it chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ja chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ka chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ko chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
lt chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
lv chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ml chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ms chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ne chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
nl chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
no chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
pl chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
pt chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
pt_BR chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ro chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ru chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sh chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sk chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sl chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sq chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sr chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
sv chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ta chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
th chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
tl chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
tr chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
uk chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ur chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
ur_IN chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
vi chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
zh chore: Update translations (#13832) 2026-03-17 16:02:40 -07:00
zh_CN chore: Update translations (#13990) 2026-04-06 15:35:59 +05:30
zh_TW fix(i18n): improve zh-TW translation coverage and quality (#14004) 2026-04-08 13:42:20 +05:30