diff --git a/app_templates/django_project/django_project.kdevtemplate b/app_templates/django_project/django_project.kdevtemplate index becd8ee5..3427428f 100644 --- a/app_templates/django_project/django_project.kdevtemplate +++ b/app_templates/django_project/django_project.kdevtemplate @@ -1,39 +1,41 @@ # KDE Config File [General] Name=New Django project Name[ca]=Projecte nou del Django Name[ca@valencia]=Projecte nou del Django Name[cs]=Nový projekt Django Name[de]=Neues Django-Projekt +Name[el]=Νέο έργο Django Name[en_GB]=New Django project Name[es]=Nuevo proyecto de Django Name[et]=Uus Django projekt Name[it]=Nuovo progetto Django Name[nl]=Nieuw Django-project Name[pl]=Nowy projekt Django Name[pt]=Novo projecto de Django Name[sk]=Nový projekt Django Name[sl]=Nov projekt Django Name[sv]=Nytt Django-projekt Name[uk]=Новий проект Django Name[x-test]=xxNew Django projectxx Name[zh_CN]=新建 Django 项目 Category=Python Comment=Generate filestructure to start a Django project Comment[ca]=Genera l'estructura de fitxers per a iniciar un projecte Django Comment[ca@valencia]=Genera l'estructura de fitxers per a iniciar un projecte Django Comment[cs]=Vygenerovat strukturu souborů pro započetí projektu Django Comment[de]=Dateistruktur erstellen, auf deren Basis eine Django-Anwendung erstellt werden kann +Comment[el]=Παραγωγή δομής αρχείων για την έναρξη έργου Django Comment[en_GB]=Generate filestructure to start a Django project Comment[es]=Generar la estructura de archivos para empezar un proyecto de Django Comment[et]=Failistruktuuri genereerimine Django projekti tarbeks Comment[it]=Genera una struttura di file per inizializzare un progetto Django Comment[nl]=Genereer een bestandsstructuur om een Django-project te starten Comment[pl]=Tworzy strukturę plików do rozpoczęcia projektu Django Comment[pt]=Gerar a estrutura de ficheiros para iniciar um projecto em Django Comment[sk]=Vygenerovať štruktúru súborov na spustenie projektu Django Comment[sl]=Ustvari datotečno zgradbo za začetek projekta Django Comment[sv]=Skapa filstruktur för att påbörja ett Django-program Comment[uk]=Створити початкову структуру файлів проекту Django Comment[x-test]=xxGenerate filestructure to start a Django projectxx ShowFilesAfterGeneration=%{PROJECTDIR}/urls.py diff --git a/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate b/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate index 9554e710..bae0cc9f 100644 --- a/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate +++ b/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate @@ -1,35 +1,37 @@ # KDE Config File [General] Name=Simple Qt GUI application using Designer Name[ca]=Aplicació senzilla amb IGU Qt que usa el Designer Name[ca@valencia]=Aplicació senzilla amb IGU Qt que usa el Designer Name[cs]=Jednoduchá aplikace Qt GUI pomocí Designeru +Name[el]=Απλή Qt GUI εφαρμογή με χρήση του Designer Name[en_GB]=Simple Qt GUI application using Designer Name[es]=Sencilla aplicación con interfaz gráfica de usuario que usa Designer Name[et]=Lihtne Qt GUI rakendus Designeri abil Name[it]=Semplice applicazione grafica Qt che usa Designer Name[nl]=Eenvoudige Qt-GUI-toepassing met gebruik van Designer Name[pl]=Prosta aplikacja z interfejsem Qt przy użyciu Designera Name[pt]=Aplicação gráfica simples o Qt que usa o Designer Name[sk]=Jednoduchá Qt GUI aplikácia používajúca Designer Name[sl]=Preprost Qt program z grafičnim vmesnikom z uporabo Snovalnika Name[sv]=Enkelt Qt-program med grafiskt användargränssnitt som använder Designer Name[uk]=Проста програма з графічним інтерфейсом Qt, створеним за допомогою Designer Name[x-test]=xxSimple Qt GUI application using Designerxx Category=Python Comment=An example application using Qt Designer. If you edit mainwindow.ui, regenerate mainwindow.py by calling pyuic5. Comment[ca]=Un exemple d'aplicació que usa el Designer de Qt. Si editeu el «mainwindow.ui», regenereu el «mainwindow.py» invocant el «pyuic5». Comment[ca@valencia]=Un exemple d'aplicació que usa el Designer de Qt. Si editeu el «mainwindow.ui», regenereu el «mainwindow.py» invocant el «pyuic5». +Comment[el]=Μια εφαρμογή παράδειγμα με χρήση του Qt Designer. Αν ανοίξετε το mainwindow.ui για επεξεργασία, παραγάγετε ξανά το mainwindow.py καλώντας το pyuic5. Comment[en_GB]=An example application using Qt Designer. If you edit mainwindow.ui, regenerate mainwindow.py by calling pyuic5. Comment[es]=Un ejemplo de aplicación que usa Qt Designer. Si edita mainwindow.ui, vuelva a generar mainwindow.py llamando a pyuic5. Comment[et]=Näidisrakendus Qt Designeri abil. Kui redigeerid faili mainwindow.ui, regenereeri mainwindow.py, kutsudes välja pyuic5. Comment[it]=Un'applicazione di esempio che usa Qt Designer. Se modifichi mainwindow.ui, rigenera mainwindow.py eseguendo pyuic5. Comment[nl]=Een voorbeeld toepassing met gebruik van Qt Designer. Als u mainwindow.ui bewerkt, genereer dan opnieuw mainwindow.py door pyuic5 aan te roepen. Comment[pl]=Przykładowa aplikacja wykorzystująca Qt Designera. Po zmianie mainwindow.ui, odśwież mainwindow.py ponownie wywołując pyuic5. Comment[pt]=Uma aplicação de exemplo que usa o Qt Designer. Se editar o 'mainwindow.ui', volte a gerar o 'mainwindow.py' ao invocar o 'pyuic5'. Comment[sk]=Ukážková aplikácia používajúca Qt Designer. Ak upravíte mainwindow.ui, pregenerujte mainwindow.py volaním pyuic5. Comment[sl]=Preprost Qt program z grafičnim vmesnikom z uporabo Snovalnika. Če boste urejali mainwindow.ui, znova ustvarite mainwindow.py s klicem pyuic5. Comment[sv]=Ett exempelprogram som använder Qt-designer. Om du redigerar mainwindo.ui, skapa om mainwindow.py genom att anropa pyuic5. Comment[uk]=Приклад програми із використанням Qt Designer. Після редагування mainwindow.ui вам слід повторно створити mainwindow.py за допомогою виклику pyuic5. Comment[x-test]=xxAn example application using Qt Designer. If you edit mainwindow.ui, regenerate mainwindow.py by calling pyuic5.xx ShowFilesAfterGeneration=%{PROJECTDIR}/%{APPNAME}.py diff --git a/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate b/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate index 37fb79f8..8d9b62e2 100644 --- a/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate +++ b/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate @@ -1,38 +1,40 @@ # KDE Config File [General] Name=Simple Python Application Name[ca]=Una aplicació Python senzilla Name[ca@valencia]=Una aplicació Python senzilla Name[cs]=Jednoduchá aplikace v Pythonu Name[de]=Eine einfache Python-Anwendung +Name[el]=Απλή εφαρμογή Python Name[en_GB]=Simple Python Application Name[es]=Aplicación sencilla en Python Name[et]=Lihtne Pythoni rakendus Name[it]=Semplice applicazione Python Name[nl]=Eenvoudige Python-toepassing Name[pl]=Prosta aplikacja Pythona Name[pt]=Aplicação Simples de Python Name[sk]=Jednoduchá Python aplikácia Name[sl]=Preprost program v Python-u Name[sv]=Enkelt Python-program Name[uk]=Проста програма мовою Python Name[x-test]=xxSimple Python Applicationxx Category=Python Comment=Generate filestructure to start a Python application Comment[ca]=Genera l'estructura de fitxers per a iniciar una aplicació Python Comment[ca@valencia]=Genera l'estructura de fitxers per a iniciar una aplicació Python Comment[cs]=Vygenerovat strukturu souborů pro započetí aplikace v Pythonu Comment[de]=Dateistruktur erstellen, auf deren Basis eine Python-Anwendung erstellt werden kann +Comment[el]=Παραγωγή δομής αρχείων για την έναρξη μιας εφαρμογής Python Comment[en_GB]=Generate filestructure to start a Python application Comment[es]=Generar la estructura de archivos para empezar una aplicación en Python Comment[et]=Failistruktuuri genereerimine Pythoni rakenduse tarbeks Comment[it]=Genera una struttura file per avviare un'applicazione in Python Comment[nl]=Genereer een bestandsstructuur om een Python-toepassing te starten Comment[pl]=Tworzy strukturę plików do rozpoczęcia projektu Pythona Comment[pt]=Gerar a estrutura de ficheiros para iniciar uma aplicação em Python Comment[sk]=Vygenerovať štruktúru súborov na spustenie aplikácie Python Comment[sl]=Ustvari datotečno zgradbo za začetek programa v Python-u Comment[sv]=Skapa filstruktur för att påbörja ett Python-program Comment[uk]=Створити початкову файлову структуру програми мовою Python Comment[x-test]=xxGenerate filestructure to start a Python applicationxx ShowFilesAfterGeneration=%{PROJECTDIR}/%{APPNAMELC}.py