From 50cd147783ac56ef38697d500fe52fba040f3463 Mon Sep 17 00:00:00 2001 From: splashwizard Date: Thu, 20 Feb 2020 13:46:03 +0800 Subject: [PATCH] chore: update doc (#801) --- docs/en/API-reference.md | 20 ++++++++++++++++++++ docs/en/I18n.md | 19 +++++++++++++++++++ docs/en/Installation.md | 19 +++++++++++++++++++ docs/en/Plugin.md | 19 +++++++++++++++++++ docs/es-es/API-reference.md | 19 +++++++++++++++++++ docs/es-es/I18n.md | 19 +++++++++++++++++++ docs/es-es/Installation.md | 19 +++++++++++++++++++ docs/es-es/Plugin.md | 19 +++++++++++++++++++ docs/ja/API-reference.md | 19 +++++++++++++++++++ docs/ja/I18n.md | 19 +++++++++++++++++++ docs/ja/Installation.md | 19 +++++++++++++++++++ docs/ja/Plugin.md | 19 +++++++++++++++++++ docs/ko/API-reference.md | 19 +++++++++++++++++++ docs/ko/I18n.md | 19 +++++++++++++++++++ docs/ko/Installation.md | 19 +++++++++++++++++++ docs/ko/Plugin.md | 19 +++++++++++++++++++ docs/pt-br/API-reference.md | 19 +++++++++++++++++++ docs/pt-br/I18n.md | 19 +++++++++++++++++++ docs/pt-br/Installation.md | 19 +++++++++++++++++++ docs/pt-br/Plugin.md | 19 +++++++++++++++++++ docs/zh-cn/API-reference.md | 19 +++++++++++++++++++ docs/zh-cn/I18n.md | 19 +++++++++++++++++++ docs/zh-cn/Installation.md | 19 +++++++++++++++++++ docs/zh-cn/Plugin.md | 19 +++++++++++++++++++ 24 files changed, 457 insertions(+) diff --git a/docs/en/API-reference.md b/docs/en/API-reference.md index 8dd7d797..c4b50f09 100644 --- a/docs/en/API-reference.md +++ b/docs/en/API-reference.md @@ -1,3 +1,23 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ + # API Reference Instead of modifying the native `Date.prototype`, Day.js creates a wrapper for the Date object, called `Dayjs` object. diff --git a/docs/en/I18n.md b/docs/en/I18n.md index f1100da0..006c365e 100644 --- a/docs/en/I18n.md +++ b/docs/en/I18n.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Internationalization Day.js has great support for internationalization. diff --git a/docs/en/Installation.md b/docs/en/Installation.md index 9235767e..2738f726 100644 --- a/docs/en/Installation.md +++ b/docs/en/Installation.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Installation Guide You have multiple ways of getting Day.js: diff --git a/docs/en/Plugin.md b/docs/en/Plugin.md index c8ba4fc7..e69798f9 100644 --- a/docs/en/Plugin.md +++ b/docs/en/Plugin.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Plugin List A plugin is an independent module that can be added to Day.js to extend functionality or add new features. diff --git a/docs/es-es/API-reference.md b/docs/es-es/API-reference.md index be0f3002..22f2fd3f 100644 --- a/docs/es-es/API-reference.md +++ b/docs/es-es/API-reference.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Referencia de la API En lugar de modificar el `Date.prototype` nativo, Day.js construye una abstracción sobre el objeto `Date`: el objeto `Dayjs`. diff --git a/docs/es-es/I18n.md b/docs/es-es/I18n.md index 839fb266..b9a69d01 100644 --- a/docs/es-es/I18n.md +++ b/docs/es-es/I18n.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Internacionalización Day.js soporta muy bien la internacionalización. diff --git a/docs/es-es/Installation.md b/docs/es-es/Installation.md index cebdf626..6abc31ab 100644 --- a/docs/es-es/Installation.md +++ b/docs/es-es/Installation.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Guía de instalación Tienes a tu disposición varias opciones para obtener y utilizar Day.js: diff --git a/docs/es-es/Plugin.md b/docs/es-es/Plugin.md index e5a7c146..a80df8d2 100644 --- a/docs/es-es/Plugin.md +++ b/docs/es-es/Plugin.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Lista de complementos Un complemento o _plugin_ es un módulo independiente que puede añadirse a Day.js para extender su funcionalidad o añadir nuevas características. diff --git a/docs/ja/API-reference.md b/docs/ja/API-reference.md index 0eba8f21..0ccce6b2 100644 --- a/docs/ja/API-reference.md +++ b/docs/ja/API-reference.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## API Reference Day.js は組み込みの `Date.prototype` を変更する代わりに `Dayjs` オブジェクトと呼ばれる Date オブジェクトのラッパーを作成します。 diff --git a/docs/ja/I18n.md b/docs/ja/I18n.md index 1fb090b7..59c62c65 100644 --- a/docs/ja/I18n.md +++ b/docs/ja/I18n.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## 国際化 Day.js は国際化を手厚くサポートしています。 diff --git a/docs/ja/Installation.md b/docs/ja/Installation.md index a2e6055f..b3d471e8 100644 --- a/docs/ja/Installation.md +++ b/docs/ja/Installation.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## インストールガイド 複数の方法で Day.js を使用することができます diff --git a/docs/ja/Plugin.md b/docs/ja/Plugin.md index b8e7580e..600bb94a 100644 --- a/docs/ja/Plugin.md +++ b/docs/ja/Plugin.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # プラグインリスト プラグインとは、 Day.js の機能を拡張したり、新たな機能を追加するための独立したモジュールのことです。 diff --git a/docs/ko/API-reference.md b/docs/ko/API-reference.md index 70cb5d67..763fa9e8 100644 --- a/docs/ko/API-reference.md +++ b/docs/ko/API-reference.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## API Reference Day.js는 네이티브 `Date.prototype`을 수정하는 대신 `Dayjs` 오브젝트인 Date 오브젝트 래퍼를 생성합니다. diff --git a/docs/ko/I18n.md b/docs/ko/I18n.md index e7d73320..e96fece9 100644 --- a/docs/ko/I18n.md +++ b/docs/ko/I18n.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Internationalization Day.js는 많은 다국어를 지원합니다. diff --git a/docs/ko/Installation.md b/docs/ko/Installation.md index 2e0825f2..d3c96145 100644 --- a/docs/ko/Installation.md +++ b/docs/ko/Installation.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Installation Guide Day.js를 가져오는 방법은 여러가지가 있습니다: diff --git a/docs/ko/Plugin.md b/docs/ko/Plugin.md index 90a9e342..836909b3 100644 --- a/docs/ko/Plugin.md +++ b/docs/ko/Plugin.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Plugin List 플러그인은 기능을 확장하거나 새로운 기능을 추가하기 위해 Day.js에 추가할 수 있는 독립적인 모듈입니다. diff --git a/docs/pt-br/API-reference.md b/docs/pt-br/API-reference.md index 18c165e8..62c29685 100644 --- a/docs/pt-br/API-reference.md +++ b/docs/pt-br/API-reference.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Referência da API Ao invés de modificar o `Date.prototype` nativo, o Day.js empacota o objeto nativo `Date` em um objeto `Dayjs`. diff --git a/docs/pt-br/I18n.md b/docs/pt-br/I18n.md index 18fef9b5..bc76192c 100644 --- a/docs/pt-br/I18n.md +++ b/docs/pt-br/I18n.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Internacionalização Day.js possui um ótimo suporte para internacionalização. diff --git a/docs/pt-br/Installation.md b/docs/pt-br/Installation.md index da648129..bbe81fa5 100644 --- a/docs/pt-br/Installation.md +++ b/docs/pt-br/Installation.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## Guia de Instalação Existem várias maneiras de incluir o Day.js em seu projeto: diff --git a/docs/pt-br/Plugin.md b/docs/pt-br/Plugin.md index 8e16f5f5..6b456170 100644 --- a/docs/pt-br/Plugin.md +++ b/docs/pt-br/Plugin.md @@ -1,3 +1,22 @@ +### Notice + +The document here **no longer** updates. + +Please visit our website [https://day.js.org](https://day.js.org) for more information. + +------------- + +
+
+
+
+
+
+
+
+
+
+ # Lista de Plugins Um plugin é um módulo independente que pode ser adicionado ao Day.js para estendê-lo ou adicionar novas funcionalidades. diff --git a/docs/zh-cn/API-reference.md b/docs/zh-cn/API-reference.md index 02465a8a..236ef73c 100644 --- a/docs/zh-cn/API-reference.md +++ b/docs/zh-cn/API-reference.md @@ -1,3 +1,22 @@ +### 提醒 + +此处的文档将**不再**更新。 + +请访问网站 [https://day.js.org](https://day.js.org) 查看更多信息。 + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## API `Dayjs` 并没有改变或覆盖 Javascript 原生的 `Date.prototype`, 而是创造了一个全新的包含 `Javascript Date` 对象的 `Dayjs` 的对象。 diff --git a/docs/zh-cn/I18n.md b/docs/zh-cn/I18n.md index 29e1875b..3f9cb2f4 100644 --- a/docs/zh-cn/I18n.md +++ b/docs/zh-cn/I18n.md @@ -1,3 +1,22 @@ +### 提醒 + +此处的文档将**不再**更新。 + +请访问网站 [https://day.js.org](https://day.js.org) 查看更多信息。 + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## 国际化 I18n Day.js 支持国际化 diff --git a/docs/zh-cn/Installation.md b/docs/zh-cn/Installation.md index 46f4deeb..f4a0a935 100644 --- a/docs/zh-cn/Installation.md +++ b/docs/zh-cn/Installation.md @@ -1,3 +1,22 @@ +### 提醒 + +此处的文档将**不再**更新。 + +请访问网站 [https://day.js.org](https://day.js.org) 查看更多信息。 + +------------- + +
+
+
+
+
+
+
+
+
+
+ ## 安装指南 可以有如下多种方法安装使用 Day.js: diff --git a/docs/zh-cn/Plugin.md b/docs/zh-cn/Plugin.md index 89bdf56c..8838b280 100644 --- a/docs/zh-cn/Plugin.md +++ b/docs/zh-cn/Plugin.md @@ -1,3 +1,22 @@ +### 提醒 + +此处的文档将**不再**更新。 + +请访问网站 [https://day.js.org](https://day.js.org) 查看更多信息。 + +------------- + +
+
+
+
+
+
+
+
+
+
+ # 插件列表 插件是一些独立的程序,可以给 Day.js 增加新功能和扩展已有功能