|
9.
|
|
|
Merge input data into the address book
|
|
|
|
将输入数据合并到地址簿
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:81
|
|
10.
|
|
|
Search for entries matching the input data
|
|
|
|
搜索符合输入数据的条目
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:85
|
|
11.
|
|
|
List all entries in address book
|
|
|
|
列出地址簿中的所有条目
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:89
|
|
12.
|
|
|
Do not save changes to the address book on add/remove operations
|
|
|
|
进行添加/删除操作时,不将更改保存到地址簿
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:91
|
|
13.
|
|
|
How to interpret the input data.
|
|
|
|
如何解析输入数据。
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:95
|
|
14.
|
|
|
Input options for the selected format
|
|
|
|
所选格式的输入选项
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:99
|
|
15.
|
|
|
How to present the output data.
|
|
|
|
如何描述输出数据。
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:103
|
|
16.
|
|
|
Output options for the selected format
|
|
|
|
所选格式的输出选项
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:107
|
|
17.
|
|
|
How to convert the input text.
|
|
|
|
如何转换输入文字。
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:111
|
|
18.
|
|
|
How to convert the output text.
|
|
|
|
如何转换输出文字。
|
|
Translated by
Lie Ex
|
|
|
|
Located in
src/main.cpp:115
|