Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
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
Binary file modified @Resources/Languages/all.inc
Binary file not shown.
4 changes: 4 additions & 0 deletions @Resources/Languages/pt-br/Extras/Sidebar.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Variables]
tEditWidgets=Editar widgets
tDisableSidebar=Desligar modo sidebar
tQuitRainmeter=Sair do Rainmeter
Binary file added @Resources/Languages/pt-br/Settings.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Settings/About.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Settings/Appearence.inc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 7 should be “tBlurTheme=Desfocado" instead of “tBlurTheme=Blur".
Appearence.txt

Binary file not shown.
Binary file added @Resources/Languages/pt-br/Settings/Battery.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Settings/Extras.inc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo on line 6 "ára" to "para"

Binary file not shown.
7 changes: 7 additions & 0 deletions @Resources/Languages/pt-br/Settings/Language.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Variables]
tLanguage=Idioma
tTemperature=Temperatura

tCelsius=Celsius
tFahrenheit=Fahrenheit
tKelvin=Kelvin
Binary file added @Resources/Languages/pt-br/Settings/Widgets.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widget.inc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 5 and 6 have swapped translations.
"tWide=Largo
tLarge=Grande"
instead of
tWide=Grande
tLarge=Largo

Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Calendar.inc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 5 could be
"tWeekDays=Dom,Seg,Ter,Qua,Qui,Sex,Sab"

Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Clock.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Monitor.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Music.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Notes.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Reminders.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Timer.inc
Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Volume.inc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 3 should be "tVolumeDescription=Controlador de volume e dispositivos de saída" instead of "tVolumeDescription=Controlador de volume e saídas de dispositivos"

Binary file not shown.
Binary file added @Resources/Languages/pt-br/Widgets/Weather.inc
Binary file not shown.
Binary file modified @Resources/Scripts/Contexts/Languages.inc
Binary file not shown.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">
A MacOS style widget pack for Windows

Inspired by [Big Sur for Rainmeter](https://www.deviantart.com/fediafedia/art/Big-Sur-RC1-for-Rainmeter-846882462)
</div>

Expand All @@ -17,7 +17,7 @@
### [User guide](https://github.com/creewick/MontereyRainmeter/wiki/User-guide)
### [Performance Index](https://github.com/creewick/MontereyRainmeter/wiki/Performance-Index)
### [Documentation](https://github.com/creewick/MontereyRainmeter/wiki/Documentation)


## What will you get

Expand All @@ -38,7 +38,7 @@ We have 9 widgets available
|<img src="@Resources/Images/Icons/Notes.png" />|**Notes**|Gives you a quick access to your most important text information|
|<img src="@Resources/Images/Icons/Reminders.png" />|**Reminders**|A basic to-do list with counter|
|<img src="@Resources/Images/Icons/Timer.png" />|**Timer**|A basic countdown with an alarm sound|

<img src="@Resources/Images/Banners/sizes.png" width="500px" align="right" />

### Sizes
Expand All @@ -63,14 +63,15 @@ Widgets appears in one of 5 predefined themes
_* Currently works well only on Windows 11_
### Languages

So far we support 4 languages
So far we support 5 languages

| |Language|
|-|-|
|<img src="https://github.com/yammadev/flag-icons/blob/master/png/RU@2x.png?raw=true" width="20px" />| Russian |
|<img src="https://github.com/yammadev/flag-icons/blob/master/png/UA@2x.png?raw=true" width="20px" />| Ukrainian |
|<img src="https://github.com/yammadev/flag-icons/blob/master/png/US@2x.png?raw=true" width="20px" />| English |
|<img src="https://github.com/yammadev/flag-icons/blob/master/png/DE@2x.png?raw=true" width="20px" />| German |
|<img src="https://github.com/yammadev/flag-icons/blob/master/png/BR@2x.png?raw=true" width="20px" />| Brazilian portuguese |

## Special thanks

Expand All @@ -85,6 +86,7 @@ So far we support 4 languages
| [ikarus1969](https://github.com/ikarus1969) | German translation |
| [ActiveColor](https://deviantart.com/activecolors) | helped with persisting settings, code review |
| [kalukal](https://www.deviantart.com/kalukal) | Unlock animation idea |
| [EloisaSemH](https://github.com/EloisaSemH) | Brazilian portuguese translation |

## Works good with
* [Centered taskbar icons - TaskbarX](https://chrisandriessen.nl/taskbarx)
Expand Down