Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #50

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@
<string name="draw_box_title">Menggambar teks pada gambar</string>
<string name="draw_box_summary">Aplikasi akan menggambar teks pada gambar</string>
<string name="segmentation_mode">Mode segmentasi halaman</string>
<string name="selected_language">Bahasa yang dipilih:</string>
<string name="what_language_this_image_have">Bahasa apa yang dimiliki gambar ini\?</string>
<string name="language_name">Nama bahasa</string>
<string name="select_search_language">Pilih atau cari bahasa</string>
</resources>
8 changes: 8 additions & 0 deletions fastlane/metadata/android/de/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*Was ist neu in diesem Update?*

* App nutzt nun Tesseract 5, 50% schneller als die vorherige Version.
* App nutzt nun Daten-Typ ‚schnell‘ als Standard.
* Aktualisierte Basisbibliotheken (Leptonica,libjpeg,libpng).
* Fast Float aktiviert (2-fache Leistungssteigerung bei Nutzung von ‚bestens‘-Daten)
* Mit NEON SIMD kompiliert, verbesserte Verarbeitungszeit bei Nutzung der LSTM-Engine mit ‚Standard‘- oder ‚schnell‘-Daten.
* Weitere Infos im Repo der Tesseract4Android-Bibliothek.
5 changes: 2 additions & 3 deletions fastlane/metadata/android/pt/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OCR

Uma aplicação de reconhecimento de caracteres (OCR) que reconhece textos em imagens.
Uma aplicação de reconhecimento de caracteres (OCR) baseada em Tesseract que reconhece textos em imagens.

Esta aplicação é baseada em <a href="https://github.com/tesseract-ocr/tesseract/blob/master/README.md">Tesseract 4</a> e a primeira baseada em Tesseract 4.
Após descarregar os dados de treino, a aplicação faz tudo sem ligação à Internet.
Expand All @@ -16,7 +16,7 @@ Traduza esta aplicação no [Weblate](https://hosted.weblate.org/projects/androi
* Baseado nos últimos <a href="https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md">Dados de treino</a>.
* Mais que 120 <a href="https://tesseract-ocr.github.io/tessdoc/Data-Files">idiomas</a> reconhecidos.
* 3 tipo de dados, ou seja, <a href="https://github.com/tesseract-ocr/tessdata">Padrão</a>, <a href="https://github.com/tesseract-ocr/tessdata_best">melhor</a>, <a href="https://github.com/tesseract-ocr/tessdata_fast">rápido</a>, para mais informações <a href="https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md">clique aqui</a>.
* Reconhecimento/deteção de equações matemáticas.
* Reconhecimento/deteção de equações matemáticas (ainda não testado).
* Processa imagens diretamente da galeria do seu dispositivo através do menu partilhar.


Expand All @@ -30,7 +30,6 @@ Traduza esta aplicação no [Weblate](https://hosted.weblate.org/projects/androi

* Tesseract e dados de Tesseract: <a href="https://github.com/tesseract-ocr/tesseract/blob/master/LICENSE">Apache 2.0</a>.
* Tesseract4Android: <a href="https://github.com/adaptech-cz/Tesseract4Android/blob/master/LICENSE">Apache 2.0</a>.
* BoxImageView: <a href="https://github.com/SubhamTyagi/android-cr/blob/master/app/src/main/java/io/github/subhamtyagi/ocr/views/BoxImageView.java">AGPLv3</a>.
* ImageCropper: <a href="https://github.com/ArthurHub/Android-Image-Cropper/blob/master/LICENSE.txt">Apache 2.0</a>.

Tornado possível graças à biblioteca <a href="https://github.com/adaptech-cz/Tesseract4Android">Tesseract4Android</a>.