diff options
Diffstat (limited to 'settings/l10n/ja.js')
-rw-r--r-- | settings/l10n/ja.js | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 169f0521444..bab26197c9e 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -1,7 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "有効", "Authentication error" : "認証エラー", "Your full name has been changed." : "名前を変更しました。", "Unable to change full name" : "名前を変更できません", @@ -31,9 +30,13 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "バックエンドはパスワード変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", "Unable to change password" : "パスワードを変更できません", + "Enabled" : "有効", + "Not enabled" : "無効", + "Recommended" : "推奨", "Saved" : "保存されました", - "test email settings" : "メール設定をテスト", + "test email settings" : "メール設定のテスト", "If you received this email, the settings seem to be correct." : "このメールを受け取ったら、設定は正しいはずです。", + "A problem occurred while sending the email. Please revise your settings." : "メールの送信中に問題が発生しました。設定を確認してください。", "Email sent" : "メールを送信しました", "You need to set your user email before being able to send test emails." : "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", @@ -68,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "有効なグループ名を指定する必要があります", "deleted {groupName}" : "{groupName} を削除しました", "undo" : "元に戻す", + "no group" : "未グループ", "never" : "なし", "deleted {userName}" : "{userName} を削除しました", "add group" : "グループを追加", @@ -138,7 +142,7 @@ OC.L10N.register( "Forces the clients to connect to %s via an encrypted connection." : "クライアントから %sへの接続を常に暗号化します。", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "強制的なSSL接続を有効/無効にするには、HTTPS経由で %s へ接続してください。", "Email Server" : "メールサーバー", - "This is used for sending out notifications." : "これは通知の送信に使われます。", + "This is used for sending out notifications." : "通知を送信する際に使用します。", "Send mode" : "送信モード", "From address" : "送信元アドレス", "mail" : "メール", @@ -149,7 +153,7 @@ OC.L10N.register( "Credentials" : "資格情報", "SMTP Username" : "SMTP ユーザー名", "SMTP Password" : "SMTP パスワード", - "Test email settings" : "メール設定をテスト", + "Test email settings" : "メール設定のテスト", "Send email" : "メールを送信", "Log" : "ログ", "Log level" : "ログレベル", |