mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-23 15:57:10 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I3cab70ab2a0480c5fb2a908a262982142ed96d62
This commit is contained in:
parent
9f4e103a47
commit
bfef96a892
11
i18n/ky.json
Normal file
11
i18n/ky.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Bosogo"
|
||||
]
|
||||
},
|
||||
"pfunc_time_error": "Ката: Туура эмес убакыт",
|
||||
"pfunc_expr_unrecognised_word": "Жазуу катасы: \"$1\" белгисиз сөзү.",
|
||||
"pfunc_expr_unrecognised_punctuation": "Жазуу катасы: \"$1\" белгисиз тыныш белгиси.",
|
||||
"pfunc_expr_division_by_zero": "Нөлгө бөлүү."
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Nickthijssen1994",
|
||||
"SPQRobin",
|
||||
"Siebrand"
|
||||
]
|
||||
|
@ -14,11 +15,11 @@
|
|||
"pfunc_expr_stack_exhausted": "Fout in uitdrukking: stack uitgeput.",
|
||||
"pfunc_expr_unexpected_number": "Fout in uitdrukking: onverwacht getal.",
|
||||
"pfunc_expr_preg_match_failure": "Fout in uitdrukking: onverwacht falen van preg_match.",
|
||||
"pfunc_expr_unrecognised_word": "Fout in uitdrukking: woord \"$1\" niet herkend.",
|
||||
"pfunc_expr_unrecognised_word": "Fout in uitdrukking: Onbekend woord \"$1\".",
|
||||
"pfunc_expr_unexpected_operator": "Fout in uitdrukking: niet verwachte operator $1.",
|
||||
"pfunc_expr_missing_operand": "Fout in uitdrukking: operand voor $1 ontbreekt.",
|
||||
"pfunc_expr_unexpected_closing_bracket": "Fout in uitdrukking: haakje sluiten op onverwachte plaats.",
|
||||
"pfunc_expr_unrecognised_punctuation": "Fout in uitdrukking: niet herkend leesteken \"$1\".",
|
||||
"pfunc_expr_unrecognised_punctuation": "Fout in uitdrukking: Onbekend leesteken \"$1\".",
|
||||
"pfunc_expr_unclosed_bracket": "Fout in uitdrukking: niet gesloten haakje openen.",
|
||||
"pfunc_expr_division_by_zero": "Deling door nul",
|
||||
"pfunc_expr_invalid_argument": "Ongeldige parameter voor $1: < -1 of > 1",
|
||||
|
|
Loading…
Reference in a new issue