fix english strings

This commit is contained in:
AmirHossein Abdolmotallebi 2024-11-01 08:43:05 +03:30
parent a74e70a7d3
commit 63a39a7811
3 changed files with 15 additions and 15 deletions

View File

@ -139,7 +139,7 @@ fun BatchDownload(
Spacer(Modifier.height(8.dp))
LabeledContent(
label = {
Text(myStringResource(Res.string.wildcard_length))
Text(myStringResource(Res.string.batch_download_wildcard_length))
},
content = {
WildcardLengthUi(

View File

@ -181,8 +181,8 @@ fun CategoryAutoUrls(
onUrlPatternChanged: (String) -> Unit,
) {
OptionalWithLabel(
label = myStringResource(Res.string.url_patterns),
helpText = myStringResource(Res.string.url_patterns_description),
label = myStringResource(Res.string.category_url_patterns),
helpText = myStringResource(Res.string.category_url_patterns_description),
enabled = enabled,
setEnabled = setEnabled
) {

View File

@ -2,15 +2,15 @@ app_title=AB Download Manager
confirm_auto_categorize_downloads_title=Auto categorize downloads
confirm_auto_categorize_downloads_description=Any uncategorized item will be automatically added to its related category.
confirm_reset_to_default_categories_title=Reset to Default Categories
confirm_reset_to_default_categories_description=this will REMOVE all categories and brings backs default categories
confirm_reset_to_default_categories_description=this will REMOVE all categories and brings backs default categories!
confirm_delete_download_items_title=Confirm Delete
confirm_delete_download_items_description=Are you sure you want to delete {{count}} items?
also_delete_file_from_disk=Also delete file from disk
confirm_delete_category_item_title=Removing {{name}} category
confirm_delete_category_item_description=Are you sure you want to delete "{{value}}" Category ?
confirm_delete_category_item_description=Are you sure you want to delete "{{value}}" Category?
your_download_will_not_be_deleted=Your downloads won't be deleted
drop_link_or_file_here=Drop link or file here.
nothing_will_be_imported=Your downloads won't be deleted
nothing_will_be_imported=Nothing will be imported
n_links_will_be_imported={{count}} links will be imported
n_items_selected={{count}} items selected
delete=Delete
@ -41,7 +41,7 @@ idle=IDLE
preparing_file=Preparing File
creating_file=Creating File
resuming=Resuming
list_is_empty=List is empty.
list_is_empty=List is empty!
search_in_the_list=Search in the List
search=Search
clear=Clear
@ -60,7 +60,7 @@ exit=Exit
show_downloads=Show Downloads
new_download=New Download
stop_all=Stop All
import_from_clipboard=New Download
import_from_clipboard=Import From Clipboard
batch_download=Batch Download
open=Open
open_file=Open File
@ -77,16 +77,16 @@ edit_category=Edit Category
delete_category=Delete Category
category_name=Category Name
category_download_location=Category Download Location
category_download_location_description=When this category chosen in "Add Download Page" use this directory as "Download Location"
category_download_location_description=When this category chosen in "Add Download" use this directory as "Download Location"
category_file_types=Category file types
category_file_types_description=Automatically put these file types to this category. (when you add new download)\nSeparate file extensions with space (ext1 ext2 ...)
url_patterns=URL Patterns
url_patterns_description=Automatically put download from these URLs to this category. (when you add new download)\nSeparate URLs with space, you can also use * for wildcard
category_url_patterns=URL Patterns
category_url_patterns_description=Automatically put download from these URLs to this category. (when you add new download)\nSeparate URLs with space, you can also use * for wildcard
auto_categorize_downloads=Auto Categorise Downloads
restore_defaults=Restore Defaults
about=About
version_n=Version {{value}}
developed_with_love_for_you=Developed with ?? for you
developed_with_love_for_you=Developed with ❤️ for you
visit_the_project_website=Visit the project website
this_is_a_free_and_open_source_software=This is a free & Open Source software
view_the_source_code=See the Source Code
@ -132,7 +132,7 @@ list_is_too_large_maximum_n_items_allowed=List is too large! maximum {{count}} i
enter_range=Enter range
from=From
to=To
wildcard_length=Wildcard length
batch_download_wildcard_length=Wildcard length
first_link=First Link
last_link=Last Link
open_source_software_used_in_this_app=Open Source Software used in this App
@ -171,7 +171,7 @@ download_engine=Download Engine
browser_integration=Browser Integration
settings_download_thread_count=Thread Count
settings_download_thread_count_description=Maximum download thread per download item
settings_download_thread_count_describe=a download can have up to {{count}} threads
settings_download_thread_count_describe=A download can have up to {{count}} threads
settings_use_server_last_modified_time=Use Server's Last-Modified Time
settings_use_server_last_modified_time_description=When downloading a file, use server's last modified time for the local file
settings_use_sparse_file_allocation=Sparse File Allocation
@ -201,7 +201,7 @@ settings_browser_integration=Browser Integration
settings_browser_integration_description=Accept downloads from browsers
settings_browser_integration_server_port=Server Port
settings_browser_integration_server_port_description=Port for browser integration
settings_browser_integration_server_port_describe=App will listen to {{port}}
settings_browser_integration_server_port_describe=App will listen to port {{port}}
settings_dynamic_part_creation=Dynamic part creation
settings_dynamic_part_creation_description=When a part is finished create another part by splitting other parts to improve download speed
download_item_settings_speed_limit=Speed Limit