mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-03-09 13:02:25 +00:00
Update translations
This commit is contained in:
parent
6595991b2d
commit
a5f915332e
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
ar:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'إظهار الوصف من المنشور "نبذة عن هذه الفئة"'
|
||||
show_mobile: 'عرض البانرات على الجوَّال'
|
||||
show_subcategory: 'عرض البانرات للفئات الفرعية'
|
||||
hide_if_no_description: 'إخفاء البانرات إذا لم يتم تعيين وصف للفئة'
|
||||
show_category_logo: 'عرض شعار الفئة'
|
||||
exceptions: "لن يتم عرض البانر لأسماء هذه الفئات"
|
||||
categories:
|
||||
description: الفئات التي سيتم عرض بانر لها
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: الفئة
|
||||
description: "الفئة التي سيتم عرض بانر لها"
|
||||
target:
|
||||
label: الهدف
|
||||
description: |
|
||||
all - سيتم عرض البانر للفئة المحدَّدة وفئاتها الفرعية
|
||||
no_sub - سيتم عرض البانر للفئة المحدَّدة فقط
|
||||
only_sub - سيتم عرض البانر للفئات الفرعية للفئة المحدَّدة فقط
|
||||
plugin_outlet: "يغيِّر موضع البانر على الصفحة"
|
||||
show_category_icon: عرض أيقونة الفئة من <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">مكوِّن أيقونات فئات Discourse</a>
|
||||
override_category_icon_color: عند استخدام أيقونات الفئة، سيؤدي تفعيل هذا الإعداد إلى جعل الأيقونة تتطابق مع لون نص البانر
|
||||
|
@ -7,12 +7,12 @@
|
||||
de:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Beschreibung aus dem "Über die Kategorie" Beitrag anzeigen'
|
||||
show_description: 'Beschreibung aus dem „Über die Kategorie“-Beitrag anzeigen'
|
||||
show_mobile: 'Banner auf Mobilgeräten anzeigen'
|
||||
show_subcategory: 'Banner für Unterkategorien anzeigen'
|
||||
hide_if_no_description: 'Banner ausblenden, wenn die Kategoriebeschreibung nicht gesetzt ist'
|
||||
hide_if_no_description: 'Banner ausblenden, wenn die Kategoriebeschreibung nicht festgelegt ist'
|
||||
show_category_logo: 'Kategorie-Logo anzeigen'
|
||||
exceptions: "Das Banner wird für diese KategorieNAMEN nicht angezeigt"
|
||||
exceptions: "Das Banner wird für diese Kategorie-NAMEN nicht angezeigt"
|
||||
categories:
|
||||
description: Kategorien, für die ein Banner angezeigt werden soll
|
||||
schema:
|
||||
@ -23,9 +23,9 @@ de:
|
||||
target:
|
||||
label: Ziel
|
||||
description: |
|
||||
all - Banner wird für die ausgewählte Kategorie und ihre Unterkategorien angezeigt
|
||||
no_sub - Banner wird nur für die ausgewählte Kategorie angezeigt
|
||||
only_sub - Banner wird nur für die Unterkategorien der ausgewählten Kategorie angezeigt
|
||||
all – Banner wird für die ausgewählte Kategorie und ihre Unterkategorien angezeigt
|
||||
no_sub – Banner wird nur für die ausgewählte Kategorie angezeigt
|
||||
only_sub – Banner wird nur für die Unterkategorien der ausgewählten Kategorie angezeigt
|
||||
plugin_outlet: "Ändert die Position des Banners auf der Seite"
|
||||
show_category_icon: Zeige das Kategoriesymbol von der Komponente <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse Category Icons</a>
|
||||
override_category_icon_color: Wenn die Kategoriesymbole verwendet werden, passt die Aktivierung dieser Option das Symbol an die Textfarbe des Banners an.
|
||||
show_category_icon: Zeige das Kategoriesymbol aus der <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Komponente Discourse Category Icons</a> an
|
||||
override_category_icon_color: Wenn die Kategoriesymbole verwendet werden, passt die Aktivierung dieser Option das Symbol an die Textfarbe des Banners an
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
es:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Mostrar descripción de la publicación «Acerca de esta categoría»'
|
||||
show_mobile: 'Mostrar banners en dispositivos móviles'
|
||||
show_subcategory: 'Mostrar banners para subcategorías'
|
||||
hide_if_no_description: 'Ocultar banners si la descripción de la categoría no está configurada'
|
||||
show_category_logo: 'Mostrar logotipo de categoría'
|
||||
exceptions: "El banner no se mostrará para estos NOMBRES de categorías"
|
||||
categories:
|
||||
description: Categorías para las que mostrar un banner
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Categoría
|
||||
description: "Categoría para la que mostrar un banner"
|
||||
target:
|
||||
label: Destino
|
||||
description: |
|
||||
all: el banner se mostrará para la categoría seleccionada y sus subcategorías
|
||||
no_sub: el banner solo se mostrará para la categoría seleccionada
|
||||
only_sub: el banner solo se mostrará para las subcategorías de la categoría seleccionada
|
||||
plugin_outlet: "Cambia la posición del banner en la página."
|
||||
show_category_icon: Mostrar icono de categoría del <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">componente Iconos de categoría de Discourse</a>
|
||||
override_category_icon_color: Cuando se utilicen los iconos de categoría, al activar esta opción el icono coincidirá con el color del texto del banner
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
fi:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Näytä kuvaus "Tietoja tästä alueesta" -viestistä'
|
||||
show_mobile: 'Näytä bannerit mobiililaitteissa'
|
||||
show_subcategory: 'Näytä ala-alueiden bannerit'
|
||||
hide_if_no_description: 'Piilota bannerit, jos alueen kuvausta ei ole asetettu'
|
||||
show_category_logo: 'Näytä alueen logo'
|
||||
exceptions: "Banneria ei näytetä näille alueiden NIMILLE"
|
||||
categories:
|
||||
description: Alueet, joissa banneri näytetään
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Alue
|
||||
description: "Alue, joissa banneri näytetään"
|
||||
target:
|
||||
label: Kohde
|
||||
description: |
|
||||
all – Banneri näytetään valitulle alueelle ja sen ala-alueille
|
||||
no_sub – Banneri näytetään vain valitulle alueelle
|
||||
only_sub – Banneri näytetään vain valitun alueen ala-alueilla
|
||||
plugin_outlet: "Muuttaa bannerin sijaintia sivulla"
|
||||
show_category_icon: Näytä alueen kuvake <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discoursen alueiden kuvakkeet -komponentista</a>
|
||||
override_category_icon_color: Kun alueiden kuvakkeita käytetään, kuvake vastaa bannerin tekstin väriä, kun tämä otetaan käyttöön
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
fr:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Afficher la description de la publication « À propos de cette catégorie »'
|
||||
show_mobile: 'Afficher les bannières sur mobile'
|
||||
show_subcategory: 'Afficher les bannières pour les sous-catégories'
|
||||
hide_if_no_description: 'Masquer les bannières si la description de la catégorie n''est pas définie'
|
||||
show_category_logo: 'Afficher le logo de la catégorie'
|
||||
exceptions: "La bannière ne s'affichera pas pour ces NOMS de catégorie"
|
||||
categories:
|
||||
description: Catégories pour lesquelles afficher une bannière
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Catégorie
|
||||
description: "Catégorie pour laquelle afficher une bannière"
|
||||
target:
|
||||
label: Cible
|
||||
description: |
|
||||
all - La bannière s'affichera pour la catégorie sélectionnée et ses sous-catégories
|
||||
no_sub - La bannière s'affichera uniquement pour la catégorie sélectionnée
|
||||
only_sub - La bannière s'affichera uniquement pour les sous-catégories de la catégorie sélectionnée
|
||||
plugin_outlet: "Modifie la position de la bannière sur la page"
|
||||
show_category_icon: Afficher l'icône de catégorie du composant <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Icônes de catégorie de Discourse</a>
|
||||
override_category_icon_color: Lorsque les icônes de catégorie sont utilisées, l'activation de cette option fera correspondre l'icône à la couleur du texte de la bannière.
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
it:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Mostra la descrizione dal post "Informazioni su questa categoria".'
|
||||
show_mobile: 'Mostra banner su dispositivi mobili'
|
||||
show_subcategory: 'Mostra banner per le sottocategorie'
|
||||
hide_if_no_description: 'Nascondi i banner se la descrizione della categoria non è impostata'
|
||||
show_category_logo: 'Mostra il logo della categoria'
|
||||
exceptions: "Il banner non verrà visualizzato per questi NOMI di categoria"
|
||||
categories:
|
||||
description: Categorie per le quali mostrare un banner
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Categoria
|
||||
description: "Categoria per la quale mostrare un banner"
|
||||
target:
|
||||
label: Bersaglio
|
||||
description: |
|
||||
all - Il banner verrà visualizzato per la categoria selezionata e le relative sottocategorie
|
||||
no_sub - Il banner verrà visualizzato solo per la categoria selezionata
|
||||
only_sub - Il banner verrà visualizzato solo per le sottocategorie della categoria selezionata
|
||||
plugin_outlet: "Cambia la posizione del banner sulla pagina"
|
||||
show_category_icon: Mostra l'icona della categoria dal <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">componente Icone delle categorie di Discourse</a>
|
||||
override_category_icon_color: Quando vengono utilizzate le icone delle categorie, abilitando questa opzione l'icona corrisponderà al colore del testo del banner
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
ja:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: '「このカテゴリについて」投稿の説明を表示します'
|
||||
show_mobile: 'モバイルでバナーを表示する'
|
||||
show_subcategory: 'サブカテゴリのバナーを表示する'
|
||||
hide_if_no_description: 'カテゴリの説明が設定されていない場合はバナーを非表示にします'
|
||||
show_category_logo: 'カテゴリのロゴを表示する'
|
||||
exceptions: "これらのカテゴリ名のバナーは表示されません"
|
||||
categories:
|
||||
description: バナーを表示するカテゴリ
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: カテゴリ
|
||||
description: "バナーを表示するカテゴリ"
|
||||
target:
|
||||
label: ターゲット
|
||||
description: |
|
||||
all - 選択されたカテゴリとそのサブカテゴリにバナーが表示されます
|
||||
no_sub - 選択されたカテゴリにのみバナーが表示されます
|
||||
only_sub - 選択されたカテゴリのサブカテゴリにのみバナーが表示されます
|
||||
plugin_outlet: "バナーのページ上の位置を変更します"
|
||||
show_category_icon: <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse Category Icons コンポーネント</a>からカテゴリアイコンを表示する
|
||||
override_category_icon_color: カテゴリアイコンが使用されている場合、これを有効にすると、アイコンとバナーテキストの色が一致するようになります
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
nl:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Beschrijving uit bericht "Over deze categorie" weergeven'
|
||||
show_mobile: 'Banners weergeven op mobiel'
|
||||
show_subcategory: 'Banners weergeven voor subcategorieën'
|
||||
hide_if_no_description: 'Banners verbergen als categoriebeschrijving niet is ingesteld'
|
||||
show_category_logo: 'Categorielogo weergeven'
|
||||
exceptions: "Banner wordt niet weergegeven voor deze categorienamen"
|
||||
categories:
|
||||
description: Categorieën om een banner voor weer te geven
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Categorie
|
||||
description: "Categorie om een banner voor weer te geven"
|
||||
target:
|
||||
label: Doel
|
||||
description: |
|
||||
all - banner wordt weergegeven voor de geselecteerde categorie en de subcategorieën ervan
|
||||
no_sub - banner wordt alleen weergegeven voor de geselecteerde categorie
|
||||
only_sub - banner wordt alleen weergegeven voor de subcategorieën van de geselecteerde categorie
|
||||
plugin_outlet: "Wijzigt de positie van de banner op de pagina"
|
||||
show_category_icon: Categoriepictogram weergeven van de <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse-component Categoriepictogrammen</a>
|
||||
override_category_icon_color: Als de categoriepictogrammen worden gebruikt, zorgt dit ervoor dat het pictogram overeenkomt met de tekstkleur van de banner
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
pt_BR:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Mostrar descrição da postagem "Sobre esta categoria"'
|
||||
show_mobile: 'Mostrar banners nos dispositivos móveis'
|
||||
show_subcategory: 'Mostrar banners para subcategorias'
|
||||
hide_if_no_description: 'Ocultar banners se a descrição da categoria não for definida'
|
||||
show_category_logo: 'Mostrar logotipo da categoria'
|
||||
exceptions: "O banner não será mostrado para estes NOMES de categoria"
|
||||
categories:
|
||||
description: Categorias para as quais mostrar banner
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Categoria
|
||||
description: "Categoria para as quais mostrar banner"
|
||||
target:
|
||||
label: Destino
|
||||
description: |
|
||||
all - O banner será mostrado para a categoria selecionada e suas subcategorias
|
||||
no_sub - O banner será mostrado apenas para a categoria selecionada
|
||||
only_sub - O banner será mostrado apenas para as subcategorias da categoria selecionada
|
||||
plugin_outlet: "Altera a posição do banner na página"
|
||||
show_category_icon: Mostrar o ícone de categoria do <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">componente Ícones de Categoria do Discourse</a>
|
||||
override_category_icon_color: Quando os ícones da categoria forem usados, ative para fazer o ícone combinar com a cor to texto do banner
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
ru:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: 'Показывает описание из публикации «Об этой категории»'
|
||||
show_mobile: 'Показывает баннеры на мобильных устройствах'
|
||||
show_subcategory: 'Показывает баннеры для подкатегорий'
|
||||
hide_if_no_description: 'Скрывает баннеры, если описание категории не задано'
|
||||
show_category_logo: 'Показывает логотип категории'
|
||||
exceptions: "Баннер не будет отображаться для этих НАЗВАНИЙ категорий"
|
||||
categories:
|
||||
description: Категории, для которых нужно показать баннер
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: Категория
|
||||
description: "Категория, для которой нужно показать баннер"
|
||||
target:
|
||||
label: Target
|
||||
description: |
|
||||
all — баннер будет показан для выбранной категории и ее подкатегорий
|
||||
no_sub — баннер будет показан только для выбранной категории
|
||||
only_sub — баннер будет показан только для подкатегорий выбранной категории
|
||||
plugin_outlet: "Изменяет положение баннера на странице"
|
||||
show_category_icon: Показывает значок категории из компонента <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse Category Icons</a>
|
||||
override_category_icon_color: При использовании значков категорий включение этого параметра приведет к тому, что цвет значка будет соответствовать цвету текста баннера
|
||||
|
@ -8,11 +8,11 @@ tr_TR:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: '"Bu Kategori Hakkında" gönderisindeki açıklamayı göster'
|
||||
show_mobile: 'Mobil cihazlarda bannerları göster'
|
||||
show_subcategory: 'Alt kategoriler için bannerları göster'
|
||||
show_mobile: 'Mobil cihazlarda banner''ları göster'
|
||||
show_subcategory: 'Alt kategoriler için banner''ları göster'
|
||||
hide_if_no_description: 'Kategori açıklaması ayarlanmamışsa banner''ları gizle'
|
||||
show_category_logo: 'Kategori logosunu göster'
|
||||
exceptions: "Bu kategori İSİMLERİ için banner gösterilmeyecek"
|
||||
exceptions: "Bu kategori İSİMLERİ için banner gösterilmez"
|
||||
categories:
|
||||
description: Banner gösterilecek kategoriler
|
||||
schema:
|
||||
@ -23,9 +23,9 @@ tr_TR:
|
||||
target:
|
||||
label: Hedef
|
||||
description: |
|
||||
all - Banner seçilen kategori ve alt kategorileri için gösterilecek
|
||||
no_sub - Banner sadece seçilen kategori için gösterilecek
|
||||
only_sub - Banner sadece seçilen kategorinin alt kategorileri için gösterilecek
|
||||
all - Banner seçilen kategori ve alt kategorileri için gösterilir
|
||||
no_sub - Banner sadece seçilen kategori için gösterilir
|
||||
only_sub - Banner sadece seçilen kategorinin alt kategorileri için gösterilir
|
||||
plugin_outlet: "Banner'ın sayfadaki konumunu değiştirir"
|
||||
show_category_icon: <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse Kategori Simgeleri bileşeninden</a> kategori simgesini göster
|
||||
override_category_icon_color: Kategori simgeleri kullanıldığında, bunu etkinleştirmek simgenin afiş metni rengiyle eşleşmesini sağlayacaktır
|
||||
override_category_icon_color: Kategori simgeleri kullanıldığında, bunu etkinleştirmek simgenin afiş metni rengiyle eşleşmesini sağlar
|
||||
|
@ -5,3 +5,27 @@
|
||||
# https://translate.discourse.org/
|
||||
|
||||
zh_CN:
|
||||
theme_metadata:
|
||||
settings:
|
||||
show_description: '显示“关于此类别”帖子的描述'
|
||||
show_mobile: '在移动设备上显示横幅'
|
||||
show_subcategory: '为子类别显示横幅'
|
||||
hide_if_no_description: '如果未设置类别描述,则隐藏横幅'
|
||||
show_category_logo: '显示类别徽标'
|
||||
exceptions: "将不为这些类别名称显示横幅"
|
||||
categories:
|
||||
description: 要显示横幅的类别
|
||||
schema:
|
||||
properties:
|
||||
category_id:
|
||||
label: 类别
|
||||
description: "要显示横幅的类别"
|
||||
target:
|
||||
label: 目标
|
||||
description: |
|
||||
all - 为所选类别及其子类别显示横幅
|
||||
no_sub - 仅为所选类别显示横幅
|
||||
only_sub - 仅为所选类别的子类别显示横幅
|
||||
plugin_outlet: "更改页面上横幅的位置"
|
||||
show_category_icon: 显示 <a href="https://meta.discourse.org/t/category-icons/104683" target="_blank">Discourse 类别图标组件</a>中的类别图标
|
||||
override_category_icon_color: 使用类别图标时,启用此项会使图标与横幅文本颜色相匹配
|
||||
|
Loading…
x
Reference in New Issue
Block a user