Skip to content

Commit f903795

Browse files
committed
PD-0000 format
1 parent c8fd79b commit f903795

8 files changed

Lines changed: 118 additions & 120 deletions

File tree

SUPPORTED_BROWSERS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
> This file is auto-generated from `.browserslistrc` during the prebuild step. Do not edit manually.
44
5-
| Browser | Minimum version |
6-
| ---------------- | --------------- |
7-
| Android WebView | 145 or newer |
8-
| Apple Safari | 17 or newer |
9-
| Google Chrome | 117 or newer |
10-
| Microsoft Edge | 117 or newer |
11-
| Mozilla Firefox | 116 or newer |
12-
| Opera | 103 or newer |
13-
| Opera Mobile | 80 or newer |
14-
| Samsung Internet | 24 or newer |
5+
| Browser | Minimum version |
6+
|---------|-----------------|
7+
| Android WebView | 145 or newer |
8+
| Apple Safari | 17 or newer |
9+
| Google Chrome | 119 or newer |
10+
| Microsoft Edge | 119 or newer |
11+
| Mozilla Firefox | 119 or newer |
12+
| Opera | 105 or newer |
13+
| Opera Mobile | 80 or newer |
14+
| Samsung Internet | 25 or newer |

src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
width: 100%;
44
}
55

6-
76
.two-factor-panel {
87
display: flex;
98
flex-direction: column;
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"chrome": {
3-
"major": 117,
3+
"major": 119,
44
"minor": 0
55
},
66
"firefox": {
7-
"major": 116,
7+
"major": 119,
88
"minor": 0
99
},
1010
"android": {
1111
"major": 145,
1212
"minor": 0
1313
},
1414
"edge": {
15-
"major": 117,
15+
"major": 119,
1616
"minor": 0
1717
},
1818
"safari": {
@@ -24,11 +24,11 @@
2424
"minor": 0
2525
},
2626
"opera": {
27-
"major": 103,
27+
"major": 105,
2828
"minor": 0
2929
},
3030
"samsung": {
31-
"major": 24,
31+
"major": 25,
3232
"minor": 0
3333
}
3434
}

src/app/two-factor-setup/components/two-factor-recovery-codes/two-factor-recovery-codes.component.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ export class TwoFactorRecoveryCodesComponent implements OnInit {
4343

4444
this.twoFactorForm = new UntypedFormGroup({
4545
backupCodes: new UntypedFormControl(this.backupCodes, []),
46-
confirmCodes: new UntypedFormControl(
47-
{ value: false, disabled: true },
48-
[Validators.requiredTrue]
49-
),
46+
confirmCodes: new UntypedFormControl({ value: false, disabled: true }, [
47+
Validators.requiredTrue,
48+
]),
5049
})
5150
}
5251

src/locale/messages.lr.xlf

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</context-group>
122122
<context-group purpose="location">
123123
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
124-
<context context-type="linenumber">119,121</context>
124+
<context context-type="linenumber">117,119</context>
125125
</context-group>
126126
<target>LR</target>
127127
</trans-unit>
@@ -141,7 +141,7 @@
141141
</context-group>
142142
<context-group purpose="location">
143143
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
144-
<context context-type="linenumber">88,90</context>
144+
<context context-type="linenumber">86,88</context>
145145
</context-group>
146146
<target>LR</target>
147147
</trans-unit>
@@ -161,7 +161,7 @@
161161
</context-group>
162162
<context-group purpose="location">
163163
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
164-
<context context-type="linenumber">105,107</context>
164+
<context context-type="linenumber">103,105</context>
165165
</context-group>
166166
<target>LR</target>
167167
</trans-unit>
@@ -1598,7 +1598,7 @@
15981598
<source>Enable two-factor authentication</source>
15991599
<context-group purpose="location">
16001600
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1601-
<context context-type="linenumber">39,41</context>
1601+
<context context-type="linenumber">40,42</context>
16021602
</context-group>
16031603
<context-group purpose="location">
16041604
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
@@ -1618,55 +1618,55 @@
16181618
<source>Sign in with 2FA</source>
16191619
<context-group purpose="location">
16201620
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1621-
<context context-type="linenumber">46</context>
1621+
<context context-type="linenumber">47</context>
16221622
</context-group>
16231623
<target>LR</target>
16241624
</trans-unit>
16251625
<trans-unit id="account.signInWith2FADescription" datatype="html" resname="account.signInWith2FADescription">
16261626
<source>Use your authentication app to generate a verification code whenever you sign in to ORCID.</source>
16271627
<context-group purpose="location">
16281628
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1629-
<context context-type="linenumber">50,53</context>
1629+
<context context-type="linenumber">51,54</context>
16301630
</context-group>
16311631
<target>LR</target>
16321632
</trans-unit>
16331633
<trans-unit id="72c57d7e885637f487505d650acdcba80de094fe" datatype="html" resname="72c57d7e885637f487505d650acdcba80de094fe">
16341634
<source>Authentication app</source>
16351635
<context-group purpose="location">
16361636
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1637-
<context context-type="linenumber">63,65</context>
1637+
<context context-type="linenumber">64,66</context>
16381638
</context-group>
16391639
<target>LR</target>
16401640
</trans-unit>
16411641
<trans-unit id="account.accountRecovery" datatype="html" resname="account.accountRecovery">
16421642
<source>Account recovery</source>
16431643
<context-group purpose="location">
16441644
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1645-
<context context-type="linenumber">71</context>
1645+
<context context-type="linenumber">72</context>
16461646
</context-group>
16471647
<target>LR</target>
16481648
</trans-unit>
16491649
<trans-unit id="account.accountRecoveryDescription" datatype="html" resname="account.accountRecoveryDescription">
16501650
<source>Recover access to your ORCID account if you can't use your authentication app.</source>
16511651
<context-group purpose="location">
16521652
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1653-
<context context-type="linenumber">75,78</context>
1653+
<context context-type="linenumber">76,79</context>
16541654
</context-group>
16551655
<target>LR</target>
16561656
</trans-unit>
16571657
<trans-unit id="3a89bdc837beba5deb23158e7d2963827735cd91" datatype="html" resname="3a89bdc837beba5deb23158e7d2963827735cd91">
16581658
<source>2FA recovery codes</source>
16591659
<context-group purpose="location">
16601660
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1661-
<context context-type="linenumber">88,90</context>
1661+
<context context-type="linenumber">89,91</context>
16621662
</context-group>
16631663
<target>LR</target>
16641664
</trans-unit>
16651665
<trans-unit id="account.disable2FAWarning" datatype="html" resname="account.disable2FAWarning">
16661666
<source>You can disable two-factor authentication at any time. Turning 2FA off will reset any account recovery options you have set up.</source>
16671667
<context-group purpose="location">
16681668
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1669-
<context context-type="linenumber">95,98</context>
1669+
<context context-type="linenumber">96,99</context>
16701670
</context-group>
16711671
<target>LR</target>
16721672
</trans-unit>
@@ -1678,15 +1678,15 @@
16781678
</source>
16791679
<context-group purpose="location">
16801680
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1681-
<context context-type="linenumber">105,107</context>
1681+
<context context-type="linenumber">106,108</context>
16821682
</context-group>
16831683
<target>LR</target>
16841684
</trans-unit>
16851685
<trans-unit id="account.disableTwoFactorAuth" datatype="html" resname="account.disableTwoFactorAuth">
16861686
<source>Disable two-factor authentication</source>
16871687
<context-group purpose="location">
16881688
<context context-type="sourcefile">src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.html</context>
1689-
<context context-type="linenumber">115,117</context>
1689+
<context context-type="linenumber">116,118</context>
16901690
</context-group>
16911691
<target>LR</target>
16921692
</trans-unit>
@@ -1938,7 +1938,7 @@
19381938
</context-group>
19391939
<context-group purpose="location">
19401940
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
1941-
<context context-type="linenumber">91</context>
1941+
<context context-type="linenumber">92</context>
19421942
</context-group>
19431943
<target>LR</target>
19441944
</trans-unit>
@@ -16995,7 +16995,7 @@
1699516995
</context-group>
1699616996
<context-group purpose="location">
1699716997
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
16998-
<context context-type="linenumber">463</context>
16998+
<context context-type="linenumber">470</context>
1699916999
</context-group>
1700017000
<context-group purpose="location">
1700117001
<context context-type="sourcefile">src/locale/i18n.pseudo.component.html</context>
@@ -17015,7 +17015,7 @@
1701517015
</context-group>
1701617016
<context-group purpose="location">
1701717017
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
17018-
<context context-type="linenumber">465</context>
17018+
<context context-type="linenumber">472</context>
1701917019
</context-group>
1702017020
<target>LR</target>
1702117021
</trans-unit>
@@ -17027,11 +17027,11 @@
1702717027
</context-group>
1702817028
<context-group purpose="location">
1702917029
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
17030-
<context context-type="linenumber">466</context>
17030+
<context context-type="linenumber">473</context>
1703117031
</context-group>
1703217032
<context-group purpose="location">
1703317033
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
17034-
<context context-type="linenumber">487</context>
17034+
<context context-type="linenumber">494</context>
1703517035
</context-group>
1703617036
<context-group purpose="location">
1703717037
<context context-type="sourcefile">src/locale/i18n.pseudo.component.html</context>
@@ -18883,23 +18883,23 @@
1888318883
<source>Email or 16-digit ORCID iD</source>
1888418884
<context-group purpose="location">
1888518885
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
18886-
<context context-type="linenumber">90</context>
18886+
<context context-type="linenumber">91</context>
1888718887
</context-group>
1888818888
<target>LR</target>
1888918889
</trans-unit>
1889018890
<trans-unit id="ngOrcid.signin.claiming" datatype="html" resname="ngOrcid.signin.claiming">
1889118891
<source>Claiming your account</source>
1889218892
<context-group purpose="location">
1889318893
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
18894-
<context context-type="linenumber">484</context>
18894+
<context context-type="linenumber">491</context>
1889518895
</context-group>
1889618896
<target>LR</target>
1889718897
</trans-unit>
1889818898
<trans-unit id="ngOrcid.signin.verify.claimSent" datatype="html" resname="ngOrcid.signin.verify.claimSent">
1889918899
<source>Thank you for claiming your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please</source>
1890018900
<context-group purpose="location">
1890118901
<context context-type="sourcefile">src/app/sign-in/components/form-sign-in/form-sign-in.component.ts</context>
18902-
<context context-type="linenumber">486</context>
18902+
<context context-type="linenumber">493</context>
1890318903
</context-group>
1890418904
<target>LR</target>
1890518905
</trans-unit>
@@ -19039,20 +19039,20 @@
1903919039
<source>Copy setup code</source>
1904019040
<context-group purpose="location">
1904119041
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
19042-
<context context-type="linenumber">55</context>
19042+
<context context-type="linenumber">53</context>
1904319043
</context-group>
1904419044
<target>LR</target>
1904519045
</trans-unit>
1904619046
<trans-unit id="account.enterVerificationCodeFromAuthApp" datatype="html" resname="account.enterVerificationCodeFromAuthApp">
1904719047
<source>Enter the 6-digit verification code from your authentication app</source>
1904819048
<context-group purpose="location">
1904919049
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.html</context>
19050-
<context context-type="linenumber">62,64</context>
19050+
<context context-type="linenumber">60,62</context>
1905119051
</context-group>
1905219052
<target>LR</target>
1905319053
</trans-unit>
19054-
<trans-unit id="account.setupCodeClipboard" datatype="html" resname="account.setupCodeClipboard">
19055-
<source>Setup code has been copied to the clipboard</source>
19054+
<trans-unit id="account.copySetupCodeToClipboard" datatype="html" resname="account.copySetupCodeToClipboard">
19055+
<source>Copy setup code to clipboard</source>
1905619056
<context-group purpose="location">
1905719057
<context context-type="sourcefile">src/app/two-factor-setup/components/two-factor-enable/two-factor-enable.component.ts</context>
1905819058
<context context-type="linenumber">48</context>

0 commit comments

Comments
 (0)