@ui5/webcomponents-fiori 2.26.0 → 2.27.0-rc.0
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/CHANGELOG.md +12 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/SearchItemGroup.d.ts +2 -0
- package/dist/SearchItemGroup.js +2 -0
- package/dist/SearchItemGroup.js.map +1 -1
- package/dist/UserMenu.js +1 -0
- package/dist/UserMenu.js.map +1 -1
- package/dist/UserMenuItemTemplate.d.ts +1 -1
- package/dist/UserMenuItemTemplate.js +51 -1
- package/dist/UserMenuItemTemplate.js.map +1 -1
- package/dist/UserSettingsAppearanceViewGroup.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewGroup.js +2 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -1
- package/dist/css/themes/UserMenu.css +1 -1
- package/dist/css/themes/UserMenuItem.css +1 -1
- package/dist/custom-elements-internal.json +20 -20
- package/dist/custom-elements.json +17 -17
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/themes/UserMenu.css.d.ts +1 -1
- package/dist/generated/themes/UserMenu.css.js +1 -1
- package/dist/generated/themes/UserMenu.css.js.map +1 -1
- package/dist/generated/themes/UserMenuItem.css.d.ts +1 -1
- package/dist/generated/themes/UserMenuItem.css.js +1 -1
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +2 -2
- package/dist/web-types.json +19 -3
- package/package.json +7 -7
- package/src/UserMenuItemTemplate.tsx +148 -2
- package/src/i18n/messagebundle_ar.properties +8 -0
- package/src/i18n/messagebundle_bg.properties +8 -0
- package/src/i18n/messagebundle_ca.properties +8 -0
- package/src/i18n/messagebundle_cnr.properties +8 -0
- package/src/i18n/messagebundle_cs.properties +8 -0
- package/src/i18n/messagebundle_cy.properties +8 -0
- package/src/i18n/messagebundle_da.properties +8 -0
- package/src/i18n/messagebundle_de.properties +8 -0
- package/src/i18n/messagebundle_el.properties +8 -0
- package/src/i18n/messagebundle_en.properties +0 -210
- package/src/i18n/messagebundle_en_GB.properties +8 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +8 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +8 -0
- package/src/i18n/messagebundle_es.properties +8 -0
- package/src/i18n/messagebundle_es_MX.properties +8 -0
- package/src/i18n/messagebundle_et.properties +8 -0
- package/src/i18n/messagebundle_fi.properties +8 -0
- package/src/i18n/messagebundle_fr.properties +8 -0
- package/src/i18n/messagebundle_fr_CA.properties +8 -0
- package/src/i18n/messagebundle_hi.properties +8 -0
- package/src/i18n/messagebundle_hr.properties +8 -0
- package/src/i18n/messagebundle_hu.properties +8 -0
- package/src/i18n/messagebundle_id.properties +8 -0
- package/src/i18n/messagebundle_it.properties +8 -0
- package/src/i18n/messagebundle_iw.properties +8 -0
- package/src/i18n/messagebundle_ja.properties +8 -0
- package/src/i18n/messagebundle_kk.properties +8 -0
- package/src/i18n/messagebundle_ko.properties +8 -0
- package/src/i18n/messagebundle_lt.properties +8 -0
- package/src/i18n/messagebundle_lv.properties +8 -0
- package/src/i18n/messagebundle_mk.properties +8 -0
- package/src/i18n/messagebundle_ms.properties +8 -0
- package/src/i18n/messagebundle_nl.properties +8 -0
- package/src/i18n/messagebundle_no.properties +8 -0
- package/src/i18n/messagebundle_pl.properties +8 -0
- package/src/i18n/messagebundle_pt.properties +8 -0
- package/src/i18n/messagebundle_pt_PT.properties +8 -0
- package/src/i18n/messagebundle_ro.properties +8 -0
- package/src/i18n/messagebundle_ru.properties +8 -0
- package/src/i18n/messagebundle_sh.properties +8 -0
- package/src/i18n/messagebundle_sk.properties +8 -0
- package/src/i18n/messagebundle_sl.properties +8 -0
- package/src/i18n/messagebundle_sr.properties +8 -0
- package/src/i18n/messagebundle_sv.properties +8 -0
- package/src/i18n/messagebundle_th.properties +8 -0
- package/src/i18n/messagebundle_tr.properties +8 -0
- package/src/i18n/messagebundle_uk.properties +8 -0
- package/src/i18n/messagebundle_vi.properties +8 -0
- package/src/i18n/messagebundle_zh_CN.properties +8 -0
- package/src/i18n/messagebundle_zh_TW.properties +8 -0
- package/src/themes/UserMenu.css +21 -2
- package/src/themes/UserMenuItem.css +6 -3
|
@@ -1,17 +1,163 @@
|
|
|
1
1
|
import type UserMenuItem from "./UserMenuItem.js";
|
|
2
2
|
import MenuItemTemplate from "@ui5/webcomponents/dist/MenuItemTemplate.js";
|
|
3
3
|
import type { MenuItemHooks } from "@ui5/webcomponents/dist/MenuItemTemplate.js";
|
|
4
|
+
import ListItemTemplate from "@ui5/webcomponents/dist/ListItemTemplate.js";
|
|
5
|
+
import type { ListItemHooks } from "@ui5/webcomponents/dist/ListItemTemplate.js";
|
|
6
|
+
import ResponsivePopover from "@ui5/webcomponents/dist/ResponsivePopover.js";
|
|
7
|
+
import Button from "@ui5/webcomponents/dist/Button.js";
|
|
8
|
+
import List from "@ui5/webcomponents/dist/List.js";
|
|
9
|
+
import BusyIndicator from "@ui5/webcomponents/dist/BusyIndicator.js";
|
|
10
|
+
import Icon from "@ui5/webcomponents/dist/Icon.js";
|
|
11
|
+
import PopoverPlacement from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
|
|
12
|
+
import navBackIcon from "@ui5/webcomponents-icons/dist/nav-back.js";
|
|
13
|
+
import declineIcon from "@ui5/webcomponents-icons/dist/decline.js";
|
|
14
|
+
import checkIcon from "@ui5/webcomponents-icons/dist/accept.js";
|
|
15
|
+
import slimArrowRight from "@ui5/webcomponents-icons/dist/slim-arrow-right.js";
|
|
4
16
|
|
|
5
17
|
export default function UserMenuItemTemplate(this: UserMenuItem) {
|
|
6
|
-
|
|
18
|
+
if (this.isPhone) {
|
|
19
|
+
return phoneTemplate.call(this);
|
|
20
|
+
}
|
|
7
21
|
|
|
22
|
+
const hooks: Partial<MenuItemHooks> = {};
|
|
8
23
|
if (this.showSelection) {
|
|
9
24
|
hooks.menuItemTextContent = userMenuItemTextContent;
|
|
10
25
|
}
|
|
11
|
-
|
|
12
26
|
return [MenuItemTemplate.call(this, hooks)];
|
|
13
27
|
}
|
|
14
28
|
|
|
29
|
+
function phoneTemplate(this: UserMenuItem) {
|
|
30
|
+
const hooks: Partial<ListItemHooks> = {
|
|
31
|
+
iconBegin(this: UserMenuItem) {
|
|
32
|
+
if (this.hasIcon) {
|
|
33
|
+
return <Icon class="ui5-li-icon" name={this.icon} />;
|
|
34
|
+
}
|
|
35
|
+
if (this._siblingsWithIcon) {
|
|
36
|
+
return <div class="ui5-menu-item-dummy-icon"></div>;
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
listItemContent(this: UserMenuItem) {
|
|
40
|
+
return (<>
|
|
41
|
+
{this.showSelection ? (
|
|
42
|
+
<div class="ui5-user-menu-item-text-wrapper">
|
|
43
|
+
{this.text && <div class="ui5-menu-item-text">{this.text}</div>}
|
|
44
|
+
{this._selectedSubItemText &&
|
|
45
|
+
<div class="ui5-user-menu-item-selection-text">{this._selectedSubItemText}</div>
|
|
46
|
+
}
|
|
47
|
+
</div>
|
|
48
|
+
) : (
|
|
49
|
+
<>{this.text && <div class="ui5-menu-item-text">{this.text}</div>}</>
|
|
50
|
+
)}
|
|
51
|
+
{rightContent.call(this)}
|
|
52
|
+
{checkmarkContent.call(this)}
|
|
53
|
+
</>);
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
return [
|
|
58
|
+
ListItemTemplate.call(this, hooks),
|
|
59
|
+
phoneSubmenuPopover.call(this),
|
|
60
|
+
];
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function checkmarkContent(this: UserMenuItem) {
|
|
64
|
+
return !this._markChecked ? "" : (
|
|
65
|
+
<div class="ui5-menu-item-checked">
|
|
66
|
+
<Icon name={checkIcon} class="ui5-menu-item-icon-checked" />
|
|
67
|
+
</div>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function rightContent(this: UserMenuItem) {
|
|
72
|
+
switch (true) {
|
|
73
|
+
case this.hasSubmenu:
|
|
74
|
+
return (
|
|
75
|
+
<div class="ui5-menu-item-submenu-icon">
|
|
76
|
+
<Icon part="subicon" name={slimArrowRight} class="ui5-menu-item-icon-end" />
|
|
77
|
+
</div>
|
|
78
|
+
);
|
|
79
|
+
case this.hasEndContent:
|
|
80
|
+
return (
|
|
81
|
+
<div class="ui5-menu-item-end-content" role="group" aria-label={this.endContentAccessibleName}>
|
|
82
|
+
<slot name="endContent" onKeyDown={this._endContentKeyDown}></slot>
|
|
83
|
+
</div>
|
|
84
|
+
);
|
|
85
|
+
case !!this.additionalText:
|
|
86
|
+
return (
|
|
87
|
+
<span part="additional-text" class="ui5-li-additional-text" aria-hidden={this._accInfo.ariaHidden}>
|
|
88
|
+
{this.additionalText}
|
|
89
|
+
</span>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
function phoneSubmenuPopover(this: UserMenuItem) {
|
|
95
|
+
return this.hasSubmenu && <ResponsivePopover
|
|
96
|
+
id={`${this._id}-menu-rp`}
|
|
97
|
+
class="ui5-menu-rp ui5-menu-rp-sub-menu"
|
|
98
|
+
preventInitialFocus={true}
|
|
99
|
+
preventFocusRestore={true}
|
|
100
|
+
hideArrow={true}
|
|
101
|
+
allowTargetOverlap={true}
|
|
102
|
+
placement={PopoverPlacement.End}
|
|
103
|
+
verticalAlign="Top"
|
|
104
|
+
accessibleName={this.accessibleNameText}
|
|
105
|
+
onBeforeOpen={this._beforePopoverOpen}
|
|
106
|
+
onOpen={this._afterPopoverOpen}
|
|
107
|
+
onBeforeClose={this._beforePopoverClose}
|
|
108
|
+
onClose={this._afterPopoverClose}
|
|
109
|
+
>
|
|
110
|
+
<div slot="header" class="ui5-menu-dialog-header">
|
|
111
|
+
<Button
|
|
112
|
+
icon={navBackIcon}
|
|
113
|
+
class="ui5-menu-back-button"
|
|
114
|
+
design="Transparent"
|
|
115
|
+
aria-label={this.labelBack}
|
|
116
|
+
onClick={this._close}
|
|
117
|
+
/>
|
|
118
|
+
<div class="ui5-menu-dialog-title">
|
|
119
|
+
<div>{this.text}</div>
|
|
120
|
+
</div>
|
|
121
|
+
<Button
|
|
122
|
+
icon={declineIcon}
|
|
123
|
+
class="ui5-menu-close-button"
|
|
124
|
+
design="Transparent"
|
|
125
|
+
aria-label={this.labelCancel}
|
|
126
|
+
onClick={this._closeAll}
|
|
127
|
+
/>
|
|
128
|
+
</div>
|
|
129
|
+
|
|
130
|
+
<div
|
|
131
|
+
id={`${this._id}-menu-main`}
|
|
132
|
+
class={this.loading ? "menu-busy-indicator-main" : ""}
|
|
133
|
+
aria-busy={this.loading}
|
|
134
|
+
>
|
|
135
|
+
{this.items.length ? (
|
|
136
|
+
<List
|
|
137
|
+
id={`${this._id}-menu-list`}
|
|
138
|
+
selectionMode="None"
|
|
139
|
+
separators="None"
|
|
140
|
+
accessibleRole="Menu"
|
|
141
|
+
loading={this.loading}
|
|
142
|
+
loadingDelay={this.loadingDelay}
|
|
143
|
+
onMouseOver={this._itemMouseOver}
|
|
144
|
+
onKeyDown={this._itemKeyDown}
|
|
145
|
+
onKeyUp={this._itemKeyUp}
|
|
146
|
+
onui5-close-menu={this._close}
|
|
147
|
+
onui5-exit-end-content={this._navigateOutOfEndContent}
|
|
148
|
+
>
|
|
149
|
+
<slot></slot>
|
|
150
|
+
</List>
|
|
151
|
+
) : this.loading && <BusyIndicator
|
|
152
|
+
id={`${this._id}-menu-busy-indicator`}
|
|
153
|
+
delay={this.loadingDelay}
|
|
154
|
+
class="ui5-menu-busy-indicator"
|
|
155
|
+
active={true}
|
|
156
|
+
/>}
|
|
157
|
+
</div>
|
|
158
|
+
</ResponsivePopover>;
|
|
159
|
+
}
|
|
160
|
+
|
|
15
161
|
function userMenuItemTextContent(this: UserMenuItem) {
|
|
16
162
|
return (
|
|
17
163
|
<div class="ui5-user-menu-item-text-wrapper">
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=تحديد المجال
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=حقل البحث
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=بحث في: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=مسح البحث
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=بحث
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=إلغاء
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=لا توجد نتائج بحث
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=لا توجد نتائج بحث
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=تتوفر نتيجة واحدة
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS=يتوفر {0} من النتائج
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=تحرير الصورة الرمزية
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=إدارة الحساب
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Избор на обхват
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Поле за търсене
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Търсене в: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Изчистване на търсенето
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Търсене
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Отказ
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Няма резултати от търсене
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Няма резултати от търсенето
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=Налични резултати: 1
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS=Налични резултати: {0}
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Редактиране на аватар
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Управление на акаунт
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Seleccionar abast
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Camp de cerca
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Cercar a: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Esborrar cerca
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Cercar
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Cancel·lar
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Cap resultat de cerca
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Cap resultat de cerca
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 resultat disponible
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} resultats disponibles
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Editar avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Gestionar compte
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Odaberi opseg
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Polje traženja
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Traži u: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Izbriši traženje
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Traži
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Odustani
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Nema rezultata traženja
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Nema rezultata traženja
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 rezultat dostupan
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} rezultata je dostupno
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Uredi avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Upravljaj nalogom
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Vybrat rozsah
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Vyhledávací pole
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Hledat v: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Vymazat hledání
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Hledat
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Zrušit
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Žádné výsledky hledání
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Žádné výsledky hledání
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 výsledek k dispozici
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} výsled. k dispozici
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Upravit avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Spravovat účet
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Dewis Cwmpas
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Maes Chwilio
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Chwilio yn: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Clirio''r Chwiliad
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Chwilio
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Canslo
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Dim canlyniadau chwilio
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Dim canlyniadau chwilio
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 canlyniad ar gael
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} canlyniad ar gael
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Golygu Afatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Rheoli Cyfrif
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Valgt omfang
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Søgefelt
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Søg i: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Ryd søgning
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Søg
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Annuller
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Ingen søgeresultater
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Ingen søgeresultater
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 resultat tilgængeligt
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} resultater er tilgængelige
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Rediger avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Administrer konto
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Umfang auswählen
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Suchfeld
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Suche in: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Suche zurücksetzen
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Suche
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Abbrechen
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Keine Suchergebnisse
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Keine Suchergebnisse
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 Ergebnis verfügbar
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} Ergebnisse verfügbar
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Avatar bearbeiten
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Konto verwalten
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=Επιλογή Πεδίου Εφαρμογής
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Πεδίο Αναζήτησης
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Αναζήτηση σε: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Εκκαθάριση Αναζήτησης
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Αναζήτηση
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Ακύρωση
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=Δεν υπάρχουν αποτελέσματα αναζήτησης
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=Δεν υπάρχουν αποτελέσματα αναζήτησης
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 αποτέλεσμα διαθέσιμο
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} αποτελέσματα είναι διαθέσιμα
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Επεξεργασία Avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Διαχείριση Λογαριασμού
|