Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 12, 2024
1 parent b0d32c0 commit f12681e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/utils/language/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const localeEN = {
totpTutorial: ["Go to the website where you want to setup 2FA", "Take a screenshot (Windows key + Shift + S key combination on Windows, Cmd + Shift + 3 on macOS) of the QR code, and save the picture", "In Authme, go to the Import page: Sidebar > Import", "Click the Choose images button and select the picture"],
authmeTutorial: ["In Authme go to the Export page and choose Export Authme file", "You can import this file in Authme on the Import page"],
aegisTutorial: ["Tap on the hamburger menu in the rop right corner of the screen: Settings > Import & Export > Export", "Select the Aegis JSON format and uncheck the Encryption checkbox and export you vault", "Transfer the file on your computer and import it in Authme"],
twoFasTutorial: ["Tap on settings on the navigation bar: 2FAS Backup > Export to file", "Check the export file without password checkbox and tap export", "Transfer the file on your computer and import it in Authme"]
twoFasTutorial: ["Tap on settings on the navigation bar: 2FAS Backup > Export to file", "Check the export file without password checkbox and tap export", "Transfer the file on your computer and import it in Authme"],
},

export: {
Expand Down
4 changes: 3 additions & 1 deletion interface/utils/language/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ export const localeES: typeof localeEN = {
// tutorial
googleAuthTutorial: ["Export the 2FA codes from the Google Authenticator app: Tap on the hamburger menu in the top left corner of the screen: Transfer Accounts > Export Accounts", "Save the migration QR code(s) with a screenshot or take a picture with another phone if you are on Android. Transfer these pictures to your computer", "In Authme, go to the Import page: Sidebar > Import", "Click the Choose images button and select the picture(s) you transferred from your phone"],
totpTutorial: ["Go to the website where you want to setup 2FA", "Take a screenshot (Windows key + Shift + S key combination on Windows, Cmd + Shift + 3 on macOS) of the QR code, and save the picture", "In Authme, go to the Import page: Sidebar > Import", "Click the Choose images button and select the picture"],
authmeTutorial: ["In Authme go to the Export page and choose Export Authme file", "You can import this file in Authme on the Import page"]
authmeTutorial: ["In Authme go to the Export page and choose Export Authme file", "You can import this file in Authme on the Import page"],
aegisTutorial: ["Tap on the hamburger menu in the rop right corner of the screen: Settings > Import & Export > Export", "Select the Aegis JSON format and uncheck the Encryption checkbox and export you vault", "Transfer the file on your computer and import it in Authme"],
twoFasTutorial: ["Tap on settings on the navigation bar: 2FAS Backup > Export to file", "Check the export file without password checkbox and tap export", "Transfer the file on your computer and import it in Authme"],
},

export: {
Expand Down
2 changes: 2 additions & 0 deletions interface/utils/language/hu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export const localeHU: typeof localeEN = {
googleAuthTutorial: ["Export the 2FA codes from the Google Authenticator app: Tap on the hamburger menu in the top left corner of the screen: Transfer Accounts > Export Accounts", "Save the migration QR code(s) with a screenshot or take a picture with another phone if you are on Android. Transfer these pictures to your computer", "In Authme, go to the Import page: Sidebar > Import", "Click the Choose images button and select the picture(s) you transferred from your phone"],
totpTutorial: ["Go to the website where you want to setup 2FA", "Take a screenshot (Windows key + Shift + S key combination on Windows, Cmd + Shift + 3 on macOS) of the QR code, and save the picture", "In Authme, go to the Import page: Sidebar > Import", "Click the Choose images button and select the picture"],
authmeTutorial: ["In Authme go to the Export page and choose Export Authme file", "You can import this file in Authme on the Import page"],
aegisTutorial: ["Tap on the hamburger menu in the rop right corner of the screen: Settings > Import & Export > Export", "Select the Aegis JSON format and uncheck the Encryption checkbox and export you vault", "Transfer the file on your computer and import it in Authme"],
twoFasTutorial: ["Tap on settings on the navigation bar: 2FAS Backup > Export to file", "Check the export file without password checkbox and tap export", "Transfer the file on your computer and import it in Authme"],
},

export: {
Expand Down

0 comments on commit f12681e

Please sign in to comment.