Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Aug 18, 2024
1 parent f4eb9a1 commit 0baabcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Guard.WPF/Resources/Strings.de.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<system:String x:Key="i.webauthn.dialog1.content">Bitte gebe einen Namen für den Sicherheitsschlüssel ein, den du hinzufügen möchtest</system:String>
<system:String x:Key="i.webauthn.dialog1.content2">Bitte beachte, dass nach der Systemmeldung das jetzt eine Anmeldung mit dem Sicherheitsschlüssel möglich ist, der unmittelbar folgende Authentifizierungsschritt durchgeführt werden muss, um die Registrierung abzuschließen.</system:String>
<system:String x:Key="i.webauthn.dialog1.input">Name zur Identifikation des Schlüssels</system:String>
<system:String x:Key="i.webauthn.dialog1.namerequired">Es muss ein Name für den Sicherheitsschlüssel eingegeben werden</system:String>
<system:String x:Key="i.webauthn.dialog.nameexists">Es existiert bereits ein Sicherheitsschlüssel mit diesem Namen</system:String>

<!-- Application setup -->
Expand Down
1 change: 1 addition & 0 deletions Guard.WPF/Resources/Strings.fr.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<system:String x:Key="i.webauthn.dialog1.input">Un nom pour identifier la clé</system:String>
<system:String x:Key="i.webauthn.dialog1.content2">Veuillez noter qu'après l'apparition de la fenêtre contextuelle du système indiquant que vous pouvez désormais vous connecter avec la clé de sécurité, vous devez terminer l'étape d'authentification qui suit immédiatement pour finaliser l'inscription.</system:String>
<system:String x:Key="i.webauthn.dialog.nameexists">Il existe déjà une clé de sécurité avec ce nom</system:String>
<system:String x:Key="i.webauthn.dialog1.namerequired">Vous devez entrer un nom pour la clé de sécurité</system:String>

<!-- Application setup -->
<system:String x:Key="i.welcome.subtext">Merci pour le téléchargement ! Veuillez choisir comment vous souhaitez sécuriser vos jetons.</system:String>
Expand Down
1 change: 1 addition & 0 deletions Guard.WPF/Resources/Strings.zh_cn.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<system:String x:Key="i.webauthn.dialog1.input">一個用於識別金鑰的名稱</system:String>
<system:String x:Key="i.webauthn.dialog1.content2">請注意,系統彈出提示您可以使用安全密鑰登錄後,您必須完成隨後的驗證步驟以完成註冊。</system:String>
<system:String x:Key="i.webauthn.dialog.nameexists">已經存在具有此名稱的安全密鑰</system:String>
<system:String x:Key="i.webauthn.dialog1.namerequired">您必須輸入安全金鑰的名稱</system:String>

<!-- 应用设置 -->
<system:String x:Key="i.welcome.subtext">感谢下载!请选择您想要如何保护您的令牌。</system:String>
Expand Down
1 change: 1 addition & 0 deletions Guard.WPF/Resources/Strings.zh_tw.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<system:String x:Key="i.webauthn.dialog1.input">一个用于识别密钥的名称</system:String>
<system:String x:Key="i.webauthn.dialog1.content2">请注意,系统弹出提示您可以使用安全密钥登录后,您必须完成随后验证步骤以完成注册。</system:String>
<system:String x:Key="i.webauthn.dialog.nameexists">已经存在具有此名称的安全密钥</system:String>
<system:String x:Key="i.webauthn.dialog1.namerequired">您必须输入安全密钥的名称</system:String>

<!-- 應用設定 -->
<system:String x:Key="i.welcome.subtext">感謝下載!請選擇您想要如何保護您的令牌。</system:String>
Expand Down

0 comments on commit 0baabcf

Please sign in to comment.