Localisation updates from https://translatewiki.net.

Change-Id: Ia310040c5f087e3922ee27b8567b7f452bc24fd4
This commit is contained in:
Translation updater bot 2023-05-10 07:29:15 +02:00
parent 94557550da
commit 1ade95d521
2 changed files with 14 additions and 1 deletions

View file

@ -35,5 +35,5 @@
"pfunc_expr_invalid_argument_ln": "Paramètre incorrect pour <b>ln</b>: négatif ou nul.",
"pfunc_expr_unknown_error": "Erreur dexpression: erreur inconnue ($1).",
"pfunc_expr_not_a_number": "Dans <b>$1</b> : le résultat nest pas un nombre.",
"pfunc_string_too_long": "Erreur: la chaîne dépasse la limite maximale de $1 caractère{{PLURAL:$1||s}}."
"pfunc_string_too_long": "Erreur: la chaîne dépasse la limite maximale de $1 caractère{{PLURAL:$1||s}}."
}

13
i18n/ko-kp.json Normal file
View file

@ -0,0 +1,13 @@
{
"@metadata": {
"authors": [
"Delim"
]
},
"pfunc_time_error": "오유: 시간이 잘못되였습니다.",
"pfunc_expr_unrecognised_word": "표현식 오유: \"$1\" 낱말을 알수 없습니다.",
"pfunc_expr_unexpected_operator": "수식 오유: 예상치 못한 $1 연산자입니다.",
"pfunc_expr_missing_operand": "수식 오류: $1의 피연산자가 없습니다.",
"pfunc_expr_unrecognised_punctuation": "수식 오유: 알수 없는 \"$1\" 구두점 문자입니다.",
"pfunc_expr_division_by_zero": "0으로 나눴습니다."
}