tycho-components 0.8.6 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60,6 +60,8 @@ export declare const commonResources: {
|
|
|
60
60
|
'button.add': string;
|
|
61
61
|
'button.filter': string;
|
|
62
62
|
'button.clear': string;
|
|
63
|
+
'button.play': string;
|
|
64
|
+
'button.pause': string;
|
|
63
65
|
'label.public': string;
|
|
64
66
|
'label.private': string;
|
|
65
67
|
'label.notavailable': string;
|
|
@@ -327,6 +329,8 @@ export declare const commonResources: {
|
|
|
327
329
|
'button.close': string;
|
|
328
330
|
'button.filter': string;
|
|
329
331
|
'button.clear': string;
|
|
332
|
+
'button.play': string;
|
|
333
|
+
'button.pause': string;
|
|
330
334
|
'label.public': string;
|
|
331
335
|
'label.private': string;
|
|
332
336
|
'label.notavailable': string;
|
|
@@ -593,6 +597,8 @@ export declare const commonResources: {
|
|
|
593
597
|
'button.close': string;
|
|
594
598
|
'button.filter': string;
|
|
595
599
|
'button.clear': string;
|
|
600
|
+
'button.play': string;
|
|
601
|
+
'button.pause': string;
|
|
596
602
|
'label.public': string;
|
|
597
603
|
'label.private': string;
|
|
598
604
|
'label.notavailable': string;
|
|
@@ -14,6 +14,8 @@ export declare const CommonTexts: {
|
|
|
14
14
|
'button.add': string;
|
|
15
15
|
'button.filter': string;
|
|
16
16
|
'button.clear': string;
|
|
17
|
+
'button.play': string;
|
|
18
|
+
'button.pause': string;
|
|
17
19
|
'label.public': string;
|
|
18
20
|
'label.private': string;
|
|
19
21
|
'label.notavailable': string;
|
|
@@ -69,6 +71,8 @@ export declare const CommonTexts: {
|
|
|
69
71
|
'button.close': string;
|
|
70
72
|
'button.filter': string;
|
|
71
73
|
'button.clear': string;
|
|
74
|
+
'button.play': string;
|
|
75
|
+
'button.pause': string;
|
|
72
76
|
'label.public': string;
|
|
73
77
|
'label.private': string;
|
|
74
78
|
'label.notavailable': string;
|
|
@@ -124,6 +128,8 @@ export declare const CommonTexts: {
|
|
|
124
128
|
'button.close': string;
|
|
125
129
|
'button.filter': string;
|
|
126
130
|
'button.clear': string;
|
|
131
|
+
'button.play': string;
|
|
132
|
+
'button.pause': string;
|
|
127
133
|
'label.public': string;
|
|
128
134
|
'label.private': string;
|
|
129
135
|
'label.notavailable': string;
|
|
@@ -14,6 +14,8 @@ export const CommonTexts = {
|
|
|
14
14
|
'button.add': 'Add',
|
|
15
15
|
'button.filter': 'Filter',
|
|
16
16
|
'button.clear': 'Clear',
|
|
17
|
+
'button.play': 'Play',
|
|
18
|
+
'button.pause': 'Pause',
|
|
17
19
|
'label.public': 'Public',
|
|
18
20
|
'label.private': 'Private',
|
|
19
21
|
'label.notavailable': 'N/A',
|
|
@@ -69,6 +71,8 @@ export const CommonTexts = {
|
|
|
69
71
|
'button.close': 'Fechar',
|
|
70
72
|
'button.filter': 'Filtrar',
|
|
71
73
|
'button.clear': 'Limpar',
|
|
74
|
+
'button.play': 'Reproduzir',
|
|
75
|
+
'button.pause': 'Pausar',
|
|
72
76
|
'label.public': 'Público',
|
|
73
77
|
'label.private': 'Privado',
|
|
74
78
|
'label.notavailable': 'N/A',
|
|
@@ -124,6 +128,8 @@ export const CommonTexts = {
|
|
|
124
128
|
'button.close': 'Chiudi',
|
|
125
129
|
'button.filter': 'Filtra',
|
|
126
130
|
'button.clear': 'Pulisci',
|
|
131
|
+
'button.play': 'Riproduci',
|
|
132
|
+
'button.pause': 'Pausa',
|
|
127
133
|
'label.public': 'Pubblico',
|
|
128
134
|
'label.private': 'Privato',
|
|
129
135
|
'label.notavailable': 'N/A',
|