This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtranslations.babel
163 lines (163 loc) · 6.48 KB
/
translations.babel
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
<babeledit_project version="1.2">
<preset_collections/>
<framework>react-intl</framework>
<filename>translations.babel</filename>
<folder_node>
<name></name>
<children>
<concept_node>
<name>addOp</name>
<definition_loaded>true</definition_loaded>
<description>Button to create a new opportunity</description>
<comment></comment>
<default_text>New Opportunity</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>cancel</name>
<definition_loaded>true</definition_loaded>
<description>Button on form to cancel and return to previous page</description>
<comment></comment>
<default_text>Cancel</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>createNewOrg</name>
<definition_loaded>true</definition_loaded>
<description>Title on new organisation form</description>
<comment></comment>
<default_text>New Organisation</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>siteTitle</name>
<definition_loaded>true</definition_loaded>
<description>Name of the Application on the menu bar</description>
<comment></comment>
<default_text>Voluntari.ly</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>submit</name>
<definition_loaded>true</definition_loaded>
<description>Button on form to save the new record</description>
<comment></comment>
<default_text>Save</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>switchLanguage</name>
<definition_loaded>true</definition_loaded>
<description>Label for menu item to switch between Engish and other languages</description>
<comment></comment>
<default_text>Switch Language</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>translation</name>
<definition_loaded>true</definition_loaded>
<description>Test of the internationalisation scripts</description>
<comment></comment>
<default_text>Translation</default_text>
<translations>
<translation>
<language>en-AU</language>
<approved>false</approved>
</translation>
<translation>
<language>en-NZ</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
</children>
</folder_node>
<isTemplateProject>false</isTemplateProject>
<languages>
<language>
<code>en-AU</code>
<source_id></source_id>
<source_file>Intl/localizationData/en.json</source_file>
</language>
<language>
<code>en-NZ</code>
<source_id></source_id>
<source_file>Intl/localizationData/mi.json</source_file>
</language>
</languages>
<translation_files>
<translation_file>
<file>Intl/localizationData/en.json</file>
</translation_file>
<translation_file>
<file>Intl/localizationData/mi.json</file>
</translation_file>
</translation_files>
<editor_configuration>
<copy_templates>
<copy_template></copy_template>
<copy_template></copy_template>
<copy_template></copy_template>
</copy_templates>
</editor_configuration>
<primary_language>/Users/watkinsav/workspace/voluntarily/vly1/Intl/localizationData/en.json</primary_language>
<configuration>
<definitions>build/messages</definitions>
<indent>tab</indent>
<format>json</format>
</configuration>
</babeledit_project>