diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml new file mode 100644 index 0000000..e155a11 --- /dev/null +++ b/config/locales/client.ca.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/ + +ca: {} diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 9bbf19d..e01ddc5 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -5,4 +5,11 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -de: {} +de: + js: + staff_notes: + title: "Team-Notizen" + attach: "Team-Notiz hinzufügen" + remove: "Team-Notiz entfernen" + show: "Team-Notizen ({{count}})" + delete_confirm: "Bist du sicher, dass du diese Team-Notiz entfernen möchtest?" diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index b947adb..0da10db 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -5,4 +5,11 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fi: {} +fi: + js: + staff_notes: + title: "Henkilökunnan huomiot" + attach: "Lisää henkilökunnan huomio" + remove: "Poista henkilökunnan huomio" + show: "Henkilökunnan huomioita ({{count}})" + delete_confirm: "Oletko varma että haluat poistaa henkilökunnan huomion?" diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index 2231ad9..4d14ded 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -5,4 +5,11 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -nb_NO: {} +nb_NO: + js: + staff_notes: + title: "Parsonalnotater" + attach: "Legg ved personalnotat" + remove: "Fjern personalnotat" + show: "Personalnotater ({{count}})" + delete_confirm: "Er du sikker på at du ønsker å slette dette personalnotatet?" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index c04d371..1aeca0a 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -5,4 +5,11 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -pl_PL: {} +pl_PL: + js: + staff_notes: + title: "Notatki służbowe" + attach: "Dołącz notatkę dla pracowników" + remove: "Usuń notatkę dla pracowników" + show: "Notatki służbowe ({{count}})" + delete_confirm: "Czy na pewno chcesz usunąć tę notatkę pracowników?" diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml new file mode 100644 index 0000000..e155a11 --- /dev/null +++ b/config/locales/server.ca.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/ + +ca: {} diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 9bbf19d..a109439 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -de: {} +de: + site_settings: + staff_notes_enabled: "Erlaube dem Team, Benutzer mit Notizen zu versehen" + staff_notes_moderators_delete: "Erlaube Moderatoren, Team-Notizen zu löschen" + staff_notes: + official_warning: "Hat eine offizielle Warnung erhalten von @%{username} -- %{warning_link}" + user_suspended: "@%{username} hat dieses Konto gesperrt bis %{suspended_till}. Grund: %{reason}" diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml index b947adb..576f7f4 100644 --- a/config/locales/server.fi.yml +++ b/config/locales/server.fi.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fi: {} +fi: + site_settings: + staff_notes_enabled: "Salli henkilökunnan lisätä huomioita käyttäjiin liittyen" + staff_notes_moderators_delete: "Salli valvojien poistaa henilökunnan huomioita" + staff_notes: + official_warning: "%{username} antoi virallisen varoituksen - %{warning_link}" + user_suspended: "@%{username} hyllytti käyttäjätilin %{suspended_till} asti. Syy: %{reason}" diff --git a/config/locales/server.ja.yml b/config/locales/server.ja.yml index 8c2dc00..b936031 100644 --- a/config/locales/server.ja.yml +++ b/config/locales/server.ja.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ja: {} +ja: + site_settings: + staff_notes_enabled: "スタッフがユーザにメモを付けることを許可" + staff_notes_moderators_delete: "モデレーターがスタッフの付けたメモを削除することを許可" + staff_notes: + official_warning: "@%{username} -- %{warning_link} から、公式な警告を受けました" + user_suspended: "@%{username} \nこのアカウントは、%{suspended_till}まで無効化されました。\n理由:%{reason}" diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index c04d371..6aaf2a4 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -pl_PL: {} +pl_PL: + site_settings: + staff_notes_enabled: "Pozwólpracownikom dołączać uwagi do użytkowników" + staff_notes_moderators_delete: "Zezwalaj moderatorom na usuwanie notatek dla pracowników" + staff_notes: + official_warning: "Otrzymano oficjalne ostrzeżenie od @%{username} -- %{warning_link}" + user_suspended: "@%{username} zawiesiłeś to konto do %{suspended_till}. Powód: %{reason}"