diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml index f6117cb..fdc44ee 100755 --- a/ChatTwo/ChatTwo.yaml +++ b/ChatTwo/ChatTwo.yaml @@ -23,12 +23,7 @@ tags: - Replacement changelog: |- **Updates** - - Fix tell reply hotkey not working - - Save the FFXIV font to disk instead of redownloading it on every startup - - This should prevent errors if your DNS is giving up - - Replace all sigs with CS version - - Fix flags not working in reply mode - - Force the main chat log to be always open - - Prevent emotes inside auto translation - - Linkshells appear in selection again - - Fix rotate mode not working for CW and Normal Linkshells + - Add hide button to chat [thanks dean] + - Fix incorrect parameter for print function [thanks Limiana] + - Improve keybind handling, maybe + - Loc updates diff --git a/ChatTwo/GameFunctions/Chat.cs b/ChatTwo/GameFunctions/Chat.cs index c6aee34..0eea03f 100755 --- a/ChatTwo/GameFunctions/Chat.cs +++ b/ChatTwo/GameFunctions/Chat.cs @@ -256,6 +256,10 @@ internal sealed unsafe class Chat : IDisposable if (Plugin.ChatLogWindow is { CurrentTab.InputDisabled: true, IsHidden: false }) return; + // Vanilla text input has focus + if (RaptureAtkModule.Instance()->AtkModule.IsTextInputActive()) + return; + var modifierState = (ModifierFlag) 0; foreach (var modifier in Enum.GetValues()) { @@ -270,13 +274,8 @@ internal sealed unsafe class Chat : IDisposable if (!Keybinds.TryGetValue(toIntercept, out var keybind)) continue; - // Vanilla input has focus, so we ignore Ready Chat and Ready Command keybind if (toIntercept is "CMD_CHAT" or "CMD_COMMAND") { - // Vanilla text input has focus - if (RaptureAtkModule.Instance()->AtkModule.IsTextInputActive()) - continue; - // Direct chat option is selected if (DirectChat) continue; diff --git a/ChatTwo/Resources/Language.af.resx b/ChatTwo/Resources/Language.af.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.af.resx +++ b/ChatTwo/Resources/Language.af.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ar.resx b/ChatTwo/Resources/Language.ar.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.ar.resx +++ b/ChatTwo/Resources/Language.ar.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ca.resx b/ChatTwo/Resources/Language.ca.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.ca.resx +++ b/ChatTwo/Resources/Language.ca.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.cs.resx b/ChatTwo/Resources/Language.cs.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.cs.resx +++ b/ChatTwo/Resources/Language.cs.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.da.resx b/ChatTwo/Resources/Language.da.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.da.resx +++ b/ChatTwo/Resources/Language.da.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.de.resx b/ChatTwo/Resources/Language.de.resx index 725139f..252ea46 100644 --- a/ChatTwo/Resources/Language.de.resx +++ b/ChatTwo/Resources/Language.de.resx @@ -163,11 +163,17 @@ Zeigt den Knopf neben dem Einstellungsknopf an, um als Mentor dem Neulings-Chat beizutreten. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Schriftgröße - Transparenz + Fenster Transparenz Chatfenster bewegen erlauben @@ -390,7 +396,7 @@ Sie wurden gewarnt. Rechts - Command help side (None = off) + Kommando Hilfszeile (false = off) Die Seite auf der {0} Hilfe zu Befehlen anzeigen soll. @@ -1017,13 +1023,13 @@ Sie wurden gewarnt. Eingabefokus behalten - Keeps the input focus, even if you enter battle or do other actions. + Der Eingabefokus wird beibehalten, selbst wenn du einen Kampf betrittst oder eine andere Aktion ausführst. Emotes anzeigen - Replaces words with their emote version, currently supports BetterTTV. + Ersetzt Wörter mit ihrer Emote-Version, unterstützt derzeit BetterTTV. Emotes @@ -1053,103 +1059,103 @@ Sie wurden gewarnt. Emotes verfügbar: - Displays a preview with special parameter evaluated, like emotes and <item>. + Zeigt eine Vorschau mit speziellen Parametern, wie Emotes und <item>. - Position (None = off) + Position (False = aus) None - Inside + Innen - Top + Anfang - Bottom + Unten - Message Preview: + Nachrichtenvorschau: Tooltip - Must contain parameter + Muss Parameter beinhalten - Only show if the text contains special parameter. + Nur anzeigen wenn der Text einen speziellen Parameter enthält. - Minimum input length + Minimale Eingabelänge - Only show if the text length is greater-than or equal. + Nur anzeigen, wenn die Textlänge größer oder gleich ist. - Preview + Vorschau - Changelog + Änderungsprotokoll - Print changelog + Änderungsprotokoll anzeigen / darstellen - Print the changelog to chat after an update. + Darstellung des Änderungsprotokol nach einem Update des Chats. - This feature isn't implemented yet + Diese Funktion ist noch nicht implementiert - Changelog: + Änderungsprotokoll: - Date before {0} is not possible + Zeitraum vor {0} ist nicht zulässig - Sun + So - Mon + Mo - Tue + Di - Wed + Mi - Thu + Do - Fri + Fr - Sat + Sa - January + Januar - February + Februar - March + März April - May + Mai - June + Juni - July + Juli August @@ -1158,42 +1164,48 @@ Sie wurden gewarnt. September - October + Oktober November - December + Dezember - Date + Datum / Uhrzeit + + + Chat Type - Sender + Absender - Content + Inhalt - Nothing Found. + Nichts gefunden. - Search had no match on this page. + Die Suche ergab keine Ergebnisse. - Simple Sender/Content Search + Vereinfachte Suche / Inhaltssuche - Page: {0} / {1} ({2} Rows) {3} + Seite: {0} / {1} ({2} Zeilen) {3} - [Loading...] + Wird geladen - Only current character + Nur aktuellen Charakter anzeigen - FromTo: + Von-Bis: + + + An error occured while sending this tell message diff --git a/ChatTwo/Resources/Language.el.resx b/ChatTwo/Resources/Language.el.resx index 81b2b0d..066b8ab 100644 --- a/ChatTwo/Resources/Language.el.resx +++ b/ChatTwo/Resources/Language.el.resx @@ -163,6 +163,12 @@ Εμφάνιση του κουμπιού σύνδεσης στο Δίκτυο Αρχαρίων δίπλα στο κουμπί ρυθμίσεων, εάν συνδέεστε ως μέντορας. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Μέγεθος γραμματοσειράς @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.es.resx b/ChatTwo/Resources/Language.es.resx index 67ae27f..8b523be 100644 --- a/ChatTwo/Resources/Language.es.resx +++ b/ChatTwo/Resources/Language.es.resx @@ -163,6 +163,12 @@ Mostrar el botón de unirse a la Red de Novatos junto al botón de configuración si se conecta como mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Tamaño de fuente @@ -389,7 +395,7 @@ Derecha - Command help side (None = off) + Comando de ayuda lateral (Ninguno = apagado) El lado de {0} donde se mostrará la ayuda para comandos. @@ -491,10 +497,10 @@ Si esto está habilitado, la lista del Traductor Automático se ordenará alfabéticamente. - Override Style + Sobrescribir estilo - Styles + Estilos Ctrl + {0} @@ -590,7 +596,7 @@ Seleccionar - Debug + Depurar Urgente @@ -599,7 +605,7 @@ Avisos - Say + Decir Shout @@ -611,10 +617,10 @@ Tell (entrante) - Party + Escuadrón - Alliance + Alianza Linkshell [1] @@ -641,10 +647,10 @@ Linkshell [8] - Free Company + Compañía (FC) - Novice Network + Red de novatos Emotes Personalizados @@ -653,7 +659,7 @@ Emotes estándar - Yell + Gritar Party Cross-world @@ -716,7 +722,7 @@ Notificaciones de Alarma - Echo + Eco Mensajes de Sistema @@ -785,19 +791,19 @@ Alerta de Libro de Visitas - Tell (GM) + Susurrar (GM) - Say (GM) + Decir (GM) - Shout (GM) + Gritar (GM) - Yell (GM) + Hablar alto (GM) - Party (GM) + Grupo (GM) Free Company (GM) @@ -827,7 +833,7 @@ Linkshell [8] (GM) - Novice Network (GM) + Red de novatos (GM) Colapsar mensajes duplicados @@ -836,22 +842,22 @@ Reemplaza los mensajes duplicados consecutivos con un contador anexado a la primera instancia del mensaje. - ExtraChat channels + Canales extra de chat - All + Todos - View Adventurer Plate + Ver Adventurer Plate - Unable to open adventurer plate at this moment + No se puede abrir el Adventurer Plate en este momento - Tooltip offset + Distancia respecto al cursor - Use this option if you experience cut-off tooltips. + Utilice esta opción si experimenta cortes en los consejos. ExtraChat Linkshell [1] @@ -878,321 +884,327 @@ ExtraChat Linkshell [8] - Copy content + Copiar contenido - Copied message content to clipboard + Contenido del mensaje copiado al portapapeles - Copied message to clipboard + Mensaje copiado al portapapeles - Copy link to clipboard + Copiar enlace al portapapeles - Copied link to clipboard + Enlace copiado al portapapeles - Open link in browser + Abrir enlace en el navegador - Failed to open the link in the browser, please report this issue + Error al abrir el enlace en el navegador, por favor reporta este problema - URL at {0} + URL en {0} - Only open URLs from websites you trust + Sólo abrir URLs de sitios web en los que confíes - Authors: + Autores: Discord: - Version: + Versión: - Get help through github issues: + Obtén ayuda a través de GitHub: - Get help in the discord thread: + Obtén ayuda en el hilo de discord: - Override your selected dalamud style with a different one + Reemplaza el estilo de dalamud seleccionado con uno diferente - Hide during loading screens + Ocultar durante las pantallas de carga - Hide {0} during loading screens. + Ocultar {0} durante las pantallas de carga. - Clear the message history database + Borrar la base de datos de historial de mensajes - Successfully cleared the chat database + Se ha borrado con éxito la base de datos de chat - Removes all message history. Cannot be restored. Hold Ctrl+Shift to click. + Elimina todo el historial de mensajes. No se puede recuperar. Mantén Cntr+Shift para hacer click. - Click to copy database directory path + Haz click para copiar el directorio de la base de datos - Copied database directory path to clipboard + Directorio de la base de datos copiada - Database details: + Detalle de base de datos: - Log size: {0} + Tamaño del registro: {0} - Stored messages: {0:N0} + Mensajes guardados: {0:N0} - Path: {0} + Ruta: {0} - Size: {0} + Tamaño: {0} - Not selected + No seleccionado - No dalamud styles available + No hay estilos de Dalamud disponibles - Play sounds + Reproducir sonidos - Play sounds on interaction. + Reproducir sonidos al interactuar. - Maximum amount of log lines to display in the chat window + Cantidad máxima de líneas de registro que se pueden mostrar en la ventana de chat - Limits the amount of log lines to show in the chat window. This may slightly improve performance. + Limita la cantidad de líneas de registro que se pueden mostrar en la ventana de chat. Esto puede mejorar ligeramente el rendimiento. - An error occurred while loading chat history. Please see plugin logs for more information to report this issue. + Ha ocurrido un error al cargar el historial del chat. Por favor comprueba los registros del plugin para más informacion para reportar este problema. - Old database: + Base de datos antigua: - Delete + Borrar - Removes the database from your disk. This is not recoverable! Hold Ctrl+Shift to click. + Elimina la base de datos de tu disco. ¡Esto no es recuperable! Mantén Cntr+Shift para hacer click. - Unable to remove the old database, more information under /xllog. + No se puede eliminar la base de datos antigua, más información en /xllog. - The old database was successfully removed. + Se eliminó correctamente la base de datos antigua. - Open migration window + Abrir ventana de migración - Disable input for this channel + Deshabilitar entrada para este canal - Input is disabled for this tab + La entrada está deshabilitada para esta pestaña - Chat log + Registro del chat - Adjust chat log position + Ajustar la posición del registro del chat - Attention, this change applies immediately and is not discardable! + Atención, ¡este cambio se aplica inmediatamente y no se puede descartar! - Keep input focus + Mantener el foco de entrada - Keeps the input focus, even if you enter battle or do other actions. + Mantiene el foco de entrada, incluso si entras en combate o realizas otras acciones. - Show emotes + Mostrar emotes - Replaces words with their emote version, currently supports BetterTTV. + Reemplaza las palabras por su versión de emote, actualmente soporta BetterTTV. - Emotes + Gestos - Blocked emotes + Emotes bloqueados - Emote + Gesto - Hide during battle + Ocultar durante el combate - Hide the chat during battles. + Ocultar el chat durante combates. - Emote Stats + Estadísticas de gestos - Ready + Listo - Not Ready + No listo - Emotes available: + Gestos disponibles: - Displays a preview with special parameter evaluated, like emotes and <item>. + Muestra una vista previa con un parámetro especial evaluado, como emotes o <item>. - Position (None = off) + Posición (Ninguno = apagado) - None + Ninguno - Inside + Dentro - Top + Arriba - Bottom + Abajo - Message Preview: + Vista previa de mensaje: - Tooltip + Consejos - Must contain parameter + Debe contener un parámetro - Only show if the text contains special parameter. + Mostrar solo si el texto contiene un parámetro especial. - Minimum input length + Longitud mínima de entrada - Only show if the text length is greater-than or equal. + Mostrar solo si la longitud del texto es mayor o igual. - Preview + Vista previa - Changelog + Registro de cambios - Print changelog + Crear registro de cambios - Print the changelog to chat after an update. + Crea el registro de cambios en el chat después de una actualización. - This feature isn't implemented yet + Esta característica no está implementada todavía - Changelog: + Registro de cambios: - Date before {0} is not possible + La fecha previa a {0} no es posible - Sun + Dom - Mon + Lun - Tue + Mar - Wed + Mié - Thu + Jue - Fri + Vie - Sat + Sáb - January + Enero - February + Febrero - March + Marzo - April + Abril - May + Mayo - June + Junio - July + Julio - August + Agosto - September + Septiembre - October + Octubre - November + Noviembre - December + Diciembre - Date + Fecha + + + Chat Type - Sender + Remitente - Content + Contenido - Nothing Found. + No se ha encontrado nada. - Search had no match on this page. + No hay coincidencia de búsqueda en esta página. - Simple Sender/Content Search + Búsqueda simple de remitentes/contenido - Page: {0} / {1} ({2} Rows) {3} + Página: {0} /{1} ({2} Líneas) {3} - [Loading...] + [Cargando...] - Only current character + Sólo personaje actual - FromTo: + DePara: + + + An error occured while sending this tell message diff --git a/ChatTwo/Resources/Language.fi.resx b/ChatTwo/Resources/Language.fi.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.fi.resx +++ b/ChatTwo/Resources/Language.fi.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.fr.resx b/ChatTwo/Resources/Language.fr.resx index 9e418d0..0e5c38d 100644 --- a/ChatTwo/Resources/Language.fr.resx +++ b/ChatTwo/Resources/Language.fr.resx @@ -163,6 +163,12 @@ Afficher le bouton pour rejoindre le Réseau des Novices à côté du bouton des paramètres si vous êtes mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Taille de la police @@ -1168,6 +1174,9 @@ Date + + Chat Type + Expéditeur @@ -1195,4 +1204,7 @@ DeVers : + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.he.resx b/ChatTwo/Resources/Language.he.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.he.resx +++ b/ChatTwo/Resources/Language.he.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.hu.resx b/ChatTwo/Resources/Language.hu.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.hu.resx +++ b/ChatTwo/Resources/Language.hu.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.it.resx b/ChatTwo/Resources/Language.it.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.it.resx +++ b/ChatTwo/Resources/Language.it.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ja.resx b/ChatTwo/Resources/Language.ja.resx index 535b330..cca852a 100644 --- a/ChatTwo/Resources/Language.ja.resx +++ b/ChatTwo/Resources/Language.ja.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -233,43 +239,43 @@ Never show unread indicators. - New tab + 新規タブ - Save and close + 保存して閉じる - Save + 保存する - Discard + 破棄する - {0} settings + {0} 設定 - Disabled for this tab. + このタブでは無効です - Hide chat + チャットを非表示 - Move up + 上へ移動 - Move left + 左へ移動 - Move down + 下へ移動 - Move right + 右へ移動 - Chat + チャット - Battle + 戦闘 Announcements @@ -311,19 +317,19 @@ Pet (Party) - Pet (Alliance member) + ペット (アライアンス) - Pet (Other) + ペット (他人) - Font + フォント - Japanese font + 日本語フォント - The font {0} will use to display non-Japanese text. + フォント {0} は日本語以外のテキストを表示するために使用します。 Using certain system fonts may crash your game. You have been warned. @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ko.resx b/ChatTwo/Resources/Language.ko.resx index 83b21f2..6b60c11 100644 --- a/ChatTwo/Resources/Language.ko.resx +++ b/ChatTwo/Resources/Language.ko.resx @@ -163,6 +163,12 @@ 멘토일 때, 설정 버튼 오른쪽에 초보자 채널 입장 버튼을 표시합니다. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + 글꼴 크기 @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.nl.resx b/ChatTwo/Resources/Language.nl.resx index 24c48e2..fb6b12f 100644 --- a/ChatTwo/Resources/Language.nl.resx +++ b/ChatTwo/Resources/Language.nl.resx @@ -163,6 +163,12 @@ Toon de knop om deel te nemen aan de Novice Network naast de instellingen knop indien ingelogd als mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Lettergrootte @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.no.resx b/ChatTwo/Resources/Language.no.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.no.resx +++ b/ChatTwo/Resources/Language.no.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.pl.resx b/ChatTwo/Resources/Language.pl.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.pl.resx +++ b/ChatTwo/Resources/Language.pl.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.pt-BR.resx b/ChatTwo/Resources/Language.pt-BR.resx index cf249b0..6008c97 100644 --- a/ChatTwo/Resources/Language.pt-BR.resx +++ b/ChatTwo/Resources/Language.pt-BR.resx @@ -122,499 +122,505 @@ - Hide vanilla chat + Ocultar bate-papo do jogo - Hide the in-game chat window when the plugin is active. + Ocultar o bate-papo padrão do jogo quando o plugin estiver ativo. - Hide during cutscenes + Ocultar bate-papo durante uma cutscene - Hide {0} during cutscenes. + Ocultar {0} durante uma cutscene. - Show native item tooltips + Exibir dicas de item nativo - Show in-game item tooltips when hovering over items in {0}. + Mostrar dicas de itens ao passar o mouse sobre os itens em {0}. - Show tabs in a sidebar + Exibir abas em uma barra lateral - Show tabs in {0} as a sidebar instead of a bar at the top. + Mostrar abas em {0} como uma barra lateral ao invés de uma barra no topo. - Use modern layout + Usar interface moderna - Display messages in a more modern style. + Exibir mensagens com um estilo mais moderno. - More compact modern layout + Interface moderna compacta - Reduce the spacing between messages. + Reduzir o espaçamento entre as mensagens. - Show Novice Network join button + Exibir opção para entrar na Comunidade de Novatos - Show the Novice Network join button next to the settings button if logged in as a mentor. + Exibir a opção de entrar na Comunidade de Novatos ao lado do botão de configurações quando conectado como um mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + - Font size + Tamanho da fonte - Window opacity + Opacidade da janela - Allow moving chat + Permitir mover o bate-papo - Allow resizing chat + Permitir redimensionar o bate-papo - Show title bar for chat + Mostrar barra de título para bate-papo - Display + Exibir - Chat colours + Cores do bate-papo - Reset to default + Redefinir para o padrão - Import from game + Importar do jogo - Tabs + Abas - Add + Adicionar - Delete + Deletar - Move up + Mover para cima - Move down + Mover para baixo - Name + Nome - Show timestamps + Exibir data/hora - Unread mode + Modo não lido - <None> + <Nenhum> - Input channel + Canal de entrada - Channels + Canais - Always show unread indicators. + Sempre exiba indicadores de mensagens não lidas. - Only show unread indicators for messages you haven't seen. + Apenas exiba indicadores de não-lido para mensagens não vistas. - Never show unread indicators. + Nunca exibir indicadores para mensagens não-lidas. - New tab + Nova aba - Save and close + Salvar e fechar - Save + Salvar - Discard + Descartar - {0} settings + {0} Configurações - Disabled for this tab. + Desativado para esta aba. - Hide chat + Ocultar bate-papo - Move up + Mover para cima - Move left + Mover para a esquerda - Move down + Mover para baixo - Move right + Mover para a direita - Chat + Bate-papo - Battle + Batalha - Announcements + Anúncios - All + Todos - Unseen + Não visto - None + Nenhum - Self + Próprio - Party Member + Membros do Grupo - Alliance Member + Membros da Aliança - Other + Outros - Engaged Enemy + Inimigo Engajado - Unengaged Enemy + Inimigo Desengajado - Friendly NPC + NPC Amigável - Pet (Self) + Mascote (Próprio) - Pet (Party) + Mascote (Grupo) - Pet (Alliance member) + Mascote (Aliança) - Pet (Other) + Mascote (Outro) - Font + Fonte - Japanese font + Fonte japonesa - The font {0} will use to display non-Japanese text. + {0} Fonte que será utilizada para exibir texto que não seja japonês. - Using certain system fonts may crash your game. You have been warned. + O uso de certas fontes do sistema poderá travar o jogo. Você foi avisado. - The font {0} will use to display Japanese text. + {0} Fonte que será utilizada para exibir texto que seja japonês. - Special + Especial - Fonts + Fontes - Symbols font size + Tamanho dos símbolos - Japanese font size + Tamanho da fonte japonesa - The font size to use for game symbols. + O tamanho da fonte para os símbolos do jogo. - Delete tab + Excluir aba - Hide when not logged in + Ocultar quando não estiver conectado - Hide {0} when you are not logged in to a character. + Ocultar {0} quando você não estiver conectado em um personagem. - General + Geral - Preset: {0} + Predefinição: {0} - Event + Evento - New tab + Nova aba - About + Sobre - {0} is a project to completely recreate the in-game chat and make it even better. + {0} É um projeto para recriar completamente o bate-papo do jogo e torná-lo ainda melhor. - Help to translate: + Ajude a traduzir: - Translators + Tradutores - None + Nenhum - Left + Esquerda - Right + Direita - Command help side (None = off) + Comado ao lado para ajuda (Nenhum = off) - The side of {0} to display help for commands on. + O lado que {0} exibirá a ajuda para comandos. - Hide when game UI is hidden + Esconder quando a interface do jogo estiver invisível - Hide {0} when the game UI is hidden. + Esconda {0} quando a interface do jogo estiver invisível. - Keybind mode + Modo de atalho - The way in which {0} should handle keybinds. + A maneira como {0} deve lidar com os atalhos de teclados. - Miscellaneous + Diversos - Use Dalamud's default language + Usar idioma padrão do Dalamud - Flexible + Flexível - Strict + Estrito - Process keybinds with modifiers even if other modifiers are pressed. + Processe atalhos de teclados com modificadores mesmo se outros forem pressionados. - Only process keybinds with modifiers if no other modifiers are pressed. + Processar atalhos de teclados apenas com modificadores se nenhum outro for pressionado. - Language + Idioma - The language to display {0} in. + Exibir no idioma {0}. - Save battle messages in database + Salvar mensagens de batalha no banco de dados - If battle messages are saved to the database, the size of the database will grow much faster, and there will be a noticeable freeze when saving settings. It is recommended to leave this disabled. + Se as mensagens de batalha forem salvas no banco de dados, o tamanho do arquivo ficará muito grande, havendo um congelamento ao salvar as configurações. Recomenda-se deixar isto desativado. - Display previous chat session on login + Exibir bate-papo antigo ao entrar no jogo - After logging in, populate the chat with the messages from when you last logged off. + Após entrar no jogo, preencher o bate-papo com mensagens de quando você desconectou do jogo. - Database + Banco de Dados - Include previous sessions when populating tabs + Incluir sessões anteriores quando preencher as abas - Include messages from before the game was launched when populating tabs. Tabs are populated when the settings are saved. + Inclua mensagens de antes do jogo ser aberto quando as abas forem preenchidas. As abas são preenchidas quando as configurações são salvas. - Do not click these buttons unless you know what you're doing. + Não clique nestes botões a menos que saiba o que está fazendo. - Advanced + Avançado - Pop out + Janela - Hide timestamps when redundant + Ocultar data/hora quando redundante - Hide timestamps when previous messages have the same timestamp. + Ocultar horário quando mensagens anteriores tiverem a mesma data/hora. - Show title bar for popped-out tabs + Exibir barra de título para abas separadas - Display in separate window + Exibir em janela separada - Use different opacity than main window + Usar opacidade diferente da janela principal - Opacity + Opacidade - Enable custom fonts + Ativar fontes personalizadas - Search Auto Translate... + Pesquisar Tradução Automática... - Sort the Auto Translate list + Ordenar a lista de tradução automática - If this is enabled, the Auto Translate list will be sorted alphabetically. + Se esta opção estiver habilitada, a lista de tradução automática será classificada em ordem alfabética. - Override Style + Substituir estilo - Styles + Estilos Ctrl + {0} - Extra font glyphs + Glifos extras da fonte - Extra glyphs can be added to {0}'s global font by enabling the checkboxes below. This will likely require increasing Dalamud's font atlas size. + Glifos extras podem ser adicionados à fonte global de {0} ao habilitar as caixas de seleção abaixo. Isso provavelmente exigirá aumentar o tamanho de fontes do Dalamud. - Chinese (full) + Chinês (completo) - Chinese (common simplified) + Chinês (simplificado) - Cyrillic + Cirílico - Japanese + Japonês - Korean + Coreano - Thai + Tailandês - Vietnamese + Vietnamita - Integrations + Integrações - Screenshot mode + Modo de captura de tela - Hide chat + Ocultar bate-papo - Copy + Copiar - Try On + Experimentar - Item Comparison + Comparação de itens - Search Recipes Using This Material + Buscar Receitas Usando Este Material - Search for Item + Pesquisar por item Link - Copy Item Name + Copiar Nome do Item - Send Tell + Enviar Sussurro - Invite to Party + Convidar para Grupo - Same world + Mesmo mundo - Different world + Mundo diferente - Promote + Promover - Kick from Party + Expulsar do grupo - Send Friend Request + Enviar Pedido de Amizade - Add to Blacklist + Adicionar à lista de bloqueados - Invite to Novice Network + Convidar para a "Comunidade de Novatos" - Reply in Selected Chat Mode + Responder no modo de bate-papo selecionado - Target + Alvo Debug - Urgent + Urgente - Notice + Observação - Say + Falar - Shout + Berrar - Tell (Outgoing) + Sussurro (Enviado) - Tell (Incoming) + Sussurro (Recebendo) - Party + Grupo - Alliance + Aliança Linkshell [1] @@ -644,160 +650,160 @@ Free Company - Novice Network + Comunidade de Novatos - Custom Emotes + Emotes personalizados - Standard Emotes + Emotes padrões - Yell + Grita - Cross-world Party + Grupo Entre-mundos - PvP Team + Equipe PvP - Cross-world Linkshell [1] + Linkshell Entre-Mundos [1] - Cross-world Linkshell [2] + Linkshell Entre-Mundos [2] - Cross-world Linkshell [3] + Linkshell Entre-Mundos [3] - Cross-world Linkshell [4] + Linkshell Entre-Mundos [4] - Cross-world Linkshell [5] + Linkshell Entre-Mundos [5] - Cross-world Linkshell [6] + Linkshell Entre-Mundos [6] - Cross-world Linkshell [7] + Linkshell Entre-Mundos [7] - Cross-world Linkshell [8] + Linkshell Entre-Mundos [8] - Damage dealt + Dano causado - Failed attacks + Ataques que falharam - Actions used + Ações usadas - Items used + Itens usados - Healing + Cura - Beneficial effects granted + Efeitos benéficos concedidos - Detrimental effects inflicted + Efeitos negativos causados - Beneficial effects lost + Efeitos benéficos perdidos - Detrimental effects cured + Efeitos negativos curados - Alarm Notifications + Notificação de alarme - Echo + Eco - System Messages + Mensagens do sistema - Battle System Messages + Mensagens do Sistema de Batalha - Gathering System Messages + Mensagens do Sistema de Coleta - Error Messages + Mensagens de Erro - NPC Dialogue + Diálogo do NPC - Loot Notices + Notificações de Loot - Progression Messages + Mensagens de Progresso - Loot Messages + Mensagens de Loot - Synthesis Messages + Mensagens de Síntese - Gathering Messages + Mensagens de Coleta - NPC Dialogue (Announcements) + Diálogo do NPC (Anúncios) - Free Company Announcements + Anúncios da Free Company - Free Company Member Login Notifications + Notificações de login de membros da Free Company - Retainer Sale Notifications + Notificações de venda do retainer - Periodic Recruitment Notifications + Notificações periódicas de recrutamento - Sign Messages for PC Targets + Registrar mensagens de Alvos do Jogador - Random Number Messages + Mensagens de número aleatório - Novice Network Announcements + Anúncios da Comunidade de Novatos - Current Orchestrion Track Messages + Mensagens sobre Música tocando na Orquestração - PvP Team Announcements + Anúncios de Equipe PvP - PvP Team Member Login Notifications + Notificações de login de membros da equipe PvP - Message Book Alert + Alertas do Livro de Mensagens - Tell (GM) + Sussuro (GM) - Say (GM) + Falar (GM) - Shout (GM) + Berrar (GM) - Yell (GM) + Gritar (GM) - Party (GM) + Grupo (GM) Free Company (GM) @@ -827,372 +833,378 @@ Linkshell [8] (GM) - Novice Network (GM) + Comunidade de Novatos (GM) - Collapse duplicate messages + Recolher mensagens duplicadas - Replace consecutive duplicate messages with a counter appended to the first instance of the message. + Substituir mensagens consecutivas por um contador anexado à primeira mensagem. - ExtraChat channels + Canais de Bate-papoExtra - All + Todos - View Adventurer Plate + Ver Cartão de Aventureiro - Unable to open adventurer plate at this moment + Não é possível exibir o cartão de aventureiro agora - Tooltip offset + Deslocamento das dicas - Use this option if you experience cut-off tooltips. + Use esta opção se experienciar corte nas dicas. - ExtraChat Linkshell [1] + Bate-papoExtra Linkshell [1] - ExtraChat Linkshell [2] + Bate-papoExtra Linkshell [2] - ExtraChat Linkshell [3] + Bate-papoExtra Linkshell [3] - ExtraChat Linkshell [4] + Bate-papoExtra Linkshell [4] - ExtraChat Linkshell [5] + Bate-papoExtra Linkshell [5] - ExtraChat Linkshell [6] + Bate-papoExtra Linkshell [6] - ExtraChat Linkshell [7] + Bate-papoExtra Linkshell [7] - ExtraChat Linkshell [8] + Bate-papoExtra Linkshell [8] - Copy content + Copiar conteúdo - Copied message content to clipboard + Conteúdo copiado para área de transferência - Copied message to clipboard + Mensagem copiada para área de transferência - Copy link to clipboard + Copiar links para área de transferência - Copied link to clipboard + Link copiado para área de transferência - Open link in browser + Abrir link no navegador - Failed to open the link in the browser, please report this issue + Falha ao abrir o link no navegador, por favor reporte este problema - URL at {0} + URL para {0} - Only open URLs from websites you trust + Apenas abrir URLs de sites nos quais você confia - Authors: + Autores: Discord: - Version: + Versão: - Get help through github issues: + Obter ajuda com problemas no github: - Get help in the discord thread: + Obter ajuda no tópico do discord: - Override your selected dalamud style with a different one + Sobrescreva seu estilo de dalamud selecionado por outro - Hide during loading screens + Ocultar durante tela de carregamento - Hide {0} during loading screens. + Ocultar {0} durante tela de carregamento. - Clear the message history database + Limpar o banco de dados de histórico de mensagens - Successfully cleared the chat database + Banco de dados limpo com sucesso - Removes all message history. Cannot be restored. Hold Ctrl+Shift to click. + Remove todo o histórico de mensagens. Não pode ser restaurado. Segure Ctrl+Shift para clicar. - Click to copy database directory path + Clique para copiar o caminho do diretório do banco de dados - Copied database directory path to clipboard + Caminho do diretório do banco de dados copiado para área de transferência - Database details: + Detalhes do banco de dados: - Log size: {0} + Tamanho do registro: {0} - Stored messages: {0:N0} + Mensagens armazenadas: {0:N0} - Path: {0} + Caminho: {0} - Size: {0} + Tamanho: {0} - Not selected + Não selecionado - No dalamud styles available + Nenhum estilo de dalamud disponível - Play sounds + Reproduzir sons - Play sounds on interaction. + Reproduzir sons na interação. - Maximum amount of log lines to display in the chat window + Quantidade máxima de linhas de registro para exibir na janela de bate-papo - Limits the amount of log lines to show in the chat window. This may slightly improve performance. + Limita a quantidade de linhas de registro para mostrar na janela do bate-papo. Isso pode melhorar um pouco o desempenho. - An error occurred while loading chat history. Please see plugin logs for more information to report this issue. + Ocorreu um erro ao carregar o histórico do bate-papo. Por favor, consulte os registros do plugin para obter mais informações para reportar este problema. - Old database: + Banco de dados antigo: - Delete + Deletar - Removes the database from your disk. This is not recoverable! Hold Ctrl+Shift to click. + Remove o banco de dados de seu disco. Isso não pode ser recuperado! Segure Ctrl+Shift para clicar. - Unable to remove the old database, more information under /xllog. + Incapaz de remover a base de dados antiga, mais informação sobre /xllog. - The old database was successfully removed. + O banco de dados antigo foi removido com sucesso. - Open migration window + Abrir janela de migração - Disable input for this channel + Desativar a entrada para este canal - Input is disabled for this tab + A entrada está desativada nesta aba - Chat log + Registro de bate-papo - Adjust chat log position + Ajustar posição do registro do bate-papo - Attention, this change applies immediately and is not discardable! + Atenção, esta mudança aplica-se imediatamente e não é dispensável! - Keep input focus + Manter foco de entrada - Keeps the input focus, even if you enter battle or do other actions. + Mantém o foco de entrada, mesmo que você entre em batalha ou faça outras ações. - Show emotes + Exibir gestos - Replaces words with their emote version, currently supports BetterTTV. + Substitui as palavras por sua versão de gesto, atualmente suporta BetterTTV. - Emotes + Gesto - Blocked emotes + Gestos bloqueados - Emote + Gesto - Hide during battle + Esconder durante combate - Hide the chat during battles. + Esconder o bate-papo durante combate. - Emote Stats + Status de Gestos - Ready + Pronto - Not Ready + Não está pronto - Emotes available: + Gestos disponíveis: - Displays a preview with special parameter evaluated, like emotes and <item>. + Exibe uma prévia com parâmetro especial avaliado, como gestos e <item>. - Position (None = off) + Posição (Nenhum = off) - None + Nenhum - Inside + Dentro - Top + Acima - Bottom + Abaixo - Message Preview: + Pré-visualização de Mensagens: - Tooltip + Dica - Must contain parameter + Deve conter o parâmetro - Only show if the text contains special parameter. + Somente exibir se o texto contiver um parâmetro especial. - Minimum input length + Comprimento mínimo de entrada - Only show if the text length is greater-than or equal. + Exibir somente se o tamanho do texto é maior ou igual. - Preview + Pré-visualizar - Changelog + Registro de alterações - Print changelog + Imprima registro de alterações - Print the changelog to chat after an update. + Imprima o registro de alterações no bate-papo após uma atualização. - This feature isn't implemented yet + Este recurso ainda não foi implementado - Changelog: + Registro de alterações: - Date before {0} is not possible + Data antes de {0} não está disponível - Sun + Domingo - Mon + Segunda - Tue + Terça - Wed + Quarta - Thu + Quinta - Fri + Sexta - Sat + Sábado - January + Janeiro - February + Fevereiro - March + Março - April + Abril - May + Maio - June + Junho - July + Julho - August + Agosto - September + Setembro - October + Outubro - November + Novembro - December + Dezembro - Date + Data + + + Chat Type - Sender + Remetente - Content + Conteúdo - Nothing Found. + Nada foi encontrado. - Search had no match on this page. + A busca não teve resultados nesta página. - Simple Sender/Content Search + Pesquisa simples de remetente/Conteúdo - Page: {0} / {1} ({2} Rows) {3} + Página: {0} / {1} ({2} linhas) {3} - [Loading...] + [Carregando...] - Only current character + Apenas o personagem atual - FromTo: + Para: + + + An error occured while sending this tell message diff --git a/ChatTwo/Resources/Language.pt.resx b/ChatTwo/Resources/Language.pt.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.pt.resx +++ b/ChatTwo/Resources/Language.pt.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ro.resx b/ChatTwo/Resources/Language.ro.resx index d9f71bb..3b0bb06 100644 --- a/ChatTwo/Resources/Language.ro.resx +++ b/ChatTwo/Resources/Language.ro.resx @@ -163,6 +163,12 @@ Afișează butonul de alăturare la Novice Network lângă butonul de setări daca ești conectat ca un mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Dimensiunea textului @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.ru.resx b/ChatTwo/Resources/Language.ru.resx index b3b137f..25606f7 100644 --- a/ChatTwo/Resources/Language.ru.resx +++ b/ChatTwo/Resources/Language.ru.resx @@ -163,6 +163,12 @@ Показать кнопку "Присоединиться к Novice Network" рядом с настройками, если вы вошли в систему как наставник. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Размер шрифта @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.sr.resx b/ChatTwo/Resources/Language.sr.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.sr.resx +++ b/ChatTwo/Resources/Language.sr.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.sv.resx b/ChatTwo/Resources/Language.sv.resx index c025f65..5a2e717 100644 --- a/ChatTwo/Resources/Language.sv.resx +++ b/ChatTwo/Resources/Language.sv.resx @@ -163,6 +163,12 @@ Visar knappen för att gå med i Novice Network bredvid inställningar när du är inloggad som en mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Teckenstorlek @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.tr.resx b/ChatTwo/Resources/Language.tr.resx index 811b674..4e70526 100644 --- a/ChatTwo/Resources/Language.tr.resx +++ b/ChatTwo/Resources/Language.tr.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.uk.resx b/ChatTwo/Resources/Language.uk.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.uk.resx +++ b/ChatTwo/Resources/Language.uk.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.vi.resx b/ChatTwo/Resources/Language.vi.resx index cf249b0..9fcbd8d 100644 --- a/ChatTwo/Resources/Language.vi.resx +++ b/ChatTwo/Resources/Language.vi.resx @@ -163,6 +163,12 @@ Show the Novice Network join button next to the settings button if logged in as a mentor. + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + Font size @@ -1168,6 +1174,9 @@ Date + + Chat Type + Sender @@ -1195,4 +1204,7 @@ FromTo: + + An error occured while sending this tell message + diff --git a/ChatTwo/Resources/Language.zh-Hans.resx b/ChatTwo/Resources/Language.zh-Hans.resx index 69b8c70..3c7ea36 100644 --- a/ChatTwo/Resources/Language.zh-Hans.resx +++ b/ChatTwo/Resources/Language.zh-Hans.resx @@ -163,6 +163,12 @@ 以指导者身份登录时,在设置按钮旁边显示新人频道加入按钮。 + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + 字体大小 @@ -374,7 +380,7 @@ {0} 是一个完全重新创建游戏内聊天并使其变得更好的项目。 - 点击左边的按钮来帮助翻译 {0}。 + 点击左边的按钮帮助翻译: 翻译者 @@ -389,7 +395,7 @@ 右侧 - Command help side (None = off) + 命令帮助方向 (无 = 关闭) {0} 的一侧显示命令帮助。 @@ -854,28 +860,28 @@ 如果提示窗口被截断, 请启用本项 - ExtraChat Linkshell [1] + ExtraChat 通讯贝 [1] - ExtraChat Linkshell [2] + ExtraChat 通讯贝 [2] - ExtraChat Linkshell [3] + ExtraChat 通讯贝 [3] - ExtraChat Linkshell [4] + ExtraChat 通讯贝 [4] - ExtraChat Linkshell [5] + ExtraChat 通讯贝 [5] - ExtraChat Linkshell [6] + ExtraChat 通讯贝 [6] - ExtraChat Linkshell [7] + ExtraChat 通讯贝 [7] - ExtraChat Linkshell [8] + ExtraChat 通讯贝 [8] 复制内容 @@ -1013,186 +1019,192 @@ 注意,此更改将立即适用且无法取消! - Keep input focus + 保持输入焦点 - Keeps the input focus, even if you enter battle or do other actions. + 保持输入焦点,即使你进入战斗或执行其他操作。 - Show emotes + 显示表情 - Replaces words with their emote version, currently supports BetterTTV. + 用表情替换单词,目前支持 BetterTTV。 - Emotes + 表情 - Blocked emotes + 已屏蔽的表情 - Emote + 表情 - Hide during battle + 在战斗中隐藏 - Hide the chat during battles. + 在战斗中隐藏聊天窗 - Emote Stats + 表情状态 - Ready + 准备就绪 - Not Ready + 尚未准备好 - Emotes available: + 可用表情: - Displays a preview with special parameter evaluated, like emotes and <item>. + 显示特殊参数预览,如表情和 <item>。 - Position (None = off) + 位置 (无 = 关闭) - None + - Inside + 内部 - Top + 顶部 - Bottom + 底部 - Message Preview: + 消息预览: - Tooltip + 提示框 - Must contain parameter + 必须包含参数 - Only show if the text contains special parameter. + 只显示包含特殊参数的文本。 - Minimum input length + 最小输入长度 - Only show if the text length is greater-than or equal. + 仅显示长度大于或等于此值的文本。 - Preview + 预览 - Changelog + 更新日志 - Print changelog + 发送更新日志 - Print the changelog to chat after an update. + 在更新后向聊天框发送更新日志。 - This feature isn't implemented yet + 此功能尚未实现。 - Changelog: + 更新日志: - Date before {0} is not possible + {0} 日期前不可用 - Sun + 星期日 - Mon + 星期一 - Tue + 星期二 - Wed + 星期三 - Thu + 星期四 - Fri + 星期五 - Sat + 星期六 - January + 一月 - February + 二月 - March + 三月 - April + 四月 - May + 五月 - June + 六月 - July + 七月 - August + 八月 - September + 九月 - October + 十月 - November + 十一月 - December + 十二月 - Date + 日期 + + + Chat Type - Sender + 发送人 - Content + 内容 - Nothing Found. + 未找到。 - Search had no match on this page. + 在此页面上没有匹配的搜索。 - Simple Sender/Content Search + 简易发送人/内容搜索 - Page: {0} / {1} ({2} Rows) {3} + 页: {0} / {1} ({2} 行) {3} - [Loading...] + [加载中...] - Only current character + 只显示当前角色 - FromTo: + 来自: + + + An error occured while sending this tell message diff --git a/ChatTwo/Resources/Language.zh-Hant.resx b/ChatTwo/Resources/Language.zh-Hant.resx index ec11dfd..32a44d3 100644 --- a/ChatTwo/Resources/Language.zh-Hant.resx +++ b/ChatTwo/Resources/Language.zh-Hant.resx @@ -163,6 +163,12 @@ 以指導者身分登入時,在設定按鈕旁邊顯示新人頻道加入按鈕。 + + Show hide button + + + Show a hide button next to the settings button. The chat window can be returned by pressing return or slash to focus it. + 字型大小 @@ -390,7 +396,7 @@ 右側 - Command help side (None = off) + 命令幫助方向 (無 = 關閉) {0} 的一側顯示命令幇助。 @@ -492,10 +498,10 @@ 如果啓用此選項,定型文列表將按字母順序排序。 - Override Style + 覆蓋樣式 - Styles + 樣式 Ctrl + {0} @@ -534,7 +540,7 @@ 截圖模式 - 隱藏聊天 + 隱藏聊天窗 複製 @@ -843,357 +849,363 @@ 全選 - View Adventurer Plate + 查看冒險者銘牌 - Unable to open adventurer plate at this moment + 當前無法查看冒險者銘牌 - Tooltip offset + 提示窗口偏移 - Use this option if you experience cut-off tooltips. + 如果提示窗口被截斷, 請啟動本項 - ExtraChat Linkshell [1] + ExtraChat 通訊貝 [1] - ExtraChat Linkshell [2] + ExtraChat 通訊貝 [2] - ExtraChat Linkshell [3] + ExtraChat 通訊貝 [3] - ExtraChat Linkshell [4] + ExtraChat 通訊貝 [4] - ExtraChat Linkshell [5] + ExtraChat 通訊貝 [5] - ExtraChat Linkshell [6] + ExtraChat 通訊貝 [6] - ExtraChat Linkshell [7] + ExtraChat 通訊貝 [7] - ExtraChat Linkshell [8] + ExtraChat 通訊貝 [8] - Copy content + 復製內容 - Copied message content to clipboard + 已複製消息內容至剪貼板 - Copied message to clipboard + 已複製消息至剪貼板 - Copy link to clipboard + 複製鏈接至剪貼板 - Copied link to clipboard + 已複製鏈接至剪貼板 - Open link in browser + 在瀏覽器中開啟連結 - Failed to open the link in the browser, please report this issue + 在瀏覽器中開啟連結失敗,請提交此 BUG 相關的資訊 - URL at {0} + 來自 {0} 的 URL - Only open URLs from websites you trust + 僅開啟受信任網站的連結 - Authors: + 作者: Discord: - Version: + 版本: - Get help through github issues: + 在GitHub Issues中尋求幫助: - Get help in the discord thread: + 在Discord帖子求幫助: - Override your selected dalamud style with a different one + 用另一種 Dalamud 樣式覆蓋目前選中的樣式 - Hide during loading screens + 在加載畫面中隱藏 - Hide {0} during loading screens. + 在加載畫面中隱藏{0}。 - Clear the message history database + 清楚消息歷史數據庫 - Successfully cleared the chat database + 已成功清除聊天數據庫 - Removes all message history. Cannot be restored. Hold Ctrl+Shift to click. + 移除所有消息歷史紀錄。改選想無法還原。請同時按住 Ctrl+Shift 鍵後點擊。 - Click to copy database directory path + 點擊複製數據庫目錄路徑 - Copied database directory path to clipboard + 已複製數據庫目錄路徑至剪貼板 - Database details: + 資料庫詳情: - Log size: {0} + 日誌大小:{0} - Stored messages: {0:N0} + 以保存的消息: {0:N0} - Path: {0} + 路徑:{0} - Size: {0} + 大小:{0} - Not selected + 未選擇 - No dalamud styles available + 無可用的 Dalamud 樣式 - Play sounds + 播放聲音 - Play sounds on interaction. + 在交互時播放音效。 - Maximum amount of log lines to display in the chat window + 在聊天窗口中可顯示聊天日誌的最大數量 - Limits the amount of log lines to show in the chat window. This may slightly improve performance. + 限制在聊天窗口種現實的日誌行數,性能可能會因此略有提高。 - An error occurred while loading chat history. Please see plugin logs for more information to report this issue. + 載入聊天日誌時發生錯誤,清查勘查間日誌已獲得更多新系已報告此問題。 - Old database: + 就數據庫: - Delete + 刪除 - Removes the database from your disk. This is not recoverable! Hold Ctrl+Shift to click. + 從此盤商刪除數據庫。改選想無法恢復!請同時按住 Ctrl+Shift 鍵後點擊。 - Unable to remove the old database, more information under /xllog. + 無法善書就數據庫,從 /xllog 中獲取更多信息。 - The old database was successfully removed. + 就數據庫已成功刪除。 - Open migration window + 打開遷移窗口 - Disable input for this channel + 禁用此頻道的輸入 - Input is disabled for this tab + 詞選項卡已禁用輸入 - Chat log + 聊天紀錄 - Adjust chat log position + 調整聊天紀錄位置 - Attention, this change applies immediately and is not discardable! + 注意:次更改將立即適用且無法取消! - Keep input focus + 保持輸入焦點 - Keeps the input focus, even if you enter battle or do other actions. + 保持輸入焦點,即使進入戰鬥或執行其他操作。 - Show emotes + 顯示表情 - Replaces words with their emote version, currently supports BetterTTV. + 用表情替換單詞,目前支持 BetterTTV。 - Emotes + 表情 - Blocked emotes + 已屏蔽的表情 - Emote + 表情 - Hide during battle + 在戰鬥中隱藏 - Hide the chat during battles. + 在戰鬥中隱藏聊天窗。 - Emote Stats + 表情狀態 - Ready + 已就緒 - Not Ready + 尚未就緒 - Emotes available: + 可用表情: - Displays a preview with special parameter evaluated, like emotes and <item>. + 顯示特殊參數預覽,如表情或 <item>。 - Position (None = off) + 位置(無 = 關閉) - None + - Inside + 內部 - Top + 頂部 - Bottom + 底部 - Message Preview: + 訊息預覽: - Tooltip + 提示框 - Must contain parameter + 必須包含參數 - Only show if the text contains special parameter. + 只顯示包含特殊參數的文本。 - Minimum input length + 最小輸入長度 - Only show if the text length is greater-than or equal. + 僅當文字長度大於或等於時才顯示。 - Preview + 預覽 - Changelog + 變更記錄 - Print changelog + 發送變更紀錄 - Print the changelog to chat after an update. + 在變更後想聊天窗發送變更紀錄。 - This feature isn't implemented yet + 此功能尚未實現。 - Changelog: + 變更記錄: - Date before {0} is not possible + {0} 日期前不可能 - Sun + 週日 - Mon + 週一 - Tue + 週二 - Wed + 週三 - Thu + 週四 - Fri + 週五 - Sat + 週六 - January + 一月 - February + 二月 - March + 三月 - April + 四月 - May + 五月 - June + 六月 - July + 七月 - August + 八月 - September + 九月 - October + 十月 - November + 十一月 - December + 十二月 - Date + 日期 + + + Chat Type - Sender + 發送者 - Content + 內容 - Nothing Found. + 未找到。 - Search had no match on this page. + 此頁面沒有搜索結果。 - Simple Sender/Content Search + 建議發送者或內容搜索 - Page: {0} / {1} ({2} Rows) {3} + 頁: {0} / {1} ({2} 行) {3} - [Loading...] + [加載中...] - Only current character + 只顯示當前角色 - FromTo: + 來/送: + + + An error occured while sending this tell message