{"id":395,"date":"2025-09-13T18:50:44","date_gmt":"2025-09-13T18:50:44","guid":{"rendered":"https:\/\/awesomable.com\/bible\/?page_id=395"},"modified":"2025-09-15T12:55:33","modified_gmt":"2025-09-15T12:55:33","slug":"unity-pledge","status":"publish","type":"page","link":"https:\/\/awesomable.com\/bible\/unity-pledge\/","title":{"rendered":"Unity Pledge"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n<title>The Unity Pledge<\/title>\n<style>\n\n\/* Make <a> look exactly like your <button> *\/\na.btn-like {\n  display: inline-block;\n  margin-top: 1.2rem;\n  padding: 0.9rem 1.5rem;\n  font-size: 1.05rem;\n  font-weight: 700;\n  background: var(--brand);\n  color: #fff !important;\n  border-radius: 8px;\n  text-decoration: none;\n}\na.btn-like:hover { background:#5a4141; }\n\n\/* Optional: unify the container layout *\/\n.form-actions {\n  display:flex; gap:1rem; align-items:center; flex-wrap:wrap;\n}\n\n   :root{\n    --ink:#2b2b2b;\n    --paper:#fdfdf9;\n    --brand:#3c2f2f;\n    --accent:#ffd966;\n    --muted:#f9f6f0;\n    --line:#ddd;\n  }\n  *{box-sizing:border-box}\n  .sr-only{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(50%);clip:rect(0 0 0 0);overflow:hidden}\n  body {\n    font-family: Georgia, serif;\n    line-height: 1.6;\n    background-color: var(--paper);\n    color: var(--ink);\n    margin: 0;\n    padding: 0;\n  }\n  header {\n    position: relative;\n    background: var(--brand);\n    color: #fff;\n    padding: 2rem 1rem;\n    text-align: center;\n  }\n.lang-switch.top-right {\n  text-align: right;      \/* push dropdown to right *\/\n  margin-bottom: 1rem;    \/* space below before the title *\/\n}\n  .lang-switch select {\n    background: #fff;\n    color: #111;\n    border: 1px solid #ccc;\n    border-radius: 6px;\n    padding: .4rem .5rem;\n    font: inherit;\n  }\n  header h1 {\n    margin: 0;\n    font-size: clamp(1.8rem, 3.2vw, 2.6rem);\n    letter-spacing: .3px;\n  }\n  header p.subtitle {margin:.25rem 0 0 0;opacity:.9}\n  header p.tagline {\n    font-size: 1.05rem;\n    font-weight: bold;\n    margin: 1rem auto 0;\n    color: var(--accent);\n    max-width: 720px;\n  }\n  .cta {\n    display: inline-block;\n    margin-top: 1.2rem;\n    padding: .85rem 1.35rem;\n    font-size: 1.05rem;\n    font-weight: 700;\n    background: var(--accent);\n    color: var(--ink);\n    border-radius: 8px;\n    text-decoration: none;\n    transition: background 0.25s ease;\n  }\n  .cta:hover { background:#ffcc33; }\n\n  section {\n    max-width: 980px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n  h2 {\n    margin: 0 0 1rem 0;\n    color: var(--brand);\n    font-size: clamp(1.35rem, 2.4vw, 1.8rem);\n  }\n  p.lead {font-size:1.05rem}\n\n  \/* Affirmations *\/\n  .affirmations {margin-top:1rem}\n  .affirmation {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: .9rem 1rem;\n    align-items: start;\n    margin: 1rem 0;\n    background: var(--muted);\n    padding: 1rem;\n    border: 1px solid var(--line);\n    border-left: 6px solid var(--brand);\n    border-radius: 6px;\n  }\n  .affirmation .num {\n    inline-size: 2.4rem;\n    block-size: 2.4rem;\n    border-radius: 999px;\n    background: #fff;\n    border: 2px solid var(--brand);\n    color: var(--brand);\n    display:flex; align-items:center; justify-content:center;\n    font-weight: 700;\n    margin-top:.15rem;\n  }\n  .affirmation h3 {\n    margin: 0 0 .35rem 0;\n    font-size: 1rem;\n    letter-spacing:.6px;\n    text-transform: uppercase;\n    color: var(--brand);\n  }\n  .affirmation p {margin:.1rem 0 0 0}\n\n  \/* Progress + Testimonials *\/\n  #progress {\n    text-align: center;\n    background: #eee;\n    padding: 1.35rem 1rem;\n    border-radius: 8px;\n    border:1px solid var(--line);\n  }\n  #progress h2 {margin:0 0 .4rem 0}\n  #progress p {margin:.2rem 0 0 0; font-size:.98rem}\n\n  #testimonials {\n    margin-top: 2rem;\n    padding: 1.5rem;\n    background: var(--muted);\n    border-radius: 8px;\n    border: 1px solid var(--line);\n    border-left: 6px solid var(--brand);\n  }\n  .tlist {display:grid; gap:1rem; margin-top: .5rem;}\n  .testimonial {\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:6px;\n    padding: .9rem 1rem;\n  }\n  .testimonial blockquote {\n    margin:0;\n    font-style: italic;\n    color:#444;\n  }\n  .testimonial cite {\n    display:block;\n    margin-top:.45rem;\n    font-size:.92rem;\n    color:#666;\n  }\n\n  \/* Pledge form *\/\n  .pledge-form {\n    background: #f4f1eb;\n    padding: 2rem 1rem;\n    margin-top: 2rem;\n    border-radius: 8px;\n    border: 1px solid var(--line);\n  }\n  .pledge-form p {margin-top:0}\n  form {max-width: 720px;}\n  label {\n    display: block;\n    margin-top: 1rem;\n    font-weight: bold;\n  }\n  input, textarea {\n    width: 100%;\n    padding: 0.65rem;\n    margin-top: 0.35rem;\n    border: 1px solid #ccc;\n    border-radius: 6px;\n    font-family: inherit;\n    font-size: 1rem;\n    background:#fff;\n  }\n  textarea {min-height:110px}\n  .hint {font-size:.9rem; color:#555; margin:.35rem 0 0 0}\n  button {\n    display: inline-block;\n    margin-top: 1.2rem;\n    padding: 0.9rem 1.5rem;\n    font-size: 1.05rem;\n    font-weight: 700;\n    background: var(--brand);\n    color: #fff;\n    border: none;\n    border-radius: 8px;\n    cursor: pointer;\n  }\n  button:hover { background:#5a4141; }\n\n  \/* Footer *\/\n  footer {\n    text-align: center;\n    padding: 2rem 1rem;\n    margin-top: 3rem;\n    background: var(--brand);\n    color: #fff;\n  }\n  footer a {\n    color: var(--accent);\n    margin: 0 .5rem;\n    text-decoration: none;\n    font-weight: bold;\n  }\n  footer a:hover {text-decoration: underline;}\n<\/style>\n<\/head>\n<body>\n\n<header>\n  <div class=\"lang-switch\">\n    <select id=\"langPicker\">\n<!-- Default -->\n    <option value=\"en\" lang=\"en\" selected>English<\/option>\n\n    <!-- A\u2013Z by English name -->\n    <option value=\"ar\" lang=\"ar\" data-dir=\"rtl\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/option>\n    <option value=\"bn\" lang=\"bn\">\u09ac\u09be\u0982\u09b2\u09be<\/option>\n    <option value=\"ceb\" lang=\"ceb\">Cebuano<\/option>\n    <option value=\"zh-Hans\" lang=\"zh-Hans\">\u7b80\u4f53\u4e2d\u6587<\/option>\n    <option value=\"zh-Hant\" lang=\"zh-Hant\">\u7e41\u9ad4\u4e2d\u6587<\/option>\n    <option value=\"cs\" lang=\"cs\">\u010ce\u0161tina<\/option>\n    <option value=\"nl\" lang=\"nl\">Nederlands<\/option>\n    <option value=\"fa\" lang=\"fa\" data-dir=\"rtl\">\u0641\u0627\u0631\u0633\u06cc<\/option>\n    <option value=\"fil\" lang=\"fil\">Filipino<\/option>\n    <option value=\"fr\" lang=\"fr\">Fran\u00e7ais<\/option>\n    <option value=\"de\" lang=\"de\">Deutsch<\/option>\n    <option value=\"el\" lang=\"el\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac<\/option>\n    <option value=\"he\" lang=\"he\" data-dir=\"rtl\">\u05e2\u05d1\u05e8\u05d9\u05ea<\/option>\n    <option value=\"hi\" lang=\"hi\">\u0939\u093f\u0928\u094d\u0926\u0940<\/option>\n    <option value=\"hr\" lang=\"hr\">Hrvatski<\/option>\n    <option value=\"id\" lang=\"id\">Bahasa Indonesia<\/option>\n    <option value=\"it\" lang=\"it\">Italiano<\/option>\n    <option value=\"ja\" lang=\"ja\">\u65e5\u672c\u8a9e<\/option>\n    <option value=\"ko\" lang=\"ko\">\ud55c\uad6d\uc5b4<\/option>\n    <option value=\"ms\" lang=\"ms\">Bahasa Melayu<\/option>\n    <option value=\"pl\" lang=\"pl\">Polski<\/option>\n    <option value=\"pt\" lang=\"pt\">Portugu\u00eas<\/option>\n    <option value=\"ro\" lang=\"ro\">Rom\u00e2n\u0103<\/option>\n    <option value=\"ru\" lang=\"ru\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/option>\n    <option value=\"es\" lang=\"es\">Espa\u00f1ol<\/option>\n    <option value=\"sw\" lang=\"sw\">Kiswahili<\/option>\n    <option value=\"th\" lang=\"th\">\u0e44\u0e17\u0e22<\/option>\n    <option value=\"tr\" lang=\"tr\">T\u00fcrk\u00e7e<\/option>\n    <option value=\"uk\" lang=\"uk\">\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430<\/option>\n    <option value=\"ur\" lang=\"ur\" data-dir=\"rtl\">\u0627\u0631\u062f\u0648<\/option>\n    <option value=\"vi\" lang=\"vi\">Ti\u1ebfng Vi\u1ec7t<\/option>\n    <\/select>\n  <\/div>\n  <h1 data-i18n=\"header.title\">The Unity Pledge<\/h1>\n  <p><em data-i18n=\"header.subtitle\">From Millstones to Milestones<\/em><\/p>\n  <p data-i18n=\"header.tagline\">This is not cheap unity. This is costly unity\u2014sealed in repentance, baptism, and the Cross.<\/p>\n  <a href=\"#form\" style=\"background:#ffd966;color:#2b2b2b;padding:.7rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:bold;\" data-i18n=\"header.cta\">\u270d\ufe0f Sign the Pledge<\/a>\n<\/header>\n\n<section>\n  <h2 data-i18n=\"preamble.title\">Preamble<\/h2>\n  <p data-i18n=\"preamble.body\">In response to Jesus\u2019 prayer\u2026<\/p>\n<\/section>\n\n<\/section>\n\n<!-- CORE AFFIRMATIONS -->\n<section aria-labelledby=\"core\">\n  <h2 id=\"core\" data-i18n=\"core.title\">Core Affirmations<\/h2>\n  <div class=\"affirmations\">\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">1<\/div><div>\n      <h3 data-i18n=\"core.1.title\">Imago Dei<\/h3>\n      <p data-i18n=\"core.1.text\">Every human being carries God\u2019s image\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">2<\/div><div>\n      <h3 data-i18n=\"core.2.title\">Jesus as Lord<\/h3>\n      <p data-i18n=\"core.2.text\">I confess Jesus Christ as Lord\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">3<\/div><div>\n      <h3 data-i18n=\"core.3.title\">Born Again through Repentance &amp; Baptism<\/h3>\n      <p data-i18n=\"core.3.text\">I affirm the uncompromising biblical call\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">4<\/div><div>\n      <h3 data-i18n=\"core.4.title\">Humility in Conviction<\/h3>\n      <p data-i18n=\"core.4.text\">I will hold my convictions\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">5<\/div><div>\n      <h3 data-i18n=\"core.5.title\">Freedom from Coercion<\/h3>\n      <p data-i18n=\"core.5.text\">Unity is not manipulation\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">6<\/div><div>\n      <h3 data-i18n=\"core.6.title\">Safeguarding Integrity<\/h3>\n      <p data-i18n=\"core.6.text\">I will stand like a watchman\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">7<\/div><div>\n      <h3 data-i18n=\"core.7.title\">Healing Divisions<\/h3>\n      <p data-i18n=\"core.7.text\">I repent for any role\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">8<\/div><div>\n      <h3 data-i18n=\"core.8.title\">Gracious Communication<\/h3>\n      <p data-i18n=\"core.8.text\">I will not weaponize my words\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">9<\/div><div>\n      <h3 data-i18n=\"core.9.title\">Collaborative Mission<\/h3>\n      <p data-i18n=\"core.9.text\">I will link arms where conscience allows\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">10<\/div><div>\n      <h3 data-i18n=\"core.10.title\">Legacy for the Future<\/h3>\n      <p data-i18n=\"core.10.text\">I will invest in the next generation\u2026<\/p>\n    <\/div><\/div>\n\n    <div class=\"affirmation\"><div class=\"num\" aria-hidden=\"true\">11<\/div><div>\n      <h3 data-i18n=\"core.11.title\">Trusting God\u2019s Work<\/h3>\n      <p data-i18n=\"core.11.text\">I will prepare the altar of unity\u2026<\/p>\n    <\/div><\/div>\n  <\/div>\n<\/section>\n\n<section id=\"progress\">\n  <h2><span data-i18n=\"progress.already\">\ud83d\udd25 Already<\/span> <strong id=\"pledgeCount\">3<\/strong> <span data-i18n=\"progress.after\">believers have signed<\/span><\/h2>\n  <p data-i18n=\"progress.note\">(Every name added builds momentum for the Body of Christ worldwide.)<\/p>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section id=\"testimonials\" aria-labelledby=\"whySigned\">\n  <h2 id=\"whySigned\" data-i18n=\"testimonials.title\">\ud83d\udcac Why I Signed<\/h2>\n  <p data-i18n=\"testimonials.intro\">Unity is contagious. Here are some voices from around the world:<\/p>\n  <div id=\"tlist\" class=\"tlist\">\n    <div class=\"testimonial\">\n      <blockquote data-i18n=\"testimonials.q1\">\u201cI\u2019ve waited years to see disciples across movements praying as one. This pledge gave me hope again.\u201d<\/blockquote>\n      <cite data-i18n=\"testimonials.c1\">\u2014 Anonymous<\/cite>\n    <\/div>\n    <div class=\"testimonial\">\n      <blockquote data-i18n=\"testimonials.q2\">\u201cI signed because I want my children to grow up seeing one Body of Christ, not fractured labels.\u201d<\/blockquote>\n      <cite data-i18n=\"testimonials.c2\">\u2014 Jason, USA<\/cite>\n    <\/div>\n    <div class=\"testimonial\">\n      <blockquote data-i18n=\"testimonials.q3\">\u201cFor me, this is repentance. I was part of the division. Now I want to be part of the healing.\u201d<\/blockquote>\n      <cite data-i18n=\"testimonials.c3\">\u2014 Anonymous<\/cite>\n    <\/div>\n  <\/div>\n  <p class=\"hint\"><em data-i18n=\"testimonials.hint\">Your testimony can inspire someone else to sign. Share yours below.<\/em><\/p>\n<\/section>\n\n<!-- PLEDGE FORM -->\n<section id=\"form\" class=\"pledge-form\" aria-labelledby=\"commitment\">\n  <h2 id=\"commitment\" data-i18n=\"form.heading\">My Commitment<\/h2>\n  <p data-i18n=\"commitment.body\">\n    I commit to a unity that costs something: unity that confronts sin, demands humility, and requires the Cross\u2026\n  <\/p>\n\n  <form id=\"pledgeForm\" action=\"\" method=\"post\">\n    <label for=\"name\" data-i18n=\"form.labels.name\">Name: *<\/label>\n    <input id=\"name\" name=\"name\" required type=\"text\" aria-required=\"true\" \/>\n\n    <label for=\"city\" data-i18n=\"form.labels.city\">City\/Country:<\/label>\n    <input id=\"city\" name=\"city\" type=\"text\" \/>\n\n    <label for=\"church\" data-i18n=\"form.labels.church\">Church\/Tradition (optional):<\/label>\n    <input id=\"church\" name=\"church\" type=\"text\" \/>\n\n    <label for=\"email\" data-i18n=\"form.labels.email\">Email (optional):<\/label>\n    <input id=\"email\" name=\"email\" type=\"email\" \/>\n\n    <label for=\"why\" data-i18n=\"form.labels.why\">Why I Signed (optional):<\/label>\n    <textarea id=\"why\" name=\"why\" data-i18n-placeholder=\"form.placeholders.why\" placeholder=\"Share a sentence to encourage others\u2026\"><\/textarea>\n\n    <label for=\"signature\" data-i18n=\"form.labels.signature\">Signature \/ Date:<\/label>\n    <textarea id=\"signature\" name=\"signature\" data-i18n-placeholder=\"form.placeholders.signature\" placeholder=\"Type your name and today\u2019s date\"><\/textarea>\n\n <div class=\"form-actions\">\n <!-- Submit Pledge -->\n <button id=\"submitPledge\" type=\"submit\" data-i18n=\"form.buttons.submit\">\n \u270d\ufe0f Sign the Pledge\n <\/button>\n \n <!-- Download Book 1 -->\n <a href=\"https:\/\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/The-Cross-Of-Selfless-Leadership.pdf\"\n download=\"The-Cross-Of-Selfless-Leadership.pdf\"\n class=\"btn-like\">\n \ud83d\udce5 Download Book 1<br><small>(The Cross of Selfless Leadership)<\/small>\n <\/a>\n \n <!-- Download Book 2 -->\n <a href=\"https:\/\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/Millstones-to-Milestones.pdf\"\n download=\"Millstones-to-Milestones.pdf\"\n class=\"btn-like\">\n \ud83d\udce5 Download Book 2<br><small>(Millstones to Milestones)<\/small>\n <\/a>\n <\/div>\n\n      <div id=\"pledgeStatus\" role=\"status\"><\/div>\n      <div id=\"pledgeStatus\" style=\"margin-top:.5rem;\" role=\"status\" aria-live=\"polite\">&nbsp;<\/div>\n      <p class=\"hint\" data-i18n=\"form.hint\">Submitting will add your name to our Unity_Pledge list and update the live counter here.<\/p>\n    <\/div>\n  <\/form>\n<\/section>\n\n<footer>\n  <p data-i18n=\"footer.share\">\ud83d\udce2 Share the Unity Pledge:<\/p>\n<p>\n  <a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/awesomable.com\/bible\/unity-pledge\/\" target=\"_blank\" rel=\"noopener\">\n    Facebook\n  <\/a> | \n  <a href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/awesomable.com\/bible\/unity-pledge\/&#038;text=Join%20me%20in%20signing%20the%20Unity%20Pledge!\" target=\"_blank\" rel=\"noopener\">\n    Twitter\n  <\/a> | \n  <a href=\"https:\/\/api.whatsapp.com\/send?text=Join%20me%20in%20signing%20the%20Unity%20Pledge!%20https:\/\/awesomable.com\/bible\/unity-pledge\/\" target=\"_blank\" rel=\"noopener\">\n    WhatsApp\n  <\/a>\n<\/p>\n  <p data-i18n=\"footer.copyright\">\u00a9 2025 Awesomable &#038; Global Mission Support<\/p>\n<\/footer>\n\n<script>\n  \/\/ === Translations (start with English, expand) ===\n  const I18N = {\n    en: {\n      \"header.title\": \"The Unity Pledge\",\n      \"header.subtitle\": \"From Millstones to Milestones\",\n      \"header.tagline\": \"This is not cheap unity. This is costly unity\u2014sealed in repentance, baptism, and the Cross.\",\n      \"header.cta\": \"\u270d\ufe0f Sign the Pledge\",\n\n      \"preamble.title\": \"Preamble\",\n      \"preamble.body\": \"In response to Jesus\u2019 prayer\u2014\u201cthat they may all be one\u2026 so that the world may believe\u201d (John 17:21)\u2014and His commission, \u201cGo and make disciples of all nations\u2026 teaching them to obey everything I have commanded you\u201d (Matthew 28:18\u201320), I refuse to settle for a fractured witness or powerless religion. I pledge to fight for unity in truth and love with all who call on the name of Jesus Christ. This covenant, rooted in the radical call to be born again (John 3:3\u20135), demands humility, repentance, peacemaking, and bold collaboration that will shake the Body of Christ awake and amplify the gospel\u2019s voice to the nations.\",\n\n      \"core.title\": \"Core Affirmations\",\n      \"core.1.title\": \"Imago Dei\",\n      \"core.1.text\": \"Every human being carries God\u2019s image and must be treated with holy dignity, whether friend or stranger, saint or skeptic.\",\n      \"core.2.title\": \"Jesus as Lord\",\n      \"core.2.text\": \"I confess Jesus Christ as Lord\u2014not one among many, but the only Head and King\u2014and I will be guided by His Word and Spirit in all things.\",\n      \"core.3.title\": \"Born Again through Repentance & Baptism\",\n      \"core.3.text\": \"I affirm the uncompromising biblical call to be born again\u2014cut to the heart, repenting, and baptized in the name of Jesus Christ for the forgiveness of sins and the gift of the Holy Spirit (John 3:3\u20135; Acts 2:37\u201338). Infant dedication or ritual alone cannot substitute for personal repentance and immersion. Each believer must respond consciously, publicly, and wholeheartedly\u2014embracing a lifelong rhythm of repentance, faith, and Spirit-filled renewal.\",\n      \"core.4.title\": \"Humility in Conviction\",\n      \"core.4.text\": \"I will hold my convictions with courage and clarity, never with arrogance\u2014honoring the consciences of others while refusing to water down the truth.\",\n      \"core.5.title\": \"Freedom from Coercion\",\n      \"core.5.text\": \"Unity is not manipulation. Our gatherings will be spaces of prayer, reconciliation, and mission\u2014not shaming, intimidation, or hollow recruiting.\",\n      \"core.6.title\": \"Safeguarding Integrity\",\n      \"core.6.text\": \"I will stand like a watchman against spiritual abuse, secrecy, or corruption, and insist on transparent, servant-hearted leadership.\",\n      \"core.7.title\": \"Healing Divisions\",\n      \"core.7.text\": \"I repent for any role\u2014personal or inherited\u2014that my church, movement, or tradition has played in sowing division, pride, or authoritarian control. I choose restoration over rivalry.\",\n      \"core.8.title\": \"Gracious Communication\",\n      \"core.8.text\": \"I will not weaponize my words with slander, gossip, or contempt. I will speak truth with love and courage.\",\n      \"core.9.title\": \"Collaborative Mission\",\n      \"core.9.text\": \"I will link arms where conscience allows\u2014in prayer, Scripture, mercy, justice, and disciple-making\u2014believing that Christ is magnified when His Body works together to fulfill His Great Commission (Matthew 28:18\u201320).\",\n      \"core.10.title\": \"Legacy for the Future\",\n      \"core.10.text\": \"I will invest in the next generation, modeling humility, joy, and Spirit-filled authenticity, so they inherit a faith worth following.\",\n      \"core.11.title\": \"Trusting God\u2019s Work\",\n      \"core.11.text\": \"I will prepare the altar of unity through repentance and prayer, but I will not attempt to manufacture revival by human effort. The risen Jesus, after conquering death, spent forty days teaching about the kingdom of God (Acts 1:3), anchoring His disciples in hope and mission before sending the Spirit. In the same way, I will wait with expectancy, trusting God\u2019s timing and God\u2019s power. Only His Spirit can breathe life into dry bones, ignite the fire of renewal, and advance His kingdom through us.\",\n\n      \"progress.already\": \"\ud83d\udd25 Already\",\n      \"progress.after\": \"believers have signed\",\n      \"progress.note\": \"(Every name added builds momentum for the Body of Christ worldwide.)\",\n\n      \"testimonials.title\": \"\ud83d\udcac Why I Signed\",\n      \"testimonials.intro\": \"Unity is contagious. Here are some voices from around the world:\",\n      \"testimonials.q1\": \"\u201cI\u2019ve waited years to see disciples across movements praying as one. This pledge gave me hope again.\u201d\",\n      \"testimonials.q2\": \"\u201cI signed because I want my children to grow up seeing one Body of Christ, not fractured labels.\u201d\u201d\",\n      \"testimonials.q3\": \"\u201cFor me, this is repentance. I was part of the division. Now I want to be part of the healing.\u201d\",\n      \"testimonials.c1\": \"\u2014 Anonymous\",\n      \"testimonials.c2\": \"\u2014 Jason, USA\",\n      \"testimonials.c3\": \"\u2014 Anonymous\",\n      \"testimonials.hint\": \"Your testimony can inspire someone else to sign. Share yours below.\",\n\n      \"form.heading\": \"My Commitment\",\n      \"commitment.body\": \"I commit to a unity that costs something: unity that confronts sin, demands humility, and requires the Cross. I will live in ongoing repentance, renewed through the radical, born-again life of repentance, baptism, and the Spirit\u2019s fire\u2014as many times as needed. I will walk humbly with God, alongside brothers and sisters from every tradition.\",\n      \"form.labels.name\": \"Name: *\",\n      \"form.labels.city\": \"City\/Country:\",\n      \"form.labels.church\": \"Church\/Tradition (optional):\",\n      \"form.labels.email\": \"Email (optional):\",\n      \"form.labels.why\": \"Why I Signed (optional):\",\n      \"form.labels.signature\": \"Signature \/ Date:\",\n      \"form.placeholders.why\": \"Share a sentence to encourage others\u2026\",\n      \"form.placeholders.signature\": \"Type your name and today\u2019s date\",\n      \"form.buttons.submit\": \"\u270d\ufe0f Sign the Pledge\",\n      \"form.hint\": \"Submitting will add your name to our Unity_Pledge sheet via WordPress and update the live counter here.\",\n\n      \"footer.share\": \"\ud83d\udce2 Share the Unity Pledge:\",\n      \"footer.copyright\": \"\u00a9 2025 Awesomable & Global Mission Support\",\n\n      \"ui.submitting\": \"Submitting\u2026\",\n      \"ui.nameRequired\": \"Please enter your name.\",\n      \"ui.success\": \"\ud83d\ude4f Thank you for signing the Unity Pledge!\",\n      \"ui.error\": \"\u26a0\ufe0f Something went wrong. Please try again.\",\n      \"ui.duplicate\": \"You already signed this pledge. Thank you!\"\n    },\n\n   ceb: {\n  \"header.title\": \"Ang Panumpa sa Panaghiusa\",\n  \"header.subtitle\": \"Gikan sa mga pabug-at ngadto sa mga timailhan sa kalampusan\",\n  \"header.tagline\": \"Dili barato ang panaghiusa\u2014nagkinahanglan og paghinulsol, bunyag, ug ang Krus.\",\n  \"header.cta\": \"\u270d\ufe0f Pirma sa Panumpa\",\n\n  \"preamble.title\": \"Intro\",\n  \"preamble.body\":\n    \"Aron matuman ang pag-ampo ni Hesus \u2014 \\\"nga mag-usa unta sila\u2026 aron motuo ang kalibutan\\\" (Juan 17:21) \u2014 dili ko mosugot sa binahin-bahing pagtuo o relihiyong walay gahom. Nagsaad ko sa tinuod nga panaghiusa diha sa kamatuoran ug gugma, uban sa tanan nga nagtawag sa ngalan ni Hesukristo. Kini nga kasabutan, nga nag-ugat sa radikal nga tawag sa pagkahimugso pag-usab (Juan 3:3\u20135), nagkinahanglan og pagka-mapainubsanon, tinuoray nga paghinulsol, paghimo og kalinaw, ug maisugon ug mahigugmaong panag-istorya ug panagbinayloay nga makapukaw sa Lawas ni Hesukristo ug mopalapad sa tingog sa Ebanghelyo ngadto sa tanang nasud.\",\n\n  \"core.title\": \"Pangunang mga Pagpamatood\",\n\n  \"core.1.title\": \"Larawan sa Diyos (Imago Dei)\",\n  \"core.1.text\":\n    \"Ang matag tawo nagdala sa larawan sa Diyos ug angay hatagan og halangdong pagtahod\u2014higala man o dumuloong, santos o nagduhaduha.\",\n\n  \"core.2.title\": \"Si Hesukristo ang Ginoo\",\n  \"core.2.text\":\n    \"Gipamatuod ko si Hesukristo nga Ginoo\u2014dili lang usa sa daghan, kondili ang Ulo ug Hari\u2014ug magpagiya ko sa Iyang Pulong ug Espiritu sa tanang butang.\",\n\n  \"core.3.title\": \"Natawo Pag-usab: Paghinulsol ug Bunyag\",\n  \"core.3.text\":\n    \"Gisaligan ko ang klarong pagtudlo sa Kasulatan bahin sa pagkahimugso pag-usab\u2014natunok ang kasingkasing, maghinulsol, ug bunyagan sa ngalan ni Hesukristo alang sa pasaylo sa mga sala ug sa gasa sa Espiritu Santo (Juan 3:3\u20135; Buhat 2:37\u201338). Ang dedikasyon sa bata o simpleng ritwal dili kapuli sa personal nga paghinulsol ug paglubong sa tubig. Ang matag magtutuo motubag nga tinuyo, publiko, ug tibuok-kasingkasing\u2014ug magkinabuhi sa padayon nga ritmo sa paghinulsol, pagtuo, ug pagbag-o sa Espiritu.\",\n\n  \"core.4.title\": \"Pagpakaubos sa Baruganan\",\n  \"core.4.text\":\n    \"Padayonon ko ang akong mga baruganan uban sa kaisog ug kalinaw, dili gayud uban sa garbo\u2014tahuron ko ang konsensya sa uban samtang dili ko luyahon ang kamatuoran.\",\n\n  \"core.5.title\": \"Kagawasan Gikan sa Pagpugos\",\n  \"core.5.text\":\n    \"Ang panaghiusa dili manipulasyon. Ang among mga panagtigom mahimong mga luna sa pag-ampo, pagpasig-uli, ug misyon\u2014dili sa kaulaw, hulga, o walay sulod nga pagrekrut.\",\n\n  \"core.6.title\": \"Pagbantay sa Integridad\",\n  \"core.6.text\":\n    \"Motindog ko sama sa bantay batok sa espirituhanong pag-abuso, tago-tago, o kurapsyon, ug manindog ko alang sa tin-aw, alagad-kasingkasing nga pagpangulo.\",\n\n  \"core.7.title\": \"Pag-ayo sa Pagkabahin-bahin\",\n  \"core.7.text\":\n    \"Manghinulsol ko sa bisan unsang bahin\u2014personal o napanunod\u2014nga gihimo sa akong simbahan, kalihokan, o tradisyon sa pagpugas og dibisyon, garbo, o awtoritaryan nga pagdumala. Pilion ko ang pagpahiuli kaysa panagbangi.\",\n\n  \"core.8.title\": \"Maabiabihong Pakigpulong\",\n  \"core.8.text\":\n    \"Dili ko himoon hinagiban ang akong mga pulong pinaagi sa dautang sulti, tsismis, o pagtamay. Mosulti ko sa kamatuoran uban sa gugma ug kaisog.\",\n\n  \"core.9.title\": \"Tinabangay sa Misyon\",\n  \"core.9.text\":\n    \"Managhiusa ko diin tugotan sa konsensya\u2014diha sa pag-ampo, Kasulatan, kalooy, ug hustisya\u2014nga nagtuo nga pasidunggan si Kristo kon ang Iyang Lawas nagtinabangay.\",\n\n  \"core.10.title\": \"Panulondon Alang sa Umaabot\",\n  \"core.10.text\":\n    \"Mamuhunan ko sa sunod nga kaliwatan pinaagi sa ehemplo sa pagpakaubos, kalipay, ug tinuoray nga kinabuhi nga puno sa Espiritu, aron sila mamanunod sa pagtuo nga takus sundon.\",\n\n  \"core.11.title\": \"Pagsalig sa Buhat sa Diyos\",\n  \"core.11.text\":\n    \"Andamon ko ang halaran sa panaghiusa pinaagi sa paghinulsol ug pag-ampo, apan dili ko tukuron ang peke nga kalayo. Ang Diyos ra ang makapadala sa kalayo; maghulat ko sa Iyang tukmang panahon.\",\n\n  \"progress.already\": \"\ud83d\udd25 Anaa na\",\n  \"progress.after\": \"ka mga magtutuo ang mipirma\",\n  \"progress.note\":\n    \"(Matag ngalan nga idugang makapalig-on sa pagpamatuod sa Lawas ni Kristo sa tibuok kalibutan.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Ngano nga Mipirma Ko\",\n  \"testimonials.intro\":\n    \"Makapanakod ang panaghiusa. Ania ang pipila ka mga tingog gikan sa tibuok kalibutan:\",\n  \"testimonials.q1\":\n    \"\u201cDugay na kong naghulat nga magkahiusa sa pag-ampo ang mga tinun-an sa nagkalain-laing kalihokan. Kining panumpa naghatag paglaum pag-usab.\u201d\",\n  \"testimonials.q2\":\n    \"\u201cMipirma ko kay gusto kong muda-ko ang akong mga anak nga makita nila ang usa ka Lawas ni Kristo, dili nagkagubot nga mga ngalan.\u201d\",\n  \"testimonials.q3\":\n    \"\u201cAlang kanako, kini paghinulsol. Nahimo kong kabahin sa dibisyon; karon gusto kong mahimong kabahin sa pag-ayo.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anonimo\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonimo\",\n  \"testimonials.hint\":\n    \"Ang imong pamatuod makadasig sa uban. Ipaambit sa ubos.\",\n\n  \"form.heading\": \"Akong Panumpa\",\n  \"commitment.body\":\n    \"Nagapanumpa ko sa panaghiusa nga adunay kantidad: panaghiusang mosang-at sa sala, nagkinahanglan og pagpakaubos, ug nagkinahanglan sa Krus. Mabuhi ko ang padayon nga paghinulsol, ginabag-o sa radikal nga kinabuhi sa pagkahimugso pag-usab\u2014paghinulsol, bunyag, ug ang kalayo sa Espiritu Santo\u2014kutob sa gikinahanglan. Maglakaw ko nga mapainubsanon uban sa Diyos, kauban sa mga igsoon gikan sa tanang tradisyon.\",\n  \"form.labels.name\": \"Ngalan: *\",\n  \"form.labels.city\": \"Dakbayan\/Nasud:\",\n  \"form.labels.church\": \"Simbahan\/Tradisyon (opsyonal):\",\n  \"form.labels.email\": \"Email (opsyonal):\",\n  \"form.labels.why\": \"Ngano nga mipirma ko (opsyonal):\",\n  \"form.labels.signature\": \"Pirma \/ Petsa:\",\n  \"form.placeholders.why\": \"Ipaambit ug mubo nga mensahe aron madasig ang uban\u2026\",\n  \"form.placeholders.signature\": \"Isulat ang imong ngalan ug ang petsa karon\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Pirma sa Panumpa\",\n  \"form.hint\":\n    \"Ang pag-submit idugang ang imong ngalan sa among Unity_Pledge sheet pinaagi sa WordPress ug i-update dayon ang counter dinhi.\",\n\n  \"footer.share\": \"\ud83d\udce2 Ipaambit ang Panumpa sa Panaghiusa:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Nagpadala\u2026\",\n  \"ui.nameRequired\": \"Palihog isulat ang imong ngalan.\",\n  \"ui.success\": \"\ud83d\ude4f Salamat sa pagpirma sa Panumpa sa Panaghiusa!\",\n  \"ui.error\": \"\u26a0\ufe0f Adunay sayop. Sulayi pag-usab.\",\n  \"ui.duplicate\": \"Nakapirma na ka niining panumpa. Salamat!\"\n},\ntr: {\n  \"header.title\": \"Birlik Yemini\",\n  \"header.subtitle\": \"De\u011firmen Ta\u015flar\u0131ndan D\u00f6n\u00fcm Noktalar\u0131na\",\n  \"header.tagline\": \"Bu ucuz bir birlik de\u011fildir. Bu, t\u00f6vbe, vaftiz ve \u00c7arm\u0131h ile m\u00fch\u00fcrlenmi\u015f pahal\u0131 bir birliktir.\",\n  \"header.cta\": \"\u270d\ufe0f Yemini \u0130mzala\",\n\n  \"preamble.title\": \"\u00d6ns\u00f6z\",\n  \"preamble.body\": \"\u0130sa\u2019n\u0131n duas\u0131na cevap olarak\u2014\u201chepsi bir olsun\u2026 ki d\u00fcnya iman etsin\u201d (Yuhanna 17:21)\u2014par\u00e7alanm\u0131\u015f bir tan\u0131kl\u0131\u011fa veya g\u00fcc\u00fc olmayan bir dine raz\u0131 olmayaca\u011f\u0131m. \u0130sa Mesih\u2019in ad\u0131n\u0131 anan herkesle ger\u00e7e\u011fe ve sevgiye dayal\u0131 birlik i\u00e7in m\u00fccadele etmeye yemin ediyorum. Bu antla\u015fma, yeniden do\u011fma \u00e7a\u011fr\u0131s\u0131na (Yuhanna 3:3\u20135) k\u00f6k salm\u0131\u015f olup al\u00e7akg\u00f6n\u00fcll\u00fcl\u00fck, t\u00f6vbe, bar\u0131\u015f yap\u0131c\u0131l\u0131k ve Mesih\u2019in Bedeni\u2019ni uyand\u0131racak ve M\u00fcjde\u2019nin sesini uluslara duyuracak cesur i\u015fbirli\u011fini gerektirir.\",\n\n  \"core.title\": \"Temel Onaylar\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Her insan Tanr\u0131\u2019n\u0131n suretini ta\u015f\u0131r ve ister dost ister yabanc\u0131, ister aziz ister \u015f\u00fcpheci olsun, kutsal bir onurla muamele g\u00f6rmelidir.\",\n  \"core.2.title\": \"Rab Olarak \u0130sa\",\n  \"core.2.text\": \"\u0130sa Mesih\u2019in yaln\u0131zca bir se\u00e7enek de\u011fil, tek Ba\u015f ve Kral oldu\u011funu ilan ediyorum\u2014ve her konuda O\u2019nun S\u00f6z\u00fc ve Ruhu taraf\u0131ndan y\u00f6nlendirilece\u011fim.\",\n  \"core.3.title\": \"T\u00f6vbe ve Vaftiz Yoluyla Yeniden Do\u011fu\u015f\",\n  \"core.3.text\": \"Y\u00fcre\u011fin derinliklerine dokunan, t\u00f6vbeye g\u00f6t\u00fcren ve \u0130sa Mesih\u2019in ad\u0131yla g\u00fcnahlar\u0131n ba\u011f\u0131\u015flanmas\u0131 ve Kutsal Ruh\u2019un arma\u011fan\u0131 i\u00e7in vaftiz edilen (Yuhanna 3:3\u20135; El\u00e7. 2:37\u201338) yeniden do\u011fma \u00e7a\u011fr\u0131s\u0131n\u0131 benimsiyorum. Bebek adamas\u0131 veya dini t\u00f6renler ki\u015fisel t\u00f6vbe ve vaftizin yerini tutamaz. Her imanl\u0131 bilin\u00e7li, aleni ve y\u00fcrekten cevap vermeli; t\u00f6vbe, iman ve Ruh\u2019la yenilenmenin \u00f6m\u00fcr boyu s\u00fcren ritmini benimsemelidir.\",\n  \"core.4.title\": \"\u0130nan\u00e7ta Al\u00e7akg\u00f6n\u00fcll\u00fcl\u00fck\",\n  \"core.4.text\": \"\u0130nan\u00e7lar\u0131m\u0131 cesaret ve netlikle ta\u015f\u0131yaca\u011f\u0131m, asla kibirle de\u011fil\u2014ba\u015fkalar\u0131n\u0131n vicdanlar\u0131na sayg\u0131 g\u00f6stererek ama ger\u00e7e\u011fi suland\u0131rmadan.\",\n  \"core.5.title\": \"Zorlama Olmadan \u00d6zg\u00fcrl\u00fck\",\n  \"core.5.text\": \"Birlik manip\u00fclasyon de\u011fildir. Toplant\u0131lar\u0131m\u0131z dua, uzla\u015fma ve misyona odakl\u0131 olacak\u2014utand\u0131rma, y\u0131ld\u0131rma ya da bo\u015f yere \u00fcye toplama de\u011fil.\",\n  \"core.6.title\": \"D\u00fcr\u00fcstl\u00fc\u011f\u00fc Korumak\",\n  \"core.6.text\": \"Ruhsal istismar, gizlilik veya yolsuzlu\u011fa kar\u015f\u0131 bir n\u00f6bet\u00e7i gibi duraca\u011f\u0131m ve \u015feffaf, hizmetkar y\u00fcrekli liderli\u011fi savunaca\u011f\u0131m.\",\n  \"core.7.title\": \"B\u00f6l\u00fcnmeleri \u0130yile\u015ftirmek\",\n  \"core.7.text\": \"Kilisemin, hareketimin veya gelene\u011fimin b\u00f6l\u00fcnmeye, gurura ya da otoriterli\u011fe katk\u0131da bulundu\u011fu ki\u015fisel ya da miras al\u0131nm\u0131\u015f roller i\u00e7in t\u00f6vbe ediyorum. Rekabet yerine onar\u0131m\u0131 se\u00e7iyorum.\",\n  \"core.8.title\": \"L\u00fctufk\u00e2r \u0130leti\u015fim\",\n  \"core.8.text\": \"S\u00f6zlerimi iftira, dedikodu ya da k\u00fc\u00e7\u00fcmsemeyle silah haline getirmeyece\u011fim. Ger\u00e7e\u011fi sevgiyle ve cesaretle konu\u015faca\u011f\u0131m.\",\n  \"core.9.title\": \"Ortak G\u00f6rev\",\n  \"core.9.text\": \"Vicdan\u0131n izin verdi\u011fi yerde dua, Kutsal Kitap, merhamet ve adalette i\u015fbirli\u011fi yapaca\u011f\u0131m\u2014Mesih\u2019in Bedeni birlikte \u00e7al\u0131\u015ft\u0131\u011f\u0131nda O\u2019nun y\u00fcceltildi\u011fine inan\u0131yorum.\",\n  \"core.10.title\": \"Gelecek Nesiller \u0130\u00e7in Miras\",\n  \"core.10.text\": \"Al\u00e7akg\u00f6n\u00fcll\u00fcl\u00fc\u011f\u00fc, sevinci ve Ruh\u2019la dolu \u00f6zg\u00fcnl\u00fc\u011f\u00fc \u00f6rnek olarak gelecek nesle yat\u0131r\u0131m yapaca\u011f\u0131m ki takip etmeye de\u011fer bir inan\u00e7 miras als\u0131nlar.\",\n  \"core.11.title\": \"Tanr\u0131\u2019n\u0131n \u0130\u015fine G\u00fcvenmek\",\n  \"core.11.text\": \"T\u00f6vbe ve dua yoluyla birlik suna\u011f\u0131n\u0131 haz\u0131rlayaca\u011f\u0131m ama uyan\u0131\u015f\u0131 kendim \u00fcretmeye \u00e7al\u0131\u015fmayaca\u011f\u0131m. Ate\u015fi yaln\u0131zca Tanr\u0131 g\u00f6nderebilir, ve O\u2019nun zaman\u0131n\u0131 bekleyece\u011fim.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u015eu ana kadar\",\n  \"progress.after\": \"imanl\u0131 imzalad\u0131\",\n  \"progress.note\": \"(Eklenen her isim Mesih\u2019in Bedeni i\u00e7in k\u00fcresel ivme olu\u015fturur.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Neden \u0130mzalad\u0131m\",\n  \"testimonials.intro\": \"Birlik bula\u015f\u0131c\u0131d\u0131r. \u0130\u015fte d\u00fcnyan\u0131n d\u00f6rt bir yan\u0131ndan baz\u0131 sesler:\",\n  \"testimonials.q1\": \"\u201cY\u0131llard\u0131r hareketler aras\u0131 \u00f6\u011frencilerin tek y\u00fcrekle dua etti\u011fini g\u00f6rmeyi bekliyordum. Bu yemin bana yeniden umut verdi.\u201d\",\n  \"testimonials.q2\": \"\u201c\u0130mzalad\u0131m \u00e7\u00fcnk\u00fc \u00e7ocuklar\u0131m\u0131n b\u00f6l\u00fcnm\u00fc\u015f etiketler de\u011fil, Mesih\u2019in tek Bedeni\u2019ni g\u00f6rerek b\u00fcy\u00fcmesini istiyorum.\u201d\",\n  \"testimonials.q3\": \"\u201cBenim i\u00e7in bu t\u00f6vbedir. B\u00f6l\u00fcnmenin bir par\u00e7as\u0131yd\u0131m. \u015eimdi iyile\u015ftirmenin bir par\u00e7as\u0131 olmak istiyorum.\u201d\",\n  \"testimonials.c1\": \"\u2014 \u0130simsiz\",\n  \"testimonials.c2\": \"\u2014 Jason, ABD\",\n  \"testimonials.c3\": \"\u2014 \u0130simsiz\",\n  \"testimonials.hint\": \"Sizin tan\u0131kl\u0131\u011f\u0131n\u0131z ba\u015fka birini imzalamaya te\u015fvik edebilir. A\u015fa\u011f\u0131da payla\u015f\u0131n.\",\n\n  \"form.heading\": \"Taahh\u00fcd\u00fcm\",\n  \"commitment.body\": \"G\u00fcnaha kar\u015f\u0131 duran, al\u00e7akg\u00f6n\u00fcll\u00fcl\u00fck talep eden ve \u00c7arm\u0131h\u2019\u0131 gerektiren birli\u011fe ba\u011fl\u0131 kalaca\u011f\u0131m. T\u00f6vbe, vaftiz ve Ruh\u2019un ate\u015fiyle yenilenen yeniden do\u011fmu\u015f bir ya\u015fam i\u00e7inde ya\u015fayaca\u011f\u0131m\u2014gerekti\u011fi kadar \u00e7ok kez. Tanr\u0131 ile al\u00e7akg\u00f6n\u00fcll\u00fcl\u00fckle y\u00fcr\u00fcyece\u011fim ve her gelenekten karde\u015flerle birlikte ilerleyece\u011fim.\",\n  \"form.labels.name\": \"\u0130sim: *\",\n  \"form.labels.city\": \"\u015eehir\/\u00dclke:\",\n  \"form.labels.church\": \"Kilise\/Gelenek (iste\u011fe ba\u011fl\u0131):\",\n  \"form.labels.email\": \"E-posta (iste\u011fe ba\u011fl\u0131):\",\n  \"form.labels.why\": \"Neden \u0130mzalad\u0131m (iste\u011fe ba\u011fl\u0131):\",\n  \"form.labels.signature\": \"\u0130mza \/ Tarih:\",\n  \"form.placeholders.why\": \"Ba\u015fkalar\u0131na ilham verecek bir c\u00fcmle payla\u015f\u0131n\u2026\",\n  \"form.placeholders.signature\": \"\u0130sminizi ve bug\u00fcn\u00fcn tarihini yaz\u0131n\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Yemini \u0130mzala\",\n  \"form.hint\": \"G\u00f6nderdi\u011finizde isminiz WordPress arac\u0131l\u0131\u011f\u0131yla Unity_Pledge listesine eklenecek ve canl\u0131 saya\u00e7 burada g\u00fcncellenecek.\",\n\n  \"footer.share\": \"\ud83d\udce2 Birlik Yemini\u2019ni Payla\u015f\u0131n:\",\n  \"footer.copyright\": \"\u00a9 2025 K\u00fcresel Misyon Deste\u011fi\",\n\n  \"ui.submitting\": \"G\u00f6nderiliyor\u2026\",\n  \"ui.nameRequired\": \"L\u00fctfen ad\u0131n\u0131z\u0131 girin.\",\n  \"ui.success\": \"\ud83d\ude4f Birlik Yemini\u2019ni imzalad\u0131\u011f\u0131n\u0131z i\u00e7in te\u015fekk\u00fcr ederiz!\",\n  \"ui.error\": \"\u26a0\ufe0f Bir \u015feyler ters gitti. L\u00fctfen tekrar deneyin.\",\n  \"ui.duplicate\": \"Bu yemini zaten imzalad\u0131n\u0131z. Te\u015fekk\u00fcr ederiz!\"\n},\nnl: {\n  \"header.title\": \"Het Eenheidsbelofte\",\n  \"header.subtitle\": \"Van Molenstenen tot Mijlpalen\",\n  \"header.tagline\": \"Dit is geen goedkope eenheid. Dit is kostbare eenheid\u2014verzegeld in berouw, doop en het Kruis.\",\n  \"header.cta\": \"\u270d\ufe0f Onderteken de Belofte\",\n  \"preamble.title\": \"Preambule\",\n  \"preamble.body\": \"In reactie op Jezus\u2019 gebed\u2014\u201cdat zij allen \u00e9\u00e9n mogen zijn\u2026 zodat de wereld zal geloven\u201d (Johannes 17:21)\u2014weiger ik genoegen te nemen met een gebroken getuigenis of krachteloze religie. Ik beloof te strijden voor eenheid in waarheid en liefde met allen die de naam van Jezus Christus aanroepen. Dit verbond, geworteld in de radicale oproep om opnieuw geboren te worden (Johannes 3:3\u20135), vereist nederigheid, berouw, vredestichting en moedige samenwerking die het Lichaam van Christus wakker zal schudden en de stem van het evangelie aan de naties zal versterken.\",\n  \"core.title\": \"Kernverklaringen\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Elk mens draagt Gods beeld en moet met heilige waardigheid worden behandeld, of het nu een vriend of vreemdeling is, een heilige of een scepticus.\",\n  \"core.2.title\": \"Jezus als Heer\",\n  \"core.2.text\": \"Ik belijd Jezus Christus als Heer\u2014niet \u00e9\u00e9n van velen, maar de enige Hoofd en Koning\u2014en ik laat mij in alles leiden door Zijn Woord en Geest.\",\n  \"core.3.title\": \"Opnieuw Geboren door Berouw en Doop\",\n  \"core.3.text\": \"Ik bevestig de onverbiddelijke bijbelse oproep om opnieuw geboren te worden\u2014geraakt in het hart, berouw te tonen en gedoopt te worden in de naam van Jezus Christus voor de vergeving van zonden en de gave van de Heilige Geest (Johannes 3:3\u20135; Handelingen 2:37\u201338). Kinderwijding of ritueel alleen is geen vervanging voor persoonlijk berouw en onderdompeling. Elke gelovige moet bewust, openbaar en met heel zijn hart reageren\u2014en een levenslange ritme van berouw, geloof en Geestvernieuwing omarmen.\",\n  \"core.4.title\": \"Nederigheid in Overtuiging\",\n  \"core.4.text\": \"Ik zal mijn overtuigingen met moed en helderheid vasthouden, maar nooit met arrogantie\u2014ik eer het geweten van anderen terwijl ik de waarheid niet verwater.\",\n  \"core.5.title\": \"Vrijheid van Dwang\",\n  \"core.5.text\": \"Eenheid is geen manipulatie. Onze bijeenkomsten zullen plaatsen van gebed, verzoening en zending zijn\u2014geen beschaming, intimidatie of loze werving.\",\n  \"core.6.title\": \"Integriteit Waarborgen\",\n  \"core.6.text\": \"Ik zal als een wachter staan tegen geestelijk misbruik, geheimhouding of corruptie, en pleiten voor transparant, dienend leiderschap.\",\n  \"core.7.title\": \"Verdeling Genezen\",\n  \"core.7.text\": \"Ik heb berouw voor elke rol\u2014persoonlijk of ge\u00ebrfd\u2014die mijn kerk, beweging of traditie heeft gespeeld in het zaaien van verdeeldheid, trots of autoritair gezag. Ik kies voor herstel boven rivaliteit.\",\n  \"core.8.title\": \"Genadige Communicatie\",\n  \"core.8.text\": \"Ik zal mijn woorden niet gebruiken als wapens vol laster, geroddel of minachting. Ik spreek de waarheid met liefde en moed.\",\n  \"core.9.title\": \"Samenwerkende Missie\",\n  \"core.9.text\": \"Ik zal de handen ineen slaan waar het geweten dat toestaat\u2014in gebed, Schrift, barmhartigheid en gerechtigheid\u2014gelovend dat Christus wordt verheerlijkt wanneer Zijn Lichaam samenwerkt.\",\n  \"core.10.title\": \"Erfenis voor de Toekomst\",\n  \"core.10.text\": \"Ik zal investeren in de volgende generatie, nederigheid, vreugde en Geestvervulde echtheid modelleren, zodat zij een geloof erven dat het waard is om te volgen.\",\n  \"core.11.title\": \"Vertrouwen op Gods Werk\",\n  \"core.11.text\": \"Ik zal het altaar van eenheid voorbereiden door berouw en gebed, maar ik zal geen opwekking proberen te fabriceren. Alleen God kan het vuur sturen, en ik zal op Zijn tijd wachten.\",\n  \"progress.already\": \"\ud83d\udd25 Al\",\n  \"progress.after\": \"gelovigen hebben ondertekend\",\n  \"progress.note\": \"(Elke toegevoegde naam bouwt momentum op voor het Lichaam van Christus wereldwijd.)\",\n  \"testimonials.title\": \"\ud83d\udcac Waarom Ik Ondertekende\",\n  \"testimonials.intro\": \"Eenheid is besmettelijk. Hier zijn enkele stemmen van over de hele wereld:\",\n  \"testimonials.q1\": \"\u201cIk heb jaren gewacht om discipelen over bewegingen heen samen te zien bidden. Deze belofte gaf me opnieuw hoop.\u201d\",\n  \"testimonials.q2\": \"\u201cIk heb ondertekend omdat ik wil dat mijn kinderen \u00e9\u00e9n Lichaam van Christus zien, geen gefragmenteerde labels.\u201d\",\n  \"testimonials.q3\": \"\u201cVoor mij is dit berouw. Ik was deel van de verdeeldheid. Nu wil ik deel zijn van de genezing.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anoniem\",\n  \"testimonials.c2\": \"\u2014 Jason, VS\",\n  \"testimonials.c3\": \"\u2014 Anoniem\",\n  \"testimonials.hint\": \"Jouw getuigenis kan iemand anders inspireren om te ondertekenen. Deel het hieronder.\",\n  \"form.heading\": \"Mijn Toewijding\",\n  \"commitment.body\": \"Ik verbind mij tot een eenheid die iets kost: eenheid die zonde confronteert, nederigheid vereist, en het Kruis nodig heeft. Ik zal leven in voortdurende bekering, vernieuwd door het radicale, opnieuw geboren leven van berouw, doop en het vuur van de Geest\u2014zo vaak als nodig. Ik zal nederig wandelen met God, samen met broeders en zusters uit elke traditie.\",\n  \"form.labels.name\": \"Naam: *\",\n  \"form.labels.city\": \"Stad\/Land:\",\n  \"form.labels.church\": \"Kerk\/Traditie (optioneel):\",\n  \"form.labels.email\": \"E-mail (optioneel):\",\n  \"form.labels.why\": \"Waarom ik ondertekende (optioneel):\",\n  \"form.labels.signature\": \"Handtekening \/ Datum:\",\n  \"form.placeholders.why\": \"Deel een zin om anderen aan te moedigen\u2026\",\n  \"form.placeholders.signature\": \"Typ je naam en de datum van vandaag\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Onderteken de Belofte\",\n  \"form.hint\": \"Verzenden voegt je naam toe aan onze Unity_Pledge-sheet via WordPress en werkt de live teller hier bij.\",\n  \"footer.share\": \"\ud83d\udce2 Deel de Eenheidsbelofte:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n  \"ui.submitting\": \"Verzenden\u2026\",\n  \"ui.nameRequired\": \"Voer je naam in, alstublieft.\",\n  \"ui.success\": \"\ud83d\ude4f Bedankt voor het ondertekenen van de Eenheidsbelofte!\",\n  \"ui.error\": \"\u26a0\ufe0f Er is iets misgegaan. Probeer het opnieuw.\",\n  \"ui.duplicate\": \"Je hebt deze belofte al ondertekend. Dank je wel!\"\n},\nbn: {\n  \"header.title\": \"\u0990\u0995\u09cd\u09af\u09c7\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\",\n  \"header.subtitle\": \"\u09aa\u09be\u09a5\u09b0 \u09a5\u09c7\u0995\u09c7 \u09aa\u09a6\u099a\u09bf\u09b9\u09cd\u09a8\u09c7\u09b0 \u09aa\u09a5\u09c7\",\n  \"header.tagline\": \"\u098f\u099f\u09be \u09b8\u09b8\u09cd\u09a4\u09be \u0990\u0995\u09cd\u09af \u09a8\u09af\u09bc\u0964 \u098f\u099f\u09be \u09ae\u09c2\u09b2\u09cd\u09af\u09ac\u09be\u09a8 \u0990\u0995\u09cd\u09af\u2014\u0985\u09a8\u09c1\u09a4\u09be\u09aa, \u09ac\u09be\u09aa\u09cd\u09a4\u09bf\u09b8\u09cd\u09ae \u098f\u09ac\u0982 \u0995\u09cd\u09b0\u09c1\u09b6\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964\",\n  \"header.cta\": \"\u270d\ufe0f \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\u09c7 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c1\u09a8\",\n\n  \"preamble.title\": \"\u09ad\u09c2\u09ae\u09bf\u0995\u09be\",\n  \"preamble.body\": \"\u09af\u09c0\u09b6\u09c1\u09b0 \u09aa\u09cd\u09b0\u09be\u09b0\u09cd\u09a5\u09a8\u09be\u09b0 \u099c\u09ac\u09be\u09ac\u09c7\u2014\u201c\u09af\u09c7\u09a8 \u09a4\u09be\u09b0\u09be \u09b8\u09ac\u09be\u0987 \u098f\u0995 \u09b9\u09af\u09bc... \u09af\u09be\u09a4\u09c7 \u09aa\u09c3\u09a5\u09bf\u09ac\u09c0 \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u0995\u09b0\u09c7\u201d (\u09af\u09cb\u09b9\u09a8 \u09e7\u09ed:\u09e8\u09e7)\u2014\u0986\u09ae\u09bf \u09ac\u09bf\u09ad\u0995\u09cd\u09a4 \u09b8\u09be\u0995\u09cd\u09b7\u09cd\u09af \u09ac\u09be \u09b6\u0995\u09cd\u09a4\u09bf\u09b9\u09c0\u09a8 \u09a7\u09b0\u09cd\u09ae\u0995\u09c7 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b0\u09be\u099c\u09bf \u09a8\u0987\u0964 \u0986\u09ae\u09bf \u09af\u09be\u0981\u09b0\u09be \u09af\u09c0\u09b6\u09c1 \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u09c7\u09b0 \u09a8\u09be\u09ae \u09a1\u09be\u0995\u09c7\u09a8 \u09a4\u09be\u0981\u09a6\u09c7\u09b0 \u09b8\u0995\u09b2\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09b8\u09a4\u09cd\u09af \u0993 \u09ad\u09be\u09b2\u09cb\u09ac\u09be\u09b8\u09be\u09af\u09bc \u0990\u0995\u09cd\u09af\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a1\u09bc\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0 \u0995\u09b0\u099b\u09bf\u0964 \u098f\u0987 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0, \u09af\u09be \u09a8\u09a4\u09c1\u09a8 \u099c\u09a8\u09cd\u09ae\u09c7\u09b0 \u09b8\u09be\u09b9\u09b8\u09c0 \u0986\u09b9\u09cd\u09ac\u09be\u09a8\u09c7 (\u09af\u09cb\u09b9\u09a8 \u09e9:\u09e9\u2013\u09eb) \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09a4\u09c8\u09b0\u09bf, \u098f\u099f\u09bf \u09ac\u09bf\u09a8\u09af\u09bc, \u0985\u09a8\u09c1\u09a4\u09be\u09aa, \u09b6\u09be\u09a8\u09cd\u09a4\u09bf \u0997\u09a0\u09a8 \u098f\u09ac\u0982 \u09b8\u09be\u09b9\u09b8\u09c0 \u09b8\u09b9\u09af\u09cb\u0997\u09bf\u09a4\u09be \u09a6\u09be\u09ac\u09bf \u0995\u09b0\u09c7\u2014\u09af\u09be \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u09c7\u09b0 \u09a6\u09c7\u09b9\u0995\u09c7 \u099c\u09be\u0997\u09bf\u09af\u09bc\u09c7 \u09a4\u09c1\u09b2\u09ac\u09c7 \u098f\u09ac\u0982 \u099c\u09be\u09a4\u09bf\u0997\u09c1\u09b2\u09cb\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b8\u09c1\u09b8\u09ae\u09be\u099a\u09be\u09b0\u09c7\u09b0 \u0995\u09a3\u09cd\u09a0\u09b8\u09cd\u09ac\u09b0\u0995\u09c7 \u099c\u09cb\u09b0\u09be\u09b2\u09cb \u0995\u09b0\u09ac\u09c7\u0964\",\n\n  \"core.title\": \"\u09ae\u09c2\u09b2 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u0997\u09c1\u09b2\u09cb\",\n\n  \"core.1.title\": \"\u0987\u09ae\u09be\u0997\u09cb \u09a6\u09c7\u0987 (Imago Dei)\",\n  \"core.1.text\": \"\u09aa\u09cd\u09b0\u09a4\u09bf\u099f\u09bf \u09ae\u09be\u09a8\u09c1\u09b7\u0987 \u0988\u09b6\u09cd\u09ac\u09b0\u09c7\u09b0 \u099b\u09ac\u09bf \u09ac\u09b9\u09a8 \u0995\u09b0\u09c7 \u098f\u09ac\u0982 \u09a4\u09be\u0981\u0995\u09c7 \u09aa\u09ac\u09bf\u09a4\u09cd\u09b0 \u09ae\u09b0\u09cd\u09af\u09be\u09a6\u09be\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u2014\u09ac\u09a8\u09cd\u09a7\u09c1 \u09ac\u09be \u0985\u09aa\u09b0\u09bf\u099a\u09bf\u09a4, \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8\u09c0 \u09ac\u09be \u09b8\u09a8\u09cd\u09a6\u09c7\u09b9\u0995\u09be\u09b0\u09c0 \u09af\u09c7\u0987 \u09b9\u09cb\u0995 \u09a8\u09be \u0995\u09c7\u09a8\u0964\",\n  \"core.2.title\": \"\u09af\u09c0\u09b6\u09c1 \u09b9\u099a\u09cd\u099b\u09c7\u09a8 \u09aa\u09cd\u09b0\u09ad\u09c1\",\n  \"core.2.text\": \"\u0986\u09ae\u09bf \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09bf \u09af\u09c0\u09b6\u09c1 \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u0987 \u09aa\u09cd\u09b0\u09ad\u09c1\u2014\u0985\u09a8\u09c7\u0995\u09c7\u09b0 \u098f\u0995\u099c\u09a8 \u09a8\u09a8, \u09ac\u09b0\u0982 \u098f\u0995\u09ae\u09be\u09a4\u09cd\u09b0 \u09ae\u09be\u09a5\u09be \u0993 \u09b0\u09be\u099c\u09be\u2014\u098f\u09ac\u0982 \u0986\u09ae\u09bf \u09b8\u09ac \u0995\u09bf\u099b\u09c1\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a4\u09be\u0981\u09b0 \u09ac\u09be\u0995\u09cd\u09af \u0993 \u0986\u09a4\u09cd\u09ae\u09be \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09ac\u09cb\u0964\",\n  \"core.3.title\": \"\u0985\u09a8\u09c1\u09a4\u09be\u09aa \u0993 \u09ac\u09be\u09aa\u09cd\u09a4\u09bf\u09b8\u09cd\u09ae\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a8\u09a4\u09c1\u09a8 \u099c\u09a8\u09cd\u09ae\",\n  \"core.3.text\": \"\u0986\u09ae\u09bf \u09aa\u09ac\u09bf\u09a4\u09cd\u09b0 \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u0986\u09aa\u09b8\u09b9\u09c0\u09a8 \u0986\u09b9\u09cd\u09ac\u09be\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09c0\u0995\u09be\u09b0 \u0995\u09b0\u09bf\u2014\u09b9\u09c3\u09a6\u09af\u09bc\u09c7 \u0986\u0998\u09be\u09a4 \u09aa\u09c7\u09af\u09bc\u09c7, \u0985\u09a8\u09c1\u09a4\u09be\u09aa \u0995\u09b0\u09c7, \u09af\u09c0\u09b6\u09c1 \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u09c7\u09b0 \u09a8\u09be\u09ae\u09c7 \u09ac\u09be\u09aa\u09cd\u09a4\u09bf\u09b8\u09cd\u09ae \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u09aa\u09be\u09aa\u09c7\u09b0 \u0995\u09cd\u09b7\u09ae\u09be \u0993 \u09aa\u09ac\u09bf\u09a4\u09cd\u09b0 \u0986\u09a4\u09cd\u09ae\u09be\u09b0 \u0989\u09aa\u09b9\u09be\u09b0 \u09aa\u09be\u0993\u09af\u09bc\u09be (\u09af\u09cb\u09b9\u09a8 \u09e9:\u09e9\u2013\u09eb; \u09aa\u09cd\u09b0\u09c7\u09b0\u09bf\u09a4 \u09e8:\u09e9\u09ed\u2013\u09e9\u09ee)\u0964 \u09b6\u09bf\u09b6\u09c1 \u0989\u09ce\u09b8\u09b0\u09cd\u0997 \u09ac\u09be \u0995\u09c7\u09ac\u09b2\u09ae\u09be\u09a4\u09cd\u09b0 \u0986\u09a8\u09c1\u09b7\u09cd\u09a0\u09be\u09a8\u09bf\u0995\u09a4\u09be \u0995\u0996\u09a8\u09cb\u0987 \u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u0997\u09a4 \u0985\u09a8\u09c1\u09a4\u09be\u09aa \u0993 \u09aa\u09be\u09a8\u09bf\u09a4\u09c7 \u09a8\u09bf\u09ae\u099c\u09cd\u099c\u09a8\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09c7 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u09a8\u09be\u0964 \u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09c7\u0995 \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8\u09c0\u0995\u09c7 \u09b8\u099a\u09c7\u09a4\u09a8\u09ad\u09be\u09ac\u09c7, \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09cd\u09af\u09c7 \u098f\u09ac\u0982 \u09b8\u09ae\u09b8\u09cd\u09a4 \u09b9\u09c3\u09a6\u09af\u09bc \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u09a1\u09bc\u09be \u09a6\u09bf\u09a4\u09c7 \u09b9\u09ac\u09c7\u2014\u098f\u09ac\u0982 \u098f\u0995\u099f\u09bf \u099a\u09b2\u09ae\u09be\u09a8 \u099c\u09c0\u09ac\u09a8\u09c7\u09b0 \u099b\u09a8\u09cd\u09a6\u09c7 \u099a\u09b2\u09a4\u09c7 \u09b9\u09ac\u09c7: \u0985\u09a8\u09c1\u09a4\u09be\u09aa, \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8, \u0993 \u0986\u09a4\u09cd\u09ae\u09be\u09b0 \u09a8\u09a4\u09c1\u09a8\u09c0\u0995\u09b0\u09a3\u0964\",\n  \"core.4.title\": \"\u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8\u09c7 \u09ac\u09bf\u09a8\u09af\u09bc\",\n  \"core.4.text\": \"\u0986\u09ae\u09bf \u0986\u09ae\u09be\u09b0 \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u09b8\u09be\u09b9\u09b8 \u0993 \u09b8\u09cd\u09aa\u09b7\u09cd\u099f\u09a4\u09be\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09a7\u09b0\u09c7 \u09b0\u09be\u0996\u09ac\u09cb, \u0995\u0996\u09a8\u09cb \u0985\u09b9\u0982\u0995\u09be\u09b0\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09a8\u09af\u09bc\u2014\u0985\u09a8\u09cd\u09af\u09a6\u09c7\u09b0 \u09ac\u09bf\u09ac\u09c7\u0995\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8 \u0995\u09b0\u09ac\u09cb, \u09a4\u09ac\u09c7 \u09b8\u09a4\u09cd\u09af\u0995\u09c7 \u09b9\u09be\u09b2\u0995\u09be \u0995\u09b0\u09ac\u09cb \u09a8\u09be\u0964\",\n  \"core.5.title\": \"\u099c\u09ac\u09b0\u09a6\u09b8\u09cd\u09a4\u09bf \u09a5\u09c7\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\",\n  \"core.5.text\": \"\u0990\u0995\u09cd\u09af \u09ae\u09be\u09a8\u09c7 \u09a8\u09bf\u09af\u09bc\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3 \u09a8\u09af\u09bc\u0964 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09ae\u09be\u09ac\u09c7\u09b6 \u09b9\u09ac\u09c7 \u09aa\u09cd\u09b0\u09be\u09b0\u09cd\u09a5\u09a8\u09be, \u09aa\u09c1\u09a8\u09b0\u09cd\u09ae\u09bf\u09b2\u09a8 \u098f\u09ac\u0982 \u09ae\u09bf\u09b6\u09a8\u09c7\u09b0 \u099c\u09be\u09af\u09bc\u0997\u09be\u2014\u09b2\u099c\u09cd\u099c\u09be, \u09ad\u09af\u09bc \u09ac\u09be \u09ab\u09be\u0981\u09aa\u09be \u0986\u09ae\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3\u09c7\u09b0 \u09a8\u09af\u09bc\u0964\",\n  \"core.6.title\": \"\u09b8\u09a4\u09a4\u09be\u09b0 \u09a8\u09bf\u09b0\u09be\u09aa\u09a4\u09cd\u09a4\u09be\",\n  \"core.6.text\": \"\u0986\u09ae\u09bf \u098f\u0995\u099c\u09a8 \u09aa\u09cd\u09b0\u09b9\u09b0\u09c0\u09b0 \u09ae\u09a4\u09cb \u09a6\u09be\u0981\u09a1\u09bc\u09be\u09ac\u09cb\u2014\u0986\u09a7\u09cd\u09af\u09be\u09a4\u09cd\u09ae\u09bf\u0995 \u09a8\u09bf\u09aa\u09c0\u09a1\u09bc\u09a8, \u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09ac\u09be \u09a6\u09c1\u09b0\u09cd\u09a8\u09c0\u09a4\u09bf\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u098f\u09ac\u0982 \u098f\u0995\u099c\u09a8 \u0996\u09cb\u09b2\u09be \u09b9\u09c3\u09a6\u09af\u09bc\u09c7\u09b0, \u09b8\u09c7\u09ac\u09be\u09ae\u09c2\u09b2\u0995 \u09a8\u09c7\u09a4\u09be\u09b0 \u09a6\u09be\u09ac\u09bf\u09a4\u09c7 \u09a6\u09c3\u09a2\u09bc \u09a5\u09be\u0995\u09ac\u09cb\u0964\",\n  \"core.7.title\": \"\u09ac\u09bf\u09ad\u09be\u099c\u09a8 \u09a8\u09bf\u09b0\u09be\u09ae\u09af\u09bc\",\n  \"core.7.text\": \"\u0986\u09ae\u09bf \u0985\u09a8\u09c1\u09a4\u09be\u09aa \u0995\u09b0\u099b\u09bf\u2014\u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u0997\u09a4\u09ad\u09be\u09ac\u09c7 \u0985\u09a5\u09ac\u09be \u0990\u09a4\u09bf\u09b9\u09cd\u09af\u0997\u09a4\u09ad\u09be\u09ac\u09c7\u2014\u09af\u09a6\u09bf \u0986\u09ae\u09be\u09b0 \u099a\u09be\u09b0\u09cd\u099a, \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u09ac\u09be \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf \u0997\u09b0\u09cd\u09ac, \u09ac\u09bf\u09ad\u09be\u099c\u09a8 \u09ac\u09be \u0995\u09b0\u09cd\u09a4\u09c3\u09a4\u09cd\u09ac\u09ac\u09be\u09a6\u09c0 \u0986\u099a\u09b0\u09a3 \u099b\u09a1\u09bc\u09bf\u09af\u09bc\u09c7 \u09a5\u09be\u0995\u09c7\u0964 \u0986\u09ae\u09bf \u09a6\u09cd\u09ac\u09a8\u09cd\u09a6\u09cd\u09ac \u09a8\u09af\u09bc, \u09aa\u09c1\u09a8\u09b0\u09cd\u0997\u09a0\u09a8 \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u099a\u09cd\u099b\u09bf\u0964\",\n  \"core.8.title\": \"\u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a4 \u09ad\u09be\u09b7\u09be\",\n  \"core.8.text\": \"\u0986\u09ae\u09bf \u0986\u09ae\u09be\u09b0 \u09b6\u09ac\u09cd\u09a6\u0995\u09c7 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0 \u09ac\u09be\u09a8\u09be\u09ac\u09cb \u09a8\u09be\u2014\u0985\u09aa\u09ac\u09be\u09a6, \u0997\u09c1\u099c\u09ac \u09ac\u09be \u0998\u09c3\u09a3\u09be\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a8\u09af\u09bc\u0964 \u0986\u09ae\u09bf \u09ad\u09be\u09b2\u09cb\u09ac\u09be\u09b8\u09be \u0993 \u09b8\u09be\u09b9\u09b8\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09b8\u09a4\u09cd\u09af \u09ac\u09b2\u09ac\u09cb\u0964\",\n  \"core.9.title\": \"\u09b8\u09b9\u09af\u09cb\u0997\u09bf\u09a4\u09be\u09ae\u09c2\u09b2\u0995 \u09ae\u09bf\u09b6\u09a8\",\n  \"core.9.text\": \"\u0986\u09ae\u09bf \u09ac\u09bf\u09ac\u09c7\u0995 \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09a6\u09c7\u09af\u09bc \u09b8\u09c7\u0996\u09be\u09a8\u09c7 \u098f\u0995\u09b8\u0999\u09cd\u0997\u09c7 \u0995\u09be\u099c \u0995\u09b0\u09ac\u09cb\u2014\u09aa\u09cd\u09b0\u09be\u09b0\u09cd\u09a5\u09a8\u09be, \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0, \u09a6\u09af\u09bc\u09be \u0993 \u09a8\u09cd\u09af\u09be\u09af\u09bc\u09ac\u09bf\u099a\u09be\u09b0\u09c7\u2014\u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u0995\u09b0\u09bf \u09af\u09c7 \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u09c7\u09b0 \u09a6\u09c7\u09b9 \u09af\u0996\u09a8 \u098f\u0995\u09b8\u09be\u09a5\u09c7 \u0995\u09be\u099c \u0995\u09b0\u09c7, \u09a4\u0996\u09a8 \u09a4\u09bf\u09a8\u09bf \u0986\u09b0\u0993 \u09ac\u09c7\u09b6\u09bf \u09ae\u09b9\u09bf\u09ae\u09be\u09a8\u09cd\u09ac\u09bf\u09a4 \u09b9\u09a8\u0964\",\n  \"core.10.title\": \"\u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0989\u09a4\u09cd\u09a4\u09b0\u09be\u09a7\u09bf\u0995\u09be\u09b0\",\n  \"core.10.text\": \"\u0986\u09ae\u09bf \u0986\u0997\u09be\u09ae\u09c0 \u09aa\u09cd\u09b0\u099c\u09a8\u09cd\u09ae\u09c7 \u09ac\u09bf\u09a8\u09bf\u09af\u09bc\u09cb\u0997 \u0995\u09b0\u09ac\u09cb\u2014\u09a8\u09ae\u09cd\u09b0\u09a4\u09be, \u0986\u09a8\u09a8\u09cd\u09a6 \u0993 \u0986\u09a4\u09cd\u09ae\u09be-\u09ad\u09b0\u09be \u09b8\u09a4\u09cd\u09af\u09bf\u0995\u09be\u09b0\u09c7\u09b0 \u099c\u09c0\u09ac\u09a8\u09af\u09be\u09a4\u09cd\u09b0\u09be\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u2014\u09af\u09be\u09a4\u09c7 \u09a4\u09be\u09b0\u09be \u098f\u09ae\u09a8 \u098f\u0995\u099f\u09bf \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u09af\u09be \u0985\u09a8\u09c1\u09b8\u09b0\u09a3\u09af\u09cb\u0997\u09cd\u09af\u0964\",\n  \"core.11.title\": \"\u0988\u09b6\u09cd\u09ac\u09b0\u09c7\u09b0 \u0995\u09be\u099c\u09c7 \u0986\u09b8\u09cd\u09a5\u09be\",\n  \"core.11.text\": \"\u0986\u09ae\u09bf \u0990\u0995\u09cd\u09af\u09c7\u09b0 \u09ac\u09c7\u09a6\u09bf \u09aa\u09cd\u09b0\u09b8\u09cd\u09a4\u09c1\u09a4 \u0995\u09b0\u09ac\u09cb \u09aa\u09cd\u09b0\u09be\u09b0\u09cd\u09a5\u09a8\u09be \u0993 \u0985\u09a8\u09c1\u09a4\u09be\u09aa\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7, \u09a4\u09ac\u09c7 \u09a8\u09bf\u099c\u09c7 \u09a5\u09c7\u0995\u09c7 \u09aa\u09c1\u09a8\u09b0\u09cd\u099c\u09be\u0997\u09b0\u09a3 \u09a4\u09c8\u09b0\u09bf\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09ac\u09cb \u09a8\u09be\u0964 \u09b6\u09c1\u09a7\u09c1 \u0988\u09b6\u09cd\u09ac\u09b0\u0987 \u0986\u0997\u09c1\u09a8 \u09aa\u09be\u09a0\u09be\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u09a8, \u0986\u09ae\u09bf \u09a4\u09be\u0981\u09b0 \u09b8\u09ae\u09af\u09bc\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09aa\u09c7\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09ac\u09cb\u0964\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7\",\n  \"progress.after\": \"\u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8\u09c0 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c7\u099b\u09c7\u09a8\",\n  \"progress.note\": \"(\u09aa\u09cd\u09b0\u09a4\u09bf\u099f\u09bf \u09a8\u09be\u09ae \u09af\u09cb\u0997 \u09b9\u09b2\u09c7, \u09af\u09c0\u09b6\u09c1\u09b0 \u09a6\u09c7\u09b9\u09c7\u09b0 \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0990\u0995\u09cd\u09af \u0986\u09b0\u0993 \u09a6\u09c3\u09a2\u09bc \u09b9\u09af\u09bc\u0964)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0986\u09ae\u09bf \u0995\u09c7\u09a8 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c7\u099b\u09bf\",\n  \"testimonials.intro\": \"\u0990\u0995\u09cd\u09af \u099b\u09a1\u09bc\u09bf\u09af\u09bc\u09c7 \u09aa\u09a1\u09bc\u09c7\u0964 \u09ac\u09bf\u09b6\u09cd\u09ac\u099c\u09c1\u09a1\u09bc\u09c7 \u0995\u09bf\u099b\u09c1 \u0995\u09a3\u09cd\u09a0\u09b8\u09cd\u09ac\u09b0 \u098f\u0996\u09be\u09a8\u09c7:\",\n  \"testimonials.q1\": \"\u201c\u09ac\u099b\u09b0\u09c7\u09b0 \u09aa\u09b0 \u09ac\u099b\u09b0 \u0986\u09ae\u09bf \u0985\u09aa\u09c7\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c7\u099b\u09bf \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u09c7\u09b0 \u09b6\u09bf\u09b7\u09cd\u09af\u09a6\u09c7\u09b0 \u098f\u0995\u09b8\u09be\u09a5\u09c7 \u09aa\u09cd\u09b0\u09be\u09b0\u09cd\u09a5\u09a8\u09be \u0995\u09b0\u09a4\u09c7 \u09a6\u09c7\u0996\u09be\u09b0 \u099c\u09a8\u09cd\u09af\u0964 \u098f\u0987 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0 \u0986\u09ac\u09be\u09b0 \u0986\u09ae\u09be\u0995\u09c7 \u0986\u09b6\u09be \u09a6\u09bf\u09af\u09bc\u09c7\u099b\u09c7\u0964\u201d\",\n  \"testimonials.q2\": \"\u201c\u0986\u09ae\u09bf \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c7\u099b\u09bf \u0995\u09be\u09b0\u09a3 \u0986\u09ae\u09bf \u099a\u09be\u0987 \u0986\u09ae\u09be\u09b0 \u09b8\u09a8\u09cd\u09a4\u09be\u09a8\u09b0\u09be \u0996\u09cd\u09b0\u09bf\u09b7\u09cd\u099f\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09a6\u09c7\u09b9 \u09a6\u09c7\u0996\u09a4\u09c7 \u09ac\u09a1\u09bc \u09b9\u09cb\u0995\u2014\u09ac\u09bf\u09ad\u0995\u09cd\u09a4 \u09a8\u09be\u09ae \u09a8\u09af\u09bc\u0964\u201d\",\n  \"testimonials.q3\": \"\u201c\u0986\u09ae\u09be\u09b0 \u099c\u09a8\u09cd\u09af, \u098f\u099f\u09bf \u0985\u09a8\u09c1\u09a4\u09be\u09aa\u0964 \u0986\u09ae\u09bf \u09ac\u09bf\u09ad\u09be\u099c\u09a8\u09c7\u09b0 \u0985\u0982\u09b6 \u099b\u09bf\u09b2\u09be\u09ae\u0964 \u098f\u0996\u09a8 \u0986\u09ae\u09bf \u09a8\u09bf\u09b0\u09be\u09ae\u09af\u09bc\u09c7\u09b0 \u0985\u0982\u09b6 \u09b9\u09a4\u09c7 \u099a\u09be\u0987\u0964\u201d\",\n  \"testimonials.c1\": \"\u2014 \u09a8\u09be\u09ae \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09c7 \u0985\u09a8\u09bf\u099a\u09cd\u099b\u09c1\u0995\",\n  \"testimonials.c2\": \"\u2014 \u099c\u09c7\u09b8\u09a8, \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\",\n  \"testimonials.c3\": \"\u2014 \u09a8\u09be\u09ae \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09c7 \u0985\u09a8\u09bf\u099a\u09cd\u099b\u09c1\u0995\",\n  \"testimonials.hint\": \"\u0986\u09aa\u09a8\u09be\u09b0 \u09b8\u09be\u0995\u09cd\u09b7\u09cd\u09af \u0985\u09a8\u09cd\u09af \u0995\u09be\u0989\u0995\u09c7 \u0985\u09a8\u09c1\u09aa\u09cd\u09b0\u09be\u09a3\u09bf\u09a4 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964 \u09a8\u09bf\u099a\u09c7 \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8\u0964\",\n\n  \"form.heading\": \"\u0986\u09ae\u09be\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\",\n  \"commitment.body\": \"\u0986\u09ae\u09bf \u098f\u0995\u099f\u09bf \u09ae\u09c2\u09b2\u09cd\u09af\u09ac\u09be\u09a8 \u0990\u0995\u09cd\u09af\u09c7\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0 \u0995\u09b0\u099b\u09bf: \u09af\u09c7 \u0990\u0995\u09cd\u09af \u09aa\u09be\u09aa\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09c1\u0996\u09c0\u09a8 \u0995\u09b0\u09c7, \u09ac\u09bf\u09a8\u09af\u09bc \u099a\u09be\u09af\u09bc, \u098f\u09ac\u0982 \u0995\u09cd\u09b0\u09c1\u09b6\u09c7\u09b0 \u09a6\u09be\u09ac\u09bf \u09b0\u09be\u0996\u09c7\u0964 \u0986\u09ae\u09bf \u099a\u09b2\u09ae\u09be\u09a8 \u0985\u09a8\u09c1\u09a4\u09be\u09aa\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09ac\u09be\u0981\u099a\u09ac\u09cb, \u09a8\u09a4\u09c1\u09a8 \u099c\u09a8\u09cd\u09ae\u09c7\u09b0 \u09b6\u0995\u09cd\u09a4\u09bf\u09b6\u09be\u09b2\u09c0 \u099c\u09c0\u09ac\u09a8\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u2014\u0985\u09a8\u09c1\u09a4\u09be\u09aa, \u09ac\u09be\u09aa\u09cd\u09a4\u09bf\u09b8\u09cd\u09ae \u0993 \u0986\u09a4\u09cd\u09ae\u09be\u09b0 \u0986\u0997\u09c1\u09a8\u2014\u09af\u09a4\u09ac\u09be\u09b0 \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u0964 \u0986\u09ae\u09bf \u0988\u09b6\u09cd\u09ac\u09b0\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09bf\u09a8\u09af\u09bc\u09c0\u09ad\u09be\u09ac\u09c7 \u09b9\u09be\u0981\u099f\u09ac\u09cb, \u09aa\u09cd\u09b0\u09a4\u09bf\u099f\u09bf \u0990\u09a4\u09bf\u09b9\u09cd\u09af \u09a5\u09c7\u0995\u09c7 \u0986\u09b8\u09be \u09ad\u09be\u0987-\u09ac\u09cb\u09a8\u09a6\u09c7\u09b0 \u09aa\u09be\u09b6\u09c7\u0964\",\n  \"form.labels.name\": \"\u09a8\u09be\u09ae: *\",\n  \"form.labels.city\": \"\u09b6\u09b9\u09b0\/\u09a6\u09c7\u09b6:\",\n  \"form.labels.church\": \"\u099a\u09be\u09b0\u09cd\u099a\/\u0990\u09a4\u09bf\u09b9\u09cd\u09af (\u0990\u099a\u09cd\u099b\u09bf\u0995):\",\n  \"form.labels.email\": \"\u0987\u09ae\u09c7\u0987\u09b2 (\u0990\u099a\u09cd\u099b\u09bf\u0995):\",\n  \"form.labels.why\": \"\u0986\u09ae\u09bf \u0995\u09c7\u09a8 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09b2\u09be\u09ae (\u0990\u099a\u09cd\u099b\u09bf\u0995):\",\n  \"form.labels.signature\": \"\u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \/ \u09a4\u09be\u09b0\u09bf\u0996:\",\n  \"form.placeholders.why\": \"\u0985\u09a8\u09cd\u09af\u09a6\u09c7\u09b0 \u0985\u09a8\u09c1\u09aa\u09cd\u09b0\u09be\u09a3\u09bf\u09a4 \u0995\u09b0\u09a4\u09c7 \u098f\u0995\u099f\u09bf \u09ac\u09be\u0995\u09cd\u09af \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8\u2026\",\n  \"form.placeholders.signature\": \"\u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae \u0993 \u0986\u099c\u0995\u09c7\u09b0 \u09a4\u09be\u09b0\u09bf\u0996 \u09b2\u09bf\u0996\u09c1\u09a8\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\u09c7 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c1\u09a8\",\n  \"form.hint\": \"\u099c\u09ae\u09be \u09a6\u09bf\u09b2\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae \u0986\u09ae\u09be\u09a6\u09c7\u09b0 WordPress-\u098f\u09b0 Unity_Pledge \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09af\u09bc \u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u09ac\u09c7 \u098f\u09ac\u0982 \u098f\u0996\u09be\u09a8\u09c7 \u09b2\u09be\u0987\u09ad \u0995\u09be\u0989\u09a8\u09cd\u099f\u09be\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u09b9\u09ac\u09c7\u0964\",\n\n  \"footer.share\": \"\ud83d\udce2 \u0990\u0995\u09cd\u09af\u09c7\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0 \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8:\",\n  \"footer.copyright\": \"\u00a9 \u09e8\u09e6\u09e8\u09eb \u0997\u09cd\u09b2\u09cb\u09ac\u09be\u09b2 \u09ae\u09bf\u09b6\u09a8 \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f\",\n\n  \"ui.submitting\": \"\u099c\u09ae\u09be \u09a6\u09c7\u0993\u09af\u09bc\u09be \u09b9\u099a\u09cd\u099b\u09c7\u2026\",\n  \"ui.nameRequired\": \"\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae \u09b2\u09bf\u0996\u09c1\u09a8\u0964\",\n  \"ui.success\": \"\ud83d\ude4f \u0990\u0995\u09cd\u09af\u09c7\u09b0 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\u09c7 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6!\",\n  \"ui.error\": \"\u26a0\ufe0f \u0995\u09bf\u099b\u09c1 \u09ad\u09c1\u09b2 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964 \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09ac\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964\",\n  \"ui.duplicate\": \"\u0986\u09aa\u09a8\u09bf \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7 \u098f\u0987 \u0985\u0999\u09cd\u0997\u09c0\u0995\u09be\u09b0\u09c7 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0 \u0995\u09b0\u09c7\u099b\u09c7\u09a8\u0964 \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6!\"\n},\ncs: {\n  \"header.title\": \"Slib jednoty\",\n  \"header.subtitle\": \"Od ml\u00fdnsk\u00fdch kamen\u016f k miln\u00edk\u016fm\",\n  \"header.tagline\": \"Tohle nen\u00ed levn\u00e1 jednota. Je to n\u00e1kladn\u00e1 jednota\u2014zape\u010det\u011bn\u00e1 pok\u00e1n\u00edm, k\u0159tem a K\u0159\u00ed\u017eem.\",\n  \"header.cta\": \"\u270d\ufe0f Podepi\u0161 slib\",\n  \"preamble.title\": \"Preambule\",\n  \"preamble.body\": \"V reakci na Je\u017e\u00ed\u0161ovu modlitbu\u2014\u201eaby v\u0161ichni byli jedno... aby sv\u011bt uv\u011b\u0159il\u201c (Jan 17:21)\u2014odm\u00edt\u00e1m sm\u00ed\u0159it se s rozd\u011blen\u00fdm sv\u011bdectv\u00edm nebo bezmocn\u00fdm n\u00e1bo\u017eenstv\u00edm. Zavazuji se bojovat za jednotu v pravd\u011b a l\u00e1sce se v\u0161emi, kdo vz\u00fdvaj\u00ed jm\u00e9no Je\u017e\u00ed\u0161e Krista. Tato smlouva, zako\u0159en\u011bn\u00e1 v radik\u00e1ln\u00edm povol\u00e1n\u00ed znovuzrozen\u00ed (Jan 3:3\u20135), vy\u017eaduje pokoru, pok\u00e1n\u00ed, usmi\u0159ov\u00e1n\u00ed a odv\u00e1\u017enou spolupr\u00e1ci, kter\u00e1 probud\u00ed T\u011blo Kristovo a zes\u00edl\u00ed hlas evangelia mezi n\u00e1rody.\",\n  \"core.title\": \"Z\u00e1kladn\u00ed prohl\u00e1\u0161en\u00ed\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Ka\u017ed\u00fd \u010dlov\u011bk nese Bo\u017e\u00ed obraz a mus\u00ed b\u00fdt zach\u00e1zen s posv\u00e1tnou d\u016fstojnost\u00ed\u2014p\u0159\u00edtel i cizinec, svat\u00fd i skeptik.\",\n  \"core.2.title\": \"Je\u017e\u00ed\u0161 jako P\u00e1n\",\n  \"core.2.text\": \"Vyzn\u00e1v\u00e1m Je\u017e\u00ed\u0161e Krista jako P\u00e1na\u2014ne jednoho z mnoha, ale jedinou Hlavu a Kr\u00e1le\u2014a ve v\u0161em se budu \u0159\u00eddit Jeho Slovem a Duchem.\",\n  \"core.3.title\": \"Znovuzrozen\u00ed skrze pok\u00e1n\u00ed a k\u0159est\",\n  \"core.3.text\": \"Potvrzuji nekompromisn\u00ed biblick\u00e9 povol\u00e1n\u00ed ke znovuzrozen\u00ed\u2014b\u00fdt zasa\u017een v srdci, \u010dinit pok\u00e1n\u00ed a b\u00fdt pok\u0159t\u011bn ve jm\u00e9nu Je\u017e\u00ed\u0161e Krista na odpu\u0161t\u011bn\u00ed h\u0159\u00edch\u016f a p\u0159ijet\u00ed Ducha svat\u00e9ho (Jan 3:3\u20135; Sk 2:37\u201338). D\u011btsk\u00e9 po\u017eehn\u00e1n\u00ed nebo ritu\u00e1l nem\u016f\u017ee nahradit osobn\u00ed pok\u00e1n\u00ed a pono\u0159en\u00ed. Ka\u017ed\u00fd v\u011b\u0159\u00edc\u00ed mus\u00ed odpov\u011bd\u011bt v\u011bdom\u011b, ve\u0159ejn\u011b a cel\u00fdm srdcem\u2014p\u0159ij\u00edmaj\u00edc celo\u017eivotn\u00ed rytmus pok\u00e1n\u00ed, v\u00edry a obnovy v Duchu.\",\n  \"core.4.title\": \"Pokora v p\u0159esv\u011bd\u010den\u00ed\",\n  \"core.4.text\": \"Sv\u00e9ho p\u0159esv\u011bd\u010den\u00ed se budu dr\u017eet s odvahou a jasnost\u00ed, nikdy s aroganc\u00ed\u2014s \u00factou k sv\u011bdom\u00ed druh\u00fdch, ale bez rozm\u011bln\u011bn\u00ed pravdy.\",\n  \"core.5.title\": \"Svoboda bez n\u00e1tlaku\",\n  \"core.5.text\": \"Jednota nen\u00ed manipulace. Na\u0161e shrom\u00e1\u017ed\u011bn\u00ed budou m\u00edstem modlitby, usm\u00ed\u0159en\u00ed a posl\u00e1n\u00ed\u2014ne hanby, zastra\u0161ov\u00e1n\u00ed nebo pr\u00e1zdn\u00e9ho verbov\u00e1n\u00ed.\",\n  \"core.6.title\": \"Ochrana integrity\",\n  \"core.6.text\": \"Budu st\u00e1t jako str\u00e1\u017ece proti duchovn\u00edmu zneu\u017e\u00edv\u00e1n\u00ed, tajn\u016fstk\u00e1\u0159stv\u00ed nebo korupci a budu trvat na transparentn\u00edm, slu\u017eebnick\u00e9m veden\u00ed.\",\n  \"core.7.title\": \"Uzdraven\u00ed rozd\u011blen\u00ed\",\n  \"core.7.text\": \"\u010cin\u00edm pok\u00e1n\u00ed za jakoukoli roli\u2014osobn\u00ed nebo zd\u011bd\u011bnou\u2014kterou moje c\u00edrkev, hnut\u00ed nebo tradice hr\u00e1la p\u0159i zas\u00e9v\u00e1n\u00ed rozd\u011blen\u00ed, p\u00fdchy nebo autorit\u00e1\u0159sk\u00e9 kontroly. Vol\u00edm obnovu nam\u00edsto soupe\u0159en\u00ed.\",\n  \"core.8.title\": \"Milostiv\u00e1 komunikace\",\n  \"core.8.text\": \"Nebudu zneu\u017e\u00edvat sv\u00e1 slova ke klevet\u00e1m, pomluv\u00e1m nebo pohrd\u00e1n\u00ed. Budu mluvit pravdu s l\u00e1skou a odvahou.\",\n  \"core.9.title\": \"Spolupr\u00e1ce v posl\u00e1n\u00ed\",\n  \"core.9.text\": \"Spoj\u00edm s\u00edly tam, kde to sv\u011bdom\u00ed dovol\u00ed\u2014v modlitb\u011b, P\u00edsmu, milosrdenstv\u00ed a spravedlnosti\u2014v\u011b\u0159\u00edc, \u017ee Kristus je oslaven, kdy\u017e Jeho T\u011blo spolupracuje.\",\n  \"core.10.title\": \"Odkaz pro budoucnost\",\n  \"core.10.text\": \"Budu investovat do p\u0159\u00ed\u0161t\u00ed generace, ukazuj\u00edc pokoru, radost a autenti\u010dnost napln\u011bnou Duchem, aby zd\u011bdila v\u00edru hodnou n\u00e1sledov\u00e1n\u00ed.\",\n  \"core.11.title\": \"D\u016fv\u011bra v Bo\u017e\u00ed d\u00edlo\",\n  \"core.11.text\": \"P\u0159iprav\u00edm olt\u00e1\u0159 jednoty skrze pok\u00e1n\u00ed a modlitbu, ale nebudu se sna\u017eit vyrobit probuzen\u00ed. Jen B\u016fh m\u016f\u017ee seslat ohe\u0148\u2014a j\u00e1 budu \u010dekat na Jeho \u010das.\",\n  \"progress.already\": \"\ud83d\udd25 Ji\u017e\",\n  \"progress.after\": \"v\u011b\u0159\u00edc\u00edch podepsalo\",\n  \"progress.note\": \"(Ka\u017ed\u00e9 p\u0159idan\u00e9 jm\u00e9no posiluje sv\u011bdectv\u00ed Kristova T\u011bla po cel\u00e9m sv\u011bt\u011b.)\",\n  \"testimonials.title\": \"\ud83d\udcac Pro\u010d jsem podepsal\",\n  \"testimonials.intro\": \"Jednota je naka\u017eliv\u00e1. Tady jsou hlasy z cel\u00e9ho sv\u011bta:\",\n  \"testimonials.q1\": \"\u201e\u010cekal jsem roky, a\u017e se u\u010dedn\u00edci nap\u0159\u00ed\u010d hnut\u00edmi za\u010dnou modlit jako jedno. Tento slib mi dal novou nad\u011bji.\u201c\",\n  \"testimonials.q2\": \"\u201ePodepsal jsem, proto\u017ee chci, aby m\u00e9 d\u011bti vyr\u016fstaly s obrazem jednoho Kristova T\u011bla, ne rozt\u0159\u00ed\u0161t\u011bn\u00fdch \u0161t\u00edtk\u016f.\u201c\",\n  \"testimonials.q3\": \"\u201ePro m\u011b je to pok\u00e1n\u00ed. Byl jsem sou\u010d\u00e1st\u00ed rozd\u011blen\u00ed. Te\u010f chci b\u00fdt sou\u010d\u00e1st\u00ed uzdraven\u00ed.\u201c\",\n  \"testimonials.c1\": \"\u2014 Anonym\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonym\",\n  \"testimonials.hint\": \"Va\u0161e sv\u011bdectv\u00ed m\u016f\u017ee inspirovat n\u011bkoho dal\u0161\u00edho k podpisu. Sd\u00edlejte ho n\u00ed\u017ee.\",\n  \"form.heading\": \"M\u016fj z\u00e1vazek\",\n  \"commitment.body\": \"Zavazuji se k jednot\u011b, kter\u00e1 n\u011bco stoj\u00ed: jednot\u011b, kter\u00e1 konfrontuje h\u0159\u00edch, vy\u017eaduje pokoru a vych\u00e1z\u00ed z K\u0159\u00ed\u017ee. Budu \u017e\u00edt v nep\u0159etr\u017eit\u00e9m pok\u00e1n\u00ed, obnovov\u00e1n radik\u00e1ln\u00edm \u017eivotem znovuzrozen\u00ed skrze pok\u00e1n\u00ed, k\u0159est a ohe\u0148 Ducha\u2014tolikr\u00e1t, kolikr\u00e1t bude t\u0159eba. Budu kr\u00e1\u010det pokorn\u011b s Bohem, po boku brat\u0159\u00ed a sester ze v\u0161ech tradic.\",\n  \"form.labels.name\": \"Jm\u00e9no: *\",\n  \"form.labels.city\": \"M\u011bsto\/Zem\u011b:\",\n  \"form.labels.church\": \"C\u00edrkev\/Tradice (nepovinn\u00e9):\",\n  \"form.labels.email\": \"Email (nepovinn\u00e9):\",\n  \"form.labels.why\": \"Pro\u010d jsem podepsal (nepovinn\u00e9):\",\n  \"form.labels.signature\": \"Podpis \/ Datum:\",\n  \"form.placeholders.why\": \"Sd\u00edlej v\u011btu, kter\u00e1 povzbud\u00ed ostatn\u00ed\u2026\",\n  \"form.placeholders.signature\": \"Napi\u0161 sv\u00e9 jm\u00e9no a dne\u0161n\u00ed datum\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Podepi\u0161 slib\",\n  \"form.hint\": \"Odesl\u00e1n\u00edm p\u0159id\u00e1\u0161 sv\u00e9 jm\u00e9no do na\u0161eho seznamu Unity_Pledge p\u0159es WordPress a aktualizuje\u0161 zde \u017eiv\u00fd \u010d\u00edta\u010d.\",\n  \"footer.share\": \"\ud83d\udce2 Sd\u00edlej slib jednoty:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n  \"ui.submitting\": \"Odes\u00edl\u00e1n\u00ed\u2026\",\n  \"ui.nameRequired\": \"Zadej sv\u00e9 jm\u00e9no, pros\u00edm.\",\n  \"ui.success\": \"\ud83d\ude4f D\u011bkujeme, \u017ee jste podepsali Slib jednoty!\",\n  \"ui.error\": \"\u26a0\ufe0f N\u011bco se pokazilo. Zkuste to pros\u00edm znovu.\",\n  \"ui.duplicate\": \"Tento slib jste ji\u017e podepsali. D\u011bkujeme!\"\n},\n\"zh-Hans\": {\n  \"header.title\": \"\u5408\u4e00\u8a93\u8a00\",\n  \"header.subtitle\": \"\u4ece\u91cd\u62c5\u5230\u89c1\u8bc1\",\n  \"header.tagline\": \"\u8fd9\u4e0d\u662f\u5ec9\u4ef7\u7684\u5408\u4e00\uff0c\u800c\u662f\u4ee3\u4ef7\u9ad8\u6602\u7684\u5408\u4e00\u2014\u2014\u7528\u6094\u6539\u3001\u6d17\u793c\u548c\u5341\u5b57\u67b6\u5370\u8bc1\u3002\",\n  \"header.cta\": \"\u270d\ufe0f \u7b7e\u7f72\u8a93\u8a00\",\n\n  \"preamble.title\": \"\u5e8f\u8a00\",\n  \"preamble.body\": \"\u56de\u5e94\u8036\u7a23\u7684\u7977\u544a\u2014\u2014\u201c\u4f7f\u4ed6\u4eec\u90fd\u5408\u800c\u4e3a\u4e00\uff0c\u597d\u8ba9\u4e16\u4eba\u76f8\u4fe1\u201d\uff08\u7ea6\u7ff0\u798f\u97f3 17:21\uff09\u2014\u2014\u6211\u62d2\u7edd\u59a5\u534f\u4e8e\u5206\u88c2\u7684\u89c1\u8bc1\u6216\u8f6f\u5f31\u7684\u5b97\u6559\u3002\u6211\u8981\u7acb\u5fd7\u4e0e\u4e00\u5207\u5949\u4e3b\u8036\u7a23\u57fa\u7763\u4e4b\u540d\u7684\u4eba\uff0c\u5728\u771f\u7406\u548c\u7231\u4e2d\u8ffd\u6c42\u5408\u4e00\u3002\u8fd9\u4e2a\u8a93\u8a00\u6839\u690d\u4e8e\u201c\u91cd\u751f\u201d\u7684\u547c\u53ec\uff08\u7ea6\u7ff0\u798f\u97f3 3:3\u20135\uff09\uff0c\u9700\u8981\u8c26\u5351\u3001\u6094\u6539\u3001\u548c\u7766\u4e0e\u52c7\u6562\u7684\u5408\u4f5c\uff0c\u4f7f\u57fa\u7763\u7684\u8eab\u4f53\u82cf\u9192\uff0c\u8ba9\u798f\u97f3\u7684\u58f0\u97f3\u4f20\u904d\u4e07\u56fd\u3002\",\n\n  \"core.title\": \"\u6838\u5fc3\u4fe1\u5ff5\",\n\n  \"core.1.title\": \"\u795e\u7684\u5f62\u8c61\uff08Imago Dei\uff09\",\n  \"core.1.text\": \"\u6bcf\u4e00\u4e2a\u4eba\u90fd\u5e26\u7740\u795e\u7684\u5f62\u8c61\uff0c\u4e0d\u8bba\u662f\u670b\u53cb\u8fd8\u662f\u964c\u751f\u4eba\uff0c\u4fe1\u5f92\u6216\u7591\u60d1\u8005\uff0c\u90fd\u5e94\u88ab\u4ee5\u5c0a\u8d35\u548c\u5723\u6d01\u5bf9\u5f85\u3002\",\n  \"core.2.title\": \"\u8036\u7a23\u662f\u4e3b\",\n  \"core.2.text\": \"\u6211\u627f\u8ba4\u8036\u7a23\u57fa\u7763\u662f\u4e3b\u2014\u2014\u4e0d\u662f\u4f17\u591a\u795e\u660e\u4e4b\u4e00\uff0c\u800c\u662f\u72ec\u4e00\u7684\u5143\u9996\u4e0e\u541b\u738b\u3002\u6211\u613f\u5728\u4e07\u4e8b\u4e0a\u8ddf\u968f\u7942\u7684\u5723\u8a00\u548c\u5723\u7075\u7684\u5e26\u9886\u3002\",\n  \"core.3.title\": \"\u6094\u6539\u4e0e\u6d17\u793c\u4e2d\u7684\u91cd\u751f\",\n  \"core.3.text\": \"\u6211\u786e\u8ba4\u5723\u7ecf\u5bf9\u91cd\u751f\u7684\u6e05\u6670\u6559\u5bfc\u2014\u2014\u5fc3\u88ab\u523a\u75db\u3001\u6094\u6539\uff0c\u5e76\u5949\u8036\u7a23\u57fa\u7763\u7684\u540d\u53d7\u6d17\uff0c\u4ee5\u5f97\u7f6a\u7684\u8d66\u514d\u5e76\u9886\u53d7\u5723\u7075\u7684\u6069\u8d50\uff08\u7ea6\u7ff0 3:3\u20135\uff1b\u4f7f\u5f92\u884c\u4f20 2:37\u201338\uff09\u3002\u513f\u7ae5\u5949\u732e\u6216\u4eea\u5f0f\u672c\u8eab\u4e0d\u80fd\u4ee3\u66ff\u4e2a\u4eba\u7684\u6094\u6539\u548c\u6c34\u4e2d\u6d17\u793c\u3002\u6bcf\u4f4d\u4fe1\u5f92\u90fd\u5e94\u4e3b\u52a8\u3001\u516c\u5f00\u3001\u5168\u5fc3\u56de\u5e94\uff0c\u5e76\u6d3b\u51fa\u6301\u7eed\u6094\u6539\u3001\u4fe1\u5fc3\u4e0e\u88ab\u5723\u7075\u66f4\u65b0\u7684\u751f\u547d\u8282\u594f\u3002\",\n  \"core.4.title\": \"\u5728\u4fe1\u5ff5\u4e2d\u4fdd\u6301\u8c26\u5351\",\n  \"core.4.text\": \"\u6211\u8981\u5e26\u7740\u52c7\u6c14\u548c\u6e05\u6670\u6301\u5b88\u6211\u7684\u4fe1\u4ef0\uff0c\u800c\u975e\u9a84\u50b2\u81ea\u5927\u2014\u2014\u5728\u5c0a\u91cd\u4ed6\u4eba\u826f\u5fc3\u7684\u540c\u65f6\uff0c\u575a\u5b88\u771f\u7406\u3002\",\n  \"core.5.title\": \"\u62d2\u7edd\u64cd\u63a7\",\n  \"core.5.text\": \"\u5408\u4e00\u4e0d\u662f\u64cd\u63a7\u3002\u6211\u671f\u671b\u6211\u4eec\u7684\u805a\u4f1a\u6210\u4e3a\u7977\u544a\u3001\u548c\u597d\u4e0e\u4f7f\u547d\u7684\u7a7a\u95f4\u2014\u2014\u4e0d\u662f\u7f9e\u8fb1\u3001\u5a01\u80c1\u6216\u7a7a\u6d1e\u7684\u62db\u52df\u573a\u6240\u3002\",\n  \"core.6.title\": \"\u5b88\u62a4\u8bda\u4fe1\",\n  \"core.6.text\": \"\u6211\u8981\u5982\u540c\u5b88\u671b\u8005\u4e00\u6837\u8b66\u60d5\u5c5e\u7075\u7684\u8650\u5f85\u3001\u9ed1\u6697\u64cd\u4f5c\u6216\u8150\u8d25\uff0c\u547c\u5401\u516c\u5f00\u3001\u4ee5\u670d\u4e8b\u4e3a\u5fc3\u7684\u9886\u5bfc\u3002\",\n  \"core.7.title\": \"\u533b\u6cbb\u5206\u88c2\",\n  \"core.7.text\": \"\u6211\u613f\u4e3a\u6559\u4f1a\u3001\u8fd0\u52a8\u6216\u4f20\u7edf\u66fe\u5e26\u6765\u7684\u5206\u88c2\u3001\u9a84\u50b2\u6216\u4e13\u5236\u884c\u4e3a\uff08\u65e0\u8bba\u662f\u6211\u4eb2\u8eab\u6216\u7ee7\u627f\u7684\uff09\u800c\u6094\u6539\u3002\u6211\u9009\u62e9\u4fee\u590d\u800c\u4e0d\u662f\u7ade\u4e89\u3002\",\n  \"core.8.title\": \"\u6069\u6148\u6c9f\u901a\",\n  \"core.8.text\": \"\u6211\u4e0d\u4f1a\u7528\u8bdd\u8bed\u4f24\u4eba\u2014\u2014\u4e0d\u8bf4\u4e2d\u4f24\u3001\u516b\u5366\u6216\u8f7b\u8511\u7684\u8bdd\u3002\u6211\u4f1a\u7528\u7231\u4e0e\u52c7\u6c14\u8bf4\u51fa\u771f\u7406\u3002\",\n  \"core.9.title\": \"\u5408\u4f5c\u7684\u4f7f\u547d\",\n  \"core.9.text\": \"\u5728\u826f\u5fc3\u5141\u8bb8\u7684\u8303\u56f4\u5185\uff0c\u6211\u613f\u5f7c\u6b64\u8fde\u7ed3\u2014\u2014\u5728\u7977\u544a\u3001\u7ecf\u6587\u3001\u601c\u60af\u4e0e\u516c\u4e49\u4e2d\u4e00\u540c\u524d\u884c\u2014\u2014\u56e0\u4e3a\u5f53\u57fa\u7763\u7684\u8eab\u4f53\u534f\u540c\u5de5\u4f5c\u65f6\uff0c\u7942\u5c31\u88ab\u66f4\u5927\u5730\u8363\u8000\u3002\",\n  \"core.10.title\": \"\u7559\u7ed9\u4e0b\u4e00\u4ee3\u7684\u4f20\u627f\",\n  \"core.10.text\": \"\u6211\u613f\u6295\u8d44\u5728\u4e0b\u4e00\u4ee3\uff0c\u6d3b\u51fa\u8c26\u5351\u3001\u559c\u4e50\u4e0e\u771f\u5b9e\u7684\u5723\u7075\u751f\u547d\uff0c\u8ba9\u4ed6\u4eec\u7ee7\u627f\u4e00\u4e2a\u503c\u5f97\u8ddf\u968f\u7684\u4fe1\u4ef0\u3002\",\n  \"core.11.title\": \"\u4fe1\u9760\u795e\u7684\u4f5c\u4e3a\",\n  \"core.11.text\": \"\u6211\u4f1a\u901a\u8fc7\u7977\u544a\u548c\u6094\u6539\u9884\u5907\u5408\u4e00\u7684\u796d\u575b\uff0c\u4f46\u6211\u4e0d\u4f1a\u4eba\u4e3a\u5236\u9020\u590d\u5174\u3002\u552f\u6709\u795e\u80fd\u964d\u4e0b\u5723\u706b\uff0c\u6211\u4f1a\u8010\u5fc3\u7b49\u5019\u7942\u7684\u65f6\u673a\u3002\",\n\n  \"progress.already\": \"\ud83d\udd25 \u5df2\u6709\",\n  \"progress.after\": \"\u4f4d\u4fe1\u5f92\u5df2\u7b7e\u7f72\",\n  \"progress.note\": \"\uff08\u6bcf\u4e00\u4e2a\u7b7e\u540d\u90fd\u5728\u4e3a\u57fa\u7763\u8eab\u4f53\u7684\u5408\u4e00\u5e26\u6765\u529b\u91cf\u3002\uff09\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u6211\u4e3a\u4f55\u7b7e\u7f72\",\n  \"testimonials.intro\": \"\u5408\u4e00\u662f\u4f1a\u4f20\u67d3\u7684\u3002\u8fd9\u662f\u6765\u81ea\u4e16\u754c\u5404\u5730\u7684\u4e00\u4e9b\u58f0\u97f3\uff1a\",\n  \"testimonials.q1\": \"\u201c\u591a\u5e74\u6765\uff0c\u6211\u4e00\u76f4\u76fc\u671b\u770b\u5230\u5404\u4e2a\u7fa4\u4f53\u7684\u95e8\u5f92\u4e00\u540c\u7977\u544a\u3002\u8fd9\u4e2a\u8a93\u8a00\u518d\u6b21\u70b9\u71c3\u4e86\u6211\u7684\u5e0c\u671b\u3002\u201d\",\n  \"testimonials.q2\": \"\u201c\u6211\u7b7e\u7f72\uff0c\u662f\u56e0\u4e3a\u6211\u5e0c\u671b\u6211\u7684\u5b69\u5b50\u770b\u5230\u7684\u662f\u4e00\u4e2a\u5408\u4e00\u7684\u57fa\u7763\u8eab\u4f53\uff0c\u800c\u4e0d\u662f\u5206\u88c2\u7684\u6807\u7b7e\u3002\u201d\",\n  \"testimonials.q3\": \"\u201c\u5bf9\u6211\u800c\u8a00\uff0c\u8fd9\u662f\u6094\u6539\u3002\u6211\u66fe\u662f\u5206\u88c2\u7684\u4e00\u90e8\u5206\uff0c\u5982\u4eca\u6211\u60f3\u6210\u4e3a\u533b\u6cbb\u7684\u4e00\u90e8\u5206\u3002\u201d\",\n  \"testimonials.c1\": \"\u2014 \u533f\u540d\",\n  \"testimonials.c2\": \"\u2014 Jason\uff0c\u7f8e\u56fd\",\n  \"testimonials.c3\": \"\u2014 \u533f\u540d\",\n  \"testimonials.hint\": \"\u4f60\u7684\u89c1\u8bc1\u53ef\u80fd\u6fc0\u52b1\u4ed6\u4eba\u7b7e\u7f72\u3002\u6b22\u8fce\u5206\u4eab\u4f60\u7684\u5fc3\u58f0\uff1a\",\n\n  \"form.heading\": \"\u6211\u7684\u627f\u8bfa\",\n  \"commitment.body\": \"\u6211\u627f\u8bfa\u8981\u8ffd\u6c42\u4e00\u4efd\u6709\u4ee3\u4ef7\u7684\u5408\u4e00\uff1a\u8981\u9762\u5bf9\u7f6a\u6076\u3001\u8981\u6c42\u8c26\u5351\uff0c\u5e76\u8d70\u5411\u5341\u5b57\u67b6\u3002\u6211\u5c06\u6d3b\u51fa\u6301\u7eed\u7684\u6094\u6539\uff0c\u901a\u8fc7\u91cd\u751f\u7684\u751f\u547d\u88ab\u5723\u7075\u7684\u706b\u7130\u4e0d\u65ad\u66f4\u65b0\u3002\u65e0\u8bba\u51e0\u6b21\uff0c\u6211\u90fd\u613f\u5982\u6b64\u3002\u6211\u8981\u8c26\u5351\u5730\u4e0e\u795e\u540c\u884c\uff0c\u4e5f\u4e0e\u5404\u4e2a\u4f20\u7edf\u7684\u5f1f\u5144\u59ca\u59b9\u643a\u624b\u524d\u8fdb\u3002\",\n  \"form.labels.name\": \"\u59d3\u540d\uff1a*\",\n  \"form.labels.city\": \"\u57ce\u5e02\/\u56fd\u5bb6\uff1a\",\n  \"form.labels.church\": \"\u6559\u4f1a\/\u4f20\u7edf\uff08\u53ef\u9009\uff09\uff1a\",\n  \"form.labels.email\": \"\u7535\u5b50\u90ae\u4ef6\uff08\u53ef\u9009\uff09\uff1a\",\n  \"form.labels.why\": \"\u6211\u4e3a\u4f55\u7b7e\u7f72\uff08\u53ef\u9009\uff09\uff1a\",\n  \"form.labels.signature\": \"\u7b7e\u540d \/ \u65e5\u671f\uff1a\",\n  \"form.placeholders.why\": \"\u5199\u4e00\u53e5\u8bdd\u6765\u9f13\u52b1\u522b\u4eba\u2026\u2026\",\n  \"form.placeholders.signature\": \"\u8bf7\u586b\u5199\u60a8\u7684\u540d\u5b57\u548c\u4eca\u5929\u7684\u65e5\u671f\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u7b7e\u7f72\u8a93\u8a00\",\n  \"form.hint\": \"\u63d0\u4ea4\u540e\uff0c\u60a8\u7684\u540d\u5b57\u5c06\u52a0\u5165\u6211\u4eec\u7684 Unity_Pledge WordPress \u8868\u683c\u4e2d\uff0c\u5e76\u5b9e\u65f6\u66f4\u65b0\u7b7e\u7f72\u4eba\u6570\u7edf\u8ba1\u3002\",\n\n  \"footer.share\": \"\ud83d\udce2 \u5206\u4eab\u5408\u4e00\u8a93\u8a00\uff1a\",\n  \"footer.copyright\": \"\u00a9 2025 \u5168\u7403\u4f7f\u547d\u652f\u6301\",\n\n  \"ui.submitting\": \"\u6b63\u5728\u63d0\u4ea4\u2026\",\n  \"ui.nameRequired\": \"\u8bf7\u8f93\u5165\u60a8\u7684\u540d\u5b57\u3002\",\n  \"ui.success\": \"\ud83d\ude4f \u611f\u8c22\u60a8\u7b7e\u7f72\u5408\u4e00\u8a93\u8a00\uff01\",\n  \"ui.error\": \"\u26a0\ufe0f \u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002\",\n  \"ui.duplicate\": \"\u60a8\u5df2\u7b7e\u7f72\u8fc7\u6b64\u8a93\u8a00\u3002\u611f\u8c22\u60a8\u7684\u53c2\u4e0e\uff01\"\n},\n\"zh-Hant\": {\n  \"header.title\": \"\u5408\u4e00\u8a93\u8a00\",\n  \"header.subtitle\": \"\u5f9e\u6c89\u91cd\u67b7\u9396\u5230\u6b77\u53f2\u91cc\u7a0b\",\n  \"header.tagline\": \"\u9019\u4e0d\u662f\u5ec9\u50f9\u7684\u5408\u4e00\uff0c\u800c\u662f\u6602\u8cb4\u7684\u5408\u4e00\u2014\u2014\u4ee5\u6094\u6539\u3001\u6d17\u79ae\u8207\u5341\u5b57\u67b6\u70ba\u5370\u8a18\u3002\",\n  \"header.cta\": \"\u270d\ufe0f \u7c3d\u7f72\u8a93\u8a00\",\n\n  \"preamble.title\": \"\u524d\u8a00\",\n  \"preamble.body\": \"\u70ba\u56de\u61c9\u8036\u7a4c\u7684\u79b1\u544a\u2014\u2014\u300c\u4f7f\u4ed6\u5011\u90fd\u5408\u800c\u70ba\u4e00\u2026\u2026\u597d\u8b93\u4e16\u4eba\u76f8\u4fe1\u300d(\u7d04\u7ff0\u798f\u97f317:21)\uff0c\u6211\u62d2\u7d55\u63a5\u53d7\u5206\u88c2\u7684\u898b\u8b49\u8207\u7121\u529b\u7684\u4fe1\u4ef0\u3002\u6211\u627f\u8afe\uff0c\u5c07\u8207\u4e00\u5207\u5949\u8036\u7a4c\u57fa\u7763\u4e4b\u540d\u7684\u4eba\uff0c\u5728\u771f\u7406\u8207\u611b\u4e2d\u722d\u6230\uff0c\u70ba\u5408\u4e00\u800c\u52aa\u529b\u3002\u9019\u7acb\u7d04\u6839\u690d\u65bc\u91cd\u751f\u7684\u6fc0\u9032\u547c\u53ec\uff08\u7d04\u7ff0\u798f\u97f33:3-5\uff09\uff0c\u9700\u8981\u8b19\u5351\u3001\u6094\u6539\u3001\u7de0\u9020\u548c\u5e73\u8207\u5927\u81bd\u7684\u5408\u4f5c\uff0c\u559a\u9192\u57fa\u7763\u7684\u8eab\u9ad4\uff0c\u4e26\u653e\u5927\u798f\u97f3\u5c0d\u5217\u570b\u7684\u547c\u8072\u3002\",\n\n  \"core.title\": \"\u6838\u5fc3\u4fe1\u5ff5\",\n\n  \"core.1.title\": \"\u795e\u7684\u5f62\u8c61\",\n  \"core.1.text\": \"\u6bcf\u4e00\u500b\u4eba\u90fd\u5e36\u6709\u795e\u7684\u5f62\u8c61\u2014\u2014\u7121\u8ad6\u662f\u670b\u53cb\u9084\u662f\u964c\u751f\u4eba\u3001\u8056\u5f92\u9084\u662f\u61f7\u7591\u8005\u2014\u2014\u90fd\u61c9\u7576\u88ab\u5c0a\u91cd\uff0c\u4ee5\u795e\u8056\u7684\u5c0a\u56b4\u5c0d\u5f85\u3002\",\n\n  \"core.2.title\": \"\u8036\u7a4c\u662f\u4e3b\",\n  \"core.2.text\": \"\u6211\u627f\u8a8d\u8036\u7a4c\u57fa\u7763\u662f\u4e3b\u2014\u2014\u4e0d\u662f\u773e\u795e\u4e4b\u4e00\uff0c\u800c\u662f\u552f\u4e00\u7684\u5143\u9996\u8207\u541b\u738b\u2014\u2014\u6211\u5c07\u5728\u4e00\u5207\u4e8b\u4e0a\u53d7\u7942\u7684\u8a71\u8a9e\u8207\u8056\u9748\u5f15\u5c0e\u3002\",\n\n  \"core.3.title\": \"\u6094\u6539\u8207\u6d17\u79ae\u4e2d\u7684\u91cd\u751f\",\n  \"core.3.text\": \"\u6211\u5805\u5b9a\u8056\u7d93\u5c0d\u91cd\u751f\u7684\u547c\u53ec\u2014\u2014\u5fc3\u88ab\u523a\u75db\u3001\u6094\u6539\u3001\u5949\u8036\u7a4c\u57fa\u7763\u4e4b\u540d\u53d7\u6d17\uff0c\u4f7f\u7f6a\u5f97\u8d66\u4e26\u9818\u53d7\u8056\u9748\u7684\u6069\u8cdc\uff08\u7d04\u7ff0\u798f\u97f33:3\u20135\uff1b\u4f7f\u5f92\u884c\u50b32:37\u201338\uff09\u3002\u5b30\u5152\u5949\u737b\u6216\u5100\u5f0f\u7121\u6cd5\u4ee3\u66ff\u500b\u4eba\u7684\u6094\u6539\u8207\u6d78\u79ae\u3002\u6bcf\u4e00\u4f4d\u4fe1\u5f92\u90fd\u5fc5\u9808\u81ea\u9858\u3001\u516c\u958b\u4e26\u5168\u5fc3\u5168\u610f\u5730\u56de\u61c9\u2014\u2014\u904e\u8457\u6094\u6539\u3001\u4fe1\u5fc3\u8207\u88ab\u8056\u9748\u66f4\u65b0\u7684\u751f\u547d\u7bc0\u594f\u3002\",\n\n  \"core.4.title\": \"\u5805\u6301\u4fe1\u5ff5\u4e2d\u7684\u8b19\u5351\",\n  \"core.4.text\": \"\u6211\u5c07\u52c7\u6562\u660e\u78ba\u5730\u6301\u5b88\u4fe1\u5ff5\uff0c\u4f46\u7d55\u4e0d\u5e36\u8457\u9a55\u50b2\u2014\u2014\u6211\u6703\u5c0a\u91cd\u4ed6\u4eba\u826f\u5fc3\uff0c\u537b\u62d2\u7d55\u7a00\u91cb\u771f\u7406\u3002\",\n\n  \"core.5.title\": \"\u62d2\u7d55\u64cd\u63a7\",\n  \"core.5.text\": \"\u5408\u4e00\u4e0d\u662f\u64cd\u63a7\u3002\u6211\u5011\u7684\u805a\u6703\u5c07\u662f\u79b1\u544a\u3001\u548c\u89e3\u8207\u4f7f\u547d\u7684\u7a7a\u9593\u2014\u2014\u4e0d\u662f\u7f9e\u8fb1\u3001\u5a01\u5687\u6216\u7a7a\u6d1e\u7684\u62db\u52df\u3002\",\n\n  \"core.6.title\": \"\u7dad\u8b77\u6b63\u76f4\",\n  \"core.6.text\": \"\u6211\u9858\u5982\u5b88\u671b\u8005\u822c\u7ad9\u7acb\uff0c\u62b5\u64cb\u5c6c\u9748\u8650\u5f85\u3001\u9ed1\u7bb1\u64cd\u4f5c\u6216\u8150\u6557\uff0c\u4e26\u5805\u6301\u900f\u660e\u8207\u50d5\u4eba\u5f0f\u9818\u5c0e\u3002\",\n\n  \"core.7.title\": \"\u91ab\u6cbb\u5206\u88c2\",\n  \"core.7.text\": \"\u7121\u8ad6\u662f\u500b\u4eba\u9084\u662f\u6559\u6703\u3001\u904b\u52d5\u6216\u50b3\u7d71\u6240\u627f\u8972\u7684\u8cac\u4efb\uff0c\u6211\u70ba\u4efb\u4f55\u88fd\u9020\u5206\u88c2\u3001\u9a55\u50b2\u6216\u5c08\u5236\u7684\u884c\u70ba\u6094\u6539\u3002\u6211\u9078\u64c7\u4fee\u5fa9\u800c\u975e\u7af6\u722d\u3002\",\n\n  \"core.8.title\": \"\u6eab\u67d4\u7684\u6e9d\u901a\",\n  \"core.8.text\": \"\u6211\u4e0d\u6703\u4ee5\u8ab9\u8b17\u3001\u6d41\u8a00\u6216\u8f15\u8511\u6b66\u88dd\u6211\u7684\u8a00\u8a9e\u3002\u6211\u5c07\u4ee5\u611b\u8207\u52c7\u6c23\u8aaa\u51fa\u771f\u7406\u3002\",\n\n  \"core.9.title\": \"\u5408\u4f5c\u7684\u4f7f\u547d\",\n  \"core.9.text\": \"\u6211\u9858\u5728\u826f\u5fc3\u5141\u8a31\u4e4b\u8655\u651c\u624b\u540c\u884c\u2014\u2014\u5728\u79b1\u544a\u3001\u8056\u7d93\u3001\u6190\u61ab\u8207\u516c\u7fa9\u4e0a\u540c\u5de5\u2014\u2014\u56e0\u6211\u76f8\u4fe1\u7576\u57fa\u7763\u7684\u8eab\u9ad4\u540c\u884c\u6642\uff0c\u7942\u5c31\u88ab\u9ad8\u8209\u3002\",\n\n  \"core.10.title\": \"\u70ba\u672a\u4f86\u7684\u50b3\u627f\",\n  \"core.10.text\": \"\u6211\u5c07\u6295\u8cc7\u65bc\u4e0b\u4e00\u4ee3\uff0c\u6d3b\u51fa\u8b19\u5351\u3001\u559c\u6a02\u8207\u8056\u9748\u5145\u6eff\u7684\u771f\u8aa0\u4fe1\u4ef0\uff0c\u4f7f\u4ed6\u5011\u627f\u63a5\u4e00\u500b\u503c\u5f97\u8ddf\u96a8\u7684\u4fe1\u4ef0\u3002\",\n\n  \"core.11.title\": \"\u4fe1\u9760\u795e\u7684\u5de5\u4f5c\",\n  \"core.11.text\": \"\u6211\u6703\u85c9\u8457\u6094\u6539\u8207\u79b1\u544a\u70ba\u5408\u4e00\u7bc9\u58c7\uff0c\u4f46\u6211\u4e0d\u6703\u4f01\u5716\u88fd\u9020\u5fa9\u8208\u3002\u552f\u6709\u795e\u80fd\u964d\u4e0b\u706b\u7130\uff0c\u6211\u9858\u8010\u5fc3\u7b49\u5019\u7942\u7684\u6642\u9593\u3002\",\n\n  \"progress.already\": \"\ud83d\udd25 \u5df2\u6709\",\n  \"progress.after\": \"\u4f4d\u4fe1\u5f92\u7c3d\u7f72\",\n  \"progress.note\": \"\uff08\u6bcf\u4e00\u500b\u540d\u5b57\u7684\u52a0\u5165\uff0c\u90fd\u662f\u70ba\u57fa\u7763\u8eab\u9ad4\u7684\u5168\u7403\u5408\u4e00\u589e\u6dfb\u52d5\u80fd\u3002\uff09\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u6211\u70ba\u4f55\u7c3d\u7f72\",\n  \"testimonials.intro\": \"\u5408\u4e00\u662f\u6703\u50b3\u67d3\u7684\u3002\u4f86\u770b\u770b\u4f86\u81ea\u4e16\u754c\u5404\u5730\u7684\u8072\u97f3\uff1a\",\n  \"testimonials.q1\": \"\u300c\u6211\u7b49\u4e86\u597d\u591a\u5e74\u624d\u770b\u5230\u9580\u5f92\u8de8\u8d8a\u904b\u52d5\u4e00\u540c\u79b1\u544a\u3002\u9019\u4efd\u8a93\u8a00\u518d\u6b21\u9ede\u71c3\u6211\u7684\u5e0c\u671b\u3002\u300d\",\n  \"testimonials.q2\": \"\u300c\u6211\u7c3d\u7f72\uff0c\u56e0\u70ba\u6211\u5e0c\u671b\u6211\u7684\u5b69\u5b50\u770b\u898b\u7684\u662f\u4e00\u500b\u5408\u4e00\u7684\u57fa\u7763\u8eab\u9ad4\uff0c\u800c\u4e0d\u662f\u652f\u96e2\u7834\u788e\u7684\u6a19\u7c64\u3002\u300d\",\n  \"testimonials.q3\": \"\u300c\u5c0d\u6211\u800c\u8a00\uff0c\u9019\u662f\u4e00\u7a2e\u6094\u6539\u3002\u6211\u66fe\u53c3\u8207\u904e\u5206\u88c2\uff0c\u73fe\u5728\u6211\u60f3\u6210\u70ba\u91ab\u6cbb\u7684\u4e00\u90e8\u5206\u3002\u300d\",\n  \"testimonials.c1\": \"\u2014 \u533f\u540d\",\n  \"testimonials.c2\": \"\u2014 Jason\uff0c\u7f8e\u570b\",\n  \"testimonials.c3\": \"\u2014 \u533f\u540d\",\n  \"testimonials.hint\": \"\u4f60\u7684\u898b\u8b49\u80fd\u6fc0\u52f5\u4ed6\u4eba\u7c3d\u7f72\u3002\u5728\u4e0b\u65b9\u5206\u4eab\u5427\u3002\",\n\n  \"form.heading\": \"\u6211\u7684\u627f\u8afe\",\n  \"commitment.body\": \"\u6211\u627f\u8afe\u8ffd\u6c42\u4e00\u7a2e\u4ed8\u4ee3\u50f9\u7684\u5408\u4e00\uff1a\u4e00\u7a2e\u76f4\u9762\u7f6a\u60e1\u3001\u8981\u6c42\u8b19\u5351\u3001\u4e26\u9700\u80cc\u8ca0\u5341\u67b6\u7684\u5408\u4e00\u3002\u6211\u9858\u6301\u7e8c\u6094\u6539\u3001\u66f4\u65b0\uff0c\u6d3b\u51fa\u6094\u6539\u3001\u6d17\u79ae\u8207\u8056\u9748\u4e4b\u706b\u4ea4\u7e54\u7684\u91cd\u751f\u751f\u547d\u2014\u2014\u54ea\u6015\u9700\u8981\u4e00\u6b21\u53c8\u4e00\u6b21\u5730\u66f4\u65b0\u3002\u6211\u9858\u8b19\u5351\u5730\u8207\u795e\u540c\u884c\uff0c\u4e26\u8207\u4f86\u81ea\u5404\u500b\u50b3\u7d71\u7684\u5f1f\u5144\u59ca\u59b9\u4e00\u540c\u524d\u884c\u3002\",\n\n  \"form.labels.name\": \"\u59d3\u540d\uff1a*\",\n  \"form.labels.city\": \"\u57ce\u5e02\uff0f\u570b\u5bb6\uff1a\",\n  \"form.labels.church\": \"\u6559\u6703\uff0f\u50b3\u7d71\uff08\u53ef\u9078\uff09\uff1a\",\n  \"form.labels.email\": \"\u96fb\u5b50\u90f5\u4ef6\uff08\u53ef\u9078\uff09\uff1a\",\n  \"form.labels.why\": \"\u6211\u70ba\u4f55\u7c3d\u7f72\uff08\u53ef\u9078\uff09\uff1a\",\n  \"form.labels.signature\": \"\u7c3d\u540d\uff0f\u65e5\u671f\uff1a\",\n  \"form.placeholders.why\": \"\u5206\u4eab\u4e00\u53e5\u8a71\u4f86\u9f13\u52f5\u4ed6\u4eba\u2026\",\n  \"form.placeholders.signature\": \"\u8acb\u8f38\u5165\u59d3\u540d\u8207\u4eca\u65e5\u65e5\u671f\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u7c3d\u7f72\u8a93\u8a00\",\n  \"form.hint\": \"\u63d0\u4ea4\u5f8c\uff0c\u60a8\u7684\u540d\u5b57\u5c07\u900f\u904e WordPress \u88ab\u65b0\u589e\u81f3 Unity_Pledge \u8868\u55ae\u4e26\u66f4\u65b0\u672c\u9801\u5373\u6642\u7d71\u8a08\u6578\u3002\",\n\n  \"footer.share\": \"\ud83d\udce2 \u5206\u4eab\u5408\u4e00\u8a93\u8a00\uff1a\",\n  \"footer.copyright\": \"\u00a9 2025 \u5168\u7403\u5ba3\u6559\u652f\u6301\",\n\n  \"ui.submitting\": \"\u63d0\u4ea4\u4e2d\u2026\",\n  \"ui.nameRequired\": \"\u8acb\u8f38\u5165\u60a8\u7684\u59d3\u540d\u3002\",\n  \"ui.success\": \"\ud83d\ude4f \u611f\u8b1d\u60a8\u7c3d\u7f72\u5408\u4e00\u8a93\u8a00\uff01\",\n  \"ui.error\": \"\u26a0\ufe0f \u767c\u751f\u932f\u8aa4\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002\",\n  \"ui.duplicate\": \"\u60a8\u5df2\u7c3d\u7f72\u6b64\u8a93\u8a00\u3002\u611f\u8b1d\u60a8\uff01\"\n},\nth: {\n  \"header.title\": \"\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\",\n  \"header.subtitle\": \"\u0e08\u0e32\u0e01\u0e01\u0e49\u0e2d\u0e19\u0e2b\u0e34\u0e19\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e2a\u0e39\u0e48\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e41\u0e2b\u0e48\u0e07\u0e1e\u0e23\u0e30\u0e04\u0e38\u0e13\",\n  \"header.tagline\": \"\u0e19\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e23\u0e32\u0e04\u0e32\u0e16\u0e39\u0e01 \u0e41\u0e15\u0e48\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e32\u0e04\u0e32\u2014\u0e1c\u0e19\u0e36\u0e01\u0e44\u0e27\u0e49\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e43\u0e2b\u0e21\u0e48 \u0e01\u0e32\u0e23\u0e1a\u0e31\u0e1e\u0e15\u0e34\u0e28\u0e21\u0e32 \u0e41\u0e25\u0e30\u0e01\u0e32\u0e07\u0e40\u0e02\u0e19\",\n  \"header.cta\": \"\u270d\ufe0f \u0e25\u0e07\u0e19\u0e32\u0e21\u0e43\u0e19\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\",\n\n  \"preamble.title\": \"\u0e04\u0e33\u0e19\u0e33\",\n  \"preamble.body\": \"\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e15\u0e48\u0e2d\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e29\u0e10\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e22\u0e0b\u0e39\u2014\u201c\u0e02\u0e2d\u0e43\u0e2b\u0e49\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u2026 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e42\u0e25\u0e01\u0e08\u0e30\u0e44\u0e14\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u201d (\u0e22\u0e2d\u0e2b\u0e4c\u0e19 17:21)\u2014\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18\u0e17\u0e35\u0e48\u0e08\u0e30\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e04\u0e33\u0e1e\u0e22\u0e32\u0e19\u0e17\u0e35\u0e48\u0e41\u0e15\u0e01\u0e23\u0e49\u0e32\u0e27\u0e2b\u0e23\u0e37\u0e2d\u0e28\u0e32\u0e2a\u0e19\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e32\u0e28\u0e08\u0e32\u0e01\u0e1e\u0e25\u0e31\u0e07 \u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e2a\u0e32\u0e1a\u0e32\u0e19\u0e27\u0e48\u0e32\u0e08\u0e30\u0e15\u0e48\u0e2d\u0e2a\u0e39\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e43\u0e19\u0e04\u0e27\u0e32\u0e21\u0e08\u0e23\u0e34\u0e07\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e01\u0e01\u0e31\u0e1a\u0e17\u0e38\u0e01\u0e04\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e1e\u0e23\u0e30\u0e19\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e22\u0e0b\u0e39\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c \u0e1e\u0e31\u0e19\u0e18\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e19\u0e35\u0e49\u0e0b\u0e36\u0e48\u0e07\u0e2b\u0e22\u0e31\u0e48\u0e07\u0e23\u0e32\u0e01\u0e43\u0e19\u0e04\u0e33\u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e49\u0e2d\u0e07\u0e2d\u0e31\u0e19\u0e2a\u0e38\u0e14\u0e42\u0e15\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1a\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e43\u0e2b\u0e21\u0e48 (\u0e22\u0e2d\u0e2b\u0e4c\u0e19 3:3\u20135) \u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e16\u0e48\u0e2d\u0e21\u0e43\u0e08 \u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08 \u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e31\u0e19\u0e15\u0e34 \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e01\u0e25\u0e49\u0e32\u0e2b\u0e32\u0e0d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e1b\u0e25\u0e38\u0e01\u0e40\u0e23\u0e49\u0e32\u0e40\u0e23\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e43\u0e2b\u0e49\u0e15\u0e37\u0e48\u0e19\u0e41\u0e25\u0e30\u0e02\u0e22\u0e32\u0e22\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e01\u0e34\u0e15\u0e15\u0e34\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e32\u0e15\u0e34\",\n\n  \"core.title\": \"\u0e04\u0e33\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2b\u0e25\u0e31\u0e01\",\n  \"core.1.title\": \"\u0e20\u0e32\u0e1e\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e08\u0e49\u0e32 (Imago Dei)\",\n  \"core.1.text\": \"\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e17\u0e38\u0e01\u0e04\u0e19\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e20\u0e32\u0e1e\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e08\u0e49\u0e32\u0e41\u0e25\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e14\u0e49\u0e27\u0e22\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e2d\u0e31\u0e19\u0e28\u0e31\u0e01\u0e14\u0e34\u0e4c\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c \u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e19\u0e41\u0e1b\u0e25\u0e01\u0e2b\u0e19\u0e49\u0e32 \u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e2a\u0e07\u0e2a\u0e31\u0e22\",\n  \"core.2.title\": \"\u0e1e\u0e23\u0e30\u0e40\u0e22\u0e0b\u0e39\u0e04\u0e37\u0e2d\u0e2d\u0e07\u0e04\u0e4c\u0e1e\u0e23\u0e30\u0e1c\u0e39\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e08\u0e49\u0e32\",\n  \"core.2.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e27\u0e48\u0e32\u0e1e\u0e23\u0e30\u0e40\u0e22\u0e0b\u0e39\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e17\u0e23\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e07\u0e04\u0e4c\u0e1e\u0e23\u0e30\u0e1c\u0e39\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e08\u0e49\u0e32\u2014\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e2b\u0e25\u0e32\u0e22 \u0e46 \u0e04\u0e19 \u0e41\u0e15\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e23\u0e30\u0e28\u0e35\u0e23\u0e29\u0e30\u0e41\u0e25\u0e30\u0e01\u0e29\u0e31\u0e15\u0e23\u0e34\u0e22\u0e4c\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e23\u0e30\u0e2d\u0e07\u0e04\u0e4c\u0e40\u0e14\u0e35\u0e22\u0e27\u2014\u0e41\u0e25\u0e30\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e22\u0e2d\u0e21\u0e43\u0e2b\u0e49\u0e1e\u0e23\u0e30\u0e27\u0e08\u0e19\u0e30\u0e41\u0e25\u0e30\u0e1e\u0e23\u0e30\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e2d\u0e07\u0e04\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e19\u0e33\u0e43\u0e19\u0e17\u0e38\u0e01\u0e2a\u0e34\u0e48\u0e07\",\n  \"core.3.title\": \"\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e43\u0e2b\u0e21\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e41\u0e25\u0e30\u0e1a\u0e31\u0e1e\u0e15\u0e34\u0e28\u0e21\u0e32\",\n  \"core.3.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e04\u0e33\u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e49\u0e2d\u0e07\u0e15\u0e32\u0e21\u0e1e\u0e23\u0e30\u0e04\u0e31\u0e21\u0e20\u0e35\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e2d\u0e32\u0e08\u0e1b\u0e23\u0e30\u0e19\u0e35\u0e1b\u0e23\u0e30\u0e19\u0e2d\u0e21\u0e44\u0e14\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e43\u0e2b\u0e21\u0e48\u2014\u0e16\u0e39\u0e01\u0e41\u0e17\u0e07\u0e17\u0e35\u0e48\u0e43\u0e08 \u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08 \u0e41\u0e25\u0e30\u0e23\u0e31\u0e1a\u0e1a\u0e31\u0e1e\u0e15\u0e34\u0e28\u0e21\u0e32\u0e43\u0e19\u0e1e\u0e23\u0e30\u0e19\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e22\u0e0b\u0e39\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e20\u0e31\u0e22\u0e1a\u0e32\u0e1b\u0e41\u0e25\u0e30\u0e02\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e17\u0e32\u0e19\u0e08\u0e32\u0e01\u0e1e\u0e23\u0e30\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13\u0e1a\u0e23\u0e34\u0e2a\u0e38\u0e17\u0e18\u0e34\u0e4c (\u0e22\u0e2d\u0e2b\u0e4c\u0e19 3:3\u20135; \u0e01\u0e34\u0e08\u0e01\u0e32\u0e23 2:37\u201338) \u0e01\u0e32\u0e23\u0e16\u0e27\u0e32\u0e22\u0e17\u0e32\u0e23\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e1e\u0e34\u0e18\u0e35\u0e01\u0e23\u0e23\u0e21\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e17\u0e19\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e08\u0e38\u0e48\u0e21\u0e19\u0e49\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e44\u0e14\u0e49 \u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e15\u0e48\u0e25\u0e30\u0e04\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e35\u0e2a\u0e15\u0e34 \u0e40\u0e1b\u0e34\u0e14\u0e40\u0e1c\u0e22 \u0e41\u0e25\u0e30\u0e14\u0e49\u0e27\u0e22\u0e2a\u0e38\u0e14\u0e43\u0e08\u2014\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e30\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e41\u0e2b\u0e48\u0e07\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08 \u0e04\u0e27\u0e32\u0e21\u0e40\u0e0a\u0e37\u0e48\u0e2d \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e17\u0e35\u0e48\u0e40\u0e15\u0e47\u0e21\u0e14\u0e49\u0e27\u0e22\u0e1e\u0e23\u0e30\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13\u0e15\u0e25\u0e2d\u0e14\u0e0a\u0e35\u0e27\u0e34\u0e15\",\n  \"core.4.title\": \"\u0e04\u0e27\u0e32\u0e21\u0e16\u0e48\u0e2d\u0e21\u0e43\u0e08\u0e43\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e31\u0e48\u0e19\",\n  \"core.4.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e22\u0e36\u0e14\u0e21\u0e31\u0e48\u0e19\u0e43\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e01\u0e25\u0e49\u0e32\u0e2b\u0e32\u0e0d\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19 \u0e41\u0e15\u0e48\u0e44\u0e21\u0e48\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e22\u0e48\u0e2d\u0e2b\u0e22\u0e34\u0e48\u0e07\u2014\u0e40\u0e04\u0e32\u0e23\u0e1e\u0e21\u0e42\u0e19\u0e18\u0e23\u0e23\u0e21\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e2d\u0e37\u0e48\u0e19\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e25\u0e14\u0e17\u0e2d\u0e19\u0e04\u0e27\u0e32\u0e21\u0e08\u0e23\u0e34\u0e07\",\n  \"core.5.title\": \"\u0e2d\u0e34\u0e2a\u0e23\u0e20\u0e32\u0e1e\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e1a\u0e35\u0e1a\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\",\n  \"core.5.text\": \"\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e01\u0e32\u0e23\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21 \u0e01\u0e32\u0e23\u0e0a\u0e38\u0e21\u0e19\u0e38\u0e21\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e41\u0e2b\u0e48\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e18\u0e34\u0e29\u0e10\u0e32\u0e19 \u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e14\u0e35 \u0e41\u0e25\u0e30\u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08\u2014\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e01\u0e32\u0e23\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e2d\u0e31\u0e1a\u0e2d\u0e32\u0e22 \u0e01\u0e32\u0e23\u0e02\u0e48\u0e21\u0e02\u0e39\u0e48 \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e27\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e25\u0e48\u0e32\",\n  \"core.6.title\": \"\u0e01\u0e32\u0e23\u0e1b\u0e01\u0e1b\u0e49\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e0b\u0e37\u0e48\u0e2d\u0e2a\u0e31\u0e15\u0e22\u0e4c\",\n  \"core.6.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e22\u0e37\u0e19\u0e2b\u0e22\u0e31\u0e14\u0e14\u0e38\u0e08\u0e22\u0e32\u0e21\u0e40\u0e1d\u0e49\u0e32\u0e23\u0e30\u0e27\u0e31\u0e07\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e25\u0e48\u0e27\u0e07\u0e25\u0e30\u0e40\u0e21\u0e34\u0e14\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13 \u0e04\u0e27\u0e32\u0e21\u0e25\u0e31\u0e1a \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15 \u0e41\u0e25\u0e30\u0e08\u0e30\u0e22\u0e37\u0e19\u0e01\u0e23\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e19\u0e33\u0e17\u0e35\u0e48\u0e42\u0e1b\u0e23\u0e48\u0e07\u0e43\u0e2a\u0e41\u0e25\u0e30\u0e23\u0e31\u0e1a\u0e43\u0e0a\u0e49\u0e14\u0e49\u0e27\u0e22\u0e43\u0e08\u0e16\u0e48\u0e2d\u0e21\",\n  \"core.7.title\": \"\u0e01\u0e32\u0e23\u0e40\u0e22\u0e35\u0e22\u0e27\u0e22\u0e32\u0e04\u0e27\u0e32\u0e21\u0e41\u0e15\u0e01\u0e41\u0e22\u0e01\",\n  \"core.7.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e43\u0e14 \u0e46 \u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e37\u0e1a\u0e17\u0e2d\u0e14\u0e21\u0e32 \u0e17\u0e35\u0e48\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e08\u0e31\u0e01\u0e23 \u0e02\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23 \u0e2b\u0e23\u0e37\u0e2d\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e2d\u0e32\u0e08\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2b\u0e27\u0e48\u0e32\u0e19\u0e04\u0e27\u0e32\u0e21\u0e41\u0e15\u0e01\u0e41\u0e22\u0e01 \u0e04\u0e27\u0e32\u0e21\u0e2b\u0e22\u0e34\u0e48\u0e07\u0e22\u0e42\u0e2a \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e41\u0e1a\u0e1a\u0e40\u0e1c\u0e14\u0e47\u0e08\u0e01\u0e32\u0e23 \u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e32\u0e23\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e41\u0e17\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e1b\u0e0f\u0e34\u0e1b\u0e31\u0e01\u0e29\u0e4c\",\n  \"core.8.title\": \"\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e14\u0e49\u0e27\u0e22\u0e1e\u0e23\u0e30\u0e04\u0e38\u0e13\",\n  \"core.8.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e49\u0e16\u0e49\u0e2d\u0e22\u0e04\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e32\u0e27\u0e38\u0e18\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e43\u0e2a\u0e48\u0e23\u0e49\u0e32\u0e22 \u0e19\u0e34\u0e19\u0e17\u0e32 \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e14\u0e39\u0e16\u0e39\u0e01 \u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e1e\u0e39\u0e14\u0e04\u0e27\u0e32\u0e21\u0e08\u0e23\u0e34\u0e07\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e01\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e01\u0e25\u0e49\u0e32\u0e2b\u0e32\u0e0d\",\n  \"core.9.title\": \"\u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08\u0e17\u0e35\u0e48\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e01\u0e31\u0e19\",\n  \"core.9.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e01\u0e31\u0e19\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e21\u0e42\u0e19\u0e18\u0e23\u0e23\u0e21\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49\u2014\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e18\u0e34\u0e29\u0e10\u0e32\u0e19 \u0e1e\u0e23\u0e30\u0e04\u0e31\u0e21\u0e20\u0e35\u0e23\u0e4c \u0e04\u0e27\u0e32\u0e21\u0e40\u0e21\u0e15\u0e15\u0e32 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e22\u0e38\u0e15\u0e34\u0e18\u0e23\u0e23\u0e21\u2014\u0e42\u0e14\u0e22\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e48\u0e32\u0e1e\u0e23\u0e30\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e08\u0e30\u0e17\u0e23\u0e07\u0e22\u0e34\u0e48\u0e07\u0e43\u0e2b\u0e0d\u0e48\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e2d\u0e07\u0e04\u0e4c\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\",\n  \"core.10.title\": \"\u0e21\u0e23\u0e14\u0e01\u0e41\u0e2b\u0e48\u0e07\u0e2d\u0e19\u0e32\u0e04\u0e15\",\n  \"core.10.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e25\u0e07\u0e17\u0e38\u0e19\u0e43\u0e19\u0e04\u0e19\u0e23\u0e38\u0e48\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e41\u0e2a\u0e14\u0e07\u0e41\u0e1a\u0e1a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e16\u0e48\u0e2d\u0e21\u0e43\u0e08 \u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e41\u0e17\u0e49\u0e17\u0e35\u0e48\u0e40\u0e15\u0e47\u0e21\u0e14\u0e49\u0e27\u0e22\u0e1e\u0e23\u0e30\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e28\u0e23\u0e31\u0e17\u0e18\u0e32\u0e17\u0e35\u0e48\u0e04\u0e27\u0e23\u0e04\u0e48\u0e32\u0e41\u0e01\u0e48\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\",\n  \"core.11.title\": \"\u0e04\u0e27\u0e32\u0e21\u0e27\u0e32\u0e07\u0e43\u0e08\u0e43\u0e19\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e01\u0e34\u0e08\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e40\u0e08\u0e49\u0e32\",\n  \"core.11.text\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e41\u0e17\u0e48\u0e19\u0e1a\u0e39\u0e0a\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e2d\u0e18\u0e34\u0e29\u0e10\u0e32\u0e19 \u0e41\u0e15\u0e48\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07 \u0e21\u0e35\u0e41\u0e15\u0e48\u0e1e\u0e23\u0e30\u0e40\u0e08\u0e49\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e44\u0e1f\u0e25\u0e07\u0e21\u0e32\u0e44\u0e14\u0e49 \u0e41\u0e25\u0e30\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e23\u0e2d\u0e40\u0e27\u0e25\u0e32\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e2d\u0e07\u0e04\u0e4c\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0e21\u0e35\u0e41\u0e25\u0e49\u0e27\",\n  \"progress.after\": \"\u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e25\u0e07\u0e19\u0e32\u0e21\u0e41\u0e25\u0e49\u0e27\",\n  \"progress.note\": \"(\u0e17\u0e38\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e02\u0e49\u0e32\u0e21\u0e32\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e23\u0e07\u0e1c\u0e25\u0e31\u0e01\u0e14\u0e31\u0e19\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e17\u0e35\u0e48\u0e09\u0e31\u0e19\u0e25\u0e07\u0e19\u0e32\u0e21\",\n  \"testimonials.intro\": \"\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e41\u0e1e\u0e23\u0e48\u0e40\u0e0a\u0e37\u0e49\u0e2d\u0e44\u0e14\u0e49 \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e1a\u0e32\u0e07\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e08\u0e32\u0e01\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01:\",\n  \"testimonials.q1\": \"\u201c\u0e09\u0e31\u0e19\u0e23\u0e2d\u0e04\u0e2d\u0e22\u0e21\u0e32\u0e2b\u0e25\u0e32\u0e22\u0e1b\u0e35\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e2b\u0e47\u0e19\u0e2a\u0e32\u0e27\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e19\u0e34\u0e01\u0e32\u0e22\u0e2d\u0e18\u0e34\u0e29\u0e10\u0e32\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\u0e19\u0e35\u0e49\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e09\u0e31\u0e19\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e27\u0e31\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u201d\",\n  \"testimonials.q2\": \"\u201c\u0e09\u0e31\u0e19\u0e25\u0e07\u0e19\u0e32\u0e21\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e09\u0e31\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01 \u0e46 \u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e40\u0e2b\u0e47\u0e19\u0e40\u0e23\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e09\u0e25\u0e32\u0e01\u0e17\u0e35\u0e48\u0e41\u0e15\u0e01\u0e23\u0e49\u0e32\u0e27\u201d\",\n  \"testimonials.q3\": \"\u201c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e09\u0e31\u0e19 \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08 \u0e09\u0e31\u0e19\u0e40\u0e04\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e41\u0e15\u0e01\u0e41\u0e22\u0e01 \u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e09\u0e31\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e22\u0e35\u0e22\u0e27\u0e22\u0e32\u201d\",\n  \"testimonials.c1\": \"\u2014 \u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\",\n  \"testimonials.c2\": \"\u2014 \u0e40\u0e08\u0e2a\u0e31\u0e19, \u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32\",\n  \"testimonials.c3\": \"\u2014 \u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\",\n  \"testimonials.hint\": \"\u0e04\u0e33\u0e1e\u0e22\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e23\u0e07\u0e1a\u0e31\u0e19\u0e14\u0e32\u0e25\u0e43\u0e08\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e2d\u0e37\u0e48\u0e19\u0e25\u0e07\u0e19\u0e32\u0e21 \u0e41\u0e0a\u0e23\u0e4c\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e19\u0e35\u0e49\",\n\n  \"form.heading\": \"\u0e04\u0e33\u0e21\u0e31\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19\",\n  \"commitment.body\": \"\u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e48\u0e32: \u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e40\u0e1c\u0e0a\u0e34\u0e0d\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e1a\u0e32\u0e1b \u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e49\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e16\u0e48\u0e2d\u0e21\u0e43\u0e08 \u0e41\u0e25\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e07\u0e40\u0e02\u0e19 \u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e1c\u0e48\u0e32\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e17\u0e35\u0e48\u0e1a\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e31\u0e19\u0e2a\u0e38\u0e14\u0e42\u0e15\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e43\u0e08 \u0e01\u0e32\u0e23\u0e1a\u0e31\u0e1e\u0e15\u0e34\u0e28\u0e21\u0e32 \u0e41\u0e25\u0e30\u0e44\u0e1f\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e30\u0e27\u0e34\u0e0d\u0e0d\u0e32\u0e13\u2014\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e01\u0e35\u0e48\u0e04\u0e23\u0e31\u0e49\u0e07\u0e01\u0e47\u0e15\u0e32\u0e21 \u0e02\u0e49\u0e32\u0e1e\u0e40\u0e08\u0e49\u0e32\u0e08\u0e30\u0e40\u0e14\u0e34\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e48\u0e2d\u0e21\u0e43\u0e08\u0e15\u0e48\u0e2d\u0e1e\u0e23\u0e30\u0e40\u0e08\u0e49\u0e32 \u0e40\u0e04\u0e35\u0e22\u0e07\u0e02\u0e49\u0e32\u0e07\u0e1e\u0e35\u0e48\u0e19\u0e49\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e17\u0e38\u0e01\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\",\n\n  \"form.labels.name\": \"\u0e0a\u0e37\u0e48\u0e2d: *\",\n  \"form.labels.city\": \"\u0e40\u0e21\u0e37\u0e2d\u0e07\/\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28:\",\n  \"form.labels.church\": \"\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e08\u0e31\u0e01\u0e23\/\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35):\",\n  \"form.labels.email\": \"\u0e2d\u0e35\u0e40\u0e21\u0e25 (\u0e16\u0e49\u0e32\u0e21\u0e35):\",\n  \"form.labels.why\": \"\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e17\u0e35\u0e48\u0e09\u0e31\u0e19\u0e25\u0e07\u0e19\u0e32\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35):\",\n  \"form.labels.signature\": \"\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19 \/ \u0e27\u0e31\u0e19\u0e17\u0e35\u0e48:\",\n  \"form.placeholders.why\": \"\u0e41\u0e1a\u0e48\u0e07\u0e1b\u0e31\u0e19\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e04\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e08\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e2d\u0e37\u0e48\u0e19\u2026\",\n  \"form.placeholders.signature\": \"\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u0e25\u0e07\u0e19\u0e32\u0e21\u0e43\u0e19\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\",\n  \"form.hint\": \"\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e41\u0e1c\u0e48\u0e19\u0e07\u0e32\u0e19 Unity_Pledge \u0e1c\u0e48\u0e32\u0e19 WordPress \u0e41\u0e25\u0e30\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e15\u0e31\u0e27\u0e19\u0e31\u0e1a\u0e2a\u0e14\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\",\n\n  \"footer.share\": \"\ud83d\udce2 \u0e41\u0e0a\u0e23\u0e4c\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07\u2026\",\n  \"ui.nameRequired\": \"\u0e42\u0e1b\u0e23\u0e14\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\",\n  \"ui.success\": \"\ud83d\ude4f \u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e25\u0e07\u0e19\u0e32\u0e21\u0e43\u0e19\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27!\",\n  \"ui.error\": \"\u26a0\ufe0f \u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\",\n  \"ui.duplicate\": \"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e25\u0e07\u0e19\u0e32\u0e21\u0e43\u0e19\u0e04\u0e33\u0e1b\u0e0f\u0e34\u0e0d\u0e0d\u0e32\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27 \u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13!\"\n},\nvi: {\n  \"header.title\": \"L\u1eddi Cam K\u1ebft Hi\u1ec7p Nh\u1ea5t\",\n  \"header.subtitle\": \"T\u1eeb C\u1ed1i \u0110\u00e1 \u0111\u1ebfn C\u1ed9t M\u1ed1c\",\n  \"header.tagline\": \"\u0110\u00e2y kh\u00f4ng ph\u1ea3i l\u00e0 s\u1ef1 hi\u1ec7p nh\u1ea5t r\u1ebb ti\u1ec1n. \u0110\u00e2y l\u00e0 s\u1ef1 hi\u1ec7p nh\u1ea5t \u0111\u1eaft gi\u00e1\u2014\u0111\u01b0\u1ee3c \u0111\u00f3ng \u1ea5n trong s\u1ef1 \u0103n n\u0103n, b\u00e1p t\u00eam v\u00e0 Th\u1eadp T\u1ef1 Gi\u00e1.\",\n  \"header.cta\": \"\u270d\ufe0f K\u00fd Cam K\u1ebft\",\n\n  \"preamble.title\": \"L\u1eddi M\u1edf \u0110\u1ea7u\",\n  \"preamble.body\": \"H\u1ed3i \u0111\u00e1p l\u1eddi c\u1ea7u nguy\u1ec7n c\u1ee7a Ch\u00faa Gi\u00ea-xu\u2014\u201c\u0111\u1ec3 t\u1ea5t c\u1ea3 h\u1ecd \u0111\u1ec1u n\u00ean m\u1ed9t... h\u1ea7u cho th\u1ebf gian tin\u201d (Gi\u0103ng 17:21)\u2014t\u00f4i t\u1eeb ch\u1ed1i ch\u1ea5p nh\u1eadn m\u1ed9t l\u1eddi ch\u1ee9ng tan v\u1ee1 ho\u1eb7c t\u00f4n gi\u00e1o v\u00f4 quy\u1ec1n. T\u00f4i cam k\u1ebft chi\u1ebfn \u0111\u1ea5u cho s\u1ef1 hi\u1ec7p nh\u1ea5t trong l\u1ebd th\u1eadt v\u00e0 t\u00ecnh y\u00eau v\u1edbi t\u1ea5t c\u1ea3 nh\u1eefng ai k\u00eau c\u1ea7u danh Ch\u00faa Gi\u00ea-xu Christ. Giao \u01b0\u1edbc n\u00e0y, b\u1eaft ngu\u1ed3n t\u1eeb l\u1eddi k\u00eau g\u1ecdi tri\u1ec7t \u0111\u1ec3 \u0111\u1ec3 \u0111\u01b0\u1ee3c t\u00e1i sinh (Gi\u0103ng 3:3\u20135), \u0111\u00f2i h\u1ecfi s\u1ef1 khi\u00eam nh\u01b0\u1eddng, \u0103n n\u0103n, x\u00e2y d\u1ef1ng h\u00f2a b\u00ecnh, v\u00e0 h\u1ee3p t\u00e1c m\u1ea1nh m\u1ebd c\u00f3 th\u1ec3 \u0111\u00e1nh th\u1ee9c Th\u00e2n Th\u1ec3 \u0110\u1ea5ng Christ v\u00e0 khu\u1ebfch \u0111\u1ea1i ti\u1ebfng vang c\u1ee7a Tin L\u00e0nh \u0111\u1ebfn mu\u00f4n d\u00e2n.\",\n\n  \"core.title\": \"Nh\u1eefng Tuy\u00ean B\u1ed1 C\u1ed1t L\u00f5i\",\n  \"core.1.title\": \"H\u00ecnh \u1ea2nh c\u1ee7a \u0110\u1ee9c Ch\u00faa Tr\u1eddi\",\n  \"core.1.text\": \"M\u1ed7i con ng\u01b0\u1eddi \u0111\u1ec1u mang h\u00ecnh \u1ea3nh c\u1ee7a \u0110\u1ee9c Ch\u00faa Tr\u1eddi v\u00e0 ph\u1ea3i \u0111\u01b0\u1ee3c \u0111\u1ed1i x\u1eed v\u1edbi ph\u1ea9m gi\u00e1 thi\u00eang li\u00eang, d\u00f9 l\u00e0 b\u1ea1n hay ng\u01b0\u1eddi l\u1ea1, th\u00e1nh nh\u00e2n hay ng\u01b0\u1eddi ho\u00e0i nghi.\",\n  \"core.2.title\": \"Ch\u00faa Gi\u00ea-xu l\u00e0 Ch\u00faa\",\n  \"core.2.text\": \"T\u00f4i x\u01b0ng nh\u1eadn Ch\u00faa Gi\u00ea-xu Christ l\u00e0 Ch\u00faa\u2014kh\u00f4ng ph\u1ea3i l\u00e0 m\u1ed9t trong nhi\u1ec1u ng\u01b0\u1eddi, m\u00e0 l\u00e0 \u0110\u1ea7u v\u00e0 Vua duy nh\u1ea5t\u2014v\u00e0 t\u00f4i s\u1ebd \u0111\u1ec3 L\u1eddi Ng\u00e0i v\u00e0 Th\u00e1nh Linh h\u01b0\u1edbng d\u1eabn m\u1ecdi \u0111i\u1ec1u t\u00f4i l\u00e0m.\",\n  \"core.3.title\": \"T\u00e1i Sinh qua \u0102n N\u0103n & B\u00e1p T\u00eam\",\n  \"core.3.text\": \"T\u00f4i x\u00e1c nh\u1eadn l\u1eddi k\u00eau g\u1ecdi r\u00f5 r\u00e0ng trong Kinh Th\u00e1nh v\u1ec1 vi\u1ec7c t\u00e1i sinh\u2014b\u1ecb \u0111\u00e1nh \u0111\u1ed9ng t\u1eadn t\u00e2m can, \u0103n n\u0103n v\u00e0 ch\u1ecbu b\u00e1p t\u00eam nh\u00e2n danh Ch\u00faa Gi\u00ea-xu Christ \u0111\u1ec3 \u0111\u01b0\u1ee3c tha t\u1ed9i v\u00e0 nh\u1eadn l\u00e3nh \u00e2n t\u1ee9 Th\u00e1nh Linh (Gi\u0103ng 3:3\u20135; C\u00f4ng V\u1ee5 2:37\u201338). L\u1ec5 d\u00e2ng con ho\u1eb7c nghi l\u1ec5 th\u00f4i kh\u00f4ng th\u1ec3 thay th\u1ebf s\u1ef1 \u0103n n\u0103n v\u00e0 d\u00ecm m\u00ecnh c\u00e1 nh\u00e2n. M\u1ed7i t\u00edn h\u1eefu ph\u1ea3i \u0111\u00e1p l\u1ea1i m\u1ed9t c\u00e1ch \u00fd th\u1ee9c, c\u00f4ng khai v\u00e0 to\u00e0n t\u00e2m\u2014to\u00e0n \u00fd\u2014b\u01b0\u1edbc v\u00e0o m\u1ed9t \u0111\u1eddi s\u1ed1ng li\u00ean t\u1ee5c \u0103n n\u0103n, \u0111\u1ee9c tin, v\u00e0 \u0111\u1ed5i m\u1edbi b\u1edfi Th\u00e1nh Linh.\",\n  \"core.4.title\": \"Khi\u00eam Nh\u01b0\u1eddng trong Ni\u1ec1m Tin\",\n  \"core.4.text\": \"T\u00f4i s\u1ebd gi\u1eef v\u1eefng ni\u1ec1m tin c\u1ee7a m\u00ecnh v\u1edbi l\u00f2ng can \u0111\u1ea3m v\u00e0 r\u00f5 r\u00e0ng, kh\u00f4ng ki\u00eau c\u0103ng\u2014t\u00f4n tr\u1ecdng l\u01b0\u01a1ng t\u00e2m ng\u01b0\u1eddi kh\u00e1c m\u00e0 kh\u00f4ng th\u1ecfa hi\u1ec7p l\u1ebd th\u1eadt.\",\n  \"core.5.title\": \"T\u1ef1 Do kh\u1ecfi \u00c9p Bu\u1ed9c\",\n  \"core.5.text\": \"S\u1ef1 hi\u1ec7p nh\u1ea5t kh\u00f4ng ph\u1ea3i l\u00e0 s\u1ef1 thao t\u00fang. C\u00e1c bu\u1ed5i nh\u00f3m c\u1ee7a ch\u00fang ta s\u1ebd l\u00e0 kh\u00f4ng gian c\u1ee7a s\u1ef1 c\u1ea7u nguy\u1ec7n, h\u00f2a gi\u1ea3i v\u00e0 s\u1ee9 m\u1ea1ng\u2014kh\u00f4ng ph\u1ea3i x\u1ea5u h\u1ed5, \u0111e d\u1ecda hay chi\u00eau m\u1ed9 s\u00e1o r\u1ed7ng.\",\n  \"core.6.title\": \"B\u1ea3o V\u1ec7 S\u1ef1 Ch\u00ednh Tr\u1ef1c\",\n  \"core.6.text\": \"T\u00f4i s\u1ebd \u0111\u1ee9ng v\u1eefng nh\u01b0 ng\u01b0\u1eddi canh g\u00e1c tr\u01b0\u1edbc s\u1ef1 l\u1ea1m d\u1ee5ng thu\u1ed9c linh, b\u00ed m\u1eadt hay tham nh\u0169ng, v\u00e0 y\u00eau c\u1ea7u s\u1ef1 l\u00e3nh \u0111\u1ea1o ph\u1ee5c v\u1ee5 v\u00e0 minh b\u1ea1ch.\",\n  \"core.7.title\": \"H\u00e0n G\u1eafn S\u1ef1 Chia R\u1ebd\",\n  \"core.7.text\": \"T\u00f4i \u0103n n\u0103n v\u1ec1 b\u1ea5t k\u1ef3 vai tr\u00f2 n\u00e0o\u2014c\u00e1 nh\u00e2n ho\u1eb7c \u0111\u01b0\u1ee3c k\u1ebf th\u1eeba\u2014m\u00e0 h\u1ed9i th\u00e1nh, phong tr\u00e0o hay truy\u1ec1n th\u1ed1ng c\u1ee7a t\u00f4i \u0111\u00e3 g\u00f3p ph\u1ea7n v\u00e0o vi\u1ec7c gieo r\u1eafc chia r\u1ebd, ki\u00eau ng\u1ea1o ho\u1eb7c quy\u1ec1n l\u1ef1c \u0111\u1ed9c \u0111o\u00e1n. T\u00f4i ch\u1ecdn s\u1ef1 ph\u1ee5c h\u1ed3i thay v\u00ec c\u1ea1nh tranh.\",\n  \"core.8.title\": \"Giao Ti\u1ebfp \u00c2n Hu\u1ec7\",\n  \"core.8.text\": \"T\u00f4i s\u1ebd kh\u00f4ng v\u0169 kh\u00ed h\u00f3a l\u1eddi n\u00f3i c\u1ee7a m\u00ecnh b\u1eb1ng vu kh\u1ed1ng, \u0111\u00e0m ti\u1ebfu hay khinh b\u1ec9. T\u00f4i s\u1ebd n\u00f3i l\u1ebd th\u1eadt b\u1eb1ng t\u00ecnh y\u00eau v\u00e0 l\u00f2ng can \u0111\u1ea3m.\",\n  \"core.9.title\": \"S\u1ee9 M\u1ea1ng H\u1ee3p T\u00e1c\",\n  \"core.9.text\": \"T\u00f4i s\u1ebd n\u1eafm tay hi\u1ec7p nh\u1ea5t n\u01a1i l\u01b0\u01a1ng t\u00e2m cho ph\u00e9p\u2014trong c\u1ea7u nguy\u1ec7n, Kinh Th\u00e1nh, l\u00f2ng th\u01b0\u01a1ng x\u00f3t v\u00e0 s\u1ef1 c\u00f4ng b\u00ecnh\u2014v\u00ec tin r\u1eb1ng \u0110\u1ea5ng Christ \u0111\u01b0\u1ee3c t\u00f4n cao khi Th\u00e2n Th\u1ec3 Ng\u00e0i l\u00e0m vi\u1ec7c c\u00f9ng nhau.\",\n  \"core.10.title\": \"Di S\u1ea3n Cho Th\u1ebf H\u1ec7 Mai Sau\",\n  \"core.10.text\": \"T\u00f4i s\u1ebd \u0111\u1ea7u t\u01b0 v\u00e0o th\u1ebf h\u1ec7 ti\u1ebfp theo, l\u00e0m g\u01b0\u01a1ng v\u1ec1 s\u1ef1 khi\u00eam nh\u01b0\u1eddng, ni\u1ec1m vui v\u00e0 s\u1ef1 ch\u00e2n th\u1eadt \u0111\u1ea7y Th\u00e1nh Linh, \u0111\u1ec3 h\u1ecd th\u1eeba h\u01b0\u1edfng m\u1ed9t \u0111\u1ee9c tin x\u1ee9ng \u0111\u00e1ng \u0111\u01b0\u1ee3c theo.\",\n  \"core.11.title\": \"Tin C\u1eady C\u00f4ng Vi\u1ec7c C\u1ee7a \u0110\u1ee9c Ch\u00faa Tr\u1eddi\",\n  \"core.11.text\": \"T\u00f4i s\u1ebd d\u1ecdn b\u00e0n th\u1edd hi\u1ec7p nh\u1ea5t qua s\u1ef1 \u0103n n\u0103n v\u00e0 c\u1ea7u nguy\u1ec7n, nh\u01b0ng t\u00f4i s\u1ebd kh\u00f4ng c\u1ed1 g\u1eafng t\u1ea1o ra s\u1ef1 ph\u1ee5c h\u01b0ng. Ch\u1ec9 c\u00f3 \u0110\u1ee9c Ch\u00faa Tr\u1eddi m\u1edbi c\u00f3 th\u1ec3 sai l\u1eeda \u0111\u1ebfn, v\u00e0 t\u00f4i s\u1ebd ch\u1edd \u0111\u1ee3i th\u1eddi \u0111i\u1ec3m c\u1ee7a Ng\u00e0i.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0110\u00e3 c\u00f3\",\n  \"progress.after\": \"t\u00edn h\u1eefu k\u00fd t\u00ean\",\n  \"progress.note\": \"(M\u1ed7i c\u00e1i t\u00ean th\u00eam v\u00e0o \u0111\u1ec1u x\u00e2y d\u1ef1ng \u0111\u1ed9ng l\u1ef1c cho Th\u00e2n Th\u1ec3 \u0110\u1ea5ng Christ kh\u1eafp th\u1ebf gi\u1edbi.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac V\u00ec Sao T\u00f4i \u0110\u00e3 K\u00fd\",\n  \"testimonials.intro\": \"S\u1ef1 hi\u1ec7p nh\u1ea5t c\u00f3 t\u00ednh lan truy\u1ec1n. D\u01b0\u1edbi \u0111\u00e2y l\u00e0 v\u00e0i ti\u1ebfng n\u00f3i t\u1eeb kh\u1eafp th\u1ebf gi\u1edbi:\",\n  \"testimonials.q1\": \"\u201cT\u00f4i \u0111\u00e3 ch\u1edd nhi\u1ec1u n\u0103m \u0111\u1ec3 th\u1ea5y c\u00e1c m\u00f4n \u0111\u1ed3 t\u1eeb c\u00e1c phong tr\u00e0o kh\u00e1c nhau c\u1ea7u nguy\u1ec7n nh\u01b0 m\u1ed9t. Cam k\u1ebft n\u00e0y cho t\u00f4i hy v\u1ecdng tr\u1edf l\u1ea1i.\u201d\",\n  \"testimonials.q2\": \"\u201cT\u00f4i k\u00fd v\u00ec t\u00f4i mu\u1ed1n con c\u00e1i t\u00f4i l\u1edbn l\u00ean th\u1ea5y m\u1ed9t Th\u00e2n Th\u1ec3 c\u1ee7a \u0110\u1ea5ng Christ, ch\u1ee9 kh\u00f4ng ph\u1ea3i nh\u1eefng nh\u00e3n hi\u1ec7u b\u1ecb chia r\u1ebd.\u201d\",\n  \"testimonials.q3\": \"\u201c\u0110\u1ed1i v\u1edbi t\u00f4i, \u0111\u00e2y l\u00e0 s\u1ef1 \u0103n n\u0103n. T\u00f4i t\u1eebng l\u00e0 ph\u1ea7n c\u1ee7a s\u1ef1 chia r\u1ebd. Gi\u1edd t\u00f4i mu\u1ed1n l\u00e0 ph\u1ea7n c\u1ee7a s\u1ef1 ch\u1eefa l\u00e0nh.\u201d\",\n  \"testimonials.c1\": \"\u2014 V\u00f4 danh\",\n  \"testimonials.c2\": \"\u2014 Jason, Hoa K\u1ef3\",\n  \"testimonials.c3\": \"\u2014 V\u00f4 danh\",\n  \"testimonials.hint\": \"L\u1eddi ch\u1ee9ng c\u1ee7a b\u1ea1n c\u00f3 th\u1ec3 truy\u1ec1n c\u1ea3m h\u1ee9ng cho ng\u01b0\u1eddi kh\u00e1c k\u00fd. Chia s\u1ebb b\u00ean d\u01b0\u1edbi.\",\n\n  \"form.heading\": \"Cam K\u1ebft C\u1ee7a T\u00f4i\",\n  \"commitment.body\": \"T\u00f4i cam k\u1ebft v\u1edbi m\u1ed9t s\u1ef1 hi\u1ec7p nh\u1ea5t c\u00f3 c\u00e1i gi\u00e1: s\u1ef1 hi\u1ec7p nh\u1ea5t \u0111\u1ed1i di\u1ec7n v\u1edbi t\u1ed9i l\u1ed7i, \u0111\u00f2i h\u1ecfi s\u1ef1 khi\u00eam nh\u01b0\u1eddng v\u00e0 c\u1ea7n \u0111\u1ebfn Th\u1eadp T\u1ef1 Gi\u00e1. T\u00f4i s\u1ebd s\u1ed1ng trong s\u1ef1 \u0103n n\u0103n li\u00ean t\u1ee5c, \u0111\u01b0\u1ee3c \u0111\u1ed5i m\u1edbi b\u1edfi \u0111\u1eddi s\u1ed1ng tri\u1ec7t \u0111\u1ec3 c\u1ee7a s\u1ef1 t\u00e1i sinh\u2014qua \u0103n n\u0103n, b\u00e1p t\u00eam v\u00e0 l\u1eeda Th\u00e1nh Linh\u2014nhi\u1ec1u l\u1ea7n n\u1ebfu c\u1ea7n. T\u00f4i s\u1ebd b\u01b0\u1edbc \u0111i khi\u00eam nh\u01b0\u1eddng v\u1edbi \u0110\u1ee9c Ch\u00faa Tr\u1eddi, b\u00ean c\u1ea1nh anh ch\u1ecb em t\u1eeb m\u1ecdi truy\u1ec1n th\u1ed1ng.\",\n  \"form.labels.name\": \"T\u00ean: *\",\n  \"form.labels.city\": \"Th\u00e0nh ph\u1ed1\/Qu\u1ed1c gia:\",\n  \"form.labels.church\": \"H\u1ed9i th\u00e1nh\/Truy\u1ec1n th\u1ed1ng (kh\u00f4ng b\u1eaft bu\u1ed9c):\",\n  \"form.labels.email\": \"Email (kh\u00f4ng b\u1eaft bu\u1ed9c):\",\n  \"form.labels.why\": \"V\u00ec sao t\u00f4i k\u00fd (kh\u00f4ng b\u1eaft bu\u1ed9c):\",\n  \"form.labels.signature\": \"Ch\u1eef k\u00fd \/ Ng\u00e0y:\",\n  \"form.placeholders.why\": \"Chia s\u1ebb m\u1ed9t c\u00e2u \u0111\u1ec3 kh\u00edch l\u1ec7 ng\u01b0\u1eddi kh\u00e1c\u2026\",\n  \"form.placeholders.signature\": \"G\u00f5 t\u00ean b\u1ea1n v\u00e0 ng\u00e0y h\u00f4m nay\",\n  \"form.buttons.submit\": \"\u270d\ufe0f K\u00fd Cam K\u1ebft\",\n  \"form.hint\": \"Vi\u1ec7c g\u1eedi s\u1ebd th\u00eam t\u00ean b\u1ea1n v\u00e0o b\u1ea3ng Unity_Pledge qua WordPress v\u00e0 c\u1eadp nh\u1eadt b\u1ed9 \u0111\u1ebfm tr\u1ef1c ti\u1ebfp t\u1ea1i \u0111\u00e2y.\",\n\n  \"footer.share\": \"\ud83d\udce2 Chia s\u1ebb L\u1eddi Cam K\u1ebft Hi\u1ec7p Nh\u1ea5t:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"\u0110ang g\u1eedi\u2026\",\n  \"ui.nameRequired\": \"Vui l\u00f2ng nh\u1eadp t\u00ean c\u1ee7a b\u1ea1n.\",\n  \"ui.success\": \"\ud83d\ude4f C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 k\u00fd L\u1eddi Cam K\u1ebft Hi\u1ec7p Nh\u1ea5t!\",\n  \"ui.error\": \"\u26a0\ufe0f C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.\",\n  \"ui.duplicate\": \"B\u1ea1n \u0111\u00e3 k\u00fd cam k\u1ebft n\u00e0y r\u1ed3i. Xin c\u1ea3m \u01a1n!\"\n},\nsw: {\n  \"header.title\": \"Ahadi ya Umoja\",\n  \"header.subtitle\": \"Kutoka Kwa Mizigo Hadi Hatua Kubwa\",\n  \"header.tagline\": \"Huu si umoja wa bei nafuu. Huu ni umoja wa gharama\u2014uliofungwa katika toba, ubatizo, na Msalaba.\",\n  \"header.cta\": \"\u270d\ufe0f Saini Ahadi\",\n\n  \"preamble.title\": \"Utangulizi\",\n  \"preamble.body\": \"Kwa kuitikia ombi la Yesu\u2014\u201cili wote wawe na umoja... ili ulimwengu uamini\u201d (Yohana 17:21)\u2014nakataa kuridhika na ushuhuda uliogawanyika au dini isiyo na nguvu. Nimeamua kupigania umoja katika kweli na upendo na wote wanaomwita Yesu Kristo kwa jina. Agano hili, lililojaa mwito wa ajabu wa kuzaliwa mara ya pili (Yohana 3:3\u20135), linahitaji unyenyekevu, toba, kufanya amani, na ushirikiano wa ujasiri utakaoamsha Mwili wa Kristo na kuinua sauti ya injili kwa mataifa.\",\n\n  \"core.title\": \"Misingi ya Imani\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Kila mwanadamu hubeba sura ya Mungu na lazima atendwe kwa heshima takatifu\u2014iwe ni rafiki au mgeni, mtakatifu au mwenye shaka.\",\n  \"core.2.title\": \"Yesu ni Bwana\",\n  \"core.2.text\": \"Ninakiri kuwa Yesu Kristo ni Bwana\u2014si mmoja kati ya wengi, bali ni Kichwa na Mfalme wa pekee\u2014na nitaongozwa na Neno lake na Roho wake katika mambo yote.\",\n  \"core.3.title\": \"Kuzaliwa Mara ya Pili Kupitia Toba na Ubatizo\",\n  \"core.3.text\": \"Ninakubali mwito wa Biblia usioyumbayumba wa kuzaliwa upya\u2014kuguswa moyoni, kutubu, na kubatizwa kwa jina la Yesu Kristo kwa ondoleo la dhambi na zawadi ya Roho Mtakatifu (Yohana 3:3\u20135; Matendo 2:37\u201338). Kuwakabidhi watoto au taratibu za kidini pekee haviwezi kuchukua nafasi ya toba binafsi na kuzamishwa. Kila muumini lazima ajibu kwa uamuzi wa hiari, hadharani, na kwa moyo wote\u2014akiishi maisha ya toba, imani, na upya wa Roho mara kwa mara.\",\n  \"core.4.title\": \"Unyenyekevu Katika Msimamo\",\n  \"core.4.text\": \"Nitashikilia imani yangu kwa ujasiri na uwazi, lakini si kwa majivuno\u2014nikiheshimu dhamira za wengine huku nikikataa kupunguza ukweli.\",\n  \"core.5.title\": \"Uhuru Bila Kulazimishwa\",\n  \"core.5.text\": \"Umoja si udanganyifu. Mikutano yetu itakuwa maeneo ya maombi, upatanisho, na utume\u2014si ya aibu, vitisho, au uajiri usio na maana.\",\n  \"core.6.title\": \"Kulinda Uadilifu\",\n  \"core.6.text\": \"Nitasimama kama mlinzi dhidi ya unyanyasaji wa kiroho, usiri, au ufisadi, na nitasisitiza uongozi ulio wazi na wa moyo wa huduma.\",\n  \"core.7.title\": \"Uponyaji wa Migawanyiko\",\n  \"core.7.text\": \"Ninatubu kwa nafasi yoyote\u2014binafsi au ya urithi\u2014ambayo kanisa langu, harakati zangu, au mapokeo yangu yamechangia mgawanyiko, kiburi, au udhibiti wa kimamlaka. Nachagua urejesho badala ya ushindani.\",\n  \"core.8.title\": \"Mawasiliano Ya Neema\",\n  \"core.8.text\": \"Sitayatumia maneno yangu kama silaha kwa kashfa, majungu, au dharau. Nitazungumza kweli kwa upendo na ujasiri.\",\n  \"core.9.title\": \"Utume wa Ushirikiano\",\n  \"core.9.text\": \"Nitashirikiana kadri dhamira yangu inavyoruhusu\u2014katika maombi, Maandiko, huruma, na haki\u2014nikiamini kuwa Kristo hutukuzwa pale Mwili Wake unapotenda kazi kwa pamoja.\",\n  \"core.10.title\": \"Urithi kwa Wakati Ujao\",\n  \"core.10.text\": \"Nitawekeza katika kizazi kijacho, nikionyesha unyenyekevu, furaha, na uhalisia wa kujazwa na Roho, ili warithi imani ya kufuatwa.\",\n  \"core.11.title\": \"Kumwamini Mungu Afanye Kazi Yake\",\n  \"core.11.text\": \"Nitaandaa madhabahu ya umoja kupitia toba na maombi, lakini sitajaribu kuunda uamsho kwa nguvu zangu. Ni Mungu pekee anayeweza kuleta moto, nami nitangoja wakati wake.\",\n\n  \"progress.already\": \"\ud83d\udd25 Tayari\",\n  \"progress.after\": \"waumini wamesaini\",\n  \"progress.note\": \"(Kila jina linaloongezwa linajenga kasi kwa Mwili wa Kristo duniani kote.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Kwa Nini Nilisaini\",\n  \"testimonials.intro\": \"Umoja unaambukiza. Hizi hapa ni sauti kutoka duniani kote:\",\n  \"testimonials.q1\": \"\u201cNimesubiri miaka mingi kuona wanafunzi kutoka harakati mbalimbali wakiomba kwa umoja. Ahadi hii imenipa tumaini tena.\u201d\",\n  \"testimonials.q2\": \"\u201cNilisaini kwa sababu nataka watoto wangu wakue wakiona Mwili mmoja wa Kristo, si majina yaliyogawanyika.\u201d\",\n  \"testimonials.q3\": \"\u201cKwangu, hii ni toba. Nilikuwa sehemu ya mgawanyiko. Sasa nataka kuwa sehemu ya uponyaji.\u201d\",\n  \"testimonials.c1\": \"\u2014 Bila Jina\",\n  \"testimonials.c2\": \"\u2014 Jason, Marekani\",\n  \"testimonials.c3\": \"\u2014 Bila Jina\",\n  \"testimonials.hint\": \"Ushuhuda wako unaweza kumhamasisha mtu mwingine asaini. Shiriki hapa chini.\",\n\n  \"form.heading\": \"Ahadi Yangu\",\n  \"commitment.body\": \"Ninajitolea kwa umoja unaogharimu kitu: umoja unaokabiliana na dhambi, unaohitaji unyenyekevu, na unaohitaji Msalaba. Nitaishi katika toba ya mara kwa mara, nikifanywa upya kupitia maisha ya ajabu ya kuzaliwa upya, ubatizo, na moto wa Roho\u2014kadri itakavyohitajika. Nitatembea kwa unyenyekevu na Mungu, pamoja na kaka na dada kutoka kila mapokeo.\",\n  \"form.labels.name\": \"Jina: *\",\n  \"form.labels.city\": \"Jiji\/Nchi:\",\n  \"form.labels.church\": \"Kanisa\/Mapokeo (si lazima):\",\n  \"form.labels.email\": \"Barua pepe (si lazima):\",\n  \"form.labels.why\": \"Kwa Nini Nilisaini (si lazima):\",\n  \"form.labels.signature\": \"Sahihi \/ Tarehe:\",\n  \"form.placeholders.why\": \"Shiriki sentensi moja kuwatia moyo wengine\u2026\",\n  \"form.placeholders.signature\": \"Andika jina lako na tarehe ya leo\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Saini Ahadi\",\n  \"form.hint\": \"Kutuma kutaliongeza jina lako kwenye karatasi ya Unity_Pledge kupitia WordPress na kusasisha kaunta ya moja kwa moja hapa.\",\n\n  \"footer.share\": \"\ud83d\udce2 Shiriki Ahadi ya Umoja:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Inatuma\u2026\",\n  \"ui.nameRequired\": \"Tafadhali andika jina lako.\",\n  \"ui.success\": \"\ud83d\ude4f Asante kwa kusaini Ahadi ya Umoja!\",\n  \"ui.error\": \"\u26a0\ufe0f Kitu kimeenda vibaya. Tafadhali jaribu tena.\",\n  \"ui.duplicate\": \"Umesaini ahadi hii tayari. Asante!\"\n},\nuk: {\n  \"header.title\": \"\u041e\u0431\u0456\u0442\u043d\u0438\u0446\u044f \u0404\u0434\u043d\u043e\u0441\u0442\u0456\",\n  \"header.subtitle\": \"\u0412\u0456\u0434 \u0436\u043e\u0440\u0435\u043d \u0434\u043e \u0432\u0456\u0445\",\n  \"header.tagline\": \"\u0426\u0435 \u043d\u0435 \u0434\u0435\u0448\u0435\u0432\u0430 \u0454\u0434\u043d\u0456\u0441\u0442\u044c. \u0426\u0435 \u0434\u043e\u0440\u043e\u0433\u0430 \u0454\u0434\u043d\u0456\u0441\u0442\u044c \u2014 \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0430 \u0432 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u0456, \u0445\u0440\u0435\u0449\u0435\u043d\u043d\u0456 \u0442\u0430 \u043d\u0430 \u0425\u0440\u0435\u0441\u0442\u0456.\",\n  \"header.cta\": \"\u270d\ufe0f \u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438 \u043e\u0431\u0456\u0442\u043d\u0438\u0446\u044e\",\n\n  \"preamble.title\": \"\u041f\u0440\u0435\u0430\u043c\u0431\u0443\u043b\u0430\",\n  \"preamble.body\": \"\u0423 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u043c\u043e\u043b\u0438\u0442\u0432\u0443 \u0406\u0441\u0443\u0441\u0430 \u2014 \u00ab\u0449\u043e\u0431 \u0443\u0441\u0456 \u0431\u0443\u043b\u0438 \u043e\u0434\u043d\u0435\u2026 \u0430\u0431\u0438 \u0443\u0432\u0456\u0440\u0443\u0432\u0430\u0432 \u0441\u0432\u0456\u0442\u00bb (\u0406\u0432\u0430\u043d\u0430 17:21) \u2014 \u044f \u0432\u0456\u0434\u043c\u043e\u0432\u043b\u044f\u044e\u0441\u044f \u043c\u0438\u0440\u0438\u0442\u0438\u0441\u044f \u0437 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u043c \u0441\u0432\u0456\u0434\u0447\u0435\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0431\u0435\u0437\u0441\u0438\u043b\u043e\u044e \u0440\u0435\u043b\u0456\u0433\u0456\u0454\u044e. \u042f \u043e\u0431\u0456\u0446\u044f\u044e \u0431\u043e\u0440\u043e\u0442\u0438\u0441\u044f \u0437\u0430 \u0454\u0434\u043d\u0456\u0441\u0442\u044c \u0443 \u043f\u0440\u0430\u0432\u0434\u0456 \u0442\u0430 \u043b\u044e\u0431\u043e\u0432\u0456 \u0437 \u0443\u0441\u0456\u043c\u0430, \u0445\u0442\u043e \u0432\u0437\u0438\u0432\u0430\u0454 \u0434\u043e \u0456\u043c\u0435\u043d\u0456 \u0406\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430. \u0426\u0435\u0439 \u0437\u0430\u043f\u043e\u0432\u0456\u0442, \u0432\u043a\u043e\u0440\u0456\u043d\u0435\u043d\u0438\u0439 \u0443 \u0440\u0430\u0434\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0437\u0430\u043a\u043b\u0438\u043a\u0443 \u043d\u0430\u0440\u043e\u0434\u0438\u0442\u0438\u0441\u044f \u0437\u0433\u043e\u0440\u0438 (\u0406\u0432\u0430\u043d\u0430 3:3\u20135), \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0441\u043c\u0438\u0440\u0435\u043d\u043d\u044f, \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u044f, \u043f\u0440\u0438\u043c\u0438\u0440\u0435\u043d\u043d\u044f \u0442\u0430 \u0441\u043c\u0456\u043b\u0438\u0432\u043e\u0457 \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u0456, \u0449\u043e \u0440\u043e\u0437\u0431\u0443\u0434\u0438\u0442\u044c \u0422\u0456\u043b\u043e \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0435 \u0442\u0430 \u043f\u0456\u0434\u0441\u0438\u043b\u0438\u0442\u044c \u0433\u043e\u043b\u043e\u0441 \u0404\u0432\u0430\u043d\u0433\u0435\u043b\u0456\u0457 \u0434\u043b\u044f \u043d\u0430\u0440\u043e\u0434\u0456\u0432.\",\n\n  \"core.title\": \"\u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f\",\n  \"core.1.title\": \"\u041e\u0431\u0440\u0430\u0437 \u0411\u043e\u0436\u0438\u0439\",\n  \"core.1.text\": \"\u041a\u043e\u0436\u043d\u0430 \u043b\u044e\u0434\u0438\u043d\u0430 \u043d\u0435\u0441\u0435 \u0432 \u0441\u043e\u0431\u0456 \u043e\u0431\u0440\u0430\u0437 \u0411\u043e\u0436\u0438\u0439 \u0456 \u043f\u043e\u0432\u0438\u043d\u043d\u0430 \u0431\u0443\u0442\u0438 \u0433\u0456\u0434\u043d\u043e \u043f\u043e\u0448\u0430\u043d\u043e\u0432\u0430\u043d\u0430 \u2014 \u0434\u0440\u0443\u0433 \u0447\u0438 \u043d\u0435\u0437\u043d\u0430\u0439\u043e\u043c\u0435\u0446\u044c, \u043f\u0440\u0430\u0432\u0435\u0434\u043d\u0438\u043a \u0447\u0438 \u0441\u043a\u0435\u043f\u0442\u0438\u043a.\",\n  \"core.2.title\": \"\u0406\u0441\u0443\u0441 \u2014 \u0413\u043e\u0441\u043f\u043e\u0434\u044c\",\n  \"core.2.text\": \"\u042f \u0432\u0438\u0437\u043d\u0430\u044e \u0406\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430 \u0413\u043e\u0441\u043f\u043e\u0434\u043e\u043c \u2014 \u043d\u0435 \u043e\u0434\u043d\u0438\u043c \u0456\u0437 \u0431\u0430\u0433\u0430\u0442\u044c\u043e\u0445, \u0430 \u0454\u0434\u0438\u043d\u0438\u043c \u0413\u043b\u0430\u0432\u043e\u044e \u0456 \u0426\u0430\u0440\u0435\u043c \u2014 \u0456 \u043a\u0435\u0440\u0443\u0432\u0430\u0442\u0438\u043c\u0443\u0441\u044f \u0419\u043e\u0433\u043e \u0421\u043b\u043e\u0432\u043e\u043c \u0456 \u0414\u0443\u0445\u043e\u043c \u0443 \u0432\u0441\u044c\u043e\u043c\u0443.\",\n  \"core.3.title\": \"\u041d\u043e\u0432\u0435 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u044f \u0456 \u0445\u0440\u0435\u0449\u0435\u043d\u043d\u044f\",\n  \"core.3.text\": \"\u042f \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u044e \u0431\u0435\u0437\u043a\u043e\u043c\u043f\u0440\u043e\u043c\u0456\u0441\u043d\u0438\u0439 \u0431\u0456\u0431\u043b\u0456\u0439\u043d\u0438\u0439 \u0437\u0430\u043a\u043b\u0438\u043a \u043d\u0430\u0440\u043e\u0434\u0438\u0442\u0438\u0441\u044f \u0437\u0433\u043e\u0440\u0438 \u2014 \u0431\u0443\u0442\u0438 \u0443\u0440\u0430\u0436\u0435\u043d\u0438\u043c \u0432 \u0441\u0435\u0440\u0446\u0435, \u043f\u043e\u043a\u0430\u044f\u0442\u0438\u0441\u044f \u0456 \u043e\u0445\u0440\u0435\u0441\u0442\u0438\u0442\u0438\u0441\u044f \u0432 \u0456\u043c\u2019\u044f \u0406\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430 \u0434\u043b\u044f \u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044f \u0433\u0440\u0456\u0445\u0456\u0432 \u0456 \u0434\u0430\u0440\u0443 \u0421\u0432\u044f\u0442\u043e\u0433\u043e \u0414\u0443\u0445\u0430 (\u0406\u0432\u0430\u043d\u0430 3:3\u20135; \u0414\u0456\u0457 2:37\u201338). \u041f\u0440\u0438\u0441\u0432\u044f\u0447\u0435\u043d\u043d\u044f \u043d\u0435\u043c\u043e\u0432\u043b\u044f\u0442\u0438 \u0430\u0431\u043e \u0440\u0438\u0442\u0443\u0430\u043b \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043e\u0441\u043e\u0431\u0438\u0441\u0442\u043e\u0433\u043e \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u044f \u0456 \u0437\u0430\u043d\u0443\u0440\u0435\u043d\u043d\u044f. \u041a\u043e\u0436\u0435\u043d \u0432\u0456\u0440\u0443\u044e\u0447\u0438\u0439 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0441\u0432\u0456\u0434\u043e\u043c\u043e, \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u043e \u0442\u0430 \u0449\u0438\u0440\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u2014 \u043f\u0440\u0438\u0439\u043d\u044f\u0432\u0448\u0438 \u0440\u0438\u0442\u043c \u0436\u0438\u0442\u0442\u044f \u0432 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u0456, \u0432\u0456\u0440\u0456 \u0442\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u0443 \u0421\u0432\u044f\u0442\u043e\u043c\u0443 \u0414\u0443\u0441\u0456.\",\n  \"core.4.title\": \"\u0421\u043c\u0438\u0440\u0435\u043d\u043d\u044f \u0443 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u043d\u043d\u044f\u0445\",\n  \"core.4.text\": \"\u042f \u0442\u0440\u0438\u043c\u0430\u0442\u0438\u043c\u0443 \u0441\u0432\u043e\u0457 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0456 \u0441\u043c\u0456\u043b\u0438\u0432\u0456\u0441\u0442\u044e \u0442\u0430 \u044f\u0441\u043d\u0456\u0441\u0442\u044e, \u0430\u043b\u0435 \u043d\u0435 \u0437 \u043f\u0438\u0445\u043e\u044e \u2014 \u043f\u043e\u0432\u0430\u0436\u0430\u044e\u0447\u0438 \u0441\u043e\u0432\u0456\u0441\u0442\u044c \u0456\u043d\u0448\u0438\u0445, \u043d\u0435 \u0440\u043e\u0437\u0431\u0430\u0432\u043b\u044f\u044e\u0447\u0438 \u0456\u0441\u0442\u0438\u043d\u0438.\",\n  \"core.5.title\": \"\u0421\u0432\u043e\u0431\u043e\u0434\u0430 \u0432\u0456\u0434 \u043f\u0440\u0438\u043c\u0443\u0441\u0443\",\n  \"core.5.text\": \"\u0404\u0434\u043d\u0456\u0441\u0442\u044c \u2014 \u0446\u0435 \u043d\u0435 \u043c\u0430\u043d\u0456\u043f\u0443\u043b\u044f\u0446\u0456\u044f. \u041d\u0430\u0448\u0456 \u0437\u0456\u0431\u0440\u0430\u043d\u043d\u044f \u0431\u0443\u0434\u0443\u0442\u044c \u043c\u0456\u0441\u0446\u0435\u043c \u043c\u043e\u043b\u0438\u0442\u0432\u0438, \u043f\u0440\u0438\u043c\u0438\u0440\u0435\u043d\u043d\u044f \u0442\u0430 \u043c\u0456\u0441\u0456\u0457 \u2014 \u0430 \u043d\u0435 \u0441\u043e\u0440\u043e\u043c\u0443, \u0437\u0430\u043b\u044f\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0447\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u044c\u043e\u0433\u043e \u0432\u0435\u0440\u0431\u0443\u0432\u0430\u043d\u043d\u044f.\",\n  \"core.6.title\": \"\u0417\u0430\u0445\u0438\u0441\u0442 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456\",\n  \"core.6.text\": \"\u042f \u0441\u0442\u043e\u044f\u0442\u0438\u043c\u0443 \u044f\u043a \u0441\u0442\u043e\u0440\u043e\u0436 \u043f\u0440\u043e\u0442\u0438 \u0434\u0443\u0445\u043e\u0432\u043d\u043e\u0433\u043e \u043d\u0430\u0441\u0438\u043b\u044c\u0441\u0442\u0432\u0430, \u0442\u0430\u0454\u043c\u043d\u043e\u0441\u0442\u0456 \u0430\u0431\u043e \u043a\u043e\u0440\u0443\u043f\u0446\u0456\u0457, \u0456 \u0432\u0438\u043c\u0430\u0433\u0430\u0442\u0438\u043c\u0443 \u043f\u0440\u043e\u0437\u043e\u0440\u043e\u0433\u043e, \u0441\u043b\u0443\u0436\u043b\u0438\u0432\u043e\u0433\u043e \u043b\u0456\u0434\u0435\u0440\u0441\u0442\u0432\u0430.\",\n  \"core.7.title\": \"\u0417\u0446\u0456\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0434\u0456\u043b\u0456\u0432\",\n  \"core.7.text\": \"\u042f \u043a\u0430\u044e\u0441\u044c \u0443 \u0431\u0443\u0434\u044c-\u044f\u043a\u0456\u0439 \u0440\u043e\u043b\u0456 \u2014 \u043e\u0441\u043e\u0431\u0438\u0441\u0442\u0456\u0439 \u0447\u0438 \u0441\u043f\u0430\u0434\u043a\u043e\u0432\u0456\u0439 \u2014 \u044f\u043a\u0443 \u043c\u043e\u044f \u0446\u0435\u0440\u043a\u0432\u0430, \u0440\u0443\u0445 \u0447\u0438 \u0442\u0440\u0430\u0434\u0438\u0446\u0456\u044f \u0432\u0456\u0434\u0456\u0433\u0440\u0430\u0432\u0430\u043b\u0438 \u0443 \u043f\u043e\u0441\u0456\u0432\u0456 \u043f\u043e\u0434\u0456\u043b\u0443, \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u0456 \u0430\u0431\u043e \u0430\u0432\u0442\u043e\u0440\u0438\u0442\u0430\u0440\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044e. \u042f \u043e\u0431\u0438\u0440\u0430\u044e \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u0456\u0441\u0442\u044c \u0441\u0443\u043f\u0435\u0440\u043d\u0438\u0446\u0442\u0432\u0430.\",\n  \"core.8.title\": \"\u041c\u0438\u043b\u043e\u0441\u0442\u0438\u0432\u0435 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f\",\n  \"core.8.text\": \"\u042f \u043d\u0435 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u044e \u0441\u0432\u043e\u0457 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430 \u0437\u0431\u0440\u043e\u044e \u2014 \u043f\u043b\u0456\u0442\u043a\u0430\u043c\u0438, \u043d\u0430\u043a\u043b\u0435\u043f\u0430\u043c\u0438 \u0447\u0438 \u0437\u043d\u0435\u0432\u0430\u0433\u043e\u044e. \u042f \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0438\u043c\u0443 \u043f\u0440\u0430\u0432\u0434\u0443 \u0437 \u043b\u044e\u0431\u043e\u0432\u2019\u044e \u0442\u0430 \u0432\u0456\u0434\u0432\u0430\u0433\u043e\u044e.\",\n  \"core.9.title\": \"\u0421\u043f\u0456\u043b\u044c\u043d\u0430 \u043c\u0456\u0441\u0456\u044f\",\n  \"core.9.text\": \"\u042f \u043f\u043e\u0454\u0434\u043d\u0430\u044e \u0437\u0443\u0441\u0438\u043b\u043b\u044f \u0442\u0430\u043c, \u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u0441\u043e\u0432\u0456\u0441\u0442\u044c \u2014 \u0443 \u043c\u043e\u043b\u0438\u0442\u0432\u0456, \u041f\u0438\u0441\u0430\u043d\u043d\u0456, \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0456 \u0439 \u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u2014 \u0432\u0456\u0440\u044f\u0447\u0438, \u0449\u043e \u0425\u0440\u0438\u0441\u0442\u043e\u0441 \u043f\u0440\u043e\u0441\u043b\u0430\u0432\u043b\u044f\u0454\u0442\u044c\u0441\u044f, \u043a\u043e\u043b\u0438 \u0419\u043e\u0433\u043e \u0422\u0456\u043b\u043e \u043f\u0440\u0430\u0446\u044e\u0454 \u0440\u0430\u0437\u043e\u043c.\",\n  \"core.10.title\": \"\u0421\u043f\u0430\u0434\u043e\u043a \u0434\u043b\u044f \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u044c\u043e\u0433\u043e\",\n  \"core.10.text\": \"\u042f \u0456\u043d\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u0442\u0438\u043c\u0443 \u0432 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0435 \u043f\u043e\u043a\u043e\u043b\u0456\u043d\u043d\u044f, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u044e\u0447\u0438 \u0441\u043c\u0438\u0440\u0435\u043d\u043d\u044f, \u0440\u0430\u0434\u0456\u0441\u0442\u044c \u0456 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u0456\u0441\u0442\u044c \u0443 \u0421\u0432\u044f\u0442\u043e\u043c\u0443 \u0414\u0443\u0441\u0456, \u0449\u043e\u0431 \u0432\u043e\u043d\u0438 \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0438 \u0432\u0456\u0440\u0443, \u0433\u0456\u0434\u043d\u0443 \u043d\u0430\u0441\u043b\u0456\u0434\u0443\u0432\u0430\u043d\u043d\u044f.\",\n  \"core.11.title\": \"\u0414\u043e\u0432\u0456\u0440\u0430 \u0411\u043e\u0436\u0456\u0439 \u0440\u043e\u0431\u043e\u0442\u0456\",\n  \"core.11.text\": \"\u042f \u0433\u043e\u0442\u0443\u0432\u0430\u0442\u0438\u043c\u0443 \u0432\u0456\u0432\u0442\u0430\u0440 \u0454\u0434\u043d\u043e\u0441\u0442\u0456 \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u044f \u0442\u0430 \u043c\u043e\u043b\u0438\u0442\u0432\u0443, \u0430\u043b\u0435 \u043d\u0435 \u043d\u0430\u043c\u0430\u0433\u0430\u0442\u0438\u043c\u0443\u0441\u044c \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0440\u043e\u0431\u0443\u0434\u0436\u0435\u043d\u043d\u044f \u0441\u0430\u043c. \u041b\u0438\u0448\u0435 \u0411\u043e\u0433 \u043c\u043e\u0436\u0435 \u043f\u043e\u0441\u043b\u0430\u0442\u0438 \u0432\u043e\u0433\u043e\u043d\u044c, \u0456 \u044f \u0447\u0435\u043a\u0430\u0442\u0438\u043c\u0443 \u0419\u043e\u0433\u043e \u0447\u0430\u0441\u0443.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0412\u0436\u0435\",\n  \"progress.after\": \"\u0432\u0456\u0440\u0443\u044e\u0447\u0438\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043b\u0438\",\n  \"progress.note\": \"(\u041a\u043e\u0436\u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0435 \u0456\u043c\u2019\u044f \u0441\u0442\u0432\u043e\u0440\u044e\u0454 \u0456\u043c\u043f\u0443\u043b\u044c\u0441 \u0434\u043b\u044f \u0422\u0456\u043b\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u043e\u0433\u043e \u043f\u043e \u0432\u0441\u044c\u043e\u043c\u0443 \u0441\u0432\u0456\u0442\u0443.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0427\u043e\u043c\u0443 \u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0432(\u043b\u0430)\",\n  \"testimonials.intro\": \"\u0404\u0434\u043d\u0456\u0441\u0442\u044c \u2014 \u0446\u0435 \u0437\u0430\u0440\u0430\u0437\u043b\u0438\u0432\u043e. \u041e\u0441\u044c \u043a\u0456\u043b\u044c\u043a\u0430 \u0433\u043e\u043b\u043e\u0441\u0456\u0432 \u0437 \u0443\u0441\u044c\u043e\u0433\u043e \u0441\u0432\u0456\u0442\u0443:\",\n  \"testimonials.q1\": \"\u201c\u042f \u0447\u0435\u043a\u0430\u0432(\u043b\u0430) \u0440\u043e\u043a\u0430\u043c\u0438, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0443\u0447\u043d\u0456\u0432 \u0437 \u0440\u0456\u0437\u043d\u0438\u0445 \u0440\u0443\u0445\u0456\u0432, \u0449\u043e \u043c\u043e\u043b\u044f\u0442\u044c\u0441\u044f \u0440\u0430\u0437\u043e\u043c. \u0426\u044f \u043e\u0431\u0456\u0442\u043d\u0438\u0446\u044f \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u043b\u0430 \u043c\u0435\u043d\u0456 \u043d\u0430\u0434\u0456\u044e.\u201d\",\n  \"testimonials.q2\": \"\u201c\u042f \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0432(\u043b\u0430), \u0431\u043e \u0445\u043e\u0447\u0443, \u0449\u043e\u0431 \u043c\u043e\u0457 \u0434\u0456\u0442\u0438 \u0431\u0430\u0447\u0438\u043b\u0438 \u043e\u0434\u043d\u0435 \u0422\u0456\u043b\u043e \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0435, \u0430 \u043d\u0435 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0456 \u044f\u0440\u043b\u0438\u043a\u0438.\u201d\",\n  \"testimonials.q3\": \"\u201c\u0414\u043b\u044f \u043c\u0435\u043d\u0435 \u0446\u0435 \u2014 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u044f. \u042f \u0431\u0443\u043b\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u043e\u044e \u043f\u043e\u0434\u0456\u043b\u0443. \u0422\u0435\u043f\u0435\u0440 \u044f \u0445\u043e\u0447\u0443 \u0431\u0443\u0442\u0438 \u0447\u0430\u0441\u0442\u0438\u043d\u043e\u044e \u0437\u0446\u0456\u043b\u0435\u043d\u043d\u044f.\u201d\",\n  \"testimonials.c1\": \"\u2014 \u0410\u043d\u043e\u043d\u0456\u043c\",\n  \"testimonials.c2\": \"\u2014 \u0414\u0436\u0435\u0439\u0441\u043e\u043d, \u0421\u0428\u0410\",\n  \"testimonials.c3\": \"\u2014 \u0410\u043d\u043e\u043d\u0456\u043c\",\n  \"testimonials.hint\": \"\u0412\u0430\u0448\u0430 \u0456\u0441\u0442\u043e\u0440\u0456\u044f \u043c\u043e\u0436\u0435 \u043d\u0430\u0434\u0438\u0445\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0441\u044c \u0449\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438. \u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u043d\u0438\u0436\u0447\u0435.\",\n\n  \"form.heading\": \"\u041c\u043e\u0454 \u0417\u043e\u0431\u043e\u0432'\u044f\u0437\u0430\u043d\u043d\u044f\",\n  \"commitment.body\": \"\u042f \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0443\u044e\u0441\u044c \u0434\u043e \u0454\u0434\u043d\u043e\u0441\u0442\u0456, \u0449\u043e \u043a\u043e\u0448\u0442\u0443\u0454: \u0454\u0434\u043d\u043e\u0441\u0442\u0456, \u044f\u043a\u0430 \u043f\u0440\u043e\u0442\u0438\u0441\u0442\u043e\u0457\u0442\u044c \u0433\u0440\u0456\u0445\u0443, \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0441\u043c\u0438\u0440\u0435\u043d\u043d\u044f \u0456 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u0425\u0440\u0435\u0441\u0442. \u042f \u0436\u0438\u0442\u0438\u043c\u0443 \u0432 \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u043e\u043c\u0443 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u0456, \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e\u043c\u0443 \u0440\u0430\u0434\u0438\u043a\u0430\u043b\u044c\u043d\u0438\u043c, \u043d\u043e\u0432\u043e\u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u0438\u043c \u0436\u0438\u0442\u0442\u044f\u043c \u0443 \u043f\u043e\u043a\u0430\u044f\u043d\u043d\u0456, \u0445\u0440\u0435\u0449\u0435\u043d\u043d\u0456 \u0442\u0430 \u0432\u043e\u0433\u043d\u0456 \u0414\u0443\u0445\u0430 \u2014 \u0441\u0442\u0456\u043b\u044c\u043a\u0438 \u0440\u0430\u0437\u0456\u0432, \u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e. \u042f \u0445\u043e\u0434\u0438\u0442\u0438\u043c\u0443 \u0441\u043c\u0438\u0440\u0435\u043d\u043d\u043e \u0437 \u0411\u043e\u0433\u043e\u043c, \u043f\u043e\u0440\u0443\u0447 \u0456\u0437 \u0431\u0440\u0430\u0442\u0430\u043c\u0438 \u0439 \u0441\u0435\u0441\u0442\u0440\u0430\u043c\u0438 \u0437 \u043a\u043e\u0436\u043d\u043e\u0457 \u0442\u0440\u0430\u0434\u0438\u0446\u0456\u0457.\",\n  \"form.labels.name\": \"\u0406\u043c\u2019\u044f: *\",\n  \"form.labels.city\": \"\u041c\u0456\u0441\u0442\u043e \/ \u041a\u0440\u0430\u0457\u043d\u0430:\",\n  \"form.labels.church\": \"\u0426\u0435\u0440\u043a\u0432\u0430 \/ \u0422\u0440\u0430\u0434\u0438\u0446\u0456\u044f (\u043d\u0435\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u043e\u0432\u043e):\",\n  \"form.labels.email\": \"Email (\u043d\u0435\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u043e\u0432\u043e):\",\n  \"form.labels.why\": \"\u0427\u043e\u043c\u0443 \u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0432(\u043b\u0430) (\u043d\u0435\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u043e\u0432\u043e):\",\n  \"form.labels.signature\": \"\u041f\u0456\u0434\u043f\u0438\u0441 \/ \u0414\u0430\u0442\u0430:\",\n  \"form.placeholders.why\": \"\u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u0440\u0435\u0447\u0435\u043d\u043d\u044f\u043c, \u0449\u043e\u0431 \u043d\u0430\u0434\u0438\u0445\u043d\u0443\u0442\u0438 \u0456\u043d\u0448\u0438\u0445\u2026\",\n  \"form.placeholders.signature\": \"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0441\u0432\u043e\u0454 \u0456\u043c\u2019\u044f \u0442\u0430 \u0441\u044c\u043e\u0433\u043e\u0434\u043d\u0456\u0448\u043d\u044e \u0434\u0430\u0442\u0443\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438 \u043e\u0431\u0456\u0442\u043d\u0438\u0446\u044e\",\n  \"form.hint\": \"\u041d\u0430\u0434\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0434\u043e\u0434\u0430\u0441\u0442\u044c \u0432\u0430\u0448\u0435 \u0456\u043c\u2019\u044f \u0434\u043e \u0430\u0440\u043a\u0443\u0448\u0430 Unity_Pledge \u0447\u0435\u0440\u0435\u0437 WordPress \u0456 \u043e\u043d\u043e\u0432\u0438\u0442\u044c \u043b\u0456\u0447\u0438\u043b\u044c\u043d\u0438\u043a.\",\n\n  \"footer.share\": \"\ud83d\udce2 \u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u041e\u0431\u0456\u0442\u043d\u0438\u0446\u0435\u044e \u0404\u0434\u043d\u043e\u0441\u0442\u0456:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"\u041d\u0430\u0434\u0441\u0438\u043b\u0430\u0454\u0442\u044c\u0441\u044f\u2026\",\n  \"ui.nameRequired\": \"\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u0441\u0432\u043e\u0454 \u0456\u043c\u2019\u044f.\",\n  \"ui.success\": \"\ud83d\ude4f \u0414\u044f\u043a\u0443\u0454\u043c\u043e \u0437\u0430 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044f \u041e\u0431\u0456\u0442\u043d\u0438\u0446\u0456 \u0404\u0434\u043d\u043e\u0441\u0442\u0456!\",\n  \"ui.error\": \"\u26a0\ufe0f \u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.\",\n  \"ui.duplicate\": \"\u0412\u0438 \u0432\u0436\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043b\u0438 \u0446\u044e \u043e\u0431\u0456\u0442\u043d\u0438\u0446\u044e. \u0414\u044f\u043a\u0443\u0454\u043c\u043e!\"\n},\nru: {\n  \"header.title\": \"\u041a\u043b\u044f\u0442\u0432\u0430 \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0430\",\n  \"header.subtitle\": \"\u041e\u0442 \u0411\u0440\u0435\u043c\u0435\u043d\u0438 \u043a \u0412\u0435\u0445\u0430\u043c\",\n  \"header.tagline\": \"\u042d\u0442\u043e \u043d\u0435 \u0434\u0435\u0448\u0435\u0432\u043e\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u043e. \u042d\u0442\u043e \u0434\u043e\u0440\u043e\u0433\u043e\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u2014 \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u043d\u043e\u0435 \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0435\u043c, \u043a\u0440\u0435\u0449\u0435\u043d\u0438\u0435\u043c \u0438 \u041a\u0440\u0435\u0441\u0442\u043e\u043c.\",\n  \"header.cta\": \"\u270d\ufe0f \u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u041a\u043b\u044f\u0442\u0432\u0443\",\n\n  \"preamble.title\": \"\u041f\u0440\u0435\u0430\u043c\u0431\u0443\u043b\u0430\",\n  \"preamble.body\": \"\u0412 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043c\u043e\u043b\u0438\u0442\u0432\u0443 \u0418\u0438\u0441\u0443\u0441\u0430 \u2014 \u00ab\u0434\u0430 \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0435 \u0435\u0434\u0438\u043d\u043e... \u0447\u0442\u043e\u0431\u044b \u043c\u0438\u0440 \u0443\u0432\u0435\u0440\u043e\u0432\u0430\u043b\u00bb (\u0418\u043e\u0430\u043d\u043d\u0430 17:21) \u2014 \u044f \u043e\u0442\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0441\u044c \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c \u0440\u0430\u0437\u0434\u0440\u043e\u0431\u043b\u0435\u043d\u043d\u043e\u0435 \u0441\u0432\u0438\u0434\u0435\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0440\u0435\u043b\u0438\u0433\u0438\u044e \u0431\u0435\u0437 \u0441\u0438\u043b\u044b. \u042f \u043e\u0431\u044f\u0437\u0443\u044e\u0441\u044c \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u043a \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0443 \u0432 \u0438\u0441\u0442\u0438\u043d\u0435 \u0438 \u043b\u044e\u0431\u0432\u0438 \u0441\u043e \u0432\u0441\u0435\u043c\u0438, \u043a\u0442\u043e \u043f\u0440\u0438\u0437\u044b\u0432\u0430\u0435\u0442 \u0438\u043c\u044f \u0418\u0438\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430. \u042d\u0442\u043e\u0442 \u0437\u0430\u0432\u0435\u0442, \u0443\u043a\u043e\u0440\u0435\u043d\u0435\u043d\u043d\u044b\u0439 \u0432 \u0440\u0430\u0434\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u0437\u044b\u0432\u0435 \u0440\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u044b\u0448\u0435 (\u0418\u043e\u0430\u043d\u043d\u0430 3:3\u20135), \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u044f, \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u044f, \u043f\u0440\u0438\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u0441\u043c\u0435\u043b\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u043e\u0431\u0443\u0434\u0438\u0442 \u0422\u0435\u043b\u043e \u0425\u0440\u0438\u0441\u0442\u0430 \u0438 \u0443\u0441\u0438\u043b\u0438\u0442 \u0433\u043e\u043b\u043e\u0441 \u0415\u0432\u0430\u043d\u0433\u0435\u043b\u0438\u044f \u0441\u0440\u0435\u0434\u0438 \u043d\u0430\u0440\u043e\u0434\u043e\u0432.\",\n\n  \"core.title\": \"\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0423\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f\",\n  \"core.1.title\": \"\u041e\u0431\u0440\u0430\u0437 \u0411\u043e\u0436\u0438\u0439\",\n  \"core.1.text\": \"\u041a\u0430\u0436\u0434\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0435\u0441\u0451\u0442 \u043e\u0431\u0440\u0430\u0437 \u0411\u043e\u0436\u0438\u0439 \u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u043e\u0438\u043d \u0441\u0432\u044f\u0449\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0432\u0430\u0436\u0435\u043d\u0438\u044f \u2014 \u0434\u0440\u0443\u0433 \u043b\u0438 \u043e\u043d, \u043d\u0435\u0437\u043d\u0430\u043a\u043e\u043c\u0435\u0446, \u0441\u0432\u044f\u0442\u043e\u0439 \u0438\u043b\u0438 \u0441\u043a\u0435\u043f\u0442\u0438\u043a.\",\n  \"core.2.title\": \"\u0418\u0438\u0441\u0443\u0441 \u043a\u0430\u043a \u0413\u043e\u0441\u043f\u043e\u0434\u044c\",\n  \"core.2.text\": \"\u042f \u0438\u0441\u043f\u043e\u0432\u0435\u0434\u0443\u044e \u0418\u0438\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430 \u0413\u043e\u0441\u043f\u043e\u0434\u043e\u043c \u2014 \u043d\u0435 \u043a\u0430\u043a \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u043c\u043d\u043e\u0433\u0438\u0445, \u0430 \u043a\u0430\u043a \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0413\u043b\u0430\u0432\u0443 \u0438 \u0426\u0430\u0440\u044f \u2014 \u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044e \u0415\u0433\u043e \u0421\u043b\u043e\u0432\u0443 \u0438 \u0414\u0443\u0445\u0443 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043c\u0435\u043d\u044f \u0432\u043e \u0432\u0441\u0435\u043c.\",\n  \"core.3.title\": \"\u0420\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0421\u0432\u044b\u0448\u0435 \u0447\u0435\u0440\u0435\u0437 \u041f\u043e\u043a\u0430\u044f\u043d\u0438\u0435 \u0438 \u041a\u0440\u0435\u0449\u0435\u043d\u0438\u0435\",\n  \"core.3.text\": \"\u042f \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e, \u0447\u0442\u043e \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0441\u0432\u044b\u0448\u0435 \u2014 \u0447\u0435\u0440\u0435\u0437 \u0441\u043e\u043a\u0440\u0443\u0448\u0451\u043d\u043d\u043e\u0435 \u0441\u0435\u0440\u0434\u0446\u0435, \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0435 \u0438 \u043a\u0440\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u043e \u0438\u043c\u044f \u0418\u0438\u0441\u0443\u0441\u0430 \u0425\u0440\u0438\u0441\u0442\u0430 \u0434\u043b\u044f \u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u0433\u0440\u0435\u0445\u043e\u0432 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u0430\u0440\u0430 \u0421\u0432\u044f\u0442\u043e\u0433\u043e \u0414\u0443\u0445\u0430 (\u0418\u043e\u0430\u043d\u043d\u0430 3:3\u20135; \u0414\u0435\u044f\u043d\u0438\u044f 2:37\u201338) \u2014 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u043e\u0442\u044a\u0435\u043c\u043b\u0435\u043c\u044b\u043c \u0431\u0438\u0431\u043b\u0435\u0439\u0441\u043a\u0438\u043c \u043f\u0440\u0438\u0437\u044b\u0432\u043e\u043c. \u0414\u0435\u0442\u0441\u043a\u043e\u0435 \u043f\u043e\u0441\u0432\u044f\u0449\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0440\u0438\u0442\u0443\u0430\u043b \u043d\u0435 \u0437\u0430\u043c\u0435\u043d\u044f\u044e\u0442 \u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u044f \u0438 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u044f. \u041a\u0430\u0436\u0434\u044b\u0439 \u0432\u0435\u0440\u0443\u044e\u0449\u0438\u0439 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0437\u043d\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e \u0438 \u0432\u0441\u0435\u043c \u0441\u0435\u0440\u0434\u0446\u0435\u043c \u043e\u0442\u043a\u043b\u0438\u043a\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u0440\u0438\u0437\u044b\u0432 \u2014 \u0432\u0441\u0442\u0443\u043f\u0430\u044f \u0432 \u043e\u0431\u0440\u0430\u0437 \u0436\u0438\u0437\u043d\u0438 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u044f, \u0432\u0435\u0440\u044b \u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432 \u0414\u0443\u0445\u0435.\",\n  \"core.4.title\": \"\u0421\u043c\u0438\u0440\u0435\u043d\u0438\u0435 \u0432 \u0423\u0431\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u0445\",\n  \"core.4.text\": \"\u042f \u0431\u0443\u0434\u0443 \u043e\u0442\u0441\u0442\u0430\u0438\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u0443\u0431\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u0441 \u043c\u0443\u0436\u0435\u0441\u0442\u0432\u043e\u043c \u0438 \u044f\u0441\u043d\u043e\u0441\u0442\u044c\u044e, \u043d\u043e \u043d\u0435 \u0441 \u0433\u043e\u0440\u0434\u044b\u043d\u0435\u0439 \u2014 \u0443\u0432\u0430\u0436\u0430\u044f \u0441\u043e\u0432\u0435\u0441\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445, \u043d\u0435 \u0440\u0430\u0437\u0431\u0430\u0432\u043b\u044f\u044f \u0438\u0441\u0442\u0438\u043d\u0443.\",\n  \"core.5.title\": \"\u0421\u0432\u043e\u0431\u043e\u0434\u0430 \u043e\u0442 \u041f\u0440\u0438\u043d\u0443\u0436\u0434\u0435\u043d\u0438\u044f\",\n  \"core.5.text\": \"\u0415\u0434\u0438\u043d\u0441\u0442\u0432\u043e \u2014 \u044d\u0442\u043e \u043d\u0435 \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u044f\u0446\u0438\u044f. \u041d\u0430\u0448\u0438 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430\u043c\u0438 \u043c\u043e\u043b\u0438\u0442\u0432\u044b, \u043f\u0440\u0438\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u043c\u0438\u0441\u0441\u0438\u0438 \u2014 \u0430 \u043d\u0435 \u0441\u0442\u044b\u0434\u0430, \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u0432\u0435\u0440\u0431\u043e\u0432\u043a\u0438.\",\n  \"core.6.title\": \"\u041e\u0445\u0440\u0430\u043d\u0430 \u0427\u0438\u0441\u0442\u043e\u0442\u044b\",\n  \"core.6.text\": \"\u042f \u0431\u0443\u0434\u0443 \u0441\u0442\u043e\u0440\u043e\u0436\u0435\u043c \u043f\u0440\u043e\u0442\u0438\u0432 \u0434\u0443\u0445\u043e\u0432\u043d\u043e\u0433\u043e \u043d\u0430\u0441\u0438\u043b\u0438\u044f, \u0442\u0430\u0439\u043d\u044b\u0445 \u0441\u0445\u0435\u043c \u0438 \u043a\u043e\u0440\u0440\u0443\u043f\u0446\u0438\u0438, \u0442\u0440\u0435\u0431\u0443\u044f \u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0433\u043e \u0438 \u0441\u043b\u0443\u0436\u0430\u0449\u0435\u0433\u043e \u043b\u0438\u0434\u0435\u0440\u0441\u0442\u0432\u0430.\",\n  \"core.7.title\": \"\u0418\u0441\u0446\u0435\u043b\u0435\u043d\u0438\u0435 \u0420\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0439\",\n  \"core.7.text\": \"\u042f \u043a\u0430\u044e\u0441\u044c \u0437\u0430 \u043b\u044e\u0431\u0443\u044e \u043b\u0438\u0447\u043d\u0443\u044e \u0438\u043b\u0438 \u043d\u0430\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u0440\u043e\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u043c\u043e\u044f \u0446\u0435\u0440\u043a\u043e\u0432\u044c, \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u044f \u0441\u044b\u0433\u0440\u0430\u043b\u0438 \u0432 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f, \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0442\u0430\u0440\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044f. \u042f \u0432\u044b\u0431\u0438\u0440\u0430\u044e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u043c\u0435\u0441\u0442\u043e \u0441\u043e\u043f\u0435\u0440\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u0430.\",\n  \"core.8.title\": \"\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0442\u043d\u043e\u0435 \u041e\u0431\u0449\u0435\u043d\u0438\u0435\",\n  \"core.8.text\": \"\u042f \u043d\u0435 \u0431\u0443\u0434\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043b\u043e\u0432\u0430 \u043a\u0430\u043a \u043e\u0440\u0443\u0436\u0438\u0435 \u2014 \u0434\u043b\u044f \u0441\u043f\u043b\u0435\u0442\u0435\u043d, \u0437\u043b\u043e\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u043b\u0438 \u043f\u0440\u0435\u0437\u0440\u0435\u043d\u0438\u044f. \u042f \u0431\u0443\u0434\u0443 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u0443 \u0441 \u043b\u044e\u0431\u043e\u0432\u044c\u044e \u0438 \u043c\u0443\u0436\u0435\u0441\u0442\u0432\u043e\u043c.\",\n  \"core.9.title\": \"\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0430\u044f \u041c\u0438\u0441\u0441\u0438\u044f\",\n  \"core.9.text\": \"\u042f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044e \u0443\u0441\u0438\u043b\u0438\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438, \u0433\u0434\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0432\u0435\u0441\u0442\u044c \u2014 \u0432 \u043c\u043e\u043b\u0438\u0442\u0432\u0435, \u041f\u0438\u0441\u0430\u043d\u0438\u0438, \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u0438 \u0438 \u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u043e\u0441\u0442\u0438 \u2014 \u0432\u0435\u0440\u044f, \u0447\u0442\u043e \u0425\u0440\u0438\u0441\u0442\u043e\u0441 \u043f\u0440\u043e\u0441\u043b\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u0415\u0433\u043e \u0422\u0435\u043b\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043a\u0430\u043a \u043e\u0434\u043d\u043e.\",\n  \"core.10.title\": \"\u041d\u0430\u0441\u043b\u0435\u0434\u0438\u0435 \u0434\u043b\u044f \u0411\u0443\u0434\u0443\u0449\u0435\u0433\u043e\",\n  \"core.10.text\": \"\u042f \u0431\u0443\u0434\u0443 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u044f\u0432\u043b\u044f\u044f \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u0435, \u0440\u0430\u0434\u043e\u0441\u0442\u044c \u0438 \u0436\u0438\u0437\u043d\u044c, \u043d\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u0443\u044e \u0414\u0443\u0445\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u043e\u043d\u0438 \u0443\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043b\u0438 \u0432\u0435\u0440\u0443, \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u0443\u044e \u043f\u043e\u0434\u0440\u0430\u0436\u0430\u043d\u0438\u044f.\",\n  \"core.11.title\": \"\u0423\u043f\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430 \u0411\u043e\u0436\u044c\u0435 \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435\",\n  \"core.11.text\": \"\u042f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u044e \u0430\u043b\u0442\u0430\u0440\u044c \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0430 \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0435 \u0438 \u043c\u043e\u043b\u0438\u0442\u0432\u0443, \u043d\u043e \u043d\u0435 \u0431\u0443\u0434\u0443 \u0444\u0430\u0431\u0440\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u0443\u0436\u0434\u0435\u043d\u0438\u0435. \u0422\u043e\u043b\u044c\u043a\u043e \u0411\u043e\u0433 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0441\u043b\u0430\u0442\u044c \u043e\u0433\u043e\u043d\u044c \u2014 \u0438 \u044f \u0431\u0443\u0434\u0443 \u0436\u0434\u0430\u0442\u044c \u0415\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0423\u0436\u0435\",\n  \"progress.after\": \"\u0432\u0435\u0440\u0443\u044e\u0449\u0438\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b\u0438\",\n  \"progress.note\": \"(\u041a\u0430\u0436\u0434\u043e\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0443\u0441\u0438\u043b\u0438\u0432\u0430\u0435\u0442 \u0438\u043c\u043f\u0443\u043b\u044c\u0441 \u0434\u043b\u044f \u0422\u0435\u043b\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u041f\u043e\u0447\u0435\u043c\u0443 \u042f \u041f\u043e\u0434\u043f\u0438\u0441\u0430\u043b(\u0430)\",\n  \"testimonials.intro\": \"\u0415\u0434\u0438\u043d\u0441\u0442\u0432\u043e \u0437\u0430\u0440\u0430\u0437\u0438\u0442\u0435\u043b\u044c\u043d\u043e. \u0412\u043e\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0433\u043e\u043b\u043e\u0441\u043e\u0432 \u0441\u043e \u0432\u0441\u0435\u0433\u043e \u043c\u0438\u0440\u0430:\",\n  \"testimonials.q1\": \"\u201c\u042f \u0436\u0434\u0430\u043b(\u0430) \u043c\u043d\u043e\u0433\u043e \u043b\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c, \u043a\u0430\u043a \u0443\u0447\u0435\u043d\u0438\u043a\u0438 \u0438\u0437 \u0440\u0430\u0437\u043d\u044b\u0445 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439 \u043c\u043e\u043b\u044f\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435. \u042d\u0442\u0430 \u043a\u043b\u044f\u0442\u0432\u0430 \u0441\u043d\u043e\u0432\u0430 \u0434\u0430\u043b\u0430 \u043c\u043d\u0435 \u043d\u0430\u0434\u0435\u0436\u0434\u0443.\u201d\",\n  \"testimonials.q2\": \"\u201c\u042f \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b(\u0430), \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0445\u043e\u0447\u0443, \u0447\u0442\u043e\u0431\u044b \u043c\u043e\u0438 \u0434\u0435\u0442\u0438 \u0432\u044b\u0440\u043e\u0441\u043b\u0438, \u0432\u0438\u0434\u044f \u043e\u0434\u043d\u043e \u0422\u0435\u043b\u043e \u0425\u0440\u0438\u0441\u0442\u0430, \u0430 \u043d\u0435 \u0440\u0430\u0437\u0434\u0440\u043e\u0431\u043b\u0435\u043d\u043d\u044b\u0435 \u044f\u0440\u043b\u044b\u043a\u0438.\u201d\",\n  \"testimonials.q3\": \"\u201c\u0414\u043b\u044f \u043c\u0435\u043d\u044f \u044d\u0442\u043e \u2014 \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0435. \u042f \u0431\u044b\u043b(\u0430) \u0447\u0430\u0441\u0442\u044c\u044e \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f. \u0422\u0435\u043f\u0435\u0440\u044c \u0445\u043e\u0447\u0443 \u0431\u044b\u0442\u044c \u0447\u0430\u0441\u0442\u044c\u044e \u0438\u0441\u0446\u0435\u043b\u0435\u043d\u0438\u044f.\u201d\",\n  \"testimonials.c1\": \"\u2014 \u0410\u043d\u043e\u043d\u0438\u043c\",\n  \"testimonials.c2\": \"\u2014 \u0414\u0436\u0435\u0439\u0441\u043e\u043d, \u0421\u0428\u0410\",\n  \"testimonials.c3\": \"\u2014 \u0410\u043d\u043e\u043d\u0438\u043c\",\n  \"testimonials.hint\": \"\u0412\u0430\u0448\u0435 \u0441\u0432\u0438\u0434\u0435\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u0433\u043e-\u0442\u043e \u0435\u0449\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c. \u041f\u043e\u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c \u0441\u0432\u043e\u0438\u043c \u043d\u0438\u0436\u0435.\",\n\n  \"form.heading\": \"\u041c\u043e\u044f \u041a\u043b\u044f\u0442\u0432\u0430\",\n  \"commitment.body\": \"\u042f \u043f\u043e\u0441\u0432\u044f\u0449\u0430\u044e \u0441\u0435\u0431\u044f \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0443, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0436\u0435\u0440\u0442\u0432\u044b: \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0443, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043e\u0431\u043b\u0438\u0447\u0430\u0435\u0442 \u0433\u0440\u0435\u0445, \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a\u043e \u041a\u0440\u0435\u0441\u0442\u0443. \u042f \u0431\u0443\u0434\u0443 \u0436\u0438\u0442\u044c \u0432 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u043c \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0438, \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u044f\u0441\u044c \u0447\u0435\u0440\u0435\u0437 \u0436\u0438\u0437\u043d\u044c, \u043f\u043e\u043b\u043d\u0443\u044e \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0441\u0432\u044b\u0448\u0435 \u2014 \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043a\u0430\u044f\u043d\u0438\u0435, \u043a\u0440\u0435\u0449\u0435\u043d\u0438\u0435 \u0438 \u043e\u0433\u043e\u043d\u044c \u0414\u0443\u0445\u0430, \u2014 \u0441\u0442\u043e\u043b\u044c\u043a\u043e \u0440\u0430\u0437, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f. \u042f \u0431\u0443\u0434\u0443 \u0445\u043e\u0434\u0438\u0442\u044c \u0441\u043c\u0438\u0440\u0435\u043d\u043d\u043e \u0441 \u0411\u043e\u0433\u043e\u043c, \u0440\u044f\u0434\u043e\u043c \u0441 \u0431\u0440\u0430\u0442\u044c\u044f\u043c\u0438 \u0438 \u0441\u0435\u0441\u0442\u0440\u0430\u043c\u0438 \u0438\u0437 \u0432\u0441\u0435\u0445 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u0439.\",\n  \"form.labels.name\": \"\u0418\u043c\u044f: *\",\n  \"form.labels.city\": \"\u0413\u043e\u0440\u043e\u0434 \/ \u0421\u0442\u0440\u0430\u043d\u0430:\",\n  \"form.labels.church\": \"\u0426\u0435\u0440\u043a\u043e\u0432\u044c \/ \u0422\u0440\u0430\u0434\u0438\u0446\u0438\u044f (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):\",\n  \"form.labels.email\": \"Email (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):\",\n  \"form.labels.why\": \"\u041f\u043e\u0447\u0435\u043c\u0443 \u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b(\u0430) (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):\",\n  \"form.labels.signature\": \"\u041f\u043e\u0434\u043f\u0438\u0441\u044c \/ \u0414\u0430\u0442\u0430:\",\n  \"form.placeholders.why\": \"\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043a\u043e\u0440\u043e\u0442\u043a\u0443\u044e \u0444\u0440\u0430\u0437\u0443, \u0447\u0442\u043e\u0431\u044b \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445\u2026\",\n  \"form.placeholders.signature\": \"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u0438 \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u044e\u044e \u0434\u0430\u0442\u0443\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u041a\u043b\u044f\u0442\u0432\u0443\",\n  \"form.hint\": \"\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0443 Unity_Pledge \u0447\u0435\u0440\u0435\u0437 WordPress \u0438 \u043e\u0442\u0440\u0430\u0437\u0438\u0442\u0441\u044f \u0432 \u0441\u0447\u0451\u0442\u0447\u0438\u043a\u0435.\",\n\n  \"footer.share\": \"\ud83d\udce2 \u041f\u043e\u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c \u041a\u043b\u044f\u0442\u0432\u043e\u0439 \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0430:\",\n  \"footer.copyright\": \"\u00a9 2025 \u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0430\u044f \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u041c\u0438\u0441\u0441\u0438\u0438\",\n\n  \"ui.submitting\": \"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u2026\",\n  \"ui.nameRequired\": \"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043c\u044f.\",\n  \"ui.success\": \"\ud83d\ude4f \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u041a\u043b\u044f\u0442\u0432\u044b \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0430!\",\n  \"ui.error\": \"\u26a0\ufe0f \u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.\",\n  \"ui.duplicate\": \"\u0412\u044b \u0443\u0436\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b\u0438 \u044d\u0442\u0443 \u043a\u043b\u044f\u0442\u0432\u0443. \u0421\u043f\u0430\u0441\u0438\u0431\u043e!\"\n},\npl: {\n  \"header.title\": \"Zobowi\u0105zanie Jedno\u015bci\",\n  \"header.subtitle\": \"Od kamieni u szyi do kamieni milowych\",\n  \"header.tagline\": \"To nie jest tania jedno\u015b\u0107. To kosztowna jedno\u015b\u0107 \u2014 przypiecz\u0119towana pokut\u0105, chrztem i Krzy\u017cem.\",\n  \"header.cta\": \"\u270d\ufe0f Podpisz Zobowi\u0105zanie\",\n\n  \"preamble.title\": \"Preambu\u0142a\",\n  \"preamble.body\": \"W odpowiedzi na modlitw\u0119 Jezusa \u2014 \u201eaby wszyscy byli jedno... aby \u015bwiat uwierzy\u0142\u201d (J 17,21) \u2014 odrzucam podzia\u0142 \u015bwiadectwa i bezsiln\u0105 religi\u0119. Zobowi\u0105zuj\u0119 si\u0119 walczy\u0107 o jedno\u015b\u0107 w prawdzie i mi\u0142o\u015bci ze wszystkimi, kt\u00f3rzy wzywaj\u0105 imienia Jezusa Chrystusa. To przymierze, zakorzenione w radykalnym wezwaniu do nowego narodzenia (J 3,3\u20135), wymaga pokory, pokuty, budowania pokoju i odwa\u017cnej wsp\u00f3\u0142pracy, kt\u00f3ra obudzi Cia\u0142o Chrystusa i wzmocni g\u0142os ewangelii dla narod\u00f3w.\",\n\n  \"core.title\": \"Podstawowe Potwierdzenia\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Ka\u017cdy cz\u0142owiek nosi obraz Boga i musi by\u0107 traktowany z \u015bwi\u0119t\u0105 godno\u015bci\u0105 \u2014 niezale\u017cnie od tego, czy jest przyjacielem czy nieznajomym, \u015bwi\u0119tym czy sceptykiem.\",\n  \"core.2.title\": \"Jezus jako Pan\",\n  \"core.2.text\": \"Wyznaj\u0119 Jezusa Chrystusa jako Pana \u2014 nie jednego z wielu, ale jedynego G\u0142ow\u0119 i Kr\u00f3la \u2014 i b\u0119d\u0119 kierowa\u0107 si\u0119 Jego S\u0142owem i Duchem we wszystkim.\",\n  \"core.3.title\": \"Nowe Narodzenie przez Pokut\u0119 i Chrzest\",\n  \"core.3.text\": \"Potwierdzam bezkompromisowe biblijne wezwanie do nowego narodzenia \u2014 do skruszonego serca, pokuty i chrztu w imi\u0119 Jezusa Chrystusa dla odpuszczenia grzech\u00f3w i daru Ducha \u015awi\u0119tego (J 3,3\u20135; Dz 2,37\u201338). Po\u015bwi\u0119cenie niemowl\u0119cia ani rytua\u0142 sam w sobie nie mog\u0105 zast\u0105pi\u0107 osobistej pokuty i zanurzenia. Ka\u017cdy wierz\u0105cy musi odpowiedzie\u0107 \u015bwiadomie, publicznie i ca\u0142ym sercem \u2014 obejmuj\u0105c rytm pokuty, wiary i odnowy w Duchu przez ca\u0142e \u017cycie.\",\n  \"core.4.title\": \"Pokora w Przekonaniach\",\n  \"core.4.text\": \"B\u0119d\u0119 trzyma\u0107 si\u0119 moich przekona\u0144 z odwag\u0105 i jasno\u015bci\u0105, nigdy z arogancj\u0105 \u2014 szanuj\u0105c sumienia innych, ale nie rozcie\u0144czaj\u0105c prawdy.\",\n  \"core.5.title\": \"Wolno\u015b\u0107 od Przymusu\",\n  \"core.5.text\": \"Jedno\u015b\u0107 to nie manipulacja. Nasze zgromadzenia b\u0119d\u0105 przestrzeniami modlitwy, pojednania i misji \u2014 nie wstydu, zastraszania ani pustej rekrutacji.\",\n  \"core.6.title\": \"Ochrona Integralno\u015bci\",\n  \"core.6.text\": \"B\u0119d\u0119 sta\u0107 jak stra\u017cnik przeciwko duchowemu nadu\u017cyciu, tajemniczo\u015bci i korupcji oraz b\u0119d\u0119 domaga\u0107 si\u0119 przejrzystego, s\u0142u\u017cebnego przyw\u00f3dztwa.\",\n  \"core.7.title\": \"Uzdrowienie Podzia\u0142\u00f3w\",\n  \"core.7.text\": \"Pokutuj\u0119 za ka\u017cd\u0105 rol\u0119 \u2014 osobist\u0105 lub odziedziczon\u0105 \u2014 jak\u0105 m\u00f3j ko\u015bci\u00f3\u0142, ruch lub tradycja odegra\u0142y w sianiu podzia\u0142u, pychy lub autorytaryzmu. Wybieram odnowienie ponad rywalizacj\u0119.\",\n  \"core.8.title\": \"\u0141askawa Komunikacja\",\n  \"core.8.text\": \"Nie b\u0119d\u0119 u\u017cywa\u0107 s\u0142\u00f3w jak broni \u2014 przez oszczerstwo, plotki lub pogard\u0119. B\u0119d\u0119 m\u00f3wi\u0107 prawd\u0119 z mi\u0142o\u015bci\u0105 i odwag\u0105.\",\n  \"core.9.title\": \"Wsp\u00f3lna Misja\",\n  \"core.9.text\": \"Po\u0142\u0105cz\u0119 si\u0142y tam, gdzie pozwala sumienie \u2014 w modlitwie, Pi\u015bmie \u015awi\u0119tym, mi\u0142osierdziu i sprawiedliwo\u015bci \u2014 wierz\u0105c, \u017ce Chrystus jest uwielbiony, gdy Jego Cia\u0142o wsp\u00f3\u0142dzia\u0142a.\",\n  \"core.10.title\": \"Dziedzictwo dla Przysz\u0142o\u015bci\",\n  \"core.10.text\": \"Zainwestuj\u0119 w przysz\u0142e pokolenie, modeluj\u0105c pokor\u0119, rado\u015b\u0107 i autentyczno\u015b\u0107 w Duchu, aby odziedziczy\u0142y wiar\u0119 godn\u0105 na\u015bladowania.\",\n  \"core.11.title\": \"Zaufanie do Bo\u017cego Dzia\u0142ania\",\n  \"core.11.text\": \"Przygotuj\u0119 o\u0142tarz jedno\u015bci przez pokut\u0119 i modlitw\u0119, ale nie b\u0119d\u0119 pr\u00f3bowa\u0107 wytwarza\u0107 przebudzenia. Tylko B\u00f3g mo\u017ce zes\u0142a\u0107 ogie\u0144, a ja b\u0119d\u0119 czeka\u0107 na Jego czas.\",\n\n  \"progress.already\": \"\ud83d\udd25 Ju\u017c\",\n  \"progress.after\": \"wierz\u0105cych podpisa\u0142o\",\n  \"progress.note\": \"(Ka\u017cde dodane imi\u0119 buduje impuls dla Cia\u0142a Chrystusa na ca\u0142ym \u015bwiecie.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Dlaczego Podpisa\u0142em\",\n  \"testimonials.intro\": \"Jedno\u015b\u0107 jest zara\u017aliwa. Oto g\u0142osy z ca\u0142ego \u015bwiata:\",\n  \"testimonials.q1\": \"\u201eCzeka\u0142em lata, aby zobaczy\u0107 uczni\u00f3w z r\u00f3\u017cnych ruch\u00f3w modl\u0105cych si\u0119 jako jedno. To zobowi\u0105zanie przywr\u00f3ci\u0142o mi nadziej\u0119.\u201d\",\n  \"testimonials.q2\": \"\u201ePodpisa\u0142em, bo chc\u0119, aby moje dzieci dorasta\u0142y, widz\u0105c jedno Cia\u0142o Chrystusa, a nie podzielone etykiety.\u201d\",\n  \"testimonials.q3\": \"\u201eDla mnie to pokuta. By\u0142em cz\u0119\u015bci\u0105 podzia\u0142u. Teraz chc\u0119 by\u0107 cz\u0119\u015bci\u0105 uzdrowienia.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anonim\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonim\",\n  \"testimonials.hint\": \"Twoje \u015bwiadectwo mo\u017ce zainspirowa\u0107 kogo\u015b innego do podpisania. Podziel si\u0119 nim poni\u017cej.\",\n\n  \"form.heading\": \"Moje Zobowi\u0105zanie\",\n  \"commitment.body\": \"Zobowi\u0105zuj\u0119 si\u0119 do jedno\u015bci, kt\u00f3ra co\u015b kosztuje: jedno\u015bci, kt\u00f3ra konfrontuje grzech, wymaga pokory i poci\u0105ga za sob\u0105 Krzy\u017c. B\u0119d\u0119 \u017cy\u0107 w ci\u0105g\u0142ej pokucie, odnawiany przez radykalne, nowe \u017cycie przez pokut\u0119, chrzest i ogie\u0144 Ducha \u2014 tyle razy, ile b\u0119dzie potrzeba. B\u0119d\u0119 chodzi\u0107 pokornie z Bogiem, razem z bra\u0107mi i siostrami z ka\u017cdej tradycji.\",\n  \"form.labels.name\": \"Imi\u0119 i nazwisko: *\",\n  \"form.labels.city\": \"Miasto \/ Kraj:\",\n  \"form.labels.church\": \"Ko\u015bci\u00f3\u0142 \/ Tradycja (opcjonalnie):\",\n  \"form.labels.email\": \"Email (opcjonalnie):\",\n  \"form.labels.why\": \"Dlaczego podpisa\u0142em (opcjonalnie):\",\n  \"form.labels.signature\": \"Podpis \/ Data:\",\n  \"form.placeholders.why\": \"Podziel si\u0119 zdaniem, by zach\u0119ci\u0107 innych\u2026\",\n  \"form.placeholders.signature\": \"Wpisz swoje imi\u0119 i dzisiejsz\u0105 dat\u0119\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Podpisz Zobowi\u0105zanie\",\n  \"form.hint\": \"Wys\u0142anie doda Twoje imi\u0119 do arkusza Unity_Pledge przez WordPress i zaktualizuje licznik na \u017cywo tutaj.\",\n\n  \"footer.share\": \"\ud83d\udce2 Udost\u0119pnij Zobowi\u0105zanie Jedno\u015bci:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Wysy\u0142anie\u2026\",\n  \"ui.nameRequired\": \"Prosz\u0119 poda\u0107 imi\u0119.\",\n  \"ui.success\": \"\ud83d\ude4f Dzi\u0119kujemy za podpisanie Zobowi\u0105zania Jedno\u015bci!\",\n  \"ui.error\": \"\u26a0\ufe0f Co\u015b posz\u0142o nie tak. Spr\u00f3buj ponownie.\",\n  \"ui.duplicate\": \"Ju\u017c podpisa\u0142e\u015b to zobowi\u0105zanie. Dzi\u0119kujemy!\"\n},\nko: {\n    \"header.title\": \"\uc5f0\ud569 \uc11c\uc57d\",\n    \"header.subtitle\": \"\ub9f7\ub3cc\uc5d0\uc11c \uc774\uc815\ud45c\ub85c\",\n    \"header.tagline\": \"\uc774\uac83\uc740 \uac12\uc2fc \uc5f0\ud569\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uc774\uac83\uc740 \ud68c\uac1c, \uce68\ub840, \uadf8\ub9ac\uace0 \uc2ed\uc790\uac00\uc5d0 \ubd09\uc778\ub41c \uac12\ube44\uc2fc \uc5f0\ud569\uc785\ub2c8\ub2e4.\",\n    \"header.cta\": \"\u270d\ufe0f \uc11c\uc57d\uc5d0 \uc11c\uba85\ud558\uae30\",\n\n    \"preamble.title\": \"\uc11c\ubb38\",\n    \"preamble.body\": \"\uc608\uc218\ub2d8\uc758 \uae30\ub3c4\u2014\u201c\uadf8\ub4e4 \ubaa8\ub450\uac00 \ud558\ub098\uac00 \ub418\uae30\ub97c\u2026 \uadf8\ub798\uc11c \uc138\uc0c1\uc774 \ubbff\uac8c \ud558\uc18c\uc11c\u201d(\uc694\ud55c\ubcf5\uc74c 17:21)\uc5d0 \ub300\ud55c \uc751\ub2f5\uc73c\ub85c, \ub098\ub294 \ubd84\uc5f4\ub41c \uc99d\uc5b8\uc774\ub098 \ubb34\uae30\ub825\ud55c \uc885\uad50\uc5d0 \uc548\uc8fc\ud558\uc9c0 \uc54a\uaca0\uc2b5\ub2c8\ub2e4. \ub098\ub294 \uc608\uc218 \uadf8\ub9ac\uc2a4\ub3c4\uc758 \uc774\ub984\uc744 \ubd80\ub974\ub294 \ubaa8\ub4e0 \uc774\ub4e4\uacfc \uc9c4\ub9ac\uc640 \uc0ac\ub791 \uc548\uc5d0\uc11c\uc758 \uc5f0\ud569\uc744 \uc704\ud574 \uc2f8\uc6b8 \uac83\uc744 \uc11c\uc57d\ud569\ub2c8\ub2e4. \uc774 \uc5b8\uc57d\uc740 \uac70\ub4ed\ub098\ub77c\ub294 \uae09\uc9c4\uc801\uc778 \ubd80\ub974\uc2ec(\uc694\ud55c\ubcf5\uc74c 3:3\u20135)\uc5d0 \ubfcc\ub9ac\ub97c \ub450\uba70, \uc774\ub294 \uacb8\uc190, \ud68c\uac1c, \ud3c9\ud654 \ub9cc\ub4e4\uae30, \uadf8\ub9ac\uace0 \uadf8\ub9ac\uc2a4\ub3c4\uc758 \ubab8\uc744 \uae68\uc6b0\uace0 \ubcf5\uc74c\uc758 \uc18c\ub9ac\ub97c \uc5f4\ubc29\uc5d0 \uc6b8\ub824 \ud37c\uc9c0\uac8c \ud558\ub294 \ub2f4\ub300\ud55c \ud611\ub825\uc744 \uc694\uad6c\ud569\ub2c8\ub2e4.\",\n\n    \"core.title\": \"\ud575\uc2ec \uc120\uc5b8\",\n    \"core.1.title\": \"\ud558\ub098\ub2d8\uc758 \ud615\uc0c1\",\n    \"core.1.text\": \"\ubaa8\ub4e0 \uc778\uac04\uc740 \ud558\ub098\ub2d8\uc758 \ud615\uc0c1\uc744 \uc9c0\ub2c8\uace0 \uc788\uc73c\uba70, \uce5c\uad6c\ub4e0 \ub0af\uc120 \uc0ac\ub78c\uc774\ub4e0, \uc131\ub3c4\ub4e0 \ud68c\uc758\ub860\uc790\ub4e0 \uac70\ub8e9\ud55c \uc874\uc5c4\uc131\uc73c\ub85c \ub300\uc6b0\ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4.\",\n    \"core.2.title\": \"\uc608\uc218\ub2d8\uc740 \uc8fc\uc774\uc2ed\ub2c8\ub2e4\",\n    \"core.2.text\": \"\ub098\ub294 \uc608\uc218 \uadf8\ub9ac\uc2a4\ub3c4\ub97c \uc8fc\ub85c \uace0\ubc31\ud569\ub2c8\ub2e4\u2014\uc5ec\ub7ec \uc911 \ud558\ub098\uac00 \uc544\ub2cc, \uc720\uc77c\ud55c \uba38\ub9ac\uc774\uc790 \uc655\uc774\uc2ed\ub2c8\ub2e4\u2014\uadf8\ub9ac\uace0 \ub098\ub294 \ubaa8\ub4e0 \uc77c\uc5d0\uc11c \uadf8\ubd84\uc758 \ub9d0\uc500\uacfc \uc601\uc5d0 \uc758\ud574 \uc778\ub3c4\ubc1b\uc744 \uac83\uc785\ub2c8\ub2e4.\",\n    \"core.3.title\": \"\ud68c\uac1c\uc640 \uce68\ub840\ub97c \ud1b5\ud55c \uac70\ub4ed\ub0a8\",\n    \"core.3.text\": \"\ub098\ub294 \uac70\ub4ed\ub098\ub77c\ub294 \ud0c0\ud611 \uc5c6\ub294 \uc131\uacbd\uc801 \ubd80\ub974\uc2ec\uc744 \ud655\uc5b8\ud569\ub2c8\ub2e4\u2014\ub9c8\uc74c\uc5d0 \ucc14\ub9bc\uc744 \ubc1b\uace0 \ud68c\uac1c\ud558\uba70 \uc608\uc218 \uadf8\ub9ac\uc2a4\ub3c4\uc758 \uc774\ub984\uc73c\ub85c \uc8c4 \uc0ac\ud568\uacfc \uc131\ub839\uc758 \uc120\ubb3c\uc744 \ubc1b\uae30 \uc704\ud574 \uce68\ub840\ub97c \ubc1b\ub294 \uac83(\uc694\ud55c\ubcf5\uc74c 3:3\u20135; \uc0ac\ub3c4\ud589\uc804 2:37\u201338). \uc720\uc544 \ud5cc\uc2e0\uc2dd\uc774\ub098 \uc758\uc2dd\ub9cc\uc73c\ub85c\ub294 \uac1c\uc778\uc758 \ud68c\uac1c\uc640 \uce68\ub840\ub97c \ub300\uccb4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uac01 \uc2e0\uc790\ub294 \uc758\uc2dd\uc801\uc774\uace0 \uacf5\uac1c\uc801\uc774\uba70 \uc804\uc2ec\uc73c\ub85c \uc751\ub2f5\ud574\uc57c \ud569\ub2c8\ub2e4\u2014\ud68c\uac1c, \ubbff\uc74c, \uadf8\ub9ac\uace0 \uc131\ub839\uc73c\ub85c \uc0c8\ub86d\uac8c \ub418\ub294 \ud3c9\uc0dd\uc758 \ub9ac\ub4ec\uc744 \uc218\uc6a9\ud558\uba70.\",\n    \"core.4.title\": \"\ud655\uc2e0 \uc18d\uc758 \uacb8\uc190\",\n    \"core.4.text\": \"\ub098\ub294 \ub0b4 \ud655\uc2e0\uc744 \uc6a9\uae30\uc640 \uba85\ud655\uc131\uc73c\ub85c \ubd99\ub4e4\ub418, \uc624\ub9cc\ud568 \uc5c6\uc774\u2014\ub2e4\ub978 \uc774\ub4e4\uc758 \uc591\uc2ec\uc744 \uc874\uc911\ud558\uba70 \uc9c4\ub9ac\ub97c \ud76c\uc11d\ud558\uc9c0 \uc54a\uaca0\uc2b5\ub2c8\ub2e4.\",\n    \"core.5.title\": \"\uac15\uc694 \uc5c6\ub294 \uc790\uc720\",\n    \"core.5.text\": \"\uc5f0\ud569\uc740 \uc870\uc791\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uc6b0\ub9ac\uc758 \ubaa8\uc784\uc740 \uae30\ub3c4, \ud654\ud574, \uc120\uad50\uc758 \uacf5\uac04\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4\u2014\uc218\uce58\uc2ec, \ud611\ubc15, \ud615\uc2dd\uc801\uc778 \ubaa8\uc9d1\uc774 \uc544\ub2cc.\",\n    \"core.6.title\": \"\uc815\uc9c1\ud568 \uc218\ud638\",\n    \"core.6.text\": \"\ub098\ub294 \uc601\uc801 \ud559\ub300, \ube44\ubc00\uc8fc\uc758, \ubd80\ud328\uc5d0 \ub9de\uc11c \ud30c\uc218\uafbc\ucc98\ub7fc \uc124 \uac83\uc774\uba70, \ud22c\uba85\ud558\uace0 \uc12c\uae30\ub294 \ub9ac\ub354\uc2ed\uc744 \uace0\uc218\ud558\uaca0\uc2b5\ub2c8\ub2e4.\",\n    \"core.7.title\": \"\ubd84\uc5f4\uc758 \uce58\uc720\",\n    \"core.7.text\": \"\ub098\ub294 \ub0b4 \uad50\ud68c, \uc6b4\ub3d9, \ud639\uc740 \uc804\ud1b5\uc774 \ubd84\uc5f4, \uad50\ub9cc, \uad8c\uc704\uc8fc\uc758\uc801 \ud1b5\uc81c\ub97c \ud37c\ub728\ub9ac\ub294 \ub370 \uc788\uc5b4 \uac1c\uc778\uc801\uc774\uac70\ub098 \uc0c1\uc18d\ub41c \uc5ed\ud560\uc744 \ud68c\uac1c\ud569\ub2c8\ub2e4. \ub098\ub294 \uacbd\uc7c1\ubcf4\ub2e4 \ud68c\ubcf5\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4.\",\n    \"core.8.title\": \"\uc740\ud61c\ub85c\uc6b4 \uc18c\ud1b5\",\n    \"core.8.text\": \"\ub098\ub294 \uc911\uc0c1, \ud5d8\ub2f4, \uba78\uc2dc\ub85c \ub0b4 \ub9d0\uc744 \ubb34\uae30\ud654\ud558\uc9c0 \uc54a\uaca0\uc2b5\ub2c8\ub2e4. \ub098\ub294 \uc0ac\ub791\uacfc \uc6a9\uae30\ub85c \uc9c4\ub9ac\ub97c \ub9d0\ud558\uaca0\uc2b5\ub2c8\ub2e4.\",\n    \"core.9.title\": \"\ud611\ub825\uc801 \uc120\uad50\",\n    \"core.9.text\": \"\ub098\ub294 \uc591\uc2ec\uc774 \ud5c8\ub77d\ud558\ub294 \ubc94\uc704\uc5d0\uc11c \uc190\uc744 \ub9de\uc7a1\uaca0\uc2b5\ub2c8\ub2e4\u2014\uae30\ub3c4, \uc131\uacbd, \uc790\ube44, \uc815\uc758 \uc548\uc5d0\uc11c\u2014\uadf8\ub9ac\uc2a4\ub3c4\uc758 \ubab8\uc774 \ud568\uaed8 \uc77c\ud560 \ub54c \uadf8\ubd84\uc774 \ub354\uc6b1 \ub4dc\ub7ec\ub09c\ub2e4\uace0 \ubbff\uc2b5\ub2c8\ub2e4.\",\n    \"core.10.title\": \"\ub2e4\uc74c \uc138\ub300\ub97c \uc704\ud55c \uc720\uc0b0\",\n    \"core.10.text\": \"\ub098\ub294 \ub2e4\uc74c \uc138\ub300\uc5d0 \ud22c\uc790\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uacb8\uc190, \uae30\uc068, \uc131\ub839\uc73c\ub85c \ucda9\ub9cc\ud55c \uc9c4\uc2e4\ud568\uc744 \ubcf8\ubcf4\uae30\ub85c \ubcf4\uc5ec\uc8fc\uc5b4, \uadf8\ub4e4\uc774 \ub530\ub97c \ub9cc\ud55c \ubbff\uc74c\uc744 \ubb3c\ub824\ubc1b\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.\",\n    \"core.11.title\": \"\ud558\ub098\ub2d8\uc758 \uc5ed\uc0ac \uc2e0\ub8b0\",\n    \"core.11.text\": \"\ub098\ub294 \ud68c\uac1c\uc640 \uae30\ub3c4\ub97c \ud1b5\ud574 \uc5f0\ud569\uc758 \uc81c\ub2e8\uc744 \uc900\ube44\ud558\uaca0\uc9c0\ub9cc, \ubd80\ud765\uc744 \uc5b5\uc9c0\ub85c \ub9cc\ub4e4\uc9c0 \uc54a\uaca0\uc2b5\ub2c8\ub2e4. \ubd88\uc744 \ubcf4\ub0b4\uc2e4 \ubd84\uc740 \uc624\uc9c1 \ud558\ub098\ub2d8\uc774\uc2dc\uba70, \ub098\ub294 \uadf8\ubd84\uc758 \uc2dc\uac04\uc744 \uae30\ub2e4\ub9b4 \uac83\uc785\ub2c8\ub2e4.\",\n\n    \"progress.already\": \"\ud83d\udd25 \uc774\ubbf8\",\n    \"progress.after\": \"\uba85\uc758 \uc2e0\uc790\uac00 \uc11c\uba85\ud588\uc2b5\ub2c8\ub2e4\",\n    \"progress.note\": \"(\uc774\ub984\uc774 \ucd94\uac00\ub420 \ub54c\ub9c8\ub2e4 \uadf8\ub9ac\uc2a4\ub3c4\uc758 \ubab8\uc5d0 \ud65c\ub825\uc744 \ub354\ud569\ub2c8\ub2e4.)\",\n\n    \"testimonials.title\": \"\ud83d\udcac \ub0b4\uac00 \uc11c\uba85\ud55c \uc774\uc720\",\n    \"testimonials.intro\": \"\uc5f0\ud569\uc740 \uc804\uc5fc\ub429\ub2c8\ub2e4. \uc804 \uc138\uacc4\uc758 \ubaa9\uc18c\ub9ac\ub97c \ub4e4\uc5b4\ubcf4\uc138\uc694:\",\n    \"testimonials.q1\": \"\u201c\uc218\ub144 \ub3d9\uc548 \uae30\ub3c4\ud558\ub294 \uc81c\uc790\ub4e4\uc774 \ud558\ub098\ub85c \ubaa8\uc774\ub294 \uac83\uc744 \uae30\ub2e4\ub824 \uc654\uc2b5\ub2c8\ub2e4. \uc774 \uc11c\uc57d\uc740 \ub2e4\uc2dc \ud76c\ub9dd\uc744 \uc8fc\uc5c8\uc2b5\ub2c8\ub2e4.\u201d\",\n    \"testimonials.q2\": \"\u201c\ub098\ub294 \ub0b4 \uc790\ub140\ub4e4\uc774 \uac08\ub77c\uc9c4 \uc774\ub984\uc774 \uc544\ub2c8\ub77c \ud558\ub098 \ub41c \uadf8\ub9ac\uc2a4\ub3c4\uc758 \ubab8\uc744 \ubcf4\uace0 \uc790\ub77c\uae38 \uc6d0\ud558\uae30 \ub54c\ubb38\uc5d0 \uc11c\uba85\ud588\uc2b5\ub2c8\ub2e4.\u201d\",\n    \"testimonials.q3\": \"\u201c\uc800\uc5d0\uac8c \uc774 \uc11c\uc57d\uc740 \ud68c\uac1c\uc785\ub2c8\ub2e4. \ub098\ub294 \ubd84\uc5f4\uc758 \uc77c\ubd80\uc600\uc9c0\ub9cc, \uc774\uc81c\ub294 \uce58\uc720\uc758 \uc77c\ubd80\uac00 \ub418\uace0 \uc2f6\uc2b5\ub2c8\ub2e4.\u201d\",\n    \"testimonials.c1\": \"\u2014 \uc775\uba85\",\n    \"testimonials.c2\": \"\u2014 \uc81c\uc774\uc2a8, \ubbf8\uad6d\",\n    \"testimonials.c3\": \"\u2014 \uc775\uba85\",\n    \"testimonials.hint\": \"\ub2f9\uc2e0\uc758 \uc774\uc57c\uae30\uac00 \ub2e4\ub978 \uc774\uc5d0\uac8c \uc601\uac10\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc5d0 \ub098\ub220 \uc8fc\uc138\uc694.\",\n\n    \"form.heading\": \"\ub098\uc758 \ud5cc\uc2e0\",\n    \"commitment.body\": \"\ub098\ub294 \uac12\ube44\uc2fc \uc5f0\ud569\uc5d0 \ud5cc\uc2e0\ud569\ub2c8\ub2e4\u2014\uc8c4\ub97c \uc9c1\uba74\ud558\uace0, \uacb8\uc190\uc744 \uc694\uad6c\ud558\uba70, \uc2ed\uc790\uac00\ub97c \ub530\ub974\ub294 \uc5f0\ud569\uc5d0. \ub098\ub294 \ubc18\ubcf5\ub418\ub294 \ud68c\uac1c \uc18d\uc5d0 \uc0b4\uaca0\uc2b5\ub2c8\ub2e4. \ud68c\uac1c, \uce68\ub840, \uadf8\ub9ac\uace0 \uc131\ub839\uc758 \ubd88\ub85c \uac70\ub4ed\ub098\ub294 \uc0b6\uc744 \uacc4\uc18d\ud574\uc11c \uc0b4\uaca0\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uc804\ud1b5\uc758 \ud615\uc81c\uc790\ub9e4\ub4e4\uacfc \ud568\uaed8 \ud558\ub098\ub2d8\uacfc \uacb8\uc190\ud788 \ub3d9\ud589\ud558\uaca0\uc2b5\ub2c8\ub2e4.\",\n    \"form.labels.name\": \"\uc774\ub984: *\",\n    \"form.labels.city\": \"\ub3c4\uc2dc\/\uad6d\uac00:\",\n    \"form.labels.church\": \"\uad50\ud68c\/\uc804\ud1b5 (\uc120\ud0dd\uc0ac\ud56d):\",\n    \"form.labels.email\": \"\uc774\uba54\uc77c (\uc120\ud0dd\uc0ac\ud56d):\",\n    \"form.labels.why\": \"\ub0b4\uac00 \uc11c\uba85\ud55c \uc774\uc720 (\uc120\ud0dd\uc0ac\ud56d):\",\n    \"form.labels.signature\": \"\uc11c\uba85 \/ \ub0a0\uc9dc:\",\n    \"form.placeholders.why\": \"\ub2e4\ub978 \uc0ac\ub78c\uc744 \uaca9\ub824\ud560 \ud55c \ubb38\uc7a5\uc744 \ub0a8\uaca8\uc8fc\uc138\uc694\u2026\",\n    \"form.placeholders.signature\": \"\uc774\ub984\uacfc \uc624\ub298 \ub0a0\uc9dc\ub97c \uc785\ub825\ud558\uc138\uc694\",\n    \"form.buttons.submit\": \"\u270d\ufe0f \uc11c\uc57d\uc5d0 \uc11c\uba85\ud558\uae30\",\n    \"form.hint\": \"\uc81c\ucd9c\ud558\uba74 \uadc0\ud558\uc758 \uc774\ub984\uc774 WordPress\uc758 Unity_Pledge \uc2dc\ud2b8\uc5d0 \ucd94\uac00\ub418\uace0 \uc2e4\uc2dc\uac04 \uce74\uc6b4\ud130\uac00 \uc5c5\ub370\uc774\ud2b8\ub429\ub2c8\ub2e4.\",\n\n    \"footer.share\": \"\ud83d\udce2 \uc5f0\ud569 \uc11c\uc57d\uc744 \uacf5\uc720\ud558\uc138\uc694:\",\n    \"footer.copyright\": \"\u00a9 2025 \uae00\ub85c\ubc8c \ubbf8\uc158 \uc11c\ud3ec\ud2b8\",\n\n    \"ui.submitting\": \"\uc81c\ucd9c \uc911\u2026\",\n    \"ui.nameRequired\": \"\uc774\ub984\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.\",\n    \"ui.success\": \"\ud83d\ude4f \uc5f0\ud569 \uc11c\uc57d\uc5d0 \uc11c\uba85\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4!\",\n    \"ui.error\": \"\u26a0\ufe0f \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.\",\n    \"ui.duplicate\": \"\uc774\ubbf8 \uc11c\uba85\ud558\uc168\uc2b5\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!\"\n  },\n  hi: {\n    \"header.title\": \"\u090f\u0915\u0924\u093e \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e\",\n    \"header.subtitle\": \"\u092a\u0940\u0938\u0928\u0947 \u0935\u093e\u0932\u0947 \u092a\u0924\u094d\u0925\u0930\u094b\u0902 \u0938\u0947 \u092e\u0940\u0932 \u0915\u0947 \u092a\u0924\u094d\u0925\u0930\u094b\u0902 \u0924\u0915\",\n    \"header.tagline\": \"\u092f\u0939 \u0938\u0938\u094d\u0924\u0940 \u090f\u0915\u0924\u093e \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u092f\u0939 \u092e\u0939\u0902\u0917\u0940 \u090f\u0915\u0924\u093e \u0939\u0948 \u2014 \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a, \u092c\u092a\u0924\u093f\u0938\u094d\u092e\u093e \u0914\u0930 \u0915\u094d\u0930\u0942\u0938 \u092e\u0947\u0902 \u092e\u0941\u0939\u0930\u092c\u0902\u0926\u0964\",\n    \"header.cta\": \"\u270d\ufe0f \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u092a\u0930 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u0930\u0947\u0902\",\n    \"preamble.title\": \"\u092d\u0942\u092e\u093f\u0915\u093e\",\n    \"preamble.body\": \"\u092f\u0940\u0936\u0941 \u0915\u0940 \u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e \u0915\u0947 \u0909\u0924\u094d\u0924\u0930 \u092e\u0947\u0902\u2014\u201c\u0915\u093f \u0935\u0947 \u0938\u092c \u090f\u0915 \u0939\u094b\u0902... \u0924\u093e\u0915\u093f \u0938\u0902\u0938\u093e\u0930 \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u0915\u0930\u0947\u201d (\u092f\u0942\u0939\u0928\u094d\u0928\u093e 17:21)\u2014\u092e\u0948\u0902 \u091f\u0942\u091f\u0940 \u0939\u0941\u0908 \u0917\u0935\u093e\u0939\u0940 \u092f\u093e \u0936\u0915\u094d\u0924\u093f\u0939\u0940\u0928 \u0927\u0930\u094d\u092e \u0915\u094b \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093e\u0964 \u092e\u0948\u0902 \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u0915\u0930\u0924\u093e \u0939\u0942\u0901 \u0915\u093f \u092f\u0940\u0936\u0941 \u092e\u0938\u0940\u0939 \u0915\u0947 \u0928\u093e\u092e \u0938\u0947 \u092a\u0941\u0915\u093e\u0930\u0928\u0947 \u0935\u093e\u0932\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0938\u0924\u094d\u092f \u0914\u0930 \u092a\u094d\u0930\u0947\u092e \u092e\u0947\u0902 \u090f\u0915\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u0932\u0921\u093c\u0942\u0901\u0917\u093e\u0964 \u092f\u0939 \u0935\u093e\u091a\u093e, \u0928\u090f \u091c\u0928\u094d\u092e \u0915\u0947 \u0930\u0948\u0921\u093f\u0915\u0932 \u092c\u0941\u0932\u093e\u0935\u0947 (\u092f\u0942\u0939\u0928\u094d\u0928\u093e 3:3\u20135) \u092e\u0947\u0902 \u0928\u093f\u0939\u093f\u0924, \u0935\u093f\u0928\u092e\u094d\u0930\u0924\u093e, \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a, \u092e\u0947\u0932-\u092e\u093f\u0932\u093e\u092a \u0914\u0930 \u0938\u093e\u0939\u0938\u0940 \u0938\u0939\u092f\u094b\u0917 \u0915\u0940 \u092e\u093e\u0901\u0917 \u0915\u0930\u0924\u0940 \u0939\u0948 \u091c\u094b \u092e\u0938\u0940\u0939 \u0915\u0940 \u0926\u0947\u0939 \u0915\u094b \u091c\u0917\u093e \u0926\u0947\u0917\u093e \u0914\u0930 \u0938\u0941\u0938\u092e\u093e\u091a\u093e\u0930 \u0915\u0940 \u0906\u0935\u093e\u091c\u093c \u0915\u094b \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u094b\u0902 \u0924\u0915 \u092c\u0922\u093c\u093e\u090f\u0917\u093e\u0964\",\n    \"core.title\": \"\u092e\u0941\u0916\u094d\u092f \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e\u090f\u0901\",\n    \"core.1.title\": \"\u0908\u0936\u094d\u0935\u0930 \u0915\u0940 \u091b\u0935\u093f (\u0907\u092e\u093e\u0917\u094b \u0921\u0947\u0908)\",\n    \"core.1.text\": \"\u0939\u0930 \u092e\u093e\u0928\u0935 \u0908\u0936\u094d\u0935\u0930 \u0915\u0940 \u091b\u0935\u093f \u0915\u094b \u0927\u093e\u0930\u0923 \u0915\u0930\u0924\u093e \u0939\u0948 \u0914\u0930 \u091a\u093e\u0939\u0947 \u0935\u0939 \u092e\u093f\u0924\u094d\u0930 \u0939\u094b \u092f\u093e \u0905\u091c\u0928\u092c\u0940, \u0938\u0902\u0924 \u0939\u094b \u092f\u093e \u0938\u0902\u0926\u0947\u0939 \u0915\u0930\u0928\u0947 \u0935\u093e\u0932\u093e, \u092a\u0935\u093f\u0924\u094d\u0930 \u0938\u092e\u094d\u092e\u093e\u0928 \u0915\u0947 \u0938\u093e\u0925 \u0935\u094d\u092f\u0935\u0939\u093e\u0930 \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964\",\n    \"core.2.title\": \"\u092f\u0940\u0936\u0941 \u092a\u094d\u0930\u092d\u0941 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902\",\n    \"core.2.text\": \"\u092e\u0948\u0902 \u092f\u0940\u0936\u0941 \u092e\u0938\u0940\u0939 \u0915\u094b \u092a\u094d\u0930\u092d\u0941 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0915\u0930\u0924\u093e \u0939\u0942\u0901 \u2014 \u0928 \u0915\u093f \u0915\u0908 \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915, \u092c\u0932\u094d\u0915\u093f \u090f\u0915\u092e\u093e\u0924\u094d\u0930 \u092a\u094d\u0930\u092e\u0941\u0916 \u0914\u0930 \u0930\u093e\u091c\u093e \u2014 \u0914\u0930 \u092e\u0948\u0902 \u0938\u092d\u0940 \u092c\u093e\u0924\u094b\u0902 \u092e\u0947\u0902 \u0909\u0938\u0915\u0947 \u0935\u091a\u0928 \u0914\u0930 \u0906\u0924\u094d\u092e\u093e \u0926\u094d\u0935\u093e\u0930\u093e \u092e\u093e\u0930\u094d\u0917\u0926\u0930\u094d\u0936\u093f\u0924 \u0930\u0939\u0942\u0901\u0917\u093e\u0964\",\n    \"core.3.title\": \"\u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0914\u0930 \u092c\u092a\u0924\u093f\u0938\u094d\u092e\u093e \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u0928\u092f\u093e \u091c\u0928\u094d\u092e\",\n    \"core.3.text\": \"\u092e\u0948\u0902 \u092c\u093e\u0907\u092c\u093f\u0932 \u0915\u0940 \u092c\u093f\u0928\u093e \u0938\u092e\u091d\u094c\u0924\u093e \u0935\u093e\u0932\u0940 \u092a\u0941\u0915\u093e\u0930 \u0915\u094b \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0915\u0930\u0924\u093e \u0939\u0942\u0901 \u0915\u093f \u0939\u092e\u0947\u0902 \u0928\u090f \u091c\u0928\u094d\u092e \u0932\u0947\u0928\u093e \u0939\u0948 \u2014 \u0939\u0943\u0926\u092f \u0915\u094b \u091b\u0942\u0928\u093e, \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0915\u0930\u0928\u093e \u0914\u0930 \u092f\u0940\u0936\u0941 \u092e\u0938\u0940\u0939 \u0915\u0947 \u0928\u093e\u092e \u092e\u0947\u0902 \u092a\u093e\u092a\u094b\u0902 \u0915\u0940 \u0915\u094d\u0937\u092e\u093e \u0914\u0930 \u092a\u0935\u093f\u0924\u094d\u0930 \u0906\u0924\u094d\u092e\u093e \u0915\u0947 \u0909\u092a\u0939\u093e\u0930 \u0915\u0947 \u0932\u093f\u090f \u092c\u092a\u0924\u093f\u0938\u094d\u092e\u093e \u0932\u0947\u0928\u093e \u0939\u0948 (\u092f\u0942\u0939\u0928\u094d\u0928\u093e 3:3\u20135; \u092a\u094d\u0930\u0947\u0930\u093f\u0924\u094b\u0902 2:37\u201338)\u0964 \u0915\u0947\u0935\u0932 \u0936\u093f\u0936\u0941 \u0938\u092e\u0930\u094d\u092a\u0923 \u092f\u093e \u0930\u0940\u0924\u093f-\u0930\u093f\u0935\u093e\u091c \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u0917\u0924 \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0914\u0930 \u0921\u0941\u092c\u0915\u0940 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u0928\u0939\u0940\u0902 \u0932\u0947 \u0938\u0915\u0924\u0947\u0964 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0935\u093f\u0936\u094d\u0935\u093e\u0938\u0940 \u0915\u094b \u091c\u093e\u0928\u092c\u0942\u091d\u0915\u0930, \u0938\u093e\u0930\u094d\u0935\u091c\u0928\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u0914\u0930 \u092a\u0942\u0930\u0947 \u0926\u093f\u0932 \u0938\u0947 \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0926\u0947\u0928\u0940 \u091a\u093e\u0939\u093f\u090f\u2014\u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a, \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u0914\u0930 \u0906\u0924\u094d\u092e\u093e \u092e\u0947\u0902 \u0928\u0935\u0940\u0915\u0930\u0923 \u0915\u0947 \u091c\u0940\u0935\u0928 \u092d\u0930 \u0915\u0947 \u0932\u092f \u0915\u094b \u0905\u092a\u0928\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964\",\n    \"core.4.title\": \"\u0926\u0943\u0922\u093c \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u092e\u0947\u0902 \u0928\u092e\u094d\u0930\u0924\u093e\",\n    \"core.4.text\": \"\u092e\u0948\u0902 \u0905\u092a\u0928\u0947 \u0935\u093f\u0936\u094d\u0935\u093e\u0938\u094b\u0902 \u0915\u094b \u0938\u093e\u0939\u0938 \u0914\u0930 \u0938\u094d\u092a\u0937\u094d\u091f\u0924\u093e \u0915\u0947 \u0938\u093e\u0925 \u0930\u0916\u0942\u0901\u0917\u093e, \u0915\u092d\u0940 \u092d\u0940 \u0918\u092e\u0902\u0921 \u0915\u0947 \u0938\u093e\u0925 \u0928\u0939\u0940\u0902\u2014\u0926\u0942\u0938\u0930\u094b\u0902 \u0915\u0947 \u0935\u093f\u0935\u0947\u0915 \u0915\u093e \u0938\u092e\u094d\u092e\u093e\u0928 \u0915\u0930\u0924\u0947 \u0939\u0941\u090f, \u0932\u0947\u0915\u093f\u0928 \u0938\u0924\u094d\u092f \u0915\u094b \u0915\u092e\u091c\u094b\u0930 \u0915\u093f\u090f \u092c\u093f\u0928\u093e\u0964\",\n    \"core.5.title\": \"\u091c\u092c\u0930\u0926\u0938\u094d\u0924\u0940 \u0938\u0947 \u092e\u0941\u0915\u094d\u0924\u093f\",\n    \"core.5.text\": \"\u090f\u0915\u0924\u093e \u0915\u094b\u0908 \u091c\u094b\u0921\u093c-\u0924\u094b\u0921\u093c \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0939\u092e\u093e\u0930\u0940 \u0938\u092d\u093e\u090f\u0902 \u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e, \u092e\u0947\u0932-\u092e\u093f\u0932\u093e\u092a \u0914\u0930 \u092e\u093f\u0936\u0928 \u0915\u0940 \u091c\u0917\u0939 \u0939\u094b\u0902\u0917\u0940\u2014\u0928 \u0915\u093f \u0936\u0930\u094d\u092e\u093f\u0902\u0926\u0917\u0940, \u0921\u0930\u093e\u0928\u093e \u092f\u093e \u0916\u094b\u0916\u0932\u093e \u092d\u0930\u094d\u0924\u0940 \u0905\u092d\u093f\u092f\u093e\u0928\u0964\",\n    \"core.6.title\": \"\u0908\u092e\u093e\u0928\u0926\u093e\u0930\u0940 \u0915\u0940 \u0930\u0915\u094d\u0937\u093e\",\n    \"core.6.text\": \"\u092e\u0948\u0902 \u0906\u0924\u094d\u092e\u093f\u0915 \u0936\u094b\u0937\u0923, \u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e \u092f\u093e \u092d\u094d\u0930\u0937\u094d\u091f\u093e\u091a\u093e\u0930 \u0915\u0947 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u090f\u0915 \u092a\u094d\u0930\u0939\u0930\u0940 \u0915\u0940 \u0924\u0930\u0939 \u0916\u0921\u093c\u093e \u0930\u0939\u0942\u0901\u0917\u093e, \u0914\u0930 \u092a\u093e\u0930\u0926\u0930\u094d\u0936\u0940, \u0938\u0947\u0935\u093e\u092d\u093e\u0935\u0940 \u0928\u0947\u0924\u0943\u0924\u094d\u0935 \u092a\u0930 \u091c\u094b\u0930 \u0926\u0942\u0901\u0917\u093e\u0964\",\n    \"core.7.title\": \"\u0935\u093f\u092d\u093e\u091c\u0928\u094b\u0902 \u0915\u094b \u091a\u0902\u0917\u093e \u0915\u0930\u0928\u093e\",\n    \"core.7.text\": \"\u092e\u0948\u0902 \u0909\u0938 \u0915\u093f\u0938\u0940 \u092d\u0940 \u092d\u0942\u092e\u093f\u0915\u093e \u0915\u0947 \u0932\u093f\u090f \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0915\u0930\u0924\u093e \u0939\u0942\u0901 \u2014 \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u0917\u0924 \u092f\u093e \u0935\u093f\u0930\u093e\u0938\u0924 \u092e\u0947\u0902 \u092e\u093f\u0932\u0940 \u2014 \u091c\u094b \u092e\u0947\u0930\u0940 \u0915\u0932\u0940\u0938\u093f\u092f\u093e, \u0906\u0902\u0926\u094b\u0932\u0928 \u092f\u093e \u092a\u0930\u0902\u092a\u0930\u093e \u0928\u0947 \u0935\u093f\u092d\u093e\u091c\u0928, \u0917\u0930\u094d\u0935 \u092f\u093e \u0938\u0924\u094d\u0924\u093e\u0935\u093e\u0926\u0940 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923 \u092e\u0947\u0902 \u0928\u093f\u092d\u093e\u0908 \u0939\u094b\u0964 \u092e\u0948\u0902 \u092a\u094d\u0930\u0924\u093f\u0938\u094d\u092a\u0930\u094d\u0927\u093e \u0915\u0947 \u0938\u094d\u0925\u093e\u0928 \u092a\u0930 \u092a\u0941\u0928\u0930\u094d\u0938\u094d\u0925\u093e\u092a\u0928 \u0915\u094b \u091a\u0941\u0928\u0924\u093e \u0939\u0942\u0901\u0964\",\n    \"core.8.title\": \"\u0905\u0928\u0941\u0917\u094d\u0930\u0939\u092a\u0942\u0930\u094d\u0923 \u0938\u0902\u0935\u093e\u0926\",\n    \"core.8.text\": \"\u092e\u0948\u0902 \u0905\u092a\u0928\u0940 \u092c\u093e\u0924\u094b\u0902 \u0915\u094b \u0928\u093f\u0902\u0926\u093e, \u091a\u0941\u0917\u0932\u0940 \u092f\u093e \u0924\u093f\u0930\u0938\u094d\u0915\u093e\u0930 \u0938\u0947 \u0939\u0925\u093f\u092f\u093e\u0930 \u0928\u0939\u0940\u0902 \u092c\u0928\u093e\u090a\u0901\u0917\u093e\u0964 \u092e\u0948\u0902 \u092a\u094d\u0930\u0947\u092e \u0914\u0930 \u0938\u093e\u0939\u0938 \u0915\u0947 \u0938\u093e\u0925 \u0938\u0924\u094d\u092f \u092c\u094b\u0932\u0942\u0901\u0917\u093e\u0964\",\n    \"core.9.title\": \"\u0938\u0939\u092f\u094b\u0917\u0940 \u092e\u093f\u0936\u0928\",\n    \"core.9.text\": \"\u091c\u0939\u093e\u0902 \u0935\u093f\u0935\u0947\u0915 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u0947\u0917\u093e, \u0935\u0939\u093e\u0901 \u092e\u0948\u0902 \u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e, \u092a\u0935\u093f\u0924\u094d\u0930\u0936\u093e\u0938\u094d\u0924\u094d\u0930, \u0926\u092f\u093e \u0914\u0930 \u0928\u094d\u092f\u093e\u092f \u092e\u0947\u0902 \u0939\u093e\u0925 \u092e\u093f\u0932\u093e\u090a\u0901\u0917\u093e \u2014 \u092f\u0939 \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u0915\u0930\u0924\u0947 \u0939\u0941\u090f \u0915\u093f \u091c\u092c \u092e\u0938\u0940\u0939 \u0915\u0940 \u0926\u0947\u0939 \u090f\u0915 \u0938\u093e\u0925 \u0915\u093e\u0930\u094d\u092f \u0915\u0930\u0924\u0940 \u0939\u0948 \u0924\u094b \u0935\u0939 \u092e\u0939\u093f\u092e\u093e\u092e\u0902\u0921\u093f\u0924 \u0939\u094b\u0924\u093e \u0939\u0948\u0964\",\n    \"core.10.title\": \"\u092d\u0935\u093f\u0937\u094d\u092f \u0915\u0940 \u092a\u0940\u0922\u093c\u0940 \u0915\u0947 \u0932\u093f\u090f \u0935\u093f\u0930\u093e\u0938\u0924\",\n    \"core.10.text\": \"\u092e\u0948\u0902 \u0905\u0917\u0932\u0940 \u092a\u0940\u0922\u093c\u0940 \u092e\u0947\u0902 \u0928\u093f\u0935\u0947\u0936 \u0915\u0930\u0942\u0901\u0917\u093e, \u0928\u092e\u094d\u0930\u0924\u093e, \u0906\u0928\u0902\u0926 \u0914\u0930 \u0906\u0924\u094d\u092e\u093e \u0938\u0947 \u092d\u0930\u0947 \u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915\u0924\u093e \u0915\u093e \u0909\u0926\u093e\u0939\u0930\u0923 \u0926\u0947\u0924\u0947 \u0939\u0941\u090f, \u0924\u093e\u0915\u093f \u0935\u0947 \u0910\u0938\u093e \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0947\u0902 \u091c\u093f\u0938\u0915\u093e \u0905\u0928\u0941\u0938\u0930\u0923 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0947\u0964\",\n    \"core.11.title\": \"\u0908\u0936\u094d\u0935\u0930 \u0915\u0947 \u0915\u093e\u0930\u094d\u092f \u092e\u0947\u0902 \u0935\u093f\u0936\u094d\u0935\u093e\u0938\",\n    \"core.11.text\": \"\u092e\u0948\u0902 \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0914\u0930 \u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u090f\u0915\u0924\u093e \u0915\u0940 \u0935\u0947\u0926\u0940 \u0924\u0948\u092f\u093e\u0930 \u0915\u0930\u0942\u0901\u0917\u093e, \u0932\u0947\u0915\u093f\u0928 \u092e\u0948\u0902 \u092a\u0941\u0928\u0930\u0941\u0924\u094d\u0925\u093e\u0928 \u0915\u093e \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0901\u0917\u093e\u0964 \u0915\u0947\u0935\u0932 \u0908\u0936\u094d\u0935\u0930 \u0939\u0940 \u0905\u0917\u094d\u0928\u093f \u092d\u0947\u091c \u0938\u0915\u0924\u093e \u0939\u0948, \u0914\u0930 \u092e\u0948\u0902 \u0909\u0938\u0915\u0947 \u0938\u092e\u092f \u0915\u0940 \u092a\u094d\u0930\u0924\u0940\u0915\u094d\u0937\u093e \u0915\u0930\u0942\u0901\u0917\u093e\u0964\",\n    \"progress.already\": \"\ud83d\udd25 \u092a\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940\",\n    \"progress.after\": \"\u0935\u093f\u0936\u094d\u0935\u093e\u0938\u093f\u092f\u094b\u0902 \u0928\u0947 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u093f\u090f \u0939\u0948\u0902\",\n    \"progress.note\": \"(\u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0928\u093e\u092e \u091c\u094b\u0921\u093c\u093e \u091c\u093e\u0924\u093e \u0939\u0948, \u092e\u0938\u0940\u0939 \u0915\u0940 \u0926\u0947\u0939 \u0915\u0947 \u0932\u093f\u090f \u0935\u0948\u0936\u094d\u0935\u093f\u0915 \u0917\u0924\u093f \u092c\u0928\u093e\u0924\u093e \u0939\u0948\u0964)\",\n    \"testimonials.title\": \"\ud83d\udcac \u092e\u0948\u0902\u0928\u0947 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u094d\u092f\u094b\u0902 \u0915\u093f\u090f\",\n    \"testimonials.intro\": \"\u090f\u0915\u0924\u093e \u0938\u0902\u0915\u094d\u0930\u093e\u092e\u0915 \u0939\u0948\u0964 \u092f\u0939\u093e\u0902 \u0915\u0941\u091b \u0935\u0948\u0936\u094d\u0935\u093f\u0915 \u0906\u0935\u093e\u091c\u0947\u0902 \u0939\u0948\u0902:\",\n    \"testimonials.q1\": \"\u201c\u092e\u0948\u0902\u0928\u0947 \u0935\u0930\u094d\u0937\u094b\u0902 \u0924\u0915 \u092a\u094d\u0930\u0924\u0940\u0915\u094d\u0937\u093e \u0915\u0940 \u0939\u0948 \u0915\u093f \u0905\u0932\u0917-\u0905\u0932\u0917 \u0906\u0902\u0926\u094b\u0932\u0928\u094b\u0902 \u0915\u0947 \u0936\u093f\u0937\u094d\u092f \u090f\u0915 \u0938\u093e\u0925 \u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e \u0915\u0930\u0947\u0902\u0964 \u0907\u0938 \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u0928\u0947 \u092e\u0941\u091d\u0947 \u092b\u093f\u0930 \u0938\u0947 \u0906\u0936\u093e \u0926\u0940\u0964\u201d\",\n    \"testimonials.q2\": \"\u201c\u092e\u0948\u0902\u0928\u0947 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u093f\u090f \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u092e\u0948\u0902 \u091a\u093e\u0939\u0924\u093e \u0939\u0942\u0902 \u0915\u093f \u092e\u0947\u0930\u0947 \u092c\u091a\u094d\u091a\u0947 \u090f\u0915 \u092e\u0938\u0940\u0939 \u0915\u0940 \u0926\u0947\u0939 \u0926\u0947\u0916\u0947\u0902, \u0928 \u0915\u093f \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0932\u0947\u092c\u0932\u0964\u201d\",\n    \"testimonials.q3\": \"\u201c\u092e\u0947\u0930\u0947 \u0932\u093f\u090f, \u092f\u0939 \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u0939\u0948\u0964 \u092e\u0948\u0902 \u0935\u093f\u092d\u093e\u091c\u0928 \u0915\u093e \u0939\u093f\u0938\u094d\u0938\u093e \u0925\u093e\u0964 \u0905\u092c \u092e\u0948\u0902 \u091a\u0902\u0917\u093e\u0908 \u0915\u093e \u0939\u093f\u0938\u094d\u0938\u093e \u092c\u0928\u0928\u093e \u091a\u093e\u0939\u0924\u093e \u0939\u0942\u0902\u0964\u201d\",\n    \"testimonials.c1\": \"\u2014 \u0905\u091c\u094d\u091e\u093e\u0924\",\n    \"testimonials.c2\": \"\u2014 \u091c\u0947\u0938\u0928, \u0905\u092e\u0947\u0930\u093f\u0915\u093e\",\n    \"testimonials.c3\": \"\u2014 \u0905\u091c\u094d\u091e\u093e\u0924\",\n    \"testimonials.hint\": \"\u0906\u092a\u0915\u0940 \u0917\u0935\u093e\u0939\u0940 \u0915\u093f\u0938\u0940 \u0914\u0930 \u0915\u094b \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 \u0928\u0940\u091a\u0947 \u0905\u092a\u0928\u093e \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902\u0964\",\n    \"form.heading\": \"\u092e\u0947\u0930\u0940 \u092a\u094d\u0930\u0924\u093f\u092c\u0926\u094d\u0927\u0924\u093e\",\n    \"commitment.body\": \"\u092e\u0948\u0902 \u0909\u0938 \u090f\u0915\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0924\u093f\u092c\u0926\u094d\u0927 \u0939\u0942\u0901 \u091c\u094b \u0915\u0940\u092e\u0924 \u092e\u093e\u0902\u0917\u0924\u0940 \u0939\u0948: \u0935\u0939 \u091c\u094b \u092a\u093e\u092a \u0915\u093e \u0938\u093e\u092e\u0928\u093e \u0915\u0930\u0924\u0940 \u0939\u0948, \u0928\u092e\u094d\u0930\u0924\u093e \u0915\u0940 \u092e\u093e\u0902\u0917 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u094d\u0930\u0942\u0938 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 \u092e\u0948\u0902 \u0938\u0924\u0924 \u092a\u0936\u094d\u091a\u093e\u0924\u093e\u092a \u092e\u0947\u0902 \u091c\u0940\u0935\u0928 \u091c\u0940\u090a\u0902\u0917\u093e, \u0928\u090f \u091c\u0928\u094d\u092e \u0915\u0947 \u091a\u0930\u092e \u091c\u0940\u0935\u0928 \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094b\u0915\u0930 \u2014 \u091c\u093f\u0924\u0928\u0940 \u092c\u093e\u0930 \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u094b\u0964 \u092e\u0948\u0902 \u0939\u0930 \u092a\u0930\u0902\u092a\u0930\u093e \u0915\u0947 \u092d\u093e\u0907\u092f\u094b\u0902 \u0914\u0930 \u092c\u0939\u0928\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0928\u092e\u094d\u0930\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0908\u0936\u094d\u0935\u0930 \u0915\u0947 \u0938\u093e\u0925 \u091a\u0932\u0942\u0902\u0917\u093e\u0964\",\n    \"form.labels.name\": \"\u0928\u093e\u092e: *\",\n    \"form.labels.city\": \"\u0936\u0939\u0930\/\u0926\u0947\u0936:\",\n    \"form.labels.church\": \"\u0915\u0932\u0940\u0938\u093f\u092f\u093e\/\u092a\u0930\u0902\u092a\u0930\u093e (\u0935\u0948\u0915\u0932\u094d\u092a\u093f\u0915):\",\n    \"form.labels.email\": \"\u0908\u092e\u0947\u0932 (\u0935\u0948\u0915\u0932\u094d\u092a\u093f\u0915):\",\n    \"form.labels.why\": \"\u092e\u0948\u0902\u0928\u0947 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u094d\u092f\u094b\u0902 \u0915\u093f\u090f (\u0935\u0948\u0915\u0932\u094d\u092a\u093f\u0915):\",\n    \"form.labels.signature\": \"\u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \/ \u0926\u093f\u0928\u093e\u0902\u0915:\",\n    \"form.placeholders.why\": \"\u0905\u0928\u094d\u092f \u0932\u094b\u0917\u094b\u0902 \u0915\u094b \u092a\u094d\u0930\u094b\u0924\u094d\u0938\u093e\u0939\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0935\u093e\u0915\u094d\u092f \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902\u2026\",\n    \"form.placeholders.signature\": \"\u0905\u092a\u0928\u093e \u0928\u093e\u092e \u0914\u0930 \u0906\u091c \u0915\u0940 \u0924\u093e\u0930\u0940\u0916 \u091f\u093e\u0907\u092a \u0915\u0930\u0947\u0902\",\n    \"form.buttons.submit\": \"\u270d\ufe0f \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u092a\u0930 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u0930\u0947\u0902\",\n    \"form.hint\": \"\u0938\u092c\u092e\u093f\u091f \u0915\u0930\u0928\u0947 \u092a\u0930 \u0906\u092a\u0915\u093e \u0928\u093e\u092e \u0939\u092e\u093e\u0930\u0940 Unity_Pledge \u0936\u0940\u091f \u092e\u0947\u0902 \u091c\u094b\u0921\u093c \u0926\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e \u0914\u0930 \u092f\u0939\u093e\u0902 \u0932\u093e\u0907\u0935 \u0915\u093e\u0909\u0902\u091f\u0930 \u0905\u092a\u0921\u0947\u091f \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0964\",\n    \"footer.share\": \"\ud83d\udce2 \u090f\u0915\u0924\u093e \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902:\",\n    \"footer.copyright\": \"\u00a9 2025 \u0917\u094d\u0932\u094b\u092c\u0932 \u092e\u093f\u0936\u0928 \u0938\u092a\u094b\u0930\u094d\u091f\",\n    \"ui.submitting\": \"\u091c\u092e\u093e \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948\u2026\",\n    \"ui.nameRequired\": \"\u0915\u0943\u092a\u092f\u093e \u0905\u092a\u0928\u093e \u0928\u093e\u092e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902\u0964\",\n    \"ui.success\": \"\ud83d\ude4f \u090f\u0915\u0924\u093e \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u092a\u0930 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0927\u0928\u094d\u092f\u0935\u093e\u0926!\",\n    \"ui.error\": \"\u26a0\ufe0f \u0915\u0941\u091b \u0917\u0932\u0924 \u0939\u094b \u0917\u092f\u093e\u0964 \u0915\u0943\u092a\u092f\u093e \u092a\u0941\u0928\u0903 \u092a\u094d\u0930\u092f\u093e\u0938 \u0915\u0930\u0947\u0902\u0964\",\n    \"ui.duplicate\": \"\u0906\u092a \u092a\u0939\u0932\u0947 \u0939\u0940 \u0907\u0938 \u092a\u094d\u0930\u0924\u093f\u091c\u094d\u091e\u093e \u092a\u0930 \u0939\u0938\u094d\u0924\u093e\u0915\u094d\u0937\u0930 \u0915\u0930 \u091a\u0941\u0915\u0947 \u0939\u0948\u0902\u0964 \u0927\u0928\u094d\u092f\u0935\u093e\u0926!\"\n  },\n  it: {\n  \"header.title\": \"Il Patto di Unit\u00e0\",\n  \"header.subtitle\": \"Dalle Macine alle Pietre Miliari\",\n  \"header.tagline\": \"Questa non \u00e8 un'unit\u00e0 a buon mercato. \u00c8 un'unit\u00e0 costosa\u2014sigillata nel pentimento, nel battesimo e nella Croce.\",\n  \"header.cta\": \"\u270d\ufe0f Firma il Patto\",\n  \"preamble.title\": \"Premessa\",\n  \"preamble.body\": \"In risposta alla preghiera di Ges\u00f9\u2014'che siano tutti uno\u2026 affinch\u00e9 il mondo creda' (Giovanni 17:21)\u2014rifiuto di accontentarmi di una testimonianza fratturata o di una religione senza potere. Prometto di lottare per l'unit\u00e0 nella verit\u00e0 e nell'amore con tutti coloro che invocano il nome di Ges\u00f9 Cristo. Questo patto, radicato nell'appello radicale a rinascere (Giovanni 3:3\u20135), richiede umilt\u00e0, pentimento, pacificazione e una collaborazione audace che risveglier\u00e0 il Corpo di Cristo e amplificher\u00e0 la voce del Vangelo alle nazioni.\",\n  \"core.title\": \"Affermazioni Fondamentali\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Ogni essere umano porta l'immagine di Dio e deve essere trattato con santa dignit\u00e0, che sia amico o estraneo, santo o scettico.\",\n  \"core.2.title\": \"Ges\u00f9 come Signore\",\n  \"core.2.text\": \"Confesso Ges\u00f9 Cristo come Signore\u2014non uno tra tanti, ma l'unico Capo e Re\u2014e sar\u00f2 guidato dalla Sua Parola e dallo Spirito in ogni cosa.\",\n  \"core.3.title\": \"Nati di Nuovo attraverso il Pentimento e il Battesimo\",\n  \"core.3.text\": \"Affermo la chiamata biblica senza compromessi a rinascere\u2014colpiti nel cuore, pentiti e battezzati nel nome di Ges\u00f9 Cristo per il perdono dei peccati e il dono dello Spirito Santo (Giovanni 3:3\u20135; Atti 2:37\u201338). La dedica infantile o il rituale da solo non possono sostituire il pentimento personale e l\u2019immersione. Ogni credente deve rispondere consapevolmente, pubblicamente e con tutto il cuore\u2014abbracciando un ritmo di vita fatto di pentimento, fede e rinnovamento nello Spirito.\",\n  \"core.4.title\": \"Umilt\u00e0 nelle Convinzioni\",\n  \"core.4.text\": \"Sosterr\u00f2 le mie convinzioni con coraggio e chiarezza, mai con arroganza\u2014onorando la coscienza degli altri pur rifiutando di annacquare la verit\u00e0.\",\n  \"core.5.title\": \"Libert\u00e0 dalla Coercizione\",\n  \"core.5.text\": \"L'unit\u00e0 non \u00e8 manipolazione. I nostri incontri saranno spazi di preghiera, riconciliazione e missione\u2014non di vergogna, intimidazione o reclutamento vuoto.\",\n  \"core.6.title\": \"Tutela dell\u2019Integrit\u00e0\",\n  \"core.6.text\": \"Veglier\u00f2 come una sentinella contro l\u2019abuso spirituale, il segreto o la corruzione, e insister\u00f2 su una leadership trasparente e servizievole.\",\n  \"core.7.title\": \"Guarigione delle Divisioni\",\n  \"core.7.text\": \"Mi pento di ogni ruolo\u2014personale o ereditato\u2014che la mia chiesa, movimento o tradizione ha avuto nel seminare divisione, orgoglio o controllo autoritario. Scelgo il ristabilimento anzich\u00e9 la rivalit\u00e0.\",\n  \"core.8.title\": \"Comunicazione Grata\",\n  \"core.8.text\": \"Non user\u00f2 le mie parole come armi di calunnia, pettegolezzo o disprezzo. Parler\u00f2 la verit\u00e0 con amore e coraggio.\",\n  \"core.9.title\": \"Missione Collaborativa\",\n  \"core.9.text\": \"Unir\u00f2 le forze dove la coscienza lo consente\u2014nella preghiera, nella Scrittura, nella misericordia e nella giustizia\u2014credendo che Cristo sia esaltato quando il Suo Corpo opera insieme.\",\n  \"core.10.title\": \"Eredit\u00e0 per il Futuro\",\n  \"core.10.text\": \"Investir\u00f2 nella prossima generazione, modellando umilt\u00e0, gioia e autenticit\u00e0 ripiena di Spirito, affinch\u00e9 ereditino una fede degna di essere seguita.\",\n  \"core.11.title\": \"Fiducia nell\u2019Opera di Dio\",\n  \"core.11.text\": \"Preparer\u00f2 l'altare dell'unit\u00e0 attraverso pentimento e preghiera, ma non cercher\u00f2 di fabbricare un risveglio. Solo Dio pu\u00f2 mandare il fuoco, e aspetter\u00f2 il Suo tempo.\",\n  \"progress.already\": \"\ud83d\udd25 Gi\u00e0\",\n  \"progress.after\": \"credenti hanno firmato\",\n  \"progress.note\": \"(Ogni nome aggiunto costruisce slancio per il Corpo di Cristo nel mondo.)\",\n  \"testimonials.title\": \"\ud83d\udcac Perch\u00e9 Ho Firmato\",\n  \"testimonials.intro\": \"L\u2019unit\u00e0 \u00e8 contagiosa. Ecco alcune voci dal mondo:\",\n  \"testimonials.q1\": \"\u201cHo aspettato anni per vedere discepoli di diversi movimenti pregare come uno. Questo patto mi ha ridato speranza.\u201d\",\n  \"testimonials.q2\": \"\u201cHo firmato perch\u00e9 voglio che i miei figli crescano vedendo un unico Corpo di Cristo, non etichette fratturate.\u201d\",\n  \"testimonials.q3\": \"\u201cPer me, questo \u00e8 pentimento. Ero parte della divisione. Ora voglio essere parte della guarigione.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anonimo\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonimo\",\n  \"testimonials.hint\": \"La tua testimonianza pu\u00f2 ispirare qualcun altro a firmare. Condividila qui sotto.\",\n  \"form.heading\": \"Il Mio Impegno\",\n  \"commitment.body\": \"Mi impegno per un'unit\u00e0 che costa: un\u2019unit\u00e0 che affronta il peccato, richiede umilt\u00e0 e comporta la Croce. Vivr\u00f2 in pentimento continuo, rinnovato attraverso la vita radicale della rinascita, del battesimo e del fuoco dello Spirito\u2014tutte le volte necessarie. Camminer\u00f2 umilmente con Dio, accanto a fratelli e sorelle di ogni tradizione.\",\n  \"form.labels.name\": \"Nome: *\",\n  \"form.labels.city\": \"Citt\u00e0\/Paese:\",\n  \"form.labels.church\": \"Chiesa\/Tradizione (opzionale):\",\n  \"form.labels.email\": \"Email (opzionale):\",\n  \"form.labels.why\": \"Perch\u00e9 ho firmato (opzionale):\",\n  \"form.labels.signature\": \"Firma \/ Data:\",\n  \"form.placeholders.why\": \"Scrivi una frase per incoraggiare gli altri\u2026\",\n  \"form.placeholders.signature\": \"Scrivi il tuo nome e la data di oggi\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Firma il Patto\",\n  \"form.hint\": \"L'invio aggiunger\u00e0 il tuo nome al foglio Unity_Pledge tramite WordPress e aggiorner\u00e0 il contatore live qui.\",\n  \"footer.share\": \"\ud83d\udce2 Condividi il Patto di Unit\u00e0:\",\n  \"footer.copyright\": \"\u00a9 2025 Supporto Globale alla Missione\",\n  \"ui.submitting\": \"Invio in corso\u2026\",\n  \"ui.nameRequired\": \"Per favore, inserisci il tuo nome.\",\n  \"ui.success\": \"\ud83d\ude4f Grazie per aver firmato il Patto di Unit\u00e0!\",\n  \"ui.error\": \"\u26a0\ufe0f Qualcosa \u00e8 andato storto. Riprova.\",\n  \"ui.duplicate\": \"Hai gi\u00e0 firmato questo patto. Grazie!\"\n},\nde: {\n  \"header.title\": \"Das Bekenntnis der Einheit\",\n  \"header.subtitle\": \"Von M\u00fchlsteinen zu Meilensteinen\",\n  \"header.tagline\": \"Das ist keine billige Einheit. Es ist eine kostspielige Einheit\u2014besiegelt in Bu\u00dfe, Taufe und dem Kreuz.\",\n  \"header.cta\": \"\u270d\ufe0f Das Bekenntnis unterzeichnen\",\n\n  \"preamble.title\": \"Pr\u00e4ambel\",\n  \"preamble.body\": \"Als Antwort auf Jesu Gebet\u2014\u201edass alle eins seien\u2026 damit die Welt glaubt\u201c (Johannes\u202f17:21)\u2014lehne ich ein gespaltenes Zeugnis oder machtlose Religion ab. Ich verpflichte mich, f\u00fcr Einheit in Wahrheit und Liebe zu k\u00e4mpfen mit allen, die den Namen Jesu Christi anrufen. Dieser Bund, verwurzelt im radikalen Ruf zur Wiedergeburt (Johannes\u202f3:3\u20135), fordert Demut, Bu\u00dfe, Friedensf\u00f6rderung und mutige Zusammenarbeit, die den Leib Christi erwecken und die Stimme des Evangeliums zu den Nationen verst\u00e4rken wird.\",\n\n  \"core.title\": \"Kernaussagen\",\n\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Jeder Mensch tr\u00e4gt das Bild Gottes in sich und muss mit heiliger W\u00fcrde behandelt werden\u2014ob Freund oder Fremder, Heiliger oder Skeptiker.\",\n\n  \"core.2.title\": \"Jesus als Herr\",\n  \"core.2.text\": \"Ich bekenne Jesus Christus als Herrn\u2014nicht einen unter vielen, sondern den einzigen Haupt und K\u00f6nig\u2014und ich lasse mich in allen Dingen von Seinem Wort und Geist leiten.\",\n\n  \"core.3.title\": \"Wiedergeburt durch Bu\u00dfe und Taufe\",\n  \"core.3.text\": \"Ich best\u00e4tige den kompromisslosen biblischen Ruf zur Wiedergeburt\u2014vom Herzen getroffen, Bu\u00dfe tun und im Namen Jesu Christi getauft werden zur Vergebung der S\u00fcnden und zur Gabe des Heiligen Geistes (Johannes\u202f3:3\u20135; Apostelgeschichte\u202f2:37\u201338). Kindweihe oder Ritual allein k\u00f6nnen pers\u00f6nliche Bu\u00dfe und Untertauchen nicht ersetzen. Jeder Gl\u00e4ubige muss bewusst, \u00f6ffentlich und von ganzem Herzen antworten\u2014und einen lebenslangen Rhythmus der Bu\u00dfe, des Glaubens und der Erneuerung im Geist annehmen.\",\n\n  \"core.4.title\": \"Demut im Glauben\",\n  \"core.4.text\": \"Ich werde meine \u00dcberzeugungen mit Mut und Klarheit halten, niemals mit Arroganz\u2014das Gewissen anderer achten, aber die Wahrheit nicht verw\u00e4ssern.\",\n\n  \"core.5.title\": \"Freiheit von Zwang\",\n  \"core.5.text\": \"Einheit ist keine Manipulation. Unsere Zusammenk\u00fcnfte sollen Orte des Gebets, der Vers\u00f6hnung und der Mission sein\u2014nicht Scham, Einsch\u00fcchterung oder hohles Rekrutieren.\",\n\n  \"core.6.title\": \"Wahrung von Integrit\u00e4t\",\n  \"core.6.text\": \"Ich werde wie ein W\u00e4chter stehen gegen geistlichen Missbrauch, Geheimnistuerei oder Korruption, und auf transparenter, dienender Leitung bestehen.\",\n\n  \"core.7.title\": \"Heilung der Schismen\",\n  \"core.7.text\": \"Ich bitte um Vergebung f\u00fcr jede Rolle\u2014pers\u00f6nlich oder tradiert\u2014die meine Kirche, Bewegung oder Tradition im S\u00e4en von Spaltung, Stolz oder autorit\u00e4rer Kontrolle gespielt hat. Ich w\u00e4hle Wiederherstellung \u00fcber Rivalit\u00e4t.\",\n\n  \"core.8.title\": \"Gnadevolle Kommunikation\",\n  \"core.8.text\": \"Ich werde meine Worte nicht zu Waffen machen\u2014durch Verleumdung, Tratsch oder Verachtung. Ich werde Wahrheit mit Liebe und Mut sprechen.\",\n\n  \"core.9.title\": \"Gemeinsame Mission\",\n  \"core.9.text\": \"Ich werde dort zusammenarbeiten, wo das Gewissen es erlaubt\u2014im Gebet, mit Schrift, in Barmherzigkeit und Gerechtigkeit\u2014in dem Glauben, dass Christus verherrlicht wird, wenn Sein Leib zusammenwirkt.\",\n\n  \"core.10.title\": \"Verm\u00e4chtnis f\u00fcr die Zukunft\",\n  \"core.10.text\": \"Ich werde in die n\u00e4chste Generation investieren, Demut, Freude und wahrhaftiges Leben voller Geist vorleben, damit sie einen Glauben erben, der es wert ist, gefolgt zu werden.\",\n\n  \"core.11.title\": \"Vertrauen in Gottes Werk\",\n  \"core.11.text\": \"Ich werde den Altar der Einheit durch Bu\u00dfe und Gebet bereiten, aber ich werde nicht versuchen, eine Erweckung zu konstruieren. Nur Gott kann Feuer senden, und ich werde auf Seine Zeit warten.\",\n\n  \"progress.already\": \"\ud83d\udd25 Bereits\",\n  \"progress.after\": \"Glaubende haben unterschrieben\",\n  \"progress.note\": \"(Jeder hinzugef\u00fcgte Name baut Schwung f\u00fcr den Leib Christi weltweit auf.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Warum ich unterschrieben habe\",\n  \"testimonials.intro\": \"Einheit ist ansteckend. Hier sind Stimmen aus aller Welt:\",\n  \"testimonials.q1\": \"\u201eIch habe jahrelang darauf gewartet, J\u00fcnger aus verschiedenen Bewegungen gemeinsam beten zu sehen. Dieses Bekenntnis hat mir neue Hoffnung gegeben.\u201c\",\n  \"testimonials.q2\": \"\u201eIch habe unterschrieben, weil ich m\u00f6chte, dass meine Kinder einen Leib Christi sehen\u2014keine gespaltenen Labels.\u201c\",\n  \"testimonials.q3\": \"\u201eF\u00fcr mich ist das Bu\u00dfe. Ich war Teil der Spaltung. Jetzt m\u00f6chte ich Teil der Heilung sein.\u201c\",\n  \"testimonials.c1\": \"\u2014 Anonym\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonym\",\n  \"testimonials.hint\": \"Dein Zeugnis kann jemanden anderen inspirieren zu unterschreiben. Teile es unten.\",\n\n  \"form.heading\": \"Mein Engagement\",\n  \"commitment.body\": \"Ich verpflichte mich zu einer Einheit, die etwas kostet: Einheit, die S\u00fcnde konfrontiert, Demut verlangt und das Kreuz erfordert. Ich werde in fortw\u00e4hrender Busse leben, erneuert durch das radikale, wiedergeborene Leben von Bu\u00dfe, Taufe und Feuer des Geistes \u2014 so oft es n\u00f6tig ist. Ich werde dem\u00fctig mit Gott wandeln, Seite an Seite mit Br\u00fcdern und Schwestern aus allen Traditionen.\",\n\n  \"form.labels.name\": \"Name: *\",\n  \"form.labels.city\": \"Stadt\/Land:\",\n  \"form.labels.church\": \"Kirche\/Tradition (optional):\",\n  \"form.labels.email\": \"E-Mail (optional):\",\n  \"form.labels.why\": \"Warum ich unterschrieben habe (optional):\",\n  \"form.labels.signature\": \"Unterschrift \/ Datum:\",\n  \"form.placeholders.why\": \"Teile einen Satz, der andere ermutigt\u2026\",\n  \"form.placeholders.signature\": \"Gib deinen Namen und das heutige Datum ein\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Bekenntnis unterschreiben\",\n  \"form.hint\": \"Beim Absenden wird dein Name zu unserem Unity_Pledge-Blatt via WordPress hinzugef\u00fcgt und der Live-Z\u00e4hler hier aktualisiert.\",\n\n  \"footer.share\": \"\ud83d\udce2 Teile das Einheit-Bekenntnis:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Sende\u2026\",\n  \"ui.nameRequired\": \"Bitte geben Sie Ihren Namen ein.\",\n  \"ui.success\": \"\ud83d\ude4f Vielen Dank f\u00fcrs Unterschreiben des Einheit-Bekenntnisses!\",\n  \"ui.error\": \"\u26a0\ufe0f Etwas ist schiefgegangen. Bitte versuche es erneut.\",\n  \"ui.duplicate\": \"Du hast dieses Bekenntnis bereits unterschrieben. Danke!\"\n},\nfa: {\n  \"header.title\": \"\u0645\u06cc\u062b\u0627\u0642 \u0648\u062d\u062f\u062a\",\n  \"header.subtitle\": \"\u0627\u0632 \u0633\u0646\u06af \u0622\u0633\u06cc\u0627\u0628 \u062a\u0627 \u0633\u0646\u06af\u200c\u0646\u0634\u0627\u0646\u200c\u0647\u0627\",\n  \"header.tagline\": \"\u0627\u06cc\u0646 \u06cc\u06a9 \u0648\u062d\u062f\u062a \u0627\u0631\u0632\u0627\u0646 \u0646\u06cc\u0633\u062a. \u0627\u06cc\u0646 \u0648\u062d\u062f\u062a\u06cc \u06af\u0631\u0627\u0646\u200c\u0628\u0647\u0627\u0633\u062a \u2014 \u0645\u0647\u0631 \u0634\u062f\u0647 \u0628\u0627 \u062a\u0648\u0628\u0647\u060c \u062a\u0639\u0645\u06cc\u062f \u0648 \u0635\u0644\u06cc\u0628.\",\n  \"header.cta\": \"\u270d\ufe0f \u0627\u0645\u0636\u0627\u06cc \u0645\u06cc\u062b\u0627\u0642\",\n\n  \"preamble.title\": \"\u0645\u0642\u062f\u0645\u0647\",\n  \"preamble.body\": \"\u062f\u0631 \u067e\u0627\u0633\u062e \u0628\u0647 \u062f\u0639\u0627\u06cc \u0639\u06cc\u0633\u06cc \u2014 \u00ab\u062a\u0627 \u0647\u0645\u0647 \u06cc\u06a9\u06cc \u0634\u0648\u0646\u062f\u2026 \u062a\u0627 \u062c\u0647\u0627\u0646 \u0628\u0647 \u0627\u06cc\u0645\u0627\u0646 \u0622\u0648\u0631\u062f\u00bb (\u06cc\u0648\u062d\u0646\u0627 \u06f1\u06f7:\u06f2\u06f1) \u2014 \u0627\u0632 \u0642\u0646\u0627\u0639\u062a \u0628\u0647 \u0634\u0627\u0647\u062f\u06cc \u0634\u06a9\u0633\u062a\u0647 \u06cc\u0627 \u062f\u06cc\u0646\u06cc \u0628\u062f\u0648\u0646 \u0642\u062f\u0631\u062a \u062e\u0648\u062f\u062f\u0627\u0631\u06cc \u0645\u06cc\u200c\u06a9\u0646\u0645. \u0639\u0647\u062f \u0645\u06cc\u200c\u0628\u0646\u062f\u0645 \u06a9\u0647 \u0628\u0631\u0627\u06cc \u0648\u062d\u062f\u062a \u062f\u0631 \u062d\u0642\u06cc\u0642\u062a \u0648 \u0645\u062d\u0628\u062a \u0628\u0627 \u0647\u0645\u0647 \u06a9\u0633\u0627\u0646\u06cc \u06a9\u0647 \u0628\u0647 \u0646\u0627\u0645 \u0639\u06cc\u0633\u06cc \u0645\u0633\u06cc\u062d \u062e\u0648\u0627\u0646\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u060c \u0628\u062c\u0646\u06af\u0645. \u0627\u06cc\u0646 \u0639\u0647\u062f\u060c \u0631\u06cc\u0634\u0647\u200c\u062f\u0627\u0631 \u062f\u0631 \u0641\u0631\u0627\u062e\u0648\u0627\u0646\u06cc \u0631\u0627\u062f\u06cc\u06a9\u0627\u0644 \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u062f \u062f\u0648\u0628\u0627\u0631\u0647 (\u06cc\u0648\u062d\u0646\u0627 \u06f3:\u06f3\u2013\u06f5)\u060c \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u0641\u0631\u0648\u062a\u0646\u06cc\u060c \u062a\u0648\u0628\u0647\u060c \u0635\u0644\u062d\u200c\u0633\u0627\u0632\u06cc \u0648 \u0647\u0645\u06a9\u0627\u0631\u06cc \u062c\u0633\u0648\u0631\u0627\u0646\u0647\u200c\u0627\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u062f\u0646 \u0645\u0633\u06cc\u062d \u0631\u0627 \u0628\u06cc\u062f\u0627\u0631 \u06a9\u0631\u062f\u0647 \u0648 \u0635\u062f\u0627\u06cc \u0627\u0646\u062c\u06cc\u0644 \u0631\u0627 \u062f\u0631 \u0645\u0644\u0644 \u062a\u0642\u0648\u06cc\u062a \u0645\u06cc\u200c\u0646\u0645\u0627\u06cc\u062f.\",\n\n  \"core.title\": \"\u062a\u0623\u06cc\u06cc\u062f\u0627\u062a \u0628\u0646\u06cc\u0627\u062f\u06cc\u0646\",\n\n  \"core.1.title\": \"\u062a\u0635\u0648\u06cc\u0631 \u062e\u062f\u0627 (Imago Dei)\",\n  \"core.1.text\": \"\u0647\u0631 \u0627\u0646\u0633\u0627\u0646\u06cc \u062d\u0627\u0645\u0644 \u062a\u0635\u0648\u06cc\u0631 \u062e\u062f\u0627\u0633\u062a \u0648 \u0628\u0627\u06cc\u0633\u062a\u06cc \u0628\u0627 \u06a9\u0631\u0627\u0645\u062a \u0645\u0642\u062f\u0633 \u0645\u0648\u0631\u062f \u0628\u0631\u062e\u0648\u0631\u062f \u0642\u0631\u0627\u0631 \u06af\u06cc\u0631\u062f \u2014 \u0686\u0647 \u062f\u0648\u0633\u062a \u0628\u0627\u0634\u062f\u060c \u0686\u0647 \u063a\u0631\u06cc\u0628\u0647\u060c \u0642\u062f\u06cc\u0633 \u06cc\u0627 \u0634\u0627\u06a9\u06cc.\",\n\n  \"core.2.title\": \"\u0639\u06cc\u0633\u06cc \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u062e\u062f\u0627\u0648\u0646\u062f\",\n  \"core.2.text\": \"\u0645\u0646 \u0628\u0647 \u06cc\u06af\u0627\u0646\u06af\u06cc \u0639\u06cc\u0633\u06cc \u0645\u0633\u06cc\u062d \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u062e\u062f\u0627\u0648\u0646\u062f \u0627\u0639\u062a\u0631\u0627\u0641 \u0645\u06cc\u200c\u06a9\u0646\u0645 \u2014 \u0646\u0647 \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u06cc\u0627\u0646 \u0628\u0633\u06cc\u0627\u0631\u06cc\u060c \u0628\u0644\u06a9\u0647 \u062a\u0646\u0647\u0627 \u0633\u0631 \u0648 \u067e\u0627\u062f\u0634\u0627\u0647 \u2014 \u0648 \u062f\u0631 \u0647\u0645\u0647 \u0686\u06cc\u0632 \u0628\u0627 \u06a9\u0644\u0627\u0645 \u0648 \u0631\u0648\u062d \u0627\u0648 \u0647\u062f\u0627\u06cc\u062a \u0645\u06cc\u200c\u0634\u0648\u0645.\",\n\n  \"core.3.title\": \"\u062a\u0648\u0644\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0648\u0628\u0647 \u0648 \u062a\u0639\u0645\u06cc\u062f\",\n  \"core.3.text\": \"\u0645\u0646 \u062f\u0639\u0648\u062a \u0628\u06cc\u200c\u0686\u0648\u0646\u200c\u0648\u0686\u0631\u0627\u06cc \u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633 \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0627 \u062a\u0623\u06cc\u06cc\u062f \u0645\u06cc\u200c\u06a9\u0646\u0645 \u2014 \u0627\u06cc\u0646\u06a9\u0647 \u0642\u0644\u0628 \u0641\u0631\u0648 \u0631\u06cc\u0634\u062f\u060c \u062a\u0648\u0628\u0647 \u06a9\u0631\u062f \u0648 \u0628\u0647 \u0646\u0627\u0645 \u0639\u06cc\u0633\u06cc \u0645\u0633\u06cc\u062d \u062a\u0639\u0645\u06cc\u062f \u06cc\u0627\u0641\u062a \u0628\u0631\u0627\u06cc \u0628\u062e\u0634\u0634 \u06af\u0646\u0627\u0647\u0627\u0646 \u0648 \u0647\u062f\u06cc\u0647 \u0631\u0648\u062d\u200c\u0627\u0644\u0642\u062f\u0633 (\u06cc\u0648\u062d\u0646\u0627 \u06f3:\u06f3\u2013\u06f5\u061b \u0627\u0639\u0645\u0627\u0644 \u06f2:\u06f3\u06f7\u2013\u06f3\u06f8). \u062a\u0642\u062f\u06cc\u0645 \u06a9\u0648\u062f\u06a9 \u06cc\u0627 \u0631\u0633\u0648\u0645 \u062a\u0646\u0647\u0627\u060c \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646 \u062a\u0648\u0628\u0647 \u0634\u062e\u0635\u06cc \u0648 \u063a\u0648\u0637\u0647\u200c\u0648\u0631\u06cc \u062f\u0631 \u0622\u0628 \u0646\u06cc\u0633\u062a. \u0647\u0631 \u0645\u0624\u0645\u0646\u06cc \u0628\u0627\u06cc\u062f \u067e\u0627\u0633\u062e \u062f\u0647\u062f \u0647\u0648\u0634\u06cc\u0627\u0631\u0627\u0646\u0647\u060c \u0622\u0634\u06a9\u0627\u0631 \u0648 \u0628\u0627 \u062a\u0645\u0627\u0645 \u0642\u0644\u0628 \u2014 \u0648 \u0631\u06cc\u062a\u0645\u06cc \u0645\u0627\u062f\u0627\u0645\u200c\u0627\u0644\u0639\u0645\u0631 \u0627\u0632 \u062a\u0648\u0628\u0647\u060c \u0627\u06cc\u0645\u0627\u0646 \u0648 \u0646\u0648\u0633\u0627\u0632\u06cc \u0631\u0648\u062d\u200c\u0627\u0644\u0642\u062f\u0633 \u0631\u0627 \u062f\u0631 \u0622\u063a\u0648\u0634 \u06af\u06cc\u0631\u062f.\",\n\n  \"core.4.title\": \"\u0641\u0631\u0648\u062a\u0646\u06cc \u062f\u0631 \u0639\u0642\u06cc\u062f\u0647\",\n  \"core.4.text\": \"\u0628\u0627 \u0634\u062c\u0627\u0639\u062a \u0648 \u0648\u0636\u0648\u062d \u0628\u0631 \u0628\u0627\u0648\u0631\u0647\u0627\u06cc \u062e\u0648\u062f \u067e\u0627\u0641\u0634\u0627\u0631\u06cc \u062e\u0648\u0627\u0647\u0645 \u06a9\u0631\u062f\u060c \u0627\u0645\u0627 \u0647\u0631\u06af\u0632 \u0628\u0627 \u062a\u06a9\u0628\u0631 \u2014 \u0628\u0627 \u0627\u062d\u062a\u0631\u0627\u0645 \u0628\u0647 \u0648\u062c\u062f\u0627\u0646 \u062f\u06cc\u06af\u0631\u0627\u0646 \u0648 \u062f\u0631 \u0639\u06cc\u0646 \u062d\u0627\u0644 \u0628\u06cc\u200c\u067e\u0631\u0648\u0627\u06cc\u06cc \u062f\u0631 \u062d\u0642\u06cc\u0642\u062a.\",\n\n  \"core.5.title\": \"\u0622\u0632\u0627\u062f\u06cc \u0627\u0632 \u0627\u062c\u0628\u0627\u0631\",\n  \"core.5.text\": \"\u0648\u062d\u062f\u062a \u062f\u0633\u062a\u06a9\u0627\u0631\u06cc \u0646\u06cc\u0633\u062a. \u06af\u0631\u062f\u0647\u0645\u0627\u06cc\u06cc\u200c\u0647\u0627\u06cc \u0645\u0627 \u0628\u0627\u06cc\u062f \u0645\u062d\u0644 \u062f\u0639\u0627\u060c \u0622\u0634\u062a\u06cc \u0648 \u0645\u0623\u0645\u0648\u0631\u06cc\u062a \u0628\u0627\u0634\u0646\u062f \u2014 \u0646\u0647 \u0634\u0631\u0645\u0633\u0627\u0631\u06cc\u060c \u062a\u0647\u062f\u06cc\u062f \u06cc\u0627 \u062c\u0630\u0628 \u0628\u06cc\u200c\u062d\u0627\u0635\u0644.\",\n\n  \"core.6.title\": \"\u062d\u0641\u0627\u0638\u062a \u0627\u0632 \u0633\u0627\u0644\u0645\u06cc\u062a\",\n  \"core.6.text\": \"\u0645\u062b\u0644 \u0646\u06af\u0647\u0628\u0627\u0646 \u062e\u0648\u0627\u0647\u0645 \u0627\u06cc\u0633\u062a\u0627\u062f \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0633\u0648\u0621\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u0639\u0646\u0648\u06cc\u060c \u067e\u0646\u0647\u0627\u0646\u200c\u06a9\u0627\u0631\u06cc \u06cc\u0627 \u0641\u0633\u0627\u062f \u2014 \u0648 \u062e\u0648\u0627\u0633\u062a\u0627\u0631 \u0631\u0647\u0628\u0631\u06cc \u0634\u0641\u0627\u0641 \u0648 \u062f\u0631 \u0642\u0644\u0628 \u062e\u0627\u062f\u0645 \u062e\u0648\u0627\u0647\u0645 \u0628\u0648\u062f.\",\n\n  \"core.7.title\": \"\u0634\u0641\u0627\u06cc \u062a\u0641\u0631\u0642\u0647\u200c\u0647\u0627\",\n  \"core.7.text\": \"\u0628\u0631\u0627\u06cc \u0647\u0631 \u0646\u0642\u0634\u06cc \u2014 \u0634\u062e\u0635\u06cc \u06cc\u0627 \u0628\u0647\u200c\u0627\u0631\u062b\u200c\u0631\u0633\u06cc\u062f\u0647 \u2014 \u06a9\u0647 \u06a9\u0644\u06cc\u0633\u0627\u06cc \u0645\u0646\u060c \u062d\u0631\u06a9\u062a \u06cc\u0627 \u0633\u0646\u062a \u0645\u0646 \u062f\u0631 \u06a9\u0627\u0634\u062a \u062a\u0641\u0631\u0642\u0647\u060c \u063a\u0631\u0648\u0631 \u06cc\u0627 \u06a9\u0646\u062a\u0631\u0644 \u0627\u0642\u062a\u062f\u0627\u0631\u06af\u0631\u0627\u06cc\u0627\u0646\u0647 \u062f\u0627\u0634\u062a\u0647\u060c \u062a\u0648\u0628\u0647 \u0645\u06cc\u200c\u06a9\u0646\u0645. \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u0631\u0627 \u0628\u0647 \u0631\u0642\u0627\u0628\u062a \u062a\u0631\u062c\u06cc\u062d \u0645\u06cc\u200c\u062f\u0647\u0645.\",\n\n  \"core.8.title\": \"\u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0627 \u0631\u062d\u0645\u062a\",\n  \"core.8.text\": \"\u0627\u0632 \u06a9\u0644\u0645\u0627\u062a \u062e\u0648\u062f \u0628\u0631\u0627\u06cc \u067e\u062e\u0634 \u0628\u062f\u06af\u0648\u06cc\u06cc\u060c \u0634\u0627\u06cc\u0639\u0647 \u06cc\u0627 \u062a\u062d\u0642\u06cc\u0631 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0646\u062e\u0648\u0627\u0647\u0645 \u06a9\u0631\u062f. \u0628\u0627 \u0645\u062d\u0628\u062a \u0648 \u0634\u062c\u0627\u0639\u062a \u062d\u0642\u06cc\u0642\u062a \u0631\u0627 \u062e\u0648\u0627\u0647\u0645 \u06af\u0641\u062a.\",\n\n  \"core.9.title\": \"\u0645\u0623\u0645\u0648\u0631\u06cc\u062a \u0647\u0645\u06a9\u0627\u0631\u0627\u0646\u0647\",\n  \"core.9.text\": \"\u062f\u0631 \u062c\u0627\u06cc\u06cc \u06a9\u0647 \u0648\u062c\u062f\u0627\u0646 \u0627\u062c\u0627\u0632\u0647 \u062f\u0647\u062f\u060c \u062f\u0633\u062a \u062f\u0631 \u062f\u0633\u062a \u0647\u0645 \u0645\u06cc\u200c\u06af\u0630\u0627\u0631\u06cc\u0645 \u2014 \u062f\u0631 \u062f\u0639\u0627\u060c \u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633\u060c \u0631\u062d\u0645\u062a \u0648 \u0639\u062f\u0627\u0644\u062a \u2014 \u0628\u0627 \u0627\u06cc\u0645\u0627\u0646\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u06af\u0648\u06cc\u062f \u0648\u0642\u062a\u06cc \u0628\u062f\u0646 \u0645\u0633\u06cc\u062d \u062f\u0631 \u0647\u0645\u06a9\u0627\u0631\u06cc \u0627\u0633\u062a\u060c \u0639\u0638\u0645\u062a \u0627\u0648 \u0628\u0631\u062c\u0633\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f.\",\n\n  \"core.10.title\": \"\u0645\u06cc\u0631\u0627\u062b \u0628\u0631\u0627\u06cc \u0622\u06cc\u0646\u062f\u0647\",\n  \"core.10.text\": \"\u062f\u0631 \u0646\u0633\u0644 \u0622\u06cc\u0646\u062f\u0647 \u0633\u0631\u0645\u0627\u06cc\u0647\u200c\u06af\u0630\u0627\u0631\u06cc \u062e\u0648\u0627\u0647\u0645 \u06a9\u0631\u062f\u060c \u0628\u0627 \u0646\u0645\u0627\u06cc\u0634\u06cc \u0627\u0632 \u0641\u0631\u0648\u062a\u0646\u06cc\u060c \u0634\u0627\u062f\u06cc \u0648 \u0627\u0635\u0627\u0644\u062a \u0645\u0645\u0644\u0648 \u0627\u0632 \u0631\u0648\u062d\u200c\u0627\u0644\u0642\u062f\u0633 \u062a\u0627 \u0627\u06cc\u0645\u0627\u0646 \u0634\u0627\u06cc\u0633\u062a\u0647 \u067e\u06cc\u0631\u0648\u06cc \u0631\u0627 \u0628\u0647 \u0627\u0631\u062b \u0628\u0628\u0631\u0646\u062f.\",\n\n  \"core.11.title\": \"\u0627\u0639\u062a\u0645\u0627\u062f \u0628\u0647 \u06a9\u0627\u0631 \u062e\u062f\u0627\",\n  \"core.11.text\": \"\u0628\u0627 \u062a\u0648\u0628\u0647 \u0648 \u062f\u0639\u0627 \u0645\u06cc\u0632 \u0648\u062d\u062f\u062a \u0631\u0627 \u062e\u0648\u0627\u0647\u0645 \u0633\u0627\u062e\u062a\u060c \u0627\u0645\u0627 \u062a\u0644\u0627\u0634 \u0646\u062e\u0648\u0627\u0647\u0645 \u06a9\u0631\u062f \u0628\u06cc\u062f\u0627\u0631\u06cc \u0631\u0627 \u0628\u0633\u0627\u0632\u0645. \u062a\u0646\u0647\u0627 \u062e\u062f\u0627\u0633\u062a \u06a9\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0622\u062a\u0634 \u0628\u0641\u0631\u0633\u062a\u062f\u060c \u0648 \u0645\u0646 \u062f\u0631 \u0627\u0646\u062a\u0638\u0627\u0631 \u0632\u0645\u0627\u0646 \u0627\u0648 \u062e\u0648\u0627\u0647\u0645 \u0628\u0648\u062f.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646\",\n  \"progress.after\": \"\u0645\u0624\u0645\u0646\u0627\u0646 \u0627\u0645\u0636\u0627 \u06a9\u0631\u062f\u0647\u200c\u0627\u0646\u062f\",\n  \"progress.note\": \" (\u0647\u0631 \u0646\u0627\u0645\u06cc \u06a9\u0647 \u0627\u0636\u0627\u0641\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f\u060c \u062d\u0631\u06a9\u062a \u0628\u062f\u0646 \u0645\u0633\u06cc\u062d \u0631\u0627 \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062c\u0647\u0627\u0646 \u062a\u0642\u0648\u06cc\u062a \u0645\u06cc\u200c\u06a9\u0646\u062f.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0686\u0631\u0627 \u0627\u0645\u0636\u0627 \u06a9\u0631\u062f\u0645\",\n  \"testimonials.intro\": \"\u0648\u062d\u062f\u062a \u0645\u0633\u0631\u06cc \u0627\u0633\u062a. \u0627\u06cc\u0646\u200c\u0647\u0627 \u0635\u062f\u0627\u0647\u0627\u06cc\u06cc \u0627\u0632 \u0633\u0631\u0627\u0633\u0631 \u062c\u0647\u0627\u0646\u200c\u0627\u0646\u062f:\",\n  \"testimonials.q1\": \"\u00ab\u0633\u0627\u0644\u200c\u0647\u0627 \u0645\u0646\u062a\u0638\u0631 \u0628\u0648\u062f\u0645 \u062a\u0627 \u0634\u0627\u06af\u0631\u062f\u0627\u0646\u06cc \u0627\u0632 \u062d\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641 \u0631\u0627 \u0628\u0628\u06cc\u0646\u0645 \u06a9\u0647 \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9\u200c\u06a9\u0633\u0627\u0646 \u062f\u0639\u0627 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0627\u06cc\u0646 \u0645\u06cc\u062b\u0627\u0642 \u0628\u0627\u0631 \u062f\u06cc\u06af\u0631 \u0627\u0645\u06cc\u062f \u0645\u0631\u0627 \u0632\u0646\u062f\u0647 \u06a9\u0631\u062f.\u00bb\",\n  \"testimonials.q2\": \"\u00ab\u0627\u0645\u0636\u0627 \u06a9\u0631\u062f\u0645 \u0686\u0648\u0646 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u0641\u0631\u0632\u0646\u062f\u0627\u0646\u0645 \u0628\u062f\u0646\u06cc \u06cc\u06af\u0627\u0646\u0647 \u0627\u0632 \u0645\u0633\u06cc\u062d \u0631\u0627 \u0628\u0628\u06cc\u0646\u0646\u062f\u060c \u0646\u0647 \u0628\u0631\u0686\u0633\u0628\u200c\u0647\u0627\u06cc \u0634\u06a9\u0633\u062a\u0647.\u00bb\",\n  \"testimonials.q3\": \"\u00ab\u0628\u0631\u0627\u06cc \u0645\u0646\u060c \u0627\u06cc\u0646 \u062a\u0648\u0628\u0647 \u0627\u0633\u062a. \u0628\u062e\u0634\u06cc \u0627\u0632 \u062a\u0641\u0631\u0642\u0647 \u0628\u0648\u062f\u0645. \u0627\u06a9\u0646\u0648\u0646 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u0628\u062e\u0634\u06cc \u0627\u0632 \u0634\u0641\u0627 \u0628\u0627\u0634\u0645.\u00bb\",\n  \"testimonials.c1\": \"\u2014 \u0646\u0627\u0634\u0646\u0627\u0633\",\n  \"testimonials.c2\": \"\u2014 Jason\u060c \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647\",\n  \"testimonials.c3\": \"\u2014 \u0646\u0627\u0634\u0646\u0627\u0633\",\n  \"testimonials.hint\": \"\u0634\u0647\u0627\u062f\u062a \u0634\u0645\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0641\u0631\u062f \u062f\u06cc\u06af\u0631\u06cc \u0631\u0627 \u0648\u0627\u062f\u0627\u0631 \u0628\u0647 \u0627\u0645\u0636\u0627 \u06a9\u0646\u062f. \u0622\u0646 \u0631\u0627 \u062f\u0631 \u0632\u06cc\u0631 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f.\",\n\n  \"form.heading\": \"\u0645\u062a\u0639\u0647\u062f\u06cc \u0645\u0646\",\n  \"commitment.body\": \"\u0645\u062a\u0639\u0647\u062f \u0645\u06cc\u200c\u0634\u0648\u0645 \u0628\u0647 \u0648\u062d\u062f\u062a\u06cc \u06a9\u0647 \u0628\u0647\u0627\u06cc\u06cc \u062f\u0627\u0631\u062f: \u0648\u062d\u062f\u062a\u06cc \u06a9\u0647 \u0628\u0627 \u06af\u0646\u0627\u0647 \u0645\u0648\u0627\u062c\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f\u060c \u0641\u0631\u0648\u062a\u0646\u06cc \u0645\u06cc\u200c\u0637\u0644\u0628\u062f \u0648 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0635\u0644\u06cc\u0628 \u062f\u0627\u0631\u062f. \u062f\u0631 \u062a\u0648\u0628\u0647 \u0645\u062f\u0627\u0648\u0645 \u0632\u0646\u062f\u06af\u06cc \u062e\u0648\u0627\u0647\u0645 \u06a9\u0631\u062f\u060c \u0628\u0627 \u0632\u0646\u062f\u06af\u06cc \u0628\u0627\u0632\u0632\u0627\u06cc\u06cc\u062f\u0647\u200c\u0634\u062f\u0647\u200c\u0627\u06cc \u062a\u062c\u062f\u06cc\u062f \u0645\u06cc\u200c\u0634\u0648\u0645 \u06a9\u0647 \u0634\u0627\u0645\u0644 \u062a\u0648\u0628\u0647\u060c \u062a\u0639\u0645\u06cc\u062f \u0648 \u0622\u062a\u0634 \u0631\u0648\u062d\u200c\u0627\u0644\u0642\u062f\u0633 \u0627\u0633\u062a \u2014 \u0628\u0647 \u062a\u0639\u062f\u0627\u062f \u062f\u0641\u0639\u0627\u062a\u06cc \u06a9\u0647 \u0644\u0627\u0632\u0645 \u0627\u0633\u062a. \u0628\u0627 \u0641\u0631\u0648\u062a\u0646\u06cc \u0628\u0627 \u062e\u062f\u0627 \u06af\u0627\u0645 \u062e\u0648\u0627\u0647\u0645 \u0632\u062f\u060c \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0628\u0631\u0627\u062f\u0631\u0627\u0646 \u0648 \u062e\u0648\u0627\u0647\u0631\u0627\u0646\u06cc \u0627\u0632 \u0647\u0645\u0647 \u0633\u0646\u062a\u200c\u0647\u0627.\",\n\n  \"form.labels.name\": \"\u0646\u0627\u0645: *\",\n  \"form.labels.city\": \"\u0634\u0647\u0631 \/ \u06a9\u0634\u0648\u0631:\",\n  \"form.labels.church\": \"\u06a9\u0644\u06cc\u0633\u0627 \/ \u0633\u0646\u062a (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.email\": \"\u0627\u06cc\u0645\u06cc\u0644 (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.why\": \"\u0686\u0631\u0627 \u0627\u0645\u0636\u0627 \u06a9\u0631\u062f\u0645 (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.signature\": \"\u0627\u0645\u0636\u0627 \/ \u062a\u0627\u0631\u06cc\u062e:\",\n  \"form.placeholders.why\": \"\u06cc\u06a9 \u062c\u0645\u0644\u0647 \u0628\u0631\u0627\u06cc \u062a\u0634\u0648\u06cc\u0642 \u062f\u06cc\u06af\u0631\u0627\u0646 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f\u2026\",\n  \"form.placeholders.signature\": \"\u0646\u0627\u0645 \u0648 \u062a\u0627\u0631\u06cc\u062e \u0627\u0645\u0631\u0648\u0632 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u0627\u0645\u0636\u0627\u06cc \u0645\u06cc\u062b\u0627\u0642\",\n  \"form.hint\": \"\u0628\u0627 \u0627\u0631\u0633\u0627\u0644\u060c \u0646\u0627\u0645 \u0634\u0645\u0627 \u0628\u0647 \u0628\u0631\u06af\u0647 Unity_Pledge \u062f\u0631 \u0648\u0631\u062f\u067e\u0631\u0633 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\u0647 \u0648 \u0634\u0645\u0627\u0631\u0646\u062f\u0647 \u0632\u0646\u062f\u0647 \u0627\u06cc\u0646\u062c\u0627 \u0628\u0647\u200c\u0631\u0648\u0632 \u062e\u0648\u0627\u0647\u062f \u0634\u062f.\",\n\n  \"footer.share\": \"\ud83d\udce2 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9\u200c\u06af\u0630\u0627\u0631\u06cc \u0645\u06cc\u062b\u0627\u0642 \u0648\u062d\u062f\u062a:\",\n  \"footer.copyright\": \"\u00a9 \u06f2\u06f0\u06f2\u06f5 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u062c\u0647\u0627\u0646\u06cc \u0645\u0623\u0645\u0648\u0631\u06cc\u062a\",\n\n  \"ui.submitting\": \"\u062f\u0631 \u062d\u0627\u0644 \u0627\u0631\u0633\u0627\u0644\u2026\",\n  \"ui.nameRequired\": \"\u0644\u0637\u0641\u0627\u064b \u0646\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.\",\n  \"ui.success\": \"\ud83d\ude4f \u0627\u0632 \u0627\u0645\u0636\u0627\u06cc \u0645\u06cc\u062b\u0627\u0642 \u0648\u062d\u062f\u062a \u0633\u067e\u0627\u0633\u06af\u0632\u0627\u0631\u06cc\u0645!\",\n  \"ui.error\": \"\u26a0\ufe0f \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f. \u0644\u0637\u0641\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.\",\n  \"ui.duplicate\": \"\u0634\u0645\u0627 \u0642\u0628\u0644\u0627\u064b \u0627\u06cc\u0646 \u0645\u06cc\u062b\u0627\u0642 \u0631\u0627 \u0627\u0645\u0636\u0627 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f. \u0633\u067e\u0627\u0633!\"\n},\nfr: {\n  \"header.title\": \"L\u2019Engagement d\u2019Unit\u00e9\",\n  \"header.subtitle\": \"Des Meules aux Jalons\",\n  \"header.tagline\": \"Ce n\u2019est pas une unit\u00e9 bon march\u00e9. C\u2019est une unit\u00e9 pr\u00e9cieuse\u2014scell\u00e9e par le repentir, le bapt\u00eame, et la Croix.\",\n  \"header.cta\": \"\u270d\ufe0f Signez l\u2019Engagement\",\n\n  \"preamble.title\": \"Pr\u00e9ambule\",\n  \"preamble.body\": \"En r\u00e9ponse \u00e0 la pri\u00e8re de J\u00e9sus \u2014 \u201cafin qu\u2019ils soient tous un\u2026 pour que le monde croie\u201d (Jean\u202f17\u202f:21) \u2014 je refuse une foi fragment\u00e9e ou sans puissance. Je m\u2019engage \u00e0 lutter pour l\u2019unit\u00e9 dans la v\u00e9rit\u00e9 et l\u2019amour avec tous ceux qui invoquent le nom de J\u00e9sus-Christ. Cet engagement, enracin\u00e9 dans l\u2019appel radical \u00e0 rena\u00eetre (Jean\u202f3\u202f:3\u20135), exige humilit\u00e9, repentance, recherche de la paix et collaboration audacieuse pour r\u00e9veiller le Corps du Christ et amplifier la voix de l\u2019\u00c9vangile aux nations.\",\n\n  \"core.title\": \"Affirmations Fondamentales\",\n\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Tout \u00eatre humain porte l\u2019image de Dieu et doit \u00eatre trait\u00e9 avec dignit\u00e9 sacr\u00e9e \u2014 ami ou inconnu, saint ou sceptique.\",\n\n  \"core.2.title\": \"J\u00e9sus est Seigneur\",\n  \"core.2.text\": \"Je confesse que J\u00e9sus-Christ est Seigneur \u2014 pas l\u2019un parmi plusieurs, mais le seul Chef et Roi \u2014 et je serai guid\u00e9 par Sa Parole et Son Esprit en toutes choses.\",\n\n  \"core.3.title\": \"Renaissance par le Repentir et le Bapt\u00eame\",\n  \"core.3.text\": \"J\u2019affirme l\u2019appel biblique sans compromis \u00e0 la nouvelle naissance \u2014 toucher le c\u0153ur, se repentir, et \u00eatre baptis\u00e9 au nom de J\u00e9sus-Christ pour le pardon des p\u00e9ch\u00e9s et le don du Saint-Esprit (Jean\u202f3\u202f:3\u20135\u202f; Actes\u202f2\u202f:37\u201338). La d\u00e9dicace d\u2019un enfant ou un rituel seuls ne remplacent pas le repentir personnel et l\u2019immersion. Chaque croyant doit r\u00e9pondre consciemment, publiquement et de tout son c\u0153ur \u2014 embrassant un rythme de vie continuel de repentance, de foi et de renouvellement par l\u2019Esprit.\",\n\n  \"core.4.title\": \"Humilit\u00e9 dans la Conviction\",\n  \"core.4.text\": \"Je tiendrai mes convictions avec courage et clart\u00e9, jamais avec arrogance \u2014 honorant la conscience des autres tout en refusant d\u2019affaiblir la v\u00e9rit\u00e9.\",\n\n  \"core.5.title\": \"Libert\u00e9 de Toute Coercition\",\n  \"core.5.text\": \"L\u2019unit\u00e9 n\u2019est pas manipulation. Nos rassemblements seront des espaces de pri\u00e8re, de r\u00e9conciliation et de mission \u2014 pas de honte, d\u2019intimidation ou de recrutement creux.\",\n\n  \"core.6.title\": \"Garantir l\u2019Int\u00e9grit\u00e9\",\n  \"core.6.text\": \"Je me dresserai comme un gardien contre l\u2019abus spirituel, le secret ou la corruption, et j\u2019insisterai pour un leadership transparent et centr\u00e9 sur le service.\",\n\n  \"core.7.title\": \"Gu\u00e9rir les Divisions\",\n  \"core.7.text\": \"Je repens pour tout r\u00f4le \u2014 personnel ou h\u00e9rit\u00e9 \u2014 que mon \u00e9glise, mouvement ou tradition a pu jouer dans la semence de divisions, d\u2019orgueil ou de contr\u00f4le autoritaire. Je choisis la restauration plut\u00f4t que la rivalit\u00e9.\",\n\n  \"core.8.title\": \"Communication Gracieuse\",\n  \"core.8.text\": \"Je n\u2019arme pas mes mots de calomnies, de ragots ou de m\u00e9pris. Je parlerai v\u00e9rit\u00e9 avec amour et courage.\",\n\n  \"core.9.title\": \"Mission Collaborative\",\n  \"core.9.text\": \"Je m\u2019unirai l\u00e0 o\u00f9 la conscience le permet \u2014 dans la pri\u00e8re, les \u00c9critures, la mis\u00e9ricorde et la justice \u2014 croyant que Christ est magnifi\u00e9 lorsque Son Corps \u0153uvre ensemble.\",\n\n  \"core.10.title\": \"H\u00e9ritage pour l\u2019Avenir\",\n  \"core.10.text\": \"J\u2019investirai dans la prochaine g\u00e9n\u00e9ration, en incarnant humilit\u00e9, joie et authenticit\u00e9 par l\u2019Esprit, afin qu\u2019ils h\u00e9ritent d\u2019une foi digne d\u2019\u00eatre suivie.\",\n\n  \"core.11.title\": \"Confiance dans l\u2019\u0152uvre de Dieu\",\n  \"core.11.text\": \"Je pr\u00e9parerai l\u2019autel de l\u2019unit\u00e9 par la repentance et la pri\u00e8re, mais je ne chercherai pas \u00e0 fabriquer un r\u00e9veil. Seul Dieu peut envoyer le feu, et je patienterai selon Son temps.\",\n\n  \"progress.already\": \"\ud83d\udd25 D\u00e9j\u00e0\",\n  \"progress.after\": \"croyants ont sign\u00e9\",\n  \"progress.note\": \" (Chaque nom ajout\u00e9 construit l\u2019\u00e9lan pour le Corps du Christ \u00e0 travers le monde.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Pourquoi j\u2019ai sign\u00e9\",\n  \"testimonials.intro\": \"L\u2019unit\u00e9 est contagieuse. Voici des voix du monde entier :\",\n  \"testimonials.q1\": \"\u00ab\u202fJ\u2019ai attendu des ann\u00e9es pour voir des disciples de diff\u00e9rents mouvements prier comme un seul corps. Cet engagement m\u2019a redonn\u00e9 espoir.\u202f\u00bb\",\n  \"testimonials.q2\": \"\u00ab\u202fJ\u2019ai sign\u00e9 parce que je veux que mes enfants grandissent en voyant un seul Corps du Christ, pas des \u00e9tiquettes fragment\u00e9es.\u202f\u00bb\",\n  \"testimonials.q3\": \"\u00ab\u202fPour moi, ceci est repentance. J\u2019ai fait partie de la division. Maintenant je veux faire partie de la gu\u00e9rison.\u202f\u00bb\",\n  \"testimonials.c1\": \"\u2014 Anonyme\",\n  \"testimonials.c2\": \"\u2014 Jason, \u00c9tats\u2011Unis\",\n  \"testimonials.c3\": \"\u2014 Anonyme\",\n  \"testimonials.hint\": \"Votre t\u00e9moignage peut inspirer quelqu\u2019un d\u2019autre \u00e0 signer. Partagez-le ci\u2011dessous.\",\n\n  \"form.heading\": \"Mon Engagement\",\n  \"commitment.body\": \"Je m\u2019engage dans une unit\u00e9 qui co\u00fbte quelque chose : une unit\u00e9 qui affronte le p\u00e9ch\u00e9, exige l\u2019humilit\u00e9 et se r\u00e9clame de la Croix. Je vivrai dans une repentance continue, renouvel\u00e9 par la vie radicale de renaissance par le repentir, le bapt\u00eame et le feu de l\u2019Esprit \u2014 autant de fois que n\u00e9cessaire. Je marcherai humblement avec Dieu, aux c\u00f4t\u00e9s de fr\u00e8res et s\u0153urs de toutes traditions.\",\n\n  \"form.labels.name\": \"Nom : *\",\n  \"form.labels.city\": \"Ville\/Pays :\",\n  \"form.labels.church\": \"\u00c9glise\/Tradition (optionnel) :\",\n  \"form.labels.email\": \"Email (optionnel) :\",\n  \"form.labels.why\": \"Pourquoi j\u2019ai sign\u00e9 (optionnel) :\",\n  \"form.labels.signature\": \"Signature \/ Date :\",\n  \"form.placeholders.why\": \"Partagez une phrase pour encourager les autres\u2026\",\n  \"form.placeholders.signature\": \"Tapez votre nom et la date d\u2019aujourd\u2019hui\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Signez l\u2019Engagement\",\n  \"form.hint\": \"En soumettant, votre nom sera ajout\u00e9 \u00e0 notre feuille Unity_Pledge via WordPress et le compteur en direct ici sera mis \u00e0 jour.\",\n\n  \"footer.share\": \"\ud83d\udce2 Partagez l\u2019Engagement d\u2019Unit\u00e9 :\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Soumission en cours\u2026\",\n  \"ui.nameRequired\": \"Veuillez entrer votre nom.\",\n  \"ui.success\": \"\ud83d\ude4f Merci d\u2019avoir sign\u00e9 l\u2019Engagement d\u2019Unit\u00e9\u202f!\",\n  \"ui.error\": \"\u26a0\ufe0f Une erreur est survenue. Veuillez r\u00e9essayer.\",\n  \"ui.duplicate\": \"Vous avez d\u00e9j\u00e0 sign\u00e9 cet engagement. Merci !\"\n},\nfil: {\n  \"header.title\": \"Ang Panata ng Pagkakaisa\",\n  \"header.subtitle\": \"Mula Gilingang-Bato Patungong Mga Tanda ng Tagumpay\",\n  \"header.tagline\": \"Hindi ito murang pagkakaisa. Ito'y mahal\u2014tinatakan ng pagsisisi, bautismo, at ng Krus.\",\n  \"header.cta\": \"\u270d\ufe0f Lumagda sa Panata\",\n\n  \"preamble.title\": \"Paunang Salita\",\n  \"preamble.body\": \"Bilang tugon sa panalangin ni Jesus\u2014\u201cna sila\u2019y maging isa\u2026 upang ang sanlibutan ay sumampalataya\u201d (Juan 17:21)\u2014tinatanggihan kong manatili sa wasak na patotoo o walang kapangyarihang relihiyon. Nangangako akong ipaglaban ang pagkakaisa sa katotohanan at pag-ibig kasama ng lahat ng tumatawag sa pangalan ni Jesu-Cristo. Ang tipang ito, na nakaugat sa radikal na panawagan na ipanganak na muli (Juan 3:3\u20135), ay nangangailangan ng pagpapakumbaba, pagsisisi, paggawa ng kapayapaan, at matapang na pagtutulungan upang gisingin ang Katawan ni Cristo at palakasin ang tinig ng ebanghelyo sa mga bansa.\",\n\n  \"core.title\": \"Pangunahing Paniniwala\",\n\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Bawat tao ay may taglay na larawan ng Diyos at dapat igalang nang may kabanalan\u2014kaibigan man o dayuhan, banal man o nag-aalinlangan.\",\n\n  \"core.2.title\": \"Si Jesus bilang Panginoon\",\n  \"core.2.text\": \"Ipinahahayag ko na si Jesu-Cristo ang Panginoon\u2014hindi isa sa marami, kundi ang tanging Ulo at Hari\u2014at ako\u2019y magpapakabuhay ayon sa Kanyang Salita at Espiritu sa lahat ng bagay.\",\n\n  \"core.3.title\": \"Muling Pagsilang sa Pamamagitan ng Pagsisisi at Bautismo\",\n  \"core.3.text\": \"Pinagtitibay ko ang walang-kompromisong panawagan ng Bibliya na muling ipanganak\u2014tablan sa puso, magsisi, at magpabautismo sa pangalan ni Jesu-Cristo para sa kapatawaran ng kasalanan at pagtanggap ng Banal na Espiritu (Juan 3:3\u20135; Gawa 2:37\u201338). Ang pag-aalay ng sanggol o seremonyang panrelihiyon ay hindi sapat na kahalili sa personal na pagsisisi at paglulubog. Ang bawat mananampalataya ay kailangang tumugon nang may kamalayan, hayagan, at taos-puso\u2014yakapin ang panghabambuhay na ritmo ng pagsisisi, pananampalataya, at pagpapanibago ng Espiritu.\",\n\n  \"core.4.title\": \"Pagpapakumbaba sa Paninindigan\",\n  \"core.4.text\": \"Paninindigan ko ang aking paniniwala nang may tapang at linaw, hindi kayabangan\u2014iginagalang ang budhi ng iba habang hindi ikinokompromiso ang katotohanan.\",\n\n  \"core.5.title\": \"Kalayaan mula sa Pamimilit\",\n  \"core.5.text\": \"Ang pagkakaisa ay hindi manipulasyon. Ang aming pagtitipon ay magiging mga lugar ng panalangin, pagkakasundo, at misyon\u2014hindi kahihiyan, pananakot, o hungkag na pag-anyaya.\",\n\n  \"core.6.title\": \"Pag-iingat sa Katapatan\",\n  \"core.6.text\": \"Ako\u2019y tatayo bilang tagapagbantay laban sa espiritwal na pang-aabuso, lihim, o katiwalian, at maninindigan para sa malinaw at mapaglingkod na pamumuno.\",\n\n  \"core.7.title\": \"Pagpapagaling ng Hati-hati\",\n  \"core.7.text\": \"Nagsisisi ako sa anumang bahagi\u2014personal o namana\u2014na ginampanan ng aking simbahan, kilusan, o tradisyon sa paghasik ng pagkakahati, pagmamataas, o awtoritaryang pamumuno. Pinipili kong piliin ang pagkakabati kaysa sa pagtatalo.\",\n\n  \"core.8.title\": \"Maayos at Maawain na Komunikasyon\",\n  \"core.8.text\": \"Hindi ko gagamitin ang aking mga salita para manirang-puri, magtsismis, o magpakita ng paghamak. Magsasalita ako ng katotohanan nang may pag-ibig at tapang.\",\n\n  \"core.9.title\": \"Pagtutulungang Misyon\",\n  \"core.9.text\": \"Ako\u2019y makikiisa kung saan pinapayagan ng budhi\u2014sa panalangin, Kasulatan, awa, at katarungan\u2014naniniwalang si Cristo ay pinararangalan kapag ang Kanyang Katawan ay nagtutulungan.\",\n\n  \"core.10.title\": \"Pamana para sa Kinabukasan\",\n  \"core.10.text\": \"Ako\u2019y mamumuhunan sa susunod na henerasyon, nagpapakita ng pagpapakumbaba, kagalakan, at Espiritung totoo, upang sila\u2019y magmana ng pananampalatayang karapat-dapat tularan.\",\n\n  \"core.11.title\": \"Pagtitiwala sa Gawa ng Diyos\",\n  \"core.11.text\": \"Ihahanda ko ang altar ng pagkakaisa sa pamamagitan ng pagsisisi at panalangin, ngunit hindi ko pipilitin ang pagbangon. Diyos lamang ang makapagpapadala ng apoy, at ako\u2019y maghihintay sa Kanyang panahon.\",\n\n  \"progress.already\": \"\ud83d\udd25 Lumagda na ang\",\n  \"progress.after\": \"mga mananampalataya\",\n  \"progress.note\": \"(Ang bawat pangalan ay nagpapalakas ng kilusan ng Katawan ni Cristo sa buong mundo.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Bakit Ako Lumagda\",\n  \"testimonials.intro\": \"Nakakahawa ang pagkakaisa. Narito ang ilang tinig mula sa buong mundo:\",\n  \"testimonials.q1\": \"\u201cMatagal kong hinintay na makita ang mga disipulo mula sa iba\u2019t ibang kilusan na nagkakaisang nananalangin. Ang panatang ito ang nagbigay muli ng pag-asa sa akin.\u201d\",\n  \"testimonials.q2\": \"\u201cLumagda ako dahil nais kong lumaki ang aking mga anak na nakikita ang iisang Katawan ni Cristo, hindi hati-hating mga label.\u201d\",\n  \"testimonials.q3\": \"\u201cPara sa akin, ito ang tunay na pagsisisi. Ako\u2019y naging bahagi ng pagkakahati. Ngayon, nais kong maging bahagi ng kagalingan.\u201d\",\n  \"testimonials.c1\": \"\u2014 Hindi Kilala\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Hindi Kilala\",\n  \"testimonials.hint\": \"Ang iyong patotoo ay maaaring mag-udyok sa iba. Ibahagi ito sa ibaba.\",\n\n  \"form.heading\": \"Aking Pangako\",\n  \"commitment.body\": \"Nangangako ako sa pagkakaisang may halaga: pagkakaisang humaharap sa kasalanan, humihingi ng pagpapakumbaba, at nangangailangan ng Krus. Ako\u2019y mamumuhay sa tuloy-tuloy na pagsisisi, muling binubuhay sa pamamagitan ng radikal na buhay ng pagsisisi, bautismo, at apoy ng Espiritu\u2014ilang ulit man ito kailangan. Ako\u2019y lalakad na may pagpapakumbaba sa Diyos, kasama ng mga kapatid mula sa iba\u2019t ibang tradisyon.\",\n\n  \"form.labels.name\": \"Pangalan: *\",\n  \"form.labels.city\": \"Lungsod \/ Bansa:\",\n  \"form.labels.church\": \"Simbahan \/ Tradisyon (opsyonal):\",\n  \"form.labels.email\": \"Email (opsyonal):\",\n  \"form.labels.why\": \"Bakit Ako Lumagda (opsyonal):\",\n  \"form.labels.signature\": \"Lagda \/ Petsa:\",\n  \"form.placeholders.why\": \"Magbahagi ng isang pangungusap upang hikayatin ang iba\u2026\",\n  \"form.placeholders.signature\": \"I-type ang iyong pangalan at ang petsa ngayon\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Lumagda sa Panata\",\n  \"form.hint\": \"Ang pag-submit ay magdaragdag ng iyong pangalan sa aming Unity_Pledge sheet sa WordPress at i-update ang live counter dito.\",\n\n  \"footer.share\": \"\ud83d\udce2 Ibahagi ang Panata ng Pagkakaisa:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Ipinapasa\u2026\",\n  \"ui.nameRequired\": \"Pakilagay ang iyong pangalan.\",\n  \"ui.success\": \"\ud83d\ude4f Salamat sa iyong paglagda sa Panata ng Pagkakaisa!\",\n  \"ui.error\": \"\u26a0\ufe0f May nangyaring mali. Pakisubukang muli.\",\n  \"ui.duplicate\": \"Lumagda ka na sa panatang ito. Maraming salamat!\"\n},\nel: {\n  \"header.title\": \"\u03a4\u03bf \u03a3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2\",\n  \"header.subtitle\": \"\u0391\u03c0\u03cc \u039c\u03c5\u03bb\u03cc\u03c0\u03b5\u03c4\u03c1\u03b5\u03c2 \u03c3\u03b5 \u039f\u03c1\u03cc\u03c3\u03b7\u03bc\u03b1\",\n  \"header.tagline\": \"\u0391\u03c5\u03c4\u03ae \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c6\u03b8\u03b7\u03bd\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1. \u0395\u03af\u03bd\u03b1\u03b9 \u03ba\u03bf\u03c3\u03c4\u03bf\u03b2\u03cc\u03c1\u03b1 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u2014\u03c3\u03c6\u03c1\u03b1\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03b5 \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1, \u03b2\u03ac\u03c0\u03c4\u03b9\u03c3\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03a3\u03c4\u03b1\u03c5\u03c1\u03cc.\",\n  \"header.cta\": \"\u270d\ufe0f \u03a5\u03c0\u03cc\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03a3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf\",\n  \"preamble.title\": \"\u03a0\u03c1\u03bf\u03bf\u03af\u03bc\u03b9\u03bf\",\n  \"preamble.body\": \"\u03a3\u03b5 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b5\u03c5\u03c7\u03ae \u03c4\u03bf\u03c5 \u0399\u03b7\u03c3\u03bf\u03cd\u2014\u00ab\u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03cc\u03bb\u03bf\u03b9 \u03ad\u03bd\u03b1\u2026 \u03ce\u03c3\u03c4\u03b5 \u03bf \u03ba\u03cc\u03c3\u03bc\u03bf\u03c2 \u03bd\u03b1 \u03c0\u03b9\u03c3\u03c4\u03ad\u03c8\u03b5\u03b9\u00bb (\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2 17:21)\u2014\u03b1\u03c1\u03bd\u03bf\u03cd\u03bc\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03ce \u03ad\u03bd\u03b1\u03bd \u03b4\u03b9\u03b1\u03b9\u03c1\u03b5\u03bc\u03ad\u03bd\u03bf \u03bc\u03ac\u03c1\u03c4\u03c5\u03c1\u03b1 \u03ae \u03bc\u03b9\u03b1 \u03ac\u03bd\u03b5\u03c5\u03c1\u03b7 \u03b8\u03c1\u03b7\u03c3\u03ba\u03b5\u03af\u03b1. \u0394\u03b5\u03c3\u03bc\u03b5\u03cd\u03bf\u03bc\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03c4\u03ce \u03b3\u03b9\u03b1 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bd \u03b1\u03bb\u03ae\u03b8\u03b5\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03b3\u03ac\u03c0\u03b7 \u03bc\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03cc\u03c3\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 \u0399\u03b7\u03c3\u03bf\u03cd \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd. \u0391\u03c5\u03c4\u03ae \u03b7 \u03b4\u03b9\u03b1\u03b8\u03ae\u03ba\u03b7, \u03c1\u03b9\u03b6\u03c9\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c4\u03bf \u03c1\u03b9\u03b6\u03bf\u03c3\u03c0\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03ac\u03bb\u03b5\u03c3\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03b1\u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7 (\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2 3:3\u20135), \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b1\u03c0\u03b5\u03af\u03bd\u03c9\u03c3\u03b7, \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1, \u03b5\u03b9\u03c1\u03b7\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bb\u03bc\u03b7\u03c1\u03ae \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03be\u03c5\u03c0\u03bd\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03a3\u03ce\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03c6\u03c9\u03bd\u03ae \u03c4\u03bf\u03c5 \u03b5\u03c5\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03ad\u03b8\u03bd\u03b7.\",\n  \"core.title\": \"\u039a\u03cd\u03c1\u03b9\u03b5\u03c2 \u0394\u03b9\u03b1\u03ba\u03b7\u03c1\u03cd\u03be\u03b5\u03b9\u03c2\",\n  \"core.1.title\": \"\u039a\u03b1\u03c4\u2019 \u0395\u03b9\u03ba\u03cc\u03bd\u03b1 \u0398\u03b5\u03bf\u03cd\",\n  \"core.1.text\": \"\u039a\u03ac\u03b8\u03b5 \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03c2 \u03c6\u03ad\u03c1\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c4\u03bf\u03c5 \u0398\u03b5\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b9\u03b5\u03c1\u03ae \u03b1\u03be\u03b9\u03bf\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9\u03b1, \u03b5\u03af\u03c4\u03b5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c6\u03af\u03bb\u03bf\u03c2 \u03b5\u03af\u03c4\u03b5 \u03be\u03ad\u03bd\u03bf\u03c2, \u03ac\u03b3\u03b9\u03bf\u03c2 \u03ae \u03c3\u03ba\u03b5\u03c0\u03c4\u03b9\u03ba\u03b9\u03c3\u03c4\u03ae\u03c2.\",\n  \"core.2.title\": \"\u039f \u0399\u03b7\u03c3\u03bf\u03cd\u03c2 \u03c9\u03c2 \u039a\u03cd\u03c1\u03b9\u03bf\u03c2\",\n  \"core.2.text\": \"\u039f\u03bc\u03bf\u03bb\u03bf\u03b3\u03ce \u03c4\u03bf\u03bd \u0399\u03b7\u03c3\u03bf\u03cd \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc \u03c9\u03c2 \u039a\u03cd\u03c1\u03b9\u03bf\u2014\u03cc\u03c7\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c0\u03cc \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2, \u03b1\u03bb\u03bb\u03ac \u03c4\u03bf\u03bd \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc \u039a\u03b5\u03c6\u03b1\u03bb\u03ae \u03ba\u03b1\u03b9 \u0392\u03b1\u03c3\u03b9\u03bb\u03b9\u03ac\u2014\u03ba\u03b1\u03b9 \u03b8\u03b1 \u03ba\u03b1\u03b8\u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03bc\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u039b\u03cc\u03b3\u03bf \u03ba\u03b1\u03b9 \u03c4\u03bf \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1 \u03a4\u03bf\u03c5 \u03c3\u03b5 \u03cc\u03bb\u03b1.\",\n  \"core.3.title\": \"\u0391\u03bd\u03b1\u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7 \u03bc\u03ad\u03c3\u03c9 \u039c\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1\u03c2 & \u0392\u03b1\u03c0\u03c4\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2\",\n  \"core.3.text\": \"\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03bd\u03c9 \u03c4\u03b7\u03bd \u03b1\u03b4\u03b9\u03b1\u03c0\u03c1\u03b1\u03b3\u03bc\u03ac\u03c4\u03b5\u03c5\u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03ba\u03ae \u03ba\u03bb\u03ae\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03b1\u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u2014\u03bd\u03b1 \u03c4\u03c1\u03c5\u03c0\u03b7\u03b8\u03ce \u03c3\u03c4\u03b7\u03bd \u03ba\u03b1\u03c1\u03b4\u03b9\u03ac, \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03bd\u03bf\u03ae\u03c3\u03c9 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b2\u03b1\u03c0\u03c4\u03b9\u03c3\u03c4\u03ce \u03c3\u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 \u0399\u03b7\u03c3\u03bf\u03cd \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c3\u03c5\u03b3\u03c7\u03ce\u03c1\u03b5\u03c3\u03b7 \u03b1\u03bc\u03b1\u03c1\u03c4\u03b9\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c4\u03bf \u03b4\u03ce\u03c1\u03bf \u03c4\u03bf\u03c5 \u0391\u03b3\u03af\u03bf\u03c5 \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 (\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2 3:3\u20135\u00b7 \u03a0\u03c1\u03ac\u03be\u03b5\u03b9\u03c2 2:37\u201338). \u039f \u03b1\u03c6\u03b9\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b2\u03c1\u03b5\u03c6\u03ce\u03bd \u03ae \u03c4\u03b5\u03bb\u03b5\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc \u03b1\u03c0\u03cc \u03bc\u03cc\u03bd\u03bf \u03c4\u03bf\u03c5 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac\u03b4\u03c5\u03c3\u03b7. \u039a\u03ac\u03b8\u03b5 \u03c0\u03b9\u03c3\u03c4\u03cc\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c3\u03c5\u03bd\u03b5\u03b9\u03b4\u03b7\u03c4\u03ac, \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03c4\u03b9\u03ba\u03ac\u2014\u03b1\u03b3\u03ba\u03b1\u03bb\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1\u03bd \u03b4\u03b9\u03b1 \u03b2\u03af\u03bf\u03c5 \u03c1\u03c5\u03b8\u03bc\u03cc \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1\u03c2, \u03c0\u03af\u03c3\u03c4\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7\u03c2 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03bf\u03c5 \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2.\",\n  \"core.4.title\": \"\u03a4\u03b1\u03c0\u03b5\u03af\u03bd\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03a0\u03b5\u03c0\u03bf\u03b9\u03b8\u03ae\u03c3\u03b5\u03b9\u03c2\",\n  \"core.4.text\": \"\u0398\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ce \u03c4\u03b9\u03c2 \u03c0\u03b5\u03c0\u03bf\u03b9\u03b8\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03bf\u03c5 \u03bc\u03b5 \u03b8\u03ac\u03c1\u03c1\u03bf\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03b1\u03c6\u03ae\u03bd\u03b5\u03b9\u03b1, \u03c0\u03bf\u03c4\u03ad \u03bc\u03b5 \u03b1\u03bb\u03b1\u03b6\u03bf\u03bd\u03b5\u03af\u03b1\u2014\u03c4\u03b9\u03bc\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03b5\u03af\u03b4\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03ac\u03bb\u03bb\u03c9\u03bd \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03bd\u03b5\u03c1\u03ce\u03bd\u03c9 \u03c4\u03b7\u03bd \u03b1\u03bb\u03ae\u03b8\u03b5\u03b9\u03b1.\",\n  \"core.5.title\": \"\u0395\u03bb\u03b5\u03c5\u03b8\u03b5\u03c1\u03af\u03b1 \u03b1\u03c0\u03cc \u039a\u03b1\u03c4\u03b1\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03bc\u03cc\",\n  \"core.5.text\": \"\u0397 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c7\u03b5\u03b9\u03c1\u03b1\u03b3\u03ce\u03b3\u03b7\u03c3\u03b7. \u039f\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b5\u03bd\u03c4\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b1\u03c2 \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c7\u03ce\u03c1\u03bf\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b5\u03c5\u03c7\u03ae\u03c2, \u03c3\u03c5\u03bc\u03c6\u03b9\u03bb\u03af\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2\u2014\u03cc\u03c7\u03b9 \u03bd\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2, \u03b5\u03ba\u03c6\u03bf\u03b2\u03b9\u03c3\u03bc\u03bf\u03cd \u03ae \u03ac\u03b4\u03b5\u03b9\u03b1\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2.\",\n  \"core.6.title\": \"\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u0391\u03ba\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2\",\n  \"core.6.text\": \"\u0398\u03b1 \u03c3\u03c4\u03ad\u03ba\u03bf\u03bc\u03b1\u03b9 \u03c3\u03b1\u03bd \u03c6\u03c1\u03bf\u03c5\u03c1\u03cc\u03c2 \u03b5\u03bd\u03ac\u03bd\u03c4\u03b9\u03b1 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bd\u03b5\u03c5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7, \u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ae \u03b4\u03b9\u03b1\u03c6\u03b8\u03bf\u03c1\u03ac \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ce \u03b4\u03b9\u03b1\u03c6\u03b1\u03bd\u03ae, \u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03b7\u03b3\u03b5\u03c3\u03af\u03b1.\",\n  \"core.7.title\": \"\u0398\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 \u0394\u03b9\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c9\u03bd\",\n  \"core.7.text\": \"\u039c\u03b5\u03c4\u03b1\u03bd\u03bf\u03ce \u03b3\u03b9\u03b1 \u03bf\u03c0\u03bf\u03b9\u03bf\u03bd\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c1\u03cc\u03bb\u03bf\u2014\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03ae \u03ba\u03bb\u03b7\u03c1\u03bf\u03bd\u03bf\u03bc\u03b7\u03bc\u03ad\u03bd\u03bf\u2014\u03c0\u03bf\u03c5 \u03ad\u03c0\u03b1\u03b9\u03be\u03b5 \u03b7 \u03b5\u03ba\u03ba\u03bb\u03b7\u03c3\u03af\u03b1, \u03c4\u03bf \u03ba\u03af\u03bd\u03b7\u03bc\u03b1 \u03ae \u03b7 \u03c0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03ae \u03bc\u03bf\u03c5 \u03c3\u03c4\u03b7 \u03c3\u03c0\u03bf\u03c1\u03ac \u03b4\u03b9\u03c7\u03b1\u03c3\u03bc\u03bf\u03cd, \u03c5\u03c0\u03b5\u03c1\u03b7\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2 \u03ae \u03b1\u03c5\u03c4\u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03cd \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5. \u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03c9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b1\u03bd\u03c4\u03af \u03c4\u03b7\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c0\u03b1\u03bb\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2.\",\n  \"core.8.title\": \"\u03a7\u03ac\u03c1\u03b7 \u03c3\u03c4\u03b7\u03bd \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\",\n  \"core.8.text\": \"\u0394\u03b5\u03bd \u03b8\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c9 \u03c4\u03b1 \u03bb\u03cc\u03b3\u03b9\u03b1 \u03bc\u03bf\u03c5 \u03c9\u03c2 \u03cc\u03c0\u03bb\u03bf \u03bc\u03b5 \u03c3\u03c5\u03ba\u03bf\u03c6\u03b1\u03bd\u03c4\u03af\u03b1, \u03ba\u03bf\u03c5\u03c4\u03c3\u03bf\u03bc\u03c0\u03bf\u03bb\u03b9\u03cc \u03ae \u03c0\u03b5\u03c1\u03b9\u03c6\u03c1\u03cc\u03bd\u03b7\u03c3\u03b7. \u0398\u03b1 \u03bc\u03b9\u03bb\u03ce \u03c4\u03b7\u03bd \u03b1\u03bb\u03ae\u03b8\u03b5\u03b9\u03b1 \u03bc\u03b5 \u03b1\u03b3\u03ac\u03c0\u03b7 \u03ba\u03b1\u03b9 \u03b8\u03ac\u03c1\u03c1\u03bf\u03c2.\",\n  \"core.9.title\": \"\u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\",\n  \"core.9.text\": \"\u0398\u03b1 \u03b5\u03bd\u03ce\u03c3\u03c9 \u03c4\u03b1 \u03c7\u03ad\u03c1\u03b9\u03b1 \u03cc\u03c0\u03bf\u03c5 \u03b7 \u03c3\u03c5\u03bd\u03b5\u03af\u03b4\u03b7\u03c3\u03b7 \u03c4\u03bf \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9\u2014\u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03b5\u03c5\u03c7\u03ae, \u0393\u03c1\u03b1\u03c6\u03ae, \u03ad\u03bb\u03b5\u03bf\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03ba\u03b1\u03b9\u03bf\u03c3\u03cd\u03bd\u03b7\u2014\u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03cc\u03c4\u03b9 \u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03c2 \u03b4\u03bf\u03be\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03cc\u03c4\u03b1\u03bd \u03c4\u03bf \u03a3\u03ce\u03bc\u03b1 \u03a4\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9.\",\n  \"core.10.title\": \"\u039a\u03bb\u03b7\u03c1\u03bf\u03bd\u03bf\u03bc\u03b9\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf \u039c\u03ad\u03bb\u03bb\u03bf\u03bd\",\n  \"core.10.text\": \"\u0398\u03b1 \u03b5\u03c0\u03b5\u03bd\u03b4\u03cd\u03c3\u03c9 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b3\u03b5\u03bd\u03b9\u03ac, \u03b4\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1 \u03c4\u03b1\u03c0\u03b5\u03af\u03bd\u03c9\u03c3\u03b7\u03c2, \u03c7\u03b1\u03c1\u03ac\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03b5\u03bc\u03ac\u03c4\u03b7\u03c2 \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03bb\u03b7\u03c1\u03bf\u03bd\u03bf\u03bc\u03ae\u03c3\u03bf\u03c5\u03bd \u03bc\u03b9\u03b1 \u03c0\u03af\u03c3\u03c4\u03b7 \u03c0\u03bf\u03c5 \u03b1\u03be\u03af\u03b6\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b7\u03b8\u03b5\u03af.\",\n  \"core.11.title\": \"\u0395\u03bc\u03c0\u03b9\u03c3\u03c4\u03bf\u03c3\u03cd\u03bd\u03b7 \u03c3\u03c4\u03bf \u0388\u03c1\u03b3\u03bf \u03c4\u03bf\u03c5 \u0398\u03b5\u03bf\u03cd\",\n  \"core.11.text\": \"\u0398\u03b1 \u03b5\u03c4\u03bf\u03b9\u03bc\u03ac\u03c3\u03c9 \u03c4\u03bf \u03b8\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03c4\u03b7\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bc\u03ad\u03c3\u03c9 \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b5\u03c5\u03c7\u03ae\u03c2, \u03b1\u03bb\u03bb\u03ac \u03b4\u03b5\u03bd \u03b8\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c9 \u03c4\u03b5\u03c7\u03bd\u03b7\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03c9\u03c0\u03cd\u03c1\u03c9\u03c3\u03b7. \u039c\u03cc\u03bd\u03bf \u03bf \u0398\u03b5\u03cc\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03c4\u03b7 \u03c6\u03c9\u03c4\u03b9\u03ac, \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03c9 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03a4\u03bf\u03c5 \u03c7\u03c1\u03cc\u03bd\u03bf.\",\n  \"progress.already\": \"\ud83d\udd25 \u0389\u03b4\u03b7\",\n  \"progress.after\": \"\u03c0\u03b9\u03c3\u03c4\u03bf\u03af \u03ad\u03c7\u03bf\u03c5\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9\",\n  \"progress.note\": \"(\u039a\u03ac\u03b8\u03b5 \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c3\u03c4\u03af\u03b8\u03b5\u03c4\u03b1\u03b9 \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03ae \u03b3\u03b9\u03b1 \u03c4\u03bf \u03a3\u03ce\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd \u03c0\u03b1\u03b3\u03ba\u03bf\u03c3\u03bc\u03af\u03c9\u03c2.)\",\n  \"testimonials.title\": \"\ud83d\udcac \u0393\u03b9\u03b1\u03c4\u03af \u03a5\u03c0\u03ad\u03b3\u03c1\u03b1\u03c8\u03b1\",\n  \"testimonials.intro\": \"\u0397 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03b4\u03bf\u03c4\u03b9\u03ba\u03ae. \u0395\u03b4\u03ce \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03c6\u03c9\u03bd\u03ad\u03c2 \u03b1\u03c0\u03cc \u03cc\u03bb\u03bf \u03c4\u03bf\u03bd \u03ba\u03cc\u03c3\u03bc\u03bf:\",\n  \"testimonials.q1\": \"\u00ab\u03a0\u03b5\u03c1\u03af\u03bc\u03b5\u03bd\u03b1 \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03c9 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03ba\u03b9\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b5\u03cd\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c9\u03c2 \u03ad\u03bd\u03b1. \u0391\u03c5\u03c4\u03cc \u03c4\u03bf \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf \u03bc\u03bf\u03c5 \u03ad\u03b4\u03c9\u03c3\u03b5 \u03be\u03b1\u03bd\u03ac \u03b5\u03bb\u03c0\u03af\u03b4\u03b1.\u00bb\",\n  \"testimonials.q2\": \"\u00ab\u03a5\u03c0\u03ad\u03b3\u03c1\u03b1\u03c8\u03b1 \u03b3\u03b9\u03b1\u03c4\u03af \u03b8\u03ad\u03bb\u03c9 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03bc\u03bf\u03c5 \u03bd\u03b1 \u03b4\u03bf\u03c5\u03bd \u03ad\u03bd\u03b1 \u03a3\u03ce\u03bc\u03b1 \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd, \u03cc\u03c7\u03b9 \u03b4\u03b9\u03b1\u03c3\u03c0\u03b1\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2.\u00bb\",\n  \"testimonials.q3\": \"\u00ab\u0393\u03b9\u03b1 \u03bc\u03ad\u03bd\u03b1, \u03b1\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1. \u0389\u03bc\u03bf\u03c5\u03bd \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03b4\u03b9\u03c7\u03b1\u03c3\u03bc\u03bf\u03cd. \u03a4\u03ce\u03c1\u03b1 \u03b8\u03ad\u03bb\u03c9 \u03bd\u03b1 \u03b5\u03af\u03bc\u03b1\u03b9 \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\u03c2.\u00bb\",\n  \"testimonials.c1\": \"\u2014 \u0391\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2\",\n  \"testimonials.c2\": \"\u2014 \u0399\u03ac\u03c3\u03bf\u03bd\u03b1\u03c2, \u0397\u03a0\u0391\",\n  \"testimonials.c3\": \"\u2014 \u0391\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2\",\n  \"testimonials.hint\": \"\u0397 \u03b4\u03b9\u03ba\u03ae \u03c3\u03bf\u03c5 \u03bc\u03b1\u03c1\u03c4\u03c5\u03c1\u03af\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03bc\u03c0\u03bd\u03b5\u03cd\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9. \u039c\u03bf\u03b9\u03c1\u03ac\u03c3\u03bf\u03c5 \u03c4\u03b7 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9.\",\n  \"form.heading\": \"\u0397 \u0394\u03ad\u03c3\u03bc\u03b5\u03c5\u03c3\u03ae \u039c\u03bf\u03c5\",\n  \"commitment.body\": \"\u0394\u03b5\u03c3\u03bc\u03b5\u03cd\u03bf\u03bc\u03b1\u03b9 \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03ba\u03bf\u03c3\u03c4\u03af\u03b6\u03b5\u03b9: \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03bc\u03b1\u03c1\u03c4\u03af\u03b1, \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b1\u03c0\u03b5\u03af\u03bd\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03bf\u03bd \u03a3\u03c4\u03b1\u03c5\u03c1\u03cc. \u0398\u03b1 \u03b6\u03ae\u03c3\u03c9 \u03c3\u03b5 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae \u03bc\u03b5\u03c4\u03ac\u03bd\u03bf\u03b9\u03b1, \u03b1\u03bd\u03b1\u03bd\u03b5\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03b7\u03c2 \u03c1\u03b9\u03b6\u03bf\u03c3\u03c0\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2\u2014\u03cc\u03c3\u03b5\u03c2 \u03c6\u03bf\u03c1\u03ad\u03c2 \u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af. \u0398\u03b1 \u03c0\u03b5\u03c1\u03c0\u03b1\u03c4\u03ce \u03c4\u03b1\u03c0\u03b5\u03b9\u03bd\u03ac \u03bc\u03b5 \u03c4\u03bf\u03bd \u0398\u03b5\u03cc, \u03b4\u03af\u03c0\u03bb\u03b1 \u03c3\u03b5 \u03b1\u03b4\u03ad\u03bb\u03c6\u03b9\u03b1 \u03b1\u03c0\u03cc \u03ba\u03ac\u03b8\u03b5 \u03c0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7.\",\n  \"form.labels.name\": \"\u038c\u03bd\u03bf\u03bc\u03b1: *\",\n  \"form.labels.city\": \"\u03a0\u03cc\u03bb\u03b7\/\u03a7\u03ce\u03c1\u03b1:\",\n  \"form.labels.church\": \"\u0395\u03ba\u03ba\u03bb\u03b7\u03c3\u03af\u03b1\/\u03a0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7 (\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac):\",\n  \"form.labels.email\": \"Email (\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac):\",\n  \"form.labels.why\": \"\u0393\u03b9\u03b1\u03c4\u03af \u03a5\u03c0\u03ad\u03b3\u03c1\u03b1\u03c8\u03b1 (\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac):\",\n  \"form.labels.signature\": \"\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \/ \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1:\",\n  \"form.placeholders.why\": \"\u039c\u03bf\u03b9\u03c1\u03ac\u03c3\u03bf\u03c5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03cc\u03c4\u03b1\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bc\u03c0\u03bd\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2 \u03ac\u03bb\u03bb\u03bf\u03c5\u03c2\u2026\",\n  \"form.placeholders.signature\": \"\u0393\u03c1\u03ac\u03c8\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03c3\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u03a5\u03c0\u03cc\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03a3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf\",\n  \"form.hint\": \"\u0397 \u03c5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03b8\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03b9 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03bf\u03c5 \u03c3\u03c4\u03bf \u03c6\u03cd\u03bb\u03bb\u03bf Unity_Pledge \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03bc\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae.\",\n  \"footer.share\": \"\ud83d\udce2 \u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03bf \u03a3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n  \"ui.submitting\": \"\u03a5\u03c0\u03bf\u03b2\u03ac\u03bb\u03bb\u03b5\u03c4\u03b1\u03b9\u2026\",\n  \"ui.nameRequired\": \"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2.\",\n  \"ui.success\": \"\ud83d\ude4f \u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5\u03c2 \u03c4\u03bf \u03a3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2!\",\n  \"ui.error\": \"\u26a0\ufe0f \u039a\u03ac\u03c4\u03b9 \u03c0\u03ae\u03b3\u03b5 \u03c3\u03c4\u03c1\u03b1\u03b2\u03ac. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.\",\n  \"ui.duplicate\": \"\u0388\u03c7\u03b5\u03b9\u03c2 \u03ae\u03b4\u03b7 \u03c5\u03c0\u03bf\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03bf. \u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5!\"\n},\nhe: {\n  \"header.title\": \"\u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d0\u05d7\u05d3\u05d5\u05ea\",\n  \"header.subtitle\": \"\u05de\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d2\u05e3 \u05dc\u05d0\u05d1\u05e0\u05d9 \u05d3\u05e8\u05da\",\n  \"header.tagline\": \"\u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05d0\u05d7\u05d3\u05d5\u05ea \u05d6\u05d5\u05dc\u05d4. \u05d6\u05d5 \u05d0\u05d7\u05d3\u05d5\u05ea \u05d9\u05e7\u05e8\u05d4\u2014\u05d7\u05ea\u05d5\u05de\u05d4 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4, \u05d8\u05d1\u05d9\u05dc\u05d4, \u05d5\u05d4\u05e6\u05dc\u05d1.\",\n  \"header.cta\": \"\u270d\ufe0f \u05d7\u05ea\u05d5\u05dd \u05e2\u05dc \u05d4\u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea\",\n  \"preamble.title\": \"\u05de\u05d1\u05d5\u05d0\",\n  \"preamble.body\": \"\u05d1\u05ea\u05d2\u05d5\u05d1\u05d4 \u05dc\u05ea\u05e4\u05d9\u05dc\u05ea\u05d5 \u05e9\u05dc \u05d9\u05e9\u05d5\u05e2\u2014\u05f4\u05e9\u05db\u05d5\u05dc\u05dd \u05d9\u05d4\u05d9\u05d5 \u05d0\u05d7\u05d3\u2026 \u05db\u05d3\u05d9 \u05e9\u05d4\u05e2\u05d5\u05dc\u05dd \u05d9\u05d0\u05de\u05d9\u05df\u05f4 (\u05d9\u05d5\u05d7\u05e0\u05df 17:21)\u2014\u05d0\u05e0\u05d9 \u05de\u05e1\u05e8\u05d1 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05e2\u05dd \u05e2\u05d3\u05d5\u05ea \u05de\u05e4\u05d5\u05e6\u05dc\u05ea \u05d0\u05d5 \u05d3\u05ea \u05d7\u05e1\u05e8\u05ea \u05db\u05d5\u05d7. \u05d0\u05e0\u05d9 \u05de\u05ea\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05dc\u05d7\u05dd \u05dc\u05de\u05e2\u05df \u05d0\u05d7\u05d3\u05d5\u05ea \u05d1\u05d0\u05de\u05ea \u05d5\u05d1\u05d0\u05d4\u05d1\u05d4 \u05e2\u05dd \u05db\u05dc \u05d4\u05e7\u05d5\u05e8\u05d0\u05d9\u05dd \u05d1\u05e9\u05dd \u05d9\u05e9\u05d5\u05e2 \u05d4\u05de\u05e9\u05d9\u05d7. \u05d1\u05e8\u05d9\u05ea \u05d6\u05d5, \u05de\u05d5\u05e9\u05e8\u05e9\u05ea \u05d1\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d4\u05e8\u05d3\u05d9\u05e7\u05dc\u05d9\u05ea \u05dc\u05d4\u05d9\u05d5\u05d5\u05dc\u05d3 \u05de\u05d7\u05d3\u05e9 (\u05d9\u05d5\u05d7\u05e0\u05df 3:3\u20135), \u05d3\u05d5\u05e8\u05e9\u05ea \u05e2\u05e0\u05d5\u05d5\u05d4, \u05ea\u05e9\u05d5\u05d1\u05d4, \u05e9\u05dc\u05d5\u05dd, \u05d5\u05e9\u05d9\u05ea\u05d5\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e0\u05d5\u05e2\u05d6 \u05e9\u05d9\u05d8\u05dc\u05d8\u05dc \u05d0\u05ea \u05d2\u05d5\u05e4\u05d5 \u05e9\u05dc \u05d4\u05de\u05e9\u05d9\u05d7 \u05d5\u05d9\u05d2\u05d1\u05d9\u05e8 \u05d0\u05ea \u05e7\u05d5\u05dc \u05d4\u05d1\u05e9\u05d5\u05e8\u05d4 \u05dc\u05e2\u05de\u05d9\u05dd.\",\n  \"core.title\": \"\u05d0\u05de\u05d5\u05e0\u05d5\u05ea \u05d9\u05e1\u05d5\u05d3\",\n  \"core.1.title\": \"\u05e6\u05dc\u05dd \u05d0\u05dc\u05d5\u05d4\u05d9\u05dd\",\n  \"core.1.text\": \"\u05db\u05dc \u05d0\u05d3\u05dd \u05e0\u05d5\u05e9\u05d0 \u05d0\u05ea \u05e6\u05dc\u05dd \u05d0\u05dc\u05d5\u05d4\u05d9\u05dd \u05d5\u05d9\u05e9 \u05dc\u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05d0\u05dc\u05d9\u05d5 \u05d1\u05db\u05d1\u05d5\u05d3 \u05e7\u05d3\u05d5\u05e9\u2014\u05d1\u05d9\u05df \u05d0\u05dd \u05d4\u05d5\u05d0 \u05d7\u05d1\u05e8 \u05d0\u05d5 \u05d6\u05e8, \u05e7\u05d3\u05d5\u05e9 \u05d0\u05d5 \u05e1\u05e4\u05e7\u05df.\",\n  \"core.2.title\": \"\u05d9\u05e9\u05d5\u05e2 \u05db\u05d0\u05d3\u05d5\u05df\",\n  \"core.2.text\": \"\u05d0\u05e0\u05d9 \u05de\u05d5\u05d3\u05d4 \u05e9\u05d9\u05e9\u05d5\u05e2 \u05d4\u05de\u05e9\u05d9\u05d7 \u05d4\u05d5\u05d0 \u05d4\u05d0\u05d3\u05d5\u05df\u2014\u05dc\u05d0 \u05d0\u05d7\u05d3 \u05de\u05e0\u05d9 \u05e8\u05d1\u05d9\u05dd, \u05d0\u05dc\u05d0 \u05d4\u05e8\u05d0\u05e9 \u05d5\u05d4\u05de\u05dc\u05da \u05d4\u05d9\u05d7\u05d9\u05d3\u2014\u05d5\u05d0\u05e0\u05d7\u05d4 \u05d0\u05ea \u05d7\u05d9\u05d9 \u05dc\u05e4\u05d9 \u05d3\u05d1\u05e8\u05d5 \u05d5\u05e8\u05d5\u05d7\u05d5.\",\n  \"core.3.title\": \"\u05dc\u05d9\u05d3\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05ea\u05e9\u05d5\u05d1\u05d4 \u05d5\u05d8\u05d1\u05d9\u05dc\u05d4\",\n  \"core.3.text\": \"\u05d0\u05e0\u05d9 \u05de\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d4\u05de\u05e7\u05e8\u05d0\u05d9\u05ea \u05d4\u05d1\u05dc\u05ea\u05d9 \u05de\u05ea\u05e4\u05e9\u05e8\u05ea \u05dc\u05d4\u05d9\u05d5\u05d5\u05dc\u05d3 \u05de\u05d7\u05d3\u05e9\u2014\u05dc\u05d4\u05d9\u05db\u05e0\u05e2 \u05d1\u05dc\u05d1, \u05dc\u05e9\u05d5\u05d1 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d5\u05dc\u05d8\u05d1\u05d5\u05dc \u05d1\u05e9\u05dd \u05d9\u05e9\u05d5\u05e2 \u05d4\u05de\u05e9\u05d9\u05d7 \u05dc\u05e9\u05dd \u05e1\u05dc\u05d9\u05d7\u05ea \u05d4\u05d7\u05d8\u05d0\u05d9\u05dd \u05d5\u05de\u05ea\u05e0\u05ea \u05e8\u05d5\u05d7 \u05d4\u05e7\u05d5\u05d3\u05e9 (\u05d9\u05d5\u05d7\u05e0\u05df 3:3\u20135; \u05de\u05e2\u05e9\u05d9 \u05d4\u05e9\u05dc\u05d9\u05d7\u05d9\u05dd 2:37\u201338). \u05d4\u05e7\u05d3\u05e9\u05ea \u05ea\u05d9\u05e0\u05d5\u05e7\u05d5\u05ea \u05d0\u05d5 \u05d8\u05e7\u05e1\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3 \u05d0\u05d9\u05e0\u05dd \u05ea\u05d7\u05dc\u05d9\u05e3 \u05dc\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea \u05d5\u05dc\u05d8\u05d1\u05d9\u05dc\u05d4. \u05db\u05dc \u05de\u05d0\u05de\u05d9\u05df \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d2\u05d9\u05d1 \u05d1\u05de\u05d5\u05d3\u05e2, \u05d1\u05e4\u05d5\u05de\u05d1\u05d9, \u05d5\u05d1\u05db\u05dc \u05d4\u05dc\u05d1\u2014\u05d5\u05dc\u05d4\u05ea\u05de\u05d9\u05d3 \u05d1\u05d3\u05e4\u05d5\u05e1 \u05d7\u05d9\u05d9\u05dd \u05e9\u05dc \u05ea\u05e9\u05d5\u05d1\u05d4, \u05d0\u05de\u05d5\u05e0\u05d4 \u05d5\u05d4\u05ea\u05d7\u05d3\u05e9\u05d5\u05ea \u05d1\u05e8\u05d5\u05d7.\",\n  \"core.4.title\": \"\u05e2\u05e0\u05d5\u05d5\u05d4 \u05d1\u05d0\u05de\u05d5\u05e0\u05d4\",\n  \"core.4.text\": \"\u05d0\u05d7\u05d6\u05d9\u05e7 \u05d1\u05d0\u05de\u05d5\u05e0\u05d5\u05ea\u05d9\u05d9 \u05d1\u05d0\u05d5\u05de\u05e5 \u05d5\u05d1\u05d1\u05d4\u05d9\u05e8\u05d5\u05ea, \u05d0\u05da \u05dc\u05d0 \u05d1\u05d2\u05d0\u05d5\u05d5\u05d4\u2014\u05d0\u05db\u05d1\u05d3 \u05d0\u05ea \u05de\u05e6\u05e4\u05d5\u05e0\u05dd \u05e9\u05dc \u05d0\u05d7\u05e8\u05d9\u05dd \u05d5\u05dc\u05d0 \u05d0\u05d3\u05dc\u05dc \u05d0\u05ea \u05d4\u05d0\u05de\u05ea.\",\n  \"core.5.title\": \"\u05d7\u05d5\u05e4\u05e9 \u05de\u05db\u05e4\u05d9\u05d9\u05d4\",\n  \"core.5.text\": \"\u05d0\u05d7\u05d3\u05d5\u05ea \u05d0\u05d9\u05e0\u05d4 \u05de\u05e0\u05d9\u05e4\u05d5\u05dc\u05e6\u05d9\u05d4. \u05d4\u05de\u05e4\u05d2\u05e9\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5 \u05d9\u05d4\u05d9\u05d5 \u05de\u05e7\u05d5\u05de\u05d5\u05ea \u05e9\u05dc \u05ea\u05e4\u05d9\u05dc\u05d4, \u05e4\u05d9\u05d5\u05e1 \u05d5\u05e9\u05dc\u05d9\u05d7\u05d5\u05ea\u2014\u05dc\u05d0 \u05d1\u05d5\u05e9\u05d4, \u05d4\u05e4\u05d7\u05d3\u05d4 \u05d0\u05d5 \u05d2\u05d9\u05d5\u05e1 \u05e8\u05d9\u05e7.\",\n  \"core.6.title\": \"\u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d9\u05d5\u05e9\u05e8\u05d4\",\n  \"core.6.text\": \"\u05d0\u05e2\u05de\u05d5\u05d3 \u05db\u05e9\u05d5\u05de\u05e8 \u05e2\u05dc \u05d4\u05de\u05e9\u05de\u05e8 \u05e0\u05d2\u05d3 \u05d4\u05ea\u05e2\u05dc\u05dc\u05d5\u05ea \u05e8\u05d5\u05d7\u05e0\u05d9\u05ea, \u05e1\u05d5\u05d3\u05d9\u05d5\u05ea \u05d0\u05d5 \u05e9\u05d7\u05d9\u05ea\u05d5\u05ea, \u05d5\u05d0\u05d3\u05e8\u05d5\u05e9 \u05d4\u05e0\u05d4\u05d2\u05d4 \u05e9\u05e7\u05d5\u05e4\u05d4 \u05d5\u05dc\u05d1\u05d1\u05d9\u05ea.\",\n  \"core.7.title\": \"\u05e8\u05d9\u05e4\u05d5\u05d9 \u05de\u05d7\u05dc\u05d5\u05e7\u05d5\u05ea\",\n  \"core.7.text\": \"\u05d0\u05e0\u05d9 \u05e9\u05d1 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e2\u05dc \u05db\u05dc \u05ea\u05e4\u05e7\u05d9\u05d3\u2014\u05d0\u05d9\u05e9\u05d9 \u05d0\u05d5 \u05ea\u05d5\u05e8\u05e9\u05ea\u05d9\u2014\u05e9\u05dc\u05db\u05e0\u05e1\u05d9\u05d9\u05d4, \u05dc\u05ea\u05e0\u05d5\u05e2\u05d4 \u05d0\u05d5 \u05dc\u05de\u05e1\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9 \u05d4\u05d9\u05d4 \u05d1\u05d9\u05e6\u05d9\u05e8\u05ea \u05de\u05d7\u05dc\u05d5\u05e7\u05ea, \u05d2\u05d0\u05d5\u05d5\u05d4 \u05d0\u05d5 \u05e9\u05dc\u05d9\u05d8\u05d4 \u05e1\u05de\u05db\u05d5\u05ea\u05e0\u05d9\u05ea. \u05d0\u05e0\u05d9 \u05d1\u05d5\u05d7\u05e8 \u05d1\u05e9\u05d9\u05e7\u05d5\u05dd \u05e2\u05dc \u05e4\u05e0\u05d9 \u05d9\u05e8\u05d9\u05d1\u05d5\u05ea.\",\n  \"core.8.title\": \"\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d7\u05e1\u05d3\u05d9\u05ea\",\n  \"core.8.text\": \"\u05dc\u05d0 \u05d0\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d9\u05dc\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05e4\u05d2\u05d5\u05e2, \u05dc\u05e8\u05db\u05dc \u05d0\u05d5 \u05dc\u05d1\u05d5\u05d6. \u05d0\u05d3\u05d1\u05e8 \u05d0\u05ea \u05d4\u05d0\u05de\u05ea \u05d1\u05d0\u05d4\u05d1\u05d4 \u05d5\u05d1\u05d0\u05d5\u05de\u05e5.\",\n  \"core.9.title\": \"\u05e9\u05dc\u05d9\u05d7\u05d5\u05ea \u05d1\u05e9\u05d9\u05ea\u05d5\u05e3\",\n  \"core.9.text\": \"\u05d0\u05e9\u05ea\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d4\u05d9\u05db\u05df \u05e9\u05d4\u05de\u05e6\u05e4\u05d5\u05df \u05de\u05d0\u05e4\u05e9\u05e8\u2014\u05d1\u05ea\u05e4\u05d9\u05dc\u05d4, \u05d1\u05db\u05ea\u05d5\u05d1\u05d9\u05dd, \u05d1\u05e8\u05d7\u05de\u05d9\u05dd \u05d5\u05d1\u05e6\u05d3\u05e7\u2014\u05db\u05d9 \u05db\u05d0\u05e9\u05e8 \u05d2\u05d5\u05e4\u05d5 \u05e9\u05dc \u05d4\u05de\u05e9\u05d9\u05d7 \u05e4\u05d5\u05e2\u05dc \u05d9\u05d7\u05d3, \u05d4\u05d5\u05d0 \u05de\u05ea\u05d2\u05d3\u05dc.\",\n  \"core.10.title\": \"\u05de\u05d5\u05e8\u05e9\u05ea \u05dc\u05d3\u05d5\u05e8\u05d5\u05ea \u05d4\u05d1\u05d0\u05d9\u05dd\",\n  \"core.10.text\": \"\u05d0\u05e9\u05e7\u05d9\u05e2 \u05d1\u05d3\u05d5\u05e8 \u05d4\u05d1\u05d0, \u05d5\u05d0\u05d4\u05d9\u05d4 \u05d3\u05d5\u05d2\u05de\u05d4 \u05dc\u05e2\u05e0\u05d5\u05d5\u05d4, \u05e9\u05de\u05d7\u05d4 \u05d5\u05d0\u05d5\u05ea\u05e0\u05d8\u05d9\u05d5\u05ea \u05de\u05dc\u05d0\u05ea \u05e8\u05d5\u05d7\u2014\u05db\u05d3\u05d9 \u05e9\u05d9\u05d9\u05e8\u05e9\u05d5 \u05d0\u05de\u05d5\u05e0\u05d4 \u05e8\u05d0\u05d5\u05d9\u05d4 \u05dc\u05d4\u05dc\u05da \u05d0\u05d7\u05e8\u05d9\u05d4.\",\n  \"core.11.title\": \"\u05d0\u05de\u05d5\u05df \u05d1\u05e4\u05e2\u05d5\u05dc\u05ea \u05d0\u05dc\u05d5\u05d4\u05d9\u05dd\",\n  \"core.11.text\": \"\u05d0\u05db\u05d9\u05df \u05d0\u05ea \u05de\u05d6\u05d1\u05d7 \u05d4\u05d0\u05d7\u05d3\u05d5\u05ea \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d5\u05d1\u05ea\u05e4\u05d9\u05dc\u05d4, \u05d0\u05da \u05dc\u05d0 \u05d0\u05e0\u05e1\u05d4 \u05dc\u05d9\u05d9\u05e6\u05e8 \u05d4\u05ea\u05e2\u05d5\u05e8\u05e8\u05d5\u05ea. \u05e8\u05e7 \u05d0\u05dc\u05d5\u05d4\u05d9\u05dd \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4\u05d0\u05e9, \u05d5\u05d0\u05d7\u05db\u05d4 \u05dc\u05e2\u05d9\u05ea\u05d5.\",\n  \"progress.already\": \"\ud83d\udd25 \u05db\u05d1\u05e8\",\n  \"progress.after\": \"\u05de\u05d0\u05de\u05d9\u05e0\u05d9\u05dd \u05d7\u05ea\u05de\u05d5\",\n  \"progress.note\": \"(\u05db\u05dc \u05e9\u05dd \u05de\u05d5\u05e1\u05d9\u05e3 \u05ea\u05e0\u05d5\u05e4\u05d4 \u05dc\u05d2\u05d5\u05e3 \u05d4\u05de\u05e9\u05d9\u05d7 \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd.)\",\n  \"testimonials.title\": \"\ud83d\udcac \u05dc\u05de\u05d4 \u05d7\u05ea\u05de\u05ea\u05d9\",\n  \"testimonials.intro\": \"\u05d0\u05d7\u05d3\u05d5\u05ea \u05de\u05d3\u05d1\u05e7\u05ea. \u05d4\u05e0\u05d4 \u05e7\u05d5\u05dc\u05d5\u05ea \u05de\u05db\u05dc \u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd:\",\n  \"testimonials.q1\": \"\u05f4\u05d7\u05d9\u05db\u05d9\u05ea\u05d9 \u05e9\u05e0\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05de\u05ea\u05e4\u05dc\u05dc\u05d9\u05dd \u05db\u05d0\u05d7\u05d3. \u05d4\u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05d4\u05d6\u05d5 \u05d4\u05d7\u05d6\u05d9\u05e8\u05d4 \u05dc\u05d9 \u05d0\u05ea \u05d4\u05ea\u05e7\u05d5\u05d5\u05d4.\u05f4\",\n  \"testimonials.q2\": \"\u05f4\u05d7\u05ea\u05de\u05ea\u05d9 \u05db\u05d9 \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05e9\u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05e9\u05dc\u05d9 \u05d9\u05d2\u05d3\u05dc\u05d5 \u05d5\u05d9\u05e8\u05d0\u05d5 \u05d2\u05d5\u05e3 \u05d0\u05d7\u05d3 \u05e9\u05dc \u05d4\u05de\u05e9\u05d9\u05d7, \u05d5\u05dc\u05d0 \u05ea\u05d5\u05d5\u05d9\u05d5\u05ea \u05de\u05e4\u05d5\u05e6\u05dc\u05d5\u05ea.\u05f4\",\n  \"testimonials.q3\": \"\u05f4\u05d1\u05e9\u05d1\u05d9\u05dc\u05d9, \u05d6\u05d5 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05d4\u05d9\u05d9\u05ea\u05d9 \u05d7\u05dc\u05e7 \u05de\u05d4\u05e4\u05d9\u05e8\u05d5\u05d3. \u05e2\u05db\u05e9\u05d9\u05d5 \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d7\u05dc\u05e7 \u05de\u05d4\u05e8\u05d9\u05e4\u05d5\u05d9.\u05f4\",\n  \"testimonials.c1\": \"\u2014 \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9\",\n  \"testimonials.c2\": \"\u2014 \u05d2'\u05d9\u05d9\u05e1\u05d5\u05df, \u05d0\u05e8\u05d4\u05f4\u05d1\",\n  \"testimonials.c3\": \"\u2014 \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9\",\n  \"testimonials.hint\": \"\u05d4\u05e2\u05d3\u05d5\u05ea \u05e9\u05dc\u05da \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e2\u05d5\u05d3\u05d3 \u05de\u05d9\u05e9\u05d4\u05d5 \u05d0\u05d7\u05e8 \u05dc\u05d7\u05ea\u05d5\u05dd. \u05e9\u05ea\u05e3 \u05d0\u05d5\u05ea\u05d4 \u05db\u05d0\u05df.\",\n  \"form.heading\": \"\u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea\u05d9\",\n  \"commitment.body\": \"\u05d0\u05e0\u05d9 \u05de\u05ea\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d0\u05d7\u05d3\u05d5\u05ea \u05e9\u05e2\u05d5\u05dc\u05d4 \u05d1\u05de\u05d7\u05d9\u05e8: \u05d0\u05d7\u05d3\u05d5\u05ea \u05e9\u05de\u05ea\u05de\u05d5\u05d3\u05d3\u05ea \u05e2\u05dd \u05d7\u05d8\u05d0, \u05d3\u05d5\u05e8\u05e9\u05ea \u05e2\u05e0\u05d5\u05d5\u05d4, \u05d5\u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05dc\u05e6\u05dc\u05d1. \u05d0\u05d7\u05d9\u05d4 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4 \u05de\u05ea\u05de\u05e9\u05db\u05ea, \u05de\u05d7\u05d5\u05d3\u05e9\u05ea \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd \u05e8\u05d3\u05d9\u05e7\u05dc\u05d9\u05ea \u05e9\u05dc \u05dc\u05d9\u05d3\u05d4 \u05de\u05d7\u05d3\u05e9\u2014\u05ea\u05e9\u05d5\u05d1\u05d4, \u05d8\u05d1\u05d9\u05dc\u05d4 \u05d5\u05d0\u05e9 \u05d4\u05e8\u05d5\u05d7\u2014\u05d1\u05db\u05dc \u05e4\u05e2\u05dd \u05e9\u05e6\u05e8\u05d9\u05da. \u05d0\u05dc\u05da \u05d1\u05e2\u05e0\u05d5\u05d5\u05d4 \u05e2\u05dd \u05d0\u05dc\u05d5\u05d4\u05d9\u05dd, \u05d9\u05d7\u05d3 \u05e2\u05dd \u05d0\u05d7\u05d9\u05dd \u05d5\u05d0\u05d7\u05d9\u05d5\u05ea \u05de\u05db\u05dc \u05de\u05e1\u05d5\u05e8\u05ea.\",\n  \"form.labels.name\": \"\u05e9\u05dd: *\",\n  \"form.labels.city\": \"\u05e2\u05d9\u05e8\/\u05de\u05d3\u05d9\u05e0\u05d4:\",\n  \"form.labels.church\": \"\u05db\u05e0\u05e1\u05d9\u05d9\u05d4\/\u05de\u05e1\u05d5\u05e8\u05ea (\u05e8\u05e9\u05d5\u05ea):\",\n  \"form.labels.email\": \"\u05d0\u05d9\u05de\u05d9\u05d9\u05dc (\u05e8\u05e9\u05d5\u05ea):\",\n  \"form.labels.why\": \"\u05dc\u05de\u05d4 \u05d7\u05ea\u05de\u05ea\u05d9 (\u05e8\u05e9\u05d5\u05ea):\",\n  \"form.labels.signature\": \"\u05d7\u05ea\u05d9\u05de\u05d4 \/ \u05ea\u05d0\u05e8\u05d9\u05da:\",\n  \"form.placeholders.why\": \"\u05e9\u05ea\u05e3 \u05de\u05e9\u05e4\u05d8 \u05dc\u05e2\u05d9\u05d3\u05d5\u05d3 \u05d0\u05d7\u05e8\u05d9\u05dd\u2026\",\n  \"form.placeholders.signature\": \"\u05d4\u05e7\u05dc\u05d3 \u05d0\u05ea \u05e9\u05de\u05da \u05d5\u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05d5\u05dd\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u05d7\u05ea\u05d5\u05dd \u05e2\u05dc \u05d4\u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea\",\n  \"form.hint\": \"\u05d4\u05d4\u05d2\u05e9\u05d4 \u05ea\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e9\u05de\u05da \u05dc\u05d2\u05d9\u05dc\u05d9\u05d5\u05df Unity_Pledge \u05d1\u05d5\u05d5\u05e8\u05d3\u05e4\u05e8\u05e1 \u05d5\u05ea\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05de\u05d5\u05e0\u05d4 \u05d4\u05d7\u05d9 \u05db\u05d0\u05df.\",\n  \"footer.share\": \"\ud83d\udce2 \u05e9\u05ea\u05e3 \u05d0\u05ea \u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05d4\u05d0\u05d7\u05d3\u05d5\u05ea:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n  \"ui.submitting\": \"\u05e9\u05d5\u05dc\u05d7\u2026\",\n  \"ui.nameRequired\": \"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05e9\u05de\u05da.\",\n  \"ui.success\": \"\ud83d\ude4f \u05ea\u05d5\u05d3\u05d4 \u05e9\u05d7\u05ea\u05de\u05ea \u05e2\u05dc \u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05d4\u05d0\u05d7\u05d3\u05d5\u05ea!\",\n  \"ui.error\": \"\u26a0\ufe0f \u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.\",\n  \"ui.duplicate\": \"\u05db\u05d1\u05e8 \u05d7\u05ea\u05de\u05ea \u05e2\u05dc \u05d4\u05ea\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05d6\u05d5. \u05ea\u05d5\u05d3\u05d4!\"\n},\nhr:  {\n    \"header.title\": \"Zavjet Jedinstva\",\n    \"header.subtitle\": \"Od mlinskih kamenova do prekretnica\",\n    \"header.tagline\": \"Ovo nije jeftino jedinstvo. Ovo je skupo jedinstvo \u2014 zape\u010da\u0107eno pokajanjem, kr\u0161tenjem i Kri\u017eem.\",\n    \"header.cta\": \"\u270d\ufe0f Potpi\u0161i Zavjet\",\n    \"preamble.title\": \"Preambula\",\n    \"preamble.body\": \"Odgovaraju\u0107i na Isusovu molitvu \u2014 \u201eda svi budu jedno\u2026 kako bi svijet vjerovao\u201c (Ivan 17:21) \u2014 odbijam pristati na podijeljeno svjedo\u010danstvo ili nemo\u0107nu religiju. Zavjetujem se boriti za jedinstvo u istini i ljubavi sa svima koji prizivaju ime Isusa Krista. Ovaj savez, ukorijenjen u radikalnom pozivu na novo ro\u0111enje (Ivan 3:3\u20135), zahtijeva poniznost, pokajanje, pomirenje i hrabru suradnju koja \u0107e probuditi Tijelo Kristovo i poja\u010dati glas evan\u0111elja narodima.\",\n    \"core.title\": \"Temeljne Potvrde\",\n    \"core.1.title\": \"Imago Dei\",\n    \"core.1.text\": \"Svako ljudsko bi\u0107e nosi Bo\u017eju sliku i mora se tretirati sa svetim dostojanstvom \u2014 bilo da je prijatelj ili stranac, svetac ili skeptik.\",\n    \"core.2.title\": \"Isus kao Gospodin\",\n    \"core.2.text\": \"Priznajem Isusa Krista kao Gospodina \u2014 ne jednog me\u0111u mnogima, ve\u0107 jedinog Poglavara i Kralja \u2014 i u svemu \u0107u se voditi Njegovom Rije\u010di i Duhom.\",\n    \"core.3.title\": \"Novo Ro\u0111enje kroz Pokajanje i Kr\u0161tenje\",\n    \"core.3.text\": \"Potvr\u0111ujem beskompromisni biblijski poziv na novo ro\u0111enje \u2014 biti proboden u srcu, pokajati se i krstiti u ime Isusa Krista za opro\u0161tenje grijeha i dar Duha Svetoga (Ivan 3:3\u20135; Djela 2:37\u201338). Posveta dojen\u010dadi ili sama tradicija ne mogu zamijeniti osobno pokajanje i uranjanje. Svaki vjernik mora svjesno, javno i cijelim srcem odgovoriti \u2014 prigrliv\u0161i \u017eivotnu praksu pokajanja, vjere i obnove ispunjene Duhom.\",\n    \"core.4.title\": \"Poniznost u Uvjerenju\",\n    \"core.4.text\": \"Dr\u017eat \u0107u se svojih uvjerenja s hrabro\u0161\u0107u i jasno\u0107om, ali nikada s arogancijom \u2014 po\u0161tuju\u0107i savjest drugih, dok odbijam razvodniti istinu.\",\n    \"core.5.title\": \"Sloboda od Prisiljavanja\",\n    \"core.5.text\": \"Jedinstvo nije manipulacija. Na\u0161a okupljanja bit \u0107e mjesta molitve, pomirenja i misije \u2014 a ne srama, zastra\u0161ivanja ili praznog vrbovanja.\",\n    \"core.6.title\": \"Za\u0161tita Integriteta\",\n    \"core.6.text\": \"Stajat \u0107u kao stra\u017ear protiv duhovnog zlostavljanja, tajnovitosti ili korupcije i inzistirati na transparentnom, slu\u017eiteljski nastrojenom vodstvu.\",\n    \"core.7.title\": \"Iscjeljivanje Podjela\",\n    \"core.7.text\": \"Kajem se za bilo koju ulogu \u2014 osobnu ili naslije\u0111enu \u2014 koju je moja crkva, pokret ili tradicija igrala u sijanju podjela, ponosa ili autoritarnog upravljanja. Biram obnovu umjesto rivalstva.\",\n    \"core.8.title\": \"Milostiva Komunikacija\",\n    \"core.8.text\": \"Ne\u0107u koristiti rije\u010di kao oru\u017eje za ogovaranje, klevetu ili prezir. Govorit \u0107u istinu s ljubavlju i hrabro\u0161\u0107u.\",\n    \"core.9.title\": \"Zajedni\u010dka Misija\",\n    \"core.9.text\": \"Povezat \u0107u se gdje savjest dopu\u0161ta \u2014 u molitvi, Pismu, milosr\u0111u i pravdi \u2014 vjeruju\u0107i da se Krist uzvisuje kada Njegovo Tijelo djeluje zajedno.\",\n    \"core.10.title\": \"Ostav\u0161tina za Budu\u0107nost\",\n    \"core.10.text\": \"Ulo\u017eit \u0107u u sljede\u0107u generaciju, pokazuju\u0107i poniznost, radost i autenti\u010dnost ispunjenu Duhom, kako bi naslijedili vjeru vrijednu slije\u0111enja.\",\n    \"core.11.title\": \"Povjerenje u Bo\u017eje Djelo\",\n    \"core.11.text\": \"Pripremit \u0107u \u017ertvenik jedinstva kroz pokajanje i molitvu, ali ne\u0107u poku\u0161ati stvoriti probu\u0111enje. Samo Bog mo\u017ee poslati vatru i \u010dekat \u0107u Njegovo vrijeme.\",\n    \"progress.already\": \"\ud83d\udd25 Ve\u0107\",\n    \"progress.after\": \"vjernika je potpisalo\",\n    \"progress.note\": \"(Svako dodano ime gradi zamah Tijela Kristova \u0161irom svijeta.)\",\n    \"testimonials.title\": \"\ud83d\udcac Za\u0161to Sam Potpisao\",\n    \"testimonials.intro\": \"Jedinstvo je zarazno. Evo nekoliko glasova iz cijelog svijeta:\",\n    \"testimonials.q1\": \"\u201eGodinama sam \u010dekao da u\u010denici iz razli\u010ditih pokreta mole kao jedno. Ovaj zavjet mi je ponovno dao nadu.\u201c\",\n    \"testimonials.q2\": \"\u201ePotpisao sam jer \u017eelim da moja djeca odrastaju gledaju\u0107i jedno Tijelo Kristovo, a ne razlomljene etikete.\u201c\",\n    \"testimonials.q3\": \"\u201eZa mene je ovo pokajanje. Bio sam dio podjele. Sada \u017eelim biti dio iscjeljenja.\u201c\",\n    \"testimonials.c1\": \"\u2014 Anonimno\",\n    \"testimonials.c2\": \"\u2014 Jason, SAD\",\n    \"testimonials.c3\": \"\u2014 Anonimno\",\n    \"testimonials.hint\": \"Tvoje svjedo\u010danstvo mo\u017ee inspirirati nekoga drugog da potpi\u0161e. Podijeli svoje ispod.\",\n    \"form.heading\": \"Moja Posve\u0107enost\",\n    \"commitment.body\": \"Obvezujem se na jedinstvo koje ne\u0161to ko\u0161ta: jedinstvo koje suo\u010dava s grijehom, zahtijeva poniznost i tra\u017ei Kri\u017e. \u017divjet \u0107u u stalnom pokajanju, obnovljen kroz radikalni, ponovno ro\u0111eni \u017eivot pokajanja, kr\u0161tenja i ognja Duha \u2014 koliko god puta bude potrebno. Hodit \u0107u ponizno s Bogom, uz bra\u0107u i sestre iz svake tradicije.\",\n    \"form.labels.name\": \"Ime: *\",\n    \"form.labels.city\": \"Grad \/ Dr\u017eava:\",\n    \"form.labels.church\": \"Crkva \/ Tradicija (opcionalno):\",\n    \"form.labels.email\": \"Email (opcionalno):\",\n    \"form.labels.why\": \"Za\u0161to sam potpisao (opcionalno):\",\n    \"form.labels.signature\": \"Potpis \/ Datum:\",\n    \"form.placeholders.why\": \"Podijeli re\u010denicu da ohrabri\u0161 druge\u2026\",\n    \"form.placeholders.signature\": \"Upi\u0161i svoje ime i dana\u0161nji datum\",\n    \"form.buttons.submit\": \"\u270d\ufe0f Potpi\u0161i Zavjet\",\n    \"form.hint\": \"Slanjem \u0107e tvoje ime biti dodano u na\u0161 Unity_Pledge list putem WordPress-a i a\u017eurirat \u0107e se broja\u010d ovdje.\",\n    \"footer.share\": \"\ud83d\udce2 Podijeli Zavjet Jedinstva:\",\n    \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n    \"ui.submitting\": \"\u0160alje se\u2026\",\n    \"ui.nameRequired\": \"Unesi svoje ime.\",\n    \"ui.success\": \"\ud83d\ude4f Hvala ti \u0161to si potpisao Zavjet Jedinstva!\",\n    \"ui.error\": \"\u26a0\ufe0f Ne\u0161to je po\u0161lo po zlu. Poku\u0161aj ponovno.\",\n    \"ui.duplicate\": \"Ve\u0107 si potpisao ovaj zavjet. Hvala ti!\"\n  },\nid: {\n  \"header.title\": \"Janji Kesatuan\",\n  \"header.subtitle\": \"Dari Batu Sandungan Menuju Tonggak Sejarah\",\n  \"header.tagline\": \"Ini bukan kesatuan yang murahan. Ini adalah kesatuan yang mahal\u2014dimeteraikan dalam pertobatan, baptisan, dan Salib.\",\n  \"header.cta\": \"\u270d\ufe0f Tanda Tangani Janji Ini\",\n  \"preamble.title\": \"Pembukaan\",\n  \"preamble.body\": \"Sebagai tanggapan atas doa Yesus\u2014\u201csupaya mereka semua menjadi satu... agar dunia percaya\u201d (Yohanes 17:21)\u2014saya menolak untuk puas dengan kesaksian yang terpecah-pecah atau agama yang tidak berdaya. Saya berjanji untuk memperjuangkan kesatuan dalam kebenaran dan kasih dengan semua yang berseru kepada nama Yesus Kristus. Perjanjian ini, yang berakar pada panggilan radikal untuk dilahirkan kembali (Yohanes 3:3\u20135), menuntut kerendahan hati, pertobatan, perdamaian, dan kolaborasi yang berani yang akan membangunkan Tubuh Kristus dan memperkuat suara Injil ke bangsa-bangsa.\",\n  \"core.title\": \"Pernyataan Inti\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Setiap manusia membawa gambar Allah dan harus diperlakukan dengan martabat suci, baik teman maupun orang asing, orang kudus maupun skeptis.\",\n  \"core.2.title\": \"Yesus adalah Tuhan\",\n  \"core.2.text\": \"Saya mengakui Yesus Kristus sebagai Tuhan\u2014bukan salah satu dari banyak, tetapi satu-satunya Kepala dan Raja\u2014dan saya akan dipimpin oleh Firman dan Roh-Nya dalam segala hal.\",\n  \"core.3.title\": \"Lahir Baru melalui Pertobatan & Baptisan\",\n  \"core.3.text\": \"Saya menegaskan panggilan alkitabiah yang tegas untuk dilahirkan kembali\u2014tersentuh di hati, bertobat, dan dibaptis dalam nama Yesus Kristus untuk pengampunan dosa dan karunia Roh Kudus (Yohanes 3:3\u20135; Kisah 2:37\u201338). Dedikasi bayi atau ritual semata tidak dapat menggantikan pertobatan dan baptisan pribadi. Setiap orang percaya harus menanggapi secara sadar, terbuka, dan sepenuh hati\u2014menghayati irama pertobatan, iman, dan pembaruan oleh Roh seumur hidup.\",\n  \"core.4.title\": \"Kerendahan Hati dalam Keyakinan\",\n  \"core.4.text\": \"Saya akan memegang keyakinan saya dengan keberanian dan kejelasan, tidak pernah dengan kesombongan\u2014menghormati hati nurani orang lain sambil menolak untuk mengencerkan kebenaran.\",\n  \"core.5.title\": \"Kebebasan dari Paksaan\",\n  \"core.5.text\": \"Kesatuan bukanlah manipulasi. Persekutuan kita akan menjadi tempat doa, rekonsiliasi, dan misi\u2014bukan rasa malu, intimidasi, atau perekrutan kosong.\",\n  \"core.6.title\": \"Menjaga Integritas\",\n  \"core.6.text\": \"Saya akan berdiri seperti penjaga terhadap penyalahgunaan rohani, kerahasiaan, atau korupsi, dan bersikeras pada kepemimpinan yang transparan dan penuh pelayanan.\",\n  \"core.7.title\": \"Menyembuhkan Perpecahan\",\n  \"core.7.text\": \"Saya bertobat atas peran apa pun\u2014pribadi atau warisan\u2014yang dimainkan gereja, gerakan, atau tradisi saya dalam menabur perpecahan, kesombongan, atau kontrol otoriter. Saya memilih pemulihan daripada persaingan.\",\n  \"core.8.title\": \"Komunikasi yang Penuh Kasih\",\n  \"core.8.text\": \"Saya tidak akan menggunakan kata-kata saya sebagai senjata dengan fitnah, gosip, atau penghinaan. Saya akan berbicara kebenaran dengan kasih dan keberanian.\",\n  \"core.9.title\": \"Misi Kolaboratif\",\n  \"core.9.text\": \"Saya akan bekerja sama sejauh hati nurani mengizinkan\u2014dalam doa, Kitab Suci, belas kasih, dan keadilan\u2014percaya bahwa Kristus dimuliakan saat Tubuh-Nya bekerja bersama.\",\n  \"core.10.title\": \"Warisan untuk Masa Depan\",\n  \"core.10.text\": \"Saya akan berinvestasi dalam generasi berikutnya, memberi teladan kerendahan hati, sukacita, dan keaslian yang dipenuhi Roh, agar mereka mewarisi iman yang layak diikuti.\",\n  \"core.11.title\": \"Mempercayai Pekerjaan Allah\",\n  \"core.11.text\": \"Saya akan menyiapkan altar kesatuan melalui pertobatan dan doa, tetapi saya tidak akan mencoba memanipulasi kebangunan rohani. Hanya Tuhan yang dapat mengirimkan api, dan saya akan menunggu waktu-Nya.\",\n  \"progress.already\": \"\ud83d\udd25 Sudah\",\n  \"progress.after\": \"orang percaya telah menandatangani\",\n  \"progress.note\": \"(Setiap nama yang ditambahkan membangun momentum bagi Tubuh Kristus di seluruh dunia.)\",\n  \"testimonials.title\": \"\ud83d\udcac Mengapa Saya Menandatangani\",\n  \"testimonials.intro\": \"Kesatuan itu menular. Berikut beberapa suara dari seluruh dunia:\",\n  \"testimonials.q1\": \"\u201cSaya sudah menunggu bertahun-tahun untuk melihat para murid dari berbagai gerakan berdoa bersama. Janji ini memberi saya harapan lagi.\u201d\",\n  \"testimonials.q2\": \"\u201cSaya menandatangani karena saya ingin anak-anak saya tumbuh melihat satu Tubuh Kristus, bukan label yang terpecah.\u201d\",\n  \"testimonials.q3\": \"\u201cBagi saya, ini adalah pertobatan. Saya dulu bagian dari perpecahan. Sekarang saya ingin menjadi bagian dari penyembuhan.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anonim\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Anonim\",\n  \"testimonials.hint\": \"Kesaksian Anda dapat menginspirasi orang lain untuk menandatangani. Bagikan di bawah ini.\",\n  \"form.heading\": \"Komitmen Saya\",\n  \"commitment.body\": \"Saya berkomitmen pada kesatuan yang memerlukan pengorbanan: kesatuan yang menghadapi dosa, menuntut kerendahan hati, dan membutuhkan Salib. Saya akan hidup dalam pertobatan yang berkelanjutan, diperbarui melalui kehidupan lahir baru yang radikal\u2014dalam pertobatan, baptisan, dan api Roh Kudus\u2014sebanyak yang diperlukan. Saya akan berjalan dengan rendah hati bersama Tuhan, berdampingan dengan saudara-saudari dari setiap tradisi.\",\n  \"form.labels.name\": \"Nama: *\",\n  \"form.labels.city\": \"Kota\/Negara:\",\n  \"form.labels.church\": \"Gereja\/Tradisi (opsional):\",\n  \"form.labels.email\": \"Email (opsional):\",\n  \"form.labels.why\": \"Mengapa Saya Menandatangani (opsional):\",\n  \"form.labels.signature\": \"Tanda Tangan \/ Tanggal:\",\n  \"form.placeholders.why\": \"Bagikan satu kalimat untuk mendorong orang lain\u2026\",\n  \"form.placeholders.signature\": \"Ketik nama Anda dan tanggal hari ini\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Tanda Tangani Janji Ini\",\n  \"form.hint\": \"Dengan mengirimkan ini, nama Anda akan ditambahkan ke lembar Unity_Pledge melalui WordPress dan memperbarui penghitung langsung di sini.\",\n  \"footer.share\": \"\ud83d\udce2 Bagikan Janji Kesatuan:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n  \"ui.submitting\": \"Mengirim\u2026\",\n  \"ui.nameRequired\": \"Silakan masukkan nama Anda.\",\n  \"ui.success\": \"\ud83d\ude4f Terima kasih telah menandatangani Janji Kesatuan!\",\n  \"ui.error\": \"\u26a0\ufe0f Terjadi kesalahan. Silakan coba lagi.\",\n  \"ui.duplicate\": \"Anda sudah menandatangani janji ini. Terima kasih!\"\n},\n  ja: {\n  \"header.title\": \"\u4e00\u81f4\u306e\u8a93\u7d04\",\n  \"header.subtitle\": \"\u91cd\u8377\u304b\u3089\u8a18\u5ff5\u7891\u3078\",\n  \"header.tagline\": \"\u3053\u308c\u306f\u5b89\u3063\u307d\u3044\u4e00\u81f4\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u6094\u3044\u6539\u3081\u3001\u30d0\u30d7\u30c6\u30b9\u30de\u3001\u305d\u3057\u3066\u5341\u5b57\u67b6\u306b\u3088\u3063\u3066\u5c01\u5370\u3055\u308c\u305f\u3001\u9ad8\u4fa1\u306a\u4e00\u81f4\u3067\u3059\u3002\",\n  \"header.cta\": \"\u270d\ufe0f \u8a93\u7d04\u306b\u7f72\u540d\u3059\u308b\",\n\n  \"preamble.title\": \"\u524d\u6587\",\n  \"preamble.body\": \"\u30a4\u30a8\u30b9\u306e\u7948\u308a\u300c\u3059\u3079\u3066\u306e\u4eba\u304c\u4e00\u3064\u3068\u306a\u308b\u3088\u3046\u306b\u2026\u305d\u308c\u306b\u3088\u3063\u3066\u4e16\u304c\u4fe1\u3058\u308b\u305f\u3081\u306b\u300d\uff08\u30e8\u30cf\u30cd 17:21\uff09\u306b\u5fdc\u3048\u3066\u3001\u79c1\u306f\u5206\u88c2\u3057\u305f\u8a3c\u3084\u7121\u529b\u306a\u5b97\u6559\u306b\u6e80\u8db3\u3059\u308b\u3053\u3068\u3092\u62d2\u5426\u3057\u307e\u3059\u3002\u79c1\u306f\u3001\u30a4\u30a8\u30b9\u30fb\u30ad\u30ea\u30b9\u30c8\u306e\u5fa1\u540d\u3092\u547c\u3073\u6c42\u3081\u308b\u3059\u3079\u3066\u306e\u4eba\u3068\u5171\u306b\u3001\u771f\u7406\u3068\u611b\u306e\u3046\u3061\u306b\u4e00\u81f4\u306e\u305f\u3081\u306b\u6226\u3046\u3053\u3068\u3092\u8a93\u3044\u307e\u3059\u3002\u3053\u306e\u5951\u7d04\u306f\u3001\u300c\u65b0\u305f\u306b\u751f\u307e\u308c\u308b\u300d\u3068\u3044\u3046\u904e\u6fc0\u306a\u547c\u3073\u304b\u3051\uff08\u30e8\u30cf\u30cd 3:3\u20135\uff09\u306b\u6839\u3056\u3057\u3066\u304a\u308a\u3001\u8b19\u905c\u3001\u6094\u3044\u6539\u3081\u3001\u5e73\u548c\u3092\u3064\u304f\u308b\u3053\u3068\u3001\u305d\u3057\u3066\u5927\u80c6\u306a\u5354\u529b\u3092\u6c42\u3081\u307e\u3059\u3002\u305d\u308c\u306f\u30ad\u30ea\u30b9\u30c8\u306e\u304b\u3089\u3060\u3092\u76ee\u899a\u3081\u3055\u305b\u3001\u798f\u97f3\u306e\u58f0\u3092\u56fd\u3005\u306b\u97ff\u304b\u305b\u307e\u3059\u3002\",\n\n  \"core.title\": \"\u4e2d\u5fc3\u7684\u306a\u4fe1\u6761\",\n\n  \"core.1.title\": \"\u795e\u306e\u304b\u305f\u3061\uff08\u30a4\u30de\u30b4\u30fb\u30c7\u30a4\uff09\",\n  \"core.1.text\": \"\u3059\u3079\u3066\u306e\u4eba\u9593\u306f\u795e\u306e\u304b\u305f\u3061\u3092\u5bbf\u3057\u3066\u304a\u308a\u3001\u53cb\u3067\u3042\u308c\u898b\u77e5\u3089\u306c\u4eba\u3067\u3042\u308c\u3001\u8056\u4eba\u3067\u3042\u308c\u61d0\u7591\u8005\u3067\u3042\u308c\u3001\u8056\u306a\u308b\u5c0a\u53b3\u3092\u3082\u3063\u3066\u6271\u308f\u308c\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\",\n\n  \"core.2.title\": \"\u4e3b\u3067\u3042\u308b\u30a4\u30a8\u30b9\",\n  \"core.2.text\": \"\u79c1\u306f\u30a4\u30a8\u30b9\u30fb\u30ad\u30ea\u30b9\u30c8\u3092\u4e3b\u3068\u544a\u767d\u3057\u307e\u3059\u3002\u591a\u304f\u306e\u4e2d\u306e\u4e00\u3064\u3067\u306f\u306a\u304f\u3001\u552f\u4e00\u306e\u982d\u3067\u3042\u308a\u738b\u3067\u3059\u3002\u79c1\u306f\u3059\u3079\u3066\u306e\u3053\u3068\u306b\u304a\u3044\u3066\u3001\u4e3b\u306e\u5fa1\u8a00\u8449\u3068\u5fa1\u970a\u306b\u5c0e\u304b\u308c\u307e\u3059\u3002\",\n\n  \"core.3.title\": \"\u6094\u3044\u6539\u3081\u3068\u30d0\u30d7\u30c6\u30b9\u30de\u306b\u3088\u308b\u65b0\u751f\",\n  \"core.3.text\": \"\u79c1\u306f\u3001\u300c\u5fc3\u3092\u523a\u3055\u308c\u3001\u6094\u3044\u6539\u3081\u3001\u7f6a\u306e\u8d66\u3057\u3068\u8056\u970a\u306e\u8cdc\u7269\u3092\u5f97\u308b\u305f\u3081\u306b\u3001\u30a4\u30a8\u30b9\u30fb\u30ad\u30ea\u30b9\u30c8\u306e\u540d\u306b\u3088\u3063\u3066\u30d0\u30d7\u30c6\u30b9\u30de\u3092\u53d7\u3051\u306a\u3055\u3044\u300d\uff08\u30e8\u30cf\u30cd 3:3\u20135; \u4f7f\u5f92 2:37\u201338\uff09\u3068\u3044\u3046\u59a5\u5354\u306e\u306a\u3044\u8056\u66f8\u7684\u306a\u547c\u3073\u304b\u3051\u3092\u80af\u5b9a\u3057\u307e\u3059\u3002\u4e73\u5150\u732e\u8eab\u3084\u5100\u5f0f\u3060\u3051\u3067\u306f\u3001\u500b\u4eba\u7684\u306a\u6094\u3044\u6539\u3081\u3068\u6d78\u793c\u306b\u4ee3\u308f\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3059\u3079\u3066\u306e\u4fe1\u8005\u306f\u3001\u610f\u8b58\u7684\u306b\u3001\u516c\u306b\u3001\u305d\u3057\u3066\u5fc3\u304b\u3089\u5fdc\u7b54\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\u305d\u3057\u3066\u3001\u6094\u3044\u6539\u3081\u3001\u4fe1\u4ef0\u3001\u305d\u3057\u3066\u5fa1\u970a\u306b\u6e80\u305f\u3055\u308c\u305f\u5237\u65b0\u306e\u751f\u6daf\u306e\u30ea\u30ba\u30e0\u3092\u53d7\u3051\u5165\u308c\u308b\u3079\u304d\u3067\u3059\u3002\",\n\n  \"core.4.title\": \"\u78ba\u4fe1\u306b\u304a\u3051\u308b\u8b19\u905c\",\n  \"core.4.text\": \"\u79c1\u306f\u3001\u81ea\u5206\u306e\u78ba\u4fe1\u3092\u52c7\u6c17\u3068\u660e\u78ba\u3055\u3092\u3082\u3063\u3066\u6301\u3061\u307e\u3059\u304c\u3001\u6c7a\u3057\u3066\u50b2\u6162\u306b\u306f\u306a\u308a\u307e\u305b\u3093\u3002\u4ed6\u8005\u306e\u826f\u5fc3\u3092\u5c0a\u91cd\u3057\u3064\u3064\u3082\u3001\u771f\u7406\u3092\u8584\u3081\u308b\u3053\u3068\u306f\u62d2\u5426\u3057\u307e\u3059\u3002\",\n\n  \"core.5.title\": \"\u5f37\u5236\u304b\u3089\u306e\u81ea\u7531\",\n  \"core.5.text\": \"\u4e00\u81f4\u306f\u64cd\u4f5c\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u79c1\u305f\u3061\u306e\u96c6\u307e\u308a\u306f\u3001\u7948\u308a\u3001\u548c\u89e3\u3001\u305d\u3057\u3066\u4f7f\u547d\u306e\u5834\u3067\u3042\u308b\u3079\u304d\u3067\u3042\u308a\u3001\u6065\u3092\u304b\u304b\u305b\u305f\u308a\u3001\u5a01\u5727\u3057\u305f\u308a\u3001\u7a7a\u865a\u306a\u52e7\u8a98\u306e\u5834\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\",\n\n  \"core.6.title\": \"\u8aa0\u5b9f\u3055\u3092\u5b88\u308b\",\n  \"core.6.text\": \"\u79c1\u306f\u3001\u970a\u7684\u8650\u5f85\u3001\u96a0\u853d\u3001\u307e\u305f\u306f\u8150\u6557\u306b\u5bfe\u3057\u3066\u898b\u5f35\u308a\u4eba\u306e\u3088\u3046\u306b\u7acb\u3061\u3001\u900f\u660e\u6027\u304c\u3042\u308a\u3001\u4ed5\u3048\u308b\u5fc3\u3092\u3082\u3063\u305f\u30ea\u30fc\u30c0\u30fc\u30b7\u30c3\u30d7\u3092\u4e3b\u5f35\u3057\u307e\u3059\u3002\",\n\n  \"core.7.title\": \"\u5206\u88c2\u306e\u7652\u3057\",\n  \"core.7.text\": \"\u79c1\u306e\u6559\u4f1a\u3001\u904b\u52d5\u3001\u307e\u305f\u306f\u4f1d\u7d71\u304c\u3001\u5206\u88c2\u3001\u8a87\u308a\u3001\u307e\u305f\u306f\u6a29\u5a01\u4e3b\u7fa9\u7684\u652f\u914d\u3092\u8494\u3044\u305f\u5f79\u5272\uff08\u500b\u4eba\u7684\u307e\u305f\u306f\u53d7\u3051\u7d99\u304c\u308c\u305f\uff09\u306b\u5bfe\u3057\u3066\u3001\u79c1\u306f\u6094\u3044\u6539\u3081\u307e\u3059\u3002\u79c1\u306f\u5bfe\u7acb\u3088\u308a\u3082\u56de\u5fa9\u3092\u9078\u3073\u307e\u3059\u3002\",\n\n  \"core.8.title\": \"\u5bdb\u5bb9\u306a\u5bfe\u8a71\",\n  \"core.8.text\": \"\u79c1\u306f\u3001\u8ab9\u8b17\u4e2d\u50b7\u3001\u9670\u53e3\u3001\u307e\u305f\u306f\u8efd\u8511\u306b\u3088\u3063\u3066\u81ea\u5206\u306e\u8a00\u8449\u3092\u6b66\u5668\u5316\u3057\u307e\u305b\u3093\u3002\u79c1\u306f\u611b\u3068\u52c7\u6c17\u3092\u3082\u3063\u3066\u771f\u5b9f\u3092\u8a9e\u308a\u307e\u3059\u3002\",\n\n  \"core.9.title\": \"\u5354\u529b\u7684\u306a\u4f7f\u547d\",\n  \"core.9.text\": \"\u79c1\u306f\u3001\u826f\u5fc3\u304c\u8a31\u3059\u9650\u308a\u3001\u7948\u308a\u3001\u8056\u66f8\u3001\u6148\u5584\u3001\u6b63\u7fa9\u306b\u304a\u3044\u3066\u3001\u5354\u529b\u306e\u624b\u3092\u53d6\u308a\u5408\u3044\u307e\u3059\u3002\u30ad\u30ea\u30b9\u30c8\u306e\u304b\u3089\u3060\u304c\u5171\u306b\u50cd\u304f\u3068\u304d\u3001\u30ad\u30ea\u30b9\u30c8\u304c\u9ad8\u3081\u3089\u308c\u308b\u3068\u4fe1\u3058\u3066\u3044\u307e\u3059\u3002\",\n\n  \"core.10.title\": \"\u672a\u6765\u3078\u306e\u907a\u7523\",\n  \"core.10.text\": \"\u79c1\u306f\u6b21\u4e16\u4ee3\u306b\u6295\u8cc7\u3057\u3001\u8b19\u905c\u3001\u559c\u3073\u3001\u305d\u3057\u3066\u5fa1\u970a\u306b\u6e80\u305f\u3055\u308c\u305f\u8aa0\u5b9f\u3055\u3092\u6a21\u7bc4\u3068\u3057\u3001\u5f7c\u3089\u304c\u5f93\u3046\u4fa1\u5024\u306e\u3042\u308b\u4fe1\u4ef0\u3092\u53d7\u3051\u7d99\u3052\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\",\n\n  \"core.11.title\": \"\u795e\u306e\u50cd\u304d\u3092\u4fe1\u983c\u3059\u308b\",\n  \"core.11.text\": \"\u79c1\u306f\u3001\u6094\u3044\u6539\u3081\u3068\u7948\u308a\u306b\u3088\u3063\u3066\u4e00\u81f4\u306e\u796d\u58c7\u3092\u6574\u3048\u307e\u3059\u304c\u3001\u30ea\u30d0\u30a4\u30d0\u30eb\u3092\u4eba\u70ba\u7684\u306b\u4f5c\u308a\u51fa\u3059\u3053\u3068\u306f\u3057\u307e\u305b\u3093\u3002\u706b\u3092\u9001\u308b\u306e\u306f\u795e\u3060\u3051\u3067\u3042\u308a\u3001\u79c1\u306f\u305d\u306e\u6642\u3092\u5f85\u3061\u307e\u3059\u3002\",\n\n  \"progress.already\": \"\ud83d\udd25 \u3059\u3067\u306b\",\n  \"progress.after\": \"\u4eba\u306e\u4fe1\u8005\u304c\u7f72\u540d\u3057\u307e\u3057\u305f\",\n  \"progress.note\": \"\uff08\u8ffd\u52a0\u3055\u308c\u308b\u540d\u524d\u4e00\u3064\u4e00\u3064\u304c\u3001\u30ad\u30ea\u30b9\u30c8\u306e\u304b\u3089\u3060\u306e\u52e2\u3044\u3092\u9ad8\u3081\u307e\u3059\u3002\uff09\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u79c1\u304c\u7f72\u540d\u3057\u305f\u7406\u7531\",\n  \"testimonials.intro\": \"\u4e00\u81f4\u306f\u4f1d\u67d3\u3057\u307e\u3059\u3002\u4e16\u754c\u4e2d\u306e\u58f0\u3092\u3054\u7d39\u4ecb\u3057\u307e\u3059\uff1a\",\n  \"testimonials.q1\": \"\u300c\u4f55\u5e74\u3082\u5f85\u3063\u3066\u3044\u307e\u3057\u305f\u3002\u904b\u52d5\u3092\u8d85\u3048\u3066\u5f1f\u5b50\u305f\u3061\u304c\u4e00\u3064\u3068\u306a\u3063\u3066\u7948\u308b\u306e\u3092\u898b\u308b\u305f\u3081\u306b\u3002\u3053\u306e\u8a93\u7d04\u306f\u518d\u3073\u5e0c\u671b\u3092\u4e0e\u3048\u3066\u304f\u308c\u307e\u3057\u305f\u3002\u300d\",\n  \"testimonials.q2\": \"\u300c\u79c1\u304c\u7f72\u540d\u3057\u305f\u306e\u306f\u3001\u5b50\u3069\u3082\u305f\u3061\u306b\u3001\u5206\u88c2\u3057\u305f\u30e9\u30d9\u30eb\u3067\u306f\u306a\u304f\u3001\u4e00\u3064\u306e\u30ad\u30ea\u30b9\u30c8\u306e\u304b\u3089\u3060\u3092\u898b\u305b\u305f\u3044\u304b\u3089\u3067\u3059\u3002\u300d\",\n  \"testimonials.q3\": \"\u300c\u3053\u308c\u306f\u79c1\u306b\u3068\u3063\u3066\u6094\u3044\u6539\u3081\u3067\u3059\u3002\u79c1\u306f\u5206\u88c2\u306e\u4e00\u90e8\u3067\u3057\u305f\u3002\u4eca\u306f\u7652\u3057\u306e\u4e00\u90e8\u306b\u306a\u308a\u305f\u3044\u3002\u300d\",\n  \"testimonials.c1\": \"\u2014 \u533f\u540d\",\n  \"testimonials.c2\": \"\u2014 \u30b8\u30a7\u30a4\u30bd\u30f3\uff08\u7c73\u56fd\uff09\",\n  \"testimonials.c3\": \"\u2014 \u533f\u540d\",\n  \"testimonials.hint\": \"\u3042\u306a\u305f\u306e\u8a3c\u3057\u304c\u3001\u4ed6\u306e\u8ab0\u304b\u3092\u52b1\u307e\u3059\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u4e0b\u8a18\u306b\u5171\u6709\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\n\n  \"form.heading\": \"\u79c1\u306e\u8a93\u7d04\",\n  \"commitment.body\": \"\u79c1\u306f\u3001\u4ee3\u511f\u306e\u4f34\u3046\u4e00\u81f4\u306b\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059\u3002\u305d\u308c\u306f\u7f6a\u3068\u5411\u304d\u5408\u3044\u3001\u8b19\u905c\u3092\u6c42\u3081\u3001\u5341\u5b57\u67b6\u3092\u5fc5\u8981\u3068\u3059\u308b\u4e00\u81f4\u3067\u3059\u3002\u79c1\u306f\u7d99\u7d9a\u7684\u306a\u6094\u3044\u6539\u3081\u306b\u751f\u304d\u3001\u65b0\u305f\u306b\u751f\u307e\u308c\u5909\u308f\u308b\u4eba\u751f\u3092\u7e70\u308a\u8fd4\u3057\u6b69\u307f\u3001\u6094\u3044\u6539\u3081\u3001\u30d0\u30d7\u30c6\u30b9\u30de\u3001\u305d\u3057\u3066\u5fa1\u970a\u306e\u706b\u306b\u3088\u3063\u3066\u5237\u65b0\u3055\u308c\u307e\u3059\u3002\u79c1\u306f\u795e\u3068\u5171\u306b\u8b19\u905c\u306b\u6b69\u307f\u3001\u3042\u3089\u3086\u308b\u4f1d\u7d71\u306e\u5144\u5f1f\u59c9\u59b9\u3068\u5171\u306b\u6b69\u307f\u307e\u3059\u3002\",\n\n  \"form.labels.name\": \"\u540d\u524d\uff1a*\",\n  \"form.labels.city\": \"\u90fd\u5e02\uff0f\u56fd\uff1a\",\n  \"form.labels.church\": \"\u6559\u4f1a\uff0f\u4f1d\u7d71\uff08\u4efb\u610f\uff09\uff1a\",\n  \"form.labels.email\": \"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\uff08\u4efb\u610f\uff09\uff1a\",\n  \"form.labels.why\": \"\u7f72\u540d\u3057\u305f\u7406\u7531\uff08\u4efb\u610f\uff09\uff1a\",\n  \"form.labels.signature\": \"\u7f72\u540d\uff0f\u65e5\u4ed8\uff1a\",\n\n  \"form.placeholders.why\": \"\u4ed6\u306e\u4eba\u3092\u52b1\u307e\u3059\u4e00\u6587\u3092\u5171\u6709\u3057\u3066\u304f\u3060\u3055\u3044\u2026\",\n  \"form.placeholders.signature\": \"\u540d\u524d\u3068\u672c\u65e5\u306e\u65e5\u4ed8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\",\n\n  \"form.buttons.submit\": \"\u270d\ufe0f \u8a93\u7d04\u306b\u7f72\u540d\u3059\u308b\",\n  \"form.hint\": \"\u9001\u4fe1\u3059\u308b\u3068\u3001\u3042\u306a\u305f\u306e\u540d\u524d\u304cWordPress\u7d4c\u7531\u3067Unity_Pledge\u30b7\u30fc\u30c8\u306b\u8ffd\u52a0\u3055\u308c\u3001\u30ab\u30a6\u30f3\u30bf\u30fc\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059\u3002\",\n\n  \"footer.share\": \"\ud83d\udce2 \u4e00\u81f4\u306e\u8a93\u7d04\u3092\u5171\u6709\u3059\u308b\uff1a\",\n  \"footer.copyright\": \"\u00a9 2025 \u30b0\u30ed\u30fc\u30d0\u30eb\u30fb\u30df\u30c3\u30b7\u30e7\u30f3\u30fb\u30b5\u30dd\u30fc\u30c8\",\n\n  \"ui.submitting\": \"\u9001\u4fe1\u4e2d\u2026\",\n  \"ui.nameRequired\": \"\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\n  \"ui.success\": \"\ud83d\ude4f \u4e00\u81f4\u306e\u8a93\u7d04\u306b\u7f72\u540d\u3044\u305f\u3060\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01\",\n  \"ui.error\": \"\u26a0\ufe0f \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002\",\n  \"ui.duplicate\": \"\u3059\u3067\u306b\u3053\u306e\u8a93\u7d04\u306b\u7f72\u540d\u3057\u3066\u3044\u307e\u3059\u3002\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01\"\n},\nms: {\n  \"header.title\": \"Ikrar Kesatuan\",\n  \"header.subtitle\": \"Dari Batu Sandungan ke Batu Penanda\",\n  \"header.tagline\": \"Ini bukan kesatuan murahan. Ini kesatuan yang mahal\u2014dimeterai dalam pertobatan, pembaptisan, dan Salib.\",\n  \"header.cta\": \"\u270d\ufe0f Tandatangani Ikrar\",\n\n  \"preamble.title\": \"Mukadimah\",\n  \"preamble.body\": \"Sebagai respons kepada doa Yesus\u2014\\\"supaya mereka semua menjadi satu... supaya dunia percaya\\\" (Yohanes 17:21)\u2014saya menolak untuk berdiam diri terhadap kesaksian yang berpecah atau agama yang tidak berkuasa. Saya berikrar untuk memperjuangkan kesatuan dalam kebenaran dan kasih bersama semua yang berseru kepada nama Yesus Kristus. Perjanjian ini, berakar dalam panggilan radikal untuk dilahirkan semula (Yohanes 3:3\u20135), menuntut kerendahan hati, pertobatan, pendamaian, dan kerjasama berani yang akan mengejutkan Tubuh Kristus dan memperkuat suara Injil kepada bangsa-bangsa.\",\n\n  \"core.title\": \"Pengesahan Teras\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Setiap manusia membawa imej Tuhan dan harus dilayan dengan martabat suci, sama ada kawan atau orang asing, orang suci atau skeptik.\",\n  \"core.2.title\": \"Yesus sebagai Tuhan\",\n  \"core.2.text\": \"Saya mengaku Yesus Kristus sebagai Tuhan\u2014bukan salah satu daripada yang ramai, tetapi satu-satunya Kepala dan Raja\u2014dan saya akan dipandu oleh Firman dan Roh-Nya dalam segala hal.\",\n  \"core.3.title\": \"Dilahirkan Semula melalui Pertobatan & Pembaptisan\",\n  \"core.3.text\": \"Saya mengesahkan panggilan Alkitab yang tidak boleh dikompromi untuk dilahirkan semula\u2014tersentuh di hati, bertobat, dan dibaptiskan dalam nama Yesus Kristus untuk pengampunan dosa dan pemberian Roh Kudus (Yohanes 3:3\u20135; Kisah Para Rasul 2:37\u201338). Dedikasi bayi atau upacara ritual sahaja tidak dapat menggantikan pertobatan peribadi dan pembenaman. Setiap orang percaya mesti bertindak balas secara sedar, terbuka, dan sepenuh hati\u2014menerima irama seumur hidup pertobatan, iman, dan pembaharuan oleh Roh.\",\n  \"core.4.title\": \"Kerendahan Hati dalam Keyakinan\",\n  \"core.4.text\": \"Saya akan memegang keyakinan saya dengan keberanian dan kejelasan, bukan dengan kesombongan\u2014menghormati hati nurani orang lain tanpa mengurangkan kebenaran.\",\n  \"core.5.title\": \"Kebebasan dari Paksaan\",\n  \"core.5.text\": \"Kesatuan bukan manipulasi. Perhimpunan kita akan menjadi ruang untuk doa, pendamaian, dan misi\u2014bukan untuk mempermalukan, menakut-nakutkan, atau memikat kosong.\",\n  \"core.6.title\": \"Menjaga Integriti\",\n  \"core.6.text\": \"Saya akan berdiri seperti penjaga terhadap penyalahgunaan rohani, rahsia tersembunyi, atau rasuah, dan menuntut kepimpinan yang telus dan berhati hamba.\",\n  \"core.7.title\": \"Menyembuhkan Perpecahan\",\n  \"core.7.text\": \"Saya bertobat atas sebarang peranan\u2014peribadi atau warisan\u2014yang telah dimainkan oleh gereja, gerakan, atau tradisi saya dalam menyemai perpecahan, kebanggaan, atau kawalan autoritarian. Saya memilih pemulihan berbanding persaingan.\",\n  \"core.8.title\": \"Komunikasi yang Beradab\",\n  \"core.8.text\": \"Saya tidak akan menggunakan kata-kata saya sebagai senjata dengan fitnah, gosip, atau penghinaan. Saya akan bercakap kebenaran dengan kasih dan keberanian.\",\n  \"core.9.title\": \"Misi Secara Kolaboratif\",\n  \"core.9.text\": \"Saya akan bekerjasama di mana hati nurani membenarkan\u2014dalam doa, Firman, belas kasihan, dan keadilan\u2014mempercayai bahawa Kristus dimuliakan apabila Tubuh-Nya bekerjasama.\",\n  \"core.10.title\": \"Legasi untuk Masa Depan\",\n  \"core.10.text\": \"Saya akan melabur dalam generasi akan datang, memodelkan kerendahan hati, sukacita, dan keaslian yang dipenuhi Roh, supaya mereka mewarisi iman yang layak diikuti.\",\n  \"core.11.title\": \"Mempercayai Pekerjaan Tuhan\",\n  \"core.11.text\": \"Saya akan menyediakan mezbah kesatuan melalui pertobatan dan doa, tetapi saya tidak akan cuba mencipta kebangunan rohani. Hanya Tuhan yang boleh menghantar api, dan saya akan menunggu masa-Nya.\",\n\n  \"progress.already\": \"\ud83d\udd25 Sudah\",\n  \"progress.after\": \"orang percaya telah menandatangani\",\n  \"progress.note\": \"(Setiap nama yang ditambah membina momentum untuk Tubuh Kristus di seluruh dunia.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Kenapa Saya Menandatangani\",\n  \"testimonials.intro\": \"Kesatuan itu berjangkit. Ini suara-suara dari seluruh dunia:\",\n  \"testimonials.q1\": \"\u201cSaya telah menunggu bertahun-tahun untuk melihat para murid dari pelbagai gerakan berdoa sebagai satu. Ikrar ini memberi saya harapan semula.\u201d\",\n  \"testimonials.q2\": \"\u201cSaya menandatangani kerana saya mahu anak-anak saya membesar melihat satu Tubuh Kristus, bukan label-label yang berpecah.\u201d\",\n  \"testimonials.q3\": \"\u201cBagi saya, ini adalah pertobatan. Saya pernah menjadi sebahagian daripada perpecahan. Kini saya mahu menjadi sebahagian daripada penyembuhan.\u201d\",\n  \"testimonials.c1\": \"\u2014 Tanpa Nama\",\n  \"testimonials.c2\": \"\u2014 Jason, USA\",\n  \"testimonials.c3\": \"\u2014 Tanpa Nama\",\n  \"testimonials.hint\": \"Kesaksian anda boleh memberi inspirasi kepada orang lain untuk menandatangani. Kongsi di bawah.\",\n\n  \"form.heading\": \"Komitmen Saya\",\n  \"commitment.body\": \"Saya komited kepada kesatuan yang menuntut pengorbanan: kesatuan yang menentang dosa, menuntut kerendahan hati, dan memerlukan Salib. Saya akan hidup dalam pertobatan yang berterusan, diperbaharui melalui kehidupan radikal yang dilahirkan semula melalui pertobatan, pembaptisan, dan api Roh\u2014sebanyak mana kali yang diperlukan. Saya akan berjalan dengan rendah hati bersama Tuhan, bersama saudara dan saudari dari setiap tradisi.\",\n  \"form.labels.name\": \"Nama: *\",\n  \"form.labels.city\": \"Bandar\/Negara:\",\n  \"form.labels.church\": \"Gereja\/Tradisi (pilihan):\",\n  \"form.labels.email\": \"E-mel (pilihan):\",\n  \"form.labels.why\": \"Kenapa Saya Menandatangani (pilihan):\",\n  \"form.labels.signature\": \"Tandatangan \/ Tarikh:\",\n  \"form.placeholders.why\": \"Kongsi satu ayat untuk memberi dorongan kepada orang lain\u2026\",\n  \"form.placeholders.signature\": \"Taip nama dan tarikh hari ini\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Tandatangani Ikrar\",\n  \"form.hint\": \"Penghantaran akan menambah nama anda ke dalam helaian Unity_Pledge kami melalui WordPress dan mengemas kini kaunter langsung di sini.\",\n\n  \"footer.share\": \"\ud83d\udce2 Kongsi Ikrar Kesatuan:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Sedang menghantar\u2026\",\n  \"ui.nameRequired\": \"Sila masukkan nama anda.\",\n  \"ui.success\": \"\ud83d\ude4f Terima kasih kerana menandatangani Ikrar Kesatuan!\",\n  \"ui.error\": \"\u26a0\ufe0f Ada sesuatu yang salah. Sila cuba lagi.\",\n  \"ui.duplicate\": \"Anda telah menandatangani ikrar ini. Terima kasih!\"\n},\npt: {\n  \"header.title\": \"O Compromisso pela Unidade\",\n  \"header.subtitle\": \"De Fardos a Marcos\",\n  \"header.tagline\": \"Isto n\u00e3o \u00e9 uma unidade barata. \u00c9 uma unidade custosa\u2014selada em arrependimento, batismo e na Cruz.\",\n  \"header.cta\": \"\u270d\ufe0f Assinar o Compromisso\",\n\n  \"preamble.title\": \"Pre\u00e2mbulo\",\n  \"preamble.body\": \"Em resposta \u00e0 ora\u00e7\u00e3o de Jesus \u2014 \u201cpara que todos sejam um... para que o mundo creia\u201d (Jo\u00e3o 17:21) \u2014 eu me recuso a aceitar um testemunho fragmentado ou uma religi\u00e3o sem poder. Comprometo-me a lutar por unidade na verdade e no amor com todos que invocam o nome de Jesus Cristo. Esta alian\u00e7a, enraizada no chamado radical para nascer de novo (Jo\u00e3o 3:3\u20135), exige humildade, arrependimento, pacifica\u00e7\u00e3o e colabora\u00e7\u00e3o ousada que despertar\u00e1 o Corpo de Cristo e ampliar\u00e1 a voz do evangelho \u00e0s na\u00e7\u00f5es.\",\n\n  \"core.title\": \"Afirma\u00e7\u00f5es Fundamentais\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Todo ser humano carrega a imagem de Deus e deve ser tratado com dignidade sagrada, seja amigo ou estranho, santo ou c\u00e9tico.\",\n  \"core.2.title\": \"Jesus como Senhor\",\n  \"core.2.text\": \"Confesso Jesus Cristo como Senhor \u2014 n\u00e3o como um entre muitos, mas como o \u00fanico Cabe\u00e7a e Rei \u2014 e serei guiado por Sua Palavra e Esp\u00edrito em todas as coisas.\",\n  \"core.3.title\": \"Nascido de Novo por Arrependimento e Batismo\",\n  \"core.3.text\": \"Afirmo o chamado b\u00edblico inegoci\u00e1vel para nascer de novo \u2014 com o cora\u00e7\u00e3o compungido, arrependendo-se e sendo batizado em nome de Jesus Cristo para o perd\u00e3o dos pecados e o dom do Esp\u00edrito Santo (Jo\u00e3o 3:3\u20135; Atos 2:37\u201338). A dedica\u00e7\u00e3o infantil ou um ritual sozinho n\u00e3o substituem o arrependimento pessoal e a imers\u00e3o. Cada crente deve responder conscientemente, publicamente e de todo o cora\u00e7\u00e3o \u2014 abra\u00e7ando um ritmo vital\u00edcio de arrependimento, f\u00e9 e renova\u00e7\u00e3o cheia do Esp\u00edrito.\",\n  \"core.4.title\": \"Humildade na Convic\u00e7\u00e3o\",\n  \"core.4.text\": \"Sustentarei minhas convic\u00e7\u00f5es com coragem e clareza, nunca com arrog\u00e2ncia \u2014 honrando a consci\u00eancia dos outros sem diluir a verdade.\",\n  \"core.5.title\": \"Liberdade de Coer\u00e7\u00e3o\",\n  \"core.5.text\": \"Unidade n\u00e3o \u00e9 manipula\u00e7\u00e3o. Nossas reuni\u00f5es ser\u00e3o espa\u00e7os de ora\u00e7\u00e3o, reconcilia\u00e7\u00e3o e miss\u00e3o \u2014 n\u00e3o de vergonha, intimida\u00e7\u00e3o ou recrutamento vazio.\",\n  \"core.6.title\": \"Protegendo a Integridade\",\n  \"core.6.text\": \"Ficarei como um sentinela contra abuso espiritual, sigilo ou corrup\u00e7\u00e3o, insistindo em uma lideran\u00e7a transparente e com cora\u00e7\u00e3o de servo.\",\n  \"core.7.title\": \"Curando Divis\u00f5es\",\n  \"core.7.text\": \"Arrependo-me de qualquer papel \u2014 pessoal ou herdado \u2014 que minha igreja, movimento ou tradi\u00e7\u00e3o tenha desempenhado ao semear divis\u00e3o, orgulho ou controle autorit\u00e1rio. Escolho a restaura\u00e7\u00e3o em vez da rivalidade.\",\n  \"core.8.title\": \"Comunica\u00e7\u00e3o Graciosa\",\n  \"core.8.text\": \"N\u00e3o usarei minhas palavras como armas com cal\u00fania, fofoca ou desprezo. Falarei a verdade com amor e coragem.\",\n  \"core.9.title\": \"Miss\u00e3o Colaborativa\",\n  \"core.9.text\": \"Unirei for\u00e7as onde a consci\u00eancia permitir \u2014 em ora\u00e7\u00e3o, Escritura, miseric\u00f3rdia e justi\u00e7a \u2014 acreditando que Cristo \u00e9 exaltado quando Seu Corpo trabalha em conjunto.\",\n  \"core.10.title\": \"Legado para o Futuro\",\n  \"core.10.text\": \"Investirei na pr\u00f3xima gera\u00e7\u00e3o, modelando humildade, alegria e autenticidade cheia do Esp\u00edrito, para que herdem uma f\u00e9 digna de ser seguida.\",\n  \"core.11.title\": \"Confiando na Obra de Deus\",\n  \"core.11.text\": \"Prepararei o altar da unidade por meio do arrependimento e da ora\u00e7\u00e3o, mas n\u00e3o tentarei fabricar o avivamento. S\u00f3 Deus pode enviar o fogo, e esperarei o Seu tempo.\",\n\n  \"progress.already\": \"\ud83d\udd25 J\u00e1\",\n  \"progress.after\": \"crentes assinaram\",\n  \"progress.note\": \"(Cada nome adicionado aumenta o impulso para o Corpo de Cristo em todo o mundo.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac Por Que Assinei\",\n  \"testimonials.intro\": \"A unidade \u00e9 contagiante. Aqui est\u00e3o algumas vozes de todo o mundo:\",\n  \"testimonials.q1\": \"\u201cEsperei anos para ver disc\u00edpulos de diferentes movimentos orando como um s\u00f3. Este compromisso me deu esperan\u00e7a novamente.\u201d\",\n  \"testimonials.q2\": \"\u201cAssinei porque quero que meus filhos cres\u00e7am vendo um Corpo de Cristo, n\u00e3o r\u00f3tulos fragmentados.\u201d\",\n  \"testimonials.q3\": \"\u201cPara mim, isso \u00e9 arrependimento. Fui parte da divis\u00e3o. Agora quero ser parte da cura.\u201d\",\n  \"testimonials.c1\": \"\u2014 An\u00f4nimo\",\n  \"testimonials.c2\": \"\u2014 Jason, EUA\",\n  \"testimonials.c3\": \"\u2014 An\u00f4nimo\",\n  \"testimonials.hint\": \"Seu testemunho pode inspirar outra pessoa a assinar. Compartilhe o seu abaixo.\",\n\n  \"form.heading\": \"Meu Compromisso\",\n  \"commitment.body\": \"Comprometo-me com uma unidade que custa algo: uma unidade que confronta o pecado, exige humildade e requer a Cruz. Viverei em constante arrependimento, renovado pela vida radical de novo nascimento atrav\u00e9s do arrependimento, batismo e o fogo do Esp\u00edrito \u2014 quantas vezes forem necess\u00e1rias. Andarei humildemente com Deus, ao lado de irm\u00e3os e irm\u00e3s de todas as tradi\u00e7\u00f5es.\",\n  \"form.labels.name\": \"Nome: *\",\n  \"form.labels.city\": \"Cidade\/Pa\u00eds:\",\n  \"form.labels.church\": \"Igreja\/Tradi\u00e7\u00e3o (opcional):\",\n  \"form.labels.email\": \"Email (opcional):\",\n  \"form.labels.why\": \"Por Que Assinei (opcional):\",\n  \"form.labels.signature\": \"Assinatura \/ Data:\",\n  \"form.placeholders.why\": \"Compartilhe uma frase para encorajar outros\u2026\",\n  \"form.placeholders.signature\": \"Digite seu nome e a data de hoje\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Assinar o Compromisso\",\n  \"form.hint\": \"Ao enviar, seu nome ser\u00e1 adicionado \u00e0 planilha Unity_Pledge via WordPress e atualizar\u00e1 o contador ao vivo aqui.\",\n\n  \"footer.share\": \"\ud83d\udce2 Compartilhe o Compromisso pela Unidade:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Enviando\u2026\",\n  \"ui.nameRequired\": \"Por favor, insira seu nome.\",\n  \"ui.success\": \"\ud83d\ude4f Obrigado por assinar o Compromisso pela Unidade!\",\n  \"ui.error\": \"\u26a0\ufe0f Algo deu errado. Tente novamente.\",\n  \"ui.duplicate\": \"Voc\u00ea j\u00e1 assinou este compromisso. Obrigado!\"\n},\nro: {\n  \"header.title\": \"Jur\u0103m\u00e2ntul Unit\u0103\u021bii\",\n  \"header.subtitle\": \"De la Pietre de Moar\u0103 la Puncte de Cotitur\u0103\",\n  \"header.tagline\": \"Aceasta nu este o unitate ieftin\u0103. Este o unitate costisitoare\u2014pecetluit\u0103 \u00een poc\u0103in\u021b\u0103, botez \u0219i Cruce.\",\n  \"header.cta\": \"\u270d\ufe0f Semneaz\u0103 Jur\u0103m\u00e2ntul\",\n\n  \"preamble.title\": \"Preambul\",\n  \"preamble.body\": \"Ca r\u0103spuns la rug\u0103ciunea lui Isus\u2014\u201eca to\u021bi s\u0103 fie una... pentru ca lumea s\u0103 cread\u0103\u201d (Ioan 17:21)\u2014refuz s\u0103 m\u0103 mul\u021bumesc cu o m\u0103rturie fragmentat\u0103 sau cu o religie lipsit\u0103 de putere. Jur s\u0103 lupt pentru unitate \u00een adev\u0103r \u0219i dragoste cu to\u021bi cei ce cheam\u0103 numele lui Isus Hristos. Acest leg\u0103m\u00e2nt, \u00eenr\u0103d\u0103cinat \u00een chemarea radical\u0103 de a ne na\u0219te din nou (Ioan 3:3\u20135), cere umilin\u021b\u0103, poc\u0103in\u021b\u0103, \u00eemp\u0103care \u0219i colaborare curajoas\u0103 care va trezi Trupul lui Hristos \u0219i va amplifica vocea Evangheliei c\u0103tre na\u021biuni.\",\n\n  \"core.title\": \"Afirm\u0103ri Fundamentale\",\n  \"core.1.title\": \"Imago Dei\",\n  \"core.1.text\": \"Fiecare fiin\u021b\u0103 uman\u0103 poart\u0103 chipul lui Dumnezeu \u0219i trebuie tratat\u0103 cu o demnitate sf\u00e2nt\u0103, fie c\u0103 este prieten sau str\u0103in, sf\u00e2nt sau sceptic.\",\n  \"core.2.title\": \"Isus ca Domn\",\n  \"core.2.text\": \"M\u0103rturisesc c\u0103 Isus Hristos este Domnul\u2014nu unul dintre mul\u021bi, ci singurul Cap \u0219i Rege\u2014\u0219i voi fi c\u0103l\u0103uzit de Cuv\u00e2ntul \u0219i Duhul S\u0103u \u00een toate lucrurile.\",\n  \"core.3.title\": \"N\u0103scut din Nou prin Poc\u0103in\u021b\u0103 \u0219i Botez\",\n  \"core.3.text\": \"Afirm chemarea biblic\u0103 necompromis\u0103 de a ne na\u0219te din nou\u2014str\u0103pun\u0219i la inim\u0103, poc\u0103indu-ne \u0219i boteza\u021bi \u00een numele lui Isus Hristos pentru iertarea p\u0103catelor \u0219i darul Duhului Sf\u00e2nt (Ioan 3:3\u20135; Fapte 2:37\u201338). Dedicarea copiilor sau un ritual nu pot \u00eenlocui poc\u0103in\u021ba personal\u0103 \u0219i scufundarea. Fiecare credincios trebuie s\u0103 r\u0103spund\u0103 \u00een mod con\u0219tient, public \u0219i cu toat\u0103 inima\u2014\u00eembr\u0103\u021bi\u0219\u00e2nd un ritm de via\u021b\u0103 de poc\u0103in\u021b\u0103, credin\u021b\u0103 \u0219i re\u00eennoire prin Duhul Sf\u00e2nt.\",\n  \"core.4.title\": \"Umilin\u021b\u0103 \u00een Convingeri\",\n  \"core.4.text\": \"\u00cemi voi sus\u021bine convingerile cu curaj \u0219i claritate, niciodat\u0103 cu arogan\u021b\u0103\u2014onor\u00e2nd con\u0219tiin\u021ba altora f\u0103r\u0103 a dilua adev\u0103rul.\",\n  \"core.5.title\": \"Libertate fa\u021b\u0103 de Constr\u00e2ngere\",\n  \"core.5.text\": \"Unitatea nu este manipulare. Adun\u0103rile noastre vor fi locuri de rug\u0103ciune, \u00eemp\u0103care \u0219i misiune\u2014nu de ru\u0219inare, intimidare sau recrutare goal\u0103.\",\n  \"core.6.title\": \"P\u0103strarea Integrit\u0103\u021bii\",\n  \"core.6.text\": \"Voi sta ca un str\u0103jer \u00eempotriva abuzului spiritual, secretismului sau corup\u021biei \u0219i voi insista asupra unei conduceri transparente \u0219i cu inim\u0103 de slujitor.\",\n  \"core.7.title\": \"Vindecarea Diviziunilor\",\n  \"core.7.text\": \"M\u0103 poc\u0103iesc pentru orice rol\u2014personal sau mo\u0219tenit\u2014pe care biserica mea, mi\u0219carea mea sau tradi\u021bia mea l-a jucat \u00een sem\u0103narea diviziunii, m\u00e2ndriei sau controlului autoritar. Aleg restaurarea \u00een locul rivalit\u0103\u021bii.\",\n  \"core.8.title\": \"Comunicare Cu Har\",\n  \"core.8.text\": \"Nu-mi voi transforma cuvintele \u00een arme prin calomnie, b\u00e2rf\u0103 sau dispre\u021b. Voi vorbi adev\u0103rul cu dragoste \u0219i curaj.\",\n  \"core.9.title\": \"Misiune Colaborativ\u0103\",\n  \"core.9.text\": \"Voi lucra cot la cot acolo unde con\u0219tiin\u021ba \u00eemi permite\u2014\u00een rug\u0103ciune, Scriptur\u0103, mil\u0103 \u0219i dreptate\u2014crez\u00e2nd c\u0103 Hristos este glorificat atunci c\u00e2nd Trupul S\u0103u lucreaz\u0103 \u00eempreun\u0103.\",\n  \"core.10.title\": \"Mo\u0219tenire pentru Viitor\",\n  \"core.10.text\": \"Voi investi \u00een genera\u021bia urm\u0103toare, model\u00e2nd umilin\u021b\u0103, bucurie \u0219i autenticitate plin\u0103 de Duhul, pentru ca ei s\u0103 mo\u0219teneasc\u0103 o credin\u021b\u0103 demn\u0103 de urmat.\",\n  \"core.11.title\": \"\u00cencredere \u00een Lucrarea lui Dumnezeu\",\n  \"core.11.text\": \"Voi preg\u0103ti altarul unit\u0103\u021bii prin poc\u0103in\u021b\u0103 \u0219i rug\u0103ciune, dar nu voi \u00eencerca s\u0103 fabric o trezire. Doar Dumnezeu poate trimite focul, \u0219i voi a\u0219tepta timpul S\u0103u.\",\n\n  \"progress.already\": \"\ud83d\udd25 Deja\",\n  \"progress.after\": \"credincio\u0219i au semnat\",\n  \"progress.note\": \"(Fiecare nume ad\u0103ugat construie\u0219te un impuls pentru Trupul lui Hristos la nivel mondial.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac De ce am Semnat\",\n  \"testimonials.intro\": \"Unitatea este contagioas\u0103. Iat\u0103 c\u00e2teva voci din \u00eentreaga lume:\",\n  \"testimonials.q1\": \"\u201eAm a\u0219teptat ani s\u0103 v\u0103d ucenici din diferite mi\u0219c\u0103ri rug\u00e2ndu-se \u00eempreun\u0103. Acest jur\u0103m\u00e2nt mi-a dat din nou speran\u021b\u0103.\u201d\",\n  \"testimonials.q2\": \"\u201eAm semnat pentru c\u0103 vreau ca copiii mei s\u0103 vad\u0103 un singur Trup al lui Hristos, nu etichete fragmentate.\u201d\",\n  \"testimonials.q3\": \"\u201ePentru mine, aceasta este poc\u0103in\u021b\u0103. Am fost parte din diviziune. Acum vreau s\u0103 fiu parte din vindecare.\u201d\",\n  \"testimonials.c1\": \"\u2014 Anonim\",\n  \"testimonials.c2\": \"\u2014 Jason, SUA\",\n  \"testimonials.c3\": \"\u2014 Anonim\",\n  \"testimonials.hint\": \"M\u0103rturia ta poate inspira pe altcineva s\u0103 semneze. \u00cemp\u0103rt\u0103\u0219e\u0219te-o mai jos.\",\n\n  \"form.heading\": \"Angajamentul Meu\",\n  \"commitment.body\": \"M\u0103 angajez la o unitate care cost\u0103 ceva: unitate care confrunt\u0103 p\u0103catul, cere umilin\u021b\u0103 \u0219i necesit\u0103 Crucea. Voi tr\u0103i \u00een poc\u0103in\u021b\u0103 continu\u0103, re\u00eennoit prin via\u021ba radical\u0103 de poc\u0103in\u021b\u0103, botez \u0219i focul Duhului\u2014de c\u00e2te ori va fi nevoie. Voi umbla cu smerenie cu Dumnezeu, al\u0103turi de fra\u021bi \u0219i surori din fiecare tradi\u021bie.\",\n  \"form.labels.name\": \"Nume: *\",\n  \"form.labels.city\": \"Ora\u0219\/\u021aar\u0103:\",\n  \"form.labels.church\": \"Biseric\u0103\/Tradi\u021bie (op\u021bional):\",\n  \"form.labels.email\": \"Email (op\u021bional):\",\n  \"form.labels.why\": \"De ce am semnat (op\u021bional):\",\n  \"form.labels.signature\": \"Semn\u0103tur\u0103 \/ Dat\u0103:\",\n  \"form.placeholders.why\": \"Scrie o fraz\u0103 care s\u0103 \u00eencurajeze pe al\u021bii\u2026\",\n  \"form.placeholders.signature\": \"Tasteaz\u0103 numele \u0219i data de azi\",\n  \"form.buttons.submit\": \"\u270d\ufe0f Semneaz\u0103 Jur\u0103m\u00e2ntul\",\n  \"form.hint\": \"Trimiterea va ad\u0103uga numele t\u0103u \u00een fi\u0219ierul Unity_Pledge prin WordPress \u0219i va actualiza contorul live aici.\",\n\n  \"footer.share\": \"\ud83d\udce2 Distribuie Jur\u0103m\u00e2ntul Unit\u0103\u021bii:\",\n  \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n  \"ui.submitting\": \"Se trimite\u2026\",\n  \"ui.nameRequired\": \"Te rug\u0103m s\u0103 introduci numele.\",\n  \"ui.success\": \"\ud83d\ude4f Mul\u021bumim c\u0103 ai semnat Jur\u0103m\u00e2ntul Unit\u0103\u021bii!\",\n  \"ui.error\": \"\u26a0\ufe0f Ceva nu a mers bine. Te rug\u0103m s\u0103 \u00eencerci din nou.\",\n  \"ui.duplicate\": \"Ai semnat deja acest jur\u0103m\u00e2nt. Mul\u021bumim!\"\n},\n\nur: {\n  \"header.title\": \"\u0627\u062a\u062d\u0627\u062f \u06a9\u0627 \u0639\u06c1\u062f\",\n  \"header.subtitle\": \"\u0686\u06a9\u06cc \u06a9\u06d2 \u067e\u062a\u06be\u0631\u0648\u06ba \u0633\u06d2 \u0633\u0646\u06af \u0645\u06cc\u0644 \u062a\u06a9\",\n  \"header.tagline\": \"\u06cc\u06c1 \u0633\u0633\u062a\u0627 \u0627\u062a\u062d\u0627\u062f \u0646\u06c1\u06cc\u06ba \u06c1\u06d2\u06d4 \u06cc\u06c1 \u0645\u06c1\u0646\u06af\u0627 \u0627\u062a\u062d\u0627\u062f \u06c1\u06d2\u2014\u062a\u0648\u0628\u06c1\u060c \u0628\u067e\u062a\u0633\u0645\u06c1\u060c \u0627\u0648\u0631 \u0635\u0644\u06cc\u0628 \u0645\u06cc\u06ba \u0645\u06c1\u0631 \u0634\u062f\u06c1\u06d4\",\n  \"header.cta\": \"\u270d\ufe0f \u0639\u06c1\u062f \u067e\u0631 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631\u06cc\u06ba\",\n\n  \"preamble.title\": \"\u067e\u06cc\u0634 \u0644\u0641\u0638\",\n  \"preamble.body\": \"\u06cc\u0633\u0648\u0639 \u06a9\u06cc \u062f\u0639\u0627 \u06a9\u06d2 \u062c\u0648\u0627\u0628 \u0645\u06cc\u06ba\u2014\\\"\u06a9\u06c1 \u0648\u06c1 \u0633\u0628 \u0627\u06cc\u06a9 \u06c1\u0648\u06ba... \u062a\u0627\u06a9\u06c1 \u062f\u0646\u06cc\u0627 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u0626\u06d2\\\" (\u06cc\u0648\u062d\u0646\u0627 17:21)\u2014\u0645\u06cc\u06ba \u0628\u06a9\u06be\u0631\u06cc \u06c1\u0648\u0626\u06cc \u06af\u0648\u0627\u06c1\u06cc \u06cc\u0627 \u0628\u06d2 \u0627\u062b\u0631 \u0645\u0630\u06c1\u0628 \u067e\u0631 \u0633\u0645\u062c\u06be\u0648\u062a\u06c1 \u06a9\u0631\u0646\u06d2 \u0633\u06d2 \u0627\u0646\u06a9\u0627\u0631 \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba\u06d4 \u0645\u06cc\u06ba \u0627\u0646 \u062a\u0645\u0627\u0645 \u0644\u0648\u06af\u0648\u06ba \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0633\u0686\u0627\u0626\u06cc \u0627\u0648\u0631 \u0645\u062d\u0628\u062a \u0645\u06cc\u06ba \u0627\u062a\u062d\u0627\u062f \u06a9\u06d2 \u0644\u06cc\u06d2 \u0644\u0691\u0646\u06d2 \u06a9\u0627 \u0639\u06c1\u062f \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba \u062c\u0648 \u06cc\u0633\u0648\u0639 \u0645\u0633\u06cc\u062d \u06a9\u06d2 \u0646\u0627\u0645 \u0633\u06d2 \u067e\u06a9\u0627\u0631\u062a\u06d2 \u06c1\u06cc\u06ba\u06d4 \u06cc\u06c1 \u0639\u06c1\u062f\u060c \u062f\u0648\u0628\u0627\u0631\u06c1 \u067e\u06cc\u062f\u0627 \u06c1\u0648\u0646\u06d2 \u06a9\u06d2 \u0627\u0646\u062a\u06c1\u0627 \u067e\u0633\u0646\u062f\u0627\u0646\u06c1 \u0645\u0637\u0627\u0644\u0628\u06d2 \u067e\u0631 \u0645\u0628\u0646\u06cc \u06c1\u06d2 (\u06cc\u0648\u062d\u0646\u0627 3:3\u20135)\u060c \u062c\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0641\u0631\u0648\u062a\u0646\u06cc\u060c \u062a\u0648\u0628\u06c1\u060c \u0635\u0644\u062d \u06a9\u0631\u0627\u0646\u06d2\u060c \u0627\u0648\u0631 \u062f\u0644\u06cc\u0631\u0627\u0646\u06c1 \u062a\u0639\u0627\u0648\u0646 \u06a9\u06cc \u0636\u0631\u0648\u0631\u062a \u06c1\u06d2 \u062c\u0648 \u0645\u0633\u06cc\u062d \u06a9\u06d2 \u0628\u062f\u0646 \u06a9\u0648 \u062c\u06be\u0646\u062c\u06be\u0648\u0691 \u062f\u06d2 \u0627\u0648\u0631 \u062e\u0648\u0634\u062e\u0628\u0631\u06cc \u06a9\u06cc \u0622\u0648\u0627\u0632 \u06a9\u0648 \u0642\u0648\u0645\u0648\u06ba \u062a\u06a9 \u0628\u0644\u0646\u062f \u06a9\u0631\u06d2\u06d4\",\n\n  \"core.title\": \"\u0628\u0646\u06cc\u0627\u062f\u06cc \u062a\u0635\u062f\u06cc\u0642\u0627\u062a\",\n  \"core.1.title\": \"\u062e\u062f\u0627 \u06a9\u06cc \u0634\u0628\u06cc\u06c1\u06c1\",\n  \"core.1.text\": \"\u06c1\u0631 \u0627\u0646\u0633\u0627\u0646 \u0645\u06cc\u06ba \u062e\u062f\u0627 \u06a9\u06cc \u0634\u0628\u06cc\u06c1\u06c1 \u06c1\u06d2 \u0627\u0648\u0631 \u0686\u0627\u06c1\u06d2 \u062f\u0648\u0633\u062a \u06c1\u0648 \u06cc\u0627 \u0627\u062c\u0646\u0628\u06cc\u060c \u0646\u06cc\u06a9 \u06c1\u0648 \u06cc\u0627 \u0634\u06a9 \u0645\u06cc\u06ba \u0645\u0628\u062a\u0644\u0627\u2014\u0627\u0633\u06d2 \u0645\u0642\u062f\u0633 \u0627\u062d\u062a\u0631\u0627\u0645 \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0628\u0631\u062a\u0627\u0624 \u06a9\u06cc\u0627 \u062c\u0627\u0646\u0627 \u0686\u0627\u06c1\u06cc\u06d2\u06d4\",\n  \"core.2.title\": \"\u06cc\u0633\u0648\u0639 \u0628\u0637\u0648\u0631 \u062e\u064f\u062f\u0627\u0648\u0646\u062f\",\n  \"core.2.text\": \"\u0645\u06cc\u06ba \u06cc\u0633\u0648\u0639 \u0645\u0633\u06cc\u062d \u06a9\u0648 \u062e\u064f\u062f\u0627\u0648\u0646\u062f \u0645\u0627\u0646\u062a\u0627 \u06c1\u0648\u06ba\u2014\u0646\u06c1 \u06a9\u06c1 \u0628\u06c1\u062a \u0633\u0648\u06ba \u0645\u06cc\u06ba \u0633\u06d2 \u0627\u06cc\u06a9\u060c \u0628\u0644\u06a9\u06c1 \u0648\u0627\u062d\u062f \u0633\u0631\u0628\u0631\u0627\u06c1 \u0627\u0648\u0631 \u0628\u0627\u062f\u0634\u0627\u06c1\u2014\u0627\u0648\u0631 \u0645\u06cc\u06ba \u06c1\u0631 \u06a9\u0627\u0645 \u0645\u06cc\u06ba \u0627\u064f\u0633 \u06a9\u06d2 \u06a9\u0644\u0627\u0645 \u0627\u0648\u0631 \u0631\u064f\u0648\u062d \u06a9\u06cc \u0631\u06c1\u0646\u0645\u0627\u0626\u06cc \u0627\u062e\u062a\u06cc\u0627\u0631 \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4\",\n  \"core.3.title\": \"\u062a\u0648\u0628\u06c1 \u0627\u0648\u0631 \u0628\u067e\u062a\u0633\u0645\u06c1 \u06a9\u06d2 \u0630\u0631\u06cc\u0639\u06d2 \u0646\u0626\u06cc \u067e\u06cc\u062f\u0627\u0626\u0634\",\n  \"core.3.text\": \"\u0645\u06cc\u06ba \u0628\u0627\u0626\u0628\u0644 \u06a9\u06d2 \u063a\u06cc\u0631 \u0645\u062a\u0632\u0644\u0632\u0644 \u0645\u0637\u0627\u0644\u0628\u06d2 \u06a9\u06cc \u062a\u0635\u062f\u06cc\u0642 \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba \u06a9\u06c1 \u0627\u0646\u0633\u0627\u0646 \u062f\u0648\u0628\u0627\u0631\u06c1 \u067e\u06cc\u062f\u0627 \u06c1\u0648\u2014\u062f\u0644 \u0633\u06d2 \u06a9\u0627\u0679\u0627 \u062c\u0627\u0626\u06d2\u060c \u062a\u0648\u0628\u06c1 \u06a9\u0631\u06d2\u060c \u0627\u0648\u0631 \u06cc\u0633\u0648\u0639 \u0645\u0633\u06cc\u062d \u06a9\u06d2 \u0646\u0627\u0645 \u067e\u0631 \u0628\u067e\u062a\u0633\u0645\u06c1 \u0644\u06d2 \u062a\u0627\u06a9\u06c1 \u06af\u0646\u0627\u06c1\u0648\u06ba \u06a9\u06cc \u0645\u0639\u0627\u0641\u06cc \u0627\u0648\u0631 \u0631\u0648\u062d \u0627\u0644\u0642\u062f\u0633 \u06a9\u0627 \u062a\u062d\u0641\u06c1 \u062d\u0627\u0635\u0644 \u06c1\u0648 (\u06cc\u0648\u062d\u0646\u0627 3:3\u20135\u061b \u0627\u0639\u0645\u0627\u0644 2:37\u201338)\u06d4 \u0635\u0631\u0641 \u0628\u0686\u0648\u06ba \u06a9\u06cc \u0631\u0633\u0645 \u06cc\u0627 \u0631\u0633\u0645\u0650 \u062a\u0642\u062f\u06cc\u0633 \u0634\u062e\u0635\u06cc \u062a\u0648\u0628\u06c1 \u0627\u0648\u0631 \u0645\u06a9\u0645\u0644 \u0688\u0628\u06a9\u06cc \u06a9\u06cc \u062c\u06af\u06c1 \u0646\u06c1\u06cc\u06ba \u0644\u06d2 \u0633\u06a9\u062a\u06cc\u06d4 \u06c1\u0631 \u0645\u0648\u0645\u0646 \u06a9\u0648 \u0634\u0639\u0648\u0631\u06cc\u060c \u0639\u0648\u0627\u0645\u06cc\u060c \u0627\u0648\u0631 \u062f\u0644 \u0648 \u062c\u0627\u0646 \u0633\u06d2 \u062c\u0648\u0627\u0628 \u062f\u06cc\u0646\u0627 \u0686\u0627\u06c1\u06cc\u06d2\u2014\u062a\u0648\u0628\u06c1\u060c \u0627\u06cc\u0645\u0627\u0646\u060c \u0627\u0648\u0631 \u0631\u064f\u0648\u062d \u0633\u06d2 \u0628\u06be\u0631\u067e\u0648\u0631 \u062a\u062c\u062f\u06cc\u062f \u06a9\u06cc \u0632\u0646\u062f\u06af\u06cc \u06a9\u0648 \u0627\u067e\u0646\u0627\u062a\u06d2 \u06c1\u0648\u0626\u06d2\u06d4\",\n  \"core.4.title\": \"\u06cc\u0642\u06cc\u0646 \u0645\u06cc\u06ba \u0641\u0631\u0648\u062a\u0646\u06cc\",\n  \"core.4.text\": \"\u0645\u06cc\u06ba \u0627\u067e\u0646\u06d2 \u0639\u0642\u0627\u0626\u062f \u06a9\u0648 \u062c\u0631\u0623\u062a \u0627\u0648\u0631 \u0648\u0636\u0627\u062d\u062a \u06a9\u06d2 \u0633\u0627\u062a\u06be \u062a\u06be\u0627\u0645\u0648\u06ba \u06af\u0627\u060c \u0645\u06af\u0631 \u06a9\u0628\u06be\u06cc \u063a\u0631\u0648\u0631 \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0646\u06c1\u06cc\u06ba\u2014\u062f\u0648\u0633\u0631\u0648\u06ba \u06a9\u06d2 \u0636\u0645\u06cc\u0631 \u06a9\u0627 \u0627\u062d\u062a\u0631\u0627\u0645 \u06a9\u0631\u062a\u06d2 \u06c1\u0648\u0626\u06d2\u060c \u0644\u06cc\u06a9\u0646 \u0633\u0686 \u06a9\u0648 \u067e\u0627\u0646\u06cc \u0646\u06c1\u06cc\u06ba \u0644\u06af\u0627\u0624\u06ba \u06af\u0627\u06d4\",\n  \"core.5.title\": \"\u062c\u0628\u0631 \u0633\u06d2 \u0622\u0632\u0627\u062f\u06cc\",\n  \"core.5.text\": \"\u0627\u062a\u062d\u0627\u062f \u062f\u06be\u0648\u06a9\u06c1 \u0646\u06c1\u06cc\u06ba \u06c1\u06d2\u06d4 \u06c1\u0645\u0627\u0631\u06cc \u0645\u062d\u0641\u0644\u06cc\u06ba \u062f\u0639\u0627\u060c \u0645\u0635\u0627\u0644\u062d\u062a\u060c \u0627\u0648\u0631 \u0645\u0634\u0646 \u06a9\u06cc \u062c\u06af\u06c1 \u06c1\u0648\u06ba \u06af\u06cc\u2014\u0646\u06c1 \u06a9\u06c1 \u0634\u0631\u0645\u0646\u062f\u06af\u06cc\u060c \u062f\u06be\u0648\u0646\u0633\u060c \u06cc\u0627 \u06a9\u06be\u0648\u06a9\u06be\u0644\u06cc \u0628\u06be\u0631\u062a\u06cc \u06a9\u06cc\u06d4\",\n  \"core.6.title\": \"\u062f\u06cc\u0627\u0646\u062a\u062f\u0627\u0631\u06cc \u06a9\u0627 \u062a\u062d\u0641\u0638\",\n  \"core.6.text\": \"\u0645\u06cc\u06ba \u0631\u0648\u062d\u0627\u0646\u06cc \u0628\u062f\u0633\u0644\u0648\u06a9\u06cc\u060c \u0631\u0627\u0632\u062f\u0627\u0631\u06cc\u060c \u06cc\u0627 \u0628\u062f\u0639\u0646\u0648\u0627\u0646\u06cc \u06a9\u06d2 \u062e\u0644\u0627\u0641 \u0646\u06af\u0631\u0627\u0646 \u0628\u0646\u0648\u06ba \u06af\u0627\u060c \u0627\u0648\u0631 \u0634\u0641\u0627\u0641\u060c \u062e\u062f\u0645\u062a \u06af\u0632\u0627\u0631 \u0642\u06cc\u0627\u062f\u062a \u06a9\u0627 \u062a\u0642\u0627\u0636\u0627 \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4\",\n  \"core.7.title\": \"\u062a\u0642\u0633\u06cc\u0645 \u06a9\u0627 \u0639\u0644\u0627\u062c\",\n  \"core.7.text\": \"\u0645\u06cc\u06ba \u0627\u064f\u0633 \u06a9\u0633\u06cc \u0628\u06be\u06cc \u06a9\u0631\u062f\u0627\u0631 \u06a9\u06d2 \u0644\u06cc\u06d2\u2014\u0630\u0627\u062a\u06cc \u06c1\u0648 \u06cc\u0627 \u0648\u0631\u0627\u062b\u062a\u06cc\u2014\u062a\u0648\u0628\u06c1 \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba \u062c\u0648 \u0645\u06cc\u0631\u06d2 \u06af\u0631\u062c\u0627\u060c \u062a\u062d\u0631\u06cc\u06a9\u060c \u06cc\u0627 \u0631\u0648\u0627\u06cc\u062a \u0646\u06d2 \u062a\u0642\u0633\u06cc\u0645\u060c \u063a\u0631\u0648\u0631\u060c \u06cc\u0627 \u0622\u0645\u0631\u0627\u0646\u06c1 \u06a9\u0646\u0679\u0631\u0648\u0644 \u0645\u06cc\u06ba \u0627\u062f\u0627 \u06a9\u06cc\u0627 \u06c1\u0648\u06d4 \u0645\u06cc\u06ba \u062f\u0634\u0645\u0646\u06cc \u067e\u0631 \u0628\u062d\u0627\u0644\u06cc \u06a9\u0648 \u062a\u0631\u062c\u06cc\u062d \u062f\u0648\u06ba \u06af\u0627\u06d4\",\n  \"core.8.title\": \"\u0634\u0641\u0642\u062a \u0628\u06be\u0631\u0627 \u0631\u0627\u0628\u0637\u06c1\",\n  \"core.8.text\": \"\u0645\u06cc\u06ba \u0627\u067e\u0646\u06d2 \u0627\u0644\u0641\u0627\u0638 \u06a9\u0648 \u0628\u06c1\u062a\u0627\u0646\u060c \u063a\u06cc\u0628\u062a\u060c \u06cc\u0627 \u0646\u0641\u0631\u062a \u0645\u06cc\u06ba \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0646\u06c1\u06cc\u06ba \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4 \u0645\u06cc\u06ba \u0633\u0686\u0627\u0626\u06cc \u06a9\u0648 \u0645\u062d\u0628\u062a \u0627\u0648\u0631 \u062c\u0631\u0623\u062a \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0628\u06cc\u0627\u0646 \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4\",\n  \"core.9.title\": \"\u0645\u0634\u062a\u0631\u06a9\u06c1 \u0645\u0634\u0646\",\n  \"core.9.text\": \"\u062c\u06c1\u0627\u06ba \u0636\u0645\u06cc\u0631 \u0627\u062c\u0627\u0632\u062a \u062f\u06d2\u060c \u0645\u06cc\u06ba \u062f\u0639\u0627\u060c \u0635\u062d\u06cc\u0641\u06c1\u060c \u0631\u062d\u0645\u060c \u0627\u0648\u0631 \u0627\u0646\u0635\u0627\u0641 \u0645\u06cc\u06ba \u06c1\u0627\u062a\u06be \u0645\u0644\u0627 \u06a9\u0631 \u06a9\u0627\u0645 \u06a9\u0631\u0648\u06ba \u06af\u0627\u2014\u06cc\u0642\u06cc\u0646 \u0631\u06a9\u06be\u062a\u06d2 \u06c1\u0648\u0626\u06d2 \u06a9\u06c1 \u062c\u0628 \u0645\u0633\u06cc\u062d \u06a9\u0627 \u0628\u062f\u0646 \u0627\u06a9\u0679\u06be\u0627 \u06c1\u0648\u060c \u062a\u0648 \u0648\u06c1 \u0632\u06cc\u0627\u062f\u06c1 \u062c\u0644\u0627\u0644 \u067e\u0627\u062a\u0627 \u06c1\u06d2\u06d4\",\n  \"core.10.title\": \"\u0645\u0633\u062a\u0642\u0628\u0644 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0648\u0631\u0627\u062b\u062a\",\n  \"core.10.text\": \"\u0645\u06cc\u06ba \u0627\u06af\u0644\u06cc \u0646\u0633\u0644 \u0645\u06cc\u06ba \u0633\u0631\u0645\u0627\u06cc\u06c1 \u0644\u06af\u0627\u0624\u06ba \u06af\u0627\u060c \u0641\u0631\u0648\u062a\u0646\u06cc\u060c \u062e\u0648\u0634\u06cc\u060c \u0627\u0648\u0631 \u0631\u064f\u0648\u062d \u0633\u06d2 \u0628\u06be\u0631\u067e\u0648\u0631 \u0635\u062f\u0627\u0642\u062a \u06a9\u0648 \u0627\u067e\u0646\u06d2 \u06a9\u0631\u062f\u0627\u0631 \u0633\u06d2 \u062f\u06a9\u06be\u0627\u0624\u06ba \u06af\u0627\u060c \u062a\u0627\u06a9\u06c1 \u0648\u06c1 \u0627\u06cc\u0633\u06cc \u0627\u06cc\u0645\u0627\u0646 \u06a9\u06cc \u0648\u0631\u0627\u062b\u062a \u062d\u0627\u0635\u0644 \u06a9\u0631\u06cc\u06ba \u062c\u0633 \u067e\u0631 \u0686\u0644\u0646\u0627 \u0642\u0627\u0628\u0644 \u06c1\u0648\u06d4\",\n  \"core.11.title\": \"\u062e\u062f\u0627 \u06a9\u06d2 \u06a9\u0627\u0645 \u067e\u0631 \u0627\u0639\u062a\u0645\u0627\u062f\",\n  \"core.11.text\": \"\u0645\u06cc\u06ba \u062a\u0648\u0628\u06c1 \u0627\u0648\u0631 \u062f\u0639\u0627 \u06a9\u06d2 \u0630\u0631\u06cc\u0639\u06d2 \u0627\u062a\u062d\u0627\u062f \u06a9\u0627 \u0642\u0631\u0628\u0627\u0646 \u06af\u0627\u06c1 \u062a\u06cc\u0627\u0631 \u06a9\u0631\u0648\u06ba \u06af\u0627\u060c \u0644\u06cc\u06a9\u0646 \u0645\u06cc\u06ba \u062e\u0648\u062f \u0633\u06d2 \u0628\u06cc\u062f\u0627\u0631\u06cc \u067e\u06cc\u062f\u0627 \u06a9\u0631\u0646\u06d2 \u06a9\u06cc \u06a9\u0648\u0634\u0634 \u0646\u06c1\u06cc\u06ba \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4 \u0635\u0631\u0641 \u062e\u064f\u062f\u0627 \u06c1\u06cc \u0622\u06af \u0628\u06be\u06cc\u062c \u0633\u06a9\u062a\u0627 \u06c1\u06d2\u060c \u0627\u0648\u0631 \u0645\u06cc\u06ba \u0627\u064f\u0633 \u06a9\u06d2 \u0648\u0642\u062a \u06a9\u0627 \u0627\u0646\u062a\u0638\u0627\u0631 \u06a9\u0631\u0648\u06ba \u06af\u0627\u06d4\",\n\n  \"progress.already\": \"\ud83d\udd25 \u067e\u06c1\u0644\u06d2 \u06c1\u06cc\",\n  \"progress.after\": \"\u0627\u06cc\u0645\u0627\u0646\u062f\u0627\u0631\u0648\u06ba \u0646\u06d2 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631 \u062f\u06cc\u06d2 \u06c1\u06cc\u06ba\",\n  \"progress.note\": \"(\u06c1\u0631 \u0646\u06cc\u0627 \u0646\u0627\u0645 \u0645\u0633\u06cc\u062d \u06a9\u06d2 \u0628\u062f\u0646 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0639\u0627\u0644\u0645\u06cc \u0633\u0637\u062d \u067e\u0631 \u062a\u062d\u0631\u06cc\u06a9 \u0628\u0646\u0627\u062a\u0627 \u06c1\u06d2\u06d4)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0645\u06cc\u06ba \u0646\u06d2 \u06a9\u06cc\u0648\u06ba \u062f\u0633\u062a\u062e\u0637 \u06a9\u06cc\u06d2\",\n  \"testimonials.intro\": \"\u0627\u062a\u062d\u0627\u062f \u0645\u062a\u0639\u062f\u06cc \u06c1\u06d2\u06d4 \u062f\u0646\u06cc\u0627 \u0628\u06be\u0631 \u0633\u06d2 \u06a9\u0686\u06be \u0622\u0648\u0627\u0632\u06cc\u06ba:\",\n  \"testimonials.q1\": \"\u201c\u0645\u06cc\u06ba \u0628\u0631\u0633\u0648\u06ba \u0633\u06d2 \u0627\u0646\u062a\u0638\u0627\u0631 \u06a9\u0631 \u0631\u06c1\u0627 \u062a\u06be\u0627 \u06a9\u06c1 \u0645\u062e\u062a\u0644\u0641 \u062a\u062d\u0631\u06cc\u06a9\u0648\u06ba \u06a9\u06d2 \u0634\u0627\u06af\u0631\u062f \u0627\u06cc\u06a9 \u0633\u0627\u062a\u06be \u062f\u0639\u0627 \u06a9\u0631\u06cc\u06ba\u06d4 \u0627\u0633 \u0639\u06c1\u062f \u0646\u06d2 \u0645\u062c\u06be\u06d2 \u062f\u0648\u0628\u0627\u0631\u06c1 \u0627\u0645\u06cc\u062f \u062f\u06cc\u06d4\u201d\",\n  \"testimonials.q2\": \"\u201c\u0645\u06cc\u06ba \u0646\u06d2 \u062f\u0633\u062a\u062e\u0637 \u06a9\u06cc\u06d2 \u06a9\u06cc\u0648\u0646\u06a9\u06c1 \u0645\u06cc\u06ba \u0686\u0627\u06c1\u062a\u0627 \u06c1\u0648\u06ba \u06a9\u06c1 \u0645\u06cc\u0631\u06d2 \u0628\u0686\u06d2 \u0627\u06cc\u06a9 \u0645\u062a\u062d\u062f\u06c1 \u0645\u0633\u06cc\u062d\u06cc \u062c\u0633\u0645 \u06a9\u0648 \u062f\u06cc\u06a9\u06be\u06cc\u06ba\u060c \u0646\u06c1 \u06a9\u06c1 \u0679\u06a9\u0691\u0648\u06ba \u0645\u06cc\u06ba \u0628\u0679\u06d2 \u0644\u06cc\u0628\u0644\u0632 \u06a9\u0648\u06d4\u201d\",\n  \"testimonials.q3\": \"\u201c\u0645\u06cc\u0631\u06d2 \u0644\u06cc\u06d2\u060c \u06cc\u06c1 \u062a\u0648\u0628\u06c1 \u06c1\u06d2\u06d4 \u0645\u06cc\u06ba \u062a\u0642\u0633\u06cc\u0645 \u06a9\u0627 \u062d\u0635\u06c1 \u062a\u06be\u0627\u06d4 \u0627\u0628 \u0645\u06cc\u06ba \u0634\u0641\u0627 \u06a9\u0627 \u062d\u0635\u06c1 \u0628\u0646\u0646\u0627 \u0686\u0627\u06c1\u062a\u0627 \u06c1\u0648\u06ba\u06d4\u201d\",\n  \"testimonials.c1\": \"\u2014 \u06af\u0645\u0646\u0627\u0645\",\n  \"testimonials.c2\": \"\u2014 \u062c\u06cc\u0633\u0646\u060c \u0627\u0645\u0631\u06cc\u06a9\u06c1\",\n  \"testimonials.c3\": \"\u2014 \u06af\u0645\u0646\u0627\u0645\",\n  \"testimonials.hint\": \"\u0622\u067e \u06a9\u06cc \u06af\u0648\u0627\u06c1\u06cc \u06a9\u0633\u06cc \u0627\u0648\u0631 \u06a9\u0648 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631\u0646\u06d2 \u06a9\u06cc \u062a\u0631\u063a\u06cc\u0628 \u062f\u06d2 \u0633\u06a9\u062a\u06cc \u06c1\u06d2\u06d4 \u0646\u06cc\u0686\u06d2 \u0627\u067e\u0646\u06cc \u0631\u0627\u0626\u06d2 \u0634\u06cc\u0626\u0631 \u06a9\u0631\u06cc\u06ba\u06d4\",\n\n  \"form.heading\": \"\u0645\u06cc\u0631\u0627 \u0639\u06c1\u062f\",\n  \"commitment.body\": \"\u0645\u06cc\u06ba \u0627\u064f\u0633 \u0627\u062a\u062d\u0627\u062f \u06a9\u0627 \u0639\u06c1\u062f \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba \u062c\u0633 \u06a9\u06cc \u0642\u06cc\u0645\u062a \u06c1\u0648: \u0627\u06cc\u0633\u0627 \u0627\u062a\u062d\u0627\u062f \u062c\u0648 \u06af\u0646\u0627\u06c1 \u06a9\u0627 \u0633\u0627\u0645\u0646\u0627 \u06a9\u0631\u06d2\u060c \u0641\u0631\u0648\u062a\u0646\u06cc \u06a9\u0627 \u062a\u0642\u0627\u0636\u0627 \u06a9\u0631\u06d2\u060c \u0627\u0648\u0631 \u0635\u0644\u06cc\u0628 \u06a9\u06cc \u0636\u0631\u0648\u0631\u062a \u06c1\u0648\u06d4 \u0645\u06cc\u06ba \u062c\u0627\u0631\u06cc \u062a\u0648\u0628\u06c1 \u06a9\u06cc \u0632\u0646\u062f\u06af\u06cc \u06af\u0632\u0627\u0631\u0648\u06ba \u06af\u0627\u060c \u062c\u0648 \u062a\u0648\u0628\u06c1\u060c \u0628\u067e\u062a\u0633\u0645\u06c1\u060c \u0627\u0648\u0631 \u0631\u064f\u0648\u062d \u06a9\u06d2 \u0634\u0639\u0644\u06d2 \u06a9\u06d2 \u0630\u0631\u06cc\u0639\u06d2 \u0628\u0627\u0631 \u0628\u0627\u0631 \u062a\u062c\u062f\u06cc\u062f \u067e\u0627\u062a\u06cc \u06c1\u06d2\u2014\u062c\u062a\u0646\u06cc \u0628\u0627\u0631 \u0636\u0631\u0648\u0631\u062a \u06c1\u0648\u06d4 \u0645\u06cc\u06ba \u062e\u064f\u062f\u0627 \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0641\u0631\u0648\u062a\u0646\u06cc \u0633\u06d2 \u0686\u0644\u0648\u06ba \u06af\u0627\u060c \u06c1\u0631 \u0631\u0648\u0627\u06cc\u062a \u06a9\u06d2 \u0628\u06be\u0627\u0626\u06cc\u0648\u06ba \u0627\u0648\u0631 \u0628\u06c1\u0646\u0648\u06ba \u06a9\u06d2 \u0633\u0627\u062a\u06be\u06d4\",\n  \"form.labels.name\": \"\u0646\u0627\u0645: *\",\n  \"form.labels.city\": \"\u0634\u06c1\u0631\/\u0645\u0644\u06a9:\",\n  \"form.labels.church\": \"\u06af\u0631\u062c\u0627\/\u0631\u0648\u0627\u06cc\u062a (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.email\": \"\u0627\u06cc \u0645\u06cc\u0644 (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.why\": \"\u0645\u06cc\u06ba \u0646\u06d2 \u06a9\u06cc\u0648\u06ba \u062f\u0633\u062a\u062e\u0637 \u06a9\u06cc\u06d2 (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):\",\n  \"form.labels.signature\": \"\u062f\u0633\u062a\u062e\u0637 \/ \u062a\u0627\u0631\u06cc\u062e:\",\n  \"form.placeholders.why\": \"\u0627\u06cc\u06a9 \u062c\u0645\u0644\u06c1 \u0634\u06cc\u0626\u0631 \u06a9\u0631\u06cc\u06ba \u062a\u0627\u06a9\u06c1 \u062f\u0648\u0633\u0631\u0648\u06ba \u06a9\u0648 \u062d\u0648\u0635\u0644\u06c1 \u0645\u0644\u06d2\u2026\",\n  \"form.placeholders.signature\": \"\u0627\u067e\u0646\u0627 \u0646\u0627\u0645 \u0627\u0648\u0631 \u0622\u062c \u06a9\u06cc \u062a\u0627\u0631\u06cc\u062e \u0644\u06a9\u06be\u06cc\u06ba\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u0639\u06c1\u062f \u067e\u0631 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631\u06cc\u06ba\",\n  \"form.hint\": \"\u062c\u0645\u0639 \u06a9\u0631\u0648\u0627\u0646\u06d2 \u0633\u06d2 \u0622\u067e \u06a9\u0627 \u0646\u0627\u0645 WordPress \u06a9\u06d2 \u0630\u0631\u06cc\u0639\u06d2 Unity_Pledge \u0634\u06cc\u0679 \u0645\u06cc\u06ba \u0634\u0627\u0645\u0644 \u06c1\u0648 \u062c\u0627\u0626\u06d2 \u06af\u0627 \u0627\u0648\u0631 \u06cc\u06c1\u0627\u06ba \u0644\u0627\u0626\u06cc\u0648 \u06a9\u0627\u0624\u0646\u0679\u0631 \u0627\u067e\u0688\u06cc\u0679 \u06c1\u0648\u06af\u0627\u06d4\",\n\n  \"footer.share\": \"\ud83d\udce2 \u0627\u062a\u062d\u0627\u062f \u06a9\u06d2 \u0639\u06c1\u062f \u06a9\u0648 \u0634\u06cc\u0626\u0631 \u06a9\u0631\u06cc\u06ba:\",\n  \"footer.copyright\": \"\u00a9 2025 \u06af\u0644\u0648\u0628\u0644 \u0645\u0634\u0646 \u0633\u067e\u0648\u0631\u0679\",\n\n  \"ui.submitting\": \"\u062c\u0645\u0639 \u06c1\u0648 \u0631\u06c1\u0627 \u06c1\u06d2\u2026\",\n  \"ui.nameRequired\": \"\u0628\u0631\u0627\u06c1 \u06a9\u0631\u0645 \u0627\u067e\u0646\u0627 \u0646\u0627\u0645 \u062f\u0631\u062c \u06a9\u0631\u06cc\u06ba\u06d4\",\n  \"ui.success\": \"\ud83d\ude4f \u0627\u062a\u062d\u0627\u062f \u06a9\u06d2 \u0639\u06c1\u062f \u067e\u0631 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631\u0646\u06d2 \u06a9\u0627 \u0634\u06a9\u0631\u06cc\u06c1!\",\n  \"ui.error\": \"\u26a0\ufe0f \u06a9\u0686\u06be \u063a\u0644\u0637 \u06c1\u0648 \u06af\u06cc\u0627\u06d4 \u062f\u0648\u0628\u0627\u0631\u06c1 \u06a9\u0648\u0634\u0634 \u06a9\u0631\u06cc\u06ba\u06d4\",\n  \"ui.duplicate\": \"\u0622\u067e \u067e\u06c1\u0644\u06d2 \u06c1\u06cc \u0627\u0633 \u0639\u06c1\u062f \u067e\u0631 \u062f\u0633\u062a\u062e\u0637 \u06a9\u0631 \u0686\u06a9\u06d2 \u06c1\u06cc\u06ba\u06d4 \u0634\u06a9\u0631\u06cc\u06c1!\"\n},\nar: {\n  \"header.title\": \"\u0639\u0647\u062f \u0627\u0644\u0648\u062d\u062f\u0629\",\n  \"header.subtitle\": \"\u0645\u0646 \u0623\u062d\u062c\u0627\u0631 \u0627\u0644\u0639\u062b\u0631\u0629 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u0646\u0635\u0631\",\n  \"header.tagline\": \"\u0647\u0630\u0647 \u0644\u064a\u0633\u062a \u0648\u062d\u062f\u0629 \u0631\u062e\u064a\u0635\u0629\u060c \u0628\u0644 \u0648\u062d\u062f\u0629 \u0645\u0643\u0644\u0641\u0629\u2014\u0645\u062e\u062a\u0648\u0645\u0629 \u0628\u0627\u0644\u062a\u0648\u0628\u0629\u060c \u0648\u0627\u0644\u0645\u0639\u0645\u0648\u062f\u064a\u0629\u060c \u0648\u0627\u0644\u0635\u0644\u064a\u0628.\",\n  \"header.cta\": \"\u270d\ufe0f \u0648\u0642\u0651\u0639 \u0627\u0644\u0639\u0647\u062f\",\n\n  \"preamble.title\": \"\u0627\u0644\u0645\u0642\u062f\u0645\u0629\",\n  \"preamble.body\": \"\u0627\u0633\u062a\u062c\u0627\u0628\u0629\u064b \u0644\u0635\u0644\u0627\u0629 \u064a\u0633\u0648\u0639 \u2014 \\\"\u0644\u064a\u0643\u0648\u0646\u0648\u0627 \u062c\u0645\u064a\u0639\u064b\u0627 \u0648\u0627\u062d\u062f\u064b\u0627... \u0644\u0643\u064a \u064a\u0624\u0645\u0646 \u0627\u0644\u0639\u0627\u0644\u0645\\\" (\u064a\u0648\u062d\u0646\u0627 \u0661\u0667:\u0662\u0661) \u2014 \u0623\u0631\u0641\u0636 \u0627\u0644\u0627\u0643\u062a\u0641\u0627\u0621 \u0628\u0634\u0647\u0627\u062f\u0629 \u0645\u0646\u0642\u0633\u0645\u0629 \u0623\u0648 \u062f\u064a\u0646 \u0628\u0644\u0627 \u0642\u0648\u0629. \u0623\u062a\u0639\u0647\u062f \u0623\u0646 \u0623\u0633\u0639\u0649 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0648\u062d\u062f\u0629 \u0641\u064a \u0627\u0644\u062d\u0642 \u0648\u0627\u0644\u0645\u062d\u0628\u0629 \u0645\u0639 \u0643\u0644 \u0645\u0646 \u064a\u062f\u0639\u0648 \u0628\u0627\u0633\u0645 \u064a\u0633\u0648\u0639 \u0627\u0644\u0645\u0633\u064a\u062d. \u0647\u0630\u0627 \u0627\u0644\u0639\u0647\u062f\u060c \u0627\u0644\u0645\u062a\u062c\u0630\u0631 \u0641\u064a \u0627\u0644\u062f\u0639\u0648\u0629 \u0627\u0644\u062c\u0630\u0631\u064a\u0629 \u0644\u0644\u0648\u0644\u0627\u062f\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f (\u064a\u0648\u062d\u0646\u0627 \u0663:\u0663\u2013\u0665)\u060c \u064a\u062a\u0637\u0644\u0628 \u0627\u0644\u062a\u0648\u0627\u0636\u0639\u060c \u0648\u0627\u0644\u062a\u0648\u0628\u0629\u060c \u0648\u0635\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\u060c \u0648\u062a\u0639\u0627\u0648\u0646\u064b\u0627 \u0634\u062c\u0627\u0639\u064b\u0627 \u064a\u064f\u0648\u0642\u0638 \u062c\u0633\u062f \u0627\u0644\u0645\u0633\u064a\u062d \u0648\u064a\u064f\u0639\u0644\u0651\u064a \u0635\u0648\u062a \u0627\u0644\u0625\u0646\u062c\u064a\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u0645.\",\n\n  \"core.title\": \"\u0627\u0644\u062a\u0623\u0643\u064a\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629\",\n\n  \"core.1.title\": \"\u0635\u0648\u0631\u0629 \u0627\u0644\u0644\u0647 (Imago Dei)\",\n  \"core.1.text\": \"\u0643\u0644 \u0625\u0646\u0633\u0627\u0646 \u064a\u062d\u0645\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u0644\u0647 \u0648\u064a\u062c\u0628 \u0645\u0639\u0627\u0645\u0644\u062a\u0647 \u0628\u0643\u0631\u0627\u0645\u0629 \u0645\u0642\u062f\u0633\u0629\u2014\u0633\u0648\u0627\u0621 \u0643\u0627\u0646 \u0635\u062f\u064a\u0642\u064b\u0627 \u0623\u0648 \u063a\u0631\u064a\u0628\u064b\u0627\u060c \u0645\u0624\u0645\u0646\u064b\u0627 \u0623\u0648 \u0645\u062a\u0634\u0643\u0643\u064b\u0627.\",\n  \"core.2.title\": \"\u064a\u0633\u0648\u0639 \u0647\u0648 \u0627\u0644\u0631\u0628\",\n  \"core.2.text\": \"\u0623\u0639\u062a\u0631\u0641 \u0623\u0646 \u064a\u0633\u0648\u0639 \u0627\u0644\u0645\u0633\u064a\u062d \u0647\u0648 \u0627\u0644\u0631\u0628\u2014\u0644\u064a\u0633 \u0648\u0627\u062d\u062f\u064b\u0627 \u0645\u0646 \u0628\u064a\u0646 \u0643\u062b\u064a\u0631\u064a\u0646\u060c \u0628\u0644 \u0627\u0644\u0631\u0623\u0633 \u0648\u0627\u0644\u0645\u0644\u0643 \u0627\u0644\u0648\u062d\u064a\u062f\u2014\u0648\u0633\u0623\u062f\u0639 \u0643\u0644\u0645\u062a\u0647 \u0648\u0631\u0648\u062d\u0647 \u064a\u0631\u0634\u062f\u0627\u0646\u064a \u0641\u064a \u0643\u0644 \u0627\u0644\u0623\u0645\u0648\u0631.\",\n  \"core.3.title\": \"\u0627\u0644\u0648\u0644\u0627\u062f\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0628\u0627\u0644\u062a\u0648\u0628\u0629 \u0648\u0627\u0644\u0645\u0639\u0645\u0648\u062f\u064a\u0629\",\n  \"core.3.text\": \"\u0623\u064f\u0642\u0631 \u0628\u0627\u0644\u062f\u0639\u0648\u0629 \u0627\u0644\u0643\u062a\u0627\u0628\u064a\u0629 \u0627\u0644\u062d\u0627\u0633\u0645\u0629 \u0644\u0644\u0648\u0644\u0627\u062f\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f\u2014\u0623\u0646 \u064a\u0646\u062e\u0633 \u0627\u0644\u0642\u0644\u0628\u060c \u0648\u064a\u062a\u0648\u0628 \u0627\u0644\u0625\u0646\u0633\u0627\u0646\u060c \u0648\u064a\u0639\u062a\u0645\u062f \u0628\u0627\u0633\u0645 \u064a\u0633\u0648\u0639 \u0627\u0644\u0645\u0633\u064a\u062d \u0644\u0645\u063a\u0641\u0631\u0629 \u0627\u0644\u062e\u0637\u0627\u064a\u0627 \u0648\u0646\u0648\u0627\u0644 \u0639\u0637\u064a\u0629 \u0627\u0644\u0631\u0648\u062d \u0627\u0644\u0642\u062f\u0633 (\u064a\u0648\u062d\u0646\u0627 \u0663:\u0663\u2013\u0665\u061b \u0623\u0639\u0645\u0627\u0644 \u0662:\u0663\u0667\u2013\u0663\u0668). \u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u062d\u0644 \u0637\u0642\u0648\u0633 \u0627\u0644\u0637\u0641\u0648\u0644\u0629 \u0623\u0648 \u0627\u0644\u062a\u0642\u0644\u064a\u062f \u0645\u062d\u0644 \u0627\u0644\u062a\u0648\u0628\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0648\u0627\u0644\u063a\u0645\u0631 \u0628\u0627\u0644\u0645\u0627\u0621. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0633\u062a\u062c\u064a\u0628 \u0643\u0644 \u0645\u0624\u0645\u0646 \u0628\u0648\u0639\u064a\u060c \u0648\u0628\u0634\u0643\u0644 \u0639\u0644\u0646\u064a\u060c \u0648\u0645\u0646 \u0627\u0644\u0642\u0644\u0628\u2014\u0648\u064a\u0639\u064a\u0634 \u062d\u064a\u0627\u0629 \u062f\u0627\u0626\u0645\u0629 \u0645\u0646 \u0627\u0644\u062a\u0648\u0628\u0629 \u0648\u0627\u0644\u0625\u064a\u0645\u0627\u0646 \u0648\u0627\u0644\u062a\u062c\u062f\u064a\u062f \u0628\u0627\u0644\u0631\u0648\u062d.\",\n  \"core.4.title\": \"\u062a\u0648\u0627\u0636\u0639 \u0641\u064a \u0627\u0644\u0642\u0646\u0627\u0639\u0629\",\n  \"core.4.text\": \"\u0633\u0623\u062a\u0645\u0633\u0643 \u0628\u0642\u0646\u0627\u0639\u0627\u062a\u064a \u0628\u0634\u062c\u0627\u0639\u0629 \u0648\u0648\u0636\u0648\u062d\u060c \u0648\u0644\u0643\u0646 \u062f\u0648\u0646 \u0643\u0628\u0631\u064a\u0627\u0621\u2014\u0645\u062d\u062a\u0631\u0645\u064b\u0627 \u0636\u0645\u0627\u0626\u0631 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u062f\u0648\u0646 \u0623\u0646 \u0623\u062a\u0633\u0627\u0647\u0644 \u0645\u0639 \u0627\u0644\u062d\u0642.\",\n  \"core.5.title\": \"\u062d\u0631\u064a\u0629 \u0645\u0646 \u0627\u0644\u0625\u0643\u0631\u0627\u0647\",\n  \"core.5.text\": \"\u0627\u0644\u0648\u062d\u062f\u0629 \u0644\u064a\u0633\u062a \u062a\u0644\u0627\u0639\u0628\u064b\u0627. \u0644\u0642\u0627\u0621\u0627\u062a\u0646\u0627 \u0633\u062a\u0643\u0648\u0646 \u0623\u0645\u0627\u0643\u0646 \u0644\u0644\u0635\u0644\u0627\u0629 \u0648\u0627\u0644\u0645\u0635\u0627\u0644\u062d\u0629 \u0648\u0627\u0644\u0631\u0633\u0627\u0644\u0629\u2014\u0648\u0644\u064a\u0633 \u0644\u0644\u0639\u0627\u0631 \u0623\u0648 \u0627\u0644\u062a\u0647\u062f\u064a\u062f \u0623\u0648 \u0627\u0644\u062a\u062c\u0646\u064a\u062f \u0627\u0644\u0641\u0627\u0631\u063a.\",\n  \"core.6.title\": \"\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0646\u0632\u0627\u0647\u0629\",\n  \"core.6.text\": \"\u0633\u0623\u0642\u0641 \u0643\u0627\u0644\u062d\u0627\u0631\u0633 \u0636\u062f \u0627\u0644\u0625\u0633\u0627\u0621\u0629 \u0627\u0644\u0631\u0648\u062d\u064a\u0629\u060c \u0623\u0648 \u0627\u0644\u0633\u0631\u064a\u0629\u060c \u0623\u0648 \u0627\u0644\u0641\u0633\u0627\u062f\u060c \u0648\u0623\u0635\u0631\u0651 \u0639\u0644\u0649 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0634\u0641\u0627\u0641\u0629 \u0648\u0627\u0644\u0645\u062a\u0648\u0627\u0636\u0639\u0629 \u0641\u064a \u0627\u0644\u062e\u062f\u0645\u0629.\",\n  \"core.7.title\": \"\u0634\u0641\u0627\u0621 \u0627\u0644\u0627\u0646\u0642\u0633\u0627\u0645\u0627\u062a\",\n  \"core.7.text\": \"\u0623\u062a\u0648\u0628 \u0639\u0646 \u0623\u064a \u062f\u0648\u0631\u2014\u0634\u062e\u0635\u064a \u0623\u0648 \u0645\u0648\u0631\u0648\u062b\u2014\u0644\u0639\u0628\u0647 \u0643\u0646\u064a\u0633\u062a\u064a \u0623\u0648 \u062d\u0631\u0643\u062a\u064a \u0623\u0648 \u062a\u0642\u0627\u0644\u064a\u062f\u064a \u0641\u064a \u0632\u0631\u0639 \u0627\u0644\u0627\u0646\u0642\u0633\u0627\u0645 \u0623\u0648 \u0627\u0644\u063a\u0631\u0648\u0631 \u0623\u0648 \u0627\u0644\u062a\u062d\u0643\u0645. \u0623\u062e\u062a\u0627\u0631 \u0627\u0644\u062a\u0631\u0645\u064a\u0645 \u0628\u062f\u0644\u064b\u0627 \u0645\u0646 \u0627\u0644\u062a\u0646\u0627\u0641\u0633.\",\n  \"core.8.title\": \"\u0643\u0644\u0627\u0645 \u0631\u062d\u064a\u0645\",\n  \"core.8.text\": \"\u0644\u0646 \u0623\u0633\u062a\u062e\u062f\u0645 \u0643\u0644\u0645\u0627\u062a\u064a \u0643\u0633\u0644\u0627\u062d \u0628\u0627\u0644\u0625\u0641\u062a\u0631\u0627\u0621 \u0623\u0648 \u0627\u0644\u0646\u0645\u064a\u0645\u0629 \u0623\u0648 \u0627\u0644\u0627\u062d\u062a\u0642\u0627\u0631. \u0633\u0623\u062a\u0643\u0644\u0645 \u0628\u0627\u0644\u062d\u0642 \u0645\u0639 \u0627\u0644\u0645\u062d\u0628\u0629 \u0648\u0627\u0644\u0634\u062c\u0627\u0639\u0629.\",\n  \"core.9.title\": \"\u0631\u0633\u0627\u0644\u0629 \u0628\u0627\u0644\u062a\u0639\u0627\u0648\u0646\",\n  \"core.9.text\": \"\u0633\u0623\u062a\u0639\u0627\u0648\u0646 \u062d\u064a\u062b \u064a\u0633\u0645\u062d \u0627\u0644\u0636\u0645\u064a\u0631\u2014\u0641\u064a \u0627\u0644\u0635\u0644\u0627\u0629\u060c \u0648\u0627\u0644\u0643\u062a\u0627\u0628 \u0627\u0644\u0645\u0642\u062f\u0633\u060c \u0648\u0627\u0644\u0631\u062d\u0645\u0629\u060c \u0648\u0627\u0644\u0639\u062f\u0644\u2014\u0645\u0624\u0645\u0646\u064b\u0627 \u0623\u0646 \u0627\u0644\u0645\u0633\u064a\u062d \u064a\u064f\u0645\u062c\u0651\u062f \u0639\u0646\u062f\u0645\u0627 \u064a\u0639\u0645\u0644 \u062c\u0633\u062f\u0647 \u0645\u0639\u064b\u0627.\",\n  \"core.10.title\": \"\u0625\u0631\u062b \u0644\u0644\u0645\u0633\u062a\u0642\u0628\u0644\",\n  \"core.10.text\": \"\u0633\u0623\u0633\u062a\u062b\u0645\u0631 \u0641\u064a \u0627\u0644\u062c\u064a\u0644 \u0627\u0644\u0642\u0627\u062f\u0645\u060c \u0645\u0646 \u062e\u0644\u0627\u0644 \u0642\u062f\u0648\u0629 \u0627\u0644\u062a\u0648\u0627\u0636\u0639\u060c \u0648\u0627\u0644\u0641\u0631\u062d\u060c \u0648\u0627\u0644\u0635\u062f\u0642 \u0627\u0644\u0645\u0645\u0644\u0648\u0621 \u0628\u0627\u0644\u0631\u0648\u062d\u060c \u0644\u0643\u064a \u064a\u0631\u062b\u0648\u0627 \u0625\u064a\u0645\u0627\u0646\u064b\u0627 \u064a\u0633\u062a\u062d\u0642 \u0627\u0644\u0627\u062a\u0628\u0627\u0639.\",\n  \"core.11.text\": \"\u0633\u0623\u064f\u0639\u062f\u0651 \u0645\u0630\u0628\u062d \u0627\u0644\u0648\u062d\u062f\u0629 \u0628\u0627\u0644\u0635\u0644\u0627\u0629 \u0648\u0627\u0644\u062a\u0648\u0628\u0629\u060c \u0644\u0643\u0646\u064a \u0644\u0646 \u0623\u062e\u062a\u0644\u0642 \u0646\u0647\u0636\u0629 \u0645\u0632\u064a\u0641\u0629. \u0648\u062d\u062f\u0647 \u0627\u0644\u0644\u0647 \u064a\u0631\u0633\u0644 \u0627\u0644\u0646\u0627\u0631\u060c \u0648\u0633\u0623\u0646\u062a\u0638\u0631 \u062a\u0648\u0642\u064a\u062a\u0647.\",\n\n  \"progress.already\": \"\ud83d\udd25 \u0628\u0627\u0644\u0641\u0639\u0644\",\n  \"progress.after\": \"\u0645\u0624\u0645\u0646 \u0642\u062f \u0648\u0642\u0651\u0639\",\n  \"progress.note\": \"(\u0643\u0644 \u0627\u0633\u0645 \u064a\u064f\u0636\u0627\u0641 \u064a\u0628\u0646\u064a \u0632\u062e\u0645\u064b\u0627 \u0644\u062c\u0633\u062f \u0627\u0644\u0645\u0633\u064a\u062d \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645.)\",\n\n  \"testimonials.title\": \"\ud83d\udcac \u0644\u0645\u0627\u0630\u0627 \u0648\u0642\u0651\u0639\u062a\",\n  \"testimonials.intro\": \"\u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u064f\u0639\u062f\u064a\u0629. \u0625\u0644\u064a\u0643 \u0628\u0639\u0636 \u0627\u0644\u0623\u0635\u0648\u0627\u062a \u0645\u0646 \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645:\",\n  \"testimonials.q1\": \"\u201c\u0627\u0646\u062a\u0638\u0631\u062a \u0633\u0646\u0648\u0627\u062a \u0644\u0623\u0631\u0649 \u0627\u0644\u062a\u0644\u0627\u0645\u064a\u0630 \u0645\u0646 \u062d\u0631\u0643\u0627\u062a \u0645\u062e\u062a\u0644\u0641\u0629 \u064a\u0635\u0644\u0651\u0648\u0646 \u0643\u0648\u0627\u062d\u062f. \u0647\u0630\u0627 \u0627\u0644\u0639\u0647\u062f \u0623\u0639\u0627\u062f \u0644\u064a \u0627\u0644\u0623\u0645\u0644.\u201d\",\n  \"testimonials.q2\": \"\u201c\u0648\u0642\u0651\u0639\u062a \u0644\u0623\u0646\u064a \u0623\u0631\u064a\u062f \u0644\u0623\u0637\u0641\u0627\u0644\u064a \u0623\u0646 \u064a\u0631\u0648\u0627 \u062c\u0633\u062f\u064b\u0627 \u0648\u0627\u062d\u062f\u064b\u0627 \u0644\u0644\u0645\u0633\u064a\u062d\u060c \u0644\u0627 \u0623\u0633\u0645\u0627\u0621\u064b \u0645\u0645\u0632\u0642\u0629.\u201d\",\n  \"testimonials.q3\": \"\u201c\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u064a\u060c \u0647\u0630\u0647 \u062a\u0648\u0628\u0629. \u0643\u0646\u062a \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0627\u0646\u0642\u0633\u0627\u0645. \u0627\u0644\u0622\u0646 \u0623\u0631\u064a\u062f \u0623\u0646 \u0623\u0643\u0648\u0646 \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0634\u0641\u0627\u0621.\u201d\",\n  \"testimonials.c1\": \"\u2014 \u0645\u062c\u0647\u0648\u0644\",\n  \"testimonials.c2\": \"\u2014 \u062c\u064a\u0633\u0648\u0646\u060c \u0623\u0645\u0631\u064a\u0643\u0627\",\n  \"testimonials.c3\": \"\u2014 \u0645\u062c\u0647\u0648\u0644\",\n  \"testimonials.hint\": \"\u0634\u0647\u0627\u062f\u062a\u0643 \u0642\u062f \u062a\u0644\u0647\u0645 \u0634\u062e\u0635\u064b\u0627 \u0622\u062e\u0631 \u0623\u0646 \u064a\u0648\u0642\u0651\u0639. \u0634\u0627\u0631\u0643\u0647\u0627 \u0623\u062f\u0646\u0627\u0647.\",\n\n  \"form.heading\": \"\u0639\u0647\u062f\u064a\",\n  \"commitment.body\": \"\u0623\u062a\u0639\u0647\u062f \u0628\u0648\u062d\u062f\u0629 \u0645\u0643\u0644\u0641\u0629: \u0648\u062d\u062f\u0629 \u062a\u0648\u0627\u062c\u0647 \u0627\u0644\u062e\u0637\u064a\u0626\u0629\u060c \u0648\u062a\u0637\u0644\u0628 \u0627\u0644\u062a\u0648\u0627\u0636\u0639\u060c \u0648\u062a\u062a\u0637\u0644\u0628 \u0627\u0644\u0635\u0644\u064a\u0628. \u0633\u0623\u0639\u064a\u0634 \u0641\u064a \u062a\u0648\u0628\u0629 \u062f\u0627\u0626\u0645\u0629\u060c \u0623\u064f\u062c\u062f\u062f\u0647\u0627 \u0628\u062d\u064a\u0627\u0629 \u0627\u0644\u0648\u0644\u0627\u062f\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629\u2014\u062a\u0648\u0628\u0629\u060c \u0648\u0645\u0639\u0645\u0648\u062f\u064a\u0629\u060c \u0648\u0646\u0627\u0631 \u0627\u0644\u0631\u0648\u062d\u2014\u0628\u0642\u062f\u0631 \u0645\u0627 \u0623\u062d\u062a\u0627\u062c. \u0648\u0633\u0623\u0633\u064a\u0631 \u0628\u0627\u062a\u0636\u0627\u0639 \u0645\u0639 \u0627\u0644\u0644\u0647\u060c \u062c\u0646\u0628\u064b\u0627 \u0625\u0644\u0649 \u062c\u0646\u0628 \u0645\u0639 \u0625\u062e\u0648\u0629 \u0648\u0623\u062e\u0648\u0627\u062a \u0645\u0646 \u0643\u0644 \u062a\u0642\u0644\u064a\u062f.\",\n  \"form.labels.name\": \"\u0627\u0644\u0627\u0633\u0645: *\",\n  \"form.labels.city\": \"\u0627\u0644\u0645\u062f\u064a\u0646\u0629\/\u0627\u0644\u062f\u0648\u0644\u0629:\",\n  \"form.labels.church\": \"\u0627\u0644\u0643\u0646\u064a\u0633\u0629\/\u0627\u0644\u062a\u0642\u0644\u064a\u062f (\u0627\u062e\u062a\u064a\u0627\u0631\u064a):\",\n  \"form.labels.email\": \"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a (\u0627\u062e\u062a\u064a\u0627\u0631\u064a):\",\n  \"form.labels.why\": \"\u0644\u0645\u0627\u0630\u0627 \u0648\u0642\u0651\u0639\u062a (\u0627\u062e\u062a\u064a\u0627\u0631\u064a):\",\n  \"form.labels.signature\": \"\u0627\u0644\u062a\u0648\u0642\u064a\u0639 \/ \u0627\u0644\u062a\u0627\u0631\u064a\u062e:\",\n  \"form.placeholders.why\": \"\u0634\u0627\u0631\u0643 \u0631\u0633\u0627\u0644\u0629 \u0642\u0635\u064a\u0631\u0629 \u0644\u062a\u0634\u062c\u064a\u0639 \u0627\u0644\u0622\u062e\u0631\u064a\u0646\u2026\",\n  \"form.placeholders.signature\": \"\u0627\u0643\u062a\u0628 \u0627\u0633\u0645\u0643 \u0648\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u064a\u0648\u0645\",\n  \"form.buttons.submit\": \"\u270d\ufe0f \u0648\u0642\u0651\u0639 \u0627\u0644\u0639\u0647\u062f\",\n  \"form.hint\": \"\u0639\u0646\u062f \u0627\u0644\u0625\u0631\u0633\u0627\u0644\u060c \u0633\u064a\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0633\u0645\u0643 \u0625\u0644\u0649 \u0633\u062c\u0644 \u062a\u0639\u0647\u062f \u0627\u0644\u0648\u062d\u062f\u0629 \u0648\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u062f\u0627\u062f \u0627\u0644\u062d\u064a \u0647\u0646\u0627.\",\n\n  \"footer.share\": \"\ud83d\udce2 \u0634\u0627\u0631\u0643 \u0639\u0647\u062f \u0627\u0644\u0648\u062d\u062f\u0629:\",\n  \"footer.copyright\": \"\u00a9 2025 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0644\u0644\u0631\u0633\u0627\u0644\u0629\",\n\n  \"ui.submitting\": \"\u062c\u0627\u0631\u064a \u0627\u0644\u0625\u0631\u0633\u0627\u0644\u2026\",\n  \"ui.nameRequired\": \"\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645\u0643.\",\n  \"ui.success\": \"\ud83d\ude4f \u0634\u0643\u0631\u064b\u0627 \u0644\u062a\u0648\u0642\u064a\u0639\u0643 \u0639\u0644\u0649 \u0639\u0647\u062f \u0627\u0644\u0648\u062d\u062f\u0629!\",\n  \"ui.error\": \"\u26a0\ufe0f \u062d\u062f\u062b \u062e\u0637\u0623. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.\",\n  \"ui.duplicate\": \"\u0644\u0642\u062f \u0648\u0642\u0651\u0639\u062a \u0647\u0630\u0627 \u0627\u0644\u0639\u0647\u062f \u0628\u0627\u0644\u0641\u0639\u0644. \u0634\u0643\u0631\u064b\u0627!\"\n},\n  es: {\n      \"header.title\": \"El Compromiso de Unidad\",\n      \"header.subtitle\": \"De muelas de molino a hitos\",\n      \"header.tagline\": \"Esta no es una unidad barata; es costosa\u2014sellada en arrepentimiento, bautismo y la Cruz.\",\n      \"header.cta\": \"\u270d\ufe0f Firmar el Compromiso\",\n\n      \"preamble.title\": \"Pre\u00e1mbulo\",\n      \"preamble.body\": \"En respuesta a la oraci\u00f3n de Jes\u00fas\u2014\u201cque todos sean uno\u2026 para que el mundo crea\u201d (Juan 17:21)\u2014me niego a conformarme con un testimonio fracturado o una religi\u00f3n sin poder. Me comprometo a luchar por la unidad en la verdad y el amor con todos los que invocan el nombre de Jesucristo. Este pacto, arraigado en el llamado radical a nacer de nuevo (Juan 3:3\u20135), exige humildad, arrepentimiento, construcci\u00f3n de paz y una colaboraci\u00f3n audaz que despierte al Cuerpo de Cristo y amplifique la voz del evangelio a las naciones.\",\n\n      \"core.title\": \"Afirmaciones Fundamentales\",\n      \"core.1.title\": \"Imagen de Dios (Imago Dei)\",\n      \"core.1.text\": \"Cada ser humano lleva la imagen de Dios y debe ser tratado con santa dignidad\u2014sea amigo o extranjero, santo o esc\u00e9ptico.\",\n      \"core.2.title\": \"Jes\u00fas como Se\u00f1or\",\n      \"core.2.text\": \"Confieso a Jesucristo como Se\u00f1or\u2014no uno entre muchos, sino el \u00fanico Cabeza y Rey\u2014y me guiar\u00e9 por Su Palabra y Su Esp\u00edritu en todo.\",\n      \"core.3.title\": \"Nacer de Nuevo por Arrepentimiento y Bautismo\",\n      \"core.3.text\": \"Afirmo el llamado b\u00edblico, sin concesiones, a nacer de nuevo\u2014compungido de coraz\u00f3n, arrepentido y bautizado en el nombre de Jesucristo para el perd\u00f3n de los pecados y el don del Esp\u00edritu Santo (Juan 3:3\u20135; Hechos 2:37\u201338). La dedicaci\u00f3n infantil o el ritual por s\u00ed solos no sustituyen el arrepentimiento personal y la inmersi\u00f3n. Cada creyente debe responder de manera consciente, p\u00fablica y de todo coraz\u00f3n\u2014abrazando un ritmo de vida de arrepentimiento, fe y renovaci\u00f3n en el Esp\u00edritu.\",\n      \"core.4.title\": \"Humildad en la Convicci\u00f3n\",\n      \"core.4.text\": \"Sostendr\u00e9 mis convicciones con valent\u00eda y claridad, nunca con arrogancia\u2014honrando la conciencia de los dem\u00e1s sin diluir la verdad.\",\n      \"core.5.title\": \"Libertad de Coerci\u00f3n\",\n      \"core.5.text\": \"La unidad no es manipulaci\u00f3n. Nuestras reuniones ser\u00e1n espacios de oraci\u00f3n, reconciliaci\u00f3n y misi\u00f3n\u2014no de verg\u00fcenza, intimidaci\u00f3n o reclutamiento vac\u00edo.\",\n      \"core.6.title\": \"Salvaguardar la Integridad\",\n      \"core.6.text\": \"Me mantendr\u00e9 como atalaya contra el abuso espiritual, el secretismo o la corrupci\u00f3n, e insistir\u00e9 en un liderazgo transparente y con coraz\u00f3n de siervo.\",\n      \"core.7.title\": \"Sanar Divisiones\",\n      \"core.7.text\": \"Me arrepiento de cualquier papel\u2014personal o heredado\u2014que mi iglesia, movimiento o tradici\u00f3n haya jugado sembrando divisi\u00f3n, orgullo o control autoritario. Elijo la restauraci\u00f3n sobre la rivalidad.\",\n      \"core.8.title\": \"Comunicaci\u00f3n con Gracia\",\n      \"core.8.text\": \"No usar\u00e9 mis palabras como armas con calumnias, chismes o desprecio. Hablar\u00e9 verdad con amor y valent\u00eda.\",\n      \"core.9.title\": \"Misi\u00f3n Colaborativa\",\n      \"core.9.text\": \"Unir\u00e9 fuerzas donde la conciencia lo permita\u2014en oraci\u00f3n, Escritura, misericordia y justicia\u2014creyendo que Cristo es magnificado cuando Su Cuerpo trabaja unido.\",\n      \"core.10.title\": \"Legado para el Futuro\",\n      \"core.10.text\": \"Invertir\u00e9 en la pr\u00f3xima generaci\u00f3n, modelando humildad, gozo y autenticidad llena del Esp\u00edritu, para que hereden una fe digna de seguir.\",\n      \"core.11.title\": \"Confiar en la Obra de Dios\",\n      \"core.11.text\": \"Preparar\u00e9 el altar de la unidad mediante el arrepentimiento y la oraci\u00f3n, pero no tratar\u00e9 de fabricar un avivamiento. Solo Dios puede enviar el fuego, y esperar\u00e9 Su tiempo.\",\n\n      \"progress.already\": \"\ud83d\udd25 Ya\",\n      \"progress.after\": \"creyentes han firmado\",\n      \"progress.note\": \"(Cada nombre a\u00f1adido impulsa el testimonio del Cuerpo de Cristo en todo el mundo.)\",\n\n      \"testimonials.title\": \"\ud83d\udcac Por Qu\u00e9 Firm\u00e9\",\n      \"testimonials.intro\": \"La unidad es contagiosa. Estas son algunas voces de todo el mundo:\",\n      \"testimonials.q1\": \"\u201cHe esperado a\u00f1os para ver disc\u00edpulos de diversos movimientos orando como uno. Este compromiso me devolvi\u00f3 la esperanza.\u201d\",\n      \"testimonials.q2\": \"\u201cFirm\u00e9 porque quiero que mis hijos crezcan viendo un solo Cuerpo de Cristo, no etiquetas fracturadas.\u201d\",\n      \"testimonials.q3\": \"\u201cPara m\u00ed, esto es arrepentimiento. Fui parte de la divisi\u00f3n; ahora quiero ser parte de la sanidad.\u201d\",\n      \"testimonials.c1\": \"\u2014 An\u00f3nimo\",\n      \"testimonials.c2\": \"\u2014 Jason, EE. UU.\",\n      \"testimonials.c3\": \"\u2014 An\u00f3nimo\",\n      \"testimonials.hint\": \"Tu testimonio puede inspirar a otros. Comp\u00e1rtelo a continuaci\u00f3n.\",\n\n      \"form.heading\": \"Mi Compromiso\",\n      \"commitment.body\": \"Me comprometo con una unidad que cuesta: una unidad que confronta el pecado, exige humildad y requiere la Cruz. Vivir\u00e9 en un arrepentimiento continuo, renovado por la vida radical de nacer de nuevo\u2014arrepentimiento, bautismo y el fuego del Esp\u00edritu\u2014las veces que sea necesario. Caminar\u00e9 humildemente con Dios, junto a hermanos y hermanas de toda tradici\u00f3n.\",\n      \"form.labels.name\": \"Nombre: *\",\n      \"form.labels.city\": \"Ciudad\/Pa\u00eds:\",\n      \"form.labels.church\": \"Iglesia\/Tradici\u00f3n (opcional):\",\n      \"form.labels.email\": \"Correo (opcional):\",\n      \"form.labels.why\": \"Por qu\u00e9 firm\u00e9 (opcional):\",\n      \"form.labels.signature\": \"Firma \/ Fecha:\",\n      \"form.placeholders.why\": \"Comparte una frase para animar a otros\u2026\",\n      \"form.placeholders.signature\": \"Escribe tu nombre y la fecha de hoy\",\n      \"form.buttons.submit\": \"\u270d\ufe0f Firmar el Compromiso\",\n      \"form.hint\": \"Al enviar, tu nombre se a\u00f1adir\u00e1 a nuestra hoja Unity_Pledge mediante WordPress y se actualizar\u00e1 el contador aqu\u00ed.\",\n\n      \"footer.share\": \"\ud83d\udce2 Comparte el Compromiso de Unidad:\",\n      \"footer.copyright\": \"\u00a9 2025 Global Mission Support\",\n\n      \"ui.submitting\": \"Enviando\u2026\",\n      \"ui.nameRequired\": \"Por favor ingresa tu nombre.\",\n      \"ui.success\": \"\ud83d\ude4f \u00a1Gracias por firmar el Compromiso de Unidad!\",\n      \"ui.error\": \"\u26a0\ufe0f Algo sali\u00f3 mal. Int\u00e9ntalo de nuevo.\",\n      \"ui.duplicate\": \"Ya has firmado este compromiso. \u00a1Gracias!\"\n    }\n  };\n\n  document.addEventListener('DOMContentLoaded', () => {\n\nconst BASE = window.location.origin + '\/bible';\nconst ENDPOINT_COUNT  = BASE + '\/wp-json\/pledge\/v1\/count';\nconst ENDPOINT_SUBMIT = BASE + '\/wp-json\/pledge\/v1\/submit';\n\n \n  \/\/ === i18n setup ===\n  const picker = document.getElementById('langPicker');\n  let current = localStorage.getItem('pledgeLang') || 'en';\n\n  function t(key) {\n    return (I18N[current] && I18N[current][key]) || (I18N.en[key] || key);\n  }\n\n  function applyLang() {\n    document.documentElement.lang = current;\n    document.querySelectorAll('[data-i18n]').forEach(el => {\n      el.textContent = t(el.getAttribute('data-i18n'));\n    });\n    document.querySelectorAll('[data-i18n-placeholder]').forEach(el => {\n      el.setAttribute('placeholder', t(el.getAttribute('data-i18n-placeholder')));\n    });\n    localStorage.setItem('pledgeLang', current);\n  }\n\n  if (picker) {\n    picker.value = current;\n    picker.addEventListener('change', () => {\n      current = picker.value;\n      applyLang();\n    });\n  }\n  applyLang();\n\n  \/\/ === DOM elements ===\n  const countEl  = document.getElementById('pledgeCount');\n  const form     = document.getElementById('pledgeForm');\n  const statusEl = document.getElementById('pledgeStatus');\n  const tlist    = document.getElementById('tlist');\n  const btn      = document.getElementById('submitPledge');\n\n  \/\/ === Load live count ===\n  async function loadCount() {\n  try {\n    const res = await fetch(ENDPOINT_COUNT + '?t=' + Date.now(), { cache: 'no-store' });\n    const data = await res.json();\n    console.log(\"API response:\", data);\n\n    if (data && typeof data.count === \"number\") {\n      countEl.textContent = data.count.toString();\n      console.log(\"Counter updated to:\", data.count);\n    } else {\n      countEl.textContent = \"0\";\n      console.warn(\"No valid count found, fallback to 0\");\n    }\n  } catch (err) {\n    console.error(\"Count fetch failed:\", err);\n    countEl.textContent = \"0\";\n  }\n}\n  loadCount();\n\n  \/\/ === Handle pledge form submit ===\n  form?.addEventListener('submit', async (e) => {\n    e.preventDefault();\n    const payload = {\n      name: form.name.value.trim(),\n      cityCountry: form.city.value.trim(),\n      church: form.church.value.trim(),\n      email: form.email.value.trim(),\n      whySigned: form.why.value.trim(),\n      signature: form.signature.value.trim()\n    };\n\n    if (!payload.name) {\n      alert(t('ui.nameRequired'));\n      return;\n    }\n\n    if (btn) btn.disabled = true;\n    statusEl.textContent = t('ui.submitting');\n\n    try {\n      const res = await fetch(ENDPOINT_SUBMIT, {\n        method: \"POST\",\n        headers: { \"Content-Type\": \"application\/json\" },\n        body: JSON.stringify(payload)\n      });\n\n      const text = await res.text();\n      let data;\ntry {\n  data = JSON.parse(text);       \/\/ works if response is JSON\n} catch {\n  data = { raw: text, ok: res.ok };  \/\/ fallback if plain text\/HTML\n}\n\n      if (data.duplicate) {\n        statusEl.textContent = t('ui.duplicate');\n      } else if (res.ok) {\n        statusEl.textContent = t('ui.success');\n\n        \/\/ Refresh live count\n        await loadCount();\n\n        \/\/ Add testimonial if provided\n        if (payload.whySigned) {\n          const div = document.createElement('div');\n          div.className = 'testimonial';\n          div.innerHTML = `<blockquote>\u201c${payload.whySigned}\u201d<\/blockquote><cite>\u2014 ${payload.name}${payload.cityCountry ? ', ' + payload.cityCountry : ''}<\/cite>`;\n          tlist?.prepend(div);\n        }\n      } else {\n        statusEl.textContent = t('ui.error');\n        console.error(\"Submit error:\", data);\n      }\n\n      form.reset();\n    } catch (err) {\n      console.error(\"Submit failed:\", err);\n      statusEl.textContent = t('ui.error');\n    } finally {\n      if (btn) btn.disabled = false;\n    }\n  });\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Unity Pledge English\u0627\u0644\u0639\u0631\u0628\u064a\u0629\u09ac\u09be\u0982\u09b2\u09beCebuano\u7b80\u4f53\u4e2d\u6587\u7e41\u9ad4\u4e2d\u6587\u010ce\u0161tinaNederlands\u0641\u0627\u0631\u0633\u06ccFilipinoFran\u00e7aisDeutsch\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac\u05e2\u05d1\u05e8\u05d9\u05ea\u0939\u093f\u0928\u094d\u0926\u0940HrvatskiBahasa IndonesiaItaliano\u65e5\u672c\u8a9e\ud55c\uad6d\uc5b4Bahasa MelayuPolskiPortugu\u00easRom\u00e2n\u0103\u0420\u0443\u0441\u0441\u043a\u0438\u0439Espa\u00f1olKiswahili\u0e44\u0e17\u0e22T\u00fcrk\u00e7e\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430\u0627\u0631\u062f\u0648Ti\u1ebfng Vi\u1ec7t The Unity Pledge From Millstones to Milestones This is not cheap unity. This&hellip;<\/p>\n","protected":false},"author":1,"featured_media":423,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-395","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Unity Pledge - Biblically Speaking<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/awesomable.com\/bible\/unity-pledge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unity Pledge - Biblically Speaking\" \/>\n<meta property=\"og:description\" content=\"The Unity Pledge English\u0627\u0644\u0639\u0631\u0628\u064a\u0629\u09ac\u09be\u0982\u09b2\u09beCebuano\u7b80\u4f53\u4e2d\u6587\u7e41\u9ad4\u4e2d\u6587\u010ce\u0161tinaNederlands\u0641\u0627\u0631\u0633\u06ccFilipinoFran\u00e7aisDeutsch\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac\u05e2\u05d1\u05e8\u05d9\u05ea\u0939\u093f\u0928\u094d\u0926\u0940HrvatskiBahasa IndonesiaItaliano\u65e5\u672c\u8a9e\ud55c\uad6d\uc5b4Bahasa MelayuPolskiPortugu\u00easRom\u00e2n\u0103\u0420\u0443\u0441\u0441\u043a\u0438\u0439Espa\u00f1olKiswahili\u0e44\u0e17\u0e22T\u00fcrk\u00e7e\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430\u0627\u0631\u062f\u0648Ti\u1ebfng Vi\u1ec7t The Unity Pledge From Millstones to Milestones This is not cheap unity. This&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/awesomable.com\/bible\/unity-pledge\/\" \/>\n<meta property=\"og:site_name\" content=\"Biblically Speaking\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T12:55:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/img_6199.jpg?fit=1001%2C1347&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1001\" \/>\n\t<meta property=\"og:image:height\" content=\"1347\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/\",\"url\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/\",\"name\":\"Unity Pledge - Biblically Speaking\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/awesomable.com\\\/bible\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/img_6199.jpg?fit=1001%2C1347&ssl=1\",\"datePublished\":\"2025-09-13T18:50:44+00:00\",\"dateModified\":\"2025-09-15T12:55:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/awesomable.com\\\/bible\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/img_6199.jpg?fit=1001%2C1347&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/awesomable.com\\\/bible\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/img_6199.jpg?fit=1001%2C1347&ssl=1\",\"width\":1001,\"height\":1347},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/unity-pledge\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unity Pledge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/#website\",\"url\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/\",\"name\":\"Biblically Speaking\",\"description\":\"Where the Bible Speaks\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/awesomable.com\\\/bible\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Unity Pledge - Biblically Speaking","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/awesomable.com\/bible\/unity-pledge\/","og_locale":"en_US","og_type":"article","og_title":"Unity Pledge - Biblically Speaking","og_description":"The Unity Pledge English\u0627\u0644\u0639\u0631\u0628\u064a\u0629\u09ac\u09be\u0982\u09b2\u09beCebuano\u7b80\u4f53\u4e2d\u6587\u7e41\u9ad4\u4e2d\u6587\u010ce\u0161tinaNederlands\u0641\u0627\u0631\u0633\u06ccFilipinoFran\u00e7aisDeutsch\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac\u05e2\u05d1\u05e8\u05d9\u05ea\u0939\u093f\u0928\u094d\u0926\u0940HrvatskiBahasa IndonesiaItaliano\u65e5\u672c\u8a9e\ud55c\uad6d\uc5b4Bahasa MelayuPolskiPortugu\u00easRom\u00e2n\u0103\u0420\u0443\u0441\u0441\u043a\u0438\u0439Espa\u00f1olKiswahili\u0e44\u0e17\u0e22T\u00fcrk\u00e7e\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430\u0627\u0631\u062f\u0648Ti\u1ebfng Vi\u1ec7t The Unity Pledge From Millstones to Milestones This is not cheap unity. This&hellip;","og_url":"https:\/\/awesomable.com\/bible\/unity-pledge\/","og_site_name":"Biblically Speaking","article_modified_time":"2025-09-15T12:55:33+00:00","og_image":[{"width":1001,"height":1347,"url":"https:\/\/i0.wp.com\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/img_6199.jpg?fit=1001%2C1347&ssl=1","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/","url":"https:\/\/awesomable.com\/bible\/unity-pledge\/","name":"Unity Pledge - Biblically Speaking","isPartOf":{"@id":"https:\/\/awesomable.com\/bible\/#website"},"primaryImageOfPage":{"@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/#primaryimage"},"image":{"@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/img_6199.jpg?fit=1001%2C1347&ssl=1","datePublished":"2025-09-13T18:50:44+00:00","dateModified":"2025-09-15T12:55:33+00:00","breadcrumb":{"@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/awesomable.com\/bible\/unity-pledge\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/#primaryimage","url":"https:\/\/i0.wp.com\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/img_6199.jpg?fit=1001%2C1347&ssl=1","contentUrl":"https:\/\/i0.wp.com\/awesomable.com\/bible\/wp-content\/uploads\/2025\/09\/img_6199.jpg?fit=1001%2C1347&ssl=1","width":1001,"height":1347},{"@type":"BreadcrumbList","@id":"https:\/\/awesomable.com\/bible\/unity-pledge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/awesomable.com\/bible\/"},{"@type":"ListItem","position":2,"name":"Unity Pledge"}]},{"@type":"WebSite","@id":"https:\/\/awesomable.com\/bible\/#website","url":"https:\/\/awesomable.com\/bible\/","name":"Biblically Speaking","description":"Where the Bible Speaks","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/awesomable.com\/bible\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_shortlink":"https:\/\/wp.me\/PeyyZc-6n","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/pages\/395","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/comments?post=395"}],"version-history":[{"count":13,"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/pages\/395\/revisions"}],"predecessor-version":[{"id":415,"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/pages\/395\/revisions\/415"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/media\/423"}],"wp:attachment":[{"href":"https:\/\/awesomable.com\/bible\/wp-json\/wp\/v2\/media?parent=395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}