sit-onyx 1.0.0-beta.83 → 1.0.0-beta.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,130 @@
1
+ {
2
+ "optional": "(optional)",
3
+ "cancel": "Abbrechen",
4
+ "apply": "Anwenden",
5
+ "back": "Zurück",
6
+ "close": "Schließen",
7
+ "validations": {
8
+ "tooShort": {
9
+ "preview": "Zu kurz",
10
+ "fullError": "Verlängere den eingegebenen Text auf mindestens {minLength} Zeichen. Aktuell sind es {n} Zeichen. Manche Sonderzeichen zählen als mehrere Zeichen."
11
+ },
12
+ "tooLong": {
13
+ "preview": "Zu lang",
14
+ "fullError": "Kürze den eingegebenen Text auf maximal {maxLength} Zeichen. Aktuell sind es {n} Zeichen. Manche Sonderzeichen zählen als mehrere Zeichen."
15
+ },
16
+ "rangeUnderflow": {
17
+ "preview": "Zu niedrig",
18
+ "fullError": "Der Eingabewert muss größer als oder gleich {min} sein."
19
+ },
20
+ "rangeOverflow": {
21
+ "preview": "Zu hoch",
22
+ "fullError": "Der Eingabewert muss kleiner als oder gleich {max} sein."
23
+ },
24
+ "patternMismatch": {
25
+ "preview": "Ungültiges Format",
26
+ "fullError": "Deine Eingabe muss mit dem geforderten Format übereinstimmen."
27
+ },
28
+ "valueMissing": {
29
+ "preview": "Pflichtfeld",
30
+ "fullError": "Das Feld ist leer, es ist ein Pflichtfeld und muss ausgefüllt werden."
31
+ },
32
+ "stepMismatch": {
33
+ "preview": "Ungültige Zahl",
34
+ "fullError": "Die Eingabe \"{value}\" ist keine gültige Zahl. Sie muss ein Vielfaches von {step} sein."
35
+ },
36
+ "badInput": {
37
+ "preview": "Ungültige Eingabe",
38
+ "fullError": "Die Eingabe \"{value}\" entspricht nicht dem erwarteten Typ."
39
+ },
40
+ "typeMismatch": {
41
+ "generic": {
42
+ "preview": "Ungültiges Eingabeformat",
43
+ "fullError": "Die Eingabe \"{value}\" entspricht nicht dem erwarteten Typ."
44
+ },
45
+ "email": {
46
+ "preview": "Ungültige E-Mail",
47
+ "fullError": "Die Eingabe \"{value}\" ist keine gültige E-Mail Adresse. Sie sollte ähnlich zu \"maxmustermann@beispiel.de\" sein (muss ein @-Symbol und einen Punkt enthalten)."
48
+ },
49
+ "number": {
50
+ "preview": "Ungültige Zahl",
51
+ "fullError": "Die Eingabe \"{value}\" ist keine gültige Zahl. Es dürfen nur Ziffern und gegebenenfalls ein Dezimalpunkt angegeben werden."
52
+ },
53
+ "tel": {
54
+ "preview": "Ungültige Telefonnummer",
55
+ "fullError": "Die Eingabe \"{value}\" ist keine gültige Telefonnummer."
56
+ },
57
+ "url": {
58
+ "preview": "Ungültige URL",
59
+ "fullError": "Die Eingabe \"{value}\" ist keine gültige URL. Eine URL zeigt meistens auf eine Webseite und sollte ähnlich zu \"https://www.beispiel.de\" sein."
60
+ }
61
+ }
62
+ },
63
+ "select": {
64
+ "toggleDropDown": "Auswahlfenster umschalten",
65
+ "empty": "Keine Daten verfügbar",
66
+ "noMatch": "Kein Element passt zum Suchtext",
67
+ "searchInputLabel": "Liste durchsuchen",
68
+ "clearSearch": "Suchtext löschen",
69
+ "searchPlaceholder": "Suchen"
70
+ },
71
+ "selections": {
72
+ "selectAll": "Alle auswählen",
73
+ "currentSelection": "{n} ausgewählt"
74
+ },
75
+ "stepper": {
76
+ "decrement": "Verringern um {stepSize}",
77
+ "increment": "Erhöhen um {stepSize}"
78
+ },
79
+ "table": {
80
+ "empty": "Diese Tabelle ist leer."
81
+ },
82
+ "link": {
83
+ "opensExternally": "Wird in einem neuen Tab geöffnet."
84
+ },
85
+ "navItemOptionsLabel": "Unterseiten von {label}",
86
+ "navigation": {
87
+ "appLogo": "App logo von {appName}",
88
+ "goToHome": "Gehe zur Startseite",
89
+ "goBack": "Zurück",
90
+ "userMenuLabel": "Benutzeroptionen",
91
+ "toggleBurgerMenu": "Burger-Menü umschalten",
92
+ "toggleContextMenu": "Kontext-Menü umschalten",
93
+ "navigationHeadline": "Navigation"
94
+ },
95
+ "tooltip": {
96
+ "neutral": "Info-Tooltip Sichtbarkeit umschalten",
97
+ "danger": "Error-Tooltip Sichtbarkeit umschalten",
98
+ "success": "Erfolgs-Tooltip Sichtbarkeit umschalten"
99
+ },
100
+ "colorScheme": {
101
+ "headline": "Erscheinungsbild ändern",
102
+ "subtitle": "Wähle das Erscheinungsbild der Anwendung:",
103
+ "appearance": "Erscheinungsbild",
104
+ "auto": {
105
+ "label": "Auto",
106
+ "description": "Die Anwendung passt ihr Aussehen automatisch an deine Systemeinstellungen an."
107
+ },
108
+ "light": {
109
+ "label": "Hell",
110
+ "description": "Der helle Modus bietet einen optimalen Kontrast für helle Umgebungen."
111
+ },
112
+ "dark": {
113
+ "label": "Dunkel",
114
+ "description": "Dieser Farbmodus ist optimiert für dunklere Umgebungen."
115
+ }
116
+ },
117
+ "pagination": {
118
+ "label": "Paginierung",
119
+ "ofPages": "von 1 Seite | von {n} Seiten",
120
+ "previous": "vorherige Seite",
121
+ "next": "nächste Seite",
122
+ "select": {
123
+ "label": "Seiten-Auswahl",
124
+ "listLabel": "Verfügbare Seiten"
125
+ }
126
+ },
127
+ "input": {
128
+ "clear": "Eingabe löschen"
129
+ }
130
+ }
@@ -0,0 +1,139 @@
1
+ {
2
+ "optional": "(optional)",
3
+ "cancel": "Cancel",
4
+ "apply": "Apply",
5
+ "back": "Back",
6
+ "close": "Close",
7
+ "dataGrid": {
8
+ "head": {
9
+ "sortingAction": {
10
+ "asc": "Sort the table ascending by the {field} column.",
11
+ "desc": "Sort the table descending by the {field} column.",
12
+ "none": "Reset sorting."
13
+ }
14
+ }
15
+ },
16
+ "validations": {
17
+ "tooShort": {
18
+ "preview": "Too short, minimum {minLength} characters required",
19
+ "fullError": "Make the input at least {minLength} characters long. It is currently {n} characters long. Special characters might use more than one character."
20
+ },
21
+ "tooLong": {
22
+ "preview": "Too long, maximum {maxLength} characters allowed",
23
+ "fullError": "Shorten the input to {maxLength} characters or less. It is currently {n} characters long. Special characters might use more than one character."
24
+ },
25
+ "rangeUnderflow": {
26
+ "preview": "Too low",
27
+ "fullError": "Input value must be greater than or equal to {min}."
28
+ },
29
+ "rangeOverflow": {
30
+ "preview": "Too high",
31
+ "fullError": "Input value must be less than or equal to {max}."
32
+ },
33
+ "patternMismatch": {
34
+ "preview": "Invalid format",
35
+ "fullError": "Please match the format requested."
36
+ },
37
+ "valueMissing": {
38
+ "preview": "Required",
39
+ "fullError": "The field is empty, it is mandatory and must be filled in."
40
+ },
41
+ "stepMismatch": {
42
+ "preview": "Invalid number",
43
+ "fullError": "Please enter a valid number, that is a multiple of {step}."
44
+ },
45
+ "badInput": {
46
+ "preview": "Invalid input",
47
+ "fullError": "\"{value}\" does not match the expected type."
48
+ },
49
+ "typeMismatch": {
50
+ "generic": {
51
+ "preview": "Invalid input type",
52
+ "fullError": "\"{value}\" does not match the expected type."
53
+ },
54
+ "email": {
55
+ "preview": "Invalid mail",
56
+ "fullError": "\"{value}\" is not a valid email address. It should be similar to \"johndoe@example.com\" (Must contain one @ symbol and a period)."
57
+ },
58
+ "number": {
59
+ "preview": "Invalid number",
60
+ "fullError": "\"{value}\" is not a valid number. Make sure it contains only digits, and optionally a single decimal point."
61
+ },
62
+ "tel": {
63
+ "preview": "Invalid phone number",
64
+ "fullError": "\"{value}\" is not a valid phone number."
65
+ },
66
+ "url": {
67
+ "preview": "Invalid URL",
68
+ "fullError": "\"{value}\" is not a valid URL. A URL usually points to a website and should be similar to \"https://www.example.com\"."
69
+ }
70
+ }
71
+ },
72
+ "select": {
73
+ "toggleDropDown": "Toggle selection popover",
74
+ "empty": "No data available",
75
+ "noMatch": "No item matches your search",
76
+ "searchInputLabel": "Filter the list items",
77
+ "clearSearch": "Clear search filter",
78
+ "searchPlaceholder": "Search"
79
+ },
80
+ "selections": {
81
+ "selectAll": "Select all",
82
+ "currentSelection": "{n} selected"
83
+ },
84
+ "stepper": {
85
+ "decrement": "Decrement by {stepSize}",
86
+ "increment": "Increment by {stepSize}"
87
+ },
88
+ "table": {
89
+ "empty": "This table is empty."
90
+ },
91
+ "link": {
92
+ "opensExternally": "Opens in a new tab."
93
+ },
94
+ "navItemOptionsLabel": "Subpages of {label}",
95
+ "navigation": {
96
+ "appLogo": "App logo of {appName}",
97
+ "goToHome": "Go to home page",
98
+ "goBack": "Go back",
99
+ "userMenuLabel": "User options",
100
+ "toggleBurgerMenu": "Toggle burger menu",
101
+ "toggleContextMenu": "Toggle context menu",
102
+ "navigationHeadline": "Navigation"
103
+ },
104
+ "tooltip": {
105
+ "neutral": "Toggle info tooltip",
106
+ "danger": "Toggle error tooltip",
107
+ "success": "Toggle success tooltip"
108
+ },
109
+ "colorScheme": {
110
+ "headline": "Change appearance",
111
+ "subtitle": "Select the appearance of the application:",
112
+ "appearance": "Appearance",
113
+ "auto": {
114
+ "label": "Auto",
115
+ "description": "The application automatically adapts its appearance to your system settings."
116
+ },
117
+ "light": {
118
+ "label": "Light",
119
+ "description": "Light mode provides optimal contrast for bright environments."
120
+ },
121
+ "dark": {
122
+ "label": "Dark",
123
+ "description": "This color mode is optimized for darker environments."
124
+ }
125
+ },
126
+ "pagination": {
127
+ "label": "Pagination",
128
+ "ofPages": "of 1 page | of {n} pages",
129
+ "previous": "previous page",
130
+ "next": "next page",
131
+ "select": {
132
+ "label": "Page selection",
133
+ "listLabel": "Available pages"
134
+ }
135
+ },
136
+ "input": {
137
+ "clear": "Clear input"
138
+ }
139
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "optional": "(선택사항)",
3
+ "validations": {
4
+ "tooShort": {
5
+ "fullError": "{minLength}자 이상으로 입력하세요. (현재 1글자 입력 중) | {minLength}자 이상으로 입력하세요. (현재 {n}글자 입력 중)"
6
+ },
7
+ "tooLong": {
8
+ "fullError": "{maxLength}자 이하로 입력하세요. (현재 1글자 입력 중) | {maxLength}자 이하로 입력하세요. (현재 {n}글자 입력 중)"
9
+ },
10
+ "rangeUnderflow": { "fullError": "입력값이 {min}보다 크거나 동일해야 합니다" },
11
+ "rangeOverflow": { "fullError": "입력값이 {max}보다 작거나 동일해야 합니다" },
12
+ "patternMismatch": { "fullError": "올바른 형식을 입력해주세요." },
13
+ "valueMissing": { "fullError": "입력란에 내용을 입력해주세요." },
14
+ "stepMismatch": { "fullError": "{step}의 배수에 해당하는 값을 입력해주세요." },
15
+ "badInput": { "fullError": "\"{value}\"는 올바른 타입이 아닙니다." },
16
+ "typeMismatch": {
17
+ "generic": { "fullError": "\"{value}\"는 올바른 타입이 아닙니다." },
18
+ "email": { "fullError": "\"{value}\"는 올바른 이메일 형식이어야 합니다." },
19
+ "number": { "fullError": "\"{value}\"는 반드시 숫자이어야 합니다." },
20
+ "tel": { "fullError": "\"{value}\"는 올바른 전화번호 형식이어야 합니다." },
21
+ "url": { "fullError": "\"{value}\"는 올바른 URL 형식이어야 합니다." }
22
+ }
23
+ },
24
+ "selections": {
25
+ "selectAll": "모두 선택"
26
+ }
27
+ }