diff --git a/l10n/cs.js b/l10n/cs.js index bd851be1..5e8303bd 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -16,11 +16,14 @@ OC.L10N.register( "Credential updated" : "Pověření aktualizováno", "Credential recovered" : "Pověření obnoveno", "Credential destroyed" : "Pověření zničeno", + "Error downloading file, you probably have insufficient permissions" : "Chyba při stahování souboru, nejspíš nemáte potřebná oprávnění", "Invalid QR code" : "Neplatný QR kód", "Starting export" : "Začíná export", "Decrypting credentials" : "Dešifrování pověření", "Done" : "Hotovo", + "File read." : "Čtení souboru.", "Proceed with the following steps to import your file" : "Pro import vašeho souboru se řiďte následujícími kroky", + "Skipping unlabeled credential" : "Přeskakuje se přihlašovací údaje bez štítku", "Adding {{credential}}" : "Přidávání {{credential}}", "Added {{credential}}" : "Přidáno {{credential}}", "Skipping credential, missing label on line {{line}}" : "Přeskočeno pověření na řádku {{line}}, chybí popisek", @@ -47,6 +50,7 @@ OC.L10N.register( "Export credentials" : "Exportovat pověření", "Sharing" : "Sdílení", "Are you sure you want to leave? This will destroy all your credentials" : "Opravdu chcete odejít? Všechna vaše pověření budou ztracena", + "Old password field incorrect!" : "Kolonka původní heslo není vyplněná správně!", "New password does not match!" : "Nová hesla se neshodují!", "Please log in with your new vault password" : "Přihlaste se svým novým heslem trezoru", "Share with users and groups" : "Sdílet s uživateli a skupinami", @@ -123,6 +127,7 @@ OC.L10N.register( "Version" : "Verze", "Donate to support development" : "Přispějte na podporu vývoje", "Bookmarklet" : "Záložky", + "Save your passwords with one click." : "Uložte si své heslo jedním kliknutím.", "Drag below button to your bookmark toolbar." : "Přetáhněte tlačítko níže do své lišty záložek.", "Delete vault" : "Smazat trezor", "Vault password" : "Heslo trezoru", @@ -140,6 +145,7 @@ OC.L10N.register( "Save keys" : "Uložit klíče", "Generate sharing keys" : "Vytvořit klíče pro sdílení", "Generating sharing keys" : "Vytváření klíčů pro sdílení", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Nástroj pro hesla proskenuje vaše heslo, vypočítá průměrnou dobu potřebnou pro jeho prolomení a vypíše ty, které jsou pod hranicí bezpečnosti", "Minimum password stength" : "Nejnižší odolnost hesla", "Start scan" : "Zahájit sken", "Result" : "Výsledek", @@ -152,6 +158,7 @@ OC.L10N.register( "Uploading" : "Nahrávání", "User" : "Uživatel", "Crypto time" : "Kryptografický čas", + "Total time spent encrypting" : "Celkový čas strávený šifrováním", "Read" : "Číst", "Write" : "Zapsat", "Files" : "Soubory", @@ -160,6 +167,7 @@ OC.L10N.register( "Enable link sharing" : "Povolit sdílení odkazů", "Share until date" : "Sdílet do data", "Expire after views" : "Platnost skončí po zobrazeních", + "Click \\\"Share\\\" first" : "Nejprve klikněte na „Sdílet“", "Show files" : "Zobrazit soubory", "Details" : "Podrobnosti", "Hide details" : "Skrýt podrobnosti", @@ -219,6 +227,7 @@ OC.L10N.register( "Use regex" : "Použít regulární výraz", "You have incoming share requests." : "Máte příchozí požadavky na sdílení.", "If you want to put the credential in another vault," : "Pokud chcete pověření umístit do jiného trezoru,", + "log out of this vault and log into the vault you want the shared credential in." : "odhlaste se od tohoto trezoru a přihlaste se do trezoru, ve kterém chcete sdílené přihlašovací údaje.", "Permissions" : "Oprávnění", "Received from" : "Obdrženo od", "Date" : "Datum", @@ -232,6 +241,7 @@ OC.L10N.register( "Password strength must be at least: {{strength}}" : "Je třeba, aby odolnost hesla byla přinejmenším: {{strength}}", "Please give your new vault a name." : "Nazvěte nějak svůj nový trezor.", "Repeat vault password" : "Zopakujte heslo trezoru", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít sílu 1024 bitů, což pak můžete změnit v „Nastavení“.", "Create vault" : "Vytvořit trezor", "Go back to vaults" : "Jít zpět k trezorům", "Please input the password for" : "Zadejte heslo pro", @@ -251,6 +261,7 @@ OC.L10N.register( "Request removed" : "Požadavek odebrán", "Destruction request pending" : "Požadavek na destrukci čeká", "Warning! Adding credentials over HTTP is insecure!" : "Varování! Přidávání pověření přes HTTP může být nebezpečné!", + "Logged into {{vault_name}}" : "Přihlášeni do {{vault_name}}", "Change vault" : "Změnit trezor", "Deleted credentials" : "Smazaná pověření", "Logout" : "Odhlásit se", @@ -314,6 +325,8 @@ OC.L10N.register( "Reason" : "Důvod", "Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro žádost", "Loading…" : "Načítání…", + "Awwhh… could not find the credential. Maybe it expired?" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila?", + "Expires:" : "Platnost končí:", "Connection to server lost" : "Připojení k serveru ztraceno", "Problem loading page, reloading in 5 seconds" : "Problém s načítáním stránky, obnovení za 5 sekund", "Saving..." : "Ukládání…", diff --git a/l10n/cs.json b/l10n/cs.json index 053b317d..f03ab529 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -14,11 +14,14 @@ "Credential updated" : "Pověření aktualizováno", "Credential recovered" : "Pověření obnoveno", "Credential destroyed" : "Pověření zničeno", + "Error downloading file, you probably have insufficient permissions" : "Chyba při stahování souboru, nejspíš nemáte potřebná oprávnění", "Invalid QR code" : "Neplatný QR kód", "Starting export" : "Začíná export", "Decrypting credentials" : "Dešifrování pověření", "Done" : "Hotovo", + "File read." : "Čtení souboru.", "Proceed with the following steps to import your file" : "Pro import vašeho souboru se řiďte následujícími kroky", + "Skipping unlabeled credential" : "Přeskakuje se přihlašovací údaje bez štítku", "Adding {{credential}}" : "Přidávání {{credential}}", "Added {{credential}}" : "Přidáno {{credential}}", "Skipping credential, missing label on line {{line}}" : "Přeskočeno pověření na řádku {{line}}, chybí popisek", @@ -45,6 +48,7 @@ "Export credentials" : "Exportovat pověření", "Sharing" : "Sdílení", "Are you sure you want to leave? This will destroy all your credentials" : "Opravdu chcete odejít? Všechna vaše pověření budou ztracena", + "Old password field incorrect!" : "Kolonka původní heslo není vyplněná správně!", "New password does not match!" : "Nová hesla se neshodují!", "Please log in with your new vault password" : "Přihlaste se svým novým heslem trezoru", "Share with users and groups" : "Sdílet s uživateli a skupinami", @@ -121,6 +125,7 @@ "Version" : "Verze", "Donate to support development" : "Přispějte na podporu vývoje", "Bookmarklet" : "Záložky", + "Save your passwords with one click." : "Uložte si své heslo jedním kliknutím.", "Drag below button to your bookmark toolbar." : "Přetáhněte tlačítko níže do své lišty záložek.", "Delete vault" : "Smazat trezor", "Vault password" : "Heslo trezoru", @@ -138,6 +143,7 @@ "Save keys" : "Uložit klíče", "Generate sharing keys" : "Vytvořit klíče pro sdílení", "Generating sharing keys" : "Vytváření klíčů pro sdílení", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Nástroj pro hesla proskenuje vaše heslo, vypočítá průměrnou dobu potřebnou pro jeho prolomení a vypíše ty, které jsou pod hranicí bezpečnosti", "Minimum password stength" : "Nejnižší odolnost hesla", "Start scan" : "Zahájit sken", "Result" : "Výsledek", @@ -150,6 +156,7 @@ "Uploading" : "Nahrávání", "User" : "Uživatel", "Crypto time" : "Kryptografický čas", + "Total time spent encrypting" : "Celkový čas strávený šifrováním", "Read" : "Číst", "Write" : "Zapsat", "Files" : "Soubory", @@ -158,6 +165,7 @@ "Enable link sharing" : "Povolit sdílení odkazů", "Share until date" : "Sdílet do data", "Expire after views" : "Platnost skončí po zobrazeních", + "Click \\\"Share\\\" first" : "Nejprve klikněte na „Sdílet“", "Show files" : "Zobrazit soubory", "Details" : "Podrobnosti", "Hide details" : "Skrýt podrobnosti", @@ -217,6 +225,7 @@ "Use regex" : "Použít regulární výraz", "You have incoming share requests." : "Máte příchozí požadavky na sdílení.", "If you want to put the credential in another vault," : "Pokud chcete pověření umístit do jiného trezoru,", + "log out of this vault and log into the vault you want the shared credential in." : "odhlaste se od tohoto trezoru a přihlaste se do trezoru, ve kterém chcete sdílené přihlašovací údaje.", "Permissions" : "Oprávnění", "Received from" : "Obdrženo od", "Date" : "Datum", @@ -230,6 +239,7 @@ "Password strength must be at least: {{strength}}" : "Je třeba, aby odolnost hesla byla přinejmenším: {{strength}}", "Please give your new vault a name." : "Nazvěte nějak svůj nový trezor.", "Repeat vault password" : "Zopakujte heslo trezoru", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít sílu 1024 bitů, což pak můžete změnit v „Nastavení“.", "Create vault" : "Vytvořit trezor", "Go back to vaults" : "Jít zpět k trezorům", "Please input the password for" : "Zadejte heslo pro", @@ -249,6 +259,7 @@ "Request removed" : "Požadavek odebrán", "Destruction request pending" : "Požadavek na destrukci čeká", "Warning! Adding credentials over HTTP is insecure!" : "Varování! Přidávání pověření přes HTTP může být nebezpečné!", + "Logged into {{vault_name}}" : "Přihlášeni do {{vault_name}}", "Change vault" : "Změnit trezor", "Deleted credentials" : "Smazaná pověření", "Logout" : "Odhlásit se", @@ -312,6 +323,8 @@ "Reason" : "Důvod", "Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro žádost", "Loading…" : "Načítání…", + "Awwhh… could not find the credential. Maybe it expired?" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila?", + "Expires:" : "Platnost končí:", "Connection to server lost" : "Připojení k serveru ztraceno", "Problem loading page, reloading in 5 seconds" : "Problém s načítáním stránky, obnovení za 5 sekund", "Saving..." : "Ukládání…", diff --git a/l10n/de.js b/l10n/de.js index ad606055..e25be9bc 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -16,11 +16,14 @@ OC.L10N.register( "Credential updated" : "Anmeldeinformation aktualisiert", "Credential recovered" : "Anmeldeinformation wiederhergestellt", "Credential destroyed" : "Anmeldeinformation zerstört", + "Error downloading file, you probably have insufficient permissions" : "Fehler beim Herunterladen der Datei, Du hast möglicherweise falsche Berechtigungen", "Invalid QR code" : "Fehlerhafter QR-Code", "Starting export" : "Export gestartet", "Decrypting credentials" : "Anmeldeinformationen werden entschlüsselt", "Done" : "Fertig", + "File read." : "Datei gelesen.", "Proceed with the following steps to import your file" : "Führe folgende Schritte aus um Deine Datei zu importieren", + "Skipping unlabeled credential" : "Unbekannte Zugangsdaten überspringen", "Adding {{credential}}" : "{{credential}} wird hinzugefügt", "Added {{credential}}" : "{{credential}} wurde hinzugefügt", "Skipping credential, missing label on line {{line}}" : "Überspringe Anmeldeinformation, fehlende Bezeichnung in Zeile {{line}}", @@ -47,6 +50,7 @@ OC.L10N.register( "Export credentials" : "Anmeldeinformationen exportieren", "Sharing" : "Teilen", "Are you sure you want to leave? This will destroy all your credentials" : "Möchtest du dies wirklich verlassen? Dies wird alle Deine Anmeldeinformationen zerstören", + "Old password field incorrect!" : "Altes Passwort-Feld falsch!", "New password does not match!" : "Deine neuen Passwörter stimmen nicht überein!", "Please log in with your new vault password" : "Bitte melde Dich mit Deinem neuen Tresor-Passwort an", "Share with users and groups" : "Mit Benutzern oder Gruppen teilen", @@ -123,6 +127,7 @@ OC.L10N.register( "Version" : "Version", "Donate to support development" : "Zur Unterstützung der Entwicklung bitte spenden", "Bookmarklet" : "Lesezeichen setzen", + "Save your passwords with one click." : "Speichere Deine Passwörter mit einem Klick.", "Drag below button to your bookmark toolbar." : "Ziehe die untenstehende Schaltfläche in deine Lesezeichen-Leiste", "Delete vault" : "Tresor löschen", "Vault password" : "Tresor-Passwort", @@ -140,6 +145,7 @@ OC.L10N.register( "Save keys" : "Schlüssel speichern", "Generate sharing keys" : "Schlüssel zum Teilen erzeugen", "Generating sharing keys" : "Erzeuge Schlüssel zum Teilen", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Das Passwort-Tool analysiert Dein Passwort, berechnet die Zeit zum knacken des Passwortes und listet die Passwörter, die unter dem Grenzwert liegen auf. ", "Minimum password stength" : "Minimale Passwortstärke", "Start scan" : "Einen Scan starten", "Result" : "Ergebnis", @@ -152,6 +158,7 @@ OC.L10N.register( "Uploading" : "Lade hoch", "User" : "Nutzer", "Crypto time" : "Verschlüsselungszeit", + "Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit", "Read" : "Lesen", "Write" : "Schreiben", "Files" : "Dateien", @@ -160,6 +167,7 @@ OC.L10N.register( "Enable link sharing" : "Freigaben über Links aktivieren", "Share until date" : "Freigabe gültig bis Datum", "Expire after views" : "Läuft nach dem Anschauen ab", + "Click \\\"Share\\\" first" : "Erst auf \\\"Teilen\\\" klicken", "Show files" : "Dateien anzeigen", "Details" : "Details", "Hide details" : "Details ausblenden", @@ -219,6 +227,7 @@ OC.L10N.register( "Use regex" : "Regex verwenden", "You have incoming share requests." : "Du hast eingehende Freigabeanforderungen.", "If you want to put the credential in another vault," : "Wenn Du die Anmeldeinformation in einem anderen Tresor verschieben möchtest,", + "log out of this vault and log into the vault you want the shared credential in." : "melden Dich bei diesem Tresor ab und melde Dich bei dem Tresor, der die geteilte Zugangsdaten beinhaltet, wieder an.", "Permissions" : "Rechte", "Received from" : "Erhalten von", "Date" : "Datum", @@ -232,6 +241,7 @@ OC.L10N.register( "Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}", "Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.", "Repeat vault password" : "Tresor-Passwort wiederholen", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.", "Create vault" : "Erstelle Tresor", "Go back to vaults" : "Zurück zu den Tresoren", "Please input the password for" : "Passwort eingeben für", @@ -251,6 +261,7 @@ OC.L10N.register( "Request removed" : "Anfrage entfernt", "Destruction request pending" : "Lösch-Anforderung wartet", "Warning! Adding credentials over HTTP is insecure!" : "Achtung! Das Hinzufügen von Zugangsdaten über http ist unsicher!", + "Logged into {{vault_name}}" : "Angemeldet an {{vault_name}}", "Change vault" : "Wechsle Tresor", "Deleted credentials" : "Zugangsdaten gelöscht", "Logout" : "Abmelden", @@ -314,6 +325,8 @@ OC.L10N.register( "Reason" : "Grund", "Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern", "Loading…" : "Lade…", + "Awwhh… could not find the credential. Maybe it expired?" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen?", + "Expires:" : "Ablaufdatum:", "Connection to server lost" : "Verbindung zum Server verloren", "Problem loading page, reloading in 5 seconds" : "Problem beim Laden der Seite, Seite wird in 5 Sekunden nochmals geladen", "Saving..." : "Speichere…", diff --git a/l10n/de.json b/l10n/de.json index b194c188..c8fc7b8f 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -14,11 +14,14 @@ "Credential updated" : "Anmeldeinformation aktualisiert", "Credential recovered" : "Anmeldeinformation wiederhergestellt", "Credential destroyed" : "Anmeldeinformation zerstört", + "Error downloading file, you probably have insufficient permissions" : "Fehler beim Herunterladen der Datei, Du hast möglicherweise falsche Berechtigungen", "Invalid QR code" : "Fehlerhafter QR-Code", "Starting export" : "Export gestartet", "Decrypting credentials" : "Anmeldeinformationen werden entschlüsselt", "Done" : "Fertig", + "File read." : "Datei gelesen.", "Proceed with the following steps to import your file" : "Führe folgende Schritte aus um Deine Datei zu importieren", + "Skipping unlabeled credential" : "Unbekannte Zugangsdaten überspringen", "Adding {{credential}}" : "{{credential}} wird hinzugefügt", "Added {{credential}}" : "{{credential}} wurde hinzugefügt", "Skipping credential, missing label on line {{line}}" : "Überspringe Anmeldeinformation, fehlende Bezeichnung in Zeile {{line}}", @@ -45,6 +48,7 @@ "Export credentials" : "Anmeldeinformationen exportieren", "Sharing" : "Teilen", "Are you sure you want to leave? This will destroy all your credentials" : "Möchtest du dies wirklich verlassen? Dies wird alle Deine Anmeldeinformationen zerstören", + "Old password field incorrect!" : "Altes Passwort-Feld falsch!", "New password does not match!" : "Deine neuen Passwörter stimmen nicht überein!", "Please log in with your new vault password" : "Bitte melde Dich mit Deinem neuen Tresor-Passwort an", "Share with users and groups" : "Mit Benutzern oder Gruppen teilen", @@ -121,6 +125,7 @@ "Version" : "Version", "Donate to support development" : "Zur Unterstützung der Entwicklung bitte spenden", "Bookmarklet" : "Lesezeichen setzen", + "Save your passwords with one click." : "Speichere Deine Passwörter mit einem Klick.", "Drag below button to your bookmark toolbar." : "Ziehe die untenstehende Schaltfläche in deine Lesezeichen-Leiste", "Delete vault" : "Tresor löschen", "Vault password" : "Tresor-Passwort", @@ -138,6 +143,7 @@ "Save keys" : "Schlüssel speichern", "Generate sharing keys" : "Schlüssel zum Teilen erzeugen", "Generating sharing keys" : "Erzeuge Schlüssel zum Teilen", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Das Passwort-Tool analysiert Dein Passwort, berechnet die Zeit zum knacken des Passwortes und listet die Passwörter, die unter dem Grenzwert liegen auf. ", "Minimum password stength" : "Minimale Passwortstärke", "Start scan" : "Einen Scan starten", "Result" : "Ergebnis", @@ -150,6 +156,7 @@ "Uploading" : "Lade hoch", "User" : "Nutzer", "Crypto time" : "Verschlüsselungszeit", + "Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit", "Read" : "Lesen", "Write" : "Schreiben", "Files" : "Dateien", @@ -158,6 +165,7 @@ "Enable link sharing" : "Freigaben über Links aktivieren", "Share until date" : "Freigabe gültig bis Datum", "Expire after views" : "Läuft nach dem Anschauen ab", + "Click \\\"Share\\\" first" : "Erst auf \\\"Teilen\\\" klicken", "Show files" : "Dateien anzeigen", "Details" : "Details", "Hide details" : "Details ausblenden", @@ -217,6 +225,7 @@ "Use regex" : "Regex verwenden", "You have incoming share requests." : "Du hast eingehende Freigabeanforderungen.", "If you want to put the credential in another vault," : "Wenn Du die Anmeldeinformation in einem anderen Tresor verschieben möchtest,", + "log out of this vault and log into the vault you want the shared credential in." : "melden Dich bei diesem Tresor ab und melde Dich bei dem Tresor, der die geteilte Zugangsdaten beinhaltet, wieder an.", "Permissions" : "Rechte", "Received from" : "Erhalten von", "Date" : "Datum", @@ -230,6 +239,7 @@ "Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}", "Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.", "Repeat vault password" : "Tresor-Passwort wiederholen", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.", "Create vault" : "Erstelle Tresor", "Go back to vaults" : "Zurück zu den Tresoren", "Please input the password for" : "Passwort eingeben für", @@ -249,6 +259,7 @@ "Request removed" : "Anfrage entfernt", "Destruction request pending" : "Lösch-Anforderung wartet", "Warning! Adding credentials over HTTP is insecure!" : "Achtung! Das Hinzufügen von Zugangsdaten über http ist unsicher!", + "Logged into {{vault_name}}" : "Angemeldet an {{vault_name}}", "Change vault" : "Wechsle Tresor", "Deleted credentials" : "Zugangsdaten gelöscht", "Logout" : "Abmelden", @@ -312,6 +323,8 @@ "Reason" : "Grund", "Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern", "Loading…" : "Lade…", + "Awwhh… could not find the credential. Maybe it expired?" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen?", + "Expires:" : "Ablaufdatum:", "Connection to server lost" : "Verbindung zum Server verloren", "Problem loading page, reloading in 5 seconds" : "Problem beim Laden der Seite, Seite wird in 5 Sekunden nochmals geladen", "Saving..." : "Speichere…", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 922665d1..7a81e83c 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -16,11 +16,14 @@ OC.L10N.register( "Credential updated" : "Anmeldeinformation aktualisiert", "Credential recovered" : "Anmeldeinformation wiederhergestellt", "Credential destroyed" : "Anmeldeinformation zerstört", + "Error downloading file, you probably have insufficient permissions" : "Fehler beim Herunterladen der Datei, Sie haben möglicherweise falsche Berechtigungen", "Invalid QR code" : "Fehlerhafter QR-Code", "Starting export" : "Export gestartet", "Decrypting credentials" : "Anmeldeinformationen werden entschlüsselt", "Done" : "Fertig", + "File read." : "Datei gelesen.", "Proceed with the following steps to import your file" : "Führen Sie folgende Schritte aus um Ihre Datei zu importieren", + "Skipping unlabeled credential" : "Unbekannte Zugangsdaten überspringen", "Adding {{credential}}" : "{{credential}} werden hinzugefügt", "Added {{credential}}" : "{{credential}} hinzugefügt", "Skipping credential, missing label on line {{line}}" : "Überspringe Zugangsdaten, fehlende Beschriftung in Zeile {{line}}", @@ -47,6 +50,7 @@ OC.L10N.register( "Export credentials" : "Anmeldeinformationen exportieren", "Sharing" : "Teilen", "Are you sure you want to leave? This will destroy all your credentials" : "Möchten Sie dies wirklich verlassen? Dies wird alle Ihre Anmeldeinformationen zerstören", + "Old password field incorrect!" : "Altes Passwort-Feld falsch!", "New password does not match!" : "Die neuen Passwörter stimmen nicht überein!", "Please log in with your new vault password" : "Bitte mit Ihrem neuen Tresor-Passwort anmelden", "Share with users and groups" : "Mit Benutzern und Gruppen teilen", @@ -123,6 +127,7 @@ OC.L10N.register( "Version" : "Version", "Donate to support development" : "Zur Unterstützung der Entwicklung bitte spenden", "Bookmarklet" : "Lesezeichen setzen", + "Save your passwords with one click." : "Speichern Sie Ihre Passwörter mit einem Klick.", "Drag below button to your bookmark toolbar." : "Ziehen Sie die untere Schaltfläche in Ihre Lesezeichen-Leiste", "Delete vault" : "Tresor löschen", "Vault password" : "Tresor-Passwort", @@ -140,6 +145,7 @@ OC.L10N.register( "Save keys" : "Schlüssel speichern", "Generate sharing keys" : "Schlüssel zum Teilen erzeugen", "Generating sharing keys" : "Erzeuge Schlüssel zum Teilen", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Das Passwort-Tool analysiert Ihr Passwort, berechnet die Zeit zum knacken des Passwortes und listet die Passwörter , die unter dem Grenzwert liegen auf. ", "Minimum password stength" : "Minimale Passwortstärke", "Start scan" : "Einen Scan starten", "Result" : "Ergebnis", @@ -152,6 +158,7 @@ OC.L10N.register( "Uploading" : "Lade hoch", "User" : "Benutzer", "Crypto time" : "Verschlüsselungszeit", + "Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit", "Read" : "Lesen", "Write" : "Schreiben", "Files" : "Dateien", @@ -160,6 +167,7 @@ OC.L10N.register( "Enable link sharing" : "Freigaben über Links aktivieren", "Share until date" : "Freigabe gültig bis Datum", "Expire after views" : "Läuft nach dem Anschauen ab", + "Click \\\"Share\\\" first" : "Erst auf \\\"Teilen\\\" klicken", "Show files" : "Dateien anzeigen", "Details" : "Details", "Hide details" : "Details ausblenden", @@ -219,6 +227,7 @@ OC.L10N.register( "Use regex" : "Regex verwenden", "You have incoming share requests." : "Sie haben eingehende Freigabeanforderungen.", "If you want to put the credential in another vault," : "Falls Sie die Anmeldeinformation in einen andern Tresor übertragen möchten,", + "log out of this vault and log into the vault you want the shared credential in." : "melden Sie sich bei diesem Tresor ab und melden Sie sich bei dem Tresor, der die geteilte Zugangsdaten beinhaltet, wieder an.", "Permissions" : "Rechte", "Received from" : "Erhalten von", "Date" : "Datum", @@ -232,6 +241,7 @@ OC.L10N.register( "Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}", "Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.", "Repeat vault password" : "Tresor-Passwort wiederholen", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.", "Create vault" : "Erstelle Tresor", "Go back to vaults" : "Zurück zu den Tresoren", "Please input the password for" : "Passwort eingeben für", @@ -251,6 +261,7 @@ OC.L10N.register( "Request removed" : "Anfrage entfernt", "Destruction request pending" : "Auftrag zur Zerstörung in der Warteschleife", "Warning! Adding credentials over HTTP is insecure!" : "Achtung! Das Hinzufügen von Zugangsdaten über http ist unsicher!", + "Logged into {{vault_name}}" : "Angemeldet an {{vault_name}}", "Change vault" : "Wechsle Tresor", "Deleted credentials" : "Zugangsdaten gelöscht", "Logout" : "Abmelden", @@ -314,6 +325,8 @@ OC.L10N.register( "Reason" : "Grund", "Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern", "Loading…" : "Lade…", + "Awwhh… could not find the credential. Maybe it expired?" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen?", + "Expires:" : "Ablaufdatum:", "Connection to server lost" : "Verbindung zum Server verloren", "Problem loading page, reloading in 5 seconds" : "Problem beim Laden der Seite, Seite wird in 5 Sekunden erneut geladen", "Saving..." : "Speichere …", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index ad6fec0c..2199f9f6 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -14,11 +14,14 @@ "Credential updated" : "Anmeldeinformation aktualisiert", "Credential recovered" : "Anmeldeinformation wiederhergestellt", "Credential destroyed" : "Anmeldeinformation zerstört", + "Error downloading file, you probably have insufficient permissions" : "Fehler beim Herunterladen der Datei, Sie haben möglicherweise falsche Berechtigungen", "Invalid QR code" : "Fehlerhafter QR-Code", "Starting export" : "Export gestartet", "Decrypting credentials" : "Anmeldeinformationen werden entschlüsselt", "Done" : "Fertig", + "File read." : "Datei gelesen.", "Proceed with the following steps to import your file" : "Führen Sie folgende Schritte aus um Ihre Datei zu importieren", + "Skipping unlabeled credential" : "Unbekannte Zugangsdaten überspringen", "Adding {{credential}}" : "{{credential}} werden hinzugefügt", "Added {{credential}}" : "{{credential}} hinzugefügt", "Skipping credential, missing label on line {{line}}" : "Überspringe Zugangsdaten, fehlende Beschriftung in Zeile {{line}}", @@ -45,6 +48,7 @@ "Export credentials" : "Anmeldeinformationen exportieren", "Sharing" : "Teilen", "Are you sure you want to leave? This will destroy all your credentials" : "Möchten Sie dies wirklich verlassen? Dies wird alle Ihre Anmeldeinformationen zerstören", + "Old password field incorrect!" : "Altes Passwort-Feld falsch!", "New password does not match!" : "Die neuen Passwörter stimmen nicht überein!", "Please log in with your new vault password" : "Bitte mit Ihrem neuen Tresor-Passwort anmelden", "Share with users and groups" : "Mit Benutzern und Gruppen teilen", @@ -121,6 +125,7 @@ "Version" : "Version", "Donate to support development" : "Zur Unterstützung der Entwicklung bitte spenden", "Bookmarklet" : "Lesezeichen setzen", + "Save your passwords with one click." : "Speichern Sie Ihre Passwörter mit einem Klick.", "Drag below button to your bookmark toolbar." : "Ziehen Sie die untere Schaltfläche in Ihre Lesezeichen-Leiste", "Delete vault" : "Tresor löschen", "Vault password" : "Tresor-Passwort", @@ -138,6 +143,7 @@ "Save keys" : "Schlüssel speichern", "Generate sharing keys" : "Schlüssel zum Teilen erzeugen", "Generating sharing keys" : "Erzeuge Schlüssel zum Teilen", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Das Passwort-Tool analysiert Ihr Passwort, berechnet die Zeit zum knacken des Passwortes und listet die Passwörter , die unter dem Grenzwert liegen auf. ", "Minimum password stength" : "Minimale Passwortstärke", "Start scan" : "Einen Scan starten", "Result" : "Ergebnis", @@ -150,6 +156,7 @@ "Uploading" : "Lade hoch", "User" : "Benutzer", "Crypto time" : "Verschlüsselungszeit", + "Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit", "Read" : "Lesen", "Write" : "Schreiben", "Files" : "Dateien", @@ -158,6 +165,7 @@ "Enable link sharing" : "Freigaben über Links aktivieren", "Share until date" : "Freigabe gültig bis Datum", "Expire after views" : "Läuft nach dem Anschauen ab", + "Click \\\"Share\\\" first" : "Erst auf \\\"Teilen\\\" klicken", "Show files" : "Dateien anzeigen", "Details" : "Details", "Hide details" : "Details ausblenden", @@ -217,6 +225,7 @@ "Use regex" : "Regex verwenden", "You have incoming share requests." : "Sie haben eingehende Freigabeanforderungen.", "If you want to put the credential in another vault," : "Falls Sie die Anmeldeinformation in einen andern Tresor übertragen möchten,", + "log out of this vault and log into the vault you want the shared credential in." : "melden Sie sich bei diesem Tresor ab und melden Sie sich bei dem Tresor, der die geteilte Zugangsdaten beinhaltet, wieder an.", "Permissions" : "Rechte", "Received from" : "Erhalten von", "Date" : "Datum", @@ -230,6 +239,7 @@ "Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}", "Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.", "Repeat vault password" : "Tresor-Passwort wiederholen", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.", "Create vault" : "Erstelle Tresor", "Go back to vaults" : "Zurück zu den Tresoren", "Please input the password for" : "Passwort eingeben für", @@ -249,6 +259,7 @@ "Request removed" : "Anfrage entfernt", "Destruction request pending" : "Auftrag zur Zerstörung in der Warteschleife", "Warning! Adding credentials over HTTP is insecure!" : "Achtung! Das Hinzufügen von Zugangsdaten über http ist unsicher!", + "Logged into {{vault_name}}" : "Angemeldet an {{vault_name}}", "Change vault" : "Wechsle Tresor", "Deleted credentials" : "Zugangsdaten gelöscht", "Logout" : "Abmelden", @@ -312,6 +323,8 @@ "Reason" : "Grund", "Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern", "Loading…" : "Lade…", + "Awwhh… could not find the credential. Maybe it expired?" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen?", + "Expires:" : "Ablaufdatum:", "Connection to server lost" : "Verbindung zum Server verloren", "Problem loading page, reloading in 5 seconds" : "Problem beim Laden der Seite, Seite wird in 5 Sekunden erneut geladen", "Saving..." : "Speichere …", diff --git a/l10n/fr.js b/l10n/fr.js index de50c24b..2506f3fc 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -16,11 +16,14 @@ OC.L10N.register( "Credential updated" : "Information d'identification mise à jour", "Credential recovered" : "Information d'identification récupérée", "Credential destroyed" : "Information d'identification détruite", + "Error downloading file, you probably have insufficient permissions" : "Erreur lors du téléchargement du fichier, vos autorisations sont probablement insuffisantes", "Invalid QR code" : "Code QR invalide", "Starting export" : "Démarrage de l'export", "Decrypting credentials" : "Déchiffrement des informations d'identification", "Done" : "Fait", + "File read." : "Lecture du fichier", "Proceed with the following steps to import your file" : "Poursuivez les étapes suivantes pour importer votre fichier", + "Skipping unlabeled credential" : "Ignorer les identifiants sans étiquette", "Adding {{credential}}" : "{{credential}} en cours d'ajout", "Added {{credential}}" : "{{credential}} ajouté", "Skipping credential, missing label on line {{line}}" : "Information d'identification ignorée, étiquette manquante à la ligne {{line}}", @@ -47,6 +50,7 @@ OC.L10N.register( "Export credentials" : "Exporter les informations d'identification", "Sharing" : "Partage", "Are you sure you want to leave? This will destroy all your credentials" : "Êtes-vous sûr de vouloir quitter ? Cela va détruire toutes vos informations d'identification", + "Old password field incorrect!" : "Champ ancien mot de passe incorrect !", "New password does not match!" : "Le nouveau mot de passe ne correspond pas !", "Please log in with your new vault password" : "Veuillez vous connecter avec votre nouveau mot de passe du coffre-fort", "Share with users and groups" : "Partager avec des utilisateurs et des groupes", @@ -123,6 +127,7 @@ OC.L10N.register( "Version" : "Version", "Donate to support development" : "Donner pour aider le développement", "Bookmarklet" : "Bookmarklet", + "Save your passwords with one click." : "Sauvegardez vos mots de passe en un clic.", "Drag below button to your bookmark toolbar." : "Glissez le bouton ci-dessous dans la barre d'outils de vos favoris.", "Delete vault" : "Supprimer le coffre-fort", "Vault password" : "Mot de passe du coffre-fort", @@ -140,6 +145,7 @@ OC.L10N.register( "Save keys" : "Sauvegarder les clés", "Generate sharing keys" : "Générer des clés de partage", "Generating sharing keys" : "Génération des clés de partage", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "L'outil de mot de passe analyse votre mot de passe, calcule le temps de craquage moyen et répertorie ceux qui se trouvent sous le seuil.", "Minimum password stength" : "Force minimale du mot de passe", "Start scan" : "Commencer le scan", "Result" : "Résultat", @@ -152,6 +158,7 @@ OC.L10N.register( "Uploading" : "Envoi en cours", "User" : "Utilisateur", "Crypto time" : "Temps d'encodage", + "Total time spent encrypting" : "Temps passé au chiffrement", "Read" : "Lecture", "Write" : "Écriture", "Files" : "Fichiers", @@ -160,6 +167,7 @@ OC.L10N.register( "Enable link sharing" : "Activer le partage par lien", "Share until date" : "Partage jusqu'à la date", "Expire after views" : "Expire après plusieurs visualisations", + "Click \\\"Share\\\" first" : "Cliquez d'abord sur \\\"Partager\\\"", "Show files" : "Afficher les fichiers", "Details" : "Détails", "Hide details" : "Masquer les détails", @@ -219,6 +227,7 @@ OC.L10N.register( "Use regex" : "Utiliser une expression régulière", "You have incoming share requests." : "Vous avez des nouvelles demandes de partage.", "If you want to put the credential in another vault," : "Si vous souhaitez déplacer les informations d'identification dans un autre coffre-fort,", + "log out of this vault and log into the vault you want the shared credential in." : "déconnectez-vous de ce coffre-fort et connectez-vous au coffre-fort dans lequel vous souhaitez que les informations d'identification partagées soient insérées.", "Permissions" : "Permissions", "Received from" : "Reçu de", "Date" : "Date", @@ -232,6 +241,7 @@ OC.L10N.register( "Password strength must be at least: {{strength}}" : "La force du mot de passe doit être au moins : {{strength}}", "Please give your new vault a name." : "Veuillez donner un nom à votre nouveau coffre-fort.", "Repeat vault password" : "Confirmer le mot de passe du coffre-fort", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1024 bits, que vous pourrez modifier dans \\\"Paramètres\\\" ultérieurement.", "Create vault" : "Créer un coffre-fort", "Go back to vaults" : "Retourner aux coffres-forts", "Please input the password for" : "Veuillez entrer le mot de passe pour", @@ -251,6 +261,7 @@ OC.L10N.register( "Request removed" : "Demande supprimée", "Destruction request pending" : "Requête de destruction en attente", "Warning! Adding credentials over HTTP is insecure!" : "Attention ! Ajouter des informations d'identification en HTTP n'est pas sécurisé !", + "Logged into {{vault_name}}" : "Connecté à {{vault_name}}", "Change vault" : "Modifier le coffre-fort", "Deleted credentials" : "Supprimer les informations d'identification", "Logout" : "Se déconnecter", @@ -314,6 +325,8 @@ OC.L10N.register( "Reason" : "Motif", "Click here to request\n\t\t\t\t\tit" : "Cliquez ici\n\t\t\t\t\tpour le demander ", "Loading…" : "Chargement…", + "Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… n'a pas pu trouver le justificatif d'identité. Peut-être a t-il expiré ?", + "Expires:" : "Expire le:", "Connection to server lost" : "Connexion au serveur perdue", "Problem loading page, reloading in 5 seconds" : "Problème de chargement de la page, actualisation dans 5 secondes", "Saving..." : "Enregistrement…", diff --git a/l10n/fr.json b/l10n/fr.json index ed2e0b89..6d7f9a07 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -14,11 +14,14 @@ "Credential updated" : "Information d'identification mise à jour", "Credential recovered" : "Information d'identification récupérée", "Credential destroyed" : "Information d'identification détruite", + "Error downloading file, you probably have insufficient permissions" : "Erreur lors du téléchargement du fichier, vos autorisations sont probablement insuffisantes", "Invalid QR code" : "Code QR invalide", "Starting export" : "Démarrage de l'export", "Decrypting credentials" : "Déchiffrement des informations d'identification", "Done" : "Fait", + "File read." : "Lecture du fichier", "Proceed with the following steps to import your file" : "Poursuivez les étapes suivantes pour importer votre fichier", + "Skipping unlabeled credential" : "Ignorer les identifiants sans étiquette", "Adding {{credential}}" : "{{credential}} en cours d'ajout", "Added {{credential}}" : "{{credential}} ajouté", "Skipping credential, missing label on line {{line}}" : "Information d'identification ignorée, étiquette manquante à la ligne {{line}}", @@ -45,6 +48,7 @@ "Export credentials" : "Exporter les informations d'identification", "Sharing" : "Partage", "Are you sure you want to leave? This will destroy all your credentials" : "Êtes-vous sûr de vouloir quitter ? Cela va détruire toutes vos informations d'identification", + "Old password field incorrect!" : "Champ ancien mot de passe incorrect !", "New password does not match!" : "Le nouveau mot de passe ne correspond pas !", "Please log in with your new vault password" : "Veuillez vous connecter avec votre nouveau mot de passe du coffre-fort", "Share with users and groups" : "Partager avec des utilisateurs et des groupes", @@ -121,6 +125,7 @@ "Version" : "Version", "Donate to support development" : "Donner pour aider le développement", "Bookmarklet" : "Bookmarklet", + "Save your passwords with one click." : "Sauvegardez vos mots de passe en un clic.", "Drag below button to your bookmark toolbar." : "Glissez le bouton ci-dessous dans la barre d'outils de vos favoris.", "Delete vault" : "Supprimer le coffre-fort", "Vault password" : "Mot de passe du coffre-fort", @@ -138,6 +143,7 @@ "Save keys" : "Sauvegarder les clés", "Generate sharing keys" : "Générer des clés de partage", "Generating sharing keys" : "Génération des clés de partage", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "L'outil de mot de passe analyse votre mot de passe, calcule le temps de craquage moyen et répertorie ceux qui se trouvent sous le seuil.", "Minimum password stength" : "Force minimale du mot de passe", "Start scan" : "Commencer le scan", "Result" : "Résultat", @@ -150,6 +156,7 @@ "Uploading" : "Envoi en cours", "User" : "Utilisateur", "Crypto time" : "Temps d'encodage", + "Total time spent encrypting" : "Temps passé au chiffrement", "Read" : "Lecture", "Write" : "Écriture", "Files" : "Fichiers", @@ -158,6 +165,7 @@ "Enable link sharing" : "Activer le partage par lien", "Share until date" : "Partage jusqu'à la date", "Expire after views" : "Expire après plusieurs visualisations", + "Click \\\"Share\\\" first" : "Cliquez d'abord sur \\\"Partager\\\"", "Show files" : "Afficher les fichiers", "Details" : "Détails", "Hide details" : "Masquer les détails", @@ -217,6 +225,7 @@ "Use regex" : "Utiliser une expression régulière", "You have incoming share requests." : "Vous avez des nouvelles demandes de partage.", "If you want to put the credential in another vault," : "Si vous souhaitez déplacer les informations d'identification dans un autre coffre-fort,", + "log out of this vault and log into the vault you want the shared credential in." : "déconnectez-vous de ce coffre-fort et connectez-vous au coffre-fort dans lequel vous souhaitez que les informations d'identification partagées soient insérées.", "Permissions" : "Permissions", "Received from" : "Reçu de", "Date" : "Date", @@ -230,6 +239,7 @@ "Password strength must be at least: {{strength}}" : "La force du mot de passe doit être au moins : {{strength}}", "Please give your new vault a name." : "Veuillez donner un nom à votre nouveau coffre-fort.", "Repeat vault password" : "Confirmer le mot de passe du coffre-fort", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1024 bits, que vous pourrez modifier dans \\\"Paramètres\\\" ultérieurement.", "Create vault" : "Créer un coffre-fort", "Go back to vaults" : "Retourner aux coffres-forts", "Please input the password for" : "Veuillez entrer le mot de passe pour", @@ -249,6 +259,7 @@ "Request removed" : "Demande supprimée", "Destruction request pending" : "Requête de destruction en attente", "Warning! Adding credentials over HTTP is insecure!" : "Attention ! Ajouter des informations d'identification en HTTP n'est pas sécurisé !", + "Logged into {{vault_name}}" : "Connecté à {{vault_name}}", "Change vault" : "Modifier le coffre-fort", "Deleted credentials" : "Supprimer les informations d'identification", "Logout" : "Se déconnecter", @@ -312,6 +323,8 @@ "Reason" : "Motif", "Click here to request\n\t\t\t\t\tit" : "Cliquez ici\n\t\t\t\t\tpour le demander ", "Loading…" : "Chargement…", + "Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… n'a pas pu trouver le justificatif d'identité. Peut-être a t-il expiré ?", + "Expires:" : "Expire le:", "Connection to server lost" : "Connexion au serveur perdue", "Problem loading page, reloading in 5 seconds" : "Problème de chargement de la page, actualisation dans 5 secondes", "Saving..." : "Enregistrement…", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 10fa2968..be099a4d 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -16,11 +16,14 @@ OC.L10N.register( "Credential updated" : "Credencial atualizada", "Credential recovered" : "Credencial recuperada", "Credential destroyed" : "Credencial destruida", + "Error downloading file, you probably have insufficient permissions" : "Erro ao baixar o arquivo, provavelmente você não tem permissões suficientes", "Invalid QR code" : "Código QR inválido", "Starting export" : "Iniciando a exportação", "Decrypting credentials" : "Credenciais de descriptografia", "Done" : "Concluído", + "File read." : "Arquivo lido.", "Proceed with the following steps to import your file" : "Prossiga com as seguintes etapas para importar seu arquivo", + "Skipping unlabeled credential" : "Ignorando credencial sem etiqueta", "Adding {{credential}}" : "Adicionando {{credential}}", "Added {{credential}}" : "Adicionada {{credential}} ", "Skipping credential, missing label on line {{line}}" : "Ignorando credencial, falta etiqueta online {{line}}", @@ -47,6 +50,7 @@ OC.L10N.register( "Export credentials" : "Exportar credenciais", "Sharing" : "Compartilhando", "Are you sure you want to leave? This will destroy all your credentials" : "Você tem certeza de que quer sair? Isso irá destruir todas as suas credenciais", + "Old password field incorrect!" : "Senha antiga incorreta!", "New password does not match!" : "Nova senha não confere!", "Please log in with your new vault password" : "Faça o login com sua nova senha do cofre", "Share with users and groups" : "Compartilhar com usuários e grupos", @@ -123,6 +127,7 @@ OC.L10N.register( "Version" : "Versão", "Donate to support development" : "Doar para apoiar o desenvolvimento", "Bookmarklet" : "Marcado", + "Save your passwords with one click." : "Salve suas senhas com um clique.", "Drag below button to your bookmark toolbar." : "Arraste o botão abaixo para a barra de ferramentas de marcadores.", "Delete vault" : "Excluir o cofre", "Vault password" : "Senha do cofre", @@ -140,6 +145,7 @@ OC.L10N.register( "Save keys" : "Salvar chaves", "Generate sharing keys" : "Gerar chaves de compartilhamento", "Generating sharing keys" : "Gerando chaves de compartilhamento", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "A ferramenta de senha verifica sua senha, calcula o tempo médio de quebra, listando aquelas abaixo do limite", "Minimum password stength" : "Força mínima da senha", "Start scan" : "Iniciar escaneamento", "Result" : "Resultado", @@ -152,6 +158,7 @@ OC.L10N.register( "Uploading" : "Enviando", "User" : "Usuário", "Crypto time" : "Tempo de criptografia", + "Total time spent encrypting" : "Tempo total gasto na criptografia", "Read" : "Ler", "Write" : "Escrever", "Files" : "Arquivos", @@ -160,6 +167,7 @@ OC.L10N.register( "Enable link sharing" : "Ativar o compartilhamento de links", "Share until date" : "Compartilhar até a data", "Expire after views" : "Expirar após visualizações", + "Click \\\"Share\\\" first" : "Clique em \\\"Compartilhar\\\" primeiro", "Show files" : "Mostrar arquivos", "Details" : "Detalhes", "Hide details" : "Ocultar detalhes", @@ -219,6 +227,7 @@ OC.L10N.register( "Use regex" : "Usar regex", "You have incoming share requests." : "Você tem solicitações de compartilhamento.", "If you want to put the credential in another vault," : "Se você quiser colocar a credencial em outro cofre,", + "log out of this vault and log into the vault you want the shared credential in." : "saia deste cofre e faça o login no cofre em que você deseja a credencial compartilhada.", "Permissions" : "Permissões", "Received from" : "Recebido de", "Date" : "Data", @@ -232,6 +241,7 @@ OC.L10N.register( "Password strength must be at least: {{strength}}" : "A força da senha deve ser pelo menos: {{strength}}", "Please give your new vault a name." : "Por favor, dê um nome ao seu novo cofre.", "Repeat vault password" : "Repita a senha do cofre", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Sua chave de compartilhamento será de 1024 bits, que você pode alterar em \\\"Configurações\\\" mais tarde.", "Create vault" : "Criar cofre", "Go back to vaults" : "Voltar para os cofres", "Please input the password for" : "Por favor entre uma senha para", @@ -251,6 +261,7 @@ OC.L10N.register( "Request removed" : "Solicitação excluída", "Destruction request pending" : "Solicitação de destruição pendente", "Warning! Adding credentials over HTTP is insecure!" : "Atenção! Adicionar credenciais sobre HTTP é inseguro!", + "Logged into {{vault_name}}" : "Logado em {{vault_name}}", "Change vault" : "Alterar cofre", "Deleted credentials" : "Credenciais excluídas", "Logout" : "Sair", @@ -314,6 +325,8 @@ OC.L10N.register( "Reason" : "Razão", "Click here to request\n\t\t\t\t\tit" : "Clique aqui para\n\t\t\t\t\trequisitá-lo", "Loading…" : "Carregando…", + "Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… não conseguiu encontrar a credencial. Talvez tenha expirado?", + "Expires:" : "Expira em:", "Connection to server lost" : "Conexão perdida com o servidor", "Problem loading page, reloading in 5 seconds" : "Problema ao carregar a página, recarregando em 5 segundos", "Saving..." : "Salvando...", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 702b2324..ca3795f4 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -14,11 +14,14 @@ "Credential updated" : "Credencial atualizada", "Credential recovered" : "Credencial recuperada", "Credential destroyed" : "Credencial destruida", + "Error downloading file, you probably have insufficient permissions" : "Erro ao baixar o arquivo, provavelmente você não tem permissões suficientes", "Invalid QR code" : "Código QR inválido", "Starting export" : "Iniciando a exportação", "Decrypting credentials" : "Credenciais de descriptografia", "Done" : "Concluído", + "File read." : "Arquivo lido.", "Proceed with the following steps to import your file" : "Prossiga com as seguintes etapas para importar seu arquivo", + "Skipping unlabeled credential" : "Ignorando credencial sem etiqueta", "Adding {{credential}}" : "Adicionando {{credential}}", "Added {{credential}}" : "Adicionada {{credential}} ", "Skipping credential, missing label on line {{line}}" : "Ignorando credencial, falta etiqueta online {{line}}", @@ -45,6 +48,7 @@ "Export credentials" : "Exportar credenciais", "Sharing" : "Compartilhando", "Are you sure you want to leave? This will destroy all your credentials" : "Você tem certeza de que quer sair? Isso irá destruir todas as suas credenciais", + "Old password field incorrect!" : "Senha antiga incorreta!", "New password does not match!" : "Nova senha não confere!", "Please log in with your new vault password" : "Faça o login com sua nova senha do cofre", "Share with users and groups" : "Compartilhar com usuários e grupos", @@ -121,6 +125,7 @@ "Version" : "Versão", "Donate to support development" : "Doar para apoiar o desenvolvimento", "Bookmarklet" : "Marcado", + "Save your passwords with one click." : "Salve suas senhas com um clique.", "Drag below button to your bookmark toolbar." : "Arraste o botão abaixo para a barra de ferramentas de marcadores.", "Delete vault" : "Excluir o cofre", "Vault password" : "Senha do cofre", @@ -138,6 +143,7 @@ "Save keys" : "Salvar chaves", "Generate sharing keys" : "Gerar chaves de compartilhamento", "Generating sharing keys" : "Gerando chaves de compartilhamento", + "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "A ferramenta de senha verifica sua senha, calcula o tempo médio de quebra, listando aquelas abaixo do limite", "Minimum password stength" : "Força mínima da senha", "Start scan" : "Iniciar escaneamento", "Result" : "Resultado", @@ -150,6 +156,7 @@ "Uploading" : "Enviando", "User" : "Usuário", "Crypto time" : "Tempo de criptografia", + "Total time spent encrypting" : "Tempo total gasto na criptografia", "Read" : "Ler", "Write" : "Escrever", "Files" : "Arquivos", @@ -158,6 +165,7 @@ "Enable link sharing" : "Ativar o compartilhamento de links", "Share until date" : "Compartilhar até a data", "Expire after views" : "Expirar após visualizações", + "Click \\\"Share\\\" first" : "Clique em \\\"Compartilhar\\\" primeiro", "Show files" : "Mostrar arquivos", "Details" : "Detalhes", "Hide details" : "Ocultar detalhes", @@ -217,6 +225,7 @@ "Use regex" : "Usar regex", "You have incoming share requests." : "Você tem solicitações de compartilhamento.", "If you want to put the credential in another vault," : "Se você quiser colocar a credencial em outro cofre,", + "log out of this vault and log into the vault you want the shared credential in." : "saia deste cofre e faça o login no cofre em que você deseja a credencial compartilhada.", "Permissions" : "Permissões", "Received from" : "Recebido de", "Date" : "Data", @@ -230,6 +239,7 @@ "Password strength must be at least: {{strength}}" : "A força da senha deve ser pelo menos: {{strength}}", "Please give your new vault a name." : "Por favor, dê um nome ao seu novo cofre.", "Repeat vault password" : "Repita a senha do cofre", + "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Sua chave de compartilhamento será de 1024 bits, que você pode alterar em \\\"Configurações\\\" mais tarde.", "Create vault" : "Criar cofre", "Go back to vaults" : "Voltar para os cofres", "Please input the password for" : "Por favor entre uma senha para", @@ -249,6 +259,7 @@ "Request removed" : "Solicitação excluída", "Destruction request pending" : "Solicitação de destruição pendente", "Warning! Adding credentials over HTTP is insecure!" : "Atenção! Adicionar credenciais sobre HTTP é inseguro!", + "Logged into {{vault_name}}" : "Logado em {{vault_name}}", "Change vault" : "Alterar cofre", "Deleted credentials" : "Credenciais excluídas", "Logout" : "Sair", @@ -312,6 +323,8 @@ "Reason" : "Razão", "Click here to request\n\t\t\t\t\tit" : "Clique aqui para\n\t\t\t\t\trequisitá-lo", "Loading…" : "Carregando…", + "Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… não conseguiu encontrar a credencial. Talvez tenha expirado?", + "Expires:" : "Expira em:", "Connection to server lost" : "Conexão perdida com o servidor", "Problem loading page, reloading in 5 seconds" : "Problema ao carregar a página, recarregando em 5 segundos", "Saving..." : "Salvando...",