diff --git a/.tx/config b/.tx/config index ce0932f..572d0c8 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,6 @@ [main] host = https://www.transifex.com -lang_map = el_GR: el, es_ES: es, fr_FR: fr, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi +lang_map = el_GR: el, es_ES: es, fr_FR: fr, hu_HU: hu, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi [discourse-org.pluginstaff-notesclientenyml] file_filter = config/locales/client..yml diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 951e767..277350d 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -12,5 +12,5 @@ he: attach: "צירוף הערת צוות" remove: "הסרת הערת צוות" show: "הערות צוות ({{count}})" - delete_confirm: "למחוק את הערת הצוות הזו?" + delete_confirm: "להסיר את הערת הצוות הזו?" show_post: "הצגת רשומה" diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index 2bd7fd1..288b25e 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -8,7 +8,13 @@ he: site_settings: staff_notes_enabled: "לאפשר למשתמשי הצוות לצרף הערות למשתמשים" - staff_notes_moderators_delete: "לאפשר למנהלים למחוק הערות צוות" + staff_notes_moderators_delete: "לאפשר למנהלים להסיר הערות צוות" staff_notes: official_warning: "התקבלה אזהרה רשמית מאת ‎@%{username} -- %{warning_link}" user_suspended: "חשבון זה הושהה על ידי ‎@%{username} עד %{suspended_till}. סיבה: %{reason}" + reports: + staff_notes: + labels: + user: משתמש + note: פתק + moderator: מנהל diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml index 23608a5..975955b 100644 --- a/config/locales/server.it.yml +++ b/config/locales/server.it.yml @@ -12,3 +12,9 @@ it: staff_notes: official_warning: "Ha ricevuto un richiamo ufficiale da @%{username} -- %{warning_link}" user_suspended: "@%{username} ha sospeso questo account fino a %{suspended_till}. Motivazione: %{reason}" + reports: + staff_notes: + labels: + user: Utente + note: Nota + moderator: Moderatore