nextcloud/apps/user_migrate/l10n/ja_JP.php

11 lines
674 B
PHP

<?php $TRANSLATIONS = array(
"Export" => "エクスポート",
"Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。",
"An error has occurred" => "エラーが発生しました",
"Export your user account" => "ユーザアカウントのエクスポート",
"This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮ファイルを生成します。",
"Import user account" => "ユーザアカウントをインポート",
"ownCloud User Zip" => "ownCloudユーザZip",
"Import" => "インポート"
);