Skip to content

Commit 7e0f865

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 380e658 commit 7e0f865

6 files changed

Lines changed: 112 additions & 2 deletions

File tree

apps/files/l10n/ja.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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} に移動",

apps/files/l10n/ja.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@
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} に移動",

0 commit comments

Comments
 (0)