Merge pull request #2998 from andercard0/master

Atualização Português do Brasil
This commit is contained in:
Connor McLaughlin 2023-08-21 22:55:24 +10:00 committed by GitHub
commit f75bf8517a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4874 additions and 1697 deletions

View file

@ -17,7 +17,7 @@
<string>DuckStation</string> <string>DuckStation</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset> <normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
</property> </property>
<widget class="QStackedWidget" name="mainContainer"/> <widget class="QStackedWidget" name="mainContainer"/>
@ -27,7 +27,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>800</width> <width>800</width>
<height>22</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuSystem"> <widget class="QMenu" name="menuSystem">
@ -117,6 +117,7 @@
<iconset theme="global-line"> <iconset theme="global-line">
<normaloff>.</normaloff>.</iconset> <normaloff>.</normaloff>.</iconset>
</property> </property>
<addaction name="action"/>
</widget> </widget>
<addaction name="actionViewGameProperties"/> <addaction name="actionViewGameProperties"/>
<addaction name="separator"/> <addaction name="separator"/>
@ -472,7 +473,7 @@
</action> </action>
<action name="actionGitHubRepository"> <action name="actionGitHubRepository">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/github.png</normaloff>:/icons/github.png</iconset> <normaloff>:/icons/github.png</normaloff>:/icons/github.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -481,7 +482,7 @@
</action> </action>
<action name="actionIssueTracker"> <action name="actionIssueTracker">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset> <normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -490,7 +491,7 @@
</action> </action>
<action name="actionDiscordServer"> <action name="actionDiscordServer">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/discord.png</normaloff>:/icons/discord.png</iconset> <normaloff>:/icons/discord.png</normaloff>:/icons/discord.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -508,7 +509,7 @@
</action> </action>
<action name="actionAboutQt"> <action name="actionAboutQt">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/QT.png</normaloff>:/icons/QT.png</iconset> <normaloff>:/icons/QT.png</normaloff>:/icons/QT.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -517,7 +518,7 @@
</action> </action>
<action name="actionAbout"> <action name="actionAbout">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck_64.png</normaloff>:/icons/duck_64.png</iconset> <normaloff>:/icons/duck_64.png</normaloff>:/icons/duck_64.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -976,6 +977,16 @@
<string>Cover Downloader</string> <string>Cover Downloader</string>
</property> </property>
</action> </action>
<action name="action">
<property name="icon">
<iconset>
<normalon>:/icons/flags/ko@2x.png</normalon>
</iconset>
</property>
<property name="text">
<string>한국인</string>
</property>
</action>
</widget> </widget>
<resources> <resources>
<include location="resources/resources.qrc"/> <include location="resources/resources.qrc"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,5 +1,7 @@
<RCC> <RCC>
<qresource> <qresource>
<file>icons/flags/ko.png</file>
<file>icons/flags/ko@2x.png</file>
<file>controllers/analog_controller.svg</file> <file>controllers/analog_controller.svg</file>
<file>controllers/digital_controller.svg</file> <file>controllers/digital_controller.svg</file>
<file>controllers/guncon.svg</file> <file>controllers/guncon.svg</file>

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
if not defined lang (echo Please set your language first & pause & exit) if not defined lang (echo Please set your language first & pause & exit)
set "linguist=..\..\..\dep\msvc\qt\6.1.0\msvc2019_64\bin" set "linguist=..\..\..\dep\msvc\qt\6.1.0\msvc2019_64\bin"
set context=../ ../../core/ ../../frontend-common/ -tr-function-alias translate+=TranslateString -tr-function-alias translate+=TranslateStdString -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATABLE SET "context=.././ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP"
"%linguist%\lupdate.exe" %context% -ts duckstation-qt_%lang%.ts "%linguist%\lupdate.exe" %context% -ts duckstation-qt_%lang%.ts
pause pause