nextcloud/apps/files_versions/l10n/ja_JP.php

14 lines
804 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2013-02-09 03:14:08 +04:00
"Could not revert: %s" => "元に戻せませんでした: %s",
"success" => "成功",
"File %s was reverted to version %s" => "ファイル %s をバージョン %s に戻しました",
"failure" => "失敗",
"File %s could not be reverted to version %s" => "ファイル %s をバージョン %s に戻せませんでした",
"No old versions available" => "利用可能な古いバージョンはありません",
"No path specified" => "パスが指定されていません",
2012-09-23 04:04:41 +04:00
"History" => "履歴",
2013-02-09 03:14:08 +04:00
"Revert a file to a previous version by clicking on its revert button" => "もとに戻すボタンをクリックすると、ファイルを過去のバージョンに戻します",
2012-09-21 04:04:56 +04:00
"Files Versioning" => "ファイルのバージョン管理",
"Enable" => "有効化"
2012-08-16 04:09:15 +04:00
);