From afc093e0ca2bb669eb40a98195ba7d80290c92b0 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Jun 2021 21:37:52 +0800 Subject: Update Learn/Tools_and_testing/Client-side_JavaScript_frameworks, zh-TW (#1227) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix flaws:調整 Svelte_getting_started & Svelte_Todo_list_beginning 頁面文末連結處(accessibility 改譯為無障礙) * 新增部分翻譯 Svelte_Todo_list_beginning(Code along with us & Todo list app features 兩區段) --- .../svelte_getting_started/index.html | 2 +- .../svelte_todo_list_beginning/index.html | 36 +++++++++++----------- 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'files/zh-tw') diff --git a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started/index.html b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started/index.html index eb54187976..fdb786b066 100644 --- a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started/index.html +++ b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started/index.html @@ -540,7 +540,7 @@ npm run dev
  • 開始寫我們的Svelte待辦清單應用程式
  • Svelte中的動態行為:變數及屬性
  • 元件化我們的Svelte應用程式
  • -
  • 進階Svelte:反應性、生命週期、可存取性
  • +
  • 進階Svelte:反應性、生命週期、無障礙
  • 和Svelte stores共舞
  • Svelte中的TypeScript
  • 部署和下一步
  • diff --git a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_todo_list_beginning/index.html b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_todo_list_beginning/index.html index 470f9fbf93..d4645f7dca 100644 --- a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_todo_list_beginning/index.html +++ b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/svelte_todo_list_beginning/index.html @@ -42,47 +42,47 @@ tags: -

    Code along with us

    +

    和我們一起撰寫程式碼

    Git

    -

    Clone the github repo (if you haven't already done it) with:

    +

    複製github儲存庫(假如你還沒完成)如下:

    git clone https://github.com/opensas/mdn-svelte-tutorial.git
    -

    Then to get to the current app state, run

    +

    接著取得當前應用程式狀態,執行如下:

    cd mdn-svelte-tutorial/02-starting-our-todo-app
    -

    Or directly download the folder's content:

    +

    或直接下載資料夾內容如下:

    npx degit opensas/mdn-svelte-tutorial/02-starting-our-todo-app
    -

    Remember to run npm install && npm run dev to start your app in development mode.

    +

    記得執行npm install && npm run dev以開發模式來運行你的應用程式。

    REPL

    -

    To code along with us using the REPL, start at

    +

    為了使用REPL和我們一起撰寫程式碼,點擊如下連結:

    https://svelte.dev/repl/b7b831ea3a354d3789cefbc31e2ca495?version=3.23.2

    -

    Todo list app features

    +

    待辦清單應用程式特徵

    -

    This is how our Todo list app wil look like once it's ready:

    +

    這是我們預計完成待辦清單應用程式的樣子:

    typical todo list app, with a title of 'what needs to be done', an input to enter more todos, and a list of todos with checkboxes

    -

    Using this UI our user will be able to:

    +

    使用這個使用者介面,我們的使用者將能夠做到以下事情:

    Building our first component

    @@ -749,7 +749,7 @@ body {
  • 開始寫我們的Svelte待辦清單應用程式
  • Svelte中的動態行為:變數及屬性
  • 元件化我們的Svelte應用程式
  • -
  • 進階Svelte:反應性、生命週期、可存取性
  • +
  • 進階Svelte:反應性、生命週期、無障礙
  • 和Svelte stores共舞
  • Svelte中的TypeScript
  • 部署和下一步
  • -- cgit v1.2.3-54-g00ecf