File: wpc_explode_zh-tw.lang

package info (click to toggle)
wings3d 1.4.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 23,772 kB
  • sloc: erlang: 90,032; ansic: 1,437; makefile: 830; sh: 294; cpp: 123; objc: 112
file content (29 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%% -*- mode:erlang; erlang-indent-level: 2 -*-
{wpc_explode,
 [
  {axis_menu,
   [
    {1,"爆炸物品沿 ~ts 軸線從中點選擇"},
    {2,"挑選點"},
    {3,"爆炸物品沿徑向標準軸"},
    {4,"挑選徑向和點"},
    {5,"挑選徑向和爆炸從中點的選擇"},
    {6,"徑向"},
    {7,"爆炸物品統一由中點選擇"}
   ]},
  {explode_menu,
   [
    {1,"空間物體沿一個標準的軸線相對到一個點"},
    {2,"挑選軸和點"},
    {3,"挑選軸和爆炸從中點選擇"}
   ]},
  {menu_heading,
   [
    {1,"爆炸"}
   ]},
  {radial_menu,
   [
    {1,"爆炸物品沿徑向的 ~ts 軸"},
    {2,"挑選點"}
   ]}
 ]}.