1
|
1 |
|
TRANSLATION_DATA = """{ |
2
|
|
|
# |
3
|
|
|
# Enter the translation data here. |
4
|
|
|
# |
5
|
|
|
# Example: For German. |
6
|
|
|
# |
7
|
|
|
# "Novel Editor" : "Roman Editor" , |
8
|
|
|
# |
9
|
|
|
# |
10
|
|
|
"Closed": "", |
11
|
|
|
"Open": "", |
12
|
|
|
"Stable": "", |
13
|
|
|
"Neurotic": "", |
14
|
|
|
"Spontaneous": "", |
15
|
|
|
"Conscientious": "", |
16
|
|
|
"Hostile": "", |
17
|
|
|
"Agreeable": "", |
18
|
|
|
"Introverted": "", |
19
|
|
|
"Extraverted": "", |
20
|
|
|
"CharacterChart": "", |
21
|
|
|
"Openness": "", |
22
|
|
|
"Neuroticism": "", |
23
|
|
|
"Conscientiousness": "", |
24
|
|
|
"Agreeableness": "", |
25
|
|
|
"Extraversion": "", |
26
|
|
|
"Novel Editor" : "" , |
27
|
|
|
"Character" : "" , |
28
|
|
|
"Occupation" : "" , |
29
|
|
|
"Space" : "" , |
30
|
|
|
"Event" : "" , |
31
|
|
|
"Image" : "" , |
32
|
|
|
"Novel" : "", |
33
|
|
|
"Newfile" : "" , |
34
|
|
|
"FileOpen" : "" , |
35
|
|
|
"Save" : "" , |
36
|
|
|
"Save as" : "" , |
37
|
|
|
"Close" : "" , |
38
|
|
|
"File" : "" , |
39
|
|
|
"Redo" : "" , |
40
|
|
|
"Undo" : "" , |
41
|
|
|
"Cut" : "" , |
42
|
|
|
"Copy" : "" , |
43
|
|
|
"Paste" : "" , |
44
|
|
|
"Find" : "" , |
45
|
|
|
"Replacement" : "" , |
46
|
|
|
"Edit" : "" , |
47
|
|
|
"Ruby" : "" , |
48
|
|
|
"Count charactors" : "" , |
49
|
|
|
"Meaning of selected characters" : "" , |
50
|
|
|
"Read aloud" : "" , |
51
|
|
|
"Sentence structure" : "" , |
52
|
|
|
"Font size" : "" , |
53
|
|
|
"Open [Become a Novelist]" : "" , |
54
|
|
|
"Processing" : "" , |
55
|
|
|
"Increase item" : "" , |
56
|
|
|
"Delete item" : "" , |
57
|
|
|
"Rename item" : "" , |
58
|
|
|
"Item" : "" , |
59
|
|
|
"Help" : "" , |
60
|
|
|
"Version" : "" , |
61
|
|
|
"Call name" : "" , |
62
|
|
|
"Name" : "" , |
63
|
|
|
"Sex" : "" , |
64
|
|
|
"Man" : "" , |
65
|
|
|
"Woman" : "" , |
66
|
|
|
"Other" : "" , |
67
|
|
|
"Portrait" : "" , |
68
|
|
|
"Birthday" : "" , |
69
|
|
|
"Insert" : "" , |
70
|
|
|
"Delete" : "" , |
71
|
|
|
"Biography" : "" , |
72
|
|
|
"Change" : "" , |
73
|
|
|
"gif image" : "" , |
74
|
|
|
"Cancel" : "" , |
75
|
|
|
"Asc find" : "" , |
76
|
|
|
"Stop" : "" , |
77
|
|
|
"Resize" : "" , |
78
|
|
|
"symbol" : "" , |
79
|
|
|
"Number of characters from the beginning" : "" , |
80
|
|
|
"Number of target characters" : "" , |
81
|
|
|
"Target notation" : "" , |
82
|
|
|
"Paraphrase candidate string" : "" , |
83
|
|
|
"Detailed information on the pointed out" : "", |
84
|
|
|
"Yahoo! Client ID" : "" , |
85
|
|
|
"Select and right click" : "" , |
86
|
|
|
"Number of characters etc" : "" , |
87
|
|
|
# |
88
|
|
|
"Can't find." : "" , |
89
|
|
|
"Quit this program?" : "" , |
90
|
|
|
"Do you want to overwrite?" : "" , |
91
|
|
|
"This program cannot be started more than once." : "" , |
92
|
|
|
"I searched to the end, but there were no search characters." : "", |
93
|
|
|
"Do you want to discard the current edit and create a new one?" : "" , |
94
|
|
|
# |
95
|
|
|
# '\\n' represents a line break. |
96
|
|
|
# |
97
|
|
|
"Yahoo! Client ID is not find.\\nRead Readme.html and set it again." : "" , |
98
|
|
|
# |
99
|
|
|
# '{0}' is the file name. |
100
|
|
|
# |
101
|
|
|
"Rename {0}" : "" , |
102
|
|
|
"Delete {0} item?" : "" , |
103
|
|
|
# |
104
|
|
|
# '{0}' is the selected character. |
105
|
|
|
# |
106
|
|
|
"Meaning of [{0}]" : "" , |
107
|
|
|
# |
108
|
|
|
# '{0}' is the list item name. |
109
|
|
|
# |
110
|
|
|
"Insert in {0}" : "" , |
111
|
|
|
# |
112
|
|
|
# '{0}{1}{2}' is a number. |
113
|
|
|
# '\\n' represents a line break. |
114
|
|
|
# |
115
|
|
|
"Characters : {0} Lines : {1}\\n Manuscript papers : {2}" : "" |
116
|
|
|
}""" |
117
|
|
|
|