From 504aa49870bcb00a714dd9afcf663c9ef62581eb Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 13 Aug 2024 13:01:43 +0000 Subject: [PATCH] Update translations --- locales/ar.yml | 30 ++++++++++++++++++++++++++++++ locales/de.yml | 2 +- locales/es.yml | 30 ++++++++++++++++++++++++++++++ locales/fi.yml | 30 ++++++++++++++++++++++++++++++ locales/fr.yml | 30 ++++++++++++++++++++++++++++++ locales/it.yml | 30 ++++++++++++++++++++++++++++++ locales/ja.yml | 30 ++++++++++++++++++++++++++++++ locales/nl.yml | 30 ++++++++++++++++++++++++++++++ locales/pt.yml | 30 ++++++++++++++++++++++++++++++ locales/pt_BR.yml | 30 ++++++++++++++++++++++++++++++ locales/ru.yml | 30 ++++++++++++++++++++++++++++++ locales/tr_TR.yml | 6 ++++-- locales/zh_CN.yml | 30 ++++++++++++++++++++++++++++++ 13 files changed, 335 insertions(+), 3 deletions(-) diff --git a/locales/ar.yml b/locales/ar.yml index f2a8a49..e37157b 100644 --- a/locales/ar.yml +++ b/locales/ar.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ ar: + theme_metadata: + settings: + links: + description: الروابط النصية التي سيتم عرضها في الرأس + schema: + properties: + text: + label: النص + description: النص الذي سيتم عرضه للرابط + url: + label: عنوان URL + description: عنوان URL الذي سيؤدي إليه الرابط + target: + label: الهدف + description: سمة الهدف للرابط + icons: + description: روابط الأيقونة التي سيتم عرضها في الرأس + schema: + properties: + icon_name: + label: الأيقونة + description: اسم أيقونة FontAwesome5 التي سيتم عرضها للرابط + url: + label: عنوان URL + description: عنوان URL الذي سيؤدي إليه الرابط + target: + label: الهدف + description: سمة الهدف للرابط + custom_font_awesome_icons: قائمة أيقونات FontAwesome5 المُستخدَمة في مكوِّن السمة هذا + show_bar_on_mobile: عند التفعيل، سيتم عرض إصدار سطح المكتب من شريط الرأس على أجهزة الجوَّال diff --git a/locales/de.yml b/locales/de.yml index 0b6934f..95cbcdd 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -26,7 +26,7 @@ de: properties: icon_name: label: Symbol - description: Der Name des FontAwesome 5 Symbols, das für den Link angezeigt werden soll + description: Der Name des FontAwesome 5-Symbols, das für den Link angezeigt werden soll url: label: URL description: Die URL, auf die verlinkt werden soll diff --git a/locales/es.yml b/locales/es.yml index 904a13a..6d668e5 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ es: + theme_metadata: + settings: + links: + description: Enlaces de texto que se mostrarán en el encabezado. + schema: + properties: + text: + label: Texto + description: El texto que se mostrará para el enlace. + url: + label: URL + description: La URL a la que se debe vincular + target: + label: Destino + description: El atributo de destino del enlace. + icons: + description: Enlaces de iconos que se mostrarán en el encabezado. + schema: + properties: + icon_name: + label: Icono + description: El nombre del icono de FontAwesome 5 que se mostrará en el enlace + url: + label: URL + description: La URL a la que se debe vincular + target: + label: Destino + description: El atributo de destino del enlace. + custom_font_awesome_icons: Lista de íconos de FontAwesome 5 utilizados en este componente de tema + show_bar_on_mobile: Si está activada, la versión de escritorio de la barra de encabezado se mostrará en los dispositivos móviles diff --git a/locales/fi.yml b/locales/fi.yml index 27ca34b..b95231c 100644 --- a/locales/fi.yml +++ b/locales/fi.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ fi: + theme_metadata: + settings: + links: + description: Ylätunnisteessa näkyvät tekstilinkit + schema: + properties: + text: + label: Teksti + description: Linkin näytettävä teksti + url: + label: URL + description: URL, johon linkki osoittaa + target: + label: Kohde + description: Linkin kohdemäärite + icons: + description: Ylätunnisteessa näkyvät kuvakelinkit + schema: + properties: + icon_name: + label: Kuvake + description: Linkissä näytettävän FontAwesome 5 -kuvakkeen nimi + url: + label: URL + description: URL, johon linkki osoittaa + target: + label: Kohde + description: Linkin kohdemäärite + custom_font_awesome_icons: Luettelo tässä teeman komponentissa käytettävistä FontAwesome 5 -kuvakkeista + show_bar_on_mobile: Kun tämä on käytössä, ylätunnistepalkin työpöytäversio näytetään mobiililaitteissa diff --git a/locales/fr.yml b/locales/fr.yml index a790282..cb51733 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ fr: + theme_metadata: + settings: + links: + description: Liens texte à afficher dans l'en-tête + schema: + properties: + text: + label: Texte + description: Le texte à afficher pour le lien + url: + label: URL + description: L'URL vers laquelle créer un lien + target: + label: Cible + description: L'attribut cible du lien + icons: + description: Liens d'icônes à afficher dans l'en-tête + schema: + properties: + icon_name: + label: Icône + description: Le nom de l'icône FontAwesome 5 à afficher pour le lien + url: + label: URL + description: L'URL vers laquelle créer un lien + target: + label: Cible + description: L'attribut cible du lien + custom_font_awesome_icons: Liste des icônes FontAwesome 5 utilisées dans ce composant du thème + show_bar_on_mobile: Lorsque cette option est activée, la version d'ordinateur de bureau de la barre d'en-tête sera affichée sur les appareils mobiles diff --git a/locales/it.yml b/locales/it.yml index edb0545..8a15725 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ it: + theme_metadata: + settings: + links: + description: Link di testo da visualizzare nell'intestazione + schema: + properties: + text: + label: Testo + description: Il testo da visualizzare per il link + url: + label: URL + description: L'URL a cui collegarsi + target: + label: Destinazione + description: L'attributo di destinazione per il link + icons: + description: Icona di testo da visualizzare nell'intestazione + schema: + properties: + icon_name: + label: Icona + description: Il nome dell'icona FontAwesome 5 da visualizzare per il link + url: + label: URL + description: L'URL a cui collegarsi + target: + label: Destinazione + description: L'attributo di destinazione per il link + custom_font_awesome_icons: Elenco delle icone FontAwesome 5 utilizzate in questo componente del tema + show_bar_on_mobile: Se l'opzione è abilitata, la versione desktop della barra dell'intestazione verrà visualizzata sui dispositivi mobili diff --git a/locales/ja.yml b/locales/ja.yml index 38bed05..ff670c7 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ ja: + theme_metadata: + settings: + links: + description: ヘッダーに表示されるテキストリンク + schema: + properties: + text: + label: テキスト + description: リンクに表示するテキスト + url: + label: URL + description: リンク先の URL + target: + label: ターゲット + description: リンクのターゲット属性 + icons: + description: ヘッダーに表示されるアイコンリンク + schema: + properties: + icon_name: + label: アイコン + description: リンクに表示する FontAwesome 5 アイコンの名前 + url: + label: URL + description: リンク先の URL + target: + label: ターゲット + description: リンクのターゲット属性 + custom_font_awesome_icons: このテーマコンポーネントで使用される FontAwesome 5 アイコンのリスト + show_bar_on_mobile: 有効にすると、ヘッダーバーのデスクトップバージョンがモバイルデバイスに表示されます。 diff --git a/locales/nl.yml b/locales/nl.yml index 2096bfe..19ef1b0 100644 --- a/locales/nl.yml +++ b/locales/nl.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ nl: + theme_metadata: + settings: + links: + description: Tekstlinks die in de koptekst moeten worden weergegeven + schema: + properties: + text: + label: Tekst + description: De tekst om weer te geven voor de link + url: + label: URL + description: De URL om naar te linken + target: + label: Doel + description: Het 'target'-attribuut voor de link + icons: + description: Pictogramlinks die in de koptekst moeten worden weergegeven + schema: + properties: + icon_name: + label: Pictogram + description: De naam van het Font Awesome 5-pictogram om weer te geven voor de link + url: + label: URL + description: De URL om naar te linken + target: + label: Doel + description: Het 'target'-attribuut voor de link + custom_font_awesome_icons: Lijst van Font Awesome 5-pictogrammen die in deze themacomponent worden gebruikt + show_bar_on_mobile: Als dit is ingeschakeld, wordt de desktopversie van de kopbalk weergegeven op mobiele apparaten diff --git a/locales/pt.yml b/locales/pt.yml index 298ba52..395f10a 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ pt: + theme_metadata: + settings: + links: + description: Links do texto exibidos no cabeçalho + schema: + properties: + text: + label: Texto + description: Texto exibido para o link + url: + label: URL + description: A URL para vincular + target: + label: Destino + description: O atributo de destino para o link + icons: + description: Links de ícone exibidos no cabeçalho + schema: + properties: + icon_name: + label: Ícone + description: O nome do ícone de FontAwesome 5 exibido para o link + url: + label: URL + description: A URL para vincular + target: + label: Destino + description: O atributo de destino para o link + custom_font_awesome_icons: A lista de ícones de FontAwesome 5 usados neste componente temático + show_bar_on_mobile: Quando ativado, a versão da barra de cabeçalho para o desktop será exibida nos dispositivos móveis diff --git a/locales/pt_BR.yml b/locales/pt_BR.yml index 5e7b84c..c39ab7b 100644 --- a/locales/pt_BR.yml +++ b/locales/pt_BR.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ pt_BR: + theme_metadata: + settings: + links: + description: Links de texto exibidos no cabeçalho + schema: + properties: + text: + label: Texto + description: O texto exibido para o link + url: + label: URL + description: A URL a ser vinculada + target: + label: Destino + description: O atributo de destino para o link + icons: + description: Links de ícone exibidos no cabeçalho + schema: + properties: + icon_name: + label: Ícone + description: O nome do ícone de FontAwesome 5 exibido para o link + url: + label: URL + description: A URL a ser vinculada + target: + label: Destino + description: O atributo de destino para o link + custom_font_awesome_icons: A lista de ícones de FontAwesome 5 usados neste componente temático + show_bar_on_mobile: Quando ativado, a versão da barra de cabeçalho para o desktop será exibida em dispositivos móveis diff --git a/locales/ru.yml b/locales/ru.yml index 842c8dc..ae66397 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ ru: + theme_metadata: + settings: + links: + description: Текстовые ссылки, которые будут отображаться в заголовке + schema: + properties: + text: + label: Текст + description: Текст, отображаемый для ссылки + url: + label: URL + description: URL-адрес для ссылки + target: + label: Target + description: Атрибут target для ссылки + icons: + description: Значки ссылок, которые будут отображаться в заголовке + schema: + properties: + icon_name: + label: Значок + description: Имя значка FontAwesome 5, которое будет отображаться для ссылки + url: + label: URL + description: URL-адрес для ссылки + target: + label: Target + description: Атрибут target для ссылки + custom_font_awesome_icons: Список значков FontAwesome 5, используемых в этом компоненте темы + show_bar_on_mobile: Если включить, на мобильных устройствах будет отображаться версия заголовка для настольного компьютера. diff --git a/locales/tr_TR.yml b/locales/tr_TR.yml index f82460d..03eb489 100644 --- a/locales/tr_TR.yml +++ b/locales/tr_TR.yml @@ -8,7 +8,7 @@ tr_TR: theme_metadata: settings: links: - description: Üstbilgide görüntülenecek metin bağlantıları + description: Üst bilgide görüntülenecek metin bağlantıları schema: properties: text: @@ -21,7 +21,7 @@ tr_TR: label: Hedef description: Bağlantı için hedef niteliği icons: - description: Üstbilgide görüntülenecek simge bağlantıları + description: Üst bilgide görüntülenecek simge bağlantıları schema: properties: icon_name: @@ -33,3 +33,5 @@ tr_TR: target: label: Hedef description: Bağlantı için hedef niteliği + custom_font_awesome_icons: Bu tema bileşeninde kullanılan FontAwesome 5 simgelerinin listesi + show_bar_on_mobile: Etkinleştirildiğinde, başlık çubuğunun masaüstü sürümü mobil cihazlarda görüntülenir diff --git a/locales/zh_CN.yml b/locales/zh_CN.yml index 265939b..860ebcd 100644 --- a/locales/zh_CN.yml +++ b/locales/zh_CN.yml @@ -5,3 +5,33 @@ # https://translate.discourse.org/ zh_CN: + theme_metadata: + settings: + links: + description: 在页眉中显示的文本链接 + schema: + properties: + text: + label: 文本 + description: 为链接显示的文本 + url: + label: URL + description: 链接到的 URL + target: + label: 目标 + description: 链接的目标属性 + icons: + description: 在页眉中显示的图标链接 + schema: + properties: + icon_name: + label: 图标 + description: 为链接显示的 FontAwesome 5 图标的名称 + url: + label: URL + description: 链接到的 URL + target: + label: 目标 + description: 链接的目标属性 + custom_font_awesome_icons: 此主题组件中使用的 FontAwesome 5 图标列表 + show_bar_on_mobile: 启用后,桌面版页眉栏将显示在移动设备上