chore: Update translations from Crowdin (#9835)

This commit is contained in:
Chatwoot Bot
2024-07-26 00:28:22 +05:30
committed by GitHub
parent 239c61095a
commit 027a540bbd
435 changed files with 12737 additions and 2698 deletions

View File

@@ -209,6 +209,87 @@
"API_SUCCESS": "Aplicația Tablou de bord ștearsă cu succes",
"API_ERROR": "Nu am putut șterge aplicația. Încercați din nou mai târziu"
}
},
"LINEAR": {
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
"LOADING": "Fetching linear issues...",
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
"CREATE": "Creeaza",
"LINK": {
"SEARCH": "Search issues",
"SELECT": "Select issue",
"TITLE": "Legătură",
"EMPTY_LIST": "No linear issues found",
"LOADING": "Loading",
"ERROR": "There was an error fetching the linear issues, please try again",
"LINK_SUCCESS": "Issue linked successfully",
"LINK_ERROR": "There was an error linking the issue, please try again",
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
},
"ADD_OR_LINK": {
"TITLE": "Create/link linear issue",
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
"FORM": {
"TITLE": {
"LABEL": "Titlu",
"PLACEHOLDER": "Enter title",
"REQUIRED_ERROR": "Titlul este necesar"
},
"DESCRIPTION": {
"LABEL": "Descriere",
"PLACEHOLDER": "Enter description"
},
"TEAM": {
"LABEL": "Echipa",
"PLACEHOLDER": "Selectați echipa",
"SEARCH": "Search team",
"REQUIRED_ERROR": "Team is required"
},
"ASSIGNEE": {
"LABEL": "Assignee",
"PLACEHOLDER": "Select assignee",
"SEARCH": "Search assignee"
},
"PRIORITY": {
"LABEL": "Prioritate",
"PLACEHOLDER": "Selectați prioritatea",
"SEARCH": "Search priority"
},
"LABEL": {
"LABEL": "Etichetă",
"PLACEHOLDER": "Select label",
"SEARCH": "Search label"
},
"STATUS": {
"LABEL": "Status",
"PLACEHOLDER": "Select status",
"SEARCH": "Search status"
},
"PROJECT": {
"LABEL": "Project",
"PLACEHOLDER": "Select project",
"SEARCH": "Search project"
}
},
"CREATE": "Creeaza",
"CANCEL": "Renunță",
"CREATE_SUCCESS": "Issue created successfully",
"CREATE_ERROR": "There was an error creating the issue, please try again",
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
},
"ISSUE": {
"STATUS": "Status",
"PRIORITY": "Prioritate",
"ASSIGNEE": "Assignee",
"LABELS": "Etichete",
"CREATED_AT": "Created at %{createdAt}"
},
"UNLINK": {
"TITLE": "Unlink",
"SUCCESS": "Issue unlinked successfully",
"ERROR": "There was an error unlinking the issue, please try again"
}
}
}
}