Merge pull request #27226 from element-hq/actions/localazy-download
Localazy Downloadpull/27234/head
commit
2723a23ea7
|
@ -14,6 +14,7 @@
|
||||||
"error": {
|
"error": {
|
||||||
"app_launch_unexpected_error": "שגיאה לא צפויה במהלך טעינת האפליקציה. ראו קונסול לפרטים נוספים.",
|
"app_launch_unexpected_error": "שגיאה לא צפויה במהלך טעינת האפליקציה. ראו קונסול לפרטים נוספים.",
|
||||||
"cannot_load_config": "לא ניתן לטעון את קובץ ההגדרות: יש לרענן את הדף כדי לנסות שנית.",
|
"cannot_load_config": "לא ניתן לטעון את קובץ ההגדרות: יש לרענן את הדף כדי לנסות שנית.",
|
||||||
|
"invalid_configuration_mixed_server": "Invalid configuration: a default_hs_url can't be specified along with default_server_name or default_server_config",
|
||||||
"invalid_configuration_no_server": "תצורה שגויה: לא צוין שרת ברירת מחדל.",
|
"invalid_configuration_no_server": "תצורה שגויה: לא צוין שרת ברירת מחדל.",
|
||||||
"invalid_json": "האלמנט מכיל הגדרת JSON שגויה, אנא תקנו את הבעיה ואתחלו את הדף.",
|
"invalid_json": "האלמנט מכיל הגדרת JSON שגויה, אנא תקנו את הבעיה ואתחלו את הדף.",
|
||||||
"invalid_json_detail": "ההודעה מהמנתח היא: %(message)s",
|
"invalid_json_detail": "ההודעה מהמנתח היא: %(message)s",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"summary": "您的瀏覽器無法執行 %(brand)s",
|
"summary": "您的瀏覽器無法執行 %(brand)s",
|
||||||
"title": "不支援的瀏覽器"
|
"title": "不支援的瀏覽器"
|
||||||
},
|
},
|
||||||
|
"powered_by_matrix": "由Matrix支持",
|
||||||
"powered_by_matrix_with_logo": "由 $matrixLogo 驅動的去中心化、加密的聊天與協作工具",
|
"powered_by_matrix_with_logo": "由 $matrixLogo 驅動的去中心化、加密的聊天與協作工具",
|
||||||
"unknown_device": "未知裝置",
|
"unknown_device": "未知裝置",
|
||||||
"use_brand_on_mobile": "在行動裝置上使用 %(brand)s",
|
"use_brand_on_mobile": "在行動裝置上使用 %(brand)s",
|
||||||
|
|
Loading…
Reference in New Issue