Skip to content

Commit

Permalink
fix: reset translations
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Mar 11, 2024
1 parent 79f4fcb commit eec9dac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 22 deletions.
4 changes: 1 addition & 3 deletions src/i18n/locales/cs/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@
"placeholder": "Jméno účtu"
},
"mnemonic": {
"new": {
"title": "Co je to Master klíč?"
},
"new": {},
"generate": {
"button": "Vygenerovat Master klíč",
"confirm": "Zazálohoval jsem svou záložní (recovery) frázi k mému Master klíči na soukromém bezpečném místě.",
Expand Down
5 changes: 1 addition & 4 deletions src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@
"account_view": {
"title2": "Konto",
"title1": "Kontoeinstellung",

"name": {
"title": "Name anzeigen",
"placeholder": "Konto Anzeigename"
Expand Down Expand Up @@ -561,9 +560,7 @@
"title": "Anmeldung mit Lightning",
"use_mnemonic": "Hauptschlüssel für die Anmeldung bei Lightning-Anwendungen verwenden (LNURL Auth)"
},
"new": {
"title": "Was ist ein Hauptschlüssel?"
}
"new": {}
},
"remove_secretkey": {
"title": "Hauptschlüssel entfernen",
Expand Down
4 changes: 1 addition & 3 deletions src/i18n/locales/el/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@
}
},
"title": "Διαχείριση κλειδιών",
"new": {
"title": "Τι είναι πρωτεύων κλειδί;"
},
"new": {},
"generate": {
"title": "Δημιουργία νέου πρωτεύοντος κλειδιού"
},
Expand Down
4 changes: 1 addition & 3 deletions src/i18n/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,7 @@
"save": "मास्टर की सेव करे",
"button": "पुनर्प्राप्ति वाक्यांश देखें"
},
"new": {
"title": "मास्टर की क्या है?"
},
"new": {},
"generate": {
"button": "मास्टर की उत्पन्न करें",
"confirm": "मैंने पुनर्प्राप्ति वाक्य का बैकअप एक प्राइवेटऔर सुरक्षित स्थान पर अपने मास्टर की को दे दिया है।",
Expand Down
4 changes: 1 addition & 3 deletions src/i18n/locales/pt_BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,7 @@
"use_mnemonic": "Use a chave mestra para acessar aplicativos com tecnologia (LNURL Auth)",
"title": "Login relâmpago"
},
"new": {
"title": "O que é uma chave mestra?"
}
"new": {}
},
"remove_secretkey": {
"title": "Remover chave mestra",
Expand Down
4 changes: 1 addition & 3 deletions src/i18n/locales/sl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,7 @@
"title": "Prijava z Lightning",
"use_mnemonic": "Uporabi Glavni ključ za prijavo v Lightning omogočene aplikacije (LNURL Auth)"
},
"new": {
"title": "Kaj je Glavni ključ?"
}
"new": {}
},
"network": {
"title": "Omrežje",
Expand Down
4 changes: 1 addition & 3 deletions src/i18n/locales/sv/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@
"title": "Logga in med Lightning",
"use_mnemonic": "Använd Master Key för att logga in på lightning appar (LNURL Auth)"
},
"new": {
"title": "Vad är en Master Key?"
}
"new": {}
},
"remove_secretkey": {
"title": "Ta bort huvudnyckeln",
Expand Down

0 comments on commit eec9dac

Please sign in to comment.