こちらのページは利用できません 日本語.

iOS Strings

bulit

File extension: .strings

bulit

Ability to edit a source file in Nitro: no

bulit

Can be translated via Nitro API: yes

bulit

Support for plurals: no

bulit

Maximum file size: 30 MB

Adding a file for translation

  1. Click the "Choose a file" button on the New order page in Nitro.

  2. Select "Upload from your computer" and add a file you want to translate.

You can also send your .strings file for translation via Nitro API. More details in the documentation: https://developer.nitro.alconost.com.

Sample file

/* Comment for key1 */

"key1" = "value1";

//Comment for key2

"key2" = "value2";

"key3" = "value3";

"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.

/* Comment for key1 */ and //Comment for key2 are comments. Comments can be one-string, starting with //, and multi-string: /* ... */, and they're placed before the corresponding string. Please note that the comment will only refer to the key and value that follow the comment (//Comment for key2 refers to the "key2" = "value2"; string and doesn't refer to the "key3" = "value3"; string). Comments are optional, but they help the translator understand the context.

Validation

You can only upload a valid .strings file for translation.

The file won't be validated in the following cases:

  1. The file has duplicated keys.

  2. The key and/or value is without quotation marks, or the quotation marks aren't closed.

  3. There is no semicolon after the value.

  4. The comment isn't closed (i.e., it has an opening divider /* but no closing one */).

  5. The key has no value after the equation.

  6. The value has no key before the equation.

Receiving your finished translation

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:

  1. Open Nitro.

  2. Go to the Orders page.

  3. The completed order with the translation will be the first item in the Completed table.

Translate your Strings

girl with computer
girl with computer