From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- .../translations/ScriptingPython.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_af_ZA.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ar_SA.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ca_ES.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_cs_CZ.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_da_DK.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_de_DE.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_el_GR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_en_US.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_es_ES.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_fa_IR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_fi_FI.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_fr_FR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_he_IL.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_hu_HU.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_it_IT.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ja_JP.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_kaa.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ko_KR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_nl_NL.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_no_NO.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_pl_PL.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_pt_BR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_pt_PT.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ro_RO.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_ru_RU.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_sk_SK.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_sr_SP.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_sv_SE.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_tr_TR.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_uk_UA.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_vi_VN.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_zh_CN.ts | 32 ++++++++++++++++++++++ .../translations/ScriptingPython_zh_TW.ts | 32 ++++++++++++++++++++++ 34 files changed, 1088 insertions(+) create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_af_ZA.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ar_SA.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ca_ES.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_cs_CZ.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_da_DK.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_de_DE.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_el_GR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_en_US.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_es_ES.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_fa_IR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_fi_FI.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_he_IL.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_hu_HU.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_it_IT.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ja_JP.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_kaa.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ko_KR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_nl_NL.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_no_NO.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_pl_PL.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_pt_PT.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ro_RO.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_sk_SK.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_sr_SP.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_sv_SE.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_tr_TR.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_uk_UA.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_vi_VN.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_zh_CN.ts create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_zh_TW.ts (limited to 'Plugins/ScriptingPython/translations') diff --git a/Plugins/ScriptingPython/translations/ScriptingPython.ts b/Plugins/ScriptingPython/translations/ScriptingPython.ts new file mode 100644 index 0000000..7d4c86c --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + + Unknown error from function %1. + + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + + Error from Python function %1: %2 + + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_af_ZA.ts b/Plugins/ScriptingPython/translations/ScriptingPython_af_ZA.ts new file mode 100644 index 0000000..ddd0cf0 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_af_ZA.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ar_SA.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ar_SA.ts new file mode 100644 index 0000000..bd7a411 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ar_SA.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ca_ES.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ca_ES.ts new file mode 100644 index 0000000..2beab4f --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ca_ES.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_cs_CZ.ts b/Plugins/ScriptingPython/translations/ScriptingPython_cs_CZ.ts new file mode 100644 index 0000000..a840976 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_cs_CZ.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_da_DK.ts b/Plugins/ScriptingPython/translations/ScriptingPython_da_DK.ts new file mode 100644 index 0000000..63d5776 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_da_DK.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_de_DE.ts b/Plugins/ScriptingPython/translations/ScriptingPython_de_DE.ts new file mode 100644 index 0000000..5798d98 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_de_DE.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_el_GR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_el_GR.ts new file mode 100644 index 0000000..369d7a2 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_el_GR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_en_US.ts b/Plugins/ScriptingPython/translations/ScriptingPython_en_US.ts new file mode 100644 index 0000000..ebb0fbd --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_en_US.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_es_ES.ts b/Plugins/ScriptingPython/translations/ScriptingPython_es_ES.ts new file mode 100644 index 0000000..26d0df2 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_es_ES.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_fa_IR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_fa_IR.ts new file mode 100644 index 0000000..0cb1654 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_fa_IR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_fi_FI.ts b/Plugins/ScriptingPython/translations/ScriptingPython_fi_FI.ts new file mode 100644 index 0000000..c8a3691 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_fi_FI.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts new file mode 100644 index 0000000..2bf1d89 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Utilisation non valide de la fonction %1. Attendait %2 arguments, mais a obtenu %3. + + + + Unknown error from function %1. + Erreur inconnue de la fonction %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Impossible de calculer la représentation de la chaîne de caractères de l'objet Python passé comme argument à la fonction %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Impossible de trouver le contexte d'exécution de la fonction %1. Ceci est un bug du plugin Python. Veuillez le signaler. + + + + Error from Python function %1: %2 + Erreur de la fonction Python %1 : %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_he_IL.ts b/Plugins/ScriptingPython/translations/ScriptingPython_he_IL.ts new file mode 100644 index 0000000..a6a6fd7 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_he_IL.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + שימוש לא תקין בפונקציה %1. הציפיה הייתה לקבלת משתנה %2, אך נתקבל %3. + + + + Unknown error from function %1. + שגיאה לא ידועה מפונקציה %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + לא ניתן היה לחשב מחרוזות המייצגת את אובייקט פייתון שהועבר כמשתנה לפונקציה %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + לא ניתן למצוא הקשר הפעלת פונקציה %1. זהו תקל במתקע פייתון. נא לדווח על כך. + + + + Error from Python function %1: %2 + שגיאת פונקציית פייתון %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_hu_HU.ts b/Plugins/ScriptingPython/translations/ScriptingPython_hu_HU.ts new file mode 100644 index 0000000..e7b147d --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_hu_HU.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_it_IT.ts b/Plugins/ScriptingPython/translations/ScriptingPython_it_IT.ts new file mode 100644 index 0000000..c56d38c --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_it_IT.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Uso non valido della funzione %1. Atteso %2 argomenti, ma ottenuto %3. + + + + Unknown error from function %1. + Errore sconosciuto dalla funzione %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Impossibile calcolare la rappresentazione della stringa dell'oggetto Python passato come argomento alla funzione %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Impossibile trovare il contesto di esecuzione per la funzione %1. Questo è un bug del plugin Python. Si prega di segnalarlo. + + + + Error from Python function %1: %2 + Errore dalla funzione Python %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ja_JP.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ja_JP.ts new file mode 100644 index 0000000..a0487de --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ja_JP.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_kaa.ts b/Plugins/ScriptingPython/translations/ScriptingPython_kaa.ts new file mode 100644 index 0000000..77cf961 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_kaa.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ko_KR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ko_KR.ts new file mode 100644 index 0000000..caabe75 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ko_KR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_nl_NL.ts b/Plugins/ScriptingPython/translations/ScriptingPython_nl_NL.ts new file mode 100644 index 0000000..9e43453 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_nl_NL.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_no_NO.ts b/Plugins/ScriptingPython/translations/ScriptingPython_no_NO.ts new file mode 100644 index 0000000..cb16c40 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_no_NO.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_pl_PL.ts b/Plugins/ScriptingPython/translations/ScriptingPython_pl_PL.ts new file mode 100644 index 0000000..222819c --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_pl_PL.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Nieprawidłowe użycie funkcji %1. Oczekiwano %2 argumentów, ale otrzymano %3. + + + + Unknown error from function %1. + Nieznany błąd z funkcji %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Nie można przedstawić obiektu Pythona przekazanego jako argument do funkcji %1 jako reprezentacji ciągu znaków. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Nie można odnaleźć kontekstu wykonania funkcji %1. Jest to błąd wtyczki Pythona. Proszę, zgłoś to. + + + + Error from Python function %1: %2 + Błąd z funkcji Pythona %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts new file mode 100644 index 0000000..cc25e10 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Uso inválido de %1 função. Esperado %2 argumentos, mas recebeu %3. + + + + Unknown error from function %1. + Erro desconhecido da função %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Não foi possível calcular a representação de cadeia de caracteres do objeto Python passado como argumento para a função %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Não foi possível encontrar o contexto de execução para a função %1. Este é um erro do plugin Python. Por favor, relate o problema. + + + + Error from Python function %1: %2 + Erro da função Python %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_pt_PT.ts b/Plugins/ScriptingPython/translations/ScriptingPython_pt_PT.ts new file mode 100644 index 0000000..02fc86c --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_pt_PT.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ro_RO.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ro_RO.ts new file mode 100644 index 0000000..ae0dca8 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ro_RO.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts new file mode 100644 index 0000000..6994f5a --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Некорректное использование функции %1. Ожидается аргументов: %2, передано аргументов: %3. + + + + Unknown error from function %1. + Неизвестная ошибка при выполнении функции %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Невозможно сформировать строковое представление объекта Python, переданного в виде аргумента в функцию %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Не найден контекст выполнения для функции %1. Это ошибка модуля Python. Пожалуйста, сообщите о ней. + + + + Error from Python function %1: %2 + Ошибка при выполнении функции Python %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_sk_SK.ts b/Plugins/ScriptingPython/translations/ScriptingPython_sk_SK.ts new file mode 100644 index 0000000..73ca8fb --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_sk_SK.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_sr_SP.ts b/Plugins/ScriptingPython/translations/ScriptingPython_sr_SP.ts new file mode 100644 index 0000000..dce058c --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_sr_SP.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_sv_SE.ts b/Plugins/ScriptingPython/translations/ScriptingPython_sv_SE.ts new file mode 100644 index 0000000..0808c90 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_sv_SE.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_tr_TR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_tr_TR.ts new file mode 100644 index 0000000..6d3c907 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_tr_TR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + %1 işlevinin geçersiz kullanımı. Beklenen %2 argümanları, ancak %3 var. + + + + Unknown error from function %1. + %1 fonksiyonundan bilinmeyen hata. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + %1 işlevine bağımsız değişken olarak geçirilen Python nesnesinin dize gösterimi hesaplanamadı. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + %1 işlevinin yürütme içeriği bulunamadı. Bu bir Python eklentisi hatasıdır. Lütfen rapor edin. + + + + Error from Python function %1: %2 + Python işlevinden %1 hatası: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_uk_UA.ts b/Plugins/ScriptingPython/translations/ScriptingPython_uk_UA.ts new file mode 100644 index 0000000..5c1c035 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_uk_UA.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_vi_VN.ts b/Plugins/ScriptingPython/translations/ScriptingPython_vi_VN.ts new file mode 100644 index 0000000..8a12cd0 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_vi_VN.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Invalid use of %1 function. Expected %2 arguments, but got %3. + + + + Unknown error from function %1. + Unknown error from function %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Could not calculate string representation of the Python object passed as argument to the function %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + + + + Error from Python function %1: %2 + Error from Python function %1: %2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_zh_CN.ts b/Plugins/ScriptingPython/translations/ScriptingPython_zh_CN.ts new file mode 100644 index 0000000..c9923a0 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_zh_CN.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + 无效的 %1 函数用法。预期是 %2 参数,但实际是 %3。 + + + + Unknown error from function %1. + 函数 %1 的未知错误。 + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + 无法计算作为参数传递给 %1 函数的 Python 对象所表示的字符串。 + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + 找不到函数 %1 的执行环境。这是 Python 插件的 bug,请报告该问题。 + + + + Error from Python function %1: %2 + Python 函数 %1 错误:%2 + + + diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_zh_TW.ts b/Plugins/ScriptingPython/translations/ScriptingPython_zh_TW.ts new file mode 100644 index 0000000..d8b9b89 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_zh_TW.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + 無效的 %1 函式用法。期望 %2 個引數,得到 %3。 + + + + Unknown error from function %1. + 函式 %1 的未知錯誤。 + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + 無法計算作為引數傳遞給函式 %1 的 Python 物件所表示的字串。 + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + 找不到函式 %1 的執行環境。這是 Python 外掛的 bug,請報告該問題。 + + + + Error from Python function %1: %2 + Python 函式 %1 錯誤:%2 + + + -- cgit v1.2.3