Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Transcriptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,45 @@ do
L["|cffeda55fClick|r to start or stop transcribing. |cffeda55fRight-Click|r to configure events. |cffeda55fAlt-Middle Click|r to clear all stored transcripts."] = "|cffeda55fKlicken|r, um eine Aufzeichnung zu starten oder zu stoppen. |cffeda55fRechts-Klicken|r, um Events zu konfigurieren. |cffeda55fAlt-Mittel-Klicken|r, um alle Aufzeichnungen zu löschen."
L["|cffFF0000Recording|r"] = "|cffFF0000Aufzeichnung|r"
--L["|cFFFFD200Transcriptor|r - Disabled Events"] = "|cFFFFD200Transcriptor|r - Disabled Events"
elseif locale == "esES" or locale == "esMX" then
L["Remember to stop and start Transcriptor between each wipe or boss kill to get the best logs."] = "Recuerda detener e iniciar Transcriptor entre cada intento fallido o muerte de jefe para obtener los mejores registros."
L["You are already logging an encounter."] = "Ya estás registrando un encuentro."
L["Beginning Transcript: "] = "Comenzando transcripción: "
L["You are not logging an encounter."] = "No estás registrando un encuentro."
L["Ending Transcript: "] = "Finalizando transcripción: "
L["Logs will probably be saved to WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua once you relog or reload the user interface."] = "Los registros probablemente se guardarán en WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua cuando vuelvas a conectar o recargues la interfaz."
L["All transcripts cleared."] = "Todas las transcripciones fueron borradas."
L["You can't clear your transcripts while logging an encounter."] = "No puedes borrar tus transcripciones mientras registras un encuentro."
L["|cff696969Idle|r"] = "|cff696969Inactivo|r"
L["|cffeda55fClick|r to start or stop transcribing. |cffeda55fRight-Click|r to configure events. |cffeda55fAlt-Middle Click|r to clear all stored transcripts."] = "|cffeda55fClic|r para iniciar o detener la transcripción. |cffeda55fClic derecho|r para configurar eventos. |cffeda55fAlt-Clic medio|r para borrar todas las transcripciones guardadas."
L["|cffFF0000Recording|r"] = "|cffFF0000Grabando|r"
L["|cFFFFD200Transcriptor|r - Disabled Events"] = "|cFFFFD200Transcriptor|r - Eventos desactivados"
elseif locale == "frFR" then
L["Remember to stop and start Transcriptor between each wipe or boss kill to get the best logs."] = "N'oubliez pas d'arrêter et de démarrer Transcriptor entre chaque échec ou chaque mort de boss pour obtenir les meilleurs logs."
L["You are already logging an encounter."] = "Vous enregistrez déjà un combat."
L["Beginning Transcript: "] = "Début de transcription : "
L["You are not logging an encounter."] = "Vous n'enregistrez pas de combat."
L["Ending Transcript: "] = "Fin de transcription : "
L["Logs will probably be saved to WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua once you relog or reload the user interface."] = "Les logs seront probablement enregistrés dans WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua lorsque vous vous reconnecterez ou rechargerez l'interface utilisateur."
L["All transcripts cleared."] = "Toutes les transcriptions ont été effacées."
L["You can't clear your transcripts while logging an encounter."] = "Vous ne pouvez pas effacer vos transcriptions pendant l'enregistrement d'un combat."
L["|cff696969Idle|r"] = "|cff696969Inactif|r"
L["|cffeda55fClick|r to start or stop transcribing. |cffeda55fRight-Click|r to configure events. |cffeda55fAlt-Middle Click|r to clear all stored transcripts."] = "|cffeda55fClic|r pour démarrer ou arrêter la transcription. |cffeda55fClic droit|r pour configurer les événements. |cffeda55fAlt-Clic milieu|r pour effacer toutes les transcriptions enregistrées."
L["|cffFF0000Recording|r"] = "|cffFF0000Enregistrement|r"
L["|cFFFFD200Transcriptor|r - Disabled Events"] = "|cFFFFD200Transcriptor|r - Événements désactivés"
elseif locale == "ptBR" then
L["Remember to stop and start Transcriptor between each wipe or boss kill to get the best logs."] = "Lembre-se de parar e iniciar o Transcriptor entre cada tentativa falhada ou morte de chefe para obter os melhores logs."
L["You are already logging an encounter."] = "Você já está registrando um encontro."
L["Beginning Transcript: "] = "Iniciando transcrição: "
L["You are not logging an encounter."] = "Você não está registrando um encontro."
L["Ending Transcript: "] = "Finalizando transcrição: "
L["Logs will probably be saved to WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua once you relog or reload the user interface."] = "Os logs provavelmente serão salvos em WoW\\WTF\\Account\\<name>\\SavedVariables\\Transcriptor.lua quando você relogar ou recarregar a interface do usuário."
L["All transcripts cleared."] = "Todas as transcrições foram apagadas."
L["You can't clear your transcripts while logging an encounter."] = "Você não pode limpar suas transcrições enquanto registra um encontro."
L["|cff696969Idle|r"] = "|cff696969Inativo|r"
L["|cffeda55fClick|r to start or stop transcribing. |cffeda55fRight-Click|r to configure events. |cffeda55fAlt-Middle Click|r to clear all stored transcripts."] = "|cffeda55fClique|r para iniciar ou parar a transcrição. |cffeda55fClique direito|r para configurar eventos. |cffeda55fAlt-clique do meio|r para limpar todas as transcrições armazenadas."
L["|cffFF0000Recording|r"] = "|cffFF0000Gravando|r"
L["|cFFFFD200Transcriptor|r - Disabled Events"] = "|cFFFFD200Transcriptor|r - Eventos desativados"
elseif locale == "zhTW" then
L["You are already logging an encounter."] = "你已經準備記錄戰鬥"
L["Beginning Transcript: "] = "開始記錄於: "
Expand Down