An open API service indexing awesome lists of open source software.

https://github.com/bicstone/ra-language-japanese

Japanese messages for react-admin
https://github.com/bicstone/ra-language-japanese

admin-on-rest hacktoberfest i18n japanese japanese-language react react-admin translation

Last synced: 10 months ago
JSON representation

Japanese messages for react-admin

Awesome Lists containing this project

README

          

# Japanese Messages for React-Admin

[![Publish (latest)](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-latest.yml/badge.svg)](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-latest.yml) [![Publish (next)](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-next.yml/badge.svg)](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-next.yml) [![npm](https://img.shields.io/npm/dm/@bicstone/ra-language-japanese.svg?&logo=npm)](https://www.npmjs.com/package/@bicstone/ra-language-japanese)

Japanese messages for [React-admin](https://github.com/marmelab/react-admin).

[React-admin](https://github.com/marmelab/react-admin) の日本語翻訳です。
直訳せず、読みさすさとシンプルさを優先した意訳をしています。

## Installation

### versions 4 or 5

```sh
npm install @bicstone/ra-language-japanese@latest
# or
yarn add @bicstone/ra-language-japanese@latest
# or
pnpm add @bicstone/ra-language-japanese@latest
```

### versions 2 or 3

```sh
npm install @bicstone/ra-language-japanese@3
# or
yarn add @bicstone/ra-language-japanese@3
# or
pnpm add @bicstone/ra-language-japanese@3
```

## Usage

### versions 3 to 5

```jsx
import polyglotI18nProvider from "ra-i18n-polyglot";
import japaneseMessages from "@bicstone/ra-language-japanese";

const i18nProvider = polyglotI18nProvider(() => japaneseMessages, "ja");

...

```

See React-admin [documentation](https://marmelab.com/react-admin/Translation.html) for more information.

### version 2

```jsx
import japaneseMessages from "@bicstone/ra-language-japanese";

const i18nProvider = () => japaneseMessages;

...

```

See React-admin [documentation](https://marmelab.com/react-admin/doc/2.9/Translation.html) for more information.

## License

MIT License

## Contributors

Thanks goes to all the people who contribute.



Oishi Takanori
Oishi Takanori

💻 📖 🚧 📦 👀
toknsi
toknsi

📖
Yukinobu Nagayasu
Yukinobu Nagayasu

📖
Masato Ohba
Masato Ohba

🚧
Nikita Kamaev
Nikita Kamaev

🚧
stefafafan
stefafafan

🚧
kadoya-water-cell
kadoya-water-cell

🚧