Skip to content

Commit

Permalink
Merge branch 'classic/dev' into classic/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Jan 23, 2024
2 parents f882730 + 8a2a725 commit 4a02fa6
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CHANGELOG

## Version 11500.01

- Added 1.15.0 support.
- Added Brazilian Portuguese translation. Translated by paulovnas@GitHub.

## Version 11404.01

- Added 1.14.4 support;
- Added 1.14.4 support.
- Added "Two Tone" variants to all built-in skins. They have a two tone background that's similar
to that of Blizz achievement toasts.
- Added an option to show toasts for poor quality items.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016-2022 Val Voronov <[email protected]>.
Copyright © 2016-2024 Val Voronov <[email protected]>.

The contents of this addon, excluding third-party resources, are copyrighted to its authors with all rights reserved.

Expand Down
11 changes: 2 additions & 9 deletions ls_Toasts/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Added 1.14.4 support;
- Added "Two Tone" variants to all built-in skins. They have a two tone background that's similar
to that of Blizz achievement toasts.
- Added an option to show toasts for poor quality items.
- Added an option to whitelist all pets.
- Added an option to whitelist items by their IDs.
- Added new "Info" panel to the config. It has links to various resources including my Discord
server dedicated to LS: * addons.
- Numerous bug fixes and tweaks.
- Added 1.15.0 support.
- Added Brazilian Portuguese translation. Translated by paulovnas@GitHub.
]]
55 changes: 54 additions & 1 deletion ls_Toasts/locales/ptBR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Contributors:
-- Contributors: paulovnas@GitHub

local _, addonTable = ...
local L = addonTable.L
Expand All @@ -7,3 +7,56 @@ local L = addonTable.L
local _G = getfenv(0)

if GetLocale() ~= "ptBR" then return end

L["ANCHOR_FRAME_#"] = "Quadro de Âncora #%d"
L["ANCHOR_FRAMES"] = "Quadros de Âncora"
L["ANCHOR_RESET_DESC"] = "|cffffffffShift-Clique|r para redefinir a posição."
L["BORDER"] = "Borda"
L["CHANGELOG"] = "Registro de Alterações"
L["CHANGELOG_FULL"] = "Completo"
L["COLORS"] = "Cores"
L["COORDS"] = "Coordenadas"
L["COPPER_THRESHOLD"] = "Limite de Cobre"
L["COPPER_THRESHOLD_DESC"] = "Quantidade mínima de cobre para criar um brinde."
L["DEFAULT_VALUE"] = "Valor padrão: |cffffd200%s|r"
L["DND"] = "Não Perturbe"
L["DND_TOOLTIP"] = "Brindes no modo Não Perturbe não serão exibidos em combate, mas serão enfileirados no sistema. Uma vez que você saia do combate, eles começarão a aparecer."
L["DOWNLOADS"] = "Downloads"
L["FADE_OUT_DELAY"] = "Atraso do Desaparecimento"
L["FILTERS"] = "Filtros"
L["FLUSH_QUEUE"] = "Limpar Fila"
L["FONTS"] = "Fontes"
L["GROWTH_DIR"] = "Direção de Crescimento"
L["GROWTH_DIR_DOWN"] = "Para Baixo"
L["GROWTH_DIR_LEFT"] = "Para a Esquerda"
L["GROWTH_DIR_RIGHT"] = "Para a Direita"
L["GROWTH_DIR_UP"] = "Para Cima"
L["ICON_BORDER"] = "Borda do Ícone"
L["INFORMATION"] = "Informação"
L["NAME"] = "Nome"
L["OPEN_CONFIG"] = "Abrir Configuração"
L["RARITY_THRESHOLD"] = "Limite de Raridade"
L["SCALE"] = "Escala"
L["SHOW_ILVL"] = "Mostrar iLvl"
L["SHOW_ILVL_DESC"] = "Mostrar nível do item ao lado do nome do item."
L["SIZE"] = "Tamanho"
L["SKIN"] = "Tema"
L["STRATA"] = "Estrato"
L["SUPPORT"] = "Suporte"
L["TEST"] = "Teste"
L["TEST_ALL"] = "Testar Todos"
L["TOAST_NUM"] = "Número de Brindes"
L["TOAST_TYPES"] = "Tipos de Brinde"
L["TOGGLE_ANCHORS"] = "Alternar Âncoras"
L["TRACK_LOSS"] = "Rastrear Perda"
L["TRACK_LOSS_DESC"] = "Esta opção ignora o limite de cobre definido."
L["TYPE_LOOT_GOLD"] = "Saque (Ouro)"
L["X_OFFSET"] = "Deslocamento X"
L["Y_OFFSET"] = "Deslocamento Y"
L["YOU_LOST"] = "Você Perdeu"
L["YOU_RECEIVED"] = "Você Recebeu"

-- Classic
L["ITEM_FILTERS_DESC"] = "Estes itens ignoram o limite de qualidade do saque."
L["NEW_ITEM_FILTER_DESC"] = "Digite um ID de item."
L["TYPE_LOOT_ITEMS"] = "Saque (Itens)"
6 changes: 3 additions & 3 deletions ls_Toasts/ls_Toasts.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11404
## Interface: 11500
## Author: lightspark
## Version: 11404.01
## Title: LS: |cff1a9fc0Toasts|r
## Version: 11500.01
## Title: LS: |cff00cc99Toasts|r
## Notes: Better toasts, cheers!
## SavedVariables: LS_TOASTS_GLOBAL_CONFIG

Expand Down

0 comments on commit 4a02fa6

Please sign in to comment.