Update translations
This commit is contained in:
parent
89706d80e1
commit
4f8ad6b218
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -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: "Показать заметку"
|
||||
|
|
|
@ -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: "显示帖子"
|
||||
|
|
|
@ -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: 노트
|
||||
|
|
|
@ -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: {}
|
|
@ -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
|
||||
|
|
|
@ -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: Модератор
|
||||
|
|
|
@ -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: 版主
|
||||
|
|
Loading…
Reference in New Issue