diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/ja.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index ab98e2c410d..ca57570ee36 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "同じ名前の別のエントリがすでに存在しています。", "Invalid filename." : "無効なファイル名。", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" から \"{newName}\" に名前を変更済み", - "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" の名前を変更できませんでした、それは既に存在しません。", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" という名前は \"{dir}\" フォルダですでに使用されています。別の名前を選択してください。", - "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。", "Pending" : "保留中", "Clear filter" : "フィルターをクリア", "Modified" : "更新日時", @@ -384,12 +381,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "ファイル名は \"{segment}\"で終了できません。", "Name cannot be empty" : "名前は空にできません", "Another entry with the same name already exists" : "同じ名前の別のエントリがすでに存在しています", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" の名前を変更できませんでした、それは既に存在しません。", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" という名前は \"{dir}\" フォルダですでに使用されています。別の名前を選択してください。", + "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。", "Storage informations" : "ストレージ情報", "Choose file" : "ファイルを選択", "Open the files app settings" : "ファイルアプリの設定を開く", "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", - "Destination is not a folder" : "宛先がフォルダではありません", - "This file/folder is already in that directory" : "このファイル/フォルダはすでにそのディレクトリにあります", "The files is locked" : "ファイルはロックされています", "Create new templates folder" : "新しいテンプレートフォルダーを作成", "List of favorites files and folders." : "お気に入りのファイルやフォルダーの一覧", @@ -400,6 +398,8 @@ OC.L10N.register( "Copy direct link (only works for people who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダにアクセスできる人にのみ機能します)", "Favored" : "好評", "Favor" : "好意的", - "Not favored" : "好ましくない" + "Not favored" : "好ましくない", + "Destination is not a folder" : "宛先がフォルダではありません", + "This file/folder is already in that directory" : "このファイル/フォルダはすでにそのディレクトリにあります" }, "nplurals=1; plural=0;"); |