diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:19:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:19:49 +0000 |
commit | 86bcafd3668f6c305b9db1b6e5bb6ff2129d5d66 (patch) | |
tree | 5d5bd6fff4b2497e8eb341028119ed8d0728963e /lib/l10n/ja.json | |
parent | f4ab42681705b7c3ac65b2e0589a7f04019fd0fa (diff) | |
download | nextcloud-server-86bcafd3668f6c305b9db1b6e5bb6ff2129d5d66.tar.gz nextcloud-server-86bcafd3668f6c305b9db1b6e5bb6ff2129d5d66.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ja.json')
-rw-r--r-- | lib/l10n/ja.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 899e4613fba..af8d8fc63f4 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -36,6 +36,7 @@ "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のワイプを開始しました。", @@ -79,11 +80,13 @@ "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" : "ファイル名が長すぎます", @@ -291,6 +294,7 @@ "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" : "アシスタントから生成されたテキスト", @@ -334,8 +338,15 @@ "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" : "見出しの生成", |