diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-08-17 20:25:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 20:25:15 +0900 |
| commit | e790aa0548dc981e7304a63994eebcb46d3f3e67 (patch) | |
| tree | 11ee95be8a968116ca843139977dc5de56071c57 | |
| parent | Fix(beckend): html content-type detection on signedGet (#14424) (diff) | |
| download | sharkey-e790aa0548dc981e7304a63994eebcb46d3f3e67.tar.gz sharkey-e790aa0548dc981e7304a63994eebcb46d3f3e67.tar.bz2 sharkey-e790aa0548dc981e7304a63994eebcb46d3f3e67.zip | |
[skip ci] New Crowdin updates (#14423)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Simplified)
| -rw-r--r-- | locales/en-US.yml | 1 | ||||
| -rw-r--r-- | locales/zh-CN.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 32356ab4e5..a02d7fa804 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2499,6 +2499,7 @@ _moderationLogTypes: createAbuseReportNotificationRecipient: "Create a recipient for abuse reports" updateAbuseReportNotificationRecipient: "Update recipients for abuse reports" deleteAbuseReportNotificationRecipient: "Delete a recipient for abuse reports" + deleteFlash: "Delete Play" _fileViewer: title: "File details" type: "File type" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 7b68a5cfdb..f55d65e343 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -2499,6 +2499,8 @@ _moderationLogTypes: createAbuseReportNotificationRecipient: "新建了举报通知" updateAbuseReportNotificationRecipient: "更新了举报通知" deleteAbuseReportNotificationRecipient: "删除了举报通知" + deletePage: "删除了页面" + deleteFlash: "删除了 Play" _fileViewer: title: "文件信息" type: "文件类型" |