Files
0a181b0cea chore: Update translations (#14498)
Updates dashboard, widget, and backend locale files with the latest
translation sync from Crowdin.

## Closes

N/A

## What changed

- Refreshes translated dashboard JSON locale files across supported
languages.
- Adds the latest backend Help Center/public portal locale strings.
- Keeps the branch current with `develop` and resolves the `ar`, `fr`,
and `pt_BR` locale conflicts.

## Validation

- Parsed all changed JSON and YAML locale files successfully.
- Checked for leftover merge conflict markers.
- Ran `git diff --check`.

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-06-02 21:21:50 +05:30

47 lines
2.9 KiB
JSON

{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "{conversationCount} گفتگو انتخاب شده است",
"NONE": "هیچکدام",
"CLEAR_SELECTION": "پاک کردن",
"ASSIGN_AGENT_CONFIRMATION_LABEL": "Are you sure you want to assign {n} conversation to {agentName}? | Are you sure you want to assign {n} conversations to {agentName}?",
"UNASSIGN_AGENT_CONFIRMATION_LABEL": "Are you sure you want to unassign {n} conversation? | Are you sure you want to unassign {n} conversations?",
"YES": "بله",
"CANCEL": "انصراف",
"SEARCH_INPUT_PLACEHOLDER": "جستجو",
"ASSIGN_AGENT_TOOLTIP": "اپراتور را تعیین کنید",
"ASSIGN_TEAM_TOOLTIP": "تیم را تعیین کنید",
"ASSIGN_SUCCESFUL": "گفتگو با موفقیت اختصاص داده شده.",
"ASSIGN_FAILED": "گفتگو اختصاص داده نشد، لطفا دوباره امتحان کنید.",
"RESOLVE_SUCCESFUL": "گفتگو با موفقیت حل شد.",
"RESOLVE_FAILED": "گفتگو حل نشد، لطفا دوباره امتحان کنید.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "گفتگوهای قابل مشاهده در این صفحه فقط انتخاب می‌شوند.",
"UPDATE": {
"CHANGE_STATUS": "تغییر وضعیت",
"SNOOZE_UNTIL": "به تعویق انداختن",
"UPDATE_SUCCESFUL": "وضعیت گفتگو با موفقیت به روز شد.",
"UPDATE_FAILED": "گفتگوها به روز نشدند، لطفا دوباره امتحان کنید."
},
"RESOLVE": {
"ALL_MISSING_ATTRIBUTES": "Cannot resolve conversations due to missing required attributes",
"PARTIAL_SUCCESS": "Some conversations need required attributes before resolving and were skipped"
},
"LABELS": {
"ASSIGN_LABELS": "برچسب اختصاص دهید",
"REMOVE_LABELS": "Remove labels",
"ASSIGN_SELECTED_LABELS": "اختصاص برچسب‌های انتخاب شده",
"REMOVE_SELECTED_LABELS": "Remove selected labels",
"ASSIGN_SUCCESFUL": "برچسب‌ها با موفقیت اختصاص یافتند.",
"ASSIGN_FAILED": "اختصاص برچسب‌ به صورت موفق انجام نشد، لطفا دوباره امتحان کنید.",
"REMOVE_SUCCESFUL": "Labels removed successfully.",
"REMOVE_FAILED": "Failed to remove labels. Please try again."
},
"TEAMS": {
"NONE": "هیچکدام",
"ASSIGN_TEAM_CONFIRMATION_LABEL": "Are you sure you want to assign {n} conversation to {teamName}? | Are you sure you want to assign {n} conversations to {teamName}?",
"UNASSIGN_TEAM_CONFIRMATION_LABEL": "Are you sure you want to unassign {n} conversation? | Are you sure you want to unassign {n} conversations?",
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
"ASSIGN_FAILED": "اختصاص تیم با موفقیت انجام نشد، لطفا دوباره امتحان کنید."
}
}
}