diff --git a/src/decl/locale_data.ts b/src/decl/locale_data.ts index d4211f8a1..8a2d4b51a 100644 --- a/src/decl/locale_data.ts +++ b/src/decl/locale_data.ts @@ -748,6 +748,7 @@ export type LocaleData = { title: string description: string sidebarTitle: string + closeSidebar: string itemDescription: string noDescription: string filterInput: { @@ -4162,10 +4163,7 @@ export type LocaleData = { mentionSuggest: { 'aria-label': string } - mediaButton: { - title: string - 'aria-label': string - } + mediaButton: string pollButton: { title: string 'aria-label': string @@ -4694,14 +4692,8 @@ export type LocaleData = { title: string 'aria-label': string } - openCabinets: { - title: string - 'aria-label': string - } - closeCabinets: { - title: string - 'aria-label': string - } + openCabinets: string + closeCabinets: string bootstrapFailed: string home_function_buttons: { main: { diff --git a/src/public/locales/ar-SA.json b/src/public/locales/ar-SA.json index 831cc9ed3..7ff7b70b3 100644 --- a/src/public/locales/ar-SA.json +++ b/src/public/locales/ar-SA.json @@ -780,6 +780,7 @@ "title": "الصفحة الرئيسية", "description": "قلب تجربتك النابضة. هنا، قم بإدارة سكان خيالك - الشخصيات والعوالم والشخصيات. تبدأ قصصك وتتفرع من هذه الرابطة المركزية.", "sidebarTitle": "التفاصيل", + "closeSidebar": "إغلاق الشريط الجانبي", "itemDescription": "اختر عنصرًا هنا لعرض التفاصيل.", "noDescription": "لا يوجد وصف", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "اقتراحات الإشارة" }, - "mediaButton": { - "title": "أضف الوسائط", - "aria-label": "أضف الوسائط" - }, + "mediaButton": "أضف الوسائط", "pollButton": { "title": "الشروع في التصويت", "aria-label": "الشروع في التصويت" @@ -4714,14 +4712,8 @@ "title": "قائمة العناصر", "aria-label": "قائمة العناصر" }, - "openCabinets": { - "title": "فتح قائمة خزانة الملفات", - "aria-label": "فتح قائمة خزانة الملفات" - }, - "closeCabinets": { - "title": "إغلاق", - "aria-label": "إغلاق" - }, + "openCabinets": "فتح قائمة خزانة الملفات", + "closeCabinets": "إغلاق", "bootstrapFailed": "فشلت تهيئة خزانة الملفات: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/de-DE.json b/src/public/locales/de-DE.json index 9658848f7..ad1f327ba 100644 --- a/src/public/locales/de-DE.json +++ b/src/public/locales/de-DE.json @@ -780,6 +780,7 @@ "title": "Startseite", "description": "Das Herzstück Ihres fount-Erlebnisses. Verwalten Sie hier die Bewohner Ihrer Fantasie – Charaktere, Welten und Personas. Ihre Geschichten beginnen und verzweigen sich in diesem zentralen Zusammenhang.", "sidebarTitle": "Details", + "closeSidebar": "Seitenleiste schließen", "itemDescription": "Wählen Sie ein Element aus, um Details anzuzeigen.", "noDescription": "Keine Beschreibung verfügbar", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Erwähnungsvorschläge" }, - "mediaButton": { - "title": "Medien hinzufügen", - "aria-label": "Medien hinzufügen" - }, + "mediaButton": "Medien hinzufügen", "pollButton": { "title": "Umfrage starten", "aria-label": "Umfrage starten" @@ -4714,14 +4712,8 @@ "title": "Einträge", "aria-label": "Einträge" }, - "openCabinets": { - "title": "Cabinetliste öffnen", - "aria-label": "Cabinetliste öffnen" - }, - "closeCabinets": { - "title": "Schließen", - "aria-label": "Schließen" - }, + "openCabinets": "Aktenschrankliste öffnen", + "closeCabinets": "Schließen", "bootstrapFailed": "Die Initialisierung des Archivs ist fehlgeschlagen: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/emoji.json b/src/public/locales/emoji.json index 737119b53..6d2f33668 100644 --- a/src/public/locales/emoji.json +++ b/src/public/locales/emoji.json @@ -780,6 +780,7 @@ "title": "🏠", "description": "❤️🏛️🎭🌍🧑‍🎨", "sidebarTitle": "ℹ️", + "closeSidebar": "✖️ℹ️", "itemDescription": "👆➡️ℹ️", "noDescription": "🤷‍♂️", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "@️⃣💡" }, - "mediaButton": { - "title": "➕🖼️", - "aria-label": "➕🖼️" - }, + "mediaButton": "➕🖼️", "pollButton": { "title": "➕🗳️", "aria-label": "➕🗳️" @@ -4714,14 +4712,8 @@ "title": "📄📋", "aria-label": "📄📋" }, - "openCabinets": { - "title": "📂🗄️📋", - "aria-label": "📂🗄️📋" - }, - "closeCabinets": { - "title": "✖️", - "aria-label": "✖️" - }, + "openCabinets": "📂🗄️📋", + "closeCabinets": "✖️", "bootstrapFailed": "🗄️🚀❌:${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/en-UK.json b/src/public/locales/en-UK.json index 9fdd4c1c5..e6f70eaba 100644 --- a/src/public/locales/en-UK.json +++ b/src/public/locales/en-UK.json @@ -775,6 +775,7 @@ "title": "Home", "description": "The heart of your fount experience. Here, manage the denizens of your imagination—characters, worlds, and personas. Your stories begin and branch from this central nexus.", "sidebarTitle": "Details", + "closeSidebar": "Close sidebar", "itemDescription": "Select an item to view details.", "noDescription": "No description available.", "filterInput": { @@ -4185,10 +4186,7 @@ "mentionSuggest": { "aria-label": "Mention suggestions" }, - "mediaButton": { - "title": "Add media", - "aria-label": "Add media" - }, + "mediaButton": "Add media", "pollButton": { "title": "Start a poll", "aria-label": "Start a poll" @@ -4711,14 +4709,8 @@ "title": "Items", "aria-label": "Items" }, - "openCabinets": { - "title": "Open file cabinet list", - "aria-label": "Open file cabinet list" - }, - "closeCabinets": { - "title": "Close", - "aria-label": "Close" - }, + "openCabinets": "Open file cabinet list", + "closeCabinets": "Close", "bootstrapFailed": "File cabinet initialization failed: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/es-ES.json b/src/public/locales/es-ES.json index 7480fe3f7..0f2ba059e 100644 --- a/src/public/locales/es-ES.json +++ b/src/public/locales/es-ES.json @@ -780,6 +780,7 @@ "title": "Inicio", "description": "El corazón de tu experiencia en fount. Aquí, gestiona los habitantes de tu imaginación: personajes, mundos y personas. Tus historias comienzan y se ramifican a partir de este nexo central.", "sidebarTitle": "Detalles", + "closeSidebar": "Cerrar panel lateral", "itemDescription": "Selecciona un elemento para ver los detalles.", "noDescription": "Sin descripción.", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Sugerencias de mención" }, - "mediaButton": { - "title": "Agregar medios", - "aria-label": "Agregar medios" - }, + "mediaButton": "Agregar medios", "pollButton": { "title": "Iniciar una votación", "aria-label": "Iniciar una votación" @@ -4714,14 +4712,8 @@ "title": "Lista de elementos", "aria-label": "Lista de elementos" }, - "openCabinets": { - "title": "Abrir lista de archivoes", - "aria-label": "Abrir lista de archivoes" - }, - "closeCabinets": { - "title": "Cerrar", - "aria-label": "Cerrar" - }, + "openCabinets": "Abrir lista de archivadores", + "closeCabinets": "Cerrar", "bootstrapFailed": "Error al inicializar el archivo: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/fr-FR.json b/src/public/locales/fr-FR.json index a759af1d1..219a25730 100644 --- a/src/public/locales/fr-FR.json +++ b/src/public/locales/fr-FR.json @@ -780,6 +780,7 @@ "title": "Accueil", "description": "Le cœur de votre expérience de fount. Ici, gérez les habitants de votre imagination : personnages, mondes et personnages. Vos histoires commencent et partent de ce lien central.", "sidebarTitle": "Détails", + "closeSidebar": "Fermer le panneau latéral", "itemDescription": "Sélectionnez un élément pour en voir les détails.", "noDescription": "Aucune description disponible.", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Suggestions de mention" }, - "mediaButton": { - "title": "Ajouter un média", - "aria-label": "Ajouter un média" - }, + "mediaButton": "Ajouter un média", "pollButton": { "title": "Créer un sondage", "aria-label": "Créer un sondage" @@ -4714,14 +4712,8 @@ "title": "Liste des éléments", "aria-label": "Liste des éléments" }, - "openCabinets": { - "title": "Ouvrir la liste des armoires", - "aria-label": "Ouvrir la liste des armoires" - }, - "closeCabinets": { - "title": "Fermer", - "aria-label": "Fermer" - }, + "openCabinets": "Ouvrir la liste des armoires", + "closeCabinets": "Fermer", "bootstrapFailed": "Échec de l'initialisation de l'armoire : ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/hi-IN.json b/src/public/locales/hi-IN.json index 1cbf77a64..f3a4c84ff 100644 --- a/src/public/locales/hi-IN.json +++ b/src/public/locales/hi-IN.json @@ -780,6 +780,7 @@ "title": "होम", "description": "आपके मूल अनुभव का हृदय. यहां, अपनी कल्पना के निवासियों-पात्रों, दुनियाओं और व्यक्तित्वों को प्रबंधित करें। आपकी कहानियाँ इसी केंद्रीय गठजोड़ से शुरू होती हैं और शाखाबद्ध होती हैं।", "sidebarTitle": "विवरण", + "closeSidebar": "साइडबार बंद करें", "itemDescription": "विवरण देखने के लिए यहाँ एक आइटम चुनें।", "noDescription": "कोई विवरण नहीं।", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "मेंशन सुझाव" }, - "mediaButton": { - "title": "मीडिया जोड़ें", - "aria-label": "मीडिया जोड़ें" - }, + "mediaButton": "मीडिया जोड़ें", "pollButton": { "title": "मतदान शुरू करें", "aria-label": "मतदान शुरू करें" @@ -4714,14 +4712,8 @@ "title": "आइटम सूची", "aria-label": "आइटम सूची" }, - "openCabinets": { - "title": "फ़ाइल कैबिनेट सूची खोलें", - "aria-label": "फ़ाइल कैबिनेट सूची खोलें" - }, - "closeCabinets": { - "title": "बंद करें", - "aria-label": "बंद करें" - }, + "openCabinets": "फ़ाइल कैबिनेट सूची खोलें", + "closeCabinets": "बंद करें", "bootstrapFailed": "फ़ाइल कैबिनेट आरंभीकरण विफल: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/is-IS.json b/src/public/locales/is-IS.json index 4bd67c74f..61ae23758 100644 --- a/src/public/locales/is-IS.json +++ b/src/public/locales/is-IS.json @@ -780,6 +780,7 @@ "title": "Forsíða", "description": "Hjarta upplifunar þinnar. Hér skaltu stjórna þegnum ímyndunarafls þíns – persónur, heima og persónur. Sögur þínar byrja og greinast frá þessu miðlæga samhengi.", "sidebarTitle": "Nánar", + "closeSidebar": "Loka hliðarstiku", "itemDescription": "Veldu atriði hér til að sjá nánari upplýsingar.", "noDescription": "Engin lýsing", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Tillögur að mentíunum" }, - "mediaButton": { - "title": "Bættu við miðli", - "aria-label": "Bættu við miðli" - }, + "mediaButton": "Bættu við miðli", "pollButton": { "title": "Hefja atkvæðagreiðslu", "aria-label": "Hefja atkvæðagreiðslu" @@ -4714,14 +4712,8 @@ "title": "Atriðalisti", "aria-label": "Atriðalisti" }, - "openCabinets": { - "title": "Opnaðu skjalaskápalista", - "aria-label": "Opnaðu skjalaskápalista" - }, - "closeCabinets": { - "title": "Loka", - "aria-label": "Loka" - }, + "openCabinets": "Opnaðu skjalaskápalista", + "closeCabinets": "Loka", "bootstrapFailed": "Frumstilling skjalaskáps mistókst: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/it-IT.json b/src/public/locales/it-IT.json index 602644880..9a6aff2ba 100644 --- a/src/public/locales/it-IT.json +++ b/src/public/locales/it-IT.json @@ -780,6 +780,7 @@ "title": "Home", "description": "Il cuore della tua esperienza di fount. Qui, gestisci gli abitanti della tua immaginazione: personaggi, mondi e personaggi. Le tue storie iniziano e si diramano da questo nesso centrale.", "sidebarTitle": "Dettagli", + "closeSidebar": "Chiudi barra laterale", "itemDescription": "Seleziona un elemento per visualizzarne i dettagli.", "noDescription": "Nessuna descrizione disponibile.", "filterInput": { @@ -1753,7 +1754,7 @@ "suppressEveryone": "Ignora @tutti e @qui", "suppressRoles": "Ignora il gruppo di ruoli @", "mute": "muto", - "muteOff": "Vicino", + "muteOff": "Disattiva", "mute1h": "1 ora", "mute8h": "8 ore", "muteForever": "fino all'accensione manuale", @@ -1913,7 +1914,7 @@ "typing": "${names} sta scrivendo...", "charsHeader": "Ruolo", "settingsModalTitle": "Impostazioni", - "modalClose": "Vicino", + "modalClose": "Chiudi", "cancel": "Annulla", "bookmarkLocal": "locale", "groupsSection": "gruppo", @@ -1962,7 +1963,7 @@ "aria-label": "Punta della forcella DAG" }, "ariaClose": { - "aria-label": "Vicino" + "aria-label": "Chiudi" }, "serverBar": { "aria-label": "Gruppi e navigazione" @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Suggerimenti menzione" }, - "mediaButton": { - "title": "Aggiungi contenuti multimediali", - "aria-label": "Aggiungi contenuti multimediali" - }, + "mediaButton": "Aggiungi contenuti multimediali", "pollButton": { "title": "Avviare una votazione", "aria-label": "Initiate a vote" @@ -4537,7 +4535,7 @@ }, "dialog": { "close": { - "aria-label": "Vicino" + "aria-label": "Chiudi" } }, "actions": { @@ -4714,14 +4712,8 @@ "title": "Elenco elementi", "aria-label": "Elenco elementi" }, - "openCabinets": { - "title": "Apri l'elenco degli schedari", - "aria-label": "Apri l'elenco degli schedari" - }, - "closeCabinets": { - "title": "Vicino", - "aria-label": "Vicino" - }, + "openCabinets": "Apri l'elenco degli schedari", + "closeCabinets": "Chiudi", "bootstrapFailed": "Inizializzazione schedario non riuscita: ${error}", "home_function_buttons": { "main": { @@ -5671,7 +5663,7 @@ "save": "Salva", "delete": "Eliminare", "confirm": "Confermare", - "close": "Vicino", + "close": "Chiudi", "translate": { "label": "Traduzione:", "showOriginal": "Mostra originale", diff --git a/src/public/locales/ja-JP.json b/src/public/locales/ja-JP.json index ad12c54dd..6f0364dad 100644 --- a/src/public/locales/ja-JP.json +++ b/src/public/locales/ja-JP.json @@ -780,6 +780,7 @@ "title": "ホーム", "description": "あなたのfount体験の中心。ここでは、想像の世界の住人であるキャラクター、世界、ペルソナを管理します。あなたの物語は、この中心的なつながりから始まり、分岐していきます。", "sidebarTitle": "詳細", + "closeSidebar": "サイドバーを閉じる", "itemDescription": "項目を選択すると、ここに詳細が表示されます。", "noDescription": "説明はありません。", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "メンション候補" }, - "mediaButton": { - "title": "メディアを追加", - "aria-label": "メディアを追加" - }, + "mediaButton": "メディアを追加", "pollButton": { "title": "投票を作成", "aria-label": "投票を作成" @@ -4714,14 +4712,8 @@ "title": "項目一覧", "aria-label": "項目一覧" }, - "openCabinets": { - "title": "ファイルキャビネットリストを開く", - "aria-label": "ファイルキャビネットリストを開く" - }, - "closeCabinets": { - "title": "閉じる", - "aria-label": "閉じる" - }, + "openCabinets": "ファイルキャビネットリストを開く", + "closeCabinets": "閉じる", "bootstrapFailed": "ファイル キャビネットの初期化に失敗しました: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/ko-KR.json b/src/public/locales/ko-KR.json index b41c378ae..8c7d01ce0 100644 --- a/src/public/locales/ko-KR.json +++ b/src/public/locales/ko-KR.json @@ -780,6 +780,7 @@ "title": "홈", "description": "fount 체험의 핵심입니다. 여기에서 캐릭터, 세계, 페르소나 등 상상 속 인물을 관리하세요. 여러분의 이야기는 이 중심 연결점에서 시작되고 분기됩니다.", "sidebarTitle": "세부 정보", + "closeSidebar": "사이드바 닫기", "itemDescription": "자세한 내용을 보려면 여기에서 항목을 선택하세요.", "noDescription": "설명이 없습니다.", "filterInput": { @@ -1753,7 +1754,7 @@ "suppressEveryone": "@everyone 및 @here 무시", "suppressRoles": "역할 그룹 @ 무시", "mute": "음소거", - "muteOff": "폐쇄", + "muteOff": "끄기", "mute1h": "1시간", "mute8h": "8시간", "muteForever": "수동으로 켜질 때까지", @@ -1913,7 +1914,7 @@ "typing": "${names}님이 입력 중입니다...", "charsHeader": "역할", "settingsModalTitle": "설정", - "modalClose": "폐쇄", + "modalClose": "닫기", "cancel": "취소", "bookmarkLocal": "로컬", "groupsSection": "그룹", @@ -1962,7 +1963,7 @@ "aria-label": "DAG 포크 팁" }, "ariaClose": { - "aria-label": "폐쇄" + "aria-label": "닫기" }, "serverBar": { "aria-label": "그룹 및 탐색" @@ -3095,7 +3096,7 @@ "upload": "스티커 업로드", "install": "설치", "uninstall": "제거", - "close": "폐쇄", + "close": "닫기", "cancel": "취소", "installed": "설치됨", "myPacks": "내 스티커 팩", @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "멘션 제안" }, - "mediaButton": { - "title": "미디어 추가", - "aria-label": "미디어 추가" - }, + "mediaButton": "미디어 추가", "pollButton": { "title": "투표 시작", "aria-label": "투표 시작" @@ -4537,7 +4535,7 @@ }, "dialog": { "close": { - "aria-label": "폐쇄" + "aria-label": "닫기" } }, "actions": { @@ -4714,14 +4712,8 @@ "title": "항목 목록", "aria-label": "항목 목록" }, - "openCabinets": { - "title": "파일 캐비닛 목록 열기", - "aria-label": "파일 캐비닛 목록 열기" - }, - "closeCabinets": { - "title": "폐쇄", - "aria-label": "폐쇄" - }, + "openCabinets": "파일 캐비닛 목록 열기", + "closeCabinets": "닫기", "bootstrapFailed": "파일 캐비닛 초기화 실패: ${error}", "home_function_buttons": { "main": { @@ -5671,7 +5663,7 @@ "save": "저장", "delete": "삭제", "confirm": "확인", - "close": "폐쇄", + "close": "닫기", "translate": { "label": "번역:", "showOriginal": "원문 보기", diff --git a/src/public/locales/lzh.json b/src/public/locales/lzh.json index b23ac3397..a0cd2dfcb 100644 --- a/src/public/locales/lzh.json +++ b/src/public/locales/lzh.json @@ -780,6 +780,7 @@ "title": "門戶", "description": "此乃泉源之中樞,君之奇思妙想,化為人物、世界、身份,皆由此生發。", "sidebarTitle": "詳覽", + "closeSidebar": "闔側欄", "itemDescription": "請擇一物以觀其詳。", "noDescription": "無述", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "呼名候選" }, - "mediaButton": { - "title": "添媒體", - "aria-label": "添媒體" - }, + "mediaButton": "添媒體", "pollButton": { "title": "發起投票", "aria-label": "發起投票" @@ -4714,14 +4712,8 @@ "title": "卷目", "aria-label": "卷目" }, - "openCabinets": { - "title": "啟藏經閣名錄", - "aria-label": "啟藏經閣名錄" - }, - "closeCabinets": { - "title": "闔", - "aria-label": "闔" - }, + "openCabinets": "啟藏經閣名錄", + "closeCabinets": "闔", "bootstrapFailed": "藏經閣初始化未遂:${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/nl-NL.json b/src/public/locales/nl-NL.json index b7432383c..80824fde6 100644 --- a/src/public/locales/nl-NL.json +++ b/src/public/locales/nl-NL.json @@ -780,6 +780,7 @@ "title": "Startpagina", "description": "Het hart van uw font-ervaring. Beheer hier de bewoners van je verbeelding: personages, werelden en persona's. Jouw verhalen beginnen en vertakken zich vanuit dit centrale knooppunt.", "sidebarTitle": "Details", + "closeSidebar": "Zijbalk sluiten", "itemDescription": "Selecteer hier een item om de details te bekijken.", "noDescription": "Geen beschrijving", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Vermeldingssuggesties" }, - "mediaButton": { - "title": "Media toevoegen", - "aria-label": "Media toevoegen" - }, + "mediaButton": "Media toevoegen", "pollButton": { "title": "Start een stemming", "aria-label": "Start een stemming" @@ -4714,14 +4712,8 @@ "title": "Items", "aria-label": "Items" }, - "openCabinets": { - "title": "Archiefkastlijst openen", - "aria-label": "Archiefkastlijst openen" - }, - "closeCabinets": { - "title": "Sluiten", - "aria-label": "Sluiten" - }, + "openCabinets": "Archiefkastlijst openen", + "closeCabinets": "Sluiten", "bootstrapFailed": "Initialisatie van Cabinet mislukt: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/pt-PT.json b/src/public/locales/pt-PT.json index 841abbba7..ea39fc51b 100644 --- a/src/public/locales/pt-PT.json +++ b/src/public/locales/pt-PT.json @@ -780,6 +780,7 @@ "title": "Início", "description": "O coração da sua experiência com o fount. Aqui, faça a gestão dos habitantes da sua imaginação – personagens, mundos e personas. As suas histórias começam e ramificam-se a partir deste nexo central.", "sidebarTitle": "Detalhes", + "closeSidebar": "Fechar barra lateral", "itemDescription": "Selecione um item aqui para ver os detalhes.", "noDescription": "Sem descrição.", "filterInput": { @@ -1753,7 +1754,7 @@ "suppressEveryone": "Ignore @todos e @aqui", "suppressRoles": "Ignorar grupo de funções @", "mute": "Silenciar", - "muteOff": "Encerramento", + "muteOff": "Desativar", "mute1h": "1 hora", "mute8h": "8 horas", "muteForever": "Até ser ligado manualmente", @@ -1913,7 +1914,7 @@ "typing": "${names} está digitando...", "charsHeader": "Papel", "settingsModalTitle": "Configurar", - "modalClose": "Encerramento", + "modalClose": "Fechar", "cancel": "Cancelar", "bookmarkLocal": "Local", "groupsSection": "Grupo", @@ -1962,7 +1963,7 @@ "aria-label": "Ponta do garfo DAG" }, "ariaClose": { - "aria-label": "Encerramento" + "aria-label": "Fechar" }, "serverBar": { "aria-label": "Grupos e navegação" @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Sugestões de menção" }, - "mediaButton": { - "title": "Adicionar media", - "aria-label": "Adicionar media" - }, + "mediaButton": "Adicionar media", "pollButton": { "title": "Iniciar uma votação", "aria-label": "Iniciar uma votação" @@ -4537,7 +4535,7 @@ }, "dialog": { "close": { - "aria-label": "Encerramento" + "aria-label": "Fechar" } }, "actions": { @@ -4714,14 +4712,8 @@ "title": "Lista de itens", "aria-label": "Lista de itens" }, - "openCabinets": { - "title": "Abrir lista de armários", - "aria-label": "Abrir lista de armários" - }, - "closeCabinets": { - "title": "Encerramento", - "aria-label": "Encerramento" - }, + "openCabinets": "Abrir lista de armários", + "closeCabinets": "Fechar", "bootstrapFailed": "Falha na inicialização do armário: ${error}", "home_function_buttons": { "main": { @@ -5671,7 +5663,7 @@ "save": "Guardar", "delete": "Eliminar", "confirm": "Confirmar", - "close": "Encerramento", + "close": "Fechar", "translate": { "label": "Tradução:", "showOriginal": "Mostrar original", diff --git a/src/public/locales/ru-RU.json b/src/public/locales/ru-RU.json index de787ccae..112db7c4d 100644 --- a/src/public/locales/ru-RU.json +++ b/src/public/locales/ru-RU.json @@ -780,6 +780,7 @@ "title": "Главная", "description": "Сердце вашего опыта работы С fount. Здесь управляйте обитателями своего воображения — персонажами, мирами и личностями. Ваши истории начинаются и разветвляются из этой центральной точки.", "sidebarTitle": "Подробности", + "closeSidebar": "Закрыть боковую панель", "itemDescription": "Выберите элемент для просмотра подробностей.", "noDescription": "Описание отсутствует.", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Подсказки упоминаний" }, - "mediaButton": { - "title": "Добавить медиа", - "aria-label": "Добавить медиа" - }, + "mediaButton": "Добавить медиа", "pollButton": { "title": "Создать опрос", "aria-label": "Создать опрос" @@ -4714,14 +4712,8 @@ "title": "Список элементов", "aria-label": "Список элементов" }, - "openCabinets": { - "title": "Открыть список шкафов", - "aria-label": "Открыть список шкафов" - }, - "closeCabinets": { - "title": "Закрыть", - "aria-label": "Закрыть" - }, + "openCabinets": "Открыть список шкафов", + "closeCabinets": "Закрыть", "bootstrapFailed": "Не удалось инициализировать файловый шкаф: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/uk-UA.json b/src/public/locales/uk-UA.json index 3814bb25d..aa437934c 100644 --- a/src/public/locales/uk-UA.json +++ b/src/public/locales/uk-UA.json @@ -780,6 +780,7 @@ "title": "Головна", "description": "Серце вашого досвіду fount. Тут керуйте мешканцями своєї уяви — персонажами, світами та персонажами. Ваші історії починаються і розгалужуються з цього центрального зв’язку.", "sidebarTitle": "Деталі", + "closeSidebar": "Закрити бічну панель", "itemDescription": "Оберіть елемент, щоб переглянути деталі.", "noDescription": "Немає опису", "filterInput": { @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Підказки згадок" }, - "mediaButton": { - "title": "Додайте медіа", - "aria-label": "Додайте медіа" - }, + "mediaButton": "Додайте медіа", "pollButton": { "title": "Ініціюйте голосування", "aria-label": "Ініціюйте голосування" @@ -4714,14 +4712,8 @@ "title": "Список елементів", "aria-label": "Список елементів" }, - "openCabinets": { - "title": "Відкрити список картотеки", - "aria-label": "Відкрити список картотеки" - }, - "closeCabinets": { - "title": "Закрити", - "aria-label": "Закрити" - }, + "openCabinets": "Відкрити список картотеки", + "closeCabinets": "Закрити", "bootstrapFailed": "Помилка ініціалізації картотеки: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/vi-VN.json b/src/public/locales/vi-VN.json index 33a5eeba2..9b23047dd 100644 --- a/src/public/locales/vi-VN.json +++ b/src/public/locales/vi-VN.json @@ -780,6 +780,7 @@ "title": "Trang chủ", "description": "Đây là điểm khởi đầu cho trải nghiệm fount của bạn. Dù là những nhân vật sống động, thế giới rộng lớn hay danh tính độc đáo, mọi thứ trong vương quốc tưởng tượng đều nằm trong tay bạn. Mọi câu chuyện sẽ bắt đầu từ đây.", "sidebarTitle": "Chi tiết", + "closeSidebar": "Đóng thanh bên", "itemDescription": "Chọn một mục ở đây để xem chi tiết.", "noDescription": "Không có mô tả.", "filterInput": { @@ -1962,7 +1963,7 @@ "aria-label": "Đầu nĩa DAG" }, "ariaClose": { - "aria-label": "đóng cửa" + "aria-label": "Đóng" }, "serverBar": { "aria-label": "Nhóm và điều hướng" @@ -4188,10 +4189,7 @@ "mentionSuggest": { "aria-label": "Gợi ý nhắc đến" }, - "mediaButton": { - "title": "Thêm phương tiện", - "aria-label": "Thêm phương tiện" - }, + "mediaButton": "Thêm phương tiện", "pollButton": { "title": "Bắt đầu bỏ phiếu", "aria-label": "Bắt đầu bỏ phiếu" @@ -4714,14 +4712,8 @@ "title": "Danh sách mục", "aria-label": "Danh sách mục" }, - "openCabinets": { - "title": "Mở danh sách tủ hồ sơ", - "aria-label": "Mở danh sách tủ hồ sơ" - }, - "closeCabinets": { - "title": "đóng cửa", - "aria-label": "đóng cửa" - }, + "openCabinets": "Mở danh sách tủ hồ sơ", + "closeCabinets": "Đóng", "bootstrapFailed": "Khởi tạo nội dung tệp không thành công: ${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/zh-CN.json b/src/public/locales/zh-CN.json index d41916e30..02272c8a4 100644 --- a/src/public/locales/zh-CN.json +++ b/src/public/locales/zh-CN.json @@ -780,6 +780,7 @@ "title": "主页", "description": "这里是您 fount 体验的起点。无论是鲜活的角色、宏大的世界,还是独特的身份,您想象国度中的一切尽在掌握。所有故事,将从这里开始。", "sidebarTitle": "详情", + "closeSidebar": "关闭侧边栏", "itemDescription": "在此处选择一个项目以查看详细信息。", "noDescription": "无描述信息", "filterInput": { @@ -4194,10 +4195,7 @@ "mentionSuggest": { "aria-label": "提及建议" }, - "mediaButton": { - "title": "添加媒体", - "aria-label": "添加媒体" - }, + "mediaButton": "添加媒体", "pollButton": { "title": "发起投票", "aria-label": "发起投票" @@ -4726,14 +4724,8 @@ "title": "内容列表", "aria-label": "内容列表" }, - "openCabinets": { - "title": "打开文件柜列表", - "aria-label": "打开文件柜列表" - }, - "closeCabinets": { - "title": "关闭", - "aria-label": "关闭" - }, + "openCabinets": "打开文件柜列表", + "closeCabinets": "关闭", "bootstrapFailed": "文件柜初始化失败:${error}", "home_function_buttons": { "main": { diff --git a/src/public/locales/zh-TW.json b/src/public/locales/zh-TW.json index f4521d70e..225838b8c 100644 --- a/src/public/locales/zh-TW.json +++ b/src/public/locales/zh-TW.json @@ -779,6 +779,7 @@ "title": "首頁", "description": "這裡是您 fount 體驗的起點。無論是鮮活的角色、宏偉的世界,還是獨特的身分,您想像國度中的一切盡在掌握。所有故事,將從這裡開始。", "sidebarTitle": "詳情", + "closeSidebar": "關閉側邊欄", "itemDescription": "在此處選擇一個項目以檢視詳細資訊。", "noDescription": "無描述資訊", "filterInput": { @@ -4187,10 +4188,7 @@ "mentionSuggest": { "aria-label": "提及建議" }, - "mediaButton": { - "title": "新增媒體", - "aria-label": "新增媒體" - }, + "mediaButton": "新增媒體", "pollButton": { "title": "發起投票", "aria-label": "發起投票" @@ -4713,14 +4711,8 @@ "title": "內容列表", "aria-label": "內容列表" }, - "openCabinets": { - "title": "開啟文件櫃列表", - "aria-label": "開啟文件櫃列表" - }, - "closeCabinets": { - "title": "關閉", - "aria-label": "關閉" - }, + "openCabinets": "開啟文件櫃列表", + "closeCabinets": "關閉", "bootstrapFailed": "文件櫃初始化失敗:${error}", "home_function_buttons": { "main": { diff --git a/src/public/pages/i18n-notes.md b/src/public/pages/i18n-notes.md index 76d12cfc0..3d5366912 100644 --- a/src/public/pages/i18n-notes.md +++ b/src/public/pages/i18n-notes.md @@ -20,4 +20,6 @@ Use `data-i18n` / `setElementI18n` (swap the key to retarget) — not one-shot ` Icon-only controls: locale `{ title, aria-label }` ([locale-edits.md](../locales/locale-edits.md)); string keys on icon parents wipe children. +**Icon / empty `