From 49480fd1cc43cad88bea216b4508ca6f8a19f313 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 16 Sep 2021 00:51:24 +0000 Subject: [CRON] sync translated content --- files/zh-tw/_redirects.txt | 1 + files/zh-tw/_wikihistory.json | 2 +- files/zh-tw/web/api/file/filename/index.html | 32 --------------------------- files/zh-tw/web/api/file/name/index.html | 33 ++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 33 deletions(-) delete mode 100644 files/zh-tw/web/api/file/filename/index.html create mode 100644 files/zh-tw/web/api/file/name/index.html (limited to 'files/zh-tw') diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index ba04b91d36..15d6d7d893 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -544,6 +544,7 @@ /zh-TW/docs/Web/API/Document_Object_Model/事件 /zh-TW/docs/orphaned/Web/API/Document_Object_Model/Events /zh-TW/docs/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/orphaned/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/Web/API/Event/createEvent /zh-TW/docs/Web/API/Document/createEvent +/zh-TW/docs/Web/API/File/fileName /zh-TW/docs/Web/API/File/name /zh-TW/docs/Web/API/Geolocation/Using_geolocation /zh-TW/docs/Web/API/Geolocation_API /zh-TW/docs/Web/API/HTMLElement/dataset /zh-TW/docs/orphaned/Web/API/HTMLOrForeignElement/dataset /zh-TW/docs/Web/API/HTMLElement/style /zh-TW/docs/orphaned/Web/API/ElementCSSInlineStyle/style diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index bbfdfa477f..1185efe0ba 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -3654,7 +3654,7 @@ "orinx" ] }, - "Web/API/File/fileName": { + "Web/API/File/name": { "modified": "2019-03-23T22:06:22.686Z", "contributors": [ "lynn456" diff --git a/files/zh-tw/web/api/file/filename/index.html b/files/zh-tw/web/api/file/filename/index.html deleted file mode 100644 index 0e6cceb4f3..0000000000 --- a/files/zh-tw/web/api/file/filename/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -translation_of: Web/API/File/fileName ---- -

{{APIRef("File API")}}{{non-standard_header}}

- -

{{deprecated_header(7.0)}}

- -

總覽

- -

回傳檔案名稱,基於安全因素,檔案路徑不包含這個屬性。

- -
這個檔案是廢棄的,使用 {{domxref("File.name")}} 取代。
- -

語法

- -
var name = instanceOfFile.fileName
- -

數值

- -

字串

- -

格式

- -

尚無資料

- -

看更多

- - diff --git a/files/zh-tw/web/api/file/name/index.html b/files/zh-tw/web/api/file/name/index.html new file mode 100644 index 0000000000..1581728451 --- /dev/null +++ b/files/zh-tw/web/api/file/name/index.html @@ -0,0 +1,33 @@ +--- +title: File.fileName +slug: Web/API/File/name +translation_of: Web/API/File/fileName +original_slug: Web/API/File/fileName +--- +

{{APIRef("File API")}}{{non-standard_header}}

+ +

{{deprecated_header(7.0)}}

+ +

總覽

+ +

回傳檔案名稱,基於安全因素,檔案路徑不包含這個屬性。

+ +
這個檔案是廢棄的,使用 {{domxref("File.name")}} 取代。
+ +

語法

+ +
var name = instanceOfFile.fileName
+ +

數值

+ +

字串

+ +

格式

+ +

尚無資料

+ +

看更多

+ + -- cgit v1.2.3-54-g00ecf