forked from codecentric/spring-boot-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.is.json
More file actions
52 lines (52 loc) · 1.43 KB
/
i18n.is.json
File metadata and controls
52 lines (52 loc) · 1.43 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
{
"error": {
"server_connection_failed": "Mistókst sambandið við þjón."
},
"term": {
"affects_all_instances": "Affects all {count} instances",
"affects_this_instance_only": "Affects only this instance",
"application": "Forrit",
"attributes": "Einkenni",
"bytes": "Bæti",
"cancel": "Hætta við",
"clear": "Tæma",
"cleared": "Tæmt",
"close": "Ljúka",
"confirm": "Staðfesta",
"delete": "Eyđa",
"deleted": "Eytt",
"duration": "Tímalengd",
"event": "Atburður",
"ever": "alltaf",
"executing": "Í vinnslu…",
"execution_failed": "Framkvæmd mistekist.",
"execution_successful": "Framkvæmd farsæl.",
"failed": "Mistekist",
"float": "Float",
"hours": "{count} klst. | {count} klst.",
"instances": "Eintök",
"integer": "Integer",
"milliseconds": "Millisekúndar",
"minutes": "{count} Mínúta | {count} Mínútur",
"percent": "prósent",
"name": "Nafn",
"operations": "Rökaðgerðir",
"save": "Vista",
"stacktrace": "Stacktrace",
"suppress": "Hunsa",
"time": "Tími",
"unsuppress": "Endurvekja",
"username": "Notandanafn"
},
"time_short": {
"unknown": "óþekkt",
"milliseconds": "{count}ms",
"seconds": "{count}sek",
"minutes": "{count}mín",
"hours": "{count}klst",
"days": "{count}dag",
"weeks": "{count}vika",
"months": "{count}mán",
"years": "{count}ár"
}
}