Skip to content

Commit

Permalink
New Crowdin updates (#24)
Browse files Browse the repository at this point in the history
* New translations InstallStrings.resx (Romanian)

* New translations SettingsStrings.resx (Polish)

* New translations InstallStrings.resx (Japanese)

* New translations SettingsStrings.resx (Japanese)

* New translations InstallStrings.resx (Korean)

* New translations SettingsStrings.resx (Korean)

* New translations InstallStrings.resx (Dutch)

* New translations SettingsStrings.resx (Dutch)

* New translations InstallStrings.resx (Norwegian)

* New translations SettingsStrings.resx (Norwegian)

* New translations InstallStrings.resx (Polish)

* New translations InstallStrings.resx (Portuguese)

* New translations InstallStrings.resx (Italian)

* New translations SettingsStrings.resx (Portuguese)

* New translations InstallStrings.resx (Russian)

* New translations SettingsStrings.resx (Russian)

* New translations InstallStrings.resx (Serbian (Cyrillic))

* New translations SettingsStrings.resx (Serbian (Cyrillic))

* New translations InstallStrings.resx (Swedish)

* New translations SettingsStrings.resx (Swedish)

* New translations InstallStrings.resx (Turkish)

* New translations SettingsStrings.resx (Turkish)

* New translations InstallStrings.resx (Ukrainian)

* New translations SettingsStrings.resx (Italian)

* New translations SettingsStrings.resx (Hungarian)

* New translations SettingsStrings.resx (Romanian)

* New translations InstallStrings.resx (Czech)

* New translations InstallStrings.resx (French)

* New translations SettingsStrings.resx (French)

* New translations InstallStrings.resx (Spanish)

* New translations SettingsStrings.resx (Spanish)

* New translations InstallStrings.resx (Afrikaans)

* New translations SettingsStrings.resx (Afrikaans)

* New translations InstallStrings.resx (Arabic)

* New translations SettingsStrings.resx (Arabic)

* New translations InstallStrings.resx (Catalan)

* New translations SettingsStrings.resx (Catalan)

* New translations SettingsStrings.resx (Czech)

* New translations InstallStrings.resx (Hungarian)

* New translations InstallStrings.resx (Danish)

* New translations SettingsStrings.resx (Danish)

* New translations InstallStrings.resx (German)

* New translations SettingsStrings.resx (German)

* New translations InstallStrings.resx (Greek)

* New translations SettingsStrings.resx (Greek)

* New translations InstallStrings.resx (Finnish)

* New translations SettingsStrings.resx (Finnish)

* New translations InstallStrings.resx (Hebrew)

* New translations SettingsStrings.resx (Hebrew)

* New translations SettingsStrings.resx (Ukrainian)

* New translations InstallStrings.resx (Chinese Simplified)

* New translations SettingsStrings.resx (Chinese Simplified)

* New translations InstallStrings.resx (Chinese Traditional)

* New translations SettingsStrings.resx (Chinese Traditional)

* New translations InstallStrings.resx (English)

* New translations SettingsStrings.resx (English)

* New translations InstallStrings.resx (Vietnamese)

* New translations SettingsStrings.resx (Vietnamese)

* New translations InstallStrings.resx (Portuguese, Brazilian)

* New translations SettingsStrings.resx (Portuguese, Brazilian)

* Update source file InstallStrings.resx

* Update source file SettingsStrings.resx

* New translations InstallStrings.resx (Chinese Simplified)

* New translations InstallStrings.resx (Chinese Traditional)

* New translations SettingsStrings.resx (Chinese Traditional)

* New translations SettingsStrings.resx (Chinese Simplified)
  • Loading branch information
wherewhere authored Jul 19, 2022
1 parent ebddba7 commit b8444a7
Show file tree
Hide file tree
Showing 60 changed files with 900 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@
<data name="ADBMissing" xml:space="preserve">
<value>ADB is missing</value>
</data>
<data name="APKFileFlyoutItem.Text" xml:space="preserve">
<value>APK File</value>
</data>
<data name="AppCapabilities.HeadText" xml:space="preserve">
<value>Capabilities:</value>
</data>
<data name="AppNameFlyoutItem.Text" xml:space="preserve">
<value>App Name</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel</value>
</data>
Expand All @@ -141,6 +147,9 @@
<data name="CheckingADB" xml:space="preserve">
<value>Checking ADB...</value>
</data>
<data name="CheckingPath" xml:space="preserve">
<value>Checking Path...</value>
</data>
<data name="ChooseADB" xml:space="preserve">
<value>Choose ADB</value>
</data>
Expand All @@ -150,6 +159,9 @@
<data name="Close" xml:space="preserve">
<value>Close</value>
</data>
<data name="CopyFlyoutItem.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="Devices" xml:space="preserve">
<value>Devices</value>
</data>
Expand Down Expand Up @@ -183,9 +195,15 @@
3. Turn on developer mode and make sure the IP address is displayed successfully
4. Reopen APK Installer and continue your installation</value>
</data>
<data name="IconFlyoutItem.Text" xml:space="preserve">
<value>Icon</value>
</data>
<data name="IKnow" xml:space="preserve">
<value>I Know</value>
</data>
<data name="InfosFlyoutItem.Text" xml:space="preserve">
<value>Infos</value>
</data>
<data name="Install" xml:space="preserve">
<value>Install</value>
</data>
Expand Down Expand Up @@ -221,6 +239,9 @@
<data name="Loading" xml:space="preserve">
<value>Loading...</value>
</data>
<data name="MoreInfoFlyoutItem.Text" xml:space="preserve">
<value>More Info</value>
</data>
<data name="NoDevice" xml:space="preserve">
<value>Cannot find Android Device</value>
</data>
Expand Down Expand Up @@ -248,6 +269,9 @@
<data name="OpenAPK" xml:space="preserve">
<value>Open APK File</value>
</data>
<data name="PackageNameFlyoutItem.Text" xml:space="preserve">
<value>Package Name</value>
</data>
<data name="PackageNameFormat" xml:space="preserve">
<value>Package Name: {0}</value>
<comment>{0} - Package Name.</comment>
Expand Down Expand Up @@ -292,6 +316,9 @@
<value>Update {0}?</value>
<comment>{0} - AppName.</comment>
</data>
<data name="VersionCodeFlyoutItem.Text" xml:space="preserve">
<value>Version Code</value>
</data>
<data name="VersionFormat" xml:space="preserve">
<value>Version: {0}</value>
<comment>{0} - AppVersion.</comment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@
<data name="ADBMissing" xml:space="preserve">
<value>ADB is missing</value>
</data>
<data name="APKFileFlyoutItem.Text" xml:space="preserve">
<value>APK File</value>
</data>
<data name="AppCapabilities.HeadText" xml:space="preserve">
<value>Capabilities:</value>
</data>
<data name="AppNameFlyoutItem.Text" xml:space="preserve">
<value>App Name</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel</value>
</data>
Expand All @@ -141,6 +147,9 @@
<data name="CheckingADB" xml:space="preserve">
<value>Checking ADB...</value>
</data>
<data name="CheckingPath" xml:space="preserve">
<value>Checking Path...</value>
</data>
<data name="ChooseADB" xml:space="preserve">
<value>Choose ADB</value>
</data>
Expand All @@ -150,6 +159,9 @@
<data name="Close" xml:space="preserve">
<value>Close</value>
</data>
<data name="CopyFlyoutItem.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="Devices" xml:space="preserve">
<value>Devices</value>
</data>
Expand Down Expand Up @@ -183,9 +195,15 @@
3. Turn on developer mode and make sure the IP address is displayed successfully
4. Reopen APK Installer and continue your installation</value>
</data>
<data name="IconFlyoutItem.Text" xml:space="preserve">
<value>Icon</value>
</data>
<data name="IKnow" xml:space="preserve">
<value>I Know</value>
</data>
<data name="InfosFlyoutItem.Text" xml:space="preserve">
<value>Infos</value>
</data>
<data name="Install" xml:space="preserve">
<value>Install</value>
</data>
Expand Down Expand Up @@ -221,6 +239,9 @@
<data name="Loading" xml:space="preserve">
<value>Loading...</value>
</data>
<data name="MoreInfoFlyoutItem.Text" xml:space="preserve">
<value>More Info</value>
</data>
<data name="NoDevice" xml:space="preserve">
<value>Cannot find Android Device</value>
</data>
Expand Down Expand Up @@ -248,6 +269,9 @@
<data name="OpenAPK" xml:space="preserve">
<value>Open APK File</value>
</data>
<data name="PackageNameFlyoutItem.Text" xml:space="preserve">
<value>Package Name</value>
</data>
<data name="PackageNameFormat" xml:space="preserve">
<value>Package Name: {0}</value>
<comment>{0} - Package Name.</comment>
Expand Down Expand Up @@ -292,6 +316,9 @@
<value>Update {0}?</value>
<comment>{0} - AppName.</comment>
</data>
<data name="VersionCodeFlyoutItem.Text" xml:space="preserve">
<value>Version Code</value>
</data>
<data name="VersionFormat" xml:space="preserve">
<value>Version: {0}</value>
<comment>{0} - AppVersion.</comment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@
<data name="ADBMissing" xml:space="preserve">
<value>Falta ADB</value>
</data>
<data name="APKFileFlyoutItem.Text" xml:space="preserve">
<value>APK File</value>
</data>
<data name="AppCapabilities.HeadText" xml:space="preserve">
<value>Capacitats:</value>
</data>
<data name="AppNameFlyoutItem.Text" xml:space="preserve">
<value>App Name</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel·lar</value>
</data>
Expand All @@ -141,6 +147,9 @@
<data name="CheckingADB" xml:space="preserve">
<value>Comprovant ADB...</value>
</data>
<data name="CheckingPath" xml:space="preserve">
<value>Checking Path...</value>
</data>
<data name="ChooseADB" xml:space="preserve">
<value>Escollir ADB</value>
</data>
Expand All @@ -150,6 +159,9 @@
<data name="Close" xml:space="preserve">
<value>Tancar</value>
</data>
<data name="CopyFlyoutItem.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="Devices" xml:space="preserve">
<value>Dispositius</value>
</data>
Expand Down Expand Up @@ -183,9 +195,15 @@
3. Activa el mode de desenvolupador i assegura't que l'adreça IP es mostra amb èxit
4. Reobre l'Instalador d'APK i continua la teva instal·lació</value>
</data>
<data name="IconFlyoutItem.Text" xml:space="preserve">
<value>Icon</value>
</data>
<data name="IKnow" xml:space="preserve">
<value>Ho Sé</value>
</data>
<data name="InfosFlyoutItem.Text" xml:space="preserve">
<value>Infos</value>
</data>
<data name="Install" xml:space="preserve">
<value>Instal·lar</value>
</data>
Expand Down Expand Up @@ -221,6 +239,9 @@
<data name="Loading" xml:space="preserve">
<value>Carregant...</value>
</data>
<data name="MoreInfoFlyoutItem.Text" xml:space="preserve">
<value>More Info</value>
</data>
<data name="NoDevice" xml:space="preserve">
<value>Cannot find Android Device</value>
</data>
Expand Down Expand Up @@ -248,6 +269,9 @@
<data name="OpenAPK" xml:space="preserve">
<value>Open APK File</value>
</data>
<data name="PackageNameFlyoutItem.Text" xml:space="preserve">
<value>Package Name</value>
</data>
<data name="PackageNameFormat" xml:space="preserve">
<value>Package Name: {0}</value>
<comment>{0} - Package Name.</comment>
Expand Down Expand Up @@ -292,6 +316,9 @@
<value>Update {0}?</value>
<comment>{0} - AppName.</comment>
</data>
<data name="VersionCodeFlyoutItem.Text" xml:space="preserve">
<value>Version Code</value>
</data>
<data name="VersionFormat" xml:space="preserve">
<value>Version: {0}</value>
<comment>{0} - AppVersion.</comment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@
<data name="ADBMissing" xml:space="preserve">
<value>ADB is missing</value>
</data>
<data name="APKFileFlyoutItem.Text" xml:space="preserve">
<value>APK File</value>
</data>
<data name="AppCapabilities.HeadText" xml:space="preserve">
<value>Capabilities:</value>
</data>
<data name="AppNameFlyoutItem.Text" xml:space="preserve">
<value>App Name</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel</value>
</data>
Expand All @@ -141,6 +147,9 @@
<data name="CheckingADB" xml:space="preserve">
<value>Checking ADB...</value>
</data>
<data name="CheckingPath" xml:space="preserve">
<value>Checking Path...</value>
</data>
<data name="ChooseADB" xml:space="preserve">
<value>Choose ADB</value>
</data>
Expand All @@ -150,6 +159,9 @@
<data name="Close" xml:space="preserve">
<value>Close</value>
</data>
<data name="CopyFlyoutItem.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="Devices" xml:space="preserve">
<value>Devices</value>
</data>
Expand Down Expand Up @@ -183,9 +195,15 @@
3. Turn on developer mode and make sure the IP address is displayed successfully
4. Reopen APK Installer and continue your installation</value>
</data>
<data name="IconFlyoutItem.Text" xml:space="preserve">
<value>Icon</value>
</data>
<data name="IKnow" xml:space="preserve">
<value>I Know</value>
</data>
<data name="InfosFlyoutItem.Text" xml:space="preserve">
<value>Infos</value>
</data>
<data name="Install" xml:space="preserve">
<value>Install</value>
</data>
Expand Down Expand Up @@ -221,6 +239,9 @@
<data name="Loading" xml:space="preserve">
<value>Loading...</value>
</data>
<data name="MoreInfoFlyoutItem.Text" xml:space="preserve">
<value>More Info</value>
</data>
<data name="NoDevice" xml:space="preserve">
<value>Cannot find Android Device</value>
</data>
Expand Down Expand Up @@ -248,6 +269,9 @@
<data name="OpenAPK" xml:space="preserve">
<value>Open APK File</value>
</data>
<data name="PackageNameFlyoutItem.Text" xml:space="preserve">
<value>Package Name</value>
</data>
<data name="PackageNameFormat" xml:space="preserve">
<value>Package Name: {0}</value>
<comment>{0} - Package Name.</comment>
Expand Down Expand Up @@ -292,6 +316,9 @@
<value>Update {0}?</value>
<comment>{0} - AppName.</comment>
</data>
<data name="VersionCodeFlyoutItem.Text" xml:space="preserve">
<value>Version Code</value>
</data>
<data name="VersionFormat" xml:space="preserve">
<value>Version: {0}</value>
<comment>{0} - AppVersion.</comment>
Expand Down
Loading

0 comments on commit b8444a7

Please sign in to comment.