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": "Date invalide",
"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": "Se pare ca nu ești logat.",
"account-locked": "Contul tău a fost blocat temporar",
"search-requires-login": "Pentru a cauta ai nevoie de un cont. Logheaza-te sau autentifica-te.",
@@ -9,6 +11,7 @@
"invalid-tid": "ID Subiect Invalid",
"invalid-pid": "ID Mesaj Invalid",
"invalid-uid": "ID Utilizator Invalid",
"invalid-mid": "Invalid Chat Message ID",
"invalid-date": "A valid date must be provided",
"invalid-username": "Utilizator Invalid",
"invalid-email": "Email Invalid",
@@ -142,7 +145,6 @@
"invalid-chat-message": "Invalid chat message",
"chat-message-too-long": "Chat messages can not be longer than %1 characters.",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
"cant-delete-chat-message": "You are not allowed to delete this message",
"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",