Math/i18n/id.json
Frédéric Wang bfa7f5112f Remove the "best for most browsers" comment for the MathJax mode.
This is a subjective comment that was not true for everybody (trade-off
between speed & quality). Moreover, this is now an orthogonal option to enable
MathJax client-side rather than a separate rendering mode per se, so it is
confusing to compare it against the other modes. The "recommended" mode in the
future is likely to become MathML + SVG fallback (which instead uses MathJax
server-side) ; but it's probably best to keep neutral regarding the user's
preferences.

Change-Id: I5c6ff7c95cded4f06f6bfdef43dbe190e42a2968
2014-08-24 14:29:03 +02:00

26 lines
1.3 KiB
JSON

{
"@metadata": {
"authors": [
"IvanLanin",
"Iwan Novirion"
]
},
"math_sample": "Masukkan rumus di sini",
"math_tip": "Rumus matematika (LaTeX)",
"prefs-math": "Matematika",
"mw_math_png": "Selalu jadikan PNG",
"mw_math_source": "Biarkan sebagai TeX (untuk penjelajah web teks)",
"mw_math_mathjax": "MathJax (eksperimen)",
"math_failure": "Gagal memparse",
"math_unknown_error": "Kesalahan yang tidak diketahui",
"math_unknown_function": "fungsi yang tidak diketahui",
"math_lexing_error": "kesalahan lexing",
"math_syntax_error": "kesalahan sintaks",
"math_image_error": "Konversi PNG gagal; periksa apakah latex dan dvips (atau dvips + gs + convert) terinstal dengan benar",
"math_bad_tmpdir": "Tidak dapat menulisi atau membuat direktori sementara math",
"math_bad_output": "Tidak dapat menulisi atau membuat direktori keluaran math",
"math_notexvc": "Executable <code>texvc</code> hilang; silakan lihat math/README untuk cara konfigurasi.",
"math-preference-mwmathinspector-description": "Tambahkan dukungan eksperimental di VisualEditor untuk membuat dan menyunting rumus matematika untuk pengujian, sebelum rilis umum. Harap ingat untuk selalu meninjau perubahan Anda sebelum menyimpannya ketika menggunakan fitur eksperimental.",
"math-preference-mwmathinspector-label": "Penyuntingan rumus VisualEditor"
}