@tstdl/base 0.91.21 → 0.91.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.91.21",
3
+ "version": "0.91.22",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -7,7 +7,7 @@ export type TstdlCommonLocalization = Localization<{
7
7
  password: LocalizeItem;
8
8
  confirmPassword: LocalizeItem;
9
9
  notSpecified: LocalizeItem;
10
- pleaseSelect: LocalizeItem;
10
+ select: LocalizeItem;
11
11
  yes: LocalizeItem;
12
12
  no: LocalizeItem;
13
13
  ok: LocalizeItem;
@@ -25,7 +25,7 @@ export declare const tstdlCommonLocalizationKeys: import("./localization.service
25
25
  password: LocalizeItem;
26
26
  confirmPassword: LocalizeItem;
27
27
  notSpecified: LocalizeItem;
28
- pleaseSelect: LocalizeItem;
28
+ select: LocalizeItem;
29
29
  yes: LocalizeItem;
30
30
  no: LocalizeItem;
31
31
  ok: LocalizeItem;
@@ -10,7 +10,7 @@ export const germanTstdlCommonLocalization = {
10
10
  password: 'Passwort',
11
11
  confirmPassword: 'Passwort bestätigen',
12
12
  notSpecified: 'Keine Angabe',
13
- pleaseSelect: 'Bitte auswählen...',
13
+ select: 'Auswählen',
14
14
  yes: 'Ja',
15
15
  no: 'Nein',
16
16
  ok: 'Ok',
@@ -33,7 +33,7 @@ export const englishTstdlCommonLocalization = {
33
33
  password: 'Password',
34
34
  confirmPassword: 'Confirm password',
35
35
  notSpecified: 'Not specified',
36
- pleaseSelect: 'Please select...',
36
+ select: 'Select',
37
37
  yes: 'Yes',
38
38
  no: 'No',
39
39
  ok: 'Ok',