[tx-robot] updated from transifex
This commit is contained in:
parent
95b091bdbd
commit
e895ebcf23
|
|
@ -1,14 +1,20 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Registreeru",
|
||||
"Email address you entered is not valid" : "Sinu poolt sisestatud e-posti aadress pole korrektne",
|
||||
"There is already a pending registration with this email" : "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
|
||||
"There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
|
||||
"Verify your ownCloud registration request" : "Kinnita oma ownCloudi registreerumise soov",
|
||||
"Verification email successfully sent." : "Kinnituskiri on saadetud.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
|
||||
"Unable to create user, there are problems with user backend." : "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
|
||||
"Failed to delete pending registration request" : "Ootel oleva registreeringutaotluse kustutamine ebaõnnestus",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Sinu konto on loodud, sa võid <a href=\"{link}\">kohe sisse logida</a>.",
|
||||
"Your settings have been updated." : "Seaded on uuendatud.",
|
||||
"No such group" : "Sellist gruppi pole",
|
||||
"Registration" : "Registreerumine",
|
||||
"Default group that all registered users belong" : "Vaikimisi grupp, kuhu kõik uued registreerunud kasutajad vaikimisi pannakse",
|
||||
"None" : "Pole",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloudi uue kasutajakonto loomisels kliki lihtsalt järgnevale lingile: \n{link}",
|
||||
"Welcome, you can create your account below." : "Teretulemast, sa võid konto luua allpool.",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,18 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registreeru",
|
||||
"Email address you entered is not valid" : "Sinu poolt sisestatud e-posti aadress pole korrektne",
|
||||
"There is already a pending registration with this email" : "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
|
||||
"There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
|
||||
"Verify your ownCloud registration request" : "Kinnita oma ownCloudi registreerumise soov",
|
||||
"Verification email successfully sent." : "Kinnituskiri on saadetud.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
|
||||
"Unable to create user, there are problems with user backend." : "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
|
||||
"Failed to delete pending registration request" : "Ootel oleva registreeringutaotluse kustutamine ebaõnnestus",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Sinu konto on loodud, sa võid <a href=\"{link}\">kohe sisse logida</a>.",
|
||||
"Your settings have been updated." : "Seaded on uuendatud.",
|
||||
"No such group" : "Sellist gruppi pole",
|
||||
"Registration" : "Registreerumine",
|
||||
"Default group that all registered users belong" : "Vaikimisi grupp, kuhu kõik uued registreerunud kasutajad vaikimisi pannakse",
|
||||
"None" : "Pole",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloudi uue kasutajakonto loomisels kliki lihtsalt järgnevale lingile: \n{link}",
|
||||
"Welcome, you can create your account below." : "Teretulemast, sa võid konto luua allpool.",
|
||||
|
|
|
|||
|
|
@ -1,13 +1,19 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Registreeru",
|
||||
"Email address you entered is not valid" => "Sinu poolt sisestatud e-posti aadress pole korrektne",
|
||||
"There is already a pending registration with this email" => "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
|
||||
"There is an existing user with this email" => "Selle e-posti aadressiga kasutaja on juba olemas",
|
||||
"Verify your ownCloud registration request" => "Kinnita oma ownCloudi registreerumise soov",
|
||||
"Verification email successfully sent." => "Kinnituskiri on saadetud.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
|
||||
"Unable to create user, there are problems with user backend." => "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
|
||||
"Failed to delete pending registration request" => "Ootel oleva registreeringutaotluse kustutamine ebaõnnestus",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Sinu konto on loodud, sa võid <a href=\"{link}\">kohe sisse logida</a>.",
|
||||
"Your settings have been updated." => "Seaded on uuendatud.",
|
||||
"No such group" => "Sellist gruppi pole",
|
||||
"Registration" => "Registreerumine",
|
||||
"Default group that all registered users belong" => "Vaikimisi grupp, kuhu kõik uued registreerunud kasutajad vaikimisi pannakse",
|
||||
"None" => "Pole",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownCloudi uue kasutajakonto loomisels kliki lihtsalt järgnevale lingile: \n{link}",
|
||||
"Welcome, you can create your account below." => "Teretulemast, sa võid konto luua allpool.",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
|||
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
|
||||
"Unable to create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||
"Failed to delete pending registration request" : "L'eliminazione della richiesta di registrazione in corso non è riuscita",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Il tuo account è stato creato correttamente, ora puoi <a href=\"{link}\">effettuare l'accesso</a>.",
|
||||
"Your settings have been updated." : "Le tue impostazioni sono state aggiornate.",
|
||||
"No such group" : "Gruppo inesistente",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
|
||||
"Unable to create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||
"Failed to delete pending registration request" : "L'eliminazione della richiesta di registrazione in corso non è riuscita",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Il tuo account è stato creato correttamente, ora puoi <a href=\"{link}\">effettuare l'accesso</a>.",
|
||||
"Your settings have been updated." : "Le tue impostazioni sono state aggiornate.",
|
||||
"No such group" : "Gruppo inesistente",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ $TRANSLATIONS = array(
|
|||
"Verification email successfully sent." => "Email di verifica inviata correttamente.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
|
||||
"Unable to create user, there are problems with user backend." => "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||
"Failed to delete pending registration request" => "L'eliminazione della richiesta di registrazione in corso non è riuscita",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Il tuo account è stato creato correttamente, ora puoi <a href=\"{link}\">effettuare l'accesso</a>.",
|
||||
"Your settings have been updated." => "Le tue impostazioni sono state aggiornate.",
|
||||
"No such group" => "Gruppo inesistente",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||
"There is already a pending registration with this email" : "このメールアドレスで登録中断しているものがあります。",
|
||||
"There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
|
||||
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
||||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||
"There is already a pending registration with this email" : "このメールアドレスで登録中断しているものがあります。",
|
||||
"There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
|
||||
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
||||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
$TRANSLATIONS = array(
|
||||
"Email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
|
||||
"There is already a pending registration with this email" => "このメールアドレスで登録中断しているものがあります。",
|
||||
"There is an existing user with this email" => "このメールアドレスのユーザーがすでに存在します",
|
||||
"Verify your ownCloud registration request" => "ownCloud 登録リクエストを確認してください",
|
||||
"Verification email successfully sent." => "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
Loading…
Reference in New Issue