Warning!
You are viewing a module with translations for the Base64 module. It is not advised to edit this page manually. Instead, use the translations editor. Only edit this page directly if there's something that has to be done that the translation editor cannot do, or if the translation editor misbehaved. In these cases, it would also help if you leave a message on the I18nEdit talk page about your issue.
Upon editing this page without the translations editor you will be warned by the abuse filter and your edits will be tagged.
-- <nowiki>
return {
["_metadata"] = {
["order"] = {
"error-ascii",
"error-length"
}
},
["en"] = {
["error-ascii"] = "Invalid string: the input should not contain non-ASCII characters",
["error-length"] = "Invalid string: the length of the string should be divisible by 4"
},
["qqq"] = {
["error-ascii"] = "The error occurs if the user input contains invalid characters (everything besides standard Latin alphabet, numbers, \"+\", \"/\", and \"=\").",
["error-length"] = "The error occurs if the length of user input is not divisible by 4 and additional \"=\" symbols cannot be added."
},
["de"] = {
["error-ascii"] = "Ungültige Zeichenfolge: die Eingabe darf keine Nicht-ASCII-Zeichen enthalten",
["error-length"] = "Ungültige Zeichenfolge: die Länge der Zeichenkette muss durch 4 teilbar sein"
},
["ru"] = {
["error-ascii"] = "Некорректный ввод: ввод не может содержать символы вне таблицы ASCII",
["error-length"] = "Некорректный ввод: длина строки должна быть кратной 4"
},
["vi"] = {
["error-ascii"] = "Chuỗi không hợp lệ: đầu vào không được chứa các ký tự không phải ASCII",
["error-length"] = "Chuỗi không hợp lệ: độ dài của chuỗi phải chia hết cho 4"
}
}
-- </nowiki>