Skip to content

Commit

Permalink
Merge pull request #86 from naheedsa/feature/update-translations
Browse files Browse the repository at this point in the history
Remove duplicate translations
  • Loading branch information
knro authored Nov 13, 2024
2 parents 09be795 + 131a7c7 commit f40bfe1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
9 changes: 1 addition & 8 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,14 +740,6 @@
port_selector: "端口选择器",
usb_reset: "强制 USB 重置",
remote_drivers: "远程驱动程序",
feedback: "反馈",
stella_feedback_optional: "(可选) 欢迎添加更多详细信息。",
stella_feedback: "反馈提交成功。",
stella_feedback_placeholder: "请提供额外的反馈",
stella_prompt_request: "Stella 请求处理成功✅",
stella_xml_failure: "生成 XML 失败",
stella_history_success: "历史记录删除成功。",
stella_history_failure: "删除历史记录时出错",
},
add_scope: {
add_scope: "添加望远镜",
Expand Down Expand Up @@ -1689,6 +1681,7 @@
stella_xml_failure: "生成 XML 失败",
stella_history_success: "历史记录删除成功。",
stella_history_failure: "删除历史记录时出错",
train_refresh: "Trains Refreshed Successfully",
},
hardware: {
serial_devices_detected: "发现串口设备",
Expand Down
9 changes: 1 addition & 8 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,14 +740,6 @@ const de = {
port_selector: "Port Auswahl",
usb_reset: "USB Reset erzwingen",
remote_drivers: "Remote Treiber",
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: "XML konnte nicht generiert werden",
stella_history_success: "Verlauf erfolgreich gelöscht",
stella_history_failure: "Fehler beim löschen des Verlaufs",
},
add_scope: {
add_scope: "Bereich hinzufügen",
Expand Down Expand Up @@ -1682,6 +1674,7 @@ const de = {
stella_xml_failure: "XML konnte nicht generiert werden",
stella_history_success: "Verlauf erfolgreich gelöscht",
stella_history_failure: "Fehler beim löschen des Verlaufs",
train_refresh: "Trains Refreshed Successfully",

stella_feedback: "Feedback submitted successfully.",
stella_feedback_placeholder: "Please provide additional feedback",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,7 @@ const en = {
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history",
train_refresh: "Trains Refreshed Successfully",
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,7 @@ const es = {
stella_xml_failure: "No se pudo generar XML",
stella_history_success: "Historial eliminado exitosamente",
stella_history_failure: "Error al eliminar el historial",
train_refresh: "Trains Refreshed Successfully",
},
hardware: {
serial_devices_detected: "Dispositivos seriales detectados",
Expand Down
9 changes: 1 addition & 8 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,14 +739,6 @@ const fr = {
port_selector: "Port Selector",
usb_reset: "Force USB Reset",
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 Expand Up @@ -1679,6 +1671,7 @@ const fr = {
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history",
train_refresh: "Trains Refreshed Successfully",
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,7 @@ const ja = {
stella_xml_failure: "Failed to generate XML",
stella_history_success: "History deleted successfully.",
stella_history_failure: "Error deleting history",
train_refresh: "Trains Refreshed Successfully",
},
hardware: {
serial_devices_detected: "Serial Devices Detected",
Expand Down

0 comments on commit f40bfe1

Please sign in to comment.