diff options
Diffstat (limited to 'apps/sharebymail/l10n/ja.js')
-rw-r--r-- | apps/sharebymail/l10n/ja.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/ja.js b/apps/sharebymail/l10n/ja.js index 5366ff731d4..06ce9ae8b4b 100644 --- a/apps/sharebymail/l10n/ja.js +++ b/apps/sharebymail/l10n/ja.js @@ -1,28 +1,17 @@ OC.L10N.register( "sharebymail", { - "Shared with %1$s" : "%1$s と共有", "Shared with {email}" : "{email} と共有", - "Shared with %1$s by %2$s" : "%2$s で %1$s と共有", "Shared with {email} by {actor}" : "{actor} で {email} と共有 ", - "Unshared from %1$s" : "%1$s から共有解除しました", "Unshared from {email}" : "{email}から共有解除しました", - "Unshared from %1$s by %2$s" : "%2$sで%1$s から共有解除しました", "Unshared from {email} by {actor}" : "{actor} で {email} と共有解除しました", - "Password for mail share sent to %1$s" : "%1$sにメール共有するパスワード", "Password for mail share sent to {email}" : "{email} にメール共有するパスワード", "Password for mail share sent to you" : "あなたにメール共有するパスワード", - "You shared %1$s with %2$s by mail" : "メールで %2$s と %1$s を共有しました", "You shared {file} with {email} by mail" : "メールで {email} と {file} を共有しました", - "%3$s shared %1$s with %2$s by mail" : "%3$s がメールで %2$s と %1$s を共有しました", "{actor} shared {file} with {email} by mail" : "{actor} が {email} と {file} を共有しました", - "You unshared %1$s from %2$s by mail" : "メールで %2$s と %1$s を共有解除しました", "You unshared {file} from {email} by mail" : "メールで {email} と {file} を共有解除しました", - "%3$s unshared %1$s from %2$s by mail" : "%3$sがメールで %2$s と %1$s を共有解除しました", "{actor} unshared {file} from {email} by mail" : "{actor} がメールで {email} と {file} を共有解除しました", - "Password to access %1$s was sent to %2s" : "%1$sにアクセスするパスワードを %2s に送信しました", "Password to access {file} was sent to {email}" : "{file} にアクセスするパスワードを {email} に送信しました", - "Password to access %1$s was sent to you" : "%1$sにアクセスするパスワードを あなたに送信しました", "Password to access {file} was sent to you" : "{file} にアクセスするパスワードを あなたに送信しました", "Share by mail" : "メールで共有", "Sharing %1$s failed, because this item is already shared with user %2$s" : "ユーザー%2$sによりすでに共有されているため%1$s を共有できませんでした。", @@ -52,6 +41,17 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "ユーザーがメールアドレスを使ってファイルやフォルダーへの個人リンクを共有することを許可します。", "Send password by mail" : "メールでパスワード送信", "Reply to initiator" : "返信先を共有開始者にする", - "Unable to update share by mail config" : "メール共有の設定の更新に失敗しました" + "Unable to update share by mail config" : "メール共有の設定の更新に失敗しました", + "Shared with %1$s" : "%1$s と共有", + "Shared with %1$s by %2$s" : "%2$s で %1$s と共有", + "Unshared from %1$s" : "%1$s から共有解除しました", + "Unshared from %1$s by %2$s" : "%2$sで%1$s から共有解除しました", + "Password for mail share sent to %1$s" : "%1$sにメール共有するパスワード", + "You shared %1$s with %2$s by mail" : "メールで %2$s と %1$s を共有しました", + "%3$s shared %1$s with %2$s by mail" : "%3$s がメールで %2$s と %1$s を共有しました", + "You unshared %1$s from %2$s by mail" : "メールで %2$s と %1$s を共有解除しました", + "%3$s unshared %1$s from %2$s by mail" : "%3$sがメールで %2$s と %1$s を共有解除しました", + "Password to access %1$s was sent to %2s" : "%1$sにアクセスするパスワードを %2s に送信しました", + "Password to access %1$s was sent to you" : "%1$sにアクセスするパスワードを あなたに送信しました" }, "nplurals=1; plural=0;"); |