-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translation + Transliteration for Dhan Slides and Mool mantar (#763)
* legend.md errors * updating legend.md * legend.md errors * set up * fixed and working * strings.js to strings.json * Revert "legend.md errors" This reverts commit 04fcd4c. * at this point legend.md is annoying * windows = macos shortcuts * mistakes when moved to strings.json * fix bug where slide wouldn't empty * Change dhan to 'Great is' in translation * added 'sri' * Change 'das' to 'daas' * remove testing code * code review implemented but viewer isnt recieving the thing anymore * extend to shortcut tray * remove testing statements * tried adding to menu.js but not work * Typo fix while resolving conflicts. * Dhan Guru slide fixes * Dhan Guru slide fixes * final code rev
- Loading branch information
1 parent
a529dbb
commit ee7cdf1
Showing
10 changed files
with
215 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
{ | ||
"anandSahib": { | ||
"label": "Anand Sahib (Bhog)", | ||
"labelType": "roman", | ||
"type": "ceremony", | ||
"ref": 3 | ||
}, | ||
"moolMantra": { | ||
"label": "Mool Mantra", | ||
"labelType": "roman", | ||
"type": "text", | ||
"ref": "<> siq nwmu krqw purKu inrBau inrvYru Akwl mUriq AjUnI sYBM gur pRswid ]" | ||
}, | ||
"waheguru": { | ||
"label": "vwihgurU", | ||
"labelType": "gurmukhi", | ||
"type": "text", | ||
"ref": "vwihgurU" | ||
}, | ||
"blank": { | ||
"label": "Blank", | ||
"labelType": "roman", | ||
"type": "text", | ||
"ref": "" | ||
"anandSahib": { | ||
"label": "Anand Sahib (Bhog)", | ||
"labelType": "roman", | ||
"type": "ceremony", | ||
"ref": 3 | ||
}, | ||
"moolMantra": { | ||
"label": "Mool Mantra", | ||
"labelType": "roman", | ||
"type": "textWithTranslations", | ||
"ref": { | ||
"gurmukhi": "<> siq nwmu krqw purKu inrBau inrvYru Akwl mUriq AjUnI sYBM gur pRswid ]", | ||
"english": "One Universal Creator God. The Name Is Truth. Creative Being Personified. No Fear. No Hatred. Image Of The Undying, Beyond Birth, Self-Existent. By Guru's Grace ~", | ||
"punjabi": "ਅਕਾਲ ਪੁਰਖ ਇੱਕ ਹੈ, ਜਿਸ ਦਾ ਨਾਮ 'ਹੋਂਦ ਵਾਲਾ' ਹੈ ਜੋ ਸ੍ਰਿਸ਼ਟੀ ਦਾ ਰਚਨਹਾਰ ਹੈ, ਜੋ ਸਭ ਵਿਚ ਵਿਆਪਕ ਹੈ, ਭੈ ਤੋਂ ਰਹਿਤ ਹੈ, ਵੈਰ-ਰਹਿਤ ਹੈ, ਜਿਸ ਦਾ ਸਰੂਪ ਕਾਲ ਤੋਂ ਪਰੇ ਹੈ, (ਭਾਵ, ਜਿਸ ਦਾ ਸਰੀਰ ਨਾਸ-ਰਹਿਤ ਹੈ), ਜੋ ਜੂਨਾਂ ਵਿਚ ਨਹੀਂ ਆਉਂਦਾ, ਜਿਸ ਦਾ ਪ੍ਰਕਾਸ਼ ਆਪਣੇ ਆਪ ਤੋਂ ਹੋਇਆ ਹੈ ਅਤੇ ਜੋ ਸਤਿਗੁਰੂ ਦੀ ਕਿਰਪਾ ਨਾਲ ਮਿਲਦਾ ਹੈ।", | ||
"translit": " ikOankaar sat naam karataa purakh nirabhau niravair akaal moorat ajoonee saibha(n) gur prasaadh ||" | ||
} | ||
}, | ||
"waheguru": { | ||
"label": "vwihgurU", | ||
"labelType": "gurmukhi", | ||
"type": "text", | ||
"ref": "vwihgurU" | ||
}, | ||
"blank": { | ||
"label": "Blank", | ||
"labelType": "roman", | ||
"type": "text", | ||
"ref": "" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.