diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-19 00:22:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-19 00:22:55 +0000 |
commit | 603890e951d44d96fd3e38a5389c804b47eef795 (patch) | |
tree | bd6aed30e77b66670c67714398a853d0b862cb34 /apps/files/l10n/ja.js | |
parent | a2c4cb6c334b60ed53319d4232a5147ed685689f (diff) | |
download | nextcloud-server-603890e951d44d96fd3e38a5389c804b47eef795.tar.gz nextcloud-server-603890e951d44d96fd3e38a5389c804b47eef795.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 461833f3c8c..1c7e8a4b7c0 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -207,6 +207,8 @@ OC.L10N.register( "Edit online" : "オンラインで編集", "Failed to redirect to client" : "クライアントへリダイレクトできませんでした", "Edit locally" : "ローカルで編集", + "Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動", + "Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー", "You cannot move a file/folder onto itself or into a subfolder of itself" : "ファイル/フォルダをそれ自身の上に移動したり、それ自身のサブフォルダに移動したりすることはできません。", "(copy)" : "(copy)", "(copy %n)" : "(copy %n)", |