Daniel@0
|
1 {# vicm stands for vis instance cover content #}
|
Daniel@0
|
2
|
Daniel@0
|
3 {% set tapToRetry = " Tap to retry." %}
|
Daniel@0
|
4
|
Daniel@0
|
5 {%- jstmpl id="vicc__unknown" -%}
|
Daniel@0
|
6 error|An unknown error occurred during rendering.
|
Daniel@0
|
7 {%- endjstmpl -%}
|
Daniel@0
|
8
|
Daniel@0
|
9
|
Daniel@0
|
10 {# specific view types #}
|
Daniel@0
|
11
|
Daniel@0
|
12 {%- jstmpl id="vicc__view_default" -%}
|
Daniel@0
|
13 info|Nothing to show in this view
|
Daniel@0
|
14 {%- endjstmpl -%}
|
Daniel@0
|
15
|
Daniel@0
|
16 {%- jstmpl id="vicc__view_unknown" -%}
|
Daniel@0
|
17 info|Nothing to show in this view
|
Daniel@0
|
18 {%- endjstmpl -%}
|
Daniel@0
|
19
|
Daniel@0
|
20
|
Daniel@0
|
21 {# data preparing #}
|
Daniel@0
|
22
|
Daniel@0
|
23 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-default" -%}
|
Daniel@0
|
24 process|Updating the collection...
|
Daniel@0
|
25 {%- endjstmpl -%}
|
Daniel@0
|
26
|
Daniel@0
|
27 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-pair" -%}
|
Daniel@0
|
28 process|Updating a pair of collections...
|
Daniel@0
|
29 {%- endjstmpl -%}
|
Daniel@0
|
30
|
Daniel@0
|
31 {%- jstmpl id="vicc__data-prearing_entity-derived__entity-recording-default" -%}
|
Daniel@0
|
32 process|Obtaining parameters of the recording...
|
Daniel@0
|
33 {%- endjstmpl -%}
|
Daniel@0
|
34
|
Daniel@0
|
35 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-recording-pair" -%}
|
Daniel@0
|
36 process|Updating a pair of recordings...
|
Daniel@0
|
37 {%- endjstmpl -%}
|
Daniel@0
|
38
|
Daniel@0
|
39 {%- jstmpl id="vicc__data-preparing_base" -%}
|
Daniel@0
|
40 process|Attempting to get the data...
|
Daniel@0
|
41 {%- endjstmpl -%}
|
Daniel@0
|
42
|
Daniel@0
|
43 {%- jstmpl id="vicc__data-preparing_overlay" -%}
|
Daniel@0
|
44 process|Obtaining the data for the overlay...
|
Daniel@0
|
45 {%- endjstmpl -%}
|
Daniel@0
|
46
|
Daniel@0
|
47 {%- jstmpl id="vicc__drawing" -%}
|
Daniel@0
|
48 process|Drawing...
|
Daniel@0
|
49 {%- endjstmpl -%}
|
Daniel@0
|
50
|
Daniel@0
|
51
|
Daniel@0
|
52 {# api errors #}
|
Daniel@0
|
53
|
Daniel@0
|
54 {%- jstmpl id="vicc__api-error_entity-derived__entity-collection-default" -%}
|
Daniel@0
|
55 error|An error occurred while updating the collection.{{ tapToRetry | raw }}
|
Daniel@0
|
56 {%- endjstmpl -%}
|
Daniel@0
|
57
|
Daniel@0
|
58 {%- jstmpl id="vicc__api-error_entity-derived__entity-collection-pair" -%}
|
Daniel@0
|
59 error|An error occurred while updating a pair of collections.{{ tapToRetry | raw }}
|
Daniel@0
|
60 {%- endjstmpl -%}
|
Daniel@0
|
61
|
Daniel@0
|
62 {%- jstmpl id="vicc__api-error_entity-derived__entity-recording.default" -%}
|
Daniel@0
|
63 error|An error occurred while obtaining the parameters of the recording.{{ tapToRetry | raw }}
|
Daniel@0
|
64 {%- endjstmpl -%}
|
Daniel@0
|
65
|
Daniel@0
|
66 {%- jstmpl id="vicc__api-error_base" -%}
|
Daniel@0
|
67 warning|The data have not arrived.{{ tapToRetry | raw }}
|
Daniel@0
|
68 {%- endjstmpl -%}
|
Daniel@0
|
69
|
Daniel@0
|
70 {%- jstmpl id="vicc__api-error_overlay" -%}
|
Daniel@0
|
71 warning|The data for the overlay have not arrived.{{ tapToRetry | raw }}
|
Daniel@0
|
72 {%- endjstmpl -%}
|
Daniel@0
|
73
|
Daniel@0
|
74
|
Daniel@0
|
75 {%- jstmpl id="vicc__api-message_progress_base" -%}
|
Daniel@0
|
76 process|Your data are being prepared, please wait.
|
Daniel@0
|
77 {%- endjstmpl -%}
|
Daniel@0
|
78
|
Daniel@0
|
79
|
Daniel@0
|
80 {# error in data #}
|
Daniel@0
|
81
|
Daniel@0
|
82 {# {%- jstmpl id="vicc__" -%}
|
Daniel@0
|
83 {%- endjstmpl -%} #}
|
Daniel@0
|
84
|
Daniel@0
|
85
|
Daniel@0
|
86
|
Daniel@0
|
87 {# special cases #}
|
Daniel@0
|
88
|
Daniel@0
|
89 {%- jstmpl id="vicc__collection_undefined__entity-collection-default" -%}
|
Daniel@0
|
90 info|Nothing to shown for a collection with no recordings.
|
Daniel@0
|
91 {%- endjstmpl -%}
|
Daniel@0
|
92
|
Daniel@0
|
93 {%- jstmpl id="vicc__collection_undefined__entity-collection-pair" -%}
|
Daniel@0
|
94 info|Please make sure that both neighbouring collections contain recordings.
|
Daniel@0
|
95 {%- endjstmpl -%}
|
Daniel@0
|
96
|
Daniel@0
|
97
|
Daniel@0
|
98 {%- jstmpl id="vicc__collection_no-recordings__entity-collection-default" -%}
|
Daniel@0
|
99 info|Nothing to shown for a collection with no recordings.
|
Daniel@0
|
100 {%- endjstmpl -%}
|
Daniel@0
|
101
|
Daniel@0
|
102 {%- jstmpl id="vicc__collection_no-recordings__entity-collection-pair" -%}
|
Daniel@0
|
103 info|Please make sure that both neighbouring collections contain recordings.
|
Daniel@0
|
104 {%- endjstmpl -%}
|
Daniel@0
|
105
|
Daniel@0
|
106 {%- jstmpl id="vicc__pair_incomplete__entity-collection-pair" -%}
|
Daniel@0
|
107 info|Place this column between two collections<br>using Alt ↔
|
Daniel@0
|
108 {%- endjstmpl -%}
|
Daniel@0
|
109
|
Daniel@0
|
110 {%- jstmpl id="vicc__pair_incomplete__entity-recording-pair" -%}
|
Daniel@0
|
111 info|Place this column between two recordings<br>using Alt ↔
|
Daniel@0
|
112 {%- endjstmpl -%}
|
Daniel@0
|
113
|
Daniel@0
|
114 {%- jstmpl id="vicc__comparison_not-supported" -%}
|
Daniel@0
|
115 info|This data layout does not imply comparison.
|
Daniel@0
|
116 {%- endjstmpl -%}
|
Daniel@0
|
117
|
Daniel@0
|
118 {%- jstmpl id="vicc__comparison_wrong-type" -%}
|
Daniel@0
|
119 info|This data layout does not imply comparison of the chosen type.
|
Daniel@0
|
120 {%- endjstmpl -%}
|
Daniel@0
|
121
|
Daniel@0
|
122 {%- jstmpl id="vicc__recording_undefined" -%}
|
Daniel@0
|
123 info|
|
Daniel@0
|
124 {%- endjstmpl -%}
|
Daniel@0
|
125
|
Daniel@0
|
126 {%- jstmpl id="vicc__ok-count-0" -%}
|
Daniel@0
|
127 warning|The feature could not be extracted from any of the recordings in the sample.
|
Daniel@0
|
128 {%- endjstmpl -%}
|
Daniel@0
|
129
|
Daniel@0
|
130
|
Daniel@0
|
131 {%- jstmpl id="vicc__auxiliary-resources_pending" -%}
|
Daniel@0
|
132 process|Preparing to draw...
|
Daniel@0
|
133 {%- endjstmpl -%}
|
Daniel@0
|
134
|
Daniel@0
|
135 {%- jstmpl id="vicc__auxiliary-resources_fail" -%}
|
Daniel@0
|
136 error|This view failed to initialise and cannot be shown. Please reload the app.
|
Daniel@0
|
137 {%- endjstmpl -%}
|
Daniel@0
|
138
|