1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

added german translations (#4)

* added german translations

* added german translations
This commit is contained in:
Kevin Papst 2018-09-05 17:12:51 +02:00 committed by anmol26s
parent 61095ebcdf
commit 1cbdff7b77

View file

@ -4,7 +4,8 @@
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Kimai2 package for YunoHost.", "en": "Kimai2 package for YunoHost.",
"fr": "Kimai2 de package dapplication pour YunoHost." "fr": "Kimai2 de package dapplication pour YunoHost.",
"de": "Kimai 2 Paket für YunoHost."
}, },
"version": "0.4", "version": "0.4",
"url": "https://v2.kimai.org", "url": "https://v2.kimai.org",
@ -30,16 +31,18 @@
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for Kimai2", "en": "Choose a domain name for Kimai2",
"fr": "Choisissez un nom de domaine pour Kimai2" "fr": "Choisissez un nom de domaine pour Kimai2",
"de": "Wählen Sie einen Domainnamen für Kimai 2"
}, },
"example": "example.com" "example": "kimai2.example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose an admin user (should be a YunoHost registered user).", "en": "Choose an admin user (should be a YunoHost registered user).",
"fr": "Choisissez ladministrateur (should be a YunoHost registered user)." "fr": "Choisissez ladministrateur (should be a YunoHost registered user).",
"de": "Wählen Sie einen Admin Benutzer (sollte ein registrierter YunoHost Benutzer sein)."
}, },
"example": "johndoe" "example": "johndoe"
}, },
@ -48,7 +51,8 @@
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?",
"fr": "Est-ce une application publique ?" "fr": "Est-ce une application publique ?",
"de": "Ist dies eine öffentliche Applikation?"
}, },
"default": true "default": true
} }