' 形式,其中支持的哈希算法为 sha256、sha384 或 sha512。确保使用单引号将输入内容括起来。"
pop3_polling_host_is_empty: "在启用 POP3 轮询前,您必须先设置 'pop3 polling host'。"
pop3_polling_username_is_empty: "在启用 POP3 轮询前,您必须先设置 'pop3 polling username'。"
@@ -4753,7 +4760,7 @@ zh_CN:
fields:
login_required:
label: "公开范围"
- description: "您的社区是公开的还是私人的?"
+ description: "您的社区是公开还是不公开?"
choices:
public:
label: "公开"
@@ -4761,14 +4768,14 @@ zh_CN:
label: "不公开"
invite_only:
label: "注册"
- description: "成员如何加入这个社区?"
+ description: "成员如何加入此社区?"
choices:
sign_up:
label: "注册"
invite_only:
label: "仅限邀请"
must_approve_users:
- description: "你想手动批准成员账户吗?"
+ description: "要手动批准成员帐户吗?"
choices:
"no":
label: "否,新成员可以立即加入"
diff --git a/config/locales/server.zh_TW.yml b/config/locales/server.zh_TW.yml
index 2a541237385..f428ccbb5c4 100644
--- a/config/locales/server.zh_TW.yml
+++ b/config/locales/server.zh_TW.yml
@@ -52,6 +52,9 @@ zh_TW:
remove_posts_deleted_by_author: "已由作者刪除"
redirect_warning: "我們無法確認您選擇的連結是否已被發送到論壇上,若您想繼續此動作,選擇以下的連結。"
on_another_topic: "在另一個話題中"
+ topic_tag_changed:
+ added: "已新增 %{added}"
+ removed: "已移除 %{removed}"
inline_oneboxer:
topic_page_title_post_number: "#%{post_number}"
topic_page_title_post_number_by_user: "#%{post_number} %{username}"
@@ -2452,7 +2455,7 @@ zh_TW:
歡迎來到 %{site_name}!
請點擊以下連結,以確認和啟用你的新帳戶:
- %{base_url}/users/activate-account/%{email_token}
+ %{base_url}/u/activate-account/%{email_token}
如果上面的連結無法點擊,請複製該連結,並貼到瀏覽器的網址列中開啟。
activation_reminder:
diff --git a/plugins/automation/config/locales/client.ar.yml b/plugins/automation/config/locales/client.ar.yml
index 1f760de9c99..f3684b77605 100644
--- a/plugins/automation/config/locales/client.ar.yml
+++ b/plugins/automation/config/locales/client.ar.yml
@@ -213,6 +213,14 @@ ar:
valid_trust_levels:
label: مستويات الثقة الصالحة
description: سيتم التشغيل فقط إذا تم إنشاء المنشور بواسطة مستخدم في مستويات الثقة هذه، ويتم تعيينه افتراضيًا على أي مستوى ثقة
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: فئات المراقبة
+ description: سيتم تشغيل هذا الإعداد فقط إذا كان الموضوع ضمن إحدى هذه الفئات
+ watching_tags:
+ label: مراقبة الوسوم
+ description: سيتم تشغيل هذا الإعداد فقط إذا كان الموضوع يتضمَّن أيًا من هذه الوسوم
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.de.yml b/plugins/automation/config/locales/client.de.yml
index ea634aa30b6..a98b332fe06 100644
--- a/plugins/automation/config/locales/client.de.yml
+++ b/plugins/automation/config/locales/client.de.yml
@@ -168,6 +168,9 @@ de:
first_topic_only:
label: Nur erstes Thema
description: Wird nur ausgelöst, wenn das Thema das erste Thema ist, das ein Benutzer erstellt hat
+ skip_via_email:
+ label: "Per E-Mail überspringen"
+ description: "Den Auslöser überspringen, wenn der Beitrag per E-Mail erstellt wurde"
created: Erstellt
edited: Bearbeitet
user_updated:
diff --git a/plugins/automation/config/locales/client.es.yml b/plugins/automation/config/locales/client.es.yml
index 630a6bb31aa..d72d7dc479a 100644
--- a/plugins/automation/config/locales/client.es.yml
+++ b/plugins/automation/config/locales/client.es.yml
@@ -212,10 +212,10 @@ es:
topic_tags_changed:
fields:
watching_categories:
- label: Observando categorías
+ label: Observar categorías
description: Se activará solo si el tema está en una de estas categorías.
watching_tags:
- label: Observando etiquetas
+ label: Observar etiquetas
description: Se activará solo si el tema tiene alguna de estas etiquetas.
after_post_cook:
fields:
diff --git a/plugins/automation/config/locales/client.fi.yml b/plugins/automation/config/locales/client.fi.yml
index 69c2045aac8..b061e400105 100644
--- a/plugins/automation/config/locales/client.fi.yml
+++ b/plugins/automation/config/locales/client.fi.yml
@@ -209,6 +209,14 @@ fi:
valid_trust_levels:
label: Kelvolliset luottamustasot
description: Käynnistyy vain, jos viestin on luonut käyttäjä, jonka luottamustaso on jokin näistä; oletusarvo on mikä tahansa luottamustaso
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Tarkkailussa olevat alueet
+ description: Käynnistyy vain, jos ketju on joillakin näistä alueista
+ watching_tags:
+ label: Tarkkailussa olevat tunnisteet
+ description: Käynnistyy vain, jos ketjulla on jokin näistä tunnisteista
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.fr.yml b/plugins/automation/config/locales/client.fr.yml
index 6b229bf4f08..3ab6f723830 100644
--- a/plugins/automation/config/locales/client.fr.yml
+++ b/plugins/automation/config/locales/client.fr.yml
@@ -209,6 +209,14 @@ fr:
valid_trust_levels:
label: Niveaux de confiance valides
description: Se déclenchera uniquement si la publication est créée par un utilisateur repris dans ces niveaux de confiance. Cette valeur est fixée par défaut sur tous les niveaux de confiance
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Catégories suivies
+ description: Se déclenche uniquement si le sujet fait partie de l'une de ces catégories.
+ watching_tags:
+ label: Balises suivies
+ description: Se déclenche uniquement si le sujet contient l'une de ces étiquettes
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.he.yml b/plugins/automation/config/locales/client.he.yml
index dc7feb5c06a..bf3b2a715f6 100644
--- a/plugins/automation/config/locales/client.he.yml
+++ b/plugins/automation/config/locales/client.he.yml
@@ -170,6 +170,9 @@ he:
first_topic_only:
label: נושא ראשון בלבד
description: יוקפץ רק אם הנושא הוא הנושא הראשון שיצר המשתמש
+ skip_via_email:
+ label: "דילוג דרך דוא״ל"
+ description: "לדלג על ההזנקה אם הפוסט נוצר דרך דוא״ל"
created: נוצר
edited: נערכו
user_updated:
diff --git a/plugins/automation/config/locales/client.it.yml b/plugins/automation/config/locales/client.it.yml
index d6482480aee..bc086b58bef 100644
--- a/plugins/automation/config/locales/client.it.yml
+++ b/plugins/automation/config/locales/client.it.yml
@@ -209,6 +209,14 @@ it:
valid_trust_levels:
label: Livelli di attendibilità validi
description: L'attivazione avverrà solo se il messaggio viene creato da utenti in questi livelli di attendibilità, il valore predefinito è qualsiasi livello di attendibilità
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Categorie osservate
+ description: Verrà attivato solo se l'argomento rientra in una di queste categorie
+ watching_tags:
+ label: Etichette osservate
+ description: Verrà attivato solo se l'argomento ha una di queste etichette
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.ja.yml b/plugins/automation/config/locales/client.ja.yml
index fe51c87b2f4..04594159a41 100644
--- a/plugins/automation/config/locales/client.ja.yml
+++ b/plugins/automation/config/locales/client.ja.yml
@@ -208,6 +208,14 @@ ja:
valid_trust_levels:
label: 有効な信頼レベル
description: 投稿がこれらの信頼レベルのユーザーによって作成された場合にのみトリガーされます。デフォルトはすべての信頼レベルです。
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: ウォッチ中のカテゴリ
+ description: トピックがこれらのいずれかのカテゴリに該当する場合にのみトリガーされます
+ watching_tags:
+ label: ウォッチ中のタグ
+ description: トピックにこれらのいずれかのタグが設定されている場合にのみトリガーされます
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.nl.yml b/plugins/automation/config/locales/client.nl.yml
index 7748b4c8fee..b681b145492 100644
--- a/plugins/automation/config/locales/client.nl.yml
+++ b/plugins/automation/config/locales/client.nl.yml
@@ -209,6 +209,14 @@ nl:
valid_trust_levels:
label: Geldige vertrouwensniveaus
description: Wordt alleen getriggerd als een bericht wordt gemaakt door een gebruiker met deze vertrouwensniveaus. Standaard ingesteld op elk vertrouwensniveau
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Categorieën observeren
+ description: Wordt alleen getriggerd als het topic in een van deze categorieën valt
+ watching_tags:
+ label: Tags observeren
+ description: Wordt alleen getriggerd als het topic een van deze tags heeft
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.pt_BR.yml b/plugins/automation/config/locales/client.pt_BR.yml
index 5bc2ba3645c..ac309b6377f 100644
--- a/plugins/automation/config/locales/client.pt_BR.yml
+++ b/plugins/automation/config/locales/client.pt_BR.yml
@@ -209,6 +209,14 @@ pt_BR:
valid_trust_levels:
label: Níveis de confiança válidos
description: Será acionado apenas se a postagem for criada pelo(a) usuário(a) nesses níveis de confiança, o padrão é qualquer nível de confiança
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Categorias de acompanhamento
+ description: Ativa-se apenas se o tópico estiver numa dessas categorias
+ watching_tags:
+ label: Etiquetas de acompanhamento
+ description: Ativa-se apenas se o tópico tiver uma destas etiquetas
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.ru.yml b/plugins/automation/config/locales/client.ru.yml
index d1b5aef69c2..00d41a737f2 100644
--- a/plugins/automation/config/locales/client.ru.yml
+++ b/plugins/automation/config/locales/client.ru.yml
@@ -211,6 +211,14 @@ ru:
valid_trust_levels:
label: Допустимые уровни доверия
description: Сработает, только если публикация создана пользователем на указанных уровнях доверия. По умолчанию — любой уровень.
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Отслеживаемые категории
+ description: Сработает только в том случае, если тема относится к одной из этих категорий
+ watching_tags:
+ label: Отслеживаемые теги
+ description: Сработает только в том случае, если тема содержит любой из этих тегов
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.sk.yml b/plugins/automation/config/locales/client.sk.yml
index 323e3b93b31..b5578afb23d 100644
--- a/plugins/automation/config/locales/client.sk.yml
+++ b/plugins/automation/config/locales/client.sk.yml
@@ -170,6 +170,9 @@ sk:
first_topic_only:
label: Len prvá téma
description: Spustí sa iba vtedy, ak je téma prvou témou, ktorú používateľ vytvoril
+ skip_via_email:
+ label: "Preskočiť cez e-mail"
+ description: "Vynechať spúšťač, ak bol príspevok vytvorený prostredníctvom e-mailu"
created: Vytvorené
edited: Upravené
user_updated:
diff --git a/plugins/automation/config/locales/client.tr_TR.yml b/plugins/automation/config/locales/client.tr_TR.yml
index 166c35a2032..7a906d88d83 100644
--- a/plugins/automation/config/locales/client.tr_TR.yml
+++ b/plugins/automation/config/locales/client.tr_TR.yml
@@ -209,6 +209,14 @@ tr_TR:
valid_trust_levels:
label: Geçerli güven seviyeleri
description: Yalnızca gönderi bu güven seviyelerindeki bir kullanıcı tarafından oluşturulduğunda tetiklenir, varsayılan olarak herhangi bir güven seviyesidir
+ topic_tags_changed:
+ fields:
+ watching_categories:
+ label: Kategori izleme
+ description: Yalnızca konu bu kategorilerden birindeyse tetiklenir
+ watching_tags:
+ label: Etiket izleme
+ description: Yalnızca konu bu etiketlerden herhangi birine sahipse tetiklenir
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/client.uk.yml b/plugins/automation/config/locales/client.uk.yml
index e60387ea5f7..b2b5cdbf42a 100644
--- a/plugins/automation/config/locales/client.uk.yml
+++ b/plugins/automation/config/locales/client.uk.yml
@@ -170,6 +170,9 @@ uk:
first_topic_only:
label: Тільки перша тема
description: Спрацьовує, тільки якщо тема є першою темою, яку створив користувач
+ skip_via_email:
+ label: "Пропустити електронною поштою"
+ description: "Пропускати, якщо публікація була створена електронною поштою"
created: Створено
edited: Відредаговано
user_updated:
diff --git a/plugins/automation/config/locales/client.zh_CN.yml b/plugins/automation/config/locales/client.zh_CN.yml
index 7dbd9fa4e42..bc937267cb2 100644
--- a/plugins/automation/config/locales/client.zh_CN.yml
+++ b/plugins/automation/config/locales/client.zh_CN.yml
@@ -212,10 +212,10 @@ zh_CN:
fields:
watching_categories:
label: 关注类别
- description: 仅当主题属于以下类别之一时才会触发
+ description: 仅当话题属于以下类别之一时触发
watching_tags:
label: 关注标签
- description: 仅当话题包含以下任何标签时才会触发
+ description: 仅当话题包含以下任意标签时触发
after_post_cook:
fields:
valid_trust_levels:
diff --git a/plugins/automation/config/locales/server.ar.yml b/plugins/automation/config/locales/server.ar.yml
index bf6b43ac42b..87102a601fe 100644
--- a/plugins/automation/config/locales/server.ar.yml
+++ b/plugins/automation/config/locales/server.ar.yml
@@ -56,6 +56,9 @@ ar:
pm_created:
title: تم إنشاء رسالة شخصية
description: عند إنشاء رسالة شخصية صالحة، سيتم تشغيل الأتمتة
+ topic_tags_changed:
+ title: تم تغيير وسوم الموضوع
+ description: سيتم تشغيل الأتمتة عند تغيير وسوم أحد الموضوعات.
topic:
title: الموضوع
description: سيتم استخدام البرنامج النصي المرتبط مع الموضوع المحدَّد فقط، وهذا مفيد للبرامج النصية التي تجري التحقق على سبيل المثال
diff --git a/plugins/automation/config/locales/server.fi.yml b/plugins/automation/config/locales/server.fi.yml
index 4311b9c9bee..4f954c72e9d 100644
--- a/plugins/automation/config/locales/server.fi.yml
+++ b/plugins/automation/config/locales/server.fi.yml
@@ -56,6 +56,9 @@ fi:
pm_created:
title: Yksityisviesti luotu
description: Kun kelvollinen yksityisviesti luodaan, automaatio käynnistyy
+ topic_tags_changed:
+ title: Ketjun tunnisteita muutettu
+ description: Kun ketjun tunnisteet muuttuvat, automaatio käynnistyy
topic:
title: Ketju
description: Tähän liittyvää skriptiä käytetään vain tietyssä ketjussa; tämä on hyödyllistä esimerkiksi validointia suorittavissa skripteissä
diff --git a/plugins/automation/config/locales/server.fr.yml b/plugins/automation/config/locales/server.fr.yml
index cf9e4864d9b..fda89165f6d 100644
--- a/plugins/automation/config/locales/server.fr.yml
+++ b/plugins/automation/config/locales/server.fr.yml
@@ -56,6 +56,9 @@ fr:
pm_created:
title: Message privé créé
description: Lorsqu'un MP valide est créé, l'automatisation est déclenchée
+ topic_tags_changed:
+ title: Les balises du sujet ont été modifiées
+ description: Lorsque les balises d'un sujet sont modifiées, l'automatisation est déclenchée
topic:
title: Sujet
description: Le script associé ne sera utilisé que sur le sujet spécifié, cela est utile, par exemple, pour les scripts utilisant la validation
diff --git a/plugins/automation/config/locales/server.it.yml b/plugins/automation/config/locales/server.it.yml
index f34fa887997..85750b1f55f 100644
--- a/plugins/automation/config/locales/server.it.yml
+++ b/plugins/automation/config/locales/server.it.yml
@@ -56,6 +56,9 @@ it:
pm_created:
title: Messaggio personale creato
description: Quando un messaggio personale valido viene creato, l'automazione verrà attivata
+ topic_tags_changed:
+ title: Etichette argomento modificate
+ description: Quando le etichette di un argomento vengono modificate, l'automazione verrà attivata
topic:
title: Argomento
description: Lo script associato verrà utilizzato solo sull'argomento specificato, questo è utile per gli script che eseguono la convalida, ad esempio
diff --git a/plugins/automation/config/locales/server.ja.yml b/plugins/automation/config/locales/server.ja.yml
index 132f34c9678..8af975c305f 100644
--- a/plugins/automation/config/locales/server.ja.yml
+++ b/plugins/automation/config/locales/server.ja.yml
@@ -56,6 +56,9 @@ ja:
pm_created:
title: 個人メッセージの作成
description: 有効な PM が作成されると、自動化がトリガーされます。
+ topic_tags_changed:
+ title: トピックタグの変更
+ description: トピックのタグが変更されると、自動化がトリガーされます
topic:
title: トピック
description: 関連付けられたスクリプトは特定のトピックでのみ使用されます。これは、検証を行うスクリプトなどに役立ちます。
diff --git a/plugins/automation/config/locales/server.nl.yml b/plugins/automation/config/locales/server.nl.yml
index 7f6455973d8..8dc5f876734 100644
--- a/plugins/automation/config/locales/server.nl.yml
+++ b/plugins/automation/config/locales/server.nl.yml
@@ -56,6 +56,9 @@ nl:
pm_created:
title: Bericht gemaakt door medewerker
description: Wanneer een geldige PB wordt gemaakt, wordt de automatisering getriggerd
+ topic_tags_changed:
+ title: Topictags gewijzigd
+ description: Wanneer de tags van een topic worden gewijzigd, wordt de automatisering getriggerd
topic:
title: Topic
description: Het bijbehorende script wordt alleen gebruikt voor het opgegeven topic, dit is bijvoorbeeld handig voor scripts die validatie uitvoeren
diff --git a/plugins/automation/config/locales/server.pt_BR.yml b/plugins/automation/config/locales/server.pt_BR.yml
index 5dc889064c9..92dcb6612da 100644
--- a/plugins/automation/config/locales/server.pt_BR.yml
+++ b/plugins/automation/config/locales/server.pt_BR.yml
@@ -56,6 +56,9 @@ pt_BR:
pm_created:
title: Mensagem pessoal criada
description: Quando uma MP válida for criada, a automação será acionada
+ topic_tags_changed:
+ title: Etiquetas de tópico alteradas
+ description: A automatização será ativada quando as etiquetas forem alteradas.
topic:
title: Tópico
description: O script associado será usado apenas no tópico especificado, isso é útil para scripts fazendo validação, por exemplo
diff --git a/plugins/automation/config/locales/server.ru.yml b/plugins/automation/config/locales/server.ru.yml
index 06938e66528..50bdb7af659 100644
--- a/plugins/automation/config/locales/server.ru.yml
+++ b/plugins/automation/config/locales/server.ru.yml
@@ -56,6 +56,9 @@ ru:
pm_created:
title: Создано личное сообщение
description: Автоматизация будет запущена, когда будет создано соответствующее требованиям ЛС
+ topic_tags_changed:
+ title: Теги темы изменены
+ description: При изменении тегов темы будет срабатывать автоматизация
topic:
title: Тема
description: Связанный скрипт будет использоваться только в указанной теме (например, это удобно для скриптов, выполняющих проверку)
diff --git a/plugins/automation/config/locales/server.tr_TR.yml b/plugins/automation/config/locales/server.tr_TR.yml
index 72b1765db58..b6a89dd127b 100644
--- a/plugins/automation/config/locales/server.tr_TR.yml
+++ b/plugins/automation/config/locales/server.tr_TR.yml
@@ -56,6 +56,9 @@ tr_TR:
pm_created:
title: Kişisel mesaj oluşturuldu
description: Geçerli bir kişisel mesaj oluşturulduğunda otomasyon tetiklenir
+ topic_tags_changed:
+ title: Konu etiketleri değişti
+ description: Bir konunun etiketleri değiştirildiğinde otomasyon tetiklenir
topic:
title: Konu
description: İlişkili komut dosyası yalnızca belirtilen konuda kullanılır, bu, örneğin doğrulama yapan komut dosyaları için faydalıdır
diff --git a/plugins/chat/config/locales/client.ar.yml b/plugins/chat/config/locales/client.ar.yml
index 2382268ad95..1a2cb7685c9 100644
--- a/plugins/chat/config/locales/client.ar.yml
+++ b/plugins/chat/config/locales/client.ar.yml
@@ -39,6 +39,14 @@ ar:
chat_messages_count: "رسائل الدردشة"
chat_channels_count: "قنوات الدردشة"
chat_users_count: "مستخدمو الدردشة"
+ activities:
+ chat_messages:
+ zero: "%{formatted_number} رسالة دردشة"
+ one: "%{formatted_number} رسالة دردشة"
+ two: "رسالة دردشة واحدة"
+ few: "رسالتا دردشة"
+ many: "رسالة دردشة"
+ other: "رسالة دردشة"
chat:
text_copied: تم نسخ النص إلى الحافظة
link_copied: تم نسخ الرابط إلى الحافظة
diff --git a/plugins/chat/config/locales/client.es.yml b/plugins/chat/config/locales/client.es.yml
index 80bbdafbb71..1a08629f5ee 100644
--- a/plugins/chat/config/locales/client.es.yml
+++ b/plugins/chat/config/locales/client.es.yml
@@ -39,6 +39,10 @@ es:
chat_messages_count: "Mensajes de chat"
chat_channels_count: "Canales de chat"
chat_users_count: "Usuarios del chat"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} mensaje de chat"
+ other: "%{formatted_number} mensajes de chat"
chat:
text_copied: Texto copiado en el portapapeles
link_copied: Enlace copiado en el portapapeles
diff --git a/plugins/chat/config/locales/client.fi.yml b/plugins/chat/config/locales/client.fi.yml
index 7b02e101eb3..f038040cd03 100644
--- a/plugins/chat/config/locales/client.fi.yml
+++ b/plugins/chat/config/locales/client.fi.yml
@@ -39,6 +39,10 @@ fi:
chat_messages_count: "Chat-viestit"
chat_channels_count: "Chat-kanavat"
chat_users_count: "Chat-käyttäjät"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} chat-viesti"
+ other: "%{formatted_number} chat-viestuä"
chat:
text_copied: Teksti kopioitiin leikepöydälle
link_copied: Linkki kopioitiin leikepöydälle
diff --git a/plugins/chat/config/locales/client.fr.yml b/plugins/chat/config/locales/client.fr.yml
index 4e77b3a8518..64fddd6d4c3 100644
--- a/plugins/chat/config/locales/client.fr.yml
+++ b/plugins/chat/config/locales/client.fr.yml
@@ -39,6 +39,10 @@ fr:
chat_messages_count: "Messages de discussion"
chat_channels_count: "Canaux de discussion"
chat_users_count: "Utilisateurs de la discussion"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} message de discussion"
+ other: "%{formatted_number} messages de discussion"
chat:
text_copied: Texte copié dans le presse-papiers
link_copied: Lien copié dans le presse-papiers
diff --git a/plugins/chat/config/locales/client.he.yml b/plugins/chat/config/locales/client.he.yml
index c51360e5ea8..825ec8d1736 100644
--- a/plugins/chat/config/locales/client.he.yml
+++ b/plugins/chat/config/locales/client.he.yml
@@ -39,6 +39,12 @@ he:
chat_messages_count: "הודעות צ׳אט"
chat_channels_count: "ערוצי צ׳אט"
chat_users_count: "משתמשי צ׳אט"
+ activities:
+ chat_messages:
+ one: "הודעת צ׳אט"
+ two: "שתי הודעות צ׳אט"
+ many: "%{formatted_number} הודעות צ׳אט"
+ other: "%{formatted_number} הודעות צ׳אט"
chat:
text_copied: טקסט הועתק ללוח הגזירים
link_copied: קישור הועתק ללוח הגזירים
diff --git a/plugins/chat/config/locales/client.hu.yml b/plugins/chat/config/locales/client.hu.yml
index c45d19cb5be..0dc4eeb6d91 100644
--- a/plugins/chat/config/locales/client.hu.yml
+++ b/plugins/chat/config/locales/client.hu.yml
@@ -5,6 +5,11 @@
# https://translate.discourse.org/
hu:
+ admin_js:
+ admin:
+ site_settings:
+ categories:
+ chat: Chat
js:
admin:
site_settings:
@@ -23,7 +28,25 @@ hu:
descriptions:
chat:
create_message: "Csevegőüzenet létrehozása egy megadott csatornán."
+ web_hooks:
+ chat_event:
+ group_name: "Chat események"
+ chat_message_created: "Üzenet létrejött"
+ chat_message_edited: "Üzenet szerkesztve"
+ chat_message_trashed: "Üzenet törölve"
+ chat_message_restored: "Üzenet visszaállítva"
+ about:
+ chat_messages_count: "Chat üzenetek"
+ chat_channels_count: "Chat csatornák"
+ chat_users_count: "Chat felhasználói"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} chat üzenet"
+ other: "%{formatted_number} chat üzenet"
chat:
+ text_copied: Szöveg vágólapra másolva
+ link_copied: Link vágólapra másolva
+ back_to_forum: "Fórum"
deleted_chat_username: törölt
dates:
yesterday: "Tegnap"
@@ -37,9 +60,17 @@ hu:
cancel_reply: "Válasz elvetése"
chat_channels: "Csatornák"
browse_all_channels: "Összes csatorna böngészése"
+ see_in: "Lásd itt"
move_to_channel:
title: "Üzenetek áthelyezése a csatornába"
+ instructions:
+ one: "Ön %{count} üzenetet mozgat. Válassza ki a célcsatornát. A %{channelTitle} csatornán egy helykitöltő üzenet jön létre, amely jelzi, hogy ezt az üzenetet áthelyezték. Ne feledje, hogy a válasz láncolatok nem maradnak meg az új csatornán, és a régi csatorna üzenetei már nem jelennek meg válaszként az áthelyezett üzenetekre."
+ other: "Ön %{count} üzenetet mozgat. Válassza ki a célcsatornát. A %{channelTitle} csatornán egy helykitöltő üzenet jön létre, amely jelzi, hogy ezt az üzenetet áthelyezték. Ne feledje, hogy a válasz láncolatok nem maradnak meg az új csatornán, és a régi csatorna üzenetei már nem jelennek meg válaszként az áthelyezett üzenetekre."
confirm_move: "Üzenetek áthelyezése"
+ delete_messages:
+ confirm:
+ one: "Biztos benne hogy elakarja távolítani ezt az üzetnetet?"
+ other: "Biztos benne, hogy el akar távolítani %{count} üzenetet?"
channel_settings:
title: "Csatornabeállítások"
edit: "Szerkesztés"
@@ -50,8 +81,13 @@ hu:
delete_channel: "Csatorna törlése"
join_channel: "Csatlakozás a csatornához"
leave_channel: "Csatorna elhagyása"
+ leave_groupchat_info: "Ha kilép ebből a csoportos csevegésből, többé nem lesz hozzáférése hozzá, és nem fog vele kapcsolatos értesítéseket kapni. Az újbóli csatlakozáshoz a csoportos csevegés egyik tagjának újbóli meghívására lesz szüksége."
join: "Belépés"
leave: "Elhagyás"
+ save_label:
+ mute_channel: "A csatorna némítása beállítás mentve"
+ desktop_notification: "Asztali értesítés beállítása mentve"
+ mobile_notification: "Mobil push értesítés beállítás mentése"
channel_archive:
title: "Csatorna archiválása"
instructions: "Egy csatorna archiválása írásvédett módba helyezi azt, és a csatorna összes üzenetét egy új vagy meglévő témába helyezi át. Új üzeneteket nem lehet küldeni, és a meglévő üzeneteket nem lehet szerkeszteni vagy törölni.
Biztos, hogy archiválja a(z) %{channelTitle} csatornát?
"
@@ -65,6 +101,7 @@ hu:
instructions: "A csatorna lezárása megakadályozza, hogy a nem stábtagok új üzeneteket küldjenek vagy szerkesszék a meglévő üzeneteket. Biztos, hogy be akarja zárni ezt a csatornát?"
channel_delete:
title: "Csatorna törlése"
+ instructions: "Törli a %{name} a csatorna és a csevegés előzményeit. Minden üzenet és a kapcsolódó adatok, például a reakciók és feltöltések véglegesen törlődnek. Ha meg szeretné őrizni a csatorna előzményeit, és ki akarja vonni a forgalomból, akkor inkább archiválja a csatornát.
Biztos, hogy véglegesen törölni szeretné a csatornát? A megerősítéshez írja be a csatorna nevét az alábbi mezőbe.
"
confirm: "Megértem a következményeket, a csatorna törlése"
confirm_channel_name: "Adja meg a csatorna nevét"
process_started: "A csatorna törlése megkezdődött. Ez a kérdésablak hamarosan bezárul, és már nem fogja látni a törölt csatornát."
@@ -76,15 +113,19 @@ hu:
collapse: "Csevegőfiók összecsukása"
expand: "Chat fiók bővítése"
confirm_flag: "Biztos, hogy jelenti %{username} üzenetét?"
+ deleted:
+ one: "Üzenetet törölve. [megtekintés]"
+ other: "%{count} üzenet törölve. [összes megtekintése]"
hidden: "Egy üzenet el lett rejtve. [megtekintés]"
delete: "Törlés"
edited: "szerkesztve"
- muted: "némítás"
+ muted: "némított"
joined: "csatlakozott"
empty_state:
direct_message_cta: "Személyes csevegés indítása"
direct_message: "Személyes csevegést is indíthat egy vagy több felhasználóval."
title: "Nem található csatorna"
+ my_threads: "Még nincsenek témáid. A témák, amelyekben részt veszel, itt fognak megjelenni."
email_frequency:
description: "Csak akkor küldünk e-mailt, ha az elmúlt 15 percben nem láttuk."
never: "Soha"
@@ -96,6 +137,8 @@ hu:
dm_and_mentions: "Közvetlen üzenetek és említések"
only_mentions: "Csak említések"
never: "Soha"
+ separate_sidebar_mode:
+ title: "Külön oldalsávos módok megjelenítése a fórum és a chat számára"
enable: "Csevegés engedélyezése"
flag: "Jelölés"
emoji: "Emodzsi beszúrása"
@@ -111,10 +154,30 @@ hu:
one: "Meghívó elküldve"
other: "Meghívók elküldve"
invite: "Meghívás a csatornára"
+ channel_wide_mentions_disallowed: "A @here és @all említések le vannak tiltva ezen a csatornán."
+ groups:
+ header:
+ some: "Egyes felhasználók nem kapnak értesítést"
+ all: "Senki nem kap értesítést"
+ unreachable_1: "@%{group} nem engedélyezi a megemlítéseket."
+ unreachable_2: "@%{group1} és @%{group2} nem engedélyezi az megemlítést."
+ unreachable_multiple:
+ one: "@%{group} és még %{count} csoport nem engedélyezi a megemlítést."
+ other: "@%{group} és még %{count} csoport nem engedélyezi a megemlítést."
+ too_many_mentions:
+ one: "Ez az üzenet túllépi a %{count} megemlítési korlátot."
+ other: "Ez az üzenet túllépi a %{count} megemlítési korlátot."
+ too_many_mentions_admin:
+ one: 'Ez az üzenet túllépi a %{count} megemlítési korlátot.'
+ other: 'Ez az üzenet túllépi a %{count} megemlítési korlátot.'
aria_roles:
header: "Csevegés fejléce"
composer: "Csevegés szerkesztője"
channels_list: "Csevegőcsatornák"
+ no_direct_message_channels: "Még nem csatlakoztál közvetlen üzenetekhez!"
+ no_direct_message_channels_cta: "Beszélgetés kezdeményezése"
+ no_public_channels: "Még nem csatlakoztál egyetlen csatornához sem!"
+ no_public_channels_cta: "Csatornák böngészése"
kicked_from_channel: "Ezt a csatornát már nem tudja elérni."
only_chat_push_notifications:
title: "Csak csevegési leküldéses értesítések küldése"
@@ -122,18 +185,28 @@ hu:
ignore_channel_wide_mention:
title: "A csatornaszintű említések figyelmen kívül hagyása"
description: "Ne küldjön értesítést a csatornaszintű említésekről (@here és @all)"
+ show_thread_title_prompts:
+ title: "Téma címének megjelenítése"
+ description: "Mutass javaslatokat az új témák címének megadásához."
open: "Csevegés megnyitása"
open_full_page: "Teljes képernyős csevegés megnyitása"
close_full_page: "Teljes képernyős csevegés bezárása"
open_message: "Üzenet megnyitása a csevegésben"
placeholder_self: "Jegyezzen le valamit"
placeholder_channel: "Csevegés %{channelName}"
+ placeholder_thread: "Csevegés a témában"
+ placeholder_users: "Csevegés: %{commaSeparatedNames}"
+ placeholder_new_message_disallowed:
+ archived: "A csatorna archiválva van, nem küldhet új üzenetet."
+ closed: "A csatorna zárva van, nem küldhet új üzenetet."
+ read_only: "A csatorna csak olvasható, nem küldhet új üzenetet."
placeholder_silenced: "Jelenleg nem küldhet üzeneteket."
remove_upload: "Fájl eltávolítása"
react: "Reagálás emodzsival"
reply: "Válasz"
edit: "Szerkesztés"
copy_link: "Hivatkozás másolása"
+ copy_text: "Szöveg másolása"
rebake_message: "HTML újjáépítése"
message_too_long: "Az üzenet túl hosszú, az üzenetek legfeljebb %{count} karakterekből állhatnak."
retry_staged_message:
@@ -146,6 +219,11 @@ hu:
save: "Mentés"
select: "Válasszon"
return_to_list: "Vissza a csatornákhoz"
+ return_to_channel: "Vissza a csatornához"
+ return_to_threads_list: "Vissza a témák listájához"
+ unread_threads_count:
+ one: "Van %{count} olvasatlan besszélgetése"
+ other: "Van %{count} olvasatlan besszélgetése"
scroll_to_bottom: "Görgetés lefelé"
scroll_to_new_messages: "Új üzenetek megtekintése"
sound:
@@ -158,6 +236,7 @@ hu:
title_capitalized: "Csevegés"
upload: "Fájl csatolása"
upload_to_channel: "Feltöltés %{title} címre"
+ upload_to_thread: "Feltöltés a témába"
uploaded_files:
one: "%{count} fájl"
other: "%{count} fájl"
@@ -168,6 +247,8 @@ hu:
read_only: "Csak olvasható"
archived_header: "A csatorna archiválva van"
archived: "Archivált"
+ archive_failed: "A csatorna archiválása nem sikerült. %{completed}/%{total} üzenetek archiválva. A céltéma létrejött. Nyomja meg az Újra gombot az archiválás befejezéséhez."
+ archive_failed_no_topic: "A csatorna archiválása nem sikerült. %{completed}/%{total} üzenetek archiválva. A céltéma nem jött létre. Nyomja meg az Újra gombot az archiválás befejezéséhez."
archive_completed: "Lásd az archív témát"
closed_header: "A csatorna zárolt"
closed: "Zárt"
@@ -186,6 +267,8 @@ hu:
yesterday: Tegnap
members_view:
filter_placeholder: Tagok keresése
+ add_member: Tag hozzáadása
+ back_to_settings: "Vissza a beállításokhoz"
about_view:
associated_topic: Kapcsolódó téma
associated_category: Kapcsolódó kategória
@@ -199,20 +282,43 @@ hu:
members: Tagok
settings: Beállítások
new_message_modal:
+ title: Üzenet küldése
+ add_user_long: shift + kattintás vagy shift + enter @%{username} hozzáadása
+ add_user_short: Felhasználó hozzáadása
+ open_channel: Csatorna megnyitása
+ default_search_placeholder: "#a-csatorna, @valaki vagy bármi"
+ default_channel_search_placeholder: "#a-csatorna"
+ default_user_search_placeholder: "@valaki"
+ user_search_placeholder: "...további tagok hozzáadása"
+ disabled_user: "letiltotta a csevegést"
+ no_items: "Nincsenek elemek"
+ create_group_placeholder: "Csoportos csevegés neve (opcionális)"
+ participants_counter: "%{selection_count}/%{max} résztvevő"
+ new_group_chat: "Új csoportos csevegés"
filter: "Szűrő"
+ cant_add_more_members: "Elérte a tagok maximális számát"
+ create_new_group_chat: "Csoportos csevegés létrehozása"
+ group_with_too_many_members: "túl sok tagja van (%{membersCount})"
channel_edit_name_slug_modal:
title: Csatorna szerkesztése
input_placeholder: Név hozzáadása
+ slug_description: Az URL-ben a csatornanév helyett egy csatorna azonosító szerepel
name: Csatorna neve
+ slug: Csatorna azonosító (opcionális)
channel_edit_description_modal:
title: Leírás szerkesztése
input_placeholder: Leírás hozzáadása
description: Mondja el az embereknek, hogy miről szól ez a csatorna
direct_message_creator:
+ add_to_channel: "Hozzáadás a csatornához"
title: Új üzenet
prefix: "Címzett:"
no_results: Nincs találat
selected_user_title: "%{username} kijelölésének megszüntetése"
+ group_name: "Csoportos csevegés neve (opcionális)"
+ members_counter:
+ one: "%{count}/%{max} tag"
+ other: "%{count}/%{max} tag"
channel:
no_memberships: Ennek a csatornának nincsenek tagjai
no_memberships_found: Nem találhatók tagok
@@ -220,15 +326,44 @@ hu:
one: "%{count} tag"
other: "%{count} tag"
create_channel:
+ threading:
+ label: "Szálak engedélyezése"
auto_join_users:
public_category_warning: "A(z) %{category} egy nyilvános kategória. Automatikusan hozzáadja az összes nemrég aktív felhasználót ehhez a csatornához?"
+ warning_1_group:
+ one: "%{count} felhasználó automatikus hozzáadása a %{group} csoportból?"
+ other: "%{count} felhasználó automatikus hozzáadása a %{group} csoportból?"
+ warning_2_groups:
+ one: "%{count} felhasználó automatikus hozzáadása a %{group1} és a %{group2} csoportból?"
+ other: "%{count} felhasználó automatikus hozzáadása a %{group1} és a %{group2} csoportból?"
+ warning_multiple_groups_MF: |
+ { groupCount, plural,
+ one {
+ { userCount, plural,
+ one {Automatikusan hozzáad {userCount} felhasználót a {groupName} és {groupCount} másik csoporthoz?}
+ other {Automatikusan hozzáad {userCount} felhasználót a {groupName} és {groupCount} másik csoporthoz?}
+ }
+ }
+ other {
+ { userCount, plural,
+ one {{userCount} felhasználó automatikus hozzáadása {groupName} és {groupCount} másik csoporthoz?}
+ other {{userCount} felhasználó automatikus hozzáadása {groupName} és {groupCount} másik csoporthoz?}
+ }
+ }
+ }
choose_category:
label: "Válasszon kategóriát"
none: "válasszon egyet…"
default_hint: Kezelje a hozzáférést a(z) %{category} biztonsági beállításainak felkeresésével
+ hint_1_group: 'A %{group} felhasználói a biztonsági beállítások szerint hozzáférhetnek ehhez a csatornához.'
+ hint_2_groups: 'A %{group1} és %{group2} felhasználói a biztonsági beállításoknak megfelelően hozzáférhetnek ehhez a csatornához'
+ hint_multiple_groups:
+ one: 'A %{group} és a %{count} egyéb csoport felhasználói a biztonsági beállítások szerint hozzáférhetnek ehhez a csatornához.'
+ other: 'A %{group} és a %{count} egyéb csoport felhasználói a biztonsági beállítások szerint hozzáférhetnek ehhez a csatornához.'
create: "Csatorna létrehozása"
description: "Leírás (nem kötelező)"
name: "Csatorna neve"
+ slug: "Csatorna azonosító (opcionális)"
title: "Új csatorna"
type: "Típus"
types:
@@ -236,6 +371,18 @@ hu:
topic: "Téma"
reviewable:
type: "Csevegőüzenet"
+ reactions:
+ only_you: "A következővel reagáltál :%{emoji}:"
+ you_and_single_user: "Te és %{username} a következővel reagáltatok: :%{emoji}:"
+ you_and_multiple_users: "Te, %{commaSeparatedUsernames} és %{username} a következővel reagáltatok :%{emoji}:"
+ you_multiple_users_and_more:
+ one: "Te, %{commaSeparatedUsernames} és további %{count} felhasználó a következővel reagált :%{emoji}:"
+ other: "Te, %{commaSeparatedUsernames} és további %{count} felhasználó a következővel reagált :%{emoji}:"
+ single_user: "%{username} a következővel reagált :%{emoji}:"
+ multiple_users: "%{commaSeparatedUsernames} és %{username} a következővel reagált :%{emoji}:"
+ multiple_users_and_more:
+ one: "%{commaSeparatedUsernames} és további %{count} a következővel reagált :%{emoji}:"
+ other: "%{commaSeparatedUsernames} és további %{count} a következővel reagált :%{emoji}:"
composer:
toggle_toolbar: "Eszköztár be/ki"
italic_text: "dőlt szöveg"
@@ -243,15 +390,22 @@ hu:
code_text: "kódszöveg"
send: "Küldés"
quote:
+ original_channel: 'Eredeti beküldés: %{channel}'
copy_success: "Csevegési idézet a vágólapra másolva"
- default_thread_title: "Szál"
+ default_thread_title: "Téma"
notification_levels:
never: "Soha"
mention: "Csak megemlítésnél"
always: "Összes tevékenységnél"
settings:
channel_wide_mentions_label: "Engedélyezve az @all és @here említések"
+ channel_wide_mentions_description: "Engedélyezi a felhasználóknak, hogy értesítsék a #%{channel} összes tagját az @all-al, vagy csak azokat, akik az adott pillanatban aktívak @here"
+ channel_threading_label: "Témázás"
+ channel_threading_description: "Ha engedélyezve van a témázás, a csevegőüzenetekre adott válaszok egy külön beszélgetést hoznak létre, amely a fő csatorna mellett létezik."
auto_join_users_label: "Felhasználók automatikus hozzáadása"
+ auto_join_users_info: "Óránként ellenőrizze, hogy mely felhasználók voltak aktívak az elmúlt 3 hónapban. Add hozzá őket ehhez a csatornához, ha hozzáférnek a %{category} kategóriához."
+ auto_join_users_info_no_category: "Óránként ellenőrizze, hogy mely felhasználók voltak aktívak az elmúlt 3 hónapban. Adja hozzá őket ehhez a csatornához, ha hozzáfér a kiválasztott kategóriához."
+ auto_join_users_warning: "Minden olyan felhasználó, aki nem tagja ennek a csatornának, de hozzáféréssel rendelkezik a %{category} kategóriához, csatlakozni fog. Biztos benne?"
desktop_notification_level: "Asztali értesítések"
follow: "Belépés"
followed: "Csatlakozott"
@@ -268,15 +422,31 @@ hu:
unfollow: "Elhagyás"
admin_title: "Adminisztrátor"
settings_title: "Beállítások"
+ info_title: "Csatorna info"
category_label: "Kategória"
history_label: "Idővonal"
members_label: "Tagok"
admin:
title: "Csevegés"
+ export_messages:
+ title: "Chat üzenetek exportálása"
+ description: "Minden csatorna minden üzenetét exportálja."
+ create_export: "Export létrehozása"
+ export_has_started: "Az export megkezdődött. Kapni fog egy PÜ-et, ha elkészült."
+ my_threads:
+ title: Témáim
+ aria_label: "Váltás a témáim listára"
direct_messages:
+ title: "PÜ"
+ aria_label: "Váltás privát üzenetekre"
new: "Személyes csevegés létrehozása"
create: "Ugrás"
leave: "E személyes csevegés elhagyása"
+ close: "Zárja be ezt a személyes csevegést"
+ cannot_create: "Sajnos nem tud közvetlen üzeneteket küldeni."
+ channel_list:
+ title: "Csatornák"
+ aria_label: "Váltás a csatornalistára"
incoming_webhooks:
back: "Vissza"
channel_placeholder: "Válasszon csatornát"
@@ -299,12 +469,15 @@ hu:
system: "rendszer"
title: "Bejövő webhookok"
url: "URL"
+ url_instructions: "Ez az URL egy titkos értéket tartalmaz - tartsa biztonságban."
username: "Felhasználónév"
username_instructions: "A csatornán közzétevő bot felhasználóneve. Ha üresen marad, akkor alapértelmezés szerint „rendszer”."
+ instructions: "A bejövő webhookokat külső rendszerek használhatják arra, hogy üzeneteket küldjenek el egy kijelölt csevegőcsatornára bot-felhasználóként a /hooks/:key
végponton keresztül. A hasznos adat egyetlen szöveges
paraméterből áll, amely 2000 karakterre korlátozódik.
Támogatjuk a korlátozott Slack formátumú szöveg
paramétereit is, a hivatkozások és említések kinyerése a https://api formátuma alapján. slack.com/reference/surfaces/formatting, de ehhez a /hooks/:key/slack
végpontot kell használni."
selection:
cancel: "Visszavon"
quote_selection: "Idézet a témában"
copy: "Másolás"
+ delete: "Törlés (%{selectionCount}/%{totalCount})"
move_selection_to_channel: "Áthelyezés csatornába"
error: "Hiba történt a csevegőüzenetek áthelyezésekor"
title: "Csevegés áthelyezése a témához"
@@ -332,9 +505,21 @@ hu:
one: "%{commaSeparatedUsernames} és még %{count} valaki gépel"
other: "%{commaSeparatedUsernames} és még %{count} valaki gépel"
retention_reminders:
+ indefinitely_short: "határozatlan ideig"
+ indefinitely_long: "A csevegési beállítások úgy lettek beállítva, hogy a csatornaüzeneteket korlátlan ideig megőrizzék."
short:
one: "%{count} nap"
other: "%{count} nap"
+ long:
+ one: "A csevegési beállítások úgy lettek beállítva, hogy a csatornaüzeneteket a %{count} napig megőrizzék."
+ other: "A csevegési beállítások úgy lettek beállítva, hogy a csatornaüzeneteket a %{count} napig megőrizzék."
+ flags:
+ off_topic: "Ez az üzenet nem tartozik a csatorna címében meghatározott jelenlegi vitához, és valószínűleg máshová kellene áthelyezni."
+ inappropriate: "Ez az üzenet olyan elemeket tartalmaz, amelyet egy értelmes ember sértőnek, gorombának vagy a közösségi irányelvek megsértésének tartana."
+ illegal: "Ez a bejegyzés a személyzet figyelmét igényli, mert úgy vélem, hogy illegális tartalmat tartalmaz."
+ spam: "Ez az üzenet reklám, vagy vandalizmus. Nem hasznos vagy releváns az aktuális csatorna szempontjából."
+ notify_user: "Szeretnék közvetlenül és személyesen beszélni ezzel a személlyel az üzenetéről."
+ notify_moderators: "Ez az üzenet a személyzet figyelmét igényli a fentiekben fel nem sorolt egyéb okból."
flagging:
action: "Üzenet megjelölése"
emoji_picker:
@@ -348,6 +533,7 @@ hu:
activities: "Tevékenységek"
flags: "Zászlók"
symbols: "Szimbólumok"
+ search_placeholder: "Keresés emoji név és álnév alapján..."
no_results: "Nincs találat"
thread:
title: "Cím"
@@ -355,17 +541,37 @@ hu:
replies:
one: "%{count} válasz"
other: "%{count} válasz"
- label: Szál
+ label: Téma
+ close: "Téma bezárása"
+ original_message:
+ started_by: "Indította"
settings: "Beállítások"
last_reply: "utolsó válasz"
notifications:
regular:
title: "Normális"
+ description: "Értesítést kap, ha valaki megemlíti a @nevét ebben a témában."
tracking:
title: "Követés"
+ description: "A téma új válaszainak száma megjelenik a téma listájában és a csatornán. Értesítést kapsz, ha valaki megemlíti a @nevedet ebben a témában."
participants_other_count:
one: "+%{count}"
other: "+%{count}"
+ thread_title_toast:
+ title: "Témacím beállítása"
+ message: "Segítsen másoknak felfedezni ezt a beszélgetést."
+ dismiss_action: "Ne mutassa újra"
+ primary_action: "Cím beállítása"
+ thread_title_modal:
+ title: "Téma cím beállítása"
+ input_placeholder: "Mondja el másoknak, miről szól ez a beszélgetés..."
+ discourse_ai:
+ title: "Téma címek automatikus generálása"
+ description: "Nézze meg a %{url} oldalt, ha többet szeretne megtudni erről és a Discourse-élmény egyéb fejlesztéseiről."
+ threads:
+ open: "Nyitott témák"
+ list: "Témák"
+ none: "Nem vesz részt semmilyen témában ebben a csatornában."
draft_channel_screen:
header: "Új üzenet"
cancel: "Visszavon"
@@ -406,6 +612,15 @@ hu:
sender:
label: Feladó
description: Alapértelmezés szerint a rendszer
+ review:
+ transcript:
+ view: "Korábbi üzenetek átirata"
+ types:
+ chat_reviewable_message:
+ title: "Megjelölt csevegőüzenet"
+ reviewable_chat_message:
+ title: "Megjelölt csevegőüzenet"
+ noun: "csevegés üzenet"
keyboard_shortcuts_help:
chat:
title: "Csevegés"
@@ -418,6 +633,30 @@ hu:
composer_code: "%{shortcut} Kód (csak a szerkesztőben)"
drawer_open: "%{shortcut} Csevegési fiók megnyitása"
drawer_close: "%{shortcut} Csevegési fiók bezárása"
+ mark_all_channels_read: "%{shortcut} Minden csatorna olvasottként való megjelölése"
topic_statuses:
chat:
help: "A csevegés engedélyezett ebben a témában"
+ user:
+ allow_private_messages: "Engedélyezze más felhasználóknak, hogy személyes és közvetlen üzeneteket küldjenek nekem"
+ muted_users_instructions: "Távolítsa el az összes értesítést, személyes üzenetet és közvetlen csevegőüzenetet ezektől a felhasználóktól."
+ allowed_pm_users_instructions: "Csak személyes üzeneteket vagy közvetlen chat-üzeneteket engedélyezzen ezektől a felhasználóktól."
+ allow_private_messages_from_specific_users: "Csak bizonyos felhasználóknak engedélyezze, hogy személyes vagy közvetlen üzeneteket küldjenek nekem."
+ ignored_users_instructions: "Törölje az összes bejegyzést, üzenetet, értesítést, személyes üzenetet és közvetlen csevegőüzenetet ezektől a felhasználóktól."
+ user_menu:
+ no_chat_notifications_title: "Még nincsenek csevegés értesítései"
+ no_chat_notifications_body: >
+ Ezen a panelon kap értesítést, ha valaki közvetlen üzenetet küld Önnek, vagy @megemlítik egy csevegésben. Értesítést küldünk az email címére is, ha egy ideje már nem volt bejelentkezve.
Kattintson a csevegőcsatorna tetején található címre, amennyiben szeretné beállítani, hogy milyen érdesítést szeretne kapni az adott csatornán. További információkért tekintse meg a Értesítési beállításokat.
+ tabs:
+ chat_notifications: "Csevegés értesítések"
+ chat_notifications_with_unread:
+ one: "Csevegési értesítések - %{count} olvasatlan"
+ other: "Csevegési értesítések - %{count} olvasatlan"
+ styleguide:
+ sections:
+ chat:
+ title: Csevegés
+ sidebar:
+ panels:
+ chat:
+ label: "Csevegés"
diff --git a/plugins/chat/config/locales/client.it.yml b/plugins/chat/config/locales/client.it.yml
index 73cabc020e3..0692ec5f114 100644
--- a/plugins/chat/config/locales/client.it.yml
+++ b/plugins/chat/config/locales/client.it.yml
@@ -39,6 +39,10 @@ it:
chat_messages_count: "Messaggi di chat"
chat_channels_count: "Canali di chat"
chat_users_count: "Utenti della chat"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} messaggio di chat"
+ other: "%{formatted_number} messaggi di chat"
chat:
text_copied: Testo copiato negli appunti
link_copied: Link copiato negli appunti
diff --git a/plugins/chat/config/locales/client.ja.yml b/plugins/chat/config/locales/client.ja.yml
index 257f58719e7..713beb888e3 100644
--- a/plugins/chat/config/locales/client.ja.yml
+++ b/plugins/chat/config/locales/client.ja.yml
@@ -39,6 +39,9 @@ ja:
chat_messages_count: "チャットメッセージ"
chat_channels_count: "チャットチャンネル"
chat_users_count: "チャットユーザー"
+ activities:
+ chat_messages:
+ other: "%{formatted_number} チャットメッセージ"
chat:
text_copied: テキストをクリップボードにコピーしました
link_copied: リンクをクリップボードにコピーしました
diff --git a/plugins/chat/config/locales/client.nl.yml b/plugins/chat/config/locales/client.nl.yml
index 41f573f5823..7e3460febff 100644
--- a/plugins/chat/config/locales/client.nl.yml
+++ b/plugins/chat/config/locales/client.nl.yml
@@ -39,6 +39,10 @@ nl:
chat_messages_count: "Chatberichten"
chat_channels_count: "Chatkanalen"
chat_users_count: "Chatgebruikers"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} chatbericht"
+ other: "%{formatted_number} chatberichten"
chat:
text_copied: Tekst gekopieerd naar klembord
link_copied: Link gekopieerd naar klembord
diff --git a/plugins/chat/config/locales/client.pl_PL.yml b/plugins/chat/config/locales/client.pl_PL.yml
index ff90ae1ff68..9f09cc3b4a6 100644
--- a/plugins/chat/config/locales/client.pl_PL.yml
+++ b/plugins/chat/config/locales/client.pl_PL.yml
@@ -39,6 +39,12 @@ pl_PL:
chat_messages_count: "Wiadomości czatu"
chat_channels_count: "Kanały czatu"
chat_users_count: "Użytkownicy czatu"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} wiadomość czatu"
+ few: "%{formatted_number} wiadomości czatu"
+ many: "%{formatted_number} wiadomości czatu"
+ other: "%{formatted_number} wiadomości czatu"
chat:
text_copied: Tekst skopiowany do schowka
link_copied: Link skopiowany do schowka
diff --git a/plugins/chat/config/locales/client.pt_BR.yml b/plugins/chat/config/locales/client.pt_BR.yml
index b55db5b5ac6..06f41fb2ced 100644
--- a/plugins/chat/config/locales/client.pt_BR.yml
+++ b/plugins/chat/config/locales/client.pt_BR.yml
@@ -39,6 +39,10 @@ pt_BR:
chat_messages_count: "Mensagens de chat"
chat_channels_count: "Canais de chat"
chat_users_count: "Usuários(as) do chat"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} mensagem de chat"
+ other: "%{formatted_number} mensagens de chat"
chat:
text_copied: Texto copiado para área de transferência
link_copied: Link copiado para área de transferência
diff --git a/plugins/chat/config/locales/client.ru.yml b/plugins/chat/config/locales/client.ru.yml
index 56b4332f0e4..e578074ae8c 100644
--- a/plugins/chat/config/locales/client.ru.yml
+++ b/plugins/chat/config/locales/client.ru.yml
@@ -39,6 +39,12 @@ ru:
chat_messages_count: "Сообщения чата"
chat_channels_count: "Каналы чата"
chat_users_count: "Пользователи чата"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} сообщение чата"
+ few: "%{formatted_number} сообщения чата"
+ many: "%{formatted_number} сообщений чата"
+ other: "%{formatted_number} сообщения чата"
chat:
text_copied: Текст скопирован в буфер обмена
link_copied: Ссылка скопирована в буфер обмена
diff --git a/plugins/chat/config/locales/client.sk.yml b/plugins/chat/config/locales/client.sk.yml
index 139c762dd73..606dd4e2dbe 100644
--- a/plugins/chat/config/locales/client.sk.yml
+++ b/plugins/chat/config/locales/client.sk.yml
@@ -39,6 +39,12 @@ sk:
chat_messages_count: "Chat správy"
chat_channels_count: "Chatové kanály"
chat_users_count: "Používatelia chatu"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} správa v chate"
+ few: "%{formatted_number} správ v chate"
+ many: "%{formatted_number} správ v chate"
+ other: "%{formatted_number} správy v chate"
chat:
text_copied: Text bol skopírovaný do schránky
link_copied: Odkaz bol skopírovaný do schránky
diff --git a/plugins/chat/config/locales/client.tr_TR.yml b/plugins/chat/config/locales/client.tr_TR.yml
index 4dab324e822..f4efff36eaf 100644
--- a/plugins/chat/config/locales/client.tr_TR.yml
+++ b/plugins/chat/config/locales/client.tr_TR.yml
@@ -39,6 +39,10 @@ tr_TR:
chat_messages_count: "Sohbet mesajları"
chat_channels_count: "Sohbet kanalları"
chat_users_count: "Sohbet kullanıcıları"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} sohbet mesajı"
+ other: "%{formatted_number} sohbet mesajları"
chat:
text_copied: Metin panoya kopyalandı
link_copied: Bağlantı panoya kopyalandı
diff --git a/plugins/chat/config/locales/client.ug.yml b/plugins/chat/config/locales/client.ug.yml
index 91ae74e5262..b15de9f991c 100644
--- a/plugins/chat/config/locales/client.ug.yml
+++ b/plugins/chat/config/locales/client.ug.yml
@@ -39,6 +39,10 @@ ug:
chat_messages_count: "سۆھبەت ئۇچۇرى"
chat_channels_count: "سۆھبەت قانىلى"
chat_users_count: "سۆھبەت ئىشلەتكۈچى"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} سۆھبەت ئۇچۇرى"
+ other: "%{formatted_number} سۆھبەت ئۇچۇرى"
chat:
text_copied: تېكىست چاپلاش تاختىسىغا كۆچۈرۈلدى
link_copied: ئۇلانما چاپلاش تاختىسىغا كۆچۈرۈلدى
diff --git a/plugins/chat/config/locales/client.uk.yml b/plugins/chat/config/locales/client.uk.yml
index ba3bb0f50e9..10182b33e3d 100644
--- a/plugins/chat/config/locales/client.uk.yml
+++ b/plugins/chat/config/locales/client.uk.yml
@@ -39,6 +39,12 @@ uk:
chat_messages_count: "Повідомлення чату"
chat_channels_count: "Чат-канали"
chat_users_count: "Користувачі чату"
+ activities:
+ chat_messages:
+ one: "%{formatted_number} повідомлення чату"
+ few: "%{formatted_number} повідомлення чату"
+ many: "%{formatted_number} повідомлень чату"
+ other: "%{formatted_number} повідомлень чату"
chat:
text_copied: Текст скопійовано в буфер обміну
link_copied: Посилання скопійовано до буфера обміну
diff --git a/plugins/chat/config/locales/client.zh_CN.yml b/plugins/chat/config/locales/client.zh_CN.yml
index 88c2300d59b..c1a5fdca289 100644
--- a/plugins/chat/config/locales/client.zh_CN.yml
+++ b/plugins/chat/config/locales/client.zh_CN.yml
@@ -39,6 +39,9 @@ zh_CN:
chat_messages_count: "聊天消息"
chat_channels_count: "聊天频道"
chat_users_count: "聊天用户"
+ activities:
+ chat_messages:
+ other: "%{formatted_number} 条聊天消息"
chat:
text_copied: 文本已复制到剪贴板
link_copied: 链接已复制到剪贴板
diff --git a/plugins/chat/config/locales/server.ar.yml b/plugins/chat/config/locales/server.ar.yml
index 9edb30ff3dd..b8a260f5dfc 100644
--- a/plugins/chat/config/locales/server.ar.yml
+++ b/plugins/chat/config/locales/server.ar.yml
@@ -30,6 +30,7 @@ ar:
chat_editing_grace_period: "لمدة (n) من الثواني بعد إرسال الدردشة، لن يعرض التعديل علامة (تم التعديل) بجانب رسالة الدردشة."
chat_editing_grace_period_max_diff_low_trust: "الحد الأقصى لعدد تغييرات الأحرف المسموح بها خلال فترة السماح بالتعديل في الدردشة، وعرض علامة (تم التعديل) بجانب رسالة الدردشة إذا تم تغيير المزيد (مستوى الثقة 0 و1)."
chat_editing_grace_period_max_diff_high_trust: "الحد الأقصى لعدد تغييرات الأحرف المسموح بها خلال فترة السماح بالتعديل في الدردشة، وعرض علامة (تم التعديل) بجانب رسالة الدردشة إذا تم تغيير المزيد (مستوى الثقة 2 وأعلى)."
+ chat_preferred_index: "علامة التبويب المفضَّلة عند تحميل /chat."
errors:
chat_default_channel: "يجب أن تكون قناة الدردشة الافتراضية قناةً عامة."
direct_message_enabled_groups_invalid: "يجب عليك تحديد مجموعة واحدة على الأقل لهذا الإعداد. إذا كنت لا تريد أن يقوم أي شخص باستثناء فريق العمل بإرسال رسائل مباشرة، فاختر مجموعة فريق العمل."
diff --git a/plugins/chat/config/locales/server.fi.yml b/plugins/chat/config/locales/server.fi.yml
index 87f3460abb2..4fe6510e923 100644
--- a/plugins/chat/config/locales/server.fi.yml
+++ b/plugins/chat/config/locales/server.fi.yml
@@ -30,6 +30,7 @@ fi:
chat_editing_grace_period: "(n) sekunnin ajan chatin lähettämisen jälkeen muokkaaminen ei näytä (muokattu)-tunnistetta chat-viestissä."
chat_editing_grace_period_max_diff_low_trust: "Kuinka monen merkin muutos sallitaan chatin muokkauksen katumusaikana. Jos muutos on isompi, chat-viestin yhteydessä näytetään (muokattu)-tunniste (luottamustasot 0 ja 1)."
chat_editing_grace_period_max_diff_high_trust: "Kuinka monen merkin muutos sallitaan chatin muokkauksen katumusaikana. Jos muutos on isompi, chat-viestin yhteydessä näytetään (muokattu)-tunniste (luottamustasosta 2 ylöspäin)."
+ chat_preferred_index: "Ensisijainen välilehti ladattaessa /chat."
errors:
chat_default_channel: "Oletus-chat-kanavan täytyy olla julkinen kanava."
direct_message_enabled_groups_invalid: "Sinun täytyy määrittää vähintään yksi ryhmä tälle asetukselle. Jos et halua muiden kuin henkilökunnan lähettävän yksityisviestejä, valitse henkilökunnan ryhmä."
diff --git a/plugins/chat/config/locales/server.fr.yml b/plugins/chat/config/locales/server.fr.yml
index 6e8ba8e4d23..7156e1a489d 100644
--- a/plugins/chat/config/locales/server.fr.yml
+++ b/plugins/chat/config/locales/server.fr.yml
@@ -30,6 +30,7 @@ fr:
chat_editing_grace_period: "Pendant (n) secondes après l'envoi d'une discussion, la modification n'affichera pas l'étiquette (modifiée) à côté du message de discussion."
chat_editing_grace_period_max_diff_low_trust: "Nombre maximal de modifications de caractères autorisées pendant la période de grâce de modification de la discussion. Si d'autres modifications sont apportées, l'étiquette (modifiée) est affichée à côté du message de discussion (niveaux de confiance 0 et 1)."
chat_editing_grace_period_max_diff_high_trust: "Nombre maximal de modifications de caractères autorisées pendant la période de grâce de modification de la discussion. Si d'autres modifications sont apportées, l'étiquette (modifiée) est affichée à côté du message de discussion (niveaux de confiance 2 et supérieurs)."
+ chat_preferred_index: "Onglet préféré lors du chargement de /chat."
errors:
chat_default_channel: "Le canal de discussion par défaut doit être un canal public."
direct_message_enabled_groups_invalid: "Vous devez spécifier au moins un groupe pour ce paramètre. Si vous ne souhaitez pas que quiconque, à l'exception des responsables, envoie des messages privés, choisissez le groupe des responsables."
diff --git a/plugins/chat/config/locales/server.it.yml b/plugins/chat/config/locales/server.it.yml
index 26d4a7ffa6e..7e5c0ef079e 100644
--- a/plugins/chat/config/locales/server.it.yml
+++ b/plugins/chat/config/locales/server.it.yml
@@ -30,6 +30,7 @@ it:
chat_editing_grace_period: "Per (n) secondi dopo l'invio di una chat, la modifica non visualizzerà l'etichetta (modificato) accanto al messaggio di chat."
chat_editing_grace_period_max_diff_low_trust: "Numero massimo di modifiche ai caratteri consentite nel periodo di grazia per la modifica della chat, se ne vengono modificate di più, visualizza l'etichetta (modificato) accanto al messaggio di chat (livello di attendibilità 0 e 1)."
chat_editing_grace_period_max_diff_high_trust: "Numero massimo di modifiche ai caratteri consentite nel periodo di grazia per la modifica della chat, se ne vengono modificate di più, visualizza l'etichetta (modificato) accanto al messaggio di chat (livello di attendibilità 2 e superiori)."
+ chat_preferred_index: "Scheda preferita per il caricamento di /chat."
errors:
chat_default_channel: "Il canale di chat predefinito deve essere un canale pubblico."
direct_message_enabled_groups_invalid: "Devi specificare almeno un gruppo per questa impostazione. Se non vuoi che nessuno al di fuori dello staff possa inviare messaggi diretti, scegli il gruppo dello staff."
diff --git a/plugins/chat/config/locales/server.ja.yml b/plugins/chat/config/locales/server.ja.yml
index d469f2753dd..d7f00703fea 100644
--- a/plugins/chat/config/locales/server.ja.yml
+++ b/plugins/chat/config/locales/server.ja.yml
@@ -30,6 +30,7 @@ ja:
chat_editing_grace_period: "チャットを送信してから (n) 秒間は、チャットメッセージを編集しても (編集済み) タグは表示されません。"
chat_editing_grace_period_max_diff_low_trust: "チャットの編集猶予期間で変更が許可される最大文字数。これを超える変更が行われた場合は、チャットメッセージに (編集済み) タグが表示されます (信頼レベル 0 と 1)。"
chat_editing_grace_period_max_diff_high_trust: "チャットの編集猶予期間で変更が許可される最大文字数。これを超える変更が行われた場合は、チャットメッセージに (編集済み) タグが表示されます (信頼レベル 2 以上)。"
+ chat_preferred_index: "/chat を読み込む際の優先タブ。"
errors:
chat_default_channel: "デフォルトのチャットチャンネルは公開チャンネルである必要があります。"
direct_message_enabled_groups_invalid: "この設定には、少なくとも 1 つのグループを指定する必要があります。スタッフ以外がダイレクトメッセージを送れないようにするには、スタッフグループを選択します。"
diff --git a/plugins/chat/config/locales/server.nl.yml b/plugins/chat/config/locales/server.nl.yml
index 46e2cc6e6cb..a699d156263 100644
--- a/plugins/chat/config/locales/server.nl.yml
+++ b/plugins/chat/config/locales/server.nl.yml
@@ -30,6 +30,7 @@ nl:
chat_editing_grace_period: "Gedurende (n) seconden na het verzenden van een chat wordt bij bewerking de tag (bewerkte) niet weergegeven bij het chatbericht."
chat_editing_grace_period_max_diff_low_trust: "Maximale aantal toegestane tekenwijzigingen in wachtperiode voor chatbewerking; bij meer wijzigingen wordt de tag (bewerkt) weergegeven naast het chatbericht (vertrouwensniveau 0 en 1)"
chat_editing_grace_period_max_diff_high_trust: "Maximale aantal toegestane tekenwijzigingen in wachtperiode voor chatbewerking; bij meer wijzigingen wordt de tag (bewerkt) weergegeven naast het chatbericht (vertrouwensniveau 2 en hoger)"
+ chat_preferred_index: "Voorkeurstabblad bij het laden van /chat."
errors:
chat_default_channel: "Het standaard chatkanaal moet een openbaar kanaal zijn."
direct_message_enabled_groups_invalid: "Je moet ten minste één groep opgeven voor deze instelling. Als je niet wilt dat iemand behalve medewerkers directe berichten stuurt, kies dan de medewerkersgroep."
diff --git a/plugins/chat/config/locales/server.pt_BR.yml b/plugins/chat/config/locales/server.pt_BR.yml
index 70147026ed4..79fb74d7626 100644
--- a/plugins/chat/config/locales/server.pt_BR.yml
+++ b/plugins/chat/config/locales/server.pt_BR.yml
@@ -30,6 +30,7 @@ pt_BR:
chat_editing_grace_period: "Durante (n) segundos depois de enviar um chat, não será mostrada a etiqueta (editada) na edição, na mensagem do chat."
chat_editing_grace_period_max_diff_low_trust: "Quantidade máxima de alterações de caracteres permitidas no período de carência da edição do chat. Se houver mais alterações, a etiqueta (editada) será mostrada na mensagem do chat (nível de confiança 0 e 1)."
chat_editing_grace_period_max_diff_high_trust: "Quantidade máxima de alterações de caracteres permitidas no período de carência da edição do chat. Se houver mais alterações, a etiqueta (editada) será mostrada na mensagem do chat (nível de confiança 2 e acima)."
+ chat_preferred_index: "Aba preferencial ao carregar /chat."
errors:
chat_default_channel: "O canal de chat padrão deve ser um canal público."
direct_message_enabled_groups_invalid: "Você deve especificar pelo menos um grupo para esta configuração. Se você não quiser que ninguém, exceto a equipe, envie mensagens diretas, escolha o grupo da equipe."
diff --git a/plugins/chat/config/locales/server.ru.yml b/plugins/chat/config/locales/server.ru.yml
index 97aa021a674..855b9f443cc 100644
--- a/plugins/chat/config/locales/server.ru.yml
+++ b/plugins/chat/config/locales/server.ru.yml
@@ -30,6 +30,7 @@ ru:
chat_editing_grace_period: "В течение (n) с. после отправки чата при редактировании не будет отображаться тег («отредактировано») возле сообщения чата."
chat_editing_grace_period_max_diff_low_trust: "Максимальное количество изменённых символов, допустимое в нерегистрируемый период редактирования чата. При превышении этого значения отображается тег («отредактировано») возле сообщения чата (уровень доверия 0 и 1)."
chat_editing_grace_period_max_diff_high_trust: "Максимальное количество изменённых символов, допустимое в нерегистрируемый период редактирования чата. При превышении этого значения отображается тег («отредактировано») возле сообщения чата (уровень доверия 2 и выше)."
+ chat_preferred_index: "Предпочитаемая вкладка при загрузке /chat."
errors:
chat_default_channel: "Канал чата по умолчанию должен быть общедоступным."
direct_message_enabled_groups_invalid: "Для этого параметра необходимо указать хотя бы одну группу. Если вы не хотите, чтобы кто-либо, кроме сотрудников, отправлял прямые сообщения, выберите группу сотрудников."
diff --git a/plugins/chat/config/locales/server.tr_TR.yml b/plugins/chat/config/locales/server.tr_TR.yml
index a2ce39de773..e2d9cc80b51 100644
--- a/plugins/chat/config/locales/server.tr_TR.yml
+++ b/plugins/chat/config/locales/server.tr_TR.yml
@@ -30,6 +30,7 @@ tr_TR:
chat_editing_grace_period: "Sohbet gönderdikten sonra (n) saniye boyunca düzenleme, sohbet mesajının yanında (düzenlenmiş) etiketi göstermeyecek."
chat_editing_grace_period_max_diff_low_trust: "Sohbet düzenleme ödemesiz döneminde izin verilen maksimum karakter değişikliği sayısı, daha fazla değiştirilirse sohbet mesajıyla (düzenlenmiş) etiketi görüntüler (güven seviyesi 0 ve 1)."
chat_editing_grace_period_max_diff_high_trust: "Sohbet düzenleme ödemesiz döneminde izin verilen maksimum karakter değişikliği sayısı, daha fazla değiştirilirse sohbet mesajıyla (düzenlenmiş) etiketi görüntüler (güven seviyesi 2 ve üstü)."
+ chat_preferred_index: "/chat yüklenirken tercih edilen sekme."
errors:
chat_default_channel: "Varsayılan sohbet kanalı genel bir kanal olmalıdır."
direct_message_enabled_groups_invalid: "Bu ayar için en az bir grup belirtmelisiniz. Personel dışında kimsenin doğrudan mesaj göndermesini istemiyorsanız personel grubunu seçin."
diff --git a/plugins/chat/config/locales/server.zh_CN.yml b/plugins/chat/config/locales/server.zh_CN.yml
index 18f5cc73e8c..ce689fe9965 100644
--- a/plugins/chat/config/locales/server.zh_CN.yml
+++ b/plugins/chat/config/locales/server.zh_CN.yml
@@ -30,7 +30,7 @@ zh_CN:
chat_editing_grace_period: "在发送聊天后 (n) 秒内进行编辑时,不会在聊天消息旁边显示(已编辑)标签。"
chat_editing_grace_period_max_diff_low_trust: "聊天编辑宽限期内允许的最大字符更改数,超过此值将在聊天消息旁边显示(已编辑)标签(信任级别 0 和 1)。"
chat_editing_grace_period_max_diff_high_trust: "聊天编辑宽限期内允许的最大字符更改数,超过此值将在聊天消息旁边显示(已编辑)标签(信任级别 2 及以上)。"
- chat_preferred_index: "加载/聊天 时首选项标签页。"
+ chat_preferred_index: "加载/聊天时的首选项标签页。"
errors:
chat_default_channel: "默认聊天频道必须是公共频道。"
direct_message_enabled_groups_invalid: "您必须为此设置至少指定一个群组。如果您不希望管理人员以外的任何人发送直接消息,请选择管理人员群组。"
diff --git a/plugins/discourse-lazy-videos/config/locales/server.hu.yml b/plugins/discourse-lazy-videos/config/locales/server.hu.yml
index 76b6e9d8bcb..7ee629f3d7e 100644
--- a/plugins/discourse-lazy-videos/config/locales/server.hu.yml
+++ b/plugins/discourse-lazy-videos/config/locales/server.hu.yml
@@ -5,3 +5,8 @@
# https://translate.discourse.org/
hu:
+ site_settings:
+ lazy_videos_enabled: "Engedélyezze a Lazy Videos plugint"
+ lazy_youtube_enabled: "Lazy betöltés engedélyezése a YouTube-beágyazásokhoz"
+ lazy_vimeo_enabled: "Lazy betöltés engedélyezése a Vimeo beágyazásokhoz"
+ lazy_tiktok_enabled: "Lazy betöltés engedélyezése a TikTok beágyazásokhoz (kísérleti)"
diff --git a/plugins/footnote/config/locales/server.hu.yml b/plugins/footnote/config/locales/server.hu.yml
index 76b6e9d8bcb..f6c8e747788 100644
--- a/plugins/footnote/config/locales/server.hu.yml
+++ b/plugins/footnote/config/locales/server.hu.yml
@@ -5,3 +5,6 @@
# https://translate.discourse.org/
hu:
+ site_settings:
+ enable_markdown_footnotes: engedélyezze a lábjegyzetek jelölését ezen az oldalon
+ display_footnotes_inline: lehetővé teszi a lábjegyzetek soron belüli bővítését
diff --git a/plugins/poll/config/locales/client.ar.yml b/plugins/poll/config/locales/client.ar.yml
index b43bac63089..ae5b3fec600 100644
--- a/plugins/poll/config/locales/client.ar.yml
+++ b/plugins/poll/config/locales/client.ar.yml
@@ -21,6 +21,13 @@ ar:
few: "أصوات إجمالية"
many: "صوتًا إجماليًا"
other: "صوت إجمالي"
+ votes:
+ zero: "%{count} صوت"
+ one: "صوت واحد"
+ two: "صوتان"
+ few: "%{count} أصوات"
+ many: "%{count} صوتًا"
+ other: "%{count} صوت"
average_rating: "متوسط التقييمات: %{average}."
public:
title: "تكون الأصوات مرئية للعامة."
@@ -66,6 +73,12 @@ ar:
show-results:
title: "عرض نتائج استطلاع الرأي"
label: "النتائج"
+ show-tally:
+ title: "إظهار نتائج التصويت حسب عدد الأصوات"
+ label: "عرض العداد"
+ show-percentage:
+ title: "إظهار نتائج التصويت كنسبة مئوية"
+ label: "العرض كنسبة مئوية"
remove-vote:
title: "إزالة صوتك"
label: "التراجع عن التصويت"
diff --git a/plugins/poll/config/locales/client.de.yml b/plugins/poll/config/locales/client.de.yml
index 58fe3ef3cbf..483c6c9b972 100644
--- a/plugins/poll/config/locales/client.de.yml
+++ b/plugins/poll/config/locales/client.de.yml
@@ -102,6 +102,8 @@ de:
label: "Optionen"
ranked_choice:
abstain: "Enthalten"
+ highest_priority: "(höchste Priorität)"
+ lowest_priority: "(niedrigste Priorität)"
login: "Zum Abstimmen anmelden!"
error_while_toggling_status: "Leider ist beim Umschalten des Status dieser Umfrage ein Fehler aufgetreten."
error_while_casting_votes: "Leider ist beim Abgeben deiner Stimmen ein Fehler aufgetreten."
diff --git a/plugins/poll/config/locales/client.fi.yml b/plugins/poll/config/locales/client.fi.yml
index c350c30048e..8bcd608bd49 100644
--- a/plugins/poll/config/locales/client.fi.yml
+++ b/plugins/poll/config/locales/client.fi.yml
@@ -13,6 +13,9 @@ fi:
total_votes:
one: "ääni"
other: "ääntä"
+ votes:
+ one: "%{count} ääni"
+ other: "%{count} ääntä"
average_rating: "Keskiarvo: %{average}"
public:
title: "Äänet ovat julkisia."
@@ -46,6 +49,12 @@ fi:
show-results:
title: "Näytä kyselyn tulos"
label: "Tulokset"
+ show-tally:
+ title: "Näytä äänestystulokset äänien määrän mukaan"
+ label: "Näytä lukumäärä"
+ show-percentage:
+ title: "Näytä äänestystulokset prosentteina"
+ label: "Näytä prosentteina"
remove-vote:
title: "Poista äänesi"
label: "Kumoa äänestys"
diff --git a/plugins/poll/config/locales/client.fr.yml b/plugins/poll/config/locales/client.fr.yml
index 3d925a9722b..000e3e4c4f8 100644
--- a/plugins/poll/config/locales/client.fr.yml
+++ b/plugins/poll/config/locales/client.fr.yml
@@ -13,6 +13,9 @@ fr:
total_votes:
one: "vote au total"
other: "votes au total"
+ votes:
+ one: "%{count} vote"
+ other: "%{count} votes"
average_rating: "Notation moyenne : %{average}"
public:
title: "Les votes sont publics."
@@ -46,6 +49,12 @@ fr:
show-results:
title: "Afficher les résultats du sondage"
label: "Résultats"
+ show-tally:
+ title: "Afficher les résultats du vote par nombre de votes"
+ label: "Afficher le décompte"
+ show-percentage:
+ title: "Afficher les résultats du vote sous forme de pourcentage"
+ label: "Afficher en pourcentage"
remove-vote:
title: "Supprimer votre vote"
label: "Annuler le vote"
diff --git a/plugins/poll/config/locales/client.he.yml b/plugins/poll/config/locales/client.he.yml
index 87fc8cccbf5..14900b4ba45 100644
--- a/plugins/poll/config/locales/client.he.yml
+++ b/plugins/poll/config/locales/client.he.yml
@@ -118,6 +118,8 @@ he:
label: "אפשרויות"
ranked_choice:
abstain: "הימנעות"
+ highest_priority: "(העדיפות הגבוהה ביותר)"
+ lowest_priority: "(העדיפות הנמוכה ביותר)"
login: "יש להיכנס כדי להצביע!"
error_while_toggling_status: "חלה שגיאה בשינוי המצב של סקר זה, עמך הסליחה."
error_while_casting_votes: "חלה שגיאה בהצבעתך, עמך הסליחה."
diff --git a/plugins/poll/config/locales/client.it.yml b/plugins/poll/config/locales/client.it.yml
index 32ce7a2c111..5c4fbd6808f 100644
--- a/plugins/poll/config/locales/client.it.yml
+++ b/plugins/poll/config/locales/client.it.yml
@@ -13,6 +13,9 @@ it:
total_votes:
one: "voto totale"
other: "voti totali"
+ votes:
+ one: "%{count} voto"
+ other: "%{count} voti"
average_rating: "Voto medio: %{average}."
public:
title: "I voti sono pubblici."
@@ -46,6 +49,12 @@ it:
show-results:
title: "Visualizza i risultati del sondaggio"
label: "Risultati"
+ show-tally:
+ title: "Mostra i risultati delle votazioni in base al numero di voti"
+ label: "Mostra conteggio"
+ show-percentage:
+ title: "Mostra i risultati del voto in percentuale"
+ label: "Visualizza come percentuale"
remove-vote:
title: "Annulla il tuo voto"
label: "Annulla il voto"
diff --git a/plugins/poll/config/locales/client.ja.yml b/plugins/poll/config/locales/client.ja.yml
index 51195089ba9..bcf38f121ae 100644
--- a/plugins/poll/config/locales/client.ja.yml
+++ b/plugins/poll/config/locales/client.ja.yml
@@ -43,6 +43,12 @@ ja:
show-results:
title: "投票結果を表示する"
label: "結果"
+ show-tally:
+ title: "投票数で投票結果を表示する"
+ label: "集計を表示"
+ show-percentage:
+ title: "投票結果をパーセント率で表示する"
+ label: "パーセント率で表示"
remove-vote:
title: "投票の削除"
label: "投票を取り消す"
diff --git a/plugins/poll/config/locales/client.nl.yml b/plugins/poll/config/locales/client.nl.yml
index 21ddb444415..8b1188779cb 100644
--- a/plugins/poll/config/locales/client.nl.yml
+++ b/plugins/poll/config/locales/client.nl.yml
@@ -13,6 +13,9 @@ nl:
total_votes:
one: "totale stem"
other: "totale stemmen"
+ votes:
+ one: "%{count} stem"
+ other: "%{count} stemmen"
average_rating: "Gemiddelde beoordeling: %{average}."
public:
title: "Stemmen zijn openbaar."
@@ -46,6 +49,12 @@ nl:
show-results:
title: "De pollresultaten weergeven"
label: "Resultaten"
+ show-tally:
+ title: "Stemresultaten weergeven op basis van het aantal stemmen"
+ label: "Telling weergeven"
+ show-percentage:
+ title: "Stemresultaten weergeven als percentage"
+ label: "Weergeven als percentage"
remove-vote:
title: "Verwijder je stem"
label: "Stem ongedaan maken"
diff --git a/plugins/poll/config/locales/client.pt_BR.yml b/plugins/poll/config/locales/client.pt_BR.yml
index a1ab3fe79f3..78643d3c89d 100644
--- a/plugins/poll/config/locales/client.pt_BR.yml
+++ b/plugins/poll/config/locales/client.pt_BR.yml
@@ -13,6 +13,9 @@ pt_BR:
total_votes:
one: "voto no total"
other: "votos no total"
+ votes:
+ one: "%{count} voto"
+ other: "%{count} votos"
average_rating: "Classificação média: %{average}."
public:
title: "Votos são públicos."
@@ -46,6 +49,12 @@ pt_BR:
show-results:
title: "Mostrar o resultado da enquete"
label: "Resultados"
+ show-tally:
+ title: "Mostrar resultados da votação por número de votos"
+ label: "Exibir contagem"
+ show-percentage:
+ title: "Mostrar resultados da votação como porcentagem"
+ label: "Mostrar como porcentagem"
remove-vote:
title: "Remover seu voto"
label: "Desfazer votação"
diff --git a/plugins/poll/config/locales/client.ru.yml b/plugins/poll/config/locales/client.ru.yml
index bfafecbd605..4e0c716b4fa 100644
--- a/plugins/poll/config/locales/client.ru.yml
+++ b/plugins/poll/config/locales/client.ru.yml
@@ -17,6 +17,11 @@ ru:
few: "голоса"
many: "голосов"
other: "голосов"
+ votes:
+ one: "%{count} голос"
+ few: "%{count} голоса"
+ many: "%{count} голосов"
+ other: "%{count} голоса"
average_rating: "Средний рейтинг: %{average}."
public:
title: "Голосов публичных."
@@ -56,6 +61,12 @@ ru:
show-results:
title: "Показать результаты опроса"
label: "Результаты"
+ show-tally:
+ title: "Показать результаты голосования по количеству голосов"
+ label: "Показать подсчет"
+ show-percentage:
+ title: "Показать результаты голосования в процентах"
+ label: "Отображать в процентах"
remove-vote:
title: "Удалить свой голос"
label: "Забрать голос"
diff --git a/plugins/poll/config/locales/client.sk.yml b/plugins/poll/config/locales/client.sk.yml
index 070281f9b26..d9b8017162b 100644
--- a/plugins/poll/config/locales/client.sk.yml
+++ b/plugins/poll/config/locales/client.sk.yml
@@ -118,6 +118,8 @@ sk:
label: "Možnosti"
ranked_choice:
abstain: "Zdržať sa hlasovania"
+ highest_priority: "(najvyššia priorita)"
+ lowest_priority: "(najnižšia priorita)"
login: "Prihláste sa a hlasujte!"
error_while_toggling_status: "Ľutujeme, nastala chyba pri prepínaní stavu tohto hlasovania."
error_while_casting_votes: "Ľutujeme, nastala chyba pri prideľovaní Vašich hlasov."
diff --git a/plugins/poll/config/locales/client.tr_TR.yml b/plugins/poll/config/locales/client.tr_TR.yml
index 5b859aeec00..d39937f9724 100644
--- a/plugins/poll/config/locales/client.tr_TR.yml
+++ b/plugins/poll/config/locales/client.tr_TR.yml
@@ -13,6 +13,9 @@ tr_TR:
total_votes:
one: "toplam oy"
other: "toplam oy"
+ votes:
+ one: "%{count} oy"
+ other: "%{count} oy"
average_rating: "Ortalama puan: %{average}."
public:
title: "Oylar herkese açıktır."
@@ -46,6 +49,12 @@ tr_TR:
show-results:
title: "Anket sonuçlarını göster"
label: "Sonuçlar"
+ show-tally:
+ title: "Oylama sonuçlarını oy sayısına göre göster"
+ label: "Toplam sayıyı göster"
+ show-percentage:
+ title: "Oylama sonuçlarını yüzde olarak göster"
+ label: "Yüzde olarak göster"
remove-vote:
title: "Oyunuzu kaldırın"
label: "Oyu geri al"
diff --git a/plugins/poll/config/locales/server.es.yml b/plugins/poll/config/locales/server.es.yml
index 2a5f1a3bb1f..ed1ca03a694 100644
--- a/plugins/poll/config/locales/server.es.yml
+++ b/plugins/poll/config/locales/server.es.yml
@@ -12,8 +12,8 @@ es:
poll_minimum_trust_level_to_create: "Definir el nivel de confianza mínimo requerido para crear encuestas."
poll_create_allowed_groups: "Grupos que pueden crear encuestas."
poll_groupable_user_fields: "Un grupo de nombres de campos de usuario que se pueden usar para agrupar y filtrar los resultados de encuestas."
- poll_export_data_explorer_query_id: "ID de la consulta del explorador de datos que se utilizará para exportar los resultados de la encuesta (0 para deshabilitar)."
- poll_export_ranked_choice_data_explorer_query_id: "ID de la consulta del explorador de datos a usar en la exportación de resultados de encuestas de votación de eliminación instantánea"
+ poll_export_data_explorer_query_id: "ID de la consulta del explorador de datos que se utilizará para exportar los resultados de la encuesta (0 para desactivar)."
+ poll_export_ranked_choice_data_explorer_query_id: "ID de la consulta del explorador de datos que se utilizará para exportar los resultados de la votación por escrutinio instantáneo."
poll_default_public: "Al crear una nueva encuesta, activar por defecto la opción «mostrar quién ha votado»."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -53,7 +53,7 @@ es:
one: En esta encuesta hace falta %{count} voto.
other: En esta encuesta hacen falta %{count} votos.
ranked_choice:
- vote_options_mismatch: "Para la segunda vuelta inmediata, el número de elecciones realizadas en una votación debe coincidir con el número de opciones. El número de opciones es %{count} y el número de elecciones realizadas es %{provided}."
+ vote_options_mismatch: "Para el escrutinio instantáneo, el número de elecciones realizadas en una votación debe coincidir con el número de opciones. El número de opciones es %{count} y el número de elecciones realizadas es %{provided}."
no_group_results_support: "Tipo de encuesta no válida, ranked_choice no admite resultados agrupados."
topic_must_be_open_to_toggle_status: "El tema debe estar abierto para cambiar el estado."
only_staff_or_op_can_toggle_status: "Solo un miembro del equipo o la persona que realizó la publicación original pueden cambiar el estado de una encuesta."
diff --git a/plugins/poll/config/locales/server.fi.yml b/plugins/poll/config/locales/server.fi.yml
index bce7d29db87..9b7e4f7a038 100644
--- a/plugins/poll/config/locales/server.fi.yml
+++ b/plugins/poll/config/locales/server.fi.yml
@@ -12,6 +12,8 @@ fi:
poll_minimum_trust_level_to_create: "Vähimmäisluottamustaso, jolla voi luoda kyselyitä."
poll_create_allowed_groups: "Ryhmät, joilla on oikeus luoda kyselyitä."
poll_groupable_user_fields: "Käyttäjäkenttäluokat, joiden mukaan kyselyiden tuloksia voi ryhmitellä ja suodattaa."
+ poll_export_data_explorer_query_id: "Tietoselauskyselyn tunnus, jota käytetään äänestystulosten viemiseen (poista käytöstä arvolla 0)."
+ poll_export_ranked_choice_data_explorer_query_id: "Tietoselauskyselyn tunnus, jota käytetään IRV-äänestystulosten viemiseen."
poll_default_public: "Ota \"Näytä äänestäneet\" -valinta käyttöön oletuksena luotaessa uutta kyselyä."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -51,6 +53,7 @@ fi:
one: Tähän kyselyyn vaaditaan vähintään %{count} ääni.
other: Tähän kyselyyn vaaditaan vähintään %{count} ääntä.
ranked_choice:
+ vote_options_mismatch: "IRV-äänestyksessä äänessä tehtyjen valintojen määrän täytyy vastata vaihtoehtojen määrää. Vaihtoehtojen määrä on %{count}, ja tehtyjen valintojen määrä oli %{provided}."
no_group_results_support: "Virheellinen kyselytyyppi, ranked_choice ei tue ryhmiteltyjä tuloksia."
topic_must_be_open_to_toggle_status: "Vain avoimessa ketjussa voi muuttaa kyselyn tilaa."
only_staff_or_op_can_toggle_status: "Vain henkilökunta tai kyselyn laatija voi muuttaa kyselyn tilaa."
diff --git a/plugins/poll/config/locales/server.fr.yml b/plugins/poll/config/locales/server.fr.yml
index da628ddb807..4d61f7c2070 100644
--- a/plugins/poll/config/locales/server.fr.yml
+++ b/plugins/poll/config/locales/server.fr.yml
@@ -12,6 +12,8 @@ fr:
poll_minimum_trust_level_to_create: "Définir le niveau de confiance minimal requis pour créer des sondages."
poll_create_allowed_groups: "Les groupes autorisés à créer des sondages."
poll_groupable_user_fields: "Un ensemble de noms de champs utilisateur qui peuvent être utilisés pour grouper et filtrer les résultats d'un sondage."
+ poll_export_data_explorer_query_id: "ID de la requête de l'explorateur de données à utiliser pour exporter les résultats du sondage (0 pour désactiver)."
+ poll_export_ranked_choice_data_explorer_query_id: "ID de la requête de l'explorateur de données à utiliser pour exporter les résultats du scrutin de second tour instantané."
poll_default_public: "Lors de la création d'un nouveau sondage, activez l'option « Afficher qui a voté » par défaut."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -51,6 +53,7 @@ fr:
one: Un minimum de %{count} vote est nécessaire pour ce sondage.
other: Un minimum de %{count} votes est nécessaire pour ce sondage.
ranked_choice:
+ vote_options_mismatch: "Pour le second tour instantané, le nombre de choix effectués lors d'un vote doit correspondre au nombre d'options. Le nombre d'options est de %{count} et le nombre de choix effectués était de %{provided}."
no_group_results_support: "Type de sondage non valide, ranked_choice ne prend pas en charge les résultats groupés."
topic_must_be_open_to_toggle_status: "Le sujet doit être ouvert pour modifier le statut."
only_staff_or_op_can_toggle_status: "Seul(e) un(e) responsable ou le créateur ou la créatrice du sujet peuvent modifier le statut d'un sondage."
diff --git a/plugins/poll/config/locales/server.it.yml b/plugins/poll/config/locales/server.it.yml
index 63b73fb9fd2..01ae5b9c2ba 100644
--- a/plugins/poll/config/locales/server.it.yml
+++ b/plugins/poll/config/locales/server.it.yml
@@ -12,6 +12,8 @@ it:
poll_minimum_trust_level_to_create: "Definisce il minimo livello di attendibilità necessario per poter creare sondaggi."
poll_create_allowed_groups: "Gruppi a cui è consentito creare sondaggi."
poll_groupable_user_fields: "Un insieme di nomi di campi utente che possono essere utilizzati per raggruppare e filtrare i risultati del sondaggio."
+ poll_export_data_explorer_query_id: "ID della query Data Explorer da utilizzare per l'esportazione dei risultati del sondaggio (0 per disabilitare)."
+ poll_export_ranked_choice_data_explorer_query_id: "ID della query di Data Explorer da utilizzare per esportare i risultati del sondaggio sul ballottaggio immediato."
poll_default_public: "Quando si crea un nuovo sondaggio, abilita l'opzione \"mostra chi ha votato\" per impostazione predefinita."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -51,6 +53,7 @@ it:
one: Almeno %{count} voto è richiesto per questo sondaggio.
other: Almeno %{count} voti sono richiesti per questo sondaggio.
ranked_choice:
+ vote_options_mismatch: "Per il ballottaggio immediato, il numero di scelte fatte in una votazione deve corrispondere al numero di opzioni. Il numero di opzioni è %{count} e il numero di scelte fatte era %{provided}."
no_group_results_support: "Tipo di sondaggio non valido, ranking_choice non supporta risultati raggruppati."
topic_must_be_open_to_toggle_status: "L'argomento deve essere aperto per commutare lo stato."
only_staff_or_op_can_toggle_status: "Solo un membro dello staff o l'autore originale possono commutare lo stato di un sondaggio."
diff --git a/plugins/poll/config/locales/server.ja.yml b/plugins/poll/config/locales/server.ja.yml
index f7736c86a53..204984f8f18 100644
--- a/plugins/poll/config/locales/server.ja.yml
+++ b/plugins/poll/config/locales/server.ja.yml
@@ -12,6 +12,8 @@ ja:
poll_minimum_trust_level_to_create: "投票の作成に必要な最低信頼レベルを定義します。"
poll_create_allowed_groups: "投票を作成できるグループ。"
poll_groupable_user_fields: "投票結果をグループ化およびフィルタするために使用できるユーザーフィールド名のセット。"
+ poll_export_data_explorer_query_id: "投票結果のエクスポートに使用するデータエクスプローラークエリの ID (無効にする場合は 0)。"
+ poll_export_ranked_choice_data_explorer_query_id: "即時決選投票の結果をエクスポートするために使用するデータエクスプローラークエリの ID。"
poll_default_public: "新しい投票を作成する際に、デフォルトで '投票者を表示する' オプションを有効にします。"
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -47,6 +49,7 @@ ja:
min_vote_per_user:
other: この投票には最低 %{count} 票が必要です。
ranked_choice:
+ vote_options_mismatch: "即時決選では、投票で選択される選択肢の数は選択肢の数と一致する必要があります。選択肢の数は %{count} 個ですが、%{provided} が選択されました。"
no_group_results_support: "投票タイプが無効です。ranked_choice はグループ化された結果をサポートしていません。"
topic_must_be_open_to_toggle_status: "ステータスを切り替えるには、トピックがオープンになっている必要があります。"
only_staff_or_op_can_toggle_status: "スタッフメンバーまたは元の投稿者のみが投票のステータスを切り替えることができます。"
diff --git a/plugins/poll/config/locales/server.nl.yml b/plugins/poll/config/locales/server.nl.yml
index c21e3d8fb25..2c48f9d2650 100644
--- a/plugins/poll/config/locales/server.nl.yml
+++ b/plugins/poll/config/locales/server.nl.yml
@@ -12,6 +12,8 @@ nl:
poll_minimum_trust_level_to_create: "Het minimale vertrouwensniveau dat nodig is om polls te maken."
poll_create_allowed_groups: "De groepen die polls mogen maken."
poll_groupable_user_fields: "Een aantal gebruikersveldnamen die voor het groeperen en filteren van pollresultaten kunnen worden gebruikt."
+ poll_export_data_explorer_query_id: "ID van de te gebruiken gegevensverkennerquery voor het exporteren van pollresultaten (0 voor uitschakelen)."
+ poll_export_ranked_choice_data_explorer_query_id: "ID van de te gebruiken gegevensverkennerquery voor het exporteren van de resultaten van polls met gerangschikte keuze."
poll_default_public: "Schakel bij het maken van een nieuwe poll standaard de optie 'Weergeven wie er heeft gestemd' in."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -51,6 +53,7 @@ nl:
one: Er is minimaal %{count} stem vereist voor deze poll.
other: Er zijn minimaal %{count} stemmen vereist voor deze poll.
ranked_choice:
+ vote_options_mismatch: "Voor gerangschikte keuze moet het aantal gemaakte keuzes bij een stemming overeenkomen met het aantal opties. Het aantal opties is %{count} en het gemaakte aantal keuzes was %{provided}."
no_group_results_support: "Ongeldig polltype, ranked_choice ondersteunt geen gegroepeerde resultaten."
topic_must_be_open_to_toggle_status: "Het topic moet geopend zijn om de status te kunnen omschakelen."
only_staff_or_op_can_toggle_status: "Alleen een medewerker of de oorspronkelijke plaatser van een bericht kan de status van een poll omschakelen."
diff --git a/plugins/poll/config/locales/server.ru.yml b/plugins/poll/config/locales/server.ru.yml
index 8850621820e..701d42280b2 100644
--- a/plugins/poll/config/locales/server.ru.yml
+++ b/plugins/poll/config/locales/server.ru.yml
@@ -12,6 +12,8 @@ ru:
poll_minimum_trust_level_to_create: "Определить минимальный уровень доверия, необходимый для создания опросов."
poll_create_allowed_groups: "Группы, которым разрешено создавать опросы."
poll_groupable_user_fields: "Набор имен пользователей, которые можно использовать для группировки и фильтрации результатов опроса."
+ poll_export_data_explorer_query_id: "ID запроса в Data Explorer для экспорта результатов опроса (0 для отключения)."
+ poll_export_ranked_choice_data_explorer_query_id: "ID запроса в Data Explorer, который нужно использовать для экспорта результатов опроса рейтингового голосования."
poll_default_public: "При создании нового опроса включите опцию «Показывать проголосовавших» по умолчанию."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -59,6 +61,7 @@ ru:
many: В этом опросе требуется минимум %{count} голосов.
other: В этом опросе требуется минимум %{count} голосов.
ranked_choice:
+ vote_options_mismatch: "При использовании системы рейтингового голосования число сделанных выборов должно совпадать с количеством доступных вариантов. Количество вариантов — %{count}, а количество сделанных выборов — %{provided}."
no_group_results_support: "Недопустимый тип опроса. Рейтинговое_голосование не поддерживает сгруппированные результаты."
topic_must_be_open_to_toggle_status: "Для изменения статуса тема должна быть открыта."
only_staff_or_op_can_toggle_status: "Только модераторы или автор могут поменять статус опроса."
diff --git a/plugins/poll/config/locales/server.tr_TR.yml b/plugins/poll/config/locales/server.tr_TR.yml
index dbd3c7a3657..e7bc7357e8d 100644
--- a/plugins/poll/config/locales/server.tr_TR.yml
+++ b/plugins/poll/config/locales/server.tr_TR.yml
@@ -12,6 +12,8 @@ tr_TR:
poll_minimum_trust_level_to_create: "Anket oluşturmak için gereken minimum güven seviyesini tanımlayın."
poll_create_allowed_groups: "Anket oluşturmasına izin verilen gruplar."
poll_groupable_user_fields: "Anket sonuçlarını gruplamak ve filtrelemek için kullanılabilecek bir dizi kullanıcı alanı adı."
+ poll_export_data_explorer_query_id: "Anket sonuçlarını dışa aktarmak için kullanılacak veri gezgini sorgusunun kimliği (devre dışı bırakmak için 0)."
+ poll_export_ranked_choice_data_explorer_query_id: "Anlık ikinci tur oylama anket sonuçlarını dışa aktarmak için kullanılacak veri gezgini sorgusunun kimliği."
poll_default_public: "Yeni bir anket oluştururken, varsayılan olarak \"kimin oy verdiğini göster\" seçeneğini etkinleştirin."
keywords:
poll_create_allowed_groups: "poll_minimum_trust_level_to_create"
@@ -51,6 +53,7 @@ tr_TR:
one: Bu anket için en az %{count} oy gereklidir.
other: Bu anket için en az %{count} oy gereklidir.
ranked_choice:
+ vote_options_mismatch: "Anında seçim için, bir oylamada yapılan seçim sayısı seçenek sayısıyla eşleşmelidir. Seçenek sayısı %{count} ve yapılan seçim sayısı %{provided} idi."
no_group_results_support: "Geçersiz anket türü, ranked_choice gruplanmış sonuçları desteklemiyor."
topic_must_be_open_to_toggle_status: "Durumu açmak/kapatmak için konu açık olmalıdır."
only_staff_or_op_can_toggle_status: "Yalnızca bir personel üyesi veya orijinal gönderi sahibi anket durumunu açabilir/kapatabilir."
diff --git a/plugins/poll/config/locales/server.zh_CN.yml b/plugins/poll/config/locales/server.zh_CN.yml
index e48366c1af2..440780aea82 100644
--- a/plugins/poll/config/locales/server.zh_CN.yml
+++ b/plugins/poll/config/locales/server.zh_CN.yml
@@ -12,7 +12,7 @@ zh_CN:
poll_minimum_trust_level_to_create: "定义创建投票所需的最低信任级别。"
poll_create_allowed_groups: "能够创建投票的群组。"
poll_groupable_user_fields: "一组可用于对投票结果进行分组和筛选的用户字段名称。"
- poll_export_data_explorer_query_id: "用于导出轮询结果的数据资源管理器查询的 ID (0 将禁用)。"
+ poll_export_data_explorer_query_id: "用于导出轮询结果的数据资源管理器查询的 ID(0 将禁用)。"
poll_export_ranked_choice_data_explorer_query_id: "用于导出即时决胜投票结果的数据资源管理器查询的 ID。"
poll_default_public: "创建新投票时,默认启用“显示投票人”选项。"
keywords:
@@ -49,7 +49,7 @@ zh_CN:
min_vote_per_user:
other: 本投票至少需要 %{count} 票。
ranked_choice:
- vote_options_mismatch: "对于即时决胜,投票中做出的选择数必须与选项数相匹配。选项数为 %{count} ,做出的选择数为 %{provided}。"
+ vote_options_mismatch: "对于即时决胜,投票中做出的选择数必须与选项数相匹配。选项数为 %{count},做出的选择数为 %{provided}。"
no_group_results_support: "投票类型无效,ranked_choice 不支持分组结果。"
topic_must_be_open_to_toggle_status: "话题必须处于开放状态才能切换状态。"
only_staff_or_op_can_toggle_status: "只有管理人员或者发布投票的人才能切换投票状态。"