forked from RoboPhred/oni-duplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.json
125 lines (125 loc) · 3.15 KB
/
common.json
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
{
"duplicant": {
"noun_titlecase_plural": "Duplicants",
"noun_titlecase": "Duplicant",
"verbs": {
"edit_titlecase": "Edit Duplicant"
},
"conditions": {
"missing_titlecase": "Duplicant Not Found"
}
},
"duplicant_effect": {
"noun_titlecase": "Effect",
"verbs": {
"add_titlecase": "Add Effect"
}
},
"duplicant_trait": {
"noun_titlecase": "Trait",
"noun_titlecase_plural": "Traits",
"verbs": {
"add_titlecase": "Add Trait"
}
},
"duplicant_interest": {
"noun_titlecase": "Interest",
"verbs": {
"add_titlecase": "Add Interest"
}
},
"duplicant_attribute": {
"noun_titlecase_plural": "Attributes",
"primary_titlecase": "Primary",
"secondary_titlecase": "Secondary"
},
"duplicant_skills": {
"noun_titlecase": "Skill",
"noun_titlecase_plural": "Skills",
"experience_titlecase": "Experience",
"mastery_titlecase": "Mastery"
},
"duplicant_appearance": {
"noun_titlecase": "Appearance"
},
"duplicant_health": {
"noun_titlecase": "Health"
},
"geyser": {
"noun_titlecase_plural": "Geysers"
},
"material": {
"noun_titlecase": "Material",
"noun_titlecase_plural": "Materials",
"all_titlecase": "All Material",
"gram": "{{count}} g",
"kilogram": "{{count}} kg"
},
"material_loose": {
"noun_titlecase": "Loose",
"clump_count": "{{count}} clump",
"clump_count_plural": "{{count}} clumps",
"verbs": {
"delete_name": "Delete {{name}}"
},
"prompts": {
"delete": "This will remove all loose material from the game. The material will not be recovered."
}
},
"material_storage": {
"noun_titlecase": "Storage",
"container_count": "{{count}} container",
"container_count_plural": "{{count}} containers"
},
"time_cycles": {
"noun_titlecase": "Cycle Time"
},
"dialog": {
"queries": {
"continue": "Are you sure you want to continue?"
},
"verbs": {
"cancel_titlecase": "Cancel",
"confirm_titlecase": "Confirm"
}
},
"data": {
"conditions": {
"modified_titlecase": "Data Modified"
},
"prompts": {
"modified-description": "The data in this file has been modified since it was exported.\nImported data is not validated, and importing invalid data can corrupt your save."
},
"verbs": {
"copy_titlecase": "Copy",
"export_titlecase": "Export",
"import_titlecase": "Import"
}
},
"save-file": {
"verbs": {
"load_titlecase": "Load",
"save_titlecase": "Save"
},
"conditions": {
"loading": "Loading",
"saving": "Saving",
"modified": "Modified",
"modified_description": "The file has been modified since it was last saved.",
"example": "Example",
"example_description": "This is example content and cannot be saved."
}
},
"overview-page": {
"title": "Overview",
"no-save": {
"title": "Choose a Save",
"prompt": "No save file has been loaded.",
"save-location": "Save files can be found at <1>{{path}}</1>."
}
},
"raw-editor-page": {
"title": "Raw Editor"
},
"view-github": "View project on GitHub"
}