mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: If60dac2074d1aa216d7b966f588202fb6406cf13
This commit is contained in:
parent
6bd8723f13
commit
0d63ebdffd
|
@ -80,7 +80,7 @@ $magicWords['arz'] = array(
|
|||
'urldecode' => array( 0, 'فك_مسار' ),
|
||||
);
|
||||
|
||||
/** South Azerbaijani (تورکجه) */
|
||||
/** South Azerbaijani (تۆرکجه) */
|
||||
$magicWords['azb'] = array(
|
||||
'ifeq' => array( 0, 'ایربیر' ),
|
||||
'ifexpr' => array( 0, 'ایرحساب' ),
|
||||
|
|
11
i18n/vro.json
Normal file
11
i18n/vro.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Võrok"
|
||||
]
|
||||
},
|
||||
"pfunc_expr_unrecognised_word": "Avaldusõ viga: tundmalda sõna \"$1\"",
|
||||
"pfunc_expr_unexpected_operator": "Avaldusviga: uutmalda $1 märk",
|
||||
"pfunc_expr_missing_operand": "Avaldusõ viga: Puudus om $1 operand",
|
||||
"pfunc_expr_unrecognised_punctuation": "Avaldusõ viga: tundmalda kirävaihõmärk \"$1\""
|
||||
}
|
Loading…
Reference in a new issue