Update translations
This commit is contained in:
parent
d981b8d042
commit
a971813db3
|
@ -5,4 +5,12 @@
|
||||||
# To work with us on translations, join this project:
|
# To work with us on translations, join this project:
|
||||||
# https://www.transifex.com/projects/p/discourse-org/
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
ko: {}
|
ko:
|
||||||
|
js:
|
||||||
|
user_notes:
|
||||||
|
title: "사용자 노트"
|
||||||
|
attach: "사용자 메모 추가"
|
||||||
|
remove: "사용자 메모 제거"
|
||||||
|
show: "사용자 노트 ({{count}})"
|
||||||
|
delete_confirm: "해당 사용자 노트를 삭제 하시겠습니까?"
|
||||||
|
show_post: "게시물 표시"
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
it:
|
it:
|
||||||
site_settings:
|
site_settings:
|
||||||
user_notes_enabled: "Abilitare gli utenti dello staff ad allegare note agli utenti"
|
user_notes_enabled: "Abilitare i membri dello staff ad allegare note agli utenti"
|
||||||
user_notes_moderators_delete: "Abilita i moderatori a cancellare le note degli utenti"
|
user_notes_moderators_delete: "Abilita i moderatori a cancellare le note utente"
|
||||||
user_notes:
|
user_notes:
|
||||||
official_warning: "Ha ricevuto un richiamo ufficiale da @%{username} -- %{warning_link}"
|
official_warning: "Ha ricevuto un richiamo ufficiale da @%{username} -- %{warning_link}"
|
||||||
user_suspended: "@%{username} ha sospeso questo account fino a %{suspended_till}. Motivazione: %{reason}"
|
user_suspended: "@%{username} ha sospeso questo account fino a %{suspended_till}. Motivo: %{reason}"
|
||||||
user_silenced: "@%{username} ha silenziato questo account fino a %{silenced_till}. Motivazione: %{reason}"
|
user_silenced: "@%{username} ha silenziato questo account fino a %{silenced_till}. Motivo: %{reason}"
|
||||||
reports:
|
reports:
|
||||||
user_notes:
|
user_notes:
|
||||||
title: "Note utente"
|
title: "Note utente"
|
||||||
|
|
|
@ -6,8 +6,17 @@
|
||||||
# https://www.transifex.com/projects/p/discourse-org/
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
ko:
|
ko:
|
||||||
|
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:
|
reports:
|
||||||
user_notes:
|
user_notes:
|
||||||
|
title: "사용자 노트"
|
||||||
|
description: "가장 최근의 사용자 메모를 나열하십시오."
|
||||||
labels:
|
labels:
|
||||||
user: 사용자
|
user: 사용자
|
||||||
note: 노트
|
note: 노트
|
||||||
|
|
|
@ -11,8 +11,8 @@ zh_CN:
|
||||||
user_notes_moderators_delete: "允许版主删除用户注释"
|
user_notes_moderators_delete: "允许版主删除用户注释"
|
||||||
user_notes:
|
user_notes:
|
||||||
official_warning: "收到来自 @%{username}的正式警告 - %{warning_link}"
|
official_warning: "收到来自 @%{username}的正式警告 - %{warning_link}"
|
||||||
user_suspended: "@%{username}暂停此帐户,直到%{suspended_till}。 原因:%{reason}"
|
user_suspended: "@%{username}暂停此账户直至%{suspended_till}。 原因:%{reason}"
|
||||||
user_silenced: "@%{username}将此帐户禁言,直到%{silenced_till}。 原因:%{reason}"
|
user_silenced: "@%{username}将此账户禁言直至%{silenced_till}。 原因:%{reason}"
|
||||||
reports:
|
reports:
|
||||||
user_notes:
|
user_notes:
|
||||||
title: "用户注释"
|
title: "用户注释"
|
||||||
|
|
Loading…
Reference in New Issue