From 064823f3c092318c9e8925b5824463b312f1aea4 Mon Sep 17 00:00:00 2001 From: lobsam Date: Sun, 5 Jan 2025 19:00:27 +0530 Subject: [PATCH 01/14] figma localization --- static/js/AddToSourceSheet.jsx | 6 +- static/js/Misc.jsx | 2 +- static/js/TopicPage.jsx | 9 +- .../VersionBlock/VersionBlockWithPreview.jsx | 3 +- .../sefaria/localizationLanguage/chinese.json | 1363 +++++++++-------- .../sefaria/localizationLanguage/english.json | 121 +- .../sefaria/localizationLanguage/tibetan.json | 129 +- static/js/sefaria/sefaria.js | 106 +- 8 files changed, 969 insertions(+), 770 deletions(-) diff --git a/static/js/AddToSourceSheet.jsx b/static/js/AddToSourceSheet.jsx index bce1319083..aa5f163f97 100644 --- a/static/js/AddToSourceSheet.jsx +++ b/static/js/AddToSourceSheet.jsx @@ -211,7 +211,7 @@ class AddToSourceSheetBox extends Component { return (
- { Sefaria._("Selected Citation")} + { Sefaria._("text.selected_citation")}
{titleRef["en"]} @@ -229,9 +229,9 @@ class AddToSourceSheetBox extends Component { {sheetsList}
- +
- { Sefaria._("common.create")} + { Sefaria._("sheet.add_to_sheet")}
diff --git a/static/js/Misc.jsx b/static/js/Misc.jsx index 4e6c335bb2..89555d6a5b 100644 --- a/static/js/Misc.jsx +++ b/static/js/Misc.jsx @@ -505,7 +505,7 @@ const FilterableList = ({ setFilter(e.target.value)} diff --git a/static/js/TopicPage.jsx b/static/js/TopicPage.jsx index 0ba4a28993..168df49d5a 100644 --- a/static/js/TopicPage.jsx +++ b/static/js/TopicPage.jsx @@ -382,7 +382,8 @@ const useTabDisplayData = (translationLanguagePreference) => { { key: 'popular-writing-of', fetcher: fetchBulkText.bind(null, translationLanguagePreference), - sortOptions: ['Relevance', 'Chronological'], + sortOptions: [Sefaria._("filter_list.relevance"), 'Chronological'], + filterFunc: refFilter, sortFunc: refSort, renderWrapper: refRenderWrapper, @@ -390,7 +391,7 @@ const useTabDisplayData = (translationLanguagePreference) => { { key: 'sources', fetcher: fetchBulkText.bind(null, translationLanguagePreference), - sortOptions: ['Relevance', 'Chronological'], + sortOptions: [Sefaria._("filter_list.relevance"), 'Chronological'], filterFunc: refFilter, sortFunc: refSort, renderWrapper: refRenderWrapper, @@ -398,7 +399,8 @@ const useTabDisplayData = (translationLanguagePreference) => { { key: 'sheets', fetcher: fetchBulkSheet, - sortOptions: ['Relevance', 'Views', 'Newest'], + sortOptions: [Sefaria._("filter_list.relevance"), Sefaria._('profile.tab.sheet.tag.views'), Sefaria._('filter_list.newest')], + filterFunc: sheetFilter, sortFunc: sheetSort, renderWrapper: sheetRenderWrapper, @@ -611,7 +613,6 @@ const TopicPageTab = ({ data, renderItem, classes, sortOptions, sortFunc, filterFunc, showFilterHeader, scrollableElement, onDisplayedDataChange, initialRenderSize, onSetTopicSort, topicSort }) => { - console.log("data : ", data) return (
{!!data ? diff --git a/static/js/VersionBlock/VersionBlockWithPreview.jsx b/static/js/VersionBlock/VersionBlockWithPreview.jsx index 15f7264c31..c4c1de691c 100644 --- a/static/js/VersionBlock/VersionBlockWithPreview.jsx +++ b/static/js/VersionBlock/VersionBlockWithPreview.jsx @@ -5,6 +5,7 @@ import {VersionBlockUtils} from './VersionBlock'; import VersionTitleAndSelector from './VersionTitleAndSelector'; import VersionMetadata from "./VersionMetadata"; import {OpenConnectionTabButton} from "../TextList"; +import Sefaria from '../sefaria/sefaria'; function VersionBlockWithPreview({currentRef, version, currObjectVersions, openVersionInSidebar, openVersionInReader, isSelected, srefs, onRangeClick}) { const opeInSidebar = VersionBlockUtils.openVersionInSidebar.bind(null, currentRef, version, currObjectVersions, openVersionInSidebar); @@ -38,7 +39,7 @@ function VersionBlockWithPreview({currentRef, version, currObjectVersions, openV
diff --git a/static/js/sefaria/localizationLanguage/chinese.json b/static/js/sefaria/localizationLanguage/chinese.json index 04c1daa0a5..ce8c694a7f 100644 --- a/static/js/sefaria/localizationLanguage/chinese.json +++ b/static/js/sefaria/localizationLanguage/chinese.json @@ -1,4 +1,5 @@ -{ +{ + "language.bilingual": "双语", "language.english": "英语", "language.tibetan": "藏语", "language.yiddish": "意第绪语", @@ -15,661 +16,707 @@ "language.persian": "波斯语", "language.ladino": "拉迪诺语", "language.chinese": "中文", + "language.japanese": "日语", + "language.korean": "韩语", + "language.hindi": "印地语", + "language.bengali": "孟加拉语", + "language.urdu": "乌尔都语", + "language.swedish": "瑞典语", + "language.danish": "丹麦语", + "language.norwegian": "挪威语", + "language.dutch": "荷兰语", + "language.greek": "希腊语", + "language.turkish": "土耳其语", + "language.vietnamese": "越南语", + "language.thai": "泰语", + "language.hebrew": "希伯来语", + "language.malay": "马来语", + "language.indonesian": "印尼语", + "language.czech": "捷克语", + "language.slovak": "斯洛伐克语", + "language.hungarian": "匈牙利语", + "language.romanian": "罗马尼亚语", + "language.bulgarian": "保加利亚语", + "language.serbian": "塞尔维亚语", + "language.croatian": "克罗地亚语", + "language.bosnian": "波斯尼亚语", + "language.albanian": "阿尔巴尼亚语", + "language.lithuanian": "立陶宛语", + "language.latvian": "拉脱维亚语", + "language.estonian": "爱沙尼亚语", + "language.armenian": "亚美尼亚语", + "language.georgian": "格鲁吉亚语", + "language.kazakh": "哈萨克语", + "language.uzbek": "乌兹别克语", + "language.tatar": "鞑靼语", + "language.tamil": "泰米尔语", + "language.telugu": "泰卢固语", + "language.kannada": "卡纳达语", + "language.malayalam": "马拉雅拉姆语", + "language.punjabi": "旁遮普语", + "language.marathi": "马拉地语", + "language.gujarati": "古吉拉特语", + "language.sinhala": "僧伽罗语", + "language.nepali": "尼泊尔语", + "language.burmese": "缅甸语", + "language.khmer": "高棉语", + "language.laotian": "老挝语", + "language.mongolian": "蒙古语", + "language.basque": "巴斯克语", + "language.galician": "加利西亚语", + "language.welsh": "威尔士语", + "language.irish": "爱尔兰语", + "language.scots": "苏格兰语", + "language.icelandic": "冰岛语", + "language.maltese": "马耳他语", + "language.slovenian": "斯洛文尼亚语", + "language.macedonian": "马其顿语", + "language.montenegrin": "黑山语", + "language.sami": "萨米语", + "language.faroese": "法罗语", + "language.greenlandic": "格陵兰语", + "language.frisian": "弗里斯兰语", + "language.azeri": "阿塞拜疆语", + "language.occitan": "奥克语", + "language.bhutanese": "不丹语", + "pwa.download_button.label":"安装 PECHA 应用", + "text.reader_option_menu.layout": "布局", + "common.loading": "加载中...", + "text.reader_option_menu.language": "语言", + "website.pecha.version": "版本: 1.4.0", + "common.version": "版本", + "common.log_in": "登录", + "common.sign_up": "注册", + "common.email": "电子邮箱", + "common.password": "密码", + "common.pecha": "pecha", + "common.edit": "Edit", + "connection_pannel.translation.description": "དཔེ་ཆ་དྲ་ཚིག་གིས་འགྱུར་མ་ཁག་བཟོས་ཏེ་སྦྱོང་ཡག་ལ་རོག་རམ་བྱེད་ཐུབ་ གཤམ་འོག་ལ་སྐད་ཡིག་གཞན་འདེམ་རོགས་།", + "connection_pannel.tool_btn.more": "更多", + "connection_pannel.tool_btn.less": "更少", + "connection_pannel.translations": "翻译", + "collection.collection_list.unlisted": "未列出", + "user.history": "历史", + "common.read_more": "མང་ཙམ་ཀློགས།", + "text.verion_block.digitized_by_pecha": "由 Sefaria 数字化", + "connection_pannel.menuscript_image.location.location": "位置:", + "text.translation_page.uncategorized": "未分类", + "common.learn_more": "了解更多", + "community.sheets.recently_published": "最近发布", + "calender_page.weekly_torah_portion": "每周托拉部分", + "calender_page.weekly_learning":"Weekly Learning", + "calender_page.daily_learning":"Daily Learning", + "header.button.help": "Help", + "common.on": "开", + "common.off": "关", + "common.yes": "是", + "common.no": "否", + "common.close": "关闭", + "common.button.submit": "提交", + "common.button.save": "保存", + "common.button.cancel": "取消", + "common.button.add": "添加", + "common.button.send": "发送", + "common.filter_list.recent": "最近", + "common.filter_list.name": "མིང་།", + "common.dropdown.filter": "过滤器", + "collection.filter_list.alphabetical": "按字母顺序", + "filter_list.relevance": "相关性", + "filter_list.newest": "最新", + "filter_list.date_created": "创建日期", + "filter_list.chronological": "按时间顺序", + "header.notifications": "通知", + "header.menu": "Menu", + "like": "喜欢", + "unlike": "不喜欢", + "url.param.history_title": " | {{title}}", + "url.param.moderator_tools": "管理员工具", + "url.paramwith": "与", + "url.title_descriptions": "Pecha - Buddhism in your own words", + "url.topic.descriptions": "Explore Buddhist Texts by Topic - {{navigationTopicLetter}} | {{siteName}}", + "connection_panel.copy": "复制", + "view_in_editor": "在编辑器中查看", + "connection_panel.copying": "复制中...", + "sheet.sheet_list.delete": "删除", + "topic.read_the_portion": "阅读部分", + "note.my_note": "我的笔记", + "side_nav.updates": "更新", + "sheet.create_new": "创建新项目", + "sheet.publish_setting": "发布设置", + "sheet.published": "已发布", + "text.reader_option_menu.color": "颜色", + "text.reader_option_menu.font_size": "字体大小", + "text.reader_option_menu.punctuation": "标点", + "text.reader_option_menu.show_puntuation": "显示标点", + "text.reader_option_menu.hide_puntuation": "隐藏标点", + "text.reader_option_menu.show_vowels": "显示元音", + "text.reader_option_menu.vocalization": "发音", + "text.reader_option_menu.vowels": "元音", + "text.reader_option_menu.show_only_vowels": "只显示元音", + "text.reader_option_menu.show_only_consonenetal_text": "只显示辅音文本", + "feedback.describe_issue": "描述问题...", + "feedback.report_issue": "报告问题", + "feedback.request_translation": "请求翻译", + "feedback.report_bug": "报告错误", + "feedback.get_help": "获取帮助", + "get_newsletter": "获取新闻通讯", + "signup_to_get_updates": "注册以获取更新", + "feedback.request_feature": "请求功能", + "feedback.give_thanks": "表示感谢", + "feedback.other": "其他", + "feedback.please_select_type": "请选择反馈类型", + "feedback.message.error_sending_feedback": "很遗憾,发送反馈时发生错误。请重试或重新加载此页面。", + "common.select_type": "选择类型", + "sheet.source_sheet.added_by": "由...添加", + "modal.sign_up.default.love_learning":"སློབ་གཉེར་ལ་དགའ་བོ་ཡོད་དམ།", + "modal.sign_up.default.sign_up__to_get_more_from_sefaria":"", + "model.sign_up.add_connection.connection_to_another_text": "", + "model.sign_up.add_connection.create_free_account": "", + "model.sign_up.add_connection.content_list.add_interconnection_and_translation": "", + "model.sign_up.add_connection.content_list.build_and_share_source_sheet": "", + "model.sign_up.add_connection.content_list.take_notes": "", + "model.sign_up.add_connection.content_list.get_updates_on_new_texts": "", + "model.sign_up.add_to_sheet.want_to_make_your_own_source_sheet": "", + "model.sign_up.add_to_sheet.create_free_accout_to_join_conversation":"", + "model.sign_up.add_to_sheet.build_share_source_sheet":"", + "model.sign_up.add_to_sheet.connect_with_other_users":"", + "model.sign_up.add_translation.have_your_own_translation_of_this_text":"", + "model.sign_up.add_translation.create_free_account__to_add_it_to_library":"", + "model.sign_up.follow.want_to_connect_with_other_users":"", + "model.sign_up.follow.follow_your_favorite_creaters":"", + "model.sign_up.follow.send_messages": "", + "model.sign_up.note.dont_lose_that_thought": "", + "model.sign_up.note.take_notes_on_this_text": "", + "model.sign_up.note.get_updates_on_new_features": "", + "model.sign_up.save.want_to_return_to_this_text": "", + "model.sign_up.save.view_your_reading_history": "", + "modal.sign_up.signup_to_get_more_from_pecha": "注册以从 Sefaria 获取更多内容", + "sheet.make_source_sheet": "创建资源表", + "note.take_note": "记笔记", + "user_profile.notes": "Notes", + "text.save_text": "保存文本", + "modal.sign_up.stay_in_the_know": "保持知情", + "collection.remove": "移除", + "message.email_successfully_changed": "邮箱地址已成功更改!", + "message.warning_delete_reading_history": "关闭此功能将永久删除您的阅读历史。", + "common.export.google_doc": "导出到 Google 文档", + "common.exporting.google_doc":"Export to Google Docs", + "common.export.complete": "导出完成", + "common.export.open_google": "在 Google 中打开", + "common.follow": "关注", + "common.unfollow": "取消关注", + "common.follow_back": "回关", + "common.followers": "粉丝", + "common.following": "关注中", + "common.share": "分享", + "common.share_link": "分享链接", + "common.share_on_fb": "分享到 Facebook", + "common.share_on_x": "分享到 X(前推特)", + "common.share_by_email": "通过电子邮件分享", + "text.reader_option_menu.bilingual_layout": "双语布局", + "search_page.results_for": "搜索结果: ( {{searchedItem}} )", + "search_page.results": "结果", + "common.options": "选项", + "common.collection.btn.create_new_collection": "ཕྱོགས་བསྒྲིགས་གསར་པ་ཞིག་བཟོ།", + "search_filter.exact_matches_only": "仅精确匹配", + "search.topic.searching_for_topic": "བརྗོད་གཞི་ཞིག་ཚོལ།", + "connection_panel.search_in_this_text": "在此文本中搜索", + "common.placeholder.search": "搜索", + "search.result_list.searching": "搜索中...", + "topic.search_topics": "搜索主题", + "connection_panel.search_dictionary": "搜索字典", + "header.search_bar.search_for": "搜索", + "search_text_or_keywords": "在此输入文本或关键词", + "bookmark.icon_description": "点击书签图标将文本或表单保存到这里。", + "sign_up.form.first_name": "名字", + "sign_up.form.last_name": "姓氏", + "sign_up.already_have_account": "已经有账户?", + "login.form.button.login_in": "登录", + "login.forget_password": "忘记密码?", + "login.create_account": "创建新账户", + "login.already_logged_in": "您已登录为", + "forget.send_reset_link": "发送重置链接", + "forget.back_to_login": "返回登录", + "forget.email_send_message": "已发送重置密码的电子邮件。", + "forget.new_password": "输入新密码", + "forget.repeat_password": "重复新密码", + "forget.button.save_password": "保存密码", + "forget.mismatch_password": "两次输入的密码不匹配。", + "header.topic": "主题", + "header.text": "文本", + "header.community": "社区", + "header.donate": "捐赠", + "header.site_language": "网站语言", + "header.profileMenu.profile": "个人资料", + "header.profileMenu.create_New_Sheet": "创建新表单", + "header.profileMenu.account_settings": "账户设置", + "header.profileMenu.log_out": "登出", + "profile.buddhish_text_tracker": "佛教文本追踪器", + "profile.previous_year": "上一年", + "profile.all_time": "所有时间", + "profile.text_read": "已读文本", + "profile.sheet_read": "已读表单", + "profile.sheet_created": "已创建表单", + "profile.averages_pecha_user": "Sefaria 平均用户", + "profile.edit_profile": "编辑个人资料", + "profile.setting": "设置", + "profile.log_out": "登出", + "profile.at": "在", + "profile.collection_description": "您可以使用收藏来组织您的表单或您喜欢的公共表单。收藏可以私下分享或公开。", + "profile.sheet_description": "您可以使用表单保存和组织资源,编写新文本,创建课程、讲座、文章等。", + "profile.tap.search": "搜索", + "profile.tab.sheets": "表单", + "profile.tab.collection": "收藏", + "profile.tab.button.create_New_Sheet": "创建新表单", + "profile.tab.dropdown.sort": "排序", + "profile.tab.dropdown.sort_by": "按以下方式排序", + "profile.tab.sheet.tag.not_published": "未发布", + "profile.tab.sheet.tag.views": "浏览次数", + "setting.notification_frequency": "通知频率(最多)", + "setting.notification.daily": "每日", + "setting.notification.weekly": "每周", + "setting.notification.never": "从不", + "setting.site_language": "网站语言", + "setting.tanslation_language": "首选翻译语言", + "setting.read_history": "阅读历史", + "setting.accout_email": "账户电子邮件(用于登录)", + "setting.change_email": "更改电子邮件", + "setting.google_disconnected": "您的 Google 账户已断开连接", + "setting.link_to_google": "下次导出表单时可以连接到新 Google 账户", + "category.admin.editor": "分类编辑器", + "category.admin.tibetan_title": "藏文标题", + "category.admin.english_title": "标题", + "category.admin.prefferred_translation": "首选翻译", + "category.admin.text_title": "文本标题", + "category.admin.bo_title": "藏文标题", + "category.admin.text_structure": "文本结构", + "category.admin.alt_bo_title": "替代藏文标题", + "category.admin.alt_en_title": "替代英文标题", + "home.browse_text": "浏览图书馆", + "text.start_reading": "开始阅读", + "text.contents": "目录", + "text.chapter": "章节", + "text.versions": "版本", + "text.versions.source": "来源", + "text.versions.information.review_history": "修订历史", + "text.versions.in_progress": "进行中", + "text.versions.done": "已完成", + "text.download": "下载", + "text.table_of_contents": "目录", + "text.composed": "创作于", + "text.tibetan_version": "藏文版本", + "text.english_version": "英文版本", + "text.button.continue_reading": "继续阅读", + "panel.title": "资源", + "panel.resources": "资源", + "text.related_texts": "相关文本", + "text.commentary": "注释", + "text.quotation": "引用", + "text.reference": "参考", + "text.related Passage": "相关段落", + "text.no_connection": "无", + "text.content.section.sabche": "科判 {{segmentNumber}}", + "text.version_open": "版本开放", + "text.web_pages": "网页", + "text.author": "作者", + "text.current_version": "当前版本", + "text.current_translation": "当前翻译", + "text.tranlation.description": "Pecha 获取翻译以丰富您的学习体验。预览或选择以下不同的翻译。", + "text.translation.current_select": "当前选择", + "text.translation.open_text": "打开文本", + "text.selected_citation": "选定的引用", + "text.name_new_sheet": "新表单命名", + "text.want_to_make_your_own_source_sheet?": "想要制作自己的资源表单?", + "text.create_sheet": "创建", + "text.create_a_free_account_to_join_the_conversation": "创建一个免费账户加入对话", + "text.build_share_source_sheets": "构建并分享资源表单", + "text.save_texts": "保存文本", + "text.connect_with_other_users": "与其他用户联系", + "text.don’t_lose_that_thought": "别丢了那个想法!", + "text.create_free_account_to_do_more_on_Pecha": "创建一个免费账户以在 Pecha 上做更多事", + "text.take_notes_on_this_text": "在此文本上做笔记", + "text.get_updates_on_new_features": "获取新功能的更新", + "text.citing": "引用", + "text.sites_that_are_listed_here_use_the": "这里列出的网站使用", + "text._sefaria_linker": "Sefaria Linker", + "text.all_commentary": "所有注释", + "text.show_all_commnentaries": "显示所有注释", + "text.topic_connected_to": "此主题与以下相关", + "connection_panel.tools": "工具", + "connection_panel.more_options": "更多选项", + "connection_panel.notes": "笔记", + "connection_panel.compare_text": "比较文本", + "connection_panel.feed_back": "反馈", + "connection_panel.advance": "高级", + "text.write_note": "写一条笔记...", + "text.add_note": "添加笔记", + "text.go_to_my_notes": "前往我的笔记", + "text.share_link": "分享链接", + "text.more_options": "更多选项", + "text.feedback.have_feedback?": "有反馈?我们很乐意听取您的意见。", + "text.feedback.select_type": "选择类型", + "text.feedback.describe_issue": "描述问题...", + "text.feedback.report_issue": "报告文本问题", + "text.feedback.request_translation": "请求翻译", + "text.feedback.report_bug": "报告错误", + "text.feedback.get_help": "获取帮助", + "text.feedback.request_feature": "请求功能", + "text.feedback.give_thanks": "表示感谢", + "text.feedback.others": "其他", + "text.feedback.feedback_send": "反馈已发送", + "text.edit.copied_text": "已复制的文本", + "text.edit.original_translation": "原始翻译", + "text.edit.hide_original": "隐藏原文 »", + "text.edit.show_original »": "显示原文 »", + "text.edit.text_licence_detail": "复制的文本必须属于公共领域或具有 Creative Commons 许可证,例如 CC0、CC-BY 或 CC-BY-SA。", + "text.edit.translation_title": "翻译标题:", + "text.edit.origin": "来源:", + "text.edit.translation_language:": "翻译语言:", + "side_nav.about_pecha_title": "佛教经文的活图书馆", + "side_nav.about_pecha_description": "Pecha 平台提供了多种语言和风格的佛教经文,满足每个人的需求。", + "side_nav.about_text": "关于此文本", + "side_nav.related_topic": "相关主题", + "side_nav.download_text": "下载文本", + "side_nav.download_text.select_version": "选择版本", + "side_nav.download_text.select_translation": "选择翻译", + "side_nav.download_text.select_format": "选择格式", + "side_nav.download_text.text_with_tag": "带标签的文本", + "side_nav.download_text.text_without_tag": "无标签的文本", + "side_nav.download_text.csv":"CSV", + "side_nav.download_text.json":"JSON", + "side_nav.download_text.merged_version": "合并版本", + "side_nav.join_conversation": "加入对话", + "side_nav.join_conversation.button.make_sheet": "", + "side_nav.join_conversation.descriptions": "通过笔记或评论与其他法友分享见解。", + "side_nav.explore_community": "探索社区", + "side_nav.who_to_follow": "关注谁", + "side_nav.collection.description": "全球的组织、社区和个人策划并分享了表单收藏。", + "side_nav.make_sheet": "制作表单", + "side_nav.explore_collections": "探索收藏", + "side_nav.stay_connected": "保持联系", + "side_nav.stay_connected.decription": "获取新文本、学习资源、功能等的更新。", + "side_nav.make_donation": "捐赠", + "sheet.new_source_sheet": "新资源表单", + "common.sheets":"Sheets", + "sheet.source_sheet": "资源表单", + "sheet.about_this_sheet": "关于此表单", + "sheet.source": "来源", + "sheet.sources": "资源", + "sheet.media": "媒体", + "sheet.comment": "评论", + "sheet.select_text": "选择文本", + "sheet.search_for_text_or_author": "搜索文本或作者", + "sheet.add_source": "添加资源", + "sheet.browse_sources": "浏览资源", + "sheet.add_this_source_to_Source_Sheet": "将此资源添加到资源表单", + "sheet.add_to_sheet": "添加到表单", + "sheet.add_to": "添加到", + "sheet.write_or_past_text": "写入或粘贴文本", + "sheet.add_media_link": "添加图像、YouTube 视频、SoundCloud 链接或 MP3", + "sheet.upload_image": "上传图片", + "sheet.upload_image_failed_msg": "无法添加图片。请确保上传的文件为 JPEG、PNG 或 GIF。", + "sheet.section_comment": "评论此章节", + "sheet.connection": "连接", + "sheet.sheet_save_request": "要保存此表单吗?您只需保存一次,之后的更改将自动保存。", + "sheet.remove_request": "您确定要移除此项吗?", + "sheet.copy_to_sheet": "复制到表单", + "sheet.indent_source": "缩进资源", + "sheet.outdent_source": "减少缩进资源", + "sheet.move_up_source": "上移资源", + "sheet.move_down_source": "下移资源", + "sheet.start_new_source_sheet": "创建新资源表单", + "sheet.untitled_sourc_sheet": "未命名资源表单", + "sheet.untitled": "未命名", + "sheet.delete_warning_msg": "您确定要删除此表单吗?此操作无法撤销。", + "sheet.add_sheet_by": "资源表单由 {{owerName}}", + "sheet.sheet_public_request": "要将您的资源表单公开吗?", + "sheet.share_msg": "您的资源表单看起来很棒!您可以通过公开分享给其他 Pecha 社区成员。", + "sheet.make_public": "公开", + "sheet.maybe_later": "稍后再说", + "sheet.no_problem_msg": "没问题,此表单仍未列在 Pecha 上。", + "sheet.write_summary": "写一份摘要以帮助其他人理解您的表单...", + "sheet.add_tags": "添加标签...", + "sheet.list_on_pecha": "列在 Pecha 上", + "sheet.any_one_can_access": "任何有链接的人都可以", + "sheet.copy_sheet": "复制表单", + "sheet.export_to_google": "导出到 Google Drive", + "sheet.delete_sheet": "删除表单", + "sheet.tags": "标签", + "sheet.assignment": "作业", + "sheet.print": "打印", + "sheet.insert": "插入", + "sheet.format": "格式", + "sheet.number_sources": "编号资源", + "sheet.box_sources": "框选资源", + "sheet.sheet_language": "表单语言", + "sheet.editor.write_something": "Write something...", + "sheet.sheet_layout": "表单布局", + "sheet.stacked": "堆叠", + "sheet.side_by_side": "并排", + "sheet.side_by_side_layout": "并排布局", + "sheet.source_sheet_copied": "资源表单已复制。", + "sheet.embed_sheet": "嵌入表单", + "sheet.embed_sheet_description": "复制并粘贴以下嵌入代码。调整宽度和高度值以适应您的设计。", + "sheet.assignments": "作业", + "sheet.assignments_description": "作业允许您创建模板供学生填写。", + "sheet.assign_this_sheet": "分配此表单", + "sheet.student_assignment_link": "学生可以通过此链接完成作业:", + "sheet.stop_collecting_assignment": "停止收集作业", + "sheet.save_assignment": "保存作业", + "sheet.student_assignment_description": "您学生保存的作业将显示在此处。", + "sheet.view": "查看", + "sheet.add": "添加", + "sheet.edit": "编辑", + "sheet.my_sheet": "我的资源表单", + "sheet.public_source_sheet": "公共资源表单", + "sheet.reset_source": "重置资源文本", + "sheet.reset_language_sheet": "重置希伯来语、英语或两者的文本?", + "sheet.sheet_lost_warning": "您对此资源的任何编辑将丢失", + "sheet.looking_up_connection": "正在查找连接...", + "sheet.no_connection_found": "未找到此资源的连接。", + "sheet.edit_source_title": "编辑资源标题", + "sheet.add_source_below": "在下方添加资源", + "sheet.add_comment": "添加评论", + "sheet.add_all_connections": "添加所有连接", + "sheet.change_source_layout": "更改资源布局/语言", + "collection": "收藏", + "collection.editor.my_collection": "My Collections", + "collection.about": "关于", + "collection.description_detail": "收藏是用户生成的表单合集,可以私下使用,分享给朋友,或在 Pecha 上公开。", + "collection.add_to_collection": "添加到收藏", + "collection.create_new_collection": "创建新收藏", + "collection.done": "完成", + "collection.search_fulltext": "搜索此收藏的全文", + "collection.edit": "编辑", + "collection.add_sheet_to_collection": "您可以在个人资料中将表单添加到此收藏。", + "collection.filter": "过滤器", + "collection.open_profile": "打开个人资料", + "collection.editor": "编辑者", + "collection.invite": "邀请", + "collection.create_collection": "创建收藏", + "collection.name": "收藏名称", + "collection.owner": "拥有者", + "collection.image": "收藏图片", + "collection.upload_image": "上传图片", + "collection.image_size": "推荐尺寸:350px x 350px 或更大", + "collection.save_error": "保存您的收藏时发生错误。", + "collection.message.no_sheet_in_collection": "此收藏中还没有表单。", + "collection.message.add_sheet_to_collection": "您可以在个人资料中将表单添加到此收藏。", + "collection.no_sheets_matching": "没有匹配的表单", + "collection.unpin_sheet": "固定表单 - 点击取消固定", + "collection.pinned_sheet": "固定的表单", + "collection.pin_sheet": "固定表单", + "collection.can_invite_edit_setting": "可以邀请并编辑设置", + "collection.add_and_remove_sheets": "可以添加和删除表单", + "collection.leave_collection": "离开收藏", + "collection.inviting": "邀请中...", + "collection.invitation_sent": "邀请已发送", + "collection.invited": "已邀请", + "collection.resend_invitation": "重新发送邀请", + "collection.invitation_resent": "邀请已重新发送", + "collection.message.error_sending_invitation": "发送邀请时发生错误。", + "collection.message.confirm_collection_change_role": "您确定要更改您的收藏角色吗?如果没有其他拥有者恢复您的权限,您将无法撤销此操作。", + "collection.message.confirm_remove_person": "您确定要将此人从此收藏中移除吗?", + "collection.message.confirm.remove_invitation": "您确定要删除此邀请吗?", + "collection.message.error": "固定表单时发生错误。", + "collection.no_shared_collection": "尚未分享任何收藏。", + "collection.edit_collection": "编辑收藏", + "collection.collection_name": "收藏名称", + "collection._web_site": "网站", + "collection.default_sheet_header": "默认表单标题", + "collection.recommended_size": "推荐尺寸:宽度 1000px 以填满表单,较小的图像右对齐", + "collection.list_on_pecha": "列在 Pecha 上", + "collection.message._appear_collection_in_public": "您的收藏将出现在公共收藏页面,其他人可以找到它。", + "collection.delete_collection": "删除收藏", + "collection.message.comfirm_delete_collection": "您确定要删除此收藏吗?此操作无法撤销。", + "collection.message.unsaved_changes": "您的收藏有未保存的更改。", + "collection.message.image_resize": "图片必须小于", + "collection.message_error_upload_image": "上传您的文件时发生错误。", + "collection.message_error_saving_collection": "保存您的收藏时发生错误。", + "collection.message.error_deleting_collection": "删除您的收藏时发生错误。", + "collection.message.no_public_collection": "目前还没有公共收藏。", + "topic.expore": "按主题探索", + "topic.a_to_z": "所有主题 A-Z", + "topic.browse_topic": "浏览或搜索完整的主题列表。", + "topic.about": "关于主题", + "topic.about_description": "主题页面提供了数千个精选主题的各种资源。", + "topic.trend": "热门主题", + "topic.combine_source": "将我们图书馆的资源与您的评论、问题、图片和视频结合起来。", + "sheet.placeholder.add_topic": "添加主题", + "topic.create_new_topic": "创建新主题:", + "enter_source_ref": "输入资源参考(例如:'Yevamot.62b.9-11' 或 'Yevamot 62b:9-11')", + "category.admin.add_sub_category": "添加子类别", + "category.admin.add_source": "Add a source", + "category.admin.add_section": "Add section", + "category.admin.edit": "རྩོམ་སྒྲིག།", + "category.reorder_section": "Reorder sources", + "reorder_source": "重新排序资源", + "topic.all_topics": "所有主题", + "topic.reset": "重置", + "topic_search": "搜索主题", + "topic.admin.en_short_description": "英文目录简短描述", + "topic.admin.bo_short_description": "藏文目录简短描述", + "topic.admin.choose_category": "选择类别", + "topic.admin.main_menu": "主菜单", + "topic.admin.save_information": "保存主题信息。", + "topic.admin.change_processing_time_msg": "处理标题更改可能需要一些时间。", + "topic.admin.short_description": "添加简短描述。", + "topic.admin.description": "添加描述。", + "topic.admin.create_topic": "创建主题", + "topic.admin.edit": "编辑主题", + "topic.admin.en_title": "英文标题", + "topic.admin.title": "标题", + "topic.admin.en_description": "英文描述", + "topic.admin.bo_description": "藏文描述", + "topic.admin.delete_topicc": "主题已删除", + "topic.admin.topic_editor": "主题编辑器", + "topic.admin.choose_a_category": "选择类别", + "topic.admin.error_msg": "保存主题信息时可能发生错误。", + "topic.admin.something_wrong": "出了点问题。抱歉!", + "note_save_warning": "保存笔记时出现问题。", + "note_save_error_try_again": "保存笔记时出现错误。请重试或重新加载此页面。", + "note_confirm_delete_request": "您确定要删除此笔记吗?", + "something_went_wrong": "出了点问题(这就是我所知道的)。", + "text.reader_option_menu.font_size_lable": "Aa", + "decrease_font_size": "减小字体大小", + "increase_font_size": "增大字体大小", + "this_comment": "此评论", + "sheet.this_source": "此资源", + "sheet.was_added_to": "已添加到", + "sheet.view_sheet": "查看表单", + "sheet.select_source": "请选择资源表单。", + "sheet.new_source_sheet_name": "新资源表单名称:", + "sheet.source_sheet_by": "资源表单由 {{ownerName}}", + "sheet.created_with": "创建于", + "sheet.one_person_like_this_sheet": "1 人喜欢此表单", + "sheet.people_like_this.sheet": "人喜欢此表单", + "sheet.no_one_like_this_sheet": "还没有人喜欢此表单。你会是第一个吗?", + "sheet.has_not_shared_sheet": "尚未分享任何表单。", + "sheet.your_sheet_is": "您的表单是", + "sheet.source_sheet_not_save_warning": "您的资源表单有未保存的更改。离开页面前,点击保存以保留您的工作。", + "sheet.source_sheet_has_unsaved_changes_auto_save": "您的资源表单有未保存的更改。请等待自动保存完成。", + "text.edit.error_occurred": "很遗憾,发生了一个错误。如果您最近在此页面上编辑了文本,建议将您的工作复制出来并重新加载页面以确保您的工作已正确保存。", + "topic.visible_to_other": "在 Pecha 上并可通过搜索和主题查看。", + "sheet.list_your_sheet": "将您的表单列在 Sefaria 以便他人发现。", + "summary": "摘要", + "write_short_description": "为您的表单编写简短的描述...", + "publish": "发布", + "unpublish": "取消发布", + "topic.add_desription": "请添加描述和主题以发布您的表单。", + "topic.add_topic_to_sheet": "请添加主题以发布您的表单。", + "sheet.add_description": "请添加描述以发布您的表单。", + "sheet.message.summary_limit": "摘要描述限制为 280 个字符。", + "connection_panel.people_with_link": "拥有此链接的人可以", + "sheet.publish_sheet_on_pecha": "将您的表单发布在 Sefaria 以便他人发现。", + "common.about": "关于", + "text.version.merged_from": "合并自", + "connection_panel.menuscript.source": "来源", + "text.version.information.digitization": "数字化", + "connection_panel.license": "许可证", + "text.version.information.buy_in_print": "购买印刷版", + "text.version.information.buy_now": "立即购买", + "common.saves": "保存", + "common.save":"Save", + "bookmark.save_and_history": "保存 & 历史", + "user_history_panel.text_sheet_available_here": "您阅读的文本和表单将显示在此处。", + "bookmark.message.click_icon": "点击文本或表单上的书签图标以保存到这里。", + "text.new_text": "新文本", + "sheet.publish_new_sheet": "发布了一张新表单", + "sheet.liked_your_sheet": "喜欢了您的表单", + "notifcation.is_following_you": "开始关注您", + "collection.add_you_to_collection": "已将您添加到收藏中", + "message.enter_valid_email": "请输入有效的电子邮箱地址。", + "message.subscribed": "已订阅!欢迎加入我们的名单。", + "message.there_is_error": "抱歉,出现了错误。", + "message.thanks_for_trying_new_editor": "感谢您试用新编辑器!", + "message.go_to_profile_to_create_new_sheet": "前往您的个人资料以创建新表单或编辑现有表单,试用新的体验。", + "editor.back_to_profile": "返回个人资料", + "editor.back_to_old_version": "返回旧版本", + "feedback.request_for_feedback": "反馈请求", + "message._new_pecha_editor": "感谢您试用新的 Pecha 编辑器!我们很想听听您的想法。", + "message.encounter_issue": "使用新编辑器时遇到任何问题了吗?例如:", + "message.technical_problem": "技术问题", + "editor.difficulties_using_editor": "使用编辑器的困难", + "message.missing_feature": "缺失功能", + "tell_us_about": "告诉我们...", + "feedback.submit": "提交反馈", + "feedback.message.thank_you": "谢谢!", + "editor.message.try_new_version": "试用新版本", + "feedback.message.response": "您的反馈非常感谢。", + "file.message.error": "文件错误信息", + "profile.picture.add_picture": "添加图片", + "profile.picture.upload_new": "上传新图片", + "profile.picture.drag_corners_to_crop_images": "拖动角以裁剪图片", + "message.login_to_use_feature": "请登录以使用此功能。", + "feedback.feedback_sent": "反馈已发送", + "feedback.message.have_some_feeback": "有反馈吗?我们很想听听您的意见。", + "message.cookies_msg": "我们使用 Cookie 为您提供最佳体验。点击确定继续使用 Pecha。", + "common.ok": "确定", + "community.message.previewing": "您正在预览社区页面", + "common.all_ready_exists": "已存在。", + "text.version.source_versions": "来源版本", + "text.version.alt_source_versions": "备用来源版本", + "sheet.loading_sheet": "加载表单中", + "sheet.catagorize.save_and_next": "保存并下一个", + "sheet.catagorize.setting_admin": "设置/管理员", + "sheet.switch_finding_sheet": "切换到不包含", + "sheet.skit_sheet": "跳过此表单", + "sheet.message.sheet_will_save": "表单将不会保存", + "category.message.no_reordered_categories": "您尚未重新排序类别。", + "message.change_field_before_saving": "请在保存前更改其中一个字段。", + "category.parent_category": "父类别", + "category.message.cannot_delete_content": "无法删除有内容的类别。", + "common.load_more": "加载更多", + "connection_panel.related_text.all_commentary": "全部注释", + "message.success_created_new_connection": "成功!您已创建了新连接。", + "connection_panel.about_the_source": "关于此文献", + "note.go_to_my_note": "前往我的笔记", + "connection_panel.tool_button.add_translation": "添加翻译", + "connection_panel.tool_button.add_connection": "添加连接", + "text.edit_text": "编辑文本", + "message.error_invalid_entry": "无效条目。请输入希伯来语词。", + "connection_panel.tool_button.pecha_readings": "Pecha 阅读", + "connection_panel.tool_button.manuscripts": "手稿", + "connection_panel.add_connection.browse": "浏览", + "message.we_only_understand_connection_betweeen_two_texts": "我们目前只理解两篇文本之间的连接", + "topic.noknown_topic": "这里没有已知主题。", + "connection_panel.web_list.no_web_pages": "没有已知网页", + "connection_panel.web_list.from": "来自", + "connection_panel.web_list.here": "这里", + "sheet.message.do_not_support_adding_images_to_source_sheets": "我们目前不支持将图片添加到资源表单。", + "sheet.button_connection_to_source": "点击查看与此资源的连接", + "sheet.button_click_to_see": "点击查看", + "sheet.connections_to_this_source": "与此资源的连接", + "sheet.view_copy": "查看复制内容", + "sheet.view_old_sheet_experience": "查看旧表单体验", + "sheet.created_time.ago": "前", + "common.created": "创建于", + "common.create": "Create", + "topic.topics_or_tags": "主题/标签", + "topic_no_tags": "无标签", + "sheet.new_category": "新类别", + "sheet.categories": "类别", + "connection_panel.tool_button.divine_name": "神圣之名", + "text.other_text": "其他文本", + "connection.choose_text_to_connect": "选择要连接的文本", + "connection_panel.menuscript.coutesy_of": "由...提供", + "common.select": "选择", + "note.delete_note": "删除笔记", + "sheet.your_sheet": "您的表单", + "sheet.section_from": "{{sheetTitle}} 来自的章节", + "sheet.has_been_added_to": "{{sheetTitle}} 已添加到", + "sheet.message.login_before_add_source_sheet": "要将此资源添加到表单,请先登录", + "connection_panel.tool_button.dictionaries": "字典", + "text.text_column_banner.go_to_translation": "前往翻译", + "note.add_note": "添加笔记", + "sheet.source_sheet.make_ref.section": "章节", + "search.zero_result": "0 个结果。", + "search.message.toggle_filter": "按回车键切换搜索过滤器", + "search.message.toggle_list_of_books": "按回车键切换特定书籍列表", + "search.more_results": "更多结果", + "search.another_result": "另一个结果", + "note.zero_notes": "0 笔记", + "profile.zero_followers": "0 粉丝", + "profile.zero_following": "0 关注" - "pwa.download_button.label":"安装 PECHA 应用", - "text.reader_option_menu.layout": "布局", - "common.loading": "加载中...", - "text.reader_option_menu.language": "语言", - "website.pecha.version": "版本: 1.4.0", - "common.version": "版本", - "common.log_in": "登录", - "common.sign_up": "注册", - "common.email": "电子邮箱", - "common.password": "密码", - "common.pecha": "pecha", - "common.edit": "Edit", - "connection_pannel.translation.description": "དཔེ་ཆ་དྲ་ཚིག་གིས་འགྱུར་མ་ཁག་བཟོས་ཏེ་སྦྱོང་ཡག་ལ་རོག་རམ་བྱེད་ཐུབ་ གཤམ་འོག་ལ་སྐད་ཡིག་གཞན་འདེམ་རོགས་།", - "connection_pannel.tool_btn.more": "更多", - "connection_pannel.tool_btn.less": "更少", - "connection_pannel.translations": "翻译", - "collection.collection_list.unlisted": "未列出", - "user.history": "历史", - "common.read_more": "མང་ཙམ་ཀློགས།", - "text.verion_block.digitized_by_pecha": "由 Sefaria 数字化", - "connection_pannel.menuscript_image.location.location": "位置:", - "text.translation_page.uncategorized": "未分类", - "common.learn_more": "了解更多", - "community.sheets.recently_published": "最近发布", - "calender_page.weekly_torah_portion": "每周托拉部分", - "calender_page.weekly_learning":"Weekly Learning", - "calender_page.daily_learning":"Daily Learning", - "header.button.help": "Help", - "common.on": "开", - "common.off": "关", - "common.yes": "是", - "common.no": "否", - "common.close": "关闭", - "common.button.submit": "提交", - "common.button.save": "保存", - "common.button.cancel": "取消", - "common.button.add": "添加", - "common.button.send": "发送", - "common.filter_list.recent": "最近", - "common.filter_list.name": "མིང་།", - "common.dropdown.filter": "过滤器", - "collection.filter_list.alphabetical": "按字母顺序", - "filter_list.relevance": "相关性", - "filter_list.chronological": "按时间顺序", - "header.notifications": "通知", - "header.menu": "Menu", - "like": "喜欢", - "unlike": "不喜欢", - "url.param.history_title": " | {{title}}", - "url.param.moderator_tools": "管理员工具", - "url.paramwith": "与", - "url.title_descriptions": "Pecha - Buddhism in your own words", - "url.topic.descriptions": "Explore Buddhist Texts by Topic - {{navigationTopicLetter}} | {{siteName}}", - "connection_panel.copy": "复制", - "view_in_editor": "在编辑器中查看", - "connection_panel.copying": "复制中...", - "sheet.sheet_list.delete": "删除", - "topic.read_the_portion": "阅读部分", - "note.my_note": "我的笔记", - "side_nav.updates": "更新", - "sheet.create_new": "创建新项目", - "sheet.publish_setting": "发布设置", - "sheet.published": "已发布", - "text.reader_option_menu.color": "颜色", - "text.reader_option_menu.font_size": "字体大小", - "text.reader_option_menu.punctuation": "标点", - "text.reader_option_menu.show_puntuation": "显示标点", - "text.reader_option_menu.hide_puntuation": "隐藏标点", - "text.reader_option_menu.show_vowels": "显示元音", - "text.reader_option_menu.vocalization": "发音", - "text.reader_option_menu.vowels": "元音", - "text.reader_option_menu.show_only_vowels": "只显示元音", - "text.reader_option_menu.show_only_consonenetal_text": "只显示辅音文本", - "feedback.describe_issue": "描述问题...", - "feedback.report_issue": "报告问题", - "feedback.request_translation": "请求翻译", - "feedback.report_bug": "报告错误", - "feedback.get_help": "获取帮助", - "get_newsletter": "获取新闻通讯", - "signup_to_get_updates": "注册以获取更新", - "feedback.request_feature": "请求功能", - "feedback.give_thanks": "表示感谢", - "feedback.other": "其他", - "feedback.please_select_type": "请选择反馈类型", - "feedback.message.error_sending_feedback": "很遗憾,发送反馈时发生错误。请重试或重新加载此页面。", - "common.select_type": "选择类型", - "sheet.source_sheet.added_by": "由...添加", - "modal.sign_up.default.love_learning":"སློབ་གཉེར་ལ་དགའ་བོ་ཡོད་དམ།", - "modal.sign_up.default.sign_up__to_get_more_from_sefaria":"", - "model.sign_up.add_connection.connection_to_another_text": "", - "model.sign_up.add_connection.create_free_account": "", - "model.sign_up.add_connection.content_list.add_interconnection_and_translation": "", - "model.sign_up.add_connection.content_list.build_and_share_source_sheet": "", - "model.sign_up.add_connection.content_list.take_notes": "", - "model.sign_up.add_connection.content_list.get_updates_on_new_texts": "", - "model.sign_up.add_to_sheet.want_to_make_your_own_source_sheet": "", - "model.sign_up.add_to_sheet.create_free_accout_to_join_conversation":"", - "model.sign_up.add_to_sheet.build_share_source_sheet":"", - "model.sign_up.add_to_sheet.connect_with_other_users":"", - "model.sign_up.add_translation.have_your_own_translation_of_this_text":"", - "model.sign_up.add_translation.create_free_account__to_add_it_to_library":"", - "model.sign_up.follow.want_to_connect_with_other_users":"", - "model.sign_up.follow.follow_your_favorite_creaters":"", - "model.sign_up.follow.send_messages": "", - "model.sign_up.note.dont_lose_that_thought": "", - "model.sign_up.note.take_notes_on_this_text": "", - "model.sign_up.note.get_updates_on_new_features": "", - "model.sign_up.save.want_to_return_to_this_text": "", - "model.sign_up.save.view_your_reading_history": "", - "modal.sign_up.signup_to_get_more_from_pecha": "注册以从 Sefaria 获取更多内容", - "sheet.make_source_sheet": "创建资源表", - "note.take_note": "记笔记", - "user_profile.notes": "Notes", - "text.save_text": "保存文本", - "modal.sign_up.stay_in_the_know": "保持知情", - "collection.remove": "移除", - "message.email_successfully_changed": "邮箱地址已成功更改!", - "message.warning_delete_reading_history": "关闭此功能将永久删除您的阅读历史。", - "common.export.google_doc": "导出到 Google 文档", - "common.exporting.google_doc":"Export to Google Docs", - "common.export.complete": "导出完成", - "common.export.open_google": "在 Google 中打开", - "common.follow": "关注", - "common.unfollow": "取消关注", - "common.follow_back": "回关", - "common.followers": "粉丝", - "common.following": "关注中", - "common.share": "分享", - "common.share_link": "分享链接", - "common.share_on_fb": "分享到 Facebook", - "common.share_on_x": "分享到 X(前推特)", - "common.share_by_email": "通过电子邮件分享", - "bilingual": "双语", - "english": "英语", - "tibetan": "藏语", - "hebrew": "希伯来语", - "yiddish": "意第绪语", - "finnish": "芬兰语", - "portuguese": "葡萄牙语", - "spanish": "西班牙语", - "french": "法语", - "german": "德语", - "arabic": "阿拉伯语", - "italian": "意大利语", - "pilish": "波兰语", - "russian": "俄语", - "esperanto": "世界语", - "persian": "波斯语", - "ladino": "拉迪诺语", - "chinese": "中文", - "text.reader_option_menu.bilingual_layout": "双语布局", - "search_page.results_for": "搜索结果: ( {{searchedItem}} )", - "search_page.results": "结果", - "common.options": "选项", - "common.collection.btn.create_new_collection": "ཕྱོགས་བསྒྲིགས་གསར་པ་ཞིག་བཟོ།", - "search_filter.exact_matches_only": "仅精确匹配", - "search.topic.searching_for_topic": "བརྗོད་གཞི་ཞིག་ཚོལ།", - "connection_panel.search_in_this_text": "在此文本中搜索", - "common.placeholder.search": "搜索", - "search.result_list.searching": "搜索中...", - "topic.search_topics": "搜索主题", - "connection_panel.search_dictionary": "搜索字典", - "header.search_bar.search_for": "搜索", - "search_text_or_keywords": "在此输入文本或关键词", - "bookmark.icon_description": "点击书签图标将文本或表单保存到这里。", - "sign_up.form.first_name": "名字", - "sign_up.form.last_name": "姓氏", - "sign_up.already_have_account": "已经有账户?", - "login.form.button.login_in": "登录", - "login.forget_password": "忘记密码?", - "login.create_account": "创建新账户", - "login.already_logged_in": "您已登录为", - "forget.send_reset_link": "发送重置链接", - "forget.back_to_login": "返回登录", - "forget.email_send_message": "已发送重置密码的电子邮件。", - "forget.new_password": "输入新密码", - "forget.repeat_password": "重复新密码", - "forget.button.save_password": "保存密码", - "forget.mismatch_password": "两次输入的密码不匹配。", - "header.topic": "主题", - "header.text": "文本", - "header.community": "社区", - "header.donate": "捐赠", - "header.site_language": "网站语言", - "header.profileMenu.profile": "个人资料", - "header.profileMenu.create_New_Sheet": "创建新表单", - "header.profileMenu.account_settings": "账户设置", - "header.profileMenu.log_out": "登出", - "profile.buddhish_text_tracker": "佛教文本追踪器", - "profile.previous_year": "上一年", - "profile.all_time": "所有时间", - "profile.text_read": "已读文本", - "profile.sheet_read": "已读表单", - "profile.sheet_created": "已创建表单", - "profile.averages_pecha_user": "Sefaria 平均用户", - "profile.edit_profile": "编辑个人资料", - "profile.setting": "设置", - "profile.log_out": "登出", - "profile.at": "在", - "profile.collection_description": "您可以使用收藏来组织您的表单或您喜欢的公共表单。收藏可以私下分享或公开。", - "profile.sheet_description": "您可以使用表单保存和组织资源,编写新文本,创建课程、讲座、文章等。", - "profile.tap.search": "搜索", - "profile.tab.sheets": "表单", - "profile.tab.collection": "收藏", - "profile.tab.button.create_New_Sheet": "创建新表单", - "profile.tab.dropdown.sort": "排序", - "profile.tab.dropdown.sort_by": "按以下方式排序", - "profile.tab.sheet.tag.not_published": "未发布", - "profile.tab.sheet.tag.views": "浏览次数", - "setting.notification_frequency": "通知频率(最多)", - "setting.notification.daily": "每日", - "setting.notification.weekly": "每周", - "setting.notification.never": "从不", - "setting.site_language": "网站语言", - "setting.tanslation_language": "首选翻译语言", - "setting.read_history": "阅读历史", - "setting.accout_email": "账户电子邮件(用于登录)", - "setting.change_email": "更改电子邮件", - "setting.google_disconnected": "您的 Google 账户已断开连接", - "setting.link_to_google": "下次导出表单时可以连接到新 Google 账户", - "category.admin.editor": "分类编辑器", - "category.admin.tibetan_title": "藏文标题", - "category.admin.english_title": "标题", - "category.admin.prefferred_translation": "首选翻译", - "category.admin.text_title": "文本标题", - "category.admin.bo_title": "藏文标题", - "category.admin.text_structure": "文本结构", - "category.admin.alt_bo_title": "替代藏文标题", - "category.admin.alt_en_title": "替代英文标题", - "home.browse_text": "浏览图书馆", - "text.start_reading": "开始阅读", - "text.contents": "目录", - "text.chapter": "章节", - "text.versions": "版本", - "text.versions.source": "来源", - "text.versions.information.review_history": "修订历史", - "text.versions.in_progress": "进行中", - "text.versions.done": "已完成", - "text.download": "下载", - "text.table_of_contents": "目录", - "text.composed": "创作于", - "text.tibetan_version": "藏文版本", - "text.english_version": "英文版本", - "text.button.continue_reading": "继续阅读", - "panel.title": "资源", - "panel.resources": "资源", - "text.related_texts": "相关文本", - "text.commentary": "注释", - "text.quotation": "引用", - "text.reference": "参考", - "text.related Passage": "相关段落", - "text.no_connection": "无", - "text.content.section.sabche": "科判 {{segmentNumber}}", - "text.version_open": "版本开放", - "text.web_pages": "网页", - "text.author": "作者", - "text.current_version": "当前版本", - "text.current_translation": "当前翻译", - "text.tranlation.description": "Pecha 获取翻译以丰富您的学习体验。预览或选择以下不同的翻译。", - "text.translation.current_select": "当前选择", - "text.translation.open_text": "打开文本", - "text.selected_citation": "选定的引用", - "text.name_new_sheet": "新表单命名", - "text.want_to_make_your_own_source_sheet?": "想要制作自己的资源表单?", - "text.create_sheet": "创建", - "text.create_a_free_account_to_join_the_conversation": "创建一个免费账户加入对话", - "text.build_share_source_sheets": "构建并分享资源表单", - "text.save_texts": "保存文本", - "text.connect_with_other_users": "与其他用户联系", - "text.don’t_lose_that_thought": "别丢了那个想法!", - "text.create_free_account_to_do_more_on_Pecha": "创建一个免费账户以在 Pecha 上做更多事", - "text.take_notes_on_this_text": "在此文本上做笔记", - "text.get_updates_on_new_features": "获取新功能的更新", - "text.citing": "引用", - "text.sites_that_are_listed_here_use_the": "这里列出的网站使用", - "text._sefaria_linker": "Sefaria Linker", - "text.all_commentary": "所有注释", - "text.show_all_commnentaries": "显示所有注释", - "text.topic_connected_to": "此主题与以下相关", - "connection_panel.tools": "工具", - "connection_panel.more_options": "更多选项", - "connection_panel.notes": "笔记", - "connection_panel.compare_text": "比较文本", - "connection_panel.feed_back": "反馈", - "connection_panel.advance": "高级", - "text.write_note": "写一条笔记...", - "text.add_note": "添加笔记", - "text.go_to_my_notes": "前往我的笔记", - "text.share_link": "分享链接", - "text.more_options": "更多选项", - "text.feedback.have_feedback?": "有反馈?我们很乐意听取您的意见。", - "text.feedback.select_type": "选择类型", - "text.feedback.describe_issue": "描述问题...", - "text.feedback.report_issue": "报告文本问题", - "text.feedback.request_translation": "请求翻译", - "text.feedback.report_bug": "报告错误", - "text.feedback.get_help": "获取帮助", - "text.feedback.request_feature": "请求功能", - "text.feedback.give_thanks": "表示感谢", - "text.feedback.others": "其他", - "text.feedback.feedback_send": "反馈已发送", - "text.edit.copied_text": "已复制的文本", - "text.edit.original_translation": "原始翻译", - "text.edit.hide_original": "隐藏原文 »", - "text.edit.show_original »": "显示原文 »", - "text.edit.text_licence_detail": "复制的文本必须属于公共领域或具有 Creative Commons 许可证,例如 CC0、CC-BY 或 CC-BY-SA。", - "text.edit.translation_title": "翻译标题:", - "text.edit.origin": "来源:", - "text.edit.translation_language:": "翻译语言:", - "side_nav.about_pecha_title": "佛教经文的活图书馆", - "side_nav.about_pecha_description": "Pecha 平台提供了多种语言和风格的佛教经文,满足每个人的需求。", - "side_nav.about_text": "关于此文本", - "side_nav.related_topic": "相关主题", - "side_nav.download_text": "下载文本", - "side_nav.download_text.select_version": "选择版本", - "side_nav.download_text.select_translation": "选择翻译", - "side_nav.download_text.select_format": "选择格式", - "side_nav.download_text.text_with_tag": "带标签的文本", - "side_nav.download_text.text_without_tag": "无标签的文本", - "side_nav.download_text.csv":"CSV", - "side_nav.download_text.json":"JSON", - "side_nav.download_text.merged_version": "合并版本", - "side_nav.join_conversation": "加入对话", - "side_nav.join_conversation.button.make_sheet": "", - "side_nav.join_conversation.descriptions": "通过笔记或评论与其他法友分享见解。", - "side_nav.explore_community": "探索社区", - "side_nav.who_to_follow": "关注谁", - "side_nav.collection.description": "全球的组织、社区和个人策划并分享了表单收藏。", - "side_nav.make_sheet": "制作表单", - "side_nav.explore_collections": "探索收藏", - "side_nav.stay_connected": "保持联系", - "side_nav.stay_connected.decription": "获取新文本、学习资源、功能等的更新。", - "side_nav.make_donation": "捐赠", - "sheet.new_source_sheet": "新资源表单", - "common.sheets":"Sheets", - "sheet.source_sheet": "资源表单", - "sheet.about_this_sheet": "关于此表单", - "sheet.source": "来源", - "sheet.sources": "资源", - "sheet.media": "媒体", - "sheet.comment": "评论", - "sheet.select_text": "选择文本", - "sheet.search_for_text_or_author": "搜索文本或作者", - "sheet.add_source": "添加资源", - "sheet.browse_sources": "浏览资源", - "sheet.add_this_source_to_Source_Sheet": "将此资源添加到资源表单", - "sheet.add_to_sheet": "添加到表单", - "sheet.add_to": "添加到", - "sheet.write_or_past_text": "写入或粘贴文本", - "sheet.add_media_link": "添加图像、YouTube 视频、SoundCloud 链接或 MP3", - "sheet.upload_image": "上传图片", - "sheet.upload_image_failed_msg": "无法添加图片。请确保上传的文件为 JPEG、PNG 或 GIF。", - "sheet.section_comment": "评论此章节", - "sheet.connection": "连接", - "sheet.sheet_save_request": "要保存此表单吗?您只需保存一次,之后的更改将自动保存。", - "sheet.remove_request": "您确定要移除此项吗?", - "sheet.copy_to_sheet": "复制到表单", - "sheet.indent_source": "缩进资源", - "sheet.outdent_source": "减少缩进资源", - "sheet.move_up_source": "上移资源", - "sheet.move_down_source": "下移资源", - "sheet.start_new_source_sheet": "创建新资源表单", - "sheet.untitled_sourc_sheet": "未命名资源表单", - "sheet.untitled": "未命名", - "sheet.delete_warning_msg": "您确定要删除此表单吗?此操作无法撤销。", - "sheet.add_sheet_by": "资源表单由 {{owerName}}", - "sheet.sheet_public_request": "要将您的资源表单公开吗?", - "sheet.share_msg": "您的资源表单看起来很棒!您可以通过公开分享给其他 Pecha 社区成员。", - "sheet.make_public": "公开", - "sheet.maybe_later": "稍后再说", - "sheet.no_problem_msg": "没问题,此表单仍未列在 Pecha 上。", - "sheet.write_summary": "写一份摘要以帮助其他人理解您的表单...", - "sheet.add_tags": "添加标签...", - "sheet.list_on_pecha": "列在 Pecha 上", - "sheet.any_one_can_access": "任何有链接的人都可以", - "sheet.copy_sheet": "复制表单", - "sheet.export_to_google": "导出到 Google Drive", - "sheet.delete_sheet": "删除表单", - "sheet.tags": "标签", - "sheet.assignment": "作业", - "sheet.print": "打印", - "sheet.insert": "插入", - "sheet.format": "格式", - "sheet.number_sources": "编号资源", - "sheet.box_sources": "框选资源", - "sheet.sheet_language": "表单语言", - "sheet.editor.write_something": "Write something...", - "sheet.sheet_layout": "表单布局", - "sheet.stacked": "堆叠", - "sheet.side_by_side": "并排", - "sheet.side_by_side_layout": "并排布局", - "sheet.source_sheet_copied": "资源表单已复制。", - "sheet.embed_sheet": "嵌入表单", - "sheet.embed_sheet_description": "复制并粘贴以下嵌入代码。调整宽度和高度值以适应您的设计。", - "sheet.assignments": "作业", - "sheet.assignments_description": "作业允许您创建模板供学生填写。", - "sheet.assign_this_sheet": "分配此表单", - "sheet.student_assignment_link": "学生可以通过此链接完成作业:", - "sheet.stop_collecting_assignment": "停止收集作业", - "sheet.save_assignment": "保存作业", - "sheet.student_assignment_description": "您学生保存的作业将显示在此处。", - "sheet.view": "查看", - "sheet.add": "添加", - "sheet.edit": "编辑", - "sheet.my_sheet": "我的资源表单", - "sheet.public_source_sheet": "公共资源表单", - "sheet.reset_source": "重置资源文本", - "sheet.reset_language_sheet": "重置希伯来语、英语或两者的文本?", - "sheet.sheet_lost_warning": "您对此资源的任何编辑将丢失", - "sheet.looking_up_connection": "正在查找连接...", - "sheet.no_connection_found": "未找到此资源的连接。", - "sheet.edit_source_title": "编辑资源标题", - "sheet.add_source_below": "在下方添加资源", - "sheet.add_comment": "添加评论", - "sheet.add_all_connections": "添加所有连接", - "sheet.change_source_layout": "更改资源布局/语言", - "collection": "收藏", - "collection.editor.my_collection": "My Collections", - "collection.about": "关于收藏", - "collection.description_detail": "收藏是用户生成的表单合集,可以私下使用,分享给朋友,或在 Pecha 上公开。", - "collection.add_to_collection": "添加到收藏", - "collection.create_new_collection": "创建新收藏", - "collection.done": "完成", - "collection.search_fulltext": "搜索此收藏的全文", - "collection.edit": "编辑", - "collection.add_sheet_to_collection": "您可以在个人资料中将表单添加到此收藏。", - "collection.filter": "过滤器", - "collection.open_profile": "打开个人资料", - "collection.editor": "编辑者", - "collection.invite": "邀请", - "collection.create_collection": "创建收藏", - "collection.name": "收藏名称", - "collection.owner": "拥有者", - "collection.image": "收藏图片", - "collection.upload_image": "上传图片", - "collection.image_size": "推荐尺寸:350px x 350px 或更大", - "collection.save_error": "保存您的收藏时发生错误。", - "collection.message.no_sheet_in_collection": "此收藏中还没有表单。", - "collection.message.add_sheet_to_collection": "您可以在个人资料中将表单添加到此收藏。", - "collection.no_sheets_matching": "没有匹配的表单", - "collection.unpin_sheet": "固定表单 - 点击取消固定", - "collection.pinned_sheet": "固定的表单", - "collection.pin_sheet": "固定表单", - "collection.can_invite_edit_setting": "可以邀请并编辑设置", - "collection.add_and_remove_sheets": "可以添加和删除表单", - "collection.leave_collection": "离开收藏", - "collection.inviting": "邀请中...", - "collection.invitation_sent": "邀请已发送", - "collection.invited": "已邀请", - "collection.resend_invitation": "重新发送邀请", - "collection.invitation_resent": "邀请已重新发送", - "collection.message.error_sending_invitation": "发送邀请时发生错误。", - "collection.message.confirm_collection_change_role": "您确定要更改您的收藏角色吗?如果没有其他拥有者恢复您的权限,您将无法撤销此操作。", - "collection.message.confirm_remove_person": "您确定要将此人从此收藏中移除吗?", - "collection.message.confirm.remove_invitation": "您确定要删除此邀请吗?", - "collection.message.error": "固定表单时发生错误。", - "collection.no_shared_collection": "尚未分享任何收藏。", - "collection.edit_collection": "编辑收藏", - "collection.collection_name": "收藏名称", - "collection._web_site": "网站", - "collection.default_sheet_header": "默认表单标题", - "collection.recommended_size": "推荐尺寸:宽度 1000px 以填满表单,较小的图像右对齐", - "collection.list_on_pecha": "列在 Pecha 上", - "collection.message._appear_collection_in_public": "您的收藏将出现在公共收藏页面,其他人可以找到它。", - "collection.delete_collection": "删除收藏", - "collection.message.comfirm_delete_collection": "您确定要删除此收藏吗?此操作无法撤销。", - "collection.message.unsaved_changes": "您的收藏有未保存的更改。", - "collection.message.image_resize": "图片必须小于", - "collection.message_error_upload_image": "上传您的文件时发生错误。", - "collection.message_error_saving_collection": "保存您的收藏时发生错误。", - "collection.message.error_deleting_collection": "删除您的收藏时发生错误。", - "collection.message.no_public_collection": "目前还没有公共收藏。", - "topic.expore": "按主题探索", - "topic.a_to_z": "所有主题 A-Z", - "topic.browse_topic": "浏览或搜索完整的主题列表。", - "topic.about": "关于主题", - "topic.about_description": "主题页面提供了数千个精选主题的各种资源。", - "topic.trend": "热门主题", - "topic.combine_source": "将我们图书馆的资源与您的评论、问题、图片和视频结合起来。", - "sheet.placeholder.add_topic": "添加主题", - "topic.create_new_topic": "创建新主题:", - "enter_source_ref": "输入资源参考(例如:'Yevamot.62b.9-11' 或 'Yevamot 62b:9-11')", - "category.admin.add_sub_category": "添加子类别", - "category.admin.add_source": "Add a source", - "category.admin.add_section": "Add section", - "category.admin.edit": "རྩོམ་སྒྲིག།", - "category.reorder_section": "Reorder sources", - "reorder_source": "重新排序资源", - "topic.all_topics": "所有主题", - "topic.reset": "重置", - "topic_search": "搜索主题", - "topic.admin.en_short_description": "英文目录简短描述", - "topic.admin.bo_short_description": "藏文目录简短描述", - "topic.admin.choose_category": "选择类别", - "topic.admin.main_menu": "主菜单", - "topic.admin.save_information": "保存主题信息。", - "topic.admin.change_processing_time_msg": "处理标题更改可能需要一些时间。", - "topic.admin.short_description": "添加简短描述。", - "topic.admin.description": "添加描述。", - "topic.admin.create_topic": "创建主题", - "topic.admin.edit": "编辑主题", - "topic.admin.en_title": "英文标题", - "topic.admin.title": "标题", - "topic.admin.en_description": "英文描述", - "topic.admin.bo_description": "藏文描述", - "topic.admin.delete_topicc": "主题已删除", - "topic.admin.topic_editor": "主题编辑器", - "topic.admin.choose_a_category": "选择类别", - "topic.admin.error_msg": "保存主题信息时可能发生错误。", - "topic.admin.something_wrong": "出了点问题。抱歉!", - "note_save_warning": "保存笔记时出现问题。", - "note_save_error_try_again": "保存笔记时出现错误。请重试或重新加载此页面。", - "note_confirm_delete_request": "您确定要删除此笔记吗?", - "something_went_wrong": "出了点问题(这就是我所知道的)。", - "text.reader_option_menu.font_size_lable": "Aa", - "decrease_font_size": "减小字体大小", - "increase_font_size": "增大字体大小", - "this_comment": "此评论", - "sheet.this_source": "此资源", - "sheet.was_added_to": "已添加到", - "sheet.view_sheet": "查看表单", - "sheet.select_source": "请选择资源表单。", - "sheet.new_source_sheet_name": "新资源表单名称:", - "sheet.source_sheet_by": "资源表单由 {{ownerName}}", - "sheet.created_with": "创建于", - "sheet.one_person_like_this_sheet": "1 人喜欢此表单", - "sheet.people_like_this.sheet": "人喜欢此表单", - "sheet.no_one_like_this_sheet": "还没有人喜欢此表单。你会是第一个吗?", - "sheet.has_not_shared_sheet": "尚未分享任何表单。", - "sheet.your_sheet_is": "您的表单是", - "sheet.source_sheet_not_save_warning": "您的资源表单有未保存的更改。离开页面前,点击保存以保留您的工作。", - "sheet.source_sheet_has_unsaved_changes_auto_save": "您的资源表单有未保存的更改。请等待自动保存完成。", - "text.edit.error_occurred": "很遗憾,发生了一个错误。如果您最近在此页面上编辑了文本,建议将您的工作复制出来并重新加载页面以确保您的工作已正确保存。", - "topic.visible_to_other": "在 Pecha 上并可通过搜索和主题查看。", - "sheet.list_your_sheet": "将您的表单列在 Sefaria 以便他人发现。", - "summary": "摘要", - "write_short_description": "为您的表单编写简短的描述...", - "publish": "发布", - "unpublish": "取消发布", - "topic.add_desription": "请添加描述和主题以发布您的表单。", - "topic.add_topic_to_sheet": "请添加主题以发布您的表单。", - "sheet.add_description": "请添加描述以发布您的表单。", - "sheet.message.summary_limit": "摘要描述限制为 280 个字符。", - "connection_panel.people_with_link": "拥有此链接的人可以", - "sheet.publish_sheet_on_pecha": "将您的表单发布在 Sefaria 以便他人发现。", - "common.about": "关于", - "text.version.merged_from": "合并自", - "connection_panel.menuscript.source": "来源", - "text.version.information.digitization": "数字化", - "connection_panel.license": "许可证", - "text.version.information.buy_in_print": "购买印刷版", - "text.version.information.buy_now": "立即购买", - "common.saves": "保存", - "common.save":"Save", - "bookmark.save_and_history": "保存 & 历史", - "user_history_panel.text_sheet_available_here": "您阅读的文本和表单将显示在此处。", - "bookmark.message.click_icon": "点击文本或表单上的书签图标以保存到这里。", - "text.new_text": "新文本", - "sheet.publish_new_sheet": "发布了一张新表单", - "sheet.liked_your_sheet": "喜欢了您的表单", - "notifcation.is_following_you": "开始关注您", - "collection.add_you_to_collection": "已将您添加到收藏中", - "message.enter_valid_email": "请输入有效的电子邮箱地址。", - "message.subscribed": "已订阅!欢迎加入我们的名单。", - "message.there_is_error": "抱歉,出现了错误。", - "message.thanks_for_trying_new_editor": "感谢您试用新编辑器!", - "message.go_to_profile_to_create_new_sheet": "前往您的个人资料以创建新表单或编辑现有表单,试用新的体验。", - "editor.back_to_profile": "返回个人资料", - "editor.back_to_old_version": "返回旧版本", - "feedback.request_for_feedback": "反馈请求", - "message._new_pecha_editor": "感谢您试用新的 Pecha 编辑器!我们很想听听您的想法。", - "message.encounter_issue": "使用新编辑器时遇到任何问题了吗?例如:", - "message.technical_problem": "技术问题", - "editor.difficulties_using_editor": "使用编辑器的困难", - "message.missing_feature": "缺失功能", - "tell_us_about": "告诉我们...", - "feedback.submit": "提交反馈", - "feedback.message.thank_you": "谢谢!", - "editor.message.try_new_version": "试用新版本", - "feedback.message.response": "您的反馈非常感谢。", - "file.message.error": "文件错误信息", - "profile.picture.add_picture": "添加图片", - "profile.picture.upload_new": "上传新图片", - "profile.picture.drag_corners_to_crop_images": "拖动角以裁剪图片", - "message.login_to_use_feature": "请登录以使用此功能。", - "feedback.feedback_sent": "反馈已发送", - "feedback.message.have_some_feeback": "有反馈吗?我们很想听听您的意见。", - "message.cookies_msg": "我们使用 Cookie 为您提供最佳体验。点击确定继续使用 Pecha。", - "common.ok": "确定", - "community.message.previewing": "您正在预览社区页面", - "common.all_ready_exists": "已存在。", - "text.version.source_versions": "来源版本", - "text.version.alt_source_versions": "备用来源版本", - "sheet.loading_sheet": "加载表单中", - "sheet.catagorize.save_and_next": "保存并下一个", - "sheet.catagorize.setting_admin": "设置/管理员", - "sheet.switch_finding_sheet": "切换到不包含", - "sheet.skit_sheet": "跳过此表单", - "sheet.message.sheet_will_save": "表单将不会保存", - "category.message.no_reordered_categories": "您尚未重新排序类别。", - "message.change_field_before_saving": "请在保存前更改其中一个字段。", - "category.parent_category": "父类别", - "category.message.cannot_delete_content": "无法删除有内容的类别。", - "common.load_more": "加载更多", - "connection_panel.related_text.all_commentary": "全部注释", - "message.success_created_new_connection": "成功!您已创建了新连接。", - "connection_panel.about_the_source": "关于此来源", - "note.go_to_my_note": "前往我的笔记", - "connection_panel.tool_button.add_translation": "添加翻译", - "connection_panel.tool_button.add_connection": "添加连接", - "text.edit_text": "编辑文本", - "message.error_invalid_entry": "无效条目。请输入希伯来语词。", - "connection_panel.tool_button.pecha_readings": "Pecha 阅读", - "connection_panel.tool_button.manuscripts": "手稿", - "connection_panel.add_connection.browse": "浏览", - "message.we_only_understand_connection_betweeen_two_texts": "我们目前只理解两篇文本之间的连接", - "topic.noknown_topic": "这里没有已知主题。", - "connection_panel.web_list.no_web_pages": "没有已知网页", - "connection_panel.web_list.from": "来自", - "connection_panel.web_list.here": "这里", - "sheet.message.do_not_support_adding_images_to_source_sheets": "我们目前不支持将图片添加到资源表单。", - "sheet.button_connection_to_source": "点击查看与此资源的连接", - "sheet.button_click_to_see": "点击查看", - "sheet.connections_to_this_source": "与此资源的连接", - "sheet.view_copy": "查看复制内容", - "sheet.view_old_sheet_experience": "查看旧表单体验", - "sheet.created_time.ago": "前", - "common.created": "创建于", - "common.create": "Create", - "topic.topics_or_tags": "主题/标签", - "topic_no_tags": "无标签", - "sheet.new_category": "新类别", - "sheet.categories": "类别", - "connection_panel.tool_button.divine_name": "神圣之名", - "text.other_text": "其他文本", - "connection.choose_text_to_connect": "选择要连接的文本", - "connection_panel.menuscript.coutesy_of": "由...提供", - "common.select": "选择", - "note.delete_note": "删除笔记", - "sheet.your_sheet": "您的表单", - "sheet.section_from": "{{sheetTitle}} 来自的章节", - "sheet.has_been_added_to": "{{sheetTitle}} 已添加到", - "sheet.message.login_before_add_source_sheet": "要将此资源添加到表单,请先登录", - "connection_panel.tool_button.dictionaries": "字典", - "text.text_column_banner.go_to_translation": "前往翻译", - "note.add_note": "添加笔记", - "sheet.source_sheet.make_ref.section": "章节", - "search.zero_result": "0 个结果。", - "search.message.toggle_filter": "按回车键切换搜索过滤器", - "search.message.toggle_list_of_books": "按回车键切换特定书籍列表", - "search.more_results": "更多结果", - "search.another_result": "另一个结果", - "note.zero_notes": "0 笔记", - "profile.zero_followers": "0 粉丝", - "profile.zero_following": "0 关注" - } - +} diff --git a/static/js/sefaria/localizationLanguage/english.json b/static/js/sefaria/localizationLanguage/english.json index 7007eb5f7a..01811c7a1c 100644 --- a/static/js/sefaria/localizationLanguage/english.json +++ b/static/js/sefaria/localizationLanguage/english.json @@ -1,21 +1,84 @@ { - "language.english":"English", - "language.tibetan":"Tibetan", - "language.yiddish":"Yiddish", - "language.finnish":"Finnish", - "language.portuguese":"Portuguese", - "language.spanish":"Spanish", - "language.french":"French", - "language.german":"German", - "language.arabic":"Arabic", - "language.italian":"Italian", - "language.polish":"Polish", - "language.russian":"Russian", - "language.esperanto":"Esperanto", - "language.persian":"Persian", - "language.ladino":"Ladino", - "language.chinese":"Chinese", - + "language.bilingual":"Bilingual", + "language.english": "English", + "language.tibetan": "Tibetan", + "language.yiddish": "Yiddish", + "language.finnish": "Finnish", + "language.portuguese": "Portuguese", + "language.spanish": "Spanish", + "language.french": "French", + "language.german": "German", + "language.arabic": "Arabic", + "language.italian": "Italian", + "language.polish": "Polish", + "language.russian": "Russian", + "language.esperanto": "Esperanto", + "language.persian": "Persian", + "language.ladino": "Ladino", + "language.chinese": "Chinese", + "language.japanese": "Japanese", + "language.korean": "Korean", + "language.hindi": "Hindi", + "language.bengali": "Bengali", + "language.urdu": "Urdu", + "language.swedish": "Swedish", + "language.danish": "Danish", + "language.norwegian": "Norwegian", + "language.dutch": "Dutch", + "language.greek": "Greek", + "language.turkish": "Turkish", + "language.vietnamese": "Vietnamese", + "language.thai": "Thai", + "language.hebrew": "Hebrew", + "language.malay": "Malay", + "language.indonesian": "Indonesian", + "language.czech": "Czech", + "language.slovak": "Slovak", + "language.hungarian": "Hungarian", + "language.romanian": "Romanian", + "language.bulgarian": "Bulgarian", + "language.serbian": "Serbian", + "language.croatian": "Croatian", + "language.bosnian": "Bosnian", + "language.albanian": "Albanian", + "language.lithuanian": "Lithuanian", + "language.latvian": "Latvian", + "language.estonian": "Estonian", + "language.armenian": "Armenian", + "language.georgian": "Georgian", + "language.kazakh": "Kazakh", + "language.uzbek": "Uzbek", + "language.tatar": "Tatar", + "language.tamil": "Tamil", + "language.telugu": "Telugu", + "language.kannada": "Kannada", + "language.malayalam": "Malayalam", + "language.punjabi": "Punjabi", + "language.marathi": "Marathi", + "language.gujarati": "Gujarati", + "language.sinhala": "Sinhala", + "language.nepali": "Nepali", + "language.burmese": "Burmese", + "language.khmer": "Khmer", + "language.laotian": "Laotian", + "language.mongolian": "Mongolian", + "language.basque": "Basque", + "language.galician": "Galician", + "language.welsh": "Welsh", + "language.irish": "Irish", + "language.scots": "Scots", + "language.icelandic": "Icelandic", + "language.maltese": "Maltese", + "language.slovenian": "Slovenian", + "language.macedonian": "Macedonian", + "language.montenegrin": "Montenegrin", + "language.sami": "Sami", + "language.faroese": "Faroese", + "language.greenlandic": "Greenlandic", + "language.frisian": "Frisian", + "language.azeri": "Azeri", + "language.occitan": "Occitan", + "language.bhutanese": "Bhutanese", "pwa.download_button.label":"INSTALL PECHA APP", "text.reader_option_menu.layout": "Layout", "common.loading": "Loading...", @@ -59,6 +122,8 @@ "common.dropdown.filter":"Filter", "collection.filter_list.alphabetical": "Alphabetical", "filter_list.relevance": "Relevance", + "filter_list.data_creted": "Date created", + "filter_list.newest": "Newest", "filter_list.chronological": "Chronological", "header.notifications":"Notifications", "header.menu": "Menu", @@ -101,10 +166,8 @@ "feedback.message.error_sending_feedback":"Unfortunately, there was an error sending this feedback. Please try again or try reloading this page.", "common.select_type":"Select Type", "sheet.source_sheet.added_by":"Added by", - "modal.sign_up.default.love_learning":"Love Learning?", "modal.sign_up.default.sign_up__to_get_more_from_sefaria":"Sign up to get more from Sefaria", - "model.sign_up.add_connection.connection_to_another_text": "Want to document a connection to another text?", "model.sign_up.add_connection.create_free_account": "Create a free account to do more on Sefaria", "model.sign_up.add_connection.content_list.add_interconnection_and_translation": "Add interconnections & translations", @@ -125,8 +188,6 @@ "model.sign_up.note.get_updates_on_new_features": "Get updates on new features", "model.sign_up.save.want_to_return_to_this_text": "Want to return to this text?", "model.sign_up.save.view_your_reading_history": "View your reading history", - - "modal.sign_up.signup_to_get_more_from_pecha":"Sign up to get more from Sefaria", "sheet.make_source_sheet":"Make source sheets", "note.take_note":"Take notes", @@ -150,24 +211,6 @@ "common.share_on_fb":"Share on Facebook", "common.share_on_x":"Share on X", "common.share_by_email":"Share by Email", - "bilingual":"Bilingual", - "english": "English", - "tibetan": "Tibetan", - "hebrew": "Hebrew", - "yiddish": "Yiddish", - "finnish": "Finnish", - "portuguese": "Portuguese", - "spanish": "Spanish", - "french": "French", - "german": "German", - "arabic": "Arabic", - "italian": "Italian", - "pilish": "Polish", - "russian": "Russian", - "esperanto": "Esperanto", - "persian": "Persian", - "ladino": "Ladino", - "chinese": "Chinese", "text.reader_option_menu.bilingual_layout": "Bilingual Layout", "search_page.results_for": "Results for: ( {{searchedItem}} )", "search_page.results": "Results", diff --git a/static/js/sefaria/localizationLanguage/tibetan.json b/static/js/sefaria/localizationLanguage/tibetan.json index ff3b7dc628..01f88874df 100644 --- a/static/js/sefaria/localizationLanguage/tibetan.json +++ b/static/js/sefaria/localizationLanguage/tibetan.json @@ -1,21 +1,84 @@ { - "language.english":"དབྱིན་སྐད", - "language.tibetan":"བོད་ཡིག", - "language.yiddish":"ཡེས་སྡེ་ཞིའི་སྐད་ཡིག", - "language.finnish":"ཧྥིན་ལན་ཊེའི་སྐད་ཡིག", - "language.portuguese":"ཕོར་ཆུ་གྷའི་སྐད་ཡིག", - "language.spanish":"སི་པན་གྱི་སྐད་ཡིག", - "language.french":"ཧྥ་རན་སིའི་སྐད་ཡིག", - "language.german":"འཇར་མན་གྱི་སྐད་ཡིག", - "language.arabic":"ཨ་རབ་ཀྱི་སྐད་ཡིག", - "language.italian":"དབྱི་ཏ་ལིའི་སྐད་ཡིག", - "language.polish":"ཕོ་ལན་ཊིའི་སྐད་ཡིག", - "language.russian":"ཨུ་རུ་སུའི་སྐད་ཡིག", - "language.esperanto":"ཨེ་སི་ཕེས་རན་ཐོའི་སྐད་ཡིག", - "language.persian":"ཕར་ཞི་ཡན་གྱི་སྐད་ཡིག", - "language.ladino":"ལ་དྷི་ནོའི་སྐད་ཡིག", - "language.chinese":"རྒྱ་ནག་གི་སྐད་ཡིག", - + "language.bilingual": "སྐད་གཉིས་ཤན་སྦྱར།", + "language.english": "ཨིན་ཇི།", + "language.tibetan": "བོད་སྐད།", + "language.yiddish": "ཡི་ཌིཤ།", + "language.finnish": "ཕིན་ནིཤ།", + "language.portuguese": "པོར་ཏུ་གེས།", + "language.spanish": "སྤ་ནིཤ།", + "language.french": "ཕྲན་ཧྲིས།", + "language.german": "ཇར་མན།", + "language.arabic": "ཨ་ར་བིཀ།", + "language.italian": "ཨི་ཐ་ལི་ཡན།", + "language.polish": "པོ་ལིཤ།", + "language.russian": "ཨུ་རུ་སི་ཡན།", + "language.esperanto": "ཨེས་པི་རན་ཏོ།", + "language.persian": "པེར་སི་ཡན།", + "language.ladino": "ལ་དི་ནོ།", + "language.chinese": "རྒྱ་སྐད།", + "language.japanese": "ཉི་ཧོང་སྐད།", + "language.korean": "ཀོ་རི་ཡན།", + "language.hindi": "ཧིན་དི།", + "language.bengali": "བེང་ག་ལི།", + "language.urdu": "ཨུར་དུ།", + "language.swedish": "སུའི་ཌིཤ།", + "language.danish": "ཌེ་ནིཤ།", + "language.norwegian": "ནོར་ཝེ་ཤི་ཡན།", + "language.dutch": "ཌཀུན་རན།", + "language.greek": "གྲིཀ།", + "language.turkish": "ཏུར་ཀིཤ།", + "language.vietnamese": "བི་ཡིན་ཏ་ནེ་ཤི།", + "language.thai": "ཐའི།", + "language.hebrew": "ཧེ་བྲུ།", + "language.malay": "མ་ལ་ཡེ།", + "language.indonesian": "ཨིན་ཌོ་ནེ་ཤི་ཡན།", + "language.czech": "ཅེཀ།", + "language.slovak": "སྲོ་བཱཀ།", + "language.hungarian": "ཧཱང་ག་རི་ཡན།", + "language.romanian": "རོ་མ་ནི་ཡན།", + "language.bulgarian": "བུལ་ག་རི་ཡན།", + "language.serbian": "སེར་བི་ཡན།", + "language.croatian": "ཀྲོ་ཧ་ཤི་ཡན།", + "language.bosnian": "བོས་ནི་ཡན།", + "language.albanian": "ཨེལ་བ་ནི་ཡན།", + "language.lithuanian": "ལི་ཐུ་ཝེ་ནི་ཡན།", + "language.latvian": "ལཱཏ་ཝི་ཡན།", + "language.estonian": "ཨེས་ཏོ་ནི་ཡན།", + "language.armenian": "ཨར་མེ་ནི་ཡན།", + "language.georgian": "ཇོ་ཇི་ཡན།", + "language.kazakh": "ཀ་ཛཀ།", + "language.uzbek": "ཨུཛ་བེཀ།", + "language.tatar": "ཏ་ཏར།", + "language.tamil": "ཏ་མིལ།", + "language.telugu": "ཏེ་ལུ་གུ།", + "language.kannada": "ཀ་ན་ད།", + "language.malayalam": "མ་ལ་ཡ་ལམ།", + "language.punjabi": "པུན་ཇེ།", + "language.marathi": "མ་ར་ཐི།", + "language.gujarati": "གུ་ཇ་རཏི།", + "language.sinhala": "སིན་ཧ་ལ།", + "language.nepali": "བལ་ཡུལ་སྐད།", + "language.burmese": "འབར་མ་སི།", + "language.khmer": "ཁ་མེར།", + "language.laotian": "ལའོ་ཏི་ཡན།", + "language.mongolian": "སོག་སྐད།", + "language.basque": "བ་སི་ཁུ།", + "language.galician": "ག་ལི་ཤི་ཡན།", + "language.welsh": "ཝེལ་ཤི།", + "language.irish": "ཨའི་རིཤ།", + "language.scots": "སྐོཊས།", + "language.icelandic": "ཨའི་སི་ལན་ཌིཀ།", + "language.maltese": "མཱལ་ཊི་སི།", + "language.slovenian": "ས་ལོ་བེ་ནི་ཡན།", + "language.macedonian": "མེ་སི་ཌོ་ནི་ཡན།", + "language.montenegrin": "མོན་ཏེ་ནེ་གྲིན།", + "language.sami": "ས་མི།", + "language.faroese": "ཕཱ་རོ་སི།", + "language.greenlandic": "གྲིན་ལན་ཌིཀ།", + "language.frisian": "ཕྲི་སི་ཡན།", + "language.azeri": "ཨ་ཛེ་རི།", + "language.occitan": "ཨོག་སི་ཏན།", + "language.bhutanese": "འབྲུག་སྐད།", "pwa.download_button.label":"མཉེན་ཆས་ཕབ་ལེན།", "text.reader_option_menu.layout": "ཁྱད་ཆོས།", "text.reader_option_menu.language": "སྐད་ཡིག།", @@ -59,6 +122,8 @@ "common.dropdown.filter":"གོ་རིམ།", "collection.filter_list.alphabetical": "ཀ ནས་ ཨ བར།", "filter_list.relevance": "མཐུན་ཤོས།", + "filter_list.newest": "གསར་བ།", + "filter_list.data_creted": "དུས་ཚོད།", "filter_list.chronological": "མ་ཡིག་བྱུང་དུས།", "header.notifications":"གསར་བརྡ་ཁག", "header.menu": "Menu", @@ -103,7 +168,6 @@ "feedback.message.error_sending_feedback":"སྟབས་མ་ལེགས་པ་ཞིག་ལ་བསམ་འཆར་འདི་གཏོང་བ་ལ་གནད་དོན་ཞིག་བྱུང་སོང་། ཤོག་ངོས་འདི་བསྐྱར་ལེན་ནམ་ཡང་ན་བསྐྱར་དུ་ཚོད་ལྟ་ཞིག་བྱེད་རོགས།", "common.select_type":"རིགས་དབྱེ།", "sheet.source_sheet.added_by":"ཡིས་བསྣན་འདུག", - "modal.sign_up.default.love_learning":"སློབ་གཉེར་ལ་དགའ་བོ་ཡོད་དམ།", "modal.sign_up.default.sign_up__to_get_more_from_sefaria":"དཔེ་ཆ་དྲ་ཐོག་དཔེ་མཛོད་ནས་འདི་ལས་མང་བ་ཐོབ་པ་ལ་ཞུགས་ཐོ་གསར་འགོད་བྱོས།", "model.sign_up.add_connection.connection_to_another_text": "", @@ -122,11 +186,10 @@ "model.sign_up.follow.follow_your_favorite_creaters":"", "model.sign_up.follow.send_messages": "", "model.sign_up.note.dont_lose_that_thought": "ཁྱེད་ཀྱི་གོ་རྟོགས་གསར་པ་དེ་མ་བརླགས་པར་བྱེད་དགོས།", - "model.sign_up.note.take_notes_on_this_text": "", - "model.sign_up.note.get_updates_on_new_features": "", + "model.sign_up.note.take_notes_on_this_text": "ཡིག་ཆ་འདི་ལ་མཆན་རྒྱོབས།", + "model.sign_up.note.get_updates_on_new_features": "ཁྱད་ཆོས་ཁ་སྣོན་བྱས་པ་སོགས་ལ་ལྟོས།", "model.sign_up.save.want_to_return_to_this_text": "", "model.sign_up.save.view_your_reading_history": "", - "modal.sign_up.signup_to_get_more_from_pecha":"དཔེ་ཆ་དྲ་ཐོག་དཔེ་མཛོད་ནས་འདི་ལས་མང་བ་ཐོབ་པ་ལ་ཞུགས་ཐོ་གསར་འགོད་བྱོས།", "sheet.make_source_sheet":"མ་ཕྱིའི་ཤོག་ངོས་བཟོས།", "note.take_note":"མཆན་འགོད་པ།", @@ -150,30 +213,12 @@ "common.share_on_fb":"ངོ་དེབ་ལ་བརྒྱུད་བསྐུར་གྱིས།", "common.share_on_x":"X ལ་བརྒྱུད་བསྐུར་གྱིས།", "common.share_by_email":"གློག་ཕྲིན་ནས་བརྒྱུད་བསྐུར་གྱིས།", - "bilingual":"སྐད་གཉིས་ཤན་སྦྱར།", - "english": "ཨིན་ཇི།", - "tibetan": "བོད་ཡིག", - "hebrew": "བོད་ཀྱི་སྐད་ཡིག", - "yiddish": "ཡེས་སྡེ་ཞིའི་སྐད་ཡིག", - "finnish": "ཧྥིན་ལན་ཊེའི་སྐད་ཡིག", - "portuguese": "ཕོར་སྐད།", - "spanish": "སི་སྐད།", - "french": "ཧྥ་སྐད།", - "german": "འཇར་མན་གྱི་སྐད་ཡིག", - "arabic": "ཨ་རབ་ཀྱི་སྐད་ཡིག", - "italian": "ཨི་སྐད།", - "polish": "ཕོ་ལན་ཊིའི་སྐད་ཡིག", - "russian": "ཨུ་རུ་སུའི་སྐད་ཡིག", - "esperanto": "ཨེ་སི་ཕེས་རན་ཐོའི་སྐད་ཡིག", - "persian": "ཕར་ཞི་ཡན་གྱི་སྐད་ཡིག", - "ladino": "ལ་དྷི་ནོའི་སྐད་ཡིག", - "chinese": "རྒྱ་ཡིག", "text.reader_option_menu.bilingual_layout": "སྐད་གཉིས་ཤན་སྦྱར་།", "search_page.results_for": "འདིའི་གྲུབ་འབྲས་ཁག: ( {{searchedItem}} )", "search_page.results": "གྲུབ་འབྲས་རྣམས།", "common.options": "བདམ་གསེས།", "common.collection.btn.create_new_collection": "ཕྱོགས་བསྒྲིགས་གསར་པ་ཞིག་བཟོ།", - "connection_panel.search_in_this_text": "ཡིག་ཆ་འདིར་འཚོལ།", + "connection_panel.search_in_this_text": "འདིའི་ནང་འཚོལ།", "common.placeholder.search": "འཚོལ་ས།", "search.result_list.searching":"འཚོལ་བཞིན་པ་་་", "topic.search_topics": "བརྗོད་གཞི་ལྟར་བཙལ་འབྲས་འདེམ་སྒྲུག།", @@ -362,7 +407,7 @@ "sheet.add_source": "རྒྱུ་ཆ་སྣོན།", "sheet.browse_sources": "ལུང་ཚིག་འཚོལ་ལམ།", "sheet.add_this_source_to_Source_Sheet": "ལུང་ཚིག་འདི་གཤམ་གྱི་ཟིན་བྲིས་གང་རུང་ལ་སྣོན།", - "sheet.add_to_sheet": "ཟིན་བྲིས་ལ་སྣོན།", + "sheet.add_to_sheet": "ལུང་འགོད།", "sheet.add_to": "ལུང་འགོད་སའི་ཟིན་བྲིས་འདེམས།", "sheet.write_or_past_text": "རྩོམ་གསར་འབྲི་ས།", "sheet.add_media_link": "འདྲ་པར་དང་ MP3 YouTube SoundCloud གང་རུང་ཞིག་གི་དྲ་ཐག་སྣོན།", @@ -623,7 +668,7 @@ "category.parent_category":"ཕ་མའི་སྡེ་ཚན།", "category.message.cannot_delete_content":"སྡེ་ཚན་གྱི་ནང་གསེས་བསལ་མི་ཐུབ།", "common.load_more": "འདི་ལས་མང་།", - "connection_panel.related_text.all_commentary":"འགྲེལ་བ་ཡོངས།", + "connection_panel.related_text.all_commentary":"ཚན་པ་འདིའི་འགྲེལ་བ་ཡོད་ཚད།", "message.success_created_new_connection":"ལམ་ལྷོང་། ཁྱེད་ཀྱིས་འབྲེལ་ལམ་གསར་པ་ཞིག་བསྐྲུན་ཡོད།", "connection_panel.about_the_source":"མ་ཕྱི་འདིའི་སྐོར།", "note.go_to_my_note": "མཆན་ཡོད་ས་ལ་འགྲོ།", diff --git a/static/js/sefaria/sefaria.js b/static/js/sefaria/sefaria.js index e29402c93d..c4930dda02 100644 --- a/static/js/sefaria/sefaria.js +++ b/static/js/sefaria/sefaria.js @@ -567,29 +567,91 @@ Sefaria = extend(Sefaria, { return null; }, ISOMap: { - "he": {"name": "Tibetan", "nativeName": "བོད་ཡིག", "showTranslations": 1, "title": "བོད་ཡིག"}, - "ar": {"name": "Arabic", "nativeName": "عربى", "showTranslations": 1, "title": "نصوص يهودية بالعربية"}, - "cn" : {"name": "Chinese", "nativeName": "Mandarin", "showTranslations": 1, "title": "佛教文本中文"}, - "de": {"name": "German", "nativeName": "Deutsch", "showTranslations": 1, "title": "Jüdische Texte in Deutscher Sprache"}, - "en": {"name": "English", "nativeName": "English", "showTranslations": 1, "title": "Jewish Texts in English"}, - "eo": {"name": "Esperanto", "nativeName": "Esperanto", "showTranslations": 1, "title": "Judaj Tekstoj en Esperanto"}, - "es": {"name": "Spanish", "nativeName": "Español", "showTranslations": 1, "title": "Textos Judíos en Español"}, - "fa": {"name": "Persian", "nativeName": "فارسی", "showTranslations": 1, "title": "متون یهودی به زبان فارسی"}, - "fi": {"name": "Finnish", "nativeName": "suomen kieli", "showTranslations": 1, "title": "Juutalaiset tekstit suomeksi"}, - "fr": {"name": "French", "nativeName": "Français", "showTranslations": 1, "title": "Textes juifs en français"}, - // "he": {"name": "Tibetan", "nativeName": "עברית", "showTranslations": 0, "title": "ספריה בעברית"}, - "it": {"name": "Italian", "nativeName": "Italiano", "showTranslations": 1, "title": "Testi ebraici in italiano"}, - "lad": {"name": "Ladino", "nativeName": "Judeo-español", "showTranslations": 0}, - "pl": {"name": "Polish", "nativeName": "Polski", "showTranslations": 1, "title": "Teksty żydowskie w języku polskim"}, - "pt": {"name": "Portuguese", "nativeName": "Português", "showTranslations": 1, "title": "Textos judaicos em portugues"}, - "sw" : {"name": "Swahili", "nativeName": "Kiswahili", "showTranslations": 1, "title": "maandishi ya Kibuddha kwa Kiswahili"}, - "ru": {"name": "Russian", "nativeName": "Pусский", "showTranslations": 1, "title": "Еврейские тексты на русском языке"}, - "yi": {"name": "Yiddish", "nativeName": "יידיש", "showTranslations": 1, "title": "יידישע טעקסטן אויף יידיש"}, - "jrb": {"name": "Judeo-Arabic", "nativeName": "Arabia Yehudia", "showTranslations": 0}, // nativeName in English because hard to determine correct native name - }, - translateISOLanguageCode(code, native = false) { + "bi": {"name": "Bilingual", "i18nString": "language.bilingual", "showTranslations": 1}, + "en": {"name": "English", "i18nString": "language.english", "showTranslations": 1}, + "he": {"name": "Tibetan", "i18nString": "language.tibetan", "showTranslations": 1}, + "yi": {"name": "Yiddish", "i18nString": "language.yiddish", "showTranslations": 1}, + "fi": {"name": "Finnish", "i18nString": "language.finnish", "showTranslations": 1}, + "pt": {"name": "Portuguese", "i18nString": "language.portuguese", "showTranslations": 1}, + "es": {"name": "Spanish", "i18nString": "language.spanish", "showTranslations": 1}, + "fr": {"name": "French", "i18nString": "language.french", "showTranslations": 1}, + "de": {"name": "German", "i18nString": "language.german", "showTranslations": 1}, + "ar": {"name": "Arabic", "i18nString": "language.arabic", "showTranslations": 1}, + "it": {"name": "Italian", "i18nString": "language.italian", "showTranslations": 1}, + "pl": {"name": "Polish", "i18nString": "language.polish", "showTranslations": 1}, + "ru": {"name": "Russian", "i18nString": "language.russian", "showTranslations": 1}, + "eo": {"name": "Esperanto", "i18nString": "language.esperanto", "showTranslations": 1}, + "fa": {"name": "Persian", "i18nString": "language.persian", "showTranslations": 1}, + "lad": {"name": "Ladino", "i18nString": "language.ladino", "showTranslations": 1}, + "zh": {"name": "Chinese", "i18nString": "language.chinese", "showTranslations": 1}, + "ja": {"name": "Japanese", "i18nString": "language.japanese", "showTranslations": 1}, + "ko": {"name": "Korean", "i18nString": "language.korean", "showTranslations": 1}, + "hi": {"name": "Hindi", "i18nString": "language.hindi", "showTranslations": 1}, + "bn": {"name": "Bengali", "i18nString": "language.bengali", "showTranslations": 1}, + "ur": {"name": "Urdu", "i18nString": "language.urdu", "showTranslations": 1}, + "sv": {"name": "Swedish", "i18nString": "language.swedish", "showTranslations": 1}, + "da": {"name": "Danish", "i18nString": "language.danish", "showTranslations": 1}, + "no": {"name": "Norwegian", "i18nString": "language.norwegian", "showTranslations": 1}, + "nl": {"name": "Dutch", "i18nString": "language.dutch", "showTranslations": 1}, + "el": {"name": "Greek", "i18nString": "language.greek", "showTranslations": 1}, + "tr": {"name": "Turkish", "i18nString": "language.turkish", "showTranslations": 1}, + "vi": {"name": "Vietnamese", "i18nString": "language.vietnamese", "showTranslations": 1}, + "th": {"name": "Thai", "i18nString": "language.thai", "showTranslations": 1}, + "he": {"name": "Hebrew", "i18nString": "language.hebrew", "showTranslations": 1}, + "ms": {"name": "Malay", "i18nString": "language.malay", "showTranslations": 1}, + "id": {"name": "Indonesian", "i18nString": "language.indonesian", "showTranslations": 1}, + "cs": {"name": "Czech", "i18nString": "language.czech", "showTranslations": 1}, + "sk": {"name": "Slovak", "i18nString": "language.slovak", "showTranslations": 1}, + "hu": {"name": "Hungarian", "i18nString": "language.hungarian", "showTranslations": 1}, + "ro": {"name": "Romanian", "i18nString": "language.romanian", "showTranslations": 1}, + "bg": {"name": "Bulgarian", "i18nString": "language.bulgarian", "showTranslations": 1}, + "sr": {"name": "Serbian", "i18nString": "language.serbian", "showTranslations": 1}, + "hr": {"name": "Croatian", "i18nString": "language.croatian", "showTranslations": 1}, + "bs": {"name": "Bosnian", "i18nString": "language.bosnian", "showTranslations": 1}, + "sq": {"name": "Albanian", "i18nString": "language.albanian", "showTranslations": 1}, + "lt": {"name": "Lithuanian", "i18nString": "language.lithuanian", "showTranslations": 1}, + "lv": {"name": "Latvian", "i18nString": "language.latvian", "showTranslations": 1}, + "et": {"name": "Estonian", "i18nString": "language.estonian", "showTranslations": 1}, + "hy": {"name": "Armenian", "i18nString": "language.armenian", "showTranslations": 1}, + "ka": {"name": "Georgian", "i18nString": "language.georgian", "showTranslations": 1}, + "kk": {"name": "Kazakh", "i18nString": "language.kazakh", "showTranslations": 1}, + "uz": {"name": "Uzbek", "i18nString": "language.uzbek", "showTranslations": 1}, + "tt": {"name": "Tatar", "i18nString": "language.tatar", "showTranslations": 1}, + "ta": {"name": "Tamil", "i18nString": "language.tamil", "showTranslations": 1}, + "te": {"name": "Telugu", "i18nString": "language.telugu", "showTranslations": 1}, + "kn": {"name": "Kannada", "i18nString": "language.kannada", "showTranslations": 1}, + "ml": {"name": "Malayalam", "i18nString": "language.malayalam", "showTranslations": 1}, + "pa": {"name": "Punjabi", "i18nString": "language.punjabi", "showTranslations": 1}, + "mr": {"name": "Marathi", "i18nString": "language.marathi", "showTranslations": 1}, + "gu": {"name": "Gujarati", "i18nString": "language.gujarati", "showTranslations": 1}, + "si": {"name": "Sinhala", "i18nString": "language.sinhala", "showTranslations": 1}, + "ne": {"name": "Nepali", "i18nString": "language.nepali", "showTranslations": 1}, + "my": {"name": "Burmese", "i18nString": "language.burmese", "showTranslations": 1}, + "km": {"name": "Khmer", "i18nString": "language.khmer", "showTranslations": 1}, + "lo": {"name": "Laotian", "i18nString": "language.laotian", "showTranslations": 1}, + "mn": {"name": "Mongolian", "i18nString": "language.mongolian", "showTranslations": 1}, + "eu": {"name": "Basque", "i18nString": "language.basque", "showTranslations": 1}, + "gl": {"name": "Galician", "i18nString": "language.galician", "showTranslations": 1}, + "cy": {"name": "Welsh", "i18nString": "language.welsh", "showTranslations": 1}, + "ga": {"name": "Irish", "i18nString": "language.irish", "showTranslations": 1}, + "sco": {"name": "Scots", "i18nString": "language.scots", "showTranslations": 1}, + "is": {"name": "Icelandic", "i18nString": "language.icelandic", "showTranslations": 1}, + "mt": {"name": "Maltese", "i18nString": "language.maltese", "showTranslations": 1}, + "sl": {"name": "Slovenian", "i18nString": "language.slovenian", "showTranslations": 1}, + "mk": {"name": "Macedonian", "i18nString": "language.macedonian", "showTranslations": 1}, + "sr-ME": {"name": "Montenegrin", "i18nString": "language.montenegrin", "showTranslations": 1}, + "se": {"name": "Sami", "i18nString": "language.sami", "showTranslations": 1}, + "fo": {"name": "Faroese", "i18nString": "language.faroese", "showTranslations": 1}, + "kl": {"name": "Greenlandic", "i18nString": "language.greenlandic", "showTranslations": 1}, + "fy": {"name": "Frisian", "i18nString": "language.frisian", "showTranslations": 1}, + "az": {"name": "Azeri", "i18nString": "language.azeri", "showTranslations": 1}, + "oc": {"name": "Occitan", "i18nString": "language.occitan", "showTranslations": 1}, + "dz": {"name": "Bhutanese", "i18nString": "language.bhutanese", "showTranslations": 1} +} +, + translateISOLanguageCode(code, native = true) { //takes two-letter ISO 639.2 code and returns full language name - const lookupVar = native ? "nativeName" : "name"; + const lookupVar = native ? "i18nString" : "name"; return Sefaria.ISOMap?.[code.toLowerCase()]?.[lookupVar] || code; }, getHebrewTitle: function(slug) { From 906bb783f06f277976749ed8e7108088ad3c1620 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 6 Jan 2025 11:59:58 +0530 Subject: [PATCH 02/14] update_01 --- locale/en/LC_MESSAGES/django.po | 283 +++++++++++------- reader/views.py | 4 +- sefaria/local_settings.py | 3 - sefaria/model/collection.py | 10 +- templates/account_settings.html | 52 ++-- templates/activity.html | 36 +-- templates/delete-sheet.html | 10 +- templates/edit_profile.html | 48 +-- templates/edit_term.html | 4 +- templates/edit_text.html | 76 ++--- .../registration/delete_user_account.html | 2 +- templates/sheets.html | 2 +- 12 files changed, 296 insertions(+), 234 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index b3de336f1e..c425810d49 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-17 10:33+0530\n" +"POT-Creation-Date: 2025-01-03 06:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,9 +44,8 @@ msgstr "" msgid "Explore 3,000 years of Jewish texts in Hebrew and English translation." msgstr "" -#: reader/views.py:733 reader/views.py:3165 templates/delete-sheet.html:4 -#: templates/person.html:6 templates/person.html:8 -#: templates/registration/delete_user_account.html:4 +#: reader/views.py:733 reader/views.py:3168 templates/person.html:6 +#: templates/person.html:8 templates/registration/delete_user_account.html:4 #: templates/registration/password_reset_complete.html:3 #: templates/registration/password_reset_confirm.html:4 #: templates/registration/password_reset_done.html:3 @@ -79,13 +78,13 @@ msgstr "" msgid " | Sefaria" msgstr " | Pecha" -#: reader/views.py:821 reader/views.py:3205 +#: reader/views.py:821 reader/views.py:3208 msgid "" "Texts & Source Sheets from Torah, Talmud and Sefaria's library of Jewish " "sources." msgstr "Texts & Source Sheets from Pecha's library of Buddhist sources." -#: reader/views.py:823 reader/views.py:3207 +#: reader/views.py:823 reader/views.py:3210 #, python-format msgid "" "Jewish texts and source sheets about %(topic)s from Torah, Talmud and other " @@ -182,7 +181,7 @@ msgstr "Pecha Notifications" msgid "Moderator Tools" msgstr "" -#: reader/views.py:1233 reader/views.py:3165 +#: reader/views.py:1233 reader/views.py:3168 msgid "Topics" msgstr "" @@ -194,49 +193,53 @@ msgstr "" msgid "Texts" msgstr "" -#: reader/views.py:3166 +#: reader/views.py:3169 msgid "Explore Jewish Texts by Topic on Sefaria" msgstr "Explore Buddhist Texts by Topic on Pecha" -#: reader/views.py:3624 -#, python-format -msgid "%(full_name)s on Sefaria" +#: reader/views.py:3627 +#, fuzzy, python-format +#| msgid "%(full_name)s on Sefaria" +msgid "%(full_name)s on Pecha" msgstr "%(full_name)s on Pecha" -#: reader/views.py:3625 -#, python-format +#: reader/views.py:3628 +#, fuzzy, python-format +#| msgid "" +#| "%(full_name)s is on Sefaria. Follow to view their public source sheets, " +#| "notes and translations." msgid "" -"%(full_name)s is on Sefaria. Follow to view their public source sheets, " -"notes and translations." +"%(full_name)s is on Pecha. Follow to view their public source sheets, notes " +"and translations." msgstr "" "%(full_name)s is on Pecha. Follow to view their public source sheets, notes " "and translations." -#: reader/views.py:3639 reader/views.py:3667 reader/views.py:3801 +#: reader/views.py:3642 reader/views.py:3670 reader/views.py:3804 msgid "You must be logged in to update your profile." msgstr "" -#: reader/views.py:3677 -msgid "Email fields did not match" +#: reader/views.py:3680 +msgid "account_email_mismatch_error" msgstr "" -#: reader/views.py:3679 -msgid "Incorrect account password for this account" +#: reader/views.py:3682 +msgid "account_password_mismatch_error" msgstr "" -#: reader/views.py:3760 +#: reader/views.py:3763 msgid "You must be logged in to update your profile photo." msgstr "" -#: reader/views.py:3885 +#: reader/views.py:3888 msgid "You must be logged in to delete your account." msgstr "" -#: reader/views.py:4076 +#: reader/views.py:4079 msgid "From the Community: Today on Sefaria" msgstr "From the Community: Today on Pecha" -#: reader/views.py:4078 +#: reader/views.py:4081 msgid "" "New and featured source sheets, divrei torah, articles, sermons and more " "created by members of the Sefaria community." @@ -263,7 +266,7 @@ msgstr "" msgid "Email Address" msgstr "" -#: sefaria/forms.py:42 sefaria/forms.py:50 templates/account_settings.html:96 +#: sefaria/forms.py:42 sefaria/forms.py:50 msgid "Password" msgstr "" @@ -334,25 +337,20 @@ msgid "Please set a name for your collection." msgstr "" #: sefaria/model/collection.py:117 -msgid "" -"A public collection with this name already exists. Please choose a different " -"name before publishing." +msgid "collection_name_taken_message" msgstr "" #: sefaria/model/collection.py:119 -msgid "" -"Public Collections are required to include a collection image (a square " -"image will work best)." +msgid "collection_image_required_message" msgstr "" #: sefaria/model/collection.py:121 -msgid "Public Collections are required to have at least 3 public sheets." +msgid "collection_sheet_count_message" msgstr "" #: sefaria/model/collection.py:284 -#, python-format -msgid "%(name)s invited you to a collection on Sefaria" -msgstr "%(name)s invited you to a collection on Pecha" +msgid "collection_invitation_email_subject" +msgstr "" #: sefaria/model/user_profile.py:283 msgid "A user with that email already exists" @@ -422,15 +420,11 @@ msgid "development team" msgstr "" #: templates/account_settings.html:12 -msgid "Account Settings" +msgid "account_setting" msgstr "" -#: templates/account_settings.html:16 templates/account_settings.html:128 -#: templates/edit_profile.html:17 templates/edit_text.html:69 -#: templates/edit_text.html:97 templates/edit_text.html:150 -#: templates/elements/login_prompt.html:8 templates/profile.html:181 -#: templates/sheets.html:996 templates/sheets.html:1018 -msgid "Cancel" +#: templates/account_settings.html:16 +msgid "common.account_setting.cancel_setting_button" msgstr "" #: templates/account_settings.html:19 templates/account_settings.html:125 @@ -441,177 +435,191 @@ msgid "Save" msgstr "" #: templates/account_settings.html:25 -msgid "Notification Frequency (Maximum)" +msgid "account_setting.rate_of_notification" msgstr "" #: templates/account_settings.html:29 -msgid "Daily" +msgid "account_setting.to_send_notification_daily" msgstr "" #: templates/account_settings.html:32 -msgid "Weekly" +msgid "account_setting.to_send_notification_weekly" msgstr "" #: templates/account_settings.html:35 -msgid "Never" +msgid "account_setting.never_send_notification" msgstr "" #: templates/account_settings.html:42 -msgid "Site Language" +msgid "account_setting.language_selection_title" msgstr "" -#: templates/account_settings.html:46 templates/sheets.html:702 -msgid "english" -msgstr "English" +#: templates/account_settings.html:46 +msgid "account_setting.language_english_option" +msgstr "" -#: templates/account_settings.html:49 templates/sheets.html:703 -msgid "tibetan" -msgstr "བོད་ཡིག" +#: templates/account_settings.html:49 +msgid "common.account_setting.language_tibetan_option" +msgstr "" #: templates/account_settings.html:56 -msgid "Preferred Translation Language" +msgid "account_setting.user's_preferred_translation_language" msgstr "" #: templates/account_settings.html:69 -msgid "Reading History" +msgid "account_setting.user's_reading_history" msgstr "" #: templates/account_settings.html:73 -msgid "On" +msgid "account_setting.reading_history_enable" msgstr "" #: templates/account_settings.html:76 -msgid "Off" +msgid "account_setting.reading_history_disable" msgstr "" #: templates/account_settings.html:84 -msgid "Account Email (This is used for login)" +msgid "account_setting.login_account_email_message" msgstr "" #: templates/account_settings.html:89 -msgid "Change Email" +msgid "account_setting.change_email_message" msgstr "" #: templates/account_settings.html:94 -msgid "New Email" +msgid "account_setting.new_email" msgstr "" #: templates/account_settings.html:95 -msgid "Confirm New Email" +msgid "account_setting.confirm_new_email" +msgstr "" + +#: templates/account_settings.html:96 +msgid "common.account_setting.password" msgstr "" #: templates/account_settings.html:98 -msgid "Update Email" +msgid "account_setting.update_email" msgstr "" #: templates/account_settings.html:105 -msgid "Google Account (Allows for exporting sheets to Google Drive)" +msgid "account_setting.google_account_message" msgstr "" #: templates/account_settings.html:110 -msgid "Disconnect" +msgid "account_setting.google_account_disconnect_with_pecha_acc" msgstr "" #: templates/account_settings.html:117 -msgid "Your Google Account has been disconnected" +msgid "account_setting.google_account_disconnected_message" msgstr "" #: templates/account_settings.html:120 -msgid "You can link to a new Google Account the next time you export a sheet" +msgid "account_setting.export_sheet_message" msgstr "" -#: templates/activity.html:7 templates/activity.html:36 -msgid "Revision History of" +#: templates/account_settings.html:128 +msgid "common.account_setting.cancel_request" msgstr "" -#: templates/activity.html:9 templates/activity.html:11 -msgid "Sefaria Activity" -msgstr "Pecha Activity" +#: templates/activity.html:7 +msgid "activity.revision_history" +msgstr "" + +#: templates/activity.html:9 +msgid "activity.pecha_activity_profile" +msgstr "" + +#: templates/activity.html:11 +msgid "activity.pecha_activity" +msgstr "" #: templates/activity.html:17 -msgid "View the complete revision hisotry of this text on Sefaria." -msgstr "View the complete revision hisotry of this text on Pecha." +msgid "activity.revision_history_message" +msgstr "" #: templates/activity.html:19 -msgid "" -"View a user's acitvitiy history on Sefaria, including published source " -"sheets, and text translations, edits or additions." +msgid "activity.activity_message" msgstr "" -"View a user's acitvitiy history on Pecha, including published source sheets, " -"and text translations, edits or additions." #: templates/activity.html:21 -msgid "" -"View the complete log of public activity on Sefaria, including published " -"source sheets, and text translations, edits or additions. " +msgid "activity.view_log_message" +msgstr "" + +#: templates/activity.html:36 +msgid "Revision History of" msgstr "" -"View the complete log of public activity on Pecha, including published " -"source sheets, and text translations, edits or additions. " #: templates/activity.html:43 -msgid "Public Activity" +msgid "activity.public_activity" msgstr "" #: templates/activity.html:47 -msgid "Recent Activity on Sefaria" -msgstr "Recent Activity on Pecha" +msgid "activity.recent_activity" +msgstr "" #: templates/activity.html:52 -msgid "All Activity" +msgid "activity.all_activity_drop_down" msgstr "" #: templates/activity.html:53 -msgid "Translations" +msgid "activity.translation_option" msgstr "" -#: templates/activity.html:54 templates/metrics.html:49 -#: templates/profile.html:99 -msgid "Source Sheets" +#: templates/activity.html:54 +msgid "activity.source_sheets_option" msgstr "" #: templates/activity.html:55 -msgid "New Texts" +msgid "activity.new_texts_option" msgstr "" #: templates/activity.html:56 -msgid "Edits" +msgid "activity.edit_list_option" msgstr "" -#: templates/activity.html:57 templates/profile.html:119 -msgid "Notes" +#: templates/activity.html:57 +msgid "activity.notes_option" msgstr "" #: templates/activity.html:58 -msgid "Reviews" +msgid "activity.reviews_option" msgstr "" #: templates/activity.html:59 -msgid "Text Info" +msgid "activity.text_info_option_option" msgstr "" #: templates/activity.html:60 -msgid "Reversions" +msgid "activity.reversions_option" msgstr "" #: templates/activity.html:61 -msgid "Flagged" +msgid "activity.flagged_option" msgstr "" #: templates/delete-sheet.html:4 -msgid "Admin: Delete a Sheet" +msgid "admin.admin_delete_sheet" msgstr "" -#: templates/delete-sheet.html:11 templates/delete-sheet.html:19 -#: templates/sheets.html:61 -msgid "Delete Sheet" +#: templates/delete-sheet.html:4 +msgid "admin.common.delete-sheet.pecha" +msgstr "" + +#: templates/delete-sheet.html:11 +msgid "admin.delete_sheet" msgstr "" #: templates/delete-sheet.html:13 -msgid "CAUTION THIS WILL DELETE THE SHEET ID YOU INPUT" +msgid "admin.caution_messsage" msgstr "" #: templates/delete-sheet.html:14 -msgid "IT CANNOT BE UNDONE." +msgid "admin.can't_undone_message" +msgstr "" + +#: templates/delete-sheet.html:19 +msgid "admin.delete_sheet_button" msgstr "" #: templates/discussions.html:6 templates/discussions.html:14 @@ -666,9 +674,9 @@ msgstr "" msgid "Edit Collection on Sefaria" msgstr "Edit Collection on Pecha" -#: templates/edit_collection.html:20 templates/edit_term.html:40 -#: templates/elements/loading.html:12 templates/metrics.html:16 -#: templates/sheets.html:518 templates/sheets.html:750 +#: templates/edit_collection.html:20 templates/elements/loading.html:12 +#: templates/metrics.html:16 templates/sheets.html:518 +#: templates/sheets.html:750 msgid "Loading..." msgstr "" @@ -680,6 +688,13 @@ msgstr "Edit Your Profile on Pecha" msgid "Edit Your Profile" msgstr "" +#: templates/edit_profile.html:17 templates/edit_text.html:69 +#: templates/edit_text.html:97 templates/edit_text.html:150 +#: templates/elements/login_prompt.html:8 templates/profile.html:181 +#: templates/sheets.html:996 templates/sheets.html:1018 +msgid "Cancel" +msgstr "" + #: templates/edit_profile.html:39 msgid "Title" msgstr "" @@ -759,7 +774,11 @@ msgid "YouTube Channel" msgstr "" #: templates/edit_term.html:39 -msgid "Terms Editor" +msgid "admin.terms_editor" +msgstr "" + +#: templates/edit_term.html:40 +msgid "admin.loading" msgstr "" #: templates/edit_text.html:64 @@ -1332,6 +1351,10 @@ msgstr "" msgid "Links" msgstr "" +#: templates/metrics.html:49 templates/profile.html:99 +msgid "Source Sheets" +msgstr "" + #: templates/people.html:5 msgid "Authors on Sefaria" msgstr "Authors on Pecha" @@ -1418,6 +1441,10 @@ msgstr "" msgid "Edit Profile" msgstr "" +#: templates/profile.html:119 +msgid "Notes" +msgstr "" + #: templates/profile.html:126 msgid "Activity" msgstr "" @@ -1648,6 +1675,10 @@ msgstr "" msgid "Embed Sheet" msgstr "" +#: templates/sheets.html:61 +msgid "Delete Sheet" +msgstr "" + #: templates/sheets.html:72 msgid "Tags" msgstr "" @@ -1906,6 +1937,14 @@ msgstr "" msgid "Write or paste text" msgstr "" +#: templates/sheets.html:702 +msgid "english" +msgstr "English" + +#: templates/sheets.html:703 +msgid "tibetan" +msgstr "བོད་ཡིག" + #: templates/sheets.html:711 msgid "Add Image, Youtube Video, SoundCloud link, or MP3" msgstr "" @@ -2552,6 +2591,32 @@ msgid "" "verse in his commentary on another." msgstr "" +#~ msgid "%(name)s invited you to a collection on Sefaria" +#~ msgstr "%(name)s invited you to a collection on Pecha" + +#~ msgid "Sefaria Activity" +#~ msgstr "Pecha Activity" + +#~ msgid "View the complete revision hisotry of this text on Sefaria." +#~ msgstr "View the complete revision hisotry of this text on Pecha." + +#~ msgid "" +#~ "View a user's acitvitiy history on Sefaria, including published source " +#~ "sheets, and text translations, edits or additions." +#~ msgstr "" +#~ "View a user's acitvitiy history on Pecha, including published source " +#~ "sheets, and text translations, edits or additions." + +#~ msgid "" +#~ "View the complete log of public activity on Sefaria, including published " +#~ "source sheets, and text translations, edits or additions. " +#~ msgstr "" +#~ "View the complete log of public activity on Pecha, including published " +#~ "source sheets, and text translations, edits or additions. " + +#~ msgid "Recent Activity on Sefaria" +#~ msgstr "Recent Activity on Pecha" + #~ msgid "login_success_message" #~ msgstr "You are already logged in as {{ user.email }}." diff --git a/reader/views.py b/reader/views.py index 13e0accb85..52291993eb 100644 --- a/reader/views.py +++ b/reader/views.py @@ -3677,9 +3677,9 @@ def account_user_update(request): error = None # some validation on post fields if accountUpdate["email"] != accountUpdate["confirmEmail"]: - error = _("Email fields did not match") + error = _("account_email_mismatch_error") elif not request.user.check_password(accountUpdate["confirmPassword"]): - error = _("Incorrect account password for this account") + error = _("account_password_mismatch_error") else: # get the logged in user uuser = UserWrapper(request.user.email) diff --git a/sefaria/local_settings.py b/sefaria/local_settings.py index 4ddb882c80..08ae5e605b 100644 --- a/sefaria/local_settings.py +++ b/sefaria/local_settings.py @@ -284,9 +284,6 @@ "universe_domain": "googleapis.com" } -print("H"*20, GOOGLE_APPLICATION_CREDENTIALS) - - GEOIP_DATABASE = 'data/geoip/GeoLiteCity.dat' GEOIPV6_DATABASE = 'data/geoip/GeoLiteCityv6.dat' diff --git a/sefaria/model/collection.py b/sefaria/model/collection.py index 0f6741adcc..a1121ebabb 100644 --- a/sefaria/model/collection.py +++ b/sefaria/model/collection.py @@ -114,11 +114,11 @@ def _pre_save(self): # it can't be change even to add a new public sheet. if self.name_taken(): # Require public collections to have a unique name - raise InputError(_("A public collection with this name already exists. Please choose a different name before publishing.")) + raise InputError(_("collection_name_taken_message")) if not getattr(self, "imageUrl", False): - raise InputError(_("Public Collections are required to include a collection image (a square image will work best).")) + raise InputError(_("collection_image_required_message")) if self.public_sheet_count() < 3: - raise InputError(_("Public Collections are required to have at least 3 public sheets.")) + raise InputError(_("collection_sheet_count_message")) image_fields = ("imageUrl", "headerUrl", "coverUrl") @@ -281,8 +281,8 @@ def send_invitation(self, email, inviter_id): }) finally: translation.activate(curr_lang) - subject = _("%(name)s invited you to a collection on Sefaria") % {'name': inviter.full_name} - from_email = "Sefaria " + subject = _("collection_invitation_email_subject") % {'name': inviter.full_name} + from_email = "Pecha " to = email msg = EmailMultiAlternatives(subject, message_html, from_email, [to]) diff --git a/templates/account_settings.html b/templates/account_settings.html index 1751e7ba55..2829332ef0 100644 --- a/templates/account_settings.html +++ b/templates/account_settings.html @@ -9,51 +9,51 @@

- {% trans "Account Settings" %} + {% trans "account_setting" %}

- {% trans "Cancel" %} + {% trans "common.account_setting.cancel_setting_button" %}
- {% trans "Save" %} + {% trans "common.account_setting.save_request" %}
{% if SITE_SETTINGS.TORAH_SPECIFIC %}
{% if SITE_SETTINGS.SUPPORTED_TRANSLATION_LANGUAGES|length > 0 %}
{% for name, lang in lang_names_and_codes %} @@ -66,14 +66,14 @@

{% endif %}
@@ -81,51 +81,51 @@

{% endif %}
- {% trans "Your Google Account has been disconnected" %} + {% trans "account_setting.google_account_disconnected_message" %}
- {% trans "You can link to a new Google Account the next time you export a sheet" %} + {% trans "account_setting.export_sheet_message" %}
- {% trans "Save" %} + {% trans "common.account_setting.save_setting_button" %}
- {% trans "Cancel" %} + {% trans "common.account_setting.cancel_request" %}

diff --git a/templates/activity.html b/templates/activity.html index ea7db19d93..f2b1a37429 100644 --- a/templates/activity.html +++ b/templates/activity.html @@ -4,21 +4,21 @@ {% block title %} {% if single %} -{% trans "Revision History of" %} {{ ref }} ({{ version }}) +{% trans "activity.revision_history" %} {{ ref }} ({{ version }}) {% elif for_user %} -{{ profile.full_name }} | {% trans "Sefaria Activity" %} +{{ profile.full_name }} | {% trans "activity.pecha_activity_profile" %} {% else %} -{% trans "Sefaria Activity" %} +{% trans "activity.pecha_activity" %} {% endif %} {% endblock %} {% block description %} {% if single %} -{% trans "View the complete revision hisotry of this text on Sefaria." %} +{% trans "activity.revision_history_message" %} {% elif for_user %} -{% trans "View a user's acitvitiy history on Sefaria, including published source sheets, and text translations, edits or additions." %} +{% trans "activity.activity_message" %} {% else %} -{% trans "View the complete log of public activity on Sefaria, including published source sheets, and text translations, edits or additions. " %} +{% trans "activity.view_log_message" %} {% endif %} {% endblock %} @@ -40,25 +40,25 @@

{% elif for_user %}

- {{ profile.id|user_link }}| {% trans "Public Activity" %} + {{ profile.id|user_link }}| {% trans "activity.public_activity" %}

{% else %}

- {% trans "Recent Activity on Sefaria" %} + {% trans "activity.recent_activity" %}

{% endif %}
diff --git a/templates/delete-sheet.html b/templates/delete-sheet.html index bc05d2cdd2..fcb2235d80 100644 --- a/templates/delete-sheet.html +++ b/templates/delete-sheet.html @@ -1,22 +1,22 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Admin: Delete a Sheet" %} | {% trans "Sefaria" %}{% endblock %} +{% block title %}{% trans "admin.admin_delete_sheet" %} | {% trans "admin.common.delete-sheet.pecha" %}{% endblock %} {% block content %}

- {% trans "Delete Sheet" %} + {% trans "admin.delete_sheet" %}

-

{% trans "CAUTION THIS WILL DELETE THE SHEET ID YOU INPUT" %}

-

{% trans "IT CANNOT BE UNDONE." %}

+

{% trans "admin.caution_messsage" %}

+

{% trans "admin.can't_undone_message" %}

{% csrf_token %} {{ form.as_p }}
diff --git a/templates/edit_profile.html b/templates/edit_profile.html index f8346f0d5e..42a622bf8f 100644 --- a/templates/edit_profile.html +++ b/templates/edit_profile.html @@ -2,7 +2,7 @@ {% load sefaria_tags %} {% load i18n static %} -{% block title %}{% trans "Edit Your Profile on Sefaria" %}{% endblock %} +{% block title %}{% trans "edit_profile.edit_your_profile" %}{% endblock %} {% block content %}
@@ -10,57 +10,57 @@

- {% trans "Edit Your Profile" %} + {% trans "edit_profile.header" %}
- {% trans "Cancel" %} + {% trans "common.edit_profile.cancel_button" %}
- {% trans "Save" %} + {% trans "common.edit_profile.save_button" %}

    {% for line in profile.jewish_education %} @@ -69,12 +69,12 @@

  • {% endfor %}

-
{% trans "Add a line" %}
+
{% trans "edit_profile.line_add" %}
{% autoescape off %} @@ -84,15 +84,15 @@

{% if sheets %}

- {% trans "Public Sheets" %} + {% trans "edit_profile.public_sheets" %}

- {% trans "You can drag and order source sheets that you want to pin to the top of your profile." %} + {% trans "edit_profile.drag_sheet_message" %}
    {% for id in profile.pinned_sheets %} @@ -102,7 +102,7 @@

    {% for sheet in sheets %} @@ -116,42 +116,42 @@

    {% endif %}

    - {% trans "Contact" %} + {% trans "edit_profile.contact" %}

    diff --git a/templates/edit_term.html b/templates/edit_term.html index 92827c7162..0b1138efa6 100644 --- a/templates/edit_term.html +++ b/templates/edit_term.html @@ -36,8 +36,8 @@
    -

    {% trans "Terms Editor" %}

    -
    {% trans "Loading..." %}
    +

    {% trans "admin.terms_editor" %}

    +
    {% trans "admin.loading" %}
    diff --git a/templates/edit_text.html b/templates/edit_text.html index 1ea25d19ce..77cd192365 100644 --- a/templates/edit_text.html +++ b/templates/edit_text.html @@ -61,12 +61,12 @@
    @@ -83,9 +83,9 @@ {% if request.user.is_authenticated %}
    -
    {% trans "Your Review:" %}
    +
    {% trans "edit_text.your_review" %}
    - {% trans "How should I write a review?" %} + {% trans "edit_text.review_question" %}
    @@ -93,97 +93,97 @@
    -
    {% trans "Save" %}
    -
    {% trans "Cancel" %}
    +
    {% trans "common.edit_text.save_button" %}
    +
    {% trans "common.edit_text.cancel_button" %}
    {% else %}
    - {% trans "To add your review, please " %}{% trans "log in" %}{% trans "or" %} {% trans "register" %}. + {% trans "edit_text_add_review_request " %}{% trans "edit_text_login" %}{% trans "edit_text_or" %} {% trans "edit_text_register" %}.
    -
    {% trans "Close" %}
    +
    {% trans "edit_text.close_button" %}
    {% endif %}
-

{% trans "Writing Helpful Reviews" %}

-

{% trans "For primary texts and historical translations:" %}{% trans " Indicate what outside source (book, web page) was used to compare the text, or make clear that your review is only looking at the text present." %}

+

{% trans "edit_text.review_message" %}

+

{% trans "edit_text_primary_text_historical_translation" %}{% trans "edit_text_primary_text_historical_trans_detail" %}

-
{% trans "I compared this text to X printed edition and found no problems." %}
-
{% trans "I checked this text against the edition on X website, all looks good." %}
-
{% trans "I read this text carefully and don't see anything wrong." %}
+
{% trans "edit_text.compare_printed_edition" %}
+
{% trans "edit_text.all_looks_good" %}
+
{% trans "edit_text.no_issue_message" %}
-

{% trans "For original translations:" %}{% trans " Review the text carefully next to the original, and comment on its accuracy and style according to our " %}{% trans "translation guidelines" %}.

+

{% "For original translations:" %}{% " Review the text carefully next to the original, and comment on its accuracy and style according to our " %}{% "translation guidelines" %}.

-
{% trans "This translation seems accurate to me." %}
-
{% trans "The language could be improved, but the translation seems right." %}
-
{% trans "This translation misunderstands the term X." %}
+
{% trans "edit_text.accurate" %}
+
{% trans "edit_text.translation_review" %}
+
{% trans "edit_text.misunderstand_term_X" %}
- {% trans "How to Score your Review:" %} + {% trans "edit_text.score_review" %}
- {% trans " Compared closesly to a source, confident there are no problems." %} + {% trans " edit_text.compared_to_source_message" %}
- {% trans " Compared to a source, didn't notice any problems." %} + {% trans " edit_text.compared_to_source_no_problem_message" %}
- {% trans " Looks problem free, but could be reviewed more closely." %} + {% trans " edit_text.proble_free_need_review" %}
- {% trans " Found some issues that need to be addressed." %} + {% trans " edit_text.found_small_issues_need_to_address" %}
- {% trans " Found serious problems that need to be addressed." %} + {% trans " edit_text.found_serious_issues_need_address" %}
-
{% trans "OK" %}
+
{% trans "edit_text_ok_button" %}
- {% trans "This text will be published with a " %}CC-0{% trans ' licence, effectively donating it to the Public Domain. Only submit texts as "Original Translation" that you have authored.' %} + {% "This text will be published with a " %}CC-0{%' licence, effectively donating it to the Public Domain. Only submit texts as "Original Translation" that you have authored.' %}
- {% trans "Copied texts must either be in the " %}{% trans "Public Domain" %}{% trans " or carry a " %}{% trans "Creative Commons" %}{% trans " license such as " %}CC0, CC-BY, or CC-BY-SA{% trans ". You can learn more about when a text passes into the Public Domain on this" %} {% trans "summary of Copyright Terms" %}. + {%"Copied texts must either be in the " %}{% "Public Domain" %}{%" or carry a " %}{%"Creative Commons" %}{%" license such as " %}CC0, CC-BY, or CC-BY-SA{%". You can learn more about when a text passes into the Public Domain on this" %} {%"summary of Copyright Terms" %}.
-
{% trans "Version Title:" %}
-
{% trans "Copied from:" %}
+
{% trans "edit_text.version_title" %}
+
{% trans "edit_text.copied_from" %}
- {% trans "Language: + {%"Language:" %}
diff --git a/templates/registration/delete_user_account.html b/templates/registration/delete_user_account.html index d2acd1157c..280518bc6d 100644 --- a/templates/registration/delete_user_account.html +++ b/templates/registration/delete_user_account.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Admin: Delete a User" %} | {% trans "Sefaria" %}{% endblock %} +{% block title %}{% trans "Admin: Delete a User" %} | {% trans "common.delete_user_account.pecha" %}{% endblock %} {% block content %} diff --git a/templates/sheets.html b/templates/sheets.html index d1fd24f833..2abadb840c 100755 --- a/templates/sheets.html +++ b/templates/sheets.html @@ -4,7 +4,7 @@ {% load static %} {% load i18n %} -{% block title %}{% if title %}{{ title|striptags|strip_html_entities }} | {% trans "Sefaria" %}{% else %}{% trans "Start a New Sheet - Sefaria Source Sheet Builder" %}{% endif %}{% endblock %} +{% block title %}{% if title %}{{ title|striptags|strip_html_entities }} | {%"Sefaria" %}{% else %}{% trans "Start a New Sheet - Sefaria Source Sheet Builder" %}{% endif %}{% endblock %} {% block description %}{% if sheet.owner %}{% trans "A source sheet created with Sefaria's Source Sheet Builder." %}{% else %}{% trans "Create your own source sheet with Sefaria's Source Sheet Builder." %}{% endif %}{% endblock %} {% block soc_description %}{% if sheet.owner %}{% trans "A source sheet created with Sefaria's Source Sheet Builder." %}{% else %}{% trans "Create your own source sheet with Sefaria's Source Sheet Builder." %}{% endif %}{% endblock %} From 2384e7d8b2d1e59a7a9b744709beacd8db9d14e2 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 6 Jan 2025 23:48:06 +0530 Subject: [PATCH 03/14] update_02 --- locale/en/LC_MESSAGES/django.po | 955 ++++-------------- templates/metrics.html | 38 +- templates/people.html | 8 +- templates/profile.html | 36 +- templates/sheets_visual.html | 6 +- templates/static/all_home.html | 4 +- templates/static/app.html | 14 +- .../static/aramaic-translation-contest.html | 14 +- templates/static/connect.html | 4 +- templates/static/contest.html | 4 +- templates/static/contributed-to-sefaria.html | 4 +- templates/static/daf-yomi.html | 4 +- templates/static/dicta-thanks.html | 4 +- templates/static/digitized-by-sefaria.html | 2 +- templates/static/educators.html | 4 +- templates/static/en/about.html | 4 +- templates/static/en/ways-to-give.html | 4 +- templates/static/he/about.html | 2 +- templates/static/he/ways-to-give.html | 4 +- templates/static/home.html | 18 +- templates/static/ios.html | 2 +- templates/static/jobs.html | 4 +- templates/static/linker.html | 4 +- templates/static/mobile.html | 14 +- templates/static/newsletter.html | 14 +- .../powered-by-sefaria-contest-2020.html | 4 +- .../powered-by-sefaria-contest-2021.html | 4 +- templates/static/powered-by.html | 4 +- templates/static/privacy-policy.html | 2 +- templates/static/ramban-sponsorships.html | 4 +- templates/static/remote-learning.html | 4 +- .../static/sefaria-community-translation.html | 4 +- templates/static/sefaria-edition.html | 4 +- templates/static/sheets.html | 4 +- templates/static/shraga-silverstein.html | 2 +- templates/static/strategy.html | 2 +- templates/static/supporters.html | 4 +- templates/static/team.html | 4 +- templates/static/terms.html | 2 +- templates/static/testimonials.html | 4 +- templates/static/the-sefaria-story.html | 4 +- templates/static/torah-tab.html | 4 +- templates/static/visualizations.html | 4 +- templates/static/william-davidson-talmud.html | 6 +- templates/static/word-by-word.html | 4 +- templates/talmud_people.html | 4 +- templates/talmudic_relationships.html | 4 +- templates/timeline.html | 4 +- templates/unique_words_viz.html | 4 +- templates/visual_library.html | 4 +- templates/visual_parasha_colors.html | 2 +- templates/visualize_links_through_rashi.html | 4 +- 52 files changed, 356 insertions(+), 915 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index c425810d49..f3c6aa8520 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-03 06:48-0400\n" +"POT-Creation-Date: 2025-01-06 13:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,14 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: reader/templatetags/sefaria_tags.py:226 sefaria/settings.py:30 -#: templates/edit_text.html:185 templates/elements/notification.html:15 +#: templates/elements/notification.html:15 #: templates/elements/notification.html:17 templates/sheets.html:190 #: templates/sheets.html:272 msgid "English" msgstr "" #: reader/templatetags/sefaria_tags.py:227 sefaria/settings.py:31 -#: templates/edit_text.html:186 templates/elements/notification.html:15 +#: templates/elements/notification.html:15 #: templates/elements/notification.html:17 templates/sheets.html:278 msgid "Hebrew" msgstr "" @@ -45,21 +45,18 @@ msgid "Explore 3,000 years of Jewish texts in Hebrew and English translation." msgstr "" #: reader/views.py:733 reader/views.py:3168 templates/person.html:6 -#: templates/person.html:8 templates/registration/delete_user_account.html:4 +#: templates/person.html:8 #: templates/registration/password_reset_complete.html:3 #: templates/registration/password_reset_confirm.html:4 #: templates/registration/password_reset_done.html:3 #: templates/registration/password_reset_form.html:4 -#: templates/registration/register.html:4 templates/sheets.html:7 -#: templates/static/linker.html:4 templates/static/newsletter.html:4 -#: templates/static/privacy-policy.html:4 templates/static/terms.html:4 -#: templates/static/visualizations.html:4 +#: templates/registration/register.html:4 msgid "Sefaria" -msgstr "Pecha" +msgstr "" #: reader/views.py:735 msgid "A source sheet created with Sefaria's Source Sheet Builder" -msgstr "A source sheet created with Pecha's Source Sheet Builder" +msgstr "" #: reader/views.py:772 msgid "Recently Viewed" @@ -67,7 +64,7 @@ msgstr "" #: reader/views.py:773 msgid "Texts that you've recently viewed on Sefaria." -msgstr "Texts that you've recently viewed on Pecha." +msgstr "" #: reader/views.py:785 #, python-format @@ -76,13 +73,13 @@ msgstr "" #: reader/views.py:787 msgid " | Sefaria" -msgstr " | Pecha" +msgstr "" #: reader/views.py:821 reader/views.py:3208 msgid "" "Texts & Source Sheets from Torah, Talmud and Sefaria's library of Jewish " "sources." -msgstr "Texts & Source Sheets from Pecha's library of Buddhist sources." +msgstr "" #: reader/views.py:823 reader/views.py:3210 #, python-format @@ -90,8 +87,6 @@ msgid "" "Jewish texts and source sheets about %(topic)s from Torah, Talmud and other " "sources in Sefaria's library." msgstr "" -"Buddhist texts and source sheets about %(topic)s from sources in Pecha's " -"library." #: reader/views.py:841 msgid "Explore Jewish Texts by Topic" @@ -105,7 +100,7 @@ msgstr "" #: reader/views.py:923 msgid "Sefaria Search" -msgstr "Pecha Search" +msgstr "" #: reader/views.py:924 msgid "Search 3,000 years of Jewish texts in Hebrew and English translation." @@ -113,7 +108,7 @@ msgstr "" #: reader/views.py:950 reader/views.py:1011 msgid "Sefaria Collections" -msgstr "Pecha Collections" +msgstr "" #: reader/views.py:1128 msgid "Pecha - Buddhism in your own words" @@ -141,7 +136,7 @@ msgstr "" #: reader/views.py:1142 msgid "See your saved content on Sefaria" -msgstr "See your saved content on Pecha" +msgstr "" #: reader/views.py:1158 msgid "My User History" @@ -149,25 +144,17 @@ msgstr "" #: reader/views.py:1159 msgid "See your user history on Sefaria" -msgstr "See your user history on Pecha" +msgstr "" #: reader/views.py:1164 -#, fuzzy -#| msgid "New Additions to the Sefaria Library" msgid "New Additions to the Pecha Library" -msgstr "New Additions to the Pecha Library" +msgstr "" #: reader/views.py:1165 -#, fuzzy -#| msgid "" -#| "See texts, translations and connections that have been recently added to " -#| "Sefaria." msgid "" "See texts, translations and connections that have been recently added to " "Pecha." msgstr "" -"See texts, translations and connections that have been recently added to " -"Pecha." #: reader/views.py:1171 msgid "User Stats" @@ -175,7 +162,7 @@ msgstr "" #: reader/views.py:1178 msgid "Sefaria Notifications" -msgstr "Pecha Notifications" +msgstr "" #: reader/views.py:1188 msgid "Moderator Tools" @@ -195,25 +182,19 @@ msgstr "" #: reader/views.py:3169 msgid "Explore Jewish Texts by Topic on Sefaria" -msgstr "Explore Buddhist Texts by Topic on Pecha" +msgstr "" #: reader/views.py:3627 -#, fuzzy, python-format -#| msgid "%(full_name)s on Sefaria" +#, python-format msgid "%(full_name)s on Pecha" -msgstr "%(full_name)s on Pecha" +msgstr "" #: reader/views.py:3628 -#, fuzzy, python-format -#| msgid "" -#| "%(full_name)s is on Sefaria. Follow to view their public source sheets, " -#| "notes and translations." +#, python-format msgid "" "%(full_name)s is on Pecha. Follow to view their public source sheets, notes " "and translations." msgstr "" -"%(full_name)s is on Pecha. Follow to view their public source sheets, notes " -"and translations." #: reader/views.py:3642 reader/views.py:3670 reader/views.py:3804 msgid "You must be logged in to update your profile." @@ -237,15 +218,13 @@ msgstr "" #: reader/views.py:4079 msgid "From the Community: Today on Sefaria" -msgstr "From the Community: Today on Pecha" +msgstr "" #: reader/views.py:4081 msgid "" "New and featured source sheets, divrei torah, articles, sermons and more " "created by members of the Sefaria community." msgstr "" -"New and featured source sheets, divrei torah, articles, sermons and more " -"created by members of the Pecha community." #: sefaria/forms.py:32 msgid "Email Address to delete" @@ -261,8 +240,6 @@ msgstr "" #: sefaria/forms.py:41 sefaria/forms.py:47 sefaria/forms.py:152 #: templates/messages/2022-01-09-user-testing-modal.html:86 -#: templates/static/aramaic-translation-contest.html:140 -#: templates/static/home.html:362 templates/static/newsletter.html:24 msgid "Email Address" msgstr "" @@ -270,18 +247,18 @@ msgstr "" msgid "Password" msgstr "" -#: sefaria/forms.py:48 templates/edit_profile.html:27 +#: sefaria/forms.py:48 msgid "First Name" msgstr "" -#: sefaria/forms.py:49 templates/edit_profile.html:33 +#: sefaria/forms.py:49 msgid "Last Name" msgstr "" #: sefaria/forms.py:55 templates/registration/custom_dropdown.html:5 #: templates/registration/register.html:27 msgid "Select an option" -msgstr "Select an option" +msgstr "" #: sefaria/forms.py:56 templates/registration/custom_dropdown.html:10 #: templates/registration/register.html:32 @@ -369,10 +346,6 @@ msgid "Spanish" msgstr "" #: sefaria/views.py:200 sefaria/views.py:203 sefaria/views.py:287 -#: templates/static/app.html:383 -#: templates/static/aramaic-translation-contest.html:189 -#: templates/static/home.html:392 templates/static/mobile.html:388 -#: templates/static/newsletter.html:56 msgid "Sorry, there was an error." msgstr "" @@ -392,7 +365,7 @@ msgstr "" #: templates/404.html:4 msgid "Page Not Found | Sefaria" -msgstr "Page Not Found | Pecha" +msgstr "" #: templates/404.html:11 msgid "Page Not Found" @@ -427,11 +400,8 @@ msgstr "" msgid "common.account_setting.cancel_setting_button" msgstr "" -#: templates/account_settings.html:19 templates/account_settings.html:125 -#: templates/edit_profile.html:20 templates/edit_text.html:96 -#: templates/edit_text.html:149 templates/sheets.html:452 -#: templates/sheets.html:825 templates/sheets.html:978 -msgid "Save" +#: templates/account_settings.html:19 +msgid "common.account_setting.save_request" msgstr "" #: templates/account_settings.html:25 @@ -518,6 +488,10 @@ msgstr "" msgid "account_setting.export_sheet_message" msgstr "" +#: templates/account_settings.html:125 +msgid "common.account_setting.save_setting_button" +msgstr "" + #: templates/account_settings.html:128 msgid "common.account_setting.cancel_request" msgstr "" @@ -624,7 +598,7 @@ msgstr "" #: templates/discussions.html:6 templates/discussions.html:14 msgid "Discuss a Text on Sefaria" -msgstr "Discuss a Text on Pecha" +msgstr "" #: templates/discussions.html:18 msgid "This is an EXPERIMENTAL" @@ -672,105 +646,111 @@ msgstr "" #: templates/edit_collection.html:9 msgid "Edit Collection on Sefaria" -msgstr "Edit Collection on Pecha" +msgstr "" #: templates/edit_collection.html:20 templates/elements/loading.html:12 -#: templates/metrics.html:16 templates/sheets.html:518 -#: templates/sheets.html:750 +#: templates/sheets.html:518 templates/sheets.html:750 msgid "Loading..." msgstr "" #: templates/edit_profile.html:5 -msgid "Edit Your Profile on Sefaria" -msgstr "Edit Your Profile on Pecha" +msgid "edit_profile.edit_your_profile" +msgstr "" #: templates/edit_profile.html:13 -msgid "Edit Your Profile" +msgid "edit_profile.header" msgstr "" -#: templates/edit_profile.html:17 templates/edit_text.html:69 -#: templates/edit_text.html:97 templates/edit_text.html:150 -#: templates/elements/login_prompt.html:8 templates/profile.html:181 -#: templates/sheets.html:996 templates/sheets.html:1018 -msgid "Cancel" +#: templates/edit_profile.html:17 +msgid "common.edit_profile.cancel_button" +msgstr "" + +#: templates/edit_profile.html:20 +msgid "common.edit_profile.save_button" +msgstr "" + +#: templates/edit_profile.html:27 +msgid "edit_profile.first_name" +msgstr "" + +#: templates/edit_profile.html:33 +msgid "edit_profile.last_name" msgstr "" #: templates/edit_profile.html:39 -msgid "Title" +msgid "edit_profile.title" msgstr "" #: templates/edit_profile.html:45 -msgid "Organization" +msgid "edit_profile.organization" msgstr "" #: templates/edit_profile.html:51 -msgid "Website" +msgid "edit_profile.website" msgstr "" #: templates/edit_profile.html:57 -msgid "Location" +msgid "edit_profile.location" msgstr "" #: templates/edit_profile.html:63 -msgid "Education" +msgid "edit_profile.education_info" msgstr "" #: templates/edit_profile.html:63 -msgid "where have you learned" +msgid "edit_profile.education_info_detail" msgstr "" #: templates/edit_profile.html:72 -msgid "Add a line" +msgid "edit_profile.line_add" msgstr "" #: templates/edit_profile.html:77 -msgid "About Me" +msgid "edit_profile.about_me" msgstr "" #: templates/edit_profile.html:87 -msgid "Public Sheets" +msgid "edit_profile.public_sheets" msgstr "" #: templates/edit_profile.html:91 -msgid "" -"You can drag and order source sheets that you want to pin to the top of your " -"profile." +msgid "edit_profile.drag_sheet_message" msgstr "" #: templates/edit_profile.html:95 -msgid "Pinned Sheets" +msgid "edit_profile.pinned_sheets" msgstr "" #: templates/edit_profile.html:105 -msgid "All Sheets" +msgid "edit_profile.all_sheets" msgstr "" #: templates/edit_profile.html:119 -msgid "Contact" +msgid "edit_profile.contact" msgstr "" #: templates/edit_profile.html:124 -msgid "Email (will be public)" +msgid "edit_profile.email_privacy" msgstr "" #: templates/edit_profile.html:130 -msgid "Profile URL" +msgid "edit_profile.profile_url" msgstr "" #: templates/edit_profile.html:136 -msgid "Twitter Handle" +msgid "edit_profile.twitter_handle" msgstr "" -#: templates/edit_profile.html:142 templates/profile.html:64 -msgid "LinkedIn" +#: templates/edit_profile.html:142 +msgid "edit_profile.linkedIn" msgstr "" -#: templates/edit_profile.html:148 templates/profile.html:52 -msgid "Facebook" +#: templates/edit_profile.html:148 +msgid "edit_profile.facebook" msgstr "" #: templates/edit_profile.html:154 -msgid "YouTube Channel" +msgid "edit_profile.youtube_channel" msgstr "" #: templates/edit_term.html:39 @@ -782,185 +762,132 @@ msgid "admin.loading" msgstr "" #: templates/edit_text.html:64 -msgid "Add a New Text" +msgid "edit_text.add_new_text" msgstr "" #: templates/edit_text.html:65 -msgid "Text or commentator name:" +msgid "edit_text.text_commentator_name" msgstr "" -#: templates/edit_text.html:68 templates/sheets.html:971 -#: templates/sheets.html:993 -msgid "Add" +#: templates/edit_text.html:68 +msgid "edit_text.add_button" +msgstr "" + +#: templates/edit_text.html:69 templates/edit_text.html:97 +#: templates/edit_text.html:150 +msgid "common.edit_text.cancel_button" msgstr "" #: templates/edit_text.html:86 -msgid "Your Review:" +msgid "edit_text.your_review" msgstr "" #: templates/edit_text.html:88 -msgid "How should I write a review?" +msgid "edit_text.review_question" +msgstr "" + +#: templates/edit_text.html:96 templates/edit_text.html:149 +msgid "common.edit_text.save_button" msgstr "" #: templates/edit_text.html:101 -msgid "To add your review, please " +msgid "edit_text_add_review_request " msgstr "" #: templates/edit_text.html:101 -msgid "log in" +msgid "edit_text_login" msgstr "" -#: templates/edit_text.html:101 templates/sheets.html:724 -#: templates/sheets.html:788 -msgid "or" +#: templates/edit_text.html:101 +msgid "edit_text_or" msgstr "" -#: templates/edit_text.html:101 templates/sheets.html:789 -msgid "register" +#: templates/edit_text.html:101 +msgid "edit_text_register" msgstr "" #: templates/edit_text.html:104 -msgid "Close" +msgid "edit_text.close_button" msgstr "" #: templates/edit_text.html:109 -msgid "Writing Helpful Reviews" +msgid "edit_text.review_message" msgstr "" #: templates/edit_text.html:110 -msgid "For primary texts and historical translations:" +msgid "edit_text_primary_text_historical_translation" msgstr "" #: templates/edit_text.html:110 -msgid "" -" Indicate what outside source (book, web page) was used to compare the text, " -"or make clear that your review is only looking at the text present." +msgid "edit_text_primary_text_historical_trans_detail" msgstr "" #: templates/edit_text.html:112 -msgid "I compared this text to X printed edition and found no problems." +msgid "edit_text.compare_printed_edition" msgstr "" #: templates/edit_text.html:113 -msgid "I checked this text against the edition on X website, all looks good." +msgid "edit_text.all_looks_good" msgstr "" #: templates/edit_text.html:114 -msgid "I read this text carefully and don't see anything wrong." -msgstr "" - -#: templates/edit_text.html:117 -msgid "For original translations:" -msgstr "" - -#: templates/edit_text.html:117 -msgid "" -" Review the text carefully next to the original, and comment on its accuracy " -"and style according to our " -msgstr "" - -#: templates/edit_text.html:117 -msgid "translation guidelines" +msgid "edit_text.no_issue_message" msgstr "" #: templates/edit_text.html:119 -msgid "This translation seems accurate to me." +msgid "edit_text.accurate" msgstr "" #: templates/edit_text.html:120 -msgid "The language could be improved, but the translation seems right." +msgid "edit_text.translation_review" msgstr "" #: templates/edit_text.html:121 -msgid "This translation misunderstands the term X." +msgid "edit_text.misunderstand_term_X" msgstr "" #: templates/edit_text.html:125 -msgid "How to Score your Review:" +msgid "edit_text.score_review" msgstr "" #: templates/edit_text.html:127 -msgid " Compared closesly to a source, confident there are no problems." +msgid " edit_text.compared_to_source_message" msgstr "" #: templates/edit_text.html:130 -msgid " Compared to a source, didn't notice any problems." +msgid " edit_text.compared_to_source_no_problem_message" msgstr "" #: templates/edit_text.html:133 -msgid " Looks problem free, but could be reviewed more closely." +msgid " edit_text.proble_free_need_review" msgstr "" #: templates/edit_text.html:136 -msgid " Found some issues that need to be addressed." +msgid " edit_text.found_small_issues_need_to_address" msgstr "" #: templates/edit_text.html:139 -msgid " Found serious problems that need to be addressed." +msgid " edit_text.found_serious_issues_need_address" msgstr "" -#: templates/edit_text.html:142 templates/sheets.html:1042 -#: templates/sheets.html:1078 templates/sheets.html:1094 -msgid "OK" -msgstr "" - -#: templates/edit_text.html:156 -msgid "Source " +#: templates/edit_text.html:142 +msgid "edit_text_ok_button" msgstr "" #: templates/edit_text.html:163 -msgid "Original Translation" +msgid "edit_text.original_translation" msgstr "" #: templates/edit_text.html:167 -msgid "Copied Text" -msgstr "" - -#: templates/edit_text.html:172 -msgid "This text will be published with a " -msgstr "" - -#: templates/edit_text.html:172 -msgid "" -" licence, effectively donating it to the Public Domain. Only submit texts as " -"\"Original Translation\" that you have authored." -msgstr "" - -#: templates/edit_text.html:176 -msgid "Copied texts must either be in the " -msgstr "" - -#: templates/edit_text.html:176 -msgid "Public Domain" -msgstr "" - -#: templates/edit_text.html:176 -msgid " or carry a " -msgstr "" - -#: templates/edit_text.html:176 -msgid "Creative Commons" -msgstr "" - -#: templates/edit_text.html:176 -msgid " license such as " -msgstr "" - -#: templates/edit_text.html:176 -msgid "" -". You can learn more about when a text passes into the Public Domain on this" -msgstr "" - -#: templates/edit_text.html:176 -msgid "summary of Copyright Terms" +msgid "edit_text.copied_text" msgstr "" #: templates/edit_text.html:178 -msgid "Version Title:" +msgid "edit_text.version_title" msgstr "" #: templates/edit_text.html:179 -msgid "Copied from:" +msgid "edit_text.copied_from" msgstr "" #: templates/elements/activity_feed.html:7 @@ -1105,6 +1032,11 @@ msgstr "" msgid "Sign Up" msgstr "" +#: templates/elements/login_prompt.html:8 templates/sheets.html:996 +#: templates/sheets.html:1018 +msgid "Cancel" +msgstr "" + #: templates/elements/notification.html:15 #: templates/elements/notification.html:17 msgid "New" @@ -1177,10 +1109,6 @@ msgid "" "on Sefaria.\n" "\t\t" msgstr "" -"\n" -"\t\t%(inviter)s invited you to contribute to the collection %(collection)s " -"on Pecha.\n" -"\t\t" #: templates/email/collection_signup_invitation_email.html:14 #, python-format @@ -1190,18 +1118,8 @@ msgid "" "Sefaria account.\n" "\t\t" msgstr "" -"\n" -"\t\tTo accept this invitation, create a free Pecha " -"account.\n" -"\t\t" #: templates/email/collection_signup_invitation_email.html:24 -#, fuzzy -#| msgid "" -#| "\t\tSefaria is a free living library of Jewish texts. Collections on " -#| "Sefaria help you easily build and share collections of source sheets you " -#| "create or find on Sefaria.
.\t\tFeel free to send any questions over " -#| "email.\t\t" msgid "" "\n" "\t\tSefaria is a free living library of Jewish texts. Collections on Sefaria " @@ -1211,10 +1129,6 @@ msgid "" "\">email.\n" "\t\t" msgstr "" -"Pecha is a free living library of Jewish texts. Collections on Pecha help " -"you easily build and share collections of source sheets you create or find " -"on Pecha.\t\tFeel free to send any questions over email." #: templates/email/notification.html:8 msgid "sent you a message:" @@ -1243,13 +1157,12 @@ msgstr "" #: templates/email/notifications_email.html:9 msgid " Here's some new activity on Sefaria that you may have missed." -msgstr " Here's some new activity on Pecha that you may have missed." +msgstr "" #: templates/explore.html:4 msgid "" "Link Explorer - Visualized Connections Between Talmud and Tanakh | Sefaria" msgstr "" -"Link Explorer - Visualized Connections Between Talmud and Tanakh | Pecha" #: templates/explore.html:4 #, python-format @@ -1257,8 +1170,6 @@ msgid "" "Link Explorer - Visualized Connections Between %(bottomCatTitle)s and " "%(topCatTitle)s | Sefaria" msgstr "" -"Link Explorer - Visualized Connections Between %(bottomCatTitle)s and " -"%(topCatTitle)s | Pecha" #: templates/explore.html:6 msgid "" @@ -1280,99 +1191,39 @@ msgstr "" #: templates/leaderboard.html:4 msgid "Top Contributors | Sefaria" -msgstr "Top Contributors | Pecha" +msgstr "" #: templates/leaderboard.html:6 msgid "" "See who has been contributing most to Sefaria in terms of texts, " "translations, and source sheet." msgstr "" -"See who has been contributing most to Pecha in terms of texts, translations, " -"and source sheet." #: templates/leaderboard.html:30 msgid "Top Contributors" msgstr "" -#: templates/metrics.html:4 -msgid "Sefaria Metrics" -msgstr "Pecha Metrics" - -#: templates/metrics.html:6 -msgid "" -"See graphs charting Sefaria's progress since 2013 across metrics including " -"word counts, number of links and number of source sheets." -msgstr "" -"See graphs charting Pecha's progress since 2013 across metrics including " -"word counts, number of links and number of source sheets." - -#: templates/metrics.html:13 -msgid "Metrics" -msgstr "" - -#: templates/metrics.html:33 -msgid "Total Words in Library" -msgstr "" - -#: templates/metrics.html:34 -msgid "Words in Hebrew & Aramaic" -msgstr "" - -#: templates/metrics.html:35 -msgid "Words in Translation" -msgstr "" - -#: templates/metrics.html:36 -msgid "Words of Original Translation created by Sefaria Volunteers" -msgstr "Words of Original Translation created by Pecha Volunteers" - -#: templates/metrics.html:37 -msgid "Number of Public Contributors" -msgstr "" - -#: templates/metrics.html:38 -msgid "Number of Intertextual Links" -msgstr "" - -#: templates/metrics.html:39 -msgid "Number of Source Sheets" -msgstr "" - -#: templates/metrics.html:43 templates/metrics.html:44 -#: templates/metrics.html:45 templates/metrics.html:46 -msgid "Words" +#: templates/people.html:5 +msgid "people.authors_on_pecha" msgstr "" -#: templates/metrics.html:47 -msgid "Contributors" +#: templates/people.html:7 +msgid "people.biography_and_informations_about_authors" msgstr "" -#: templates/metrics.html:48 -msgid "Links" +#: templates/people.html:23 +msgid "people.authors" msgstr "" -#: templates/metrics.html:49 templates/profile.html:99 -msgid "Source Sheets" +#: templates/people.html:28 +msgid "people.choejuk_author" msgstr "" -#: templates/people.html:5 -msgid "Authors on Sefaria" -msgstr "Authors on Pecha" - -#: templates/people.html:7 -msgid "" -"Biographies and information about the authors of Jewish texts on Sefaria, " -"together with links to their available texts." -msgstr "" -"Biographies and information about the authors of Jewish texts on Pecha, " -"together with links to their available texts." - -#: templates/people.html:23 templates/person.html:38 +#: templates/person.html:38 msgid "Authors" msgstr "" -#: templates/people.html:28 templates/person.html:41 -#: templates/talmud_people.html:6 +#: templates/person.html:41 msgid "People in the Talmud" msgstr "" @@ -1402,72 +1253,68 @@ msgid "Map" msgstr "" #: templates/profile.html:4 -msgid "on Sefaria" -msgstr "on Pecha" +msgid "profile_title_pecha" +msgstr "" #: templates/profile.html:6 -msgid "" -"is on Sefaria. Follow to view their public source sheets, notes and " -"translations." +msgid "user_profile_page_desc" msgstr "" -"is on Pecha. Follow to view their public source sheets, notes and " -"translations." -#: templates/profile.html:20 -msgid "at " +#: templates/profile.html:52 +msgid "common.profile.facebook" msgstr "" #: templates/profile.html:58 -msgid "Twitter" +msgid "common.profile.twitter" +msgstr "" + +#: templates/profile.html:64 +msgid "common.profile.linkedIn" msgstr "" #: templates/profile.html:73 -msgid "Message" +msgid "profile.message" msgstr "" #: templates/profile.html:77 -msgid "Follow" +msgid "common.profile.follow" msgstr "" #: templates/profile.html:78 -msgid "Following" +msgid "common.profile.following" msgstr "" #: templates/profile.html:79 -msgid "Unfollow" +msgid "common.profile.unfollow" msgstr "" #: templates/profile.html:84 -msgid "Edit Profile" +msgid "profile.edit_profile" +msgstr "" + +#: templates/profile.html:99 +msgid "profile.source_sheet" msgstr "" #: templates/profile.html:119 -msgid "Notes" +msgid "profile_notes" msgstr "" #: templates/profile.html:126 -msgid "Activity" +msgid "profile.activity" msgstr "" #: templates/profile.html:128 -msgid "More Activity" -msgstr "" - -#: templates/profile.html:178 -msgid "Send a message to " -msgstr "" - -#: templates/profile.html:180 -msgid "Send" +msgid "profile.more_activity" msgstr "" #: templates/random.html:7 msgid "Random Text | Sefaria.org" -msgstr "Random Text | Pecha.org" +msgstr "" #: templates/random.html:14 msgid "A Random Text on Sefaria" -msgstr "A Random Text on Pecha" +msgstr "" #: templates/random.html:18 msgid "Get Random" @@ -1477,6 +1324,10 @@ msgstr "" msgid "Admin: Delete a User" msgstr "" +#: templates/registration/delete_user_account.html:4 +msgid "common.delete_user_account.pecha" +msgstr "" + #: templates/registration/delete_user_account.html:11 #: templates/registration/delete_user_account.html:17 msgid "Delete User" @@ -1484,7 +1335,7 @@ msgstr "" #: templates/registration/logged_out.html:4 msgid "Logged Out | Sefaria" -msgstr "Logged Out | Pecha" +msgstr "" #: templates/registration/logged_out.html:13 msgid "You are now logged out." @@ -1499,16 +1350,10 @@ msgid "Log in to Pecha" msgstr "" #: templates/registration/login.html:6 -#, fuzzy -#| msgid "" -#| "Log in to your Sefaria account to make source sheets, write notes, and " -#| "follow other Sefaria users." msgid "" "Log in to your Pecha account to make source sheets, write notes, and follow " "other Pecha users." msgstr "" -"Log in to your Pecha account to make source sheets, write notes, and follow " -"other Pecha users." #: templates/registration/login.html:14 msgid "You are already logged in as" @@ -1596,7 +1441,7 @@ msgstr "" #: templates/registration/password_reset_form.html:6 msgid "Request a link to change your Sefaria password if you've forgotten it." -msgstr "Request a link to change your Pecha password if you've forgotten it." +msgstr "" #: templates/registration/password_reset_form.html:13 #: templates/registration/password_reset_form.html:14 @@ -1621,16 +1466,14 @@ msgid "" "Create an account on Sefaria to make source sheets, take notes and follow " "other people." msgstr "" -"Create an account on Pecha to make source sheets, take notes and follow " -"other people." #: templates/registration/register.html:13 msgid "Sign_Up_Title" -msgstr "Sign Up" +msgstr "" #: templates/registration/register.html:46 msgid "Sign_Up_Button" -msgstr "Sign Up" +msgstr "" #: templates/registration/register.html:50 msgid "Already have an account? Log in" @@ -1648,16 +1491,16 @@ msgstr "" #: templates/sheets.html:7 templates/sheets_visual.html:4 msgid "Start a New Sheet - Sefaria Source Sheet Builder" -msgstr "Start a New Sheet - Pecha Source Sheet Builder" +msgstr "" #: templates/sheets.html:9 templates/sheets.html:10 msgid "A source sheet created with Sefaria's Source Sheet Builder." -msgstr "A source sheet created with Pecha's Source Sheet Builder." +msgstr "" #: templates/sheets.html:9 templates/sheets.html:10 #: templates/sheets_visual.html:6 msgid "Create your own source sheet with Sefaria's Source Sheet Builder." -msgstr "Create your own source sheet with Pecha's Source Sheet Builder." +msgstr "" #: templates/sheets.html:31 msgid "File" @@ -1835,6 +1678,11 @@ msgstr "" msgid "Highlight Mode is On" msgstr "" +#: templates/sheets.html:452 templates/sheets.html:825 +#: templates/sheets.html:978 +msgid "Save" +msgstr "" + #: templates/sheets.html:461 templates/sheets.html:779 #: templates/sheets.html:1089 msgid "Share" @@ -1939,11 +1787,11 @@ msgstr "" #: templates/sheets.html:702 msgid "english" -msgstr "English" +msgstr "" #: templates/sheets.html:703 msgid "tibetan" -msgstr "བོད་ཡིག" +msgstr "" #: templates/sheets.html:711 msgid "Add Image, Youtube Video, SoundCloud link, or MP3" @@ -1953,6 +1801,10 @@ msgstr "" msgid "Paste URL" msgstr "" +#: templates/sheets.html:724 templates/sheets.html:788 +msgid "or" +msgstr "" + #: templates/sheets.html:729 msgid "Upload an Image" msgstr "" @@ -2013,15 +1865,17 @@ msgstr "" msgid "login" msgstr "" +#: templates/sheets.html:789 +msgid "register" +msgstr "" + #: templates/sheets.html:789 msgid "to save your work." msgstr "" #: templates/sheets.html:800 -#, fuzzy -#| msgid "Made with the Sefaria Source Sheet Builder" msgid "Made with the Pecha Source Sheet Builder" -msgstr "Made with the Pecha Source Sheet Builder" +msgstr "" #: templates/sheets.html:811 msgid "Add Highlight" @@ -2093,6 +1947,10 @@ msgstr "" msgid "Anyone with access can" msgstr "" +#: templates/sheets.html:971 templates/sheets.html:993 +msgid "Add" +msgstr "" + #: templates/sheets.html:985 msgid "" "\n" @@ -2114,6 +1972,11 @@ msgstr "" msgid "Change this source's layout" msgstr "" +#: templates/sheets.html:1042 templates/sheets.html:1078 +#: templates/sheets.html:1094 +msgid "OK" +msgstr "" + #: templates/sheets.html:1043 msgid "Reset to sheet defaults" msgstr "" @@ -2147,7 +2010,7 @@ msgstr "" #: templates/sheets.html:1083 msgid "No problem, this sheet is still not listed on Sefaria." -msgstr "No problem, this sheet is still not listed on Pecha." +msgstr "" #: templates/sheets.html:1088 msgid "You can make your sheet public in the future from the" @@ -2159,7 +2022,7 @@ msgstr "" #: templates/sheets_visual.html:4 msgid "Sefaria Source Sheet Builder" -msgstr "Pecha Source Sheet Builder" +msgstr "" #: templates/sheets_visual.html:6 #, python-format @@ -2167,8 +2030,6 @@ msgid "" "Visual layout of a source sheet by %(sheet.owner|user_name)s created with " "Sefaria's Source Sheet Builder." msgstr "" -"Visual layout of a source sheet by %(sheet.owner|user_name)s created with " -"Pecha's Source Sheet Builder." #: templates/sheets_visual.html:30 msgid "Back to Sheet" @@ -2178,447 +2039,27 @@ msgstr "" msgid "TBD" msgstr "" -#: templates/static/app.html:4 -msgid "Sefaria App" -msgstr "Pecha App" - -#: templates/static/app.html:6 -msgid "Download the free Sefaria App for iOS and Android." -msgstr "Download the free Pecha App for iOS and Android." - -#: templates/static/app.html:314 templates/static/mobile.html:319 -msgid "Sign up for our Newsletter" -msgstr "" - -#: templates/static/app.html:374 -#: templates/static/aramaic-translation-contest.html:180 -#: templates/static/home.html:383 templates/static/mobile.html:379 -#: templates/static/newsletter.html:47 -msgid "Subscribing..." -msgstr "" - -#: templates/static/app.html:380 -#: templates/static/aramaic-translation-contest.html:186 -#: templates/static/home.html:389 templates/static/mobile.html:385 -#: templates/static/newsletter.html:53 -msgid "Subscribed! Welcome to our list." -msgstr "" - -#: templates/static/app.html:386 -#: templates/static/aramaic-translation-contest.html:192 -#: templates/static/home.html:395 templates/static/mobile.html:391 -#: templates/static/newsletter.html:59 -msgid "Please enter a valid email address." -msgstr "" - -#: templates/static/aramaic-translation-contest.html:4 -msgid "Sefaria: a Living Library of Jewish Texts Online" -msgstr "Pecha: a Living Library of Buddhist Texts Online" - -#: templates/static/aramaic-translation-contest.html:6 -msgid "" -"The largest free library of Jewish texts available to read online in Hebrew " -"and English including Torah, Tanakh, Talmud, Mishnah, Midrash, commentaries " -"and more." -msgstr "" - -#: templates/static/connect.html:4 -msgid "Sefaria Newsletter, Social Media and More" -msgstr "Pecha Newsletter, Social Media and More" - -#: templates/static/connect.html:6 -msgid "" -"Get updates on new texts and features on Sefaria by signing up for our " -"newsletter or following us on social media." -msgstr "" -"Get updates on new texts and features on Pecha by signing up for our " -"newsletter or following us on social media." - -#: templates/static/contest.html:4 templates/static/contest.html:6 -msgid "Powered by Sefaria Contest" -msgstr "Powered by Pecha Contest" - -#: templates/static/contributed-to-sefaria.html:4 -msgid "Texts Contributed to Sefaria" -msgstr "Texts Contributed to Pecha" - -#: templates/static/contributed-to-sefaria.html:6 -msgid "" -"Texts on Sefaria that list this page as their source were contributed " -"directly to Sefaria and have not yet been published elsewhere in print or on " -"the web." -msgstr "" -"Texts on Pecha that list this page as their source were contributed directly " -"to Pecha and have not yet been published elsewhere in print or on the web." - -#: templates/static/daf-yomi.html:4 -msgid "Daf Yomi | Sefaria" -msgstr "Daf Yomi | Pecha" - -#: templates/static/daf-yomi.html:6 -msgid "Learn the Talmud each day with Daf Yomi on Sefaria." -msgstr "Learn the Talmud each day with Daf Yomi on Pecha." - -#: templates/static/dicta-thanks.html:4 -msgid "Dicta Thanks" -msgstr "" - -#: templates/static/dicta-thanks.html:6 -msgid "Sefaria thanks Dicta for all of their help." -msgstr "Pecha thanks Dicta for all of their help." - -#: templates/static/digitized-by-sefaria.html:4 -msgid "Texts Digitized by Sefaria" -msgstr "Texts Digitized by Pecha" - -#: templates/static/educators.html:4 templates/static/educators.html:6 -msgid "Teach with Sefaria" -msgstr "Teach with Pecha" - -#: templates/static/en/about.html:4 templates/static/he/about.html:4 -#, fuzzy -#| msgid "About Sefaria" +#: templates/static/he/about.html:4 msgid "About Pecha" -msgstr "About Pecha" +msgstr "" -#: templates/static/en/about.html:6 templates/static/he/about.html:6 -#, fuzzy -#| msgid "" -#| "Sefaria is a nonprofit organization dedicated to building the future of " -#| "Jewish learning in an open and participatory way." +#: templates/static/he/about.html:6 msgid "" "Pecha is a nonprofit organization dedicated to building the future of " "Buddhist learning in an open and participatory way." msgstr "" -"Pecha is a nonprofit organization dedicated to building the future of " -"Buddhist learning in an open and participatory way." -#: templates/static/en/ways-to-give.html:4 #: templates/static/he/ways-to-give.html:5 msgid "Donate to Sefaria" -msgstr "Donate to Pecha" +msgstr "" -#: templates/static/en/ways-to-give.html:6 #: templates/static/he/ways-to-give.html:7 msgid "" "Support Sefaria by making a tax-deductible donation online or by check or " "wire transfer." msgstr "" -"Support Pecha by making a tax-deductible donation online or by check or wire " -"transfer." - -#: templates/static/home.html:5 -#, fuzzy -#| msgid "Sefaria: a Living Library of Jewish Texts Online" -msgid "Pecha: a Living Library of Buddhist Texts Online" -msgstr "Pecha: a Living Library of Buddhist Texts Online" - -#: templates/static/home.html:7 -msgid "" -"The largest free library of Buddhist texts available to read online in " -"Tibetan and English including commentaries and more." -msgstr "" - -#: templates/static/home.html:18 templates/static/home.html:32 -msgid "Pecha" -msgstr "" - -#: templates/static/ios.html:4 -msgid "Sefaria iOS" -msgstr "Pecha iOS" - -#: templates/static/jobs.html:4 -#, fuzzy -#| msgid "Jobs at Sefaria" -msgid "Jobs at Pecha" -msgstr "Jobs at Pecha" - -#: templates/static/jobs.html:6 -#, fuzzy -#| msgid "" -#| "Job openings at Sefaria, a nonprofit technology organization dedicated to " -#| "building the Jewish future." -msgid "" -"Job openings at Pecha, a nonprofit technology organization dedicated to " -"building the Buddhist future." -msgstr "" -"Job openings at Pecha, a nonprofit technology organization dedicated to " -"building the Buddhist future." - -#: templates/static/linker.html:4 -msgid "Linker Plugin" -msgstr "" - -#: templates/static/linker.html:6 -msgid "" -"Automatically turn citations on your website into links or dynamic popups " -"with the full text from Sefaria." -msgstr "" -"Automatically turn citations on your website into links or dynamic popups " -"with the full text from Pecha." - -#: templates/static/mobile.html:4 -#, fuzzy -#| msgid "Sefaria Mobile Apps" -msgid "Pecha Mobile Apps" -msgstr "Pecha Mobile Apps" - -#: templates/static/mobile.html:6 -msgid "Download the free Sefaria Apps for iOS and Android." -msgstr "Download the free Pecha Apps for iOS and Android." - -#: templates/static/newsletter.html:4 templates/static/newsletter.html:6 -msgid "Sign up for Sefaria's Newsletter" -msgstr "Sign up for Pecha's Newsletter" #: templates/static/powered-by-sefaria-contest-2020.html:4 #: templates/static/powered-by-sefaria-contest-2020.html:6 msgid "Powered by Sefaria Contest 2020" -msgstr "Powered by Pecha Contest 2020" - -#: templates/static/powered-by-sefaria-contest-2021.html:4 -#: templates/static/powered-by-sefaria-contest-2021.html:6 -msgid "Powered by Sefaria Contest 2021" -msgstr "Powered by Pecha Contest 2021" - -#: templates/static/powered-by.html:4 -msgid "Powered by Sefaria" -msgstr "Powered by Pecha" - -#: templates/static/powered-by.html:6 -msgid "" -"Sefaria’s open data and API can be used by anyone. You can find it all for " -"free in our GitHub repository!" -msgstr "" -"Pecha’s open data and API can be used by anyone. You can find it all for " -"free in our GitHub repository!" - -#: templates/static/privacy-policy.html:4 -msgid "Privacy Policy" -msgstr "" - -#: templates/static/ramban-sponsorships.html:4 -#: templates/static/ramban-sponsorships.html:6 -msgid "Ramban on Torah - Thank you to our Sponsors" -msgstr "" - -#: templates/static/remote-learning.html:4 -msgid "Remote Learning | Sefaria" -msgstr "Remote Learning | Pecha" - -#: templates/static/remote-learning.html:6 -msgid "Resources for teaching and learning virtually." -msgstr "" - -#: templates/static/sefaria-community-translation.html:4 -msgid "About Sefaria Community Translations" -msgstr "About Pecha Community Translations" - -#: templates/static/sefaria-community-translation.html:6 -msgid "" -"Sefaria Community Translations are open, crowd-sourced translations of texts " -"available in the Sefaria Library." -msgstr "" -"Pecha Community Translations are open, crowd-sourced translations of texts " -"available in the Pecha Library." - -#: templates/static/sefaria-edition.html:4 -msgid "About Sefaria Editions" -msgstr "About Pecha Editions" - -#: templates/static/sefaria-edition.html:6 -msgid "" -"The Sefaria Edition is a Sefaria commissioned translation created by " -"professional translators." -msgstr "" -"The Pecha Edition is a Pecha commissioned translation created by " -"professional translators." - -#: templates/static/sheets.html:4 -#, fuzzy -#| msgid "Sheets on Sefaria" -msgid "Sheets on Pecha" -msgstr "Sheets on Pecha" - -#: templates/static/sheets.html:6 -msgid "" -"Mix and match sources from Sefaria’s library of Jewish texts, and add your " -"comments, images and videos." -msgstr "" -"Mix and match sources from Pecha’s library of Jewish texts, and add your " -"comments, images and videos." - -#: templates/static/shraga-silverstein.html:4 -msgid "In Memory of Rabbi Shraga Silverstein" -msgstr "" - -#: templates/static/strategy.html:4 -msgid "Sefaria Strategy" -msgstr "Pecha Strategy" - -#: templates/static/supporters.html:4 -msgid "Sefaria's Supporters" -msgstr "Pecha's Supporters" - -#: templates/static/supporters.html:6 -msgid "" -"Sefaria gratefully acknowledges the following donors whose generosity and " -"leadership are making Sefaria possible." -msgstr "" -"Pecha gratefully acknowledges the following donors whose generosity and " -"leadership are making Pecha possible." - -#: templates/static/team.html:5 -msgid "The Sefaria Team" -msgstr "The Pecha Team" - -#: templates/static/team.html:7 -msgid "Sefaria's team is working to create the Jewish future." -msgstr "Pecha's team is working to create the Jewish future." - -#: templates/static/terms.html:4 -msgid "Terms of Use" -msgstr "" - -#: templates/static/testimonials.html:4 -msgid "Sefaria Testimonials" -msgstr "Pecha Testimonials" - -#: templates/static/testimonials.html:6 -msgid "Sefaria’s Impact – Reflections and Insights from Users" -msgstr "Pecha’s Impact – Reflections and Insights from Users" - -#: templates/static/the-sefaria-story.html:4 -msgid "The Sefaria Story" -msgstr "The Pecha Story" - -#: templates/static/the-sefaria-story.html:6 -msgid "Watch a video about the story of Sefaria." -msgstr "Watch a video about the story of Pecha." - -#: templates/static/torah-tab.html:5 -msgid "Sefaria Torah Tab" -msgstr "Pecha Torah Tab" - -#: templates/static/torah-tab.html:7 -msgid "Install the free Sefaria Torah Tab for your web browser." -msgstr "Install the free Pecha Torah Tab for your web browser." - -#: templates/static/visualizations.html:4 -msgid "Visualizations" msgstr "" - -#: templates/static/visualizations.html:6 -msgid "" -"Projects which have been created to make interactive visualizations of the " -"texts and connections in the Sefaria Library of Torah texts." -msgstr "" -"Projects which have been created to make interactive visualizations of the " -"texts and connections in the Pecha Library of Torah texts." - -#: templates/static/william-davidson-talmud.html:4 -#: templates/static/william-davidson-talmud.html:84 -msgid "The William Davidson Talmud" -msgstr "" - -#: templates/static/william-davidson-talmud.html:6 -msgid "" -"The William Davidson Talmud is a free digital edition of the Babylonian " -"Talmud with parallel translations, interlinked to major commentaries, " -"biblical citations, Midrash, Halakhah, and an ever-growing library of Jewish " -"texts." -msgstr "" - -#: templates/static/word-by-word.html:4 -msgid "Word by Word: A Jewish Women's Writing Circle" -msgstr "" - -#: templates/static/word-by-word.html:6 -msgid "" -"Word by Word: A Jewish Women's Writing Circle will provide up to 20 Jewish " -"women writers engaged in serious torah scholarship the support and guidance " -"to produce publishable books." -msgstr "" - -#: templates/talmud_people.html:8 -msgid "" -"An index of the sages of the Talmud (Chazal) ordered by generation, " -"including relationships to one another, time periods and links to learn more." -msgstr "" - -#: templates/talmudic_relationships.html:24 -#: templates/talmudic_relationships.html:26 -msgid "Student-Teacher Relationships in the Talmud" -msgstr "" - -#: templates/timeline.html:4 templates/timeline.html:6 -msgid "Timeline" -msgstr "" - -#: templates/unique_words_viz.html:7 -msgid "Unique Words used by Biblical Commentators" -msgstr "" - -#: templates/unique_words_viz.html:9 -msgid "Explore how unique and verbose biblical commentators were." -msgstr "" - -#: templates/visual_library.html:4 -msgid "Visualizing the Sefaria Library" -msgstr "Visualizing the Pecha Library" - -#: templates/visual_library.html:6 -msgid "" -"How big is Torah compared to Talmud? This sunburst diagram lets you see the " -"number of words in the texts and categories of Sefaria's library (which is " -"growing every day!)." -msgstr "" -"How big is Torah compared to Talmud? This sunburst diagram lets you see the " -"number of words in the texts and categories of Pecha's library (which is " -"growing every day!)." - -#: templates/visual_parasha_colors.html:6 -msgid "Visualizing the Parshiot" -msgstr "" - -#: templates/visualize_links_through_rashi.html:6 -msgid "Visualizing Torah Connections through Rashi's Commentary" -msgstr "" - -#: templates/visualize_links_through_rashi.html:8 -msgid "" -"Explore how Rashi connects verses of Torah to one another when he quotes one " -"verse in his commentary on another." -msgstr "" - -#~ msgid "%(name)s invited you to a collection on Sefaria" -#~ msgstr "%(name)s invited you to a collection on Pecha" - -#~ msgid "Sefaria Activity" -#~ msgstr "Pecha Activity" - -#~ msgid "View the complete revision hisotry of this text on Sefaria." -#~ msgstr "View the complete revision hisotry of this text on Pecha." - -#~ msgid "" -#~ "View a user's acitvitiy history on Sefaria, including published source " -#~ "sheets, and text translations, edits or additions." -#~ msgstr "" -#~ "View a user's acitvitiy history on Pecha, including published source " -#~ "sheets, and text translations, edits or additions." - -#~ msgid "" -#~ "View the complete log of public activity on Sefaria, including published " -#~ "source sheets, and text translations, edits or additions. " -#~ msgstr "" -#~ "View the complete log of public activity on Pecha, including published " -#~ "source sheets, and text translations, edits or additions. " - -#~ msgid "Recent Activity on Sefaria" -#~ msgstr "Recent Activity on Pecha" - -#~ msgid "login_success_message" -#~ msgstr "You are already logged in as {{ user.email }}." - -#~ msgid "Log in to Sefaria" -#~ msgstr "Log in to Pecha" diff --git a/templates/metrics.html b/templates/metrics.html index 4a2f00b27b..60f06c7a66 100644 --- a/templates/metrics.html +++ b/templates/metrics.html @@ -1,19 +1,19 @@ {% extends "base.html" %} {% load i18n cache humanize sefaria_tags %} -{% block title %}{% trans "Sefaria Metrics" %}{% endblock %} +{% block title %}{% "Sefaria Metrics" %}{% endblock %} -{% block description %}{% trans "See graphs charting Sefaria's progress since 2013 across metrics including word counts, number of links and number of source sheets." %}{% endblock %} +{% block description %}{% "See graphs charting Sefaria's progress since 2013 across metrics including word counts, number of links and number of source sheets." %}{% endblock %} {% block content %}

- {% trans "Metrics" %} + {% "Metrics" %}

- {% trans "Loading..." %} + {% "Loading..." %}
@@ -26,27 +26,27 @@

var metrics = {% autoescape off %}{{ metrics_json }}{% endautoescape %}; for (var i = 0; i < metrics.length; i++) { - metrics[i]["totalWords"] = metrics[i]["heWords"] + metrics[i]["transWords"]; + metrics[i]["totalWords"] = metrics[i]["heWords"] + metrics[i]["Words"]; } var titles = { - "totalWords": "{% trans "Total Words in Library" %}", - "heWords": "{% trans "Words in Hebrew & Aramaic" %}", - "transWords": "{% trans "Words in Translation" %}", - "sctWords": "{% trans "Words of Original Translation created by Sefaria Volunteers" %}", - "contributors": "{% trans "Number of Public Contributors" %}", - "links": "{% trans "Number of Intertextual Links" %}", - "sheets": "{% trans "Number of Source Sheets" %}" + "totalWords": "{% "Total Words in Library" %}", + "heWords": "{% "Words in Hebrew & Aramaic" %}", + "Words": "{% "Words in lation" %}", + "sctWords": "{% "Words of Original lation created by Sefaria Volunteers" %}", + "contributors": "{% "Number of Public Contributors" %}", + "links": "{% "Number of Intertextual Links" %}", + "sheets": "{% "Number of Source Sheets" %}" }; var types = { - "totalWords": "{% trans "Words" %}", - "heWords": "{% trans "Words" %}", - "transWords": "{% trans "Words" %}", - "sctWords": "{% trans "Words" %}", - "contributors": "{% trans "Contributors" %}", - "links": "{% trans "Links" %}", - "sheets": "{% trans "Source Sheets" %}" + "totalWords": "{% "Words" %}", + "heWords": "{% "Words" %}", + "Words": "{% "Words" %}", + "sctWords": "{% "Words" %}", + "contributors": "{% "Contributors" %}", + "links": "{% "Links" %}", + "sheets": "{% "Source Sheets" %}" }; var labels = []; diff --git a/templates/people.html b/templates/people.html index e44c86aa8b..fef51f47c3 100644 --- a/templates/people.html +++ b/templates/people.html @@ -2,9 +2,9 @@ {% load i18n %} {% load sefaria_tags %} -{% block title %}{% trans "Authors on Sefaria" %}{% endblock %} +{% block title %}{% trans "people.authors_on_pecha" %}{% endblock %} -{% block description %}{% trans "Biographies and information about the authors of Jewish texts on Sefaria, together with links to their available texts." %}{% endblock %} +{% block description %}{% trans "people.biography_and_informations_about_authors" %}{% endblock %} {% block css %} #languageToggle { @@ -20,12 +20,12 @@

- {% trans "Authors" %} + {% trans "people.authors" %}

diff --git a/templates/profile.html b/templates/profile.html index bfabdad951..e873657833 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n humanize sefaria_tags %} -{% block title %}{{ profile.full_name }} {% trans "on Sefaria" %}{% endblock %} +{% block title %}{{ profile.full_name }} {% trans "profile_title_pecha" %}{% endblock %} -{% block description %}{{ profile.full_name }} {% trans "is on Sefaria. Follow to view their public source sheets, notes and translations." %}{% endblock %} +{% block description %}{{ profile.full_name }} {% trans "user_profile_page_desc" %}{% endblock %} {% block content %} @@ -17,7 +17,7 @@

{{ profile.first_name }} {{ profile.last_name }}

{% if profile.position or profile.organization %}
{{ profile.position }} - {% if profile.organization and profile.position %}{% trans "at " %}{% endif %}{{ profile.organization}} + {% if profile.organization and profile.position %}{% "at " %}{% endif %}{{ profile.organization}}
{% endif %} @@ -49,19 +49,19 @@

{{ profile.first_name }} {{ profile.last_name }}

{% if profile.facebook %} {% endif %} {% if profile.twitter %} {% endif %} {% if profile.linkedin %} {% endif %} @@ -70,18 +70,18 @@

{{ profile.first_name }} {{ profile.last_name }}

{% if profile.id != request.user.id %}
- {% trans "Message" %} + {% trans "profile.message" %}
- - {% trans "Following" %} - {% trans "Unfollow" %} + + {% trans "common.profile.following" %} + {% trans "common.profile.unfollow" %}
{% endif %} {% if profile.id == request.user.id %} - {% trans "Edit Profile" %} + {% trans "profile.edit_profile" %} {% endif %}
@@ -96,7 +96,7 @@

{{ profile.first_name }} {{ profile.last_name }}

{% if sheets.count %}
-

{% trans "Source Sheets" %} - {{ sheets.count }}

+

{% trans "profile.source_sheet" %} - {{ sheets.count }}

    {% for id in profile.pinned_sheets %} @@ -116,16 +116,16 @@

    {% trans "Source Sheets" %} - {{ sheets.count }}

    {% if notes|length %}
    -

    {% trans "Notes" %} - {{ notes|length }}

    +

    {% trans "profile_notes" %} - {{ notes|length }}

    {% include "elements/activity_feed.html" with activity=notes single=1 %}
    {% endif %} {% if activity|length %}
    -

    {% trans "Activity" %}

    +

    {% trans "profile.activity" %}

    {% include "elements/activity_feed.html" with activity=activity|slice:":3" single=1 hide_more_link=1 %} - {% trans "More Activity" %} › + {% trans "profile.more_activity" %} ›
    {% endif %}
    @@ -175,10 +175,10 @@

    {% trans "Activity" %}

    sjs.composeMessage = function(recipient, name) { $("#viewMessage").remove(); var composerHTML = ""; $(composerHTML).appendTo("body").show() diff --git a/templates/sheets_visual.html b/templates/sheets_visual.html index e74efaabb2..40d28186eb 100755 --- a/templates/sheets_visual.html +++ b/templates/sheets_visual.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n cache humanize sefaria_tags static%} -{% block title %}{% if title %}{{ title|striptags|strip_html_entities }} | {% trans "Visualized" %} | {% trans "Sefaria Source Sheet Builder" %}{% else %}{% trans "Start a New Sheet - Sefaria Source Sheet Builder" %}{% endif %}{% endblock %} +{% block title %}{% if title %}{{ title|striptags|strip_html_entities }} | {% "Visualized" %} | {% "Sefaria Source Sheet Builder" %}{% else %}{% "Start a New Sheet - Sefaria Source Sheet Builder" %}{% endif %}{% endblock %} -{% block description %}{% if sheet.owner %}{% blocktrans %}Visual layout of a source sheet by {{ sheet.owner|user_name }} created with Sefaria's Source Sheet Builder.{% endblocktrans %}{% else %}{% trans "Create your own source sheet with Sefaria's Source Sheet Builder." %}{% endif %}{% endblock %} +{% block description %}{% if sheet.owner %}{% %}Visual layout of a source sheet by {{ sheet.owner|user_name }} created with Sefaria's Source Sheet Builder.{% %}{% else %}{% "Create your own source sheet with Sefaria's Source Sheet Builder." %}{% endif %}{% endblock %} {% block head %} @@ -27,7 +27,7 @@
    - « {% trans "Back to Sheet" %} + « {% "Back to Sheet" %}
    diff --git a/templates/static/all_home.html b/templates/static/all_home.html index d98b2b62ef..12fe8906da 100644 --- a/templates/static/all_home.html +++ b/templates/static/all_home.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "TBD" %}{% endblock %} +{% block title %}{% "TBD" %}{% endblock %} -{% block description %}{% trans "TBD" %}{% endblock %} +{% block description %}{% "TBD" %}{% endblock %} {% block css %} #top #languageToggle { diff --git a/templates/static/app.html b/templates/static/app.html index a3977d96ba..8556994221 100644 --- a/templates/static/app.html +++ b/templates/static/app.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Sefaria App" %}{% endblock %} +{% block title %}{% "Sefaria App" %}{% endblock %} -{% block description %}{% trans "Download the free Sefaria App for iOS and Android." %}{% endblock %} +{% block description %}{% "Download the free Sefaria App for iOS and Android." %}{% endblock %} {% block css %} @@ -311,7 +311,7 @@

    - +
    @@ -371,19 +371,19 @@

    const email = $("#newsletterInput").val(); if (Sefaria.util.isValidEmailAddress(email)) { Sefaria.track.event("Educators", "Subscribe from Education Homepage", ""); - $("#newsletterInput-subscribeMessage").html('{% trans "Subscribing..." %}').show(); + $("#newsletterInput-subscribeMessage").html('{% "Subscribing..." %}').show(); let list = Sefaria.interfaceLang == "hebrew" ? "Announcements_General_Hebrew" : "Announcements_General" $.post("/api/subscribe/" + email + "?lists=" + list, function(data) { if ("error" in data) { $("#newsletterInput-subscribeMessage").text(data.error).show(); } else { - $("#newsletterInput-subscribeMessage").text('{% trans "Subscribed! Welcome to our list." %}').show(); + $("#newsletterInput-subscribeMessage").text('{% "Subscribed! Welcome to our list." %}').show(); } }).error(function(data) { - $("#newsletterInput-subscribeMessage").text('{% trans "Sorry, there was an error." %}').show(); + $("#newsletterInput-subscribeMessage").text('{% "Sorry, there was an error." %}').show(); }) } else { - $("#newsletterInput-subscribeMessage").text('{% trans "Please enter a valid email address." %}').show(); + $("#newsletterInput-subscribeMessage").text('{% "Please enter a valid email address." %}').show(); } }); diff --git a/templates/static/aramaic-translation-contest.html b/templates/static/aramaic-translation-contest.html index 1511878c80..24111b367e 100644 --- a/templates/static/aramaic-translation-contest.html +++ b/templates/static/aramaic-translation-contest.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n cache humanize sefaria_tags static %} -{% block title %}{% trans "Sefaria: a Living Library of Jewish Texts Online" %}{% endblock %} +{% block title %}{%"Sefaria: a Living Library of Jewish Texts Online" %}{% endblock %} -{% block description %}{% trans "The largest free library of Jewish texts available to read online in Hebrew and English including Torah, Tanakh, Talmud, Mishnah, Midrash, commentaries and more." %}{% endblock %} +{% block description %}{% "The largest free library of Jewish texts available to read online in Hebrew and English including Torah, Tanakh, Talmud, Mishnah, Midrash, commentaries and more." %}{% endblock %} {% block head %} {% endblock %} @@ -137,7 +137,7 @@

    Subscribe to our mailing list הצטרפו לרשימת הדיוור שלנו

    - + Subscribe הירשמו @@ -177,19 +177,19 @@

    var email = $("#mailingListEmail").val(); if (Sefaria.util.isValidEmailAddress(email)) { Sefaria.track.event("Home", "Subscribe from Homepage", ""); - $("#subscribeMsg").html('{% trans "Subscribing..." %}').show(); + $("#subscribeMsg").html('{% "Subscribing..." %}').show(); var list = Sefaria.interfaceLang == "hebrew" ? "Announcements_General_Hebrew" : "Announcements_General" $.post("/api/subscribe/" + email + "?lists=" + list, function(data) { if ("error" in data) { $("#subscribeMsg").text(data.error).show(); } else { - $("#subscribeMsg").text('{% trans "Subscribed! Welcome to our list." %}').show(); + $("#subscribeMsg").text('{% "Subscribed! Welcome to our list." %}').show(); } }).error(function(data) { - $("#subscribeMsg").text('{% trans "Sorry, there was an error." %}').show(); + $("#subscribeMsg").text('{% "Sorry, there was an error." %}').show(); }) } else { - $("#subscribeMsg").text('{% trans "Please enter a valid email address." %}').show(); + $("#subscribeMsg").text('{% "Please enter a valid email address." %}').show(); } }); $("#mailingListEmail").keyup(function(e){ diff --git a/templates/static/connect.html b/templates/static/connect.html index 06c7f2f808..e123d86af4 100644 --- a/templates/static/connect.html +++ b/templates/static/connect.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Sefaria Newsletter, Social Media and More" %}{% endblock %} +{% block title %}{% "Sefaria Newsletter, Social Media and More" %}{% endblock %} -{% block description %}{% trans "Get updates on new texts and features on Sefaria by signing up for our newsletter or following us on social media." %}{% endblock %} +{% block description %}{% "Get updates on new texts and features on Sefaria by signing up for our newsletter or following us on social media." %}{% endblock %} {% block content %}
    diff --git a/templates/static/contest.html b/templates/static/contest.html index 97884d413d..57f8185bc5 100644 --- a/templates/static/contest.html +++ b/templates/static/contest.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Powered by Sefaria Contest" %}{% endblock %} +{% block title %}{% "Powered by Sefaria Contest" %}{% endblock %} -{% block description %}{% trans "Powered by Sefaria Contest" %}{% endblock %} +{% block description %}{% "Powered by Sefaria Contest" %}{% endblock %} {% block css %} {% endblock %} diff --git a/templates/static/contributed-to-sefaria.html b/templates/static/contributed-to-sefaria.html index 6917a09e84..f7a13fa58e 100644 --- a/templates/static/contributed-to-sefaria.html +++ b/templates/static/contributed-to-sefaria.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Texts Contributed to Sefaria" %}{% endblock %} +{% block title %}{% "Texts Contributed to Sefaria" %}{% endblock %} -{% block description %}{% trans "Texts on Sefaria that list this page as their source were contributed directly to Sefaria and have not yet been published elsewhere in print or on the web." %}{% endblock %} +{% block description %}{% "Texts on Sefaria that list this page as their source were contributed directly to Sefaria and have not yet been published elsewhere in print or on the web." %}{% endblock %} {% block content %} diff --git a/templates/static/daf-yomi.html b/templates/static/daf-yomi.html index 6e587966d1..114006d950 100644 --- a/templates/static/daf-yomi.html +++ b/templates/static/daf-yomi.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Daf Yomi | Sefaria" %}{% endblock %} +{% block title %}{% "Daf Yomi | Sefaria" %}{% endblock %} -{% block description %}{% trans "Learn the Talmud each day with Daf Yomi on Sefaria." %}{% endblock %} +{% block description %}{% "Learn the Talmud each day with Daf Yomi on Sefaria." %}{% endblock %} {% block css %} diff --git a/templates/static/dicta-thanks.html b/templates/static/dicta-thanks.html index df5ca09815..f992782f68 100644 --- a/templates/static/dicta-thanks.html +++ b/templates/static/dicta-thanks.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Dicta Thanks" %}{% endblock %} +{% block title %}{% "Dicta Thanks" %}{% endblock %} -{% block description %}{% trans "Sefaria thanks Dicta for all of their help." %}{% endblock %} +{% block description %}{% "Sefaria thanks Dicta for all of their help." %}{% endblock %} {% block content %}
    diff --git a/templates/static/digitized-by-sefaria.html b/templates/static/digitized-by-sefaria.html index 6afa3337af..5c0b3cb65d 100644 --- a/templates/static/digitized-by-sefaria.html +++ b/templates/static/digitized-by-sefaria.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n sefaria_tags %} -{% block title %}{% trans "Texts Digitized by Sefaria" %}{% endblock %} +{% block title %}{% "Texts Digitized by Sefaria" %}{% endblock %} {% block description %}{% endblock %} diff --git a/templates/static/educators.html b/templates/static/educators.html index f0e486bfb6..16c7ba9d30 100644 --- a/templates/static/educators.html +++ b/templates/static/educators.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Teach with Sefaria" %}{% endblock %} +{% block title %}{% "Teach with Sefaria" %}{% endblock %} -{% block description %}{% trans "Teach with Sefaria" %}{% endblock %} +{% block description %}{% "Teach with Sefaria" %}{% endblock %} {% block css %} {% endblock %} diff --git a/templates/static/en/about.html b/templates/static/en/about.html index 28c8829098..cc8236d999 100644 --- a/templates/static/en/about.html +++ b/templates/static/en/about.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "About Pecha" %}{% endblock %} +{% block title %}{% "About Pecha" %}{% endblock %} -{% block description %}{% trans "Pecha is a nonprofit organization dedicated to building the future of Buddhist learning in an open and participatory way." %}{% endblock %} +{% block description %}{% "Pecha is a nonprofit organization dedicated to building the future of Buddhist learning in an open and participatory way." %}{% endblock %} {% block css %} #top #languageToggle { diff --git a/templates/static/en/ways-to-give.html b/templates/static/en/ways-to-give.html index b465ea1b68..b169dbf0f2 100644 --- a/templates/static/en/ways-to-give.html +++ b/templates/static/en/ways-to-give.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n static %} -{% block title %}{% trans "Donate to Sefaria" %}{% endblock %} +{% block title %}{% "Donate to Sefaria" %}{% endblock %} -{% block description %}{% trans "Support Sefaria by making a tax-deductible donation online or by check or wire transfer." %}{% endblock %} +{% block description %}{% "Support Sefaria by making a tax-deductible donation online or by check or wire transfer." %}{% endblock %} {% block css %} {% endblock %} diff --git a/templates/static/he/about.html b/templates/static/he/about.html index 8cf4083240..16c720d5e1 100644 --- a/templates/static/he/about.html +++ b/templates/static/he/about.html @@ -3,7 +3,7 @@ {% block title %}{% trans "About Pecha" %}{% endblock %} -{% block description %}{% trans "Pecha is a nonprofit organization dedicated to building the future of Buddhist learning in an open and participatory way." %}{% endblock %} +{% block description %}{% trans "about.about_pecha_description" %}{% endblock %} {% block css %} #top #languageToggle { diff --git a/templates/static/he/ways-to-give.html b/templates/static/he/ways-to-give.html index 1101c7639c..65f6915d99 100644 --- a/templates/static/he/ways-to-give.html +++ b/templates/static/he/ways-to-give.html @@ -2,9 +2,9 @@ {% load i18n %} {% load static %} -{% block title %}{% trans "Donate to Sefaria" %}{% endblock %} +{% block title %}{% "Donate to Sefaria" %}{% endblock %} -{% block description %}{% trans "Support Sefaria by making a tax-deductible donation online or by check or wire transfer." %}{% endblock %} +{% block description %}{% "Support Sefaria by making a tax-deductible donation online or by check or wire transfer." %}{% endblock %} {% block content %} diff --git a/templates/static/home.html b/templates/static/home.html index 01ca29de29..b331193f0b 100644 --- a/templates/static/home.html +++ b/templates/static/home.html @@ -2,9 +2,9 @@ {% load i18n cache humanize sefaria_tags static %} {% get_static_prefix as STATIC_PREFIX %} -{% block title %}{% trans "Pecha: a Living Library of Buddhist Texts Online" %}{% endblock %} +{% block title %}{% "Pecha: a Living Library of Buddhist Texts Online" %}{% endblock %} -{% block description %}{% trans "The largest free library of Buddhist texts available to read online in Tibetan and English including commentaries and more." %}{% endblock %} +{% block description %}{% "The largest free library of Buddhist texts available to read online in Tibetan and English including commentaries and more." %}{% endblock %} {% block head %} @@ -15,7 +15,7 @@ { "@context": "http://schema.org", "@type": "WebSite", - "name": "{% trans "Pecha" %}", + "name": "{% "Pecha" %}", "url": "https://{{ request.META.HTTP_HOST }}", "potentialAction": { "@type": "SearchAction", @@ -29,7 +29,7 @@ { "@context": "http://schema.org", "@type": "Organization", - "name": "{% trans "Pecha" %}", + "name": "{% "Pecha" %}", "url": "https://{{ request.META.HTTP_HOST }}", "logo": "https://{{ request.META.HTTP_HOST }}{{ STATIC_PREFIX }}img/pecha-icon.png", "sameAs": [ @@ -359,7 +359,7 @@

    Subscribe to our mailing list הצטרפו לרשימת הדיוור שלנו

    - + Subscribe הירשמו @@ -380,19 +380,19 @@

    var email = $("#mailingListEmail").val(); if (Sefaria.util.isValidEmailAddress(email)) { Sefaria.track.event("Home", "Subscribe from Homepage", ""); - $("#subscribeMsg").html('{% trans "Subscribing..." %}').show(); + $("#subscribeMsg").html('{% "Subscribing..." %}').show(); var list = Sefaria.interfaceLang == "hebrew" ? "Announcements_General_Hebrew" : "Announcements_General" $.post("/api/subscribe/" + email + "?lists=" + list, function(data) { if ("error" in data) { $("#subscribeMsg").text(data.error).show(); } else { - $("#subscribeMsg").text('{% trans "Subscribed! Welcome to our list." %}').show(); + $("#subscribeMsg").text('{% "Subscribed! Welcome to our list." %}').show(); } }).error(function(data) { - $("#subscribeMsg").text('{% trans "Sorry, there was an error." %}').show(); + $("#subscribeMsg").text('{% "Sorry, there was an error." %}').show(); }) } else { - $("#subscribeMsg").text('{% trans "Please enter a valid email address." %}').show(); + $("#subscribeMsg").text('{% "Please enter a valid email address." %}').show(); } }); $("#mailingListEmail").keyup(function(e){ diff --git a/templates/static/ios.html b/templates/static/ios.html index 1a09a872bc..01bcf4d652 100644 --- a/templates/static/ios.html +++ b/templates/static/ios.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Sefaria iOS" %}{% endblock %} +{% block title %}{% "Sefaria iOS" %}{% endblock %} {% block description %}{% endblock %} diff --git a/templates/static/jobs.html b/templates/static/jobs.html index 272bbc4389..d7d1b79541 100644 --- a/templates/static/jobs.html +++ b/templates/static/jobs.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}{% trans "Jobs at Pecha" %}{% endblock %} +{% block title %}{% "Jobs at Pecha" %}{% endblock %} -{% block description %}{% trans "Job openings at Pecha, a nonprofit technology organization dedicated to building the Buddhist future." %}{% endblock %} +{% block description %}{% "Job openings at Pecha, a nonprofit technology organization dedicated to building the Buddhist future." %}{% endblock %} {% block js %}