mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Translated using Weblate (Russian)
Currently translated at 100.0% (264 of 264 strings) Translated using Weblate (Indonesian) Currently translated at 100.0% (264 of 264 strings) Translated using Weblate (French) Currently translated at 100.0% (264 of 264 strings) Translated using Weblate (German) Currently translated at 100.0% (264 of 264 strings) Co-authored-by: Leonid Maslakov <root@lcomrade.su> Co-authored-by: Linerly <linerly@protonmail.com> Co-authored-by: Michael <misc+weblatewoodp@zarb.org> Co-authored-by: qwerty287 <ndev@web.de> Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/ Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/fr/ Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/id/ Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/ Translation: Woodpecker CI/UI
This commit is contained in:
parent
25e2c8055c
commit
51168db9fd
4 changed files with 77 additions and 0 deletions
|
@ -1,6 +1,42 @@
|
|||
{
|
||||
"admin": {
|
||||
"settings": {
|
||||
"agents": {
|
||||
"add": "Agent hinzufügen",
|
||||
"agents": "Agents",
|
||||
"backend": {
|
||||
"backend": "Backend",
|
||||
"badge": "Backend"
|
||||
},
|
||||
"capacity": {
|
||||
"badge": "Kapazität",
|
||||
"capacity": "Kapazität"
|
||||
},
|
||||
"created": "Agent erstellt",
|
||||
"delete_confirm": "Wollen Sie diesen Agent wirklich löschen? Dieser kann sich dann nicht mehr mit dem Server verbinden.",
|
||||
"deleted": "Agent gelöscht",
|
||||
"desc": "Für diesen Server registrierte Agents",
|
||||
"last_contact": "Letzter Kontakt",
|
||||
"name": {
|
||||
"name": "Name",
|
||||
"placeholder": "Name des Agents"
|
||||
},
|
||||
"never": "Nie",
|
||||
"no_schedule": {
|
||||
"name": "Agent deaktivieren",
|
||||
"placeholder": "Agent daran hindern, neue Aufgaben zu nehmen"
|
||||
},
|
||||
"none": "Es gibt noch keine Agents.",
|
||||
"platform": {
|
||||
"badge": "Plattform",
|
||||
"platform": "Plattform"
|
||||
},
|
||||
"save": "Agent speichern",
|
||||
"saved": "Agent gespeichert",
|
||||
"show": "Agents anzeigen",
|
||||
"token": "Schlüssel",
|
||||
"version": "Version"
|
||||
},
|
||||
"not_allowed": "Du darfst nicht auf die Server-Einstellungen zugreifen",
|
||||
"secrets": {
|
||||
"add": "Geheimnis hinzufügen",
|
||||
|
@ -34,6 +70,9 @@
|
|||
"color_scheme_light": "Wechsle zu dunklem Modus",
|
||||
"docs": "Docs",
|
||||
"documentation_for": "Dokumentation für „{topic}“",
|
||||
"errors": {
|
||||
"not_found": "Angefragtes Objekt wurde nicht gefunden"
|
||||
},
|
||||
"login": "Anmelden",
|
||||
"logout": "Abmelden",
|
||||
"not_found": {
|
||||
|
@ -69,6 +108,7 @@
|
|||
}
|
||||
},
|
||||
"password": "Passwort",
|
||||
"pipeline_feed": "Pipeline-Feed",
|
||||
"repo": {
|
||||
"activity": "Aktivitäten",
|
||||
"add": "Repository hinzufügen",
|
||||
|
@ -115,6 +155,18 @@
|
|||
"step_not_started": "Dieser Schritt hat noch nicht begonnen.",
|
||||
"tasks": "Vorgänge"
|
||||
},
|
||||
"deploy_pipeline": {
|
||||
"enter_target": "Zielumgebung des Deployments",
|
||||
"title": "Deployment für aktuelle Pipeline #{pipelineId} starten",
|
||||
"trigger": "Deploy",
|
||||
"variables": {
|
||||
"add": "Variable hinzufügen",
|
||||
"desc": "Zusätzliche Variablen für diese Pipeline hinzufügen. Variablen mit dem gleichen Namen werden überschrieben.",
|
||||
"name": "Variablenname",
|
||||
"title": "Zusätzliche Pipeline-Variablen",
|
||||
"value": "Variablenwert"
|
||||
}
|
||||
},
|
||||
"enable": {
|
||||
"enable": "Aktivieren",
|
||||
"enabled": "Bereits aktiviert",
|
||||
|
@ -135,11 +187,13 @@
|
|||
}
|
||||
},
|
||||
"not_allowed": "Zugriff auf dieses Repository nicht erlaubt",
|
||||
"open_in_forge": "Repository im Versionskontrollsystem öffnen",
|
||||
"pipeline": {
|
||||
"actions": {
|
||||
"cancel": "Abbrechen",
|
||||
"cancel_success": "Pipeline abgebrochen",
|
||||
"canceled": "Dieser Schritt wurde abgebrochen.",
|
||||
"deploy": "Deploy",
|
||||
"log_auto_scroll": "Automatisches folgen",
|
||||
"log_auto_scroll_off": "Schalte automatisches folgen aus",
|
||||
"log_download": "Herunterladen",
|
||||
|
@ -174,6 +228,19 @@
|
|||
"decline_success": "Pipeline abgelehnt",
|
||||
"declined": "Diese Pipeline ist abgelehnt worden!"
|
||||
},
|
||||
"status": {
|
||||
"blocked": "blockiert",
|
||||
"declined": "abgelehnt",
|
||||
"error": "Fehler",
|
||||
"failure": "fehlgeschlagen",
|
||||
"killed": "abgebrochen",
|
||||
"pending": "ausstehend",
|
||||
"running": "laufend",
|
||||
"skipped": "übersprungen",
|
||||
"started": "gestartet",
|
||||
"status": "Status: {status}",
|
||||
"success": "erfolgreich"
|
||||
},
|
||||
"step_not_started": "Dieser Schritt hat noch nicht begonnen.",
|
||||
"tasks": "Vorgänge"
|
||||
},
|
||||
|
@ -301,6 +368,7 @@
|
|||
"add": "Geheimnis hinzufügen",
|
||||
"created": "Geheimnis erstellt",
|
||||
"delete": "Geheimnis löschen",
|
||||
"delete_confirm": "Möchtest du dieses Geheimnis wirklich löschen?",
|
||||
"deleted": "Geheimnis gelöscht",
|
||||
"desc": "Geheimnisse können zur Laufzeit als Umgebungsvariablen an einzelne Pipelineschritte übergeben werden.",
|
||||
"edit": "Geheimnis bearbeiten",
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
"color_scheme_light": "Basculer en couleurs sombres",
|
||||
"docs": "Docs",
|
||||
"documentation_for": "Documentation sur \"{topic}\"",
|
||||
"errors": {
|
||||
"not_found": "Le serveur n'a pas pu trouver l'objet demandé"
|
||||
},
|
||||
"login": "Connexion",
|
||||
"logout": "Déconnexion",
|
||||
"not_found": {
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
"color_scheme_light": "Ubah ke mode gelap",
|
||||
"docs": "Dokumentasi",
|
||||
"documentation_for": "Dokumentasi untuk \"{topic}\"",
|
||||
"errors": {
|
||||
"not_found": "Server tidak dapat mencari objek yang diminta"
|
||||
},
|
||||
"login": "Masuk",
|
||||
"logout": "Keluar",
|
||||
"not_found": {
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
"color_scheme_light": "Использовать тёмную тему",
|
||||
"docs": "Документация",
|
||||
"documentation_for": "Документация о \"{topic}\"",
|
||||
"errors": {
|
||||
"not_found": "Серверу не удалось найти запрошенный объект"
|
||||
},
|
||||
"login": "Вход",
|
||||
"logout": "Выйти",
|
||||
"not_found": {
|
||||
|
|
Loading…
Reference in a new issue