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

added-telugu-translations #173

Open
wants to merge 1 commit into
base: development
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
31 changes: 31 additions & 0 deletions code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,37 @@ var i18n = {
'It looks like you are using an outdated version of this script': 'Похоже вы используете устаревшую версию этой программы',
'You can find the latest one here': 'Вы можете найти последнюю версию здесь',
},
'te-IN': {
'Age': 'వయసు',
'Years': 'సంవత్సరాలు',
'Events': 'ఘటనలు',
'Birthdays today': 'నేటి పుట్టినరోజులు',
'Birthdays tomorrow': 'రేపటి పుట్టినరోజులు',
'Birthdays in {0} days': '{0} రోజులలో ఉన్న పుట్టినరోజులు',
'Anniversaries today': 'నేటి వార్షికోత్సవాలు',
'Anniversaries tomorrow': 'రేపటి వార్షికోత్సవాలు',
'Anniversaries in {0} days': '{0} రోజులలో ఉన్న వార్షికోత్సవాలు',
'Custom events today': 'నేటి అనుకూల ఘటనలు',
'Custom events tomorrow': 'రేపటి అనుకూల ఘటనలు',
'Custom events in {0} days': '{0} రోజులలో ఉన్న అనుకూల ఘటనలు',
'Hey! Don\'t forget these events': 'హేయ్! ఈ ఘటనలను మర్చిపోవద్దు!',
'version': 'వర్షన్',
'dd-MM-yyyy': 'dd-MM-yyyy',
'Mobile phone': 'మొబైల్ ఫోన్',
'Work phone': 'టెలీఫోన్ (ఆఫీస్)',
'Home phone': 'టెలీఫోన్ (నివాసం)',
'Main phone': 'టెలీఫోన్ (ప్రాథమిక)',
'Other phone': 'టెలీఫోన్ (ఇతర)',
'Home fax': 'ఫ్యాక్స్ (నివాసం)',
'Work fax': 'ఫ్యాక్స్ (ఆఫీస్)',
'Google voice': 'గూగుల్ వాయిస్',
'Pager': 'పేజర్',
'Home email': 'ఇ-మెయిల్ (నివాసం)',
'Work email': 'ఇ-మెయిల్ (ఆఫీస్)',
'Other email': 'ఇ-మెయిల్ (ఇతర)',
'It looks like you are using an outdated version of this script': 'మీరు ఈ స్క్రిప్ట్ యొక్క పాత వర్షన్‌ను ఉపయోగిస్తున్నట్లు అనిపిస్తోంది',
'You can find the latest one here': 'మీరు ఇక్కడ క్రొత్తదాన్ని పొందవచ్చు',
},
'th': {
'Age': 'อายุ',
'Years': 'ปี',
Expand Down