Merge branch 'master' into fix/noid/travismysqlerror

This commit is contained in:
WolFi 2021-03-22 15:24:51 +01:00
commit 80d7fe7100
No known key found for this signature in database
GPG key ID: 7D15585354D072FF
210 changed files with 8527 additions and 1109 deletions

View file

@ -27,11 +27,11 @@ services:
- xvfb
before_install:
# enable a display for running JavaScript tests
# enable a display for running JavaScript tests
#- export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start
# - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
# - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- wget https://raw.githubusercontent.com/$SERVER/before_install.sh
- . ./before_install.sh "$APP_NAME" "$CORE_BRANCH" "$DB"

View file

@ -1,46 +0,0 @@
<?php
/**
* Nextcloud - passman
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Sander Brand <brantje@gmail.com>
* @copyright Sander Brand 2016
*/
namespace OCA\Passman\AppInfo;
use OCP\Util;
use OCP\BackgroundJob;
use OCP\App;
use OCA\Passman\Notifier;
use OCA\Passman\Activity;
require_once __DIR__ . '/autoload.php';
$app = new \OCA\Passman\AppInfo\Application();
$app->registerNavigationEntry();
$app->registerPersonalPage();
$l = \OC::$server->getL10N('passman');
$manager = \OC::$server->getNotificationManager();
$manager->registerNotifier(function() {
return new Notifier(
\OC::$server->getL10NFactory()
);
}, function() use ($l) {
return [
'id' => 'passman',
'name' => $l->t('Passwords'),
];
});
/**
* Loading translations
*
* The string has to match the app's folder name
*/
Util::addTranslations('passman');
\OCP\App::registerAdmin('passman', 'templates/admin.settings');

View file

@ -19,7 +19,7 @@ Features:
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
]]></description>
<version>2.3.2</version>
<version>2.3.7</version>
<licence>agpl</licence>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
@ -37,13 +37,12 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot>
<screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
<dependencies>
<php min-version="7.0"/>
<php min-version="7.2"/>
<database>sqlite</database>
<database>pgsql</database>
<database min-version="5.5">mysql</database>
<lib>openssl</lib>
<nextcloud min-version="14" max-version="18"/>
<owncloud min-version="14" max-version="18"/>
<nextcloud min-version="20" max-version="22"/>
</dependencies>
<background-jobs>

View file

@ -30,14 +30,17 @@
"angular-translate": "2.9.0",
"angular-xeditable": "0.3.0",
"angular-datetime-picker": "",
"ng-clipboard": "1.5.10",
"ng-password-meter": "0.4.0",
"ng-clipboard": "1.0.2",
"ng-password-meter": "0.1.6",
"ng-tags-input": "3.1.1",
"papa-parse": "4.1.2",
"llqrcode": "0.0.2",
"sha": " 2.0.1",
"jssha": " 2.0.1",
"sjcl": " 1.0.8",
"ui-sortable": "0.19.0",
"ui-sortable": "1.0",
"zxcvbn": "4.4.2"
},
"resolutions": {
"angular": "1.5.8"
}
}

View file

@ -85,6 +85,7 @@ class CredentialController extends ApiController {
'username' => $username,
'password' => $password,
'url' => $url,
'icon' => $favicon,
'favicon' => $favicon,
'renew_interval' => $renew_interval,
'expire_time' => $expire_time,
@ -94,7 +95,6 @@ class CredentialController extends ApiController {
'otp' => $otp,
'hidden' => $hidden,
'compromised' => $compromised
);
$credential = $this->credentialService->createCredential($credential);
@ -353,4 +353,4 @@ class CredentialController extends ApiController {
$this->credentialRevisionService->updateRevision($revision);
return new JSONResponse(array());
}
}
}

View file

@ -269,7 +269,7 @@ class TranslationController extends ApiController {
'enable.link.sharing' => $this->trans->t('Enable link sharing'),
'share.until.date' => $this->trans->t('Share until date'),
'expire.views' => $this->trans->t('Expire after views'),
'click.share' => $this->trans->t('Click \"Share\" first'),
'click.share' => $this->trans->t('Click "Share" first'),
'show.files' => $this->trans->t('Show files'),
@ -375,7 +375,7 @@ class TranslationController extends ApiController {
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
'new.vault.pass' => $this->trans->t('Vault password'),
'new.vault.passr' => $this->trans->t('Repeat vault password'),
'new.vault.sharing_key_notice' => $this->trans->t('Your sharing keys will have a strength of 1024 bit, which you can change in \"Settings\" later .'),
'new.vault.sharing_key_notice' => $this->trans->t('Your sharing keys will have a strength of 1024 bit, which you can change in "Settings" later.'),
'new.vault.create' => $this->trans->t('Create vault'),
'go.back.vaults' => $this->trans->t('Go back to vaults'),
'input.vault.password' => $this->trans->t('Please input the password for'),
@ -425,7 +425,7 @@ class TranslationController extends ApiController {
'expired.share' => $this->trans->t('Awwhh… credential not found. Maybe it expired'),
//compromised credentials
'compromised.label' => $this->trans->t('Compromise!'),
'compromised.label' => $this->trans->t('Mark as Compromised'),
'compromised.warning.list' => $this->trans->t('Compromised!'),
'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning by changing the password.'),
@ -436,7 +436,7 @@ class TranslationController extends ApiController {
'search.settings.input.custom_fields' => $this->trans->t('Custom Fields'),
'search.settings.input.password' => $this->trans->t('Password'),
'search.settings.input.description' => $this->trans->t('Description'),
'search.settings.input.url' => $this->trans->t('Url'),
'search.settings.input.url' => $this->trans->t('URL'),
'search.settings.title' => $this->trans->t('Custom Search:'),
'search.settings.defaults_button' => $this->trans->t('Revert to defaults'),

View file

@ -119,6 +119,67 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/**
* Nextcloud - passman
*
* @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com)
* @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es)
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.tab_header {
width: calc(100vw - 300px);
margin: 0 0 0;
list-style: none;
padding: 0; }
.tab_header li.tab:first-child {
margin-left: 0; }
.tab_header li.tab {
/*@include border-top-radius(2px);*/
float: left;
border-bottom-width: 0;
margin: 0;
padding: 10px 10px 10px 10px;
cursor: pointer;
border-right: 1px solid #eee;
-webkit-transition: background-color 250ms linear;
-moz-transition: background-color 250ms linear;
-o-transition: background-color 250ms linear;
-ms-transition: background-color 250ms linear;
transition: background-color 250ms linear; }
.tab_header li.tab .indicator {
display: none; }
.tab_header li.inactive {
background-color: #fff !important;
color: unset !important; }
.tab_header li.active .indicator {
display: inline-block;
position: absolute;
height: 7px;
left: 0;
right: 0;
bottom: -1px; }
.tab_container {
border: 1px solid #eee;
border-top-color: #0082c9;
border-bottom-width: 0;
clear: both;
padding: 0 1em; }
/**
* Nextcloud - passman
*
@ -143,7 +204,7 @@
.pw-gen {
overflow: hidden; }
.pw-gen input {
width: calc(100% - 80px) !important;
width: calc(100% - 76px) !important;
float: left;
background: #fff;
color: #555;
@ -181,6 +242,133 @@
border-top-right-radius: 3px;
background-clip: padding-box; }
/**
* Nextcloud - passman
*
* @copyright Copyright (c) 2016, Felix Nuesse (felix.nuesse@t-online.de)
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.iconpicker-dialog {
border-radius: var(--border-radius-large) !important;
box-shadow: 0 0 30px var(--color-box-shadow);
z-index: 9999 !important; }
.iconpicker-dialog .ui-dialog {
border-radius: var(--border-radius-large);
box-shadow: 0 0 30px var(--color-box-shadow); }
.iconpicker-dialog .ui-widget-header {
background: none; }
.iconpicker-dialog .ui-icon-closethick {
background-position: inherit; }
.iconpicker-dialog .ui-button .ui-icon {
background-image: var(--icon-close-000); }
.iconpicker-dialog .ui-button-icon {
border: none !important; }
.iconpicker-dialog .ui-icon {
border: none !important; }
.iconpicker-dialog .ui-icon-closethick {
border: none !important; }
.iconpicker-dialog .ui-corner-all {
border: none !important; }
.iconpicker-dialog .ui-state-default {
background: white !important; }
.iconpicker-dialog .ui-button {
background: white !important; }
#iconPicker .iconList {
float: left;
width: 60%;
max-height: 310px;
overflow: auto; }
#iconPicker .iconList .icon {
padding: 10px;
cursor: pointer;
float: left; }
#iconPicker .iconList .icon img {
cursor: pointer; }
#iconPicker .iconModifier {
margin-left: 10px;
float: right;
width: calc(40% - 10px); }
#iconPicker .iconSearch {
width: 100%; }
#iconPicker .arrow {
cursor: pointer;
padding-left: 10px;
width: 10px;
float: left; }
#iconPicker .collapsible {
cursor: pointer;
padding-left: 10px;
text-align: left;
font-size: 15px; }
#iconPicker .content {
display: none; }
#iconPicker .content_show {
display: block; }
/**
* Nextcloud - passman
*
* @copyright Copyright (c) 2019, Felix Nuesse (felix.nuesse@t-online.de)
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.shareincoming-dialog {
border-radius: var(--border-radius-large) !important;
box-shadow: 0 0 30px var(--color-box-shadow);
z-index: 9999 !important; }
.shareincoming-dialog .ui-dialog {
border-radius: var(--border-radius-large);
box-shadow: 0 0 30px var(--color-box-shadow); }
.shareincoming-dialog .ui-widget-header {
background: none !important; }
.shareincoming-dialog .ui-icon-closethick {
background-position: inherit; }
.shareincoming-dialog .ui-button .ui-icon {
background-image: var(--icon-close-000); }
.shareincoming-dialog .ui-button:hover .ui-icon {
background-image: var(--icon-close-000);
cursor: pointer !important; }
.shareincoming-dialog .ui-button-icon {
border: none !important; }
.shareincoming-dialog .ui-icon {
border: none !important; }
.shareincoming-dialog .ui-icon-closethick {
border: none !important; }
.shareincoming-dialog .ui-corner-all {
border: none !important; }
.shareincoming-dialog .ui-state-default {
background: white !important; }
.shareincoming-dialog .ui-button {
background: white !important; }
/**
* Nextcloud - passman
*
@ -218,7 +406,6 @@
.vault_wrapper {
margin: 0 auto auto auto;
transform: translate(-150px);
max-width: 420px;
-webkit-border-radius: 5px;
border-radius: 5px;
@ -300,6 +487,12 @@
.icon-image {
width: 16px; }
.angularjs-datetime-picker {
z-index: 1000; }
.link {
color: var(--color-primary); }
#app-sidebar {
height: auto; }
#app-sidebar .sidebar {
@ -314,10 +507,19 @@
float: right;
line-height: 44px; }
.vaultlist_sidebar_hidden {
width: 100vw !important;
margin-left: 0px !important; }
#app-content {
margin-left: 300px;
width: calc(100vw - 300px);
overflow-x: hidden; }
@media only screen and (max-width: 769px) {
#app-content {
width: 100vw; } }
@media only screen and (min-width: 770px) {
#app-content {
width: calc(100vw - 300px); } }
#app-content #app-content-wrapper {
min-height: 95%;
display: flex;
@ -336,10 +538,7 @@
display: inline-block;
font-weight: bold;
margin-top: 10px; }
@media screen and (max-width: 575px) {
#app-content #app-content-wrapper .title {
display: none; } }
@media screen and (min-width: 769px) and (max-width: 820px) {
@media screen and (max-width: 820px) {
#app-content #app-content-wrapper .title {
display: none; } }
#app-content #app-content-wrapper .breadcrumb {
@ -395,13 +594,12 @@
display: inline-block;
padding: 7px; }
#app-content #app-content-wrapper .searchboxContainer {
/*display: inline-block;*/
visibility: hidden;
display: none;
margin-right: 14px;
display: inline-block;
visibility: visible;
float: right; }
#app-content #app-content-wrapper .searchboxContainer .searchbox {
display: inline-block; }
display: inline-block;
width: calc(100% - 3px); }
#app-content #app-content-wrapper .searchboxContainer .searchclear {
color: #ccc;
cursor: pointer;
@ -418,19 +616,33 @@
background: #fff;
border: 1px solid #ddd;
padding: 5px;
width: calc(100% - 3px);
/*width: calc(100% - 3px);*/
box-shadow: 3px 3px 5px #888888;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
background-clip: padding-box; }
#app-content #app-content-wrapper .searchboxContainer .searchOptions input {
cursor: pointer; }
#app-content #app-content-wrapper .credential-table {
width: 100%; }
#app-content #app-content-wrapper .credential-table tr:hover {
background-color: whitesmoke; }
#app-content #app-content-wrapper .credential-table tr.selected {
background-color: #f8f8f8; }
#app-content #app-content-wrapper .credential-table tr .compromised {
background-color: #f74040; }
#app-content #app-content-wrapper .credential-table tr .compromised:hover {
background-color: #e10909; }
#app-content #app-content-wrapper .credential-table tr .compromised-list {
display: inline-block;
margin-left: 50px; }
#app-content #app-content-wrapper .credential-table tr .compromised-list .icon {
height: 18px; }
#app-content #app-content-wrapper .credential-table tr .compromised-list .text {
font-style: italic;
font-weight: bold; }
#app-content #app-content-wrapper .credential-table tr td {
cursor: pointer;
padding: 5px;
@ -532,6 +744,20 @@
display: block; }
#app-content #app-content-wrapper .edit_credential input[type="text"], #app-content #app-content-wrapper .edit_credential input[type="password"] {
width: 100%; }
#app-content #app-content-wrapper .edit_credential .compromised-button {
margin-top: 15px;
background-color: #e60000;
color: black; }
#app-content #app-content-wrapper .edit_credential .compromised-details {
margin-top: 15px;
display: flex; }
#app-content #app-content-wrapper .edit_credential .compromised-details .icon {
float: left;
height: 20px; }
#app-content #app-content-wrapper .edit_credential .compromised-details .text {
padding-left: 5px;
padding-right: 30px;
color: #e9322d; }
#app-content #app-content-wrapper .edit_credential .tags {
float: left; }
#app-content #app-content-wrapper .edit_credential .tags .tag {
@ -552,6 +778,8 @@
float: left; }
#app-content #app-content-wrapper .edit_credential .password_settings label .label.sm {
font-size: 12px; }
#app-content #app-content-wrapper .edit_credential .password_settings .password-settings-padding-left-fix {
padding-left: 0 !important; }
#app-content #app-content-wrapper .edit_credential .field-value .valueInput {
padding-right: 0; }
#app-content #app-content-wrapper .edit_credential .field-value .valueInput input {
@ -568,7 +796,7 @@
background-clip: padding-box; }
#app-content #app-content-wrapper .edit_credential .field-value .selectType {
padding-left: 0;
margin-left: -4px; }
margin-left: 0px; }
#app-content #app-content-wrapper .edit_credential .field-value .selectType select {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
@ -609,6 +837,8 @@
vertical-align: middle; }
#app-content #app-content-wrapper .edit_credential .otpText {
padding-right: 10px; }
#app-content #app-content-wrapper .edit_credential .import-selection select {
margin-left: 15px; }
#app-content #app-content-wrapper .main_list {
flex: 1;
float: left;
@ -617,6 +847,16 @@
width: 100%; }
#app-content #app-content-wrapper .main_list .share {
overflow: hidden; }
#app-content #app-content-wrapper .main_list .nopasswords {
margin-right: auto;
margin-left: auto;
margin-top: 10%;
text-align: center; }
#app-content #app-content-wrapper .main_list .belowList {
margin-right: auto;
margin-left: auto;
margin-top: 1%;
text-align: center; }
#app-content #app-content-wrapper .app_sidebar {
float: right;
padding: 10px;
@ -636,6 +876,17 @@
#app-content #app-content-wrapper .app_sidebar.item_selected {
height: 25%;
display: inline-block; }
#app-content #app-content-wrapper .app_sidebar .credential-data .compromised-details {
margin-top: 15px;
margin-bottom: 15px;
display: flex; }
#app-content #app-content-wrapper .app_sidebar .credential-data .compromised-details .icon {
float: left;
height: 20px; }
#app-content #app-content-wrapper .app_sidebar .credential-data .compromised-details .text {
padding-left: 5px;
padding-right: 30px;
color: #e9322d; }
#app-content #app-content-wrapper .app_sidebar .credential-data .row {
margin-bottom: 11px; }
#app-content #app-content-wrapper .app_sidebar .credential-data .tags {
@ -653,11 +904,11 @@
float: left; }
.credential_field .value {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 70%; }
max-width: 100%; }
.credential_field .tools {
margin-left: 10px;
margin-top: 8px;
overflow: hidden;
float: left; }
.credential_field .tools .cell {
@ -684,7 +935,7 @@
width: 120px;
margin-top: 30px;
margin-left: -60px;
top: 50%;
top: 30%;
left: 50%;
position: absolute; }
@ -736,9 +987,9 @@
background-color: #ff0000; }
.icon-label {
overflow: hidden; }
overflow: hidden;
display: flex; }
.icon-label input {
width: calc(100% - 45px) !important;
float: left;
background: #fff;
color: #555;
@ -747,7 +998,7 @@
border: 1px solid #ddd;
outline: none;
border-radius: 3px;
margin: 3px 3px 3px 0;
margin: 3px 0 3px 0;
padding: 7px 6px 5px;
font-size: 13px;
-webkit-border-bottom-left-radius: 0;
@ -757,13 +1008,10 @@
background-clip: padding-box; }
.icon-label .icon-picker {
float: left;
margin-top: 3px;
padding-top: 7px; }
margin-top: 3px; }
.icon-label .icon-picker .cell {
margin-top: 0px;
margin-left: -0px;
height: 32px;
padding: 7px 12px 2px 12px;
display: inline;
font-size: 14px;
border: 1px solid #ddd;
background-color: #eaeaea;
@ -776,22 +1024,6 @@
.icon-label .icon-picker .cell:hover {
color: #0066ff; }
#iconPicker .iconList {
float: left;
width: 60%;
max-height: 310px;
overflow: auto; }
#iconPicker .iconList .icon {
padding: 10px;
cursor: pointer;
float: left; }
#iconPicker .iconList .icon img {
cursor: pointer; }
#iconPicker .iconModifier {
margin-left: 10px;
float: right;
width: calc(40% - 10px); }
/**
* Nextcloud - passman
*
@ -820,8 +1052,13 @@
margin-left: 15px;
margin-right: 15px; }
.settings-container-label {
padding-left: 15px; }
#app-navigation > ul > li > a {
z-index: auto; }
#app-navigation > ul > li {
display: block; }
.nav-trashbin {
width: inherit !important;
@ -830,23 +1067,30 @@
background-color: #fff !important;
opacity: 1 !important;
z-index: 140; }
.nav-trashbin a.active {
background-image: var(--icon-delete-e9322d); }
.nav-trashbin a .fa {
margin-right: 15px; }
#taginput {
visibility: hidden;
display: none; }
#app-navigation .collapsible:hover .app-navigation-entry-bullet {
background: var(--color-primary) !important; }
#app-navigation a .selected {
opacity: 1 !important;
box-shadow: inset 4px 0 var(--color-primary) !important; }
#app-navigation li .app-navigation-entry-bullet-color {
background-color: var(--color-primary); }
#app-navigation li .bullet-color-red {
background-color: #ff0000; }
#app-navigation li .bullet-color-yellow {
background-color: #ebbb00; }
#app-navigation li .bullet-color-green {
background-color: #4db728; }
#app-navigation li .highlight-selected {
background-color: var(--color-primary); }
#app-navigation li .autocomplete {
position: relative; }
#app-navigation li a.taginput {
visibility: hidden;
display: none;
opacity: 1; }
#app-navigation li a {
overflow: visible; }
@ -854,8 +1098,12 @@
opacity: 1.0; }
#app-navigation li a tags-input li {
width: auto !important; }
#app-navigation > ul ul {
display: inherit !important; }
.hidden-list {
display: none !important; }
.icon-expired {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/></svg>"); }
/**
* Nextcloud - passman
@ -878,6 +1126,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.sharing_table .button {
min-height: 42px;
margin: 5px 0 0 0; }
.sharing_table td:first-child {
width: 55%; }
.sharing_table td:first-child tags-input .tags {
@ -895,6 +1146,8 @@
.share_credential > div {
margin-bottom: 10px; }
.shared_table .pending {
margin-right: 10px; }
.shared_table .fa-trash {
cursor: pointer; }
.shared_table .fa-trash:hover {
@ -921,11 +1174,22 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.scan-result-table {
margin-top: 10px; }
.scan-result-table .score {
padding-left: 0px;
padding-right: 15px; }
.spacer-top-30 {
margin-top: 30px; }
.scan-result-table td {
vertical-align: top !important; }
.scan-result-table .score {
width: 55%;
padding-left: 0px;
padding-right: 15px; }
.scan-result-table .label-audit {
width: 15%; }
.detail_box {
border: 1px solid var(--color-border-dark);
margin-top: 25px;
padding: 5px; }
.error {
color: #ce3702; }
@ -939,6 +1203,8 @@
.tab_container.settings {
margin-bottom: 50px; }
.tab_container.settings textarea {
height: 300px; }
.import-steps {
padding-left: 16px;
@ -959,16 +1225,72 @@
text-align: left;
padding: 3px 5px; }
#app-settings-content:not(.ng-hide) {
display: inherit !important;
padding: 0;
transition: height 0.15s ease-out; }
/**
* Nextcloud - passman
*
* @copyright Copyright (c) 2019, Felix Nuesse (felix.nuesse@t-online.de)
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
.searchbox button {
position: relative !important; }
#app-settings-content.ng-hide {
.searchbox-settings {
position: relative;
top: 50%;
opacity: 0.6; }
.searchbox-settings:hover {
opacity: 1;
cursor: pointer; }
.custom-search-dialog {
border-radius: var(--border-radius-large) !important;
box-shadow: 0 0 30px var(--color-box-shadow);
z-index: 9999 !important; }
.custom-search-dialog .ui-dialog {
border-radius: var(--border-radius-large);
box-shadow: 0 0 30px var(--color-box-shadow); }
.custom-search-dialog .ui-widget-header {
background: none; }
.custom-search-dialog .ui-icon-closethick {
background-position: inherit; }
.custom-search-dialog .ui-button-icon {
border: none !important; }
.custom-search-dialog .ui-icon {
border: none !important; }
.custom-search-dialog .ui-button .ui-icon {
background-image: var(--icon-close-000); }
.custom-search-dialog .ui-icon-closethick {
border: none !important; }
.custom-search-dialog .ui-dialog-buttonpane.ui-helper-clearfix {
display: none; }
.app-passman {
overflow-x: hidden; }
.template-hidden {
display: none !important; }
.hide-animation {
display: inherit !important;
height: 0;
padding: 0;
transition: height 0.15s ease-in; }
transition: ease-in-out .15s; }
.hide-animation.ng-hide {
opacity: 0; }
.ui-dialog {
z-index: 9999; }
@ -978,18 +1300,16 @@
margin-right: 0 !important; }
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9;
margin-top: 5px; }
border-bottom: 1px solid #c9c9c9; }
#passman-controls {
box-sizing: border-box;
position: fixed;
top: 45px;
margin: -45px 0 0;
right: 0;
left: 0;
border-bottom: 1px solid #c9c9c9;
padding: 0 !important;
margin: 0;
background-color: rgba(255, 255, 255, 0.95);
z-index: 50;
-webkit-user-select: none;
@ -997,11 +1317,16 @@
-ms-user-select: none;
user-select: none;
height: 44px !important; }
@media only screen and (max-width: 769px) {
#passman-controls .breadcrumb {
padding-left: 15px; } }
#passman-controls .breadcrumb .addCredential {
padding-top: 1px; }
@media only screen and (max-width: 768px) {
#passman-controls {
width: 100%; } }
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 1024px) {
#app-navigation + #app-content #passman-controls {
left: 300px;
width: calc( 100% - 300px ) !important; } }

File diff suppressed because one or more lines are too long

View file

@ -67,6 +67,14 @@ header {
#content-wrapper {
padding-top: 0; }
.share-controller {
width: 100%; }
.share-controller .share-container {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 25%; }
.credential_container {
margin-top: 20px;
margin-bottom: 20px;
@ -83,6 +91,7 @@ header {
font-weight: bold; }
.credential_container button, .credential_container .text {
margin: 0 auto;
margin-bottom: 25px;
display: block; }
.credential_container button i, .credential_container .text i {
margin-right: 5px; }

View file

@ -1,6 +1,6 @@
{
"version": 3,
"mappings": "AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;ACpBH;;;;;;;;;;;;;;;;;;;;GAoBG;ACpBH;;;;;;;;;;;;;;;;;;;;GAoBG;AFIH,MAAO;EACL,OAAO,EAAE,IAAI;;AAGf,gBAAiB;EACf,WAAW,EAAE,CAAC;;AAGhB,qBAAqB;EACnB,UAAU,EAAE,IAAI;EAChB,aAAa,EAAE,IAAI;EACnB,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,OAAO;EACnB,MAAM,EAAE,iBAAiB;EEJzB,qBAAqB,EFKE,GAAG;EEJ1B,aAAa,EFIU,GAAG;EEH1B,eAAe,EAAE,WAAW;EAAG,qDAAqD;EFIpF,2BAAK;IACJ,UAAU,EAAE,MAAM;EAEnB,wBAAE;IACA,WAAW,EAAE,IAAI;EAEnB,yDAAa;IACX,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,KAAK;IACd,6DAAC;MACC,YAAY,EAAE,GAAG;;AAKvB,iBAAkB;EAChB,QAAQ,EAAE,MAAM;EAChB,iDAAc;IACZ,KAAK,EAAE,IAAI;EAEb,wBAAO;IACL,WAAW,EAAE,IAAI;IACjB,QAAQ,EAAE,MAAM;IAChB,KAAK,EAAE,IAAI;IACX,8BAAM;MACJ,MAAM,EAAE,OAAO;MACf,YAAY,EAAE,GAAG;;AAIvB,KAAK;EACF,WAAW,EAAE,MAAM;EAClB,oBAAc;IACZ,SAAS,EAAE,KAAK;EAElB,QAAE;IACA,cAAc,EAAE,GAAG;IACnB,cAAc,EAAE,GAAG;;AAKvB,UAAK;EACH,gBAAgB,EAAE,wBAAuB;EACzC,OAAO,EAAE,GAAG;EACZ,SAAS,EAAE,IAAI;EACf,YAAY,EAAE,GAAG;EEpDnB,qBAAqB,EFqDI,GAAG;EEpD5B,aAAa,EFoDY,GAAG;EEnD5B,eAAe,EAAE,WAAW;EAAG,qDAAqD;AFqDpF,qBAAgB;EACd,YAAY,EAAE,GAAG;;AAGrB,OAAO;EACL,SAAS,EAAE,IAAI;EACf,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,KAAK;EACb,UAAU,EAAE,MAAM",
"mappings": "AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;ACpBH;;;;;;;;;;;;;;;;;;;;GAoBG;ACpBH;;;;;;;;;;;;;;;;;;;;GAoBG;AFIH,MAAO;EACL,OAAO,EAAE,IAAI;;AAGf,gBAAiB;EACf,WAAW,EAAE,CAAC;;AAGhB,iBAAiB;EACf,KAAK,EAAE,IAAI;EACX,kCAAgB;IACd,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,YAAY,EAAE,IAAI;IAClB,KAAK,EAAE,GAAG;;AAId,qBAAqB;EACnB,UAAU,EAAE,IAAI;EAChB,aAAa,EAAE,IAAI;EACnB,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,OAAO;EACnB,MAAM,EAAE,iBAAiB;EEdzB,qBAAqB,EFeE,GAAG;EEd1B,aAAa,EFcU,GAAG;EEb1B,eAAe,EAAE,WAAW;EAAG,qDAAqD;EFcpF,2BAAK;IACJ,UAAU,EAAE,MAAM;EAEnB,wBAAE;IACA,WAAW,EAAE,IAAI;EAEnB,yDAAa;IACX,MAAM,EAAE,MAAM;IACd,aAAa,EAAE,IAAI;IACnB,OAAO,EAAE,KAAK;IACd,6DAAC;MACC,YAAY,EAAE,GAAG;;AAKvB,iBAAkB;EAChB,QAAQ,EAAE,MAAM;EAChB,iDAAc;IACZ,KAAK,EAAE,IAAI;EAEb,wBAAO;IACL,WAAW,EAAE,IAAI;IACjB,QAAQ,EAAE,MAAM;IAChB,KAAK,EAAE,IAAI;IACX,8BAAM;MACJ,MAAM,EAAE,OAAO;MACf,YAAY,EAAE,GAAG;;AAIvB,KAAK;EACF,WAAW,EAAE,MAAM;EAClB,oBAAc;IACZ,SAAS,EAAE,KAAK;EAElB,QAAE;IACA,cAAc,EAAE,GAAG;IACnB,cAAc,EAAE,GAAG;;AAKvB,UAAK;EACH,gBAAgB,EAAE,wBAAuB;EACzC,OAAO,EAAE,GAAG;EACZ,SAAS,EAAE,IAAI;EACf,YAAY,EAAE,GAAG;EE/DnB,qBAAqB,EFgEI,GAAG;EE/D5B,aAAa,EF+DY,GAAG;EE9D5B,eAAe,EAAE,WAAW;EAAG,qDAAqD;AFgEpF,qBAAgB;EACd,YAAY,EAAE,GAAG;;AAGrB,OAAO;EACL,SAAS,EAAE,IAAI;EACf,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,KAAK;EACb,UAAU,EAAE,MAAM",
"sources": ["../sass/public-page.scss","../sass/variables.scss","../sass/mixins.scss"],
"names": [],
"file": "public-page.css"

View file

@ -1,7 +1,7 @@
Passman offers a api for extensions.
##Table of Contents
## Table of Contents
- [Authentication](#authentication)
- [Get vaults](#get-vaults-get)
- [Get vault](#get-vault-get)
@ -9,129 +9,150 @@ Passman offers a api for extensions.
- [Update credential](#update-credential-patch)
- [Decrypting Credentials / challenge password ](#decrypting-credentials--challenge-password)
##Authentication
All apps must authenticate.
For example in JS it would be:
## Authentication
All apps must authenticate.
For example in JS it would be:
```
var encodedLogin ="MyUsername:MyPassword";
var request = new XMLHttpRequest({"mozAnon": true});
request.setRequestHeader("Authorization", "Basic " + encodedLogin);
request.setRequestHeader("Content-Type", "application/json");
var encodedLogin ="MyUsername:MyPassword";
var request = new XMLHttpRequest({"mozAnon": true});
request.setRequestHeader("Authorization", "Basic " + encodedLogin);
request.setRequestHeader("Content-Type", "application/json");
```
An other option is logging in via HTTP Basic auth.
An other option is logging in via HTTP Basic auth.
In this case an example would be:
`https://MyUsername:Mypassword@nextcloudinstance.com`
Connectivity via http is possible, but you *MUST* warn that their login credentials are send in plaintext.
The credentials from passman are still send encrypted if http is used.
###Get vaults [GET]
`/apps/passman/api/v2/vaults`
This will return a list of vaults.
Connectivity via http is possible, but you *MUST* warn that their login credentials are send in plaintext.
The credentials from Passman are still send encrypted if http is used.
### Get vaults [GET]
`/apps/passman/api/v2/vaults`
This will return a list of vaults.
A vault consists of the following properties:
```
{
"vault_id":17,
"guid":"64DDADA1-54A6-4BE6-AA2F-BCB2EC8E8455",
"name":"test",
"created":1484175865,
"public_sharing_key":"-----BEGIN PUBLIC KEY-----\r\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1h6j+vLcvJDUgOi6VkjzDKTT0\r\nLXluie7+VH2DjnzeXO2QalHI1qAzd\/G51r2NArgwzKMm9g\/kGN1V+mcX3j2WZu\/E\r\n8o5jk83LaSlgcG9GIbOyXUXJlflvctnhPa8Em3GoM\/ZfO2EkkDYANTKvyiyRXroa\r\ny6m2C+aJVzxmhj5tvQIDAQAB\r\n-----END PUBLIC KEY-----\r\n",
"last_access":1484216598,
"challenge_password":"eyJpdiI6IkFEWExocDFsRWFZSEZhc0cxY2NzUnciLCJ2IjoxLCJpdGVyIjoxMDAwLCJrcyI6MjU2LCJ0cyI6NjQsIm1vZGUiOiJjY20iLCJhZGF0YSI6IiIsImNpcGhlciI6ImFlcyIsInNhbHQiOiJFVmdZLzIxNmI0USIsImN0IjoiU3d5QUkzdVFqenh1cStwaCJ9"
{
"vault_id": 17,
"guid": "64DDADA1-54A6-4BE6-AA2F-BCB2EC8E8455",
"name": "test",
"created": 1484175865,
"public_sharing_key": "-----BEGIN PUBLIC KEY-----\r\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1h6j+vLcvJDUgOi6VkjzDKTT0\r\nLXluie7+VH2DjnzeXO2QalHI1qAzd\/G51r2NArgwzKMm9g\/kGN1V+mcX3j2WZu\/E\r\n8o5jk83LaSlgcG9GIbOyXUXJlflvctnhPa8Em3GoM\/ZfO2EkkDYANTKvyiyRXroa\r\ny6m2C+aJVzxmhj5tvQIDAQAB\r\n-----END PUBLIC KEY-----\r\n",
"last_access": 1484216598,
"challenge_password": "eyJpdiI6IkFEWExocDFsRWFZSEZhc0cxY2NzUnciLCJ2IjoxLCJpdGVyIjoxMDAwLCJrcyI6MjU2LCJ0cyI6NjQsIm1vZGUiOiJjY20iLCJhZGF0YSI6IiIsImNpcGhlciI6ImFlcyIsInNhbHQiOiJFVmdZLzIxNmI0USIsImN0IjoiU3d5QUkzdVFqenh1cStwaCJ9"
}
```
Short description of the fields:
- `vault_id` -Id of the vault, only used within queries
- `vault_guid` - The guid of the vault, use this when making requests
- `name` - The name of the vault
- `created` - Timestamp when the vault was created
- `public_sharing_key` - The public sharing key
- `last_access` - Timestamp when the vault was last accessed
- `vault_id` - Id of the vault, only used within queries.
- `vault_guid` - The guid of the vault, use this when making requests.
- `name` - The name of the vault.
- `created` - Timestamp when the vault was created.
- `public_sharing_key` - The public sharing key.
- `last_access` - Timestamp when the vault was last accessed.
- `challenge_password` - Encrypted challenge password, you can use this to check if the user provided a correct password.
###Get vault [GET]
`/apps/passman/api/v2/vaults/{vault_guid}`
To request the credentials.
This will return the requested vault and it's credentials
### Get vault [GET]
`/apps/passman/api/v2/vaults/{vault_guid}`
To request the credentials.
This will return the requested vault and it's credentials:
```$xslt
created:1484175865
created: 1484175865
credentials: [{}, {}, ....]
guid:"64DDADA1-54A6-4BE6-AA2F-BCB2EC8E8455"
last_access:1484217620
guid: "64DDADA1-54A6-4BE6-AA2F-BCB2EC8E8455"
last_access: 1484217620
name: "test"
private_sharing_key ''
public_sharing_key: ''
sharing_keys_generated:1484175865
vault_id:17
vault_settings:null
```
sharing_keys_generated: 1484175865
vault_id: 17
vault_settings: null
```
To see how a credential is build up (which fields), see [create new credential](#Create new credential).
###Create new credential [POST]
`/api/v2/credentials`
### Create new credential [POST]
`/api/v2/credentials`
Fields:
```$xslt
var credential = {
'vault_id': int,
'label': string,
'description': string,
'created': null (Will be set server side),
'changed': null (Will be set server side),
'tags': [{text: string}],
'email': string,
'username': string,
'password': string (encrypted),
'url': string (encrypted),
'favicon': string,
'renew_interval': int,
'expire_time': timestamp,
'delete_time': timestamp,
'files': [
{
filename: string,
size: int (size in bytes),
mimetype: string,
guid: string (generated server side)
}
],
'custom_fields': [
{
label: string,
value: string,
secret: bool,
field_type: 'text'
}
],
'otp': {},
'hidden': false
};
'vault_id': int,
'label': string,
'description': string,
'created': null (Will be set server side),
'changed': null (Will be set server side),
'tags': [{text: string}],
'email': string,
'username': string,
'password': string (encrypted),
'url': string (encrypted),
'favicon': string,
'renew_interval': int,
'expire_time': timestamp,
'delete_time': timestamp,
'files': [
{
filename: string,
size: int (size in bytes),
mimetype: string,
guid: string (generated server side)
}
],
'custom_fields': [
{
label: string,
value: string,
secret: bool,
field_type: 'text'
}
],
'otp': {},
'hidden': false
};
```
There are a few special fields here.
- `custom_fields`
- Those fields are added by the user `secret` indicates if the value should be hidden
- Those fields are added by the user `secret` indicates if the value should be hidden.
When posting to the endpoint the following fields are required:
- `label`
- `vault_id`
###Update credential [PATCH]
`/api/v2/credentials/{credential_guid}`
### Update credential [PATCH]
`/api/v2/credentials/{credential_guid}`
See [create new credential](#Create new credential).
### Decrypting Credentials / challenge password
###Decrypting Credentials / challenge password
For the client side encryption we use [sjcl](https://github.com/bitwiseshiftleft/sjcl)
For the client side encryption we use [sjcl](https://github.com/bitwiseshiftleft/sjcl).
To decrypt (and test if a valid key is given):
```$xslt
var encryption_config = {
adata: "",
iter: 1000,
ks: 256,
mode: 'ccm',
ts: 64
adata: "",
iter: 1000,
ks: 256,
mode: 'ccm',
ts: 64
};
var ciphertext = window.atob(encryptedString);
var rp = {};
@ -142,8 +163,8 @@ try {
}
```
For decrypting the credentials you can use above code.
The following fields are encrypted:
For decrypting the credentials you can use above code.
The following fields are encrypted:
- `description`
- `username`
- `password`
@ -154,4 +175,3 @@ The following fields are encrypted:
- `tags`
- `url`

View file

@ -118,6 +118,7 @@
VaultService.updateSharingKeys($scope.active_vault);
});
}
$scope.checkURLAction();
});
});
};
@ -544,6 +545,24 @@
VaultService.clearVaultService();
});
$scope.$watch(function(){ return $location.search(); }, function(params){
$scope.checkURLAction();
});
$scope.checkURLAction = function () {
var search = $location.search();
if (search.show !== undefined && $scope.active_vault.credentials !== undefined &&
$scope.active_vault.credentials.length > 0) {
$scope.closeSelected();
$scope.active_vault.credentials.forEach(function(credential, index, myArray) {
if (credential.guid === search.show) {
$scope.selectCredential(credential);
return true;
}
});
}
};
$scope.clearState = function () {
$scope.delete_time = 0;
};

View file

@ -57,7 +57,7 @@
var chunk = bits.substr(i, 4);
hex = hex + parseInt(chunk, 2).toString(16);
}
return hex;
return hex.length % 2 ? hex + "0" : hex;
}
@ -124,4 +124,4 @@
};
}
]);
}());
}());

View file

@ -41,7 +41,7 @@
if (scope.tooltip) {
jQuery(el).attr('title', scope.tooltip);
jQuery(el).tooltip();
jQuery(el).attr('title', scope.tooltip).tooltip('fixTitle');
jQuery(el).attr('data-original-title', scope.tooltip);
jQuery('.tooltip-inner').text(scope.tooltip); // Dirty hack
if (jQuery(el).is(':visible')) {
//$(el).tooltip('show')
@ -52,4 +52,4 @@
}
};
}]);
}());
}());

View file

@ -46,6 +46,7 @@ var PassmanImporter = PassmanImporter || {};
_credential.username = row.login_name;
_credential.password = row.password;
_credential.url = row.web_site;
_credential.description = row.comments;
if (row.hasOwnProperty('expires')) {
row.expires = row.expires.replace('"', '');
_credential.expire_time = new Date(row.expires).getTime() / 1000;

View file

@ -94,6 +94,7 @@ $(document).ready(function () {
$('#passman_https_check').prop('checked', (settings.getKey('https_check').toString().toLowerCase() === '1'));
$('#passman_disable_contextmenu').prop('checked', (settings.getKey('disable_contextmenu').toString().toLowerCase() === '1'));
$('#passman_disable_debugger').prop('checked', (settings.getKey('disable_debugger').toString().toLowerCase() === '1'));
$('#passman_enable_global_search').prop('checked', (settings.getKey('enable_global_search').toString().toLowerCase() === '1'));
$('#vault_key_strength').val(settings.getKey('vault_key_strength'));
@ -113,6 +114,10 @@ $(document).ready(function () {
settings.setAdminKey('disable_debugger', ($(this).is(":checked")) ? 1 : 0);
});
$('#passman_enable_global_search').change(function () {
settings.setAdminKey('enable_global_search', ($(this).is(":checked")) ? 1 : 0);
});
$('#passman_sharing_enabled').change(function () {
settings.setAdminKey('user_sharing_enabled', ($(this).is(":checked")) ? 1 : 0);
});

File diff suppressed because one or more lines are too long

67
l10n/af.js Normal file
View file

@ -0,0 +1,67 @@
OC.L10N.register(
"passman",
{
"General" : "Algemeen",
"Custom Fields" : "Pasgemaakte Velde",
"Done" : "Gereed",
"Settings saved" : "Instellings gestoor",
"Share with users and groups" : "Deel met gebruikers en groepe",
"Share link" : "Deelskakel",
"Saved!" : "Gestoor!",
"Good" : "Goed",
"Toggle visibility" : "Tokkel sigbaarheid",
"Generate password" : "Genereer wagwoord",
"Username" : "Gebruikersnaam",
"File" : "Lêer",
"Add" : "Voeg by",
"Value" : "Waarde",
"Type" : "Tipe",
"Actions" : "Aksies",
"Filename" : "Lêernaam",
"Size" : "Grootte",
"Secret" : "Geheim",
"Expiration date" : "Vervaldatum",
"Password length" : "Wagwoordlengte",
"Minimum amount of digits" : "Minimum aantal syfers",
"Avoid ambiguous characters" : "Vermy dubbelsinnige karakters",
"Require every character type" : "Vereis elke karaktertipe",
"Export" : "Voer uit",
"Version" : "Weergawe",
"Bookmarklet" : "Boekmerkie",
"Vault password" : "Kluiswagwoord",
"Import" : "Voer In",
"User" : "Gebruiker",
"Files" : " Lêers",
"Pending" : "Hangend",
"Details" : "Besonderhede",
"by" : "deur",
"Label" : "Etiket",
"Save" : "Stoor",
"Cancel" : "Kanselleer",
"Settings" : "Instellings",
"Unshare" : "Ontdeel",
"Account" : "Rekening",
"Password" : "Wagwoord",
"OTP" : "OTP",
"E-mail" : "E-pos",
"URL" : "Bronadres",
"Notes" : "Notas",
"Created" : "Geskep",
"Edit" : "Wysig",
"Delete" : "Skrap",
"Share" : "Deel",
"Date" : "Datum",
"Never" : "Nooit",
"Logout" : "Teken af",
"Donate" : "Skenk",
"Tags" : "Etikette",
"Loading…" : "Laai…",
"email" : "e-pos",
"Description" : "Beskrywing",
"Passman" : "Passman",
"Connection to server lost" : "Verbinding met bediener verloor",
"Saving …" : "Word gestoor …",
"Dismiss" : "Ontslaan",
"seconds ago" : "sekondes gelede"
},
"nplurals=2; plural=(n != 1);");

65
l10n/af.json Normal file
View file

@ -0,0 +1,65 @@
{ "translations": {
"General" : "Algemeen",
"Custom Fields" : "Pasgemaakte Velde",
"Done" : "Gereed",
"Settings saved" : "Instellings gestoor",
"Share with users and groups" : "Deel met gebruikers en groepe",
"Share link" : "Deelskakel",
"Saved!" : "Gestoor!",
"Good" : "Goed",
"Toggle visibility" : "Tokkel sigbaarheid",
"Generate password" : "Genereer wagwoord",
"Username" : "Gebruikersnaam",
"File" : "Lêer",
"Add" : "Voeg by",
"Value" : "Waarde",
"Type" : "Tipe",
"Actions" : "Aksies",
"Filename" : "Lêernaam",
"Size" : "Grootte",
"Secret" : "Geheim",
"Expiration date" : "Vervaldatum",
"Password length" : "Wagwoordlengte",
"Minimum amount of digits" : "Minimum aantal syfers",
"Avoid ambiguous characters" : "Vermy dubbelsinnige karakters",
"Require every character type" : "Vereis elke karaktertipe",
"Export" : "Voer uit",
"Version" : "Weergawe",
"Bookmarklet" : "Boekmerkie",
"Vault password" : "Kluiswagwoord",
"Import" : "Voer In",
"User" : "Gebruiker",
"Files" : " Lêers",
"Pending" : "Hangend",
"Details" : "Besonderhede",
"by" : "deur",
"Label" : "Etiket",
"Save" : "Stoor",
"Cancel" : "Kanselleer",
"Settings" : "Instellings",
"Unshare" : "Ontdeel",
"Account" : "Rekening",
"Password" : "Wagwoord",
"OTP" : "OTP",
"E-mail" : "E-pos",
"URL" : "Bronadres",
"Notes" : "Notas",
"Created" : "Geskep",
"Edit" : "Wysig",
"Delete" : "Skrap",
"Share" : "Deel",
"Date" : "Datum",
"Never" : "Nooit",
"Logout" : "Teken af",
"Donate" : "Skenk",
"Tags" : "Etikette",
"Loading…" : "Laai…",
"email" : "e-pos",
"Description" : "Beskrywing",
"Passman" : "Passman",
"Connection to server lost" : "Verbinding met bediener verloor",
"Saving …" : "Word gestoor …",
"Dismiss" : "Ontslaan",
"seconds ago" : "sekondes gelede"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,7 +1,7 @@
OC.L10N.register(
"passman",
{
"Passwords" : "الكلمات السرية",
"General" : "العامة",
"Starting export" : "عملية التصدير جارية",
"Done" : "تم",
"Skip first row" : "تجاهل الصف الأول",
@ -9,11 +9,15 @@ OC.L10N.register(
"Settings saved" : "تم حفظ الإعدادات",
"General settings" : "الإعدادات العامة",
"Password settings" : "إعدادات كلمة السر",
"Sharing" : "المشاركة",
"Share with users and groups" : "شارك مع مستخدمين أو مجموعات",
"Share link" : "شارك الرابط",
"Poor" : "ضعيفة جدًا",
"Weak" : "ضعيفة",
"Good" : "جيّدة",
"Strong" : "قوية",
"Copy to clipboard" : "انسخه إلى الحافظة",
"Generate password" : "توليد كلمة سرية",
"Username" : "إسم المستخدم",
"Repeat password" : "أعد كتابة الكلمة السرية",
"Use this icon" : "إستخدم هذه الأيقونة",
@ -23,34 +27,61 @@ OC.L10N.register(
"File" : "ملف",
"Add" : "إضافة",
"Value" : "القيمة",
"Type" : "حسب النوع",
"Actions" : "الإجراءات",
"Filename" : "إسم الملف",
"Upload date" : "آخر تحديث",
"Size" : "الحجم",
"Secret" : "السر",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Disabled" : "معطّل",
"Password length" : "طول كلمة السر",
"Export" : "تصدير",
"Change" : "تعديل",
"Version" : "الإصدار",
"Import" : "استيراد",
"Public key" : "المفتاح العمومي",
"Uploading" : "جاري الرفع...",
"User" : "المستخدِم",
"Read" : "القراءة",
"Write" : "الكتابة",
"Files" : "الملفات",
"Pending" : "معلّق",
"Show files" : "إظهار الملفات",
"Details" : "التفاصيل",
"Hide details" : "إخفاء التفاصيل",
"Password score" : "قوة الكلمة السرية",
"Dictionary name" : "إسم القاموس",
"by" : "من قبل",
"Label" : "تسمية",
"Save" : "حفظ",
"Cancel" : "إلغاء",
"Settings" : "الإعدادات",
"Unshare" : "إلغاء المشاركة",
"Account" : "الحساب",
"Password" : "كلمة السر",
"E-mail" : "البريد الإلكتروني",
"URL" : "الرابط",
"Notes" : "الملاحظات",
"Created" : "أُنشئ",
"Edit" : "تعديل",
"Delete" : "حذف",
"Share" : "شارك",
"Permissions" : "التصريحات",
"Date" : "التاريخ",
"Accept" : "قبول",
"Decline" : "رفض",
"Never" : "أبدا",
"Show All" : "إظهار الكل",
"Tags" : "الوسوم",
"Description" : "الوصف"
"Loading…" : "التحميل جارٍ…",
"email" : "البريد الإلكتروني",
"Description" : "الوصف",
"You created %1$s" : "لقد أنشأت %1$s",
"You deleted %1$s" : "حذفت %1$s",
"Passwords" : "الكلمات السرية",
"Connection to server lost" : "تم فقد الاتصال بالخادم",
"Dismiss" : "تراجع",
"seconds ago" : "ثوان مضت"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View file

@ -1,5 +1,5 @@
{ "translations": {
"Passwords" : "الكلمات السرية",
"General" : "العامة",
"Starting export" : "عملية التصدير جارية",
"Done" : "تم",
"Skip first row" : "تجاهل الصف الأول",
@ -7,11 +7,15 @@
"Settings saved" : "تم حفظ الإعدادات",
"General settings" : "الإعدادات العامة",
"Password settings" : "إعدادات كلمة السر",
"Sharing" : "المشاركة",
"Share with users and groups" : "شارك مع مستخدمين أو مجموعات",
"Share link" : "شارك الرابط",
"Poor" : "ضعيفة جدًا",
"Weak" : "ضعيفة",
"Good" : "جيّدة",
"Strong" : "قوية",
"Copy to clipboard" : "انسخه إلى الحافظة",
"Generate password" : "توليد كلمة سرية",
"Username" : "إسم المستخدم",
"Repeat password" : "أعد كتابة الكلمة السرية",
"Use this icon" : "إستخدم هذه الأيقونة",
@ -21,34 +25,61 @@
"File" : "ملف",
"Add" : "إضافة",
"Value" : "القيمة",
"Type" : "حسب النوع",
"Actions" : "الإجراءات",
"Filename" : "إسم الملف",
"Upload date" : "آخر تحديث",
"Size" : "الحجم",
"Secret" : "السر",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Disabled" : "معطّل",
"Password length" : "طول كلمة السر",
"Export" : "تصدير",
"Change" : "تعديل",
"Version" : "الإصدار",
"Import" : "استيراد",
"Public key" : "المفتاح العمومي",
"Uploading" : "جاري الرفع...",
"User" : "المستخدِم",
"Read" : "القراءة",
"Write" : "الكتابة",
"Files" : "الملفات",
"Pending" : "معلّق",
"Show files" : "إظهار الملفات",
"Details" : "التفاصيل",
"Hide details" : "إخفاء التفاصيل",
"Password score" : "قوة الكلمة السرية",
"Dictionary name" : "إسم القاموس",
"by" : "من قبل",
"Label" : "تسمية",
"Save" : "حفظ",
"Cancel" : "إلغاء",
"Settings" : "الإعدادات",
"Unshare" : "إلغاء المشاركة",
"Account" : "الحساب",
"Password" : "كلمة السر",
"E-mail" : "البريد الإلكتروني",
"URL" : "الرابط",
"Notes" : "الملاحظات",
"Created" : "أُنشئ",
"Edit" : "تعديل",
"Delete" : "حذف",
"Share" : "شارك",
"Permissions" : "التصريحات",
"Date" : "التاريخ",
"Accept" : "قبول",
"Decline" : "رفض",
"Never" : "أبدا",
"Show All" : "إظهار الكل",
"Tags" : "الوسوم",
"Description" : "الوصف"
"Loading…" : "التحميل جارٍ…",
"email" : "البريد الإلكتروني",
"Description" : "الوصف",
"You created %1$s" : "لقد أنشأت %1$s",
"You deleted %1$s" : "حذفت %1$s",
"Passwords" : "الكلمات السرية",
"Connection to server lost" : "تم فقد الاتصال بالخادم",
"Dismiss" : "تراجع",
"seconds ago" : "ثوان مضت"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

View file

@ -1,13 +1,13 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñes",
"Generating sharing keys ( %s / 2)" : "Xenerando claves de compartición ( %s / 2)",
"Passwords do not match" : "Les contraseñes nun concasen",
"General" : "Xeneral",
"Error loading file" : "Fallu cargando'l ficheru",
"An error occurred during decryption" : "Asocedió un fallu nel descifráu",
"Credential created!" : "¡Creose la credencial!",
"Credential updated" : "Anováronse les credenciales",
"Invalid QR code" : "Códigu QR non válidu",
"Decrypting credentials" : "Descifrando credenciales",
"Done" : "Fecho",
@ -15,7 +15,11 @@ OC.L10N.register(
"Added {{credential}}" : "Amestóse {{credential}}",
"Skip first row" : "Saltar primer filera",
"The first 5 lines of the CSV are shown." : "Amuésense les 5 primeres llinies del CVS.",
"Settings saved" : "Axustes guardaos",
"General settings" : "Axustes xenerales",
"Sharing" : "Compartiendo",
"Share with users and groups" : "Compartir con usuarios y grupos",
"Share link" : "Share link",
"Saved!" : "¡Guardóse!",
"Poor" : "Probe",
"Weak" : "Feble",
@ -28,10 +32,16 @@ OC.L10N.register(
"Text" : "Testu",
"File" : "Ficheru",
"Add" : "Amestar",
"Type" : "Type",
"Actions" : "Aiciones",
"Filename" : "Nome de ficheru",
"Size" : "Tamañu",
"Current OTP settings" : "Axustes OTP actuales",
"Secret" : "Secretu",
"Expiration date" : "Data de caducidá",
"No expiration date set" : "Nun s'afitó data de caducidá",
"Renew interval" : "Intervalu de renovación",
"Disabled" : "Deshabilitáu",
"Day(s)" : "Día(es)",
"Week(s)" : "Selmana(es)",
"Month(s)" : "Mes(es)",
@ -40,13 +50,16 @@ OC.L10N.register(
"Minimum amount of digits" : "Cantidá mínima de díxitos",
"Use lowercase letters" : "Usar letres minúscules",
"Use special characters" : "Usar caráuteres especiales",
"Export" : "Esportar",
"Change" : "Camudar",
"Processing" : "Procesando",
"Total progress" : "Progresu total",
"About Passman" : "Tocante a Passman",
"Version" : "Versión",
"Donate to support development" : "Dona pa sofitar el desendolcu",
"Vault password" : "Contraseña del bagul",
"This process is irreversible" : "Esti procesu ye irreversible",
"Import" : "Importar",
"Private Key" : "Clave privada",
"Public key" : "Clave pública",
"Key size" : "Tamañu de clave",
@ -60,6 +73,7 @@ OC.L10N.register(
"Action" : "Aición",
"Uploading" : "Xubiendo",
"User" : "Usuariu",
"Read" : "Lleer",
"Files" : "Ficheros",
"Revisions" : "Revisiones",
"Pending" : "Pendiente",
@ -79,6 +93,7 @@ OC.L10N.register(
"Save" : "Guardar",
"Cancel" : "Encaboxar",
"Settings" : "Axustes",
"Unshare" : "Dexar de compartir",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Amosando {{number_filtered}} credenciales de {{credential_number}}",
"Account" : "Cuenta",
"Password" : "Contraseña",
@ -86,6 +101,7 @@ OC.L10N.register(
"E-mail" : "Corréu",
"URL" : "URL",
"Notes" : "Notes",
"Created" : "Creóse",
"Edit" : "Editar",
"Delete" : "Desaniciar",
"Share" : "Compartir",
@ -99,8 +115,11 @@ OC.L10N.register(
"Never" : "Enxamás",
"Logout" : "Zarrar sesión",
"Donate" : "Donar",
"Tags" : "Etiquetes",
"Someone has shared a credential with you." : "Daquién compartió una credencial contigo.",
"Loading…" : "Cargando...",
"email" : "corréu",
"Description" : "Descripción",
"Error while saving field" : "Fallu entrín se guardaba'l campu",
"A Passman item has expired" : "Caducó un elementu de Passman",
"A Passman item has been shared" : "Compartióse un elementu de Passman",
@ -111,6 +130,7 @@ OC.L10N.register(
"You deleted %1$s" : "Desaniciesti %1$s",
"You recovered %1$s" : "Recuperesti %1$s",
"%s has been shared with a link" : "%s compartióse con un enllaz",
"Passwords" : "Contraseñes",
"Ignore" : "Inorar",
"%s shared \"%s\" with you. Click here to accept" : "%s compartió «%s» contigo. Primi equí p'aceutar",
"%s has declined your share request for \"%s\"." : "%s refugó la to solicitú de compartición pa «%s».",
@ -130,7 +150,7 @@ OC.L10N.register(
"Reason" : "Razón",
"Connection to server lost" : "Perdióse la conexón col sirvidor",
"Problem loading page, reloading in 5 seconds" : "Problema cargando la páxina, recargando en 5 segundos",
"Saving..." : "Guardando...",
"Saving" : "Guardando...",
"Dismiss" : "Escartar",
"seconds ago" : "hai segundos"
},

View file

@ -1,11 +1,11 @@
{ "translations": {
"Passwords" : "Contraseñes",
"Generating sharing keys ( %s / 2)" : "Xenerando claves de compartición ( %s / 2)",
"Passwords do not match" : "Les contraseñes nun concasen",
"General" : "Xeneral",
"Error loading file" : "Fallu cargando'l ficheru",
"An error occurred during decryption" : "Asocedió un fallu nel descifráu",
"Credential created!" : "¡Creose la credencial!",
"Credential updated" : "Anováronse les credenciales",
"Invalid QR code" : "Códigu QR non válidu",
"Decrypting credentials" : "Descifrando credenciales",
"Done" : "Fecho",
@ -13,7 +13,11 @@
"Added {{credential}}" : "Amestóse {{credential}}",
"Skip first row" : "Saltar primer filera",
"The first 5 lines of the CSV are shown." : "Amuésense les 5 primeres llinies del CVS.",
"Settings saved" : "Axustes guardaos",
"General settings" : "Axustes xenerales",
"Sharing" : "Compartiendo",
"Share with users and groups" : "Compartir con usuarios y grupos",
"Share link" : "Share link",
"Saved!" : "¡Guardóse!",
"Poor" : "Probe",
"Weak" : "Feble",
@ -26,10 +30,16 @@
"Text" : "Testu",
"File" : "Ficheru",
"Add" : "Amestar",
"Type" : "Type",
"Actions" : "Aiciones",
"Filename" : "Nome de ficheru",
"Size" : "Tamañu",
"Current OTP settings" : "Axustes OTP actuales",
"Secret" : "Secretu",
"Expiration date" : "Data de caducidá",
"No expiration date set" : "Nun s'afitó data de caducidá",
"Renew interval" : "Intervalu de renovación",
"Disabled" : "Deshabilitáu",
"Day(s)" : "Día(es)",
"Week(s)" : "Selmana(es)",
"Month(s)" : "Mes(es)",
@ -38,13 +48,16 @@
"Minimum amount of digits" : "Cantidá mínima de díxitos",
"Use lowercase letters" : "Usar letres minúscules",
"Use special characters" : "Usar caráuteres especiales",
"Export" : "Esportar",
"Change" : "Camudar",
"Processing" : "Procesando",
"Total progress" : "Progresu total",
"About Passman" : "Tocante a Passman",
"Version" : "Versión",
"Donate to support development" : "Dona pa sofitar el desendolcu",
"Vault password" : "Contraseña del bagul",
"This process is irreversible" : "Esti procesu ye irreversible",
"Import" : "Importar",
"Private Key" : "Clave privada",
"Public key" : "Clave pública",
"Key size" : "Tamañu de clave",
@ -58,6 +71,7 @@
"Action" : "Aición",
"Uploading" : "Xubiendo",
"User" : "Usuariu",
"Read" : "Lleer",
"Files" : "Ficheros",
"Revisions" : "Revisiones",
"Pending" : "Pendiente",
@ -77,6 +91,7 @@
"Save" : "Guardar",
"Cancel" : "Encaboxar",
"Settings" : "Axustes",
"Unshare" : "Dexar de compartir",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Amosando {{number_filtered}} credenciales de {{credential_number}}",
"Account" : "Cuenta",
"Password" : "Contraseña",
@ -84,6 +99,7 @@
"E-mail" : "Corréu",
"URL" : "URL",
"Notes" : "Notes",
"Created" : "Creóse",
"Edit" : "Editar",
"Delete" : "Desaniciar",
"Share" : "Compartir",
@ -97,8 +113,11 @@
"Never" : "Enxamás",
"Logout" : "Zarrar sesión",
"Donate" : "Donar",
"Tags" : "Etiquetes",
"Someone has shared a credential with you." : "Daquién compartió una credencial contigo.",
"Loading…" : "Cargando...",
"email" : "corréu",
"Description" : "Descripción",
"Error while saving field" : "Fallu entrín se guardaba'l campu",
"A Passman item has expired" : "Caducó un elementu de Passman",
"A Passman item has been shared" : "Compartióse un elementu de Passman",
@ -109,6 +128,7 @@
"You deleted %1$s" : "Desaniciesti %1$s",
"You recovered %1$s" : "Recuperesti %1$s",
"%s has been shared with a link" : "%s compartióse con un enllaz",
"Passwords" : "Contraseñes",
"Ignore" : "Inorar",
"%s shared \"%s\" with you. Click here to accept" : "%s compartió «%s» contigo. Primi equí p'aceutar",
"%s has declined your share request for \"%s\"." : "%s refugó la to solicitú de compartición pa «%s».",
@ -128,7 +148,7 @@
"Reason" : "Razón",
"Connection to server lost" : "Perdióse la conexón col sirvidor",
"Problem loading page, reloading in 5 seconds" : "Problema cargando la páxina, recargando en 5 segundos",
"Saving..." : "Guardando...",
"Saving" : "Guardando...",
"Dismiss" : "Escartar",
"seconds ago" : "hai segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

44
l10n/az.js Normal file
View file

@ -0,0 +1,44 @@
OC.L10N.register(
"passman",
{
"General" : "Ümumi",
"Done" : "Done",
"Sharing" : "Paylaşılır",
"Share link" : "Linki yayımla",
"Username" : "İstifadəçi adı",
"File" : "File",
"Add" : "Əlavə etmək",
"Type" : "Type",
"Actions" : "İşlər",
"Size" : "Həcm",
"Disabled" : "Dayandırılıb",
"Export" : ıxarış",
"Version" : "Versiya",
"Import" : "Əlavə et",
"Public key" : "İctimai açar",
"Uploading" : "Uploading",
"User" : "User",
"Read" : "Oxu",
"Files" : "Fayllar",
"Pending" : "Gözləmə",
"Details" : "Detallar",
"by" : "onunla",
"Save" : "Saxla",
"Cancel" : "Dayandır",
"Settings" : "Quraşdırmalar",
"Unshare" : "Paylaşımı durdur",
"Password" : "Şifrə",
"URL" : "URL",
"Notes" : "Qeydlər",
"Edit" : "Dəyişiklik et",
"Delete" : "Sil",
"Share" : "Paylaş",
"Date" : "Date",
"Never" : "Heç vaxt",
"Tags" : "Işarələr",
"Description" : "Açıqlanma",
"You created %1$s" : "Siz yaratdınız %1$s",
"You deleted %1$s" : "Siz silindiniz %1$s",
"seconds ago" : "saniyələr öncə"
},
"nplurals=2; plural=(n != 1);");

42
l10n/az.json Normal file
View file

@ -0,0 +1,42 @@
{ "translations": {
"General" : "Ümumi",
"Done" : "Done",
"Sharing" : "Paylaşılır",
"Share link" : "Linki yayımla",
"Username" : "İstifadəçi adı",
"File" : "File",
"Add" : "Əlavə etmək",
"Type" : "Type",
"Actions" : "İşlər",
"Size" : "Həcm",
"Disabled" : "Dayandırılıb",
"Export" : ıxarış",
"Version" : "Versiya",
"Import" : "Əlavə et",
"Public key" : "İctimai açar",
"Uploading" : "Uploading",
"User" : "User",
"Read" : "Oxu",
"Files" : "Fayllar",
"Pending" : "Gözləmə",
"Details" : "Detallar",
"by" : "onunla",
"Save" : "Saxla",
"Cancel" : "Dayandır",
"Settings" : "Quraşdırmalar",
"Unshare" : "Paylaşımı durdur",
"Password" : "Şifrə",
"URL" : "URL",
"Notes" : "Qeydlər",
"Edit" : "Dəyişiklik et",
"Delete" : "Sil",
"Share" : "Paylaş",
"Date" : "Date",
"Never" : "Heç vaxt",
"Tags" : "Işarələr",
"Description" : "Açıqlanma",
"You created %1$s" : "Siz yaratdınız %1$s",
"You deleted %1$s" : "Siz silindiniz %1$s",
"seconds ago" : "saniyələr öncə"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

23
l10n/be.js Normal file
View file

@ -0,0 +1,23 @@
OC.L10N.register(
"passman",
{
"Done" : "Done",
"Share link" : "Share link",
"Username" : "Username",
"File" : "File",
"Add" : "Add",
"Type" : "Type",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Файлы",
"Save" : "Save",
"Cancel" : "Cancel",
"Settings" : "Налады",
"Password" : "Password",
"URL" : "Url",
"Notes" : "Notes",
"Delete" : "Delete",
"Share" : "Падзяліцца",
"Date" : "Date"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

21
l10n/be.json Normal file
View file

@ -0,0 +1,21 @@
{ "translations": {
"Done" : "Done",
"Share link" : "Share link",
"Username" : "Username",
"File" : "File",
"Add" : "Add",
"Type" : "Type",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Файлы",
"Save" : "Save",
"Cancel" : "Cancel",
"Settings" : "Налады",
"Password" : "Password",
"URL" : "Url",
"Notes" : "Notes",
"Delete" : "Delete",
"Share" : "Падзяліцца",
"Date" : "Date"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Пароли",
"Generating sharing keys ( %s / 2)" : "Генериране на ключове ( %s / 2)",
"Incorrect vault password!" : "Паролата за хранилището е грешна!",
"Passwords do not match" : "Паролите не съвпадат",
@ -38,6 +37,9 @@ OC.L10N.register(
"Export credentials" : "Износ на идент. данни",
"Sharing" : "Споделяне",
"Please log in with your new vault password" : "Впишете се с новата парола",
"Share with users and groups" : "Споделяне с потребители и групи",
"Share link" : "Връзка за споделяне",
"Saved!" : "Записано!",
"Poor" : "Много проста",
"Weak" : "Проста",
"Good" : "Добра",
@ -56,6 +58,7 @@ OC.L10N.register(
"Choose a file" : "Изберете файл",
"Text" : "Текст",
"File" : "Файл",
"Add" : "Добавяне",
"Value" : "Стойност",
"Type" : "Тип",
"Actions" : "Действия",
@ -65,7 +68,9 @@ OC.L10N.register(
"Current OTP settings" : "Текущи OTP настройки",
"Issuer" : "Издател",
"Secret" : "Тайна",
"Expiration date" : "Валидност",
"No expiration date set" : "Не е зададен срок на валидност",
"Disabled" : "Изключено",
"Year(s)" : "Година",
"Password generation settings" : "Настройки за генериране на пароли",
"Password length" : "Дължина на паролата",
@ -89,6 +94,7 @@ OC.L10N.register(
"About Passman" : "Относно Passman",
"Version" : "Версия",
"Donate to support development" : "Дарете, за да подпогнете развитието",
"Bookmarklet" : "Скриптова отметка",
"Save your passwords with one click." : "Записвайте пароли с едно кликване.",
"Drag below button to your bookmark toolbar." : "Завлечете долния бутон в лентата с отметки.",
"Delete vault" : "Изтрий хранилището",
@ -110,10 +116,12 @@ OC.L10N.register(
"A total of {{scan_result}} weak credentials were found." : "Открити са {{scan_result}} прости пароли.",
"Score" : "Оценка",
"Action" : "Действие",
"Uploading" : "Качване",
"User" : "Потребител",
"Read" : "Четене",
"Write" : "Писане",
"Files" : "Файлове",
"Pending" : "Чакащо",
"Show files" : "Покажи файловете",
"Details" : "Подробности",
"Hide details" : "Скриване на подробностите",
@ -127,11 +135,13 @@ OC.L10N.register(
"10B / second" : "10B / секунда",
"Pattern" : "Модел",
"Dictionary name" : "Име на речника",
"by" : "от",
"Label" : "Име",
"Create new credential" : "Идентификационните данни са записани",
"Save" : "Запиши",
"Cancel" : "Отказ",
"Settings" : "Настройки",
"Unshare" : "Прекрати споделянето",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Виждате {{number_filtered}} от {{credential_number}}",
"Account" : "Профил",
"Password" : "Парола",
@ -209,6 +219,7 @@ OC.L10N.register(
"You permanently deleted %1$s" : "Изтрихте необратимо %1$s",
"%1$s has been shared with %2$s" : "%1$s бе споделено с %2$s",
"%s has been shared with a link" : "%s бе споделено с връзка",
"Passwords" : "Пароли",
"Remind me later" : "Напомни ми по-късно",
"Ignore" : "Игнорирай",
"%s shared \"%s\" with you. Click here to accept" : "%s сподели с вас \"%s\". Кликнете тук, за да приемете",
@ -228,7 +239,7 @@ OC.L10N.register(
"Reason" : "Причина",
"Connection to server lost" : "Връзката със сървъра пропадна",
"Problem loading page, reloading in 5 seconds" : "Проблем при зареждане на страницата, презареждане след 5 секунди",
"Saving..." : "Записване...",
"Saving …" : "Записване …",
"Dismiss" : "Отхвърли",
"seconds ago" : "преди секунди"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Пароли",
"Generating sharing keys ( %s / 2)" : "Генериране на ключове ( %s / 2)",
"Incorrect vault password!" : "Паролата за хранилището е грешна!",
"Passwords do not match" : "Паролите не съвпадат",
@ -36,6 +35,9 @@
"Export credentials" : "Износ на идент. данни",
"Sharing" : "Споделяне",
"Please log in with your new vault password" : "Впишете се с новата парола",
"Share with users and groups" : "Споделяне с потребители и групи",
"Share link" : "Връзка за споделяне",
"Saved!" : "Записано!",
"Poor" : "Много проста",
"Weak" : "Проста",
"Good" : "Добра",
@ -54,6 +56,7 @@
"Choose a file" : "Изберете файл",
"Text" : "Текст",
"File" : "Файл",
"Add" : "Добавяне",
"Value" : "Стойност",
"Type" : "Тип",
"Actions" : "Действия",
@ -63,7 +66,9 @@
"Current OTP settings" : "Текущи OTP настройки",
"Issuer" : "Издател",
"Secret" : "Тайна",
"Expiration date" : "Валидност",
"No expiration date set" : "Не е зададен срок на валидност",
"Disabled" : "Изключено",
"Year(s)" : "Година",
"Password generation settings" : "Настройки за генериране на пароли",
"Password length" : "Дължина на паролата",
@ -87,6 +92,7 @@
"About Passman" : "Относно Passman",
"Version" : "Версия",
"Donate to support development" : "Дарете, за да подпогнете развитието",
"Bookmarklet" : "Скриптова отметка",
"Save your passwords with one click." : "Записвайте пароли с едно кликване.",
"Drag below button to your bookmark toolbar." : "Завлечете долния бутон в лентата с отметки.",
"Delete vault" : "Изтрий хранилището",
@ -108,10 +114,12 @@
"A total of {{scan_result}} weak credentials were found." : "Открити са {{scan_result}} прости пароли.",
"Score" : "Оценка",
"Action" : "Действие",
"Uploading" : "Качване",
"User" : "Потребител",
"Read" : "Четене",
"Write" : "Писане",
"Files" : "Файлове",
"Pending" : "Чакащо",
"Show files" : "Покажи файловете",
"Details" : "Подробности",
"Hide details" : "Скриване на подробностите",
@ -125,11 +133,13 @@
"10B / second" : "10B / секунда",
"Pattern" : "Модел",
"Dictionary name" : "Име на речника",
"by" : "от",
"Label" : "Име",
"Create new credential" : "Идентификационните данни са записани",
"Save" : "Запиши",
"Cancel" : "Отказ",
"Settings" : "Настройки",
"Unshare" : "Прекрати споделянето",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Виждате {{number_filtered}} от {{credential_number}}",
"Account" : "Профил",
"Password" : "Парола",
@ -207,6 +217,7 @@
"You permanently deleted %1$s" : "Изтрихте необратимо %1$s",
"%1$s has been shared with %2$s" : "%1$s бе споделено с %2$s",
"%s has been shared with a link" : "%s бе споделено с връзка",
"Passwords" : "Пароли",
"Remind me later" : "Напомни ми по-късно",
"Ignore" : "Игнорирай",
"%s shared \"%s\" with you. Click here to accept" : "%s сподели с вас \"%s\". Кликнете тук, за да приемете",
@ -226,7 +237,7 @@
"Reason" : "Причина",
"Connection to server lost" : "Връзката със сървъра пропадна",
"Problem loading page, reloading in 5 seconds" : "Проблем при зареждане на страницата, презареждане след 5 секунди",
"Saving..." : "Записване...",
"Saving …" : "Записване …",
"Dismiss" : "Отхвърли",
"seconds ago" : "преди секунди"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

43
l10n/bn_BD.js Normal file
View file

@ -0,0 +1,43 @@
OC.L10N.register(
"passman",
{
"General" : "সাধারণ",
"Done" : "Done",
"Sharing" : "ভাগাভাগিরত",
"Share link" : "লিংক ভাগাভাগি করেন",
"Username" : "ব্যবহারকারী",
"File" : "File",
"Add" : "যোগ করুন",
"Type" : "ধরণ",
"Actions" : "পদক্ষেপসমূহ",
"Size" : "আকার",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
"Disabled" : "অকার্যকর",
"Export" : "রপ্তানি",
"Version" : "ভার্সন",
"Import" : "আমদানি",
"Uploading" : "Uploading",
"User" : "User",
"Read" : "পড়",
"Files" : "ফাইল",
"Pending" : "মুলতুবি",
"Details" : "বিসতারিত",
"by" : "কর্তৃক",
"Save" : "সংরক্ষণ",
"Cancel" : "বাতির",
"Settings" : "সেটিংস",
"Unshare" : "ভাগাভাগি বাতিল ",
"Password" : "কূটশব্দ",
"URL" : "URL",
"Notes" : "নোট",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Share" : "ভাগাভাগি কর",
"Date" : "Date",
"Tags" : "ট্যাগ",
"Description" : "বিবরণ",
"You created %1$s" : "আপনি তৈরি করেছেন %1$s",
"You deleted %1$s" : "আপনি ডিলিট করেছেন %1$s",
"seconds ago" : "সেকেন্ড পূর্বে"
},
"nplurals=2; plural=(n != 1);");

41
l10n/bn_BD.json Normal file
View file

@ -0,0 +1,41 @@
{ "translations": {
"General" : "সাধারণ",
"Done" : "Done",
"Sharing" : "ভাগাভাগিরত",
"Share link" : "লিংক ভাগাভাগি করেন",
"Username" : "ব্যবহারকারী",
"File" : "File",
"Add" : "যোগ করুন",
"Type" : "ধরণ",
"Actions" : "পদক্ষেপসমূহ",
"Size" : "আকার",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
"Disabled" : "অকার্যকর",
"Export" : "রপ্তানি",
"Version" : "ভার্সন",
"Import" : "আমদানি",
"Uploading" : "Uploading",
"User" : "User",
"Read" : "পড়",
"Files" : "ফাইল",
"Pending" : "মুলতুবি",
"Details" : "বিসতারিত",
"by" : "কর্তৃক",
"Save" : "সংরক্ষণ",
"Cancel" : "বাতির",
"Settings" : "সেটিংস",
"Unshare" : "ভাগাভাগি বাতিল ",
"Password" : "কূটশব্দ",
"URL" : "URL",
"Notes" : "নোট",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Share" : "ভাগাভাগি কর",
"Date" : "Date",
"Tags" : "ট্যাগ",
"Description" : "বিবরণ",
"You created %1$s" : "আপনি তৈরি করেছেন %1$s",
"You deleted %1$s" : "আপনি ডিলিট করেছেন %1$s",
"seconds ago" : "সেকেন্ড পূর্বে"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

61
l10n/br.js Normal file
View file

@ -0,0 +1,61 @@
OC.L10N.register(
"passman",
{
"General" : "Hollek",
"Done" : "Graet",
"Settings saved" : "Stummoù enrollet",
"General settings" : "Stummoù hollek",
"Sharing" : "Rannan",
"Share with users and groups" : "Ranna gant implijourienn ha strolladoù",
"Share link" : "Rannan liamm",
"Saved!" : "Enrollet !",
"Username" : "anv implijer",
"File" : "Restr",
"Add" : "Ouzhpennañ",
"Type" : "Stumm",
"Actions" : "Oberoù",
"Filename" : "Anv restr",
"Size" : "Ment",
"Secret" : "Sekret",
"Expiration date" : "Deizad termen",
"Disabled" : "Disaotreañ",
"Change" : "Cheñch",
"Version" : "Stumm",
"Vault password" : "Ger-tremen ar c'houfr-houarnet",
"Import" : "Emporzhiañ ",
"Public key" : "Alc'hwez publik",
"Uploading" : "O pellkasañ",
"User" : "Implijer",
"Files" : "Restroù",
"Pending" : "O c'hortoz",
"Details" : "Munudoù",
"Hide details" : "Skoachañ ar munudoù",
"Pattern" : "Pattern",
"by" : "gant",
"Label" : "Tiketenn",
"Save" : "Enrollañ",
"Cancel" : "Arrest",
"Settings" : "Arventennoù",
"Unshare" : "Nag eskemm ken",
"Account" : "Kont",
"Password" : "Ger-tremen",
"E-mail" : "Postel",
"URL" : "URL",
"Edit" : "Cheñch",
"Delete" : "Dilemel",
"Share" : "Rannan",
"Date" : "Deizat",
"Accept" : "Kadarnaat",
"Never" : "James",
"Tags" : "Klavioù",
"Expired" : "Termenet",
"Loading…" : "O Kargañ",
"email" : "email",
"Description" : "Diskrivadur",
"Expires:" : "Termenn :",
"Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour",
"Saving …" : "Orc'h enrolliñ",
"Dismiss" : "Arrest",
"seconds ago" : "eilenn zo"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

59
l10n/br.json Normal file
View file

@ -0,0 +1,59 @@
{ "translations": {
"General" : "Hollek",
"Done" : "Graet",
"Settings saved" : "Stummoù enrollet",
"General settings" : "Stummoù hollek",
"Sharing" : "Rannan",
"Share with users and groups" : "Ranna gant implijourienn ha strolladoù",
"Share link" : "Rannan liamm",
"Saved!" : "Enrollet !",
"Username" : "anv implijer",
"File" : "Restr",
"Add" : "Ouzhpennañ",
"Type" : "Stumm",
"Actions" : "Oberoù",
"Filename" : "Anv restr",
"Size" : "Ment",
"Secret" : "Sekret",
"Expiration date" : "Deizad termen",
"Disabled" : "Disaotreañ",
"Change" : "Cheñch",
"Version" : "Stumm",
"Vault password" : "Ger-tremen ar c'houfr-houarnet",
"Import" : "Emporzhiañ ",
"Public key" : "Alc'hwez publik",
"Uploading" : "O pellkasañ",
"User" : "Implijer",
"Files" : "Restroù",
"Pending" : "O c'hortoz",
"Details" : "Munudoù",
"Hide details" : "Skoachañ ar munudoù",
"Pattern" : "Pattern",
"by" : "gant",
"Label" : "Tiketenn",
"Save" : "Enrollañ",
"Cancel" : "Arrest",
"Settings" : "Arventennoù",
"Unshare" : "Nag eskemm ken",
"Account" : "Kont",
"Password" : "Ger-tremen",
"E-mail" : "Postel",
"URL" : "URL",
"Edit" : "Cheñch",
"Delete" : "Dilemel",
"Share" : "Rannan",
"Date" : "Deizat",
"Accept" : "Kadarnaat",
"Never" : "James",
"Tags" : "Klavioù",
"Expired" : "Termenet",
"Loading…" : "O Kargañ",
"email" : "email",
"Description" : "Diskrivadur",
"Expires:" : "Termenn :",
"Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour",
"Saving …" : "Orc'h enrolliñ",
"Dismiss" : "Arrest",
"seconds ago" : "eilenn zo"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

39
l10n/bs.js Normal file
View file

@ -0,0 +1,39 @@
OC.L10N.register(
"passman",
{
"Done" : "Done",
"Sharing" : "Dijeljenje",
"Share link" : "Podijelite vezu",
"Username" : "Korisničko ime",
"File" : "File",
"Add" : "Dodaj",
"Type" : "Type",
"Actions" : "Radnje",
"Size" : "Veličina",
"Secret" : "Tajna",
"Expiration date" : "Datum isteka",
"Disabled" : "Onemogućeno",
"Export" : "Izvezi",
"Version" : "Verzija",
"Import" : "Uvoz",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Datoteke",
"Pending" : "Na čekanju",
"by" : "od strane",
"Save" : "Spremi",
"Cancel" : "Otkaži",
"Settings" : "Podešavanje",
"Unshare" : "Prestani dijeliti",
"Password" : "Lozinka",
"URL" : "Url",
"Notes" : "Notes",
"Edit" : "Izmjeni",
"Delete" : "Obriši",
"Share" : "Podjeli",
"Date" : "Date",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"Description" : "Opis"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

37
l10n/bs.json Normal file
View file

@ -0,0 +1,37 @@
{ "translations": {
"Done" : "Done",
"Sharing" : "Dijeljenje",
"Share link" : "Podijelite vezu",
"Username" : "Korisničko ime",
"File" : "File",
"Add" : "Dodaj",
"Type" : "Type",
"Actions" : "Radnje",
"Size" : "Veličina",
"Secret" : "Tajna",
"Expiration date" : "Datum isteka",
"Disabled" : "Onemogućeno",
"Export" : "Izvezi",
"Version" : "Verzija",
"Import" : "Uvoz",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Datoteke",
"Pending" : "Na čekanju",
"by" : "od strane",
"Save" : "Spremi",
"Cancel" : "Otkaži",
"Settings" : "Podešavanje",
"Unshare" : "Prestani dijeliti",
"Password" : "Lozinka",
"URL" : "Url",
"Notes" : "Notes",
"Edit" : "Izmjeni",
"Delete" : "Obriši",
"Share" : "Podjeli",
"Date" : "Date",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"Description" : "Opis"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contrasenyes",
"Generating sharing keys ( %s / 2)" : "S'estan generant claus d'ús compartit ( %s / 2)",
"Incorrect vault password!" : "Contrasenya de la cripta incorrecta!",
"Passwords do not match" : "Les contrasenyes no coincideixen",
@ -288,18 +287,17 @@ OC.L10N.register(
"Medium Strength" : "Fortalesa Mitjana",
"Bad Strength" : "Fortalesa Dolenta",
"Expired" : "Caducat",
"Filter Tags" : "Filtre Etiquetes",
"Filter Tags" : "Filtra les etiquetes",
"Simple Navigation" : "Navegació Simple",
"Someone has shared a credential with you." : "Algú us ha compartit una credencial.",
"Click here to request it" : "Feu clic aquí per sol·licitar-lo",
"Loading…" : "S'està carregant...",
"Awwhh… credential not found. Maybe it expired" : "Oohh... no s'ha trobat cap credencial ... Potser ha caducat",
"Compromise!" : "Compromís!",
"Mark as Compromised" : "Marca com a compromès",
"Compromised!" : "Compromès!",
"This password is compromised. You can only remove this warning by changing the password." : "Aquesta contrasenya està compromesa. Només podeu suprimir aquest avís canviant la contrasenya.",
"email" : "correu electrònic",
"Description" : "Descripció",
"Url" : "Url",
"Custom Search:" : "Cerca Personalitzada:",
"Revert to defaults" : "Torna als valors per defecte",
"Error while saving field" : "S'ha produït un error mentre es desava el camp",
@ -325,6 +323,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s s'ha compartit amb %2$s",
"You received a share request for %1$s from %2$s" : "Heu rebut una sol·licitud de compartició de %1$s des de %2$s",
"%s has been shared with a link" : "%s ha estat compartit amb un enllaç",
"Passwords" : "Contrasenyes",
"Your credential \"%s\" expired, click here to update the credential." : "La vostra credencial \"%s\" ha caducat, feu clic aquí per actualitzar la credencial.",
"Remind me later" : "Recorda-m'ho més tard",
"Ignore" : "Ignora",
@ -361,7 +360,7 @@ OC.L10N.register(
"Expires:" : "Caduca:",
"Connection to server lost" : "S'ha perdut la connexió amb el servidor",
"Problem loading page, reloading in 5 seconds" : "Problemes carregant la pagina, es recarregarà d'aquí 5 segons",
"Saving..." : "S'està desant...",
"Saving …" : "S'està desant …",
"Dismiss" : "Rebutja",
"seconds ago" : "fa uns segons"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contrasenyes",
"Generating sharing keys ( %s / 2)" : "S'estan generant claus d'ús compartit ( %s / 2)",
"Incorrect vault password!" : "Contrasenya de la cripta incorrecta!",
"Passwords do not match" : "Les contrasenyes no coincideixen",
@ -286,18 +285,17 @@
"Medium Strength" : "Fortalesa Mitjana",
"Bad Strength" : "Fortalesa Dolenta",
"Expired" : "Caducat",
"Filter Tags" : "Filtre Etiquetes",
"Filter Tags" : "Filtra les etiquetes",
"Simple Navigation" : "Navegació Simple",
"Someone has shared a credential with you." : "Algú us ha compartit una credencial.",
"Click here to request it" : "Feu clic aquí per sol·licitar-lo",
"Loading…" : "S'està carregant...",
"Awwhh… credential not found. Maybe it expired" : "Oohh... no s'ha trobat cap credencial ... Potser ha caducat",
"Compromise!" : "Compromís!",
"Mark as Compromised" : "Marca com a compromès",
"Compromised!" : "Compromès!",
"This password is compromised. You can only remove this warning by changing the password." : "Aquesta contrasenya està compromesa. Només podeu suprimir aquest avís canviant la contrasenya.",
"email" : "correu electrònic",
"Description" : "Descripció",
"Url" : "Url",
"Custom Search:" : "Cerca Personalitzada:",
"Revert to defaults" : "Torna als valors per defecte",
"Error while saving field" : "S'ha produït un error mentre es desava el camp",
@ -323,6 +321,7 @@
"%1$s has been shared with %2$s" : "%1$s s'ha compartit amb %2$s",
"You received a share request for %1$s from %2$s" : "Heu rebut una sol·licitud de compartició de %1$s des de %2$s",
"%s has been shared with a link" : "%s ha estat compartit amb un enllaç",
"Passwords" : "Contrasenyes",
"Your credential \"%s\" expired, click here to update the credential." : "La vostra credencial \"%s\" ha caducat, feu clic aquí per actualitzar la credencial.",
"Remind me later" : "Recorda-m'ho més tard",
"Ignore" : "Ignora",
@ -359,7 +358,7 @@
"Expires:" : "Caduca:",
"Connection to server lost" : "S'ha perdut la connexió amb el servidor",
"Problem loading page, reloading in 5 seconds" : "Problemes carregant la pagina, es recarregarà d'aquí 5 segons",
"Saving..." : "S'està desant...",
"Saving …" : "S'està desant …",
"Dismiss" : "Rebutja",
"seconds ago" : "fa uns segons"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,69 +1,68 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Hesla",
"Generating sharing keys ( %s / 2)" : "Vytváření klíčů pro sdílení ( %s / 2)",
"Incorrect vault password!" : "Neplatné heslo k trezoru!",
"Passwords do not match" : "Zadání hesla se neshodují",
"General" : "Obecné",
"Custom Fields" : "Uživatelsky určené kolonky",
"Please fill in a label." : "Vyplňte popisek.",
"Please fill in a label." : "Vyplňte štítek.",
"Please fill in a value." : "Vyplňte hodnotu.",
"Error loading file" : "Chyba načítání souboru",
"Error loading file" : "Chyba při načítání souboru",
"An error occurred during decryption" : "Při rozšifrovávání došlo k chybě",
"Credential created!" : "Pověření vytvořeno!",
"Credential deleted" : "Pověření smazáno",
"Credential updated" : "Pověření aktualizováno",
"Credential recovered" : "Pověření obnoveno",
"Credential destroyed" : "Pověření zničeno",
"Credential created!" : "Přihlašovací údaje vytvořeny!",
"Credential deleted" : "Přihlašovací údaj smazán",
"Credential updated" : "Přihlašovací údaj zaktualizován",
"Credential recovered" : "Přihlašovací údaje obnoveny",
"Credential destroyed" : "Přihlašovací údaje zlikvidovány",
"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í",
"Decrypting credentials" : "Rozšifrovávání přihlašovacích údajů",
"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",
"Parsed {{num}} credentials, starting to import" : "Naparsováno {{num}} pověření, začíná import",
"Skipping credential, missing label on line {{line}}" : "Přeskočeno pověření na řádku {{line}}, chybí štítek",
"Parsed {{num}} credentials, starting to import" : "Zpracováno {{num}} přihlašovacích údajů zahajuje se import",
"Importing" : "Importování",
"Start import" : "Spustit import",
"Select CSV file" : "Vybrat soubor CSV",
"Parsed {{rows}} lines from CSV file" : "Z CSV souboru bylo parsováno {{rows}} řádků",
"Parsed {{rows}} lines from CSV file" : "Z CSV souboru bylo zpracováno {{rows}} řádků",
"Skip first row" : "Přeskočit první řádek",
"You need to assign the label field before you can start the import." : "Před začátkem importu je třeba přiřadit kolonku popisku.",
"The first 5 lines of the CSV are shown." : "Je zobrazeno prvních 5 řádků CSV souboru",
"You need to assign the label field before you can start the import." : "Před začátkem importu je třeba přiřadit kolonku štítku.",
"The first 5 lines of the CSV are shown." : "Je zobrazeno prvních 5 řádků CSV souboru.",
"Assign the proper fields to each column." : "Přiřaďte každému sloupci správné hodnoty.",
"Example of imported credential" : "Příklad importovaného pověření",
"Example of imported credential" : "Příklad importovaných přihlašovacích údajů",
"Missing an importer? Try it with the generic CSV importer." : "Chybí importovač? Zkuste obecný importovač CSV.",
"Go back to importers." : "Přejít zpět k importovačům.",
"Revision deleted" : "Revize smazána",
"Revision restored" : "Revize obnovena",
"Save in Passman" : "Uložit v passmanu",
"Revision restored" : "Obnoveno do podoby revize",
"Save in Passman" : "Uložit v aplikaci Passman",
"Settings saved" : "Nastavení uložena",
"General settings" : "Obecná nastavení",
"Password audit" : "Audit hesel",
"Password settings" : "Nastavení hesla",
"Import credentials" : "Importovat pověření",
"Export credentials" : "Exportovat pověření",
"Import credentials" : "Importovat přihlašovací údaje",
"Export credentials" : "Exportovat přihlašovací údaje",
"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!" : "Zadání nového 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",
"Share link" : "Sdílet odkaz",
"Are you sure you want to leave? This will corrupt this credential" : "Opravdu si přejete odejít? Poškodí to toto pověření",
"Credential unshared" : "Sdílení pověření zrušeno",
"Credential shared" : "Pověření nasdíleno",
"Share link" : "Odkaz pro sdílení",
"Are you sure you want to leave? This will corrupt this credential" : "Opravdu si přejete odejít? Poškodí to tyto přihlašovací údaje",
"Credential unshared" : "Sdílení přihlašovacích údajů zrušeno",
"Credential shared" : "Přihlašovací údaje nasdíleny",
"Saved!" : "Uloženo!",
"Poor" : "Slabá",
"Weak" : "Slabé",
"Good" : "Dobrá",
"Strong" : "Silné",
"Toggle visibility" : "Přepnout viditelnost",
"Poor" : "velmi snadno prolomitelné",
"Weak" : "snadno prolomitelné",
"Good" : "Odolné",
"Strong" : "Velmi odolné",
"Toggle visibility" : "Vyp/zap. viditelnost",
"Copy to clipboard" : "Zkopírovat do schránky",
"Copied to clipboard!" : "Zkopírováno do schránky",
"Generate password" : "Vytvořit heslo",
@ -71,7 +70,7 @@ OC.L10N.register(
"Password copied to clipboard!" : "Heslo zkopírováno do schránky!",
"Complete" : "Kompletní",
"Username" : "Uživatelské jméno",
"Repeat password" : "Zopakujte heslo",
"Repeat password" : "Zopakujte zadání hesla",
"Add tag" : "Přidat štítek",
"Pick an icon" : "Vyberte si ikonu",
"Search icons" : "Hledat ikony",
@ -80,10 +79,10 @@ OC.L10N.register(
"Delete current icon" : "Smazat stávající ikonu",
"Get icon from page" : "Získat ikonu ze stránky",
"This may take a few seconds…" : "Může to pár sekund trvat…",
"There was an error fetching the icon!" : "Při stahování ikony došlo k chybě!",
"There was an error fetching the icon!" : "Při získávání ikony došlo k chybě!",
"Selected icon" : "Vybraná ikona",
"Field label" : "Popisek pole",
"Field value" : "Hodnota kolonky",
"Field label" : "Štítek kolonky",
"Field value" : "Hodnota v kolonce",
"Choose a file" : "Vyberte soubor",
"Text" : "Text",
"File" : "Soubor",
@ -105,7 +104,7 @@ OC.L10N.register(
"Disabled" : "Zakázáno",
"Day(s)" : "Dnů",
"Week(s)" : "Týdny",
"Month(s)" : "Měsíc(e)",
"Month(s)" : "Měsíc(e)",
"Year(s)" : "rok(y)",
"Password generation settings" : "Nastavení vytváření hesel",
"Password length" : "Délka hesla",
@ -114,40 +113,40 @@ OC.L10N.register(
"Use lowercase letters" : "Použít malá písmena",
"Use numbers" : "Použít čísla",
"Use special characters" : "Použít speciální znaky",
"Avoid ambiguous characters" : "Vynechat nejednoznačné znaky",
"Avoid ambiguous characters" : "Vynechat nesnadno od sebe rozlišitelné znaky",
"Require every character type" : "Vyžadovat každý typ znaku",
"Export type" : "Typ exportu",
"Export" : "Export",
"Enter vault password to confirm export." : "Pro potvrzení exportu zadejte heslo trezoru.",
"Enter vault password to confirm export." : "Pro potvrzení exportu zadejte heslo k trezoru.",
"Rename vault" : "Přejmenovat trezor",
"New vault name" : "Název pro nový trezor",
"Change" : "Změnit",
"Change vault key" : "Změnit klíč trezoru",
"Change vault key" : "Změnit klíč k trezoru",
"Old vault password" : "Původní heslo trezoru",
"New vault password" : "Nové heslo trezoru",
"New vault password" : "Nové heslo k trezoru",
"Repeat new vault password" : "Zopakujte nové heslo trezoru",
"Please wait your vault is being updated, do not leave this page." : "Čekejte, váš trezor se aktualizuje, neopouštějte tuto stránku.",
"Please wait your vault is being updated, do not leave this page." : "Čekejte, váš trezor se aktualizuje neopouštějte tuto stránku.",
"Processing" : "Zpracování",
"Total progress" : "Celkový průběh",
"About Passman" : "O Passman",
"About Passman" : "O aplikaci Passman",
"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",
"Vault password" : "Heslo k trezoru",
"This process is irreversible" : "Tato operace je nevratná",
"Delete my precious passwords" : "Vymazat moje předešlá hesla",
"Delete my precious passwords" : "Vymazat moje vzácná hesla",
"Deleting {{password}}…" : "Mazání {{password}}…",
"Yes, delete my precious passwords" : "Ano, vymazat moje předešlá hesla",
"Yes, delete my precious passwords" : "Ano, vymazat moje vzácná hesla",
"Import type" : "Typ importu",
"Import" : "Import",
"Read progress" : "Průběh čtení",
"Upload progress" : "Průběh nahrávání",
"Private Key" : "Soukromý klíč",
"Public key" : "Veřejný klíč",
"Key size" : "Velikost klíče",
"Key size" : "Délka klíče",
"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í",
@ -155,8 +154,8 @@ OC.L10N.register(
"Minimum password stength" : "Nejnižší odolnost hesla",
"Start scan" : "Zahájit sken",
"Result" : "Výsledek",
"A total of {{scan_result}} weak credentials were found." : "Bylo nalezeno celkem {{scan_result}} slabých pověření.",
"Score" : "Skóre",
"A total of {{scan_result}} weak credentials were found." : "Bylo nalezeno celkem {{scan_result}} snadno prolomitelných přihlašovacích údajů.",
"Score" : "Hodnocení",
"Action" : "Akce",
"Search users…" : "Vyhledat uživatele…",
"Missing users? Only users that have vaults are shown." : "Chybí uživatelé? Jsou zobrazeni pouze uživatelé, kteří mají trezor.",
@ -170,23 +169,23 @@ OC.L10N.register(
"Files" : "Soubory",
"Revisions" : "Revize",
"Pending" : "Čeká",
"Enable link sharing" : "Povolit sdílení odkazů",
"Enable link sharing" : "Povolit sdílení prostřednictvím 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",
"Password score" : "Skóre hesla",
"Cracking times" : "Časy prolomení",
"Password score" : "Hodnocení hesla",
"Cracking times" : "Doby potřebné k prolomení",
"100 / hour" : "100 za hodinu",
"Throttled online attack" : "Omezený online útok",
"10 / second" : "10 za sekundu",
"Unthrottled online attack" : "Neomezený online útok",
"10k / second" : "10k za sekundu",
"Offline attack, slow hash, many cores" : "Offline útok, pomalý hash, mnoho jader",
"10k / second" : "10 tis. za sekundu",
"Offline attack, slow hash, many cores" : "Offline útok, pomalý otisk (hash), mnoho jader",
"10B / second" : "10B za sekundu",
"Offline attack, fast hash, many cores" : "Offline útok, rychlý hash, mnoho jader",
"Offline attack, fast hash, many cores" : "Offline útok, rychlý otisk (hash), mnoho jader",
"Match sequence" : "Sekvence shody",
"See match sequence" : "Zobrazit sekvenci shody",
"Pattern" : "Vzor",
@ -202,24 +201,24 @@ OC.L10N.register(
"Revision of" : "Reviduje",
"by" : "od",
"No revisions found." : "Nenalezeny žádné revize.",
"Label" : "Popisek",
"Label" : "Štítek",
"Restore revision" : "Obnovit revizi",
"Delete revision" : "Smazat revizi",
"Edit credential" : "Upravit pověření",
"Create new credential" : "Vytvořit nové pověření",
"Edit credential" : "Upravit přihlašovací údaje",
"Create new credential" : "Vytvořit nové přihlašovací údaje",
"Save" : "Uložit",
"Cancel" : "Storno",
"Settings" : "Nastavení",
"Share credential {{credential}}" : "Sdílet pověření {{credential}}",
"Share credential {{credential}}" : "Sdílet přihlašovací údaje {{credential}}",
"Unshare" : "Přestat sdílet",
"Showing deleted since" : "Zobrazují se smazané od",
"Beginning" : "Začátek",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Zobrazuje se {{number_filtered}} z {{credential_number}} pověření",
"Search for credential…" : "Hledat pověření…",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Zobrazuje se {{number_filtered}} z {{credential_number}} přihlašovacích údajů",
"Search for credential…" : "Hledat přihlašovací údaje…",
"Account" : "Účet",
"Password" : "Heslo",
"OTP" : "OTP",
"E-mail" : "Email",
"E-mail" : "E-mail",
"URL" : "URL adresa",
"Notes" : "Poznámky",
"Expiry time" : "Okamžik skončení platnosti",
@ -229,7 +228,7 @@ OC.L10N.register(
"Delete" : "Smazat",
"Share" : "Sdílet",
"Recover" : "Obnovit",
"Destroy" : "Zničit",
"Destroy" : "Zlikvidovat",
"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,",
@ -241,7 +240,7 @@ OC.L10N.register(
"Decline" : "Zamítnout",
"You have {{session_time}} left before logout." : "Do odhlášení vám zbývá {{session_time}}.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Váš trezor byl na {{time}} kvůli {{tries}} chybným pokusům uzamčen!",
"Hello there!" : "Zdravíme!",
"Hello there!" : "Zdravíme",
"It does not seem that you have any passwords. Do you want to add one?" : "Nezdá se, že byste měli nějaká hesla. Chcete nějaké přidat?",
"You don't have good credentials" : "Nemáte dobré přihlašovací údaje",
"You don't have medium credentials" : "Nemáte žádné středně bezpečné přihlašovací údaje",
@ -255,30 +254,30 @@ OC.L10N.register(
"No vaults found, why not create one?" : "Nebyly nalezeny žádné trezory co nějaký vytvořit?",
"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",
"Repeat vault password" : "Zopakujte heslo k trezoru",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít délku 1024 bitů, což později 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",
"Set this vault as the default." : "Nastavit tento trezor jako výchozí.",
"Log into this vault automatically." : "Automaticky se přihlašovat k tomuto trezoru.",
"Log out of this vault automatically after: " : "Automaticky se z tohoto trezoru odhlásit po: ",
"Log out of this vault automatically after: " : "Při nečinnosti, automaticky se z tohoto trezoru odhlásit po uplynutí: ",
"Decrypt vault" : "Rozšifrovat trezor",
"Seems you lost the vault password and you're unable to log in." : "Vypadá to, že jste ztratili heslo k trezoru a nemůžete se přihlásit.",
"If you want this vault to be removed you can request that here." : "Pokud chcete, aby byl tento trezor odstraněn, můžete o jeho odstranění požádat zde.",
"An admin then accepts or declines the request" : "Správce pak požadavek buď přijme nebo odmítne",
"After an admin destroys this vault, all credentials in it will be lost" : "Poté,co administrátor potvrdí destrukci tohoto trezoru, všechna pověření budou ztracena",
"After an admin destroys this vault, all credentials in it will be lost" : "Poté, co správce potvrdí likvidaci tohoto trezoru, všechna pověření budou ztracena",
"Reason for requesting deletion (optional):" : "Důvod žádosti o smazání (volitelné):",
"Request vault destruction" : "Požádat o zničení trezoru",
"Yes, request an admin to destroy this vault" : "Ano, požádat administrátora o zničení tohoto trezoru",
"Cancel destruction request" : "Zrušit požadavek na destrukci",
"Vault destruction requested" : "Vyžádání zničení trezoru",
"Request vault destruction" : "Požádat o zlikvidování trezoru",
"Yes, request an admin to destroy this vault" : "Ano, požádat správce o zlikvidování tohoto trezoru",
"Cancel destruction request" : "Zrušit požadavek na likvidaci",
"Vault destruction requested" : "Vyžádáno zlikvidování trezoru",
"Request removed" : "Požadavek odebrán",
"Destruction request pending" : "Požadavek na destrukci čeká",
"Destruction request pending" : "Požadavek na likvidaci č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í",
"Deleted credentials" : "Smazané přihlašovací údaje",
"Logout" : "Odhlásit se",
"Donate" : "Přispět",
"Show All" : "Zobrazit vše",
@ -290,18 +289,18 @@ OC.L10N.register(
"Expired" : "Platnost skončila",
"Filter Tags" : "Filtrovat štítky",
"Simple Navigation" : "Jednoduchý navigační panel ",
"Someone has shared a credential with you." : "Někdo s vvám nasdílel pověření",
"Someone has shared a credential with you." : "Někdo vám nasdílel přihlašovací údaj.",
"Click here to request it" : "Pro vyžádání klikněte sem",
"Loading…" : "Načítání…",
"Awwhh… credential not found. Maybe it expired" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila",
"Compromise!" : "Kompromitovat!",
"Awwhh… credential not found. Maybe it expired" : "Hmmmm… přihlašovací údaje nenalezeny. Možná jejich platnost skončila",
"Mark as Compromised" : "Označit jako kompromitované",
"Compromised!" : "Kompromitováno!",
"This password is compromised. You can only remove this warning by changing the password." : "Toto heslo je kompromitováno. Tohoto varování je možné se zbavit pouze změnou hesla.",
"email" : "e-mail",
"Description" : "Popis",
"Url" : "URL adresa",
"Custom Search:" : "Uživatelsky určené hledání:",
"Revert to defaults" : "Vrátit na výchozí",
"Error while saving field" : "Chyba při ukládání pole",
"Revert to defaults" : "Vrátit zpět na výchozí hodnoty",
"Error while saving field" : "Chyba při ukládání obsahu kolonky",
"A Passman item has been created, modified or deleted" : "Položka v Passman byla vytvořena, změněna, nebo odstraněna",
"A Passman item has expired" : "Platnost položky v Passman skončila",
"A Passman item has been shared" : "Položka v Passmanu byla sdílena",
@ -312,8 +311,8 @@ OC.L10N.register(
"You updated %1$s" : "Aktualizovali jste %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s revidoval(a) %1$s na revizi %3$s",
"You reverted %1$s back to the revision of %3$s" : "Obnovili jste %1$s zpět na revizi %3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s přejmenoval %1$s na %2$s",
"You renamed %1$s to %2$s" : "Přemenoval jste %1$s na %2$s",
"%3$s has renamed %1$s to %2$s" : "%3$s přejmenoval(a) %1$s na %2$s",
"You renamed %1$s to %2$s" : "Přejmenovali jste %1$s na %2$s",
"%1$s has been deleted by %2$s" : "%1$s byl odstraněn uživatelem %2$s",
"You deleted %1$s" : "Smazali jste %1$s",
"%1$s has been recovered by %2$s" : "%2$s obnovil(a) %1$s",
@ -324,43 +323,44 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s byl nasdílen uživatelem %2$s",
"You received a share request for %1$s from %2$s" : "Obdrželi jste nový požadavek na sdílení %1$s od uživatele %2$s",
"%s has been shared with a link" : "%s byl nasdílen pomocí odkazu",
"Passwords" : "Hesla",
"Your credential \"%s\" expired, click here to update the credential." : "Platnost vašeho pověření „%s“ skončila, pro obnovení klikněte sem",
"Remind me later" : "Připomenout později",
"Ignore" : "Ignorovat",
"%s shared \"%s\" with you. Click here to accept" : "%s s vámi sdílí „%s“. Přijmete kliknutím",
"%s shared \"%s\" with you. Click here to accept" : "%s vám nasdílel(a) „%s“. Přijmete kliknutím sem",
"%s has declined your share request for \"%s\"." : "%s zamítl(a) váš požadavek na sdílení „%s“.",
"%s has accepted your share request for \"%s\"." : "%s přijal(a) váš požadavek na sdílení „%s“.",
"Passman" : "Passman",
"Passman is a full featured password manager." : "Passman je správce hesel s mnoha funkcemi.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman je plně vybavený správce hesel.\nFunkce:\n- Trezory\n- Klíč k serveru není nikdy odesílán na server\n- Rozšíření pro prohlížeč pro snadný přístup k heslům\n- Aplikace pro Android pro přístup na cestách\n- Přihlašovací údaje jsou na straně klienta šifrovány 256 bit AES\n- Přihlašovací údaje jsou na straně serveru šifrovány 256 bit AES\n- Možnost přidat vlastní kolonky do přihlašovacích údajů\n- Vestavěné vytváření OTP (jednorázového hesla)\n- Analyzátor hesel\n- Sdílení hesel interně a zabezpečeně prostřednictvím odkazu.\n- Import z různých správců hesel (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nPro ukázku této aplikace navštivte [https://demo.passman.cc](https://demo.passman.cc)",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman je plně vybavený správce hesel.\nFunkce:\n- Trezory\n- Klíč k trezoru není nikdy odesílán na server\n- Rozšíření do webového prohlížeče pro snadný přístup k heslům\n- Aplikace pro Android pro přístup na cestách\n- Přihlašovací údaje jsou na straně klienta šifrovány algoritmem 256 bit AES\n- Přihlašovací údaje jsou na straně serveru šifrovány algoritmem 256 bit AES\n- Možnost přidávat si do přihlašovacích údajů uživatelsky určené kolonky\n- Vestavěné vytváření OTP (jednorázového hesla)\n- Analyzátor stupně bezpečnosti hesel\n- Bezpečné sdílení hesel interně nebo prostřednictvím odkazu.\n- Import z různých správců hesel (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nUkázka této aplikace je k dispozici na [https://demo.passman.cc](https://demo.passman.cc)",
"Unable to get version info" : "Nepodařilo se získat informace o verzi",
"Passman Settings" : "Nastavení pro passman",
"GitHub version:" : "verze na GitHub:",
"A newer version of Passman is available" : "Je dostupná nová verze Passman",
"Password sharing" : "Sdílení hesla",
"Credential mover" : "Přesunovač pověření",
"Vault destruction requests" : "Požadavky na zničení trezoru",
"Check for new versions" : "Zkontrolovat nové verze",
"Credential mover" : "Přesunování přihlašovacích údajů",
"Vault destruction requests" : "Požadavky na likvidaci trezoru",
"Check for new versions" : "Zjistit dostupnost případných nových verzí",
"Enable HTTPS check" : "Povolit kontrolu HTTPS",
"Disable context menu" : "Zakázat kontextovou nabídku",
"Disable JavaScript debugger" : "Zakázat ladění JavaScriptu",
"Allow users on this server to share passwords with a link" : "Povolit na tomto serveru uživatelům sdílení hesel pomocí odkazu",
"Allow users on this server to share passwords with other users" : "Povolit na tomto serveru uživatelům sdílení hesel s ostatními uživateli",
"Move credentials from one account to another" : "Přesuňte pověření z jednoho účtu do druhého",
"Move credentials from one account to another" : "Přesuňte přihlašovací údaje z jednoho účtu do druhého",
"Source account" : "Zdrojový účet",
"Destination account" : "Cílový účet",
"Credentials moved!" : "Přihlašovací údaje přesunuty!",
"Requests to destroy vault" : "Požadavky na zničení trezoru",
"Requests to destroy vault" : "Požadavky na likvidaci trezoru",
"Request ID" : "Identifikátor požadavku",
"Requested by" : "Požadavek od",
"Reason" : "Důvod",
"Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro žádost",
"Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro\n\t\t\t\t\tžádost",
"Loading&hellip;" : "Načítání&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila?",
"Expires:" : "Platnost končí:",
"Expires:" : "Platnost skončí:",
"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í…",
"Saving" : "Ukládání…",
"Dismiss" : "Zavřít",
"seconds ago" : "před pár sekundami"
},

View file

@ -1,67 +1,66 @@
{ "translations": {
"Passwords" : "Hesla",
"Generating sharing keys ( %s / 2)" : "Vytváření klíčů pro sdílení ( %s / 2)",
"Incorrect vault password!" : "Neplatné heslo k trezoru!",
"Passwords do not match" : "Zadání hesla se neshodují",
"General" : "Obecné",
"Custom Fields" : "Uživatelsky určené kolonky",
"Please fill in a label." : "Vyplňte popisek.",
"Please fill in a label." : "Vyplňte štítek.",
"Please fill in a value." : "Vyplňte hodnotu.",
"Error loading file" : "Chyba načítání souboru",
"Error loading file" : "Chyba při načítání souboru",
"An error occurred during decryption" : "Při rozšifrovávání došlo k chybě",
"Credential created!" : "Pověření vytvořeno!",
"Credential deleted" : "Pověření smazáno",
"Credential updated" : "Pověření aktualizováno",
"Credential recovered" : "Pověření obnoveno",
"Credential destroyed" : "Pověření zničeno",
"Credential created!" : "Přihlašovací údaje vytvořeny!",
"Credential deleted" : "Přihlašovací údaj smazán",
"Credential updated" : "Přihlašovací údaj zaktualizován",
"Credential recovered" : "Přihlašovací údaje obnoveny",
"Credential destroyed" : "Přihlašovací údaje zlikvidovány",
"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í",
"Decrypting credentials" : "Rozšifrovávání přihlašovacích údajů",
"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",
"Parsed {{num}} credentials, starting to import" : "Naparsováno {{num}} pověření, začíná import",
"Skipping credential, missing label on line {{line}}" : "Přeskočeno pověření na řádku {{line}}, chybí štítek",
"Parsed {{num}} credentials, starting to import" : "Zpracováno {{num}} přihlašovacích údajů zahajuje se import",
"Importing" : "Importování",
"Start import" : "Spustit import",
"Select CSV file" : "Vybrat soubor CSV",
"Parsed {{rows}} lines from CSV file" : "Z CSV souboru bylo parsováno {{rows}} řádků",
"Parsed {{rows}} lines from CSV file" : "Z CSV souboru bylo zpracováno {{rows}} řádků",
"Skip first row" : "Přeskočit první řádek",
"You need to assign the label field before you can start the import." : "Před začátkem importu je třeba přiřadit kolonku popisku.",
"The first 5 lines of the CSV are shown." : "Je zobrazeno prvních 5 řádků CSV souboru",
"You need to assign the label field before you can start the import." : "Před začátkem importu je třeba přiřadit kolonku štítku.",
"The first 5 lines of the CSV are shown." : "Je zobrazeno prvních 5 řádků CSV souboru.",
"Assign the proper fields to each column." : "Přiřaďte každému sloupci správné hodnoty.",
"Example of imported credential" : "Příklad importovaného pověření",
"Example of imported credential" : "Příklad importovaných přihlašovacích údajů",
"Missing an importer? Try it with the generic CSV importer." : "Chybí importovač? Zkuste obecný importovač CSV.",
"Go back to importers." : "Přejít zpět k importovačům.",
"Revision deleted" : "Revize smazána",
"Revision restored" : "Revize obnovena",
"Save in Passman" : "Uložit v passmanu",
"Revision restored" : "Obnoveno do podoby revize",
"Save in Passman" : "Uložit v aplikaci Passman",
"Settings saved" : "Nastavení uložena",
"General settings" : "Obecná nastavení",
"Password audit" : "Audit hesel",
"Password settings" : "Nastavení hesla",
"Import credentials" : "Importovat pověření",
"Export credentials" : "Exportovat pověření",
"Import credentials" : "Importovat přihlašovací údaje",
"Export credentials" : "Exportovat přihlašovací údaje",
"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!" : "Zadání nového 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",
"Share link" : "Sdílet odkaz",
"Are you sure you want to leave? This will corrupt this credential" : "Opravdu si přejete odejít? Poškodí to toto pověření",
"Credential unshared" : "Sdílení pověření zrušeno",
"Credential shared" : "Pověření nasdíleno",
"Share link" : "Odkaz pro sdílení",
"Are you sure you want to leave? This will corrupt this credential" : "Opravdu si přejete odejít? Poškodí to tyto přihlašovací údaje",
"Credential unshared" : "Sdílení přihlašovacích údajů zrušeno",
"Credential shared" : "Přihlašovací údaje nasdíleny",
"Saved!" : "Uloženo!",
"Poor" : "Slabá",
"Weak" : "Slabé",
"Good" : "Dobrá",
"Strong" : "Silné",
"Toggle visibility" : "Přepnout viditelnost",
"Poor" : "velmi snadno prolomitelné",
"Weak" : "snadno prolomitelné",
"Good" : "Odolné",
"Strong" : "Velmi odolné",
"Toggle visibility" : "Vyp/zap. viditelnost",
"Copy to clipboard" : "Zkopírovat do schránky",
"Copied to clipboard!" : "Zkopírováno do schránky",
"Generate password" : "Vytvořit heslo",
@ -69,7 +68,7 @@
"Password copied to clipboard!" : "Heslo zkopírováno do schránky!",
"Complete" : "Kompletní",
"Username" : "Uživatelské jméno",
"Repeat password" : "Zopakujte heslo",
"Repeat password" : "Zopakujte zadání hesla",
"Add tag" : "Přidat štítek",
"Pick an icon" : "Vyberte si ikonu",
"Search icons" : "Hledat ikony",
@ -78,10 +77,10 @@
"Delete current icon" : "Smazat stávající ikonu",
"Get icon from page" : "Získat ikonu ze stránky",
"This may take a few seconds…" : "Může to pár sekund trvat…",
"There was an error fetching the icon!" : "Při stahování ikony došlo k chybě!",
"There was an error fetching the icon!" : "Při získávání ikony došlo k chybě!",
"Selected icon" : "Vybraná ikona",
"Field label" : "Popisek pole",
"Field value" : "Hodnota kolonky",
"Field label" : "Štítek kolonky",
"Field value" : "Hodnota v kolonce",
"Choose a file" : "Vyberte soubor",
"Text" : "Text",
"File" : "Soubor",
@ -103,7 +102,7 @@
"Disabled" : "Zakázáno",
"Day(s)" : "Dnů",
"Week(s)" : "Týdny",
"Month(s)" : "Měsíc(e)",
"Month(s)" : "Měsíc(e)",
"Year(s)" : "rok(y)",
"Password generation settings" : "Nastavení vytváření hesel",
"Password length" : "Délka hesla",
@ -112,40 +111,40 @@
"Use lowercase letters" : "Použít malá písmena",
"Use numbers" : "Použít čísla",
"Use special characters" : "Použít speciální znaky",
"Avoid ambiguous characters" : "Vynechat nejednoznačné znaky",
"Avoid ambiguous characters" : "Vynechat nesnadno od sebe rozlišitelné znaky",
"Require every character type" : "Vyžadovat každý typ znaku",
"Export type" : "Typ exportu",
"Export" : "Export",
"Enter vault password to confirm export." : "Pro potvrzení exportu zadejte heslo trezoru.",
"Enter vault password to confirm export." : "Pro potvrzení exportu zadejte heslo k trezoru.",
"Rename vault" : "Přejmenovat trezor",
"New vault name" : "Název pro nový trezor",
"Change" : "Změnit",
"Change vault key" : "Změnit klíč trezoru",
"Change vault key" : "Změnit klíč k trezoru",
"Old vault password" : "Původní heslo trezoru",
"New vault password" : "Nové heslo trezoru",
"New vault password" : "Nové heslo k trezoru",
"Repeat new vault password" : "Zopakujte nové heslo trezoru",
"Please wait your vault is being updated, do not leave this page." : "Čekejte, váš trezor se aktualizuje, neopouštějte tuto stránku.",
"Please wait your vault is being updated, do not leave this page." : "Čekejte, váš trezor se aktualizuje neopouštějte tuto stránku.",
"Processing" : "Zpracování",
"Total progress" : "Celkový průběh",
"About Passman" : "O Passman",
"About Passman" : "O aplikaci Passman",
"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",
"Vault password" : "Heslo k trezoru",
"This process is irreversible" : "Tato operace je nevratná",
"Delete my precious passwords" : "Vymazat moje předešlá hesla",
"Delete my precious passwords" : "Vymazat moje vzácná hesla",
"Deleting {{password}}…" : "Mazání {{password}}…",
"Yes, delete my precious passwords" : "Ano, vymazat moje předešlá hesla",
"Yes, delete my precious passwords" : "Ano, vymazat moje vzácná hesla",
"Import type" : "Typ importu",
"Import" : "Import",
"Read progress" : "Průběh čtení",
"Upload progress" : "Průběh nahrávání",
"Private Key" : "Soukromý klíč",
"Public key" : "Veřejný klíč",
"Key size" : "Velikost klíče",
"Key size" : "Délka klíče",
"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í",
@ -153,8 +152,8 @@
"Minimum password stength" : "Nejnižší odolnost hesla",
"Start scan" : "Zahájit sken",
"Result" : "Výsledek",
"A total of {{scan_result}} weak credentials were found." : "Bylo nalezeno celkem {{scan_result}} slabých pověření.",
"Score" : "Skóre",
"A total of {{scan_result}} weak credentials were found." : "Bylo nalezeno celkem {{scan_result}} snadno prolomitelných přihlašovacích údajů.",
"Score" : "Hodnocení",
"Action" : "Akce",
"Search users…" : "Vyhledat uživatele…",
"Missing users? Only users that have vaults are shown." : "Chybí uživatelé? Jsou zobrazeni pouze uživatelé, kteří mají trezor.",
@ -168,23 +167,23 @@
"Files" : "Soubory",
"Revisions" : "Revize",
"Pending" : "Čeká",
"Enable link sharing" : "Povolit sdílení odkazů",
"Enable link sharing" : "Povolit sdílení prostřednictvím 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",
"Password score" : "Skóre hesla",
"Cracking times" : "Časy prolomení",
"Password score" : "Hodnocení hesla",
"Cracking times" : "Doby potřebné k prolomení",
"100 / hour" : "100 za hodinu",
"Throttled online attack" : "Omezený online útok",
"10 / second" : "10 za sekundu",
"Unthrottled online attack" : "Neomezený online útok",
"10k / second" : "10k za sekundu",
"Offline attack, slow hash, many cores" : "Offline útok, pomalý hash, mnoho jader",
"10k / second" : "10 tis. za sekundu",
"Offline attack, slow hash, many cores" : "Offline útok, pomalý otisk (hash), mnoho jader",
"10B / second" : "10B za sekundu",
"Offline attack, fast hash, many cores" : "Offline útok, rychlý hash, mnoho jader",
"Offline attack, fast hash, many cores" : "Offline útok, rychlý otisk (hash), mnoho jader",
"Match sequence" : "Sekvence shody",
"See match sequence" : "Zobrazit sekvenci shody",
"Pattern" : "Vzor",
@ -200,24 +199,24 @@
"Revision of" : "Reviduje",
"by" : "od",
"No revisions found." : "Nenalezeny žádné revize.",
"Label" : "Popisek",
"Label" : "Štítek",
"Restore revision" : "Obnovit revizi",
"Delete revision" : "Smazat revizi",
"Edit credential" : "Upravit pověření",
"Create new credential" : "Vytvořit nové pověření",
"Edit credential" : "Upravit přihlašovací údaje",
"Create new credential" : "Vytvořit nové přihlašovací údaje",
"Save" : "Uložit",
"Cancel" : "Storno",
"Settings" : "Nastavení",
"Share credential {{credential}}" : "Sdílet pověření {{credential}}",
"Share credential {{credential}}" : "Sdílet přihlašovací údaje {{credential}}",
"Unshare" : "Přestat sdílet",
"Showing deleted since" : "Zobrazují se smazané od",
"Beginning" : "Začátek",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Zobrazuje se {{number_filtered}} z {{credential_number}} pověření",
"Search for credential…" : "Hledat pověření…",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Zobrazuje se {{number_filtered}} z {{credential_number}} přihlašovacích údajů",
"Search for credential…" : "Hledat přihlašovací údaje…",
"Account" : "Účet",
"Password" : "Heslo",
"OTP" : "OTP",
"E-mail" : "Email",
"E-mail" : "E-mail",
"URL" : "URL adresa",
"Notes" : "Poznámky",
"Expiry time" : "Okamžik skončení platnosti",
@ -227,7 +226,7 @@
"Delete" : "Smazat",
"Share" : "Sdílet",
"Recover" : "Obnovit",
"Destroy" : "Zničit",
"Destroy" : "Zlikvidovat",
"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,",
@ -239,7 +238,7 @@
"Decline" : "Zamítnout",
"You have {{session_time}} left before logout." : "Do odhlášení vám zbývá {{session_time}}.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Váš trezor byl na {{time}} kvůli {{tries}} chybným pokusům uzamčen!",
"Hello there!" : "Zdravíme!",
"Hello there!" : "Zdravíme",
"It does not seem that you have any passwords. Do you want to add one?" : "Nezdá se, že byste měli nějaká hesla. Chcete nějaké přidat?",
"You don't have good credentials" : "Nemáte dobré přihlašovací údaje",
"You don't have medium credentials" : "Nemáte žádné středně bezpečné přihlašovací údaje",
@ -253,30 +252,30 @@
"No vaults found, why not create one?" : "Nebyly nalezeny žádné trezory co nějaký vytvořit?",
"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",
"Repeat vault password" : "Zopakujte heslo k trezoru",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít délku 1024 bitů, což později 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",
"Set this vault as the default." : "Nastavit tento trezor jako výchozí.",
"Log into this vault automatically." : "Automaticky se přihlašovat k tomuto trezoru.",
"Log out of this vault automatically after: " : "Automaticky se z tohoto trezoru odhlásit po: ",
"Log out of this vault automatically after: " : "Při nečinnosti, automaticky se z tohoto trezoru odhlásit po uplynutí: ",
"Decrypt vault" : "Rozšifrovat trezor",
"Seems you lost the vault password and you're unable to log in." : "Vypadá to, že jste ztratili heslo k trezoru a nemůžete se přihlásit.",
"If you want this vault to be removed you can request that here." : "Pokud chcete, aby byl tento trezor odstraněn, můžete o jeho odstranění požádat zde.",
"An admin then accepts or declines the request" : "Správce pak požadavek buď přijme nebo odmítne",
"After an admin destroys this vault, all credentials in it will be lost" : "Poté,co administrátor potvrdí destrukci tohoto trezoru, všechna pověření budou ztracena",
"After an admin destroys this vault, all credentials in it will be lost" : "Poté, co správce potvrdí likvidaci tohoto trezoru, všechna pověření budou ztracena",
"Reason for requesting deletion (optional):" : "Důvod žádosti o smazání (volitelné):",
"Request vault destruction" : "Požádat o zničení trezoru",
"Yes, request an admin to destroy this vault" : "Ano, požádat administrátora o zničení tohoto trezoru",
"Cancel destruction request" : "Zrušit požadavek na destrukci",
"Vault destruction requested" : "Vyžádání zničení trezoru",
"Request vault destruction" : "Požádat o zlikvidování trezoru",
"Yes, request an admin to destroy this vault" : "Ano, požádat správce o zlikvidování tohoto trezoru",
"Cancel destruction request" : "Zrušit požadavek na likvidaci",
"Vault destruction requested" : "Vyžádáno zlikvidování trezoru",
"Request removed" : "Požadavek odebrán",
"Destruction request pending" : "Požadavek na destrukci čeká",
"Destruction request pending" : "Požadavek na likvidaci č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í",
"Deleted credentials" : "Smazané přihlašovací údaje",
"Logout" : "Odhlásit se",
"Donate" : "Přispět",
"Show All" : "Zobrazit vše",
@ -288,18 +287,18 @@
"Expired" : "Platnost skončila",
"Filter Tags" : "Filtrovat štítky",
"Simple Navigation" : "Jednoduchý navigační panel ",
"Someone has shared a credential with you." : "Někdo s vvám nasdílel pověření",
"Someone has shared a credential with you." : "Někdo vám nasdílel přihlašovací údaj.",
"Click here to request it" : "Pro vyžádání klikněte sem",
"Loading…" : "Načítání…",
"Awwhh… credential not found. Maybe it expired" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila",
"Compromise!" : "Kompromitovat!",
"Awwhh… credential not found. Maybe it expired" : "Hmmmm… přihlašovací údaje nenalezeny. Možná jejich platnost skončila",
"Mark as Compromised" : "Označit jako kompromitované",
"Compromised!" : "Kompromitováno!",
"This password is compromised. You can only remove this warning by changing the password." : "Toto heslo je kompromitováno. Tohoto varování je možné se zbavit pouze změnou hesla.",
"email" : "e-mail",
"Description" : "Popis",
"Url" : "URL adresa",
"Custom Search:" : "Uživatelsky určené hledání:",
"Revert to defaults" : "Vrátit na výchozí",
"Error while saving field" : "Chyba při ukládání pole",
"Revert to defaults" : "Vrátit zpět na výchozí hodnoty",
"Error while saving field" : "Chyba při ukládání obsahu kolonky",
"A Passman item has been created, modified or deleted" : "Položka v Passman byla vytvořena, změněna, nebo odstraněna",
"A Passman item has expired" : "Platnost položky v Passman skončila",
"A Passman item has been shared" : "Položka v Passmanu byla sdílena",
@ -310,8 +309,8 @@
"You updated %1$s" : "Aktualizovali jste %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s revidoval(a) %1$s na revizi %3$s",
"You reverted %1$s back to the revision of %3$s" : "Obnovili jste %1$s zpět na revizi %3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s přejmenoval %1$s na %2$s",
"You renamed %1$s to %2$s" : "Přemenoval jste %1$s na %2$s",
"%3$s has renamed %1$s to %2$s" : "%3$s přejmenoval(a) %1$s na %2$s",
"You renamed %1$s to %2$s" : "Přejmenovali jste %1$s na %2$s",
"%1$s has been deleted by %2$s" : "%1$s byl odstraněn uživatelem %2$s",
"You deleted %1$s" : "Smazali jste %1$s",
"%1$s has been recovered by %2$s" : "%2$s obnovil(a) %1$s",
@ -322,43 +321,44 @@
"%1$s has been shared with %2$s" : "%1$s byl nasdílen uživatelem %2$s",
"You received a share request for %1$s from %2$s" : "Obdrželi jste nový požadavek na sdílení %1$s od uživatele %2$s",
"%s has been shared with a link" : "%s byl nasdílen pomocí odkazu",
"Passwords" : "Hesla",
"Your credential \"%s\" expired, click here to update the credential." : "Platnost vašeho pověření „%s“ skončila, pro obnovení klikněte sem",
"Remind me later" : "Připomenout později",
"Ignore" : "Ignorovat",
"%s shared \"%s\" with you. Click here to accept" : "%s s vámi sdílí „%s“. Přijmete kliknutím",
"%s shared \"%s\" with you. Click here to accept" : "%s vám nasdílel(a) „%s“. Přijmete kliknutím sem",
"%s has declined your share request for \"%s\"." : "%s zamítl(a) váš požadavek na sdílení „%s“.",
"%s has accepted your share request for \"%s\"." : "%s přijal(a) váš požadavek na sdílení „%s“.",
"Passman" : "Passman",
"Passman is a full featured password manager." : "Passman je správce hesel s mnoha funkcemi.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman je plně vybavený správce hesel.\nFunkce:\n- Trezory\n- Klíč k serveru není nikdy odesílán na server\n- Rozšíření pro prohlížeč pro snadný přístup k heslům\n- Aplikace pro Android pro přístup na cestách\n- Přihlašovací údaje jsou na straně klienta šifrovány 256 bit AES\n- Přihlašovací údaje jsou na straně serveru šifrovány 256 bit AES\n- Možnost přidat vlastní kolonky do přihlašovacích údajů\n- Vestavěné vytváření OTP (jednorázového hesla)\n- Analyzátor hesel\n- Sdílení hesel interně a zabezpečeně prostřednictvím odkazu.\n- Import z různých správců hesel (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nPro ukázku této aplikace navštivte [https://demo.passman.cc](https://demo.passman.cc)",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman je plně vybavený správce hesel.\nFunkce:\n- Trezory\n- Klíč k trezoru není nikdy odesílán na server\n- Rozšíření do webového prohlížeče pro snadný přístup k heslům\n- Aplikace pro Android pro přístup na cestách\n- Přihlašovací údaje jsou na straně klienta šifrovány algoritmem 256 bit AES\n- Přihlašovací údaje jsou na straně serveru šifrovány algoritmem 256 bit AES\n- Možnost přidávat si do přihlašovacích údajů uživatelsky určené kolonky\n- Vestavěné vytváření OTP (jednorázového hesla)\n- Analyzátor stupně bezpečnosti hesel\n- Bezpečné sdílení hesel interně nebo prostřednictvím odkazu.\n- Import z různých správců hesel (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nUkázka této aplikace je k dispozici na [https://demo.passman.cc](https://demo.passman.cc)",
"Unable to get version info" : "Nepodařilo se získat informace o verzi",
"Passman Settings" : "Nastavení pro passman",
"GitHub version:" : "verze na GitHub:",
"A newer version of Passman is available" : "Je dostupná nová verze Passman",
"Password sharing" : "Sdílení hesla",
"Credential mover" : "Přesunovač pověření",
"Vault destruction requests" : "Požadavky na zničení trezoru",
"Check for new versions" : "Zkontrolovat nové verze",
"Credential mover" : "Přesunování přihlašovacích údajů",
"Vault destruction requests" : "Požadavky na likvidaci trezoru",
"Check for new versions" : "Zjistit dostupnost případných nových verzí",
"Enable HTTPS check" : "Povolit kontrolu HTTPS",
"Disable context menu" : "Zakázat kontextovou nabídku",
"Disable JavaScript debugger" : "Zakázat ladění JavaScriptu",
"Allow users on this server to share passwords with a link" : "Povolit na tomto serveru uživatelům sdílení hesel pomocí odkazu",
"Allow users on this server to share passwords with other users" : "Povolit na tomto serveru uživatelům sdílení hesel s ostatními uživateli",
"Move credentials from one account to another" : "Přesuňte pověření z jednoho účtu do druhého",
"Move credentials from one account to another" : "Přesuňte přihlašovací údaje z jednoho účtu do druhého",
"Source account" : "Zdrojový účet",
"Destination account" : "Cílový účet",
"Credentials moved!" : "Přihlašovací údaje přesunuty!",
"Requests to destroy vault" : "Požadavky na zničení trezoru",
"Requests to destroy vault" : "Požadavky na likvidaci trezoru",
"Request ID" : "Identifikátor požadavku",
"Requested by" : "Požadavek od",
"Reason" : "Důvod",
"Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro žádost",
"Click here to request\n\t\t\t\t\tit" : "Klikněte sem pro\n\t\t\t\t\tžádost",
"Loading&hellip;" : "Načítání&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Hmmmm… pověření nenalezeno. Možná jeho platnost skončila?",
"Expires:" : "Platnost končí:",
"Expires:" : "Platnost skončí:",
"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í…",
"Saving" : "Ukládání…",
"Dismiss" : "Zavřít",
"seconds ago" : "před pár sekundami"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"

41
l10n/cy_GB.js Normal file
View file

@ -0,0 +1,41 @@
OC.L10N.register(
"passman",
{
"General" : "Cyffredinol",
"Done" : "Done",
"Share link" : "Rhannu dolen",
"Username" : "Enw defnyddiwr",
"File" : "File",
"Add" : "Ychwanegu",
"Type" : "Math",
"Actions" : "Gweithredoedd",
"Size" : "Maint",
"Expiration date" : "Dyddiad dod i ben",
"Disabled" : "Analluogwyd",
"Export" : "Allforio",
"Version" : "Fersiwn",
"Import" : "Mewnforio",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Ffeiliau",
"Pending" : "I ddod",
"Details" : "Manylion",
"by" : "gan",
"Save" : "Cadw",
"Cancel" : "Diddymu",
"Settings" : "Gosodiadau",
"Unshare" : "Dad-rannu",
"Account" : "Cyfrif",
"Password" : "Cyfrinair",
"URL" : "URL",
"Notes" : "Nodiadau",
"Edit" : "Golygu",
"Delete" : "Dileu",
"Share" : "Rhannu",
"Date" : "Date",
"Tags" : "Tagiau",
"Loading…" : "Yn llwytho…",
"Description" : "Disgrifiad",
"seconds ago" : "eiliad yn ôl"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

39
l10n/cy_GB.json Normal file
View file

@ -0,0 +1,39 @@
{ "translations": {
"General" : "Cyffredinol",
"Done" : "Done",
"Share link" : "Rhannu dolen",
"Username" : "Enw defnyddiwr",
"File" : "File",
"Add" : "Ychwanegu",
"Type" : "Math",
"Actions" : "Gweithredoedd",
"Size" : "Maint",
"Expiration date" : "Dyddiad dod i ben",
"Disabled" : "Analluogwyd",
"Export" : "Allforio",
"Version" : "Fersiwn",
"Import" : "Mewnforio",
"Uploading" : "Uploading",
"User" : "User",
"Files" : "Ffeiliau",
"Pending" : "I ddod",
"Details" : "Manylion",
"by" : "gan",
"Save" : "Cadw",
"Cancel" : "Diddymu",
"Settings" : "Gosodiadau",
"Unshare" : "Dad-rannu",
"Account" : "Cyfrif",
"Password" : "Cyfrinair",
"URL" : "URL",
"Notes" : "Nodiadau",
"Edit" : "Golygu",
"Delete" : "Dileu",
"Share" : "Rhannu",
"Date" : "Date",
"Tags" : "Tagiau",
"Loading…" : "Yn llwytho…",
"Description" : "Disgrifiad",
"seconds ago" : "eiliad yn ôl"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Adgangskoder",
"Generating sharing keys ( %s / 2)" : "Genererer delte nøgler (%s / 2)",
"Incorrect vault password!" : "Ukorrekt boks adgangskode",
"Passwords do not match" : "Kodeord matchede ikke",
@ -219,7 +218,20 @@ OC.L10N.register(
"Deleted credentials" : "Slettede brugeroplysninger",
"Logout" : "Log ud",
"Donate" : "Donér",
"Show All" : "Vis alle",
"Tags" : "Mærker",
"Search Tags" : "Søg Tags",
"Good Strength" : "God Styrke",
"Medium Strength" : "Styrke medium",
"Bad Strength" : "Svagt",
"Expired" : "Udløbet",
"Filter Tags" : "Filtrer Tags",
"Simple Navigation" : "Simpel Navigation",
"Click here to request it" : "Klik her for at bede om det",
"Loading…" : "Indlæser…",
"Compromised!" : "Markeret kompromis!",
"email" : "e-mail",
"Description" : "Beskrivelse",
"Error while saving field" : "Fejl under lagring af felt",
"A Passman item has expired" : "Et element i Passman er udløbet",
"A Passman item has been shared" : "Et element i Passman er blevet delt",
@ -237,14 +249,17 @@ OC.L10N.register(
"%1$s has been recovered by %2$s" : "%1$s er blevet gendannet af %2$s",
"You recovered %1$s" : "Du gendannede %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s er blevet slettet permanent af %2$s",
"Passwords" : "Adgangskoder",
"Remind me later" : "Påmind mig senere",
"Ignore" : "Ignorér",
"Passman" : "Passman",
"Passman Settings" : "Passman indstillinger",
"Password sharing" : "Password deling",
"Reason" : "Grund",
"Expires:" : "Udløber:",
"Connection to server lost" : "Mistede forbindelsen til serveren",
"Problem loading page, reloading in 5 seconds" : "Problem med indlæsning af side, genindlæser om 5 sekunder",
"Saving..." : "Gemmer...",
"Saving …" : "Gemmer…",
"Dismiss" : "Afvis",
"seconds ago" : "sekunder siden"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Adgangskoder",
"Generating sharing keys ( %s / 2)" : "Genererer delte nøgler (%s / 2)",
"Incorrect vault password!" : "Ukorrekt boks adgangskode",
"Passwords do not match" : "Kodeord matchede ikke",
@ -217,7 +216,20 @@
"Deleted credentials" : "Slettede brugeroplysninger",
"Logout" : "Log ud",
"Donate" : "Donér",
"Show All" : "Vis alle",
"Tags" : "Mærker",
"Search Tags" : "Søg Tags",
"Good Strength" : "God Styrke",
"Medium Strength" : "Styrke medium",
"Bad Strength" : "Svagt",
"Expired" : "Udløbet",
"Filter Tags" : "Filtrer Tags",
"Simple Navigation" : "Simpel Navigation",
"Click here to request it" : "Klik her for at bede om det",
"Loading…" : "Indlæser…",
"Compromised!" : "Markeret kompromis!",
"email" : "e-mail",
"Description" : "Beskrivelse",
"Error while saving field" : "Fejl under lagring af felt",
"A Passman item has expired" : "Et element i Passman er udløbet",
"A Passman item has been shared" : "Et element i Passman er blevet delt",
@ -235,14 +247,17 @@
"%1$s has been recovered by %2$s" : "%1$s er blevet gendannet af %2$s",
"You recovered %1$s" : "Du gendannede %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s er blevet slettet permanent af %2$s",
"Passwords" : "Adgangskoder",
"Remind me later" : "Påmind mig senere",
"Ignore" : "Ignorér",
"Passman" : "Passman",
"Passman Settings" : "Passman indstillinger",
"Password sharing" : "Password deling",
"Reason" : "Grund",
"Expires:" : "Udløber:",
"Connection to server lost" : "Mistede forbindelsen til serveren",
"Problem loading page, reloading in 5 seconds" : "Problem med indlæsning af side, genindlæser om 5 sekunder",
"Saving..." : "Gemmer...",
"Saving …" : "Gemmer…",
"Dismiss" : "Afvis",
"seconds ago" : "sekunder siden"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel (%s / 2)",
"Incorrect vault password!" : "Falsches Tresor-Passwort",
"Passwords do not match" : "Passwörter stimmen nicht überein",
@ -29,7 +28,7 @@ OC.L10N.register(
"Skipping credential, missing label on line {{line}}" : "Überspringe Anmeldeinformation, fehlende Bezeichnung in Zeile {{line}}",
"Parsed {{num}} credentials, starting to import" : "{{num}} Anmeldeinformationen eingelesen, Import wird gestartet",
"Importing" : "Importieren",
"Start import" : "Import starten",
"Start import" : "Beginne Import",
"Select CSV file" : "CSV-Datei auswählen",
"Parsed {{rows}} lines from CSV file" : "{{rows}} Zeilen der CSV-Datei gelesen",
"Skip first row" : "Erste Zeile überspringen",
@ -39,8 +38,8 @@ OC.L10N.register(
"Example of imported credential" : " Beispiel einer importierten Anmeldeinformation ",
"Missing an importer? Try it with the generic CSV importer." : "Fehlt ein Importer? Versuche es mit dem generischen CSV-Importer.",
"Go back to importers." : "Zurück zur Importfunktion.",
"Revision deleted" : "Überarbeitung gelöscht",
"Revision restored" : "Überarbeitung wiederhergestellt",
"Revision deleted" : "Revision gelöscht",
"Revision restored" : "Revision wiederhergestellt",
"Save in Passman" : "In Passman speichern ",
"Settings saved" : "Einstellungen gespeichert",
"General settings" : "Allgemeine Einstellungen",
@ -53,8 +52,8 @@ OC.L10N.register(
"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",
"Share link" : "Link freigeben",
"Share with users and groups" : "Mit Benutzern und Gruppen teilen",
"Share link" : "Link teilen",
"Are you sure you want to leave? This will corrupt this credential" : "Möchtest Du dies wirklich verlassen? Dies wird diese Anmeldeinformation zerstören",
"Credential unshared" : "Anmeldeinformation wird nicht mehr geteilt",
"Credential shared" : "Anmeldeinformation wird geteilt",
@ -79,11 +78,11 @@ OC.L10N.register(
"Use this icon" : "Dieses Icon verwenden",
"Delete current icon" : "Das aktuelle Symbol löschen",
"Get icon from page" : "Symbol von der Seite nutzen",
"This may take a few seconds…" : "Das kann einige Sekunden daueren...",
"There was an error fetching the icon!" : "Fehler beim Laden desy Symbols!",
"This may take a few seconds…" : "Das kann einige Sekunden dauern …",
"There was an error fetching the icon!" : "Fehler beim Laden des Symbols!",
"Selected icon" : "Icon auswählen",
"Field label" : "Beschriftung des Feldes",
"Field value" : "Wert des Feldes",
"Field label" : "Feldbeschriftung",
"Field value" : "Feldwert",
"Choose a file" : "Datei auswählen",
"Text" : "Text",
"File" : "Datei",
@ -158,11 +157,11 @@ OC.L10N.register(
"A total of {{scan_result}} weak credentials were found." : "Es wurden insgesamt {{scan_result}} schwache Anmeldeinformationen wurden gefunden.",
"Score" : "Bewertung",
"Action" : "Aktion",
"Search users…" : "Suche Nutzer...",
"Missing users? Only users that have vaults are shown." : "Nutzer gesucht? Es werden nur Nutzer mit einem Tresor angezeigt.",
"Search users…" : "Suche Benutzer…",
"Missing users? Only users that have vaults are shown." : "Benutzer gesucht? Es werden nur Benutzer mit einem Tresor angezeigt.",
"Cyphering" : "Verschlüsselung",
"Uploading" : "Lade hoch",
"User" : "Nutzer",
"User" : "Benutzer",
"Crypto time" : "Verschlüsselungszeit",
"Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit",
"Read" : "Lesen",
@ -204,7 +203,7 @@ OC.L10N.register(
"No revisions found." : "Keine Revisionen gefunden.",
"Label" : "Beschriftung",
"Restore revision" : "Diese Revision wiederherstellen",
"Delete revision" : "Diese Revision löschen",
"Delete revision" : "Revision löschen",
"Edit credential" : "Anmeldeinformation bearbeiten",
"Create new credential" : "Neue Anmeldeinformation erstellen",
"Save" : "Speichern",
@ -218,7 +217,7 @@ OC.L10N.register(
"Search for credential…" : "Zugangsdaten suchen…",
"Account" : "Konto",
"Password" : "Passwort",
"OTP" : "OTP (One Time Passwort)",
"OTP" : "OTP",
"E-mail" : "E-Mail",
"URL" : "URL",
"Notes" : "Notizen",
@ -251,7 +250,7 @@ OC.L10N.register(
"There are no credentials with your selected tags" : "Keine Anmeldedaten mit den ausgewählten Schlagworten vorhanden",
"There are no credentials matching" : "Keine passenden Anmeldedaten",
"Last accessed" : "Letzter Zugriff",
"Never" : "Nie",
"Never" : "Niemals",
"No vaults found, why not create one?" : "Kein Tresor gefunden, warum kein neues erstellen?",
"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.",
@ -294,12 +293,11 @@ OC.L10N.register(
"Click here to request it" : "Hier klicken um es anzufordern",
"Loading…" : "Lade…",
"Awwhh… credential not found. Maybe it expired" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen ",
"Compromise!" : "Kompromittieren!",
"Mark as Compromised" : "Als kompromittiert markieren",
"Compromised!" : "Kompromittiert!",
"This password is compromised. You can only remove this warning by changing the password." : "Dieses Passwort wurde kompromittiert. Die Warnung kann nur durch eine Änderung des Passwortes entfernt werden.",
"email" : "E-Mail",
"Description" : "Beschreibung",
"Url" : "URL",
"Custom Search:" : "Benutzerdefinierte Suche:",
"Revert to defaults" : "Zurücksetzen auf Standardwerte",
"Error while saving field" : "Fehler beim Speichern des Feldes",
@ -325,6 +323,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s wurde mit %2$s geteilt",
"You received a share request for %1$s from %2$s" : "Du hast eine Anfrage zum Teilen von %1$s von %2$s erhalten",
"%s has been shared with a link" : "%s wurde über einen Link geteilt",
"Passwords" : "Passwörter",
"Your credential \"%s\" expired, click here to update the credential." : "Deine Anmeldedaten \"%s\" sind abgelaufen, klicke zur Aktualisierung Deiner Anmeldedaten hier.",
"Remind me later" : "Erinnere mich später",
"Ignore" : "Ignorieren",
@ -356,13 +355,13 @@ OC.L10N.register(
"Requested by" : "Angefordert von",
"Reason" : "Grund",
"Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern",
"Loading&hellip;" : "Lade&hellip;",
"Loading&hellip;" : "Lade &hellip;",
"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…",
"Dismiss" : "Ausblenden",
"Saving …" : "Speichern …",
"Dismiss" : "Verwerfen",
"seconds ago" : "Gerade eben"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel (%s / 2)",
"Incorrect vault password!" : "Falsches Tresor-Passwort",
"Passwords do not match" : "Passwörter stimmen nicht überein",
@ -27,7 +26,7 @@
"Skipping credential, missing label on line {{line}}" : "Überspringe Anmeldeinformation, fehlende Bezeichnung in Zeile {{line}}",
"Parsed {{num}} credentials, starting to import" : "{{num}} Anmeldeinformationen eingelesen, Import wird gestartet",
"Importing" : "Importieren",
"Start import" : "Import starten",
"Start import" : "Beginne Import",
"Select CSV file" : "CSV-Datei auswählen",
"Parsed {{rows}} lines from CSV file" : "{{rows}} Zeilen der CSV-Datei gelesen",
"Skip first row" : "Erste Zeile überspringen",
@ -37,8 +36,8 @@
"Example of imported credential" : " Beispiel einer importierten Anmeldeinformation ",
"Missing an importer? Try it with the generic CSV importer." : "Fehlt ein Importer? Versuche es mit dem generischen CSV-Importer.",
"Go back to importers." : "Zurück zur Importfunktion.",
"Revision deleted" : "Überarbeitung gelöscht",
"Revision restored" : "Überarbeitung wiederhergestellt",
"Revision deleted" : "Revision gelöscht",
"Revision restored" : "Revision wiederhergestellt",
"Save in Passman" : "In Passman speichern ",
"Settings saved" : "Einstellungen gespeichert",
"General settings" : "Allgemeine Einstellungen",
@ -51,8 +50,8 @@
"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",
"Share link" : "Link freigeben",
"Share with users and groups" : "Mit Benutzern und Gruppen teilen",
"Share link" : "Link teilen",
"Are you sure you want to leave? This will corrupt this credential" : "Möchtest Du dies wirklich verlassen? Dies wird diese Anmeldeinformation zerstören",
"Credential unshared" : "Anmeldeinformation wird nicht mehr geteilt",
"Credential shared" : "Anmeldeinformation wird geteilt",
@ -77,11 +76,11 @@
"Use this icon" : "Dieses Icon verwenden",
"Delete current icon" : "Das aktuelle Symbol löschen",
"Get icon from page" : "Symbol von der Seite nutzen",
"This may take a few seconds…" : "Das kann einige Sekunden daueren...",
"There was an error fetching the icon!" : "Fehler beim Laden desy Symbols!",
"This may take a few seconds…" : "Das kann einige Sekunden dauern …",
"There was an error fetching the icon!" : "Fehler beim Laden des Symbols!",
"Selected icon" : "Icon auswählen",
"Field label" : "Beschriftung des Feldes",
"Field value" : "Wert des Feldes",
"Field label" : "Feldbeschriftung",
"Field value" : "Feldwert",
"Choose a file" : "Datei auswählen",
"Text" : "Text",
"File" : "Datei",
@ -156,11 +155,11 @@
"A total of {{scan_result}} weak credentials were found." : "Es wurden insgesamt {{scan_result}} schwache Anmeldeinformationen wurden gefunden.",
"Score" : "Bewertung",
"Action" : "Aktion",
"Search users…" : "Suche Nutzer...",
"Missing users? Only users that have vaults are shown." : "Nutzer gesucht? Es werden nur Nutzer mit einem Tresor angezeigt.",
"Search users…" : "Suche Benutzer…",
"Missing users? Only users that have vaults are shown." : "Benutzer gesucht? Es werden nur Benutzer mit einem Tresor angezeigt.",
"Cyphering" : "Verschlüsselung",
"Uploading" : "Lade hoch",
"User" : "Nutzer",
"User" : "Benutzer",
"Crypto time" : "Verschlüsselungszeit",
"Total time spent encrypting" : "Insgesamt zur Verschlüsselung benötigte Zeit",
"Read" : "Lesen",
@ -202,7 +201,7 @@
"No revisions found." : "Keine Revisionen gefunden.",
"Label" : "Beschriftung",
"Restore revision" : "Diese Revision wiederherstellen",
"Delete revision" : "Diese Revision löschen",
"Delete revision" : "Revision löschen",
"Edit credential" : "Anmeldeinformation bearbeiten",
"Create new credential" : "Neue Anmeldeinformation erstellen",
"Save" : "Speichern",
@ -216,7 +215,7 @@
"Search for credential…" : "Zugangsdaten suchen…",
"Account" : "Konto",
"Password" : "Passwort",
"OTP" : "OTP (One Time Passwort)",
"OTP" : "OTP",
"E-mail" : "E-Mail",
"URL" : "URL",
"Notes" : "Notizen",
@ -249,7 +248,7 @@
"There are no credentials with your selected tags" : "Keine Anmeldedaten mit den ausgewählten Schlagworten vorhanden",
"There are no credentials matching" : "Keine passenden Anmeldedaten",
"Last accessed" : "Letzter Zugriff",
"Never" : "Nie",
"Never" : "Niemals",
"No vaults found, why not create one?" : "Kein Tresor gefunden, warum kein neues erstellen?",
"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.",
@ -292,12 +291,11 @@
"Click here to request it" : "Hier klicken um es anzufordern",
"Loading…" : "Lade…",
"Awwhh… credential not found. Maybe it expired" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen ",
"Compromise!" : "Kompromittieren!",
"Mark as Compromised" : "Als kompromittiert markieren",
"Compromised!" : "Kompromittiert!",
"This password is compromised. You can only remove this warning by changing the password." : "Dieses Passwort wurde kompromittiert. Die Warnung kann nur durch eine Änderung des Passwortes entfernt werden.",
"email" : "E-Mail",
"Description" : "Beschreibung",
"Url" : "URL",
"Custom Search:" : "Benutzerdefinierte Suche:",
"Revert to defaults" : "Zurücksetzen auf Standardwerte",
"Error while saving field" : "Fehler beim Speichern des Feldes",
@ -323,6 +321,7 @@
"%1$s has been shared with %2$s" : "%1$s wurde mit %2$s geteilt",
"You received a share request for %1$s from %2$s" : "Du hast eine Anfrage zum Teilen von %1$s von %2$s erhalten",
"%s has been shared with a link" : "%s wurde über einen Link geteilt",
"Passwords" : "Passwörter",
"Your credential \"%s\" expired, click here to update the credential." : "Deine Anmeldedaten \"%s\" sind abgelaufen, klicke zur Aktualisierung Deiner Anmeldedaten hier.",
"Remind me later" : "Erinnere mich später",
"Ignore" : "Ignorieren",
@ -354,13 +353,13 @@
"Requested by" : "Angefordert von",
"Reason" : "Grund",
"Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern",
"Loading&hellip;" : "Lade&hellip;",
"Loading&hellip;" : "Lade &hellip;",
"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…",
"Dismiss" : "Ausblenden",
"Saving …" : "Speichern …",
"Dismiss" : "Verwerfen",
"seconds ago" : "Gerade eben"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel ( %s / 2)",
"Incorrect vault password!" : "Tresor-Passwort nicht korrekt",
"Passwords do not match" : "Passwörter stimmen nicht überein",
@ -79,8 +78,8 @@ OC.L10N.register(
"Use this icon" : "Dieses Icon verwenden",
"Delete current icon" : "Das aktuelle Symbol löschen",
"Get icon from page" : "Symbol von der Seite nutzen",
"This may take a few seconds…" : "Das kann einige Sekunden daueren...",
"There was an error fetching the icon!" : "Fehler beim Laden desy Symbols!",
"This may take a few seconds…" : "Das kann einige Sekunden dauern …",
"There was an error fetching the icon!" : "Fehler beim Laden des Symbols!",
"Selected icon" : "Icon auswählen",
"Field label" : "Beschriftung des Feldes",
"Field value" : "Wert des Feldes",
@ -101,7 +100,7 @@ OC.L10N.register(
"Secret" : "Geheimnis",
"Expiration date" : "Ablaufdatum",
"No expiration date set" : "Kein Ablaufdatum gesetzt ",
"Renew interval" : "Intervall erneuern",
"Renew interval" : "Erneuerungsintervall",
"Disabled" : "Deaktiviert",
"Day(s)" : "Tag(e)",
"Week(s)" : "Woche(n)",
@ -159,7 +158,7 @@ OC.L10N.register(
"Score" : "Bewertung",
"Action" : "Aktion",
"Search users…" : "Suche Benutzer…",
"Missing users? Only users that have vaults are shown." : "Nutzer gesucht? Es werden nur Nutzer mit einem Tresor angezeigt.",
"Missing users? Only users that have vaults are shown." : "Benutzer gesucht? Es werden nur Benutzer mit einem Tresor angezeigt.",
"Cyphering" : "Verschlüsselung",
"Uploading" : "Lade hoch",
"User" : "Benutzer",
@ -173,7 +172,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",
"Click \\\"Share\\\" first" : "Erst auf \"Teilen\" klicken",
"Show files" : "Dateien anzeigen",
"Details" : "Details",
"Hide details" : "Details ausblenden",
@ -212,13 +211,13 @@ OC.L10N.register(
"Settings" : "Einstellungen",
"Share credential {{credential}}" : "Anmeldeinformation {{credential}} teilen",
"Unshare" : "Freigabe aufheben",
"Showing deleted since" : "Anzeigen gelöscht seit",
"Showing deleted since" : "Zeige gelöschte seit",
"Beginning" : "Beginn",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "{{number_filtered}} von {{credential_number}} Anmeldeinformationen anzeigen",
"Search for credential…" : "Suche Anmeldeinformationen…",
"Account" : "Konto",
"Password" : "Passwort",
"OTP" : "OTP (One Time Passwort)",
"OTP" : "OTP",
"E-mail" : "E-Mail",
"URL" : "URL",
"Notes" : "Notizen",
@ -252,7 +251,7 @@ OC.L10N.register(
"There are no credentials matching" : "Keine passenden Anmeldedaten",
"Last accessed" : "Letzter Zugriff",
"Never" : "Nie",
"No vaults found, why not create one?" : "Kein Tresor gefunden, warum kein neues erstellen?",
"No vaults found, why not create one?" : "Kein Tresor gefunden, möchten Sie einen erstellen?",
"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",
@ -294,12 +293,11 @@ OC.L10N.register(
"Click here to request it" : "Hier klicken um es anzufordern",
"Loading…" : "Lade…",
"Awwhh… credential not found. Maybe it expired" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen ",
"Compromise!" : "Kompromittieren!",
"Mark as Compromised" : "Als kompromittiert markieren",
"Compromised!" : "Kompromittiert!",
"This password is compromised. You can only remove this warning by changing the password." : "Dieses Passwort wurde kompromittiert. Die Warnung kann nur durch eine Änderung des Passwortes entfernt werden.",
"email" : "E-Mail",
"Description" : "Beschreibung",
"Url" : "URL",
"Custom Search:" : "Benutzerdefinierte Suche:",
"Revert to defaults" : "Zurücksetzen auf Standardwerte",
"Error while saving field" : "Fehler beim Speichern des Feldes",
@ -311,7 +309,7 @@ OC.L10N.register(
"You created %1$s" : "Sie haben %1$s erstellt",
"%1$s has been updated by %2$s" : "%1$s wurde durch %2$s aktualisiert",
"You updated %1$s" : "Sie haben %1$s aktualisiert",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s hat %1$s auf die Revision %3$s revidiert",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s hat %1$s auf die Revision %3$s zurückgesetzt",
"You reverted %1$s back to the revision of %3$s" : "Sie haben %1$s auf die Revision %3$s rückgängig gemacht",
"%3$s has renamed %1$s to %2$s" : "%3$s hat %1$s zu %2$s umbenannt",
"You renamed %1$s to %2$s" : "Sie haben %1$s zu %2$s umbenannt",
@ -325,8 +323,9 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s wurde mit %2$s geteilt",
"You received a share request for %1$s from %2$s" : "Sie haben eine Anfrage zum Teilen von %1$s von %2$s erhalten",
"%s has been shared with a link" : "%s wurde über einen Link geteilt",
"Passwords" : "Passwörter",
"Your credential \"%s\" expired, click here to update the credential." : "Ihre Anmeldedaten \"%s\" sind abgelaufen, klicken Sie zur Aktualisierung ihrer Anmeldedaten hier.",
"Remind me later" : "Erinnern Sie mich später",
"Remind me later" : "Erinnere mich später",
"Ignore" : "Ignorieren",
"%s shared \"%s\" with you. Click here to accept" : "%s teilt \"%s\" mit Ihnen. Um dies zu akzeptieren, klicken Sie bitte hier",
"%s has declined your share request for \"%s\"." : "%s hat das Teilen von \"%s\" mit Ihnen abgelehnt.",
@ -356,12 +355,12 @@ OC.L10N.register(
"Requested by" : "Angefragt von",
"Reason" : "Grund",
"Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern",
"Loading&hellip;" : "Lade&hellip;",
"Loading&hellip;" : "Lade &hellip;",
"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 …",
"Saving …" : "Speichere…",
"Dismiss" : "Ausblenden",
"seconds ago" : "Gerade eben"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel ( %s / 2)",
"Incorrect vault password!" : "Tresor-Passwort nicht korrekt",
"Passwords do not match" : "Passwörter stimmen nicht überein",
@ -77,8 +76,8 @@
"Use this icon" : "Dieses Icon verwenden",
"Delete current icon" : "Das aktuelle Symbol löschen",
"Get icon from page" : "Symbol von der Seite nutzen",
"This may take a few seconds…" : "Das kann einige Sekunden daueren...",
"There was an error fetching the icon!" : "Fehler beim Laden desy Symbols!",
"This may take a few seconds…" : "Das kann einige Sekunden dauern …",
"There was an error fetching the icon!" : "Fehler beim Laden des Symbols!",
"Selected icon" : "Icon auswählen",
"Field label" : "Beschriftung des Feldes",
"Field value" : "Wert des Feldes",
@ -99,7 +98,7 @@
"Secret" : "Geheimnis",
"Expiration date" : "Ablaufdatum",
"No expiration date set" : "Kein Ablaufdatum gesetzt ",
"Renew interval" : "Intervall erneuern",
"Renew interval" : "Erneuerungsintervall",
"Disabled" : "Deaktiviert",
"Day(s)" : "Tag(e)",
"Week(s)" : "Woche(n)",
@ -157,7 +156,7 @@
"Score" : "Bewertung",
"Action" : "Aktion",
"Search users…" : "Suche Benutzer…",
"Missing users? Only users that have vaults are shown." : "Nutzer gesucht? Es werden nur Nutzer mit einem Tresor angezeigt.",
"Missing users? Only users that have vaults are shown." : "Benutzer gesucht? Es werden nur Benutzer mit einem Tresor angezeigt.",
"Cyphering" : "Verschlüsselung",
"Uploading" : "Lade hoch",
"User" : "Benutzer",
@ -171,7 +170,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",
"Click \\\"Share\\\" first" : "Erst auf \"Teilen\" klicken",
"Show files" : "Dateien anzeigen",
"Details" : "Details",
"Hide details" : "Details ausblenden",
@ -210,13 +209,13 @@
"Settings" : "Einstellungen",
"Share credential {{credential}}" : "Anmeldeinformation {{credential}} teilen",
"Unshare" : "Freigabe aufheben",
"Showing deleted since" : "Anzeigen gelöscht seit",
"Showing deleted since" : "Zeige gelöschte seit",
"Beginning" : "Beginn",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "{{number_filtered}} von {{credential_number}} Anmeldeinformationen anzeigen",
"Search for credential…" : "Suche Anmeldeinformationen…",
"Account" : "Konto",
"Password" : "Passwort",
"OTP" : "OTP (One Time Passwort)",
"OTP" : "OTP",
"E-mail" : "E-Mail",
"URL" : "URL",
"Notes" : "Notizen",
@ -250,7 +249,7 @@
"There are no credentials matching" : "Keine passenden Anmeldedaten",
"Last accessed" : "Letzter Zugriff",
"Never" : "Nie",
"No vaults found, why not create one?" : "Kein Tresor gefunden, warum kein neues erstellen?",
"No vaults found, why not create one?" : "Kein Tresor gefunden, möchten Sie einen erstellen?",
"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",
@ -292,12 +291,11 @@
"Click here to request it" : "Hier klicken um es anzufordern",
"Loading…" : "Lade…",
"Awwhh… credential not found. Maybe it expired" : "Oh… Zugangsdaten nicht gefunden. Vielleicht sind sie abgelaufen ",
"Compromise!" : "Kompromittieren!",
"Mark as Compromised" : "Als kompromittiert markieren",
"Compromised!" : "Kompromittiert!",
"This password is compromised. You can only remove this warning by changing the password." : "Dieses Passwort wurde kompromittiert. Die Warnung kann nur durch eine Änderung des Passwortes entfernt werden.",
"email" : "E-Mail",
"Description" : "Beschreibung",
"Url" : "URL",
"Custom Search:" : "Benutzerdefinierte Suche:",
"Revert to defaults" : "Zurücksetzen auf Standardwerte",
"Error while saving field" : "Fehler beim Speichern des Feldes",
@ -309,7 +307,7 @@
"You created %1$s" : "Sie haben %1$s erstellt",
"%1$s has been updated by %2$s" : "%1$s wurde durch %2$s aktualisiert",
"You updated %1$s" : "Sie haben %1$s aktualisiert",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s hat %1$s auf die Revision %3$s revidiert",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s hat %1$s auf die Revision %3$s zurückgesetzt",
"You reverted %1$s back to the revision of %3$s" : "Sie haben %1$s auf die Revision %3$s rückgängig gemacht",
"%3$s has renamed %1$s to %2$s" : "%3$s hat %1$s zu %2$s umbenannt",
"You renamed %1$s to %2$s" : "Sie haben %1$s zu %2$s umbenannt",
@ -323,8 +321,9 @@
"%1$s has been shared with %2$s" : "%1$s wurde mit %2$s geteilt",
"You received a share request for %1$s from %2$s" : "Sie haben eine Anfrage zum Teilen von %1$s von %2$s erhalten",
"%s has been shared with a link" : "%s wurde über einen Link geteilt",
"Passwords" : "Passwörter",
"Your credential \"%s\" expired, click here to update the credential." : "Ihre Anmeldedaten \"%s\" sind abgelaufen, klicken Sie zur Aktualisierung ihrer Anmeldedaten hier.",
"Remind me later" : "Erinnern Sie mich später",
"Remind me later" : "Erinnere mich später",
"Ignore" : "Ignorieren",
"%s shared \"%s\" with you. Click here to accept" : "%s teilt \"%s\" mit Ihnen. Um dies zu akzeptieren, klicken Sie bitte hier",
"%s has declined your share request for \"%s\"." : "%s hat das Teilen von \"%s\" mit Ihnen abgelehnt.",
@ -354,12 +353,12 @@
"Requested by" : "Angefragt von",
"Reason" : "Grund",
"Click here to request\n\t\t\t\t\tit" : "Hier klicken um es\n\t\t\t\t\tanzufordern",
"Loading&hellip;" : "Lade&hellip;",
"Loading&hellip;" : "Lade &hellip;",
"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 …",
"Saving …" : "Speichere…",
"Dismiss" : "Ausblenden",
"seconds ago" : "Gerade eben"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Συνθηματικά",
"Generating sharing keys ( %s / 2)" : "Δημιουργία κλειδιών διαμοιρασμού (Βήμα %s / 2)",
"Incorrect vault password!" : "Εσφαλμένος κωδικός θαλάμου!",
"Passwords do not match" : "Δεν ταιριάζουν τα συθηματικά",
@ -16,10 +15,14 @@ OC.L10N.register(
"Credential updated" : "Τα διαπιστευτήρια ενημερώθηκαν",
"Credential recovered" : "Τα διαπιστευτήρια ανακτήθηκαν",
"Credential destroyed" : "Τα διαπιστευτήρια καταστράφηκαν",
"Error downloading file, you probably have insufficient permissions" : "Σφάλμα λήψης αρχείου, μάλλον δεν έχετε αρκετά δικαιώματα",
"Invalid QR code" : "Με έγκυρος κώδικας QR",
"Starting export" : "Έναρξη εξαγωγής",
"Decrypting credentials" : "Αποκρυπτογράφηση διαπιστευτηρίων",
"Done" : "Ολοκληρώθηκε",
"File read." : "Ανάγνωση αρχείου.",
"Proceed with the following steps to import your file" : "Συνεχίστε με τα ακόλουθα βήματα για την εισαγωγή του αρχείου σας",
"Skipping unlabeled credential" : "Παράλειψη μη επισημασμένων διαπιστευτηρίων",
"Adding {{credential}}" : "Προσθήκη του {{credential}}",
"Added {{credential}}" : "Προστέθηκε {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Παράλειψη διαπιστευτηρίων, έλλειψη ετικέτας στη γραμμή {{line}}",
@ -27,27 +30,56 @@ OC.L10N.register(
"Importing" : "Γίνεται εισαγωγή",
"Start import" : "Έναρξη εισαγωγής",
"Select CSV file" : "Επιλέξτε αρχείο CSV",
"Parsed {{rows}} lines from CSV file" : "Ανάλυση {{rows}} γραμμών από αρχείο CSV",
"Skip first row" : "Παράλειψη πρώτης σειράς",
"You need to assign the label field before you can start the import." : "Προσθέστε ετικέτα πριν την έναρξη της εισαγωγής.",
"The first 5 lines of the CSV are shown." : "Προβάλλονται οι πρώτες 5 γραμμές του CSV.",
"Assign the proper fields to each column." : "Καθορίστε τα κατάλληλα πεδία σε κάθε στήλη.",
"Example of imported credential" : "Παράδειγμα εισαχθέντος διαπιστευτηρίου",
"Missing an importer? Try it with the generic CSV importer." : "Λείπει στοιχείο; Δοκιμάστε το με το γενική εισαγωγή CSV.",
"Go back to importers." : "Επιστροφή στους εισαγωγείς.",
"Revision deleted" : "Διαγράφηκε η αναθεώρηση",
"Revision restored" : "Η αναθεώρηση επαναφέρθηκε",
"Save in Passman" : "Αποθήκευση στο passman",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"General settings" : "Γενικές ρυθμίσεις",
"Password audit" : "Έλεγχος κωδικού πρόσβασης",
"Password settings" : "Ρυθμίσεις συνθηματικού",
"Import credentials" : "Εισαγωγή διαπιστευτηρίων",
"Export credentials" : "Εξαγωγή διαπιστευτηρίων",
"Sharing" : "Διαμοιρασμός",
"Are you sure you want to leave? This will destroy all your credentials" : "Είστε βέβαιος ότι θέλετε να αποχωρήσετε; Θα διαγραφούν όλα τα διαπιστευτήριά σας",
"Old password field incorrect!" : "Εσφαλμένο παλαιό συνθηματικό!",
"New password does not match!" : "Ο νέος κωδικός δεν ταιριάζει!",
"Please log in with your new vault password" : "Παρακαλώ συνδεθείτε με τον νέο σας κωδικό πρόσβασης κρύπτης",
"Share with users and groups" : "Διαμοιρασμός με χρήστες και ομάδες",
"Share link" : "Διαμοιρασμός συνδέσμου",
"Are you sure you want to leave? This will corrupt this credential" : "Είστε βέβαιος ότι θέλετε να αποχωρήσετε; Θα διαγραφούν όλα τα διαπιστευτήριά σας",
"Credential unshared" : "Τα διαπιστευτήριά σας δεν είναι κοινόχρηστα",
"Credential shared" : "Διαπιστευτήρια σε κοινή χρήση",
"Saved!" : "Αποθηκεύτηκαν!",
"Poor" : "Φτωχός",
"Weak" : "Ασθενές",
"Good" : "Καλό",
"Strong" : "Ισχυρός",
"Toggle visibility" : "Εναλλαγή ορατότητας",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
"Copied to clipboard!" : "Αντιγράφηκε στο πρόχειρο!",
"Generate password" : "Δημιουργία συνθηματικού",
"Copy password to clipboard" : "Αντιγραφή συνθηματικού στο πρόχειρο",
"Password copied to clipboard!" : "Το συνθηματικό αντιγράφτηκε στο πρόχειρο.",
"Complete" : "Ολοκληρώθηκε",
"Username" : "Όνομα χρήστη",
"Repeat password" : "Επανάληψη συνθηματικού",
"Add tag" : "Πρόσθεσε ετικέτα",
"Pick an icon" : "Επιλογή εικονιδίου",
"Search icons" : "Αναζήτηση εικονιδίων",
"Upload a custom icon:" : "Μεταφόρτωση προσαρμοσμένου εικονιδίου:",
"Use this icon" : "Χρήση αυτού του εικονιδίου",
"Delete current icon" : "Διαγραφή τρέχων εικονιδίου",
"Get icon from page" : "Αποκτήστε το εικονίδιο από τη σελίδα",
"This may take a few seconds…" : "Χρειάζονται λίγα δευτερόλεπτα...",
"There was an error fetching the icon!" : "Σφάλμα κατά την ανάκτηση του εικονιδίου!",
"Selected icon" : "Επιλεγμένο εικονίδιο",
"Field label" : "Ετικέτα πεδίου",
"Field value" : "Τιμή πεδίου",
@ -62,8 +94,13 @@ OC.L10N.register(
"Filename" : "Όνομα αρχείου",
"Upload date" : "Ημερομηνία μεταφόρτωσης",
"Size" : "Μέγεθος",
"Upload or enter your OTP secret" : "Μεταφορτώστε ή εισαγάγετε το μυστικό OTP",
"Current OTP settings" : "Τρέχουσες ρυθμίσεις ΟΤΡ",
"Issuer" : "Εκδότης",
"Secret" : "Μυστικό",
"Expiration date" : "Ημερομηνία λήξης",
"No expiration date set" : "Χωρίς λήξη",
"Renew interval" : "Ανανέωση διαστήματος",
"Disabled" : "Απενεργοποιημένο",
"Day(s)" : "Ημέρα(-ες)",
"Week(s)" : "Εβδομάδα(-ες)",
@ -71,18 +108,38 @@ OC.L10N.register(
"Year(s)" : "Χρόνος(-ια)",
"Password generation settings" : "Ρυθμίσεις δημιουργίας συνθηματικών",
"Password length" : "Μέγεθος συνθηματικού",
"Minimum amount of digits" : "Ελάχιστη ποσότητα ψηφίων",
"Use uppercase letters" : "Χρήση κεφαλαίων γραμμάτων",
"Use lowercase letters" : "Χρησιμοποιήστε πεζούς χαρακτήρες",
"Use numbers" : "Χρήση αριθμών",
"Use special characters" : "Χρήση ειδικών χαρακτήρων",
"Avoid ambiguous characters" : "Αποφύγετε ασαφής χαρακτήρες",
"Require every character type" : "Απαιτείται κάθε τύπος χαρακτήρων",
"Export type" : "Τύπος εξαγωγής",
"Export" : "Εξαγωγή",
"Enter vault password to confirm export." : "Εισαγάγετε τον κωδικό πρόσβασης κρύπτης για επιβεβαίωση εξόδου.",
"Rename vault" : "Μετονομασία κρύπτης",
"New vault name" : "Νέο όνομα κρύπτης",
"Change" : "Αλλαγή",
"Change vault key" : "Αλλαγή κλειδιού κρύπτης",
"Old vault password" : "Παλαιός κωδικός κρύπτης",
"New vault password" : "Νέος κωδικός κρύπτης",
"Repeat new vault password" : "Επανάληψη νέου κωδικού κρύπτης",
"Please wait your vault is being updated, do not leave this page." : "Παρακαλώ περιμένετε η κρύπτη σας ενημερώνετε, μην κλείσετε την σελίδα.",
"Processing" : "Επεξεργασία",
"Total progress" : "Συνολική πρόοδος",
"About Passman" : "Περί εφαρμογής Passman",
"Version" : "Έκδοση",
"Donate to support development" : "Κάντε μια δωρεά για να υποστηρίξετε την ανάπτυξη",
"Bookmarklet" : "Εφαρμογίδιο Σελιδοδεικτών",
"Save your passwords with one click." : "Αποθηκεύστε το συνθηματικό σας με ένα κλικ.",
"Drag below button to your bookmark toolbar." : "Σύρεται το κουμπί παρακάτω στην γραμμή σελιδοδεικτών.",
"Delete vault" : "Διαγραφή κρύπτης",
"Vault password" : "Κωδικός πρόσβασης κρύπτης ",
"This process is irreversible" : "Αυτή η ενέργεια είναι μη αναστρέψιμη",
"Delete my precious passwords" : "Διαγραφή των πολύτιμων συνθηματικών μου",
"Deleting {{password}}…" : "Γίνεται διαγραφή {{password}}…",
"Yes, delete my precious passwords" : "Ναι, διαγραφή των πολύτιμων συνθηματικών μου",
"Import type" : "Τύπος εισαγωγής",
"Import" : "Εισαγωγή",
"Read progress" : "Πρόοδος ανάγνωσης",
@ -91,12 +148,22 @@ OC.L10N.register(
"Public key" : "Δημόσιο κλειδί",
"Key size" : "Μέγεθος κλειδιού",
"Save keys" : "Αποθήκευση κλειδιών",
"Generate sharing keys" : "Δημιουργία κλειδιών κοινής χρήσης",
"Generating sharing keys" : "Δημιουργία κλειδιών κοινής χρήσης",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Το εργαλείο κωδικού πρόσβασης σαρώνει τον κωδικό σας, υπολογίζει το μέσο χρόνο παραβίασης, καταγράφοντας την αντοχή του.",
"Minimum password stength" : "Ελάχιστη ισχύς κωδικού πρόσβασης",
"Start scan" : "Εκκίνηση σάρωσης",
"Result" : "Αποτέλεσμα",
"A total of {{scan_result}} weak credentials were found." : "Συνολικά βρέθηκαν {{scan_result}} αδύναμα διαπιστευτήρια.",
"Score" : "Αποτέλεσμα",
"Action" : "Ενέργεια",
"Search users…" : "Αναζήτηση χρηστών…",
"Missing users? Only users that have vaults are shown." : "Λείπουν χρήστες; Εμφανίζονται μόνο οι χρήστες που έχουν κρύπτη.",
"Cyphering" : "Κρυπτογράφηση",
"Uploading" : "Γίνεται μεταφόρτωση",
"User" : "Χρήστης",
"Crypto time" : "Χρόνος κρυπτογράφησης",
"Total time spent encrypting" : "Συνολικός χρόνος που αφιερώθηκε για κρυπτογράφηση",
"Read" : "Ανάγνωση",
"Write" : "Εγγραφή",
"Files" : "Αρχεία",
@ -105,17 +172,35 @@ OC.L10N.register(
"Enable link sharing" : "Ενεργοποίηση διαμοιρασμού συνδέσμου",
"Share until date" : "Διαμοιρασμός έως την ημερομηνία",
"Expire after views" : "Λήξη μετά από προβολές",
"Click \\\"Share\\\" first" : "Κλίκ \\\"Διαμοιρασμός\\\" πρώτα",
"Show files" : "Εμφάνιση αρχείων",
"Details" : "Λεπτομέρειες",
"Hide details" : "Απόκρυψη λεπτομερειών",
"Password score" : "Βαθμολογία κωδικού πρόσβασης",
"Cracking times" : "Σύνολο παραβιάσεων",
"100 / hour" : "100 / ώρα",
"Throttled online attack" : "Επίθεση online περιορισμού (Throttled) ",
"10 / second" : "10 / δευτερόλεπτο",
"Unthrottled online attack" : "Επίθεση online μη περιορισμού (Unthrottled) ",
"10k / second" : "10k / δευτερόλεπτο",
"Offline attack, slow hash, many cores" : "Επίθεση εκτός σύνδεσης, αργό hash, πολλοί πυρήνες",
"10B / second" : "10B / δευτερόλεπτο",
"Offline attack, fast hash, many cores" : "Επίθεση εκτός σύνδεσης, γρήγορο hash, πολλοί πυρήνες",
"Match sequence" : "Ακολουθία ομοίων",
"See match sequence" : "Εμφάνιση ακολουθίας ομοίων",
"Pattern" : "Μοτίβο",
"Matched word" : "Όμοια λέξη",
"Dictionary name" : "Όνομα λεξικου",
"Rank" : "Θέση",
"Reversed" : "Αντιστροφή",
"Guesses" : "Εικασίες",
"Base guesses" : "Βασικές εικασίες",
"Uppercase variations" : "Παραλλαγές κεφαλαίων",
"l33t-variations" : "l33t-παραλλαγές",
"Showing revisions of" : "Εμφάνιση αναθεωρήσεων του",
"Revision of" : "Αναθεώρηση του",
"by" : "από",
"No revisions found." : "Δεν βρέθηκε αναθεώρηση",
"Label" : "Ετικέτα",
"Restore revision" : "Επαναφορά αναθεώρησης",
"Delete revision" : "Διαγραφή αναθεώρησης",
@ -124,8 +209,11 @@ OC.L10N.register(
"Save" : "Αποθήκευση",
"Cancel" : "Άκυρο",
"Settings" : "Ρυθμίσεις",
"Share credential {{credential}}" : "Διαμοιρασμός διαπιστευτηρίων {{credential}}",
"Unshare" : "Διακοπή διαμοιρασμού",
"Showing deleted since" : "Εμφάνιση διεγραμμένων από",
"Beginning" : "Έναρξη",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Εμφάνιση {{number_filtered}} από {{credential_number}} διαπιστευτηρίων",
"Search for credential…" : "Αναζήτηση για διαπιστευτήρια...",
"Account" : "Λογαριασμός",
"Password" : "Συνθηματικό",
@ -134,62 +222,145 @@ OC.L10N.register(
"URL" : "URL",
"Notes" : "Σημειώσεις",
"Expiry time" : "Ώρα λήξης",
"Changed" : "Άλλαξε",
"Created" : "Δημιουργήθηκε",
"Edit" : "Επεξεργασία",
"Delete" : "Διαγραφή",
"Share" : "Διαμοιρασμός",
"Recover" : "Ανάκτηση",
"Destroy" : "Καταστροφή",
"Use regex" : "Χρήση regex",
"You have incoming share requests." : "Έχετε εισερχόμενα αιτήματα κοινόχρηστου.",
"If you want to put the credential in another vault," : "Εάν επιθυμείτε την εισαγωγή διαπιστευτηρίων σας σε άλλη κρύπτη,",
"log out of this vault and log into the vault you want the shared credential in." : "αποσυνδεθείτε από αυτή την κρύπτη και συνδεθείτε σε αυτή που θέλετε να μοιραστείτε το κοινόχρηστο πιστοποιητικό.",
"Permissions" : "Δικαιώματα",
"Received from" : "Ελήφθη από",
"Date" : "Ημερομηνία",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"You have {{session_time}} left before logout." : "Έχει απομείνει {{session_time}} πριν την έξοδο.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Η κρύπτη σας κλείδωσε για {{time}} επειδή έγιναν {{tries}} αποτυχημένες προσπάθειες!",
"Hello there!" : "Γειά σου!",
"It does not seem that you have any passwords. Do you want to add one?" : "Φαίνεται πως δεν έχετε κανένα κωδικό. Θέλετε να προσθέσετε κάποιον;",
"You don't have good credentials" : "Δεν έχετε σωστά διαπιστευτήρια",
"You don't have medium credentials" : "Δεν έχετε μεσαία διαπιστευτήρια",
"You don't have bad credentials" : "Δεν έχετε άσχημα διαπιστευτήρια",
"You don't have expired credentials" : "Δεν έχετε ληγμένα διαπιστευτήρια",
"You don't have deleted credentials" : "Δεν έχετε διεγραμμένα διαπιστευτήρια",
"There are no credentials with your selected tags" : "Δεν υπάρχουν διαπιστευτήρια με τις ετικέτες που επιλέξατε",
"There are no credentials matching" : "Δεν υπάρχει συμφωνία διαπιστευτηρίων",
"Last accessed" : "Τελευταία προσπέλαση",
"Never" : "Ποτέ",
"No vaults found, why not create one?" : "Δεν βρέθηκε κρύπτη, γιατί δεν δημιουργείται μία;",
"Password strength must be at least: {{strength}}" : "Η ισχύς του κωδικού πρόσβασης πρέπει να είναι: {{strength}}",
"Please give your new vault a name." : "Παρακαλώ ονομάστε την νέα σα κρύπτη.",
"Repeat vault password" : "Επαναλάβετε τον κωδικό κρύπτης",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Το κοινής χρήσης κλειδί σας θα είναι ισχυρό με 1024 bit, όπου μπορείτε να αλλάξετε από τις \\\"Επιλογές\\\" αργότερα.",
"Create vault" : "Δημιουργία κρύπτης",
"Go back to vaults" : "Πίσω στις κρύπτες",
"Please input the password for" : "Παρκαλώ εισάγεται τον κωδικό για",
"Set this vault as the default." : "Ορισμός κρύπτης ώς προεπιλογής.",
"Log into this vault automatically." : "Σύνδεση σε αυτή την κρύπτη αυτόματα.",
"Log out of this vault automatically after: " : "Αποσύνδεση απο την κρύπτη αυτόματα μετά από:",
"Decrypt vault" : "Αποκρυπτογράφηση κρύπτης",
"Seems you lost the vault password and you're unable to log in." : "Φαίνεται πως ξεχάσατε τον κωδικό κρύπτης και δεν μπορείτε να συνδεθείτε.",
"If you want this vault to be removed you can request that here." : "Εάν επιθυμείτε την κατάργηση της κρύπτης αιτηθείτε το εδώ.",
"An admin then accepts or declines the request" : "Ένας διαχειριστής θα αποδεχθεί ή θα απορρίψει το αίτημα",
"After an admin destroys this vault, all credentials in it will be lost" : "Μετά την καταστροφή της κρύπτης από διαχειριστή, όλα τα διαπιστευτήρια θα χαθούν",
"Reason for requesting deletion (optional):" : "Λόγος αίτησης διαγραφής (προαιρετικό):",
"Request vault destruction" : "Αίτημα καταστροφής κρύπτης",
"Yes, request an admin to destroy this vault" : "Ναι, αίτημα προς διαχειριστή να καταστρέψει την κρύπτη",
"Cancel destruction request" : "Αίτημα ακύρωσης καταστροφής",
"Vault destruction requested" : "Αίτημα καταστροφής κρύπτης καταχωρήθηκε",
"Request removed" : "Το αίτημα διαγράφηκε",
"Destruction request pending" : "Εκκρεμεί το αίτημα καταστροφής",
"Warning! Adding credentials over HTTP is insecure!" : "Προσοχή! Η προσθήκη διαπιστευτηρίων μέσω HTTP δεν είναι ασφαλής!",
"Logged into {{vault_name}}" : "Είσοδος στο {{vault_name}}",
"Change vault" : "Αλλαγή κρύπτης",
"Deleted credentials" : "Διεγραμμένα διαπιστευτήρια",
"Logout" : "Έξοδος",
"Donate" : "Δωρεά",
"Show All" : "Εμφάνιση όλων",
"Tags" : "Ετικέτες",
"Search Tags" : "Αναζήτηση Ετικετών",
"Good Strength" : "Καή Ισχύς",
"Medium Strength" : "Μεσαία Ισχύς",
"Bad Strength" : "Κακή Ισχύς",
"Expired" : "Έληξε",
"Filter Tags" : "Φίλτρο Ετικετών",
"Simple Navigation" : "Απλή Πλοήγηση",
"Someone has shared a credential with you." : "Κάποιος διαμοιράστηκε τα διαπιστευτήρια μαζί σας.",
"Click here to request it" : "Κάντε κλικ εδώ για να το αιτηθείτε",
"Loading…" : "Γίνεται φόρτωση...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh… τα διαπιστευτήρια δεν βρέθηκαν. Ίσως έληξαν",
"Mark as Compromised" : "Επισήμανση ως συμβιβασμένου",
"Compromised!" : "Με κίνδυνο!",
"This password is compromised. You can only remove this warning by changing the password." : "Ο κωδικός είναι διακινδυνεμένος. Μπορείτε να αφαιρέσετε αυτή την προειδοποίηση αλλάζοντας τον κωδικό.",
"email" : "ηλεκτρονικό ταχυδρομείο",
"Description" : "Περιγραφή",
"Custom Search:" : "Προσαρμοσμένη Αναζήτηση:",
"Revert to defaults" : "Επαναφορά στις προεπιλογές",
"Error while saving field" : "Σφάλμα κατά την αποθήκευση πεδίου",
"A Passman item has been created, modified or deleted" : "Ένα αντικείμενο Passman δημιουργήθηκε, τροποποιήθηκε ή διαγράφηκε",
"A Passman item has expired" : "Έληξε ένα αντικείμενο Passman",
"A Passman item has been shared" : "Ένα αντικείμενο του Passman έχει διαμοιραστεί",
"A Passman item has been renamed" : "Μετονομάστηκε ένα αντικείμενο Passman",
"%1$s has been created by %2$s" : "%1$s δημιουργήθηκε από τον %2$s",
"You created %1$s" : "Δημιουργήσατε το %1$s",
"%1$s has been updated by %2$s" : "%1$s ενημερώθηκε από τον %2$s",
"You updated %1$s" : "Ενημερώσατε %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s έχει αναθεωρηθεί %1$s στην αναθεώρηση της %3$s",
"You reverted %1$s back to the revision of %3$s" : "Επαναφέρατε το %1$s πίσω στην αναθεώρηση του%3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s μετονόμασε το %1$s σε %2$s",
"You renamed %1$s to %2$s" : "Μετονομάσατε το %1$s σε %2$s",
"%1$s has been deleted by %2$s" : "%1$s διαγράφηκε από τον %2$s",
"You deleted %1$s" : "Διαγράψατε το %1$s",
"%1$s has been recovered by %2$s" : "%1$s επαναφέρθηκε από τον %2$s",
"You recovered %1$s" : "Επαναφέρατε %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s έχει διαγραφεί οριστικά από %2$s",
"You permanently deleted %1$s" : "Διαγράψατε μόνιμα το %1$s",
"The password of %1$s has expired, renew it now." : "Εληξε το συνθηματικό του %1$s, να ανανεωθεί τώρα.",
"%1$s has been shared with %2$s" : "%1$s έχει διαμοιραστεί με %2$s",
"You received a share request for %1$s from %2$s" : "Λάβατε αίτημα διαμοιρασμού για %1$s από τον %2$s",
"%s has been shared with a link" : "%s διαμοιράστηκε με σύνδεσμο",
"Passwords" : "Συνθηματικά",
"Your credential \"%s\" expired, click here to update the credential." : "Τα διαπιστευτήριά σας \"%s\" έληξαν, κλίκ εδώ για ανανέωσή τους.",
"Remind me later" : "Θύμισέ μου αργότερα",
"Ignore" : "Αγνόηση",
"%s shared \"%s\" with you. Click here to accept" : "%s διαμοιράστηκε \"%s\" μαζί σας. Κάντε κλίκ για αποδοχή",
"%s has declined your share request for \"%s\"." : "%s απορρίψατε το αίτημα διαμοιρσμού για \"%s\".",
"%s has accepted your share request for \"%s\"." : "Ο %s αποδέχτηκε το αίτημα διαμοιρασμού σας για \"%s\"",
"Passman" : "Passman",
"Passman is a full featured password manager." : "Ο Passman είναι ένας πλήρης διαχειριστής κωδικών πρόσβασης.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Η Passman είναι ένας πλήρης διαχειριστής κωδικών πρόσβασης.\nΧαρακτηριστηκά:\n- Κρύπτες\n- Τα κλειδιά Κρύπτης δεν στέλνονται στον διακομιστή\n- Πρόσθετα για φυλλομετρητή εύκολης πρόσβασης στους κωδικούς\n- Εφαρμογή Android για πρόσβαση εν κινήσει\n- Διαπιστευτήρια με κρυπτογράφηση του πελάτη με 256bit AES\n- Διαπιστευτήρια με κρυπτογράφηση του δαικομιστή με 256bit AES\n- Δυνατότητα προσθήκης προσαρμοσμένων πεδίων στα διαπιστευτήρια\n- Ενσωματωμένη γεννήτρια OTP (Κωδικός Μιας Χρήσης)\n- Αναλυτής κωδικών\n- Μοιραστείτε κωδικούς πρόσβασης εσωτερικά και μέσω συνδέσμου με απόλυτη ασφάλεια.\n- Εισαγωγή από διάφορους διαχειριστές κωδικών (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nΓια demo της εφαρμογής δείτε [https://demo.passman.cc](https://demo.passman.cc)",
"Unable to get version info" : "Αδυναμία λήψης πληροφορίες έκδοσης",
"Passman Settings" : "Ρυθμίσεις Passman",
"GitHub version:" : "Έκδοση GitHub:",
"A newer version of Passman is available" : "Μια νέα έκδοση του Passman είναι διαθέσιμη",
"Password sharing" : "Διαμοιρασμός συνθηματικών",
"Credential mover" : "Διακινητής διαπιστευτηρίων",
"Vault destruction requests" : "Αιτήματα καταστροφής κρύπτης",
"Check for new versions" : "Έλεγχος για νέες εκδόσεις",
"Enable HTTPS check" : "Ενεργοποίηση ελέγχου HTTPS",
"Disable context menu" : "Απενεργοποήηση μενού περιβάλλοντος",
"Disable JavaScript debugger" : "Απενεργοποιήστε τον εντοπισμό σφαλμάτων JavaScript",
"Allow users on this server to share passwords with a link" : "Επιτρέψτε στους χρήστες του διακομιστή να μοιράζονται κωδικούς πρόσβασης με σύνδεσμο",
"Allow users on this server to share passwords with other users" : "Επιτρέψτε στους χρήστες του διακομιστή να μοιράζονται κωδικούς πρόσβασης με άλλους χρήστες",
"Move credentials from one account to another" : "Μετακίνηση διαπιστευτηρίων από έναν λογαριασμό σε άλλον",
"Source account" : "Πηγαίος λογαριασμός",
"Destination account" : "Λογαριασμός προορισμού",
"Credentials moved!" : "Αφαιρέθηκαν τα διαπιστευτήρια!",
"Requests to destroy vault" : "Αιτήματα για καταστροφή κρύπτης",
"Request ID" : "Αίτημα ID",
"Requested by" : "Αιτήθηκε από",
"Reason" : "Λόγος",
"Click here to request\n\t\t\t\t\tit" : "Κλίκ εδώ για αίτημα\n\t\t\t\t\t",
"Loading&hellip;" : "Loading&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… δεν βρέθηκαν τα διαπιστευτήρια. Μήπως έληξαν;",
"Expires:" : "Ληγμένα:",
"Connection to server lost" : "Η σύνδεση στον διακομιστή διακόπηκε",
"Problem loading page, reloading in 5 seconds" : "Πρόβλημα φόρτωσης σελίδας, φόρτωση ξανά σε 5 δευτερόλεπτα",
"Saving..." : "Γίνεται αποθήκευση...",
"Saving …" : "Αποθηκεύεται ...",
"Dismiss" : "Αποδέσμευση",
"seconds ago" : "δευτερόλεπτα πριν"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Συνθηματικά",
"Generating sharing keys ( %s / 2)" : "Δημιουργία κλειδιών διαμοιρασμού (Βήμα %s / 2)",
"Incorrect vault password!" : "Εσφαλμένος κωδικός θαλάμου!",
"Passwords do not match" : "Δεν ταιριάζουν τα συθηματικά",
@ -14,10 +13,14 @@
"Credential updated" : "Τα διαπιστευτήρια ενημερώθηκαν",
"Credential recovered" : "Τα διαπιστευτήρια ανακτήθηκαν",
"Credential destroyed" : "Τα διαπιστευτήρια καταστράφηκαν",
"Error downloading file, you probably have insufficient permissions" : "Σφάλμα λήψης αρχείου, μάλλον δεν έχετε αρκετά δικαιώματα",
"Invalid QR code" : "Με έγκυρος κώδικας QR",
"Starting export" : "Έναρξη εξαγωγής",
"Decrypting credentials" : "Αποκρυπτογράφηση διαπιστευτηρίων",
"Done" : "Ολοκληρώθηκε",
"File read." : "Ανάγνωση αρχείου.",
"Proceed with the following steps to import your file" : "Συνεχίστε με τα ακόλουθα βήματα για την εισαγωγή του αρχείου σας",
"Skipping unlabeled credential" : "Παράλειψη μη επισημασμένων διαπιστευτηρίων",
"Adding {{credential}}" : "Προσθήκη του {{credential}}",
"Added {{credential}}" : "Προστέθηκε {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Παράλειψη διαπιστευτηρίων, έλλειψη ετικέτας στη γραμμή {{line}}",
@ -25,27 +28,56 @@
"Importing" : "Γίνεται εισαγωγή",
"Start import" : "Έναρξη εισαγωγής",
"Select CSV file" : "Επιλέξτε αρχείο CSV",
"Parsed {{rows}} lines from CSV file" : "Ανάλυση {{rows}} γραμμών από αρχείο CSV",
"Skip first row" : "Παράλειψη πρώτης σειράς",
"You need to assign the label field before you can start the import." : "Προσθέστε ετικέτα πριν την έναρξη της εισαγωγής.",
"The first 5 lines of the CSV are shown." : "Προβάλλονται οι πρώτες 5 γραμμές του CSV.",
"Assign the proper fields to each column." : "Καθορίστε τα κατάλληλα πεδία σε κάθε στήλη.",
"Example of imported credential" : "Παράδειγμα εισαχθέντος διαπιστευτηρίου",
"Missing an importer? Try it with the generic CSV importer." : "Λείπει στοιχείο; Δοκιμάστε το με το γενική εισαγωγή CSV.",
"Go back to importers." : "Επιστροφή στους εισαγωγείς.",
"Revision deleted" : "Διαγράφηκε η αναθεώρηση",
"Revision restored" : "Η αναθεώρηση επαναφέρθηκε",
"Save in Passman" : "Αποθήκευση στο passman",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"General settings" : "Γενικές ρυθμίσεις",
"Password audit" : "Έλεγχος κωδικού πρόσβασης",
"Password settings" : "Ρυθμίσεις συνθηματικού",
"Import credentials" : "Εισαγωγή διαπιστευτηρίων",
"Export credentials" : "Εξαγωγή διαπιστευτηρίων",
"Sharing" : "Διαμοιρασμός",
"Are you sure you want to leave? This will destroy all your credentials" : "Είστε βέβαιος ότι θέλετε να αποχωρήσετε; Θα διαγραφούν όλα τα διαπιστευτήριά σας",
"Old password field incorrect!" : "Εσφαλμένο παλαιό συνθηματικό!",
"New password does not match!" : "Ο νέος κωδικός δεν ταιριάζει!",
"Please log in with your new vault password" : "Παρακαλώ συνδεθείτε με τον νέο σας κωδικό πρόσβασης κρύπτης",
"Share with users and groups" : "Διαμοιρασμός με χρήστες και ομάδες",
"Share link" : "Διαμοιρασμός συνδέσμου",
"Are you sure you want to leave? This will corrupt this credential" : "Είστε βέβαιος ότι θέλετε να αποχωρήσετε; Θα διαγραφούν όλα τα διαπιστευτήριά σας",
"Credential unshared" : "Τα διαπιστευτήριά σας δεν είναι κοινόχρηστα",
"Credential shared" : "Διαπιστευτήρια σε κοινή χρήση",
"Saved!" : "Αποθηκεύτηκαν!",
"Poor" : "Φτωχός",
"Weak" : "Ασθενές",
"Good" : "Καλό",
"Strong" : "Ισχυρός",
"Toggle visibility" : "Εναλλαγή ορατότητας",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
"Copied to clipboard!" : "Αντιγράφηκε στο πρόχειρο!",
"Generate password" : "Δημιουργία συνθηματικού",
"Copy password to clipboard" : "Αντιγραφή συνθηματικού στο πρόχειρο",
"Password copied to clipboard!" : "Το συνθηματικό αντιγράφτηκε στο πρόχειρο.",
"Complete" : "Ολοκληρώθηκε",
"Username" : "Όνομα χρήστη",
"Repeat password" : "Επανάληψη συνθηματικού",
"Add tag" : "Πρόσθεσε ετικέτα",
"Pick an icon" : "Επιλογή εικονιδίου",
"Search icons" : "Αναζήτηση εικονιδίων",
"Upload a custom icon:" : "Μεταφόρτωση προσαρμοσμένου εικονιδίου:",
"Use this icon" : "Χρήση αυτού του εικονιδίου",
"Delete current icon" : "Διαγραφή τρέχων εικονιδίου",
"Get icon from page" : "Αποκτήστε το εικονίδιο από τη σελίδα",
"This may take a few seconds…" : "Χρειάζονται λίγα δευτερόλεπτα...",
"There was an error fetching the icon!" : "Σφάλμα κατά την ανάκτηση του εικονιδίου!",
"Selected icon" : "Επιλεγμένο εικονίδιο",
"Field label" : "Ετικέτα πεδίου",
"Field value" : "Τιμή πεδίου",
@ -60,8 +92,13 @@
"Filename" : "Όνομα αρχείου",
"Upload date" : "Ημερομηνία μεταφόρτωσης",
"Size" : "Μέγεθος",
"Upload or enter your OTP secret" : "Μεταφορτώστε ή εισαγάγετε το μυστικό OTP",
"Current OTP settings" : "Τρέχουσες ρυθμίσεις ΟΤΡ",
"Issuer" : "Εκδότης",
"Secret" : "Μυστικό",
"Expiration date" : "Ημερομηνία λήξης",
"No expiration date set" : "Χωρίς λήξη",
"Renew interval" : "Ανανέωση διαστήματος",
"Disabled" : "Απενεργοποιημένο",
"Day(s)" : "Ημέρα(-ες)",
"Week(s)" : "Εβδομάδα(-ες)",
@ -69,18 +106,38 @@
"Year(s)" : "Χρόνος(-ια)",
"Password generation settings" : "Ρυθμίσεις δημιουργίας συνθηματικών",
"Password length" : "Μέγεθος συνθηματικού",
"Minimum amount of digits" : "Ελάχιστη ποσότητα ψηφίων",
"Use uppercase letters" : "Χρήση κεφαλαίων γραμμάτων",
"Use lowercase letters" : "Χρησιμοποιήστε πεζούς χαρακτήρες",
"Use numbers" : "Χρήση αριθμών",
"Use special characters" : "Χρήση ειδικών χαρακτήρων",
"Avoid ambiguous characters" : "Αποφύγετε ασαφής χαρακτήρες",
"Require every character type" : "Απαιτείται κάθε τύπος χαρακτήρων",
"Export type" : "Τύπος εξαγωγής",
"Export" : "Εξαγωγή",
"Enter vault password to confirm export." : "Εισαγάγετε τον κωδικό πρόσβασης κρύπτης για επιβεβαίωση εξόδου.",
"Rename vault" : "Μετονομασία κρύπτης",
"New vault name" : "Νέο όνομα κρύπτης",
"Change" : "Αλλαγή",
"Change vault key" : "Αλλαγή κλειδιού κρύπτης",
"Old vault password" : "Παλαιός κωδικός κρύπτης",
"New vault password" : "Νέος κωδικός κρύπτης",
"Repeat new vault password" : "Επανάληψη νέου κωδικού κρύπτης",
"Please wait your vault is being updated, do not leave this page." : "Παρακαλώ περιμένετε η κρύπτη σας ενημερώνετε, μην κλείσετε την σελίδα.",
"Processing" : "Επεξεργασία",
"Total progress" : "Συνολική πρόοδος",
"About Passman" : "Περί εφαρμογής Passman",
"Version" : "Έκδοση",
"Donate to support development" : "Κάντε μια δωρεά για να υποστηρίξετε την ανάπτυξη",
"Bookmarklet" : "Εφαρμογίδιο Σελιδοδεικτών",
"Save your passwords with one click." : "Αποθηκεύστε το συνθηματικό σας με ένα κλικ.",
"Drag below button to your bookmark toolbar." : "Σύρεται το κουμπί παρακάτω στην γραμμή σελιδοδεικτών.",
"Delete vault" : "Διαγραφή κρύπτης",
"Vault password" : "Κωδικός πρόσβασης κρύπτης ",
"This process is irreversible" : "Αυτή η ενέργεια είναι μη αναστρέψιμη",
"Delete my precious passwords" : "Διαγραφή των πολύτιμων συνθηματικών μου",
"Deleting {{password}}…" : "Γίνεται διαγραφή {{password}}…",
"Yes, delete my precious passwords" : "Ναι, διαγραφή των πολύτιμων συνθηματικών μου",
"Import type" : "Τύπος εισαγωγής",
"Import" : "Εισαγωγή",
"Read progress" : "Πρόοδος ανάγνωσης",
@ -89,12 +146,22 @@
"Public key" : "Δημόσιο κλειδί",
"Key size" : "Μέγεθος κλειδιού",
"Save keys" : "Αποθήκευση κλειδιών",
"Generate sharing keys" : "Δημιουργία κλειδιών κοινής χρήσης",
"Generating sharing keys" : "Δημιουργία κλειδιών κοινής χρήσης",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Το εργαλείο κωδικού πρόσβασης σαρώνει τον κωδικό σας, υπολογίζει το μέσο χρόνο παραβίασης, καταγράφοντας την αντοχή του.",
"Minimum password stength" : "Ελάχιστη ισχύς κωδικού πρόσβασης",
"Start scan" : "Εκκίνηση σάρωσης",
"Result" : "Αποτέλεσμα",
"A total of {{scan_result}} weak credentials were found." : "Συνολικά βρέθηκαν {{scan_result}} αδύναμα διαπιστευτήρια.",
"Score" : "Αποτέλεσμα",
"Action" : "Ενέργεια",
"Search users…" : "Αναζήτηση χρηστών…",
"Missing users? Only users that have vaults are shown." : "Λείπουν χρήστες; Εμφανίζονται μόνο οι χρήστες που έχουν κρύπτη.",
"Cyphering" : "Κρυπτογράφηση",
"Uploading" : "Γίνεται μεταφόρτωση",
"User" : "Χρήστης",
"Crypto time" : "Χρόνος κρυπτογράφησης",
"Total time spent encrypting" : "Συνολικός χρόνος που αφιερώθηκε για κρυπτογράφηση",
"Read" : "Ανάγνωση",
"Write" : "Εγγραφή",
"Files" : "Αρχεία",
@ -103,17 +170,35 @@
"Enable link sharing" : "Ενεργοποίηση διαμοιρασμού συνδέσμου",
"Share until date" : "Διαμοιρασμός έως την ημερομηνία",
"Expire after views" : "Λήξη μετά από προβολές",
"Click \\\"Share\\\" first" : "Κλίκ \\\"Διαμοιρασμός\\\" πρώτα",
"Show files" : "Εμφάνιση αρχείων",
"Details" : "Λεπτομέρειες",
"Hide details" : "Απόκρυψη λεπτομερειών",
"Password score" : "Βαθμολογία κωδικού πρόσβασης",
"Cracking times" : "Σύνολο παραβιάσεων",
"100 / hour" : "100 / ώρα",
"Throttled online attack" : "Επίθεση online περιορισμού (Throttled) ",
"10 / second" : "10 / δευτερόλεπτο",
"Unthrottled online attack" : "Επίθεση online μη περιορισμού (Unthrottled) ",
"10k / second" : "10k / δευτερόλεπτο",
"Offline attack, slow hash, many cores" : "Επίθεση εκτός σύνδεσης, αργό hash, πολλοί πυρήνες",
"10B / second" : "10B / δευτερόλεπτο",
"Offline attack, fast hash, many cores" : "Επίθεση εκτός σύνδεσης, γρήγορο hash, πολλοί πυρήνες",
"Match sequence" : "Ακολουθία ομοίων",
"See match sequence" : "Εμφάνιση ακολουθίας ομοίων",
"Pattern" : "Μοτίβο",
"Matched word" : "Όμοια λέξη",
"Dictionary name" : "Όνομα λεξικου",
"Rank" : "Θέση",
"Reversed" : "Αντιστροφή",
"Guesses" : "Εικασίες",
"Base guesses" : "Βασικές εικασίες",
"Uppercase variations" : "Παραλλαγές κεφαλαίων",
"l33t-variations" : "l33t-παραλλαγές",
"Showing revisions of" : "Εμφάνιση αναθεωρήσεων του",
"Revision of" : "Αναθεώρηση του",
"by" : "από",
"No revisions found." : "Δεν βρέθηκε αναθεώρηση",
"Label" : "Ετικέτα",
"Restore revision" : "Επαναφορά αναθεώρησης",
"Delete revision" : "Διαγραφή αναθεώρησης",
@ -122,8 +207,11 @@
"Save" : "Αποθήκευση",
"Cancel" : "Άκυρο",
"Settings" : "Ρυθμίσεις",
"Share credential {{credential}}" : "Διαμοιρασμός διαπιστευτηρίων {{credential}}",
"Unshare" : "Διακοπή διαμοιρασμού",
"Showing deleted since" : "Εμφάνιση διεγραμμένων από",
"Beginning" : "Έναρξη",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "Εμφάνιση {{number_filtered}} από {{credential_number}} διαπιστευτηρίων",
"Search for credential…" : "Αναζήτηση για διαπιστευτήρια...",
"Account" : "Λογαριασμός",
"Password" : "Συνθηματικό",
@ -132,62 +220,145 @@
"URL" : "URL",
"Notes" : "Σημειώσεις",
"Expiry time" : "Ώρα λήξης",
"Changed" : "Άλλαξε",
"Created" : "Δημιουργήθηκε",
"Edit" : "Επεξεργασία",
"Delete" : "Διαγραφή",
"Share" : "Διαμοιρασμός",
"Recover" : "Ανάκτηση",
"Destroy" : "Καταστροφή",
"Use regex" : "Χρήση regex",
"You have incoming share requests." : "Έχετε εισερχόμενα αιτήματα κοινόχρηστου.",
"If you want to put the credential in another vault," : "Εάν επιθυμείτε την εισαγωγή διαπιστευτηρίων σας σε άλλη κρύπτη,",
"log out of this vault and log into the vault you want the shared credential in." : "αποσυνδεθείτε από αυτή την κρύπτη και συνδεθείτε σε αυτή που θέλετε να μοιραστείτε το κοινόχρηστο πιστοποιητικό.",
"Permissions" : "Δικαιώματα",
"Received from" : "Ελήφθη από",
"Date" : "Ημερομηνία",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"You have {{session_time}} left before logout." : "Έχει απομείνει {{session_time}} πριν την έξοδο.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Η κρύπτη σας κλείδωσε για {{time}} επειδή έγιναν {{tries}} αποτυχημένες προσπάθειες!",
"Hello there!" : "Γειά σου!",
"It does not seem that you have any passwords. Do you want to add one?" : "Φαίνεται πως δεν έχετε κανένα κωδικό. Θέλετε να προσθέσετε κάποιον;",
"You don't have good credentials" : "Δεν έχετε σωστά διαπιστευτήρια",
"You don't have medium credentials" : "Δεν έχετε μεσαία διαπιστευτήρια",
"You don't have bad credentials" : "Δεν έχετε άσχημα διαπιστευτήρια",
"You don't have expired credentials" : "Δεν έχετε ληγμένα διαπιστευτήρια",
"You don't have deleted credentials" : "Δεν έχετε διεγραμμένα διαπιστευτήρια",
"There are no credentials with your selected tags" : "Δεν υπάρχουν διαπιστευτήρια με τις ετικέτες που επιλέξατε",
"There are no credentials matching" : "Δεν υπάρχει συμφωνία διαπιστευτηρίων",
"Last accessed" : "Τελευταία προσπέλαση",
"Never" : "Ποτέ",
"No vaults found, why not create one?" : "Δεν βρέθηκε κρύπτη, γιατί δεν δημιουργείται μία;",
"Password strength must be at least: {{strength}}" : "Η ισχύς του κωδικού πρόσβασης πρέπει να είναι: {{strength}}",
"Please give your new vault a name." : "Παρακαλώ ονομάστε την νέα σα κρύπτη.",
"Repeat vault password" : "Επαναλάβετε τον κωδικό κρύπτης",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Το κοινής χρήσης κλειδί σας θα είναι ισχυρό με 1024 bit, όπου μπορείτε να αλλάξετε από τις \\\"Επιλογές\\\" αργότερα.",
"Create vault" : "Δημιουργία κρύπτης",
"Go back to vaults" : "Πίσω στις κρύπτες",
"Please input the password for" : "Παρκαλώ εισάγεται τον κωδικό για",
"Set this vault as the default." : "Ορισμός κρύπτης ώς προεπιλογής.",
"Log into this vault automatically." : "Σύνδεση σε αυτή την κρύπτη αυτόματα.",
"Log out of this vault automatically after: " : "Αποσύνδεση απο την κρύπτη αυτόματα μετά από:",
"Decrypt vault" : "Αποκρυπτογράφηση κρύπτης",
"Seems you lost the vault password and you're unable to log in." : "Φαίνεται πως ξεχάσατε τον κωδικό κρύπτης και δεν μπορείτε να συνδεθείτε.",
"If you want this vault to be removed you can request that here." : "Εάν επιθυμείτε την κατάργηση της κρύπτης αιτηθείτε το εδώ.",
"An admin then accepts or declines the request" : "Ένας διαχειριστής θα αποδεχθεί ή θα απορρίψει το αίτημα",
"After an admin destroys this vault, all credentials in it will be lost" : "Μετά την καταστροφή της κρύπτης από διαχειριστή, όλα τα διαπιστευτήρια θα χαθούν",
"Reason for requesting deletion (optional):" : "Λόγος αίτησης διαγραφής (προαιρετικό):",
"Request vault destruction" : "Αίτημα καταστροφής κρύπτης",
"Yes, request an admin to destroy this vault" : "Ναι, αίτημα προς διαχειριστή να καταστρέψει την κρύπτη",
"Cancel destruction request" : "Αίτημα ακύρωσης καταστροφής",
"Vault destruction requested" : "Αίτημα καταστροφής κρύπτης καταχωρήθηκε",
"Request removed" : "Το αίτημα διαγράφηκε",
"Destruction request pending" : "Εκκρεμεί το αίτημα καταστροφής",
"Warning! Adding credentials over HTTP is insecure!" : "Προσοχή! Η προσθήκη διαπιστευτηρίων μέσω HTTP δεν είναι ασφαλής!",
"Logged into {{vault_name}}" : "Είσοδος στο {{vault_name}}",
"Change vault" : "Αλλαγή κρύπτης",
"Deleted credentials" : "Διεγραμμένα διαπιστευτήρια",
"Logout" : "Έξοδος",
"Donate" : "Δωρεά",
"Show All" : "Εμφάνιση όλων",
"Tags" : "Ετικέτες",
"Search Tags" : "Αναζήτηση Ετικετών",
"Good Strength" : "Καή Ισχύς",
"Medium Strength" : "Μεσαία Ισχύς",
"Bad Strength" : "Κακή Ισχύς",
"Expired" : "Έληξε",
"Filter Tags" : "Φίλτρο Ετικετών",
"Simple Navigation" : "Απλή Πλοήγηση",
"Someone has shared a credential with you." : "Κάποιος διαμοιράστηκε τα διαπιστευτήρια μαζί σας.",
"Click here to request it" : "Κάντε κλικ εδώ για να το αιτηθείτε",
"Loading…" : "Γίνεται φόρτωση...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh… τα διαπιστευτήρια δεν βρέθηκαν. Ίσως έληξαν",
"Mark as Compromised" : "Επισήμανση ως συμβιβασμένου",
"Compromised!" : "Με κίνδυνο!",
"This password is compromised. You can only remove this warning by changing the password." : "Ο κωδικός είναι διακινδυνεμένος. Μπορείτε να αφαιρέσετε αυτή την προειδοποίηση αλλάζοντας τον κωδικό.",
"email" : "ηλεκτρονικό ταχυδρομείο",
"Description" : "Περιγραφή",
"Custom Search:" : "Προσαρμοσμένη Αναζήτηση:",
"Revert to defaults" : "Επαναφορά στις προεπιλογές",
"Error while saving field" : "Σφάλμα κατά την αποθήκευση πεδίου",
"A Passman item has been created, modified or deleted" : "Ένα αντικείμενο Passman δημιουργήθηκε, τροποποιήθηκε ή διαγράφηκε",
"A Passman item has expired" : "Έληξε ένα αντικείμενο Passman",
"A Passman item has been shared" : "Ένα αντικείμενο του Passman έχει διαμοιραστεί",
"A Passman item has been renamed" : "Μετονομάστηκε ένα αντικείμενο Passman",
"%1$s has been created by %2$s" : "%1$s δημιουργήθηκε από τον %2$s",
"You created %1$s" : "Δημιουργήσατε το %1$s",
"%1$s has been updated by %2$s" : "%1$s ενημερώθηκε από τον %2$s",
"You updated %1$s" : "Ενημερώσατε %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s έχει αναθεωρηθεί %1$s στην αναθεώρηση της %3$s",
"You reverted %1$s back to the revision of %3$s" : "Επαναφέρατε το %1$s πίσω στην αναθεώρηση του%3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s μετονόμασε το %1$s σε %2$s",
"You renamed %1$s to %2$s" : "Μετονομάσατε το %1$s σε %2$s",
"%1$s has been deleted by %2$s" : "%1$s διαγράφηκε από τον %2$s",
"You deleted %1$s" : "Διαγράψατε το %1$s",
"%1$s has been recovered by %2$s" : "%1$s επαναφέρθηκε από τον %2$s",
"You recovered %1$s" : "Επαναφέρατε %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s έχει διαγραφεί οριστικά από %2$s",
"You permanently deleted %1$s" : "Διαγράψατε μόνιμα το %1$s",
"The password of %1$s has expired, renew it now." : "Εληξε το συνθηματικό του %1$s, να ανανεωθεί τώρα.",
"%1$s has been shared with %2$s" : "%1$s έχει διαμοιραστεί με %2$s",
"You received a share request for %1$s from %2$s" : "Λάβατε αίτημα διαμοιρασμού για %1$s από τον %2$s",
"%s has been shared with a link" : "%s διαμοιράστηκε με σύνδεσμο",
"Passwords" : "Συνθηματικά",
"Your credential \"%s\" expired, click here to update the credential." : "Τα διαπιστευτήριά σας \"%s\" έληξαν, κλίκ εδώ για ανανέωσή τους.",
"Remind me later" : "Θύμισέ μου αργότερα",
"Ignore" : "Αγνόηση",
"%s shared \"%s\" with you. Click here to accept" : "%s διαμοιράστηκε \"%s\" μαζί σας. Κάντε κλίκ για αποδοχή",
"%s has declined your share request for \"%s\"." : "%s απορρίψατε το αίτημα διαμοιρσμού για \"%s\".",
"%s has accepted your share request for \"%s\"." : "Ο %s αποδέχτηκε το αίτημα διαμοιρασμού σας για \"%s\"",
"Passman" : "Passman",
"Passman is a full featured password manager." : "Ο Passman είναι ένας πλήρης διαχειριστής κωδικών πρόσβασης.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Η Passman είναι ένας πλήρης διαχειριστής κωδικών πρόσβασης.\nΧαρακτηριστηκά:\n- Κρύπτες\n- Τα κλειδιά Κρύπτης δεν στέλνονται στον διακομιστή\n- Πρόσθετα για φυλλομετρητή εύκολης πρόσβασης στους κωδικούς\n- Εφαρμογή Android για πρόσβαση εν κινήσει\n- Διαπιστευτήρια με κρυπτογράφηση του πελάτη με 256bit AES\n- Διαπιστευτήρια με κρυπτογράφηση του δαικομιστή με 256bit AES\n- Δυνατότητα προσθήκης προσαρμοσμένων πεδίων στα διαπιστευτήρια\n- Ενσωματωμένη γεννήτρια OTP (Κωδικός Μιας Χρήσης)\n- Αναλυτής κωδικών\n- Μοιραστείτε κωδικούς πρόσβασης εσωτερικά και μέσω συνδέσμου με απόλυτη ασφάλεια.\n- Εισαγωγή από διάφορους διαχειριστές κωδικών (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nΓια demo της εφαρμογής δείτε [https://demo.passman.cc](https://demo.passman.cc)",
"Unable to get version info" : "Αδυναμία λήψης πληροφορίες έκδοσης",
"Passman Settings" : "Ρυθμίσεις Passman",
"GitHub version:" : "Έκδοση GitHub:",
"A newer version of Passman is available" : "Μια νέα έκδοση του Passman είναι διαθέσιμη",
"Password sharing" : "Διαμοιρασμός συνθηματικών",
"Credential mover" : "Διακινητής διαπιστευτηρίων",
"Vault destruction requests" : "Αιτήματα καταστροφής κρύπτης",
"Check for new versions" : "Έλεγχος για νέες εκδόσεις",
"Enable HTTPS check" : "Ενεργοποίηση ελέγχου HTTPS",
"Disable context menu" : "Απενεργοποήηση μενού περιβάλλοντος",
"Disable JavaScript debugger" : "Απενεργοποιήστε τον εντοπισμό σφαλμάτων JavaScript",
"Allow users on this server to share passwords with a link" : "Επιτρέψτε στους χρήστες του διακομιστή να μοιράζονται κωδικούς πρόσβασης με σύνδεσμο",
"Allow users on this server to share passwords with other users" : "Επιτρέψτε στους χρήστες του διακομιστή να μοιράζονται κωδικούς πρόσβασης με άλλους χρήστες",
"Move credentials from one account to another" : "Μετακίνηση διαπιστευτηρίων από έναν λογαριασμό σε άλλον",
"Source account" : "Πηγαίος λογαριασμός",
"Destination account" : "Λογαριασμός προορισμού",
"Credentials moved!" : "Αφαιρέθηκαν τα διαπιστευτήρια!",
"Requests to destroy vault" : "Αιτήματα για καταστροφή κρύπτης",
"Request ID" : "Αίτημα ID",
"Requested by" : "Αιτήθηκε από",
"Reason" : "Λόγος",
"Click here to request\n\t\t\t\t\tit" : "Κλίκ εδώ για αίτημα\n\t\t\t\t\t",
"Loading&hellip;" : "Loading&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Awwhh… δεν βρέθηκαν τα διαπιστευτήρια. Μήπως έληξαν;",
"Expires:" : "Ληγμένα:",
"Connection to server lost" : "Η σύνδεση στον διακομιστή διακόπηκε",
"Problem loading page, reloading in 5 seconds" : "Πρόβλημα φόρτωσης σελίδας, φόρτωση ξανά σε 5 δευτερόλεπτα",
"Saving..." : "Γίνεται αποθήκευση...",
"Saving …" : "Αποθηκεύεται ...",
"Dismiss" : "Αποδέσμευση",
"seconds ago" : "δευτερόλεπτα πριν"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Passwords",
"Generating sharing keys ( %s / 2)" : "Generating sharing keys ( %s / 2)",
"Incorrect vault password!" : "Incorrect vault password!",
"Passwords do not match" : "Passwords do not match",
@ -16,10 +15,12 @@ OC.L10N.register(
"Credential updated" : "Credential updated",
"Credential recovered" : "Credential recovered",
"Credential destroyed" : "Credential destroyed",
"Error downloading file, you probably have insufficient permissions" : "Error downloading file, you probably have insufficient permissions",
"Invalid QR code" : "Invalid QR code",
"Starting export" : "Starting export",
"Decrypting credentials" : "Decrypting credentials",
"Done" : "Done",
"File read." : "File read.",
"Proceed with the following steps to import your file" : "Proceed with the following steps to import your file",
"Adding {{credential}}" : "Adding {{credential}}",
"Added {{credential}}" : "Added {{credential}}",
@ -47,6 +48,7 @@ OC.L10N.register(
"Export credentials" : "Export credentials",
"Sharing" : "Sharing",
"Are you sure you want to leave? This will destroy all your credentials" : "Are you sure you want to leave? This will destroy all your credentials",
"Old password field incorrect!" : "Old password field incorrect!",
"New password does not match!" : "New password does not match!",
"Please log in with your new vault password" : "Please log in with your new vault password",
"Share with users and groups" : "Share with users and groups",
@ -70,7 +72,13 @@ OC.L10N.register(
"Repeat password" : "Repeat password",
"Add tag" : "Add tag",
"Pick an icon" : "Pick an icon",
"Search icons" : "Search icons",
"Upload a custom icon:" : "Upload a custom icon:",
"Use this icon" : "Use this icon",
"Delete current icon" : "Delete current icon",
"Get icon from page" : "Get icon from page",
"This may take a few seconds…" : "This may take a few seconds…",
"There was an error fetching the icon!" : "There was an error fetching the icon!",
"Selected icon" : "Selected icon",
"Field label" : "Field label",
"Field value" : "Field value",
@ -123,6 +131,7 @@ OC.L10N.register(
"Version" : "Version",
"Donate to support development" : "Donate to support development",
"Bookmarklet" : "Bookmarklet",
"Save your passwords with one click." : "Save your passwords with one click.",
"Drag below button to your bookmark toolbar." : "Drag below button to your bookmark toolbar.",
"Delete vault" : "Delete vault",
"Vault password" : "Vault password",
@ -140,6 +149,7 @@ OC.L10N.register(
"Save keys" : "Save keys",
"Generate sharing keys" : "Generate sharing keys",
"Generating sharing keys" : "Generating sharing keys",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "The password tool scans your password, calculates average cracking time, listing those below the threshold",
"Minimum password stength" : "Minimum password stength",
"Start scan" : "Start scan",
"Result" : "Result",
@ -152,6 +162,7 @@ OC.L10N.register(
"Uploading" : "Uploading",
"User" : "User",
"Crypto time" : "Crypto time",
"Total time spent encrypting" : "Total time spent encrypting",
"Read" : "Read",
"Write" : "Write",
"Files" : "Files",
@ -160,6 +171,7 @@ OC.L10N.register(
"Enable link sharing" : "Enable link sharing",
"Share until date" : "Share until date",
"Expire after views" : "Expire after views",
"Click \\\"Share\\\" first" : "Click \\\"Share\\\" first",
"Show files" : "Show files",
"Details" : "Details",
"Hide details" : "Hide details",
@ -219,6 +231,7 @@ OC.L10N.register(
"Use regex" : "Use regex",
"You have incoming share requests." : "You have incoming share requests.",
"If you want to put the credential in another vault," : "If you want to put the credential in another vault,",
"log out of this vault and log into the vault you want the shared credential in." : "log out of this vault and log into the vault you want the shared credential in.",
"Permissions" : "Permissions",
"Received from" : "Received from",
"Date" : "Date",
@ -226,12 +239,22 @@ OC.L10N.register(
"Decline" : "Decline",
"You have {{session_time}} left before logout." : "You have {{session_time}} left before logout.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Your vault has been locked for {{time}} because of {{tries}} failed attempts!",
"Hello there!" : "Hello there!",
"It does not seem that you have any passwords. Do you want to add one?" : "It does not seem that you have any passwords. Do you want to add one?",
"You don't have good credentials" : "You don't have good credentials",
"You don't have medium credentials" : "You don't have medium credentials",
"You don't have bad credentials" : "You don't have bad credentials",
"You don't have expired credentials" : "You don't have expired credentials",
"You don't have deleted credentials" : "You don't have deleted credentials",
"There are no credentials with your selected tags" : "There are no credentials with your selected tags",
"There are no credentials matching" : "There are no credentials matching",
"Last accessed" : "Last accessed",
"Never" : "Never",
"No vaults found, why not create one?" : "No vaults found, why not create one?",
"Password strength must be at least: {{strength}}" : "Password strength must be at least: {{strength}}",
"Please give your new vault a name." : "Please give your new vault a name.",
"Repeat vault password" : "Repeat vault password",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later .",
"Create vault" : "Create vault",
"Go back to vaults" : "Go back to vaults",
"Please input the password for" : "Please input the password for",
@ -251,14 +274,29 @@ OC.L10N.register(
"Request removed" : "Request removed",
"Destruction request pending" : "Destruction request pending",
"Warning! Adding credentials over HTTP is insecure!" : "Warning! Adding credentials over HTTP is insecure!",
"Logged into {{vault_name}}" : "Logged into {{vault_name}}",
"Change vault" : "Change vault",
"Deleted credentials" : "Deleted credentials",
"Logout" : "Logout",
"Donate" : "Donate",
"Show All" : "Show All",
"Tags" : "Tags",
"Search Tags" : "Search Tags",
"Good Strength" : "Good Strength",
"Medium Strength" : "Medium Strength",
"Bad Strength" : "Bad Strength",
"Expired" : "Expired",
"Filter Tags" : "Filter Tags",
"Simple Navigation" : "Simple Navigation",
"Someone has shared a credential with you." : "Someone has shared a credential with you.",
"Click here to request it" : "Click here to request it",
"Loading…" : "Loading…",
"Awwhh… credential not found. Maybe it expired" : "Awwhh… credential not found. Maybe it expired",
"This password is compromised. You can only remove this warning by changing the password." : "This password is compromised. You can only remove this warning by changing the password.",
"email" : "email",
"Description" : "Description",
"Custom Search:" : "Custom Search:",
"Revert to defaults" : "Revert to defaults",
"Error while saving field" : "Error while saving field",
"A Passman item has been created, modified or deleted" : "A Passman item has been created, modified or deleted",
"A Passman item has expired" : "A Passman item has expired",
@ -282,6 +320,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s has been shared with %2$s",
"You received a share request for %1$s from %2$s" : "You received a share request for %1$s from %2$s",
"%s has been shared with a link" : "%s has been shared with a link",
"Passwords" : "Passwords",
"Your credential \"%s\" expired, click here to update the credential." : "Your credential \"%s\" expired, click here to update the credential.",
"Remind me later" : "Remind me later",
"Ignore" : "Ignore",
@ -314,9 +353,9 @@ OC.L10N.register(
"Reason" : "Reason",
"Click here to request\n\t\t\t\t\tit" : "Click here to request\n\t\t\t\t\tit",
"Loading&hellip;" : "Loading&hellip;",
"Expires:" : "Expires:",
"Connection to server lost" : "Connection to server lost",
"Problem loading page, reloading in 5 seconds" : "Problem loading page, reloading in 5 seconds",
"Saving..." : "Saving...",
"Dismiss" : "Dismiss",
"seconds ago" : "seconds ago"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Passwords",
"Generating sharing keys ( %s / 2)" : "Generating sharing keys ( %s / 2)",
"Incorrect vault password!" : "Incorrect vault password!",
"Passwords do not match" : "Passwords do not match",
@ -14,10 +13,12 @@
"Credential updated" : "Credential updated",
"Credential recovered" : "Credential recovered",
"Credential destroyed" : "Credential destroyed",
"Error downloading file, you probably have insufficient permissions" : "Error downloading file, you probably have insufficient permissions",
"Invalid QR code" : "Invalid QR code",
"Starting export" : "Starting export",
"Decrypting credentials" : "Decrypting credentials",
"Done" : "Done",
"File read." : "File read.",
"Proceed with the following steps to import your file" : "Proceed with the following steps to import your file",
"Adding {{credential}}" : "Adding {{credential}}",
"Added {{credential}}" : "Added {{credential}}",
@ -45,6 +46,7 @@
"Export credentials" : "Export credentials",
"Sharing" : "Sharing",
"Are you sure you want to leave? This will destroy all your credentials" : "Are you sure you want to leave? This will destroy all your credentials",
"Old password field incorrect!" : "Old password field incorrect!",
"New password does not match!" : "New password does not match!",
"Please log in with your new vault password" : "Please log in with your new vault password",
"Share with users and groups" : "Share with users and groups",
@ -68,7 +70,13 @@
"Repeat password" : "Repeat password",
"Add tag" : "Add tag",
"Pick an icon" : "Pick an icon",
"Search icons" : "Search icons",
"Upload a custom icon:" : "Upload a custom icon:",
"Use this icon" : "Use this icon",
"Delete current icon" : "Delete current icon",
"Get icon from page" : "Get icon from page",
"This may take a few seconds…" : "This may take a few seconds…",
"There was an error fetching the icon!" : "There was an error fetching the icon!",
"Selected icon" : "Selected icon",
"Field label" : "Field label",
"Field value" : "Field value",
@ -121,6 +129,7 @@
"Version" : "Version",
"Donate to support development" : "Donate to support development",
"Bookmarklet" : "Bookmarklet",
"Save your passwords with one click." : "Save your passwords with one click.",
"Drag below button to your bookmark toolbar." : "Drag below button to your bookmark toolbar.",
"Delete vault" : "Delete vault",
"Vault password" : "Vault password",
@ -138,6 +147,7 @@
"Save keys" : "Save keys",
"Generate sharing keys" : "Generate sharing keys",
"Generating sharing keys" : "Generating sharing keys",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "The password tool scans your password, calculates average cracking time, listing those below the threshold",
"Minimum password stength" : "Minimum password stength",
"Start scan" : "Start scan",
"Result" : "Result",
@ -150,6 +160,7 @@
"Uploading" : "Uploading",
"User" : "User",
"Crypto time" : "Crypto time",
"Total time spent encrypting" : "Total time spent encrypting",
"Read" : "Read",
"Write" : "Write",
"Files" : "Files",
@ -158,6 +169,7 @@
"Enable link sharing" : "Enable link sharing",
"Share until date" : "Share until date",
"Expire after views" : "Expire after views",
"Click \\\"Share\\\" first" : "Click \\\"Share\\\" first",
"Show files" : "Show files",
"Details" : "Details",
"Hide details" : "Hide details",
@ -217,6 +229,7 @@
"Use regex" : "Use regex",
"You have incoming share requests." : "You have incoming share requests.",
"If you want to put the credential in another vault," : "If you want to put the credential in another vault,",
"log out of this vault and log into the vault you want the shared credential in." : "log out of this vault and log into the vault you want the shared credential in.",
"Permissions" : "Permissions",
"Received from" : "Received from",
"Date" : "Date",
@ -224,12 +237,22 @@
"Decline" : "Decline",
"You have {{session_time}} left before logout." : "You have {{session_time}} left before logout.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "Your vault has been locked for {{time}} because of {{tries}} failed attempts!",
"Hello there!" : "Hello there!",
"It does not seem that you have any passwords. Do you want to add one?" : "It does not seem that you have any passwords. Do you want to add one?",
"You don't have good credentials" : "You don't have good credentials",
"You don't have medium credentials" : "You don't have medium credentials",
"You don't have bad credentials" : "You don't have bad credentials",
"You don't have expired credentials" : "You don't have expired credentials",
"You don't have deleted credentials" : "You don't have deleted credentials",
"There are no credentials with your selected tags" : "There are no credentials with your selected tags",
"There are no credentials matching" : "There are no credentials matching",
"Last accessed" : "Last accessed",
"Never" : "Never",
"No vaults found, why not create one?" : "No vaults found, why not create one?",
"Password strength must be at least: {{strength}}" : "Password strength must be at least: {{strength}}",
"Please give your new vault a name." : "Please give your new vault a name.",
"Repeat vault password" : "Repeat vault password",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later .",
"Create vault" : "Create vault",
"Go back to vaults" : "Go back to vaults",
"Please input the password for" : "Please input the password for",
@ -249,14 +272,29 @@
"Request removed" : "Request removed",
"Destruction request pending" : "Destruction request pending",
"Warning! Adding credentials over HTTP is insecure!" : "Warning! Adding credentials over HTTP is insecure!",
"Logged into {{vault_name}}" : "Logged into {{vault_name}}",
"Change vault" : "Change vault",
"Deleted credentials" : "Deleted credentials",
"Logout" : "Logout",
"Donate" : "Donate",
"Show All" : "Show All",
"Tags" : "Tags",
"Search Tags" : "Search Tags",
"Good Strength" : "Good Strength",
"Medium Strength" : "Medium Strength",
"Bad Strength" : "Bad Strength",
"Expired" : "Expired",
"Filter Tags" : "Filter Tags",
"Simple Navigation" : "Simple Navigation",
"Someone has shared a credential with you." : "Someone has shared a credential with you.",
"Click here to request it" : "Click here to request it",
"Loading…" : "Loading…",
"Awwhh… credential not found. Maybe it expired" : "Awwhh… credential not found. Maybe it expired",
"This password is compromised. You can only remove this warning by changing the password." : "This password is compromised. You can only remove this warning by changing the password.",
"email" : "email",
"Description" : "Description",
"Custom Search:" : "Custom Search:",
"Revert to defaults" : "Revert to defaults",
"Error while saving field" : "Error while saving field",
"A Passman item has been created, modified or deleted" : "A Passman item has been created, modified or deleted",
"A Passman item has expired" : "A Passman item has expired",
@ -280,6 +318,7 @@
"%1$s has been shared with %2$s" : "%1$s has been shared with %2$s",
"You received a share request for %1$s from %2$s" : "You received a share request for %1$s from %2$s",
"%s has been shared with a link" : "%s has been shared with a link",
"Passwords" : "Passwords",
"Your credential \"%s\" expired, click here to update the credential." : "Your credential \"%s\" expired, click here to update the credential.",
"Remind me later" : "Remind me later",
"Ignore" : "Ignore",
@ -312,9 +351,9 @@
"Reason" : "Reason",
"Click here to request\n\t\t\t\t\tit" : "Click here to request\n\t\t\t\t\tit",
"Loading&hellip;" : "Loading&hellip;",
"Expires:" : "Expires:",
"Connection to server lost" : "Connection to server lost",
"Problem loading page, reloading in 5 seconds" : "Problem loading page, reloading in 5 seconds",
"Saving..." : "Saving...",
"Dismiss" : "Dismiss",
"seconds ago" : "seconds ago"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,7 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Pasvortoj",
"General" : "Ĝenerala",
"Done" : "Farita",
"File read." : "Dosiero legita.",
"Adding {{credential}}" : "Aldonado {{credential}}",
@ -9,23 +9,78 @@ OC.L10N.register(
"Importing" : "Importado",
"Start import" : "Startigi importo",
"Select CSV file" : "Selektu CSV dosiero",
"Settings saved" : "Agordoj konservitaj",
"Sharing" : "Kunhavigo",
"Share with users and groups" : "Kunhavigi kun uzantoj kaj grupoj",
"Share link" : "Kunhavigi ligilon",
"Saved!" : "Konservita!",
"Poor" : "Malbona",
"Weak" : "Malforta",
"Good" : "Bona",
"Strong" : "Forta",
"Copy to clipboard" : "Kopii tondejen",
"Complete" : "Plenumita",
"Username" : "Uzantonomo",
"Repeat password" : "Ripetu la pasvorton",
"Text" : "Teksto",
"File" : "Dosiero",
"Add" : "Aldoni",
"Type" : "Tipo",
"Actions" : "Agoj",
"Empty" : "Malplena",
"Filename" : "Dosiernomo",
"Size" : "Grando",
"Secret" : "Sekreta",
"Expiration date" : "Limdato",
"No expiration date set" : "Neniu limdato agordita",
"Disabled" : "Malkapabligita",
"Day(s)" : "Tago(j)",
"Week(s)" : "Semajno(j)",
"Month(s)" : "Monato(j)",
"Year(s)" : "Jaro(j)"
"Year(s)" : "Jaro(j)",
"Export" : "Eksporti",
"Change" : "Ŝanĝi",
"Version" : "Versio",
"Bookmarklet" : "Legosignilo",
"Import" : "Importi",
"Public key" : "Publika ŝlosilo",
"Uploading" : "Uploading",
"User" : "Uzanto",
"Read" : "Legi",
"Write" : "Skribi",
"Files" : "Dosieroj",
"Pending" : "Pritraktota",
"Details" : "Detaloj",
"Hide details" : "Kaŝi la detalojn",
"by" : "de",
"Save" : "Konservi",
"Cancel" : "Nuligi",
"Settings" : "Agordoj",
"Unshare" : "Malkunhavigi",
"Account" : "Konto",
"Password" : "Pasvorto",
"E-mail" : "Retpoŝto",
"URL" : "Retadreso",
"Notes" : "Notoj",
"Created" : "Kreita",
"Edit" : "Modifi",
"Delete" : "Forigi",
"Share" : "Kunhavigi",
"Date" : "Date",
"Accept" : "Akcepti",
"Decline" : "Malakcepti",
"Never" : "Neniam",
"Tags" : "Etikedoj",
"Expired" : "Senvalidiĝis",
"Loading…" : "Ŝargado...",
"email" : "retpoŝtadreso",
"Description" : "Priskribo",
"You created %1$s" : "Vi kreis %1$s",
"You deleted %1$s" : "Vi forigis %1$s",
"Passwords" : "Pasvortoj",
"Connection to server lost" : "Konekto al servilo perdita",
"Saving …" : "Konservado...",
"Dismiss" : "Preterpasi",
"seconds ago" : "antaŭ kelkaj sekundoj"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,5 +1,5 @@
{ "translations": {
"Passwords" : "Pasvortoj",
"General" : "Ĝenerala",
"Done" : "Farita",
"File read." : "Dosiero legita.",
"Adding {{credential}}" : "Aldonado {{credential}}",
@ -7,23 +7,78 @@
"Importing" : "Importado",
"Start import" : "Startigi importo",
"Select CSV file" : "Selektu CSV dosiero",
"Settings saved" : "Agordoj konservitaj",
"Sharing" : "Kunhavigo",
"Share with users and groups" : "Kunhavigi kun uzantoj kaj grupoj",
"Share link" : "Kunhavigi ligilon",
"Saved!" : "Konservita!",
"Poor" : "Malbona",
"Weak" : "Malforta",
"Good" : "Bona",
"Strong" : "Forta",
"Copy to clipboard" : "Kopii tondejen",
"Complete" : "Plenumita",
"Username" : "Uzantonomo",
"Repeat password" : "Ripetu la pasvorton",
"Text" : "Teksto",
"File" : "Dosiero",
"Add" : "Aldoni",
"Type" : "Tipo",
"Actions" : "Agoj",
"Empty" : "Malplena",
"Filename" : "Dosiernomo",
"Size" : "Grando",
"Secret" : "Sekreta",
"Expiration date" : "Limdato",
"No expiration date set" : "Neniu limdato agordita",
"Disabled" : "Malkapabligita",
"Day(s)" : "Tago(j)",
"Week(s)" : "Semajno(j)",
"Month(s)" : "Monato(j)",
"Year(s)" : "Jaro(j)"
"Year(s)" : "Jaro(j)",
"Export" : "Eksporti",
"Change" : "Ŝanĝi",
"Version" : "Versio",
"Bookmarklet" : "Legosignilo",
"Import" : "Importi",
"Public key" : "Publika ŝlosilo",
"Uploading" : "Uploading",
"User" : "Uzanto",
"Read" : "Legi",
"Write" : "Skribi",
"Files" : "Dosieroj",
"Pending" : "Pritraktota",
"Details" : "Detaloj",
"Hide details" : "Kaŝi la detalojn",
"by" : "de",
"Save" : "Konservi",
"Cancel" : "Nuligi",
"Settings" : "Agordoj",
"Unshare" : "Malkunhavigi",
"Account" : "Konto",
"Password" : "Pasvorto",
"E-mail" : "Retpoŝto",
"URL" : "Retadreso",
"Notes" : "Notoj",
"Created" : "Kreita",
"Edit" : "Modifi",
"Delete" : "Forigi",
"Share" : "Kunhavigi",
"Date" : "Date",
"Accept" : "Akcepti",
"Decline" : "Malakcepti",
"Never" : "Neniam",
"Tags" : "Etikedoj",
"Expired" : "Senvalidiĝis",
"Loading…" : "Ŝargado...",
"email" : "retpoŝtadreso",
"Description" : "Priskribo",
"You created %1$s" : "Vi kreis %1$s",
"You deleted %1$s" : "Vi forigis %1$s",
"Passwords" : "Pasvortoj",
"Connection to server lost" : "Konekto al servilo perdita",
"Saving …" : "Konservado...",
"Dismiss" : "Preterpasi",
"seconds ago" : "antaŭ kelkaj sekundoj"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves de compartición (%s / 2)",
"Incorrect vault password!" : "¡Contraseña incorrecta de la caja fuerte!",
"Passwords do not match" : "Contraseñas no coinciden",
@ -172,7 +171,7 @@ OC.L10N.register(
"Pending" : "Pendiente",
"Enable link sharing" : "Activar compartir enlace",
"Share until date" : "Compartir hasta la fecha",
"Expire after views" : "Expirar después de vistas",
"Expire after views" : "Caducar después de ver",
"Click \\\"Share\\\" first" : "Pulsa \\\"Compartir\\\" primero",
"Show files" : "Mostrar archivos",
"Details" : "Detalles",
@ -246,7 +245,7 @@ OC.L10N.register(
"You don't have good credentials" : "No tienes contraseñas buenas",
"You don't have medium credentials" : "No tienes contraseñas medias",
"You don't have bad credentials" : "No tienes contraseñas malas",
"You don't have expired credentials" : "No tienes contraseñas expiradas",
"You don't have expired credentials" : "No tienes contraseñas caducadas",
"You don't have deleted credentials" : "No tienes contraseñas eliminadas",
"There are no credentials with your selected tags" : "No hay contraseñas con las etiquetas seleccionadas",
"There are no credentials matching" : "No hay contraseñas coincidentes",
@ -287,24 +286,23 @@ OC.L10N.register(
"Good Strength" : "Fortaleza buena",
"Medium Strength" : "Fortaleza media",
"Bad Strength" : "Fortaleza mala",
"Expired" : "Expirada",
"Expired" : "Caducada",
"Filter Tags" : "Filtrar etiquetas",
"Simple Navigation" : "Navegación sencilla",
"Someone has shared a credential with you." : "Alguien ha compartido una contraseña contigo.",
"Click here to request it" : "Haz clic aquí para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Ooooh... No se ha encontrado la contraseña. Quizás haya expirado",
"Compromise!" : "¡Peligro!",
"Awwhh… credential not found. Maybe it expired" : "Ooooh... No se ha encontrado la contraseña. Quizás haya caducado",
"Mark as Compromised" : "Marcar como Comprometida",
"Compromised!" : "¡Publicada!",
"This password is compromised. You can only remove this warning by changing the password." : "Esta contraseña ha sido publicada. Solo puedes eliminar esta advertencia cambiando la contraseña actual.",
"email" : "correo",
"Description" : "Descripción",
"Url" : "URL",
"Custom Search:" : "Búsqueda personalizada:",
"Revert to defaults" : "Volver a los valores por defecto",
"Error while saving field" : "Error mientras se guardaba el campo",
"A Passman item has been created, modified or deleted" : "Se ha creado, modificado o borrado un objeto de Passman",
"A Passman item has expired" : "Un objeto Passman ha expirado",
"A Passman item has expired" : "Un objeto Passman ha caducado",
"A Passman item has been shared" : "Un objeto Passman ha sido compartido",
"A Passman item has been renamed" : "Un objeto Passman ha sido renombrado",
"%1$s has been created by %2$s" : "%1$s ha sido creado por %2$s",
@ -325,7 +323,8 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Has recibido una solicitud para compartir %1$s de %2$s",
"%s has been shared with a link" : "%s ha sido compartido con un link",
"Your credential \"%s\" expired, click here to update the credential." : "Tu contraseña \"%s\" ha expirado, pincha aquí para actualizar la contraseña.",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tu contraseña \"%s\" ha caducado, pincha aquí para actualizar la contraseña.",
"Remind me later" : "Recuérdamelo más tarde",
"Ignore" : "Ignorar",
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
@ -357,11 +356,11 @@ OC.L10N.register(
"Reason" : "Razón",
"Click here to request\n\t\t\t\t\tit" : "Pulsa aquí para \n\t\t\t\tpedirlo",
"Loading&hellip;" : "Cargando&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la contraseña. ¿Puede que haya expirado?",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la contraseña. ¿Puede que haya caducado?",
"Expires:" : "Caduca:",
"Connection to server lost" : "Se ha perdido la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando...",
"Saving …" : "Guardando…",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves de compartición (%s / 2)",
"Incorrect vault password!" : "¡Contraseña incorrecta de la caja fuerte!",
"Passwords do not match" : "Contraseñas no coinciden",
@ -170,7 +169,7 @@
"Pending" : "Pendiente",
"Enable link sharing" : "Activar compartir enlace",
"Share until date" : "Compartir hasta la fecha",
"Expire after views" : "Expirar después de vistas",
"Expire after views" : "Caducar después de ver",
"Click \\\"Share\\\" first" : "Pulsa \\\"Compartir\\\" primero",
"Show files" : "Mostrar archivos",
"Details" : "Detalles",
@ -244,7 +243,7 @@
"You don't have good credentials" : "No tienes contraseñas buenas",
"You don't have medium credentials" : "No tienes contraseñas medias",
"You don't have bad credentials" : "No tienes contraseñas malas",
"You don't have expired credentials" : "No tienes contraseñas expiradas",
"You don't have expired credentials" : "No tienes contraseñas caducadas",
"You don't have deleted credentials" : "No tienes contraseñas eliminadas",
"There are no credentials with your selected tags" : "No hay contraseñas con las etiquetas seleccionadas",
"There are no credentials matching" : "No hay contraseñas coincidentes",
@ -285,24 +284,23 @@
"Good Strength" : "Fortaleza buena",
"Medium Strength" : "Fortaleza media",
"Bad Strength" : "Fortaleza mala",
"Expired" : "Expirada",
"Expired" : "Caducada",
"Filter Tags" : "Filtrar etiquetas",
"Simple Navigation" : "Navegación sencilla",
"Someone has shared a credential with you." : "Alguien ha compartido una contraseña contigo.",
"Click here to request it" : "Haz clic aquí para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Ooooh... No se ha encontrado la contraseña. Quizás haya expirado",
"Compromise!" : "¡Peligro!",
"Awwhh… credential not found. Maybe it expired" : "Ooooh... No se ha encontrado la contraseña. Quizás haya caducado",
"Mark as Compromised" : "Marcar como Comprometida",
"Compromised!" : "¡Publicada!",
"This password is compromised. You can only remove this warning by changing the password." : "Esta contraseña ha sido publicada. Solo puedes eliminar esta advertencia cambiando la contraseña actual.",
"email" : "correo",
"Description" : "Descripción",
"Url" : "URL",
"Custom Search:" : "Búsqueda personalizada:",
"Revert to defaults" : "Volver a los valores por defecto",
"Error while saving field" : "Error mientras se guardaba el campo",
"A Passman item has been created, modified or deleted" : "Se ha creado, modificado o borrado un objeto de Passman",
"A Passman item has expired" : "Un objeto Passman ha expirado",
"A Passman item has expired" : "Un objeto Passman ha caducado",
"A Passman item has been shared" : "Un objeto Passman ha sido compartido",
"A Passman item has been renamed" : "Un objeto Passman ha sido renombrado",
"%1$s has been created by %2$s" : "%1$s ha sido creado por %2$s",
@ -323,7 +321,8 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Has recibido una solicitud para compartir %1$s de %2$s",
"%s has been shared with a link" : "%s ha sido compartido con un link",
"Your credential \"%s\" expired, click here to update the credential." : "Tu contraseña \"%s\" ha expirado, pincha aquí para actualizar la contraseña.",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tu contraseña \"%s\" ha caducado, pincha aquí para actualizar la contraseña.",
"Remind me later" : "Recuérdamelo más tarde",
"Ignore" : "Ignorar",
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
@ -355,11 +354,11 @@
"Reason" : "Razón",
"Click here to request\n\t\t\t\t\tit" : "Pulsa aquí para \n\t\t\t\tpedirlo",
"Loading&hellip;" : "Cargando&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la contraseña. ¿Puede que haya expirado?",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la contraseña. ¿Puede que haya caducado?",
"Expires:" : "Caduca:",
"Connection to server lost" : "Se ha perdido la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando...",
"Saving …" : "Guardando…",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
"General" : "General",
@ -73,6 +72,8 @@ OC.L10N.register(
"Current OTP settings" : "Configuraciones actuales de OTP",
"Issuer" : "Quien levanta",
"Secret" : "Secreto",
"Expiration date" : "Fecha de expiración",
"No expiration date set" : "No se ha establecido la fecha de expiración",
"Renew interval" : "Intervalo de renovación",
"Disabled" : "Deshabilitado",
"Day(s)" : "Día(s)",
@ -223,8 +224,12 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Donar",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales con usted. ",
"Click here to request it" : "Haga click para solicitarlo",
"Loading…" : "Cargando…",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -248,6 +253,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Usted ha recibido una solicitud para compartir de %1$s desde%2$s",
"%s has been shared with a link" : "%s ha sido compartido con un link",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Sus credenciales \"%s\" han expirado, haga click aquí para actualizarlas.",
"Remind me later" : "Recordarme más tarde",
"Ignore" : "Ignorar",
@ -277,7 +283,6 @@ OC.L10N.register(
"Reason" : "Razón",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
"General" : "General",
@ -71,6 +70,8 @@
"Current OTP settings" : "Configuraciones actuales de OTP",
"Issuer" : "Quien levanta",
"Secret" : "Secreto",
"Expiration date" : "Fecha de expiración",
"No expiration date set" : "No se ha establecido la fecha de expiración",
"Renew interval" : "Intervalo de renovación",
"Disabled" : "Deshabilitado",
"Day(s)" : "Día(s)",
@ -221,8 +222,12 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Donar",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales con usted. ",
"Click here to request it" : "Haga click para solicitarlo",
"Loading…" : "Cargando…",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -246,6 +251,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Usted ha recibido una solicitud para compartir de %1$s desde%2$s",
"%s has been shared with a link" : "%s ha sido compartido con un link",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Sus credenciales \"%s\" han expirado, haga click aquí para actualizarlas.",
"Remind me later" : "Recordarme más tarde",
"Ignore" : "Ignorar",
@ -275,7 +281,6 @@
"Reason" : "Razón",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -316,7 +320,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,14 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +285,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -314,7 +318,6 @@ OC.L10N.register(
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,14 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Cerrar sesión",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Expired" : "Expirado",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +283,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -312,7 +316,6 @@
"Loading&hellip;" : "Cargando&hellip;",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -255,10 +254,13 @@ OC.L10N.register(
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -282,6 +284,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -313,7 +316,6 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Contraseñas",
"Generating sharing keys ( %s / 2)" : "Generando llaves para compartir (%s / 2)",
"Incorrect vault password!" : "¡Bóveda de contraseñas incorrecta!",
"Passwords do not match" : "Las contraseñas no coinciden",
@ -253,10 +252,13 @@
"Deleted credentials" : "Credenciales borradas",
"Logout" : "Salir",
"Donate" : "Dona",
"Tags" : "Etiquetas",
"Someone has shared a credential with you." : "Alguien ha compartido credenciales contigo. ",
"Click here to request it" : "Haz click para solicitarlo",
"Loading…" : "Cargando...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh... no se encontraron las credenciales. Tal vez expiraron",
"email" : "correo electrónico",
"Description" : "Descripción",
"Error while saving field" : "Se presentó un error al guardar el campo",
"A Passman item has been created, modified or deleted" : "Un elemento de Passman ha sido creado, modificado o borrado",
"A Passman item has expired" : "El elemento de Passman ha expirado",
@ -280,6 +282,7 @@
"%1$s has been shared with %2$s" : "%1$s ha sido compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Recibiste una solicitud para compartir de %1$s desde %2$s",
"%s has been shared with a link" : "%s ha sido compartido con una liga",
"Passwords" : "Contraseñas",
"Your credential \"%s\" expired, click here to update the credential." : "Tus credenciales \"%s\" han expirado, haz click aquí para actualizarlas.",
"Remind me later" : "Recuérdame más tarde",
"Ignore" : "Ignorar",
@ -311,7 +314,6 @@
"Click here to request\n\t\t\t\t\tit" : "Haz click aquí para solicitarlo ",
"Connection to server lost" : "Se perdió la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Se presentó un problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando ...",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

85
l10n/et_EE.js Normal file
View file

@ -0,0 +1,85 @@
OC.L10N.register(
"passman",
{
"Passwords do not match" : "Paroolid ei kattu",
"General" : "Üldine",
"Custom Fields" : "Kohandatud väljad",
"Please fill in a value." : "Palun sisesta väärtus.",
"Done" : "Valmis",
"Settings saved" : "Seaded salvestatud",
"Password settings" : "Parooli seaded",
"Sharing" : "Jagamine",
"Share with users and groups" : "Jaga kasutajate ja gruppidega",
"Share link" : "Jaga link",
"Saved!" : "Salvestatud!",
"Good" : "Hea",
"Copy to clipboard" : "Kopeeri lõikepuhvrisse",
"Username" : "Kasutajanimi",
"Delete current icon" : "Kustuta praegune ikoon",
"File" : "Fail",
"Add" : "Lisa",
"Type" : "Tüüp",
"Actions" : "Tegevused",
"Empty" : "Tühi",
"Filename" : "Faili nimi",
"Upload date" : "Üleslaadimise kuupäev",
"Size" : "Suurus",
"Issuer" : "Väljastaja",
"Secret" : "Salajane",
"Expiration date" : "Aegumise kuupäev",
"No expiration date set" : "Aegumise kuupäeva pole määratud",
"Disabled" : "Keelatud",
"Use numbers" : "Kasuta arve",
"Export" : "Ekspordi",
"Change" : "Muuda",
"Processing" : "Töötlemine",
"Version" : "Versioon",
"Import" : "Impordi",
"Public key" : "Avalik võti",
"Uploading" : "Üleslaadimine",
"User" : "Kasutaja",
"Read" : "Lugemine",
"Write" : "Kirjuta",
"Files" : "Failid",
"Pending" : "Ootel",
"Show files" : "Näita faile",
"Details" : "Üksikasjad",
"Hide details" : "Peida üksikasjad",
"Pattern" : "Muster",
"by" : "lisas",
"Label" : "Silt",
"Delete revision" : "Kustuta versioon",
"Save" : "Salvesta",
"Cancel" : "Loobu",
"Settings" : "Seaded",
"Unshare" : "Lõpeta jagamine",
"Account" : "Konto",
"Password" : "Parool",
"E-mail" : "E-post",
"URL" : "URL",
"Notes" : "Märkmed",
"Created" : "Loodud",
"Edit" : "Redigeeri",
"Delete" : "Kustuta",
"Share" : "Jaga",
"Date" : "Kuupäev",
"Accept" : "Nõustu",
"Decline" : "Keeldu",
"Never" : "Mitte kunagi",
"Logout" : "Logi välja",
"Donate" : "Anneta",
"Tags" : "Sildid",
"Expired" : "Aegunud",
"Loading…" : "Laadimine...",
"email" : "e-post",
"Description" : "Kirjeldus",
"You created %1$s" : "Sa tekitasid %1$s",
"You deleted %1$s" : "Sa kustutasid %1$s",
"Passwords" : "Paroolid",
"Ignore" : "Ignoreeri",
"Connection to server lost" : "Ühendus serveriga katkes",
"Problem loading page, reloading in 5 seconds" : "Tõrge lehe laadimisel, ümberlaadimine 5 sekundi pärast",
"Dismiss" : "Jäta vahele",
"seconds ago" : "sekundit tagasi"
},
"nplurals=2; plural=(n != 1);");

83
l10n/et_EE.json Normal file
View file

@ -0,0 +1,83 @@
{ "translations": {
"Passwords do not match" : "Paroolid ei kattu",
"General" : "Üldine",
"Custom Fields" : "Kohandatud väljad",
"Please fill in a value." : "Palun sisesta väärtus.",
"Done" : "Valmis",
"Settings saved" : "Seaded salvestatud",
"Password settings" : "Parooli seaded",
"Sharing" : "Jagamine",
"Share with users and groups" : "Jaga kasutajate ja gruppidega",
"Share link" : "Jaga link",
"Saved!" : "Salvestatud!",
"Good" : "Hea",
"Copy to clipboard" : "Kopeeri lõikepuhvrisse",
"Username" : "Kasutajanimi",
"Delete current icon" : "Kustuta praegune ikoon",
"File" : "Fail",
"Add" : "Lisa",
"Type" : "Tüüp",
"Actions" : "Tegevused",
"Empty" : "Tühi",
"Filename" : "Faili nimi",
"Upload date" : "Üleslaadimise kuupäev",
"Size" : "Suurus",
"Issuer" : "Väljastaja",
"Secret" : "Salajane",
"Expiration date" : "Aegumise kuupäev",
"No expiration date set" : "Aegumise kuupäeva pole määratud",
"Disabled" : "Keelatud",
"Use numbers" : "Kasuta arve",
"Export" : "Ekspordi",
"Change" : "Muuda",
"Processing" : "Töötlemine",
"Version" : "Versioon",
"Import" : "Impordi",
"Public key" : "Avalik võti",
"Uploading" : "Üleslaadimine",
"User" : "Kasutaja",
"Read" : "Lugemine",
"Write" : "Kirjuta",
"Files" : "Failid",
"Pending" : "Ootel",
"Show files" : "Näita faile",
"Details" : "Üksikasjad",
"Hide details" : "Peida üksikasjad",
"Pattern" : "Muster",
"by" : "lisas",
"Label" : "Silt",
"Delete revision" : "Kustuta versioon",
"Save" : "Salvesta",
"Cancel" : "Loobu",
"Settings" : "Seaded",
"Unshare" : "Lõpeta jagamine",
"Account" : "Konto",
"Password" : "Parool",
"E-mail" : "E-post",
"URL" : "URL",
"Notes" : "Märkmed",
"Created" : "Loodud",
"Edit" : "Redigeeri",
"Delete" : "Kustuta",
"Share" : "Jaga",
"Date" : "Kuupäev",
"Accept" : "Nõustu",
"Decline" : "Keeldu",
"Never" : "Mitte kunagi",
"Logout" : "Logi välja",
"Donate" : "Anneta",
"Tags" : "Sildid",
"Expired" : "Aegunud",
"Loading…" : "Laadimine...",
"email" : "e-post",
"Description" : "Kirjeldus",
"You created %1$s" : "Sa tekitasid %1$s",
"You deleted %1$s" : "Sa kustutasid %1$s",
"Passwords" : "Paroolid",
"Ignore" : "Ignoreeri",
"Connection to server lost" : "Ühendus serveriga katkes",
"Problem loading page, reloading in 5 seconds" : "Tõrge lehe laadimisel, ümberlaadimine 5 sekundi pärast",
"Dismiss" : "Jäta vahele",
"seconds ago" : "sekundit tagasi"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,32 +1,79 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Pasahitzak",
"Generating sharing keys ( %s / 2)" : "Partekatze gakoak sortzen (%s/2)",
"Incorrect vault password!" : "Gordailuaren pasahitza ez da zuzena!",
"Passwords do not match" : "Pasahitzak ez datoz bat",
"General" : "Orokorra",
"Custom Fields" : "Eremu pertsonalizatuak",
"Please fill in a label." : "Bete etiketa bat.",
"Please fill in a value." : "Bete balio bat.",
"Error loading file" : "Errorea fitxategia kargatzen",
"An error occurred during decryption" : "Errore bat gertatu da deszifratu bitartean",
"Credential created!" : "Kredentziala sortuta!",
"Credential deleted" : "Kredentziala ezabatuta",
"Credential updated" : "Kredentziala eguneratuta",
"Credential recovered" : "Kredentziala berreskuratuta",
"Credential destroyed" : "Kredentziala suntsituta",
"Error downloading file, you probably have insufficient permissions" : "Errorea fitxategia deskargatzean, agian ez duzu baimen nahiko",
"Invalid QR code" : "Baliogabeko QR kodea",
"Starting export" : "Esportazioa hasten",
"Decrypting credentials" : "Kredentzialak deszifratzen",
"Done" : "Egina",
"File read." : "Fitxategia irakurri da.",
"Proceed with the following steps to import your file" : "Eman pauso hauek zure fitxategia inportatzeko",
"Skipping unlabeled credential" : "Etiketatu gabeko kredentziala ez da kontuan hartuko",
"Adding {{credential}}" : "{{credential}} gehitzen",
"Added {{credential}}" : "{{credential}} gehituta",
"Skipping credential, missing label on line {{line}}" : "Kredentziala ez da kontuan hartu, etiketa falta da {{line}} lerroan",
"Parsed {{num}} credentials, starting to import" : "{{num}} kredentzial irakurri dira, inportazioa hasten",
"Importing" : "Inportatzen",
"Start import" : "Hasi inportazioa",
"Select CSV file" : "CSV fitxategia aukeratu",
"Parsed {{rows}} lines from CSV file" : "{{rows}} lerro irakurri dira CSV fitxategitik",
"Skip first row" : "Saltatu lehen errenkada",
"The first 5 lines of the CSV are shown." : "CSV fitxategiko lehen 5 lerroak erakusten dira.",
"Example of imported credential" : "Inportatutako krendetzial baten adibidea",
"Revision deleted" : "Berrikuspena ezabatu da",
"Revision restored" : "Berrikuspena leheneratu da",
"Save in Passman" : "Gorde Passmanen",
"Settings saved" : "Ezarpenak gordeta",
"General settings" : "Ezarpen orokorrak",
"Password audit" : "Pasahitzaren auditoretza",
"Password settings" : "Pasahitz-ezarpenak",
"Import credentials" : "Inportatu kredentzialak",
"Export credentials" : "Esportatu kredentzialak",
"Sharing" : "Partekatzea",
"Are you sure you want to leave? This will destroy all your credentials" : "Ziur zaude utzi nahi duzula? Honek zure kredentzial guztiak suntsituko ditu",
"New password does not match!" : "Pasahitz berria ez dator bat!",
"Please log in with your new vault password" : "Hasi saioz gordailuaren pasahitz berriarekin",
"Share with users and groups" : "Erabiltzaile eta taldeekin partekatu",
"Share link" : "Partekatu esteka",
"Are you sure you want to leave? This will corrupt this credential" : "Ziur zaude utzi nahi duzula? Honek kredentzial hau hondatuko du",
"Credential unshared" : "Kredentziala partekatzeari utzi zaio",
"Saved!" : "Gordeta!",
"Poor" : "Pobrea",
"Weak" : "Ahula",
"Good" : "Ona",
"Strong" : "Sendoa",
"Toggle visibility" : "Txandakatu ikusgaitasuna",
"Copy to clipboard" : "Kopiatu arbelera",
"Copied to clipboard!" : "Arbelera kopiatua!",
"Generate password" : "Sortu pasahitza",
"Copy password to clipboard" : "Kopiatu pasahitza arbelera",
"Password copied to clipboard!" : "Pasahitza arbelera kopiatu da!",
"Complete" : "Osoa",
"Username" : "Erabiltzaile-izena",
"Repeat password" : "Errepikatu pasahitza",
"Add tag" : "Gehitu etiketa",
"Pick an icon" : "Hautatu ikono bat",
"Search icons" : "Bilatu ikonoak",
"Upload a custom icon:" : "Kargatu ikono pertsonalizatu bat:",
"Use this icon" : "Erabili ikono hau",
"Delete current icon" : "Ezabatu uneko ikonoa",
"Get icon from page" : "Lortu ikonoa orritik",
"This may take a few seconds…" : "Segundo batzuk beharko dira...",
"Selected icon" : "Hautatutako ikonoa",
"Field label" : "Eremuaren etiketa",
"Field value" : "Eremuaren balioa",
"Choose a file" : "Hautatu fitxategi bat",
@ -38,64 +85,167 @@ OC.L10N.register(
"Actions" : "Ekintzak",
"Empty" : "Hutsik",
"Filename" : "Fitxategiaren izena",
"Upload date" : "Igoera data",
"Size" : "Tamaina",
"Upload or enter your OTP secret" : "Kargatu edo sartu zure OTP sekretua",
"Current OTP settings" : "Uneko OTP ezarpenak",
"Issuer" : "Jaulkitzailea",
"Secret" : "Sekretua",
"Expiration date" : "Iraungitze-data",
"No expiration date set" : "Ez da iraungitze-datarik ezarri",
"Renew interval" : "Berritze bitartea",
"Disabled" : "Desaktibatua",
"Day(s)" : "Egun",
"Week(s)" : "Aste",
"Month(s)" : "Hilabete",
"Year(s)" : "Urte",
"Password generation settings" : "Pasahitz sorreraren ezarpenak",
"Password length" : "Pasahitzaren luzera",
"Minimum amount of digits" : "Gutxieneko digitu kopurua",
"Use uppercase letters" : "Erabili maiuskulak",
"Use lowercase letters" : "Erabili letra minuskulak",
"Use numbers" : "Erabili zenbakiak",
"Use special characters" : "Erabili karaktere bereziak",
"Avoid ambiguous characters" : "Saihestu karaktere anbiguoak",
"Require every character type" : "Egin karaktere mota guztiak beharrezko",
"Export type" : "Esportazio mota",
"Export" : "Esportatu",
"Rename vault" : "Aldatu gordailuaren izena",
"New vault name" : "Gordailu berriaren izena",
"Change" : "Aldatu",
"Change vault key" : "Aldatu gordailuaren gakoa",
"Old vault password" : "Gordailu zaharraren pasahitza",
"New vault password" : "Gordailu berriaren pasahitza",
"Repeat new vault password" : "Errepikatu gordailuaren pasahitz berria",
"Processing" : "Prozesatzen",
"Total progress" : "Aurrerapen totala",
"About Passman" : "Passman aplikazioari buruz",
"Version" : "Bertsioa",
"Donate to support development" : "Egin dohaitza bat garapenean laguntzeko",
"Bookmarklet" : "applet-marka",
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
"Delete vault" : "Ezabatu gordailua",
"Vault password" : "Gordailuaren pasahitza",
"This process is irreversible" : "Prozesu honek ez du atzera bueltarik",
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
"Deleting {{password}}…" : "{{password}} ezabatzen...",
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
"Import type" : "Inportazio mota",
"Import" : "Inportatu",
"Read progress" : "Irakurri aurrerapena",
"Upload progress" : "Kargaren egoera",
"Private Key" : "Gako pribatua",
"Public key" : "Gako publikoa",
"Key size" : "Gakoaren tamaina",
"Save keys" : "Gorde gakoak",
"Generate sharing keys" : "Sortu partekatze-gakoak",
"Generating sharing keys" : "Partekatze-gakoak sortzen",
"Minimum password stength" : "Pasahitzaren gutxieneko indarra",
"Start scan" : "Hasi eskaneatzen",
"Result" : "Emaitza",
"A total of {{scan_result}} weak credentials were found." : "{{scan_result}} kredentzial ahul aurkitu dira guztira.",
"Score" : "Puntuazioa",
"Action" : "Ekintza",
"Search users…" : "Bilatu erabiltzaileak…",
"Missing users? Only users that have vaults are shown." : "Erabiltzaileak falta dira? Gordailuak dituzten erabiltzaileak soilik erakusten dira",
"Cyphering" : "Zifratzea",
"Uploading" : "Igotzen",
"User" : "Erabiltzailea",
"Crypto time" : "Zifratze-denbora",
"Total time spent encrypting" : "Enkriptatzen emandako denbora guztia",
"Read" : "Irakurri",
"Write" : "Idatzi",
"Files" : "Fitxategiak",
"Revisions" : "Berrikuspenak",
"Pending" : "Itxoiten",
"Enable link sharing" : "Gaitu esteken partekatzea",
"Share until date" : "Data arte partekatu",
"Click \\\"Share\\\" first" : "Egin klik \\\"Partekatu\\\" botoian lehenengo",
"Show files" : "Erakutsi fitxategiak",
"Details" : "Xehetasunak",
"Hide details" : "Ezkutatu xehetasunak",
"Password score" : "Pasahitzaren puntuazioa",
"Cracking times" : "Deszifratze-denbora",
"100 / hour" : "100 / orduko",
"10 / second" : "10 / segunduko",
"10k / second" : "10k / segundoko",
"10B / second" : "10B / segunduko",
"Offline attack, fast hash, many cores" : "Lineaz kanpoko erasoa, hash azkarra, nukleo asko",
"Pattern" : "Eredua",
"Matched word" : "Hitza bat dator",
"Dictionary name" : "Hiztegiaren izena",
"Uppercase variations" : "Maiuskula aldaerak",
"by" : "Nork",
"No revisions found." : "Ez da berrikuspenik aurkitu.",
"Label" : "Etiketa",
"Restore revision" : "Berezarri berrikuspena",
"Delete revision" : "Ezabatu berrikuspena",
"Edit credential" : "Editatu kredentziala",
"Create new credential" : "Sortu kredentzial berria",
"Save" : "Gorde",
"Cancel" : "Utzi",
"Settings" : "Ezarpenak",
"Share credential {{credential}}" : "Partekatu {{credential}} kredentziala",
"Unshare" : "Ez partekatu",
"Showing deleted since" : "Egun honetatik ezabatuak erakusten:",
"Beginning" : "Hasiera",
"Search for credential…" : "Bilatu kredentziala...",
"Account" : "Kontua",
"Password" : "Pasahitza",
"OTP" : "OTP",
"E-mail" : "E-maila",
"URL" : "URLa",
"Notes" : "Oharrak",
"Expiry time" : "Iraungitze ordua",
"Changed" : "Aldatuta",
"Created" : "Sortua",
"Edit" : "Editatu",
"Delete" : "Ezabatu",
"Share" : "Partekatu",
"Recover" : "Berreskuratu",
"Destroy" : "Suntsitu",
"Use regex" : "Erabili regex",
"You have incoming share requests." : "Sarrerako partekatze eskaerak dituzu.",
"If you want to put the credential in another vault," : "Kredentziala beste gordailu batean jarri nahi baduzu,",
"Permissions" : "Baimenak",
"Date" : "Data",
"Accept" : "Onartu",
"Decline" : "Uko egin",
"Hello there!" : "Kaixo!",
"You don't have good credentials" : "Ez duzu kredentzial onik",
"You don't have medium credentials" : "Ez duzu kredentzial ertainik",
"You don't have bad credentials" : "Ez duzu kredentzial okerrik",
"You don't have deleted credentials" : "Ez duzu ezabatutako kredentzialik",
"There are no credentials matching" : "Ez duzu bat datorren kredentzialik",
"Last accessed" : "Azkenengoz atzituta",
"Never" : "Inoiz ez",
"No vaults found, why not create one?" : "Ez da gordailurik aurkitu, zergatik ez sortu berria?",
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
"Please give your new vault a name." : "Eman izena gordailu berriari.",
"Repeat vault password" : "Errepikatu gordailuaren pasahitza",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Zure partekatze gakoek 1024 bitetako sendotasuna izango dute, hau \\\"Ezarpenak\\\" atalean aldatu dezakezu gero ere.",
"Create vault" : "Sortu gordailua",
"Go back to vaults" : "Itzuli gordailuetara",
"Please input the password for" : "Mesedez sartu honetarako pasahitza:",
"Set this vault as the default." : "Ezarri gordailu hau lehenetsi gisa.",
"Log into this vault automatically." : "Hasi saioa gordailu honetan automatikoki.",
"Decrypt vault" : "Dezifratu gordailua",
"Seems you lost the vault password and you're unable to log in." : "Badirudi gordailuaren pasahitza galdu duzula eta ezin duzula saioa hasi.",
"If you want this vault to be removed you can request that here." : "Gordailu hau kendu nahi baduzu, hemen eskatu dezakezu norbaitek ken dezala.",
"An admin then accepts or declines the request" : "Administratzaile batek orduan eskaera onartu edo baztertu",
"After an admin destroys this vault, all credentials in it will be lost" : "Administratzaile batek gordailu hau suntsitzen badu, kredentzial guztiak galduko dira",
"Reason for requesting deletion (optional):" : "Arrazoia ezabapena eskatzeko (aukerazkoa):",
"Request vault destruction" : "Eskatu gordailua suntsitzea",
"Yes, request an admin to destroy this vault" : "Bai, eskatu administratzaile bati gordailu hau suntsitu dezan",
"Cancel destruction request" : "Utzi suntsipen eskaera",
"Vault destruction requested" : "Gordailua suntsitzea eskatu da",
"Request removed" : "Eskakizuna kenduta",
"Destruction request pending" : "Suntsipen eskaera zain",
"Warning! Adding credentials over HTTP is insecure!" : "Kontuz! Kredentzialak HTTP bidez gehitzea ez da segurua!",
"Change vault" : "Aldatu gordailua",
"Deleted credentials" : "Ezabatutako kredentzialak",
"Logout" : "Amaitu saioa",
"Donate" : "Donazioa egin",
"Show All" : "Erakutsi guztiak",
"Tags" : "Etiketak",
"Search Tags" : "Bilatu etiketak",
@ -105,12 +255,67 @@ OC.L10N.register(
"Expired" : "Iraungita",
"Filter Tags" : "Iragazi etiketak",
"Simple Navigation" : "Nabigazio sinplea",
"Someone has shared a credential with you." : "Norbaitek kredentzial bat partekatu du zurekin.",
"Click here to request it" : "Egin klik hemen hura eskatzeko",
"Loading…" : "Kargatzen…",
"Awwhh… credential not found. Maybe it expired" : "Ooohh... ez da kredentziala aurkitu. Agian iraungitu da ",
"email" : "posta elektronikoa",
"Description" : "Deskribapena",
"Custom Search:" : "Bilaketa pertsonalizatua:",
"Revert to defaults" : "Berezarri lehenetsitakoak",
"Error while saving field" : "Errorea eremua gordetzean",
"A Passman item has been created, modified or deleted" : "Passman elementu bat sortu, aldatu edo ezabatu da",
"A Passman item has expired" : "Passmal elementu bat iraungi da",
"A Passman item has been shared" : "Passman elementu bat partekatu da",
"A Passman item has been renamed" : "Passman elementu bat izenez aldatu da",
"%1$s has been created by %2$s" : "%2$s(e)k %1$s sortu du",
"You created %1$s" : "%1$s zuk sortu duzu",
"%1$s has been updated by %2$s" : "%2$s(e)k %1$s eguneratu du",
"You updated %1$s" : "%1$s eguneratu duzu",
"You renamed %1$s to %2$s" : "%1$s %2$s(e)ra berrizendatu duzu",
"%1$s has been deleted by %2$s" : "%2$s(e)k %1$s ezabatu du",
"You deleted %1$s" : "%1$s ezabatu duzu",
"%1$s has been recovered by %2$s" : "%2$s(e)k %1$s berreskuratu du",
"You recovered %1$s" : "%1$s berreskuratu duzu",
"%1$s has been permanently deleted by %2$s" : "%2$s(e)k %1$s behin betiko ezabatu du",
"You permanently deleted %1$s" : "%1$s behin betiko ezabatu duzu",
"The password of %1$s has expired, renew it now." : "%1$s(r)en pasahitza iraungi da, berritu ezazu orain.",
"%1$s has been shared with %2$s" : "%1$s %2$s(r)ekin partekatu da",
"%s has been shared with a link" : "%s esteka batekin partekatu da",
"Passwords" : "Pasahitzak",
"Your credential \"%s\" expired, click here to update the credential." : "Zure \"%s\" kredentziala iraungi da, egin klik hemen kredentziala eguneratzeko.",
"Remind me later" : "Gogoratu geroago",
"Ignore" : "Ezikusi",
"%s shared \"%s\" with you. Click here to accept" : "%s(e)k \"%s\" partekatu du zurekin. Egin klik hemen onartzeko ",
"Passman" : "Passman",
"Unable to get version info" : "Ezin izan da bertsio informazioa lortu",
"Passman Settings" : "Passman ezarpenak",
"GitHub version:" : "GitHub bertsioa:",
"A newer version of Passman is available" : "Passman bertsio berri bat dago eskuragarri",
"Password sharing" : "Pasahitzaren partekatzea",
"Credential mover" : "Kredentzial mugitzailea",
"Vault destruction requests" : "Gordailuak suntsitzeko eskariak",
"Check for new versions" : "Begiratu bertsio berririk dagoen",
"Enable HTTPS check" : "Gaitu HTTPS egiaztapena",
"Disable context menu" : "Desgaitu laster-menua",
"Disable JavaScript debugger" : "Desgaitu JavaScript araztailea",
"Allow users on this server to share passwords with a link" : "Baimendu zerbitzari honetako erabiltzaileek pasahitzak partekatu dezaten esteka batekin",
"Allow users on this server to share passwords with other users" : "Baimendu zerbitzari honetako erabiltzaileek beste erabiltzaileekin pasahitzak partekatzea",
"Move credentials from one account to another" : "Mugitu kontu baten kredentzialak beste batera",
"Source account" : "Iturburuko kontua",
"Destination account" : "Helburuko kontua",
"Credentials moved!" : "Kredentzialak mugituta!",
"Requests to destroy vault" : "Gordailua suntsitzeko eskariak",
"Request ID" : "Eskariaren IDa",
"Requested by" : "Honek eskatuta:",
"Reason" : "Arrazoia",
"Saving..." : "Gordetzen...",
"Loading&hellip;" : "Kargatzen&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooohh... ezin izan da kredentziala aurkitu. Agian iraungi da?",
"Expires:" : "Iraungitzea:",
"Connection to server lost" : "Zerbitzariarekiko konexioa eten da",
"Problem loading page, reloading in 5 seconds" : "Arazoa orria kargatzerakoan, 5 segundotan birkargatzen",
"Saving …" : "Gordetzen …",
"Dismiss" : "Baztertu",
"seconds ago" : "duela segundo batzuk"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,30 +1,77 @@
{ "translations": {
"Passwords" : "Pasahitzak",
"Generating sharing keys ( %s / 2)" : "Partekatze gakoak sortzen (%s/2)",
"Incorrect vault password!" : "Gordailuaren pasahitza ez da zuzena!",
"Passwords do not match" : "Pasahitzak ez datoz bat",
"General" : "Orokorra",
"Custom Fields" : "Eremu pertsonalizatuak",
"Please fill in a label." : "Bete etiketa bat.",
"Please fill in a value." : "Bete balio bat.",
"Error loading file" : "Errorea fitxategia kargatzen",
"An error occurred during decryption" : "Errore bat gertatu da deszifratu bitartean",
"Credential created!" : "Kredentziala sortuta!",
"Credential deleted" : "Kredentziala ezabatuta",
"Credential updated" : "Kredentziala eguneratuta",
"Credential recovered" : "Kredentziala berreskuratuta",
"Credential destroyed" : "Kredentziala suntsituta",
"Error downloading file, you probably have insufficient permissions" : "Errorea fitxategia deskargatzean, agian ez duzu baimen nahiko",
"Invalid QR code" : "Baliogabeko QR kodea",
"Starting export" : "Esportazioa hasten",
"Decrypting credentials" : "Kredentzialak deszifratzen",
"Done" : "Egina",
"File read." : "Fitxategia irakurri da.",
"Proceed with the following steps to import your file" : "Eman pauso hauek zure fitxategia inportatzeko",
"Skipping unlabeled credential" : "Etiketatu gabeko kredentziala ez da kontuan hartuko",
"Adding {{credential}}" : "{{credential}} gehitzen",
"Added {{credential}}" : "{{credential}} gehituta",
"Skipping credential, missing label on line {{line}}" : "Kredentziala ez da kontuan hartu, etiketa falta da {{line}} lerroan",
"Parsed {{num}} credentials, starting to import" : "{{num}} kredentzial irakurri dira, inportazioa hasten",
"Importing" : "Inportatzen",
"Start import" : "Hasi inportazioa",
"Select CSV file" : "CSV fitxategia aukeratu",
"Parsed {{rows}} lines from CSV file" : "{{rows}} lerro irakurri dira CSV fitxategitik",
"Skip first row" : "Saltatu lehen errenkada",
"The first 5 lines of the CSV are shown." : "CSV fitxategiko lehen 5 lerroak erakusten dira.",
"Example of imported credential" : "Inportatutako krendetzial baten adibidea",
"Revision deleted" : "Berrikuspena ezabatu da",
"Revision restored" : "Berrikuspena leheneratu da",
"Save in Passman" : "Gorde Passmanen",
"Settings saved" : "Ezarpenak gordeta",
"General settings" : "Ezarpen orokorrak",
"Password audit" : "Pasahitzaren auditoretza",
"Password settings" : "Pasahitz-ezarpenak",
"Import credentials" : "Inportatu kredentzialak",
"Export credentials" : "Esportatu kredentzialak",
"Sharing" : "Partekatzea",
"Are you sure you want to leave? This will destroy all your credentials" : "Ziur zaude utzi nahi duzula? Honek zure kredentzial guztiak suntsituko ditu",
"New password does not match!" : "Pasahitz berria ez dator bat!",
"Please log in with your new vault password" : "Hasi saioz gordailuaren pasahitz berriarekin",
"Share with users and groups" : "Erabiltzaile eta taldeekin partekatu",
"Share link" : "Partekatu esteka",
"Are you sure you want to leave? This will corrupt this credential" : "Ziur zaude utzi nahi duzula? Honek kredentzial hau hondatuko du",
"Credential unshared" : "Kredentziala partekatzeari utzi zaio",
"Saved!" : "Gordeta!",
"Poor" : "Pobrea",
"Weak" : "Ahula",
"Good" : "Ona",
"Strong" : "Sendoa",
"Toggle visibility" : "Txandakatu ikusgaitasuna",
"Copy to clipboard" : "Kopiatu arbelera",
"Copied to clipboard!" : "Arbelera kopiatua!",
"Generate password" : "Sortu pasahitza",
"Copy password to clipboard" : "Kopiatu pasahitza arbelera",
"Password copied to clipboard!" : "Pasahitza arbelera kopiatu da!",
"Complete" : "Osoa",
"Username" : "Erabiltzaile-izena",
"Repeat password" : "Errepikatu pasahitza",
"Add tag" : "Gehitu etiketa",
"Pick an icon" : "Hautatu ikono bat",
"Search icons" : "Bilatu ikonoak",
"Upload a custom icon:" : "Kargatu ikono pertsonalizatu bat:",
"Use this icon" : "Erabili ikono hau",
"Delete current icon" : "Ezabatu uneko ikonoa",
"Get icon from page" : "Lortu ikonoa orritik",
"This may take a few seconds…" : "Segundo batzuk beharko dira...",
"Selected icon" : "Hautatutako ikonoa",
"Field label" : "Eremuaren etiketa",
"Field value" : "Eremuaren balioa",
"Choose a file" : "Hautatu fitxategi bat",
@ -36,64 +83,167 @@
"Actions" : "Ekintzak",
"Empty" : "Hutsik",
"Filename" : "Fitxategiaren izena",
"Upload date" : "Igoera data",
"Size" : "Tamaina",
"Upload or enter your OTP secret" : "Kargatu edo sartu zure OTP sekretua",
"Current OTP settings" : "Uneko OTP ezarpenak",
"Issuer" : "Jaulkitzailea",
"Secret" : "Sekretua",
"Expiration date" : "Iraungitze-data",
"No expiration date set" : "Ez da iraungitze-datarik ezarri",
"Renew interval" : "Berritze bitartea",
"Disabled" : "Desaktibatua",
"Day(s)" : "Egun",
"Week(s)" : "Aste",
"Month(s)" : "Hilabete",
"Year(s)" : "Urte",
"Password generation settings" : "Pasahitz sorreraren ezarpenak",
"Password length" : "Pasahitzaren luzera",
"Minimum amount of digits" : "Gutxieneko digitu kopurua",
"Use uppercase letters" : "Erabili maiuskulak",
"Use lowercase letters" : "Erabili letra minuskulak",
"Use numbers" : "Erabili zenbakiak",
"Use special characters" : "Erabili karaktere bereziak",
"Avoid ambiguous characters" : "Saihestu karaktere anbiguoak",
"Require every character type" : "Egin karaktere mota guztiak beharrezko",
"Export type" : "Esportazio mota",
"Export" : "Esportatu",
"Rename vault" : "Aldatu gordailuaren izena",
"New vault name" : "Gordailu berriaren izena",
"Change" : "Aldatu",
"Change vault key" : "Aldatu gordailuaren gakoa",
"Old vault password" : "Gordailu zaharraren pasahitza",
"New vault password" : "Gordailu berriaren pasahitza",
"Repeat new vault password" : "Errepikatu gordailuaren pasahitz berria",
"Processing" : "Prozesatzen",
"Total progress" : "Aurrerapen totala",
"About Passman" : "Passman aplikazioari buruz",
"Version" : "Bertsioa",
"Donate to support development" : "Egin dohaitza bat garapenean laguntzeko",
"Bookmarklet" : "applet-marka",
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
"Delete vault" : "Ezabatu gordailua",
"Vault password" : "Gordailuaren pasahitza",
"This process is irreversible" : "Prozesu honek ez du atzera bueltarik",
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
"Deleting {{password}}…" : "{{password}} ezabatzen...",
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
"Import type" : "Inportazio mota",
"Import" : "Inportatu",
"Read progress" : "Irakurri aurrerapena",
"Upload progress" : "Kargaren egoera",
"Private Key" : "Gako pribatua",
"Public key" : "Gako publikoa",
"Key size" : "Gakoaren tamaina",
"Save keys" : "Gorde gakoak",
"Generate sharing keys" : "Sortu partekatze-gakoak",
"Generating sharing keys" : "Partekatze-gakoak sortzen",
"Minimum password stength" : "Pasahitzaren gutxieneko indarra",
"Start scan" : "Hasi eskaneatzen",
"Result" : "Emaitza",
"A total of {{scan_result}} weak credentials were found." : "{{scan_result}} kredentzial ahul aurkitu dira guztira.",
"Score" : "Puntuazioa",
"Action" : "Ekintza",
"Search users…" : "Bilatu erabiltzaileak…",
"Missing users? Only users that have vaults are shown." : "Erabiltzaileak falta dira? Gordailuak dituzten erabiltzaileak soilik erakusten dira",
"Cyphering" : "Zifratzea",
"Uploading" : "Igotzen",
"User" : "Erabiltzailea",
"Crypto time" : "Zifratze-denbora",
"Total time spent encrypting" : "Enkriptatzen emandako denbora guztia",
"Read" : "Irakurri",
"Write" : "Idatzi",
"Files" : "Fitxategiak",
"Revisions" : "Berrikuspenak",
"Pending" : "Itxoiten",
"Enable link sharing" : "Gaitu esteken partekatzea",
"Share until date" : "Data arte partekatu",
"Click \\\"Share\\\" first" : "Egin klik \\\"Partekatu\\\" botoian lehenengo",
"Show files" : "Erakutsi fitxategiak",
"Details" : "Xehetasunak",
"Hide details" : "Ezkutatu xehetasunak",
"Password score" : "Pasahitzaren puntuazioa",
"Cracking times" : "Deszifratze-denbora",
"100 / hour" : "100 / orduko",
"10 / second" : "10 / segunduko",
"10k / second" : "10k / segundoko",
"10B / second" : "10B / segunduko",
"Offline attack, fast hash, many cores" : "Lineaz kanpoko erasoa, hash azkarra, nukleo asko",
"Pattern" : "Eredua",
"Matched word" : "Hitza bat dator",
"Dictionary name" : "Hiztegiaren izena",
"Uppercase variations" : "Maiuskula aldaerak",
"by" : "Nork",
"No revisions found." : "Ez da berrikuspenik aurkitu.",
"Label" : "Etiketa",
"Restore revision" : "Berezarri berrikuspena",
"Delete revision" : "Ezabatu berrikuspena",
"Edit credential" : "Editatu kredentziala",
"Create new credential" : "Sortu kredentzial berria",
"Save" : "Gorde",
"Cancel" : "Utzi",
"Settings" : "Ezarpenak",
"Share credential {{credential}}" : "Partekatu {{credential}} kredentziala",
"Unshare" : "Ez partekatu",
"Showing deleted since" : "Egun honetatik ezabatuak erakusten:",
"Beginning" : "Hasiera",
"Search for credential…" : "Bilatu kredentziala...",
"Account" : "Kontua",
"Password" : "Pasahitza",
"OTP" : "OTP",
"E-mail" : "E-maila",
"URL" : "URLa",
"Notes" : "Oharrak",
"Expiry time" : "Iraungitze ordua",
"Changed" : "Aldatuta",
"Created" : "Sortua",
"Edit" : "Editatu",
"Delete" : "Ezabatu",
"Share" : "Partekatu",
"Recover" : "Berreskuratu",
"Destroy" : "Suntsitu",
"Use regex" : "Erabili regex",
"You have incoming share requests." : "Sarrerako partekatze eskaerak dituzu.",
"If you want to put the credential in another vault," : "Kredentziala beste gordailu batean jarri nahi baduzu,",
"Permissions" : "Baimenak",
"Date" : "Data",
"Accept" : "Onartu",
"Decline" : "Uko egin",
"Hello there!" : "Kaixo!",
"You don't have good credentials" : "Ez duzu kredentzial onik",
"You don't have medium credentials" : "Ez duzu kredentzial ertainik",
"You don't have bad credentials" : "Ez duzu kredentzial okerrik",
"You don't have deleted credentials" : "Ez duzu ezabatutako kredentzialik",
"There are no credentials matching" : "Ez duzu bat datorren kredentzialik",
"Last accessed" : "Azkenengoz atzituta",
"Never" : "Inoiz ez",
"No vaults found, why not create one?" : "Ez da gordailurik aurkitu, zergatik ez sortu berria?",
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
"Please give your new vault a name." : "Eman izena gordailu berriari.",
"Repeat vault password" : "Errepikatu gordailuaren pasahitza",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Zure partekatze gakoek 1024 bitetako sendotasuna izango dute, hau \\\"Ezarpenak\\\" atalean aldatu dezakezu gero ere.",
"Create vault" : "Sortu gordailua",
"Go back to vaults" : "Itzuli gordailuetara",
"Please input the password for" : "Mesedez sartu honetarako pasahitza:",
"Set this vault as the default." : "Ezarri gordailu hau lehenetsi gisa.",
"Log into this vault automatically." : "Hasi saioa gordailu honetan automatikoki.",
"Decrypt vault" : "Dezifratu gordailua",
"Seems you lost the vault password and you're unable to log in." : "Badirudi gordailuaren pasahitza galdu duzula eta ezin duzula saioa hasi.",
"If you want this vault to be removed you can request that here." : "Gordailu hau kendu nahi baduzu, hemen eskatu dezakezu norbaitek ken dezala.",
"An admin then accepts or declines the request" : "Administratzaile batek orduan eskaera onartu edo baztertu",
"After an admin destroys this vault, all credentials in it will be lost" : "Administratzaile batek gordailu hau suntsitzen badu, kredentzial guztiak galduko dira",
"Reason for requesting deletion (optional):" : "Arrazoia ezabapena eskatzeko (aukerazkoa):",
"Request vault destruction" : "Eskatu gordailua suntsitzea",
"Yes, request an admin to destroy this vault" : "Bai, eskatu administratzaile bati gordailu hau suntsitu dezan",
"Cancel destruction request" : "Utzi suntsipen eskaera",
"Vault destruction requested" : "Gordailua suntsitzea eskatu da",
"Request removed" : "Eskakizuna kenduta",
"Destruction request pending" : "Suntsipen eskaera zain",
"Warning! Adding credentials over HTTP is insecure!" : "Kontuz! Kredentzialak HTTP bidez gehitzea ez da segurua!",
"Change vault" : "Aldatu gordailua",
"Deleted credentials" : "Ezabatutako kredentzialak",
"Logout" : "Amaitu saioa",
"Donate" : "Donazioa egin",
"Show All" : "Erakutsi guztiak",
"Tags" : "Etiketak",
"Search Tags" : "Bilatu etiketak",
@ -103,12 +253,67 @@
"Expired" : "Iraungita",
"Filter Tags" : "Iragazi etiketak",
"Simple Navigation" : "Nabigazio sinplea",
"Someone has shared a credential with you." : "Norbaitek kredentzial bat partekatu du zurekin.",
"Click here to request it" : "Egin klik hemen hura eskatzeko",
"Loading…" : "Kargatzen…",
"Awwhh… credential not found. Maybe it expired" : "Ooohh... ez da kredentziala aurkitu. Agian iraungitu da ",
"email" : "posta elektronikoa",
"Description" : "Deskribapena",
"Custom Search:" : "Bilaketa pertsonalizatua:",
"Revert to defaults" : "Berezarri lehenetsitakoak",
"Error while saving field" : "Errorea eremua gordetzean",
"A Passman item has been created, modified or deleted" : "Passman elementu bat sortu, aldatu edo ezabatu da",
"A Passman item has expired" : "Passmal elementu bat iraungi da",
"A Passman item has been shared" : "Passman elementu bat partekatu da",
"A Passman item has been renamed" : "Passman elementu bat izenez aldatu da",
"%1$s has been created by %2$s" : "%2$s(e)k %1$s sortu du",
"You created %1$s" : "%1$s zuk sortu duzu",
"%1$s has been updated by %2$s" : "%2$s(e)k %1$s eguneratu du",
"You updated %1$s" : "%1$s eguneratu duzu",
"You renamed %1$s to %2$s" : "%1$s %2$s(e)ra berrizendatu duzu",
"%1$s has been deleted by %2$s" : "%2$s(e)k %1$s ezabatu du",
"You deleted %1$s" : "%1$s ezabatu duzu",
"%1$s has been recovered by %2$s" : "%2$s(e)k %1$s berreskuratu du",
"You recovered %1$s" : "%1$s berreskuratu duzu",
"%1$s has been permanently deleted by %2$s" : "%2$s(e)k %1$s behin betiko ezabatu du",
"You permanently deleted %1$s" : "%1$s behin betiko ezabatu duzu",
"The password of %1$s has expired, renew it now." : "%1$s(r)en pasahitza iraungi da, berritu ezazu orain.",
"%1$s has been shared with %2$s" : "%1$s %2$s(r)ekin partekatu da",
"%s has been shared with a link" : "%s esteka batekin partekatu da",
"Passwords" : "Pasahitzak",
"Your credential \"%s\" expired, click here to update the credential." : "Zure \"%s\" kredentziala iraungi da, egin klik hemen kredentziala eguneratzeko.",
"Remind me later" : "Gogoratu geroago",
"Ignore" : "Ezikusi",
"%s shared \"%s\" with you. Click here to accept" : "%s(e)k \"%s\" partekatu du zurekin. Egin klik hemen onartzeko ",
"Passman" : "Passman",
"Unable to get version info" : "Ezin izan da bertsio informazioa lortu",
"Passman Settings" : "Passman ezarpenak",
"GitHub version:" : "GitHub bertsioa:",
"A newer version of Passman is available" : "Passman bertsio berri bat dago eskuragarri",
"Password sharing" : "Pasahitzaren partekatzea",
"Credential mover" : "Kredentzial mugitzailea",
"Vault destruction requests" : "Gordailuak suntsitzeko eskariak",
"Check for new versions" : "Begiratu bertsio berririk dagoen",
"Enable HTTPS check" : "Gaitu HTTPS egiaztapena",
"Disable context menu" : "Desgaitu laster-menua",
"Disable JavaScript debugger" : "Desgaitu JavaScript araztailea",
"Allow users on this server to share passwords with a link" : "Baimendu zerbitzari honetako erabiltzaileek pasahitzak partekatu dezaten esteka batekin",
"Allow users on this server to share passwords with other users" : "Baimendu zerbitzari honetako erabiltzaileek beste erabiltzaileekin pasahitzak partekatzea",
"Move credentials from one account to another" : "Mugitu kontu baten kredentzialak beste batera",
"Source account" : "Iturburuko kontua",
"Destination account" : "Helburuko kontua",
"Credentials moved!" : "Kredentzialak mugituta!",
"Requests to destroy vault" : "Gordailua suntsitzeko eskariak",
"Request ID" : "Eskariaren IDa",
"Requested by" : "Honek eskatuta:",
"Reason" : "Arrazoia",
"Saving..." : "Gordetzen...",
"Loading&hellip;" : "Kargatzen&hellip;",
"Awwhh… could not find the credential. Maybe it expired?" : "Ooohh... ezin izan da kredentziala aurkitu. Agian iraungi da?",
"Expires:" : "Iraungitzea:",
"Connection to server lost" : "Zerbitzariarekiko konexioa eten da",
"Problem loading page, reloading in 5 seconds" : "Arazoa orria kargatzerakoan, 5 segundotan birkargatzen",
"Saving …" : "Gordetzen …",
"Dismiss" : "Baztertu",
"seconds ago" : "duela segundo batzuk"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

365
l10n/fa.js Normal file
View file

@ -0,0 +1,365 @@
OC.L10N.register(
"passman",
{
"Generating sharing keys ( %s / 2)" : "ایجاد کلیدهای اشتراکی ( %s / 2)",
"Incorrect vault password!" : "گذرواژه نادرست!",
"Passwords do not match" : "رمزهای ورود مطابقت ندارند",
"General" : "عمومی",
"Custom Fields" : "فیلدهای سفارشی",
"Please fill in a label." : "لطفاً یک برچسب را پر کنید.",
"Please fill in a value." : "لطفاً یک مقدار را پر کنید.",
"Error loading file" : "خطا در بارگیری پرونده",
"An error occurred during decryption" : "هنگام رمزگشایی خطایی روی داد",
"Credential created!" : "اعتبار ایجاد شده!",
"Credential deleted" : "اعتبارنامه حذف شد",
"Credential updated" : "اعتبار به روز شد",
"Credential recovered" : "اعتبار بازیابی شد",
"Credential destroyed" : "اعتبار از بین رفت",
"Error downloading file, you probably have insufficient permissions" : "هنگام بارگیری در خطا ، احتمالاً مجوزهای کافی ندارید",
"Invalid QR code" : "کد QR نامعتبر است",
"Starting export" : "شروع صادرات",
"Decrypting credentials" : "رمزگشایی اعتبار",
"Done" : "انجام شد",
"File read." : "پرونده را بخوانید",
"Proceed with the following steps to import your file" : "مراحل زیر را برای وارد کردن پرونده خود انجام دهید",
"Skipping unlabeled credential" : "جستجوی اعتبار بدون برچسب",
"Adding {{credential}}" : "افزودن {{}} اعتبارنامه",
"Added {{credential}}" : "اضافه شده {{}} اعتبارنامه",
"Skipping credential, missing label on line {{line}}" : "جستجوی اعتبار ، برچسب موجود در خط {{خط}}",
"Parsed {{num}} credentials, starting to import" : "تجزیه {{NUM}} اعتبار، شروع به واردات",
"Importing" : "واردات",
"Start import" : "واردات را شروع کنید",
"Select CSV file" : "پرونده CSV را انتخاب کنید",
"Parsed {{rows}} lines from CSV file" : "تجزیه {{}} ردیف خطوط از فایل CSV",
"Skip first row" : "ردیف اول پرش کنید",
"You need to assign the label field before you can start the import." : "قبل از شروع واردات ، باید قسمت لیبل را اختصاص دهید.",
"The first 5 lines of the CSV are shown." : "5 خط اول CSV نشان داده شده است.",
"Assign the proper fields to each column." : "قسمت های مناسب را به هر ستون اختصاص دهید.",
"Example of imported credential" : "نمونه ای از اعتبار وارداتی",
"Missing an importer? Try it with the generic CSV importer." : "واردکننده ندارید؟ آن را با وارد کننده CSV عمومی امتحان کنید.",
"Go back to importers." : "به واردکنندگان برگردید",
"Revision deleted" : "نسخه حذف شد",
"Revision restored" : "نسخه بازسازی شد",
"Save in Passman" : "در Passman ذخیره کنید",
"Settings saved" : "تنظیمات ذخیره شد",
"General settings" : "تنظیمات عمومی",
"Password audit" : "حسابرسی رمز عبور",
"Password settings" : "تنظیمات گذرواژه",
"Import credentials" : "اعتبار واردات",
"Export credentials" : "اعتبارنامه صادرات",
"Sharing" : "اشتراک گذاری",
"Are you sure you want to leave? This will destroy all your credentials" : "آیا مطمئن هستی که می خواهی ترک کنی؟ این اعتبار همه اعتبارات شما را از بین می برد",
"Old password field incorrect!" : "فیلد رمز عبور قدیمی نادرست است!",
"New password does not match!" : "رمز عبور جدید مطابقت ندارد!",
"Please log in with your new vault password" : "لطفاً با رمز جدید طاق خود وارد شوید",
"Share with users and groups" : "با کاربران و گروه ها به اشتراک بگذارید",
"Share link" : "Share link",
"Are you sure you want to leave? This will corrupt this credential" : "آیا مطمئن هستی که می خواهی ترک کنی؟ این اعتبار را خراب می کند",
"Credential unshared" : "اعتبار نامشخص",
"Credential shared" : "اعتبار به اشتراک گذاشته شد",
"Saved!" : "ذخیره!",
"Poor" : "فقیر",
"Weak" : "هفته",
"Good" : "خوب",
"Strong" : "قوی",
"Toggle visibility" : "تغییر دید",
"Copy to clipboard" : "کپی کردن به حافظه موقت",
"Copied to clipboard!" : "در حافظه موقت کپی شده!",
"Generate password" : "ایجاد گذرواژه",
"Copy password to clipboard" : "رمز عبور را در حافظه موقت کپی کردن",
"Password copied to clipboard!" : "رمز عبور در حافظه موقت کپی شده!",
"Complete" : "کامل کردن",
"Username" : "نام کاربری",
"Repeat password" : "تکرار رمز عبور",
"Add tag" : "افزودن تگ",
"Pick an icon" : "یک نماد را انتخاب کنید",
"Search icons" : "نمادهای جستجو",
"Upload a custom icon:" : "بارگیری یک نماد سفارشی:",
"Use this icon" : "از این نماد استفاده کنید",
"Delete current icon" : "نماد فعلی را حذف کنید",
"Get icon from page" : "نماد را از صفحه دریافت کنید",
"This may take a few seconds…" : "این ممکن است چند ثانیه طول بکشد…",
"There was an error fetching the icon!" : "هنگام واگذاری نماد خطایی رخ داد!",
"Selected icon" : "نماد انتخاب شده است",
"Field label" : "برچسب زمینه",
"Field value" : "مقدار فیلد",
"Choose a file" : "پرونده ای را انتخاب کردن",
"Text" : "متن",
"File" : "File",
"Add" : "افزودن",
"Value" : "ارزش",
"Type" : "Type",
"Actions" : "فعالیت ها",
"Empty" : "خالی",
"Filename" : "نام فایل",
"Upload date" : "تاریخ بارگذاری",
"Size" : "اندازه",
"Upload or enter your OTP secret" : "راز OTP خود را بارگذاری یا وارد کنید",
"Current OTP settings" : "تنظیمات OTP فعلی",
"Issuer" : "صادر کننده",
"Secret" : "راز",
"Expiration date" : "تاریخ انقضا",
"No expiration date set" : "تاریخ انقضا ست نشده است",
"Renew interval" : "فاصله را تمدید کنید",
"Disabled" : "غیرفعال شده",
"Day(s)" : "روز(s)",
"Week(s)" : "هفته(s)",
"Month(s)" : "ماه(s)",
"Year(s)" : "سال(s)",
"Password generation settings" : "تنظیمات تولید گذرواژه",
"Password length" : "طول رمز عبور",
"Minimum amount of digits" : "حداقل رقم",
"Use uppercase letters" : "از حروف بزرگ استفاده کنید",
"Use lowercase letters" : "از حروف کوچک استفاده کنید",
"Use numbers" : "از اعداد استفاده کنید",
"Use special characters" : "از کاراکترهای ویژه استفاده کنید",
"Avoid ambiguous characters" : "از شخصیت های مبهم خودداری کنید",
"Require every character type" : "به هر نوع شخصیت نیاز دارید",
"Export type" : "نوع صادرات",
"Export" : "گرفتن خروجی",
"Enter vault password to confirm export." : "رمز عبور طاق را برای تائید صادرات وارد کنید.",
"Rename vault" : "تغییر طاق",
"New vault name" : "نام طاق جدید",
"Change" : "تغییر دادن",
"Change vault key" : "کلید طاق را تغییر دهید",
"Old vault password" : "رمز عبور قدیمی طاق",
"New vault password" : "رمز عبور جدید طاق",
"Repeat new vault password" : "رمز عبور جدید طاق را تکرار کنید",
"Please wait your vault is being updated, do not leave this page." : "لطفاً صبر کنید تا طاق شما به روز شود ، این صفحه را ترک نکنید.",
"Processing" : "در حال پردازش",
"Total progress" : "پیشرفت کل",
"About Passman" : "درباره Passman",
"Version" : "نسخه",
"Donate to support development" : "کمک مالی برای حمایت از توسعه",
"Bookmarklet" : "نشانک",
"Save your passwords with one click." : "پسورد های خود را با یک کلیک ذخیره کنید.",
"Drag below button to your bookmark toolbar." : "دکمه زیر را به نوار ابزار نشانک خود بکشید.",
"Delete vault" : "طاق را حذف کنید",
"Vault password" : "رمز عبور طاق",
"This process is irreversible" : "این روند غیرقابل برگشت است",
"Delete my precious passwords" : "کلمات عبور ارزشمند من را حذف کنید",
"Deleting {{password}}…" : "حذف {{گذرواژه}}…",
"Yes, delete my precious passwords" : "بله ، کلمات عبور ارزشمند من را حذف کنید",
"Import type" : "نوع واردات",
"Import" : "وارد کردن",
"Read progress" : "پیشرفت را بخوانید",
"Upload progress" : "پیشرفت بارگذاری شود",
"Private Key" : "کلید خصوصی",
"Public key" : "کلید عمومی",
"Key size" : "اندازه کلیدی",
"Save keys" : "ذخیره کلیدها",
"Generate sharing keys" : "کلیدهای اشتراکی ایجاد کنید",
"Generating sharing keys" : "ایجاد کلیدهای اشتراکی",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "ابزار رمز عبور رمزعبور شما را اسکن می کند ، میانگین زمان ترک خوردگی را محاسبه می کند و لیست های زیر آستانه را لیست می کند",
"Minimum password stength" : "حداقل قدرت رمز عبور",
"Start scan" : "شروع به اسکن کنید",
"Result" : "شروع به اسکنیک",
"A total of {{scan_result}} weak credentials were found." : "در مجموع {{}} scan_result اعتبار ضعیف پیدا شد.",
"Score" : "نمره",
"Action" : "عمل",
"Search users…" : "جستجوی کاربران…",
"Missing users? Only users that have vaults are shown." : "کاربران از دست رفته؟ فقط کاربرانی که دارای طاق هستند نمایش داده می شوند.",
"Cyphering" : "رمزگذاری",
"Uploading" : "در حال آپلود",
"User" : "User",
"Crypto time" : "زمان رمزنگاری",
"Total time spent encrypting" : "کل زمان صرف رمزگذاری شده است",
"Read" : "خواندن",
"Write" : "نوشتن",
"Files" : "فایل",
"Revisions" : "بازنگری",
"Pending" : "در انتظار",
"Enable link sharing" : "اشتراک گذاری پیوند را فعال کنید",
"Share until date" : "به اشتراک بگذارید تا تاریخ",
"Expire after views" : "بعد از نمایش",
"Click \\\"Share\\\" first" : "کلیک کنید \\ \"اشتراک \\\" برای اولین بار",
"Show files" : "نمایش پرونده ها",
"Details" : "جزئیات",
"Hide details" : "مخفی کردن جزئیات",
"Password score" : "امتیاز رمز عبور",
"Cracking times" : "زمان شکستن",
"100 / hour" : "100 / ساعت",
"Throttled online attack" : "حمله آنلاین را برانگیخت",
"10 / second" : "10 / ثانیه",
"Unthrottled online attack" : "حمله آنلاین بدون بیان",
"10k / second" : "10k / ثانیه",
"Offline attack, slow hash, many cores" : "حمله آفلاین ، هش کند ، بسیاری از هسته",
"10B / second" : "10B / ثانیه",
"Offline attack, fast hash, many cores" : "حمله آفلاین ، هش سریع ، هسته های زیادی",
"Match sequence" : "دنباله بازی",
"See match sequence" : "دنباله مسابقه را مشاهده کنید",
"Pattern" : "الگو",
"Matched word" : "کلمه همسان",
"Dictionary name" : "نام فرهنگ لغت",
"Rank" : "رتبه",
"Reversed" : "معکوس شد",
"Guesses" : "حدس می زنم",
"Base guesses" : "حدس های پایه",
"Uppercase variations" : "تغییرات بزرگ",
"l33t-variations" : "تغییرات l33t",
"Showing revisions of" : "نمایش تجدید نظر در",
"Revision of" : "تجدید نظر در",
"by" : "با",
"No revisions found." : "هیچ نسخه ای یافت نشد.",
"Label" : "برچسب",
"Restore revision" : "بازگرداندن تجدید نظر",
"Delete revision" : "ویرایش را حذف کنید",
"Edit credential" : "اعتبار را ویرایش کردن",
"Create new credential" : "اعتبار جدید ایجاد کنید",
"Save" : "ذخیره",
"Cancel" : "لغو",
"Settings" : "تنظیمات",
"Share credential {{credential}}" : "به اشتراک اعتبارنامه {{}} اعتبارنامه",
"Unshare" : "لغو اشتراک",
"Showing deleted since" : "نمایش از زمان حذف شده است",
"Beginning" : "شروع",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "نمایش اعتبار {{number_filtered}} از {{اعتبار_نمایش}} اعتبار",
"Search for credential…" : "جستجوی اطلاعات ...",
"Account" : "حساب",
"Password" : "گذرواژه",
"OTP" : "OTP",
"E-mail" : "پست الکترونیک",
"URL" : "URL",
"Notes" : "یادداشت ها",
"Expiry time" : "زمان انقضا",
"Changed" : "تغییر کرد",
"Created" : "ایجاد شده",
"Edit" : "ویرایش کردن",
"Delete" : "حذف",
"Share" : "هم‌رسانی",
"Recover" : "بازیابی",
"Destroy" : "از بین رفتن",
"Use regex" : "از regex استفاده کنید",
"You have incoming share requests." : "شما درخواست اشتراک اشتراکی دارید",
"If you want to put the credential in another vault," : "اگر می خواهید اعتبار را در طاق دیگری قرار دهید ،",
"log out of this vault and log into the vault you want the shared credential in." : "از این طاق خارج شوید و وارد طاق مورد نظر شوید که اعتبار مشترک را در آن بخواهید.",
"Permissions" : "مجوزها",
"Received from" : "دریافت شده از",
"Date" : "Date",
"Accept" : "پذیرش",
"Decline" : "کاهش می یابد",
"You have {{session_time}} left before logout." : "شما {{}} session_time قبل از خروج از سیستم را ترک کرد.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "طاق شما برای {{زمان}} به دلیل {{}} تلاش می کند تلاش های شکست خورده قفل شده است!",
"Hello there!" : "سلام!",
"It does not seem that you have any passwords. Do you want to add one?" : "به نظر نمی رسد که رمز عبوری داشته باشید. آیا میخواهید افزودن یکی؟",
"You don't have good credentials" : "شما مدارک معتبر ندارید",
"You don't have medium credentials" : "شما اعتبار متوسط ندارید",
"You don't have bad credentials" : "شما مدارک بدی ندارید",
"You don't have expired credentials" : "اعتبارنامه منقضی نشده اید",
"You don't have deleted credentials" : "شما اعتبارنامه را حذف نکرده اید",
"There are no credentials with your selected tags" : "هیچ گواهی با برچسب های انتخابی شما وجود ندارد",
"There are no credentials matching" : "هیچ تطبیقی اعتبار وجود ندارد",
"Last accessed" : "آخرین دسترسی",
"Never" : "هرگز",
"No vaults found, why not create one?" : "هیچ طاقچه ای پیدا نشده است ، چرا یکی را ایجاد نمی کنید؟",
"Password strength must be at least: {{strength}}" : "قدرت رمز عبور باید حداقل: {{قدرت}}",
"Please give your new vault a name." : "لطفا نام طاق جدید خود را بدهید.",
"Repeat vault password" : "رمز عبور طاق را تکرار کنید",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "کلید به اشتراک گذاری خود را به یک قدرت 1024 بیت، که شما می توانید \\ \"تنظیمات \\\" بعد از تغییر در داشته باشد.",
"Create vault" : "خرک ایجاد کنید",
"Go back to vaults" : "بازگشت به طاق ها",
"Please input the password for" : "لطفاً رمز ورود را وارد کنید",
"Set this vault as the default." : "این طاق را به صورت پیش فرض تنظیم کنید.",
"Log into this vault automatically." : "به طور خودکار وارد این طاق شوید.",
"Log out of this vault automatically after: " : "پس از ورود به صورت خودکار از این طاق خارج شوید:",
"Decrypt vault" : "رمزگشایی طاق",
"Seems you lost the vault password and you're unable to log in." : "به نظر می رسد رمزعبور طاق را گم کرده اید و نمی توانید وارد شوید.",
"If you want this vault to be removed you can request that here." : "اگر می خواهید این طاق حذف شود ، می توانید در اینجا درخواست کنید.",
"An admin then accepts or declines the request" : "یک مدیر سپس درخواست را می پذیرد یا رد می کند",
"After an admin destroys this vault, all credentials in it will be lost" : "بعد از اینکه یک مدیر این طاق را از بین ببرد ، تمام اعتبارنامه موجود در آن از بین می رود",
"Reason for requesting deletion (optional):" : "دلیل درخواست حذف (اختیاری):",
"Request vault destruction" : "درخواست تخریب طاق",
"Yes, request an admin to destroy this vault" : "بله ، از یک مدیر بخواهید تا این طاق را خراب کند",
"Cancel destruction request" : "درخواست تخریب را لغو کنید",
"Vault destruction requested" : "تخریب طاق درخواست شد",
"Request removed" : "درخواست حذف شد",
"Destruction request pending" : "درخواست تخریب در انتظار است",
"Warning! Adding credentials over HTTP is insecure!" : "هشدار! اضافه کردن اعتبار از طریق HTTP ناامن است!",
"Logged into {{vault_name}}" : "وارد {{}} vault_name",
"Change vault" : "طاق را تغییر دهید",
"Deleted credentials" : "اعتبارنامه حذف شد",
"Logout" : "خروج از حساب کاربری",
"Donate" : "اهدا کنید",
"Show All" : "نمایش همه",
"Tags" : "برچسب‌ها",
"Search Tags" : "جستجوی برچسب ها",
"Good Strength" : "قدرت خوب",
"Medium Strength" : "مقاومت متوسط",
"Bad Strength" : "قدرت بد",
"Expired" : "منقضی شده",
"Filter Tags" : "برچسب های فیلتر",
"Simple Navigation" : "پیمایش ساده",
"Someone has shared a credential with you." : "شخصی اعتبار خود را با شما به اشتراک گذاشته است.",
"Click here to request it" : "به درخواست آن را در اینجا کلیک کنید",
"Loading…" : "بار کردن…",
"Awwhh… credential not found. Maybe it expired" : "Awwhh ... اعتبار یافت نشد. شاید منقضی شده باشد",
"Compromised!" : "در معرض خطر!",
"This password is compromised. You can only remove this warning by changing the password." : "این رمز عبور به خطر افتاده است. فقط با تغییر رمز عبور می توانید این هشدار را حذف کنید.",
"email" : "ایمیل",
"Description" : "توضیحات",
"Custom Search:" : "جستجوی سفارشی:",
"Revert to defaults" : "به پیش فرض برگردید",
"Error while saving field" : "هنگام ذخیره فیلد خطایی رخ داد",
"A Passman item has been created, modified or deleted" : "یک مورد Passman ایجاد شده ، اصلاح یا حذف شده است",
"A Passman item has expired" : "یک مورد Passman منقضی شده است",
"A Passman item has been shared" : "یک مورد Passman به اشتراک گذاشته شد",
"A Passman item has been renamed" : "یک مورد Passman تغییر نام یافت",
"%1$s has been created by %2$s" : "%1$s توسط ایجاد شده است %2$s",
"You created %1$s" : "شما %1$s را ایجاد شده",
"%1$s has been updated by %2$s" : "%1$s توسط به روز شده است %2$s",
"You updated %1$s" : "شما به روز کردید %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s تجدید نظر کرده است %1$s به تجدید نظر در %3$s",
"You reverted %1$s back to the revision of %3$s" : "شما برگردید%1$s بازگشت به نسخه %3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s تغییر نام داده است %1$s به %2$s",
"You renamed %1$s to %2$s" : "شما تغییر نام دادید %1$s به %2$s",
"%1$s has been deleted by %2$s" : "%1$s حذف شده است %2$s",
"You deleted %1$s" : "شما حذف%1$s",
"%1$s has been recovered by %2$s" : "%1$s توسط بازیابی شده است %2$s",
"You recovered %1$s" : "شما بهبود یافتید %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s به طور دائمی توسط حذف شده است %2$s",
"You permanently deleted %1$s" : "شما برای همیشه حذف کردید%1$s",
"The password of %1$s has expired, renew it now." : "رمز عبور %1$s منقضی شده است ، اکنون آن را تمدید کنید",
"%1$s has been shared with %2$s" : "%1$s با آنها به اشتراک گذاشته شده است %2$s",
"You received a share request for %1$s from %2$s" : "برای شما درخواست اشتراک دریافت کرده است %1$s از جانب %2$s",
"%s has been shared with a link" : "%s با پیوند به اشتراک گذاشته شده است",
"Passwords" : "کلمات عبور",
"Your credential \"%s\" expired, click here to update the credential." : "اعتبار شما \"%s\"منقضی شده است ، برای به روزرسانی اعتبار اینجا را کلیک کنید.",
"Remind me later" : "بعدا به من یادآوری کن",
"Ignore" : "چشم پوشی",
"%s shared \"%s\" with you. Click here to accept" : "%s اشتراکی \"%s\"با شما. برای پذیرش اینجا را کلیک کنید",
"%s has declined your share request for \"%s\"." : "%s درخواست اشتراک شما را برای \"رد کرده است\"%s\".",
"%s has accepted your share request for \"%s\"." : "%s درخواست اشتراک شما را برای \"%s\".",
"Passman" : "رهگذر",
"Passman is a full featured password manager." : "Passman یک مدیر رمز عبور کامل است.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman یک مدیر رمز عبور کامل است.\nامکانات:\n- حواس\n- کلید Vault هرگز به سرور ارسال نمی شود\n- برنامه افزودنی مرورگر برای دسترسی آسان به رمزهای عبور\n- برنامه اندروید برای دسترسی به جاده\n- اعتبارنامه ها توسط مشتری رمزگذاری شده با AES 256bit رمزگذاری شده اند\n- اعتبارنامه ها سمت سرور رمزگذاری شده با 256bit AES هستند\n- امکان افزودن فیلدهای سفارشی به اعتبارنامه\n- ژنراتور OTP (رمز عبور یک بار) ساخته شده است\n- آنالایزر رمز عبور\n- گذرواژه‌ها را در داخل و از طریق پیوند به روشی ایمن به اشتراک بگذارید.\n- وارد کردن از مدیران مختلف رمز عبور (KeePass ، LastPass ، DashLane ، ZOHO ، Clipperz.is)\nبرای نمایشی از این برنامه به [https://demo.passman.cc] مراجعه کنید (https://demo.passman.cc)",
"Unable to get version info" : "اطلاعات نسخه امکان پذیر نیست",
"Passman Settings" : "تنظیمات Passman",
"GitHub version:" : "نسخه GitHub:",
"A newer version of Passman is available" : "نسخه جدیدتری از Passman در دسترس است",
"Password sharing" : "اشتراک گذرواژه",
"Credential mover" : "جابجایی اعتبار",
"Vault destruction requests" : "درخواست تخریب طاق",
"Check for new versions" : "نسخه های جدید را بررسی کنید",
"Enable HTTPS check" : "بررسی HTTPS را فعال کنید",
"Disable context menu" : "غیرفعال کردن فهرست زمینه",
"Disable JavaScript debugger" : "اشکال زدایی JavaScript را غیرفعال کردن",
"Allow users on this server to share passwords with a link" : "به کاربران موجود در این سرور اجازه دهید رمزهای عبور را با یک پیوند به اشتراک بگذارند",
"Allow users on this server to share passwords with other users" : "به کاربران موجود در این سرور اجازه دهید رمزهای عبور را با سایر کاربران به اشتراک بگذارند",
"Move credentials from one account to another" : "اعتبارنامه را از یک حساب دیگر به حساب دیگر منتقل کنید",
"Source account" : "حساب منبع",
"Destination account" : "حساب مقصد",
"Credentials moved!" : "اعتبارنامه منتقل شد!",
"Requests to destroy vault" : "درخواست تخریب طاق",
"Request ID" : "درخواست شناسه",
"Requested by" : "درخواست شده توسط",
"Reason" : "دلیل",
"Click here to request\n\t\t\t\t\tit" : "برای درخواست اینجا را کلیک کنید\n\t\t\t\t\tآی تی",
"Loading&hellip;" : "بارگذاری&جهنم;",
"Awwhh… could not find the credential. Maybe it expired?" : "Awwhh ... نتوانست اعتبار را پیدا کند. شاید منقضی شده باشد؟",
"Expires:" : "منقضی می شود:",
"Connection to server lost" : "اتصال به سرور از دست رفته است",
"Problem loading page, reloading in 5 seconds" : "صفحه بارگیری مشکل ، بارگیری مجدد در 5 ثانیه",
"Dismiss" : "پنهان کن",
"seconds ago" : "ثانیه‌هایی پیش"
},
"nplurals=2; plural=(n > 1);");

363
l10n/fa.json Normal file
View file

@ -0,0 +1,363 @@
{ "translations": {
"Generating sharing keys ( %s / 2)" : "ایجاد کلیدهای اشتراکی ( %s / 2)",
"Incorrect vault password!" : "گذرواژه نادرست!",
"Passwords do not match" : "رمزهای ورود مطابقت ندارند",
"General" : "عمومی",
"Custom Fields" : "فیلدهای سفارشی",
"Please fill in a label." : "لطفاً یک برچسب را پر کنید.",
"Please fill in a value." : "لطفاً یک مقدار را پر کنید.",
"Error loading file" : "خطا در بارگیری پرونده",
"An error occurred during decryption" : "هنگام رمزگشایی خطایی روی داد",
"Credential created!" : "اعتبار ایجاد شده!",
"Credential deleted" : "اعتبارنامه حذف شد",
"Credential updated" : "اعتبار به روز شد",
"Credential recovered" : "اعتبار بازیابی شد",
"Credential destroyed" : "اعتبار از بین رفت",
"Error downloading file, you probably have insufficient permissions" : "هنگام بارگیری در خطا ، احتمالاً مجوزهای کافی ندارید",
"Invalid QR code" : "کد QR نامعتبر است",
"Starting export" : "شروع صادرات",
"Decrypting credentials" : "رمزگشایی اعتبار",
"Done" : "انجام شد",
"File read." : "پرونده را بخوانید",
"Proceed with the following steps to import your file" : "مراحل زیر را برای وارد کردن پرونده خود انجام دهید",
"Skipping unlabeled credential" : "جستجوی اعتبار بدون برچسب",
"Adding {{credential}}" : "افزودن {{}} اعتبارنامه",
"Added {{credential}}" : "اضافه شده {{}} اعتبارنامه",
"Skipping credential, missing label on line {{line}}" : "جستجوی اعتبار ، برچسب موجود در خط {{خط}}",
"Parsed {{num}} credentials, starting to import" : "تجزیه {{NUM}} اعتبار، شروع به واردات",
"Importing" : "واردات",
"Start import" : "واردات را شروع کنید",
"Select CSV file" : "پرونده CSV را انتخاب کنید",
"Parsed {{rows}} lines from CSV file" : "تجزیه {{}} ردیف خطوط از فایل CSV",
"Skip first row" : "ردیف اول پرش کنید",
"You need to assign the label field before you can start the import." : "قبل از شروع واردات ، باید قسمت لیبل را اختصاص دهید.",
"The first 5 lines of the CSV are shown." : "5 خط اول CSV نشان داده شده است.",
"Assign the proper fields to each column." : "قسمت های مناسب را به هر ستون اختصاص دهید.",
"Example of imported credential" : "نمونه ای از اعتبار وارداتی",
"Missing an importer? Try it with the generic CSV importer." : "واردکننده ندارید؟ آن را با وارد کننده CSV عمومی امتحان کنید.",
"Go back to importers." : "به واردکنندگان برگردید",
"Revision deleted" : "نسخه حذف شد",
"Revision restored" : "نسخه بازسازی شد",
"Save in Passman" : "در Passman ذخیره کنید",
"Settings saved" : "تنظیمات ذخیره شد",
"General settings" : "تنظیمات عمومی",
"Password audit" : "حسابرسی رمز عبور",
"Password settings" : "تنظیمات گذرواژه",
"Import credentials" : "اعتبار واردات",
"Export credentials" : "اعتبارنامه صادرات",
"Sharing" : "اشتراک گذاری",
"Are you sure you want to leave? This will destroy all your credentials" : "آیا مطمئن هستی که می خواهی ترک کنی؟ این اعتبار همه اعتبارات شما را از بین می برد",
"Old password field incorrect!" : "فیلد رمز عبور قدیمی نادرست است!",
"New password does not match!" : "رمز عبور جدید مطابقت ندارد!",
"Please log in with your new vault password" : "لطفاً با رمز جدید طاق خود وارد شوید",
"Share with users and groups" : "با کاربران و گروه ها به اشتراک بگذارید",
"Share link" : "Share link",
"Are you sure you want to leave? This will corrupt this credential" : "آیا مطمئن هستی که می خواهی ترک کنی؟ این اعتبار را خراب می کند",
"Credential unshared" : "اعتبار نامشخص",
"Credential shared" : "اعتبار به اشتراک گذاشته شد",
"Saved!" : "ذخیره!",
"Poor" : "فقیر",
"Weak" : "هفته",
"Good" : "خوب",
"Strong" : "قوی",
"Toggle visibility" : "تغییر دید",
"Copy to clipboard" : "کپی کردن به حافظه موقت",
"Copied to clipboard!" : "در حافظه موقت کپی شده!",
"Generate password" : "ایجاد گذرواژه",
"Copy password to clipboard" : "رمز عبور را در حافظه موقت کپی کردن",
"Password copied to clipboard!" : "رمز عبور در حافظه موقت کپی شده!",
"Complete" : "کامل کردن",
"Username" : "نام کاربری",
"Repeat password" : "تکرار رمز عبور",
"Add tag" : "افزودن تگ",
"Pick an icon" : "یک نماد را انتخاب کنید",
"Search icons" : "نمادهای جستجو",
"Upload a custom icon:" : "بارگیری یک نماد سفارشی:",
"Use this icon" : "از این نماد استفاده کنید",
"Delete current icon" : "نماد فعلی را حذف کنید",
"Get icon from page" : "نماد را از صفحه دریافت کنید",
"This may take a few seconds…" : "این ممکن است چند ثانیه طول بکشد…",
"There was an error fetching the icon!" : "هنگام واگذاری نماد خطایی رخ داد!",
"Selected icon" : "نماد انتخاب شده است",
"Field label" : "برچسب زمینه",
"Field value" : "مقدار فیلد",
"Choose a file" : "پرونده ای را انتخاب کردن",
"Text" : "متن",
"File" : "File",
"Add" : "افزودن",
"Value" : "ارزش",
"Type" : "Type",
"Actions" : "فعالیت ها",
"Empty" : "خالی",
"Filename" : "نام فایل",
"Upload date" : "تاریخ بارگذاری",
"Size" : "اندازه",
"Upload or enter your OTP secret" : "راز OTP خود را بارگذاری یا وارد کنید",
"Current OTP settings" : "تنظیمات OTP فعلی",
"Issuer" : "صادر کننده",
"Secret" : "راز",
"Expiration date" : "تاریخ انقضا",
"No expiration date set" : "تاریخ انقضا ست نشده است",
"Renew interval" : "فاصله را تمدید کنید",
"Disabled" : "غیرفعال شده",
"Day(s)" : "روز(s)",
"Week(s)" : "هفته(s)",
"Month(s)" : "ماه(s)",
"Year(s)" : "سال(s)",
"Password generation settings" : "تنظیمات تولید گذرواژه",
"Password length" : "طول رمز عبور",
"Minimum amount of digits" : "حداقل رقم",
"Use uppercase letters" : "از حروف بزرگ استفاده کنید",
"Use lowercase letters" : "از حروف کوچک استفاده کنید",
"Use numbers" : "از اعداد استفاده کنید",
"Use special characters" : "از کاراکترهای ویژه استفاده کنید",
"Avoid ambiguous characters" : "از شخصیت های مبهم خودداری کنید",
"Require every character type" : "به هر نوع شخصیت نیاز دارید",
"Export type" : "نوع صادرات",
"Export" : "گرفتن خروجی",
"Enter vault password to confirm export." : "رمز عبور طاق را برای تائید صادرات وارد کنید.",
"Rename vault" : "تغییر طاق",
"New vault name" : "نام طاق جدید",
"Change" : "تغییر دادن",
"Change vault key" : "کلید طاق را تغییر دهید",
"Old vault password" : "رمز عبور قدیمی طاق",
"New vault password" : "رمز عبور جدید طاق",
"Repeat new vault password" : "رمز عبور جدید طاق را تکرار کنید",
"Please wait your vault is being updated, do not leave this page." : "لطفاً صبر کنید تا طاق شما به روز شود ، این صفحه را ترک نکنید.",
"Processing" : "در حال پردازش",
"Total progress" : "پیشرفت کل",
"About Passman" : "درباره Passman",
"Version" : "نسخه",
"Donate to support development" : "کمک مالی برای حمایت از توسعه",
"Bookmarklet" : "نشانک",
"Save your passwords with one click." : "پسورد های خود را با یک کلیک ذخیره کنید.",
"Drag below button to your bookmark toolbar." : "دکمه زیر را به نوار ابزار نشانک خود بکشید.",
"Delete vault" : "طاق را حذف کنید",
"Vault password" : "رمز عبور طاق",
"This process is irreversible" : "این روند غیرقابل برگشت است",
"Delete my precious passwords" : "کلمات عبور ارزشمند من را حذف کنید",
"Deleting {{password}}…" : "حذف {{گذرواژه}}…",
"Yes, delete my precious passwords" : "بله ، کلمات عبور ارزشمند من را حذف کنید",
"Import type" : "نوع واردات",
"Import" : "وارد کردن",
"Read progress" : "پیشرفت را بخوانید",
"Upload progress" : "پیشرفت بارگذاری شود",
"Private Key" : "کلید خصوصی",
"Public key" : "کلید عمومی",
"Key size" : "اندازه کلیدی",
"Save keys" : "ذخیره کلیدها",
"Generate sharing keys" : "کلیدهای اشتراکی ایجاد کنید",
"Generating sharing keys" : "ایجاد کلیدهای اشتراکی",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "ابزار رمز عبور رمزعبور شما را اسکن می کند ، میانگین زمان ترک خوردگی را محاسبه می کند و لیست های زیر آستانه را لیست می کند",
"Minimum password stength" : "حداقل قدرت رمز عبور",
"Start scan" : "شروع به اسکن کنید",
"Result" : "شروع به اسکنیک",
"A total of {{scan_result}} weak credentials were found." : "در مجموع {{}} scan_result اعتبار ضعیف پیدا شد.",
"Score" : "نمره",
"Action" : "عمل",
"Search users…" : "جستجوی کاربران…",
"Missing users? Only users that have vaults are shown." : "کاربران از دست رفته؟ فقط کاربرانی که دارای طاق هستند نمایش داده می شوند.",
"Cyphering" : "رمزگذاری",
"Uploading" : "در حال آپلود",
"User" : "User",
"Crypto time" : "زمان رمزنگاری",
"Total time spent encrypting" : "کل زمان صرف رمزگذاری شده است",
"Read" : "خواندن",
"Write" : "نوشتن",
"Files" : "فایل",
"Revisions" : "بازنگری",
"Pending" : "در انتظار",
"Enable link sharing" : "اشتراک گذاری پیوند را فعال کنید",
"Share until date" : "به اشتراک بگذارید تا تاریخ",
"Expire after views" : "بعد از نمایش",
"Click \\\"Share\\\" first" : "کلیک کنید \\ \"اشتراک \\\" برای اولین بار",
"Show files" : "نمایش پرونده ها",
"Details" : "جزئیات",
"Hide details" : "مخفی کردن جزئیات",
"Password score" : "امتیاز رمز عبور",
"Cracking times" : "زمان شکستن",
"100 / hour" : "100 / ساعت",
"Throttled online attack" : "حمله آنلاین را برانگیخت",
"10 / second" : "10 / ثانیه",
"Unthrottled online attack" : "حمله آنلاین بدون بیان",
"10k / second" : "10k / ثانیه",
"Offline attack, slow hash, many cores" : "حمله آفلاین ، هش کند ، بسیاری از هسته",
"10B / second" : "10B / ثانیه",
"Offline attack, fast hash, many cores" : "حمله آفلاین ، هش سریع ، هسته های زیادی",
"Match sequence" : "دنباله بازی",
"See match sequence" : "دنباله مسابقه را مشاهده کنید",
"Pattern" : "الگو",
"Matched word" : "کلمه همسان",
"Dictionary name" : "نام فرهنگ لغت",
"Rank" : "رتبه",
"Reversed" : "معکوس شد",
"Guesses" : "حدس می زنم",
"Base guesses" : "حدس های پایه",
"Uppercase variations" : "تغییرات بزرگ",
"l33t-variations" : "تغییرات l33t",
"Showing revisions of" : "نمایش تجدید نظر در",
"Revision of" : "تجدید نظر در",
"by" : "با",
"No revisions found." : "هیچ نسخه ای یافت نشد.",
"Label" : "برچسب",
"Restore revision" : "بازگرداندن تجدید نظر",
"Delete revision" : "ویرایش را حذف کنید",
"Edit credential" : "اعتبار را ویرایش کردن",
"Create new credential" : "اعتبار جدید ایجاد کنید",
"Save" : "ذخیره",
"Cancel" : "لغو",
"Settings" : "تنظیمات",
"Share credential {{credential}}" : "به اشتراک اعتبارنامه {{}} اعتبارنامه",
"Unshare" : "لغو اشتراک",
"Showing deleted since" : "نمایش از زمان حذف شده است",
"Beginning" : "شروع",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "نمایش اعتبار {{number_filtered}} از {{اعتبار_نمایش}} اعتبار",
"Search for credential…" : "جستجوی اطلاعات ...",
"Account" : "حساب",
"Password" : "گذرواژه",
"OTP" : "OTP",
"E-mail" : "پست الکترونیک",
"URL" : "URL",
"Notes" : "یادداشت ها",
"Expiry time" : "زمان انقضا",
"Changed" : "تغییر کرد",
"Created" : "ایجاد شده",
"Edit" : "ویرایش کردن",
"Delete" : "حذف",
"Share" : "هم‌رسانی",
"Recover" : "بازیابی",
"Destroy" : "از بین رفتن",
"Use regex" : "از regex استفاده کنید",
"You have incoming share requests." : "شما درخواست اشتراک اشتراکی دارید",
"If you want to put the credential in another vault," : "اگر می خواهید اعتبار را در طاق دیگری قرار دهید ،",
"log out of this vault and log into the vault you want the shared credential in." : "از این طاق خارج شوید و وارد طاق مورد نظر شوید که اعتبار مشترک را در آن بخواهید.",
"Permissions" : "مجوزها",
"Received from" : "دریافت شده از",
"Date" : "Date",
"Accept" : "پذیرش",
"Decline" : "کاهش می یابد",
"You have {{session_time}} left before logout." : "شما {{}} session_time قبل از خروج از سیستم را ترک کرد.",
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "طاق شما برای {{زمان}} به دلیل {{}} تلاش می کند تلاش های شکست خورده قفل شده است!",
"Hello there!" : "سلام!",
"It does not seem that you have any passwords. Do you want to add one?" : "به نظر نمی رسد که رمز عبوری داشته باشید. آیا میخواهید افزودن یکی؟",
"You don't have good credentials" : "شما مدارک معتبر ندارید",
"You don't have medium credentials" : "شما اعتبار متوسط ندارید",
"You don't have bad credentials" : "شما مدارک بدی ندارید",
"You don't have expired credentials" : "اعتبارنامه منقضی نشده اید",
"You don't have deleted credentials" : "شما اعتبارنامه را حذف نکرده اید",
"There are no credentials with your selected tags" : "هیچ گواهی با برچسب های انتخابی شما وجود ندارد",
"There are no credentials matching" : "هیچ تطبیقی اعتبار وجود ندارد",
"Last accessed" : "آخرین دسترسی",
"Never" : "هرگز",
"No vaults found, why not create one?" : "هیچ طاقچه ای پیدا نشده است ، چرا یکی را ایجاد نمی کنید؟",
"Password strength must be at least: {{strength}}" : "قدرت رمز عبور باید حداقل: {{قدرت}}",
"Please give your new vault a name." : "لطفا نام طاق جدید خود را بدهید.",
"Repeat vault password" : "رمز عبور طاق را تکرار کنید",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "کلید به اشتراک گذاری خود را به یک قدرت 1024 بیت، که شما می توانید \\ \"تنظیمات \\\" بعد از تغییر در داشته باشد.",
"Create vault" : "خرک ایجاد کنید",
"Go back to vaults" : "بازگشت به طاق ها",
"Please input the password for" : "لطفاً رمز ورود را وارد کنید",
"Set this vault as the default." : "این طاق را به صورت پیش فرض تنظیم کنید.",
"Log into this vault automatically." : "به طور خودکار وارد این طاق شوید.",
"Log out of this vault automatically after: " : "پس از ورود به صورت خودکار از این طاق خارج شوید:",
"Decrypt vault" : "رمزگشایی طاق",
"Seems you lost the vault password and you're unable to log in." : "به نظر می رسد رمزعبور طاق را گم کرده اید و نمی توانید وارد شوید.",
"If you want this vault to be removed you can request that here." : "اگر می خواهید این طاق حذف شود ، می توانید در اینجا درخواست کنید.",
"An admin then accepts or declines the request" : "یک مدیر سپس درخواست را می پذیرد یا رد می کند",
"After an admin destroys this vault, all credentials in it will be lost" : "بعد از اینکه یک مدیر این طاق را از بین ببرد ، تمام اعتبارنامه موجود در آن از بین می رود",
"Reason for requesting deletion (optional):" : "دلیل درخواست حذف (اختیاری):",
"Request vault destruction" : "درخواست تخریب طاق",
"Yes, request an admin to destroy this vault" : "بله ، از یک مدیر بخواهید تا این طاق را خراب کند",
"Cancel destruction request" : "درخواست تخریب را لغو کنید",
"Vault destruction requested" : "تخریب طاق درخواست شد",
"Request removed" : "درخواست حذف شد",
"Destruction request pending" : "درخواست تخریب در انتظار است",
"Warning! Adding credentials over HTTP is insecure!" : "هشدار! اضافه کردن اعتبار از طریق HTTP ناامن است!",
"Logged into {{vault_name}}" : "وارد {{}} vault_name",
"Change vault" : "طاق را تغییر دهید",
"Deleted credentials" : "اعتبارنامه حذف شد",
"Logout" : "خروج از حساب کاربری",
"Donate" : "اهدا کنید",
"Show All" : "نمایش همه",
"Tags" : "برچسب‌ها",
"Search Tags" : "جستجوی برچسب ها",
"Good Strength" : "قدرت خوب",
"Medium Strength" : "مقاومت متوسط",
"Bad Strength" : "قدرت بد",
"Expired" : "منقضی شده",
"Filter Tags" : "برچسب های فیلتر",
"Simple Navigation" : "پیمایش ساده",
"Someone has shared a credential with you." : "شخصی اعتبار خود را با شما به اشتراک گذاشته است.",
"Click here to request it" : "به درخواست آن را در اینجا کلیک کنید",
"Loading…" : "بار کردن…",
"Awwhh… credential not found. Maybe it expired" : "Awwhh ... اعتبار یافت نشد. شاید منقضی شده باشد",
"Compromised!" : "در معرض خطر!",
"This password is compromised. You can only remove this warning by changing the password." : "این رمز عبور به خطر افتاده است. فقط با تغییر رمز عبور می توانید این هشدار را حذف کنید.",
"email" : "ایمیل",
"Description" : "توضیحات",
"Custom Search:" : "جستجوی سفارشی:",
"Revert to defaults" : "به پیش فرض برگردید",
"Error while saving field" : "هنگام ذخیره فیلد خطایی رخ داد",
"A Passman item has been created, modified or deleted" : "یک مورد Passman ایجاد شده ، اصلاح یا حذف شده است",
"A Passman item has expired" : "یک مورد Passman منقضی شده است",
"A Passman item has been shared" : "یک مورد Passman به اشتراک گذاشته شد",
"A Passman item has been renamed" : "یک مورد Passman تغییر نام یافت",
"%1$s has been created by %2$s" : "%1$s توسط ایجاد شده است %2$s",
"You created %1$s" : "شما %1$s را ایجاد شده",
"%1$s has been updated by %2$s" : "%1$s توسط به روز شده است %2$s",
"You updated %1$s" : "شما به روز کردید %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s تجدید نظر کرده است %1$s به تجدید نظر در %3$s",
"You reverted %1$s back to the revision of %3$s" : "شما برگردید%1$s بازگشت به نسخه %3$s",
"%3$s has renamed %1$s to %2$s" : "%3$s تغییر نام داده است %1$s به %2$s",
"You renamed %1$s to %2$s" : "شما تغییر نام دادید %1$s به %2$s",
"%1$s has been deleted by %2$s" : "%1$s حذف شده است %2$s",
"You deleted %1$s" : "شما حذف%1$s",
"%1$s has been recovered by %2$s" : "%1$s توسط بازیابی شده است %2$s",
"You recovered %1$s" : "شما بهبود یافتید %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s به طور دائمی توسط حذف شده است %2$s",
"You permanently deleted %1$s" : "شما برای همیشه حذف کردید%1$s",
"The password of %1$s has expired, renew it now." : "رمز عبور %1$s منقضی شده است ، اکنون آن را تمدید کنید",
"%1$s has been shared with %2$s" : "%1$s با آنها به اشتراک گذاشته شده است %2$s",
"You received a share request for %1$s from %2$s" : "برای شما درخواست اشتراک دریافت کرده است %1$s از جانب %2$s",
"%s has been shared with a link" : "%s با پیوند به اشتراک گذاشته شده است",
"Passwords" : "کلمات عبور",
"Your credential \"%s\" expired, click here to update the credential." : "اعتبار شما \"%s\"منقضی شده است ، برای به روزرسانی اعتبار اینجا را کلیک کنید.",
"Remind me later" : "بعدا به من یادآوری کن",
"Ignore" : "چشم پوشی",
"%s shared \"%s\" with you. Click here to accept" : "%s اشتراکی \"%s\"با شما. برای پذیرش اینجا را کلیک کنید",
"%s has declined your share request for \"%s\"." : "%s درخواست اشتراک شما را برای \"رد کرده است\"%s\".",
"%s has accepted your share request for \"%s\"." : "%s درخواست اشتراک شما را برای \"%s\".",
"Passman" : "رهگذر",
"Passman is a full featured password manager." : "Passman یک مدیر رمز عبور کامل است.",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman یک مدیر رمز عبور کامل است.\nامکانات:\n- حواس\n- کلید Vault هرگز به سرور ارسال نمی شود\n- برنامه افزودنی مرورگر برای دسترسی آسان به رمزهای عبور\n- برنامه اندروید برای دسترسی به جاده\n- اعتبارنامه ها توسط مشتری رمزگذاری شده با AES 256bit رمزگذاری شده اند\n- اعتبارنامه ها سمت سرور رمزگذاری شده با 256bit AES هستند\n- امکان افزودن فیلدهای سفارشی به اعتبارنامه\n- ژنراتور OTP (رمز عبور یک بار) ساخته شده است\n- آنالایزر رمز عبور\n- گذرواژه‌ها را در داخل و از طریق پیوند به روشی ایمن به اشتراک بگذارید.\n- وارد کردن از مدیران مختلف رمز عبور (KeePass ، LastPass ، DashLane ، ZOHO ، Clipperz.is)\nبرای نمایشی از این برنامه به [https://demo.passman.cc] مراجعه کنید (https://demo.passman.cc)",
"Unable to get version info" : "اطلاعات نسخه امکان پذیر نیست",
"Passman Settings" : "تنظیمات Passman",
"GitHub version:" : "نسخه GitHub:",
"A newer version of Passman is available" : "نسخه جدیدتری از Passman در دسترس است",
"Password sharing" : "اشتراک گذرواژه",
"Credential mover" : "جابجایی اعتبار",
"Vault destruction requests" : "درخواست تخریب طاق",
"Check for new versions" : "نسخه های جدید را بررسی کنید",
"Enable HTTPS check" : "بررسی HTTPS را فعال کنید",
"Disable context menu" : "غیرفعال کردن فهرست زمینه",
"Disable JavaScript debugger" : "اشکال زدایی JavaScript را غیرفعال کردن",
"Allow users on this server to share passwords with a link" : "به کاربران موجود در این سرور اجازه دهید رمزهای عبور را با یک پیوند به اشتراک بگذارند",
"Allow users on this server to share passwords with other users" : "به کاربران موجود در این سرور اجازه دهید رمزهای عبور را با سایر کاربران به اشتراک بگذارند",
"Move credentials from one account to another" : "اعتبارنامه را از یک حساب دیگر به حساب دیگر منتقل کنید",
"Source account" : "حساب منبع",
"Destination account" : "حساب مقصد",
"Credentials moved!" : "اعتبارنامه منتقل شد!",
"Requests to destroy vault" : "درخواست تخریب طاق",
"Request ID" : "درخواست شناسه",
"Requested by" : "درخواست شده توسط",
"Reason" : "دلیل",
"Click here to request\n\t\t\t\t\tit" : "برای درخواست اینجا را کلیک کنید\n\t\t\t\t\tآی تی",
"Loading&hellip;" : "بارگذاری&جهنم;",
"Awwhh… could not find the credential. Maybe it expired?" : "Awwhh ... نتوانست اعتبار را پیدا کند. شاید منقضی شده باشد؟",
"Expires:" : "منقضی می شود:",
"Connection to server lost" : "اتصال به سرور از دست رفته است",
"Problem loading page, reloading in 5 seconds" : "صفحه بارگیری مشکل ، بارگیری مجدد در 5 ثانیه",
"Dismiss" : "پنهان کن",
"seconds ago" : "ثانیه‌هایی پیش"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Salasanat",
"Generating sharing keys ( %s / 2)" : "Luodaan jakamisavaimia ( %s / 2)",
"Incorrect vault password!" : "Virheellinen holvin salasana!",
"Passwords do not match" : "Salasanat eivät täsmää",
@ -15,18 +14,27 @@ OC.L10N.register(
"Credential updated" : "Tilitieto päivitetty",
"Credential recovered" : "Tilitieto palautettu",
"Credential destroyed" : "Tilitieto tuhottu",
"Error downloading file, you probably have insufficient permissions" : "Virhe tiedostoa ladatessa. Sinulla ei mitä luultavimmin ole riittäviä oikeuksia",
"Invalid QR code" : "Virheellinen QR-koodi",
"Starting export" : "Aloitetaan vienti",
"Decrypting credentials" : "Puretaan tunnisteiden salausta",
"Done" : "Valmis",
"File read." : "Tiedosto luettu.",
"Proceed with the following steps to import your file" : "Seuraa seuraavia ohjeita tuodaksesi tiedostosta.",
"Adding {{credential}}" : "Lisätään {{credential}}",
"Added {{credential}}" : "Lisätty {{credential}}",
"Parsed {{num}} credentials, starting to import" : "Käytiin läpi {{num}} tunnistetta, aloitetaan tuonti",
"Importing" : "Tuodaan",
"Start import" : "Aloita tuonti",
"Select CSV file" : "Valitse CSV-tiedosto",
"Parsed {{rows}} lines from CSV file" : "Käytiin läpi {{rows}} riviä CSV-tiedostosta",
"Skip first row" : "Ohita ensimmäinen rivi",
"You need to assign the label field before you can start the import." : "Sinun tulee määritellä nimikekenttä ennen tuonnin aloittamista.",
"The first 5 lines of the CSV are shown." : "CSV:n ensimmäiset viisi riviä näytetään.",
"Assign the proper fields to each column." : "Määrittele sopivat kentät kullekin sarakkeelle.",
"Example of imported credential" : "Esimerkki tuodusta tunnisteesta",
"Missing an importer? Try it with the generic CSV importer." : "Puuttuuko tuojaohjelma? Kokeile yleistä CSV-tuojaa.",
"Go back to importers." : "Takaisin tuojiin",
"Save in Passman" : "Tallenna Passmaniin",
"Settings saved" : "Asetukset tallennettu",
"General settings" : "Yleiset asetukset",
@ -34,6 +42,7 @@ OC.L10N.register(
"Import credentials" : "Tuo tilitetioja",
"Export credentials" : "Vie tilitietoja",
"Sharing" : "Jakaminen",
"Old password field incorrect!" : "Vanha salasana on väärä!",
"New password does not match!" : "Uusi salasana ei täsmää!",
"Please log in with your new vault password" : "Kirjaudu sisään uudella holvin salasanalla",
"Share with users and groups" : "Jaa käyttäjien ja ryhmien kanssa",
@ -50,6 +59,7 @@ OC.L10N.register(
"Generate password" : "Luo salasana",
"Copy password to clipboard" : "Kopioi salasana leikepöydälle",
"Password copied to clipboard!" : "Salasana kopioitu leikepöydälle!",
"Complete" : "Valmis",
"Username" : "Käyttäjätunnus",
"Repeat password" : "Toista salasana",
"Add tag" : "Lisää tunniste",
@ -57,6 +67,7 @@ OC.L10N.register(
"Search icons" : "Etsi kuvakkeita",
"Upload a custom icon:" : "Lähetä mukautettu kuvake:",
"Use this icon" : "Käytä tätä kuvaketta",
"This may take a few seconds…" : "Tämä saattaa kestää muutaman sekunnin",
"Selected icon" : "Valittu kuvake",
"Field label" : "Kentän nimike",
"Field value" : "Kentän arvo",
@ -73,6 +84,7 @@ OC.L10N.register(
"Size" : "Koko",
"Current OTP settings" : "Nykyiset OTP-asetukset",
"Issuer" : "Myöntäjä",
"Secret" : "Salainen",
"Expiration date" : "Vanhenemispäivä",
"No expiration date set" : "Vanhenemispäivää ei ole asetettu",
"Renew interval" : "Uusimisväli",
@ -83,6 +95,7 @@ OC.L10N.register(
"Year(s)" : "Vuosi(a)",
"Password generation settings" : "Salasanan luomisen asetuket",
"Password length" : "Salasanan pituus",
"Minimum amount of digits" : "Numeroiden vähimmäismäärä",
"Use uppercase letters" : "Käytä suuria kirjaimia",
"Use lowercase letters" : "Käytä pieniä kirjaimia",
"Use numbers" : "Käytä numeroita",
@ -103,6 +116,7 @@ OC.L10N.register(
"About Passman" : "Tietoja Passmanista",
"Version" : "Versio",
"Donate to support development" : "Lahjoita tukeaksesi kehitystä",
"Bookmarklet" : "Sovelluskirjanmerkki",
"Save your passwords with one click." : "Tallenna salasanasi yhdellä napsautuksella.",
"Drag below button to your bookmark toolbar." : "Raahaa alla oleva painike kirjanmerkkipalkkiisi.",
"Delete vault" : "Poista holvi",
@ -135,6 +149,8 @@ OC.L10N.register(
"Password score" : "Salasanan pisteytys",
"100 / hour" : "100 / tunti",
"10 / second" : "10 / sekunti",
"Pattern" : "Kuvio",
"by" : " Kirjoittaja:",
"Edit credential" : "Muokkaa tilitietoa",
"Create new credential" : "Luo uusi tilitieto",
"Save" : "Tallenna",
@ -188,9 +204,15 @@ OC.L10N.register(
"Show All" : "Näytä kaikki",
"Tags" : "Tunnisteet",
"Search Tags" : "Etsi tunneisteita",
"Good Strength" : "Hyvä vahvuus",
"Medium Strength" : "Keskinkertainen vahvuus",
"Bad Strength" : "Heikko vahvuus",
"Expired" : "Vanhentunut",
"Someone has shared a credential with you." : "Joku on jakanut tilitiedot kanssasi.",
"Loading…" : "Ladataan…",
"Awwhh… credential not found. Maybe it expired" : "Voi ei… tilitietoa ei löytynyt. Kenties se vanheni",
"email" : "sähköposti",
"Description" : "Kuvaus",
"Error while saving field" : "Virhe kenttää tallentaessa",
"A Passman item has been created, modified or deleted" : "Passman-tietu on luotu, sitä on muokattu tai se on poistettu",
"A Passman item has expired" : "Passman-tietue on vanhentunut",
@ -199,6 +221,7 @@ OC.L10N.register(
"You created %1$s" : "Loit %1$s",
"You updated %1$s" : "Päivitit %1$s",
"You deleted %1$s" : "Poistit %1$s",
"Passwords" : "Salasanat",
"Remind me later" : "Muistuta myöhemmin",
"Ignore" : "Ohita",
"Passman" : "Passman",
@ -217,7 +240,7 @@ OC.L10N.register(
"Expires:" : "Vanhenee:",
"Connection to server lost" : "Yhteys palvelimelle menetetty",
"Problem loading page, reloading in 5 seconds" : "Ongelma sivun lataamisessa, päivitetään 5 sekunnin kuluttua",
"Saving..." : "Tallennetaan...",
"Saving …" : "Tallennetaan…",
"Dismiss" : "Hylkää",
"seconds ago" : "sekuntia sitten"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Salasanat",
"Generating sharing keys ( %s / 2)" : "Luodaan jakamisavaimia ( %s / 2)",
"Incorrect vault password!" : "Virheellinen holvin salasana!",
"Passwords do not match" : "Salasanat eivät täsmää",
@ -13,18 +12,27 @@
"Credential updated" : "Tilitieto päivitetty",
"Credential recovered" : "Tilitieto palautettu",
"Credential destroyed" : "Tilitieto tuhottu",
"Error downloading file, you probably have insufficient permissions" : "Virhe tiedostoa ladatessa. Sinulla ei mitä luultavimmin ole riittäviä oikeuksia",
"Invalid QR code" : "Virheellinen QR-koodi",
"Starting export" : "Aloitetaan vienti",
"Decrypting credentials" : "Puretaan tunnisteiden salausta",
"Done" : "Valmis",
"File read." : "Tiedosto luettu.",
"Proceed with the following steps to import your file" : "Seuraa seuraavia ohjeita tuodaksesi tiedostosta.",
"Adding {{credential}}" : "Lisätään {{credential}}",
"Added {{credential}}" : "Lisätty {{credential}}",
"Parsed {{num}} credentials, starting to import" : "Käytiin läpi {{num}} tunnistetta, aloitetaan tuonti",
"Importing" : "Tuodaan",
"Start import" : "Aloita tuonti",
"Select CSV file" : "Valitse CSV-tiedosto",
"Parsed {{rows}} lines from CSV file" : "Käytiin läpi {{rows}} riviä CSV-tiedostosta",
"Skip first row" : "Ohita ensimmäinen rivi",
"You need to assign the label field before you can start the import." : "Sinun tulee määritellä nimikekenttä ennen tuonnin aloittamista.",
"The first 5 lines of the CSV are shown." : "CSV:n ensimmäiset viisi riviä näytetään.",
"Assign the proper fields to each column." : "Määrittele sopivat kentät kullekin sarakkeelle.",
"Example of imported credential" : "Esimerkki tuodusta tunnisteesta",
"Missing an importer? Try it with the generic CSV importer." : "Puuttuuko tuojaohjelma? Kokeile yleistä CSV-tuojaa.",
"Go back to importers." : "Takaisin tuojiin",
"Save in Passman" : "Tallenna Passmaniin",
"Settings saved" : "Asetukset tallennettu",
"General settings" : "Yleiset asetukset",
@ -32,6 +40,7 @@
"Import credentials" : "Tuo tilitetioja",
"Export credentials" : "Vie tilitietoja",
"Sharing" : "Jakaminen",
"Old password field incorrect!" : "Vanha salasana on väärä!",
"New password does not match!" : "Uusi salasana ei täsmää!",
"Please log in with your new vault password" : "Kirjaudu sisään uudella holvin salasanalla",
"Share with users and groups" : "Jaa käyttäjien ja ryhmien kanssa",
@ -48,6 +57,7 @@
"Generate password" : "Luo salasana",
"Copy password to clipboard" : "Kopioi salasana leikepöydälle",
"Password copied to clipboard!" : "Salasana kopioitu leikepöydälle!",
"Complete" : "Valmis",
"Username" : "Käyttäjätunnus",
"Repeat password" : "Toista salasana",
"Add tag" : "Lisää tunniste",
@ -55,6 +65,7 @@
"Search icons" : "Etsi kuvakkeita",
"Upload a custom icon:" : "Lähetä mukautettu kuvake:",
"Use this icon" : "Käytä tätä kuvaketta",
"This may take a few seconds…" : "Tämä saattaa kestää muutaman sekunnin",
"Selected icon" : "Valittu kuvake",
"Field label" : "Kentän nimike",
"Field value" : "Kentän arvo",
@ -71,6 +82,7 @@
"Size" : "Koko",
"Current OTP settings" : "Nykyiset OTP-asetukset",
"Issuer" : "Myöntäjä",
"Secret" : "Salainen",
"Expiration date" : "Vanhenemispäivä",
"No expiration date set" : "Vanhenemispäivää ei ole asetettu",
"Renew interval" : "Uusimisväli",
@ -81,6 +93,7 @@
"Year(s)" : "Vuosi(a)",
"Password generation settings" : "Salasanan luomisen asetuket",
"Password length" : "Salasanan pituus",
"Minimum amount of digits" : "Numeroiden vähimmäismäärä",
"Use uppercase letters" : "Käytä suuria kirjaimia",
"Use lowercase letters" : "Käytä pieniä kirjaimia",
"Use numbers" : "Käytä numeroita",
@ -101,6 +114,7 @@
"About Passman" : "Tietoja Passmanista",
"Version" : "Versio",
"Donate to support development" : "Lahjoita tukeaksesi kehitystä",
"Bookmarklet" : "Sovelluskirjanmerkki",
"Save your passwords with one click." : "Tallenna salasanasi yhdellä napsautuksella.",
"Drag below button to your bookmark toolbar." : "Raahaa alla oleva painike kirjanmerkkipalkkiisi.",
"Delete vault" : "Poista holvi",
@ -133,6 +147,8 @@
"Password score" : "Salasanan pisteytys",
"100 / hour" : "100 / tunti",
"10 / second" : "10 / sekunti",
"Pattern" : "Kuvio",
"by" : " Kirjoittaja:",
"Edit credential" : "Muokkaa tilitietoa",
"Create new credential" : "Luo uusi tilitieto",
"Save" : "Tallenna",
@ -186,9 +202,15 @@
"Show All" : "Näytä kaikki",
"Tags" : "Tunnisteet",
"Search Tags" : "Etsi tunneisteita",
"Good Strength" : "Hyvä vahvuus",
"Medium Strength" : "Keskinkertainen vahvuus",
"Bad Strength" : "Heikko vahvuus",
"Expired" : "Vanhentunut",
"Someone has shared a credential with you." : "Joku on jakanut tilitiedot kanssasi.",
"Loading…" : "Ladataan…",
"Awwhh… credential not found. Maybe it expired" : "Voi ei… tilitietoa ei löytynyt. Kenties se vanheni",
"email" : "sähköposti",
"Description" : "Kuvaus",
"Error while saving field" : "Virhe kenttää tallentaessa",
"A Passman item has been created, modified or deleted" : "Passman-tietu on luotu, sitä on muokattu tai se on poistettu",
"A Passman item has expired" : "Passman-tietue on vanhentunut",
@ -197,6 +219,7 @@
"You created %1$s" : "Loit %1$s",
"You updated %1$s" : "Päivitit %1$s",
"You deleted %1$s" : "Poistit %1$s",
"Passwords" : "Salasanat",
"Remind me later" : "Muistuta myöhemmin",
"Ignore" : "Ohita",
"Passman" : "Passman",
@ -215,7 +238,7 @@
"Expires:" : "Vanhenee:",
"Connection to server lost" : "Yhteys palvelimelle menetetty",
"Problem loading page, reloading in 5 seconds" : "Ongelma sivun lataamisessa, päivitetään 5 sekunnin kuluttua",
"Saving..." : "Tallennetaan...",
"Saving …" : "Tallennetaan…",
"Dismiss" : "Hylkää",
"seconds ago" : "sekuntia sitten"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Mots de passe",
"Generating sharing keys ( %s / 2)" : "Génération des clés de partage ( %s/ 2 )",
"Incorrect vault password!" : "Mot de passe du coffre-fort incorrect",
"Passwords do not match" : "Les mots de passe ne correspondent pas",
@ -54,7 +53,7 @@ OC.L10N.register(
"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",
"Share link" : "Partager un lien",
"Share link" : "Lien de partage",
"Are you sure you want to leave? This will corrupt this credential" : "Êtes-vous sûr de vouloir quitter ? Cela va corrompre cette information d'identification",
"Credential unshared" : "Arrêt du partage de l'information d'identification ",
"Credential shared" : "Information d'identification partagée",
@ -294,12 +293,11 @@ OC.L10N.register(
"Click here to request it" : "Cliquez ici pour le demander",
"Loading…" : "Chargement...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh.... information d'identification non trouvée. Il est peut être expiré",
"Compromise!" : "Compromis !",
"Mark as Compromised" : "Marquer comme compromis",
"Compromised!" : "Compromis !",
"This password is compromised. You can only remove this warning by changing the password." : "Ce mot de passe est compromis. Vous ne pouvez supprimer cet avertissement qu'en modifiant votre mot de passe.",
"email" : "email",
"Description" : "Description",
"Url" : "URL",
"Custom Search:" : "Recherche personnalisée",
"Revert to defaults" : "Restaurer les valeurs par défaut",
"Error while saving field" : "Erreur lors de la sauvegarde du champ",
@ -325,6 +323,7 @@ OC.L10N.register(
"%1$s has been shared with %2$s" : "%1$s a été partagé avec %2$s",
"You received a share request for %1$s from %2$s" : "Vous avez reçu une demande de partage pour %1$s de %2$s",
"%s has been shared with a link" : "%s a été partagé avec un lien",
"Passwords" : "Mots de passe",
"Your credential \"%s\" expired, click here to update the credential." : "Votre identifiant \"%s\" a expiré, cliquez ici pour le mettre à jour.",
"Remind me later" : "Rappelez-moi plus tard",
"Ignore" : "Ignorer",
@ -358,10 +357,10 @@ OC.L10N.register(
"Click here to request\n\t\t\t\t\tit" : "Cliquez ici\n\t\t\t\t\tpour le demander ",
"Loading&hellip;" : "Chargement&hellip;",
"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",
"Expires:" : "Expire le :",
"Connection to server lost" : "La connexion au serveur a été perdue",
"Problem loading page, reloading in 5 seconds" : "Problème de chargement de la page, actualisation dans 5 secondes",
"Saving..." : "Enregistrement…",
"Saving …" : "Enregistrement ...",
"Dismiss" : "Ignorer",
"seconds ago" : "il y a quelques secondes"
},

View file

@ -1,5 +1,4 @@
{ "translations": {
"Passwords" : "Mots de passe",
"Generating sharing keys ( %s / 2)" : "Génération des clés de partage ( %s/ 2 )",
"Incorrect vault password!" : "Mot de passe du coffre-fort incorrect",
"Passwords do not match" : "Les mots de passe ne correspondent pas",
@ -52,7 +51,7 @@
"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",
"Share link" : "Partager un lien",
"Share link" : "Lien de partage",
"Are you sure you want to leave? This will corrupt this credential" : "Êtes-vous sûr de vouloir quitter ? Cela va corrompre cette information d'identification",
"Credential unshared" : "Arrêt du partage de l'information d'identification ",
"Credential shared" : "Information d'identification partagée",
@ -292,12 +291,11 @@
"Click here to request it" : "Cliquez ici pour le demander",
"Loading…" : "Chargement...",
"Awwhh… credential not found. Maybe it expired" : "Awwhh.... information d'identification non trouvée. Il est peut être expiré",
"Compromise!" : "Compromis !",
"Mark as Compromised" : "Marquer comme compromis",
"Compromised!" : "Compromis !",
"This password is compromised. You can only remove this warning by changing the password." : "Ce mot de passe est compromis. Vous ne pouvez supprimer cet avertissement qu'en modifiant votre mot de passe.",
"email" : "email",
"Description" : "Description",
"Url" : "URL",
"Custom Search:" : "Recherche personnalisée",
"Revert to defaults" : "Restaurer les valeurs par défaut",
"Error while saving field" : "Erreur lors de la sauvegarde du champ",
@ -323,6 +321,7 @@
"%1$s has been shared with %2$s" : "%1$s a été partagé avec %2$s",
"You received a share request for %1$s from %2$s" : "Vous avez reçu une demande de partage pour %1$s de %2$s",
"%s has been shared with a link" : "%s a été partagé avec un lien",
"Passwords" : "Mots de passe",
"Your credential \"%s\" expired, click here to update the credential." : "Votre identifiant \"%s\" a expiré, cliquez ici pour le mettre à jour.",
"Remind me later" : "Rappelez-moi plus tard",
"Ignore" : "Ignorer",
@ -356,10 +355,10 @@
"Click here to request\n\t\t\t\t\tit" : "Cliquez ici\n\t\t\t\t\tpour le demander ",
"Loading&hellip;" : "Chargement&hellip;",
"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",
"Expires:" : "Expire le :",
"Connection to server lost" : "La connexion au serveur a été perdue",
"Problem loading page, reloading in 5 seconds" : "Problème de chargement de la page, actualisation dans 5 secondes",
"Saving..." : "Enregistrement…",
"Saving …" : "Enregistrement ...",
"Dismiss" : "Ignorer",
"seconds ago" : "il y a quelques secondes"
},"pluralForm" :"nplurals=2; plural=(n > 1);"

View file

@ -1,8 +1,7 @@
OC.L10N.register(
"passman",
{
"Passwords" : "Contrasinais",
"Generating sharing keys ( %s / 2)" : "Xerando chaves de compartición ( %s / 2)",
"Generating sharing keys ( %s / 2)" : "Xerando claves de compartición ( %s / 2)",
"Incorrect vault password!" : "Contrasinal da bóveda incorrecta!",
"Passwords do not match" : "Os contrasinais non coinciden",
"General" : "Xeral",
@ -95,13 +94,13 @@ OC.L10N.register(
"Filename" : "Nome de ficheiro",
"Upload date" : "Data de envío",
"Size" : "Tamaño",
"Upload or enter your OTP secret" : "Envíe ou Introduza o seu secreto OTP",
"Upload or enter your OTP secret" : "Envíe ou introduza o seu segredo OTP",
"Current OTP settings" : "Axustes OTP actuais",
"Issuer" : "Emisor",
"Secret" : "Secreto",
"Secret" : "Segredo",
"Expiration date" : "Data de caducidade",
"No expiration date set" : "Non se definiu a data de caducidade",
"Renew interval" : "Intervalo de renovación",
"Renew interval" : "Renovar o intervalo",
"Disabled" : "Desactivado",
"Day(s)" : "Día(s)",
"Week(s)" : "Semana(s)",
@ -122,7 +121,7 @@ OC.L10N.register(
"Rename vault" : "Renomear a bóveda",
"New vault name" : "Nome novo para a bóveda",
"Change" : "Cambiar",
"Change vault key" : "Cambiar a chave da bóveda",
"Change vault key" : "Cambiar a clave da bóveda",
"Old vault password" : "Anterior contrasinal da bóveda",
"New vault password" : "Novo contrasinal da bóveda",
"Repeat new vault password" : "Repita o novo contrasinal da bóveda",
@ -145,12 +144,12 @@ OC.L10N.register(
"Import" : "Importar",
"Read progress" : "Progreso da lectura",
"Upload progress" : "Progreso do envío",
"Private Key" : "Chave privada",
"Public key" : "Chave pública",
"Key size" : "Tamaño da chave",
"Save keys" : "Gardar as chaves",
"Generate sharing keys" : "Xerar chaves de compartición",
"Generating sharing keys" : "Xerando chaves de compartición",
"Private Key" : "Clave privada",
"Public key" : "Clave pública",
"Key size" : "Tamaño da clave",
"Save keys" : "Gardar as claves",
"Generate sharing keys" : "Xerar claves de compartición",
"Generating sharing keys" : "Xerando claves de compartición",
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "A ferramenta de contrasinais analizará o seu contrasinal, calculará o tempo medio para crebalo e enumerará aqueles que estean por baixo do limiar",
"Minimum password stength" : "Fortaleza mínima do contrasinal",
"Start scan" : "Iniciar a analise",
@ -256,7 +255,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "A fortaleza do contrasinal debe ser cando menos: {{strength}}",
"Please give your new vault a name." : "Póñalle un nome á súa bóveda",
"Repeat vault password" : "Repita o contrasinal da bóveda",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "A súa chave de compartir terá unha forza de 1024 bits, que pode cambiar máis adiante en «Axustes».",
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "A súa clave de compartir terá unha forza de 1024 bits, que pode cambiar máis adiante en «Axustes».",
"Create vault" : "Crear unha bóveda",
"Go back to vaults" : "Volver ás bóvedas",
"Please input the password for" : "Introduza o contrasinal para",
@ -294,12 +293,11 @@ OC.L10N.register(
"Click here to request it" : "Prema aquí para solicitalo",
"Loading…" : "Cargando…",
"Awwhh… credential not found. Maybe it expired" : "Amodo… non se atopou a credencial, seica caducou?",
"Compromise!" : "Compromiso!",
"Mark as Compromised" : "Marcar como comprometido",
"Compromised!" : "Comprometido!",
"This password is compromised. You can only remove this warning by changing the password." : "Este contrasinal está comprometido. Só pode eliminar este aviso cambiando o contrasinal.",
"email" : "correo",
"Description" : "Descrición",
"Url" : "URL",
"Custom Search:" : "Busca personalizada:",
"Revert to defaults" : "Reverter a valores predeterminados",
"Error while saving field" : "Produciuse un erro ao gardar o campo",
@ -318,13 +316,14 @@ OC.L10N.register(
"%1$s has been deleted by %2$s" : "%1$s foi eliminado por %2$s",
"You deleted %1$s" : "Vostede eliminou %1$s",
"%1$s has been recovered by %2$s" : "%1$s foi recuperado por %2$s",
"You recovered %1$s" : "Vostede restaurou %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s foi eliminado permanentemente por %2$s",
"You permanently deleted %1$s" : "Vostede eliminou permanentemente %1$s",
"You recovered %1$s" : "Vostede recuperou %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s foi eliminado de xeito permanente por %2$s",
"You permanently deleted %1$s" : "Vostede eliminou %1$s de xeito permanente",
"The password of %1$s has expired, renew it now." : "O contrasinal de %1$s caducou, renóvea agora.",
"%1$s has been shared with %2$s" : "%1$s foi compartido con %2$s",
"You received a share request for %1$s from %2$s" : "Vostede recibiu unha solicitude para compartir %1$s dende %2$s",
"%s has been shared with a link" : "%s foi compartido cunha ligazón",
"Passwords" : "Contrasinais",
"Your credential \"%s\" expired, click here to update the credential." : "A sua credencial «%s» caducou, prema aquí para actualizar a credencial.",
"Remind me later" : "Lembrarmo más adiante",
"Ignore" : "Ignorar",
@ -333,7 +332,7 @@ OC.L10N.register(
"%s has accepted your share request for \"%s\"." : "%s aceptou a súa solicitude para compartir «%s».",
"Passman" : "Passman",
"Passman is a full featured password manager." : "Passman é un completo xestor de contrasinais. ",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman é un completo xestor de contrasinais.\nCaracterísticas:\n- Bóvedas\n- A chave da bóveda non se envía nunca ao servidor\n- Extensión do navegador para facilitar o acceso aos contrasinais\n- Apli de Android para acceder en mobilidade\n- As credenciais están en cifradas do lado do cliente con AES de 256 bits\n- As credenciais están cifradas no lado do servidor con AES de 256 bits\n- Posibilidade de engadir campos personalizados a credenciais\n- Xerador incorporado de OTP (One Time Password)\n- Analizador de contrasinais\n- Comparte contrasinais internamente e mediante a ligazón dun xeito seguro.\n- Importación dende varios xestores de contrasinais (KeePass, LastPass, DashLane, ZOHO, Clipperz.is)\nPara ver unha demostración desta aplicación, visite [https://demo.passman.cc](https://demo.passman.cc)",
"Passman is a full featured password manager.\nFeatures:\n- Vaults\n- Vault key is never sent to the server\n- Browser extension for easy access to passwords\n- Android app for on the road access\n- Credentials are client side encrypted with 256bit AES\n- Credentials are server side encrypted with 256bit AES\n- Ability to add custom fields to credentials\n- Built-in OTP (One Time Password) generator\n- Password analyzer\n- Share passwords internally and via link in a secure manner.\n- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\nFor an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)" : "Passman é un completo xestor de contrasinais.\nCaracterísticas:\n- Bóvedas\n- A clave da bóveda non se envía nunca ao servidor\n- Extensión do navegador para facilitar o acceso aos contrasinais\n- Apli de Android para acceder en mobilidade\n- As credenciais están en cifradas do lado do cliente con AES de 256 bits\n- As credenciais están cifradas no lado do servidor con AES de 256 bits\n- Posibilidade de engadir campos personalizados a credenciais\n- Xerador incorporado de OTP (One Time Password)\n- Analizador de contrasinais\n- Comparte contrasinais internamente e mediante a ligazón dun xeito seguro.\n- Importación dende varios xestores de contrasinais (KeePass, LastPass, DashLane, ZOHO, Clipperz.is)\nPara ver unha demostración desta aplicación, visite [https://demo.passman.cc](https://demo.passman.cc)",
"Unable to get version info" : "Non é posíbel obter información da versión",
"Passman Settings" : "Axustes de Passman",
"GitHub version:" : "Versión do GitHub:",
@ -361,8 +360,8 @@ OC.L10N.register(
"Expires:" : "Caduca:",
"Connection to server lost" : "Perdida a conexión co servidor",
"Problem loading page, reloading in 5 seconds" : "Produciuse un problema ao cargar a páxina, volverá cargar en 5 segundos",
"Saving..." : "Gardando…",
"Saving" : "Gardando…",
"Dismiss" : "Rexeitar",
"seconds ago" : "segundos atrás"
"seconds ago" : "hai uns segundos"
},
"nplurals=2; plural=(n != 1);");

Some files were not shown because too many files have changed in this diff Show more