Revision f702f4ef
Added by Leszek Koltunski about 3 years ago
| src/main/res/values-zh-rCN/strings.xml | ||
|---|---|---|
| 76 | 76 |  | 
| 77 | 77 | <string name="solver_generic_error1">此对象和尺寸的求解器尚未实现!</string> | 
| 78 | 78 |  | 
| 79 |     <string name="solver_cube3_error1">每种颜色并非全有9个小面!</string>
 | |
| 79 |     <string name="solver_cube3_error1">只有%1$d个%2$s小面</string>
 | |
| 80 | 80 | <string name="solver_cube3_error2">并非所有12条边都只存在一次!</string> | 
| 81 | 81 | <string name="solver_cube3_error3">一条边需要翻转!</string> | 
| 82 | 82 | <string name="solver_cube3_error4">并非所有8个角都只存在一次!</string> | 
| ... | ... | |
| 86 | 86 | <string name="solver_cube3_error8">超时,20秒内未找到解决方案!</string> | 
| 87 | 87 | <string name="solver_cube3_error9">求解器中断!</string> | 
| 88 | 88 |  | 
| 89 | <string name="color_yellow">黄色的</string> | |
| 90 | <string name="color_white">白色的</string> | |
| 91 | <string name="color_blue">蓝色的</string> | |
| 92 | <string name="color_green">绿色的</string> | |
| 93 | <string name="color_red">红色的</string> | |
| 94 | <string name="color_orange">橙色的</string> | |
| 95 |  | |
| 89 | 96 | <string name="ms_placeholder">%1$d 毫秒</string> | 
| 90 | 97 | <string name="lv_placeholder">级别 %1$d</string> | 
| 91 | 98 | <string name="tm_placeholder">%1$02d:%2$02d</string> | 
Also available in: Unified diff
Make error reporting in the Solver a bit better.