This commit is contained in:
13
public/messages/en-US/alphabet.json
Normal file
13
public/messages/en-US/alphabet.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"chooseCharacters": "Please select the characters you want to learn",
|
||||
"japanese": "Japanese Kana",
|
||||
"english": "English Alphabet",
|
||||
"uyghur": "Uyghur Alphabet",
|
||||
"esperanto": "Esperanto Alphabet",
|
||||
"loading": "Loading...",
|
||||
"loadFailed": "Loading failed, please try again",
|
||||
"hideLetter": "Hide Letter",
|
||||
"showLetter": "Show Letter",
|
||||
"hideIPA": "Hide IPA",
|
||||
"showIPA": "Show IPA"
|
||||
}
|
||||
33
public/messages/en-US/home.json
Normal file
33
public/messages/en-US/home.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "Learn Languages",
|
||||
"description": "Here is a very useful website to help you learn almost every language in the world, including constructed ones.",
|
||||
"explore": "Explore",
|
||||
"fortune": {
|
||||
"quote": "Stay hungry, stay foolish.",
|
||||
"author": "— Steve Jobs"
|
||||
},
|
||||
"translator": {
|
||||
"name": "Translator",
|
||||
"description": "Translate to any language and annotate with International Phonetic Alphabet (IPA)"
|
||||
},
|
||||
"textSpeaker": {
|
||||
"name": "Text Speaker",
|
||||
"description": "Recognize and read text aloud, supports loop playback and speed adjustment"
|
||||
},
|
||||
"srtPlayer": {
|
||||
"name": "SRT Video Player",
|
||||
"description": "Play videos sentence by sentence based on SRT subtitle files to mimic native speaker pronunciation"
|
||||
},
|
||||
"alphabet": {
|
||||
"name": "Memorize Alphabet",
|
||||
"description": "Start learning a new language from the alphabet"
|
||||
},
|
||||
"memorize": {
|
||||
"name": "Memorize Words",
|
||||
"description": "Language A to Language B, Language B to Language A, supports dictation"
|
||||
},
|
||||
"moreFeatures": {
|
||||
"name": "More Features",
|
||||
"description": "Under development, stay tuned"
|
||||
}
|
||||
}
|
||||
4
public/messages/en-US/memorize/choose.json
Normal file
4
public/messages/en-US/memorize/choose.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"back": "Back",
|
||||
"choose": "Choose"
|
||||
}
|
||||
6
public/messages/en-US/memorize/edit.json
Normal file
6
public/messages/en-US/memorize/edit.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"back": "Back",
|
||||
"save": "Save Word Pairs",
|
||||
"locale1": "Locale 1",
|
||||
"locale2": "Locale 2"
|
||||
}
|
||||
10
public/messages/en-US/memorize/main.json
Normal file
10
public/messages/en-US/memorize/main.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "Memorize",
|
||||
"locale1": "Your selected locale 1 is {locale}",
|
||||
"locale2": "Your selected locale 2 is {locale}",
|
||||
"total": "There are {total} word pairs in total",
|
||||
"start": "Start",
|
||||
"import": "Import",
|
||||
"export": "Export",
|
||||
"edit": "Edit"
|
||||
}
|
||||
7
public/messages/en-US/memorize/start.json
Normal file
7
public/messages/en-US/memorize/start.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"show": "Show",
|
||||
"reverse": "Reverse",
|
||||
"dictation": "Dictation",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
}
|
||||
5
public/messages/en-US/navbar.json
Normal file
5
public/messages/en-US/navbar.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "LL",
|
||||
"about": "About",
|
||||
"sourceCode": "GitHub"
|
||||
}
|
||||
10
public/messages/en-US/srt-player.json
Normal file
10
public/messages/en-US/srt-player.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"uploadVideo": "Upload Video",
|
||||
"uploadSubtitle": "Upload Subtitle",
|
||||
"pause": "Pause",
|
||||
"play": "Play",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"restart": "Restart",
|
||||
"autoPause": "Auto Pause ({enabled})"
|
||||
}
|
||||
5
public/messages/en-US/text-speaker.json
Normal file
5
public/messages/en-US/text-speaker.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"generateIPA": "Generate IPA",
|
||||
"viewSavedItems": "View Saved Items",
|
||||
"confirmDeleteAll": "Are you sure you want to delete everything? (Y/N)"
|
||||
}
|
||||
12
public/messages/en-US/translator.json
Normal file
12
public/messages/en-US/translator.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"detectLanguage": "detect language",
|
||||
"generateIPA": "generate ipa",
|
||||
"translateInto": "translate into",
|
||||
"chinese": "Chinese",
|
||||
"english": "English",
|
||||
"italian": "Italian",
|
||||
"other": "Other",
|
||||
"translating": "translating...",
|
||||
"translate": "translate",
|
||||
"inputLanguage": "Input a language."
|
||||
}
|
||||
Reference in New Issue
Block a user