From 5ad01b013896057ee2eb1f09d1b64f383a5e3ecb Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:26:53 +0100 Subject: [PATCH] New Crowdin updates (#281) --- config/locales/backend/backend.de.yml | 17 ++++---- config/locales/backend/backend.es.yml | 45 ++++++++++---------- config/locales/backend/backend.fr.yml | 17 ++++---- config/locales/backend/backend.it.yml | 17 ++++---- config/locales/backend/backend.ja.yml | 17 ++++---- config/locales/backend/backend.ko.yml | 17 ++++---- config/locales/backend/backend.nl.yml | 17 ++++---- config/locales/backend/backend.pt.yml | 17 ++++---- config/locales/backend/backend.ru.yml | 17 ++++---- config/locales/backend/backend.vi.yml | 17 ++++---- config/locales/backend/backend.zh.yml | 17 ++++---- config/locales/de.yml | 24 ++++------- config/locales/es.yml | 54 ++++++++++-------------- config/locales/fr.yml | 24 ++++------- config/locales/it.yml | 60 +++++++++++---------------- config/locales/ja.yml | 24 ++++------- config/locales/ko.yml | 24 ++++------- config/locales/nl.yml | 24 ++++------- config/locales/pt.yml | 24 ++++------- config/locales/ru.yml | 24 ++++------- config/locales/vi.yml | 24 ++++------- config/locales/zh.yml | 24 ++++------- 22 files changed, 223 insertions(+), 322 deletions(-) diff --git a/config/locales/backend/backend.de.yml b/config/locales/backend/backend.de.yml index b399fd25..b3e23f6d 100644 --- a/config/locales/backend/backend.de.yml +++ b/config/locales/backend/backend.de.yml @@ -35,17 +35,17 @@ de: learn_more: 'Klick hier um mehr zu erfahren' unsubscribe: 'Verärgert? du kannst Benachrichtigungen hier deaktivieren' notify_post_owner: - subject: '[%{app_name}] Neuer Kommentar zu %{post}' - body: 'Es existiert ein neuer Kommentar von %{user} zu deinem Beitrag %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] Neue Antwort auf deinen Kommentar von %{post}' - body: 'Es existiert eine neue Antwort von %{user} auf deinen Kommentar von Beitrag %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] Neues Update für Beitrag %{post}' - body: "Es existiert ein neues Update für den Beitrag, dem du folgst %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Statusänderung bei Beitrag %{post}' - body: "Der Beitrag %{post}, dem du folgst, hat einen neuen Status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -118,6 +118,7 @@ de: brand_display: 'Anzeige' show_vote_count: 'Stimmenanzahl für Nutzer*innen anzeigen' show_vote_button_in_board: 'Zeige Abstimm-Buttons auf der Übersichtsseite an' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root-Page' show_roadmap_in_header: 'Zeige den Übersichts-Link in der Kopfzeile an' collapse_boards_in_header: 'Stelle die Board-Übersicht in der Kopfzeile untereinander dar' diff --git a/config/locales/backend/backend.es.yml b/config/locales/backend/backend.es.yml index 2f2b95f5..aab2dec4 100644 --- a/config/locales/backend/backend.es.yml +++ b/config/locales/backend/backend.es.yml @@ -35,22 +35,22 @@ es: learn_more: 'Haz clic aquí para obtener más información' unsubscribe: '¿Molesto/a? Puedes desactivar las notificaciones aquí' notify_post_owner: - subject: '[%{app_name}] Nuevo comentario en %{post}' - body: 'Hay un nuevo comentario de %{user} en tu publicación %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] Nueva respuesta en tu comentario de %{post}' - body: 'Hay una nueva respuesta de %{user} en tu comentario en la publicación %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] Nueva actualización para la publicación %{post}' - body: "Hay una nueva actualización en la publicación que estás siguiendo %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Cambio de estado en la publicación %{post}' - body: "La publicación que estás siguiendo %{post} tiene un nuevo estado" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: - one: 'Board' - other: 'Boards' + one: 'Foro' + other: 'Foros' comment: one: 'Comentario' other: 'Comentarios' @@ -61,14 +61,14 @@ es: one: 'OAuth' other: 'OAuths' post_status: - one: 'Status' - other: 'Statuses' + one: 'Estado' + other: 'Estados' post: - one: 'Post' - other: 'Posts' + one: 'Publicación' + other: 'Publicaciones' user: - one: 'User' - other: 'Users' + one: 'Usuario' + other: 'Usuarios' attributes: board: name: 'Nombre' @@ -100,7 +100,7 @@ es: json_user_email_path: 'Ruta JSON para el correo electrónico del usuario' post_status: name: 'Nombre' - color: 'Color' + color: 'Colores' order: 'Orden' show_in_roadmap: 'Mostrar en el mapa de ruta' post: @@ -117,11 +117,12 @@ es: tenant_setting: brand_display: 'Visualización' show_vote_count: 'Mostrar el número de votos a los usuarios' - show_vote_button_in_board: 'Show vote buttons in board page' - root_board_id: 'Root page' - show_roadmap_in_header: 'Show roadmap link in header' - collapse_boards_in_header: 'Collapse boards in header' - custom_css: 'Custom CSS' + show_vote_button_in_board: 'Mostrar botones de voto en la página del foro' + show_powered_by: 'Show "Powered by Astuto"' + root_board_id: 'Página raíz' + show_roadmap_in_header: 'Mostrar enlace de mapa de ruta en el encabezado' + collapse_boards_in_header: 'Colapsar foros en el encabezado' + custom_css: 'CSS personalizado' user: email: 'Correo electrónico' full_name: 'Nombre completo' diff --git a/config/locales/backend/backend.fr.yml b/config/locales/backend/backend.fr.yml index 3827a9bf..6446544e 100644 --- a/config/locales/backend/backend.fr.yml +++ b/config/locales/backend/backend.fr.yml @@ -35,17 +35,17 @@ fr: learn_more: 'Cliquez ici pour en savoir plus' unsubscribe: 'Inutile ? Vous pouvez désactiver les notifications ici' notify_post_owner: - subject: '%{app_name} Nouveau commentaire sur %{post}' - body: 'Il y a un nouveau commentaire de %{user} sur votre publication %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '%{app_name} Nouvelle réponse à votre commentaire de %{post}' - body: 'Il y a une nouvelle réponse de %{user} sur votre commentaire du post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '%{app_name} Nouvelle mise à jour pour la publication %{post}' - body: "Il y a une nouvelle mise à jour sur la publication que vous suivez %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Changement de statut sur la publication %{post}' - body: "La publication que vous suivez %{post} a un nouveau statut" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -118,6 +118,7 @@ fr: brand_display: 'Affichage' show_vote_count: 'Afficher le nombre de votes aux utilisateurs' show_vote_button_in_board: 'Afficher les boutons de vote sur le panneau principal' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Page racine' show_roadmap_in_header: 'Afficher le lien de la roadmap dans l''en-tête' collapse_boards_in_header: 'Fusionner les tableaux dans l''en-tête' diff --git a/config/locales/backend/backend.it.yml b/config/locales/backend/backend.it.yml index f6d78964..62b6e2c1 100644 --- a/config/locales/backend/backend.it.yml +++ b/config/locales/backend/backend.it.yml @@ -35,17 +35,17 @@ it: learn_more: 'Clicca qui per saperne di più' unsubscribe: 'Non vuoi più ricevere notifiche? Clicca qui' notify_post_owner: - subject: '[%{app_name}] Nuovo commento al tuo post %{post}' - body: '%{user} ha commentato il tuo post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] Risposta al tuo commento nel post %{post}' - body: '%{user} ha risposto al tuo commento nel post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] Nuovo aggiornamento per il post %{post}' - body: "C'è un nuovo aggiornamento sul post che stai seguendo %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Aggiornamento stato per il post %{post}' - body: "Il post che segui %{post} ha un nuovo stato" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -118,6 +118,7 @@ it: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/backend/backend.ja.yml b/config/locales/backend/backend.ja.yml index 2ee78658..4c7a7bd3 100644 --- a/config/locales/backend/backend.ja.yml +++ b/config/locales/backend/backend.ja.yml @@ -35,17 +35,17 @@ ja: learn_more: 'Click here to learn more' unsubscribe: 'Annoyed? You can turn off notifications here' notify_post_owner: - subject: '[%{app_name}] New comment on %{post}' - body: 'There is a new comment by %{user} on your post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] New reply on your comment from %{post}' - body: 'There is a new reply by %{user} on your comment from post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] New update for post %{post}' - body: "There is a new update on the post you're following %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Status change on post %{post}' - body: "The post you're following %{post} has a new status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -111,6 +111,7 @@ ja: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/backend/backend.ko.yml b/config/locales/backend/backend.ko.yml index 659bf3e1..cdf1f806 100644 --- a/config/locales/backend/backend.ko.yml +++ b/config/locales/backend/backend.ko.yml @@ -35,17 +35,17 @@ ko: learn_more: 'Click here to learn more' unsubscribe: 'Annoyed? You can turn off notifications here' notify_post_owner: - subject: '[%{app_name}] New comment on %{post}' - body: 'There is a new comment by %{user} on your post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] New reply on your comment from %{post}' - body: 'There is a new reply by %{user} on your comment from post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] New update for post %{post}' - body: "There is a new update on the post you're following %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Status change on post %{post}' - body: "The post you're following %{post} has a new status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -111,6 +111,7 @@ ko: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/backend/backend.nl.yml b/config/locales/backend/backend.nl.yml index 36e0f16e..b17779d5 100644 --- a/config/locales/backend/backend.nl.yml +++ b/config/locales/backend/backend.nl.yml @@ -35,17 +35,17 @@ nl: learn_more: 'Click here to learn more' unsubscribe: 'Annoyed? You can turn off notifications here' notify_post_owner: - subject: '[%{app_name}] New comment on %{post}' - body: 'There is a new comment by %{user} on your post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] New reply on your comment from %{post}' - body: 'There is a new reply by %{user} on your comment from post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] New update for post %{post}' - body: "There is a new update on the post you're following %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Status change on post %{post}' - body: "The post you're following %{post} has a new status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -118,6 +118,7 @@ nl: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/backend/backend.pt.yml b/config/locales/backend/backend.pt.yml index 9c2ab1e4..20319afd 100644 --- a/config/locales/backend/backend.pt.yml +++ b/config/locales/backend/backend.pt.yml @@ -35,17 +35,17 @@ pt: learn_more: 'Click here to learn more' unsubscribe: 'Annoyed? You can turn off notifications here' notify_post_owner: - subject: '[%{app_name}] New comment on %{post}' - body: 'There is a new comment by %{user} on your post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] New reply on your comment from %{post}' - body: 'There is a new reply by %{user} on your comment from post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] New update for post %{post}' - body: "There is a new update on the post you're following %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Status change on post %{post}' - body: "The post you're following %{post} has a new status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -118,6 +118,7 @@ pt: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/backend/backend.ru.yml b/config/locales/backend/backend.ru.yml index aec0644f..4d4f34f6 100644 --- a/config/locales/backend/backend.ru.yml +++ b/config/locales/backend/backend.ru.yml @@ -35,17 +35,17 @@ ru: learn_more: 'Нажми сюда, чтобы узнать подробности.' unsubscribe: 'Вы можете отключить уведомления здесь' notify_post_owner: - subject: '[%{app_name}] Новы комментарий на %{post}' - body: 'Новый комментарий пользователем %{user} на ваш пост %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] Новый ответ на Ваш комментарий %{post}' - body: 'Новый ответ пользователем %{user} на ваш пост %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] Новое обновление на пост %{post}' - body: "Есть новое обновление на сообщение, которое вы подписаны на %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Статус изменен на пост %{post}' - body: "На публикацию, которые вы подписаны %{post} новый статус" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -132,6 +132,7 @@ ru: brand_display: 'Экран' show_vote_count: 'Показать количество голосов пользователям' show_vote_button_in_board: 'Показывать кнопки голосования на странице доски' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Главная страница' show_roadmap_in_header: 'Показать roadmap в заголовке' collapse_boards_in_header: 'Сворачивать доски в заголовке' diff --git a/config/locales/backend/backend.vi.yml b/config/locales/backend/backend.vi.yml index e6d6ad0e..486c98a0 100644 --- a/config/locales/backend/backend.vi.yml +++ b/config/locales/backend/backend.vi.yml @@ -35,17 +35,17 @@ vi: learn_more: 'Nhấn vào đây để tìm hiểu thêm' unsubscribe: 'Khó chịu? Bạn có thể tắt thông báo tại đây' notify_post_owner: - subject: '[%{app_name}] Bình luận mới trên %{post}' - body: 'Có một bình luận mới từ %{user} trên bài viết của bạn %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] Phản hồi mới trên bình luận của bạn từ %{post}' - body: 'Có một phản hồi mới từ %{user} trên bình luận của bạn trên bài viết %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] Cập nhật mới cho bài viết %{post}' - body: "Có một cập nhật mới trên bài viết bạn đang theo dõi %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Thay đổi trạng thái trên bài viết %{post}' - body: "Bài viết bạn đang theo dõi %{post} có một trạng thái mới" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -111,6 +111,7 @@ vi: brand_display: 'Hiển thị' show_vote_count: 'Hiển thị số phiếu bầu cho người dùng' show_vote_button_in_board: 'Hiển thị nút phiếu bầu trên trang bảng' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Trang gốc' show_roadmap_in_header: 'Hiển thị liên kết lộ trình trên tiêu đề' collapse_boards_in_header: 'Thu gọn các bảng trong tiêu đề' diff --git a/config/locales/backend/backend.zh.yml b/config/locales/backend/backend.zh.yml index 3cc6f3b5..9b926221 100644 --- a/config/locales/backend/backend.zh.yml +++ b/config/locales/backend/backend.zh.yml @@ -35,17 +35,17 @@ zh-CN: learn_more: 'Click here to learn more' unsubscribe: 'Annoyed? You can turn off notifications here' notify_post_owner: - subject: '[%{app_name}] New comment on %{post}' - body: 'There is a new comment by %{user} on your post %{post}' + subject: '[%{site_name}] New comment on "%{post}"' + body: 'There is a new comment by "%{user}" on your post "%{post}"' notify_comment_owner: - subject: '[%{app_name}] New reply on your comment from %{post}' - body: 'There is a new reply by %{user} on your comment from post %{post}' + subject: '[%{site_name}] New reply on your comment on post "%{post}"' + body: 'There is a new reply by "%{user}" on your comment from post "%{post}"' notify_followers_of_post_update: - subject: '[%{app_name}] New update for post %{post}' - body: "There is a new update on the post you're following %{post}" + subject: '[%{site_name}] New update for post "%{post}"' + body: 'There is a new update on the post you are following "%{post}"' notify_followers_of_post_status_change: - subject: '[%{app_name}] Status change on post %{post}' - body: "The post you're following %{post} has a new status" + subject: '[%{site_name}] Status change on post "%{post}"' + body: 'There is a status update on the post you are following "%{post}"' activerecord: models: board: @@ -111,6 +111,7 @@ zh-CN: brand_display: 'Display' show_vote_count: 'Show vote count to users' show_vote_button_in_board: 'Show vote buttons in board page' + show_powered_by: 'Show "Powered by Astuto"' root_board_id: 'Root page' show_roadmap_in_header: 'Show roadmap link in header' collapse_boards_in_header: 'Collapse boards in header' diff --git a/config/locales/de.yml b/config/locales/de.yml index f31e240f..e82f0e56 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -44,6 +44,8 @@ de: enabled: 'Aktiviert' disabled: 'Deaktiviert' copied: 'Kopiert!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Neu' edit: 'Bearbeiten' @@ -54,6 +56,7 @@ de: confirm: 'Bestätigen' back: 'Zurück' test: 'Test' + clear: 'Clear' datetime: now: 'gerade eben' minutes: @@ -65,20 +68,6 @@ de: days: one: 'vor 1 Tag' other: 'vor %{count} Tagen' - signup: - page_title: 'Deinen Feedback-Bereich erstellen' - step1: - title: '1. Benutzerkonto erstellen' - email_auth: 'Mit E-Mail registrieren' - step2: - title: '2. Feedbackbereich erstellen' - create_button: 'Feedbackbereich erstellen' - validations: - subdomain_already_taken: 'Diese Subdomain ist leider nicht verfügbar' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "Fast fertig!" - message: "E-Mail %{email} überprüfen, um neuen Feedback-Bereich %{subdomain} zu aktivieren!" header: menu: site_settings: 'Seiteneinstellungen' @@ -87,9 +76,6 @@ de: log_in: 'Einloggen / Registrieren' roadmap: title: 'Roadmap' - pending_tenant: - title: 'E-Mail-Adresse verifizieren' - message: 'Wir haben eine E-Mail mit einem Aktivierungslink an die E-Mail gesendet, die bei der Registrierung angegeben wurde. Um diesen Feedbackbereich zu aktivieren, muss auf dessen Link geklickt werden!' blocked_tenant: title: 'Dieser Feedback-Bereich wurde blockiert' board: @@ -112,6 +98,10 @@ de: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Es existieren keine Beiträge' post: diff --git a/config/locales/es.yml b/config/locales/es.yml index 100546f1..abff348e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -44,6 +44,8 @@ es: enabled: 'Habilitado' disabled: 'Deshabilitado' copied: '¡Copiado!' + user_staff: 'Empleados' + powered_by: 'Powered by' buttons: new: 'Nuevo' edit: 'Editar' @@ -53,7 +55,8 @@ es: update: 'Guardar' confirm: 'Confirmar' back: 'Atrás' - test: 'Test' + test: 'Probar' + clear: 'Restablecer' datetime: now: 'ahora mismo' minutes: @@ -65,20 +68,6 @@ es: days: one: 'Hace 1 día' other: 'hace %{count} días' - signup: - page_title: 'Create your feedback space' - step1: - title: '1. Create user account' - email_auth: 'Registrar con e-mail' - step2: - title: '2. Create feedback space' - create_button: 'Create feedback space' - validations: - subdomain_already_taken: 'Lo siento, este subdominio no está disponible' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "¡Casi hemos terminado!" - message: "Check your email %{email} to activate your new feedback space %{subdomain}!" header: menu: site_settings: 'Configuración del sitio' @@ -87,9 +76,6 @@ es: log_in: 'Iniciar sesión / Registrarse' roadmap: title: 'Hoja de ruta' - pending_tenant: - title: 'Verifica tu correo electrónico' - message: 'Hemos enviado un correo electrónico con un enlace de activación al correo que proporcionaste durante el registro. ¡Haz clic en ese enlace para activar este espacio de retroalimentación!' blocked_tenant: title: 'Este espacio de retroalimentación ha sido bloqueado' board: @@ -107,11 +93,15 @@ es: filter_box: title: 'Filtrar por estado' sort_by_box: - title: 'Sort by' - trending: 'Trending' - newest: 'Newest' - most_voted: 'Most voted' - oldest: 'Oldest' + title: 'Ordenar por' + trending: 'En tendencia' + newest: 'Más reciente' + most_voted: 'Más votados' + oldest: 'Más antiguo' + filter_by_date_box: + title: 'Filtrar por fecha' + from_label: 'Desde' + to_label: 'Hasta' posts_list: empty: 'Aún no hay publicaciones' post: @@ -150,7 +140,7 @@ es: roadmap: 'Hoja de ruta' users: 'Usuarios' authentication: 'Autenticación' - appearance: 'Appearance' + appearance: 'Apariencia' info_box: up_to_date: 'Se han guardado todos los cambios' error: 'Se ha producido un error: %{message}' @@ -161,12 +151,12 @@ es: brand_setting_name: 'Solo el nombre' brand_setting_logo: 'Sólo Logo' brand_setting_none: 'Ninguno' - subtitle_header: 'Header' + subtitle_header: 'Cabecera' collapse_boards_in_header_no_collapse: 'Nunca' collapse_boards_in_header_always_collapse: 'Siempre' subtitle_visibility: 'Visibilidad' - show_vote_count_help: 'If you enable this setting, users will be able to see the vote count of posts. This may incentivize users to vote on already popular posts, leading to a snowball effect.' - show_vote_button_in_board_help: 'If you enable this setting, users will be able to vote posts from the board page. This may incentivize users to vote on more posts, leading to a higher number of votes but of lower significance.' + show_vote_count_help: 'Si activa esta configuración, los usuarios podrán ver el recuento de votos de los mensajes. Esto puede incentivar a los usuarios a votar publicaciones ya populares, lo que provocaría un efecto bola de nieve.' + show_vote_button_in_board_help: 'Si activas esta configuración, los usuarios podrán votar publicaciones desde la página del foro. Esto puede alentar a los usuarios a votar en más mensajes, lo que lleva a un mayor número de votos, pero de menor importancia.' boards: title: 'Tableros' empty: 'No hay tableros. ¡Crea uno abajo!' @@ -186,15 +176,15 @@ es: empty: 'La hoja de ruta está vacía.' help: 'Puedes agregar estados a la hoja de ruta arrastrándolos desde la sección de abajo. Si en cambio quieres crear un nuevo estado o cambiar su orden, ve a Configuración del sitio > Estados.' appearance: - title: 'Appearance' - learn_more: 'Learn how to customize appearance' + title: 'Apariencia' + learn_more: 'Aprende cómo personalizar la apariencia' users: title: 'Usuarios' block: 'Bloquear' unblock: 'Desbloquear' block_confirmation: "%{name} no podrá iniciar sesión hasta que sea desbloqueado. ¿Estás seguro?" unblock_confirmation: "%{name} podrá iniciar sesión y enviar comentarios. ¿Está seguro?" - role_to_moderator_confirmation: "%{name} will be able to manage posts and users. Proceed only if you trust this person. Are you sure?" + role_to_moderator_confirmation: "%{name} podrá administrar las publicaciones y usuarios. Procede sólo si confías en esta persona. ¿Está seguro?" role_to_admin_confirmation: "%{name} will have the same privileges as you, so they could even demote or block you. Proceed only if you really trust %{name}. Are you sure?" role_user: 'Usuario' role_moderator: 'Moderador' @@ -205,9 +195,9 @@ es: status_deleted: 'Eliminado' authentication: title: 'Autenticación' - learn_more: 'Learn how to configure custom OAuth providers' + learn_more: 'Aprende cómo configurar proveedores OAuth personalizados' oauth_subtitle: 'Proveedores OAuth' - default_oauth: 'Default OAuth provider' + default_oauth: 'Proveedor OAuth por defecto' copy_url: 'Copiar URL' test_page: title: 'Resultados de la prueba OAuth de %{name}' diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 8c99d646..597acae6 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -44,6 +44,8 @@ fr: enabled: 'Activé' disabled: 'Désactivé' copied: 'Copié !' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Nouveau' edit: 'Modifier' @@ -54,6 +56,7 @@ fr: confirm: 'Confirmer' back: 'Revenir en arrière' test: 'Tester' + clear: 'Clear' datetime: now: 'à l’instant' minutes: @@ -65,20 +68,6 @@ fr: days: one: 'Il y a 1 jour' other: 'il y a %{count} jours' - signup: - page_title: 'Créez votre espace de feedback' - step1: - title: '1. Créer un compte utilisateur' - email_auth: 'S´inscrire avec une adresse e-mail' - step2: - title: '2. Créer un espace de feedback' - create_button: 'Créer un espace de feedback' - validations: - subdomain_already_taken: 'Désolé, ce sous-domaine n''est pas disponible' - subdomain_only_letters_and_numbers: 'Le sous-domaine ne peut contenir que des caractères alphanumériques et des traits d''union' - step3: - title: "Vous avez presque terminé !" - message: "Vérifiez votre e-mail %{email} pour activer votre nouvel espace de feedback %{subdomain}!" header: menu: site_settings: 'Paramètres du site' @@ -87,9 +76,6 @@ fr: log_in: 'Se connecter / S''inscrire' roadmap: title: 'Feuille de route' - pending_tenant: - title: 'Confirmez votre adresse e-mail' - message: 'Nous avons envoyé un e-mail avec un lien d''activation à l''e-mail que vous avez fourni lors de votre inscription. Cliquez sur ce lien pour activer cet espace de feedback !' blocked_tenant: title: 'Cet espace de feedback a été bloqué' board: @@ -112,6 +98,10 @@ fr: newest: 'Plus récent' most_voted: 'Les plus votés' oldest: 'Plus anciens' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Il n''y a pas de publications' post: diff --git a/config/locales/it.yml b/config/locales/it.yml index 3824bf38..e7477371 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -44,6 +44,8 @@ it: enabled: 'Abilitato' disabled: 'Disabilitato' copied: 'Copiato!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Nuova' edit: 'Modifica' @@ -54,6 +56,7 @@ it: confirm: 'Conferma' back: 'Indietro' test: 'Test' + clear: 'Clear' datetime: now: 'adesso' minutes: @@ -65,20 +68,6 @@ it: days: one: '1 giorno fa' other: '%{count} giorni fa' - signup: - page_title: 'Crea il tuo spazio di feedback' - step1: - title: '1. Crea account utente' - email_auth: 'Registrati con indirizzo email' - step2: - title: '2. Crea spazio di feedback' - create_button: 'Crea spazio feedback' - validations: - subdomain_already_taken: 'Siamo spiacenti, questo sottodominio non è disponibile' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "Hai quasi finito!" - message: "Controlla la tua email %{email} per attivare il tuo nuovo spazio di feedback %{subdomain}!" header: menu: site_settings: 'Impostazioni sito' @@ -87,9 +76,6 @@ it: log_in: 'Accedi / Registrati' roadmap: title: 'Roadmap' - pending_tenant: - title: 'Verifica il tuo indirizzo email' - message: 'Abbiamo mandato una email con un link di attivazione all''indirizzo email che hai specificato in fase di registrazione. Clicca su quel link per attivare questo spazio di feedback!' blocked_tenant: title: 'Questo spazio di feedback è stato bloccato' board: @@ -107,11 +93,15 @@ it: filter_box: title: 'Filtra per stato' sort_by_box: - title: 'Sort by' - trending: 'Trending' - newest: 'Newest' - most_voted: 'Most voted' - oldest: 'Oldest' + title: 'Ordina' + trending: 'Di tendenza' + newest: 'Più recenti' + most_voted: 'Più votati' + oldest: 'Meno recenti' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Non ci sono post' post: @@ -150,7 +140,7 @@ it: roadmap: 'Roadmap' users: 'Utenti' authentication: 'Autenticazione' - appearance: 'Appearance' + appearance: 'Tema' info_box: up_to_date: 'Tutte le modifiche sono state salvate' error: 'Si è verificato un errore: %{message}' @@ -161,12 +151,12 @@ it: brand_setting_name: 'Solo nome' brand_setting_logo: 'Solo logo' brand_setting_none: 'Nessuno' - subtitle_header: 'Header' - collapse_boards_in_header_no_collapse: 'Never' - collapse_boards_in_header_always_collapse: 'Always' - subtitle_visibility: 'Visibility' - show_vote_count_help: 'If you enable this setting, users will be able to see the vote count of posts. This may incentivize users to vote on already popular posts, leading to a snowball effect.' - show_vote_button_in_board_help: 'If you enable this setting, users will be able to vote posts from the board page. This may incentivize users to vote on more posts, leading to a higher number of votes but of lower significance.' + subtitle_header: 'Menu in alto' + collapse_boards_in_header_no_collapse: 'Mai' + collapse_boards_in_header_always_collapse: 'Sempre' + subtitle_visibility: 'Visibilità' + show_vote_count_help: 'Se abiliti questa impostazione, gli utenti saranno in grado di vedere il numero di voti dei post. Questo può incentivare gli utenti a votare su post già popolari, portando a un effetto a valanga.' + show_vote_button_in_board_help: 'Se abiliti questa impostazione, gli utenti saranno in grado di votare i post dalla bacheca. Questo può incentivare gli utenti a votare su un maggior numero di post, risultando in un maggior numero di voti ma di minore importanza.' boards: title: 'Bacheche' empty: 'Non ci sono bacheche. Creane una qua sotto!' @@ -186,28 +176,28 @@ it: empty: 'La roadmap è vuota.' help: 'Puoi aggiungere stati alla roadmap trascinandoli dalla sezione sottostante. Se invece vuoi creare un nuovo stato o cambiarne l''ordine, vai in Impostazioni sito -> Stati.' appearance: - title: 'Appearance' - learn_more: 'Learn how to customize appearance' + title: 'Tema' + learn_more: 'Scopri come personalizzare il tema' users: title: 'Utenti' block: 'Blocca' unblock: 'Sblocca' block_confirmation: "%{name} non potrà effettuare l'accesso al sito finché non sarà sbloccato. Sei sicuro?" unblock_confirmation: "%{name} potrà effettuare l'accesso al sito e pubblicare contenuti. Sei sicuro?" - role_to_moderator_confirmation: "%{name} will be able to manage posts and users. Proceed only if you trust this person. Are you sure?" + role_to_moderator_confirmation: "%{name} sarà in grado di gestire post e utenti. Procedi solo se ti fidi di questa persona. Sei sicuro?" role_to_admin_confirmation: "%{name} avrà i tuoi stessi privilegi, quindi potrebbe anche retrocederti a utente o bloccarti. Procedi solo se ti fidi di %{name}. Sei sicuro?" role_user: 'Utente' role_moderator: 'Moderatore' role_admin: 'Amministratore' - role_owner: 'Owner' + role_owner: 'Proprietario' status_active: 'Attivo' status_blocked: 'Bloccato' status_deleted: 'Eliminato' authentication: title: 'Autenticazione' - learn_more: 'Learn how to configure custom OAuth providers' + learn_more: 'Scopri come configurare provider OAuth personalizzati' oauth_subtitle: 'Provider OAuth' - default_oauth: 'Default OAuth provider' + default_oauth: 'Provider OAuth predefinito' copy_url: 'Copia URL' test_page: title: 'Risultati test %{name} OAuth' diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 507325af..3d1e838a 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -43,6 +43,8 @@ ja: enabled: 'Enabled' disabled: 'Disabled' copied: 'Copied!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'New' edit: 'Edit' @@ -53,6 +55,7 @@ ja: confirm: 'Confirm' back: 'Back' test: 'Test' + clear: 'Clear' datetime: now: 'just now' minutes: @@ -61,20 +64,6 @@ ja: other: '%{count} hours ago' days: other: '%{count} days ago' - signup: - page_title: 'Create your feedback space' - step1: - title: '1. Create user account' - email_auth: 'Register with email' - step2: - title: '2. Create feedback space' - create_button: 'Create feedback space' - validations: - subdomain_already_taken: 'Sorry, this subdomain is not available' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "You're almost done!" - message: "Check your email %{email} to activate your new feedback space %{subdomain}!" header: menu: site_settings: 'Site settings' @@ -83,9 +72,6 @@ ja: log_in: 'Log in / Sign up' roadmap: title: 'Roadmap' - pending_tenant: - title: 'Verify your email address' - message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!' blocked_tenant: title: 'This feedback space has been blocked' board: @@ -108,6 +94,10 @@ ja: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'There are no posts' post: diff --git a/config/locales/ko.yml b/config/locales/ko.yml index d8fe2b39..bbde77e2 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -43,6 +43,8 @@ ko: enabled: 'Enabled' disabled: 'Disabled' copied: 'Copied!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'New' edit: 'Edit' @@ -53,6 +55,7 @@ ko: confirm: 'Confirm' back: 'Back' test: 'Test' + clear: 'Clear' datetime: now: 'just now' minutes: @@ -61,20 +64,6 @@ ko: other: '%{count} hours ago' days: other: '%{count} days ago' - signup: - page_title: 'Create your feedback space' - step1: - title: '1. Create user account' - email_auth: 'Register with email' - step2: - title: '2. Create feedback space' - create_button: 'Create feedback space' - validations: - subdomain_already_taken: 'Sorry, this subdomain is not available' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "You're almost done!" - message: "Check your email %{email} to activate your new feedback space %{subdomain}!" header: menu: site_settings: 'Site settings' @@ -83,9 +72,6 @@ ko: log_in: 'Log in / Sign up' roadmap: title: 'Roadmap' - pending_tenant: - title: 'Verify your email address' - message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!' blocked_tenant: title: 'This feedback space has been blocked' board: @@ -108,6 +94,10 @@ ko: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'There are no posts' post: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 5a5a41ec..c851ee26 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -44,6 +44,8 @@ nl: enabled: 'Enabled' disabled: 'Disabled' copied: 'Copied!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'New' edit: 'Edit' @@ -54,6 +56,7 @@ nl: confirm: 'Confirm' back: 'Back' test: 'Test' + clear: 'Clear' datetime: now: 'just now' minutes: @@ -65,20 +68,6 @@ nl: days: one: '1 day ago' other: '%{count} days ago' - signup: - page_title: 'Create your feedback space' - step1: - title: '1. Create user account' - email_auth: 'Register with email' - step2: - title: '2. Create feedback space' - create_button: 'Create feedback space' - validations: - subdomain_already_taken: 'Sorry, this subdomain is not available' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "You're almost done!" - message: "Check your email %{email} to activate your new feedback space %{subdomain}!" header: menu: site_settings: 'Site settings' @@ -87,9 +76,6 @@ nl: log_in: 'Log in / Sign up' roadmap: title: 'Roadmap' - pending_tenant: - title: 'Verify your email address' - message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!' blocked_tenant: title: 'This feedback space has been blocked' board: @@ -112,6 +98,10 @@ nl: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'There are no posts' post: diff --git a/config/locales/pt.yml b/config/locales/pt.yml index baf03c52..cebe726e 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -44,6 +44,8 @@ pt: enabled: 'Habilitado' disabled: 'Desabilitado' copied: 'Copiado!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Novo' edit: 'Editar' @@ -54,6 +56,7 @@ pt: confirm: 'Confirmar' back: 'Voltar' test: 'Testar' + clear: 'Clear' datetime: now: 'agora mesmo' minutes: @@ -65,20 +68,6 @@ pt: days: one: '1 dia atrás' other: '%{count} dias atrás' - signup: - page_title: 'Crie seu espaço de comentário' - step1: - title: 'Criar conta de usuário' - email_auth: 'Cadastrar com e-mail' - step2: - title: '2. Criar espaço de feedback' - create_button: 'Criar espaço de feedback' - validations: - subdomain_already_taken: 'Desculpe, este subdomínio não é válido' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "Você está quase lá!" - message: "Verifique o seu e-mail %{email} para ativar o seu novo espaço de feedback %{subdomain}!" header: menu: site_settings: 'Configurações do site' @@ -87,9 +76,6 @@ pt: log_in: 'Entrar / Cadastrar' roadmap: title: 'Mapa' - pending_tenant: - title: 'Verifique seu endereço de correio eletrônico' - message: 'Enviamos uma mensagem com um linque de ativação para o endereço eletrônico que você forneceu durante o registro. Clique nesse linque para ativar este espaço de comentário!' blocked_tenant: title: 'Este espaço de comentários foi bloqueado' board: @@ -112,6 +98,10 @@ pt: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Não existem postagens ainda' post: diff --git a/config/locales/ru.yml b/config/locales/ru.yml index ae96eaf9..5feec47a 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -46,6 +46,8 @@ ru: enabled: 'Включено' disabled: 'Отключено' copied: 'Скопировано!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Новый' edit: 'Редактировать' @@ -56,6 +58,7 @@ ru: confirm: 'Подтвердить' back: 'Назад' test: 'Тест' + clear: 'Clear' datetime: now: 'только что' minutes: @@ -73,20 +76,6 @@ ru: few: '%{count} д. назад' many: '%{count} д. назад' other: '%{count} д. назад' - signup: - page_title: 'Создайте область обратной связи' - step1: - title: '1. Создание учетной записи пользователя' - email_auth: 'Регистрация по электронной почте' - step2: - title: '2. Создать область обратной связи' - create_button: 'Создать область обратной связи' - validations: - subdomain_already_taken: 'Извините, этот поддомен недоступен' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "Вы почти закончили!" - message: "Проверьте свою электронную почту %{email}, чтобы активировать новое пространство обратной связи %{subdomain}!" header: menu: site_settings: 'Настройки сайта' @@ -95,9 +84,6 @@ ru: log_in: 'Войти / Зарегистрироваться' roadmap: title: 'Дорожная Карта' - pending_tenant: - title: 'Подтвердите ваш адрес электронной почты' - message: 'Мы отправили письмо со ссылкой для активации на электронное письмо, указанное вами при регистрации. Нажмите на эту ссылку, чтобы активировать это пространство для обратной связи!' blocked_tenant: title: 'Сообщение обратной связи было сохранено' board: @@ -120,6 +106,10 @@ ru: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Нет публикаций' post: diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 80eea7af..ce95a5d3 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -43,6 +43,8 @@ vi: enabled: 'Đã bật' disabled: 'Đã tắt' copied: 'Đã sao chép!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'Taọ mới' edit: 'Chỉnh sửa' @@ -53,6 +55,7 @@ vi: confirm: 'Xác nhận' back: 'Quay lại' test: 'Kiểm tra' + clear: 'Clear' datetime: now: 'Vừa xong' minutes: @@ -61,20 +64,6 @@ vi: other: '%{count} giờ trước' days: other: '%{count} ngày trước' - signup: - page_title: 'Tạo không gian phản hồi của bạn' - step1: - title: '1. Tạo tài khoản' - email_auth: 'Đăng ký bằng email' - step2: - title: '2. Tạo không gian phản hồi' - create_button: 'Tạo không gian phản hồi' - validations: - subdomain_already_taken: 'Xin lỗi, tên miền này không khả dụng' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "Bạn đã sẵn sàng để bắt đầu!" - message: "Kiểm tra email %{email} để kích hoạt %{subdomain}!" header: menu: site_settings: 'Cài đặt trang' @@ -83,9 +72,6 @@ vi: log_in: 'Đăng nhập / Đăng ký' roadmap: title: 'Lộ trình' - pending_tenant: - title: 'Xác minh địa chỉ email của bạn' - message: 'Chúng tôi đã gửi một email xác minh đến %{email}. Vui lòng kiểm tra hộp thư đến của bạn và nhấp vào liên kết để hoàn tất đăng ký.' blocked_tenant: title: 'Không gian phản hồi này đã bị chặn' board: @@ -108,6 +94,10 @@ vi: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'Không có phản hồi nào' post: diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 6222db2c..5d24796f 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -43,6 +43,8 @@ zh-CN: enabled: 'Enabled' disabled: 'Disabled' copied: 'Copied!' + user_staff: 'Staff' + powered_by: 'Powered by' buttons: new: 'New' edit: 'Edit' @@ -53,6 +55,7 @@ zh-CN: confirm: 'Confirm' back: 'Back' test: 'Test' + clear: 'Clear' datetime: now: 'just now' minutes: @@ -61,20 +64,6 @@ zh-CN: other: '%{count} hours ago' days: other: '%{count} days ago' - signup: - page_title: 'Create your feedback space' - step1: - title: '1. Create user account' - email_auth: 'Register with email' - step2: - title: '2. Create feedback space' - create_button: 'Create feedback space' - validations: - subdomain_already_taken: 'Sorry, this subdomain is not available' - subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen' - step3: - title: "You're almost done!" - message: "Check your email %{email} to activate your new feedback space %{subdomain}!" header: menu: site_settings: 'Site settings' @@ -83,9 +72,6 @@ zh-CN: log_in: 'Log in / Sign up' roadmap: title: 'Roadmap' - pending_tenant: - title: 'Verify your email address' - message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!' blocked_tenant: title: 'This feedback space has been blocked' board: @@ -108,6 +94,10 @@ zh-CN: newest: 'Newest' most_voted: 'Most voted' oldest: 'Oldest' + filter_by_date_box: + title: 'Filter by date' + from_label: 'From' + to_label: 'To' posts_list: empty: 'There are no posts' post: