diff --git a/readme_cn.md b/docs/readme_cn.md similarity index 97% rename from readme_cn.md rename to docs/readme_cn.md index d775b837dc7dd..50a1697e06c23 100644 --- a/readme_cn.md +++ b/docs/readme_cn.md @@ -35,11 +35,17 @@ 请求增加功能

- English + 简体中文 · - Español + Español · - 日本語 + Deutsch + · + 日本語 + · + Português Brasileiro + · + 한국어

喜欢这个项目?请考虑捐赠来帮助它完善! diff --git a/readme_de.md b/docs/readme_de.md similarity index 97% rename from readme_de.md rename to docs/readme_de.md index 49b80a082570d..8e453eb9f594f 100644 --- a/readme_de.md +++ b/docs/readme_de.md @@ -28,11 +28,17 @@

- Beispiel ansehen + 简体中文 · - Fehler melden + Español · - Funktionalität anfragen + Deutsch + · + 日本語 + · + Português Brasileiro + · + 한국어

Du magst das Projekt? Wie wäre es mit einer kleinen Spende um es weiterhin am Leben zu erhalten? diff --git a/readme_es.md b/docs/readme_es.md similarity index 97% rename from readme_es.md rename to docs/readme_es.md index 738e0b65b3f2c..53f4b683a7fc2 100644 --- a/readme_es.md +++ b/docs/readme_es.md @@ -32,11 +32,17 @@ Solicita una mejora

- English + 简体中文 · - 简体中文 + Español · - 日本語 + Deutsch + · + 日本語 + · + Português Brasileiro + · + 한국어

¿Te gusta este proyecto? ¡Por favor considera donar para ayudar a mejorarlo! diff --git a/readme_ja.md b/docs/readme_ja.md similarity index 97% rename from readme_ja.md rename to docs/readme_ja.md index 31d775a774f5f..ab5538e4f04d1 100644 --- a/readme_ja.md +++ b/docs/readme_ja.md @@ -1,302 +1,308 @@ -

- GitHub Readme Stats -

GitHub Readme Stats

-

あなたのREADMEに動的に生成されたGitHubの統計情報を載せましょう!

-

- -

- - Tests Passing - - - - - - Issues - - - GitHub pull requests - -
-
- - - - - - -

- -

- View Demo - · - Report Bug - · - Request Feature -

-

- English - · - 简体中文 - · - Español -

-

-

このプロジェクトを気に入っていただけましたか?
もしよろしければ、プロジェクトのさらなる改善のために寄付を検討して頂けると嬉しいです!

- -# Features - -- [GitHub Stats Card](#github-stats-card) -- [GitHub Extra Pins](#github-extra-pins) -- [Top Languages Card](#top-languages-card) -- [Themes](#themes) -- [Customization](#customization) -- [Deploy Yourself](#deploy-on-your-own-vercel-instance) - -# GitHub Stats Card - -以下の構文をコピーして、あなたの Markdown ファイルに貼り付けるだけです。 -簡単ですね! - -`?username=` の値は、あなたの GitHub アカウントのユーザー名に変更してください。 - -```md -[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) -``` - -_Note: カードに表示されるランクはユーザの統計情報に基づいて計算されています。詳しくは、[src/calculateRank.js](./src/calculateRank.js)を見てください。_ - -### Hiding individual stats - -クエリパラメータ `?hide=` にカンマ区切りの値を渡すことで、特定の統計情報を隠すことができます。 - -> Options: `&hide=stars,commits,prs,issues,contribs` - -```md -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs) -``` - -### Adding private contributions count to total commits count - -クエリパラメータ `?count_private=true` を使用することで、private contributions の数をコミット総数に追加することができます。 - -_Note: このプロジェクトを自分でデプロイしている場合、デフォルトでは非公開の貢献がカウントされます。_ - -> Options: `&count_private=true` - -```md -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true) -``` - -### Showing icons - -クエリパラメータ `?show_icons=true` を使用することで、アイコンが表示が有効になります。 - -```md -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true) -``` - -### Themes - -内蔵されているテーマを使用することで、任意の[手動のカスタマイズ](#customization)を行うことなく、カードの外観をカスタマイズすることができます。 - -`?theme=THEME_NAME` は以下のように使います。 - -```md -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical) -``` - -#### All inbuilt themes :- - -dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula - -GitHub Readme Stat Themes - -用意されている全てのテーマの[プレビュー](./themes/README.md)や[設定ファイル](./themes/index.js)を見ることができます。もしよろしければ、**新しいテーマを投稿してみてください** (´∀` ) - -### Customization - -`Stats Card` や `Repo Card` の外観を URL パラメーターを使って好きなようにカスタマイズすることができます。 - -Customization Options: - -| Option | type | description | Stats Card (default) | Repo Card (default) | Top Lang Card (default) | -| ------------- | --------- | -------------------------------------------- | -------------------- | ------------------- | ----------------------- | -| title_color | hex color | タイトルの色 | 2f80ed | 2f80ed | 2f80ed | -| text_color | hex color | 文字の色 | 333 | 333 | 333 | -| icon_color | hex color | アイコンの色 | 4c71f2 | 586069 | 586069 | -| bg_color | hex color | カードの背景色 | FFFEFE | FFFEFE | FFFEFE | -| line_height | number | 字間距離 | 30 | N/A | N/A | -| hide | CSV | 項目の非表示 | undefined | N/A | undefined | -| hide_rank | boolean | ranking の非表示 | false | N/A | N/A | -| hide_title | boolean | タイトルの非表示 | false | N/A | false | -| hide_border | boolean | 枠線の非表示 | false | N/A | N/A | -| show_owner | boolean | オーナー名の表示 | N/A | false | N/A | -| show_icons | boolean | アイコンの表示 | false | N/A | N/A | -| theme | string | 用意されているテーマ | 'default' | 'default_repocard' | 'default' | -| cache_seconds | number | キャッシュコントロール | 1800 | 1800 | 1800 | -| count_private | boolean | private contributions 数をコミット総数に追加 | false | N/A | N/A | -| layout | string | レイアウトのオプション選択 | N/A | N/A | 'default' | - -> キャッシュに関する注意点: Repo cards のデフォルトのキャッシュは、フォーク数とスター数が 1k 未満の場合は 30 分(1800 秒) で、それ以外の場合は 2 時間(7200) です。また、キャッシュは最低でも 30 分、最大でも 24 時間に制限されていることに注意してください。 - -# GitHub Extra Pins - -GitHub extra pins を使うと、GitHub の readme プロフィールを使って、自分のプロフィールに 6 つ以上のリポジトリをピン留めすることができます。 - -イェーイ! もはや 6 つのピン留めされたリポジトリに制限されることはありません。 - -### Usage - -以下のコードをあなたの readme にコピー & ペーストし、リンクを変更してください。 - -Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats` - -```md -[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats)](https://github.com/anuraghazra/github-readme-stats) -``` - -### Demo - -[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats)](https://github.com/anuraghazra/github-readme-stats) - -リポジトリのオーナーのユーザー名を含める場合は、show_owner 変数を使用します。 - -[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_owner=true)](https://github.com/anuraghazra/github-readme-stats) - -# Top Languages Card - -Top languages card には、その GitHub ユーザーが最も利用している Top languages が表示されます。 - -_NOTE: Top languages は、ユーザのスキルレベルを示すものではなく、GitHub 上でどの言語で最も多くのコードを書いているかを示す GitHub の指標です。_ - -### Usage - -以下のコードをあなたの readme にコピー & ペーストし、リンクを変更してください。 - -Endpoint: `api/top-langs?username=anuraghazra` - -```md -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) -``` - -### Hide individual languages - -クエリパラメータ `?hide=language1,language2` 使用することで、個々の言語を非表示にすることができます。 - -```md -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&hide=javascript,html)](https://github.com/anuraghazra/github-readme-stats) -``` - -### Compact Language Card Layout - -クエリパラメータ `&layout=compact` を使用することで、カードのデザインを変更することができます。 - -```md -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact)](https://github.com/anuraghazra/github-readme-stats) -``` - -### Demo - -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) - -- Compact layout - -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact)](https://github.com/anuraghazra/github-readme-stats) - ---- - -### All Demos - -- Default - -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra) - -- Hiding specific stats - -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,issues) - -- Showing icons - -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=issues&show_icons=true) - -- Themes - -任意の[テーマ](#themes)を選択できます。 - -![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical) - -- Customizing stats card - -![Anurag's github stats](https://github-readme-stats.vercel.app/api/?username=anuraghazra&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515) - -- Customizing repo card - -![Customized Card](https://github-readme-stats.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515) - -- Top languages - -[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) - ---- - -### Quick Tip (Align The Repo Cards) - -通常、画像を並べてレイアウトすることはできません。そのためには、次のような方法があります。 - -```md - - - - - - -``` - -## Deploy on your own Vercel instance - -GitHub API は 1 時間あたり 5k リクエストしか受け付けていないので、私の `https://github-readme-stats.vercel.app/api` がレートリミッターを超えてしまう可能性があります。自分の Vercel サーバーでホストしているのであれば、何も心配する必要はありません。デプロイボタンをクリックして始めましょう! - -NOTE: [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) 以降は 5k 以上のリクエストに対応できるようになり、ダウンタイムの問題もなくなりました (´∀` ) - -[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats) - -
- Vercelの設定ガイド - -1. [vercel.com](https://vercel.com/)に行きます。 -1. `Log in`をクリックします。 - ![](https://files.catbox.moe/tct1wg.png) -1. `Continue with GitHub` を押して GitHub にサインインします。 - ![](https://files.catbox.moe/btd78j.jpeg) -1. GitHub にサインインし、すべてのリポジトリへのアクセスを許可します。 -1. このリポジトリをフォークします。 -1. [Vercel dashboard](https://vercel.com/dashboard)に戻ります。 -1. `Import Project` を選択します。 - ![](https://files.catbox.moe/qckos0.png) -1. `Import Git Repository` を選択します。 - ![](https://files.catbox.moe/pqub9q.png) -1. root を選択して、すべてをそのままにしておき、PAT_1 という名前の環境変数を(下図のように)追加します。これには個人アクセストークン (PAT) が含まれており、[ここ](https://github.com/settings/tokens/new)で簡単に作成することができます (すべてをそのままにしておいて、何かに名前を付けてください。) - ![](https://files.catbox.moe/0ez4g7.png) -1. デプロイをクリックすれば完了です。API を使用するためにあなたのドメインを参照してください! - -
- -## :sparkling_heart: Support the project - -私はできる限りのことをオープンソースで行い、これらのプロジェクトを利用して支援を必要としている皆さんに返信するようにしています。もちろんです。 -これは時間がかかります。無料でご利用いただけます。 - -しかし、もしあなたがこのプロジェクトを使っていて、それに満足しているのであれば、あるいは単に私にものを作り続けることを奨励したいのであれば、いくつかの方法があります。 - -- あなたの readme で github-readme-stats を使用して適切なクレジットを付与し、それにリンクします (´∀` ) -- 主演とプロジェクトの共有 :rocket: -- [![paypal.me/anuraghazra](https://ionicabizau.github.io/badges/paypal.svg)](https://www.paypal.me/anuraghazra) - PayPal を介して 1 回限りの寄付を行うことができます。私はおそらく ~~コーヒー~~ お茶買うでしょう。 :tea: - -Thanks! :heart: - ---- - -Contributions を歓迎します! <3 - -このプロジェクトは :heart: と JavaScript で作られています。 +

+ GitHub Readme Stats +

GitHub Readme Stats

+

あなたのREADMEに動的に生成されたGitHubの統計情報を載せましょう!

+

+ +

+ + Tests Passing + + + + + + Issues + + + GitHub pull requests + +
+
+ + + + + + +

+ +

+ View Demo + · + Report Bug + · + Request Feature +

+

+ 简体中文 + · + Español + · + Deutsch + · + 日本語 + · + Português Brasileiro + · + 한국어 +

+

+

このプロジェクトを気に入っていただけましたか?
もしよろしければ、プロジェクトのさらなる改善のために寄付を検討して頂けると嬉しいです!

+ +# Features + +- [GitHub Stats Card](#github-stats-card) +- [GitHub Extra Pins](#github-extra-pins) +- [Top Languages Card](#top-languages-card) +- [Themes](#themes) +- [Customization](#customization) +- [Deploy Yourself](#deploy-on-your-own-vercel-instance) + +# GitHub Stats Card + +以下の構文をコピーして、あなたの Markdown ファイルに貼り付けるだけです。 +簡単ですね! + +`?username=` の値は、あなたの GitHub アカウントのユーザー名に変更してください。 + +```md +[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) +``` + +_Note: カードに表示されるランクはユーザの統計情報に基づいて計算されています。詳しくは、[src/calculateRank.js](./src/calculateRank.js)を見てください。_ + +### Hiding individual stats + +クエリパラメータ `?hide=` にカンマ区切りの値を渡すことで、特定の統計情報を隠すことができます。 + +> Options: `&hide=stars,commits,prs,issues,contribs` + +```md +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs) +``` + +### Adding private contributions count to total commits count + +クエリパラメータ `?count_private=true` を使用することで、private contributions の数をコミット総数に追加することができます。 + +_Note: このプロジェクトを自分でデプロイしている場合、デフォルトでは非公開の貢献がカウントされます。_ + +> Options: `&count_private=true` + +```md +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true) +``` + +### Showing icons + +クエリパラメータ `?show_icons=true` を使用することで、アイコンが表示が有効になります。 + +```md +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true) +``` + +### Themes + +内蔵されているテーマを使用することで、任意の[手動のカスタマイズ](#customization)を行うことなく、カードの外観をカスタマイズすることができます。 + +`?theme=THEME_NAME` は以下のように使います。 + +```md +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical) +``` + +#### All inbuilt themes :- + +dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula + +GitHub Readme Stat Themes + +用意されている全てのテーマの[プレビュー](./themes/README.md)や[設定ファイル](./themes/index.js)を見ることができます。もしよろしければ、**新しいテーマを投稿してみてください** (´∀` ) + +### Customization + +`Stats Card` や `Repo Card` の外観を URL パラメーターを使って好きなようにカスタマイズすることができます。 + +Customization Options: + +| Option | type | description | Stats Card (default) | Repo Card (default) | Top Lang Card (default) | +| ------------- | --------- | -------------------------------------------- | -------------------- | ------------------- | ----------------------- | +| title_color | hex color | タイトルの色 | 2f80ed | 2f80ed | 2f80ed | +| text_color | hex color | 文字の色 | 333 | 333 | 333 | +| icon_color | hex color | アイコンの色 | 4c71f2 | 586069 | 586069 | +| bg_color | hex color | カードの背景色 | FFFEFE | FFFEFE | FFFEFE | +| line_height | number | 字間距離 | 30 | N/A | N/A | +| hide | CSV | 項目の非表示 | undefined | N/A | undefined | +| hide_rank | boolean | ranking の非表示 | false | N/A | N/A | +| hide_title | boolean | タイトルの非表示 | false | N/A | false | +| hide_border | boolean | 枠線の非表示 | false | N/A | N/A | +| show_owner | boolean | オーナー名の表示 | N/A | false | N/A | +| show_icons | boolean | アイコンの表示 | false | N/A | N/A | +| theme | string | 用意されているテーマ | 'default' | 'default_repocard' | 'default' | +| cache_seconds | number | キャッシュコントロール | 1800 | 1800 | 1800 | +| count_private | boolean | private contributions 数をコミット総数に追加 | false | N/A | N/A | +| layout | string | レイアウトのオプション選択 | N/A | N/A | 'default' | + +> キャッシュに関する注意点: Repo cards のデフォルトのキャッシュは、フォーク数とスター数が 1k 未満の場合は 30 分(1800 秒) で、それ以外の場合は 2 時間(7200) です。また、キャッシュは最低でも 30 分、最大でも 24 時間に制限されていることに注意してください。 + +# GitHub Extra Pins + +GitHub extra pins を使うと、GitHub の readme プロフィールを使って、自分のプロフィールに 6 つ以上のリポジトリをピン留めすることができます。 + +イェーイ! もはや 6 つのピン留めされたリポジトリに制限されることはありません。 + +### Usage + +以下のコードをあなたの readme にコピー & ペーストし、リンクを変更してください。 + +Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats` + +```md +[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats)](https://github.com/anuraghazra/github-readme-stats) +``` + +### Demo + +[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats)](https://github.com/anuraghazra/github-readme-stats) + +リポジトリのオーナーのユーザー名を含める場合は、show_owner 変数を使用します。 + +[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&show_owner=true)](https://github.com/anuraghazra/github-readme-stats) + +# Top Languages Card + +Top languages card には、その GitHub ユーザーが最も利用している Top languages が表示されます。 + +_NOTE: Top languages は、ユーザのスキルレベルを示すものではなく、GitHub 上でどの言語で最も多くのコードを書いているかを示す GitHub の指標です。_ + +### Usage + +以下のコードをあなたの readme にコピー & ペーストし、リンクを変更してください。 + +Endpoint: `api/top-langs?username=anuraghazra` + +```md +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) +``` + +### Hide individual languages + +クエリパラメータ `?hide=language1,language2` 使用することで、個々の言語を非表示にすることができます。 + +```md +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&hide=javascript,html)](https://github.com/anuraghazra/github-readme-stats) +``` + +### Compact Language Card Layout + +クエリパラメータ `&layout=compact` を使用することで、カードのデザインを変更することができます。 + +```md +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact)](https://github.com/anuraghazra/github-readme-stats) +``` + +### Demo + +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) + +- Compact layout + +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact)](https://github.com/anuraghazra/github-readme-stats) + +--- + +### All Demos + +- Default + +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra) + +- Hiding specific stats + +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,issues) + +- Showing icons + +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=issues&show_icons=true) + +- Themes + +任意の[テーマ](#themes)を選択できます。 + +![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical) + +- Customizing stats card + +![Anurag's github stats](https://github-readme-stats.vercel.app/api/?username=anuraghazra&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515) + +- Customizing repo card + +![Customized Card](https://github-readme-stats.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515) + +- Top languages + +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) + +--- + +### Quick Tip (Align The Repo Cards) + +通常、画像を並べてレイアウトすることはできません。そのためには、次のような方法があります。 + +```md + + + + + + +``` + +## Deploy on your own Vercel instance + +GitHub API は 1 時間あたり 5k リクエストしか受け付けていないので、私の `https://github-readme-stats.vercel.app/api` がレートリミッターを超えてしまう可能性があります。自分の Vercel サーバーでホストしているのであれば、何も心配する必要はありません。デプロイボタンをクリックして始めましょう! + +NOTE: [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) 以降は 5k 以上のリクエストに対応できるようになり、ダウンタイムの問題もなくなりました (´∀` ) + +[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats) + +
+ Vercelの設定ガイド + +1. [vercel.com](https://vercel.com/)に行きます。 +1. `Log in`をクリックします。 + ![](https://files.catbox.moe/tct1wg.png) +1. `Continue with GitHub` を押して GitHub にサインインします。 + ![](https://files.catbox.moe/btd78j.jpeg) +1. GitHub にサインインし、すべてのリポジトリへのアクセスを許可します。 +1. このリポジトリをフォークします。 +1. [Vercel dashboard](https://vercel.com/dashboard)に戻ります。 +1. `Import Project` を選択します。 + ![](https://files.catbox.moe/qckos0.png) +1. `Import Git Repository` を選択します。 + ![](https://files.catbox.moe/pqub9q.png) +1. root を選択して、すべてをそのままにしておき、PAT_1 という名前の環境変数を(下図のように)追加します。これには個人アクセストークン (PAT) が含まれており、[ここ](https://github.com/settings/tokens/new)で簡単に作成することができます (すべてをそのままにしておいて、何かに名前を付けてください。) + ![](https://files.catbox.moe/0ez4g7.png) +1. デプロイをクリックすれば完了です。API を使用するためにあなたのドメインを参照してください! + +
+ +## :sparkling_heart: Support the project + +私はできる限りのことをオープンソースで行い、これらのプロジェクトを利用して支援を必要としている皆さんに返信するようにしています。もちろんです。 +これは時間がかかります。無料でご利用いただけます。 + +しかし、もしあなたがこのプロジェクトを使っていて、それに満足しているのであれば、あるいは単に私にものを作り続けることを奨励したいのであれば、いくつかの方法があります。 + +- あなたの readme で github-readme-stats を使用して適切なクレジットを付与し、それにリンクします (´∀` ) +- 主演とプロジェクトの共有 :rocket: +- [![paypal.me/anuraghazra](https://ionicabizau.github.io/badges/paypal.svg)](https://www.paypal.me/anuraghazra) - PayPal を介して 1 回限りの寄付を行うことができます。私はおそらく ~~コーヒー~~ お茶買うでしょう。 :tea: + +Thanks! :heart: + +--- + +Contributions を歓迎します! <3 + +このプロジェクトは :heart: と JavaScript で作られています。 diff --git a/readme_kr.md b/docs/readme_kr.md similarity index 96% rename from readme_kr.md rename to docs/readme_kr.md index bf26243314aa9..5d8acca447d93 100644 --- a/readme_kr.md +++ b/docs/readme_kr.md @@ -34,17 +34,17 @@ Request Feature

- 简体中文 + 简体中文 · - Español + Español · - Deutsch + Deutsch · - 日本語 + 日本語 · - Português Brasileiro + Português Brasileiro · - 한국어 + 한국어

이 프로젝트가 마음에 드나요? 괜찮으시다면 더 나은 개선을 위해 기부를 고려해주세요! @@ -84,7 +84,7 @@ _참고: 순위는 사용자의 통계를 기반으로 계산됩니다. [src/cal `?count_private=true` 쿼리 파라미터를 사용하면 총 커밋 수에 private 컨트리뷰트 개수를 추가할 수 있습니다. -_참고: 이 프로젝트를 직접 배포하는 경우 private 컨트리뷰트는 기본적으로 계산된다. 그렇지 않은 경우 private 컨트리뷰트 개수를 추가하도록 설정해야 합니다. +\_참고: 이 프로젝트를 직접 배포하는 경우 private 컨트리뷰트는 기본적으로 계산된다. 그렇지 않은 경우 private 컨트리뷰트 개수를 추가하도록 설정해야 합니다. _Note: If you are deploying this project yourself, the private contributions will be counted by default otherwise you need to chose to share your private contribution counts._ @@ -329,4 +329,4 @@ Github API는 시간당 5k 요청만을 허용하기 때문에, 이 `https://git 코드 기여는 환영합니다! -:heart: and JavaScript로 만들어졌습니다. \ No newline at end of file +:heart: and JavaScript로 만들어졌습니다. diff --git a/readme_pt-BR.md b/docs/readme_pt-BR.md similarity index 97% rename from readme_pt-BR.md rename to docs/readme_pt-BR.md index a41c64d5338d6..9b94e6acbce45 100644 --- a/readme_pt-BR.md +++ b/docs/readme_pt-BR.md @@ -34,15 +34,17 @@ Solicitar recursos

- 简体中文 + 简体中文 · - Español + Español · - Deutsch + Deutsch · - 日本語 + 日本語 · - Português Brasileiro + Português Brasileiro + · + 한국어

Gostou do projeto? Por favor considere fazer uma doação para ajudar a melhorá-lo! @@ -306,7 +308,6 @@ Nota: Desde [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) h ## :sparkling_heart: Apoie o projeto - Disponibilizo como código aberto quase tudo o que posso e tento responder a todos que precisam de ajuda para utilizar esses projetos. Claro, isso demanda tempo. Utilize este serviço gratuitamente. diff --git a/readme.md b/readme.md index a3de808de61be..ac79f09206181 100644 --- a/readme.md +++ b/readme.md @@ -34,17 +34,17 @@ Request Feature

- 简体中文 + 简体中文 · - Español + Español · - Deutsch + Deutsch · - 日本語 + 日本語 · - Português Brasileiro + Português Brasileiro · - 한국어 + 한국어

Loved the project? Please consider donating to help it improve!