[tx-robot] updated from transifex
This commit is contained in:
parent
4843d59a85
commit
7962dd9412
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
||||||
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
|
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
||||||
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
"Unable to set user email: " : "Kan ikke angive e-mail for bruger:",
|
||||||
"Failed to delete pending registration request" : "Det lykkedes ikke at slette ventende registreringsanmodning",
|
"Failed to delete pending registration request" : "Det lykkedes ikke at slette ventende registreringsanmodning",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
||||||
"Your settings have been updated." : "Dine indstillinger er blevet opdateret.",
|
"Your settings have been updated." : "Dine indstillinger er blevet opdateret.",
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
|
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
||||||
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
"Unable to set user email: " : "Kan ikke angive e-mail for bruger:",
|
||||||
"Failed to delete pending registration request" : "Det lykkedes ikke at slette ventende registreringsanmodning",
|
"Failed to delete pending registration request" : "Det lykkedes ikke at slette ventende registreringsanmodning",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
||||||
"Your settings have been updated." : "Dine indstillinger er blevet opdateret.",
|
"Your settings have been updated." : "Dine indstillinger er blevet opdateret.",
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ $TRANSLATIONS = array(
|
||||||
"Verification email successfully sent." => "Bekræftelse er blevet sendt med e-mail.",
|
"Verification email successfully sent." => "Bekræftelse er blevet sendt med e-mail.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
|
||||||
"Unable to create user, there are problems with user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
"Unable to create user, there are problems with user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
"Unable to set user email: " => "Kan ikke angive e-mail for bruger:",
|
||||||
"Failed to delete pending registration request" => "Det lykkedes ikke at slette ventende registreringsanmodning",
|
"Failed to delete pending registration request" => "Det lykkedes ikke at slette ventende registreringsanmodning",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
||||||
"Your settings have been updated." => "Dine indstillinger er blevet opdateret.",
|
"Your settings have been updated." => "Dine indstillinger er blevet opdateret.",
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,20 @@ OC.L10N.register(
|
||||||
"Register" : "등록",
|
"Register" : "등록",
|
||||||
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
|
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
|
||||||
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
|
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
|
||||||
|
"There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
||||||
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
|
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
||||||
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
||||||
|
"Unable to set user email: " : "사용자 이메일을 설정할 수 없음: ",
|
||||||
|
"Failed to delete pending registration request" : "대기 중인 등록 요청을 삭제할 수 없음",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
||||||
"Your settings have been updated." : "설정이 업데이트 되었습니다.",
|
"Your settings have been updated." : "설정이 업데이트 되었습니다.",
|
||||||
|
"No such group" : "그룹이 존재하지 않음",
|
||||||
|
"Registration" : "등록",
|
||||||
|
"Default group that all registered users belong" : "모든 등록 사용자가 속한 기본 그룹",
|
||||||
"None" : "없음",
|
"None" : "없음",
|
||||||
|
"To create a new account on ownCloud, just click the following link:<br/><br/>\n<a href=\"{link}\">{link}</a>" : "ownCloud에 새 계정을 등록하려면 다음 링크를 누르십시오:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||||
"Welcome, you can create your account below." : "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
"Welcome, you can create your account below." : "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
||||||
"Username" : "사용자 이름",
|
"Username" : "사용자 이름",
|
||||||
"Password" : "암호",
|
"Password" : "암호",
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,20 @@
|
||||||
"Register" : "등록",
|
"Register" : "등록",
|
||||||
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
|
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
|
||||||
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
|
"There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
|
||||||
|
"There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
||||||
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
|
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
||||||
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
||||||
|
"Unable to set user email: " : "사용자 이메일을 설정할 수 없음: ",
|
||||||
|
"Failed to delete pending registration request" : "대기 중인 등록 요청을 삭제할 수 없음",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
||||||
"Your settings have been updated." : "설정이 업데이트 되었습니다.",
|
"Your settings have been updated." : "설정이 업데이트 되었습니다.",
|
||||||
|
"No such group" : "그룹이 존재하지 않음",
|
||||||
|
"Registration" : "등록",
|
||||||
|
"Default group that all registered users belong" : "모든 등록 사용자가 속한 기본 그룹",
|
||||||
"None" : "없음",
|
"None" : "없음",
|
||||||
|
"To create a new account on ownCloud, just click the following link:<br/><br/>\n<a href=\"{link}\">{link}</a>" : "ownCloud에 새 계정을 등록하려면 다음 링크를 누르십시오:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||||
"Welcome, you can create your account below." : "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
"Welcome, you can create your account below." : "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
||||||
"Username" : "사용자 이름",
|
"Username" : "사용자 이름",
|
||||||
"Password" : "암호",
|
"Password" : "암호",
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,20 @@ $TRANSLATIONS = array(
|
||||||
"Register" => "등록",
|
"Register" => "등록",
|
||||||
"Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음",
|
"Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음",
|
||||||
"There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중",
|
"There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중",
|
||||||
|
"There is an existing user with this email" => "같은 이메일을 사용하는 사용자가 이미 존재함",
|
||||||
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
|
||||||
"Verification email successfully sent." => "확인 이메일을 보냈습니다.",
|
"Verification email successfully sent." => "확인 이메일을 보냈습니다.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." => "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
"Invalid verification URL. No registration request with this verification URL is found." => "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
|
||||||
"Unable to create user, there are problems with user backend." => "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
"Unable to create user, there are problems with user backend." => "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
|
||||||
|
"Unable to set user email: " => "사용자 이메일을 설정할 수 없음: ",
|
||||||
|
"Failed to delete pending registration request" => "대기 중인 등록 요청을 삭제할 수 없음",
|
||||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "회원 가입이 완료되었으며 <a href=\"{link}\">로그인할 수 있습니다</a>.",
|
||||||
"Your settings have been updated." => "설정이 업데이트 되었습니다.",
|
"Your settings have been updated." => "설정이 업데이트 되었습니다.",
|
||||||
|
"No such group" => "그룹이 존재하지 않음",
|
||||||
|
"Registration" => "등록",
|
||||||
|
"Default group that all registered users belong" => "모든 등록 사용자가 속한 기본 그룹",
|
||||||
"None" => "없음",
|
"None" => "없음",
|
||||||
|
"To create a new account on ownCloud, just click the following link:<br/><br/>\n<a href=\"{link}\">{link}</a>" => "ownCloud에 새 계정을 등록하려면 다음 링크를 누르십시오:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||||
"Welcome, you can create your account below." => "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
"Welcome, you can create your account below." => "안녕하세요, 아래에서 회원 가입할 수 있습니다.",
|
||||||
"Username" => "사용자 이름",
|
"Username" => "사용자 이름",
|
||||||
"Password" => "암호",
|
"Password" => "암호",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue