diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index 79ea4de..64df6e2 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -5,4 +5,12 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ar: {} +ar: + js: + staff_notes: + title: "ملاحظات طاقم العمل" + attach: "أرفق ملاحظة طاقم العمل" + remove: "احذف ملاحظة طاقم العمل" + show: "ملاحظات طاقم العمل ({{count}})" + delete_confirm: "هل أنت متأكد أنك تريد حذف هذه الملاحظة؟" + show_post: "اعرض منشور" diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/client.bg.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/ + +bg: {} diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml index 18281dc..6a63709 100644 --- a/config/locales/client.pt.yml +++ b/config/locales/client.pt.yml @@ -13,3 +13,4 @@ pt: remove: "Remover Nota de Equipa" show: "Notas de Equipa ({{count}})" delete_confirm: "Tem a certeza de que quer remover esta nota de equipa?" + show_post: "Mostrar Publicação" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml new file mode 100644 index 0000000..154d194 --- /dev/null +++ b/config/locales/client.sl.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/ + +sl: {} diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/client.sr.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/ + +sr: {} diff --git a/config/locales/server.bg.yml b/config/locales/server.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/server.bg.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/ + +bg: {} diff --git a/config/locales/server.nb_NO.yml b/config/locales/server.nb_NO.yml index 61fbd2b..8785c34 100644 --- a/config/locales/server.nb_NO.yml +++ b/config/locales/server.nb_NO.yml @@ -6,5 +6,10 @@ # https://www.transifex.com/projects/p/discourse-org/ nb_NO: + site_settings: + staff_notes_enabled: "Tillat staben å opprette notater på brukere" + staff_notes_moderators_delete: "Tillat moderatorer å slette notater fra staben" staff_notes: + official_warning: "Mottok en offisiell advarsel fra %{username} -- %{warning_link}" user_suspended: "@%{username} sperret denne kontoen til %{suspended_till}. Årsak: %{reason}" + user_silenced: "@%{username} dempet denne kontoen til %{silenced_till}. Årsak: %{reason}" diff --git a/config/locales/server.sl.yml b/config/locales/server.sl.yml new file mode 100644 index 0000000..154d194 --- /dev/null +++ b/config/locales/server.sl.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/ + +sl: {} diff --git a/config/locales/server.sr.yml b/config/locales/server.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/server.sr.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/ + +sr: {}