File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,7 +325,9 @@ OC.L10N.register(
325325 "The files are locked" : "ファイルはロックされています" ,
326326 "The file does not exist anymore" : "ファイルはもう存在しません" ,
327327 "Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動" ,
328+ "_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : [ "%n 個のファイルを \"{destination}\" に移動中…" ] ,
328329 "Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー" ,
330+ "_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : [ "%n個のファイルを \"{destination}\" にコピー中…" ] ,
329331 "Choose destination" : "移動先を選択" ,
330332 "Copy to {target}" : "{target} にコピー" ,
331333 "Move to {target}" : "{target} に移動" ,
Original file line number Diff line number Diff line change 323323 "The files are locked" : " ファイルはロックされています" ,
324324 "The file does not exist anymore" : " ファイルはもう存在しません" ,
325325 "Moving \" {source}\" to \" {destination}\" …" : " \" {source}\" を \" {destination}\" に移動" ,
326+ "_Moving %n file to \" {destination}\" …_::_Moving %n files to \" {destination}\" …_" : [" %n 個のファイルを \" {destination}\" に移動中…" ],
326327 "Copying \" {source}\" to \" {destination}\" …" : " \" {source}\" を \" {destination}\" にコピー" ,
328+ "_Copying %n file to \" {destination}\" …_::_Copying %n files to \" {destination}\" …_" : [" %n個のファイルを \" {destination}\" にコピー中…" ],
327329 "Choose destination" : " 移動先を選択" ,
328330 "Copy to {target}" : " {target} にコピー" ,
329331 "Move to {target}" : " {target} に移動" ,
You can’t perform that action at this time.
0 commit comments