diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 59de2095f7e..646e86f2bee 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "サーバーの %s よりも高いバージョンが必要です。", "Server version %s or lower is required." : "サーバーの %s よりも低いバージョンが必要です。", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "この設定にアクセスするには、ログインしたアカウントが管理者、サブ管理者、または特別な権利を持っている必要があります。", + "Your current IP address doesn’t allow you to perform admin actions" : "現在のIPアドレスでは管理アクションを実行できません", "Logged in account must be an admin or sub admin" : "ログインアカウントは管理者またはサブ管理者である必要があります", "Logged in account must be an admin" : "ログインアカウントは管理者である必要があります", "Wiping of device %s has started" : "端末%sのワイプを開始しました。", @@ -81,11 +82,13 @@ OC.L10N.register( "Empty file" : "空白のファイル", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。", "Dot files are not allowed" : "隠しファイルは許可されていません", + "Invalid character \"%1$s\" in filename" : "ファイル名に無効な文字\"%1$s\"があります", "Invalid filename extension \"%1$s\"" : "無効なファイル名の拡張子 \"%1$s\"", "File already exists" : "ファイルが既に存在します", "Invalid path" : "パスが無効", "Failed to create file from template" : "テンプレートからファイルを作成できませんでした", "Templates" : "テンプレート", + "Path contains invalid segments" : "パスに無効なセグメントが含まれています", "File name is a reserved word" : "ファイル名が予約された単語です", "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています", "File name is too long" : "ファイル名が長すぎます", @@ -293,6 +296,7 @@ OC.L10N.register( "Output images" : "出力画像", "The generated images" : "生成された画像", "Free text to text prompt" : "フリーテキストからテキストへのプロンプト", + "Runs an arbitrary prompt through a language model that returns a reply" : "応答を返す言語モデルを通じて任意のプロンプトを実行します", "Describe a task that you want the assistant to do or ask a question" : "アシスタントに実行してほしいタスクまたは質問を記述します", "Generated reply" : "生成された返信", "The generated text from the assistant" : "アシスタントから生成されたテキスト", @@ -336,8 +340,15 @@ OC.L10N.register( "Topics" : "トピック", "The list of extracted topics" : "抽出されたトピックのリスト", "Translate" : "翻訳", + "Translate text from one language to another" : "テキストをある言語から別の言語に翻訳する", + "Origin text" : "原文", + "The text to translate" : "翻訳するテキスト", + "Origin language" : "元の言語", + "The language of the origin text" : "元のテキストの言語", "Target language" : "訳文の言語", + "The desired language to translate the origin text in" : "元のテキストを翻訳する言語", "Result" : "結果", + "The translated text" : "翻訳されたテキスト", "Free prompt" : "任意のプロンプト", "Runs an arbitrary prompt through the language model." : "言語モデルを通じて任意のプロンプトを実行", "Generate headline" : "見出しの生成", |