nextcloud/apps/files_trashbin/l10n/ja_JP.php

9 lines
224 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "名前",
"1 folder" => "1 フォルダ",
"{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル",
"{count} files" => "{count} ファイル",
"Restore" => "復元"
);