1
0
mirror of synced 2025-12-25 02:17:36 -05:00

update tables for crowdin (#20531)

This commit is contained in:
Grace Park
2021-07-28 14:29:11 -07:00
committed by GitHub
parent c00196f60e
commit 48f97187d1
2 changed files with 56 additions and 55 deletions

View File

@@ -27,126 +27,126 @@ topics:
### Clojure
Library name | Repository
| Library name | Repository |
|---|---|
**Tentacles**| [Raynes/tentacles](https://github.com/Raynes/tentacles)
|**Tentacles**| [Raynes/tentacles](https://github.com/Raynes/tentacles)|
### Dart
Library name | Repository
| Library name | Repository |
|---|---|
**github.dart** | [DirectMyFile/github.dart](https://github.com/DirectMyFile/github.dart)
|**github.dart** | [DirectMyFile/github.dart](https://github.com/DirectMyFile/github.dart)|
### Emacs Lisp
Library name | Repository
| Library name | Repository |
|---|---|
**gh.el** | [sigma/gh.el](https://github.com/sigma/gh.el)
|**gh.el** | [sigma/gh.el](https://github.com/sigma/gh.el)|
### Erlang
Library name | Repository
| Library name | Repository |
|---|---|
**octo-erl** | [sdepold/octo.erl](https://github.com/sdepold/octo.erl)
|**octo-erl** | [sdepold/octo.erl](https://github.com/sdepold/octo.erl)|
### Go
Library name | Repository
| Library name | Repository |
|---|---|
**go-github**| [google/go-github](https://github.com/google/go-github)
|**go-github**| [google/go-github](https://github.com/google/go-github)|
### Haskell
Library name | Repository
| Library name | Repository |
|---|---|
**haskell-github** | [fpco/Github](https://github.com/fpco/GitHub)
|**haskell-github** | [fpco/Github](https://github.com/fpco/GitHub)|
### Java
Library name | Repository | More information
| Library name | Repository | More information |
|---|---|---|
**GitHub API for Java**| [org.kohsuke.github (From github-api)](http://github-api.kohsuke.org/)|defines an object oriented representation of the GitHub API.
**JCabi GitHub API**|[github.jcabi.com (Personal Website)](http://github.jcabi.com)|is based on Java7 JSON API (JSR-353), simplifies tests with a runtime GitHub stub, and covers the entire API.
|**GitHub API for Java**| [org.kohsuke.github (From github-api)](http://github-api.kohsuke.org/)|defines an object oriented representation of the GitHub API.|
|**JCabi GitHub API**|[github.jcabi.com (Personal Website)](http://github.jcabi.com)|is based on Java7 JSON API (JSR-353), simplifies tests with a runtime GitHub stub, and covers the entire API.|
### JavaScript
Library name | Repository |
| Library name | Repository |
|---|---|
**NodeJS GitHub library**| [pksunkara/octonode](https://github.com/pksunkara/octonode)
**gh3 client-side API v3 wrapper**| [k33g/gh3](https://github.com/k33g/gh3)
**Github.js wrapper around the GitHub API**|[michael/github](https://github.com/michael/github)
**Promise-Based CoffeeScript library for the Browser or NodeJS**|[philschatz/github-client](https://github.com/philschatz/github-client)
|**NodeJS GitHub library**| [pksunkara/octonode](https://github.com/pksunkara/octonode)|
|**gh3 client-side API v3 wrapper**| [k33g/gh3](https://github.com/k33g/gh3)|
|**Github.js wrapper around the GitHub API**|[michael/github](https://github.com/michael/github)|
|**Promise-Based CoffeeScript library for the Browser or NodeJS**|[philschatz/github-client](https://github.com/philschatz/github-client)|
### Julia
Library name | Repository |
| Library name | Repository |
|---|---|
**GitHub.jl**|[JuliaWeb/GitHub.jl](https://github.com/JuliaWeb/GitHub.jl)
|**GitHub.jl**|[JuliaWeb/GitHub.jl](https://github.com/JuliaWeb/GitHub.jl)|
### OCaml
Library name | Repository |
| Library name | Repository |
|---|---|
**ocaml-github**|[mirage/ocaml-github](https://github.com/mirage/ocaml-github)
|**ocaml-github**|[mirage/ocaml-github](https://github.com/mirage/ocaml-github)|
### Perl
Library name | Repository | metacpan Website for the Library
| Library name | Repository | metacpan Website for the Library |
|---|---|---|
**Pithub**|[plu/Pithub](https://github.com/plu/Pithub)|[Pithub CPAN](http://metacpan.org/module/Pithub)
**Net::GitHub**|[fayland/perl-net-github](https://github.com/fayland/perl-net-github)|[Net:GitHub CPAN](https://metacpan.org/pod/Net::GitHub)
|**Pithub**|[plu/Pithub](https://github.com/plu/Pithub)|[Pithub CPAN](http://metacpan.org/module/Pithub)|
|**Net::GitHub**|[fayland/perl-net-github](https://github.com/fayland/perl-net-github)|[Net:GitHub CPAN](https://metacpan.org/pod/Net::GitHub)|
### PHP
Library name | Repository
| Library name | Repository |
|---|---|
**PHP GitHub API**|[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)
**GitHub Joomla! Package**|[joomla-framework/github-api](https://github.com/joomla-framework/github-api)
**GitHub bridge for Laravel**|[GrahamCampbell/Laravel-GitHub](https://github.com/GrahamCampbell/Laravel-GitHub)
|**PHP GitHub API**|[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)|
|**GitHub Joomla! Package**|[joomla-framework/github-api](https://github.com/joomla-framework/github-api)|
|**GitHub bridge for Laravel**|[GrahamCampbell/Laravel-GitHub](https://github.com/GrahamCampbell/Laravel-GitHub)|
### PowerShell
Library name | Repository
| Library name | Repository |
|---|---|
**PowerShellForGitHub**|[microsoft/PowerShellForGitHub](https://github.com/microsoft/PowerShellForGitHub)
|**PowerShellForGitHub**|[microsoft/PowerShellForGitHub](https://github.com/microsoft/PowerShellForGitHub)|
### Python
Library name | Repository
| Library name | Repository |
|---|---|
**gidgethub**|[brettcannon/gidgethub](https://github.com/brettcannon/gidgethub)
**ghapi**|[fastai/ghapi](https://github.com/fastai/ghapi)
**PyGithub**|[PyGithub/PyGithub](https://github.com/PyGithub/PyGithub)
**libsaas**|[duckboard/libsaas](https://github.com/ducksboard/libsaas)
**github3.py**|[sigmavirus24/github3.py](https://github.com/sigmavirus24/github3.py)
**sanction**|[demianbrecht/sanction](https://github.com/demianbrecht/sanction)
**agithub**|[jpaugh/agithub](https://github.com/jpaugh/agithub)
**octohub**|[turnkeylinux/octohub](https://github.com/turnkeylinux/octohub)
**github-flask**|[github-flask (Official Website)](http://github-flask.readthedocs.org)
**torngithub**|[jkeylu/torngithub](https://github.com/jkeylu/torngithub)
|**gidgethub**|[brettcannon/gidgethub](https://github.com/brettcannon/gidgethub)|
|**ghapi**|[fastai/ghapi](https://github.com/fastai/ghapi)|
|**PyGithub**|[PyGithub/PyGithub](https://github.com/PyGithub/PyGithub)|
|**libsaas**|[duckboard/libsaas](https://github.com/ducksboard/libsaas)|
|**github3.py**|[sigmavirus24/github3.py](https://github.com/sigmavirus24/github3.py)|
|**sanction**|[demianbrecht/sanction](https://github.com/demianbrecht/sanction)|
|**agithub**|[jpaugh/agithub](https://github.com/jpaugh/agithub)|
|**octohub**|[turnkeylinux/octohub](https://github.com/turnkeylinux/octohub)|
|**github-flask**|[github-flask (Official Website)](http://github-flask.readthedocs.org)|
|**torngithub**|[jkeylu/torngithub](https://github.com/jkeylu/torngithub)|
### Ruby
Library name | Repository
| Library name | Repository |
|---|---|
**GitHub API Gem**|[peter-murach/github](https://github.com/peter-murach/github)
**Ghee**|[rauhryan/ghee](https://github.com/rauhryan/ghee)
|**GitHub API Gem**|[peter-murach/github](https://github.com/peter-murach/github)|
|**Ghee**|[rauhryan/ghee](https://github.com/rauhryan/ghee)|
### Rust
Library name | Repository
| Library name | Repository |
|---|---|
**Octocrab**|[XAMPPRocky/octocrab](https://github.com/XAMPPRocky/octocrab)
|**Octocrab**|[XAMPPRocky/octocrab](https://github.com/XAMPPRocky/octocrab)|
### Scala
Library name | Repository
| Library name | Repository |
|---|---|
**Hubcat**|[softprops/hubcat](https://github.com/softprops/hubcat)
**Github4s**|[47deg/github4s](https://github.com/47deg/github4s)
|**Hubcat**|[softprops/hubcat](https://github.com/softprops/hubcat)|
|**Github4s**|[47deg/github4s](https://github.com/47deg/github4s)|
### Shell
Library name | Repository
| Library name | Repository |
|---|---|
**ok.sh**|[whiteinge/ok.sh](https://github.com/whiteinge/ok.sh)
|**ok.sh**|[whiteinge/ok.sh](https://github.com/whiteinge/ok.sh)|