Full rebrand
This commit is contained in:
parent
c445fa1e3e
commit
88b901a24e
427 changed files with 55946 additions and 56077 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
|
||||
# SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# Allow systemd-logind to manage user access to hidraw with this file
|
||||
# On most systems, this file should be installed to /etc/udev/rules.d/72-yuzu-input.rules
|
||||
# On most systems, this file should be installed to /etc/udev/rules.d/72-suyu-input.rules
|
||||
# Consult your distro if this is not the case
|
||||
|
||||
# Switch Pro Controller (USB/Bluetooth)
|
||||
2
dist/english_plurals/README.md
vendored
2
dist/english_plurals/README.md
vendored
|
|
@ -10,7 +10,7 @@ Qt has "Translation Rules for Plurals", small example
|
|||
// i = 2:
|
||||
Building: 2 shaders
|
||||
|
||||
For yuzu the source language used is English, for all other languages handling of plurals is handled by Qt and the translation collaboration site. Handling plurals in the source language (English) requires special consideration.
|
||||
For suyu the source language used is English, for all other languages handling of plurals is handled by Qt and the translation collaboration site. Handling plurals in the source language (English) requires special consideration.
|
||||
|
||||
With CMake flag GENERATE_QT_TRANSLATION a generated_en.ts file is created from the source. It ignored by git (`.gitignore` in the project root). It is placed in this directory so that the relative refrences with the source code is correct.
|
||||
|
||||
|
|
|
|||
12
dist/english_plurals/en.ts
vendored
12
dist/english_plurals/en.ts
vendored
|
|
@ -4,7 +4,7 @@
|
|||
<context>
|
||||
<name>GMainWindow</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/main.cpp" line="2322"/>
|
||||
<location filename="../../src/suyu/main.cpp" line="2322"/>
|
||||
<source>%n file(s) remaining</source>
|
||||
<translation>
|
||||
<numerusform>%n file remaining</numerusform>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/main.cpp" line="2377"/>
|
||||
<location filename="../../src/suyu/main.cpp" line="2377"/>
|
||||
<source>%n file(s) were newly installed
|
||||
</source>
|
||||
<translation>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/main.cpp" line="2380"/>
|
||||
<location filename="../../src/suyu/main.cpp" line="2380"/>
|
||||
<source>%n file(s) were overwritten
|
||||
</source>
|
||||
<translation>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/main.cpp" line="2382"/>
|
||||
<location filename="../../src/suyu/main.cpp" line="2382"/>
|
||||
<source>%n file(s) failed to install
|
||||
</source>
|
||||
<translation>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/main.cpp" line="3264"/>
|
||||
<location filename="../../src/suyu/main.cpp" line="3264"/>
|
||||
<source>Building: %n shader(s)</source>
|
||||
<translation>
|
||||
<numerusform>Building: %n shader</numerusform>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<context>
|
||||
<name>GameListSearchField</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../../src/yuzu/game_list.cpp" line="87"/>
|
||||
<location filename="../../src/suyu/game_list.cpp" line="87"/>
|
||||
<source>%1 of %n result(s)</source>
|
||||
<translation>
|
||||
<numerusform>%1 of %n result</numerusform>
|
||||
|
|
|
|||
4
dist/languages/.tx/config
vendored
4
dist/languages/.tx/config
vendored
|
|
@ -1,13 +1,13 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[o:yuzu-emulator:p:yuzu:r:emulator]
|
||||
[o:suyu-emulator:p:suyu:r:emulator]
|
||||
file_filter = <lang>.ts
|
||||
source_file = en.ts
|
||||
source_lang = en
|
||||
type = QT
|
||||
|
||||
[o:yuzu-emulator:p:yuzu:r:yuzu-android]
|
||||
[o:suyu-emulator:p:suyu:r:suyu-android]
|
||||
file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml
|
||||
source_file = ../../src/android/app/src/main/res/values/strings.xml
|
||||
type = ANDROID
|
||||
|
|
|
|||
2
dist/languages/README.md
vendored
2
dist/languages/README.md
vendored
|
|
@ -1,3 +1,3 @@
|
|||
This directory stores translation patches (TS files) for yuzu Qt frontend. This directory is linked with [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu), so you can update the translation by executing `tx pull -t -a`. If you want to contribute to the translation, please go the transifex link and submit your translation there. This directory on the main repo will be synchronized with transifex periodically.
|
||||
This directory stores translation patches (TS files) for suyu Qt frontend. This directory is linked with [suyu project on transifex](https://www.transifex.com/suyu-emulator/suyu), so you can update the translation by executing `tx pull -t -a`. If you want to contribute to the translation, please go the transifex link and submit your translation there. This directory on the main repo will be synchronized with transifex periodically.
|
||||
|
||||
Do not directly open PRs on github to modify the translation.
|
||||
|
|
|
|||
4028
dist/languages/ar.ts
vendored
4028
dist/languages/ar.ts
vendored
File diff suppressed because it is too large
Load diff
4086
dist/languages/ca.ts
vendored
4086
dist/languages/ca.ts
vendored
File diff suppressed because it is too large
Load diff
4074
dist/languages/cs.ts
vendored
4074
dist/languages/cs.ts
vendored
File diff suppressed because it is too large
Load diff
4070
dist/languages/da.ts
vendored
4070
dist/languages/da.ts
vendored
File diff suppressed because it is too large
Load diff
4100
dist/languages/de.ts
vendored
4100
dist/languages/de.ts
vendored
File diff suppressed because it is too large
Load diff
4052
dist/languages/el.ts
vendored
4052
dist/languages/el.ts
vendored
File diff suppressed because it is too large
Load diff
4106
dist/languages/es.ts
vendored
4106
dist/languages/es.ts
vendored
File diff suppressed because it is too large
Load diff
2910
dist/languages/fi.ts
vendored
2910
dist/languages/fi.ts
vendored
File diff suppressed because it is too large
Load diff
4108
dist/languages/fr.ts
vendored
4108
dist/languages/fr.ts
vendored
File diff suppressed because it is too large
Load diff
4098
dist/languages/hu.ts
vendored
4098
dist/languages/hu.ts
vendored
File diff suppressed because it is too large
Load diff
4078
dist/languages/id.ts
vendored
4078
dist/languages/id.ts
vendored
File diff suppressed because it is too large
Load diff
4100
dist/languages/it.ts
vendored
4100
dist/languages/it.ts
vendored
File diff suppressed because it is too large
Load diff
4094
dist/languages/ja_JP.ts
vendored
4094
dist/languages/ja_JP.ts
vendored
File diff suppressed because it is too large
Load diff
4096
dist/languages/ko_KR.ts
vendored
4096
dist/languages/ko_KR.ts
vendored
File diff suppressed because it is too large
Load diff
4100
dist/languages/nb.ts
vendored
4100
dist/languages/nb.ts
vendored
File diff suppressed because it is too large
Load diff
4096
dist/languages/nl.ts
vendored
4096
dist/languages/nl.ts
vendored
File diff suppressed because it is too large
Load diff
4098
dist/languages/pl.ts
vendored
4098
dist/languages/pl.ts
vendored
File diff suppressed because it is too large
Load diff
4106
dist/languages/pt_BR.ts
vendored
4106
dist/languages/pt_BR.ts
vendored
File diff suppressed because it is too large
Load diff
4106
dist/languages/pt_PT.ts
vendored
4106
dist/languages/pt_PT.ts
vendored
File diff suppressed because it is too large
Load diff
4106
dist/languages/ru_RU.ts
vendored
4106
dist/languages/ru_RU.ts
vendored
File diff suppressed because it is too large
Load diff
4068
dist/languages/sv.ts
vendored
4068
dist/languages/sv.ts
vendored
File diff suppressed because it is too large
Load diff
4094
dist/languages/tr_TR.ts
vendored
4094
dist/languages/tr_TR.ts
vendored
File diff suppressed because it is too large
Load diff
4096
dist/languages/uk.ts
vendored
4096
dist/languages/uk.ts
vendored
File diff suppressed because it is too large
Load diff
4096
dist/languages/vi.ts
vendored
4096
dist/languages/vi.ts
vendored
File diff suppressed because it is too large
Load diff
4096
dist/languages/vi_VN.ts
vendored
4096
dist/languages/vi_VN.ts
vendored
File diff suppressed because it is too large
Load diff
4112
dist/languages/zh_CN.ts
vendored
4112
dist/languages/zh_CN.ts
vendored
File diff suppressed because it is too large
Load diff
4110
dist/languages/zh_TW.ts
vendored
4110
dist/languages/zh_TW.ts
vendored
File diff suppressed because it is too large
Load diff
4
dist/qt_themes/default/default.qrc
vendored
4
dist/qt_themes/default/default.qrc
vendored
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2018 yuzu Emulator Project
|
||||
SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
-->
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
|
||||
<file alias="48x48/star.png">icons/48x48/star.png</file>
|
||||
<file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
|
||||
<file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file>
|
||||
<file alias="256x256/suyu.png">icons/256x256/suyu.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="default">
|
||||
<file>style.qss</file>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
55
dist/yuzu.svg
vendored
55
dist/yuzu.svg
vendored
|
|
@ -1,55 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="512.0px"
|
||||
height="512.0px"
|
||||
viewBox="0 0 512.0 512.0"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="yuzu.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview532"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
inkscape:zoom="4.7521782"
|
||||
inkscape:cx="300.91464"
|
||||
inkscape:cy="437.37838"
|
||||
inkscape:window-width="2048"
|
||||
inkscape:window-height="1080"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid538" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs527" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
d="m 394.62535,471.3827 c 12.708,-22.807 19.949,-49.07 19.949,-77.014 0,-87.537 -71.054,-158.582 -158.591,-158.582 -65.023,0 -117.8,-52.777 -117.8,-117.806 0,-65.029789 52.777,-117.8059899 117.8,-117.8059899 141.321,0 256.008,114.6879899 256.008,255.9999899 0,90.235 -46.773,169.613 -117.366,215.208 z M 255.98335,52.936011 c -11.96,0 -21.676,9.7148 -21.676,21.6816 0,11.9655 9.716,21.681597 21.676,21.681597 11.977,0 21.681,-9.716097 21.681,-21.681597 0,-11.9668 -9.704,-21.6816 -21.681,-21.6816 z m 43.363,43.363197 c -11.964,0 -21.682,9.714492 -21.682,21.681492 0,11.966 9.718,21.682 21.682,21.682 11.977,0 21.681,-9.716 21.681,-21.682 0,-11.967 -9.704,-21.681492 -21.681,-21.681492 z m -86.72,0 c -11.966,0 -21.68,9.714492 -21.68,21.681492 0,11.966 9.714,21.682 21.68,21.682 11.966,0 21.681,-9.716 21.681,-21.682 0,-11.967 -9.715,-21.681492 -21.681,-21.681492 z m 43.357,43.363492 c -11.96,0 -21.676,9.715 -21.676,21.68 0,11.967 9.716,21.682 21.676,21.682 11.977,0 21.681,-9.715 21.681,-21.682 0,-11.965 -9.704,-21.68 -21.681,-21.68 z"
|
||||
fill="#ff3554"
|
||||
id="path60" />
|
||||
<path
|
||||
d="m 117.35235,40.966411 c -12.704,22.8077 -19.943696,49.070597 -19.943696,77.014289 0,87.537 71.043696,158.582 158.574696,158.582 65.03,0 117.813,52.777 117.813,117.806 0,65.028 -52.783,117.806 -117.813,117.806 -141.305,0 -255.9919924,-114.688 -255.9919924,-256 0,-90.234 46.7638004,-169.614589 117.3609924,-215.208289 z m 138.631,288.357289 c -11.96,0 -21.676,9.716 -21.676,21.682 0,11.967 9.716,21.681 21.676,21.681 11.977,0 21.681,-9.714 21.681,-21.681 0,-11.966 -9.704,-21.682 -21.681,-21.682 z m 43.363,43.363 c -11.964,0 -21.682,9.715 -21.682,21.682 0,11.967 9.718,21.682 21.682,21.682 11.977,0 21.681,-9.715 21.681,-21.682 0,-11.967 -9.704,-21.682 -21.681,-21.682 z m -43.363,43.364 c -11.96,0 -21.676,9.714 -21.676,21.681 0,11.966 9.716,21.682 21.676,21.682 11.977,0 21.681,-9.716 21.681,-21.682 0,-11.967 -9.704,-21.681 -21.681,-21.681 z m -43.358,-43.364 c -11.965,0 -21.68,9.715 -21.68,21.682 0,11.967 9.715,21.682 21.68,21.682 11.967,0 21.682,-9.715 21.682,-21.682 0,-11.967 -9.715,-21.682 -21.682,-21.682 z"
|
||||
fill="#3a99ff"
|
||||
id="path62" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue