nextcloud/apps/files_sharing/l10n/ja_JP.php

15 lines
458 B
PHP

<?php $TRANSLATIONS = array(
"Size" => "サイズ",
"Modified" => "変更",
"Delete all" => "すべて削除",
"Delete" => "削除",
"Your Shared Files" => "共有ファイル",
"Item" => "項目",
"Shared With" => "で共有 ",
"Permissions" => "許可",
"Read" => "読込",
"Edit" => "編集",
"Enable Resharing" => "再共有を有効にする",
"Allow users to reshare files they don't own" => "所有者でないファイルの共有を許可する"
);