Skip to content

Commit

Permalink
Merge pull request #38 from naheedsa/feature/add-translations
Browse files Browse the repository at this point in the history
Add translation for Stella notifications and feedback
  • Loading branch information
knro authored Jun 24, 2024
2 parents fa6b1f9 + 4c622b1 commit e314ac6
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 6 deletions.
12 changes: 11 additions & 1 deletion cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
logging: "日志",
drivers: "驱动",
network: "网络",
submit: "Submit",
execute: "Execute",

// Confirm Delete Alert
alert_confirm_delete_title: "确认删除",
Expand Down Expand Up @@ -573,7 +575,15 @@
auto_connect: "Auto Connect",
port_selector: "Port Selector",
usb_reset: "Force USB Reset",
remote_drivers: "Remote Drivers"
remote_drivers: "Remote Drivers",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
add_scope: {
add_scope: "添加望远镜",
Expand Down
12 changes: 11 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ const de = {
disable: "Deaktivieren",
select_time: "Select Time",
set: "einstellen",
submit: "Submit",
execute: "Execute",

// Confirm Delete Alert
alert_confirm_delete_title: "löschen bestätigen",
Expand Down Expand Up @@ -573,7 +575,15 @@ const de = {
auto_connect: "Auto Connect",
port_selector: "Port Selector",
usb_reset: "Force USB Reset",
remote_drivers: "Remote Drivers"
remote_drivers: "Remote Drivers",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
add_scope: {
add_scope: "Bereich hinzufügen",
Expand Down
12 changes: 11 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const en = {
logging: "Logging",
drivers: "Drivers",
network: "Network",
submit: "Submit",
execute: "Execute",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirm Delete",
Expand Down Expand Up @@ -1493,7 +1495,15 @@ const en = {
notifications: {
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful"
usb_reset: "USB reset is successful",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down
12 changes: 11 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ const es = {
open: "Abierto",
close: "Cerrado",
opened: "Abierto",
submit: "Submit",
execute: "Execute",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirm Delete",
Expand Down Expand Up @@ -1483,7 +1485,15 @@ const es = {
notifications: {
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful"
usb_reset: "USB reset is successful",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down
12 changes: 11 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ const fr = {
logging: "Logging",
drivers: "Drivers",
network: "Network",
submit: "Submit",
execute: "Execute",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirmer Suppression",
Expand Down Expand Up @@ -572,7 +574,15 @@ const fr = {
auto_connect: "Auto Connect",
port_selector: "Port Selector",
usb_reset: "Force USB Reset",
remote_drivers: "Remote Drivers"
remote_drivers: "Remote Drivers",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
add_scope: {
add_scope: "Ajouter un télescope",
Expand Down
12 changes: 11 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const ja = {
logging: "Logging",
drivers: "Drivers",
network: "Network",
submit: "Submit",
execute: "Execute",

// 削除アラートの確認
alert_confirm_delete_title: "削除の確認",
Expand Down Expand Up @@ -1459,7 +1461,15 @@ const ja = {
notifications: {
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful"
usb_reset: "USB reset is successful",
feedback: "Feedback",
stella_feedback_optional: "(Optional) Feel free to add more details.",
stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
stella_prompt_request: "Request for Stella handled successfully✅",
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history"
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down

0 comments on commit e314ac6

Please sign in to comment.