diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index fec92ab4be0..d5e8f613df9 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "ファイルの移動に成功しました", "Conflicts resolution skipped" : "コンフリクトの解決はスキップされました", "Upload cancelled" : "アップロードはキャンセルされました", + "Adding the file extension \"{new}\" may render the file unreadable." : "ファイル拡張子 \"{new}\" を追加すると、ファイルが読み取れなくなる可能性があります。", + "Removing the file extension \"{old}\" may render the file unreadable." : "ファイル拡張子 \"{old}\" を削除すると、ファイルが読み取れなくなる可能性があります。", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "ファイル拡張子を \"{old}\" から \"{new}\" に変更すると、ファイルが読み取れなくなる可能性があります。", + "Change file extension" : "ファイル拡張子を変更", + "Keep {oldextension}" : "{oldextension} を保持", + "Use {newextension}" : "{newextension} を使用", + "Remove extension" : "拡張子を削除", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", "Storage is temporarily not available" : "ストレージは一時的に利用できません", |