-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add i18n support for chinese gh-60.
fix: test instance connection loader. ci: update actions version & platforms.
- Loading branch information
Showing
67 changed files
with
1,455 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: docker-build-test | ||
|
||
env: | ||
dockerhub_repository: "riccoxie/meilisearch-ui" | ||
dockerhub_tag: "test" | ||
|
||
on: | ||
push: | ||
branches: | ||
- test | ||
|
||
jobs: | ||
dockerhub-build-push: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
platform: | ||
- linux/amd64 | ||
- linux/arm/v6 | ||
- linux/arm/v7 | ||
- linux/arm64 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Login to DockerHub | ||
uses: docker/login-action@v3 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
- name: Build and push | ||
uses: docker/build-push-action@v5 | ||
with: | ||
context: . | ||
push: true | ||
platforms: ${{ matrix.platform }} | ||
tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"or": "OR", | ||
"unknown": "Unknown", | ||
"uploading": "Uploading", | ||
"search": "Search", | ||
"save": "Save", | ||
"submit": "Submit", | ||
"forever": "Forever", | ||
"actions": "Actions", | ||
"create": "Create", | ||
"delete": "Delete", | ||
"update": "Update", | ||
"confirm": "Confirm", | ||
"cancel": "Cancel", | ||
"edit": "Edit", | ||
"system": "System", | ||
"instance": "Instance", | ||
"settings": "Settings", | ||
"tasks": "Tasks", | ||
"indexes": "Indexes", | ||
"keys": "Keys", | ||
"back": "Back", | ||
"copy": "Copy", | ||
"copied": "Copied", | ||
"name": "Name", | ||
"description": "Description", | ||
"created_at": "Created At", | ||
"updated_at": "Updated At", | ||
"expired_at": "Expired At", | ||
"learn_more": "Learn more", | ||
"toast": { | ||
"fail": "Fail, {{msg}}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"slogan": "A Beautiful Meilisearch UI", | ||
"instance": { | ||
"updated_at": "Updated at", | ||
"form": { | ||
"title": { | ||
"create": "Add a new instance", | ||
"edit": "Edit instance" | ||
}, | ||
"name": { | ||
"label": "Name", | ||
"placeholder": "name your instance, should be different from others" | ||
}, | ||
"host": { | ||
"label": "Host", | ||
"tip": "Remember enable CORS in your instance server for this ui domain first" | ||
}, | ||
"api_key": { | ||
"label": "Api Key", | ||
"tip": "Don't care! Your instance config will only be store in your local browser" | ||
} | ||
}, | ||
"remove": { | ||
"title": "Remove this instance", | ||
"tip": "Are you sure you want to remove this instance" | ||
} | ||
} | ||
} |
Oops, something went wrong.
40f1926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
meilisearch-ui – ./
meilisearch-ui.vercel.app
meilisearch-ui.riccox.com
meilisearch-ui-git-main-riccoxie.vercel.app
meilisearch-ui-riccoxie.vercel.app