Skip to content

Commit

Permalink
adds missing i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jan 25, 2025
1 parent 5af1599 commit 25862c2
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 386 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.0

* adds russian language, thanks @AnchorI

## 1.4.0

* for elasticsearch 7 and 8, query both `_template` and `_index_template` endpoints, fixes [#281](https://github.com/cars10/elasticvue/issues/281)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
[![Firefox addon](https://img.shields.io/amo/v/elasticvue?label=firefox%20add-on)](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
[![Docker build](https://img.shields.io/docker/image-size/cars10/elasticvue)](https://hub.docker.com/r/cars10/elasticvue)

English / [简体中文](./docs/README_CN.md) / [Русский](./README_RU.md)


Elasticsearch gui for your browser [https://elasticvue.com](https://elasticvue.com)

> Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S. and in other countries.
Expand All @@ -30,7 +27,7 @@ Contents
[Screenshots](https://elasticvue.com/features)

**Elasticvue** is a free and open-source gui for elasticsearch that you can use to manage the data in your cluster.
It has full support for elasticsearch versions `8.x` and `7.x`. Check
It supports every version of elasticsearch, even those that are EOL. Check
the [FAQ](https://github.com/cars10/elasticvue/wiki/FAQ) for more details.

### Features
Expand All @@ -41,6 +38,7 @@ the [FAQ](https://github.com/cars10/elasticvue/wiki/FAQ) for more details.
* Searching and editing documents
* Rest queries
* Snapshot & repository management
* ... and much more

## Usage

Expand All @@ -56,7 +54,7 @@ You can use elasticvue in several ways:

* [Google chrome](https://chrome.google.com/webstore/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa)
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
* [Microsoft edge](https://microsoftedge.microsoft.com/addons/detail/geifniocjfnfilcbeloeidajlfmhdlgo)
* [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/geifniocjfnfilcbeloeidajlfmhdlgo)

### Docker

Expand Down Expand Up @@ -155,7 +153,7 @@ After configuration restart your cluster and you should be able to connect.

## Browser Support

Any current version of Chrome, Firefox and Edge (Chromium) should work without issues. Safari is mostly untested so your
Any current version of Chrome, Firefox and Edge should work without issues. Safari is mostly untested so your
mileage may vary.

## Troubleshooting
Expand All @@ -178,13 +176,15 @@ See the Wiki. [Comparing to other frontends](https://github.com/cars10/elasticvu
Elasticvue is available in the following languages:

* english
* chinese
* chinese
* french
* russian

### Help wanted

I do not speak chinese and therefore rely on your help to keep the chinese translation up-to-date. Please open a PR if
you notice missing/wrong translations in the chinese version.
I do not speak Chinese, French or Russian, and therefore rely on your help to keep the translations up-to-date. Please
open a PR if
you notice missing or wrong translations.

### Adding a new language

Expand Down
196 changes: 0 additions & 196 deletions docs/README_CN.md

This file was deleted.

Loading

0 comments on commit 25862c2

Please sign in to comment.