-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmoira_t.prop
More file actions
2489 lines (2286 loc) · 160 KB
/
moira_t.prop
File metadata and controls
2489 lines (2286 loc) · 160 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#Moira - A Chinese Astrology Charting Program
#Copyright (C) 2004-2015 At Home Projects
#
#This program is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation; either version 2 of the License, or
#(at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program; if not, write to the Free Software
#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# 七政四餘星盤 天星擇日 占星盤 resource
# format: key=value, key:=alias
eastern_title="七政四餘星盤"
western_title="占星盤"
pick_title="天星擇日"
mod_name="[custom]"
about_file = "readme.html"
ephe_url="http://no.such.path"
asteroid_url="ftp://ftp.astro.com/pub/swisseph/ephe/longfiles"
example="example"
help_traditional="help/index_t.html"
help_simplified="help/index_s.html"
icon="moira.ico"
button_icon="icon/button.ico"
pinup_icon="icon/pin_up.ico"
pindown_icon="icon/pin_down.ico"
expand_icon="icon/expand.ico"
shrink_icon="icon/shrink.ico"
forward_icon="icon/forward.ico"
backward_icon="icon/backward.ico"
next_icon="icon/next.ico"
prev_icon="icon/prev.ico"
copy_icon="icon/copy.ico"
cut_icon="icon/cut.ico"
paste_icon="icon/paste.ico"
delete_icon="icon/delete.ico"
redo_icon="icon/redo.ico"
undo_icon="icon/undo.ico"
open_icon="icon/open.ico"
save_icon="icon/save.ico"
saveas_icon="icon/saveas.ico"
blank_icon="icon/blank.ico"
print_icon="icon/print.ico"
capture_icon="icon/capture.ico"
mode_icon="icon/mode.ico"
chart_icon="icon/chart.ico"
aspects_icon="icon/aspects.ico"
horiz_icon="icon/horiz.ico"
help_icon="icon/help.ico"
chart=星盤
pick_chart=擇日
data=計算
pole=八字
eval=解盤
note=批註
table=管理
user_data=的星盤
current_date=流年
birth_date=生年
pick_birth_date=靜盤
year_data=星曜
year_data_plus_eight_char=星曜及八字
birthday_and_place=出生年月日時及地點
pick_birthday_and_place=年月日時及地點
birth_label=生時及地點
data_label=星圖計算
pick_data_label=擇日計算
pole_label=四柱八字
eval_label=星盤分析
note_label=星圖批註
table_label=資料管理
copyright=©
nameless=無名氏
font_check=七政四餘星盤︵︶內
limit=限度
zodiac_limit=限宮
child_limit=童限
small_limit=小限
month_limit=月限
fly_limit=飛限
life_master=命主
self_master=身主
set_life=立命
house=宿
weak=虛
solid=實
zodiac_house=宮
zodiac_group=宮位
to=至
and=和
outside=外
change_to=化
confront=犯
leap=閏
inner_chart=內盤
outer_chart=外盤
sky_chart=靜盤
earth_chart=動盤
dialog_azimuth_pos=度數
azimuth_speed=太陽分速
rise_time=出
fall_time=落
age=歲
longitude=經
latitude=緯
same_constellation=同經
against_constellation=剋限
degree=度
mountain=山
corrected=修正
mod_label=修改
apparent_solar=真太陽
standard=標準
daylight_saving=夏令
time=時間
auto_correct=自行修正
daytime=晝
nighttime=夜
birth_at=生於
start_at=始於
time_limit=限期
end_at=止於
retreat_to=退至
exchange_date=交運
big_cycle=大運
small_cycle=小運
weak_pole=空亡
location=地點
name=名稱
house_correction=命宮修改
sex=性別
male=男
female=女
eight_char_male=乾造
eight_char_female=坤造
sidereal_mode=恆星制
tropical_mode=回歸制
ancient_house_mode=古宿制
ancient_adjust_house_mode=校正古宿制
tropical_ancient_house_mode=回歸古宿制
tropical_ancient_adjust_house_mode=回歸校正古宿制
fixstar=三垣列宿
astro_group=星盤
birth_chart=命盤
transit_header=時間, 命盤, 相位, 流年盤
primary_header=時間, 命盤, 相位, 主限盤
secondary_header=時間, 命盤, 相位, 次限盤
solar_arc_header=時間, 命盤, 相位, 太陽弧角盤
aspect_now_header=時間, 流年盤, 相位, 流年盤
aspect_header=時間, 命盤, 相位, 命盤
astro_mode_name=命, 命, 太陽返照, 太陰返照, 關係, 組合, 流年星, 主限, 次限, 太陽弧角, 比較
astro_mode_prefix=x, x, solar_return_, lunar_return_, relationship_, composite_, transits_, primary_, secondary_, solar_arc_, comparison_
gauquelin_mode_name=高格林
aspect_now_mode_name=流年相位
aspect_mode_name=命盤相位
chart_char=盤
method=法
time_and_place=時間及地點
relationship_chart_name=關係盤, 組合盤, 比較盤
relationship_chart=合盤
relationship_type=2
eight_char_title=反推八字時間
eight_char_header=時間
eight_char_wild_header=時間, 八字
eclipse_solar_title=日蝕時間
eclipse_lunar_title=月蝕時間
azimuth_title=動盤太陽到山時間
eclipse_solar_header=時間, 型式
eclipse_solar_anywhere_header=時間, 型式, 地點
eclipse_lunar_header:=eclipse_solar_header
azimuth_header=時間, 度數, 地平度數, 分速
geocentric_method=地心計算法
topocentric_method=地面計算法
equator_sunrise=遇卯安命
mountain_degree=座山度數
pick_coice_select=立命時刻
magnetic_shift=磁北度數
tropical_method=黃道靜盤
quick_azimuth_method=黃道動盤
local_horizon_method=地平動盤
pick_day_choice=日出立命
pick_night_choice=日落立命
day_choice=日出
night_choice=日落
total_eclipse=全蝕
partial_eclipse=偏蝕
annular_eclipse=環蝕
penumbral_eclipse=半影蝕
enter_note_here="在這裡輸入註解..."
enter_name_here="輸入名稱"
astro_tab=星曜及宮位
sign_pos=星曜位置
row_count=列
valid_range="*—有效範圍"
find_entry_here="在這裡輸入尋找文字..."
or=或
break=∣
separator=—
numbers=零, 一, 二, 三, 四, 五, 六, 七, 八, 九, 十, 初, 正
image_size_large=2000, 1560, 20, 20
image_size_medium=1500, 1160, 14, 14
image_size_small=980, 760, 8, 8
image_chart_only=0
image_button_selection=圖形面積設定
image_button_large=大面積
image_button_medium=中面積
image_button_small=小面積
image_button_custom=自定面積
table_column_label=x, x, 名稱, 性別, 出生時間, 出生地點, 批註
table_column_align=1, 1, 0, 1, 1, 0, 0
pick_table_column_label=x, x, 名稱, 性別, 時間, 地點, 座山, 立命, 批註
pick_table_column_align=1, 1, 0, 1, 1, 0, 1, 1, 0
# menu
file_menu="檔案(&F)"
file_new="新增(&N)"
file_open="開啟(&O)..."
file_save="存檔(&S)"
file_save_as="另存新檔(&A)..."
file_footer="列印及圖形註釋(&F)..."
file_save_setting="儲存設定(&B)..."
file_print="列印(&P)..."
file_capture_setting="圖形面積設定(&J)..."
file_capture="圖形存檔(&I)..."
file_mod="開啟修改檔案(&M)..."
file_mod_clear="修改還原(&R)"
file_eval="開啟解盤檔案(&E)..."
file_eval_clear="解盤還原(&Q)"
file_eval_refresh="更新解盤檔案(&L)"
file_close="結束(&X)"
edit_menu="編輯(&E)"
edit_name="輸入名稱及性別(&N)..."
edit_lunar="陰曆轉換(&L)..."
edit_house="修改命宮(&H)..."
edit_sign="修改星曜位置(&P)..."
edit_undo="復原(&Z)"
edit_redo="取消復原(&Y)"
edit_cut="剪下(&X)"
edit_copy="複製(&C)"
edit_paste="貼上(&V)"
edit_delete="刪除(&D)"
edit_select_all="全部(&A)"
edit_bold="粗體"
edit_hilite="突顯"
pref_menu="選項(&P)"
pref_chart_mode="選擇星盤(&M)..."
pref_show="顯示流年(&N)"
pref_show_fixstar="顯示三垣列宿"
pref_show_compass="顯示開禧宿度(&N)"
pref_show_gauquelin="顯示高格林(&N)"
pref_show_single="顯示單圈(&N)"
pref_show_horiz="顯示地平方位"
pref_show_aspects="顯示相位(&A)"
pref_explain_star="顯示神煞註釋(&E)"
pref_adj_time="修正時間(&T)..."
pref_life_self="立命安身(&X)..."
pref_select_north="選擇擇日計算&H)..."
pref_show_tab="項目顯示"
pref_show_data="星圖計算"
pref_show_pole="四柱八字"
pref_show_note="星圖批註"
pref_show_table="資料管理系統"
pref_show_toolbar="工具列顯示"
pref_show_file="檔案圖示"
pref_show_edit="編輯圖示"
pref_show_pref="選項圖示"
pref_show_find="尋找"
pref_star="選擇星曜(&I)..."
pref_astro_star="選擇星曜及強勢角距(&J)..."
pref_aspects="選擇相位(&K)..."
pref_angles="選擇角距顯示(&O)..."
pref_systems="選擇分宮制(&H)..."
pref_sidereal="選擇回歸恆星制(&S)..."
pref_relationship="選擇合盤計算(&U)..."
pref_sign="選擇神煞(&S)..."
pref_styles="選擇政餘格局(&Z)..."
pref_font_align="字形方向設定(&V)..."
pref_font="字形設定(&F)..."
pref_color="色彩設定(&C)..."
pref_black_and_white="黑白色(&B)"
pref_tray="縮小在系統匣(&Q)"
pref_lang_traditional="繁体中文 (須重新啟動)(&L)"
pref_lang_simplified="简体中文 (須重新啟動)(&L)"
pref_reset_all="選項還原 (須重新啟動)(&R)"
search_menu="搜索(&S)"
search_transits="流年星法(&T)..."
search_primary="主限法(&P)..."
search_secondary="次限法(&S)..."
search_solar_arc="太陽弧角法(&A)..."
search_azimuth="動盤太陽到山時間(&A)..."
search_eight_char="八字時間(&E)..."
search_solar_eclipse="日蝕時間(&M)..."
search_lunar_eclipse="月蝕時間(&L)..."
search_aspects="相位(&C)..."
win_menu="檢視(&V)"
win_update="更新(&U)"
win_current_time="現在時間(&N)"
win_UI="高解析度使用者介面(&I)"
help_menu="說明(&H)"
help_overview="操作說明(&O)"
help_about="關於(&A)"
# dialog
dialog_pref_lang_traditional="轉為繁体中文 (須重新啟動)?"
dialog_pref_lang_simplified="轉為简体中文 (須重新啟動)?"
dialog_pref_reset_question="還原全部選項 (須重新啟動)?"
dialog_command_name="指示輸入"
dialog_name_name="名稱輸入"
dialog_footer_name="列印及圖形註釋"
dialog_eight_char_data="搜查八字"
dialog_eight_char_year="從這年開始"
dialog_lunar_name="陰曆轉換"
dialog_lunar_leap_month="閏月"
dialog_save_as_question="改寫檔案?"
dialog_need_data_1="從網際網路下載"
dialog_need_data_2="的星曆表?"
dialog_need_data_3="從網際網路下載編號"
dialog_need_data_4="的小行星星曆表?"
dialog_sign_birth="本命神煞選擇"
dialog_sign_now="流年神煞選擇"
dialog_sign_fixstar="三垣列宿選擇"
dialog_sign_ten_god="十神選擇"
dialog_sign_org="天祿, 天暗, 天福, 天耗, 天廕, 天貴, 天刑, 天印, 天囚, 天權"
dialog_sign_alt="比肩, 劫財, 食神, 傷官, 偏財, 正財, 七殺, 正官, 偏印, 正印"
dialog_sign_planet="星曜選擇"
dialog_sign_select_all="全部"
dialog_image_show_chart_only="只顯示星盤部分"
dialog_sign_true_select="計羅選擇"
dialog_sign_true_north="計北羅南"
dialog_sign_true_south="計南羅北"
dialog_night_fortune="晚上使用夜福點"
dialog_show_house_system="顯示十二宮"
dialog_set_asteroid="設定小行星"
dialog_sign_system="計算地點選擇"
dialog_sign_geocentric="地心"
dialog_sign_topocentric="地面"
dialog_sign_altitude="海拔"
dialog_sign_meter="米"
dialog_asteroid_select="小行星設定"
dialog_style_show="顯示政餘格局"
dialog_style_level="顯示程度"
dialog_style_level_min="最低"
dialog_style_level_max="最高"
dialog_show_aspects="顯示相位"
dialog_sign_aspects="相位選擇"
dialog_sign_angles="角距顯示選擇"
dialog_enable_angles="顯示角距標記"
dialog_location_title="出生地點"
dialog_edit_sign="星曜位置修改"
dialog_edit_sign_sign="星曜"
dialog_edit_sign_flip="反向"
dialog_edit_sign_offset="調整"
dialog_edit_eight_char="八字修改"
dialog_edit_house="分宮制位置修改"
dialog_remove_selection="刪除多列資料?"
dialog_no_selection="請先選擇一列或多列資料"
dialog_no_table="關閉資料管理系統後, 每次只可儲存一列資料"
dialog_no_relationship_selection="請先選擇一列合盤資料, 後按合盤"
dialog_best_value_found="最接近的動盤度數是"
dialog_save_set="資料儲存選擇"
dialog_save_data="星盤資料"
dialog_save_pick="擇日資料"
dialog_error_reset="程式遇到問題需要終止, 還原全部選項或可解決問題, 還原全部選項?"
dialog_download_fail_1="不能從"
dialog_download_fail_2="下載額外的資料, 改用 Moshier 星曆表"
dialog_download_fail_3="下載小行星資料"
dialog_download_switch="改用 Moshier 星曆表"
dialog_eight_char_search_fail="找不到適合這個八字時間"
dialog_lunar_date_search_fail="找不到適合陰曆時間"
dialog_find_fail="找不到這段文字"
dialog_mode_selection=星盤選擇
dialog_mode_eastern=七政四餘
dialog_mode_sidereal=鄭氏星案恆星制
dialog_mode_pick=天星擇日
dialog_mode_western=占星
dialog_house_selection=二十八宿選擇
dialog_house_current=今制
dialog_house_ancient=古制
dialog_house_adjust=歲差校正
dialog_system_selection=分宮制選擇
dialog_sidereal_system_selection=回歸恆星制選擇
dialog_composite_selection=組合盤計算法
dialog_sidereal_selection=恆星制選擇
dialog_influence_enable=強勢顯示
dialog_influence_range=強勢角距
dialog_transit_selection=流年星法選擇
dialog_primary_selection=主限法選擇
dialog_secondary_selection=次限法選擇
dialog_solar_arc_selection=太陽弧角法選擇
dialog_transit_time=時間
dialog_transit_search=相位搜查
dialog_transit_range=搜查範圍
dialog_transit_solar_arc=太陽平均日行度數
dialog_transit_search_aspects=與命盤相位
dialog_transit_search_signs=搜查星曜
dialog_transit_max_entry=列數上限
dialog_align_display=顯示字形方向
dialog_align_image=圖形字形方向
dialog_align_print=列印字形方向
dialog_align_vertical=垂直向
dialog_align_center=中心向
dialog_time_correct=時間修正
dialog_time_dst=自行修正夏令時間
dialog_time_eight_char=八字日柱
dialog_time_switch_day=夜子時換日柱
dialog_time_select=八字計算
dialog_time_standard=標準時間
dialog_time_longitude=經度修正時間
dialog_time_apparent_solar=真太陽時間
dialog_time_day_night=定晝夜
dialog_time_day_night_by_time=日出沒時間
dialog_time_day_night_by_zone=日出沒時辰
dialog_current_year=定流年
dialog_current_year_start_at_winter=冬至起
dialog_current_year_start_at_sprint=立春起
dialog_child_period=定童限
dialog_child_period_9=九年起
dialog_child_period_10=十年起
dialog_eclipse_solar_time=日蝕時間
dialog_eclipse_lunar_time=月蝕時間
dialog_eclipse_solar_anywhere=任何地方
dialog_azimuth_time=動盤太陽到山時間
dialog_azimuth_pos=度數
dialog_azimuth_speed=分速上限
dialog_azimuth_speed_unit=度
dialog_search_range=搜查範圍
dialog_life_method=命宮計算
dialog_life_traditional=太陽起生時順數至日出
dialog_life_equator=遇卯安命
dialog_life_astro=地平上升宮
dialog_life_astro_degree=與日同絡
dialog_self_method=身宮計算
dialog_self_self=太陰為身
dialog_self_sunset=太陰起生時逆數至日落
dialog_self_moonrise=太陰起生時逆數至月出
dialog_adjust_north=自行修正磁偏度數
dialog_main_mountain=正體五行
dialog_pick_system_selection=黃道動盤分宮制
dialog_secondary_mountain=化合五行
dialog_align_north=子正在下
dialog_north_selection=子正
dialog_azimuth_selection=動盤選擇
dialog_pick_selection=靜盤選擇
dialog_true_north=正北
dialog_magnetic_north=磁北
dialog_mountain_mode=二十四山
dialog_sky_mountain=天盤
dialog_earth_mountain=地盤
dialog_people_mountain=人盤
dialog_earth_degree=度數顯示
dialog_mountain_based=二十四山
dialog_zodiac_based=十二宮
dialog_backup_name=後備儲存
dialog_backup_enable=自動儲存檔案在
dialog_backup_dir=資料夾
dialog_backup_browse=瀏覽
dialog_backup_browse_dir=選擇備存資料夾
dialog_backup_same=不能儲存檔案在後備資料夾
dialog_no_confirm_save=不再提示檔案儲存需要
dialog_need_to_save=資料已更改, 儲存檔案?
transit_compression=一年相等於
transit_month_selection=一月, 半年, 一年
transit_month_value=1, 6, 12
transit_month_default=1
transit_year_selection=十年, 五十年, 百年
transit_year_value=10, 50, 100
transit_year_default=100
eclipse_solar_selection=十年, 五十年, 百年
eclipse_solar_value=10, 50, 100
eclipse_solar_default=100
eclipse_solar_unit_char=年
eclipse_solar_anywhere=0
eclipse_lunar_selection:=eclipse_solar_selection
eclipse_lunar_value:=eclipse_solar_value
eclipse_lunar_default:=eclipse_solar_default
eclipse_lunar_unit_char:=eclipse_solar_unit_char
azimuth_selection=一月, 半年, 一年
azimuth_value=1, 6, 12
azimuth_default=1
azimuth_unit_char=月
horiz_top_axis=北, 東, 南, 西, 北
horiz_bottom_axis=0, 90, 180, 270, 360
horiz_mode=地平方位
# button and check box
remember=儲存
print_button=列印
reset_button=還原
update_button=更新
new_button=新增
open_button=開啟
save_button=存檔
save_as_button=另存新檔
add_button=加入
remove_button=刪除
capture_button=圖形存檔
# tray menu
tray_close=結束
tray_icon=1
# pop up menu
popup_drag_forward=下次到臨時間
popup_drag_backward=上次到臨時間
# pop up menu
popup_toggle_note_overlay=批註重疊在星盤上
popup_toggle_eval_overlay=解盤重疊在星盤上
popup_toggle_data_overlay=計算重疊在星盤上
popup_toggle_pole_overlay=八字重疊在星盤上
popup_set_boundary=設定重疊邊緣在此
# pop up html
need_to_select=需選擇
need_to_deselect=需不選
# tool tip
tip_name="輸入名字"
tip_select_month="選擇月"
tip_select_day="選擇日"
tip_select_year="選擇年"
tip_select_hour="選擇時"
tip_select_minute="選擇分"
tip_select_ampm="選擇上午或下午"
tip_select_country="首先選擇國家或區域"
tip_select_city="先選擇國家或區域然後選擇城市, 或在這裏直接輸入經緯度"
tip_select_zone="如果有必要, 可在這裏修改時區"
tip_dialog_enable_angles="可在星盤外圍空白部分,按右鍵控制標記顯示"
tip_new_button="加一空列"
tip_open_button="開啟文件"
tip_save_button="存檔一列或多列資料"
tip_save_as_button="存檔一列或多列資料"
tip_add_button="加入一個或多個文件"
tip_remove_button="刪除一列或多列資料"
tip_up_button="上移一列或多列資料, 或按標題更改先後次序"
tip_down_button="下移一列或多列資料, 或按標題更改先後次序"
tip_update_button="更新星盤"
tip_prev_button="尋找上一項"
tip_next_button="尋找下一項"
tip_close_button="終止尋找"
tip_show_button="顯示序言"
tip_hide_button="隱藏序言"
tip_expand_button="顯示資料輸入表格"
tip_shrink_button="隱藏資料輸入表格"
tip_pin_button="固定資料輸入表格"
tip_change_year="按左鍵更改流年"
tip_change_pos_left="先按左鍵更改靜盤"
tip_change_pos_right="後按右鍵更改動盤"
tip_fixstar_change_pos="按左鍵更改靜盤會日@按右鍵更改靜盤衝日"
tip_pick_choice="造日出立命, 葬日落立命"
tip_solar_return="可先更改地點@後按左鍵選擇太陽返照盤"
tip_lunar_return="可先更改地點@後按左鍵選擇太陰返照盤"
tip_relationship_chart_button="先選擇一列合盤資料, 後按合盤"
tip_drag_window_1="按左鍵可移動"
tip_drag_window_2="表格"
tip_restore_window="在表格內快速點擊左鍵兩次可還原表格位置"
hint_show_form="按這裡可顯示|資料輸入表格"
window_size=1096, 820
ui_diagram_window_size=1140, 930
ui_diagram_prefer_ratio=1.27
transit_window_size=520, 700
eclipse_solar_window_size=420, 700
eclipse_lunar_window_size:=eclipse_solar_window_size
azimuth_window_size=480, 700
eight_char_window_size=280, 700
chart_min_size=560, 560
ui_diagram_edge_spacing=4
ui_trigger_window_size=1280, 1024
large_tab_width=450
drag_error=32
dock_height=110
font_name="MingLiU, SimSun, AR PL UKai TW, AR PL UKai CN, AR PL KaitiM Big5, AR PL KaitiM GB, STKaiti"
en_font_name="Times New Roman, Tahoma"
swt_data_font_size=16
swt_small_data_font_size=12
swt_tip_font_size=14
data_font_size=20
swt_year_data_size=25, 12
swt_astro_data_size=20, 20
swt_font_size=12, 20, 1
# java font size
g2d_font_size=16, 30, 2
g2d_print_data_font_size=12
g2d_tip_font_size=16
print_scaler=32
print_diagram_size_scaler=0.93
print_page_ratio=0.9
print_horiz_margin=0.5
print_vert_margin=0.625
print_dual_page_gap=0.04
print_big_font_size=20
print_med_big_font_size=18
print_med_font_size=14
print_small_med_font_size=11
print_smaller_med_font_size=10
print_smallest_font_size=9
print_aspects_font_size_delta=1
print_astro_sign_font_size=11
applet_print_big_font_size=20
applet_print_med_big_font_size=18
applet_print_med_font_size=16
applet_print_small_med_font_size=16
applet_print_smaller_med_font_size=14
applet_print_smallest_font_size=12
pin_ui=1
show_ui=0
show_ui_hint=1
backup=0
show_now=1
show_compass=0
enable_fixstar=0
show_angle_marker=0
main_mountain=1
true_north=0
adj_north=1
align_north=1
quick_azimuth=0
mountain_mode=0
degree_mode=0
day_night_by_time=0
start_at_winter_solstice=0
child_period=0
dst_adjust=1
longitude_adjust=2
switch_day_at_11_pm=1
life_mode=0
self_mode=0
ten_god_mode=0
explain_star=1
show_outer=1
show_data=1
show_pole=1
show_note=1
show_table=1
show_eval=0
show_file=1
show_edit=1
show_pref=1
show_find=1
show_house_system=0
data_folder=0
pole_folder=0
eval_folder=0
note_folder=1
no_confirm_save=0
max_find_history=50
transit_max_entry=1000
transit_entry_per_page=500
primary_advance=1.0
secondary_advance=1.0
true_as_north=1
night_fortune_mode=1
use_equator=0
astro_snap_to_sun_pos=1
topocentric=0
altitude=0
match_city=1
eclipse_window=7.0
azimuth_max_speed=0.5
edit_sign_menu=0
house_mode=0
adjust_mode=0
pick_sidereal_mode=0
pick_house_mode=0
pick_adjust_mode=0
astrolog_coord=0
angle_offset=0.0
info_overlay=-1
info_overlay_ratio=-1.0
show_style=1
style_level=3
style_range=1, 5
# vertical text
display_vertical_text=1
image_vertical_text=1
print_vertical_text=0
vertical_name_length=6
astro_vertical_name_length=8
speed_state=順, 逆, 蝕, 留, 伏, 遲, 速
alt_state=地平上, 地平下, 不適用, 臨幸
# 五星運行速度為零位置若干度內為留: 金, 木, 水, 火, 土
stationary_gap=0.15, 0.07, 0.1, 0.2, 0.05
# 五星在太陽位置若干度內為伏: 金, 木, 水, 火, 土
invisible_gap=3.0, 3.0, 3.0, 3.0, 3.0
# 五星運行速度低於某數值為遲: 金, 木, 水, 火, 土
slow_speed=0.71, 0.05, 0.88, 0.4, 0.02
# 五星運行速度高於某數值為速: 金, 木, 水, 火, 土
fast_speed=1.245, 0.23, 1.50, 0.70, 0.13
# 鄭氏四十星案恆星盤
ayanamsha_base_degree=4.0
ayanamsha_base_date=1300, 1, 1, 0, 0
# 婁, 胃, 昴, 畢, 觜, 參, 井, 鬼, 柳, 星, 張, 翼, 軫, 角, 亢, 氐, 房, 心, 尾, 箕, 斗, 牛, 女, 虛, 危, 室, 壁, 奎
sidereal_stellar_names=15.9, 26.3, 41.1, 53.2, 69.0, 70.0, 81.8, 112.3, 115.2, 130.5, 136.4, 151.4, 170.1, 187.2, 200.0, 208.9, 225.2, 230.6, 237.0, 255.6, 266.3, 290.1, 298.0, 308.9, 318.3, 333.6, 349.4, 358.3
# 開禧宿度
# 婁, 胃, 昴, 畢, 觜, 參, 井, 鬼, 柳, 星, 張, 翼, 軫, 角, 亢, 氐, 房, 心, 尾, 箕, 斗, 牛, 女, 虛, 危, 室, 壁, 奎
compass_stellar_names=16.0, 29.0, 44.0, 55.0, 70.5, 71.0, 80.0, 110.0, 113.0, 126.0, 133.0, 150.0, 170.0, 189.0, 201.0, 211.0, 227.0, 233.0, 239.0, 256.0, 266.0, 288.0, 295.0, 306.0, 315.0, 331.0, 349.0, 358.0
astro_system_mode=0
astro_sidereal_system=Fagan-Bradley, Lahiri, Sri Yukteswar, Raman, JN Bhasin, DeLuce, Ushashashi, Krishnamurti, Djwhal Khool, Yukteshwar, Hipparchos, Sassanian, Babylonian-Kugler 1, Babylonian-Kugler 2, Babylonian-Kugler 3, Babylonian-Mercier, Babylonian-Huber
astro_sidereal_index=0
chart_reserve=2
now_bar_width_ratio=0.5
now_bar_width_ratio_with_year=0.25
birth_bar_width_ratio=0.35
arrow_factor=8
arrow_width=2
wide_arrow_width=5
dialog_color_group_tab_font="字形色彩"
data_font_color_name="計算"
pole_font_color_name="八字"
eval_font_color_name="解盤"
note_font_color_name="批註"
table_font_color_name="管理"
data_font_color=0xa0
pole_font_color=0xa0
eval_font_color=0xa0
note_font_color=0xa0
table_font_color=0xa0
dialog_color_group_tab_background="底色色彩"
data_background_color_name="計算"
pole_background_color_name="八字"
eval_background_color_name="解盤"
note_background_color_name="批註"
table_background_color_name="管理"
data_background_color=0xffffff
pole_background_color=0xffffff
eval_background_color=0xffffff
note_background_color=0xffffff
table_background_color=0xffffff
dialog_color_group_fore="星盤色彩"
chart_base_ring_fg_color_name="中心"
chart_now_ring_fg_color_name="流年"
pick_chart_now_ring_fg_color_name="動盤"
chart_birth_ring_fg_color_name="命盤"
pick_chart_birth_ring_fg_color_name="靜盤"
chart_life_master_fg_color_name="命宮"
chart_base_ring_fg_color=0x0
chart_now_ring_fg_color=0x80
chart_birth_ring_fg_color=0x8000
chart_life_master_fg_color=0x8000
chart_now_ring_speed="流年星曜速度色彩"
chart_now_ring_state="動盤星曜色彩"
chart_birth_ring_speed="命盤星曜速度色彩"
pick_chart_birth_ring_speed="靜盤星曜速度色彩"
# 順, 逆, 蝕, 留, 伏, 遲, 速
chart_now_ring_speed_color=0x80, 0xff0000, 0xff80ff, 0x80ff, 0x804040, 0x808000, 0xff00ff
chart_birth_ring_speed_color=0x8000, 0xff0000, 0xff80ff, 0x80ff, 0x804040, 0x808000, 0xff00ff
chart_now_ring_state_color=0x80ff, 0x80, 0x804040, 0xff0000
dialog_color_group_back="底色設定"
chart_base_ring_bg_color_name="中心"
chart_now_ring_bg_color_name="流年"
pick_chart_now_ring_bg_color_name="動盤"
chart_birth_ring_bg_color_name="命盤"
pick_chart_birth_ring_bg_color_name="靜盤"
chart_window_bg_color_name="外部"
chart_asc_bg_color_name="上升"
chart_mc_bg_color_name="天頂"
chart_base_ring_bg_color=0xffffff
chart_birth_ring_bg_color=0xffffff
chart_now_ring_bg_color=0xffffff
chart_window_bg_color=0xffffff
chart_asc_bg_color=0xffff00
chart_mc_bg_color=0xffff00
dialog_color_group_mark="標記色彩"
chart_life_master_mk_color_name="命主"
chart_self_master_mk_color_name="身主"
chart_now_line_mk_color_name="流年"
chart_mountain_line_mk_color_name="座山"
chart_weak_line_mk_color_name="虛宮"
chart_solid_line_mk_color_name="實宮"
chart_life_master_mk_color=0xff0000
chart_self_master_mk_color=0x804040
chart_now_line_mk_color=0x80
chart_mountain_line_mk_color=0xff0000
chart_weak_line_mk_color=0xff0000
chart_solid_line_mk_color=0x8000
dialog_color_group_axis="升頂界線色彩"
chart_asc_mk_color_name="上升"
chart_mc_mk_color_name="天頂"
chart_asc_mk_color=0x808080
chart_mc_mk_color=0x808080
dialog_color_group_connect="星曜線色彩"
chart_now_degree_mk_color_name="流年"
pick_chart_now_degree_mk_color_name="動盤"
chart_birth_degree_mk_color_name="命盤"
pick_chart_birth_degree_mk_color_name="靜盤"
chart_now_degree_mk_color=0x804040
chart_birth_degree_mk_color=0x0
dialog_color_group_line="界線色彩"
chart_house_line_mk_color_name="星宿"
chart_ring_mk_color_name="星盤"
chart_house_system_mk_color_name="宮界"
horiz_chart_mk_color_name="界線"
chart_house_line_mk_color=0xff0000
chart_ring_mk_color=0x0
chart_house_system_mk_color=0x808080
horiz_chart_mk_color=0xc0c0c0
dialog_color_group_aspect="相位界線色彩"
dialog_color_group_angle="角距界線色彩"
dialog_color_group_aspect_angle="相位或角距界線色彩"
dialog_reset_color_button="色彩還原"
tip_bg_color=0xffffee
table_odd_row_bg_color=0xf0f0f0
table_hilite_bg_color=0xffffa0
text_hilite_bg_color=0xffffa0, 0xffd7d7, 0xccffcc
# all rings start at 0 degree and goes counter-clockwise
# ring position/draw type/label type
# draw type: -12 => rectangular box with grid lines
# -11 => skip ring, has 24 strokes (shifted)
# -10 => skip stroke and ring,
# -2 => has dashed ring and normal stroke
# -1 => skip ring,
# 3 => has both ring and 12 strokes (house system based)
# 2 => has both ring and 24 strokes (shifted)
# 1 => skip stroke,
# 0 => has both ring and stroke
# label type: 1 => vertical,
# 0 => horizontal (curve with ring)
# ring type: 0 => base ring
# 1 => birth ring
# 2 => now ring
full_ring_pos=0.10, 0.22, 0.28, 0.34, 0.43, 0.45, 0.51, 0.53, 0.62, 0.77, 0.92, 0.95, 1.0
full_ring_draw_type=1, 0, 0, 0, 1, -10, -10, 1, 1, 0, 0, 1, -10
full_ring_label_type=1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
full_ring_type=0, 0, 0, 1, 2, 0, 0, 0, 1, 2, 1, 1, 0
full_angle_marker=0.34, 0.43, 0.53, 0.62, 0.92, 0.95
half_ring_pos=0.12, 0.30, 0.36, 0.44, 0.50, 0.53, 0.62, 0.77, 0.92, 0.95, 1.0
half_ring_draw_type=1, 0, 0, 0, -10, 1, 1, -2, 0, 1, -10
half_ring_label_type=1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
half_ring_type=0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0
half_angle_marker=0.53, 0.62, 0.92, 0.95
aspects_ring_pos=0.38, 0.42, 0.51, 0.54, 0.62, 0.69, 0.76, 0.92, 0.95, 1.0
aspects_ring_draw_type=-10, -10, 1, -10, 1, 0, 0, 0, 1, -10
aspects_ring_label_type=0, 0, 0, 0, 0, 0, 0, 1, 0, 0
aspects_ring_type=1, 1, 1, 1, 0, 1, 0, 1, 1, 0
aspects_angle_marker=0.42, 0.51, 0.92, 0.95
pick_ring_pos=0.19, 0.31, 0.37, 0.43, 0.51, 0.54, 0.60, 0.68, 0.71, 0.77, 0.92, 0.95, 1.0
pick_ring_draw_type=1, 0, 0, 0, 1, -10, 1, 1, -10, 2, 0, 1, -10
pick_ring_label_type=1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0
pick_ring_type=0, 0, 0, 1, 1, 0, 0, 2, 0, 0, 1, 1, 0
pick_angle_marker=0.43, 0.51, 0.60, 0.68, 0.92, 1.0
compass_ring_pos=0.19, 0.31, 0.37, 0.43, 0.51, 0.54, 0.60, 0.66, 0.72, 0.75, 0.83, 0.86, 0.92, 0.95, 1.0
compass_ring_draw_type=1, 0, 0, 0, 1, -10, 1, 1, -11, 1, 1, -10, 1, 1, -10
compass_ring_label_type=1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
compass_ring_type=0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0
compass_angle_marker=0.43, 0.51, 0.75, 0.83, 0.92, 1.0
fixstar_ring_pos=0.16, 0.28, 0.34, 0.40, 0.48, 0.50, 0.56, 0.58, 0.72, 0.78, 0.80, 0.93, 0.95, 1.0
fixstar_ring_draw_type=1, 0, 0, 0, 1, -10, -10, 1, 1, -11, 1, 1, 1, -10
fixstar_ring_label_type=1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
fixstar_ring_type=0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0
fixstar_angle_marker=0.40, 0.48, 0.58, 0.72, 0.79, 1.0
astro_ring_pos=0.47, 0.53, 0.62, 0.65, 0.73, 0.81, 0.89, 0.92, 0.95, 1.0
astro_ring_draw_type=-10, -10, 1, 0, 1, 0, 0, 1, 1, -10
astro_ring_label_type=0, 0, 0, 0, 0, 0, 0, 0, 0, 0
astro_ring_type=1, 1, 1, 0, 1, 0, 0, 0, 0, 0
astro_return_ring_type=0, 2, 2, 0, 2, 0, 0, 0, 0, 0
astro_angle_marker=0.53, 0.62, 0.92, 0.95
astro_basic_ring_pos=0.55, 0.59, 0.68, 0.71, 0.79, 0.87, 0.96, 1.0
astro_basic_ring_draw_type=-10, -10, 1, 0, 1, 0, 0, -10
astro_basic_ring_label_type=0, 0, 0, 0, 0, 0, 0, 0
astro_basic_ring_type=1, 1, 1, 0, 1, 0, 0, 0
astro_basic_return_ring_type=0, 2, 2, 0, 2, 0, 0, 0
astro_basic_single_ring_type:=astro_basic_return_ring_type
astro_basic_ring_print_scaler=0.97
astro_basic_angle_marker=0.59, 0.68, 0.96, 1.0
astro_dual_ring_pos=0.46, 0.50, 0.57, 0.61, 0.70, 0.73, 0.81, 0.89, 0.97, 1.0
astro_dual_ring_draw_type=-10, -10, -10, -10, 1, 0, 1, 0, 0, -10
astro_dual_ring_label_type=0, 0, 0, 0, 0, 0, 0, 0, 0, 0
astro_dual_ring_type=0, 1, 1, 2, 2, 0, 1, 0, 0, 0
astro_dual_ring_print_scaler=0.97
astro_dual_angle_marker=0.50, 0.57, 0.61, 0.70, 0.97, 1.0
astro_gauquelin_ring_pos=0.63, 0.69, 0.78, 0.90, 0.95
astro_gauquelin_ring_draw_type=-10, -10, 1, 1, -10
astro_gauquelin_ring_label_type=0, 0, 0, 0, 0
astro_gauquelin_ring_type=1, 1, 1, 0, 0
horiz_ring_pos=0.95, 0.97
horiz_ring_draw_type=-10, -12
horiz_ring_label_type=0, 0
horiz_ring_type=0, 0
house_system_draw_pos=2
house_system_draw_type=3
house_number=1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
house_name=01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12
zodiac=戌, 酉, 申, 未, 午, 巳, 辰, 卯, 寅, 丑, 子, 亥
full_zodiac=戌火, 酉金, 申水, 未月, 午日, 巳水, 辰金, 卯火, 寅木, 丑土, 子土, 亥木
full_twelve_signs=金兌酉, 水坤申, 月坤未, 日離午, 水巽巳, 金巽辰, 火震卯, 木艮寅, 土艮丑, 土坎子, 木乾亥, 火乾戌
full_twelve_signs_alt=兌酉金, 坤申水, 坤未月, 離午日, 巽巳水, 巽辰金, 震卯火, 艮寅木, 艮丑土, 坎子土, 乾亥木, 乾戌火
chinese_zodiac_signs=雞, 猴, 羊, 馬, 蛇, 龍, 兔, 虎, 牛, 鼠, 豬, 狗
zodiac_marker:=full_zodiac
astro_zodiac_marker:=full_zodiac
# 十二宮
full_ring1=金酉, 水申, 月未, 日午, 水巳, 金辰, 火卯, 木寅, 土丑, 土子, 木亥, 火戌
half_ring1:=full_twelve_signs
aspects_ring6:=full_twelve_signs_alt
pick_ring1:=full_ring1
compass_ring1:=full_ring1
fixstar_ring1:=full_ring1
astro_ring5:=aspects_ring6
astro_basic_ring5:=astro_ring5
astro_dual_ring7:=astro_ring5
# 十二宮
en_house_name=Tau, Gem, Can, Leo, Vir, Lib, Sco, Sag, Cap, Aqu, Pis, Ari
ch_house_name=金牛, 雙子, 巨蟹, 獅子, 室女, 天秤, 天蠍, 人馬, 魔羯, 寶瓶, 雙魚, 白羊
full_ring2:=en_house_name
half_ring2:=full_ring2
pick_ring2:=full_ring2
compass_ring2:=full_ring2
fixstar_ring2:=full_ring2
astro_ring6:=ch_house_name
astro_basic_ring6:=astro_ring6
astro_dual_ring8:=astro_ring6
# elements
elemental_names=火, 土, 風, 水
elemental_states=本, 固, 變
# asteroids 小行星
# http://www.astro.com/swisseph/astlist.htm
asteroids_name=名稱
asteroids_number=編號
asteroids=愛神星 (Eros):433:0, 酒神星 (Bacchus):2063:0, 戀神星 (Cupido):763:0, 慕神星 (Amor):1221:0, 琴韻星 (Orpheus):3361:0, 藥神星 (Panacea):2878:0, 巫醫神星 (Aesculapia):1027:0, 冥[后]星 (Proserpina):26:0, 太[陽]神 (Apollo):1862:0, 青[春]女神 (Hebe):6:0, 天[文]神 (Urania):30:0, 歌[舞]神 (Terpsichore):81:0, 古代希臘的女[詩]人 (Sappho):80:0, 普西[芬]尼 (Persephone):399:0, 黛安娜 (Diana):78:0, 愢綮星 (Psyche):16:0, 巫[女]星 (Circe):34:0, 妒女星 (Pandora):55:0, 狂女星 (Niobe):71:0, 貞女星 (Eurydike):75:0, 巧[織]星 (Arachne):407:0, 女[預]言家 (Kassandra):114:0, 飛[厄]頓 (Phaethon):3200:0, 伊[卡]魯斯 (Icarus):1566:0, 希臘[暴]君 (Sisyphus):1866:0, 報[應]女神 (Nemesis):128:0, 締悉蜂 (Tisiphone):466:0, 歷歷思星 (Lilith):1181:0, 司[農]業及受胎之女神 (Isis):42:0, 西班牙[紳]士 (Hidalgo):944:0, 公[牛] (Toro):1685:0, 何必 (Hopi):2938:0, [破]壞及拯救的神 (Siva):1170:0, 西瓦 (Siwa):140:0, 亞特[蘭]提斯 (Atlantis):1198:0
# aspects
aspects_name=相位
aspects_degree_name=角度
aspects_orb_name=角距
aspects_degree=0.0, 180.0, 90.0, 120.0, 60.0, 45.0, 135.0, 30.0, 150.0
aspects_orb=12.0, 6.0, 3.0, 4.0, 2.0, 1.5, 1.5, 1.0, 1.0
aspects_sign=會, 衝, 刑, 合, 半合, 半刑, 半刑, 四合, 四合
aspects_display=1, 1, 1, 1, 1, 0, 0, 0, 0
transit_aspects_display:=aspects_display
aspects_color=0x80ff, 0x8000ff, 0xff8000, 0xff00, 0xffff, 0xff00ff, 0xff00ff, 0x808000, 0x808000