Passed
Push — master ( bd08dd...19e348 )
by Yoshihiro
01:04 queued 10s
created

i18n.data   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 2
ccs 1
cts 1
cp 1
rs 10
c 0
b 0
f 0
wmc 0
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
    "Novel Editor" : "" ,
11
    "Character" : "" ,
12
    "Occupation" : "" ,
13
    "Space" : "" ,
14
    "Event" : "" ,
15
    "Image" : "" ,
16
    "Novel" : "",
17
    "Newfile" : "" ,
18
    "Open" : "" ,
19
    "Save" : "" ,
20
    "Save as" : "" ,
21
    "Close" : "" ,
22
    "File" : "" ,
23
    "Redo" : "" ,
24
    "Undo" : "" ,
25
    "Cut" : "" ,
26
    "Copy" : "" ,
27
    "Paste" : "" ,
28
    "Find" : "" ,
29
    "Replacement" : "" ,
30
    "Edit" : "" ,
31
    "Ruby" : "" ,
32
    "Count charactors" : "" ,
33
    "Meaning of selected characters" : "" ,
34
    "Read aloud" : "" ,
35
    "Sentence structure" : "" ,
36
    "Font size" : "" ,
37
    "Open [Become a Novelist]" : "" ,
38
    "Processing" : "" ,
39
    "Increase item" : "" ,
40
    "Delete item" : "" ,
41
    "Rename item" : "" ,
42
    "Item" : "" ,
43
    "Help" : "" ,
44
    "Version" : "" ,
45
    "Call name" : "" ,
46
    "Name" : "" ,
47
    "Sex" : "" ,
48
    "Man" : "" ,
49
    "Woman" : "" ,
50
    "Other" : "" ,
51
    "Portrait" : "" ,
52
    "Birthday" : "" ,
53
    "Insert" : "" ,
54
    "Delete" : "" ,
55
    "Biography" : "" ,
56
    "Change" : "" ,
57
    "gif image" : "" ,
58
    "Cancel" : "" ,
59
    "Asc find" : "" ,
60
    "Stop" : "" ,
61
    "Resize" : "" ,
62
    "symbol" : "" ,
63
    "Number of characters from the beginning" : "" ,
64
    "Number of target characters" : "" ,
65
    "Target notation" : "" ,
66
    "Paraphrase candidate string" : "" ,
67
    "Detailed information on the pointed out" : "",
68
    "Yahoo! Client ID" : "" ,
69
    "Select and right click" : "" ,
70
    "Number of characters etc" : "" ,
71
#
72
    "Can't find." : "" ,
73
    "Quit this program?" : "" ,
74
    "Do you want to overwrite?" : "" ,
75
    "This program cannot be started more than once." : "" ,
76
    "I searched to the end, but there were no search characters." : "",
77
    "Do you want to discard the current edit and create a new one?" : "" ,
78
#
79
# '\\n' represents a line break.
80
#
81
    "Yahoo! Client ID is not find.\\nRead Readme.html and set it again." : "" ,
82
#
83
# '{0}' is the file name.
84
#
85
    "Rename {0}" : "" ,
86
    "Delete {0} item?" : "" ,
87
#
88
# '{0}' is the selected character.
89
#
90
    "Meaning of [{0}]" : "" ,
91
#
92
# '{0}' is the list item name.
93
#
94
    "Insert in {0}" : "" ,
95
#
96
# '{0}{1}{2}' is a number.
97
# '\\n' represents a line break.
98
#
99
    "Characters : {0} Lines : {1}\\n Manuscript papers : {2}" : ""
100
}'''
101