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 7, 2024
1 parent dd4383e commit 17cf433
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Guard.WPF/Resources/Strings.de.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<system:String x:Key="i.webauthn.add.title">Sicherheitsschlüssel hinzufügen</system:String>
<system:String x:Key="i.webauthn.add.description">Registriere einen neuen Schlüssel</system:String>
<system:String x:Key="i.webauthn.existing">Vorhandene Schlüssel</system:String>
<system:String x:Key="i.webauthn.dialog1.title">Sicherheitsschlüssel hinzufügen</system:String>
<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.input">Name zur Identifikation des Schlüssels</system:String>
<system:String x:Key="i.webauthn.dialog1.next">Weiter</system:String>

<!-- Application setup -->
<system:String x:Key="i.welcome.subtext">Vielen Dank fürs Herunterladen! Bitte wähle, wie du deine Token sichern möchtest.</system:String>
Expand Down
4 changes: 4 additions & 0 deletions Guard.WPF/Resources/Strings.fr.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
<system:String x:Key="i.webauthn.add.title">Ajouter une clé de sécurité</system:String>
<system:String x:Key="i.webauthn.add.description">Enregistrer une nouvelle clé</system:String>
<system:String x:Key="i.webauthn.existing">Clés existantes</system:String>
<system:String x:Key="i.webauthn.dialog1.title">Ajouter une clé de sécurité</system:String>
<system:String x:Key="i.webauthn.dialog1.content">Veuillez entrer un nom pour la clé de sécurité que vous souhaitez ajouter</system:String>
<system:String x:Key="i.webauthn.dialog1.input">Un nom pour identifier la clé</system:String>
<system:String x:Key="i.webauthn.dialog1.next">Suivant</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
4 changes: 4 additions & 0 deletions Guard.WPF/Resources/Strings.zh_cn.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
<system:String x:Key="i.webauthn.add.title">添加安全密鑰</system:String>
<system:String x:Key="i.webauthn.add.description">註冊新密鑰</system:String>
<system:String x:Key="i.webauthn.existing">現有密鑰</system:String>
<system:String x:Key="i.webauthn.dialog1.title">添加安全金鑰</system:String>
<system:String x:Key="i.webauthn.dialog1.content">請輸入要添加的安全金鑰的名稱</system:String>
<system:String x:Key="i.webauthn.dialog1.input">一個用於識別金鑰的名稱</system:String>
<system:String x:Key="i.webauthn.dialog1.next">下一步</system:String>

<!-- 应用设置 -->
<system:String x:Key="i.welcome.subtext">感谢下载!请选择您想要如何保护您的令牌。</system:String>
Expand Down
4 changes: 4 additions & 0 deletions Guard.WPF/Resources/Strings.zh_tw.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
<system:String x:Key="i.webauthn.add.title">添加安全密钥</system:String>
<system:String x:Key="i.webauthn.add.description">注册新密钥</system:String>
<system:String x:Key="i.webauthn.existing">现有密钥</system:String>
<system:String x:Key="i.webauthn.dialog1.title">添加安全密钥</system:String>
<system:String x:Key="i.webauthn.dialog1.content">请输入要添加的安全密钥的名称</system:String>
<system:String x:Key="i.webauthn.dialog1.input">一个用于识别密钥的名称</system:String>
<system:String x:Key="i.webauthn.dialog1.next">下一步</system:String>

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

0 comments on commit 17cf433

Please sign in to comment.