jenkins-bot has submitted this change and it was merged. Change subject: Localisation updates from https://translatewiki.net. ......................................................................
Localisation updates from https://translatewiki.net. Change-Id: I6a3848a9abfd77c83201d94c79626d51e1d68298 --- M ParserFunctions.i18n.magic.php M i18n/ne.json 2 files changed, 13 insertions(+), 2 deletions(-) Approvals: L10n-bot: Looks good to me, approved jenkins-bot: Verified diff --git a/ParserFunctions.i18n.magic.php b/ParserFunctions.i18n.magic.php index 6b8d940..f89a9d3 100644 --- a/ParserFunctions.i18n.magic.php +++ b/ParserFunctions.i18n.magic.php @@ -701,7 +701,15 @@ /** Traditional Chinese (中文(繁體)) */ $magicWords['zh-hant'] = array( + 'expr' => array( 0, '表達式' ), 'if' => array( 0, '若' ), + 'ifexpr' => array( 0, '若表達式' ), + 'iferror' => array( 0, '如果錯誤' ), + 'switch' => array( 0, '轉換' ), + 'default' => array( 0, '#默認' ), 'time' => array( 0, '時間' ), 'timel' => array( 0, '時間L' ), + 'len' => array( 0, '長度' ), + 'count' => array( 0, '計算' ), + 'urldecode' => array( 0, 'URI解碼' ), ); \ No newline at end of file diff --git a/i18n/ne.json b/i18n/ne.json index f0537cd..c88152f 100644 --- a/i18n/ne.json +++ b/i18n/ne.json @@ -1,10 +1,13 @@ { "@metadata": { "authors": [ - "RajeshPandey" + "RajeshPandey", + "बिप्लब आनन्द" ] }, "pfunc_time_error": "त्रुटी: गलत/वा हुदैनहुने समय", "pfunc_time_too_long": "त्रुटी: एकदम धेरै #time callहरु", - "pfunc_rel2abs_invalid_depth": "त्रुटी: पाथमा (इनभ्यालिड)गलत गहिराइ(डेप्थ) भयो: \"$1\" (ले रुट नोड भन्दापनि माथिको नोडलाइ चलाउन(एकसेस गर्न) खोज्यो)" + "pfunc_rel2abs_invalid_depth": "त्रुटी: पाथमा (इनभ्यालिड)गलत गहिराइ(डेप्थ) भयो: \"$1\" (ले रुट नोड भन्दापनि माथिको नोडलाइ चलाउन(एकसेस गर्न) खोज्यो)", + "pfunc_expr_unrecognised_word": "अभिव्यक्ति त्रुटि: अज्ञात शब्द \"$1\"।", + "pfunc_expr_unrecognised_punctuation": "अभिव्यक्ति त्रुटि: अज्ञात विराम चिन्ह चरित्र \"$1\"।" } -- To view, visit https://gerrit.wikimedia.org/r/199010 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6a3848a9abfd77c83201d94c79626d51e1d68298 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ParserFunctions Gerrit-Branch: master Gerrit-Owner: L10n-bot <[email protected]> Gerrit-Reviewer: L10n-bot <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
