Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate translations #86

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading