[tx-robot] updated from transifex
This commit is contained in:
parent
6d89c0c280
commit
21f04ac1c3
|
|
@ -5,7 +5,7 @@ OC.L10N.register(
|
|||
"The email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||
"A problem occurred sending email, please contact your administrator." : "メール送信時にエラーが発生しました。管理者に連絡してください。",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "このメールアドレスでの登録申請がすでに存在します,新しい確認メールをアドレスに送信しました。",
|
||||
"A user has already taken this email, maybe you already have an account?" : "このメールアドレスは既に使用中です。もしかして既にアカウントを持っていませんか?",
|
||||
"A user has already taken this email, maybe you already have an account?" : "このメールアドレスはすでに使われています。もしかして、すでにアカウントを持っていますか?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"The email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||
"A problem occurred sending email, please contact your administrator." : "メール送信時にエラーが発生しました。管理者に連絡してください。",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "このメールアドレスでの登録申請がすでに存在します,新しい確認メールをアドレスに送信しました。",
|
||||
"A user has already taken this email, maybe you already have an account?" : "このメールアドレスは既に使用中です。もしかして既にアカウントを持っていませんか?",
|
||||
"A user has already taken this email, maybe you already have an account?" : "このメールアドレスはすでに使われています。もしかして、すでにアカウントを持っていますか?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $TRANSLATIONS = array(
|
|||
"The email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
|
||||
"A problem occurred sending email, please contact your administrator." => "メール送信時にエラーが発生しました。管理者に連絡してください。",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "このメールアドレスでの登録申請がすでに存在します,新しい確認メールをアドレスに送信しました。",
|
||||
"A user has already taken this email, maybe you already have an account?" => "このメールアドレスは既に使用中です。もしかして既にアカウントを持っていませんか?",
|
||||
"A user has already taken this email, maybe you already have an account?" => "このメールアドレスはすでに使われています。もしかして、すでにアカウントを持っていますか?",
|
||||
"You can <a href=\"{login}\">log in now</a>." => "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||
"Verification email successfully sent." => "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
|
|
|
|||
Loading…
Reference in New Issue