From 134c66d089ac1cc4daa1edde543367668fdb4667 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 20 Jan 2020 11:23:30 -0500 Subject: [PATCH] Update translations --- config/locales/client.ru.yml | 4 ++++ config/locales/client.sv.yml | 10 +++++++++- config/locales/server.pt_BR.yml | 3 +++ config/locales/server.ru.yml | 3 +++ config/locales/server.sv.yml | 10 ++++++++++ 5 files changed, 29 insertions(+), 1 deletion(-) diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 9deb6c7..04d2089 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -8,5 +8,9 @@ ru: js: user_notes: + title: "Заметки пользователя" attach: "Добавить заметку" + remove: "Удалить заметку пользователя" + show: "Заметки пользователя ({{count}})" + delete_confirm: "Вы действительно хотите удалить эту заметку пользователя?" show_post: "Показать заметку" diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index fd54901..f5ce1cf 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -5,4 +5,12 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -sv: {} +sv: + js: + user_notes: + title: "Användaranteckningar" + attach: "Lägg till användaranteckning" + remove: "Ta bort användaranteckning" + show: "Användaranteckningar ({{count}})" + delete_confirm: "Är du säker på att du vill radera den användaranteckningen?" + show_post: "Visa inlägg" diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index 10d5603..38ab061 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -8,12 +8,15 @@ pt_BR: site_settings: user_notes_enabled: "Permitir que usuários da staff anexem notas aos usuários" + user_notes_moderators_delete: "Permitir que moderadores apaguem notas de usuários" user_notes: official_warning: "Recebido um aviso oficial de @%{username} -- %{warning_link}" user_suspended: "@%{username} suspendeu esta conta até %{suspended_till}. Motivo: %{reason}" user_silenced: "@%{username} silenciou esta conta até %{silenced_till}. Motivo: %{reason}" reports: user_notes: + title: "Notas de usuários" + description: "Listar as notas de usuários mais recentes." labels: user: Usuário note: Anotação diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index 949c91e..4d2f297 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -8,12 +8,15 @@ ru: site_settings: user_notes_enabled: "Разрешить персоналу прикреплять заметки к пользователям" + user_notes_moderators_delete: "Разрешить модераторам удалять заметки пользователей" user_notes: official_warning: "Получено официальное предупреждение от @%{username} -- %{warning_link}" user_suspended: "@%{username} приостановил этот аккаунт до %{suspended_till}. Причина: %{reason}" user_silenced: "@%{username} заглушил этот аккаунт %{silenced_till}. Причина: %{reason}" reports: user_notes: + title: "Заметки пользователя" + description: "Список последних заметок пользователя." labels: user: Пользователь note: Заметка diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml index 983edd0..8358add 100644 --- a/config/locales/server.sv.yml +++ b/config/locales/server.sv.yml @@ -6,8 +6,18 @@ # https://www.transifex.com/projects/p/discourse-org/ sv: + site_settings: + user_notes_enabled: "Låt personalanvändare bifoga anteckningar till användare" + user_notes_moderators_delete: "Låt moderatorer radera användaranteckningar" + user_notes: + official_warning: "Fått en officiell varning från @%{username} -- %{warning_link}" + user_suspended: "@%{username} stängde av det här kontot fram till %{suspended_till}. Anledning: %{reason}" + user_silenced: "@%{username} tystade det här kontot fram till %{silenced_till}. Anledning: %{reason}" reports: user_notes: + title: "Användaranteckningar" + description: "Lista över de senaste användaranteckningarna." labels: user: Användare + note: Anteckning moderator: Moderator