forked from Sefaria/Sefaria-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from OpenPecha/feat/translation-update
Feat/translation update
- Loading branch information
Showing
24 changed files
with
2,122 additions
and
994 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,22 +7,24 @@ | |
<div id="errorPage" class="biReady container error static"> | ||
<div class="inner"> | ||
<h1> | ||
<span class="int-en">Internal Server Error</span> | ||
<span class="int-he">שגיאה במערכת</span> | ||
<span class="int-en">{% trans "Internal Server Error" %}</span> | ||
<span class="int-he">{% trans "Internal Server Error" %}</span> | ||
</h1> | ||
<div class="section"> | ||
<p> | ||
<span class="int-en"> | ||
Unfortunately, we've encountered an error. | ||
{% trans "Unfortunately, we've encountered an error. | ||
An email has been sent automatically to our developers. | ||
If you have any questions about the problem, | ||
or think you can help us figure out what went wrong, | ||
please email our <a href="mailto:dev@sefaria.org" target="_blank">development team</a>. | ||
please email our " %}<a href="mailto:dev@pecha.org" target="_blank"> {% trans "development team" %}</a>. | ||
</span> | ||
<span class="int-he"> | ||
לצערנו ארעה תקלה במערכת. מייל בעניין כבר נשלח אל המפתחים שלנו. | ||
אם יש לכם שאלות נוספות לגבי התקלה, | ||
או שביכלתכם להבין את התקלה ולעזור לאתר אותה, נשמח לשמוע <a href="mailto:[email protected]" target="_blank">במייל אל צוות המפתחים</a>. | ||
{% trans "Unfortunately, we've encountered an error. | ||
An email has been sent automatically to our developers. | ||
If you have any questions about the problem, | ||
or think you can help us figure out what went wrong, | ||
please email our " %}<a href="mailto:[email protected]" target="_blank"> {% trans "development team" %}</a>. | ||
</span> | ||
</p> | ||
</div> | ||
|
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,53 +1,44 @@ | ||
{% extends "base.html" %} | ||
|
||
{% load i18n %} | ||
{% load sefaria_tags %} | ||
{% load humanize %} | ||
|
||
{% block title %}Discuss a Text on Sefaria{% endblock %} | ||
{% block title %}{% trans "Discuss a Text on Sefaria" %}{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div id="discussionsPage" class="container"> | ||
|
||
<span class="row"> | ||
<span class="span12"> | ||
<h1>Discuss a Text on Sefaria</h1> | ||
<h1>{% trans "Discuss a Text on Sefaria" %}</h1> | ||
</span> | ||
<span class="span6 offset3"> | ||
<div class="alert alert-error"> | ||
This is an <b>EXPERIMENTAL</b> feature. Please try it out and let us know what is <b>exciting</b> and what is <b>frustrating</b> about it! | ||
{% trans "This is an <b>EXPERIMENTAL" %}</b>{% trans " feature. Please try it out and let us know what is" %} <b>{% trans "exciting" %}</b>{% trans " and what is" %} <b>{% trans "frustrating" %}</b>{% trans " about it!" %} | ||
<a href="mailto:[email protected]" target="_blank" class="btn btn-mini">Send us Feedback</a> | ||
</div> | ||
</span> | ||
</span> | ||
|
||
<span class="row"> | ||
<span class="span6"> | ||
<h2>Choose a Text</h2> | ||
<h2>{% trans "Choose a Text" %}</h2> | ||
<!--<span class="btn btn-large btn-primary">Browse</span>--> | ||
<div id="chooseText"></div> | ||
</span> | ||
<span class="span5"> | ||
<h2>Start a Discussion</h2> | ||
<h2>{% trans "Start a Discussion" %}</h2> | ||
|
||
<div>Anyone with the link below will be able to view and participate.</div> | ||
<div>{% trans "Anyone with the link below will be able to view and participate." %}</div> | ||
<!--<i id="discussLinkIcon" class="fa fa-link"></i> --> | ||
<input id="discussLink" placeholder="choose a text to get your link" /> | ||
<br><br> | ||
<a id="goLink" class='btn btn-large btn-primary' href='#'>Get Started</a> | ||
<a id="goLink" class='btn btn-large btn-primary' href='#'>{% trans "Get Started" %}</a> | ||
<br><br> | ||
<!-- | ||
<div class="shareBox addthis_toolbox addthis_default_style addthis_32x32_style"> | ||
<a class="addthis_button_facebook"></a> | ||
<a class="addthis_button_twitter"></a> | ||
<a class="addthis_button_google_plusone_share"></a> | ||
<a class="addthis_button_gmail"></a> | ||
<a class="addthis_button_email"></a> | ||
</div> | ||
--> | ||
{% if discussions|length %} | ||
<div> | ||
<h3>Your Discussions</h3> | ||
<h3>{% trans "Your Discussions" %}</h3> | ||
{% for discussion in discussions %} | ||
<div class="discussion"> | ||
{{ discussion|discussion_link }} | ||
|
@@ -61,7 +52,7 @@ <h3>Your Discussions</h3> | |
</span> | ||
</div> | ||
|
||
{% include "elements/login_prompt.html" with msg="Please login to Start a Discussion." %} | ||
{% include "elements/login_prompt.html" with msg={% trans "Please login to Start a Discussion." %} %} | ||
|
||
{% endblock %} | ||
|
||
|
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
Oops, something went wrong.