From a24cbaa6505b4eebcc95a5fda4d4a050154692ad Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Wed, 17 Feb 2021 18:03:32 +0100 Subject: [PATCH] Add pt_br Portuguese (Brazil) to ui --- ScreenPlay/CMakeLists.txt | 1 + ScreenPlay/Resources.qrc | 1 + ScreenPlay/qml/Settings/Settings.qml | 3 + ScreenPlay/src/settings.h | 1 + ScreenPlay/translations/ScreenPlay_de.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_en.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_es.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_fr.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_ko.ts | 65 +++++++++-------- .../{Screenplay_br.qm => ScreenPlay_pt_br.qm} | Bin 27651 -> 27654 bytes .../{Screenplay_br.ts => ScreenPlay_pt_br.ts} | 67 ++++++++++-------- ScreenPlay/translations/ScreenPlay_ru.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_vi.ts | 65 +++++++++-------- ScreenPlay/translations/ScreenPlay_zh_cn.ts | 65 +++++++++-------- 14 files changed, 322 insertions(+), 271 deletions(-) rename ScreenPlay/translations/{Screenplay_br.qm => ScreenPlay_pt_br.qm} (98%) rename ScreenPlay/translations/{Screenplay_br.ts => ScreenPlay_pt_br.ts} (99%) diff --git a/ScreenPlay/CMakeLists.txt b/ScreenPlay/CMakeLists.txt index a244c79f..91a164f5 100644 --- a/ScreenPlay/CMakeLists.txt +++ b/ScreenPlay/CMakeLists.txt @@ -66,6 +66,7 @@ set(headers set(l10n translations/ScreenPlay_de.ts translations/ScreenPlay_zh_cn.ts + translations/ScreenPlay_pt_br.ts translations/ScreenPlay_en.ts translations/ScreenPlay_es.ts translations/ScreenPlay_fr.ts diff --git a/ScreenPlay/Resources.qrc b/ScreenPlay/Resources.qrc index 94d2969c..fa4dd880 100644 --- a/ScreenPlay/Resources.qrc +++ b/ScreenPlay/Resources.qrc @@ -134,5 +134,6 @@ translations/ScreenPlay_vi.qm translations/ScreenPlay_zh_cn.qm assets/images/Early_Access.png + translations/ScreenPlay_pt_br.qm diff --git a/ScreenPlay/qml/Settings/Settings.qml b/ScreenPlay/qml/Settings/Settings.qml index be0b2dbe..e49588a5 100644 --- a/ScreenPlay/qml/Settings/Settings.qml +++ b/ScreenPlay/qml/Settings/Settings.qml @@ -183,6 +183,9 @@ Item { }, { "value": Settings.Vi, "text": qsTr("Vietnamese") + }, { + "value": Settings.Pt_BR, + "text": qsTr("Portuguese (Brazil)") }] } } diff --git a/ScreenPlay/src/settings.h b/ScreenPlay/src/settings.h index b51e041b..528b34dc 100644 --- a/ScreenPlay/src/settings.h +++ b/ScreenPlay/src/settings.h @@ -121,6 +121,7 @@ public: Es, Ko, Vi, + Pt_BR, Zh_CN, }; Q_ENUM(Language) diff --git a/ScreenPlay/translations/ScreenPlay_de.ts b/ScreenPlay/translations/ScreenPlay_de.ts index ec35916d..e75107f4 100644 --- a/ScreenPlay/translations/ScreenPlay_de.ts +++ b/ScreenPlay/translations/ScreenPlay_de.ts @@ -1443,47 +1443,52 @@ wenn Sie ScreenPlay über Steam! installiert haben - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Performance Leistung - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Logs @@ -1501,82 +1506,82 @@ wenn Sie ScreenPlay über Steam! installiert haben - + Default Fill Mode Standard-Füllmodus - + Set this property to define how the video is scaled to fit the target area. Lege diese Eigenschaft fest, um zu definieren, wie das Video skaliert wird, damit es in den Zielbereich passt. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About Über - + Thank you for using ScreenPlay Danke, dass du ScreenPlay verwendest - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Moin, ich bin Elias Steurer, auch bekannt als Kelteseth und ich bin der Entwickler von ScreenPlay. Danke, dass du meine Software nutzt. Du kannst mir hier folgen, um Updates über ScreenPlay zu erhalten: - + Version Version - + ScreenPlay Build Version ScreenPlay-Build-Version - + Open Changelog Changelog öffnen - + Third Party Software Software von Drittanbietern - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay wäre ohne die Arbeit anderer nicht möglich. Ein großes Dankeschön dafür geht an: - + Licenses Lizenzen @@ -1585,27 +1590,27 @@ wenn Sie ScreenPlay über Steam! installiert haben Debugging-Meldungen - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Wenn den ScreenPlay sich falsch verhält, ist hier eine gute Möglichkeit, nach Antworten zu suchen. Hier werden alle Protokolle und Warnungen während der Laufzeit angezeigt. - + Show Logs - + Data Protection Datenschutz - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Wir verwenden deine Daten sehr sorgfältig, um ScreenPlay zu verbessern. Wir verkaufen oder teilen diese (anonymen) Informationen nicht mit anderen! - + Privacy Datenschutz diff --git a/ScreenPlay/translations/ScreenPlay_en.ts b/ScreenPlay/translations/ScreenPlay_en.ts index 1e88da9c..1929bbcb 100644 --- a/ScreenPlay/translations/ScreenPlay_en.ts +++ b/ScreenPlay/translations/ScreenPlay_en.ts @@ -990,7 +990,7 @@ - + Performance @@ -1040,147 +1040,152 @@ - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Default Fill Mode - + Set this property to define how the video is scaled to fit the target area. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About - + Thank you for using ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: - + Version - + ScreenPlay Build Version - + Open Changelog - + Third Party Software - + ScreenPlay would not be possible without the work of others. A big thank you to: - + Licenses - + Logs - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. - + Show Logs - + Data Protection - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! - + Privacy diff --git a/ScreenPlay/translations/ScreenPlay_es.ts b/ScreenPlay/translations/ScreenPlay_es.ts index 4b8aa393..45cfc212 100644 --- a/ScreenPlay/translations/ScreenPlay_es.ts +++ b/ScreenPlay/translations/ScreenPlay_es.ts @@ -1423,47 +1423,52 @@ si instaló ScreenPlay vía Steam! - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Performance Rendimiento - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Logs @@ -1481,82 +1486,82 @@ si instaló ScreenPlay vía Steam! - + Default Fill Mode Modo de llenado por defecto - + Set this property to define how the video is scaled to fit the target area. Defina esta propiedad para definir cómo se escala el vídeo para que se ajuste al área de destino. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About Acerca de - + Thank you for using ScreenPlay Gracias por usar ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Hola, soy Elias Steurer también conocido como Kelteseth y soy el desarrollador de ScreenPlay. Gracias por usar mi software. Puedes seguirme para recibir actualizaciones sobre ScreenPlay aquí: - + Version Versión - + ScreenPlay Build Version Versión de construcción de ScreenPlay - + Open Changelog Registro de cambios abierto - + Third Party Software Software de terceros - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay no sería posible sin el trabajo de otros. Muchas gracias a todos: - + Licenses Licencias @@ -1565,27 +1570,27 @@ si instaló ScreenPlay vía Steam! Mensajes de depuración - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Si su ScreenPlay se comporta mal, esta es una buena manera de buscar respuestas. Esto muestra todos los registros y advertencias durante el tiempo de ejecución. - + Show Logs - + Data Protection Protección de datos - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Utilizamos sus datos con mucho cuidado para mejorar ScreenPlay. No vendemos ni compartimos esta información (anónima) con otros! - + Privacy Privacidad diff --git a/ScreenPlay/translations/ScreenPlay_fr.ts b/ScreenPlay/translations/ScreenPlay_fr.ts index 173ab61e..a79cefef 100644 --- a/ScreenPlay/translations/ScreenPlay_fr.ts +++ b/ScreenPlay/translations/ScreenPlay_fr.ts @@ -1397,7 +1397,7 @@ si vous avez installé ScreenPlay via Steam ! - + Performance Performance @@ -1455,122 +1455,127 @@ si vous avez installé ScreenPlay via Steam ! - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Default Fill Mode Mode de remplissage par défaut - + Set this property to define how the video is scaled to fit the target area. Définissez cette propriété pour définir la manière dont la vidéo est mise à l'échelle pour s'adapter à la zone cible. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About À propos de - + Thank you for using ScreenPlay Merci d'utiliser ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Bonjour, je suis Elias Steurer, aussi connu sous le nom de Kelteseth, et je suis le développeur de ScreenPlay. Merci d'utiliser mon logiciel. Vous pouvez me suivre pour recevoir des mises à jour sur ScreenPlay ici : - + Version Version - + ScreenPlay Build Version Version de construction de ScreenPlay - + Open Changelog Ouvrir le journal des modifications - + Third Party Software Logiciel tiers - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay ne serait pas possible sans le travail des autres. Un grand merci à : - + Licenses Licences - + Logs @@ -1579,27 +1584,27 @@ si vous avez installé ScreenPlay via Steam ! Messages de débogage - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Si votre ScreenPlay se comporte mal, c'est une bonne façon de chercher des réponses. Ceci montre tous les journaux et les avertissements pendant l'exécution. - + Show Logs - + Data Protection Protection des données - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Nous utilisons vos données avec beaucoup de soin pour améliorer le ScreenPlay. Nous ne vendons ni ne partageons ces informations (anonymes) avec d'autres personnes ! - + Privacy Confidentialité diff --git a/ScreenPlay/translations/ScreenPlay_ko.ts b/ScreenPlay/translations/ScreenPlay_ko.ts index 6fd0fb6d..c117eaf2 100644 --- a/ScreenPlay/translations/ScreenPlay_ko.ts +++ b/ScreenPlay/translations/ScreenPlay_ko.ts @@ -1360,47 +1360,52 @@ Steam을 통해 설치하셨을때의 기본 위치입니다! - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Performance 성능 - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Logs @@ -1418,82 +1423,82 @@ Steam을 통해 설치하셨을때의 기본 위치입니다! - + Default Fill Mode 기본 채우기 설정 - + Set this property to define how the video is scaled to fit the target area. 이 값으로 화면에 영상을 어떻게 채울지 설정하세요. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About 알아보기 - + Thank you for using ScreenPlay ScreenPlay를 사용해주셔서 감사합니다 - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: 안녕하세요, ScreenPlay를 개발한, Kelteseth 닉네임을 쓰고 있는 Elias Steurer입니다. 제 소프트웨어를 사용해주셔서 감사합니다. 저를 팔로우하셔서 ScreenPlay의 업데이트 내용을 확인하실 수 있습니다 클릭: - + Version 버전 - + ScreenPlay Build Version ScreenPlay 빌드 버전 - + Open Changelog 변경 이력 열기 - + Third Party Software 타사 소프트웨어 - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay 기여자 여러분의 도움에 의해 완성되었습니다. 여러분께 감사드립니다: - + Licenses 라이선스 @@ -1502,27 +1507,27 @@ Steam을 통해 설치하셨을때의 기본 위치입니다! 디버그 메시지 - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. ScreenPlay가 올바르게 작동하지 않고 있다면, 이것이 해답이 될 수 있습니다. 이것은 런타임동안의 모든 이력과 경고를 포함하고 있습니다. - + Show Logs - + Data Protection 데이터 보호 - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! ScreenPlay 향상을 위해 여러분의 익명 데이터를 신중히 사용합니다. 절대 정보를 팔거나 공유하지 않습니다! - + Privacy 개인 정보 diff --git a/ScreenPlay/translations/Screenplay_br.qm b/ScreenPlay/translations/ScreenPlay_pt_br.qm similarity index 98% rename from ScreenPlay/translations/Screenplay_br.qm rename to ScreenPlay/translations/ScreenPlay_pt_br.qm index e667a46f2a06de0f8471964aed36f6ded76ae945..d8d2ffd390d43d1ae8ece2a470b4d9a4cfa7245c 100644 GIT binary patch delta 19 acmZp^!Ps_#ae@dNYe7l8Q_x27H`xG5atC1m delta 16 XcmZp>!PtC*ae@dlQ&Q1JsW;gGHcbXw diff --git a/ScreenPlay/translations/Screenplay_br.ts b/ScreenPlay/translations/ScreenPlay_pt_br.ts similarity index 99% rename from ScreenPlay/translations/Screenplay_br.ts rename to ScreenPlay/translations/ScreenPlay_pt_br.ts index 4d35db8b..f30667bf 100644 --- a/ScreenPlay/translations/Screenplay_br.ts +++ b/ScreenPlay/translations/ScreenPlay_pt_br.ts @@ -1,6 +1,6 @@ - + ColorPicker @@ -1423,47 +1423,52 @@ si instaló ScreenPlay vía Steam! - + + Portuguese (Brazil) + + + + Theme Tema - + Switch dark/light theme Trocar para tema escuro/tema claro - + System Default - + Dark Escuro - + Light Claro - + Performance Performance - + Pause wallpaper video rendering while another app is in the foreground Pausar a renderização do vídeo do papel de parede enquanto outro aplicativo está em primeiro plano - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! Nós desativamos a renderização de video (menos o audio!) para melhor performance. Se você tiver problemas você pode desativar isso por aqui. O papel de parede vai precisar ser reiniciado! - + Logs Logs @@ -1481,82 +1486,82 @@ si instaló ScreenPlay vía Steam! - + Default Fill Mode Modo de alinhamento padrão - + Set this property to define how the video is scaled to fit the target area. Defina esta propriedade para definir como o vídeo é dimensionado para caber na área de destino. - + Stretch Esticar - + Fill Preencher - + Contain Conter - + Cover Cobrir - + Scale-Down Rolar para baixo - + About Sobre - + Thank you for using ScreenPlay Obrigado por usar o ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Olá, Eu sou o Elias Steurer tambem conhecido como Kelteseth e eu sou desenvolvedor do ScreenPlay. Obrigado por usar meu programa. Você pode me seguir para receber atualizações sobre o ScreenPlay aquí: - + Version Versão - + ScreenPlay Build Version Versão da build do ScreenPlay - + Open Changelog Abrir Changelog - + Third Party Software Software de terceiros - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay não seria possivel sem o trabalho de outras pessoas. Um grande obrigado a você tambêm: - + Licenses Licenças @@ -1565,27 +1570,27 @@ si instaló ScreenPlay vía Steam! Mensagens de depuração - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Se o seu ScreenPlay se comportar mal, esta é uma boa maneira de procurar respostas. Isso mostra todos os logs e avisos durante o tempo de execução - + Show Logs Mostrar logs - + Data Protection Proteção de dados - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Utilizamos seus dados com muito cuidado para melhorar o ScreenPlay. Não vendemos e nem compartilhamos informações (anónima) com outros! - + Privacy Privacidade diff --git a/ScreenPlay/translations/ScreenPlay_ru.ts b/ScreenPlay/translations/ScreenPlay_ru.ts index 591463f5..ef06b3ad 100644 --- a/ScreenPlay/translations/ScreenPlay_ru.ts +++ b/ScreenPlay/translations/ScreenPlay_ru.ts @@ -1438,47 +1438,52 @@ ms), но есть и некоторые проприетарные, такие - + + Portuguese (Brazil) + + + + Theme - + Switch dark/light theme - + System Default - + Dark - + Light - + Performance Производительность - + Pause wallpaper video rendering while another app is in the foreground - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! - + Logs @@ -1496,82 +1501,82 @@ ms), но есть и некоторые проприетарные, такие - + Default Fill Mode Режим заполнения по умолчанию - + Set this property to define how the video is scaled to fit the target area. Включите эту настройку, чтобы определить, как видео масштабируется в соответствии с целевой областью. - + Stretch - + Fill - + Contain - + Cover - + Scale-Down - + About О сайте - + Thank you for using ScreenPlay Спасибо за использование ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Привет, я Elias Steurer, также известный как Kelteseth, и я разработчик ScreenPlay. Спасибо за использование моего программного обеспечения. Вы можете подписаться на меня, чтобы получать обновления о ScreenPlay: - + Version Версия - + ScreenPlay Build Version Версия сборки ScreenPlay - + Open Changelog Открыть журнал изменений - + Third Party Software Стороннее ПО - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay был бы невозможен без работы других. Большое спасибо: - + Licenses Лицензии @@ -1580,27 +1585,27 @@ ms), но есть и некоторые проприетарные, такие Отладочные сообщения - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Если ваш ScreenPlay плохо себя ведет, это хороший способ поиска ответов. Он показывает все журналы и предупреждения во время работы. - + Show Logs - + Data Protection Защита данных - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Мы используем ваши данные очень тщательно, чтобы улучшить ScreenPlay. Мы не продаем и не делимся этой (анонимной) информацией с другими! - + Privacy Конфиденциальность diff --git a/ScreenPlay/translations/ScreenPlay_vi.ts b/ScreenPlay/translations/ScreenPlay_vi.ts index 5bf71f81..3b6d8563 100644 --- a/ScreenPlay/translations/ScreenPlay_vi.ts +++ b/ScreenPlay/translations/ScreenPlay_vi.ts @@ -1182,7 +1182,7 @@ Chọn ngôn ngữ cho ScreenPlay - + Performance Hiệu năng @@ -1232,37 +1232,37 @@ Tiếng Việt - + Theme Chủ đề - + Switch dark/light theme Chuyển giữa chủ đề tối/sáng - + System Default Mặc định theo hệ thống - + Dark Tối - + Light - + Pause wallpaper video rendering while another app is in the foreground Tạm dừng hiện video khi mà những ứng dụng khác đang toàn màn hình - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! Chúng tôi không hiện video (vẫn có âm thanh!) cho một hiệu năng tốt nhất. Nếu bạn gặp sự cố bạn có thể tắt tùy chọn này. Cần khởi động lại hình nền! @@ -1272,87 +1272,92 @@ - + + Portuguese (Brazil) + + + + Default Fill Mode Chế độ phủ mặc định - + Set this property to define how the video is scaled to fit the target area. Đặt thuộc tính này để xác định cách chia tỷ lệ video để phù hợp với màn hình. - + Stretch Kéo dãn - + Fill Lấp đầy - + Contain Bên trong - + Cover Bọc - + Scale-Down Giảm độ phân giải - + About Về ứng dụng - + Thank you for using ScreenPlay Cảm ơn bạn đã sử dụng ScreenPlay - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: Chào, tôi là Elias Steurer (hay còn được biết đến là Kelteseth) và tôi là nhà phát triển của ScreenPlay. Cảm ơn ban đã sử dụng ứng dụng của tôi. Bạn có thể theo dõi tôi ở đây để nhận tin tức về ScreenPlay: - + Version Phiên bản - + ScreenPlay Build Version Bản dựng của ScreenPlay - + Open Changelog Mở changelog - + Third Party Software Những ứng dụng của bên thứ ba - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay sẽ không thể có được néu như không có việc làm của những người khác. Một sự cảm ơn to lớn cho: - + Licenses Giấy phép - + Logs @@ -1361,27 +1366,27 @@ Các ghi chú gỡ lỗi - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. Nếu ScreenPlay của bạn không hoạt động bình thường thì đây là cách tốt để tìm ra câu trả lời. Cái này sẽ hiện tất cả các ghi chú và cảnh báo trong lúc ứng dụng chạy. - + Show Logs - + Data Protection Bảo vệ dữ liệu - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! Chúng tôi dùng dữ liệu của bạn rất cẩn thận để cải thiện ScreenPlay. Chúng tôi không bán thông tin của bạn với người khác! - + Privacy Quyền riêng tư diff --git a/ScreenPlay/translations/ScreenPlay_zh_cn.ts b/ScreenPlay/translations/ScreenPlay_zh_cn.ts index 7dcf01af..28fbce0f 100644 --- a/ScreenPlay/translations/ScreenPlay_zh_cn.ts +++ b/ScreenPlay/translations/ScreenPlay_zh_cn.ts @@ -948,7 +948,7 @@ 设置ScreenPlay界面语言 - + Performance 性能 @@ -1003,147 +1003,152 @@ 越南语 - + + Portuguese (Brazil) + + + + Theme 主题 - + Switch dark/light theme 切换到暗/亮主题 - + System Default 跟随系统 - + Dark - + Light - + Pause wallpaper video rendering while another app is in the foreground 当其他应用程序在前台时,暂停壁纸视频渲染 - + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! 我们禁用视频渲染(不是音频)以获得最佳性能。如果您有问题,可以在此处禁用此行为。 需要重启壁纸! - + Default Fill Mode 默认填充模式 - + Set this property to define how the video is scaled to fit the target area. 设置此属性可定义视频的缩放方式以适应目标区域。 - + Stretch 拉伸 - + Fill 填充 - + Contain 适应 - + Cover 平铺 - + Scale-Down 裁剪 - + About 关于 - + Thank you for using ScreenPlay 感谢您的使用 - + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: 您好,我是Elias Steurer,也叫Kelteseth,我是ScreenPlay的开发者。感谢您使用我的软件。您可以在这里关注我,接收ScreenPlay的更新。 - + Version 版本 - + ScreenPlay Build Version ScreenPlay编译版本 - + Open Changelog 打开更改日志。 - + Third Party Software 第三方软件 - + ScreenPlay would not be possible without the work of others. A big thank you to: ScreenPlay离不开一些人的帮助。非常感谢您们: - + Licenses 许可证 - + Logs 日志 - + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. 如果您的ScreenPlay出错,这是个很好的查错方式。它显示所有的日志和运行时警告。 - + Show Logs 显示日志 - + Data Protection 数据保护 - + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! 我们使用您的数据提升ScreenPlay的体验。我们承诺不出售或分享这些匿名信息! - + Privacy 隐私