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

Hindi language localization #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions lambda/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,26 +321,26 @@ const frcaData = {

const hiData = {
translation: {
SKILL_NAME: 'अंतरिक्ष facts',
GET_FACT_MESSAGE: 'ये लीजिए आपका fact: ',
HELP_MESSAGE: 'आप मुझे नया fact सुनाओ बोल सकते हैं या फिर exit भी बोल सकते हैं... आप क्या करना चाहेंगे?',
SKILL_NAME: 'अंतरिक्ष तथ्य',
GET_FACT_MESSAGE: 'ये लीजिए आपका तथ्य: ',
HELP_MESSAGE: 'आप मुझे नया तथ्य सुनाओ बोल सकते हैं या फिर exit भी बोल सकते हैं... आप क्या करना चाहेंगे?',
HELP_REPROMPT: 'मैं आपकी किस प्रकार से सहायता कर सकती हूँ?',
ERROR_MESSAGE: 'सॉरी, मैं वो समज नहीं पायी. क्या आप repeat कर सकते हैं?',
STOP_MESSAGE: 'अच्छा bye, फिर मिलते हैं',
FACTS:
[
'बुध गृह में एक साल में केवल अठासी दिन होते हैं',
'सूरज से दूर होने के बावजूद, Venus का तापमान Mercury से ज़्यादा होता हैं',
'Earth के तुलना से Mars में सूरज का size तक़रीबन आधा हैं',
'सारे ग्रहों में Jupiter का दिन सबसे कम हैं',
'सूरज का shape एकदम गेंद आकार में हैं'
'सूरज से दूर होने के बावजूद, शुक्र ग्रह का तापमान बुध ग्रह से ज़्यादा होता हैं',
'पृथ्वी के तुलना से मंगल ग्रह में सूरज का आकार तक़रीबन आधा हैं',
'सारे ग्रहों में बृहस्पति ग्रह का दिन सबसे कम हैं',
'सूरज का आकार एकदम गेंद आकार में हैं'
],
},
};

const hiinData = {
translation: {
SKILL_NAME: 'अंतरिक्ष फ़ैक्ट्स',
SKILL_NAME: 'अंतरिक्ष तथ्य',
},
}

Expand Down