[tx-robot] updated from transifex
This commit is contained in:
parent
c25df595af
commit
65045f6d98
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"registration",
|
"registration",
|
||||||
{
|
{
|
||||||
|
"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" : "입력한 이메일 주소로 가입 대기 중",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"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" : "입력한 이메일 주소로 가입 대기 중",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
|
"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" => "입력한 이메일 주소로 가입 대기 중",
|
||||||
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
|
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue