diff --git a/config/locales/client.lt.yml b/config/locales/client.lt.yml new file mode 100644 index 0000000..d105cde --- /dev/null +++ b/config/locales/client.lt.yml @@ -0,0 +1,11 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +lt: + js: + staff_notes: + title: "Komandos užrašai" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index bb31021..9e1e90a 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -5,4 +5,12 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -nl: {} +nl: + js: + staff_notes: + title: "Personeel notities" + attach: "Personeel notitie toevoegen" + remove: "Personeel notitie verwijderen" + show: "Personeel notities ({{count}})" + delete_confirm: "Weet je zeker dat je deze personeel notitie wilt verwijderen?" + show_post: "Bericht tonen" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 5c634ee..630a495 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -5,4 +5,12 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ru: {} +ru: + js: + staff_notes: + title: "Заметки персонала" + attach: "Добавить заметку персонала" + remove: "Удалить заметку персонала" + show: "Заметок персонала ({{count}})" + delete_confirm: "Вы действительно хотите удалить эту заметку?" + show_post: "Показать заметку" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 53c9902..3583ef2 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -5,4 +5,12 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -zh_CN: {} +zh_CN: + js: + staff_notes: + title: "管理人员注释" + attach: "附上管理人员注释" + remove: "移除管理人员注释" + show: "管理人员注释{{count}}" + delete_confirm: "确定要删除管理人员注释吗?" + show_post: "显示帖子" diff --git a/config/locales/server.ko.yml b/config/locales/server.ko.yml index bf4e05d..2633d7f 100644 --- a/config/locales/server.ko.yml +++ b/config/locales/server.ko.yml @@ -5,4 +5,9 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ko: {} +ko: + reports: + staff_notes: + labels: + user: 사용자 + note: 노트 diff --git a/config/locales/server.lt.yml b/config/locales/server.lt.yml new file mode 100644 index 0000000..72b3f24 --- /dev/null +++ b/config/locales/server.lt.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +lt: {} diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index bb31021..7bd9e36 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -5,4 +5,18 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -nl: {} +nl: + site_settings: + staff_notes_enabled: "Sta personeel toe om beschrijven bij gebruikers toe te voegen" + staff_notes_moderators_delete: "Toestaan dat moderators personeel notities mogen verwijderen" + staff_notes: + official_warning: "Heeft een officiële waarschuwing gekregen van @%{username} -- %{warning_link}" + user_suspended: "@%{username} heeft dit account geschorst tot %{suspended_till}. Reden: %{reason}" + user_silenced: "@%{username} heeft dit account het zwijgen opgelegd tot %{silenced_till}. Reden: %{reason}" + reports: + staff_notes: + title: "Personeel notities" + labels: + user: Gebruiker + note: Notitie + moderator: Moderator diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index 5c634ee..5e4fc42 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ru: {} +ru: + reports: + staff_notes: + labels: + user: Пользователь + note: Заметка + moderator: Модератор diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 53c9902..0564779 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -5,4 +5,18 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -zh_CN: {} +zh_CN: + site_settings: + staff_notes_enabled: "允许管理人员将注释附加到用户" + staff_notes_moderators_delete: "允许版主删除管理人员注释" + staff_notes: + official_warning: "收到来自@%{username}的正式警告 - %{warning_link}" + user_suspended: "@%{username}暂停此帐户,直到%{suspended_till}。 原因:%{reason}" + user_silenced: "@%{username}将此帐户禁言,直到%{silenced_till}。 原因:%{reason}" + reports: + staff_notes: + title: "管理人员注释" + labels: + user: 用户 + note: 注释 + moderator: 版主