-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
18 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,6 @@ export const localeDE: typeof localeEN = { | |
delete: "Löschen", | ||
}, | ||
|
||
menu: { | ||
codes: "Codes", | ||
import: "Importieren", | ||
export: "Exportieren", | ||
edit: "Bearbeiten", | ||
settings: "Einstellungen", | ||
show: "Authme anzeigen", | ||
exit: "Authme beenden", | ||
}, | ||
|
||
landing: { | ||
welcome: "Willkommen!", | ||
gettingStarted: "Erste Schritte", | ||
|
@@ -121,32 +111,11 @@ export const localeDE: typeof localeEN = { | |
manualEntrySecret: "Geheimschlüssel (Erforderlich)", | ||
manualEntryDescription: "Beschreibung", | ||
// tutorial | ||
googleAuthTutorial: [ | ||
"Exportieren Sie die 2FA-Codes aus der Google Authenticator-App: Tippen Sie auf das Hamburger-Menü in der oberen linken Ecke des Bildschirms: Konten übertragen > Konten exportieren", | ||
"Speichern Sie die Migrations-QR-Codes mit einem Screenshot oder machen Sie ein Foto mit einem anderen Telefon, wenn Sie Android verwenden. Übertragen Sie diese Bilder auf Ihren Computer.", | ||
"Gehen Sie in Authme zur Importseite: Seitenleiste > Import", | ||
"Klicken Sie auf die Schaltfläche „Bilder auswählen“ und wählen Sie die Bilder aus, die Sie von Ihrem Telefon übertragen haben." | ||
], | ||
totpTutorial: [ | ||
"Gehen Sie zur Website, auf der Sie 2FA einrichten möchten.", | ||
"Erstellen Sie einen Screenshot (Tastenkombination Windows-Taste + Umschalttaste + S unter Windows, Cmd + Umschalttaste + 3 unter macOS) des QR-Codes und speichern Sie das Bild.", | ||
"Gehen Sie in Authme zur Importseite: Seitenleiste > Import", | ||
"Klicken Sie auf die Schaltfläche „Bilder auswählen“ und wählen Sie das Bild aus." | ||
], | ||
authmeTutorial: [ | ||
"Gehen Sie in Authme zur Exportseite und wählen Sie „Authme-Datei exportieren“.", | ||
"Sie können diese Datei in Authme auf der Importseite importieren." | ||
], | ||
aegisTutorial: [ | ||
"Tippen Sie auf das Hamburger-Menü in der oberen rechten Ecke des Bildschirms: Einstellungen > Importieren & Exportieren > Exportieren", | ||
"Wählen Sie das Aegis-JSON-Format aus, deaktivieren Sie das Kontrollkästchen „Verschlüsselung“ und exportieren Sie Ihren Tresor.", | ||
"Übertragen Sie die Datei auf Ihren Computer und importieren Sie sie in Authme." | ||
], | ||
twoFasTutorial: [ | ||
"Tippen Sie auf Einstellungen in der Navigationsleiste: 2FAS-Backup > In Datei exportieren", | ||
"Aktivieren Sie das Kontrollkästchen „Exportdatei ohne Passwort“ und tippen Sie auf „Exportieren“.", | ||
"Übertragen Sie die Datei auf Ihren Computer und importieren Sie sie in Authme." | ||
], | ||
googleAuthTutorial: ["Exportieren Sie die 2FA-Codes aus der Google Authenticator-App: Tippen Sie auf das Hamburger-Menü in der oberen linken Ecke des Bildschirms: Konten übertragen > Konten exportieren", "Speichern Sie die Migrations-QR-Codes mit einem Screenshot oder machen Sie ein Foto mit einem anderen Telefon, wenn Sie Android verwenden. Übertragen Sie diese Bilder auf Ihren Computer.", "Gehen Sie in Authme zur Importseite: Seitenleiste > Import", "Klicken Sie auf die Schaltfläche „Bilder auswählen“ und wählen Sie die Bilder aus, die Sie von Ihrem Telefon übertragen haben."], | ||
totpTutorial: ["Gehen Sie zur Website, auf der Sie 2FA einrichten möchten.", "Erstellen Sie einen Screenshot (Tastenkombination Windows-Taste + Umschalttaste + S unter Windows, Cmd + Umschalttaste + 3 unter macOS) des QR-Codes und speichern Sie das Bild.", "Gehen Sie in Authme zur Importseite: Seitenleiste > Import", "Klicken Sie auf die Schaltfläche „Bilder auswählen“ und wählen Sie das Bild aus."], | ||
authmeTutorial: ["Gehen Sie in Authme zur Exportseite und wählen Sie „Authme-Datei exportieren“.", "Sie können diese Datei in Authme auf der Importseite importieren."], | ||
aegisTutorial: ["Tippen Sie auf das Hamburger-Menü in der oberen rechten Ecke des Bildschirms: Einstellungen > Importieren & Exportieren > Exportieren", "Wählen Sie das Aegis-JSON-Format aus, deaktivieren Sie das Kontrollkästchen „Verschlüsselung“ und exportieren Sie Ihren Tresor.", "Übertragen Sie die Datei auf Ihren Computer und importieren Sie sie in Authme."], | ||
twoFasTutorial: ["Tippen Sie auf Einstellungen in der Navigationsleiste: 2FAS-Backup > In Datei exportieren", "Aktivieren Sie das Kontrollkästchen „Exportdatei ohne Passwort“ und tippen Sie auf „Exportieren“.", "Übertragen Sie die Datei auf Ihren Computer und importieren Sie sie in Authme."], | ||
}, | ||
|
||
export: { | ||
|
@@ -155,14 +124,14 @@ export const localeDE: typeof localeEN = { | |
exportAuthmeFileText: "Ideal zum Importieren für Authme oder andere Authme-Apps.", | ||
exportHTMlFile: "HTML-Datei exportieren", | ||
exportHTMlFileText: "Ideal zum Scannen der QR-Codes oder als Sicherung.", | ||
exportFileButton: "Datei exportieren" | ||
exportFileButton: "Datei exportieren", | ||
}, | ||
|
||
edit: { | ||
editCodes: "Codes bearbeiten", | ||
dialog: { | ||
saveChanges: "Möchten Sie Ihre Änderungen speichern?", | ||
deleteCode: "Sind Sie sicher, dass Sie diesen Code löschen möchten?" | ||
deleteCode: "Sind Sie sicher, dass Sie diesen Code löschen möchten?", | ||
}, | ||
}, | ||
|
||
|
@@ -182,23 +151,15 @@ export const localeDE: typeof localeEN = { | |
codes: "Codes", | ||
codesDescription: "Codes-Beschreibung", | ||
codesDescriptionText: "Die Beschreibung der 2FA-Codes anzeigen. Sie können sie nach dem Anklicken kopieren.", | ||
blurCodes: "Codes verschwimmen", | ||
blurCodesText: "Zeigt die die gespeicherten Codes unscharf an. Sie können die Codes weiterhin kopieren oder mit der Maus über die Codes fahren, um sie anzuzeigen.", | ||
codesLayout: "Codes-Layout", | ||
codesLayoutText: "Wählen Sie ihr bevorzugtes Layout. Grid zeigt mehr Elemente an und passt sich der Bildschirmgröße an.", | ||
sortCodes: "Codes sortieren", | ||
sortCodesText: "Sie können festlegen, wie die Codes sortiert werden sollen. Standardmäßig werden die Codes nach Importreihenfolge sortiert.", | ||
shortcuts: "Tastaturkürzel", | ||
shortcutsEditButton: "Bearbeiten", | ||
shortcutsResetButton: "Zurücksetzen", | ||
shortcutsDeleteButton: "Löschen", | ||
about: "Über", | ||
feedback: "Feedback", | ||
feedbackText: "Vielen Dank für Ihr Feedback! Bitte melden Sie Probleme oder Funktionsanfragen auf GitHub oder per E-Mail ([email protected]).", | ||
logs: "Logs", | ||
logsText: "Sie können die Logs zur Fehlerbehebung anzeigen.", | ||
showLogsButton: "Logs anzeigen", | ||
aboutAuthme: "Über Authme", | ||
aboutAuthmeText: "Informationen zu Ihrem Authme-Build und Ihrem Computer." | ||
aboutAuthmeText: "Informationen zu Ihrem Authme-Build und Ihrem Computer.", | ||
}, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,6 @@ export const localeEN = { | |
delete: "Delete", | ||
}, | ||
|
||
menu: { | ||
codes: "Codes", | ||
import: "Import", | ||
export: "Export", | ||
edit: "Edit", | ||
settings: "Settings", | ||
show: "Show Authme", | ||
exit: "Exit Authme", | ||
}, | ||
|
||
landing: { | ||
welcome: "Welcome!", | ||
gettingStarted: "Getting started", | ||
|
@@ -159,16 +149,8 @@ export const localeEN = { | |
codes: "Codes", | ||
codesDescription: "Codes description", | ||
codesDescriptionText: "2FA codes description will be visible. You can copy it after clicking it.", | ||
blurCodes: "Blur codes", | ||
blurCodesText: "Blur the saved codes. You can still copy the codes or hover over the codes to show them.", | ||
codesLayout: "Codes layout", | ||
codesLayoutText: "You can choose your preferred layout. Grid displays more items and adapts to the screen size.", | ||
sortCodes: "Sort codes", | ||
sortCodesText: "You can choose how to sort the codes. By default codes are sorted by importing order.", | ||
shortcuts: "Shortcuts", | ||
shortcutsEditButton: "Edit", | ||
shortcutsResetButton: "Reset", | ||
shortcutsDeleteButton: "Delete", | ||
about: "About", | ||
feedback: "Feedback", | ||
feedbackText: "Thank you for providing feedback! Please report issues or feature requests on GitHub or by Email ([email protected]).", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,6 @@ export const localeES: typeof localeEN = { | |
delete: "Eliminar", | ||
}, | ||
|
||
menu: { | ||
codes: "Códigos", | ||
import: "Importar", | ||
export: "Exportar", | ||
edit: "Editar", | ||
settings: "Ajustes", | ||
show: "Mostrar Authme", | ||
exit: "Cerrar Authme", | ||
}, | ||
|
||
landing: { | ||
welcome: "Bienvenido!", | ||
gettingStarted: "Empezando", | ||
|
@@ -161,16 +151,8 @@ export const localeES: typeof localeEN = { | |
codes: "Codigos", | ||
codesDescription: "Descripción de códigosn", | ||
codesDescriptionText: "La descripción de los códigos 2FA será visible. Puedes copiarlo después de hacer clic en él.", | ||
blurCodes: "Códigos de desenfoque", | ||
blurCodesText: "Difumina los códigos guardados. Aún puedes copiar los códigos o pasar el cursor sobre los códigos para mostrarlos.", | ||
codesLayout: "Diseño de códigos", | ||
codesLayoutText: "Puede elegir su diseño preferido. Grid muestra más elementos y se adapta al tamaño de la pantalla.", | ||
sortCodes: "Ordenar códigos", | ||
sortCodesText: "Puedes elegir cómo ordenar los códigos. De forma predeterminada, los códigos se ordenan por orden de importación.", | ||
shortcuts: "Shortcuts", | ||
shortcutsEditButton: "Editar", | ||
shortcutsResetButton: "Reiniciar", | ||
shortcutsDeleteButton: "Borrar", | ||
about: "Acerca de", | ||
feedback: "Comentario", | ||
feedbackText: "¡Gracias por brindarnos comentarios! Informe problemas o solicitudes de funciones en GitHub o por correo electrónico ([email protected]).", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,6 @@ export const localeFR: typeof localeEN = { | |
delete: "Supprimer", | ||
}, | ||
|
||
menu: { | ||
codes: "Codes", | ||
import: "Importer", | ||
export: "Exporter", | ||
edit: "Modifier", | ||
settings: "Paramètres", | ||
show: "Afficher Authme", | ||
exit: "Quitter Authme", | ||
}, | ||
|
||
landing: { | ||
welcome: "Bienvenu(e)!", | ||
gettingStarted: "Démarrage", | ||
|
@@ -161,16 +151,8 @@ export const localeFR: typeof localeEN = { | |
codes: "Codes", | ||
codesDescription: "Description des codes", | ||
codesDescriptionText: "La description des codes 2FA sera visible. Vous pouvez la copier après avoir cliqué dessus.", | ||
blurCodes: "Flouter les codes", | ||
blurCodesText: "Floutez les codes enregistrés. Vous pouvez toujours copier les codes ou survoler les codes pour les afficher.", | ||
codesLayout: "Mise en page des codes", | ||
codesLayoutText: "Vous pouvez choisir votre disposition préférée. La grille affiche plus d'éléments et s'adapte à la taille de l'écran.", | ||
sortCodes: "Trier les codes", | ||
sortCodesText: "Vous pouvez choisir comment trier les codes. Par défaut, les codes sont triés par ordre d'importation.", | ||
shortcuts: "Raccourcis", | ||
shortcutsEditButton: "Modifier", | ||
shortcutsResetButton: "Réinitialiser", | ||
shortcutsDeleteButton: "Supprimer", | ||
about: "à propos", | ||
feedback: "Commentaires", | ||
feedbackText: "Merci pour vos commentaires ! Veuillez signaler les problèmes ou les demandes de fonctionnalités sur GitHub ou par e-mail ([email protected]).", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,6 @@ export const localePL: typeof localeEN = { | |
edit: "Edytuj", | ||
delete: "Usuń", | ||
}, | ||
menu: { | ||
codes: "Kody", | ||
import: "Importuj", | ||
export: "Eksportuj", | ||
edit: "Edytuj", | ||
settings: "Ustawienia", | ||
show: "Pokaż Authme", | ||
exit: "Zamknij Authme", | ||
}, | ||
landing: { | ||
welcome: "Witamy!", | ||
gettingStarted: "Pierwsze kroki", | ||
|
@@ -148,16 +139,8 @@ export const localePL: typeof localeEN = { | |
codes: "Kody", | ||
codesDescription: "Opis kodów", | ||
codesDescriptionText: "Opis kodów 2FA będzie widoczny. Możesz go skopiować po kliknięciu.", | ||
blurCodes: "Rozmyj kody", | ||
blurCodesText: "Rozmyj zapisane kody. Nadal możesz skopiować kody lub najechać na nie, aby je wyświetlić.", | ||
codesLayout: "Układ kodów", | ||
codesLayoutText: "Możesz wybrać preferowany układ. Siatka wyświetla więcej elementów i dostosowuje się do rozmiaru ekranu.", | ||
sortCodes: "Sortuj kody", | ||
sortCodesText: "Możesz wybrać sposób sortowania kodów. Domyślnie kody są sortowane według kolejności importowania.", | ||
shortcuts: "Skróty", | ||
shortcutsEditButton: "Edytuj", | ||
shortcutsResetButton: "Resetuj", | ||
shortcutsDeleteButton: "Usuń", | ||
about: "O aplikacji", | ||
feedback: "Opinie", | ||
feedbackText: "Dziękujemy za przekazanie opinii! Proszę zgłaszać problemy lub żądania funkcji na GitHubie lub przez e-mail ([email protected]).", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,6 @@ export const localeRU: typeof localeEN = { | |
delete: "Удалить", | ||
}, | ||
|
||
menu: { | ||
codes: "Коды", | ||
import: "Импорт", | ||
export: "Экспорт", | ||
edit: "Изменить", | ||
settings: "Настройки", | ||
show: "Показать Authme", | ||
exit: "Выйти из Authme", | ||
}, | ||
|
||
landing: { | ||
welcome: "Добро пожаловать!", | ||
gettingStarted: "Давайте начнем", | ||
|
@@ -161,16 +151,8 @@ export const localeRU: typeof localeEN = { | |
codes: "Коды", | ||
codesDescription: "Описание кодов", | ||
codesDescriptionText: "Появится описание кодов 2FA. Вы можете скопировать его после нажатия.", | ||
blurCodes: "Размыть коды", | ||
blurCodesText: "Размытие сохраняет ваши код. You can still copy the codes or hover over the codes to show them.", | ||
codesLayout: "Макет кодов", | ||
codesLayoutText: "Вы можете выбрать удобный для вас макет. Сетка отображает больше элементов и адаптируется к размеру экрана.", | ||
sortCodes: "Сортировать коды", | ||
sortCodesText: "Вы можете выбрать способ сортировки кодов. По умолчанию коды сортируются по порядку импорта.", | ||
shortcuts: "Краткое описание", | ||
shortcutsEditButton: "Изменить", | ||
shortcutsResetButton: "Перезагрузить", | ||
shortcutsDeleteButton: "Удалить", | ||
about: "О нас", | ||
feedback: "Обратная связь", | ||
feedbackText: "Спасибо за обратную связь! Пожалуйста, сообщите о проблемах или пожеланиях по функциям на GitHub или по электронной почте ([email protected]).", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
export const localeZH = { | ||
import { localeEN } from "@utils/language/en" | ||
|
||
export const localeZH: typeof localeEN = { | ||
common: { | ||
confirm: "确认", | ||
continue: "继续", | ||
|
@@ -13,16 +15,6 @@ export const localeZH = { | |
delete: "删除", | ||
}, | ||
|
||
menu: { | ||
codes: "代码", | ||
import: "导入", | ||
export: "导出", | ||
edit: "编辑", | ||
settings: "设置", | ||
show: "显示", | ||
exit: "退出", | ||
}, | ||
|
||
landing: { | ||
welcome: "欢迎!", | ||
gettingStarted: "入门", | ||
|
@@ -159,16 +151,8 @@ export const localeZH = { | |
codes: "代码", | ||
codesDescription: "代码说明", | ||
codesDescriptionText: "是否显示 2FA 的代码说明. 单击说明将自动复制到剪贴板.", | ||
blurCodes: "隐藏", | ||
blurCodesText: "隐藏保存的代码.您仍然可以复制代码或将鼠标悬停在代码上以显示它们.", | ||
codesLayout: "布局", | ||
codesLayoutText: "您可以选择您喜欢的布局.网格可显示更多项目并适应屏幕尺寸.", | ||
sortCodes: "排序", | ||
sortCodesText: "您可以选择如何对代码进行排序.默认情况下,代码按导入顺序排序.", | ||
shortcuts: "快捷方式", | ||
shortcutsEditButton: "编辑", | ||
shortcutsResetButton: "重置", | ||
shortcutsDeleteButton: "删除", | ||
about: "关于", | ||
feedback: "反馈", | ||
feedbackText: "感谢您的反馈! 请在 GitHub 或通过电子邮件 ([email protected]) 报告问题或功能请求.", | ||
|
Oops, something went wrong.