Skip to content

Commit

Permalink
chore(i18n): sync translations
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Feb 10, 2024
1 parent 9d6cdf2 commit 53b690b
Show file tree
Hide file tree
Showing 32 changed files with 576 additions and 32 deletions.
19 changes: 18 additions & 1 deletion app/src/main/res/values-af-rZA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<string name="action_apply">Apply</string>
<string name="action_confirm">Confirm</string>
<string name="action_dismiss">Dismiss</string>
<string name="action_install">Install</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_add_install">Add Installation</string>
<string name="action_update">Update</string>
<string name="action_clear">Clear</string>
<string name="action_launch">Launch</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_close">Close</string>
<string name="action_open_settings">Open settings</string>
<string name="action_search">Search</string>
Expand All @@ -27,6 +28,7 @@
<string name="action_cleared_cache">Cleared cache!</string>
<string name="action_exit_anyways">Exit anyways</string>
<string name="action_open_info">Open info</string>
<string name="action_reset_default">Reset to default</string>
<string name="permissions_grant_title">Grant Permissions</string>
<string name="permissions_grant_body">In order for Aliucord Manager to work properly, you need to grant file permissions. Since shared data in stored in ~/Aliucord, permissions are required in order for manager to function.</string>
<string name="launch_aliucord_fail">Failed to launch Aliucord</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<string name="install_step_dl_aliuhook">Downloading Aliuhook library</string>
<string name="install_step_copy">Copying dependencies</string>
<string name="install_step_patch_manifests">Patching apk manifests</string>
<string name="install_step_patch_icon">Patching app icon</string>
<string name="install_step_add_injector">Adding Aliucord injector</string>
<string name="install_step_add_aliuhook">Adding Aliuhook library</string>
<string name="install_step_alignment">Aligning APKs</string>
Expand All @@ -109,4 +112,18 @@
<string name="downloader_err_response">Download failed (Invalid response)</string>
<string name="downloader_err_file_exists">Download failed (File exists)</string>
<string name="downloader_err_storage_space">Download failed (Insufficient space)</string>
<string name="installopts_title">Aliucord provides several customizations at installation time that are not able to be changed once installed.</string>
<string name="installopts_pkgname_title">Package Name</string>
<string name="installopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Aliucord.</string>
<string name="installopts_pkgname_invalid">Invalid package name!</string>
<string name="installopts_pkgname_taken">Target app will be overwritten!</string>
<string name="installopts_pkgname_ok">Valid package name!</string>
<string name="installopts_appname_title">App Name</string>
<string name="installopts_appname_desc">The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="installopts_debuggable_title">Debuggable</string>
<string name="installopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="installopts_icon_title">Replace app icon</string>
<string name="installopts_icon_desc">Changes the app\'s icon to use Aliucord branding instead of Discord\'s own.</string>
<string name="installopts_divider_basic">Basic</string>
<string name="installopts_divider_advanced">Advanced</string>
</resources>
19 changes: 18 additions & 1 deletion app/src/main/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<string name="action_apply">Apply</string>
<string name="action_confirm">Confirm</string>
<string name="action_dismiss">Dismiss</string>
<string name="action_install">Install</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_add_install">Add Installation</string>
<string name="action_update">Update</string>
<string name="action_clear">Clear</string>
<string name="action_launch">Launch</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_close">Close</string>
<string name="action_open_settings">Open settings</string>
<string name="action_search">Search</string>
Expand All @@ -27,6 +28,7 @@
<string name="action_cleared_cache">Cleared cache!</string>
<string name="action_exit_anyways">Exit anyways</string>
<string name="action_open_info">Open info</string>
<string name="action_reset_default">Reset to default</string>
<string name="permissions_grant_title">Grant Permissions</string>
<string name="permissions_grant_body">In order for Aliucord Manager to work properly, you need to grant file permissions. Since shared data in stored in ~/Aliucord, permissions are required in order for manager to function.</string>
<string name="launch_aliucord_fail">Failed to launch Aliucord</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<string name="install_step_dl_aliuhook">Downloading Aliuhook library</string>
<string name="install_step_copy">Copying dependencies</string>
<string name="install_step_patch_manifests">Patching apk manifests</string>
<string name="install_step_patch_icon">Patching app icon</string>
<string name="install_step_add_injector">Adding Aliucord injector</string>
<string name="install_step_add_aliuhook">Adding Aliuhook library</string>
<string name="install_step_alignment">Aligning APKs</string>
Expand All @@ -109,4 +112,18 @@
<string name="downloader_err_response">Download failed (Invalid response)</string>
<string name="downloader_err_file_exists">Download failed (File exists)</string>
<string name="downloader_err_storage_space">Download failed (Insufficient space)</string>
<string name="installopts_title">Aliucord provides several customizations at installation time that are not able to be changed once installed.</string>
<string name="installopts_pkgname_title">Package Name</string>
<string name="installopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Aliucord.</string>
<string name="installopts_pkgname_invalid">Invalid package name!</string>
<string name="installopts_pkgname_taken">Target app will be overwritten!</string>
<string name="installopts_pkgname_ok">Valid package name!</string>
<string name="installopts_appname_title">App Name</string>
<string name="installopts_appname_desc">The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="installopts_debuggable_title">Debuggable</string>
<string name="installopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="installopts_icon_title">Replace app icon</string>
<string name="installopts_icon_desc">Changes the app\'s icon to use Aliucord branding instead of Discord\'s own.</string>
<string name="installopts_divider_basic">Basic</string>
<string name="installopts_divider_advanced">Advanced</string>
</resources>
19 changes: 18 additions & 1 deletion app/src/main/res/values-ca-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<string name="action_apply">Apply</string>
<string name="action_confirm">Confirm</string>
<string name="action_dismiss">Dismiss</string>
<string name="action_install">Install</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_add_install">Add Installation</string>
<string name="action_update">Update</string>
<string name="action_clear">Clear</string>
<string name="action_launch">Launch</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_close">Close</string>
<string name="action_open_settings">Open settings</string>
<string name="action_search">Search</string>
Expand All @@ -27,6 +28,7 @@
<string name="action_cleared_cache">Cleared cache!</string>
<string name="action_exit_anyways">Exit anyways</string>
<string name="action_open_info">Open info</string>
<string name="action_reset_default">Reset to default</string>
<string name="permissions_grant_title">Grant Permissions</string>
<string name="permissions_grant_body">In order for Aliucord Manager to work properly, you need to grant file permissions. Since shared data in stored in ~/Aliucord, permissions are required in order for manager to function.</string>
<string name="launch_aliucord_fail">Failed to launch Aliucord</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<string name="install_step_dl_aliuhook">Downloading Aliuhook library</string>
<string name="install_step_copy">Copying dependencies</string>
<string name="install_step_patch_manifests">Patching apk manifests</string>
<string name="install_step_patch_icon">Patching app icon</string>
<string name="install_step_add_injector">Adding Aliucord injector</string>
<string name="install_step_add_aliuhook">Adding Aliuhook library</string>
<string name="install_step_alignment">Aligning APKs</string>
Expand All @@ -109,4 +112,18 @@
<string name="downloader_err_response">Download failed (Invalid response)</string>
<string name="downloader_err_file_exists">Download failed (File exists)</string>
<string name="downloader_err_storage_space">Download failed (Insufficient space)</string>
<string name="installopts_title">Aliucord provides several customizations at installation time that are not able to be changed once installed.</string>
<string name="installopts_pkgname_title">Package Name</string>
<string name="installopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Aliucord.</string>
<string name="installopts_pkgname_invalid">Invalid package name!</string>
<string name="installopts_pkgname_taken">Target app will be overwritten!</string>
<string name="installopts_pkgname_ok">Valid package name!</string>
<string name="installopts_appname_title">App Name</string>
<string name="installopts_appname_desc">The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="installopts_debuggable_title">Debuggable</string>
<string name="installopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="installopts_icon_title">Replace app icon</string>
<string name="installopts_icon_desc">Changes the app\'s icon to use Aliucord branding instead of Discord\'s own.</string>
<string name="installopts_divider_basic">Basic</string>
<string name="installopts_divider_advanced">Advanced</string>
</resources>
19 changes: 18 additions & 1 deletion app/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<string name="action_apply">Apply</string>
<string name="action_confirm">Confirm</string>
<string name="action_dismiss">Dismiss</string>
<string name="action_install">Install</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_add_install">Add Installation</string>
<string name="action_update">Update</string>
<string name="action_clear">Clear</string>
<string name="action_launch">Launch</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_close">Close</string>
<string name="action_open_settings">Open settings</string>
<string name="action_search">Search</string>
Expand All @@ -27,6 +28,7 @@
<string name="action_cleared_cache">Cleared cache!</string>
<string name="action_exit_anyways">Exit anyways</string>
<string name="action_open_info">Open info</string>
<string name="action_reset_default">Reset to default</string>
<string name="permissions_grant_title">Grant Permissions</string>
<string name="permissions_grant_body">In order for Aliucord Manager to work properly, you need to grant file permissions. Since shared data in stored in ~/Aliucord, permissions are required in order for manager to function.</string>
<string name="launch_aliucord_fail">Failed to launch Aliucord</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<string name="install_step_dl_aliuhook">Downloading Aliuhook library</string>
<string name="install_step_copy">Copying dependencies</string>
<string name="install_step_patch_manifests">Patching apk manifests</string>
<string name="install_step_patch_icon">Patching app icon</string>
<string name="install_step_add_injector">Adding Aliucord injector</string>
<string name="install_step_add_aliuhook">Adding Aliuhook library</string>
<string name="install_step_alignment">Aligning APKs</string>
Expand All @@ -109,4 +112,18 @@
<string name="downloader_err_response">Download failed (Invalid response)</string>
<string name="downloader_err_file_exists">Download failed (File exists)</string>
<string name="downloader_err_storage_space">Download failed (Insufficient space)</string>
<string name="installopts_title">Aliucord provides several customizations at installation time that are not able to be changed once installed.</string>
<string name="installopts_pkgname_title">Package Name</string>
<string name="installopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Aliucord.</string>
<string name="installopts_pkgname_invalid">Invalid package name!</string>
<string name="installopts_pkgname_taken">Target app will be overwritten!</string>
<string name="installopts_pkgname_ok">Valid package name!</string>
<string name="installopts_appname_title">App Name</string>
<string name="installopts_appname_desc">The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="installopts_debuggable_title">Debuggable</string>
<string name="installopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="installopts_icon_title">Replace app icon</string>
<string name="installopts_icon_desc">Changes the app\'s icon to use Aliucord branding instead of Discord\'s own.</string>
<string name="installopts_divider_basic">Basic</string>
<string name="installopts_divider_advanced">Advanced</string>
</resources>
19 changes: 18 additions & 1 deletion app/src/main/res/values-da-rDK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<string name="action_apply">Apply</string>
<string name="action_confirm">Confirm</string>
<string name="action_dismiss">Dismiss</string>
<string name="action_install">Install</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_add_install">Add Installation</string>
<string name="action_update">Update</string>
<string name="action_clear">Clear</string>
<string name="action_launch">Launch</string>
<string name="action_uninstall">Uninstall</string>
<string name="action_close">Close</string>
<string name="action_open_settings">Open settings</string>
<string name="action_search">Search</string>
Expand All @@ -27,6 +28,7 @@
<string name="action_cleared_cache">Cleared cache!</string>
<string name="action_exit_anyways">Exit anyways</string>
<string name="action_open_info">Open info</string>
<string name="action_reset_default">Reset to default</string>
<string name="permissions_grant_title">Grant Permissions</string>
<string name="permissions_grant_body">In order for Aliucord Manager to work properly, you need to grant file permissions. Since shared data in stored in ~/Aliucord, permissions are required in order for manager to function.</string>
<string name="launch_aliucord_fail">Failed to launch Aliucord</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<string name="install_step_dl_aliuhook">Downloading Aliuhook library</string>
<string name="install_step_copy">Copying dependencies</string>
<string name="install_step_patch_manifests">Patching apk manifests</string>
<string name="install_step_patch_icon">Patching app icon</string>
<string name="install_step_add_injector">Adding Aliucord injector</string>
<string name="install_step_add_aliuhook">Adding Aliuhook library</string>
<string name="install_step_alignment">Aligning APKs</string>
Expand All @@ -109,4 +112,18 @@
<string name="downloader_err_response">Download failed (Invalid response)</string>
<string name="downloader_err_file_exists">Download failed (File exists)</string>
<string name="downloader_err_storage_space">Download failed (Insufficient space)</string>
<string name="installopts_title">Aliucord provides several customizations at installation time that are not able to be changed once installed.</string>
<string name="installopts_pkgname_title">Package Name</string>
<string name="installopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Aliucord.</string>
<string name="installopts_pkgname_invalid">Invalid package name!</string>
<string name="installopts_pkgname_taken">Target app will be overwritten!</string>
<string name="installopts_pkgname_ok">Valid package name!</string>
<string name="installopts_appname_title">App Name</string>
<string name="installopts_appname_desc">The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="installopts_debuggable_title">Debuggable</string>
<string name="installopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="installopts_icon_title">Replace app icon</string>
<string name="installopts_icon_desc">Changes the app\'s icon to use Aliucord branding instead of Discord\'s own.</string>
<string name="installopts_divider_basic">Basic</string>
<string name="installopts_divider_advanced">Advanced</string>
</resources>
Loading

0 comments on commit 53b690b

Please sign in to comment.