@okta/odyssey-react-mui 1.14.8 → 1.15.9
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 +54 -0
- package/README.md +4 -0
- package/dist/Autocomplete.js +84 -2
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Breadcrumbs.js +10 -1
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/Button.js +2 -2
- package/dist/Button.js.map +1 -1
- package/dist/Callout.js.map +1 -1
- package/dist/Checkbox.js +8 -4
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/DataTable/DataTable.js +39 -10
- package/dist/DataTable/DataTable.js.map +1 -1
- package/dist/DataTable/index.js.map +1 -1
- package/dist/MenuButton.js.map +1 -1
- package/dist/RadioGroup.js.map +1 -1
- package/dist/Select.js +34 -45
- package/dist/Select.js.map +1 -1
- package/dist/Tabs.js +21 -0
- package/dist/Tabs.js.map +1 -1
- package/dist/Tile.js +14 -18
- package/dist/Tile.js.map +1 -1
- package/dist/labs/DataFilters.js +98 -97
- package/dist/labs/DataFilters.js.map +1 -1
- package/dist/labs/index.js +0 -1
- package/dist/labs/index.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_da.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_de.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_el.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_es.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_hu.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_id.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_it.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pl.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ro.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_th.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_vi.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
- package/dist/src/Autocomplete.d.ts +7 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/Button.d.ts +31 -15
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/Callout.d.ts +1 -1
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts +2 -3
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/DataTable/DataTable.d.ts +13 -6
- package/dist/src/DataTable/DataTable.d.ts.map +1 -1
- package/dist/src/DataTable/index.d.ts +2 -2
- package/dist/src/DataTable/index.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +3 -4
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +3 -3
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/Tabs.d.ts.map +1 -1
- package/dist/src/Tile.d.ts.map +1 -1
- package/dist/src/labs/DataFilters.d.ts +9 -1
- package/dist/src/labs/DataFilters.d.ts.map +1 -1
- package/dist/src/labs/index.d.ts +0 -1
- package/dist/src/labs/index.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/theme/components.js +25 -8
- package/dist/theme/components.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +9 -7
- package/src/Autocomplete.tsx +124 -1
- package/src/Breadcrumbs.tsx +9 -1
- package/src/Button.tsx +32 -16
- package/src/Callout.tsx +1 -1
- package/src/Checkbox.tsx +4 -3
- package/src/CheckboxGroup.tsx +2 -5
- package/src/DataTable/DataTable.tsx +106 -26
- package/src/DataTable/index.tsx +1 -1
- package/src/MenuButton.tsx +11 -21
- package/src/RadioGroup.tsx +3 -3
- package/src/Select.tsx +84 -91
- package/src/Tabs.tsx +40 -1
- package/src/Tile.tsx +12 -14
- package/src/labs/DataFilters.tsx +211 -177
- package/src/labs/index.ts +0 -1
- package/src/properties/translations/odyssey-react-mui_cs.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_da.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_de.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_el.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_es.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_fi.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_fr.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_hu.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_id.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_it.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ja.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ko.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ms.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_nb.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_nl_NL.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ok_PL.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_ok_SK.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_pl.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_pt_BR.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ro.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ru.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_sv.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_th.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_tr.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_uk.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_vi.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_zh_CN.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_zh_TW.properties +36 -3
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nl_NL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_PL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_SK.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pt_BR.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_vi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_CN.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_TW.ts +1 -1
- package/src/theme/components.tsx +28 -7
- package/dist/labs/VirtualizedAutocomplete.js +0 -134
- package/dist/labs/VirtualizedAutocomplete.js.map +0 -1
- package/dist/src/labs/VirtualizedAutocomplete.d.ts +0 -90
- package/dist/src/labs/VirtualizedAutocomplete.d.ts.map +0 -1
- package/src/labs/VirtualizedAutocomplete.tsx +0 -365
|
@@ -4,18 +4,51 @@ close.text = sluiten
|
|
|
4
4
|
fielderror.screenreader.text = Fout
|
|
5
5
|
fieldlabel.optional.text = Optioneel
|
|
6
6
|
fieldlabel.required.text = Vereist
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Filters wissen
|
|
8
|
+
filters.filter.any = Elke
|
|
9
|
+
filters.filter.clear = Filter wissen
|
|
10
|
+
filters.filters.arialabel = Filters
|
|
11
|
+
filters.menuitem.any = Elke {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} geselecteerd
|
|
13
|
+
filters.search.label = Zoeken
|
|
14
|
+
fileupload.button.text = Bestanden toevoegen
|
|
15
|
+
fileupload.prompt.text = Sleep bestanden hiernaartoe of klik om bestanden toe te voegen
|
|
16
|
+
fileupload.removefile.text = Bestand verwijderen
|
|
17
|
+
passwordfield.icon.label.hide = Wachtwoord verbergen
|
|
8
18
|
passwordfield.icon.label.hide = Wachtwoord verbergen
|
|
19
|
+
passwordfield.icon.label.show = Wachtwoord tonen
|
|
9
20
|
severity.error = fout
|
|
10
21
|
severity.info = info
|
|
11
22
|
severity.success = gelukt
|
|
12
23
|
severity.warning = waarschuwing
|
|
13
24
|
switch.active = Actief
|
|
14
25
|
switch.inactive = Inactief
|
|
26
|
+
table.actions = Acties
|
|
27
|
+
table.columnvisibility.arialabel = Kolommen tonen/verbergen
|
|
28
|
+
table.density.arialabel = Dichtheid tabel
|
|
29
|
+
table.draghandle.arialabel = Sleep een rij om te herordenen. Of druk op de spatiebalk of Enter-toets om het herordenen te starten en te stoppen en op de Esc-toets om te annuleren.
|
|
30
|
+
table.draghandle.tooltip = Sleep een rij of druk op de spatiebalk/Enter-toets om het herordenen te starten en te stoppen
|
|
31
|
+
table.actions = Acties
|
|
32
|
+
table.columnvisibility.arialabel = Kolommen tonen/verbergen
|
|
33
|
+
table.density.arialabel = Dichtheid tabel
|
|
34
|
+
table.draghandle.arialabel = Sleep een rij om te herordenen. Of druk op de spatiebalk of Enter-toets om het herordenen te starten en te stoppen en op de Esc-toets om te annuleren.
|
|
35
|
+
table.draghandle.tooltip = Sleep een rij of druk op de spatiebalk/Enter-toets om het herordenen te starten en te stoppen
|
|
15
36
|
table.error = Fout bij het laden van gegevens.
|
|
16
37
|
table.fetchedrows.text = {{totalRows}} rij opgehaald
|
|
17
38
|
table.fetchedrows.text_plural = In totaal {{totalRows}} rijen opgehaald
|
|
39
|
+
table.moreactions.arialabel = Meer acties
|
|
40
|
+
table.noresults.heading = Er zijn geen resultaten.
|
|
41
|
+
table.noresults.text = Probeer een andere query.
|
|
42
|
+
table.pagination.loadmore = Meer weergeven
|
|
43
|
+
table.pagination.next = Volgende pagina
|
|
44
|
+
table.pagination.previous = Vorige pagina
|
|
45
|
+
table.pagination.page = Pagina
|
|
46
|
+
table.pagination.rowsperpage = Rijen per pagina
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}-{{lastRow}} van {{totalRows}} rijen
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}-{{lastRow}} rijen
|
|
49
|
+
table.reorder.backward = Naar achteren sturen
|
|
50
|
+
table.reorder.forward = Naar voren brengen
|
|
51
|
+
table.reorder.toback = Naar achterzijde sturen
|
|
52
|
+
table.reorder.tofront = Naar voorzijde brengen
|
|
18
53
|
table.rows.text = {{totalRows}} rij
|
|
19
54
|
table.rows.text_plural = {{totalRows}} rijen
|
|
20
|
-
toast.close.text = sluiten
|
|
21
|
-
|
|
@@ -1,17 +1,48 @@
|
|
|
1
1
|
breadcrumbs.home.text = 》Ĥöɱé 한Ӝฐโ《
|
|
2
2
|
breadcrumbs.label.text = 》Ɓŕéåðçŕûɱƀš ئ䀕ヸ€홝한Ӝฐโ《
|
|
3
|
+
close.text = 》çļöšé 홝한Ӝฐโ《
|
|
3
4
|
fielderror.screenreader.text = 》Éŕŕöŕ 홝한Ӝฐโ《
|
|
4
5
|
fieldlabel.optional.text = 》Öþţîöñåļ 䀕ヸ€홝한Ӝฐโ《
|
|
5
6
|
fieldlabel.required.text = 》Ŕéǫûîŕéð 䀕ヸ€홝한Ӝฐโ《
|
|
6
|
-
|
|
7
|
+
filters.clear.label = 》Çļéåŕ ƒîļţéŕš ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
8
|
+
filters.filter.any = 》Åñý Ӝฐโ《
|
|
9
|
+
filters.filter.clear = 》Çļéåŕ ƒîļţéŕ ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
10
|
+
filters.filters.arialabel = 》Ƒîļţéŕš ヸ€홝한Ӝฐโ《
|
|
11
|
+
filters.menuitem.any = 》Åñý {{label}} ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
12
|
+
filters.menuitem.selected = 》{{selected}} šéļéçţéð Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
13
|
+
filters.search.label = 》Šéåŕçĥ €홝한Ӝฐโ《
|
|
14
|
+
fileupload.button.text = 》Åðð ƒîļéš ئ䀕ヸ€홝한Ӝฐโ《
|
|
15
|
+
fileupload.prompt.text = 》Ðŕåĝ åñð ðŕöþ ƒîļéš ĥéŕé öŕ çļîçķ ţö åðð ƒîļéš 䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
16
|
+
fileupload.removefile.text = 》Ŕéɱöṽé ƒîļé ئ䀕ヸ€홝한Ӝฐโ《
|
|
7
17
|
passwordfield.icon.label.hide = 》Ĥîðé þåššŵöŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
18
|
+
passwordfield.icon.label.show = 》Šĥöŵ þåššŵöŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
8
19
|
severity.error = 》éŕŕöŕ 홝한Ӝฐโ《
|
|
9
20
|
severity.info = 》îñƒö 한Ӝฐโ《
|
|
10
21
|
severity.success = 》šûççéšš ヸ€홝한Ӝฐโ《
|
|
11
22
|
severity.warning = 》ŵåŕñîñĝ ヸ€홝한Ӝฐโ《
|
|
23
|
+
switch.active = 》Åçţîṽé €홝한Ӝฐโ《
|
|
24
|
+
switch.inactive = 》Îñåçţîṽé 䀕ヸ€홝한Ӝฐโ《
|
|
25
|
+
table.actions = 》Åçţîöñš ヸ€홝한Ӝฐโ《
|
|
26
|
+
table.columnvisibility.arialabel = 》Šĥöŵ⁄ĥîðé çöļûɱñš 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
27
|
+
table.density.arialabel = 》Ţåƀļé ðéñšîţý ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
28
|
+
table.draghandle.arialabel = 》Ðŕåĝ ŕöŵ ţö ŕéöŕðéŕ· Öŕ، þŕéšš šþåçé öŕ éñţéŕ ţö šţåŕţ åñð šţöþ ŕéöŕðéŕîñĝ åñð éšç ţö çåñçéļ· ئ䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
29
|
+
table.draghandle.tooltip = 》Ðŕåĝ ŕöŵ öŕ þŕéšš šþåçé⁄éñţéŕ ķéý ţö šţåŕţ åñð šţöþ ŕéöŕðéŕîñĝ ئ䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
12
30
|
table.error = 》Éŕŕöŕ ļöåðîñĝ ðåţå· 홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
13
31
|
table.fetchedrows.text = 》Ƒéţçĥéð {{totalRows}} ŕöŵ 홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
14
32
|
table.fetchedrows.text_plural = 》Ƒéţçĥéð {{totalRows}} ţöţåļ ŕöŵš Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
33
|
+
table.moreactions.arialabel = 》Ṁöŕé åçţîöñš ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
34
|
+
table.noresults.heading = 》Ţĥéŕé åŕé ñö ŕéšûļţš· Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
35
|
+
table.noresults.text = 》Ţŕý å ðéŕéñţ ǫûéŕý· Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
36
|
+
table.pagination.loadmore = 》Šĥöŵ ɱöŕé ئ䀕ヸ€홝한Ӝฐโ《
|
|
37
|
+
table.pagination.next = 》Ñéẋţ þåĝé ئ䀕ヸ€홝한Ӝฐโ《
|
|
38
|
+
table.pagination.previous = 》Þŕéṽîöûš þåĝé ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
39
|
+
table.pagination.page = 》Þåĝé 한Ӝฐโ《
|
|
40
|
+
table.pagination.rowsperpage = 》Ŕöŵš þéŕ þåĝé ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
41
|
+
table.pagination.rowswithtotal = 》{{firstRow}}‐{{lastRow}} öƒ {{totalRows}} ŕöŵš 䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
42
|
+
table.pagination.rowswithouttotal = 》{{firstRow}}‐{{lastRow}} ŕöŵš ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
43
|
+
table.reorder.backward = 》Šéñð ƀåçķŵåŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
44
|
+
table.reorder.forward = 》Ɓŕîñĝ ƒöŕŵåŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
45
|
+
table.reorder.toback = 》Šéñð ţö ƀåçķ ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
46
|
+
table.reorder.tofront = 》Ɓŕîñĝ ţö ƒŕöñţ โ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
15
47
|
table.rows.text = 》{{totalRows}} ŕöŵ 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
16
48
|
table.rows.text_plural = 》{{totalRows}} ŕöŵš 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《
|
|
17
|
-
close.text = 》çļöšé 홝한Ӝฐโ《
|
|
@@ -1,17 +1,48 @@
|
|
|
1
1
|
breadcrumbs.home.text = [[odyssey:odyssey-react-mui: breadcrumbs.home.text]]
|
|
2
2
|
breadcrumbs.label.text = [[odyssey:odyssey-react-mui: breadcrumbs.label.text]]
|
|
3
|
+
close.text = [[odyssey:odyssey-react-mui: close.text]]
|
|
3
4
|
fielderror.screenreader.text = [[odyssey:odyssey-react-mui: fielderror.screenreader.text]]
|
|
4
5
|
fieldlabel.optional.text = [[odyssey:odyssey-react-mui: fieldlabel.optional.text]]
|
|
5
6
|
fieldlabel.required.text = [[odyssey:odyssey-react-mui: fieldlabel.required.text]]
|
|
6
|
-
|
|
7
|
+
filters.clear.label = [[odyssey:odyssey-react-mui: filters.clear.label]]
|
|
8
|
+
filters.filter.any = [[odyssey:odyssey-react-mui: filters.filter.any]]
|
|
9
|
+
filters.filter.clear = [[odyssey:odyssey-react-mui: filters.filter.clear]]
|
|
10
|
+
filters.filters.arialabel = [[odyssey:odyssey-react-mui: filters.filters.arialabel]]
|
|
11
|
+
filters.menuitem.any = [[odyssey:odyssey-react-mui: filters.menuitem.any]]
|
|
12
|
+
filters.menuitem.selected = [[odyssey:odyssey-react-mui: filters.menuitem.selected]]
|
|
13
|
+
filters.search.label = [[odyssey:odyssey-react-mui: filters.search.label]]
|
|
14
|
+
fileupload.button.text = [[odyssey:odyssey-react-mui: fileupload.button.text]]
|
|
15
|
+
fileupload.prompt.text = [[odyssey:odyssey-react-mui: fileupload.prompt.text]]
|
|
16
|
+
fileupload.removefile.text = [[odyssey:odyssey-react-mui: fileupload.removefile.text]]
|
|
7
17
|
passwordfield.icon.label.hide = [[odyssey:odyssey-react-mui: passwordfield.icon.label.hide]]
|
|
18
|
+
passwordfield.icon.label.show = [[odyssey:odyssey-react-mui: passwordfield.icon.label.show]]
|
|
8
19
|
severity.error = [[odyssey:odyssey-react-mui: severity.error]]
|
|
9
20
|
severity.info = [[odyssey:odyssey-react-mui: severity.info]]
|
|
10
21
|
severity.success = [[odyssey:odyssey-react-mui: severity.success]]
|
|
11
22
|
severity.warning = [[odyssey:odyssey-react-mui: severity.warning]]
|
|
23
|
+
switch.active = [[odyssey:odyssey-react-mui: switch.active]]
|
|
24
|
+
switch.inactive = [[odyssey:odyssey-react-mui: switch.inactive]]
|
|
25
|
+
table.actions = [[odyssey:odyssey-react-mui: table.actions]]
|
|
26
|
+
table.columnvisibility.arialabel = [[odyssey:odyssey-react-mui: table.columnvisibility.arialabel]]
|
|
27
|
+
table.density.arialabel = [[odyssey:odyssey-react-mui: table.density.arialabel]]
|
|
28
|
+
table.draghandle.arialabel = [[odyssey:odyssey-react-mui: table.draghandle.arialabel]]
|
|
29
|
+
table.draghandle.tooltip = [[odyssey:odyssey-react-mui: table.draghandle.tooltip]]
|
|
12
30
|
table.error = [[odyssey:odyssey-react-mui: table.error]]
|
|
13
31
|
table.fetchedrows.text = [[odyssey:odyssey-react-mui: table.fetchedrows.text]]
|
|
14
32
|
table.fetchedrows.text_plural = [[odyssey:odyssey-react-mui: table.fetchedrows.text_plural]]
|
|
33
|
+
table.moreactions.arialabel = [[odyssey:odyssey-react-mui: table.moreactions.arialabel]]
|
|
34
|
+
table.noresults.heading = [[odyssey:odyssey-react-mui: table.noresults.heading]]
|
|
35
|
+
table.noresults.text = [[odyssey:odyssey-react-mui: table.noresults.text]]
|
|
36
|
+
table.pagination.loadmore = [[odyssey:odyssey-react-mui: table.pagination.loadmore]]
|
|
37
|
+
table.pagination.next = [[odyssey:odyssey-react-mui: table.pagination.next]]
|
|
38
|
+
table.pagination.previous = [[odyssey:odyssey-react-mui: table.pagination.previous]]
|
|
39
|
+
table.pagination.page = [[odyssey:odyssey-react-mui: table.pagination.page]]
|
|
40
|
+
table.pagination.rowsperpage = [[odyssey:odyssey-react-mui: table.pagination.rowsperpage]]
|
|
41
|
+
table.pagination.rowswithtotal = [[odyssey:odyssey-react-mui: table.pagination.rowswithtotal]]
|
|
42
|
+
table.pagination.rowswithouttotal = [[odyssey:odyssey-react-mui: table.pagination.rowswithouttotal]]
|
|
43
|
+
table.reorder.backward = [[odyssey:odyssey-react-mui: table.reorder.backward]]
|
|
44
|
+
table.reorder.forward = [[odyssey:odyssey-react-mui: table.reorder.forward]]
|
|
45
|
+
table.reorder.toback = [[odyssey:odyssey-react-mui: table.reorder.toback]]
|
|
46
|
+
table.reorder.tofront = [[odyssey:odyssey-react-mui: table.reorder.tofront]]
|
|
15
47
|
table.rows.text = [[odyssey:odyssey-react-mui: table.rows.text]]
|
|
16
48
|
table.rows.text_plural = [[odyssey:odyssey-react-mui: table.rows.text_plural]]
|
|
17
|
-
close.text = [[odyssey:odyssey-react-mui: close.text]]
|
|
@@ -4,18 +4,51 @@ close.text = zamknij
|
|
|
4
4
|
fielderror.screenreader.text = B\u0142\u0105d
|
|
5
5
|
fieldlabel.optional.text = Opcjonalne
|
|
6
6
|
fieldlabel.required.text = Wymagane
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Wyczy\u015B\u0107 filtry
|
|
8
|
+
filters.filter.any = Dowolne
|
|
9
|
+
filters.filter.clear = Wyczy\u015B\u0107 filtr
|
|
10
|
+
filters.filters.arialabel = Filtry
|
|
11
|
+
filters.menuitem.any = Dowolne {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} wybrany
|
|
13
|
+
filters.search.label = Szukaj
|
|
14
|
+
fileupload.button.text = Dodaj pliki
|
|
15
|
+
fileupload.prompt.text = Przeci\u0105gnij i upu\u015B\u0107 pliki tutaj lub kliknij, aby doda\u0107 pliki
|
|
16
|
+
fileupload.removefile.text = Usu\u0144 plik
|
|
17
|
+
passwordfield.icon.label.hide = Ukryj has\u0142o
|
|
8
18
|
passwordfield.icon.label.hide = Ukryj has\u0142o
|
|
19
|
+
passwordfield.icon.label.show = Poka\u017C has\u0142o
|
|
9
20
|
severity.error = b\u0142\u0105d
|
|
10
21
|
severity.info = informacje
|
|
11
22
|
severity.success = powodzenie
|
|
12
23
|
severity.warning = ostrze\u017Cenie
|
|
13
24
|
switch.active = Aktywny
|
|
14
25
|
switch.inactive = Nieaktywny
|
|
26
|
+
table.actions = Akcje
|
|
27
|
+
table.columnvisibility.arialabel = Poka\u017C/ukryj kolumny
|
|
28
|
+
table.density.arialabel = G\u0119sto\u015B\u0107 tabelaryczna
|
|
29
|
+
table.draghandle.arialabel = Przeci\u0105gnij wiersz, aby zmieni\u0107 kolejno\u015B\u0107. Mo\u017Cesz te\u017C nacisn\u0105\u0107 klawisz spacji lub Enter, aby rozpocz\u0105\u0107 i zatrzyma\u0107 zmian\u0119 kolejno\u015Bci, lub nacisn\u0105\u0107 klawisz Esc, aby anulowa\u0107.
|
|
30
|
+
table.draghandle.tooltip = Przeci\u0105gnij wiersz lub naci\u015Bnij klawisz spacji/Enter, aby rozpocz\u0105\u0107 lub zatrzyma\u0107 zmian\u0119 kolejno\u015Bci
|
|
31
|
+
table.actions = Akcje
|
|
32
|
+
table.columnvisibility.arialabel = Poka\u017C/ukryj kolumny
|
|
33
|
+
table.density.arialabel = G\u0119sto\u015B\u0107 tabelaryczna
|
|
34
|
+
table.draghandle.arialabel = Przeci\u0105gnij wiersz, aby zmieni\u0107 kolejno\u015B\u0107. Mo\u017Cesz te\u017C nacisn\u0105\u0107 klawisz spacji lub Enter, aby rozpocz\u0105\u0107 i zatrzyma\u0107 zmian\u0119 kolejno\u015Bci, lub nacisn\u0105\u0107 klawisz Esc, aby anulowa\u0107.
|
|
35
|
+
table.draghandle.tooltip = Przeci\u0105gnij wiersz lub naci\u015Bnij klawisz spacji/Enter, aby rozpocz\u0105\u0107 lub zatrzyma\u0107 zmian\u0119 kolejno\u015Bci
|
|
15
36
|
table.error = B\u0142\u0119dne dane logowania.
|
|
16
37
|
table.fetchedrows.text = Pobrano {{totalRows}} wiersz
|
|
17
38
|
table.fetchedrows.text_plural = Pobrano \u0142\u0105cznie {{totalRows}} wierszy
|
|
39
|
+
table.moreactions.arialabel = Wi\u0119cej akcji
|
|
40
|
+
table.noresults.heading = Brak wynik\u00F3w.
|
|
41
|
+
table.noresults.text = Wypr\u00F3buj inne zapytanie.
|
|
42
|
+
table.pagination.loadmore = Poka\u017C wi\u0119cej
|
|
43
|
+
table.pagination.next = Nast\u0119pna strona
|
|
44
|
+
table.pagination.previous = Poprzednia strona
|
|
45
|
+
table.pagination.page = Strona
|
|
46
|
+
table.pagination.rowsperpage = Wierszy na stron\u0119
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}-{{lastRow}} z {{totalRows}} wierszy
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}-{{lastRow}} wiersze
|
|
49
|
+
table.reorder.backward = Wy\u015Blij wstecz
|
|
50
|
+
table.reorder.forward = Przenie\u015B naprz\u00F3d
|
|
51
|
+
table.reorder.toback = Wy\u015Blij do ty\u0142u
|
|
52
|
+
table.reorder.tofront = Przenie\u015B do przodu
|
|
18
53
|
table.rows.text = {{totalRows}} wiersz
|
|
19
54
|
table.rows.text_plural = {{totalRows}} wiersze
|
|
20
|
-
toast.close.text = zamknij
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = fechar
|
|
|
4
4
|
fielderror.screenreader.text = Erro
|
|
5
5
|
fieldlabel.optional.text = Opcional
|
|
6
6
|
fieldlabel.required.text = Obrigat\u00F3rio
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Limpar filtros
|
|
8
|
+
filters.filter.any = Qualquer
|
|
9
|
+
filters.filter.clear = Limpar filtro
|
|
10
|
+
filters.filters.arialabel = Filtros
|
|
11
|
+
filters.menuitem.any = Qualquer {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} selecionado
|
|
13
|
+
filters.search.label = Pesquisar
|
|
14
|
+
fileupload.button.text = Adicionar arquivos
|
|
15
|
+
fileupload.prompt.text = Arraste e solte arquivos aqui ou clique para adicionar arquivos
|
|
16
|
+
fileupload.removefile.text = Remover arquivo
|
|
17
|
+
passwordfield.icon.label.hide = Ocultar senha
|
|
8
18
|
passwordfield.icon.label.hide = Ocultar senha
|
|
19
|
+
passwordfield.icon.label.show = Mostrar senha
|
|
9
20
|
severity.error = erro
|
|
10
21
|
severity.info = informa\u00E7\u00F5es
|
|
11
22
|
severity.success = sucesso
|
|
12
23
|
severity.warning = aten\u00E7\u00E3o
|
|
13
24
|
switch.active = Ativo
|
|
14
25
|
switch.inactive = Inativo
|
|
26
|
+
table.actions = A\u00E7\u00F5es
|
|
27
|
+
table.columnvisibility.arialabel = Mostrar/ocultar colunas
|
|
28
|
+
table.density.arialabel = Densidade da tabela
|
|
29
|
+
table.draghandle.arialabel = Arraste a linha para reorden\u00E1-la. Ou pressione a barra de espa\u00E7o ou a tecla ENTER para iniciar ou interromper o reordenamento e ESC para cancel\u00E1-lo.
|
|
30
|
+
table.draghandle.tooltip = Arraste a linha ou pressione a barra de espa\u00E7o/tecla ENTER para iniciar ou interromper o reordenamento
|
|
31
|
+
table.actions = A\u00E7\u00F5es
|
|
32
|
+
table.columnvisibility.arialabel = Mostrar/ocultar colunas
|
|
33
|
+
table.density.arialabel = Densidade da tabela
|
|
34
|
+
table.draghandle.arialabel = Arraste a linha para reorden\u00E1-la. Ou pressione a barra de espa\u00E7o ou a tecla ENTER para iniciar ou interromper o reordenamento e ESC para cancel\u00E1-lo.
|
|
35
|
+
table.draghandle.tooltip = Arraste a linha ou pressione a barra de espa\u00E7o/tecla ENTER para iniciar ou interromper o reordenamento
|
|
15
36
|
table.error = Erro ao carregar os dados.
|
|
16
37
|
table.fetchedrows.text = {{totalRows}} linha buscada
|
|
17
38
|
table.fetchedrows.text_plural = {{totalRows}} linhas buscadas no total
|
|
39
|
+
table.moreactions.arialabel = Mais a\u00E7\u00F5es
|
|
40
|
+
table.noresults.heading = N\u00E3o h\u00E1 resultados.
|
|
41
|
+
table.noresults.text = Tente uma consulta diferente.
|
|
42
|
+
table.pagination.loadmore = Mostrar mais
|
|
43
|
+
table.pagination.next = Pr\u00F3xima p\u00E1gina
|
|
44
|
+
table.pagination.previous = P\u00E1gina anterior
|
|
45
|
+
table.pagination.page = P\u00E1gina
|
|
46
|
+
table.pagination.rowsperpage = Linhas por p\u00E1gina
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}\u2013{{lastRow}} de {{totalRows}} linhas
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}\u2013{{lastRow}} linhas
|
|
49
|
+
table.reorder.backward = Mover para tr\u00E1s
|
|
50
|
+
table.reorder.forward = Mover para a frente
|
|
51
|
+
table.reorder.toback = Mover para \u00FAltima posi\u00E7\u00E3o
|
|
52
|
+
table.reorder.tofront = Mover para primeira posi\u00E7\u00E3o
|
|
18
53
|
table.rows.text = {{totalRows}} linha
|
|
19
54
|
table.rows.text_plural = {{totalRows}} linhas
|
|
20
|
-
toast.close.text = fechar
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = \u00EEnchide\u021Bi
|
|
|
4
4
|
fielderror.screenreader.text = Eroare
|
|
5
5
|
fieldlabel.optional.text = Op\u021Bional
|
|
6
6
|
fieldlabel.required.text = Necesar
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Goli\u021Bi filtrele
|
|
8
|
+
filters.filter.any = Orice
|
|
9
|
+
filters.filter.clear = Goli\u021Bi filtrul
|
|
10
|
+
filters.filters.arialabel = Filtre
|
|
11
|
+
filters.menuitem.any = Orice {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} selectat
|
|
13
|
+
filters.search.label = C\u0103uta\u021Bi
|
|
14
|
+
fileupload.button.text = Ad\u0103uga\u021Bi fi\u0219iere
|
|
15
|
+
fileupload.prompt.text = Trage\u021Bi \u0219i plasa\u021Bi fi\u0219ierele aici sau da\u021Bi clic pentru a ad\u0103uga fi\u0219iere
|
|
16
|
+
fileupload.removefile.text = Elimina\u021Bi fi\u0219ierul
|
|
17
|
+
passwordfield.icon.label.hide = Ascunde\u021Bi parola
|
|
8
18
|
passwordfield.icon.label.hide = Ascunde\u021Bi parola
|
|
19
|
+
passwordfield.icon.label.show = Afi\u0219a\u021Bi parola
|
|
9
20
|
severity.error = eroare
|
|
10
21
|
severity.info = informa\u021Bii
|
|
11
22
|
severity.success = succes
|
|
12
23
|
severity.warning = avertisment
|
|
13
24
|
switch.active = Activ
|
|
14
25
|
switch.inactive = Inactiv
|
|
26
|
+
table.actions = Ac\u021Biuni
|
|
27
|
+
table.columnvisibility.arialabel = Afi\u0219a\u021Bi/ascunde\u021Bi coloane
|
|
28
|
+
table.density.arialabel = Densitate tabel
|
|
29
|
+
table.draghandle.arialabel = Trage\u021Bi r\u00E2ndul pentru a reordona. Sau ap\u0103sa\u021Bi spa\u021Biu sau Enter pentru a \u00EEncepe \u0219i a termina reordonarea \u0219i ap\u0103sa\u021Bi Esc pentru a anula.
|
|
30
|
+
table.draghandle.tooltip = Trage\u021Bi r\u00E2ndul sau ap\u0103sa\u021Bi tasta spa\u021Biu/Enter pentru a \u00EEncepe \u0219i a termina reordonarea
|
|
31
|
+
table.actions = Ac\u021Biuni
|
|
32
|
+
table.columnvisibility.arialabel = Afi\u0219a\u021Bi/ascunde\u021Bi coloane
|
|
33
|
+
table.density.arialabel = Densitate tabel
|
|
34
|
+
table.draghandle.arialabel = Trage\u021Bi r\u00E2ndul pentru a reordona. Sau ap\u0103sa\u021Bi spa\u021Biu sau Enter pentru a \u00EEncepe \u0219i a termina reordonarea \u0219i ap\u0103sa\u021Bi Esc pentru a anula.
|
|
35
|
+
table.draghandle.tooltip = Trage\u021Bi r\u00E2ndul sau ap\u0103sa\u021Bi tasta spa\u021Biu/Enter pentru a \u00EEncepe \u0219i a termina reordonarea
|
|
15
36
|
table.error = Eroare la \u00EEnc\u0103rcarea datelor.
|
|
16
37
|
table.fetchedrows.text = S-a preluat {{totalRows}} \u00EEnregistrare
|
|
17
38
|
table.fetchedrows.text_plural = S-au preluat \u00EEn total {{totalRows}} \u00EEnregistr\u0103ri
|
|
39
|
+
table.moreactions.arialabel = Mai multe ac\u021Biuni
|
|
40
|
+
table.noresults.heading = Nu exist\u0103 rezultate.
|
|
41
|
+
table.noresults.text = \u00CEncerca\u021Bi o alt\u0103 interogare.
|
|
42
|
+
table.pagination.loadmore = Afi\u0219a\u021Bi mai multe
|
|
43
|
+
table.pagination.next = Pagina urm\u0103toare
|
|
44
|
+
table.pagination.previous = Pagina anterioar\u0103
|
|
45
|
+
table.pagination.page = Pagina
|
|
46
|
+
table.pagination.rowsperpage = R\u00E2nduri pe pagin\u0103
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}-{{lastRow}} din {{totalRows}} r\u00E2nduri
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}-{{lastRow}} r\u00E2nduri
|
|
49
|
+
table.reorder.backward = Trimite\u021Bi un pas \u00EEn spate
|
|
50
|
+
table.reorder.forward = Aduce\u021Bi un pas \u00EEn fa\u021B\u0103
|
|
51
|
+
table.reorder.toback = Trimite\u021Bi complet \u00EEn spate
|
|
52
|
+
table.reorder.tofront = Aduce\u021Bi complet \u00EEn fa\u021B\u0103
|
|
18
53
|
table.rows.text = {{totalRows}} \u00EEnregistrare
|
|
19
54
|
table.rows.text_plural = {{totalRows}} \u00EEnregistr\u0103ri
|
|
20
|
-
toast.close.text = \u00EEnchide\u021Bi
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = \u0437\u0430\u043A\u0440\u044B\u0442\u044C
|
|
|
4
4
|
fielderror.screenreader.text = \u041E\u0448\u0438\u0431\u043A\u0430
|
|
5
5
|
fieldlabel.optional.text = \u041D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E
|
|
6
6
|
fieldlabel.required.text = \u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E
|
|
7
|
-
|
|
7
|
+
filters.clear.label = \u0423\u0431\u0440\u0430\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B
|
|
8
|
+
filters.filter.any = \u041B\u044E\u0431\u044B\u0435
|
|
9
|
+
filters.filter.clear = \u0423\u0431\u0440\u0430\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440
|
|
10
|
+
filters.filters.arialabel = \u0424\u0438\u043B\u044C\u0442\u0440\u044B
|
|
11
|
+
filters.menuitem.any = \u041B\u044E\u0431\u044B\u0435 {{label}}
|
|
12
|
+
filters.menuitem.selected = \u0412\u044B\u0431\u0440\u0430\u043D\u043E: {{selected}}
|
|
13
|
+
filters.search.label = \u041F\u043E\u0438\u0441\u043A
|
|
14
|
+
fileupload.button.text = \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B
|
|
15
|
+
fileupload.prompt.text = \u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B\u044B \u0441\u044E\u0434\u0430 \u0438\u043B\u0438 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0438\u0445 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F
|
|
16
|
+
fileupload.removefile.text = \u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0444\u0430\u0439\u043B
|
|
17
|
+
passwordfield.icon.label.hide = \u0421\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C
|
|
8
18
|
passwordfield.icon.label.hide = \u0421\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C
|
|
19
|
+
passwordfield.icon.label.show = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C
|
|
9
20
|
severity.error = \u043E\u0448\u0438\u0431\u043A\u0430
|
|
10
21
|
severity.info = \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
11
22
|
severity.success = \u0443\u0441\u043F\u0435\u0448\u043D\u043E
|
|
12
23
|
severity.warning = \u043F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
|
|
13
24
|
switch.active = \u0410\u043A\u0442\u0438\u0432\u043D\u043E
|
|
14
25
|
switch.inactive = \u041D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u043E
|
|
26
|
+
table.actions = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
27
|
+
table.columnvisibility.arialabel = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u043E\u043B\u0431\u0446\u044B
|
|
28
|
+
table.density.arialabel = \u041F\u043B\u043E\u0442\u043D\u043E\u0441\u0442\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u044B
|
|
29
|
+
table.draghandle.arialabel = \u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u0442\u0440\u043E\u043A\u0443 \u0432 \u043D\u0443\u0436\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E. \u0427\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C/\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u044F\u0434\u043A\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u00AB\u041F\u0440\u043E\u0431\u0435\u043B\u00BB/\u00AB\u0412\u0432\u043E\u0434\u00BB. \u0414\u043B\u044F \u043E\u0442\u043C\u0435\u043D\u044B \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u00ABEsc\u00BB.
|
|
30
|
+
table.draghandle.tooltip = \u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u0442\u0440\u043E\u043A\u0443 \u0438\u043B\u0438 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u00AB\u041F\u0440\u043E\u0431\u0435\u043B\u00BB/\u00AB\u0412\u0432\u043E\u0434\u00BB, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C/\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u044F\u0434\u043A\u0430
|
|
31
|
+
table.actions = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
32
|
+
table.columnvisibility.arialabel = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u043E\u043B\u0431\u0446\u044B
|
|
33
|
+
table.density.arialabel = \u041F\u043B\u043E\u0442\u043D\u043E\u0441\u0442\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u044B
|
|
34
|
+
table.draghandle.arialabel = \u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u0442\u0440\u043E\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0440\u044F\u0434\u043E\u043A. \u0427\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C/\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u044F\u0434\u043A\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u00AB\u041F\u0440\u043E\u0431\u0435\u043B\u00BB/\u00AB\u0412\u0432\u043E\u0434\u00BB. \u0414\u043B\u044F \u043E\u0442\u043C\u0435\u043D\u044B \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u00ABEsc\u00BB.
|
|
35
|
+
table.draghandle.tooltip = \u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u0442\u0440\u043E\u043A\u0443 \u0438\u043B\u0438 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u00AB\u041F\u0440\u043E\u0431\u0435\u043B\u00BB/\u00AB\u0412\u0432\u043E\u0434\u00BB, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C/\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u044F\u0434\u043A\u0430
|
|
15
36
|
table.error = \u041E\u0448\u0438\u0431\u043A\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445.
|
|
16
37
|
table.fetchedrows.text = \u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0430 {{totalRows}}\u00A0\u0441\u0442\u0440\u043E\u043A\u0430
|
|
17
38
|
table.fetchedrows.text_plural = \u041F\u043E\u043B\u0443\u0447\u0435\u043D\u043E \u0432\u0441\u0435\u0433\u043E \u0441\u0442\u0440\u043E\u043A: {{totalRows}}
|
|
39
|
+
table.moreactions.arialabel = \u0414\u0440\u0443\u0433\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
40
|
+
table.noresults.heading = \u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432.
|
|
41
|
+
table.noresults.text = \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u0438\u0441\u043A\u043E\u0432\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441.
|
|
42
|
+
table.pagination.loadmore = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438
|
|
43
|
+
table.pagination.next = \u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0430\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
44
|
+
table.pagination.previous = \u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0430\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
45
|
+
table.pagination.page = \u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
46
|
+
table.pagination.rowsperpage = \u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0442\u0440\u043E\u043A \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443
|
|
47
|
+
table.pagination.rowswithtotal = \u0421\u0442\u0440\u043E\u043A\u0438 {{firstRow}}\u2014{{lastRow}} \u0438\u0437 {{totalRows}}
|
|
48
|
+
table.pagination.rowswithouttotal = \u0421\u0442\u0440\u043E\u043A\u0438 {{firstRow}}\u2014{{lastRow}}
|
|
49
|
+
table.reorder.backward = \u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043D\u0430\u0437\u0430\u0434
|
|
50
|
+
table.reorder.forward = \u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043F\u0435\u0440\u0435\u0434
|
|
51
|
+
table.reorder.toback = \u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432 \u043A\u043E\u043D\u0435\u0446
|
|
52
|
+
table.reorder.tofront = \u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432 \u043D\u0430\u0447\u0430\u043B\u043E
|
|
18
53
|
table.rows.text = {{totalRows}}\u00A0\u0441\u0442\u0440\u043E\u043A\u0430
|
|
19
54
|
table.rows.text_plural = \u0421\u0442\u0440\u043E\u043A\u0438: {{totalRows}}
|
|
20
|
-
toast.close.text = \u0437\u0430\u043A\u0440\u044B\u0442\u044C
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = st\u00E4ng
|
|
|
4
4
|
fielderror.screenreader.text = Fel
|
|
5
5
|
fieldlabel.optional.text = Valbar
|
|
6
6
|
fieldlabel.required.text = Kr\u00E4vs
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Rensa filter
|
|
8
|
+
filters.filter.any = Valfri
|
|
9
|
+
filters.filter.clear = Rensa filter
|
|
10
|
+
filters.filters.arialabel = Filter
|
|
11
|
+
filters.menuitem.any = Valfri {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} vald
|
|
13
|
+
filters.search.label = S\u00F6k
|
|
14
|
+
fileupload.button.text = L\u00E4gg till filer
|
|
15
|
+
fileupload.prompt.text = Dra och sl\u00E4pp filer h\u00E4r eller klicka f\u00F6r att l\u00E4gga till filer
|
|
16
|
+
fileupload.removefile.text = Ta bort fil
|
|
17
|
+
passwordfield.icon.label.hide = D\u00F6lj l\u00F6senord
|
|
8
18
|
passwordfield.icon.label.hide = D\u00F6lj l\u00F6senord
|
|
19
|
+
passwordfield.icon.label.show = Visa l\u00F6senord
|
|
9
20
|
severity.error = fel
|
|
10
21
|
severity.info = info
|
|
11
22
|
severity.success = klart
|
|
12
23
|
severity.warning = varning
|
|
13
24
|
switch.active = Aktiv
|
|
14
25
|
switch.inactive = Inaktiv
|
|
26
|
+
table.actions = \u00C5tg\u00E4rder
|
|
27
|
+
table.columnvisibility.arialabel = Visa/d\u00F6lj kolumner
|
|
28
|
+
table.density.arialabel = Tabelldensitet
|
|
29
|
+
table.draghandle.arialabel = Dra rad f\u00F6r att omordna. Eller tryck p\u00E5 mellanslagstangenten eller enter f\u00F6r att starta och stoppa omordningen och esc f\u00F6r att avbryta.
|
|
30
|
+
table.draghandle.tooltip = Dra raden eller tryck p\u00E5 mellanslagstangenten/enter f\u00F6r att starta och stoppa omordningen
|
|
31
|
+
table.actions = \u00C5tg\u00E4rder
|
|
32
|
+
table.columnvisibility.arialabel = Visa/d\u00F6lj kolumner
|
|
33
|
+
table.density.arialabel = Tabelldensitet
|
|
34
|
+
table.draghandle.arialabel = Dra rad f\u00F6r att omordna. Eller tryck p\u00E5 mellanslagstangenten eller enter f\u00F6r att starta och stoppa omordningen och esc f\u00F6r att avbryta.
|
|
35
|
+
table.draghandle.tooltip = Dra raden eller tryck p\u00E5 mellanslagstangenten/enter f\u00F6r att starta och stoppa omordningen
|
|
15
36
|
table.error = Problem med att ladda data.
|
|
16
37
|
table.fetchedrows.text = H\u00E4mtad {{totalRows}}-rad
|
|
17
38
|
table.fetchedrows.text_plural = H\u00E4mtat totalt {{totalRows}} rader
|
|
39
|
+
table.moreactions.arialabel = Fler \u00E5tg\u00E4rder
|
|
40
|
+
table.noresults.heading = Det finns inga resultat.
|
|
41
|
+
table.noresults.text = Prova en annan s\u00F6kfr\u00E5ga.
|
|
42
|
+
table.pagination.loadmore = Visa mer
|
|
43
|
+
table.pagination.next = N\u00E4sta sida
|
|
44
|
+
table.pagination.previous = F\u00F6reg\u00E5ende sida
|
|
45
|
+
table.pagination.page = Sida
|
|
46
|
+
table.pagination.rowsperpage = Rader per sida
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}\u2013{{lastRow}} av {{totalRows}} rader
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}\u2013{{lastRow}} rader
|
|
49
|
+
table.reorder.backward = Skicka bak\u00E5t
|
|
50
|
+
table.reorder.forward = Ta fram
|
|
51
|
+
table.reorder.toback = Skicka bak
|
|
52
|
+
table.reorder.tofront = L\u00E4gg l\u00E4ngst fram
|
|
18
53
|
table.rows.text = {{totalRows}} rad
|
|
19
54
|
table.rows.text_plural = {{totalRows}} rader
|
|
20
|
-
toast.close.text = st\u00E4ng
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = \u0E1B\u0E34\u0E14
|
|
|
4
4
|
fielderror.screenreader.text = \u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14
|
|
5
5
|
fieldlabel.optional.text = \u0E44\u0E21\u0E48\u0E1A\u0E31\u0E07\u0E04\u0E31\u0E1A
|
|
6
6
|
fieldlabel.required.text = \u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19
|
|
7
|
-
|
|
7
|
+
filters.clear.label = \u0E25\u0E49\u0E32\u0E07\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07
|
|
8
|
+
filters.filter.any = \u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
9
|
+
filters.filter.clear = \u0E25\u0E49\u0E32\u0E07\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07
|
|
10
|
+
filters.filters.arialabel = \u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07
|
|
11
|
+
filters.menuitem.any = {{label}} \u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
12
|
+
filters.menuitem.selected = \u0E40\u0E25\u0E37\u0E2D\u0E01 {{selected}} \u0E41\u0E25\u0E49\u0E27
|
|
13
|
+
filters.search.label = \u0E04\u0E49\u0E19\u0E2B\u0E32
|
|
14
|
+
fileupload.button.text = \u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1F\u0E25\u0E4C
|
|
15
|
+
fileupload.prompt.text = \u0E25\u0E32\u0E01\u0E41\u0E25\u0E49\u0E27\u0E1B\u0E25\u0E48\u0E2D\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48 \u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1F\u0E25\u0E4C
|
|
16
|
+
fileupload.removefile.text = \u0E19\u0E33\u0E44\u0E1F\u0E25\u0E4C\u0E2D\u0E2D\u0E01
|
|
17
|
+
passwordfield.icon.label.hide = \u0E0B\u0E48\u0E2D\u0E19\u0E23\u0E2B\u0E31\u0E2A\u0E1C\u0E48\u0E32\u0E19
|
|
8
18
|
passwordfield.icon.label.hide = \u0E0B\u0E48\u0E2D\u0E19\u0E23\u0E2B\u0E31\u0E2A\u0E1C\u0E48\u0E32\u0E19
|
|
19
|
+
passwordfield.icon.label.show = \u0E41\u0E2A\u0E14\u0E07\u0E23\u0E2B\u0E31\u0E2A\u0E1C\u0E48\u0E32\u0E19
|
|
9
20
|
severity.error = \u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14
|
|
10
21
|
severity.info = \u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
11
22
|
severity.success = \u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08
|
|
12
23
|
severity.warning = \u0E04\u0E33\u0E40\u0E15\u0E37\u0E2D\u0E19
|
|
13
24
|
switch.active = \u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48
|
|
14
25
|
switch.inactive = \u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
|
|
26
|
+
table.actions = \u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
27
|
+
table.columnvisibility.arialabel = \u0E41\u0E2A\u0E14\u0E07/\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C
|
|
28
|
+
table.density.arialabel = \u0E04\u0E27\u0E32\u0E21\u0E2B\u0E19\u0E32\u0E41\u0E19\u0E48\u0E19\u0E02\u0E2D\u0E07\u0E15\u0E32\u0E23\u0E32\u0E07
|
|
29
|
+
table.draghandle.arialabel = \u0E25\u0E32\u0E01\u0E41\u0E16\u0E27\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E14 Space \u0E2B\u0E23\u0E37\u0E2D Enter \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E41\u0E25\u0E30\u0E2B\u0E22\u0E38\u0E14\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E41\u0E25\u0E30\u0E01\u0E14 Esc \u0E40\u0E1E\u0E34\u0E49\u0E2D\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
|
|
30
|
+
table.draghandle.tooltip = \u0E25\u0E32\u0E01\u0E41\u0E16\u0E27\u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E14\u0E41\u0E1B\u0E49\u0E19 Space/Enter \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E41\u0E25\u0E30\u0E2B\u0E22\u0E38\u0E14\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48
|
|
31
|
+
table.actions = \u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
32
|
+
table.columnvisibility.arialabel = \u0E41\u0E2A\u0E14\u0E07/\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C
|
|
33
|
+
table.density.arialabel = \u0E04\u0E27\u0E32\u0E21\u0E2B\u0E19\u0E32\u0E41\u0E19\u0E48\u0E19\u0E02\u0E2D\u0E07\u0E15\u0E32\u0E23\u0E32\u0E07
|
|
34
|
+
table.draghandle.arialabel = \u0E25\u0E32\u0E01\u0E41\u0E16\u0E27\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E14 Space \u0E2B\u0E23\u0E37\u0E2D Enter \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E41\u0E25\u0E30\u0E2B\u0E22\u0E38\u0E14\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E41\u0E25\u0E30\u0E01\u0E14 Esc \u0E40\u0E1E\u0E34\u0E49\u0E2D\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
|
|
35
|
+
table.draghandle.tooltip = \u0E25\u0E32\u0E01\u0E41\u0E16\u0E27\u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E14\u0E41\u0E1B\u0E49\u0E19 Space/Enter \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E41\u0E25\u0E30\u0E2B\u0E22\u0E38\u0E14\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E43\u0E2B\u0E21\u0E48
|
|
15
36
|
table.error = \u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E43\u0E19\u0E01\u0E32\u0E23\u0E42\u0E2B\u0E25\u0E14\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
16
37
|
table.fetchedrows.text = \u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E41\u0E25\u0E49\u0E27 {{totalRows}} \u0E41\u0E16\u0E27
|
|
17
38
|
table.fetchedrows.text_plural = \u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E41\u0E25\u0E49\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 {{totalRows}} \u0E41\u0E16\u0E27
|
|
39
|
+
table.moreactions.arialabel = \u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21
|
|
40
|
+
table.noresults.heading = \u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C
|
|
41
|
+
table.noresults.text = \u0E25\u0E2D\u0E07\u0E43\u0E0A\u0E49\u0E04\u0E34\u0E27\u0E23\u0E35\u0E2D\u0E37\u0E48\u0E19
|
|
42
|
+
table.pagination.loadmore = \u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21
|
|
43
|
+
table.pagination.next = \u0E2B\u0E19\u0E49\u0E32\u0E16\u0E31\u0E14\u0E44\u0E1B
|
|
44
|
+
table.pagination.previous = \u0E2B\u0E19\u0E49\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32
|
|
45
|
+
table.pagination.page = \u0E2B\u0E19\u0E49\u0E32
|
|
46
|
+
table.pagination.rowsperpage = \u0E41\u0E16\u0E27\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}-{{lastRow}} \u0E08\u0E32\u0E01 {{totalRows}} \u0E41\u0E16\u0E27
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}-{{lastRow}} \u0E41\u0E16\u0E27
|
|
49
|
+
table.reorder.backward = \u0E2A\u0E48\u0E07\u0E44\u0E1B\u0E14\u0E49\u0E32\u0E19\u0E2B\u0E25\u0E31\u0E07
|
|
50
|
+
table.reorder.forward = \u0E19\u0E33\u0E21\u0E32\u0E14\u0E49\u0E32\u0E19\u0E2B\u0E19\u0E49\u0E32
|
|
51
|
+
table.reorder.toback = \u0E2A\u0E48\u0E07\u0E44\u0E1B\u0E2D\u0E22\u0E39\u0E48\u0E14\u0E49\u0E32\u0E19\u0E2B\u0E25\u0E31\u0E07
|
|
52
|
+
table.reorder.tofront = \u0E19\u0E33\u0E44\u0E1B\u0E44\u0E27\u0E49\u0E14\u0E49\u0E32\u0E19\u0E2B\u0E19\u0E49\u0E32
|
|
18
53
|
table.rows.text = {{totalRows}} \u0E41\u0E16\u0E27
|
|
19
54
|
table.rows.text_plural = {{totalRows}} \u0E41\u0E16\u0E27
|
|
20
|
-
toast.close.text = \u0E1B\u0E34\u0E14
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = kapat
|
|
|
4
4
|
fielderror.screenreader.text = Hata
|
|
5
5
|
fieldlabel.optional.text = \u0130ste\u011Fe Ba\u011Fl\u0131
|
|
6
6
|
fieldlabel.required.text = Gerekli
|
|
7
|
-
|
|
7
|
+
filters.clear.label = Filtreleri temizle
|
|
8
|
+
filters.filter.any = Herhangi
|
|
9
|
+
filters.filter.clear = Filtreyi temizle
|
|
10
|
+
filters.filters.arialabel = Filtreler
|
|
11
|
+
filters.menuitem.any = Herhangi bir {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} se\u00E7ildi
|
|
13
|
+
filters.search.label = Ara
|
|
14
|
+
fileupload.button.text = Dosya ekle
|
|
15
|
+
fileupload.prompt.text = Dosyalar\u0131 buraya s\u00FCr\u00FCkleyip b\u0131rak\u0131n ya da dosya eklemek i\u00E7in t\u0131klay\u0131n
|
|
16
|
+
fileupload.removefile.text = Dosyay\u0131 kald\u0131r
|
|
17
|
+
passwordfield.icon.label.hide = \u015Eifreyi gizleyin
|
|
8
18
|
passwordfield.icon.label.hide = \u015Eifreyi gizleyin
|
|
19
|
+
passwordfield.icon.label.show = \u015Eifreyi g\u00F6sterin
|
|
9
20
|
severity.error = hata
|
|
10
21
|
severity.info = bilgi
|
|
11
22
|
severity.success = ba\u015Far\u0131l\u0131
|
|
12
23
|
severity.warning = uyar\u0131
|
|
13
24
|
switch.active = Aktif
|
|
14
25
|
switch.inactive = \u0130naktif
|
|
26
|
+
table.actions = Eylemler
|
|
27
|
+
table.columnvisibility.arialabel = S\u00FCtunlar\u0131 g\u00F6ster/gizle
|
|
28
|
+
table.density.arialabel = Tablo yo\u011Funlu\u011Fu
|
|
29
|
+
table.draghandle.arialabel = Yeniden s\u0131ralamak i\u00E7in sat\u0131r\u0131 s\u00FCr\u00FCkleyin. \u0130sterseniz yeniden s\u0131ralamay\u0131 ba\u015Flatmak ve durdurmak i\u00E7in bo\u015Fluk veya enter tu\u015Funa, iptal etmek i\u00E7in ise esc tu\u015Funa bas\u0131n.
|
|
30
|
+
table.draghandle.tooltip = Yeniden s\u0131ralamay\u0131 ba\u015Flatmak ve durdurmak i\u00E7in sat\u0131r\u0131 s\u00FCr\u00FCkleyin veya bo\u015Fluk/giri\u015F tu\u015Funa bas\u0131n
|
|
31
|
+
table.actions = Eylemler
|
|
32
|
+
table.columnvisibility.arialabel = S\u00FCtunlar\u0131 g\u00F6ster/gizle
|
|
33
|
+
table.density.arialabel = Tablo yo\u011Funlu\u011Fu
|
|
34
|
+
table.draghandle.arialabel = Yeniden s\u0131ralamak i\u00E7in sat\u0131r\u0131 s\u00FCr\u00FCkleyin. \u0130sterseniz yeniden s\u0131ralamay\u0131 ba\u015Flatmak ve durdurmak i\u00E7in bo\u015Fluk veya enter tu\u015Funa, iptal etmek i\u00E7in ise esc tu\u015Funa bas\u0131n.
|
|
35
|
+
table.draghandle.tooltip = Yeniden s\u0131ralamay\u0131 ba\u015Flatmak ve durdurmak i\u00E7in sat\u0131r\u0131 s\u00FCr\u00FCkleyin veya bo\u015Fluk/giri\u015F tu\u015Funa bas\u0131n
|
|
15
36
|
table.error = Veriler y\u00FCklenirken hata olu\u015Ftu.
|
|
16
37
|
table.fetchedrows.text = {{totalRows}} sat\u0131r al\u0131nd\u0131
|
|
17
38
|
table.fetchedrows.text_plural = Toplam {{totalRows}} sat\u0131r al\u0131nd\u0131
|
|
39
|
+
table.moreactions.arialabel = Daha fazla eylem
|
|
40
|
+
table.noresults.heading = Hi\u00E7 sonu\u00E7 yok.
|
|
41
|
+
table.noresults.text = Farkl\u0131 bir sorgu deneyin.
|
|
42
|
+
table.pagination.loadmore = Daha fazla g\u00F6ster
|
|
43
|
+
table.pagination.next = Sonraki sayfa
|
|
44
|
+
table.pagination.previous = \u00D6nceki sayfa
|
|
45
|
+
table.pagination.page = Sayfa
|
|
46
|
+
table.pagination.rowsperpage = Sayfa ba\u015F\u0131na sat\u0131r
|
|
47
|
+
table.pagination.rowswithtotal = {{firstRow}}-{{lastRow}}/{{totalRows}} sat\u0131r
|
|
48
|
+
table.pagination.rowswithouttotal = {{firstRow}}-{{lastRow}} sat\u0131r
|
|
49
|
+
table.reorder.backward = Arkaya g\u00F6nder
|
|
50
|
+
table.reorder.forward = \u00D6ne getir
|
|
51
|
+
table.reorder.toback = Geri g\u00F6nder
|
|
52
|
+
table.reorder.tofront = \u00D6ne getir
|
|
18
53
|
table.rows.text = {{totalRows}} sat\u0131r
|
|
19
54
|
table.rows.text_plural = {{totalRows}} sat\u0131r
|
|
20
|
-
toast.close.text = kapat
|
|
21
|
-
|
|
@@ -4,18 +4,51 @@ close.text = \u0437\u0430\u043A\u0440\u0438\u0442\u0438
|
|
|
4
4
|
fielderror.screenreader.text = \u041F\u043E\u043C\u0438\u043B\u043A\u0430
|
|
5
5
|
fieldlabel.optional.text = \u041D\u0435\u043E\u0431\u043E\u0432\u2019\u044F\u0437\u043A\u043E\u0432\u043E
|
|
6
6
|
fieldlabel.required.text = \u041E\u0431\u043E\u0432\u2019\u044F\u0437\u043A\u043E\u0432\u043E
|
|
7
|
-
|
|
7
|
+
filters.clear.label = \u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440\u0438
|
|
8
|
+
filters.filter.any = \u0411\u0443\u0434\u044C-\u044F\u043A\u0456
|
|
9
|
+
filters.filter.clear = \u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440
|
|
10
|
+
filters.filters.arialabel = \u0424\u0456\u043B\u044C\u0442\u0440\u0438
|
|
11
|
+
filters.menuitem.any = \u0411\u0443\u0434\u044C-\u044F\u043A\u0456 {{label}}
|
|
12
|
+
filters.menuitem.selected = {{selected}} \u0432\u0438\u0431\u0440\u0430\u043D\u043E
|
|
13
|
+
filters.search.label = \u041F\u043E\u0448\u0443\u043A
|
|
14
|
+
fileupload.button.text = \u0414\u043E\u0434\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438
|
|
15
|
+
fileupload.prompt.text = \u041F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0444\u0430\u0439\u043B\u0438 \u0441\u044E\u0434\u0438 \u0430\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C "\u0414\u043E\u0434\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438"
|
|
16
|
+
fileupload.removefile.text = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0444\u0430\u0439\u043B
|
|
17
|
+
passwordfield.icon.label.hide = \u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C
|
|
8
18
|
passwordfield.icon.label.hide = \u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C
|
|
19
|
+
passwordfield.icon.label.show = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C
|
|
9
20
|
severity.error = \u043F\u043E\u043C\u0438\u043B\u043A\u0430
|
|
10
21
|
severity.info = \u0434\u0430\u043D\u0456
|
|
11
22
|
severity.success = \u0433\u043E\u0442\u043E\u0432\u043E
|
|
12
23
|
severity.warning = \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u0436\u0435\u043D\u043D\u044F
|
|
13
24
|
switch.active = \u0410\u043A\u0442\u0438\u0432\u043E\u0432\u0430\u043D\u043E
|
|
14
25
|
switch.inactive = \u041D\u0435 \u0430\u043A\u0442\u0438\u0432\u043E\u0432\u0430\u043D\u043E
|
|
26
|
+
table.actions = \u0414\u0456\u0457
|
|
27
|
+
table.columnvisibility.arialabel = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438/\u0441\u0445\u043E\u0432\u0430\u0442\u0438 \u0441\u0442\u043E\u0432\u043F\u0446\u0456
|
|
28
|
+
table.density.arialabel = \u0429\u0456\u043B\u044C\u043D\u0456\u0441\u0442\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u0456
|
|
29
|
+
table.draghandle.arialabel = \u041F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0440\u044F\u0434\u043E\u043A, \u0449\u043E\u0431 \u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A. \u0410\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443 \u0447\u0438 Enter, \u0449\u043E\u0431 \u043F\u043E\u0447\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0435\u043D\u043D\u044F \u043F\u043E\u0440\u044F\u0434\u043A\u0443. \u0429\u043E\u0431 \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438, \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C Esc.
|
|
30
|
+
table.draghandle.tooltip = \u0429\u043E\u0431 \u043F\u043E\u0447\u0430\u0442\u0438 \u0439 \u0437\u0443\u043F\u0438\u043D\u0438\u0442\u0438 \u0437\u043C\u0456\u043D\u0435\u043D\u043D\u044F \u043F\u043E\u0440\u044F\u0434\u043A\u0443, \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0440\u044F\u0434\u043E\u043A \u0430\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443 \u0447\u0438 Enter
|
|
31
|
+
table.actions = \u0414\u0456\u0457
|
|
32
|
+
table.columnvisibility.arialabel = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438/\u0441\u0445\u043E\u0432\u0430\u0442\u0438 \u0441\u0442\u043E\u0432\u043F\u0446\u0456
|
|
33
|
+
table.density.arialabel = \u0429\u0456\u043B\u044C\u043D\u0456\u0441\u0442\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u0456
|
|
34
|
+
table.draghandle.arialabel = \u041F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0440\u044F\u0434\u043E\u043A, \u0449\u043E\u0431 \u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A. \u0410\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443 \u0447\u0438 Enter, \u0449\u043E\u0431 \u043F\u043E\u0447\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0435\u043D\u043D\u044F \u043F\u043E\u0440\u044F\u0434\u043A\u0443. \u0429\u043E\u0431 \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438, \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C Esc.
|
|
35
|
+
table.draghandle.tooltip = \u0429\u043E\u0431 \u043F\u043E\u0447\u0430\u0442\u0438 \u0439 \u0437\u0443\u043F\u0438\u043D\u0438\u0442\u0438 \u0437\u043C\u0456\u043D\u0435\u043D\u043D\u044F \u043F\u043E\u0440\u044F\u0434\u043A\u0443, \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0440\u044F\u0434\u043E\u043A \u0430\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443 \u0447\u0438 Enter
|
|
15
36
|
table.error = \u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445.
|
|
16
37
|
table.fetchedrows.text = \u041E\u0442\u0440\u0438\u043C\u0430\u043D\u043E \u0440\u044F\u0434\u043A\u0456\u0432 {{totalRows}}
|
|
17
38
|
table.fetchedrows.text_plural = \u0423\u0441\u044C\u043E\u0433\u043E \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E \u0440\u044F\u0434\u043A\u0456\u0432: {{totalRows}}
|
|
39
|
+
table.moreactions.arialabel = \u0406\u043D\u0448\u0456 \u0434\u0456\u0457
|
|
40
|
+
table.noresults.heading = \u041D\u0435\u043C\u0430\u0454 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0456\u0432.
|
|
41
|
+
table.noresults.text = \u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0456\u043D\u0448\u0438\u0439 \u0437\u0430\u043F\u0438\u0442.
|
|
42
|
+
table.pagination.loadmore = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435
|
|
43
|
+
table.pagination.next = \u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430
|
|
44
|
+
table.pagination.previous = \u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430
|
|
45
|
+
table.pagination.page = \u0421\u0442\u043E\u0440\u0456\u043D\u043A\u0430
|
|
46
|
+
table.pagination.rowsperpage = \u0420\u044F\u0434\u043A\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u0446\u0456
|
|
47
|
+
table.pagination.rowswithtotal = \u0420\u044F\u0434\u043A\u0456\u0432: {{firstRow}}\u2013{{lastRow}} \u0437 {{totalRows}}
|
|
48
|
+
table.pagination.rowswithouttotal = \u0420\u044F\u0434\u043A\u0456\u0432: {{firstRow}}\u2013{{lastRow}}
|
|
49
|
+
table.reorder.backward = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0430\u0437\u0430\u0434
|
|
50
|
+
table.reorder.forward = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043F\u0435\u0440\u0435\u0434
|
|
51
|
+
table.reorder.toback = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432 \u043A\u0456\u043D\u0435\u0446\u044C
|
|
52
|
+
table.reorder.tofront = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0430 \u043F\u043E\u0447\u0430\u0442\u043E\u043A
|
|
18
53
|
table.rows.text = \u0420\u044F\u0434\u043A\u0456\u0432: {{totalRows}}
|
|
19
54
|
table.rows.text_plural = \u0420\u044F\u0434\u043A\u0456\u0432: {{totalRows}}
|
|
20
|
-
toast.close.text = \u0437\u0430\u043A\u0440\u0438\u0442\u0438
|
|
21
|
-
|