nextcloud/apps/files_versions/l10n/ja_JP.php

11 lines
480 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-09 03:14:08 +04:00
"Could not revert: %s" => "元に戻せませんでした: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "バージョン",
2013-08-04 10:01:28 +04:00
"Failed to revert {file} to revision {timestamp}." => "{file} を {timestamp} のリヴィジョンに戻すことができません。",
"More versions..." => "もっと他のバージョン...",
"No other versions available" => "利用可能な他のバージョンはありません",
2013-07-28 09:58:28 +04:00
"Restore" => "復元"
2012-08-16 04:09:15 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";