Skip to content

Commit

Permalink
Merge pull request #36 from ddasutein/patch-08202023
Browse files Browse the repository at this point in the history
Version 4.0.3 - Patch 08202023
  • Loading branch information
ddasutein authored Aug 20, 2023
2 parents 580a617 + a81fd53 commit 7c1c13f
Show file tree
Hide file tree
Showing 12 changed files with 481 additions and 24 deletions.
22 changes: 19 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},

"common_section_header_twitter": {
"message": "Twitter Settings"
"message": "Twitter / X Settings"
},

"common_section_header_lineblog": {
Expand Down Expand Up @@ -131,7 +131,7 @@
},

"common_navigation_twitter": {
"message": "Twitter"
"message": "Twitter / X"
},

"common_navigation_lineblog": {
Expand Down Expand Up @@ -182,6 +182,14 @@
"message": "Settings"
},

"common_label_beta": {
"message": "Beta"
},

"common_add_to_download_queue": {
"message": "Add to Download Queue"
},

"context_click_here": {
"message": "Click Here"
},
Expand All @@ -194,6 +202,10 @@
"message": "Save image as (AutoRename)"
},

"context_menu_save_prefix_image_as": {
"message": "Save image as (AutoRename) with Prefix"
},

"context_menu_view_original_image": {
"message": "View Original Image"
},
Expand Down Expand Up @@ -352,7 +364,7 @@
},

"twitter_settings_desciption": {
"message": "Customize File Name Format for Twitter"
"message": "Customize File Name Format for Twitter / X"
},

"twitter_settings_include_mention_symbol": {
Expand All @@ -375,6 +387,10 @@
"message": "Save image to folder based on username"
},

"twitter_settings_download_as_jpeg": {
"message": "Download as JPEG only"
},

"lineblog_settings_description": {
"message": "Customize File Name Format for LINE BLOG"
},
Expand Down
110 changes: 106 additions & 4 deletions _locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},

"common_section_header_twitter": {
"message": "Ajustes de Twitter"
"message": "Ajustes de Twitter / X"
},

"common_section_header_lineblog": {
Expand All @@ -94,6 +94,10 @@
"message": "Acerca de"
},

"common_section_downloads": {
"message": "Downloads"
},

"common_section_file_name": {
"message": "Nombre del archivo"
},
Expand Down Expand Up @@ -127,7 +131,7 @@
},

"common_navigation_twitter": {
"message": "Twitter"
"message": "Twitter / X"
},

"common_navigation_lineblog": {
Expand Down Expand Up @@ -175,7 +179,15 @@
},

"common_label_settings": {
"message": "プレフィックス"
"message": "Ajustes"
},

"common_label_beta": {
"message": "Beta"
},

"common_add_to_download_queue": {
"message": "Add to Download Queue"
},

"context_click_here": {
Expand All @@ -190,6 +202,10 @@
"message": "Guardar la imagen como (AutoRename)"
},

"context_menu_save_prefix_image_as": {
"message": "Save image as (AutoRename) with Prefix"
},

"context_menu_view_original_image": {
"message": "Ver imagen original"
},
Expand Down Expand Up @@ -250,6 +266,10 @@
"message": "The Date/Time Format you entered is either empty or invalid"
},

"error_download_queue_invalid_file_name": {
"message": "You have entered an invalid file name"
},

"error_validation_prefix": {
"message": "The Prefix you entered contains special characters"
},
Expand Down Expand Up @@ -339,8 +359,12 @@
"message": "Habilitar notificaciones al actualizar la extensión"
},

"general_settings_store_images_to_custom_folder": {
"message": "Store Images to AutoRename Folder"
},

"twitter_settings_desciption": {
"message": "Personalizar el formato de nombre de archivo para Twitter"
"message": "Personalizar el formato de nombre de archivo para Twitter / X"
},

"twitter_settings_include_mention_symbol": {
Expand All @@ -359,6 +383,15 @@
"message": "Incluir el título de la página [Twitter]"
},

"twitter_settings_save_image_to_folder_based_on_username": {
"message": "Save image to folder based on username"
},

"twitter_settings_download_as_jpeg": {
"message": "Download as JPEG only"
},


"lineblog_settings_description": {
"message": "Personalizar el formato de nombre de archivo para LINE BLOG"
},
Expand Down Expand Up @@ -397,5 +430,74 @@

"reddit_settings_include_date": {
"message": "Incluir la Fecha (Basado en la fecha del sistema operativo)"
},

"downloads_section_description": {
"message": "View files that are pending for download"
},

"downloads_section_dialog_empty_queue_title": {
"message": "Download Queue is Empty"
},

"downloads_section_empty_queue": {
"message": "Download queue is empty. To get started, right click on an image > AutoRename > Add to Download Queue"
},

"downloads_section_dialog_remove_from_queue_title": {
"message": "Remove from Queue"
},

"downloads_section_dialog_enter_zip_name": {
"message": "Enter name for ZIP file"
},

"downloads_section_dialog_queue_cleared": {
"message": "Download Queue Cleared"
},

"downloads_section_dialog_enter_zip_name_button_create": {
"message": "Create ZIP"
},

"downloads_section_dialog_remove_from_queue_body": {
"message": "Are you sure you want to remove this?"
},

"downloads_section_count_label": {
"message": "Download Queue -"
},

"downloads_section_button_remove": {
"message": "Remove"
},

"downloads_section_button_download": {
"message": "Download"
},

"downloads_section_button_clear_queue": {
"message": "Clear Queue"
},

"downloads_section_saving_file": {
"message": "Saving file:"
},

"downloads_section_saving_file_2": {
"message": "to ZIP -",
"description": "Dash is required since the percentage is after that"
},

"downloads_section_saving_file_3": {
"message": "Your files are currently downloading. Please wait..."
},

"downloads_section_downlaod_in_progress": {
"message": "Download in progress"
},

"downloads_section_downlaod_complete_title": {
"message": "Download Complete"
}
}
Loading

0 comments on commit 7c1c13f

Please sign in to comment.