diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:24 +0000 |
commit | fc560d8ec986402587ae506bbff58e242eb269f7 (patch) | |
tree | fb37f83dfd934243f34369409fb6c47bf75a0c49 /apps/files_sharing/l10n/ja.js | |
parent | 4af9bef7121c91359c537c42b8bf5c71fdb37e79 (diff) | |
download | nextcloud-server-fc560d8ec986402587ae506bbff58e242eb269f7.tar.gz nextcloud-server-fc560d8ec986402587ae506bbff58e242eb269f7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/ja.js')
-rw-r--r-- | apps/files_sharing/l10n/ja.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index eeae0245c73..ec2f4a4ae8c 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -79,6 +79,7 @@ OC.L10N.register( "Wrong path, file/folder does not exist" : "パスが間違っています。ファイル/フォルダーがありません", "Could not create share" : "共有を作成できませんでした", "Invalid permissions" : "無効な権限", + "Invalid date, date format must be YYYY-MM-DD" : "無効な日付です。YYYY-MM-DDのフォーマットで日付を指定してください。", "Please specify a valid account to share with" : "共有する有効なアカウントを指定してください", "Group sharing is disabled by the administrator" : "グループ共有が管理者によって無効にされています。", "Please specify a valid group" : "正しいグループを指定してください", @@ -88,7 +89,6 @@ OC.L10N.register( "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Talkが有効になっていないため、Nextcloud Talkでパスワードを送信した %s を共有できませんでした", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "%1$s の共有に失敗しました。バックエンド側で %2$s タイプの共有が許可されていません。", "Please specify a valid federated account ID" : "有効なフェデレーションアカウントIDを指定してください", - "Invalid date, date format must be YYYY-MM-DD" : "無効な日付です。YYYY-MM-DDのフォーマットで日付を指定してください。", "Please specify a valid federated group ID" : "正しい連携グループIDを指定してください", "You cannot share to a Circle if the app is not enabled" : "アプリが無効の場合は、サークルには共有できません", "Please specify a valid circle" : "正しいサークルを指定してください", @@ -209,12 +209,10 @@ OC.L10N.register( "Share with {userName}" : "{userName} と共有", "Share with group" : "グループと共有する", "Share in conversation" : "会話で共有する", - "Share with remote" : "リモートと共有する", "Share with remote group" : "リモートグループと共有する", "Share with guest" : "ゲストと共有する", - "Share with" : "共有対象", - "Save share" : "共有を保存", "Update share" : "共有設定の更新", + "Save share" : "共有を保存", "Others with access" : "アクセス権を持つ他のユーザー", "No other accounts with access found" : "アクセス可能な他のアカウントは見つかりませんでした", "Toggle list of others with access to this directory" : "このフォルダーへのアクセス権を持つ他のユーザーリストを切り替えます", @@ -313,6 +311,8 @@ OC.L10N.register( "the item was removed" : "アイテムが削除されました", "the link expired" : "リンクの期限が切れています", "sharing is disabled" : "共有は無効になっています", - "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。" + "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。", + "Share with remote" : "リモートと共有する", + "Share with" : "共有対象" }, "nplurals=1; plural=0;"); |