fix id and generate langs
This commit is contained in:
@@ -89,7 +89,7 @@ const messages = defineMessages({
|
||||
defaultMessage: 'Something went wrong. Please try again a bit later.',
|
||||
},
|
||||
anonymousUploadingDisabled: {
|
||||
id: 'commentForm.unexpected-error',
|
||||
id: 'commentForm.anonymous-uploading-disabled',
|
||||
defaultMessage: 'Image uploading is disabled for unauthorized users. You should login before uploading.',
|
||||
},
|
||||
});
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"comment.verified-user": "Bestätigter Benutzer",
|
||||
"comment.verify-user": "Möchtest du den Benutzer {userName} wirklich bestätigen?",
|
||||
"comment.vote-error": "Fehler beim Abstimmen: {voteErrorMessage}",
|
||||
"commentForm.anonymous-uploading-disabled": "Image uploading is disabled for unauthorized users. You should login before uploading.",
|
||||
"commentForm.exceeded-size": "Die Datei {fileName} überschreitet das Größenlimit von {maxImageSize}",
|
||||
"commentForm.input-placeholder": "Gib hier deinen Kommentar ein",
|
||||
"commentForm.new-comment": "Neuer Kommentar",
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"comment.verified-user": "Verified user",
|
||||
"comment.verify-user": "Do you want to verify {userName}?",
|
||||
"comment.vote-error": "Voting error: {voteErrorMessage}",
|
||||
"commentForm.anonymous-uploading-disabled": "Image uploading is disabled for unauthorized users. You should login before uploading.",
|
||||
"commentForm.exceeded-size": "{fileName} exceeds size limit of {maxImageSize}",
|
||||
"commentForm.input-placeholder": "Your comment here",
|
||||
"commentForm.new-comment": "New comment",
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"comment.verified-user": "Подлинная учетная запись",
|
||||
"comment.verify-user": "Подвердить подлинность учетной записи для {userName}?",
|
||||
"comment.vote-error": "Ошибка голосования: {voteErrorMessage}",
|
||||
"commentForm.anonymous-uploading-disabled": "Image uploading is disabled for unauthorized users. You should login before uploading.",
|
||||
"commentForm.exceeded-size": "Размер файла {fileName} должен быть меньше чем {maxImageSize}",
|
||||
"commentForm.input-placeholder": "Написать комментарий",
|
||||
"commentForm.new-comment": "New comment",
|
||||
|
||||
Reference in New Issue
Block a user