diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json old mode 100755 new mode 100644 index 300e9204..94dbdeed --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -38,9 +38,9 @@ "BackDevices_Backup_okay": "The backup executed successfully with the new archive", "BackDevices_DBTools_DelDevError_a": "Error deleting Device", "BackDevices_DBTools_DelDevError_b": "Error deleting Devices", - "BackDevices_DBTools_DelDev_a": "Device deleted successfully", - "BackDevices_DBTools_DelDev_b": "Devices deleted successfully", - "BackDevices_DBTools_DelEvents": "Events deleted successfully", + "BackDevices_DBTools_DelDev_a": "Device deleted", + "BackDevices_DBTools_DelDev_b": "Devices deleted", + "BackDevices_DBTools_DelEvents": "Events deleted", "BackDevices_DBTools_DelEventsError": "Error deleting Events", "BackDevices_DBTools_ImportCSV": "The devices from the CSV file were imported successfully.", "BackDevices_DBTools_ImportCSVError": "The CSV file could not be imported. Make sure the format is correct.", @@ -212,7 +212,7 @@ "Device_Title": "Devices", "Donations_Others": "Others", "Donations_Platforms": "Sponsor platforms", - "Donations_Text": "Hey \ud83d\udc4b!
Thanks for clicking on this menu item \ud83d\ude05

I'm trying to collect some donations to make you better software. Also, it would help me not to get burned out. Me burning out might mean end of support for this app. Any small (recurring or not) sponsorship makes me want to put more effort into this app. I don't want to lock features (new plugins) behind paywalls \ud83d\udd10.
Currently, I'm waking up 2h before work so I contribute to the app a bit. If I had some recurring income I could shorten my workweek and in the remaining time fully focus on PiAlert. You'd get more functionality, a more polished app and less bugs.

Thanks for reading - I'm super grateful for any support \u2764\ud83d\ude4f

TL;DR: By supporting me you get:


\ud83d\udce7Email me to jokob@duck.com if you want to get in touch or if I should add other sponsorship platforms.
", + "Donations_Text": "Hey ๐Ÿ‘‹!
Thanks for clicking on this menu item ๐Ÿ˜…

I'm trying to collect some donations to make you better software. Also, it would help me not to get burned out. Me burning out might mean end of support for this app. Any small (recurring or not) sponsorship makes me want to put more effort into this app. I don't want to lock features (new plugins) behind paywalls ๐Ÿ”.
Currently, I'm waking up 2h before work so I contribute to the app a bit. If I had some recurring income I could shorten my workweek and in the remaining time fully focus on PiAlert. You'd get more functionality, a more polished app and less bugs.

Thanks for reading - I'm super grateful for any support โค๐Ÿ™

TL;DR: By supporting me you get:


๐Ÿ“งEmail me to jokob@duck.com if you want to get in touch or if I should add other sponsorship platforms.
", "Donations_Title": "Donations", "ENABLE_PLUGINS_description": "Enables the plugins functionality. Loading plugins requires more hardware resources so you might want to disable them on low-powered system.", "ENABLE_PLUGINS_name": "Enable Plugins", @@ -300,7 +300,7 @@ "HelpFAQ_Cat_General_102_head": "I get the message that the database is read only.", "HelpFAQ_Cat_General_102_text": "Check in the Pi.Alert directory if the database folder (db) has been assigned the correct permissions:
drwxrwx--- 2 (your username) www-data
If the permission is not correct, you can set it again with the following commands in the terminal or the console:
sudo chgrp -R www-data ~/pialert/db
chmod -R 770 ~/pialert/db

If the database is still read-only, try reinstalling or restoring a database backup from the maintenance page.", "HelpFAQ_Cat_General_102docker_head": "Database issues (AJAX errors, read-only, not found)", - "HelpFAQ_Cat_General_102docker_text": "Double-check you have followed the dockerfile readme (most up-to-date info).

", + "HelpFAQ_Cat_General_102docker_text": "Double-check you have followed the dockerfile readme (most up-to-date info).

", "HelpFAQ_Cat_General_103_head": "The login page does not appear, even after changing the password.", "HelpFAQ_Cat_General_103_text": "In addition to the password, the configuration file must contain ~/pialert/config/pialert.conf also the parameter PIALERT_WEB_PROTECTION must set to True.", "HelpFAQ_Cat_Network_600_head": "What is this page for?", @@ -414,7 +414,7 @@ "Maintenance_lang_selector_empty": "Choose Language", "Maintenance_lang_selector_lable": "Select Language", "Maintenance_lang_selector_text": "The change takes place on the client side, so it affects only the current browser.", - "Maintenance_new_version": "\ud83c\udd95 A new version is available. Check out the release notes.", + "Maintenance_new_version": "๐Ÿ†• A new version is available. Check out the release notes.", "Maintenance_themeselector_apply": "Apply", "Maintenance_themeselector_empty": "Choose a Skin", "Maintenance_themeselector_lable": "Select Skin", @@ -518,8 +518,8 @@ "Setting_Override": "Override value", "Setting_Override_Description": "Enabling this option will override an App supplied default value with the value specified above.", "Settings_Metadata_Toggle": "Show/hide metadata for the given setting.", - "Settings_device_Scanners_desync": "\u26a0 Device scanner schedules are out-of-sync.", - "Settings_device_Scanners_desync_popup": "Schedules of devices scanners (*_RUN_SCHD) are not the same. This will result into inconsistent device online/offline notifications. Unless this is intended, please use the same schedule for all enabled \ud83d\udd0dDevice scanners.", + "Settings_device_Scanners_desync": "โš  Device scanner schedules are out-of-sync.", + "Settings_device_Scanners_desync_popup": "Schedules of devices scanners (*_RUN_SCHD) are not the same. This will result into inconsistent device online/offline notifications. Unless this is intended, please use the same schedule for all enabled ๐Ÿ”Device scanners.", "Speedtest_Results": "Speedtest Results", "Systeminfo_CPU": "CPU", "Systeminfo_CPU_Cores": "CPU Cores:", @@ -630,4 +630,4 @@ "settings_system_label": "System", "test_event_icon": "fa-vial-circle-check", "test_event_tooltip": "Save your changes at first before you test your settings." -} \ No newline at end of file +}