From 6c6c3ba697e8feef38fa85cb9d0c088b3a8d0df5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Mar 2023 17:33:41 +0100 Subject: proto/osc: add incomplete code Finishing it is just a bit more work. See: #1264 --- proto-osc/lang/nl_NL.ts | 45 +++++++++++++++++++++++++++++++++++++++++++++ proto-osc/lang/ru_RU.ts | 45 +++++++++++++++++++++++++++++++++++++++++++++ proto-osc/lang/stub.ts | 45 +++++++++++++++++++++++++++++++++++++++++++++ proto-osc/lang/zh_CN.ts | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 180 insertions(+) create mode 100644 proto-osc/lang/nl_NL.ts create mode 100644 proto-osc/lang/ru_RU.ts create mode 100644 proto-osc/lang/stub.ts create mode 100644 proto-osc/lang/zh_CN.ts (limited to 'proto-osc/lang') diff --git a/proto-osc/lang/nl_NL.ts b/proto-osc/lang/nl_NL.ts new file mode 100644 index 000000000..260b7adc4 --- /dev/null +++ b/proto-osc/lang/nl_NL.ts @@ -0,0 +1,45 @@ + + + + + OSC_Dialog + + OSC protocol settings + + + + Port + + + + Destination address + + + + + osc_metadata + + Open Sound Control + + + + + osc_proto + + Open Sound Control + + + + Error binding socket to INADDR_ANY + + + + %1: %2 + + + + Invalid destination address '%1' + + + + diff --git a/proto-osc/lang/ru_RU.ts b/proto-osc/lang/ru_RU.ts new file mode 100644 index 000000000..498d68d61 --- /dev/null +++ b/proto-osc/lang/ru_RU.ts @@ -0,0 +1,45 @@ + + + + + OSC_Dialog + + OSC protocol settings + + + + Port + + + + Destination address + + + + + osc_metadata + + Open Sound Control + + + + + osc_proto + + Open Sound Control + + + + Error binding socket to INADDR_ANY + + + + %1: %2 + + + + Invalid destination address '%1' + + + + diff --git a/proto-osc/lang/stub.ts b/proto-osc/lang/stub.ts new file mode 100644 index 000000000..20828cbd0 --- /dev/null +++ b/proto-osc/lang/stub.ts @@ -0,0 +1,45 @@ + + + + + OSC_Dialog + + OSC protocol settings + + + + Port + + + + Destination address + + + + + osc_metadata + + Open Sound Control + + + + + osc_proto + + Open Sound Control + + + + Error binding socket to INADDR_ANY + + + + %1: %2 + + + + Invalid destination address '%1' + + + + diff --git a/proto-osc/lang/zh_CN.ts b/proto-osc/lang/zh_CN.ts new file mode 100644 index 000000000..e0d49844e --- /dev/null +++ b/proto-osc/lang/zh_CN.ts @@ -0,0 +1,45 @@ + + + + + OSC_Dialog + + OSC protocol settings + + + + Port + + + + Destination address + + + + + osc_metadata + + Open Sound Control + + + + + osc_proto + + Open Sound Control + + + + Error binding socket to INADDR_ANY + + + + %1: %2 + + + + Invalid destination address '%1' + + + + -- cgit v1.2.3