Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jul 25, 2024
1 parent 01fdb19 commit ecfc89b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ OC.L10N.register(
"Duplicate" : "複製",
"Delete" : "削除",
"Edit" : "編集",
"Delete task" : "タスクを削除"
"Delete task" : "タスクを削除",
"Task successfully deleted" : "タスクは正常に削除されました。"
},
"nplurals=1; plural=0;");
3 changes: 2 additions & 1 deletion l10n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Duplicate" : "複製",
"Delete" : "削除",
"Edit" : "編集",
"Delete task" : "タスクを削除"
"Delete task" : "タスクを削除",
"Task successfully deleted" : "タスクは正常に削除されました。"
},"pluralForm" :"nplurals=1; plural=0;"
}
2 changes: 2 additions & 0 deletions l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ OC.L10N.register(
"Some error occurred while updating settings" : "更新设置时发生了错误",
"The photo and video hashes will be cleaned before hashing algorithm is changed.\nContinue?" : "哈希算法修改后,图片和视频的哈希值将被清除。\n继续该操作吗?",
"Hashing algorithm successfully updated" : "哈希算法已更新",
"An error occurred while updating setting. Try again" : "更新设置时出现错误。请重试",
"Some error occurred while changing hashing algorithm" : "修改哈希算法时出现错误",
"Collect non sensitive system info for bug report" : "为Bug反馈收集非敏感的系统信息",
"Collect system info" : "收集系统信息",
"System info" : "系统信息",
Expand Down
2 changes: 2 additions & 0 deletions l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
"Some error occurred while updating settings" : "更新设置时发生了错误",
"The photo and video hashes will be cleaned before hashing algorithm is changed.\nContinue?" : "哈希算法修改后,图片和视频的哈希值将被清除。\n继续该操作吗?",
"Hashing algorithm successfully updated" : "哈希算法已更新",
"An error occurred while updating setting. Try again" : "更新设置时出现错误。请重试",
"Some error occurred while changing hashing algorithm" : "修改哈希算法时出现错误",
"Collect non sensitive system info for bug report" : "为Bug反馈收集非敏感的系统信息",
"Collect system info" : "收集系统信息",
"System info" : "系统信息",
Expand Down

0 comments on commit ecfc89b

Please sign in to comment.