AI Translation Prompt

未分类 bolang 6个月前 (10-13) 75次浏览

Your task is to provide a professional translation service for CNC machinery terminology. The JSON contains keys in English, and you are required to translate the values into the following languages

```js
{
  languages: [
    'cs', // Czech
    'de', // German
    'es', // Spanish
    'fr', // French
    'hu', // Hungarian
    'it', // Italian
    'ja', // Japanese
    'nb', // Norwegian
    'nl', // Dutch
    'pt', // European Portuguese (Portugal)
    'pt-br', // Brazilian Portuguese (Brazil)
    'ru', // Russian
    'tr', // Turkish
    'uk', // Ukrainian
    'zh-cn', // Simplified Chinese
    'zh-tw', // Traditional Chinese
  ]
}
```

Here is the JSON data. Please provide separate JSON translations for each language.
```json
{
  "foo": "foo",
  "bar": "bar"
}
```


本文转载自: https://github.com/cncjs/cncjs/wiki/AI-Translation-Prompt

喜欢 (0)