Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphinoracle committed Jan 10, 2024
1 parent 5c20330 commit 31d0ed4
Show file tree
Hide file tree
Showing 120 changed files with 453 additions and 870 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mx-goodies (24.01.01) mx; urgency=medium

* update translations

-- Dolphin Oracle <dolphinoracle@gmail.com> Wed, 10 Jan 2024 17:42:09 -0500

mx-goodies (23.11.03) mx; urgency=medium

* add video link for rpi
Expand Down
42 changes: 1 addition & 41 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,4 @@ policy/* usr/share/polkit-1/actions
script/* usr/bin
system-keyboard-mx.svg usr/share/icons/hicolor/scalable/apps
system-locales-mx.desktop usr/share/applications
translations_script/mo/am/mx-goodies.mo /usr/share/locale/am/LC_MESSAGES
translations_script/mo/ar/mx-goodies.mo /usr/share/locale/ar/LC_MESSAGES
translations_script/mo/bg/mx-goodies.mo /usr/share/locale/bg/LC_MESSAGES
translations_script/mo/ca/mx-goodies.mo /usr/share/locale/ca/LC_MESSAGES
translations_script/mo/cs/mx-goodies.mo /usr/share/locale/cs/LC_MESSAGES
translations_script/mo/de/mx-goodies.mo /usr/share/locale/de/LC_MESSAGES
translations_script/mo/el/mx-goodies.mo /usr/share/locale/el/LC_MESSAGES
translations_script/mo/es/mx-goodies.mo /usr/share/locale/es/LC_MESSAGES
translations_script/mo/et/mx-goodies.mo /usr/share/locale/et/LC_MESSAGES
translations_script/mo/eu/mx-goodies.mo /usr/share/locale/eu/LC_MESSAGES
translations_script/mo/fa/mx-goodies.mo /usr/share/locale/fa/LC_MESSAGES
translations_script/mo/fr/mx-goodies.mo /usr/share/locale/fr/LC_MESSAGES
translations_script/mo/fi/mx-goodies.mo /usr/share/locale/fi/LC_MESSAGES
translations_script/mo/he_IL/mx-goodies.mo /usr/share/locale/he_IL/LC_MESSAGES
translations_script/mo/hi/mx-goodies.mo /usr/share/locale/hi/LC_MESSAGES
translations_script/mo/hr/mx-goodies.mo /usr/share/locale/hr/LC_MESSAGES
translations_script/mo/hu/mx-goodies.mo /usr/share/locale/hu/LC_MESSAGES
translations_script/mo/id/mx-goodies.mo /usr/share/locale/id/LC_MESSAGES
translations_script/mo/is/mx-goodies.mo /usr/share/locale/is/LC_MESSAGES
translations_script/mo/it/mx-goodies.mo /usr/share/locale/it/LC_MESSAGES
translations_script/mo/ja/mx-goodies.mo /usr/share/locale/ja/LC_MESSAGES
translations_script/mo/kk/mx-goodies.mo /usr/share/locale/kk/LC_MESSAGES
translations_script/mo/ko/mx-goodies.mo /usr/share/locale/ko/LC_MESSAGES
translations_script/mo/lt/mx-goodies.mo /usr/share/locale/lt/LC_MESSAGES
translations_script/mo/mk/mx-goodies.mo /usr/share/locale/mk/LC_MESSAGES
translations_script/mo/nb/mx-goodies.mo /usr/share/locale/nb/LC_MESSAGES
translations_script/mo/nl/mx-goodies.mo /usr/share/locale/nl/LC_MESSAGES
translations_script/mo/pl/mx-goodies.mo /usr/share/locale/pl/LC_MESSAGES
translations_script/mo/pt/mx-goodies.mo /usr/share/locale/pt/LC_MESSAGES
translations_script/mo/pt_BR/mx-goodies.mo /usr/share/locale/pt_BR/LC_MESSAGES
translations_script/mo/ro/mx-goodies.mo /usr/share/locale/ro/LC_MESSAGES
translations_script/mo/ru/mx-goodies.mo /usr/share/locale/ru/LC_MESSAGES
translations_script/mo/sk/mx-goodies.mo /usr/share/locale/sk/LC_MESSAGES
translations_script/mo/sl/mx-goodies.mo /usr/share/locale/sl/LC_MESSAGES
translations_script/mo/sq/mx-goodies.mo /usr/share/locale/sq/LC_MESSAGES
translations_script/mo/sr/mx-goodies.mo /usr/share/locale/sr/LC_MESSAGES
translations_script/mo/sv/mx-goodies.mo /usr/share/locale/sv/LC_MESSAGES
translations_script/mo/tr/mx-goodies.mo /usr/share/locale/tr/LC_MESSAGES
translations_script/mo/uk/mx-goodies.mo /usr/share/locale/uk/LC_MESSAGES
translations_script/mo/zh_CN/mx-goodies.mo /usr/share/locale/zh_CN/LC_MESSAGES
translations_script/mo/zh_TW/mx-goodies.mo /usr/share/locale/zh_TW/LC_MESSAGES
translations_script/mo/* /
9 changes: 9 additions & 0 deletions translations_script/.tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[main]
host = https://www.transifex.com

[o:anticapitalista:p:antix-development:r:mx-goodies]
file_filter = po/mx-goodies_<lang>.po
source_file = mx-goodies.pot
source_lang = en
type = po
minimum_perc = 25
49 changes: 49 additions & 0 deletions translations_script/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/make -f

PKGNAM := ddm-mx

BUILD := ././build
PO_DIR := ./po
XDGDIR := ../xdg

LCMSGS := LC_MESSAGES/$(PKGNAM).mo

DESKTOP_IN := $(wildcard $(XDGDIR)/*.desktop.in)
DESKTOP := $(addprefix $(BUILD)/xdg/,$(notdir $(basename $(DESKTOP_IN))))

ifneq ($(strip $(LINGUAS)),)
LINGUAS := $(sort $(LINGUAS))
$(file >$(PO_DIR)/LINGUAS)
$(foreach po,$(LINGUAS),$(file >>$(PO_DIR)/LINGUAS,$(po)))
else ifneq ($(wildcard $(PO_DIR)/LINGUAS),)
LINGUAS := $(sort $(strip $(shell grep '^[[:space:]]*[a-z]' $(PO_DIR)/LINGUAS)))
else
LINGUAS := $(sort $(basename $(notdir $(wildcard $(PO_DIR)/*.po))))
$(foreach po,$(LINGUAS),$(file >>$(PO_DIR)/LINGUAS,$(po)))
endif

LOCALE := $(addprefix $(BUILD)/locale/,$(addsuffix /$(LCMSGS),$(LINGUAS)))

all: clean locale desktop

locale: $(LOCALE)

$(BUILD)/locale/%/$(LCMSGS): $(PO_DIR)/%.po
@mkdir -p $(BUILD)/locale/$*/LC_MESSAGES
@echo " " $@
@msgfmt $< -o $@

desktop: $(DESKTOP)

$(BUILD)/xdg/%.desktop: $(XDGDIR)/%.desktop.in
@mkdir -p $(BUILD)/xdg
@echo " " $@
msgfmt --desktop --template $< -d $(PO_DIR) -o $@
@sed -i '/^#/d' $@
@sed -i 's/\[${PKGNAM}_/\[/' $@

clean:
-@rm -f $(DESKTOP)
-@rm -rf $(BUILD)

.PHONY: all clean locale desktop
33 changes: 33 additions & 0 deletions translations_script/get_translations
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/bin/bash

APPNAME="$(basename $(dirname $(pwd)))"

echodo() {
echo "${@}"
${@}
}

# prepare transifex
if [ ! -s .tx/config ]; then
mkdir -p .tx
cat <<EOF > .tx/config
[main]
host = https://www.transifex.com
[o:anticapitalista:p:antix-development:r:$APPNAME]
file_filter = po/${APPNAME}_<lang>.po
source_file = ${APPNAME}.pot
source_lang = en
type = po
minimum_perc = 25
EOF
fi


#remove existing translations
#rm po/*

# get all translations
if command -v tx >/dev/null; then
echodo tx pull -r antix-development.$APPNAME --all
fi
Binary file removed translations_script/mo/ar/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/bg/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/bn/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/ca/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/cs/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/de/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/el/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/et/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/eu/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/fi/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/fil_PH/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/fr/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/he_IL/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/hi/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/hu/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/id/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/ja/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/kk/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/ko/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/mk/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/mr/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/nb/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/pl/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/pt_BR/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/ro/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/ru/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/sq/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/sr/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/tr/mx-goodies.mo
Binary file not shown.
Binary file removed translations_script/mo/uk/mx-goodies.mo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed translations_script/mo/zh_CN/mx-goodies.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion translations_script/po/mx-goodies_am.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: samson <sambelet@yahoo.com>, 2018\n"
"Language-Team: Amharic (https://www.transifex.com/anticapitalista/teams/10162/am/)\n"
"Language-Team: Amharic (https://app.transifex.com/anticapitalista/teams/10162/am/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
12 changes: 6 additions & 6 deletions translations_script/po/mx-goodies_ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Eduard Selma <selma@tinet.cat>, 2019
# Eduard Selma <selma@tinet.cat>, 2021
#
#, fuzzy
msgid ""
Expand All @@ -13,8 +13,8 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: Eduard Selma <selma@tinet.cat>, 2019\n"
"Language-Team: Catalan (https://www.transifex.com/anticapitalista/teams/10162/ca/)\n"
"Last-Translator: Eduard Selma <selma@tinet.cat>, 2021\n"
"Language-Team: Catalan (https://app.transifex.com/anticapitalista/teams/10162/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -43,19 +43,19 @@ msgstr "Informe copiat al porta-retalls del sistema"

#: quick-system-info/quick-system-info-mx:17
msgid "Report is already formatted for forum."
msgstr ""
msgstr "L'informe ja està formatat per al fòrum."

#: quick-system-info/quick-system-info-mx:18
msgid "Paste directly into forum post."
msgstr ""
msgstr "Enganxeu-ho directament al post del fòrum."

#: quick-system-info/quick-system-info-mx:19
msgid "Press any key to close"
msgstr "Premeu qualsevol tecla per tancar"

#: quick-system-info/quick-system-info-mx:20
msgid "Do not show this message in future"
msgstr ""
msgstr "No mostris aquest missatge en el futur"

#: archive/system-keyboard-mx:13
msgid "System Keyboard Configuration"
Expand Down
11 changes: 6 additions & 5 deletions translations_script/po/mx-goodies_cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Translators:
# el Presidento, 2019
# joyinko <joyinko@azet.sk>, 2021
#
#, fuzzy
msgid ""
Expand All @@ -13,8 +14,8 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: el Presidento, 2019\n"
"Language-Team: Czech (https://www.transifex.com/anticapitalista/teams/10162/cs/)\n"
"Last-Translator: joyinko <joyinko@azet.sk>, 2021\n"
"Language-Team: Czech (https://app.transifex.com/anticapitalista/teams/10162/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -43,19 +44,19 @@ msgstr "Report zkopírován do systémové schránky"

#: quick-system-info/quick-system-info-mx:17
msgid "Report is already formatted for forum."
msgstr ""
msgstr "Report je již přednastaven pro fórum."

#: quick-system-info/quick-system-info-mx:18
msgid "Paste directly into forum post."
msgstr ""
msgstr "Zkopírovat přímo do přízpěvku ve fófu."

#: quick-system-info/quick-system-info-mx:19
msgid "Press any key to close"
msgstr "Zavřít stiskem libovolné klávesy"

#: quick-system-info/quick-system-info-mx:20
msgid "Do not show this message in future"
msgstr ""
msgstr "Tuto zprávu v budoucnu již nezobrazovat"

#: archive/system-keyboard-mx:13
msgid "System Keyboard Configuration"
Expand Down
2 changes: 1 addition & 1 deletion translations_script/po/mx-goodies_da.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: scootergrisen, 2019\n"
"Language-Team: Danish (https://www.transifex.com/anticapitalista/teams/10162/da/)\n"
"Language-Team: Danish (https://app.transifex.com/anticapitalista/teams/10162/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
11 changes: 6 additions & 5 deletions translations_script/po/mx-goodies_de.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Translators:
# delix02, 2019
# wahnsinn, 2021
# aer, 2023
#
#, fuzzy
msgid ""
Expand All @@ -14,8 +15,8 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: wahnsinn, 2021\n"
"Language-Team: German (https://www.transifex.com/anticapitalista/teams/10162/de/)\n"
"Last-Translator: aer, 2023\n"
"Language-Team: German (https://app.transifex.com/anticapitalista/teams/10162/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -28,11 +29,11 @@ msgstr "abgebrochen"

#: system-locales-mx:14
msgid "Configure System Locales"
msgstr "Konfiguration Systemlokalisierung"
msgstr "Systemsprachumgebungen konfigurieren"

#: system-locales-mx:15
msgid "System locale"
msgstr "Systemlokalisierung"
msgstr "Systemsprachumgebung"

#: quick-system-info/quick-system-info-mx:15
msgid "Required inxi app not found"
Expand Down Expand Up @@ -60,4 +61,4 @@ msgstr "Diese Meldung in Zukunft nicht mehr anzeigen"

#: archive/system-keyboard-mx:13
msgid "System Keyboard Configuration"
msgstr "Konfiguration Systemtastatur"
msgstr "Systemtastatur konfigurieren"
17 changes: 9 additions & 8 deletions translations_script/po/mx-goodies_el.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Translators:
# anticapitalista <anticapitalista@riseup.net>, 2021
# Ioannis LM, 2023
#
#, fuzzy
msgid ""
Expand All @@ -13,8 +14,8 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: anticapitalista <anticapitalista@riseup.net>, 2021\n"
"Language-Team: Greek (https://www.transifex.com/anticapitalista/teams/10162/el/)\n"
"Last-Translator: Ioannis LM, 2023\n"
"Language-Team: Greek (https://app.transifex.com/anticapitalista/teams/10162/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -27,27 +28,27 @@ msgstr "ακυρώθηκε"

#: system-locales-mx:14
msgid "Configure System Locales"
msgstr "Ρύθμιση παραμέτρων τοπικών συστημάτων"
msgstr "Τοπική ρύθμιση συστήματος"

#: system-locales-mx:15
msgid "System locale"
msgstr "Τοπική ρύθμιση συστήματος"
msgstr "Τοποθεσία συστήματος"

#: quick-system-info/quick-system-info-mx:15
msgid "Required inxi app not found"
msgstr "Η απαιτούμενη εφαρμογή inxi δε βρέθηκε"
msgstr "Δε βρέθηκε η απαιτούμενη εφαρμογή inxi"

#: quick-system-info/quick-system-info-mx:16
msgid "Report copied to system clipboard"
msgstr "Η αναφορά αντιγράφηκε στο clipboard του συστήματος"
msgstr "Η αναφορά αντιγράφηκε στο πρόχειρο του συστήματος"

#: quick-system-info/quick-system-info-mx:17
msgid "Report is already formatted for forum."
msgstr "Η αναφορά έχει ήδη μορφοποιηθεί για φόρουμ."
msgstr "Η αναφορά έχει ήδη μορφοποιηθεί για το φόρουμ."

#: quick-system-info/quick-system-info-mx:18
msgid "Paste directly into forum post."
msgstr "Επικόλληση απευθείας σε ανάρτηση φόρουμ."
msgstr "Άμεση επικόλληση σε ανάρτηση του φόρουμ."

#: quick-system-info/quick-system-info-mx:19
msgid "Press any key to close"
Expand Down
8 changes: 4 additions & 4 deletions translations_script/po/mx-goodies_es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Richard Holt <richard.holt@gmail.com>, 2018
# Roberto Saravia <saravia.jroberto@gmail.com>, 2018
# Emmanuel Mateo Gonzalez Zaragoza <mateogonzar@gmail.com>, 2019
# Pedro Delgado, 2021
# Amigo, 2021
#
#, fuzzy
msgid ""
Expand All @@ -16,13 +16,13 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-21 11:35-0600\n"
"PO-Revision-Date: 2017-12-31 03:14+0000\n"
"Last-Translator: Pedro Delgado, 2021\n"
"Language-Team: Spanish (https://www.transifex.com/anticapitalista/teams/10162/es/)\n"
"Last-Translator: Amigo, 2021\n"
"Language-Team: Spanish (https://app.transifex.com/anticapitalista/teams/10162/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#: system-locales-mx:13 archive/system-keyboard-mx:12
msgid "canceled"
Expand Down
Loading

0 comments on commit 31d0ed4

Please sign in to comment.