diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:31 +0000 |
commit | c9051256141b123f410d6cedfdd47b6d6bb50e77 (patch) | |
tree | e398c951483be9174269423d453b4892d991f7de /core/l10n/ja.js | |
parent | 01fad105bea92caaf6454d3c20d53b40bc93a1aa (diff) | |
download | nextcloud-server-c9051256141b123f410d6cedfdd47b6d6bb50e77.tar.gz nextcloud-server-c9051256141b123f410d6cedfdd47b6d6bb50e77.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index cf5c29e1290..f7112191724 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -128,6 +128,7 @@ OC.L10N.register( "Custom date range" : "カスタム日付の範囲", "Pick start date" : "開始日を指定", "Pick end date" : "終了日を指定", + "Search in date range" : "日付の範囲で検索", "Log in" : "ログイン", "Logging in …" : "ログイン中...", "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", @@ -189,7 +190,7 @@ OC.L10N.register( "Load more results" : "次の結果を読み込む", "Search" : "検索", "No results for {query}" : "{query}の検索結果はありません", - "Press Enter to start searching" : "Enterキーを押してサーチを開始", + "Press Enter to start searching" : "Enterキーを押して検索を開始", "An error occurred while searching for {type}" : "{type} の検索中にエラーが発生しました", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["検索には、{minSearchLength}文字以上が必要です"], "Forgot password?" : "パスワードをお忘れですか?", @@ -201,6 +202,7 @@ OC.L10N.register( "You have not added any info yet" : "まだ情報が追加されていません", "{user} has not added any info yet" : "{user}が、まだ情報を追加していません", "Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください", + "Unified search" : "統合検索", "Search apps, files, tags, messages" : "アプリ、ファイル、タグ、メッセージを検索", "Search {types} …" : "{types} を検索…", "Apps and Settings" : "アプリと設定", @@ -342,9 +344,7 @@ OC.L10N.register( "Connect to your account" : "あなたのアカウントに接続する", "Please log in before granting %1$s access to your %2$s account." : "あなたの %2$s アカウントに %1$s アクセスを許可する前にログインしてください。", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "新しいデバイスやアプリを設定しようとしていないのに、今この画面が表示された場合、誰かがあなたを騙してデータへのアクセス権を奪取しようとしています。その場合は、ここで止めてシステム管理者に連絡してください。", - "App token" : "アプリのトークン", "Grant access" : "アクセスを許可", - "Alternative log in using app token" : "アプリトークンを使って代替ログイン", "Account access" : "アカウントによるアクセス許可", "Currently logged in as %1$s (%2$s)." : "現在、%1$s (%2$s)としてログインしています。", "You are about to grant %1$s access to your %2$s account." : "%2$s アカウントに あなたのアカウント %1$s へのアクセスを許可", @@ -445,6 +445,8 @@ OC.L10N.register( "Authentication required" : "認証が必要です", "Failed to authenticate, try again" : "認証に失敗しました。もう一度お試しください", "The page could not be found on the server." : "ページがサーバー上に見つかりませんでした。", + "App token" : "アプリのトークン", + "Alternative log in using app token" : "アプリトークンを使って代替ログイン", "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "あなたのIPアドレスは、\"{remoteAddress}\" として認識されており、現在ブルートフォース対策機能により様々なリクエストのパフォーマンスが低下しています。IPアドレスがあなたのアドレスでない場合、プロキシが正しく設定されていない可能性があります。詳細は{linkstart}ドキュメント{linkend}をご覧ください。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "データベースがトランザクションファイルロックに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。詳しくは {linkstart}こちらの文書↗{linkend}をご覧ください。", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 は Nextcloud 27 で非推奨になりました。Nextcloud 28 では少なくとも PHP 8.1 が必要になる場合があります。できるだけ早く、{linkstart}PHP グループ が提供する、正式にサポートされている PHP バージョンのいずれか↗{linkend} にアップグレードしてください。", |