[tx-robot] updated from transifex
This commit is contained in:
parent
fd7710af6a
commit
708016b094
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
"Unable to create user, there are problems with user backend." : "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "アカウントは無事作成されました。 こちらのリンクから<a href=\"{link}\">ログイン</a>してください。",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
|
||||
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
|
||||
"Username" : "ユーザーID",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"Verification email successfully sent." : "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
"Unable to create user, there are problems with user backend." : "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "アカウントは無事作成されました。 こちらのリンクから<a href=\"{link}\">ログイン</a>してください。",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
|
||||
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
|
||||
"Username" : "ユーザーID",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ $TRANSLATIONS = array(
|
|||
"Verification email successfully sent." => "確認メールを送信しました。",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
|
||||
"Unable to create user, there are problems with user backend." => "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "アカウントは無事作成されました。 こちらのリンクから<a href=\"{link}\">ログイン</a>してください。",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
|
||||
"Welcome, you can create your account below." => "ようこそ、以下から新しくアカウントを作成できます。",
|
||||
"Username" => "ユーザーID",
|
||||
|
|
|
|||
Loading…
Reference in New Issue