-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmoira_s.prop
More file actions
2489 lines (2286 loc) · 160 KB
/
moira_s.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