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

Translations update from Kodi Weblate #50

2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
include:
- name: "Debian package test"
os: ubuntu-18.04
os: ubuntu-latest
CC: gcc
CXX: g++
DEBIAN_BUILD: true
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(version: "Nexus", platforms: ['ubuntu-ppa'])
buildPlugin(version: "Piers", platforms: ['ubuntu-ppa'])
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-game/job/peripheral.xarcade/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-game%2Fperipheral.xarcade/branches)
[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.peripheral.xarcade?branchName=Omega)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=50&branchName=Omega)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-game/job/peripheral.xarcade/job/Omega/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-game%2Fperipheral.xarcade/branches/)

# X-Arcade Tankstick driver for Kodi

Expand Down
43 changes: 43 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: BuildNr.{build}

init:
- ps: $commit = $env:appveyor_repo_commit.SubString(0,7)
- ps: $timestamp = $env:appveyor_repo_commit_timestamp.SubString(0,10)
- ps: Update-AppveyorBuild -Version ("{0}-{1}-{2}" -f $env:appveyor_repo_branch, $commit, $timestamp)

image: Visual Studio 2017

#branches:
# only:
# - master

# clone directory
clone_folder: c:\projects\peripheral.xarcade

# fetch repository as zip archive
shallow_clone: true

environment:
app_id: peripheral.xarcade

matrix:
- GENERATOR: "Visual Studio 15"
CONFIG: Release
- GENERATOR: "Visual Studio 15 Win64"
CONFIG: Release
- GENERATOR: "Visual Studio 15 Win64"
CONFIG: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
- GENERATOR: "Visual Studio 15 ARM"
CONFIG: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"

build_script:
- set cur_dir=%cd%
- cd ..
- git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git
- cd %app_id%
- mkdir build
- cd build
- cmake -T host=x64 -G "%GENERATOR%" %WINSTORE% -DADDONS_TO_BUILD=%app_id% -DCMAKE_BUILD_TYPE=%CONFIG% -DADDONS_DEFINITION_DIR=%APPVEYOR_BUILD_FOLDER%/build/definition -DADDON_SRC_PREFIX=../.. -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
- cmake --build . --config %CONFIG% --target %app_id%
66 changes: 66 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
variables:
app_id: 'peripheral.xarcade'

trigger:
branches:
include:
- Piers
- Omega
- releases/*
paths:
include:
- '*'
exclude:
- 'debian/*'

jobs:
- job: Windows

pool:
vmImage: 'windows-2022'

strategy:
matrix:
Win32:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: Win32
CONFIGURATION: Release
Win64:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
Win64-UWP:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
ARM64-UWP:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: ARM64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"

workspace:
clean: all

steps:

- script: |
cd ..
git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi
cd $(Build.SourcesDirectory)
mkdir build
cd build
mkdir "definition/$(app_id)"
echo $(app_id) . . > definition/$(app_id)/$(app_id).txt
mklink /J "$(Pipeline.Workspace)/$(app_id)" "$(Build.SourcesDirectory)"

- task: CMake@1
inputs:
workingDirectory: 'build'
cmakeArgs: '-T host=x64 -G "$(GENERATOR)" -A $(ARCHITECTURE) $(WINSTORE) -DADDONS_TO_BUILD=$(app_id) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DADDONS_DEFINITION_DIR=$(Pipeline.Workspace)/$(app_id)/build/definition -DADDON_SRC_PREFIX=../.. -DCMAKE_INSTALL_PREFIX=../../kodi/addons -DPACKAGE_ZIP=1 ../../kodi/cmake/addons'

- task: CMake@1
inputs:
workingDirectory: 'build'
cmakeArgs: '--build . --config $(CONFIGURATION) --target $(app_id)'
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#export DH_VERBOSE=1

%:
dh $@
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=1 -DUSE_LTO=1
Expand Down
6 changes: 4 additions & 2 deletions peripheral.xarcade/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="peripheral.xarcade"
version="20.1.3"
version="22.0.0"
name="X-Arcade Tankstick Driver"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -26,6 +26,7 @@
<summary lang="fi_FI">X-Arcade Tankstick -ajuri</summary>
<summary lang="fr_FR">Pilote Tankstick X-Arcade</summary>
<summary lang="hr_HR">X-Arcade Tankstick uređaj</summary>
<summary lang="id_ID">Penggerak X-Arcade Tankstick</summary>
<summary lang="it_IT">Driver X-Arcade Tankstick</summary>
<summary lang="ko_KR">X-Arcade Tankstick 드라이버</summary>
<summary lang="lv_LV">X-Arcade Tankstick draiveris</summary>
Expand All @@ -41,11 +42,12 @@
<description lang="da_DK">Denne driver muliggør input fra X-Arcade Tankstick.[CR][CR]En udev-regel er nødvendig. Se https://kodi.wiki/view/Tankstick</description>
<description lang="de_DE">Dieser Treiber ermöglicht Eingaben mit dem X-Arcade Tankstick.[CR][CR]Eine udev-Regel wird benötigt. Weitere Informationen unter https://kodi.wiki/view/Tankstick</description>
<description lang="en_GB">This driver enables input from the X-Arcade Tankstick.[CR][CR]A udev rule is needed. See https://kodi.wiki/view/Tankstick</description>
<description lang="es_ES">Este driver activa la entrada de X-Arcade Tankstick.[CR][CR] se necesita una regla udev. Mire en https://kodi.wiki/view/Tankstick</description>
<description lang="es_ES">Este driver activa la entrada de X-Arcade Tankstick.[CR][CR]Se necesita una regla udev. Ver https://kodi.wiki/view/Tankstick</description>
<description lang="es_MX">Este controlador habilita la entrada del X-Arcade Tankstick.[CR][CR]Se requiere una regla udev. Consulta https://kodi.wiki/view/Tankstick</description>
<description lang="fi_FI">Tämä ajuri mahdollistaa X-Arcade Tankstick -ohjaimen käytön.[CR][CR]Tarvitaan udev-sääntö. Lue https://kodi.wiki/view/Tankstick</description>
<description lang="fr_FR">Ce pilote active la saisie depuis le X-Arcade Tankstick.[CR][CR]Une règle udev est nécessaire. Voir https://kodi.wiki/view/Tankstick</description>
<description lang="hr_HR">Ovaj uređaj omogućuje ulaz iz the X-Arcade Tankstick.[CR][CR]A udev rule je potreban. Pogledajte https://kodi.wiki/view/Tankstick</description>
<description lang="id_ID">Penggerak ini mengaktifkan masukan dari X-Arcade Tankstick.[CR][CR]Sebuah pengaturan udev diperlukan. Lihat https://kodi.wiki/view/Tankstick</description>
<description lang="it_IT">Questo driver abilita l&apos;input dall&apos;X-Arcade Tankstick.[CR][CR]È necessaria una regola udev. Vedi https://kodi.wiki/view/Tankstick</description>
<description lang="ko_KR">이 드라이버는 X-Arcade Tankstick에서 입력을 활성화합니다.[CR][CR]udev 규칙이 필요합니다. https://kodi.wiki/view/Tankstick 참조</description>
<description lang="lv_LV">Šis draiveris nodrošina ievadi izmantojot X-Arcade Tankstick.[CR][CR]Ir nepieciešams udev noteikums. Skatiet https://kodi.wiki/view/Tankstick</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Afrikaans (South Africa) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/af_za/>\n"
"Language: af_za\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Amharic (Ethiopia) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/am_et/>\n"
"Language: am_et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Arabic (Saudi Arabia) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/ar_sa/>\n"
"Language: ar_sa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Asturian (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/ast_es/>\n"
"Language: ast_es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Azerbaijani <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/az_az/>\n"
"Language: az_az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Belarusian <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/be_by/>\n"
"Language: be_by\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Bulgarian <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/bg_bg/>\n"
"Language: bg_bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/bs_ba/>\n"
"Language: bs_ba\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-08-10 10:14+0000\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Xean <[email protected]>\n"
"Language-Team: Catalan (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/ca_es/>\n"
"Language: ca_es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Addons\n"
"Report-Msgid-Bugs-To: https://github.com/kodi-game/peripheral.xarcade/issues/\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 22:46+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: Czech <https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/peripheral-xarcade/cs_cz/>\n"
"Language: cs_cz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 5.9.2\n"

msgctxt "Addon Summary"
msgid "X-Arcade Tankstick driver"
Expand Down
Loading
Loading