forked from codecentric/spring-boot-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.de.json
More file actions
85 lines (85 loc) · 2.46 KB
/
i18n.de.json
File metadata and controls
85 lines (85 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"error": {
"server_connection_failed": "Verbindung zum Server fehlgeschlagen."
},
"term": {
"actuator_endpoint": "Actuator-Endpunkt",
"affects_all_instances": "Betrifft alle {count} Instanzen",
"affects_this_instance_only": "Betrifft nur diese Instanz",
"all": "Alle",
"application": "Anwendung",
"attributes": "Attribute",
"bytes": "Bytes",
"cancel": "Abbrechen",
"clear": "Leeren",
"cleared": "Geleert",
"close": "Schließen",
"confirm": "Bestätigen",
"delete": "Löschen",
"deleted": "Gelöscht",
"duration": "Dauer",
"epoch_time": "Epoch Zeit",
"percent": "Prozent",
"event": "Ereignis",
"ever": "immer",
"executing": "Wird ausgeführt...",
"execution_failed": "Ausführung fehlgeschlagen.",
"execution_successful": "Ausführung erfolgreich.",
"failed": "Fehlgeschlagen",
"fetching_data": "Lade Daten...",
"fetch_failed": "Abruf der Daten fehlgeschlagen.",
"filter_action": {
"reset": "Filter zurücksetzen"
},
"float": "Float",
"homepage": "Startseite",
"hours": "{count} Stunde | {count} Stunden",
"instance": "Instanz",
"instances": "Instanzen",
"instances_tc": "{count} Instanz | {count} Instanzen",
"integer": "Integer",
"keyword_search": "Schlagwortsuche",
"menu": {
"open": "Menü öffnen"
},
"milliseconds": "Millisekunden",
"minutes": "{count} Minute | {count} Minuten",
"name": "Name",
"operations": "Operationen",
"save": "Speichern",
"stacktrace": "Stacktrace",
"suppress": "Unterdrücken",
"time": "Zeit",
"today": "Heute",
"unsuppress": "Reaktivieren",
"no_group": "Keine Gruppe",
"username": "Username",
"go_to_previous_page": "Gehe zur vorherigen Seite",
"go_to_page_n": "Gehe zu Seite {page}",
"current_page": "Seite {page}, aktuelle Seite",
"go_to_next_page": "Gehe zur nächsten Seite",
"no_results_for_term": "Keine Ergebnisse für \"{term}\"."
},
"health": {
"label": "Zustand",
"status": {
"DOWN": "down",
"UP": "up",
"RESTRICTED": "eingeschränkt",
"UNKNOWN": "unbekannt",
"OUT_OF_SERVICE": "außer Betrieb",
"OFFLINE": "offline"
}
},
"time_short": {
"unknown": "unbekannt",
"milliseconds": "{count}ms",
"seconds": "{count}s",
"minutes": "{count}min",
"hours": "{count}h",
"days": "{count}d",
"weeks": "{count}Wo",
"months": "{count}Mo",
"years": "{count}a"
}
}