mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 20:17:32 +02:00
chore(i18n): fallback strings for new resources: nodebb.error
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"invalid-data": "Nevažeći podaci",
|
||||
"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": "Izgleda da niste prijavljeni.",
|
||||
"account-locked": "Vaš račun je privremeno blokiran",
|
||||
"search-requires-login": "Pretraga zahtijeva prijavu - prijavite se ili se registrirajte.",
|
||||
@@ -9,6 +11,7 @@
|
||||
"invalid-tid": "Netočan ID teme",
|
||||
"invalid-pid": "Netočan ID objave",
|
||||
"invalid-uid": "Netočan ID korisnika",
|
||||
"invalid-mid": "Invalid Chat Message ID",
|
||||
"invalid-date": "A valid date must be provided",
|
||||
"invalid-username": "Netočno korisničko ime",
|
||||
"invalid-email": "Netočan email",
|
||||
@@ -142,7 +145,6 @@
|
||||
"invalid-chat-message": "Netočna poruka.",
|
||||
"chat-message-too-long": "Poruka je preduga.Mora imati manje od %1 znakova",
|
||||
"cant-edit-chat-message": "Nemate dopuštenje uređivati ovu poruku",
|
||||
"cant-remove-last-user": "Ne možete obrisati zadnjeg korisnika",
|
||||
"cant-delete-chat-message": "Nije dozvoljeno brisanje ove poruke",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user