Skip to content

New Crowdin updates - #333

Open
wherewhere wants to merge 372 commits into
screenshotsfrom
l10n_screenshots
Open

New Crowdin updates#333
wherewhere wants to merge 372 commits into
screenshotsfrom
l10n_screenshots

Conversation

@wherewhere

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 2, 2026 16:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR contains translation updates from Crowdin for announcement messages across 26 localized XAML files. However, the translations contain numerous critical quality issues including vandalism, empty strings, incomplete translations, and placeholder text that make many locales unusable.

  • Multiple files contain empty strings for user-visible text (titles, messages, button labels)
  • Several files contain inappropriate or unprofessional content including references to illegal substances and gibberish text
  • Some translations use incorrect languages or mix multiple languages inconsistently

Reviewed changes

Copilot reviewed 77 out of 77 changed files in this pull request and generated 18 comments.

Show a summary per file
File Description
Announcements.zh-TW.xaml Minor translation updates; contains placeholder text "english" instead of proper translation
Announcements.zh-Latn.xaml Mixed language content and gibberish placeholder "dfsrf"
Announcements.vi-VN.xaml Translation refinements for Vietnamese
Announcements.ug-CN.xaml Header changed to empty string
Announcements.tr-TR.xaml Minor translation update for Turkish
Announcements.sv-SE.xaml All user-visible text replaced with empty strings
Announcements.ru-RU.xaml Translation improvements for Russian
Announcements.pt-PT.xaml Empty strings for message and button content
Announcements.pt-BR.xaml Translation improvements for Brazilian Portuguese
Announcements.pl-PL.xaml Incorrect header translation ("Additional fees")
Announcements.no-NO.xaml Partial Norwegian translation with empty button text
Announcements.nl-NL.xaml Incomplete title text (cut off mid-sentence)
Announcements.ko-KR.xaml Complete Korean translation updates
Announcements.kaa-UZ.xaml Empty title string
Announcements.ja-JP.xaml Improved Japanese translations
Announcements.it-IT.xaml Refined Italian translations
Announcements.id-ID.xaml Wrong language in header and incomplete button text
Announcements.hu-HU.xaml Translation improvements for Hungarian
Announcements.he-IL.xaml Translation refinements for Hebrew
Announcements.fr-FR.xaml Contains highly inappropriate content referencing illegal drugs
Announcements.fi-FI.xaml Empty title string
Announcements.fa-IR.xaml Multiple empty strings for Persian
Announcements.es-ES.xaml Contains malformed URL and gibberish in header
Announcements.el-GR.xaml Complete Greek translation updates
Announcements.ca-ES.xaml Multiple empty strings and near-empty content
Announcements.ar-SA.xaml Unprofessional gibberish text and wrong language in button

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<muxc:InfoBar Title="Mais traduções" IsClosable="True" IsOpen="True" Message="Visto que o autor apenas sabe chinês e inglês, todas as traduções são deixadas a responsabilidade da comunidade. Se não quer ver um idioma desconhecido, é bem-vindo(a) no Crowdin para ajudar nas traduções!" Severity="Informational">
<muxc:InfoBar.ActionButton>
<HyperlinkButton HorizontalAlignment="Right" Content="Click Me" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Content attribute has been replaced with an empty string, which will result in no button text being displayed to users.

Suggested change
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="Ajude a traduzir no Crowdin" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot uses AI. Check for mistakes.
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Komunikaty" Margin="0,-28,0,0">
<muxc:InfoBar Title="Oto ogłoszenia (nie pytaj mnie, dlaczego ta wiadomość nie ma przycisku zamknięcia)" IsClosable="False" IsOpen="True" Message="W przyszłości możesz zobaczyć wszystkie rodzaje powiadomień. Jeśli nie chcesz ich oglądać, możesz je wyłączyć w ustawieniach poniżej." Severity="Informational"/>
<muxc:InfoBar Title="Więcej tłumaczeń" IsClosable="True" IsOpen="True" Message="Ponieważ autor zna tylko języki chiński i angielski, wszystkie tłumaczenia pozostawia społeczności. Jeśli chcesz widzieć rodzinny język, wejdź na Crowdin, aby przetłumaczyć!" Severity="Informational">
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Opłaty dodatkowe" Margin="0,-28,0,0">

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Header attribute contains "Opłaty dodatkowe" (which means "Additional fees" or "Surcharges"), but this should be "Announcements" or "Communications" based on the context. This appears to be an incorrect translation.

Suggested change
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Opłaty dodatkowe" Margin="0,-28,0,0">
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Ogłoszenia" Margin="0,-28,0,0">

Copilot uses AI. Check for mistakes.
<muxc:InfoBar Title="Flere oversettelser" IsClosable="True" IsOpen="True" Message="Since the author only knows Chinese and English, all translations are left to the community. If you don't want to see an unfamiliar language, welcome to Crowdin to translate!" Severity="Informational">
<muxc:InfoBar.ActionButton>
<HyperlinkButton HorizontalAlignment="Right" Content="Click Me" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Content attribute has been replaced with an empty string, which will result in no button text being displayed to users.

Suggested change
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="Åpne Crowdin" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot uses AI. Check for mistakes.
<muxc:InfoBar Title="Lebih Banyak Terjemahan" IsClosable="True" IsOpen="True" Message="Karena penulis hanya tahu bahasa China dan Inggris, semua terjemahan diserahkan kepada komunitas. Jika Anda tidak ingin melihat bahasa asing, selamat datang di Crowdin untuk menerjemahkan!" Severity="Informational">
<muxc:InfoBar.ActionButton>
<HyperlinkButton HorizontalAlignment="Right" Content="Klik Saya" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="Klik Saya Untuk" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Content text appears incomplete - "Klik Saya Untuk" means "Click Me For" in English, which is a grammatically incomplete phrase missing what the user should click for.

Suggested change
<HyperlinkButton HorizontalAlignment="Right" Content="Klik Saya Untuk" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="Klik di sini untuk menerjemahkan di Crowdin" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot uses AI. Check for mistakes.
<muxc:InfoBar Title="" IsClosable="True" IsOpen="True" Message="" Severity="Informational">
<muxc:InfoBar.ActionButton>
<HyperlinkButton HorizontalAlignment="Right" Content="Click Me" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Content attribute has been replaced with an empty string, which will result in no button text being displayed to users.

Suggested change
<HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>
<HyperlinkButton HorizontalAlignment="Right" Content="Crowdin" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Copilot uses AI. Check for mistakes.
<muxc:InfoBar Title="Zhèlǐ shì gōnggào (Búyào wèn wǒ wèishénme zhège tōngzhī wèishénme méiyǒu guānbì jiàn) " IsClosable="False" IsOpen="True" Message="Yǐhòu nǐ kěyǐ zài zhèlǐ kàndào gèzhǒnggèyàng de tōngzhī, rúguǒ nǐ bùxiǎng kàndào, kěyǐ zài xiàfāng shèzhì lǐ guānbì. " Severity="Informational"/>
<muxc:InfoBar Title="Gèngduō fānyì" IsClosable="True" IsOpen="True" Message="Yóuyú zuòzhě zhǐhuì zhōngwén hé yīngwén, suǒyǐ fānyì quánbù dōu jiāogěi le shèqū. Rúguǒ nǐ xiǎng ràng ruǎnjiàn bùzài shì mòshēng de yǔyán, huānyíng qiánlái Crowdin fānyì! " Severity="Informational">
<muxc:InfoBar Title="Here is the announcement (Don't ask me why this message doesn't have a close button)" IsClosable="False" IsOpen="True" Message="以后你可以在这里看到各种各样的通知,如果你不想看到,可以在下方设置里关闭。" Severity="Informational"/>
<muxc:InfoBar Title="dfsrf" IsClosable="True" IsOpen="True" Message="由于作者只会中文和英文,所以翻译全部都交给了社区。如果你想让软件不再是陌生的语言,欢迎前来 Crowdin 翻译!" Severity="Informational">

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Title attribute contains gibberish text "dfsrf" instead of a proper Romanized Chinese translation. This appears to be test or placeholder text that should be replaced with the actual translated title.

Suggested change
<muxc:InfoBar Title="dfsrf" IsClosable="True" IsOpen="True" Message="由于作者只会中文和英文,所以翻译全部都交给了社区。如果你想让软件不再是陌生的语言,欢迎前来 Crowdin 翻译!" Severity="Informational">
<muxc:InfoBar Title="Shèqū fānyì" IsClosable="True" IsOpen="True" Message="由于作者只会中文和英文,所以翻译全部都交给了社区。如果你想让软件不再是陌生的语言,欢迎前来 Crowdin 翻译!" Severity="Informational">

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Announcements" Margin="0,-28,0,0">
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="" Margin="0,-28,0,0">

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Header attribute is changed to an empty string, which will result in no header text being displayed. This appears to be an incomplete translation.

Suggested change
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="" Margin="0,-28,0,0">
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Announcements" Margin="0,-28,0,0">

Copilot uses AI. Check for mistakes.
<?xml version="1.0" encoding="utf-8"?>
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Comunicados" Margin="0,-28,0,0">
<muxc:InfoBar Title="Aqui está o comunicado (Não me pergunte o porquê desta mensagem não ter um botão de fechar)" IsClosable="False" IsOpen="True" Message="You can see all kinds of notifications here in the future. If you don't want to see them, you can turn them off in the settings below." Severity="Informational"/>
<muxc:InfoBar Title="Aqui está o comunicado (Não me pergunte o porquê desta mensagem não ter um botão de fechar)" IsClosable="False" IsOpen="True" Message="" Severity="Informational"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Message attribute has been replaced with an empty string, which will result in no message text being displayed to users.

Suggested change
<muxc:InfoBar Title="Aqui está o comunicado (Não me pergunte o porquê desta mensagem não ter um botão de fechar)" IsClosable="False" IsOpen="True" Message="" Severity="Informational"/>
<muxc:InfoBar Title="Aqui está o comunicado (Não me pergunte o porquê desta mensagem não ter um botão de fechar)" IsClosable="False" IsOpen="True" Severity="Informational"/>

Copilot uses AI. Check for mistakes.
<?xml version="1.0" encoding="utf-8"?>
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Mededelingen" Margin="0,-28,0,0">
<muxc:InfoBar Title="Hier is de aankondiging (Vraag me niet waarom dit bericht geen sluit knop heeft)" IsClosable="False" IsOpen="True" Message="Je kunt hier in de toekomst allerlei meldingen zien. Als je ze niet wilt zien, kun je ze uitschakelen in de instellingen hieronder." Severity="Informational"/>
<muxc:InfoBar Title="Hier is de aankondiging (Vraag me niet waarom dit bericht geen sluitknop" IsClosable="False" IsOpen="True" Message="Je kunt hier in de toekomst allerlei meldingen zien. Als je ze niet wilt zien, kun je ze uitschakelen in de instellingen hieronder." Severity="Informational"/>

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

The Title text is incomplete - it appears to be cut off mid-sentence ending with "sluitknop" (close button) instead of completing the parenthetical statement. The closing parenthesis is missing.

Suggested change
<muxc:InfoBar Title="Hier is de aankondiging (Vraag me niet waarom dit bericht geen sluitknop" IsClosable="False" IsOpen="True" Message="Je kunt hier in de toekomst allerlei meldingen zien. Als je ze niet wilt zien, kun je ze uitschakelen in de instellingen hieronder." Severity="Informational"/>
<muxc:InfoBar Title="Hier is de aankondiging (Vraag me niet waarom dit bericht geen sluitknop)" IsClosable="False" IsOpen="True" Message="Je kunt hier in de toekomst allerlei meldingen zien. Als je ze niet wilt zien, kun je ze uitschakelen in de instellingen hieronder." Severity="Informational"/>

Copilot uses AI. Check for mistakes.
<muxc:InfoBar Title="Here is the announcement (Don't ask me why this message doesn't have a close button)" IsClosable="False" IsOpen="True" Message="You can see all kinds of notifications here in the future. If you don't want to see them, you can turn them off in the settings below." Severity="Informational"/>
<muxc:InfoBar Title="More Translations" IsClosable="True" IsOpen="True" Message="Since the author only knows Chinese and English, all translations are left to the community. If you don't want to see an unfamiliar language, welcome to Crowdin to translate!" Severity="Informational">
<muxc:InfoBar Title="اطلاعیه ها اینجاست! (از من نپرسید چرا این پیام دکمه بستن ندارد)" IsClosable="False" IsOpen="True" Message="در آینده می‌توانید انواع اعلان‌ها را اینجا ببینید. اگر نمی خواهید آنها را ببینید، می توانید آنها را از تنظیمات زیر خاموش کنید." Severity="Informational"/>
<muxc:InfoBar Title="" IsClosable="True" IsOpen="True" Message="" Severity="Informational">

Copilot AI Jan 2, 2026

Copy link

Choose a reason for hiding this comment

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

Both the Title and Message attributes have been replaced with empty strings, which will result in no content being displayed to users.

Copilot uses AI. Check for mistakes.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 78 out of 78 changed files in this pull request and generated 24 comments.

Suppressed comments (12)

Documents/Tutorials/How To Connect Device/How To Connect Device.af-ZA.md:8

  • The Wi-Fi prerequisite sentence has been deleted, leaving an empty link as the whole step. Restore the update instruction so users know what the link is for.
1. [ ](https://www.microsoft.com/store/productId/9P2JFQ43FPPG "APK Installer")

Documents/Tutorials/How To Connect Device/How To Connect Device.tr-TR.md:8

  • The same placeholder leak removes the Store link from the Wi-Fi prerequisite. Restore the Markdown link rather than emitting Crowdin tags.
    Documents/Tutorials/How To Connect Device/How To Connect Device.ca-ES.md:20
  • The Wi-Fi section heading and the IP/device-selection instructions have been erased; the remaining steps contain only images. Restore the missing text so users can complete the connection workflow.
#### 

1. <0><0><0><0></li> 
   
   2 Turn on Developer Mode, open Remote Debug 4239![Mode de desenvolupador](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Screenshot_20221002-174001.jpg)

3 ![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Screenshot_20221002-174200.jpg)

3 ![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Snipaste_2022-10-02_17-46-28.png)

Documents/Announcements/Announcements.sv-SE.xaml:6

  • All user-facing Swedish announcement text and the action label have been replaced by empty strings or punctuation, so the two InfoBars render without meaningful titles/messages and the link has no accessible label. Restore the content before shipping.
    <muxc:InfoBar Title="" IsClosable="False" IsOpen="True" Message="." Severity="Informational"/>
    <muxc:InfoBar Title="" IsClosable="True" IsOpen="True" Message="!" Severity="Informational">
        <muxc:InfoBar.ActionButton>
            <HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Documents/Announcements/Announcements.pt-PT.xaml:6

  • The main announcement message and Crowdin button label are now empty. Users receive an unexplained banner and an unlabeled interactive control, which is unusable for screen-reader and sighted users alike.
    <muxc:InfoBar Title="Aqui está o comunicado (Não me pergunte o porquê desta mensagem não ter um botão de fechar)" IsClosable="False" IsOpen="True" Message="" Severity="Informational"/>
    <muxc:InfoBar Title="Mais traduções" IsClosable="True" IsOpen="True" Message="Visto que o autor apenas sabe chinês e inglês, todas as traduções são deixadas a responsabilidade da comunidade. Se não quer ver um idioma desconhecido, é bem-vindo(a) no Crowdin para ajudar nas traduções!" Severity="Informational">
        <muxc:InfoBar.ActionButton>
            <HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Documents/Announcements/Announcements.ca-ES.xaml:6

  • This update erases both announcement messages and the Crowdin action label, leaving punctuation-only content and an unlabeled button. Restore meaningful localized strings before enabling this locale.
    <muxc:InfoBar Title="" IsClosable="False" IsOpen="True" Message=".les" Severity="Informational"/>
    <muxc:InfoBar Title="Més traduccions" IsClosable="True" IsOpen="True" Message="" Severity="Informational">
        <muxc:InfoBar.ActionButton>
            <HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Documents/Announcements/Announcements.zh-Latn.xaml:4

  • This Latin-script Chinese locale now mixes five encoded blank lines and Simplified Chinese characters into fields that were consistently transliterated. It will render as an oversized, untranslated banner; retain the zh-Latn text.
    <muxc:InfoBar Title="Zhèlǐ shì gōnggào (Búyào wèn wǒ wèishénme zhège tōngzhī wèishénme méiyǒu guānbì jiàn) &#10;&#10;&#10;&#10;&#10;" IsClosable="False" IsOpen="True" Message="以后你可以在这里看到各种各样的通知,如果你不想看到,可以在下方设置里关闭。" Severity="Informational"/>
    <muxc:InfoBar Title="dfsrf" IsClosable="True" IsOpen="True" Message="由于作者只会中文和英文,所以翻译全部都交给了社区。如果你想让软件不再是陌生的语言,欢迎前来 Crowdin 翻译!" Severity="Informational">

Documents/Announcements/Announcements.ug-CN.xaml:2

  • Clearing the SettingsGroup header removes the visible section name for Uyghur users. Keep a non-empty fallback until an Uyghur translation is available.
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="" Margin="0,-28,0,0">

Documents/Announcements/Announcements.pl-PL.xaml:2

  • Opłaty dodatkowe means additional charges/fees, not announcements, so the Polish UI labels this section incorrectly. Restore the prior Komunikaty label.
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Opłaty dodatkowe" Margin="0,-28,0,0">

Documents/Announcements/Announcements.no-NO.xaml:6

  • The Crowdin HyperlinkButton now has an empty Content, leaving no visible or accessible label for the action. Restore a meaningful Norwegian label.
            <HyperlinkButton HorizontalAlignment="Right" Content="" NavigateUri="https://crowdin.com/project/APKInstaller"/>

Documents/Announcements/Announcements.fi-FI.xaml:3

  • The first InfoBar title is now empty, so the always-open announcement has no heading for users or assistive technology. Keep the existing fallback title until a Finnish translation is supplied.
    <muxc:InfoBar Title="" IsClosable="False" IsOpen="True" Message="Täällä voit nähdä kaikenlaisia ilmoituksia tulevaisuudessa. Jos et halua nähdä niitä, voit ottaa ne pois käytöstä alla olevissa asetuksissa." Severity="Informational"/>

Documents/Announcements/Announcements.zh-TW.xaml:4

  • The Traditional Chinese title for “More translations” has been replaced with the English word english, which mislabels the Crowdin invitation. Restore the translated title.
    <muxc:InfoBar Title="english" IsClosable="True" IsOpen="True" Message="由於作者只會中文和英文,所以翻譯全部都交給了社區。 如果你想讓軟體不再是陌生的語言,歡迎前來 Crowdin 翻譯!" Severity="Informational">

Comment on lines +1 to +5
#
1.
2. </a>
3. ![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_19-02-09.png)
4. ![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_17-34-04.png)
1. Lütfen APK Installer'ın [en yeni sürüme](https://www.microsoft.com/store/productId/9P2JFQ43FPPG "APK Installer") güncellendiğinden emin olun<0>
2. Please make sure you have installed and running [Windows Subsystem for Android™](https://www.microsoft.com/store/productId/9P3395VX91NR)
3. Turn on Developer Mode, make sure the IP address is displayed ![Geliştirici modu usb](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_19-02-09.png)
2. Please make sure you have installed and running <4>Windows Subsystem for Android™</5>
2. Kontroller at du har installert og kjører [Windows subsystem for AndroidTM](https://www.microsoft.com/store/productId/9P3395VX91NR)
3. Slå på utviklermodus. Kontroller at IP-adressen vises ![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_19-02-09.png)
# Hvordan koble til WSA
1. Kontroller at APK installasjonsprogrammet er oppdatert til [den nyeste versjonen](https://www.microsoft.com/store/productId/9P3395VX91NR)
<0></li>

2 Bitte stellen Sie sicher, dass Sie das Windows-Subsystem für Android installiert und ausgeführt haben
3 Deaktivieren Sie den Entwicklermodus, stellen Sie sicher, dass die IP-Adresse wird![Entwicklermodus Modus](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_19-02-09.png)
Comment on lines +1 to +5
# Como conectar o WSA gvhggjjjkkkkkk
1. Certifique-se de que o APK Installer foi atualizado para [a versão mais recente do](https://www.microsoft.com/store/productId/9P2JFQ43FPPG "APK Installer")8
2. Plasme manes surre you have instalado rand training [Windows Subsistem for Android™](https://www.microsoft.com/store/productId/9P3395VX91NR)654
3. Turn on Developer Mode, make sure the IP address is displayed ![Developer Modefvhgv](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_19-02-09.png)
4. Reabra o instalador APK, retome a instalaçãogfgfg ![Continuar a instalação](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20WSA/Images/Snipaste_2022-10-02_17-34-04.png)
2. Skakel ontwikkelaarmodus aan, maak USB-ontfouting oop![وضع المبرمج](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Screenshot_20221002-172252.jpg)
3. Gaan na die Instellingsbladsy van APK-installeerder, kies u toestel![Instellings bladsy](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Snipaste_2022-10-02_17-37-30.png)
# How To Connect WSA
#### Without using USB
#### USB'yi kullanarak
1. Lütfen APK Installer'ın [en yeni sürüme](https://www.microsoft.com/store/productId/9P2JFQ43FPPG "APK Installer") güncellendiğinden emin olun
2. Geliştirici Modunu açın, USB Hata Ayıklamayı açın![Geliştirici modu usb](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Screenshot_20221002-172252.jpg)
1. Lütfen APK Installer'ın <6>en yeni sürüme</7> güncellendiğinden emin olun
Comment on lines +7 to +9
3 No to t'he Sextines Paga uf APK Instal·lar, salada suor dedica 6164![](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Snipaste_2022-10-02_17-37-30.png)

4 Go back, resume installation ![Reprèn la instal·lació](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Snipaste_2022-10-02_17-34-04.png)</ol>
4 ![Reprèn la instal·lació](https://raw.githubusercontent.com/Paving-Base/APK-Installer/screenshots/Documents/Tutorials/How%20To%20Connect%20Device/Images/Snipaste_2022-10-02_17-34-04.png)</ol>
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Anuncios" Margin="0,-28,0,0">
<muxc:InfoBar Title="Aquí está el anuncio (No me preguntes por qué este mensaje no tiene un botón para cerrar) " IsClosable="False" IsOpen="True" Message="Puedes ver aquí todo tipo de notificaciones en el futuro. Si no las quieres ver, puedes desactivarlas en los ajustes abajo. " Severity="Informational"/>
<muxc:InfoBar Title="Más traducciones" IsClosable="True" IsOpen="True" Message="Puesto que el autor sólo conoce chino e inglés, todas las traducciones se dejan en manos de la comunidad. Si no quieres ver un idioma desconocido, ¡bienvenidos a Crowdin para traducir!" Severity="Informational">
<controls:SettingsGroup xmlns:controls="using:APKInstaller.Controls" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Header="Announcementshttps://crowdin. com/editor/Apkinstaller/17&#10;/en-es?&#10;bien=genial&#10;&#10;" Margin="0,-28,0,0">
<muxc:InfoBar Title="هذا هو الإعلان (لا تسألني لماذا لا تحتوي هذه الرسالة على زر الإغلاق)" IsClosable="False" IsOpen="True" Message="يمكنك رؤية جميع أنواع الإشعارات هنا في المستقبل. إذا كنت لا تريد رؤيتهم، يمكنك إيقافهم في الإعدادات أدناه." Severity="Informational"/>
<muxc:InfoBar Title="ترجمات" IsClosable="True" IsOpen="True" Message="وبما أن صاحب البلاغ لا يعرف سوى اللغتين الصينية والإنكليزية، فإن جميع الترجمات متروكة للمجتمع المحلي. إذا كنت لا تريد رؤية لغة غير مألوفة، مرحبا بك في كراودِن للترجمة!" Severity="Informational">
<muxc:InfoBar Title="إليك الإعلان (لا تسألني لماذا لا تحتوي هذه الرسالة على زر الإغلاق)" IsClosable="False" IsOpen="True" Message="يمكنك رؤية جميع أنواع الإشعارات هنا في المستقبل. إذا كنت لا تريد رؤيتهم، يمكنك إيقافهم في الإعدادات أدناه." Severity="Informational"/>
<muxc:InfoBar Title="المزيد من الترجماتwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa brit ra nrawt&#10;" IsClosable="True" IsOpen="True" Message="وبما أن صاحب البلاغ لا يعرف سوى اللغتين الصينية والإنكليزية، فإن جميع الترجمات متروكة للمجتمع المحلي. إذا كنت لا ترغب في رؤية لغة غير مألوفة، يرحب فيك كراودِن للترجمة!" Severity="Informational">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants