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: frontend/src/lib/i18n/locales/en-US.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,5 +80,17 @@
80
80
"profileScopeDescription": "Allows the app to access your profile information.",
81
81
"groupsScopeName": "Groups",
82
82
"groupsScopeDescription": "Allows the app to access your group information.",
83
-
"backToLoginButton": "Back to login"
83
+
"backToLoginButton": "Back to login",
84
+
"phoneScopeName": "Phone",
85
+
"phoneScopeDescription": "Allows the app to access your phone number.",
86
+
"addressScopeName": "Address",
87
+
"addressScopeDescription": "Allows the app to access your address.",
88
+
"loginTailscaleTitle": "Continue with Tailscale",
89
+
"loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?",
90
+
"loginTailscaleDeviceName": "Device name:",
91
+
"loginTailscaleSubmit": "Continue with Tailscale",
92
+
"loginTailscaleOtherMethod": "Login with another method",
93
+
"loginTailscaleSuccess": "Successfully authenticated with Tailscale.",
94
+
"loginTailscaleFail": "Failed to authenticate with Tailscale. Please try again or use another login method.",
95
+
"logoutTailscaleSubtitle": "You are currently logged in with Tailscale on your device <code>{{deviceName}}</code>. Click the button below to logout."
Copy file name to clipboardExpand all lines: frontend/src/lib/i18n/locales/en.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,5 +84,13 @@
84
84
"phoneScopeName": "Phone",
85
85
"phoneScopeDescription": "Allows the app to access your phone number.",
86
86
"addressScopeName": "Address",
87
-
"addressScopeDescription": "Allows the app to access your address."
87
+
"addressScopeDescription": "Allows the app to access your address.",
88
+
"loginTailscaleTitle": "Continue with Tailscale",
89
+
"loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?",
90
+
"loginTailscaleDeviceName": "Device name:",
91
+
"loginTailscaleSubmit": "Continue with Tailscale",
92
+
"loginTailscaleOtherMethod": "Login with another method",
93
+
"loginTailscaleSuccess": "Successfully authenticated with Tailscale.",
94
+
"loginTailscaleFail": "Failed to authenticate with Tailscale. Please try again or use another login method.",
95
+
"logoutTailscaleSubtitle": "You are currently logged in with Tailscale on your device <code>{{deviceName}}</code>. Click the button below to logout."
0 commit comments