mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
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>
47 lines
2.7 KiB
JSON
47 lines
2.7 KiB
JSON
{
|
||
"BULK_ACTION": {
|
||
"CONVERSATIONS_SELECTED": "{conversationCount} σινομιλίες επιλέχθηκαν",
|
||
"NONE": "Κανένα",
|
||
"CLEAR_SELECTION": "Clear",
|
||
"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": "Failed to assign conversations. Please try again.",
|
||
"RESOLVE_SUCCESFUL": "Οι σινομιλίες επιλύθηκαν επιτυχώς.",
|
||
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
|
||
"ALL_CONVERSATIONS_SELECTED_ALERT": "Επιλέχθηκαν μόνο οι σινομιλίες που φαίνονται στην σελίδα.",
|
||
"UPDATE": {
|
||
"CHANGE_STATUS": "Αλλαγή κατάστασης",
|
||
"SNOOZE_UNTIL": "Αναβολή",
|
||
"UPDATE_SUCCESFUL": "Η κατάσταση συνομιλίας ενημερώθηκε με επιτυχία.",
|
||
"UPDATE_FAILED": "Failed to update conversations. Please try again."
|
||
},
|
||
"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": "Assign labels",
|
||
"REMOVE_LABELS": "Remove labels",
|
||
"ASSIGN_SELECTED_LABELS": "Ανάθεση επιλεγμένων ετικετών",
|
||
"REMOVE_SELECTED_LABELS": "Remove selected labels",
|
||
"ASSIGN_SUCCESFUL": "Επιτυχής ανάθεση ετικετών.",
|
||
"ASSIGN_FAILED": "Failed to assign labels. Please try again.",
|
||
"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": "Failed to assign team. Please try again."
|
||
}
|
||
}
|
||
}
|