You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/i18n/en/index.ts
+4
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ const en: BaseTranslation = {
54
54
},
55
55
},
56
56
addStandaloneDevice: {
57
+
toasts: {
58
+
deviceCreated: 'Device added',
59
+
creationFailed: 'Device could not be added.',
60
+
},
57
61
infoBox: {
58
62
setup:
59
63
'Here you can add definitions or generate configurations for devices that can connect to your VPN. Only locations without Multi-Factor Authentication are available here, as MFA is only supported in Defguard Desktop Client for now.',
@@ -4947,6 +4957,16 @@ export type TranslationFunctions = {
4947
4957
}
4948
4958
}
4949
4959
addStandaloneDevice: {
4960
+
toasts: {
4961
+
/**
4962
+
* Device added
4963
+
*/
4964
+
deviceCreated: ()=>LocalizedString
4965
+
/**
4966
+
* Device could not be added.
4967
+
*/
4968
+
creationFailed: ()=>LocalizedString
4969
+
}
4950
4970
infoBox: {
4951
4971
/**
4952
4972
* Here you can add definitions or generate configurations for devices that can connect to your VPN. Only locations without Multi-Factor Authentication are available here, as MFA is only supported in Defguard Desktop Client for now.
'Here you can add definitions or generate configurations for devices that can connect to your VPN. Only locations without Multi-Factor Authentication are available here, as MFA is only supported in Defguard Desktop Client for now.'
0 commit comments