nextcloud/apps/files_versions/l10n/ja.php

11 lines
480 B
PHP

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