Den tilpassede kvalitetssikringskontrol (QA) er den funktion, der muliggør effektiv håndtering af sprogspecifikke aspekter, såsom tegnsætning, numre og regulære udtryk, for at sikre mere præcise QA-kontrolresultater og højkvalitets oversættelser på alle sprog. Med tilpassede QA-kontroller kan man opdage præcis de fejl, man ønsker. Det hjælper kunderne med at undgå fejl i tekster og oversættere til at oversætte indholdet mere kyndigt.
You can manage Custom QA checks in the Organization Settings. There are two possible ways to add new Custom QA checks in your organization: create your own custom QA checks specifying a code snippet from scratch or add them from the Crowdin Marketplace.
Angiv detaljerne for det tilpassede QA-tjek i de obligatoriske felter:
crowdin-objekt
og en række egenskaber. Brug flg. struktur for at oprette kodeuddraget: object crowdin {
object file {
string name,
string fullName,
string branch,
string type
}
string sourceLanguage,
string targetLanguage,
object context {
string context,
?int maxLength,
?string pluralForm,
?string identifier
},
string contentType,
string source,
string translation
}
Code Snippet-begrænsninger
Crowdin-kodeuddrag har de nedenfor anførte begrænsninger:
date
, math
, and similar ones are not availableLæs artiklen Code Snippet for tilpassede QA-tjek for yderligere information om, hvordan egne QA-tjeks oprettes.
Alternatively, to add existing custom QA checks from the Crowdin Marketplace, follow these steps:
All custom QA checks will be available in the project’s Settings, along with QA checks provided by Crowdin. To enable custom QA checks, follow these steps:
Need help working with Custom QA Checks or have any questions? Kontakt Supportteamet.