Commit 3dd78ea41d6e15af7805b7f68e7b3c4549d3787a

Authored by Vladyslav_Prykhodko
1 parent 4b2d0ccf

Fix translate

... ... @@ -352,35 +352,35 @@ export default angular.module('thingsboard.types', [])
352 352 },
353 353 importEntityColumnType: {
354 354 name: {
355   - name: 'entity-group.entity-field.name',
  355 + name: 'import.column-type.name',
356 356 value: 'name'
357 357 },
358 358 type: {
359   - name: 'entity-group.entity-field.type',
  359 + name: 'import.column-type.type',
360 360 value: 'type'
361 361 },
362 362 clientAttribute: {
363   - name: 'entity-group.column-type.client-attribute',
  363 + name: 'import.column-type.client-attribute',
364 364 value: 'CLIENT_ATTRIBUTE'
365 365 },
366 366 sharedAttribute: {
367   - name: 'entity-group.column-type.shared-attribute',
  367 + name: 'import.column-type.shared-attribute',
368 368 value: 'SHARED_ATTRIBUTE'
369 369 },
370 370 serverAttribute: {
371   - name: 'entity-group.column-type.server-attribute',
  371 + name: 'import.column-type.server-attribute',
372 372 value: 'SERVER_ATTRIBUTE'
373 373 },
374 374 timeseries: {
375   - name: 'entity-group.column-type.timeseries',
  375 + name: 'import.column-type.timeseries',
376 376 value: 'TIMESERIES'
377 377 },
378 378 entityField: {
379   - name: 'entity-group.column-type.entity-field',
  379 + name: 'import.column-type.entity-field',
380 380 value: 'ENTITY_FIELD'
381 381 },
382 382 accessToken: {
383   - name: 'entity-group.column-type.access-token',
  383 + name: 'import.column-type.access-token',
384 384 value: 'ACCESS_TOKEN'
385 385 }
386 386 },
... ...
... ... @@ -1128,9 +1128,9 @@
1128 1128 "done": "Done"
1129 1129 },
1130 1130 "message": {
1131   - "create-entities": "'{{count}}' new entities were successfully created.",
1132   - "update-entities": "'{{count}}' entities were successfully updated.",
1133   - "error-entities": "There was an error creating '{{count}}' entities."
  1131 + "create-entities": "{{count}} new entities were successfully created.",
  1132 + "update-entities": "{{count}} entities were successfully updated.",
  1133 + "error-entities": "There was an error creating {{count}} entities."
1134 1134 }
1135 1135 },
1136 1136 "item": {
... ...