From cd27386da61c32ff92d6de8904b5cd2129dc9996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:31:08 +0200 Subject: [PATCH] Update langs 2024-10-21 (#101) Co-authored-by: mklkj --- composer.json | 2 +- langs7/zh_TW.js | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 525b5e1..0972ef1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mklkj/tinymce-i18n", - "version": "24.10.7", + "version": "24.10.21", "description": "Languages for TinyMCE 4, 5 and 6", "keywords": [ "i18n", diff --git a/langs7/zh_TW.js b/langs7/zh_TW.js index 1de2901..b94125b 100644 --- a/langs7/zh_TW.js +++ b/langs7/zh_TW.js @@ -30,7 +30,7 @@ tinymce.addI18n("zh_TW", { "Block": "\u5340\u584a", "Block {0}": "\u5340\u584a {0}", "Blockquote": "\u5f15\u6587\u5340\u584a", - "Blocks": "\u6a23\u5f0f", + "Blocks": "\u6bb5\u843d\u5340\u584a", "Blue": "\u85cd\u8272", "Blue component": "\u767d\u8272\u90e8\u5206", "Body": "\u8868\u9ad4", @@ -43,7 +43,7 @@ tinymce.addI18n("zh_TW", { "Browse files": "\u700f\u89bd\u6a94\u6848", "Browse for an image": "\u5f9e\u5716\u7247\u4e2d\u700f\u89bd", "Browse links": "\u700f\u89bd\u9023\u7d50", - "Bullet list": "\u9805\u76ee\u6e05\u55ae", + "Bullet list": "\u7121\u5e8f\u5217\u8868", "Cancel": "\u53d6\u6d88", "Caption": "\u6a19\u984c", "Cell": "\u5132\u5b58\u683c", @@ -341,7 +341,7 @@ tinymce.addI18n("zh_TW", { "Template": "\u7bc4\u672c", "Templates": "\u7bc4\u672c", "Text": "\u6587\u5b57", - "Text color": "\u6587\u672c\u984f\u8272", + "Text color": "\u6587\u5b57\u984f\u8272", "Text color {0}": "\u6587\u5b57\u984f\u8272 {0}", "Text to display": "\u8981\u986f\u793a\u7684\u6587\u672c", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u60a8\u8f38\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u500b\u96fb\u90f5\u5730\u5740\u3002\u8981\u52a0\u4e0a\u6240\u9700\u7684 mailto:// \u9996\u78bc\u55ce\uff1f", @@ -378,7 +378,7 @@ tinymce.addI18n("zh_TW", { "Yes": "\u662f", "You are using {0}": "\u4f60\u6b63\u5728\u4f7f\u7528 {0}", "You have unsaved changes are you sure you want to navigate away?": "\u4f60\u9084\u6709\u6587\u4ef6\u5c1a\u672a\u5132\u5b58\uff0c\u78ba\u5b9a\u8981\u96e2\u958b\uff1f", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u4f60\u7684\u700f\u89bd\u5668\u4e0d\u652f\u63f4\u6253\u958b\u526a\u8cbc\u677f\uff0c\u8acb\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u901f\u9375\u3002", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u4f60\u7684\u700f\u89bd\u5668\u4e0d\u652f\u63f4\u6253\u958b\u526a\u8cbc\u677f\uff0c\u8acb\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u9375\u3002", "alignment": "\u5c0d\u9f4a", "austral sign": "\u6fb3\u5143\u7b26\u865f", "cedi sign": "\u585e\u5730\u7b26\u865f", diff --git a/package-lock.json b/package-lock.json index 37b0ac5..c3230f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tinymce-i18n", - "version": "24.10.7", + "version": "24.10.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tinymce-i18n", - "version": "24.10.7", + "version": "24.10.21", "license": "MIT", "devDependencies": { "js-beautify": "^1.14.11" diff --git a/package.json b/package.json index f1d5207..54cdf31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinymce-i18n", - "version": "24.10.7", + "version": "24.10.21", "description": "Languages for TinyMCE 4, 5, 6 and 7", "keywords": [ "i18n",