From 645b2390c26d4115c46805f3eb9437bf95e3c2de Mon Sep 17 00:00:00 2001 From: Serge Adamovich Date: Mon, 20 Apr 2020 10:35:26 +0300 Subject: [PATCH] Generate locales --- frontend/app/locales/de.json | 3 ++- frontend/app/locales/en.json | 3 ++- frontend/app/locales/es.json | 3 ++- frontend/app/locales/fi.json | 3 ++- frontend/app/locales/ru.json | 3 ++- frontend/app/locales/zh.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/app/locales/de.json b/frontend/app/locales/de.json index b17a9ae7..bc195318 100644 --- a/frontend/app/locales/de.json +++ b/frontend/app/locales/de.json @@ -53,7 +53,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.unauthorized-uploading-disabled": "Der Upload von Bildern ist nur für registrierte Benutzer möglich. Bitte melde dich zuvor an.", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "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", @@ -64,6 +64,7 @@ "commentForm.send": "Abschicken", "commentForm.subscribe-by": "Abonniere die Kommentare als", "commentForm.subscribe-or": "oder", + "commentForm.unauthorized-uploading-disabled": "Der Upload von Bildern ist nur für registrierte Benutzer möglich. Bitte melde dich zuvor an.", "commentForm.unexpected-error": "Leider ist etwas schiefgegangen. Bitte versuche es später erneut.", "commentForm.upload-file-fail": "Der Upload der Datei {fileName} ist mit folgendem Fehler fehlgeschlagen: \"{errorMessage}\"", "commentForm.uploading": "Lade hoch...", diff --git a/frontend/app/locales/en.json b/frontend/app/locales/en.json index 2c5da953..d6bb133f 100644 --- a/frontend/app/locales/en.json +++ b/frontend/app/locales/en.json @@ -53,7 +53,7 @@ "comment.verified-user": "Verified user", "comment.verify-user": "Do you want to verify {userName}?", "comment.vote-error": "Voting error: {voteErrorMessage}", - "commentForm.unauthorized-uploading-disabled": "Image uploading is disabled for unauthorized users. You should login before uploading.", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "commentForm.exceeded-size": "{fileName} exceeds size limit of {maxImageSize}", "commentForm.input-placeholder": "Your comment here", "commentForm.new-comment": "New comment", @@ -64,6 +64,7 @@ "commentForm.send": "Send", "commentForm.subscribe-by": "Subscribe by", "commentForm.subscribe-or": "or", + "commentForm.unauthorized-uploading-disabled": "Image uploading is disabled for unauthorized users. You should login before uploading.", "commentForm.unexpected-error": "Something went wrong. Please try again a bit later.", "commentForm.upload-file-fail": "{fileName} upload failed with \"{errorMessage}\"", "commentForm.uploading": "Uploading...", diff --git a/frontend/app/locales/es.json b/frontend/app/locales/es.json index a2ed9193..a8e42920 100644 --- a/frontend/app/locales/es.json +++ b/frontend/app/locales/es.json @@ -53,7 +53,7 @@ "comment.verified-user": "Usuario verificado", "comment.verify-user": "¿Quieres verificar a {userName}?", "comment.vote-error": "Error al votar: {voteErrorMessage}", - "commentForm.unauthorized-uploading-disabled": "La subida de imágenes está deshabilitada para usuarios no autenticados. Deberías acceder antes de subir imágenes.", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "commentForm.exceeded-size": "{fileName} excede el tamaño máximo de {maxImageSize}", "commentForm.input-placeholder": "Tu comentario aquí", "commentForm.new-comment": "Nuevo comentario", @@ -64,6 +64,7 @@ "commentForm.send": "Enviar", "commentForm.subscribe-by": "Suscribirse por", "commentForm.subscribe-or": "o", + "commentForm.unauthorized-uploading-disabled": "La subida de imágenes está deshabilitada para usuarios no autenticados. Deberías acceder antes de subir imágenes.", "commentForm.unexpected-error": "Algo salió mal. Por favor vuelve a intentar más tarde.", "commentForm.upload-file-fail": "la subida de {fileName} falló con \"{errorMessage}\"", "commentForm.uploading": "Subiendo...", diff --git a/frontend/app/locales/fi.json b/frontend/app/locales/fi.json index 08754e6a..ac918ad2 100644 --- a/frontend/app/locales/fi.json +++ b/frontend/app/locales/fi.json @@ -53,7 +53,7 @@ "comment.verified-user": "Vahvistettu käyttäjä", "comment.verify-user": "Haluatko vahvistaa käyttäjän {userName}?", "comment.vote-error": "Äänestysvirhe: {voteErrorMessage}", - "commentForm.unauthorized-uploading-disabled": "Kuvien lataus on poistettu käytöstä luvattomilta käyttäjiltä. Kirjaudu sisään ennen lähettämistä.", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "commentForm.exceeded-size": "{fileName} ylittää {maxImageSize}", "commentForm.input-placeholder": "Kirjoita kommenttisi tähän", "commentForm.new-comment": "Uusi kommentti", @@ -64,6 +64,7 @@ "commentForm.send": "Lähetä", "commentForm.subscribe-by": "Tilaa kommentit", "commentForm.subscribe-or": "tai", + "commentForm.unauthorized-uploading-disabled": "Kuvien lataus on poistettu käytöstä luvattomilta käyttäjiltä. Kirjaudu sisään ennen lähettämistä.", "commentForm.unexpected-error": "Jotain meni pieleen. Yritä uudelleen myöhemmin.", "commentForm.upload-file-fail": "{fileName} tiedoston lähetys epäonnistui: \"{errorMessage}\"", "commentForm.uploading": "Ladataan...", diff --git a/frontend/app/locales/ru.json b/frontend/app/locales/ru.json index c5ced3ca..47ceb340 100644 --- a/frontend/app/locales/ru.json +++ b/frontend/app/locales/ru.json @@ -53,7 +53,7 @@ "comment.verified-user": "Подлинная учетная запись", "comment.verify-user": "Подвердить подлинность учетной записи для {userName}?", "comment.vote-error": "Ошибка голосования: {voteErrorMessage}", - "commentForm.unauthorized-uploading-disabled": "Загрузка изображений не доступна для неавторизированных пользователей. Авторизуйтесь для загрузки изображений.", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "commentForm.exceeded-size": "Размер файла {fileName} должен быть меньше чем {maxImageSize}", "commentForm.input-placeholder": "Написать комментарий", "commentForm.new-comment": "Новый комментарий", @@ -64,6 +64,7 @@ "commentForm.send": "Отправить", "commentForm.subscribe-by": "Подписаться", "commentForm.subscribe-or": "или", + "commentForm.unauthorized-uploading-disabled": "Загрузка изображений не доступна для неавторизированных пользователей. Авторизуйтесь для загрузки изображений.", "commentForm.unexpected-error": "Что-то пошло не так, попробуйте еще раз чуть позже.", "commentForm.upload-file-fail": "{fileName} невозможно загрузить из-за ошибки: \"{errorMessage}\"", "commentForm.uploading": "Загрузка...", diff --git a/frontend/app/locales/zh.json b/frontend/app/locales/zh.json index e295e8fd..f793e3f4 100644 --- a/frontend/app/locales/zh.json +++ b/frontend/app/locales/zh.json @@ -53,7 +53,7 @@ "comment.verified-user": "认证用户", "comment.verify-user": "您是否要设置{userName}为认证用户?", "comment.vote-error": "投票失败: {voteErrorMessage}", - "commentForm.unauthorized-uploading-disabled": "未经授权的用户无法上传图片。 上传之前,您应该先登录。", + "commentForm.anonymous-uploading-disabled": "Image uploading is disabled for anonymous users. Please log in not as anonymous user to be able to attach images.", "commentForm.exceeded-size": "{fileName}超出了{maxImageSize}的大小限制", "commentForm.input-placeholder": "在此填写评论", "commentForm.new-comment": "新评论", @@ -64,6 +64,7 @@ "commentForm.send": "发送", "commentForm.subscribe-by": "订阅评论:", "commentForm.subscribe-or": "或", + "commentForm.unauthorized-uploading-disabled": "未经授权的用户无法上传图片。 上传之前,您应该先登录。", "commentForm.unexpected-error": "出了些问题,请稍后再试。", "commentForm.upload-file-fail": "{fileName} 上传失败,错误信息: \"{errorMessage}\"", "commentForm.uploading": "上传中...",