mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 05:05:58 +02:00
chore(i18n): fallback strings for new resources: nodebb.error
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"invalid-data": "Data Salah",
|
||||
"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": "Kamu terlihat belum login",
|
||||
"account-locked": "Akun kamu dikunci sementara",
|
||||
"search-requires-login": "Searching requires an account - please login or register.",
|
||||
@@ -9,6 +11,7 @@
|
||||
"invalid-tid": "ID Topik Salah",
|
||||
"invalid-pid": "ID Post Salah",
|
||||
"invalid-uid": "ID User Salah",
|
||||
"invalid-mid": "Invalid Chat Message ID",
|
||||
"invalid-date": "A valid date must be provided",
|
||||
"invalid-username": "Username Salah",
|
||||
"invalid-email": "Email Salah",
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user