From 6e88d1434b5f5d0558c94e9ac55906cfa329464c Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 22 Mar 2022 11:01:07 -0400 Subject: [PATCH] Update translations (#309) --- config/locales/client.da.yml | 7 +++++++ config/locales/client.fa_IR.yml | 2 ++ config/locales/client.he.yml | 6 ++++++ config/locales/client.pl_PL.yml | 9 +++++++++ config/locales/client.ru.yml | 6 ++++++ config/locales/server.he.yml | 3 +++ config/locales/server.pl_PL.yml | 3 +++ config/locales/server.ru.yml | 3 +++ 8 files changed, 39 insertions(+) diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index 69be15b..718c8cf 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -69,3 +69,10 @@ da: bulk: unassign: "Fjern tildeling af emner" assign: "Tildel emner" + discourse_automation: + scriptables: + random_assign: + fields: + post_template: + label: Indlæg skabelon + description: Hvis den udfyldes, oprettes et indlæg med denne skabelon, og der tildeles en bruger til det i stedet for emnet. diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index b8e5368..43d8070 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -17,3 +17,5 @@ fa_IR: weekly: "هفتگی" monthly: "ماهانه" quarterly: "فصلی" + notifications: + assigned: "%{username} %{description}" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index b63d238..631be12 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -131,3 +131,9 @@ he: label: משתמשים בשעות עבודה notification_reason: user: "תופיע ספירה של תגובות חדשות כיוון שהנושא הזה הוקצה אליך." + notifications: + assigned: "%{username} %{description}" + popup: + assigned: "הוקצה אליך על ידי %{username}" + titles: + assigned: "מוקצה" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index a9e164d..a5cbc01 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -112,11 +112,15 @@ pl_PL: scriptables: random_assign: fields: + post_template: + label: Szablon postu minimum_time_between_assignments: label: Minimalna liczba godzin pomiędzy przypisaniami min_recently_assigned_days: + label: Minim. ostatnio przypisane dni description: Domyślnie 14 dni. max_recently_assigned_days: + label: Maks. ostatnio przypisane dni description: Pierwsza próba wykluczenia użytkowników przypisanych w ciągu ostatnich `n` dni. Jeśli nie zostanie żaden użytkownik, powraca do `min_recently_assigned_days`. Domyślnie 180 dni. assigned_topic: label: Przypisany ID tematu @@ -124,3 +128,8 @@ pl_PL: label: Użytkownicy w godzinach pracy notification_reason: user: "Zobaczysz liczbę nowych odpowiedzi, ponieważ ten temat został do Ciebie przypisany." + notifications: + popup: + assigned: "%{username} przypisał Ciebie" + titles: + assigned: "Przypisany" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index eff14ff..47d0bfd 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -131,3 +131,9 @@ ru: label: В рабочее время notification_reason: user: "Вы увидите количество новых ответов, поскольку эта тема была назначена вам." + notifications: + assigned: "%{username} %{description}" + popup: + assigned: "Пользователь %{username} назначил вас" + titles: + assigned: "Назначение" diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index d8f3acd..a69622d 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -79,3 +79,6 @@ he: random_assign: title: הקצאה אקראית no_one: "היה ניסיון אקראי להקצות אחד מחברי הקבוצה @%{group}, אך אף אחד מהם לא היה זמין." + discourse_push_notifications: + popup: + assigned: "הוקצה אליך על ידי ‎@%{username}" diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index fd8443f..3fcdb3f 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -81,3 +81,6 @@ pl_PL: random_assign: title: Przypisanie losowe no_one: "Próbowano losowo przypisać członka @%{group}, ale nikt nie był dostępny." + discourse_push_notifications: + popup: + assigned: "@%{username} przypisał Ciebie" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index 2ae9415..61afc78 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -74,3 +74,6 @@ ru: random_assign: title: Случайное назначение no_one: "Нет доступных пользователей при попытке назначить случайного пользователя из группы @%{group}." + discourse_push_notifications: + popup: + assigned: "Пользователь @%{username} назначил вас"