Skip to content

Commit 72ca4e4

Browse files
committed
putting default strings back into english
1 parent 78f9e88 commit 72ca4e4

2 files changed

Lines changed: 29 additions & 11 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
android:label="Recognition Trainer Advanced"></activity>
5959
<activity
6060
android:name="com.github.fielddb.lessons.ui.WelcomeActivity"
61-
android:label="@string/app_name">
61+
android:label="@string/speech_app_name">
6262
<intent-filter>
6363
<action android:name="android.intent.action.MAIN" />
6464

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,53 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<string name="app_name">ქართული</string>
5-
<string name="speech_app_name">ქართული</string>
6-
<string name="title_datum_detail">ფრაზა</string>
7-
<string name="app_explanation">ბათუმი აპლიკაციის დეველოპერები გაერთიანდნენ ღია ველის ენათმეცნიერები რათა შექმნან სიტყვის გამომცნობი ქართული ენის მოსაუბრეებთათვის. შენ შეგიძლია ისარგებლო ამ აპლიკაციით, მოამზადო შენი ანდროიდი, რათა გამოიცნო შენი მეტყველება. შენ უნდა წაიკითხო რამოდენიმე წინადადება და შემდეგ დაუკავშირდე WiFi-ს რათა გადაამზადო შენი ხმის მოდელი. ჩვენ ვიმედოვნებთ, რომ გვექნება უკეთესი .გამომცნობი რომელიც იქნება 10%ზე მეტი, თუმცა ქართული ენა განსხვავებულია სხვა ენებისგან, ასე რომ ჩვენ ჯერ არ ვიცით რამდენად გამოსაყენებელი იქნება ეს აპლიკაცია. შენ შეგიძლია სცადო, ეს არის უფრო მეტად ექსპერიმენტული და კვლევის პროგრამული უზრუნველყოფა, ასე რო ჩვენ არ შეგვიძლია მოგცეთ გარანტია, რომ ეს იქნება გამოსაყენებელი. აქ არის ჩვენი სლაიდის ლინკი: http://batumi.github.io</string>
4+
<string name="app_name">Learn X</string>
5+
<string name="speech_app_name">LRL Speech Recognition</string>
6+
<string name="title_datum_detail">Datum</string>
7+
<string name="app_explanation">
8+
Field linguists and open source developers have gotten together to create a
9+
speech recognizer for low resource language speakers. You can use this
10+
application to prepare your Android to guess your speech. You need to read some
11+
suggestions and then contact WiFi in order to prepare your voice model. We
12+
expect that after reading some training sentences you will have a better result.
13+
Because low resource languages are different from other languages ​​so we do
14+
not know how useful this application will be. You can try it, it is mostly
15+
experimental and used for research, so we can not guarantee that it will be
16+
useful. If you use the app to train your recognizer, you agree that we can
17+
use the anonymous training recordings to improve the recognizer and for linguistics research.
18+
Here's our resulting research: http://batumi.github.io
19+
We don't use or share your private data with anyone. Here is our privacy policy:
20+
https://www.lingsync.org/privacy.html
21+
</string>
822
<string name="are_you_sure">Are you sure?</string>
923
<string name="are_you_sure_put_in_trash">Are you sure you want to put this datum in the trash?</string>
1024

1125
<!-- Recognition prompts -->
12-
<string name="im_listening">გისმენთ</string>
26+
<string name="im_listening">I\'m listening</string>
1327
<string name="i_might_have_heard">I might have heard: </string>
1428
<string name="or_maybe">Or maybe this: </string>
1529
<string name="there_were_others">. I\'m pretty funny, ey? There were some other options, but I think I\'ll stop there. </string>
16-
<string name="train">წვრთნა</string>
30+
<string name="train">Train</string>
1731
<string name="recognize">Recognize</string>
1832
<string name="tap_to_speak">Tap to speak again</string>
1933
<string name="tap_to_end">Tap to end</string>
2034
<string name="speak_now">Speak now</string>
2135
<string name="dialog_continue_to_advanced_training">Add your own words?</string>
2236
<string name="continue_word">Continue</string>
2337
<string name="finished">Enough</string>
24-
<string name="context">კონტექსტში</string>
25-
<string name="orthography">ფრაზა</string>
38+
<string name="context">Context</string>
39+
<string name="orthography">Words</string>
2640
<string name="tag_hint">WebSearch, SMS, Email</string>
2741
<string name="translation_hint"></string>
2842
<string name="remove">Remove</string>
2943
<string name="no_recognized_result">I didn\'t hear anything...</string>
3044
<string name="hypothesis">Hypothesis</string>
3145
<string name="training_instructions">You need to read a few sentences to train the recognizer to your voice and your words</string>
32-
<string name="training_context">The Georgian language is very complex and very different from other languages which were used to build Speech Recognition systems. This means each person should have their own recognizer.</string>
46+
<string name="training_context">
47+
The Georgian language is very complex and very different from other languages
48+
which were used to build Speech Recognition systems. This means each person
49+
should have their own recognizer.
50+
</string>
3351

3452
<!-- PocketSphinx -->
3553

@@ -40,4 +58,4 @@
4058
<string name="digits_caption">Let\'s recognize some digits: say something like \"one two three four five\".</string>
4159
<string name="forecast_caption">Say something typical to a weather forecast like \"sunny spells on Wednesday\".</string>
4260

43-
</resources>
61+
</resources>

0 commit comments

Comments
 (0)