fix(@uppy/locales): repair smart_count placeholder in ja_JP folderAdded

This commit is contained in:
greymoth-jp 2026-06-29 19:11:08 +09:00
parent cd34c9cf4f
commit 293c8ecabb

View file

@ -74,8 +74,8 @@ ja_JP.strings = {
filter: 'フィルタ',
finishEditingFile: 'ファイルの編集を終了',
folderAdded: {
'0': '%{folder} から% {smart_count} 個のファイルを追加しました',
'1': '%{folder} から% {smart_count} 個のファイルを追加しました',
'0': '%{folder} から%{smart_count} 個のファイルを追加しました',
'1': '%{folder} から%{smart_count} 個のファイルを追加しました',
},
import: 'インポート',
importFrom: '%{name}からインポート',