File extension: .json
Ability to edit the source file in Nitro: no
Can be translated via Nitro API: yes
Maximum file size: 30 MB
Click the "Choose a file" button on the New order page in Nitro.
Select "Upload from your computer" and add a file you want to translate.
You can also send your .json file for translation via Nitro API. More details in the documentation: https://developer.nitro.alconost.com.
{
"key1": "value1";
"key2": {
"key2_1": "value2_1"
},
"key3": [
"value3_1",
"value3_2"
]
}
"key1", "key2", and "key3" are keys. The text contained in the keys is available to the translator as part of the context to the corresponding value and will be transferred unchanged to the final file with the translation.
"value1", "value2", and "value3" are values. Values are processed as text to be translated. The translator will see this text in the editor and translate it into the required languages.
You can only upload a valid .json file for translation.
The file won't be validated in the following cases:
There is a key but no value.
There is a value but no key.
There is no comma between two key-value pairs.
There is a comma after the last element of an object or array.
The key or value has no closed quotes.
There is an opening curly bracket but no closing curly bracket, or vice versa.
There is an opening square bracket but no closing square bracket, or vice versa.
Once the translation is complete, you'll receive the file back with the same formatting. We will send you an e-mail notification with a link to the file with the translation.
The file also will be accessible in your Nitro account:
Open Nitro.
Go to the Orders page.
The completed order with the translation will be the first item in the Completed table.