diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 6500792ca50..02df74c99f4 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -106,7 +106,6 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えてください。", "Set an admin username." : "管理者のユーザー名を設定", "Set an admin password." : "管理者のパスワードを設定", - "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", "Sharing backend %s not found" : "共有バックエンド %s が見つかりません", "Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません", @@ -116,11 +115,7 @@ OC.L10N.register( "Open »%s«" : "»%s«を開く", "%1$s via %2$s" : "%1$s via %2$s", "You are not allowed to share %s" : "%s を共有することを許可されていません。", - "Can’t increase permissions of %s" : "%s の権限を追加できません", - "Files can’t be shared with delete permissions" : "削除権限つきでファイルを共有できません。", - "Files can’t be shared with create permissions" : "作成権限つきでファイルを共有できません。", "Expiration date is in the past" : "有効期限が切れています", - "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["有効期限を%n日以降に設定できません。"], "Sharing is only allowed with group members" : "共有はグループメンバーにのみ許可されます", "Sharing %s failed, because this item is already shared with user %s" : "このアイテム%sはすでにユーザー%sと共有されているため、共有に失敗しました", "%1$s shared »%2$s« with you" : "%1$s は »%2$s« をあなたと共有しました", @@ -187,7 +182,6 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "あなたのすべてのデータを安全に保管する場所", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", - "Can't read file" : "ファイルを読み込めません", "Application is not enabled" : "アプリケーションは無効です", "Authentication error" : "認証エラー", "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", @@ -234,7 +228,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", "Following databases are supported: %s" : "次のデータベースに対応しています: %s", "Following platforms are supported: %s" : "次のプラットフォームに対応しています: %s", + "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません", "Invalid Federated Cloud ID" : "無効なクラウド共有ID", - "Can’t set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。" + "Can’t increase permissions of %s" : "%s の権限を追加できません", + "Files can’t be shared with delete permissions" : "削除権限つきでファイルを共有できません。", + "Files can’t be shared with create permissions" : "作成権限つきでファイルを共有できません。", + "Can’t set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", + "Can't read file" : "ファイルを読み込めません" }, "nplurals=1; plural=0;"); |