Browse Source

Fixed translation errors

pull/675/head
newday 11 months ago
committed by GitHub
parent
commit
81e350e14b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      l10n/Fancybox/zh_CN.ts

4
l10n/Fancybox/zh_CN.ts

@ -3,8 +3,8 @@ import { zh_CN as PANZOOM_ZH_CN } from "../Panzoom/zh_CN";
export const zh_CN = {
...PANZOOM_ZH_CN,
CLOSE: "关闭",
NEXT: "一个",
PREV: "一个",
NEXT: "一个",
PREV: "一个",
MODAL: "使用 ESC 键关闭",
ERROR: "发生了错误,请稍后再试",
IMAGE_ERROR: "找不到图像",

Loading…
Cancel
Save