diff --git a/l10n/ja.js b/l10n/ja.js index 616259f..8516b47 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -129,8 +129,12 @@ OC.L10N.register( "URL has to start with HTTPS" : "URLはHTTPSで始まる必要があります", "URL has to contain the {token} placeholder" : "URLは{token}プレースホルダを含んでいる必要があります", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLはhttps://で始まり、{token}を含む必要があります。更に {user}プレースホルダを使用することもできます。", + "The file \"{filename}\" was uploaded to your room." : "ファイル\"{filename}\"は会議室へアップロードされました。", + "The file \"{filename}\" could not be uploaded to your room." : "ファイル\"{filename}\"を会議室にアップロードできませんでした。", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "ファイル\"{filename}\"を会議室にアップロードできませんでした。 BigBlueButtonサーバがこの機能をサポートしていない可能性があります。", "Send file to BBB" : "BBBにファイルを送信", "Send to" : "送信", + "Start with" : "会議開始資料", "Please select the room in which you like to use the file \"{filename}\"." : "ファイル\"{filename}\"を使用する予定のルームを選択してください。", "No rooms available!" : "利用可能なルームがありません!", "Send to BBB" : "BBBに送信", diff --git a/l10n/ja.json b/l10n/ja.json index aa9480c..964db94 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -127,8 +127,12 @@ "URL has to start with HTTPS" : "URLはHTTPSで始まる必要があります", "URL has to contain the {token} placeholder" : "URLは{token}プレースホルダを含んでいる必要があります", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLはhttps://で始まり、{token}を含む必要があります。更に {user}プレースホルダを使用することもできます。", + "The file \"{filename}\" was uploaded to your room." : "ファイル\"{filename}\"は会議室へアップロードされました。", + "The file \"{filename}\" could not be uploaded to your room." : "ファイル\"{filename}\"を会議室にアップロードできませんでした。", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "ファイル\"{filename}\"を会議室にアップロードできませんでした。 BigBlueButtonサーバがこの機能をサポートしていない可能性があります。", "Send file to BBB" : "BBBにファイルを送信", "Send to" : "送信", + "Start with" : "会議開始資料", "Please select the room in which you like to use the file \"{filename}\"." : "ファイル\"{filename}\"を使用する予定のルームを選択してください。", "No rooms available!" : "利用可能なルームがありません!", "Send to BBB" : "BBBに送信",