25 lines
2.0 KiB
JavaScript
25 lines
2.0 KiB
JavaScript
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} と共有 ",
|
|
"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} を共有しました",
|
|
"Sharing %s failed, this item is already shared with %s" : "%s の共有に失敗しました。 このアイテムはすでに %s と共有しています",
|
|
"Failed to send share by E-mail" : "メールで共有の送信に失敗しました",
|
|
"%s shared »%s« with you" : "%s があなたと »%s« を共有しました",
|
|
"%s shared »%s« with you on behalf of %s" : "%s があなたと »%s« を %s のために共有しました",
|
|
"Failed to create the E-mail" : "メールの作成に失敗しました",
|
|
"Could not find share" : "共有が見つかりませんでした",
|
|
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "こんにちは。\n\n%s が »%s« をあなたと %s のために共有しました。\n\n%s\n",
|
|
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "こんにちは。\n\n%s が »%s« をあなたと共有しました。\n\n%s\n",
|
|
"Cheers!" : "それでは!",
|
|
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "こんにちは。<br><br>%s が <a href=\"%s\">%s</a> をあなたと %s のために共有しました。<br><br>",
|
|
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "こんにちは。<br><br>%s が <a href=\"%s\">%s</a> をあなたと共有しました。<br><br>"
|
|
},
|
|
"nplurals=1; plural=0;");
|