Revision f702f4ef
Added by Leszek Koltunski about 3 years ago
| src/main/res/values-zh-rTW/strings.xml | ||
|---|---|---|
| 70 | 70 |
|
| 71 | 71 |
<string name="solver_generic_error1">此對象和尺寸的求解器尚未實現!</string> |
| 72 | 72 |
|
| 73 |
<string name="solver_cube3_error1">每種颜色並非全有9個小面!</string>
|
|
| 73 |
<string name="solver_cube3_error1">只有%1$d個%2$s小臉</string>
|
|
| 74 | 74 |
<string name="solver_cube3_error2">並非所有12條邊都只存在一次!</string> |
| 75 | 75 |
<string name="solver_cube3_error3">一條邊需要翻轉!</string> |
| 76 | 76 |
<string name="solver_cube3_error4">並非所有8個角都只存在一次!</string> |
| ... | ... | |
| 80 | 80 |
<string name="solver_cube3_error8">超時,20秒内未找到解决方案!</string> |
| 81 | 81 |
<string name="solver_cube3_error9">求解器中斷!</string> |
| 82 | 82 |
|
| 83 |
<string name="color_yellow">黃色的</string> |
|
| 84 |
<string name="color_white">白色的</string> |
|
| 85 |
<string name="color_blue">藍色的</string> |
|
| 86 |
<string name="color_green">綠色的</string> |
|
| 87 |
<string name="color_red">紅色的</string> |
|
| 88 |
<string name="color_orange">橙色的</string> |
|
| 89 |
|
|
| 83 | 90 |
<string name="ms_placeholder">%1$d 毫秒</string> |
| 84 | 91 |
<string name="lv_placeholder">級別 %1$d</string> |
| 85 | 92 |
<string name="tm_placeholder">%1$02d:%2$02d</string> |
Also available in: Unified diff
Make error reporting in the Solver a bit better.