@@ -950,7 +950,6 @@ export const enUS = {
950950 exportDescription : 'Generate a Base64 snapshot (includes term/version) for copying or sharing.' ,
951951 exportPlaceholder : 'Click the button below to create Base64' ,
952952 exportButton : 'Generate Base64' ,
953- copyButton : 'Copy' ,
954953 importTitle : 'Import selection state' ,
955954 importDescription : 'Paste a Base64 snapshot to restore selected/wishlist lists.' ,
956955 importPlaceholder : 'Paste Base64 string' ,
@@ -963,13 +962,7 @@ export const enUS = {
963962 gistLoggedIn : 'GitHub logged in' ,
964963 loginHint : 'OAuth login (PKCE, opens a popup).' ,
965964 loginUnavailableHint : 'GitHub OAuth is not configured for this deployment. Set PUBLIC_GITHUB_CLIENT_ID in build/deploy env.' ,
966- tokenLabel : 'GitHub token (local only)' ,
967- tokenPlaceholder : 'Paste a token (requires Gist access)' ,
968- tokenShow : 'Show' ,
969- tokenHide : 'Hide' ,
970- tokenSave : 'Save token' ,
971965 closeWindow : 'Close window' ,
972- tokenHint : 'Token stays in your browser localStorage and is never included in the bundle.' ,
973966 gistIdLabel : 'Gist ID (optional)' ,
974967 gistIdPlaceholder : 'Existing Gist ID for incremental updates' ,
975968 noteLabel : 'Note' ,
@@ -996,8 +989,6 @@ export const enUS = {
996989 githubAuthorizing : 'Completing GitHub login...' ,
997990 githubLoginSuccess : 'GitHub login successful' ,
998991 requireLogin : 'Log in to GitHub first' ,
999- tokenRequired : 'Paste a GitHub token first' ,
1000- tokenSaved : 'Token saved locally' ,
1001992 termStateMissing : 'TermState not loaded yet. Please retry.' ,
1002993 syncing : 'Building snapshot and syncing...' ,
1003994 syncSuccess : 'Sync success: {url}' ,
0 commit comments