From da45b8aec358671fe98872f42d0b48e6eca23d49 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 31 Jan 2019 16:46:01 -0500 Subject: [PATCH] Update translations --- config/locales/client.fi.yml | 1 + config/locales/server.de.yml | 1 + config/locales/server.es.yml | 3 ++- config/locales/server.fi.yml | 9 +++++++++ config/locales/server.fr.yml | 1 + config/locales/server.nl.yml | 1 + config/locales/server.zh_CN.yml | 2 +- 7 files changed, 16 insertions(+), 2 deletions(-) diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index 0da10db..c70fdb0 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -13,3 +13,4 @@ fi: remove: "Poista henkilökunnan huomio" show: "Henkilökunnan huomioita ({{count}})" delete_confirm: "Oletko varma että haluat poistaa henkilökunnan huomion?" + show_post: "Näytä viesti" diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 8ea6312..45371e8 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -16,6 +16,7 @@ de: reports: staff_notes: title: "Team-Notizen" + description: "Liste der neuesten Team-Notizen" labels: user: Benutzer note: Notiz diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 9d4f36c..5eea9d4 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -16,7 +16,8 @@ es: reports: staff_notes: title: "Notas de staff" + description: "Lista de las notas de staff más recientes." labels: - user: Usuari + user: Usuario note: Nota moderator: Moderador diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml index 576f7f4..9fd9b8d 100644 --- a/config/locales/server.fi.yml +++ b/config/locales/server.fi.yml @@ -12,3 +12,12 @@ fi: staff_notes: official_warning: "%{username} antoi virallisen varoituksen - %{warning_link}" user_suspended: "@%{username} hyllytti käyttäjätilin %{suspended_till} asti. Syy: %{reason}" + user_silenced: "@%{username} hiljeni käyttäjätilin %{silenced_till} asti. Syy: %{reason}" + reports: + staff_notes: + title: "Henkilökunnan huomiot" + description: "Luettelo viimeisimmistä henkilökunnan huomioista." + labels: + user: Käyttäjä + note: Huomi + moderator: Valvoja diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index 1794a1f..d916428 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -16,6 +16,7 @@ fr: reports: staff_notes: title: "Notes pour responsables" + description: "List des notes de responsables les plus récents." labels: user: Utilisateur note: Note diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index 7bd9e36..677e4fb 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -16,6 +16,7 @@ nl: reports: staff_notes: title: "Personeel notities" + description: "Geef de meeste recente personeel notities weer." labels: user: Gebruiker note: Notitie diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 0564779..09617bc 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -10,7 +10,7 @@ zh_CN: staff_notes_enabled: "允许管理人员将注释附加到用户" staff_notes_moderators_delete: "允许版主删除管理人员注释" staff_notes: - official_warning: "收到来自@%{username}的正式警告 - %{warning_link}" + official_warning: "收到来自 @%{username}的正式警告 - %{warning_link}" user_suspended: "@%{username}暂停此帐户,直到%{suspended_till}。 原因:%{reason}" user_silenced: "@%{username}将此帐户禁言,直到%{silenced_till}。 原因:%{reason}" reports: