move store translations to resx

This commit is contained in:
Kyle Spearrin 2017-05-20 16:49:58 -04:00
parent e85522fa04
commit 5a2bb9fd3f
21 changed files with 1563 additions and 450 deletions

View File

@ -1,45 +0,0 @@
# Name
bitwarden - Kostenloser Passwort-Manager
# Summary
Ein sicherer und kostenloser Passwort-Manager für all deine Geräte
# Description
bitwarden ist der einfachste und sicherste Weg all deine Logins und Passwörter zu speichern, während du sie zwischen all deinen Geräten synchronisierst.
Passwort-Diebstahl ist ein echtes Problem. Die Webseiten und Apps, welche du verwendest, werden jeden Tag angegriffen und oftmals werden deine Passwörter dabei gestohlen. Wenn das gleiche Passwort bei mehreren Apps und Websites verwendet wird, können Hacker sich damit ganz einfach auch in deine E-Mails oder deinen Bank-Account einloggen.
Sicherheitsexperten empfehlen daher, dass du für jeden Account, den du erstellst, ein anderes, zufällig generiertes Passwort verwendest. Aber wie sollst du dir all diese Passwörter merken? bitwarden hilft dir dabei, deine Passwörter zu erstellen, speichern und zu verwalten.
bitwarden speichert all deine Logins in einem verschlüsselten Tresor, der mit allen Geräten synchronisiert wird. Da er komplett verschlüsselt ist, bevor er überhaupt dein Gerät verlässt, hast nur du Zugriff auf deine Daten. Nicht einmal bitwarden kann deine Daten lesen, selbst, wenn wir es wollten. Deine Daten sind mit einer AES-256-Bit-Verschlüsselung, sowie Salted Hashing und PBKDR2 SHA-256 abgesichert.
# Asset - Tile
Ein sicherer und kostenloser Passwort-Manager für all deine Geräte
# Screenshot - Sync
Synchronisiere und greife auf deinen Tresor von unterschiedlichen Geräten aus zu
# Screenshot - Vault
Verwalte all deine Logins und Passwörter mit einem sicheren Tresor
# Screenshot - Autofill
Auto-Vervollständige alle Login-Informationen schnell auf jeder Website, die du besuchst
# Screenshot - Menu
Dein Tresor kann auch über das Kontextmenü einfach erreicht werden
# Screenshot - Password
Generiere automatisch starke, zufällige und sichere Passwörter
# Screenshot - Edit
Deine Informationen sind sicher dank AES-256-Bit-Verschlüsselung

156
store/locales/de/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden - Kostenloser Passwort-Manager</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Ein sicherer und kostenloser Passwort-Manager für all deine Geräte</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden ist der einfachste und sicherste Weg all deine Logins und Passwörter zu speichern, während du sie zwischen all deinen Geräten synchronisierst.
Passwort-Diebstahl ist ein echtes Problem. Die Webseiten und Apps, welche du verwendest, werden jeden Tag angegriffen und oftmals werden deine Passwörter dabei gestohlen. Wenn das gleiche Passwort bei mehreren Apps und Websites verwendet wird, können Hacker sich damit ganz einfach auch in deine E-Mails oder deinen Bank-Account einloggen.
Sicherheitsexperten empfehlen daher, dass du für jeden Account, den du erstellst, ein anderes, zufällig generiertes Passwort verwendest. Aber wie sollst du dir all diese Passwörter merken? bitwarden hilft dir dabei, deine Passwörter zu erstellen, speichern und zu verwalten.
bitwarden speichert all deine Logins in einem verschlüsselten Tresor, der mit allen Geräten synchronisiert wird. Da er komplett verschlüsselt ist, bevor er überhaupt dein Gerät verlässt, hast nur du Zugriff auf deine Daten. Nicht einmal bitwarden kann deine Daten lesen, selbst, wenn wir es wollten. Deine Daten sind mit einer AES-256-Bit-Verschlüsselung, sowie Salted Hashing und PBKDR2 SHA-256 abgesichert.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Ein sicherer und kostenloser Passwort-Manager für all deine Geräte</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Synchronisiere und greife auf deinen Tresor von unterschiedlichen Geräten aus zu</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Verwalte all deine Logins und Passwörter mit einem sicheren Tresor</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Auto-Vervollständige alle Login-Informationen schnell auf jeder Website, die du besuchst</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Dein Tresor kann auch über das Kontextmenü einfach erreicht werden</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Generiere automatisch starke, zufällige und sichere Passwörter</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Deine Informationen sind sicher dank AES-256-Bit-Verschlüsselung</value>
</data>
</root>

View File

@ -147,6 +147,9 @@ bitwarden stores all of your logins in an encrypted vault that syncs across all
<data name="ScreenshotMenu" xml:space="preserve">
<value>Automatically generate strong, random, and secure passwords</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Automatically generate strong, random, and secure passwords</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Your information is managed securely using AES-256 bit encryption</value>
</data>

View File

@ -1,45 +0,0 @@
# Name
bitwarden Ilmainen salasananhallintapalvelu
# Summary
Turvallinen ja ilmainen salasananhallintapalvelu kaikille laitteillesi
# Description
bitwarden on helpoin ja turvallisin tapa säilöä käyttäjänimesi ja salasanasi, kätevästi synkronoituna kaikille laitteillesi.
Salasanavarkaudet ovat vakava ongelma. Käyttämäsi verkkosivustot ja sovellukset ovat hyökkäyksen kohteena päivittäin. Tietoturvavuotoja tapahtuu ja salasanoja varastetaan. Jos käytät samoja salasanoja eri sivustoilla ja sovelluksissa, voivat hakkerit mahdollisesti päästä helposti käsiksi sähköpostiisi, pankkiisi tai muihin tärkeisiin tileihin.
Tietoturvaekspertit suosittelevat uniikkien, satunnaisesti luotujen salasanojen käyttämistä kaikilla tileilläsi. Mutta kuinka hallitset kaikkia noita salasanoja? bitwarden tekee salasanojen luomisesta, säilömisestä ja käyttämisestä helppoa.
bitwarden säilöö kaikki kirjautumistietosi salattuun holviin, joka synkronoidaan kaikille laitteillesi. Koska tietosi ovat täysin salattuja jo ennen kuin ne edes lähtevät laitteeltasi, vain sinä pääset käsiksi niihin. Edes bitwardenin kehittäjätiimi ei voisi lukea tietojasi, vaikka haluaisi. Tietosi suojataan 256-bittisellä AES-salauksella, suolatulla hajautuksella sekä PBKDF2- ja SHA-256-menetelmillä.
# Asset - Tile
Turvallinen ja ilmainen salasananhallintapalvelu kaikille laitteillesi
# Screenshot - Sync
Synkronoi ja hallitse holviasi eri laitteilla
# Screenshot - Vault
Hallitse kirjautumistietojasi suojatusta holvista
# Screenshot - Autofill
Käytä automaattista kirjautumistietojen täydennystä millä tahansa sivustolla
# Screenshot - Menu
Pääse käsiksi holvisi tietoihin suoraan selaimesi kontekstivalikosta
# Screenshot - Password
Luo automaattiseti vahvoja, satunnaisia ja turvallisia salasanoja
# Screenshot - Edit
Käsittele AES-256-salauksella suojattuja tietojasi turvallisesti

156
store/locales/fi/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Ilmainen salasananhallintapalvelu</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Turvallinen ja ilmainen salasananhallintapalvelu kaikille laitteillesi</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden on helpoin ja turvallisin tapa säilöä käyttäjänimesi ja salasanasi, kätevästi synkronoituna kaikille laitteillesi.
Salasanavarkaudet ovat vakava ongelma. Käyttämäsi verkkosivustot ja sovellukset ovat hyökkäyksen kohteena päivittäin. Tietoturvavuotoja tapahtuu ja salasanoja varastetaan. Jos käytät samoja salasanoja eri sivustoilla ja sovelluksissa, voivat hakkerit mahdollisesti päästä helposti käsiksi sähköpostiisi, pankkiisi tai muihin tärkeisiin tileihin.
Tietoturvaekspertit suosittelevat uniikkien, satunnaisesti luotujen salasanojen käyttämistä kaikilla tileilläsi. Mutta kuinka hallitset kaikkia noita salasanoja? bitwarden tekee salasanojen luomisesta, säilömisestä ja käyttämisestä helppoa.
bitwarden säilöö kaikki kirjautumistietosi salattuun holviin, joka synkronoidaan kaikille laitteillesi. Koska tietosi ovat täysin salattuja jo ennen kuin ne edes lähtevät laitteeltasi, vain sinä pääset käsiksi niihin. Edes bitwardenin kehittäjätiimi ei voisi lukea tietojasi, vaikka haluaisi. Tietosi suojataan 256-bittisellä AES-salauksella, suolatulla hajautuksella sekä PBKDF2- ja SHA-256-menetelmillä.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Turvallinen ja ilmainen salasananhallintapalvelu kaikille laitteillesi</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Synkronoi ja hallitse holviasi eri laitteilla</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Hallitse kirjautumistietojasi suojatusta holvista</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Käytä automaattista kirjautumistietojen täydennystä millä tahansa sivustolla</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Pääse käsiksi holvisi tietoihin suoraan selaimesi kontekstivalikosta</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Luo automaattiseti vahvoja, satunnaisia ja turvallisia salasanoja</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Käsittele AES-256-salauksella suojattuja tietojasi turvallisesti</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden Gestionnaire de mots de passe gratuit
# Summary
Un gestionnaire de mots de passe sécurisé et gratuit pour tous vos appareils
# Description
bitwarden est le moyen le plus facile et sûr de stocker tous vos identifiants et mots de passe tout en les synchronisant facilement entre tous vos appareils.
Le vol de mot de passe est un problème sérieux. Les sites web et les applications que vous utilisez sont attaqués tous les jours. Des failles de sécurité apparaissent et vos mots de passe sont volés. Quand vous réutilisez les mêmes mots de passe sur divers sites web et applications, des hackers peuvent facilement accéder à vos e-mails, vos comtpes bancaires et à d'autres informations importantes.
Les experts en sécurité recommendent l'utilisation de mots de passe différents et générés aléatoirement pour chaque compte que vous créez. Mais comment allez-vous gérer tous ces mots de passe ? bitwarden facilite la création, le stockage et l'accès de vos mots de passe.
bitwarden stocke tous vos identifiants dans un coffre chiffré qui est synchronisé entre tous vos appareils. Puisqu'il est entièrement chiffré avant même qu'il ne parte de votre appareil, vous êtes la seule personne à avoir accès à vos données. Pas même l'équipe de bitwarden ne peut lire vos données, même si nous le voulions. Vos données sont scellées par un chiffrement AES-256 bit, un salage et hachage ainsi que par un PBKDF2 SHA-256.
# Asset - Tile
Un gestionnaire de mot de passe sécurisé et gratuit pour tous vos appareils
# Screenshot - Sync
Synchroniser et accéder à votre coffre depuis plusieurs appareils
# Screenshot - Vault
Gérer tous vos identifiants depuis un coffre sécurisé
# Screenshot - Autofill
Remplissage automatique et rapide de vos identifiants sur n'importe quel site que vous visitez
# Screenshot - Menu
Votre coffre est facilement accessible depuis le menu contextuel de droite
# Screenshot - Password
Générer automatiquement des mots de passe forts, aléatoires et sécurisés
# Screenshot - Edit
Vos informations sont gérées de manière sécurisée grâce à un chiffrement AES-256 bit

156
store/locales/fr/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Gestionnaire de mots de passe gratuit</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Un gestionnaire de mots de passe sécurisé et gratuit pour tous vos appareils</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden est le moyen le plus facile et sûr de stocker tous vos identifiants et mots de passe tout en les synchronisant facilement entre tous vos appareils.
Le vol de mot de passe est un problème sérieux. Les sites web et les applications que vous utilisez sont attaqués tous les jours. Des failles de sécurité apparaissent et vos mots de passe sont volés. Quand vous réutilisez les mêmes mots de passe sur divers sites web et applications, des hackers peuvent facilement accéder à vos e-mails, vos comtpes bancaires et à d'autres informations importantes.
Les experts en sécurité recommendent l'utilisation de mots de passe différents et générés aléatoirement pour chaque compte que vous créez. Mais comment allez-vous gérer tous ces mots de passe ? bitwarden facilite la création, le stockage et l'accès de vos mots de passe.
bitwarden stocke tous vos identifiants dans un coffre chiffré qui est synchronisé entre tous vos appareils. Puisqu'il est entièrement chiffré avant même qu'il ne parte de votre appareil, vous êtes la seule personne à avoir accès à vos données. Pas même l'équipe de bitwarden ne peut lire vos données, même si nous le voulions. Vos données sont scellées par un chiffrement AES-256 bit, un salage et hachage ainsi que par un PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Un gestionnaire de mot de passe sécurisé et gratuit pour tous vos appareils</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Synchroniser et accéder à votre coffre depuis plusieurs appareils</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Gérer tous vos identifiants depuis un coffre sécurisé</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Remplissage automatique et rapide de vos identifiants sur n'importe quel site que vous visitez</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Votre coffre est facilement accessible depuis le menu contextuel de droite</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Générer automatiquement des mots de passe forts, aléatoires et sécurisés</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Vos informations sont gérées de manière sécurisée grâce à un chiffrement AES-256 bit</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden Gestore di Password Gratuito
# Summary
Un gestore di password sicuro e gratuito per tutti i tuoi dispositivi
# Description
bitwarden è il modo più semplice e sicuro per salvare tutti i tuoi login e password tenendoli contemporantemente sincronizzati su tutti i tuoi dispositivi.
Il furto di password è un problema serio. I siti e le app che utilizzi sono sotto attacco ogni giorno. Falle di sicurezza possono essere trovate e le tue password rubate. Quando riutilizzi la stessa password su più app e siti gli hacker possono facilmente accedere alla tua email, banca, e altri account importanti.
Gli esperti di sicurezza raccomandano di utilizzare password casuali e diverse per ogni account che crei. Ma come gestire tutte quelle password? bitwarden ti rende facile creare, salvare e accedere alle tue password.
bitwarden salva tutti i tuoi login in una cassaforte criptata che si sincronizza su tutti i tuoi dispositivi. Poichè è completamente criptata ancora prima di lasciare il tuo dispositivo, solo tu puoi accedere ai tuoi dati. Nemmeno il team di bitwarden può leggere i tuoi dati, anche se volessero. I tuoi dati sono criptati con algoritmo AES-256, salted hashing, e PBKDF2 SHA-256.
# Asset - Tile
Un gestore di password sicuro e gratuito per tutti i tuoi dispositivi
# Screenshot - Sync
Sincronizza e accedi alla tua cassaforte da più dispositivi
# Screenshot - Vault
Gestisci tutte le tue password ed i tuoi login da una cassaforte sicura
# Screenshot - Autofill
Completa velocemente tutte le tue credenziali di login in qualunque sito tu visiti
# Screenshot - Menu
La tua cassaforte è facilmente accessibile dal menu contestuale del tasto destro del mouse
# Screenshot - Password
Genera automaticamente password complesse, casuali e sicure
# Screenshot - Edit
Le tue informazioni sono salvate in modo sicuro grazie all'algoritmo di criptazione AES-256

156
store/locales/it/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Gestore di Password Gratuito</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Un gestore di password sicuro e gratuito per tutti i tuoi dispositivi</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden è il modo più semplice e sicuro per salvare tutti i tuoi login e password tenendoli contemporantemente sincronizzati su tutti i tuoi dispositivi.
Il furto di password è un problema serio. I siti e le app che utilizzi sono sotto attacco ogni giorno. Falle di sicurezza possono essere trovate e le tue password rubate. Quando riutilizzi la stessa password su più app e siti gli hacker possono facilmente accedere alla tua email, banca, e altri account importanti.
Gli esperti di sicurezza raccomandano di utilizzare password casuali e diverse per ogni account che crei. Ma come gestire tutte quelle password? bitwarden ti rende facile creare, salvare e accedere alle tue password.
bitwarden salva tutti i tuoi login in una cassaforte criptata che si sincronizza su tutti i tuoi dispositivi. Poichè è completamente criptata ancora prima di lasciare il tuo dispositivo, solo tu puoi accedere ai tuoi dati. Nemmeno il team di bitwarden può leggere i tuoi dati, anche se volessero. I tuoi dati sono criptati con algoritmo AES-256, salted hashing, e PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Un gestore di password sicuro e gratuito per tutti i tuoi dispositivi</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Sincronizza e accedi alla tua cassaforte da più dispositivi</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Gestisci tutte le tue password ed i tuoi login da una cassaforte sicura</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Completa velocemente tutte le tue credenziali di login in qualunque sito tu visiti</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>La tua cassaforte è facilmente accessibile dal menu contestuale del tasto destro del mouse</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Genera automaticamente password complesse, casuali e sicure</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Le tue informazioni sono salvate in modo sicuro grazie all'algoritmo di criptazione AES-256</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden - Gratis Wachtwoordbeheerder
# Summary
Een gratis, veilige wachtwoordbeheerder voor al je apparaten
# Description
bitwarden is de makkelijkste en veiligste manier om al je logins en wachtwoorden op te slaan en ze tegelijkertijd te synchroniseren tussen al je apparaten.
Diefstal van wachtwoorden is een ernstig probleem. De websites en apps die je gebruikt worden dagelijks aangevallen. Beveiligingslekken komen voor en wachtwoorden worden gestolen. Wanneer je hetzelfde wachtwoorden voor meerdere apps en websites gebruikt kunnen hackers makkelijk bij je e-mail, bankgegevens en andere belangrijke accounts.
Beveiligingsexperts bevelen aan dat je een verschillend, willekeurig gegereneerd wachtwoord gebruikt voor ieder account. Maar hoe beheer je al die wachtwoorden? bitwarden maakt het makkelijk voor je om ze te genereren, op te slaan en te gebruiken.
bitwarden slaat al je logins op in een versleutelde kluis die synchroniseert tussen al je apparaten. Omdat het volledig versleuteld is voor het zelfs maar het internet opgaat, heb alleen jij toegang tot je data. Zelfs het bitwarden-team kan het niet lezen, al zouden we dat willen. Je data is beveiligd met AES-256 bit encryptie, salted hashing en PBKDF2 SHA-256.
# Asset - Tile
Een gratis, veilige wachtwoordbeheerder voor al je apparaten
# Screenshot - Sync
Synchroniseer en krijg toegang tot je kluis vanaf meerdere apparaten
# Screenshot - Vault
Beheer al je logins en wachtwoorden vanuit een beveiligde kluis
# Screenshot - Autofill
Vul snel automatisch al je login-gegevens in op elke website die je bezoekt
# Screenshot - Menu
Je kluis is ook handig te bereiken vanuit het contextmenu (rechts klikken)
# Screenshot - Password
Genereer automatisch sterke, willekeurige en veilige wachtwoorden
# Screenshot - Edit
Je informatie wordt veilig beheerd met AES-256 bit versleuteling

156
store/locales/nl/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden - Gratis Wachtwoordbeheerder</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Een gratis, veilige wachtwoordbeheerder voor al je apparaten</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden is de makkelijkste en veiligste manier om al je logins en wachtwoorden op te slaan en ze tegelijkertijd te synchroniseren tussen al je apparaten.
Diefstal van wachtwoorden is een ernstig probleem. De websites en apps die je gebruikt worden dagelijks aangevallen. Beveiligingslekken komen voor en wachtwoorden worden gestolen. Wanneer je hetzelfde wachtwoorden voor meerdere apps en websites gebruikt kunnen hackers makkelijk bij je e-mail, bankgegevens en andere belangrijke accounts.
Beveiligingsexperts bevelen aan dat je een verschillend, willekeurig gegereneerd wachtwoord gebruikt voor ieder account. Maar hoe beheer je al die wachtwoorden? bitwarden maakt het makkelijk voor je om ze te genereren, op te slaan en te gebruiken.
bitwarden slaat al je logins op in een versleutelde kluis die synchroniseert tussen al je apparaten. Omdat het volledig versleuteld is voor het zelfs maar het internet opgaat, heb alleen jij toegang tot je data. Zelfs het bitwarden-team kan het niet lezen, al zouden we dat willen. Je data is beveiligd met AES-256 bit encryptie, salted hashing en PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Een gratis, veilige wachtwoordbeheerder voor al je apparaten</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Synchroniseer en krijg toegang tot je kluis vanaf meerdere apparaten</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Beheer al je logins en wachtwoorden vanuit een beveiligde kluis</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Vul snel automatisch al je login-gegevens in op elke website die je bezoekt</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Je kluis is ook handig te bereiken vanuit het contextmenu (rechts klikken)</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Genereer automatisch sterke, willekeurige en veilige wachtwoorden</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Je informatie wordt veilig beheerd met AES-256 bit versleuteling</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden - Gestor de palavras-passe gratuito
# Summary
Um gestor de palavras-passe seguro e gratuito para todos os seus dispositivos
# Description
O bitwarden é a maneira mais fácil e segura de armazenar todas as suas credenciais e palavras-passe mantendo-as convenientemente sincronizadas entre todos os seus dispositivos.
O furto de palavras-passe é um problema sério. Os websites e aplicações que utiliza estão sob ataque todos os dias. Quebras de segurança ocorrem e as suas palavras-passe são furtadas. Quando reutiliza as mesmas palavras-passe entre aplicações e websites, os hackers podem facilmente aceder ao seu email, banco, e outras contas importantes.
Os especialistas de segurança recomendam que utilize uma palavra-passe diferente e aleatoriamente gerada para todas as contas que cria. Mas como é que gere todas essas palavras-passe? O bitwarden torna-lhe fácil criar, armazenar, e aceder às suas palavras-passe.
O bitwarden armazena todas as suas credenciais num cofre encriptado que sincroniza entre todos os seus dispositivos. Como são completamente encriptados antes de se quer sair do seu dispositivo, apenas você tem acesso aos seus dados. Nem se quer a equipa do bitwarden pode ler os seus dados, mesmo se quiséssemos. Os seus dados são selados com encriptação AES-256 bits, salted hashing, e PBKDF2 SHA-256.
# Asset - Tile
Um gestor de palavras-passe seguro e gratuito para todos os seus dispositivos
# Screenshot - Sync
Sincronize e acesse o seu cofre através de múltiplos dispositivos
# Screenshot - Vault
Gira todas as suas credenciais e palavras-passe a partir de um cofre seguro
# Screenshot - Autofill
Rapidamente auto-preencha as suas credenciais dentro de qualquer website que visitar
# Screenshot - Menu
O seu cofre é também convenientemente acessível a partir do menu de contexto de clique de lado direito do rato
# Screenshot - Password
Gira automaticamente palvras-passe fortes, aleatórias e seguras
# Screenshot - Edit
A sua informação é gerida com segurança utilizando encriptação AES-256 bits

View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden - Gestor de palavras-passe gratuito</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Um gestor de palavras-passe seguro e gratuito para todos os seus dispositivos</value>
</data>
<data name="Description" xml:space="preserve">
<value>O bitwarden é a maneira mais fácil e segura de armazenar todas as suas credenciais e palavras-passe mantendo-as convenientemente sincronizadas entre todos os seus dispositivos.
O furto de palavras-passe é um problema sério. Os websites e aplicações que utiliza estão sob ataque todos os dias. Quebras de segurança ocorrem e as suas palavras-passe são furtadas. Quando reutiliza as mesmas palavras-passe entre aplicações e websites, os hackers podem facilmente aceder ao seu email, banco, e outras contas importantes.
Os especialistas de segurança recomendam que utilize uma palavra-passe diferente e aleatoriamente gerada para todas as contas que cria. Mas como é que gere todas essas palavras-passe? O bitwarden torna-lhe fácil criar, armazenar, e aceder às suas palavras-passe.
O bitwarden armazena todas as suas credenciais num cofre encriptado que sincroniza entre todos os seus dispositivos. Como são completamente encriptados antes de se quer sair do seu dispositivo, apenas você tem acesso aos seus dados. Nem se quer a equipa do bitwarden pode ler os seus dados, mesmo se quiséssemos. Os seus dados são selados com encriptação AES-256 bits, salted hashing, e PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Um gestor de palavras-passe seguro e gratuito para todos os seus dispositivos</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Sincronize e acesse o seu cofre através de múltiplos dispositivos</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Gira todas as suas credenciais e palavras-passe a partir de um cofre seguro</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Rapidamente auto-preencha as suas credenciais dentro de qualquer website que visitar</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>O seu cofre é também convenientemente acessível a partir do menu de contexto de clique de lado direito do rato</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Gira automaticamente palvras-passe fortes, aleatórias e seguras</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>A sua informação é gerida com segurança utilizando encriptação AES-256 bits</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden Бесплатный менеджер паролей
# Summary
Надёжный и свободный менеджер паролей для всех Ваших устройств.
# Description
bitwarden - простой и надёжный способ хранить все Ваши логины и пароли и легко их синхронизировать между всеми Вашими устройствами.
Кража паролей - серьёзная проблема. Web-сайты и приложения, которые Вы используете подвергаются атакам каждый день. Проблемы в их безопасности могут привести к краже Вашего пароля. Кроме того, когда Вы используете одни и те же пароли на разных сайтах и приложениях, то хакеры могут легко получить доступ к нескольким Вашим аккаунтам сразу (к почтовому ящику, к аккаунту банка и т.д.).
Эксперты по безопасности рекомендуют использовать разные случайно сгенерированные пароли для каждого созданного Вами аккаунта. Но как же управлять всеми этими паролями? bitwarden позволяет Вам легко получить доступ к Вашим паролям, а так же создавать и хранить их.
bitwarden хранит все Ваши логины и пароли в зашифрованном хранилище, которое синхронизируется между всеми Вашими устройствами. До того, как данные покинут Ваше устройство они будут зашифрованы и только потом отправлены. Мы в bitwarden не сможем прочесть Ваши данные, даже если мы этого захотим. Ваши данные зашифрованны при помощи алгоритма AES-256 и PBKDF2 SHA256.
# Asset - Tile
Надёжный и бесплатный менеджер паролей для всех Ваших устройств
# Screenshot - Sync
Синхронизируйте Ваше хранилище между несколькими устройствами
# Screenshot - Vault
Управляйте всеми своими логинами и паролями из безопасного хранилища
# Screenshot - Autofill
Быстро заполняйте данны для ввода логина и пароля на любом сайте
# Screenshot - Menu
У вас есть удобный доступ к хранилищу из контекстного меню
# Screenshot - Password
Генерируйте стойкие, случайные и надёжные пароли
# Screenshot - Edit
Ваша информация надёжно хранится благодаря шифрованию AES-256

156
store/locales/ru/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Бесплатный менеджер паролей</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Надёжный и свободный менеджер паролей для всех Ваших устройств.</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden - простой и надёжный способ хранить все Ваши логины и пароли и легко их синхронизировать между всеми Вашими устройствами.
Кража паролей - серьёзная проблема. Web-сайты и приложения, которые Вы используете подвергаются атакам каждый день. Проблемы в их безопасности могут привести к краже Вашего пароля. Кроме того, когда Вы используете одни и те же пароли на разных сайтах и приложениях, то хакеры могут легко получить доступ к нескольким Вашим аккаунтам сразу (к почтовому ящику, к аккаунту банка и т.д.).
Эксперты по безопасности рекомендуют использовать разные случайно сгенерированные пароли для каждого созданного Вами аккаунта. Но как же управлять всеми этими паролями? bitwarden позволяет Вам легко получить доступ к Вашим паролям, а так же создавать и хранить их.
bitwarden хранит все Ваши логины и пароли в зашифрованном хранилище, которое синхронизируется между всеми Вашими устройствами. До того, как данные покинут Ваше устройство они будут зашифрованы и только потом отправлены. Мы в bitwarden не сможем прочесть Ваши данные, даже если мы этого захотим. Ваши данные зашифрованны при помощи алгоритма AES-256 и PBKDF2 SHA256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Надёжный и бесплатный менеджер паролей для всех Ваших устройств</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Синхронизируйте Ваше хранилище между несколькими устройствами</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Управляйте всеми своими логинами и паролями из безопасного хранилища</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Быстро заполняйте данны для ввода логина и пароля на любом сайте</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>У вас есть удобный доступ к хранилищу из контекстного меню</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Генерируйте стойкие, случайные и надёжные пароли</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Ваша информация надёжно хранится благодаря шифрованию AES-256</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden - gratis lösenordshanterare
# Summary
En säker och gratis lösenordshanterare för alla dina enheter
# Description
bitwarden är det lättaste - och säkraste - sättet att lagra alla dina inloggningar och lösenord, samtidigt som de hålls synkroniserade mellan alla dina enheter.
Lösenordsstöld är ett allvarligt problem. Webbplatser och program som du använder är under attack varje dag. Säkerhetsintrång inträffar och dina lösenord blir stulna. När du återanvänder samma lösenord på flera olika webbplatser och program så kan hackare enkelt komma åt ditt e-postkonto, bank-konto och andra viktiga konton.
Säkerhetsexperter rekommenderar att du använder ett annorlunda, slumpmässigt genererat lösenord för varenda konto du skapar. Men hur ska du komma ihåg alla dessa lösenord? bitwarden gör det enkelt för dig att skapa, lagra, och komma åt dina lösenord.
bitwarden lagrar alla dina inloggningar i ett krypterat valv som synkroniseras mellan alla dina enheter. Eftersom din data är helt krypterad innan den någonsin lämnar din enhet så är det endast du som har åtkomst till din data. Inte ens teamet på bitwarden kan läsa din data. Din data är sluten med AES-256 bitars kryptering, saltad hash, och PBKDF2 SHA-256.
# Asset - Tile
En säker och gratis lösenordshanterare för alla dina enheter
# Screenshot - Sync
Synkronisera och kom åt ditt valv från flera enheter
# Screenshot - Vault
Hantera alla dina inloggningar och lösenord från ett säkert valv
# Screenshot - Autofill
Fyll snabbt och automatiskt in din inloggningsinformation på alla webbplatser du besöker
# Screenshot - Menu
Ditt valv är bekvämt tillgängligt genom högerklicksmenyn
# Screenshot - Password
Skapa automatiskt starka, slumpmässiga, och säkra lösenord
# Screenshot - Edit
Din information är säkert hanterad med AES-256 bitars kryptering

156
store/locales/sv/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden - gratis lösenordshanterare</value>
</data>
<data name="Summary" xml:space="preserve">
<value>En säker och gratis lösenordshanterare för alla dina enheter</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden är det lättaste - och säkraste - sättet att lagra alla dina inloggningar och lösenord, samtidigt som de hålls synkroniserade mellan alla dina enheter.
Lösenordsstöld är ett allvarligt problem. Webbplatser och program som du använder är under attack varje dag. Säkerhetsintrång inträffar och dina lösenord blir stulna. När du återanvänder samma lösenord på flera olika webbplatser och program så kan hackare enkelt komma åt ditt e-postkonto, bank-konto och andra viktiga konton.
Säkerhetsexperter rekommenderar att du använder ett annorlunda, slumpmässigt genererat lösenord för varenda konto du skapar. Men hur ska du komma ihåg alla dessa lösenord? bitwarden gör det enkelt för dig att skapa, lagra, och komma åt dina lösenord.
bitwarden lagrar alla dina inloggningar i ett krypterat valv som synkroniseras mellan alla dina enheter. Eftersom din data är helt krypterad innan den någonsin lämnar din enhet så är det endast du som har åtkomst till din data. Inte ens teamet på bitwarden kan läsa din data. Din data är sluten med AES-256 bitars kryptering, saltad hash, och PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>En säker och gratis lösenordshanterare för alla dina enheter</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Synkronisera och kom åt ditt valv från flera enheter</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Hantera alla dina inloggningar och lösenord från ett säkert valv</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Fyll snabbt och automatiskt in din inloggningsinformation på alla webbplatser du besöker</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Ditt valv är bekvämt tillgängligt genom högerklicksmenyn</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Skapa automatiskt starka, slumpmässiga, och säkra lösenord</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Din information är säkert hanterad med AES-256 bitars kryptering</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden 免费密码管理器
# Summary
安全免费的跨平台密码管理器
# Description
bitwarden 简单易用,可以安全地存储您所有的登录用户名和密码,并能在多台设备之间同步。
盗号是个严重的问题,您访问的网站、使用的各类应用每天都在遭受攻击。每当发生安全漏洞,您的密码就会被盗取,如果您跨应用和网站使用相同的密码,黑客就可以轻松访问您的电子邮件,甚至银行或者其他重要账户。
安全专家建议您为每一个账户使用不同的随机密码。但是要如何管理这些密码呢? bitwarden 可以让您轻松的创建、保存并访问您的密码。
bitwarden 将您的登录信息保存在加密的密码库,可以在您的所有设备上同步。由于信息在发送出您的设备之前,就已经完全加密,因此只有您可以访问这些数据。甚至,就算 bitwarden 的团队成员有这个想法,也没办法读取您的数据。您的数据采用 AES-256 位、加盐的哈希以及 PBKDF2 SHA-256 加密。
# Asset - Tile
安全免费的跨平台密码管理器
# Screenshot - Sync
同步后可以从多台设备访问密码库
# Screenshot - Vault
在一个安全的密码库管理您的登录信息
# Screenshot - Autofill
在您访问网站的时候快速自动填充登录信息
# Screenshot - Menu
您也可以通过鼠标右键菜单快捷地访问密码库
# Screenshot - Password
自动生成强力、随机和安全的密码
# Screenshot - Edit
您的所有信息采用 AES-256 位安全加密

View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden 免费密码管理器</value>
</data>
<data name="Summary" xml:space="preserve">
<value>安全免费的跨平台密码管理器</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden 简单易用,可以安全地存储您所有的登录用户名和密码,并能在多台设备之间同步。
盗号是个严重的问题,您访问的网站、使用的各类应用每天都在遭受攻击。每当发生安全漏洞,您的密码就会被盗取,如果您跨应用和网站使用相同的密码,黑客就可以轻松访问您的电子邮件,甚至银行或者其他重要账户。
安全专家建议您为每一个账户使用不同的随机密码。但是要如何管理这些密码呢? bitwarden 可以让您轻松的创建、保存并访问您的密码。
bitwarden 将您的登录信息保存在加密的密码库,可以在您的所有设备上同步。由于信息在发送出您的设备之前,就已经完全加密,因此只有您可以访问这些数据。甚至,就算 bitwarden 的团队成员有这个想法,也没办法读取您的数据。您的数据采用 AES-256 位、加盐的哈希以及 PBKDF2 SHA-256 加密。</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>安全免费的跨平台密码管理器</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>同步后可以从多台设备访问密码库</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>在一个安全的密码库管理您的登录信息</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>在您访问网站的时候快速自动填充登录信息</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>您也可以通过鼠标右键菜单快捷地访问密码库</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>自动生成强力、随机和安全的密码</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>您的所有信息采用 AES-256 位安全加密</value>
</data>
</root>

View File

@ -1,45 +0,0 @@
# Name
bitwarden 免費密碼管理器
# Summary
安全、免費、跨平台的密碼管理器
# Description
bitwarden 簡單易用,可以安全地儲存你所有的帳戶名稱和密碼,并在多部裝置之間同步。
帳戶被盜是個嚴重的問題,你用的網頁和應用程式每天都遭受攻擊。安全漏洞時有發生,你的密碼就會被盜。當你在不同網頁和程式重用同一個密碼,黑客就可以一舉獲得你的電郵,甚至銀行戶口或其他重要服務。
保安專家建議你在每個帳戶使用不同、隨機生成的密碼。但要如何管理這些密碼呢? Bitwarden 讓你輕鬆建立、儲存、存取你的密碼。
bitwarden 將你所有登入資料儲存在加密的密碼庫中,並同步至你所有的裝置上。由於資料發送前已經徹底加密,因此只有你可以存取這些資料,甚至連 bitwarden 的成員都無法讀取你的資料。所有資料均使用 AES-256 加密、加鹽雜湊加密以及 PBKDF2 SHA-256 函式加密。
# Asset - Tile
安全、免費、跨平台的密碼管理器
# Screenshot - Sync
在多部裝置上同步密碼庫
# Screenshot - Vault
一個安全的密碼庫裏管理密碼
# Screenshot - Autofill
幫你在網頁自動填寫帳戶和密碼
# Screenshot - Menu
右鍵一按,進入密碼庫
# Screenshot - Password
自動生成隨機、安全的強密碼
# Screenshot - Edit
所有資料均採用 AES-256 安全加密

View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden 免費密碼管理器</value>
</data>
<data name="Summary" xml:space="preserve">
<value>安全、免費、跨平台的密碼管理器</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden 簡單易用,可以安全地儲存你所有的帳戶名稱和密碼,并在多部裝置之間同步。
帳戶被盜是個嚴重的問題,你用的網頁和應用程式每天都遭受攻擊。安全漏洞時有發生,你的密碼就會被盜。當你在不同網頁和程式重用同一個密碼,黑客就可以一舉獲得你的電郵,甚至銀行戶口或其他重要服務。
保安專家建議你在每個帳戶使用不同、隨機生成的密碼。但要如何管理這些密碼呢? Bitwarden 讓你輕鬆建立、儲存、存取你的密碼。
bitwarden 將你所有登入資料儲存在加密的密碼庫中,並同步至你所有的裝置上。由於資料發送前已經徹底加密,因此只有你可以存取這些資料,甚至連 bitwarden 的成員都無法讀取你的資料。所有資料均使用 AES-256 加密、加鹽雜湊加密以及 PBKDF2 SHA-256 函式加密。</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>安全、免費、跨平台的密碼管理器</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>在多部裝置上同步密碼庫</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>一個安全的密碼庫裏管理密碼</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>幫你在網頁自動填寫帳戶和密碼</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>右鍵一按,進入密碼庫</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>自動生成隨機、安全的強密碼</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>所有資料均採用 AES-256 安全加密</value>
</data>
</root>