MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / ChineseSimplified

Method ChineseSimplified

astyle/src/ASLocalizer.cpp:391–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389//----------------------------------------------------------------------------
390
391ChineseSimplified::ChineseSimplified() // 中文(简体)
392{
393 addPair("Formatted %s\n", L"格式化 %s\n"); // should align with unchanged
394 addPair("Unchanged %s\n", L"未改变 %s\n"); // should align with formatted
395 addPair("Directory %s\n", L"目录 %s\n");
396 addPair("Exclude %s\n", L"排除 %s\n");
397 addPair("Exclude (unmatched) %s\n", L"排除(无匹配项) %s\n");
398 addPair(" %s formatted %s unchanged ", L" %s 格式化 %s 未改变 ");
399 addPair(" seconds ", L" 秒 ");
400 addPair("%d min %d sec ", L"%d 分 %d 秒 ");
401 addPair("%s lines\n", L"%s 行\n");
402 addPair("Using default options file %s\n", L"使用默认配置文件 %s\n");
403 addPair("Invalid option file options:", L"无效的配置文件选项:");
404 addPair("Invalid command line options:", L"无效的命令行选项:");
405 addPair("For help on options type 'astyle -h'", L"输入 'astyle -h' 以获得有关命令行的帮助");
406 addPair("Cannot open options file", L"无法打开配置文件");
407 addPair("Cannot open directory", L"无法打开目录");
408 addPair("Missing filename in %s\n", L"在%s缺少文件名\n");
409 addPair("Recursive option with no wildcard", L"递归选项没有通配符");
410 addPair("Did you intend quote the filename", L"你打算引用文件名");
411 addPair("No file to process %s\n", L"没有文件可处理 %s\n");
412 addPair("Did you intend to use --recursive", L"你打算使用 --recursive");
413 addPair("Cannot process UTF-32 encoding", L"不能处理UTF-32编码");
414 addPair("\nArtistic Style has terminated", L"\nArtistic Style 已经终止运行");
415}
416
417ChineseTraditional::ChineseTraditional() // 中文(繁體)
418{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected