@abyss-project/commons-front-core 1.0.18 → 1.0.20
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.
|
@@ -280,6 +280,27 @@ export declare const translations: {
|
|
|
280
280
|
'see-all-button': string;
|
|
281
281
|
};
|
|
282
282
|
'no-subscription': string;
|
|
283
|
+
'user-settings': {
|
|
284
|
+
profile: {
|
|
285
|
+
title: string;
|
|
286
|
+
fields: {
|
|
287
|
+
alias: string;
|
|
288
|
+
name: string;
|
|
289
|
+
familyName: string;
|
|
290
|
+
'api-key': string;
|
|
291
|
+
};
|
|
292
|
+
helper: string;
|
|
293
|
+
'open-on-abyss': string;
|
|
294
|
+
'copy-api-key': string;
|
|
295
|
+
'reset-api-key': string;
|
|
296
|
+
'confirm-reset-api-key': string;
|
|
297
|
+
'helper-confirm-reset-api-key': string;
|
|
298
|
+
subscription: string;
|
|
299
|
+
'no-subscription': string;
|
|
300
|
+
'see-subscription-button': string;
|
|
301
|
+
'delete-account-button': string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
283
304
|
};
|
|
284
305
|
};
|
|
285
306
|
export declare const flattenTranslations: {
|