nextcloud/apps/files_versions/l10n/ja.php

11 lines
462 B
PHP
Raw Normal View History

2014-03-14 01:12:37 +04:00
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "元に戻せませんでした: %s",
"Versions" => "バージョン",
2014-09-01 09:59:19 +04:00
"Failed to revert {file} to revision {timestamp}." => "{file} を {timestamp} のリビジョンに戻すことができません。",
"More versions..." => "他のバージョン...",
"No other versions available" => "利用可能なバージョンはありません",
2014-03-14 01:12:37 +04:00
"Restore" => "復元"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";