diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-05 00:22:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-05 00:22:19 +0000 |
commit | 36607881ceb0a528f8ae43069aa36e287b96b91f (patch) | |
tree | 68faa02e69ad6f319daf89f8aeeb66a1f87a7412 /core/l10n/ja.js | |
parent | 80b5aed6ef7462af56182b7965057cafe8e071ce (diff) | |
download | nextcloud-server-36607881ceb0a528f8ae43069aa36e287b96b91f.tar.gz nextcloud-server-36607881ceb0a528f8ae43069aa36e287b96b91f.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index f3255211d9b..79492125415 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -215,7 +215,10 @@ OC.L10N.register( "Search people" : "人物を検索", "Not found" : "見つかりませんでした", "People" : "人間", + "Filter in current view" : "現在のビューでフィルタ", + "Search in" : "検索対象", "Searching …" : "検索しています…", + "No matching results" : "一致する結果はありません", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()} と ${this.dateFilter.endAt.toLocaleDateString()} の間", "This browser is not supported" : "お使いのブラウザーはサポートされていません", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "お使いのブラウザーはサポート対象外です。新しいバージョンにアップグレードするかサポートされているブラウザーへ切り替えてください", @@ -344,7 +347,9 @@ 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 password" : "アプリパスワード", "Grant access" : "アクセスを許可", + "Alternative log in using app password" : "アプリパスワードを使用した代替ログイン", "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 へのアクセスを許可", |