|
Translation changed |
|
|
String added in the repository |
|
|
Translation changed |
|
|
String added in the repository |
Called to ask the generator to produce buffers containing data for processing.
The returned value is the __ConstBufferSequence__ representing unconsumed data. The function will ensure that `ec.failed()` is `false` if there was no error or set to the appropriate error code if there was one. If no unconsumed data is available, this operation shall make progress to eventually reach completion. The result of invoking `prepare` after completion or encountered error(s) is defined by the generator implementation. It can not be assumed to be meaningful or safe to do so, in general. The capacity of the buffer returned is defined by the generator implementation. [*Note:] Any buffers obtained by previous calls to `prepare` are invalidated.
Called to ask the generator to produce buffers containing data for processing.
The returned value is the __ConstBufferSequence__ representing unconsumed data. The function will ensure that `ec.failed()` is `false` if there was no error or set to the appropriate error code if there was one. If no unconsumed data is available, this operation shall make progress to eventually reach completion. The result of invoking `prepare` after completion or encountered error(s) is defined by the generator implementation. It can not be assumed to be meaningful or safe to do so, in general. The capacity of the buffer returned is defined by the generator implementation. [*Note:] Any buffers obtained by previous calls to `prepare` are invalidated. |
| Shortcut | Action |
|---|---|
| ? | Open available keyboard shortcuts. |
| Alt + Home | Navigate to the first translation in the current search. |
| Alt + End | Navigate to the last translation in the current search. |
|
Alt + PageUp or
Ctrl + ↑ or Alt + ↑ or Cmd + ↑ or |
Navigate to the previous translation in the current search. |
|
Alt + PageDown or
Ctrl + ↓ or Alt + ↓ or Cmd + ↓ or |
Navigate to the next translation in the current search. |
|
Ctrl + Enter or
Cmd + Enter |
Submit current form; this works the same as pressing Save and continue while editing translation. |
|
Ctrl + Shift + Enter or
Cmd + Shift +Enter |
Unmark translation as Needing edit and submit it. |
|
Alt + Enter or
Option + Enter |
Submit the string as a suggestion; this works the same as pressing Suggest while editing translation. |
|
Ctrl + E or
Cmd + E |
Focus on translation editor. |
|
Ctrl + U or
Cmd + U |
Focus on comment editor. |
|
Ctrl + M or
Cmd + M |
Shows Automatic suggestions tab. |
|
Ctrl + 1 to
Ctrl + 9 or
Cmd + 1 to Cmd + 9 |
Copies placeable of a given number from source string. |
|
Ctrl + M followed by
1 to 9 or
Cmd + M followed by 1 to 9 |
Copy the machine translation of a given number to current translation. |
|
Ctrl + I followed by
1 to
9 or
Cmd + I followed by 1 to 9 |
Ignore one item in the list of failing checks. |
|
Ctrl + J or
Cmd + J |
Shows the Nearby strings tab. |
|
Ctrl + S or
Cmd + S |
Focus on search field. |
|
Ctrl + O or
Cmd + O |
Copy the source string. |
|
Ctrl + Y or
Cmd + Y |
Toggle the Needs editing checkbox. |
| → | Browse the next translation string. |
| ← | Browse the previous translation string. |
The returned value is the __ConstBufferSequence__ representing unconsumed data.
The function will ensure that `ec.failed()` is `false` if there was no error or set to the appropriate error code if there was one.
If no unconsumed data is available, this operation shall make progress to eventually reach completion.
The result of invoking `prepare` after completion or encountered error(s) is defined by the generator implementation. It can not be assumed to be meaningful or safe to do so, in general.
The capacity of the buffer returned is defined by the generator implementation.
[*Note:] Any buffers obtained by previous calls to `prepare` are invalidated.
Called to ask the generator to produce buffers containing data for processing.
调用此函数以请求生成器生成包含待处理数据的缓冲区。The returned value is the __ConstBufferSequence__ representing unconsumed data.
The function will ensure that `ec.failed()` is `false` if there was no error or set to the appropriate error code if there was one.
If no unconsumed data is available, this operation shall make progress to eventually reach completion.
The result of invoking `prepare` after completion or encountered error(s) is defined by the generator implementation. It can not be assumed to be meaningful or safe to do so, in general.
The capacity of the buffer returned is defined by the generator implementation.
[*Note:] Any buffers obtained by previous calls to `prepare` are invalidated.
返回值为代表未消费数据的 ConstBufferSequence。
如果未发生错误,该函数将确保 ec.failed() 为 false;如果发生了错误,则将其设置为相应的错误码。
如果没有可用的未消费数据,此操作应取得进展,以最终达到完成状态。
在完成或遇到错误后调用‘prepare’的结果由生成器实现定义。通常情况下,不能假定这种调用具有意义或是安全的。
返回缓冲区的容量由生成器实现定义。
[*注意:] 此前调用‘prepare’所获得的任何缓冲区均会失效。