You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_versions/l10n/ja.php

10 lines
462 B

<?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;";