-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.properties
349 lines (349 loc) · 15 KB
/
base.properties
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
#
#Fri Apr 22 14:51:14 CEST 2016
taloa=TALOA
taloa.small=Taloa v0.2
login.title=LOGIN
taloa.logout=Sign out
login.error=Incorrect user name or password
login.user=User
login.password=Password
login.login.button=Login
dashboard.title=Dashboard
button.add.project=Add project
dashboard.info=Project dashboard
dashboard.project.name=Project name\:
dashboard.project.translation.source=Translation Sources
dashboard.project.languages=Languages
dashboard.project.default.language=Default
dashboard.project.translations=Translations
dashboard.project.completed=Completed
dashboard.project.go.to.project=Open project
dashboard.project.modal.edit=Edit project
dashboard.project.modal.edit.name=Name
dashboard.project.modal.edit.image.url=Image URL
dashboard.project.modal.edit.description=Description
dashboard.project.modal.edit.def.language=Default language
dashboard.project.modal.add=Add project
dashboard.project.modal.edit.translation.language=Translation languages
settings.title=Settings
users.title=Users
settings.info=Node Settings
settings.name.label=Name\:
settings.type.label=Running mode\:
group.table.title=Slave Nodes
group.table.add.group=New Slaves Group
group.table.column.name=Group Name
group.table.column.count=Number of Nodes
group.table.column.action=Action
window.slave.group.header=Slave Group
window.slave.group.label.name=Group Name
window.slave.group.button.add.slave=Add Slave Node
group.config.title=Slave Nodes Configuration
group.config.table.column.name=Node Name
group.config.table.column.url=Url
group.config.table.column.status=Status
group.config.table.column.action=Action
group.config.table.add.node=Add Node
window.slave.node.header=Node
window.slave.node.label.name=Slave Name
window.slave.node.label.url=Address
window.slave.node.button.add.slave=Add Slave Node
git.connection.table.title=Git Connections
git.connection.table.add.connection=New Connection
git.connection.table.column.token=Token
git.connection.table.column.branch=Branch
git.connection.table.column.repo=Repo
git.connection.table.column.action=Action
window.git.connection.header=Git Connection
window.git.connection.repo=Repo
window.git.connection.branch=Branch
window.git.connection.token=Token
language.de=German
language.en=English
language.it=Italian
language.fr=French
translation.page=Translations
pager.next=NEXT >>
pager.prev=<< PREV
label.create.modal.title=Create Label
label.edit.modal.title=Edit Label
close=Close
save=Save
save.and.publish=Save and Publish
cancel=Cancel
translation.no.labels.to.list=No labels to select for current search criteria
translation.assigned.labels.placeholder=Choose labels ...
project.custom.actions=Custom Actions
push.to.git.action=Push data to GIT
data.not.found.exception=Requested object not found
throwable.exception=Internal server error
access.denied.exception=Access Denied
validation.exception=Object is not valid
AssertFalse=Must be false
AssertTrue=Must be true
DecimalMax=Must be less or equals {2}
DecimalMin=Must be greater or equals {2}
Future=Date must be in future
Max=Must be less or equals {1}
Min=Must be greater or equals {1}
NotNull=Cannot be empty
Null=Must be empty
Past=Date must be in past
Pattern=Pattern must match "{2}"
Size=Size must be beetwen {2} and {1}
CreditCardNumber=Invalid credit card number
Email=Invalid email address
Length=Length must be beetween {2} and {1}
NotBlank=Cannot be empty
NotEmpty=Collection cannot be empty
URL=Invalid URL address
ServiceException=Error
group.name.not.unique=Group name is not unique
incorrect.git.connection=Incorrect git connection
node.name.not.unique=Node name is not unique
node.url.not.unique=Node url is not unique
node.url.not.valid=Address is not valid
node.slave.not.configured.properly=App is not configured properly or off-line
add.translation.set.button=Add translation set
translation.set.create.modal.title=Add translation set
translation.set.name.placeholder=Name
mbts.translation.set=File Based Translation Source
translation.set.type=Type
translation.set.name=Name
translation.set.path=Default language bundle location
translation.set.path.placeholder=Location
translation.set.encoding=Encoding
translation.set.version=VERSION\:
button.go.to.version=Go to versions
incorrect.encoding=Encoding type not supported
incorrect.file=File not exists, is empty or is directory
edit.mbts.translation.set=Edit File Based Translation Source
edit.git.action.title=Push to git action settings
edit.git.action.enabled=Enable GIT action
edit.git.action.connection=Git Connection
edit.git.action.bundle.directory=Bundle Directory
edit.git.action.schedule.enabled=Schedule enabled
edit.git.action.schedule.type=Schedule type
edit.git.action.cron.expression=Cron expression
edit.git.action.schedule.period=Schedule period [minutes]
button.configure=Configure
ScheduleTypeEnum.CRON=Cron
ScheduleTypeEnum.FIXED_RATE=Fixed Rate
ScheduleTypeEnum.FIXED_DELAY=Fixed Delay
AppStatusEnum.OFFLINE=off-line
AppStatusEnum.ONLINE=on-line
AppStatusEnum.ONLINE_NOT_CONFIGURED=on-line not configured
AppStatusEnum.ONLINE_BAD_CONFIGURED=on-line bad configured
translation.set.completed.count=Completed
translation.set.keys.count=Keys
button.open.translation.set=Open translations
incorrect.connection=Connection not exists
incorrect.scheduleType=Invalid schedule type
incorrect.cron.expression=Cron expression is not valid
incorrect.schedule.period=Invalid schedule period
reindex.action=Reindex
button.make.version=Make Version
button.publish=Publish
button.publish.to=Publish to
button.publish.to.all=Publish to ALL
button.return=Return
button.restore=Restore
publish.error=Unnable to publish translation to nodes {0}, see server log for more details.
publish.error.project.not.present=Unnable to receive translation, project not prosent.
publish.error.language.not.present=Unnable to receive translation, language not prosent.
publish.error.translation.set.not.present=Unnable to receive translation, translation set not prosent.
project.updated.title=Update success
project.updated.message=Project has been updated successfully.
project.languages.get.error.title=Unnable to edit project
project.languages.get.error.message=Error while trying to pull project data
project.delete.title=Delete project
project.delete.message=Are you sure you want to delete this project?
project.deleted.title=Remove success
project.deleted.message=Project has been removed successfully.
project.delete.failed.title=Delete failed
project.delete.failed.message=Error while removing project.
project.created.title=Project created
project.created.message=Project have been created.
git.action.edit.success.title=Update success
git.action.edit.success.message=Action settings has been updated successfully.
node.edit.success.title=Save success
node.edit.success.message=Node configuration has been updated successfully.
node.delete.title=Delete node
node.delete.message=Do you really want to delete this node?
node.deleted.title=Remove success
node.deleted.message=Node has been removed successfully.
node.delete.failed.title=Delete failed
node.delete.failed.message=Error while removing node.
git.action.success.title=Push to GIT success
git.action.success.message=Translation has been transfered successfully.
git.action.failed.title=Push to GIT failed
git.action.failed.message=Error while transfering data to GIT.
publish.action.success.title=Publish to group success
publish.action.success.message=Translation has been published successfully.
publish.action.error.title=Publish to group failed
publish.action.error.message=Error while publishing data to group.
app.group.delete.title=Delete connection
app.group.delete.message=Do you really want to delete this group?
app.group.deleted.title=Remove success
app.group.deleted.message=Group has been removed successfully.
app.group.delete.failed.title=Delete failed
app.group.delete.failed.message=Error while removing group.
app.group.update.title=Update success
app.group.update.message=Group has been updated successfully.
translation.save.success.title=Save success
translation.save.success.message=Translation has been saved successfully.
label.delete.title=Delete label
label.delete.message.prompt=Do you really want to delete this label?
delete.collection.title=Delete connection
delete.collection.message.prompt=Do you really want to delete this translation set?
delete.collection.success.title=Remove success
delete.collection.success.message=Translation has been removed successfully.
delete.collection.failed.title=Delete failed
delete.collection.failed.message=Error while removing translation set.
translations.set.creation.success.title=Creation success
translations.set.creation.success.message=Translation set has been created successfully.
translations.set.update.success.title=Update success
translations.set.update.success.message=Translation set has been updated successfully.
reindex.sucess.title=Reindex action success
reindex.sucess.message=Translation set has been reindexed successfully.
reindex.failed.title=Reindex action failed
reindex.failed.message=Error while reindexing translation.
make.version.sucess.title=Success
make.version.sucess.message=Version has been make.
make.version.failed.title=Making version action failed
make.version.failed.message=Error while making version.
button.yes=Yes
button.no=No
default.delete.title=Delete?
default.delete.message=Do you want to delete this element?
default.deleted.title=Success
default.deleted.message=Element has been deleted.
default.delete.failed.title=Failure
default.delete.failed.message=System were unnable to delete element.
connection.delete.title=Delete connection
connection.delete.message=Do you really want to delete this connection?
connection.deleted.title=Remove success
connection.deleted.message=Connection has been removed successfully.
connection.delete.failed.title=Delete failed
connection.delete.failed.message=Error while removing connection.
connection.updated.title=Success updated
connection.updated.message=Connection has been updated successfully.
connection.created.title=Connection has been saved successfully.
default.element.updated.title=Element updated
default.element.updated.message=Element have been updated
export.project=Project
export.translation.set.name=Translation Set
export.translation.set.sid=Translation ID
export.date=Date
button.export=Export
button.import=Import
button.change=Change
button.remove=Remove
button.select.file=Select File
import.window.title=Import file
export.window.title=Select languages
user.first.name=First name
user.last.name=Last name
user.login=Login
user.admin=Admin
admin.true=Yes
admin.false=No
table.items.per.page=records per page
user.first.or.last.name=Name
button.search=Search
table.results=Showing ${from} to ${to} of ${total} entries
navigator.first=<<
navigator.prev=<
navigator.next=>
naviagtor.last=>>
button.add.user=Add user
user.updated.title=Success updated
user.updated.message=User has been updated successfully.
user.added.title=Success saved
user.added.message=User has been saved successfully.
add.user.window.header=Add user
user.password=Password
user.password.repeat=Confirm password
login.alredy.exists=Login alredy exists
passwords.not.match=Passwords not match
user.table.column.action=Action
user.delete.title=Delete user
user.delete.message=Do you really want to delete this user?
user.deleted.title=Remove success
user.deleted.message=User has been removed successfully.
user.delete.failed.title=Delete failed
user.delete.failed.message=Error while removing user.
change.user.password.window.header=Change password
user.password.changed.title=Password changed
user.password.changed.message=Password has been changed successfully
edit.user.window.header=Edit user
cannot.change.login.by.self=Logged in user cannot change his login
cannot.delete.self=Cannot delete self
cron.will.never.fire=Cron will never fire
unnable.to.get.tab.content.title=Error
unnable.to.get.tab.content.message=Error when fetching tab content
version.page.title=Translation Set Versions
translationSetVersion.filePath=File Path
translationSetVersion.versionNumber=Version Number
translationSetVersion.description=Description
translation.set.version.table.column.action=Actions
translationSetVersion.filter.versionNumber=Version
user.project.assigned.title=Assign success
user.project.assigned.message=User have been assigned to project
user.project.unassigned.title=Unassign success
user.project.unassigned.message=User have been unassigned from project
user.project.assign.failed.title=Assign failed
user.project.assign.failed.message=Error while assigning user to project
user.project.unassign.failed.title=Unassign failed
user.project.unassign.failed.message=Error while unassigning user from project
no.non.admin.user=Translator users not found
project.with.same.name.already.exsists=Project with same name already exsits
translation.set.with.same.name.already.exsists=Translation set with same name already exsits
settings.updated.title=Update success
settings.updated.message=Settings have been updated
please.select.one.language=Please select at last one language
translation.set.version.title=Delete translation set version
translation.set.versiond.message=Do you really want to delete this translation set version?
translation.set.version.deleted.title=Remove success
translation.set.version.deleted.message=Translation set version has been removed successfully.
translation.set.version.failed.title=Delete failed
translation.set.version.failed.message=Error while removing translation set version.
translation.set.version.deafult.description=Created by\: {0}. Creation date\: {1}
translation.set.version.window.header=Edit version
translation.set.version.edit.success.title=Update succes
translation.set.version.edit.successt.message=Translation Set Version updated successfully.
revert.succed.title=Revert success
revert.succed.message=Version have been reverted
revert.failure.title=Revert failure
revert.failure.message=Unable to revert
label.created.title=Label created
label.created.message=Label have been created
label.updated.title=Label updated
label.updated.message=Label have been updated
label.assign.success.title=Assign success
label.assign.success.message=Label has been assigned
label.assign.error.title=Assign error
label.assign.error.message=Label has not been assigned
label.unassign.success.title=Unassign success
label.unassign.success.message=Label has been unassigned
label.unassign.error.title=Unassign error
label.unassign.error.message=Label has not been unassigned
translation.save.error.title=Save failed
translation.save.error.message=Error while saving translation.
label.with.same.name.already.exsists=Label with same name already exists
import.error.title=Import failed
import.error.message=Taloa was unnable to import file
delete.error.current.version=You cannot delete current version
push.to.git.failed=Push to GIT failed
null.user.name=System
button.compare=Compare
key.not.exist.message=key not exist
export.version=Version\:
warn.compare.versions.title=Cannot compare
warn.compare.versions.message=You have to select correct number of elements ->
file.import.success.title=File imported
file.import.success.message=Translations imported successfully
file.import.failure.title=Import Failed
file.import.failure.message=Cannot import file
login.page.esphere=e-sphere
test=gegründet