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
* @description Activity based badge award notification text
24
+
* @example {Badge Title} PH1
25
+
*/
26
+
activityBasedBadgeAwardMessage: 'You earned the {PH1} badge! It has been added to your Developer Profile.',
27
+
/**
28
+
* @description Action title for navigating to the badge settings in Google Developer Profile section
29
+
*/
30
+
badgeSettings: 'Badge settings',
31
+
/**
32
+
* @description Action title for opening the Google Developer Program profile page of the user in a new tab
33
+
*/
34
+
viewProfile: 'View profile',
35
+
/**
36
+
* @description Starter badge award notification text when the user has a Google Developer Program profile but did not enable receiving badges in DevTools yet
37
+
* @example {Badge Title} PH1
38
+
* @example {Google Developer Program link} PH2
39
+
*/
40
+
starterBadgeAwardMessageSettingDisabled: 'You earned the {PH1} badge for the {PH2}! Turn on badges to claim it.',
41
+
/**
42
+
* @description Starter badge award notification text when the user does not have a Google Developer Program profile.
43
+
* @example {Badge Title} PH1
44
+
* @example {Google Developer Program link} PH2
45
+
*/
46
+
starterBadgeAwardMessageNoGdpProfile:
47
+
'You earned the {PH1} badge for the {PH2}! Create a profile to claim your badge.',
48
+
/**
49
+
* @description Action title for snoozing the starter badge.
50
+
*/
51
+
remindMeLater: 'Remind me later',
52
+
/**
53
+
* @description Action title for enabling the "Receive badges" setting
54
+
*/
55
+
receiveBadges: 'Receive badges',
56
+
/**
57
+
* @description Action title for creating a Google Developer Program profle
0 commit comments