chore(i18n): fallback strings for new resources: nodebb.error

This commit is contained in:
Misty (Bot)
2021-12-22 16:14:58 +00:00
parent aeb43b9bb1
commit 207ae8cd6e
44 changed files with 132 additions and 44 deletions

View File

@@ -1,6 +1,8 @@
{
"invalid-data": "Datos non válidos",
"invalid-json": "Invalid JSON",
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
"required-parameters-missing": "Required parameters were missing from this API call: %1",
"not-logged-in": "Parece que estás desconectado.",
"account-locked": "A túa conta foi bloqueada temporalmente.",
"search-requires-login": "As buscas requiren unha conta. Por favor inicia sesión ou rexístrate.",
@@ -9,6 +11,7 @@
"invalid-tid": "Identificador de Tema Inválido",
"invalid-pid": "Identificador de Publicación Inválido",
"invalid-uid": "Identificador de Usuario Inválido",
"invalid-mid": "Invalid Chat Message ID",
"invalid-date": "A valid date must be provided",
"invalid-username": "Nome de Usuario Inválido",
"invalid-email": "Enderezo electrónico inválido",
@@ -142,7 +145,6 @@
"invalid-chat-message": "Mensaxe inválida",
"chat-message-too-long": "Chat messages can not be longer than %1 characters.",
"cant-edit-chat-message": "Non tes permitido editar esta mensaxe.",
"cant-remove-last-user": "Non podes quitar o último usuario",
"cant-delete-chat-message": "Non tes permitido borrar esta mensaxe.",
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",