Skip to content

Commit b9cb264

Browse files
authored
Merge pull request #222 from sameerasw/develop
Translations
2 parents 84fdfbd + b028758 commit b9cb264

30 files changed

Lines changed: 1351 additions & 1 deletion

File tree

app/src/main/res/values-ach/strings.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,19 @@
194194
<string name="tile_usb_debugging">USB Debugging</string>
195195
<string name="on">On</string>
196196
<string name="off">Off</string>
197+
<string name="private_dns_custom_title">Custom Private DNS</string>
198+
<string name="private_dns_presets_title">Common DNS Presets</string>
199+
<string name="private_dns_hostname_label">Provider hostname</string>
200+
<string name="dns_preset_adguard">AdGuard DNS</string>
201+
<string name="dns_preset_adguard_hostname">dns.adguard.com</string>
202+
<string name="dns_preset_google">Google Public DNS</string>
203+
<string name="dns_preset_google_hostname">dns.google</string>
204+
<string name="dns_preset_cloudflare">Cloudflare DNS</string>
205+
<string name="dns_preset_cloudflare_hostname">1dot1dot1dot1.cloudflare-dns.com</string>
206+
<string name="dns_preset_quad9">Quad9 DNS</string>
207+
<string name="dns_preset_quad9_hostname">dns.quad9.net</string>
208+
<string name="dns_preset_cleanbrowsing">CleanBrowsing</string>
209+
<string name="dns_preset_cleanbrowsing_hostname">adult-filter-dns.cleanbrowsing.org</string>
197210
<!-- Screen Locked Security -->
198211
<string name="screen_locked_security_title">Screen locked security</string>
199212
<string name="screen_locked_security_dialog_title">Screen Locked Security</string>
@@ -625,6 +638,8 @@
625638
<string name="diy_device_effects_android_15_warning">This feature requires Android 15 or higher.</string>
626639
<string name="diy_device_effects_enabled">Enabled</string>
627640
<string name="diy_device_effects_disabled">Disabled</string>
641+
<string name="diy_action_sound_mode">Sound Mode</string>
642+
<string name="diy_sound_mode_desc">This action allows switching between Sound, Vibrate, and Silent modes based on triggers. It requires Do Not Disturb access.</string>
628643
<!-- About Section -->
629644
<string name="app_developer_name">Sameera Wijerathna</string>
630645
<string name="app_description">The all-in-one toolbox for your Pixel and Androids</string>
@@ -952,6 +967,13 @@
952967
<string name="connect_to_airsync_summary">Display battery from your connected mac device in AirSync</string>
953968
<string name="download_airsync">Download AirSync App</string>
954969
<string name="download_airsync_summary">Required for Mac battery sync</string>
970+
<string name="feat_battery_notification_title">Battery notification</string>
971+
<string name="feat_battery_notification_desc">Persistent battery status notification</string>
972+
<string name="about_desc_battery_notification">Replicate the battery widget experience in your notification shade. It will show the battery levels of all your connected devices in a single persistent notification, updated in real-time. This includes your Mac (via AirSync) and Bluetooth accessories.</string>
973+
<string name="battery_notification_channel_name">Battery Status Notification</string>
974+
<string name="battery_notification_channel_desc">Persistent notification showing connected devices battery levels</string>
975+
<string name="perm_nearby_devices_title">Nearby Devices</string>
976+
<string name="perm_nearby_devices_desc">Required to detect and retrieve battery information from Bluetooth accessories</string>
955977
<!-- GitHub Auth -->
956978
<string name="auth_copy_code">Copy code</string>
957979
<string name="auth_open_login_page">Open login page</string>
@@ -1012,4 +1034,27 @@
10121034
<string name="cat_protection">Protection</string>
10131035
<string name="label_kbd_abc">ABC</string>
10141036
<string name="label_kbd_symbols">\?#/</string>
1037+
<string name="msg_restrict_own_app_repo">Oi! You can check updates in app settings, No need to add here XD</string>
1038+
<string name="action_export">Export</string>
1039+
<string name="action_import">Import</string>
1040+
<string name="msg_export_success">Repositories exported successfully</string>
1041+
<string name="msg_export_failed">Failed to export repositories</string>
1042+
<string name="msg_import_success">Repositories imported successfully</string>
1043+
<string name="msg_import_failed">Failed to import repositories</string>
1044+
<string name="label_apps">Apps</string>
1045+
<string name="feat_text_animations_title">Scale and Animations</string>
1046+
<string name="feat_text_animations_desc">Adjust system scale and animations</string>
1047+
<string name="settings_section_text">Text</string>
1048+
<string name="label_font_scale">Font Scale</string>
1049+
<string name="label_font_weight">Font Weight</string>
1050+
<string name="label_reset_default">Reset</string>
1051+
<string name="settings_section_scale">Scale</string>
1052+
<string name="label_smallest_width">Smallest Width</string>
1053+
<string name="msg_shizuku_permission_required">Shizuku permission required to adjust scale</string>
1054+
<string name="label_grant_permission">Grant Permission</string>
1055+
<string name="settings_section_animations">Animations</string>
1056+
<string name="label_animator_duration_scale">Animator duration scale</string>
1057+
<string name="label_transition_animation_scale">Transition animation scale</string>
1058+
<string name="label_window_animation_scale">Window animation scale</string>
1059+
<string name="about_desc_text_animations">Adjust system-wide font scale, weight, and animation speeds. Note that some settings may require advanced permissions or a device reboot for certain apps to reflect changes. \n\nAdditional shizuku or root permission may be necessary for scale adjustments</string>
10151060
</resources>

app/src/main/res/values-af/strings.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,19 @@
194194
<string name="tile_usb_debugging">USB Debugging</string>
195195
<string name="on">On</string>
196196
<string name="off">Off</string>
197+
<string name="private_dns_custom_title">Custom Private DNS</string>
198+
<string name="private_dns_presets_title">Common DNS Presets</string>
199+
<string name="private_dns_hostname_label">Provider hostname</string>
200+
<string name="dns_preset_adguard">AdGuard DNS</string>
201+
<string name="dns_preset_adguard_hostname">dns.adguard.com</string>
202+
<string name="dns_preset_google">Google Public DNS</string>
203+
<string name="dns_preset_google_hostname">dns.google</string>
204+
<string name="dns_preset_cloudflare">Cloudflare DNS</string>
205+
<string name="dns_preset_cloudflare_hostname">1dot1dot1dot1.cloudflare-dns.com</string>
206+
<string name="dns_preset_quad9">Quad9 DNS</string>
207+
<string name="dns_preset_quad9_hostname">dns.quad9.net</string>
208+
<string name="dns_preset_cleanbrowsing">CleanBrowsing</string>
209+
<string name="dns_preset_cleanbrowsing_hostname">adult-filter-dns.cleanbrowsing.org</string>
197210
<!-- Screen Locked Security -->
198211
<string name="screen_locked_security_title">Screen locked security</string>
199212
<string name="screen_locked_security_dialog_title">Screen Locked Security</string>
@@ -625,6 +638,8 @@
625638
<string name="diy_device_effects_android_15_warning">This feature requires Android 15 or higher.</string>
626639
<string name="diy_device_effects_enabled">Enabled</string>
627640
<string name="diy_device_effects_disabled">Disabled</string>
641+
<string name="diy_action_sound_mode">Sound Mode</string>
642+
<string name="diy_sound_mode_desc">This action allows switching between Sound, Vibrate, and Silent modes based on triggers. It requires Do Not Disturb access.</string>
628643
<!-- About Section -->
629644
<string name="app_developer_name">Sameera Wijerathna</string>
630645
<string name="app_description">The all-in-one toolbox for your Pixel and Androids</string>
@@ -952,6 +967,13 @@
952967
<string name="connect_to_airsync_summary">Display battery from your connected mac device in AirSync</string>
953968
<string name="download_airsync">Download AirSync App</string>
954969
<string name="download_airsync_summary">Required for Mac battery sync</string>
970+
<string name="feat_battery_notification_title">Battery notification</string>
971+
<string name="feat_battery_notification_desc">Persistent battery status notification</string>
972+
<string name="about_desc_battery_notification">Replicate the battery widget experience in your notification shade. It will show the battery levels of all your connected devices in a single persistent notification, updated in real-time. This includes your Mac (via AirSync) and Bluetooth accessories.</string>
973+
<string name="battery_notification_channel_name">Battery Status Notification</string>
974+
<string name="battery_notification_channel_desc">Persistent notification showing connected devices battery levels</string>
975+
<string name="perm_nearby_devices_title">Nearby Devices</string>
976+
<string name="perm_nearby_devices_desc">Required to detect and retrieve battery information from Bluetooth accessories</string>
955977
<!-- GitHub Auth -->
956978
<string name="auth_copy_code">Copy code</string>
957979
<string name="auth_open_login_page">Open login page</string>
@@ -1012,4 +1034,27 @@
10121034
<string name="cat_protection">Protection</string>
10131035
<string name="label_kbd_abc">ABC</string>
10141036
<string name="label_kbd_symbols">\?#/</string>
1037+
<string name="msg_restrict_own_app_repo">Oi! You can check updates in app settings, No need to add here XD</string>
1038+
<string name="action_export">Export</string>
1039+
<string name="action_import">Import</string>
1040+
<string name="msg_export_success">Repositories exported successfully</string>
1041+
<string name="msg_export_failed">Failed to export repositories</string>
1042+
<string name="msg_import_success">Repositories imported successfully</string>
1043+
<string name="msg_import_failed">Failed to import repositories</string>
1044+
<string name="label_apps">Apps</string>
1045+
<string name="feat_text_animations_title">Scale and Animations</string>
1046+
<string name="feat_text_animations_desc">Adjust system scale and animations</string>
1047+
<string name="settings_section_text">Text</string>
1048+
<string name="label_font_scale">Font Scale</string>
1049+
<string name="label_font_weight">Font Weight</string>
1050+
<string name="label_reset_default">Reset</string>
1051+
<string name="settings_section_scale">Scale</string>
1052+
<string name="label_smallest_width">Smallest Width</string>
1053+
<string name="msg_shizuku_permission_required">Shizuku permission required to adjust scale</string>
1054+
<string name="label_grant_permission">Grant Permission</string>
1055+
<string name="settings_section_animations">Animations</string>
1056+
<string name="label_animator_duration_scale">Animator duration scale</string>
1057+
<string name="label_transition_animation_scale">Transition animation scale</string>
1058+
<string name="label_window_animation_scale">Window animation scale</string>
1059+
<string name="about_desc_text_animations">Adjust system-wide font scale, weight, and animation speeds. Note that some settings may require advanced permissions or a device reboot for certain apps to reflect changes. \n\nAdditional shizuku or root permission may be necessary for scale adjustments</string>
10151060
</resources>

app/src/main/res/values-ar/strings.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,19 @@
194194
<string name="tile_usb_debugging">USB Debugging</string>
195195
<string name="on">On</string>
196196
<string name="off">Off</string>
197+
<string name="private_dns_custom_title">Custom Private DNS</string>
198+
<string name="private_dns_presets_title">Common DNS Presets</string>
199+
<string name="private_dns_hostname_label">Provider hostname</string>
200+
<string name="dns_preset_adguard">AdGuard DNS</string>
201+
<string name="dns_preset_adguard_hostname">dns.adguard.com</string>
202+
<string name="dns_preset_google">Google Public DNS</string>
203+
<string name="dns_preset_google_hostname">dns.google</string>
204+
<string name="dns_preset_cloudflare">Cloudflare DNS</string>
205+
<string name="dns_preset_cloudflare_hostname">1dot1dot1dot1.cloudflare-dns.com</string>
206+
<string name="dns_preset_quad9">Quad9 DNS</string>
207+
<string name="dns_preset_quad9_hostname">dns.quad9.net</string>
208+
<string name="dns_preset_cleanbrowsing">CleanBrowsing</string>
209+
<string name="dns_preset_cleanbrowsing_hostname">adult-filter-dns.cleanbrowsing.org</string>
197210
<!-- Screen Locked Security -->
198211
<string name="screen_locked_security_title">Screen locked security</string>
199212
<string name="screen_locked_security_dialog_title">Screen Locked Security</string>
@@ -625,6 +638,8 @@
625638
<string name="diy_device_effects_android_15_warning">This feature requires Android 15 or higher.</string>
626639
<string name="diy_device_effects_enabled">Enabled</string>
627640
<string name="diy_device_effects_disabled">Disabled</string>
641+
<string name="diy_action_sound_mode">Sound Mode</string>
642+
<string name="diy_sound_mode_desc">This action allows switching between Sound, Vibrate, and Silent modes based on triggers. It requires Do Not Disturb access.</string>
628643
<!-- About Section -->
629644
<string name="app_developer_name">Sameera Wijerathna</string>
630645
<string name="app_description">The all-in-one toolbox for your Pixel and Androids</string>
@@ -952,6 +967,13 @@
952967
<string name="connect_to_airsync_summary">Display battery from your connected mac device in AirSync</string>
953968
<string name="download_airsync">Download AirSync App</string>
954969
<string name="download_airsync_summary">Required for Mac battery sync</string>
970+
<string name="feat_battery_notification_title">Battery notification</string>
971+
<string name="feat_battery_notification_desc">Persistent battery status notification</string>
972+
<string name="about_desc_battery_notification">Replicate the battery widget experience in your notification shade. It will show the battery levels of all your connected devices in a single persistent notification, updated in real-time. This includes your Mac (via AirSync) and Bluetooth accessories.</string>
973+
<string name="battery_notification_channel_name">Battery Status Notification</string>
974+
<string name="battery_notification_channel_desc">Persistent notification showing connected devices battery levels</string>
975+
<string name="perm_nearby_devices_title">Nearby Devices</string>
976+
<string name="perm_nearby_devices_desc">Required to detect and retrieve battery information from Bluetooth accessories</string>
955977
<!-- GitHub Auth -->
956978
<string name="auth_copy_code">Copy code</string>
957979
<string name="auth_open_login_page">Open login page</string>
@@ -1012,4 +1034,27 @@
10121034
<string name="cat_protection">Protection</string>
10131035
<string name="label_kbd_abc">ABC</string>
10141036
<string name="label_kbd_symbols">\?#/</string>
1037+
<string name="msg_restrict_own_app_repo">Oi! You can check updates in app settings, No need to add here XD</string>
1038+
<string name="action_export">Export</string>
1039+
<string name="action_import">Import</string>
1040+
<string name="msg_export_success">Repositories exported successfully</string>
1041+
<string name="msg_export_failed">Failed to export repositories</string>
1042+
<string name="msg_import_success">Repositories imported successfully</string>
1043+
<string name="msg_import_failed">Failed to import repositories</string>
1044+
<string name="label_apps">Apps</string>
1045+
<string name="feat_text_animations_title">Scale and Animations</string>
1046+
<string name="feat_text_animations_desc">Adjust system scale and animations</string>
1047+
<string name="settings_section_text">Text</string>
1048+
<string name="label_font_scale">Font Scale</string>
1049+
<string name="label_font_weight">Font Weight</string>
1050+
<string name="label_reset_default">Reset</string>
1051+
<string name="settings_section_scale">Scale</string>
1052+
<string name="label_smallest_width">Smallest Width</string>
1053+
<string name="msg_shizuku_permission_required">Shizuku permission required to adjust scale</string>
1054+
<string name="label_grant_permission">Grant Permission</string>
1055+
<string name="settings_section_animations">Animations</string>
1056+
<string name="label_animator_duration_scale">Animator duration scale</string>
1057+
<string name="label_transition_animation_scale">Transition animation scale</string>
1058+
<string name="label_window_animation_scale">Window animation scale</string>
1059+
<string name="about_desc_text_animations">Adjust system-wide font scale, weight, and animation speeds. Note that some settings may require advanced permissions or a device reboot for certain apps to reflect changes. \n\nAdditional shizuku or root permission may be necessary for scale adjustments</string>
10151060
</resources>

0 commit comments

Comments
 (0)