mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-07 20:16:16 +08:00
[tx-robot] updated from transifex
This commit is contained in:
parent
86c317be03
commit
a58dcbb10a
2 changed files with 24 additions and 0 deletions
12
l10n/eu.js
12
l10n/eu.js
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
||||||
"passman",
|
"passman",
|
||||||
{
|
{
|
||||||
"Generating sharing keys ( %s / 2)" : "Partekatze gakoak sortzen (%s/2)",
|
"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",
|
"Passwords do not match" : "Pasahitzak ez datoz bat",
|
||||||
"General" : "Orokorra",
|
"General" : "Orokorra",
|
||||||
"Custom Fields" : "Eremu pertsonalizatuak",
|
"Custom Fields" : "Eremu pertsonalizatuak",
|
||||||
|
@ -19,8 +20,17 @@ OC.L10N.register(
|
||||||
"Starting export" : "Esportazioa hasten",
|
"Starting export" : "Esportazioa hasten",
|
||||||
"Decrypting credentials" : "Kredentzialak deszifratzen",
|
"Decrypting credentials" : "Kredentzialak deszifratzen",
|
||||||
"Done" : "Egina",
|
"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",
|
"Importing" : "Inportatzen",
|
||||||
"Start import" : "Hasi inportazioa",
|
"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",
|
"Skip first row" : "Saltatu lehen errenkada",
|
||||||
"Settings saved" : "Ezarpenak gordeta",
|
"Settings saved" : "Ezarpenak gordeta",
|
||||||
"General settings" : "Ezarpen orokorrak",
|
"General settings" : "Ezarpen orokorrak",
|
||||||
|
@ -76,6 +86,7 @@ OC.L10N.register(
|
||||||
"Version" : "Bertsioa",
|
"Version" : "Bertsioa",
|
||||||
"Bookmarklet" : "applet-marka",
|
"Bookmarklet" : "applet-marka",
|
||||||
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
|
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
|
||||||
|
"Vault password" : "Gordailuaren pasahitza",
|
||||||
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
|
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
|
||||||
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
|
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
|
||||||
"Import type" : "Inportazio mota",
|
"Import type" : "Inportazio mota",
|
||||||
|
@ -131,6 +142,7 @@ OC.L10N.register(
|
||||||
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
|
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
|
||||||
"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.",
|
"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.",
|
||||||
"Logout" : "Amaitu saioa",
|
"Logout" : "Amaitu saioa",
|
||||||
|
"Donate" : "Donazioa egin",
|
||||||
"Show All" : "Erakutsi guztiak",
|
"Show All" : "Erakutsi guztiak",
|
||||||
"Tags" : "Etiketak",
|
"Tags" : "Etiketak",
|
||||||
"Search Tags" : "Bilatu etiketak",
|
"Search Tags" : "Bilatu etiketak",
|
||||||
|
|
12
l10n/eu.json
12
l10n/eu.json
|
@ -1,5 +1,6 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Generating sharing keys ( %s / 2)" : "Partekatze gakoak sortzen (%s/2)",
|
"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",
|
"Passwords do not match" : "Pasahitzak ez datoz bat",
|
||||||
"General" : "Orokorra",
|
"General" : "Orokorra",
|
||||||
"Custom Fields" : "Eremu pertsonalizatuak",
|
"Custom Fields" : "Eremu pertsonalizatuak",
|
||||||
|
@ -17,8 +18,17 @@
|
||||||
"Starting export" : "Esportazioa hasten",
|
"Starting export" : "Esportazioa hasten",
|
||||||
"Decrypting credentials" : "Kredentzialak deszifratzen",
|
"Decrypting credentials" : "Kredentzialak deszifratzen",
|
||||||
"Done" : "Egina",
|
"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",
|
"Importing" : "Inportatzen",
|
||||||
"Start import" : "Hasi inportazioa",
|
"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",
|
"Skip first row" : "Saltatu lehen errenkada",
|
||||||
"Settings saved" : "Ezarpenak gordeta",
|
"Settings saved" : "Ezarpenak gordeta",
|
||||||
"General settings" : "Ezarpen orokorrak",
|
"General settings" : "Ezarpen orokorrak",
|
||||||
|
@ -74,6 +84,7 @@
|
||||||
"Version" : "Bertsioa",
|
"Version" : "Bertsioa",
|
||||||
"Bookmarklet" : "applet-marka",
|
"Bookmarklet" : "applet-marka",
|
||||||
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
|
"Save your passwords with one click." : "Gorde zure pasahitzak klik batekin",
|
||||||
|
"Vault password" : "Gordailuaren pasahitza",
|
||||||
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
|
"Delete my precious passwords" : "Ezabatu nire pasahitz baliotsuak",
|
||||||
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
|
"Yes, delete my precious passwords" : "Bai, ezabatu nire pasahitz baliotsuak",
|
||||||
"Import type" : "Inportazio mota",
|
"Import type" : "Inportazio mota",
|
||||||
|
@ -129,6 +140,7 @@
|
||||||
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
|
"Password strength must be at least: {{strength}}" : "Pasahitzaren gutxieneko sendotasuna: {{strength}}",
|
||||||
"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.",
|
"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.",
|
||||||
"Logout" : "Amaitu saioa",
|
"Logout" : "Amaitu saioa",
|
||||||
|
"Donate" : "Donazioa egin",
|
||||||
"Show All" : "Erakutsi guztiak",
|
"Show All" : "Erakutsi guztiak",
|
||||||
"Tags" : "Etiketak",
|
"Tags" : "Etiketak",
|
||||||
"Search Tags" : "Bilatu etiketak",
|
"Search Tags" : "Bilatu etiketak",
|
||||||
|
|
Loading…
Add table
Reference in a new issue