[tx-robot] updated from transifex
This commit is contained in:
parent
19411b6a95
commit
41683e3db8
|
|
@ -1,7 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Registration is not allowed with the following domains:" : "登録は以下のドメインには許可されていません:",
|
||||
"Registration is only allowed with the following domains:" : "登録は以下のドメインにのみ許可されています:",
|
||||
"A problem occurred sending email, please contact your administrator." : "メールの送信に問題が発生しました。管理者に連絡してください。",
|
||||
"The entered verification code is wrong" : "入力された確認コードが違います",
|
||||
"The verification failed." : "確認に失敗しました。",
|
||||
"Invalid username policy regex" : "無効なユーザー名ポリシー正規表現",
|
||||
"Saved" : "保存済み",
|
||||
"No such group" : "そのようなグループがありません",
|
||||
"Register" : "登録",
|
||||
|
|
@ -10,16 +15,20 @@ OC.L10N.register(
|
|||
"Registration" : "ユーザー登録",
|
||||
"Email address verified, you can now complete your registration." : "メールアドレスが確認され、登録が完了しました。",
|
||||
"Click the button below to continue." : "続行するには、下のボタンをクリックしてください。",
|
||||
"Verification code: %s" : "確認コード: %s",
|
||||
"Continue registration" : "続けて登録する",
|
||||
"New user \"%s\" has created an account on %s" : "新しいユーザー \"%s\" がアカウント %sで作成されました。",
|
||||
"New user registered" : "新規ユーザー登録",
|
||||
"\"%1$s\" registered a new account on %2$s." : "\"%1$s\" は新規アカウント%2$sで登録されました。",
|
||||
"\"%1$s\" registered a new account on %2$s and needs to be enabled." : "\"%1$s\" が新しいアカウント %2$s で登録されましたが、有効化が必要です。",
|
||||
"Enable now" : "今すぐ有効化",
|
||||
"Registration with this email domain is not allowed." : "このメールドメインでの登録は許可されていません。",
|
||||
"Please provide a valid display name." : "有効な表示名を入力してください。",
|
||||
"Please provide a valid user name." : "有効なユーザー名を入力してください。",
|
||||
"The username you have chosen already exists." : "選択したユーザー名はすでに存在しています。",
|
||||
"None" : "なし",
|
||||
"Disable Email Verification" : "メール確認の無効化",
|
||||
"Let user can register directly without email verification" : "ユーザーにメール確認を省いて直接登録することを許可します",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは正常に作成されましたが、管理者の承認が必要です。",
|
||||
"Email" : "メール",
|
||||
"Back to login" : "ログインに戻る",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{ "translations": {
|
||||
"Registration is not allowed with the following domains:" : "登録は以下のドメインには許可されていません:",
|
||||
"Registration is only allowed with the following domains:" : "登録は以下のドメインにのみ許可されています:",
|
||||
"A problem occurred sending email, please contact your administrator." : "メールの送信に問題が発生しました。管理者に連絡してください。",
|
||||
"The entered verification code is wrong" : "入力された確認コードが違います",
|
||||
"The verification failed." : "確認に失敗しました。",
|
||||
"Invalid username policy regex" : "無効なユーザー名ポリシー正規表現",
|
||||
"Saved" : "保存済み",
|
||||
"No such group" : "そのようなグループがありません",
|
||||
"Register" : "登録",
|
||||
|
|
@ -8,16 +13,20 @@
|
|||
"Registration" : "ユーザー登録",
|
||||
"Email address verified, you can now complete your registration." : "メールアドレスが確認され、登録が完了しました。",
|
||||
"Click the button below to continue." : "続行するには、下のボタンをクリックしてください。",
|
||||
"Verification code: %s" : "確認コード: %s",
|
||||
"Continue registration" : "続けて登録する",
|
||||
"New user \"%s\" has created an account on %s" : "新しいユーザー \"%s\" がアカウント %sで作成されました。",
|
||||
"New user registered" : "新規ユーザー登録",
|
||||
"\"%1$s\" registered a new account on %2$s." : "\"%1$s\" は新規アカウント%2$sで登録されました。",
|
||||
"\"%1$s\" registered a new account on %2$s and needs to be enabled." : "\"%1$s\" が新しいアカウント %2$s で登録されましたが、有効化が必要です。",
|
||||
"Enable now" : "今すぐ有効化",
|
||||
"Registration with this email domain is not allowed." : "このメールドメインでの登録は許可されていません。",
|
||||
"Please provide a valid display name." : "有効な表示名を入力してください。",
|
||||
"Please provide a valid user name." : "有効なユーザー名を入力してください。",
|
||||
"The username you have chosen already exists." : "選択したユーザー名はすでに存在しています。",
|
||||
"None" : "なし",
|
||||
"Disable Email Verification" : "メール確認の無効化",
|
||||
"Let user can register directly without email verification" : "ユーザーにメール確認を省いて直接登録することを許可します",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは正常に作成されましたが、管理者の承認が必要です。",
|
||||
"Email" : "メール",
|
||||
"Back to login" : "ログインに戻る",
|
||||
|
|
|
|||
Loading…
Reference in New Issue