[tx-robot] updated from transifex
This commit is contained in:
parent
eec5be974e
commit
3c4836acde
|
|
@ -4,6 +4,7 @@ OC.L10N.register(
|
||||||
"Register" : "登録",
|
"Register" : "登録",
|
||||||
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||||
"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." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"Register" : "登録",
|
"Register" : "登録",
|
||||||
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
|
||||||
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||||
"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." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ $TRANSLATIONS = array(
|
||||||
"Register" => "登録",
|
"Register" => "登録",
|
||||||
"Email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
|
"Email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
|
||||||
"Verify your ownCloud registration request" => "ownCloud 登録リクエストを確認してください",
|
"Verify your ownCloud registration request" => "ownCloud 登録リクエストを確認してください",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." => "<a href=\"{login}\">今すぐログイン</a> できます。",
|
||||||
"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." => "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue