dtable-ui-component 5.3.1-beta → 5.3.1

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.
Files changed (223) hide show
  1. package/lib/CheckboxEditor/index.css +20 -3
  2. package/lib/CheckboxEditor/index.js +35 -98
  3. package/lib/CheckboxFormatter/index.js +9 -6
  4. package/lib/CollaboratorEditor/index.css +35 -12
  5. package/lib/CollaboratorEditor/index.js +212 -18
  6. package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.js +29 -26
  7. package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +97 -0
  8. package/lib/CollaboratorItem/index.css +1 -1
  9. package/lib/CollaboratorItem/index.js +2 -6
  10. package/lib/DTableFiltersPopover/utils/index.js +7 -1
  11. package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
  12. package/lib/DTableSelect/index.js +1 -3
  13. package/lib/DateEditor/index.js +51 -14
  14. package/lib/DateEditor/pc-date-editor-popover.js +12 -145
  15. package/lib/Department-editor/department-single-select.js +1 -1
  16. package/lib/Department-editor/index.js +4 -3
  17. package/lib/DepartmentSingleSelectFormatter/index.js +1 -2
  18. package/lib/FileEditor/index.js +11 -244
  19. package/lib/FileEditor/pc-files-addition/index.js +1 -0
  20. package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +1 -0
  21. package/lib/FileEditor/pc-files-preview/index.js +1 -0
  22. package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +1 -0
  23. package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
  24. package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
  25. package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
  26. package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
  27. package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
  28. package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
  29. package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
  30. package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
  31. package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
  32. package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
  33. package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
  34. package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
  35. package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
  36. package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
  37. package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
  38. package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
  39. package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
  40. package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
  41. package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
  42. package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
  43. package/lib/FileItemFormatter/index.js +20 -19
  44. package/lib/FileItemFormatter/utils.js +99 -0
  45. package/lib/FileUploader/index.js +14 -268
  46. package/lib/FormulaFormatter/index.js +1 -2
  47. package/lib/FormulaFormatter/utils.js +31 -0
  48. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  49. package/lib/MultipleSelectEditor/index.css +9 -0
  50. package/lib/MultipleSelectEditor/index.js +177 -16
  51. package/lib/NumberEditor/index.js +77 -64
  52. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.css +1 -1
  53. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.js +1 -1
  54. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.css +6 -6
  55. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.js +1 -3
  56. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +11 -10
  57. package/lib/RowExpandFormatter/index.css +0 -26
  58. package/lib/RowExpandFormatter/index.js +100 -84
  59. package/lib/{RowExpandFormatter/RowExpandFormulaFormatter → RowExpandFormulaFormatter}/index.js +10 -11
  60. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.css +6 -6
  61. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.js +1 -1
  62. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +3 -3
  63. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
  64. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.js +5 -5
  65. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/utils.js +1 -1
  66. package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.css +1 -1
  67. package/lib/RowExpandUrlFormatter/index.css +1 -0
  68. package/lib/{RowExpandFormatter/RowExpandUrlFormatter → RowExpandUrlFormatter}/index.js +3 -4
  69. package/lib/SingleSelectEditor/index.css +14 -0
  70. package/lib/SingleSelectEditor/index.js +156 -16
  71. package/lib/TextEditor/index.js +42 -113
  72. package/lib/constants/index.js +2 -34
  73. package/lib/css/cell-editor.css +2 -18
  74. package/lib/index.js +46 -74
  75. package/lib/lang/index.js +14 -16
  76. package/lib/locals/de.js +103 -0
  77. package/lib/locals/en.js +104 -0
  78. package/lib/locals/es.js +103 -0
  79. package/lib/locals/fr.js +103 -0
  80. package/lib/locals/pt.js +103 -0
  81. package/lib/locals/ru.js +103 -0
  82. package/lib/locals/zh-CN.js +104 -0
  83. package/lib/select-editor/index.js +6 -6
  84. package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.js +3 -3
  85. package/lib/select-editor/pc-select-editor-popover/index.css +71 -0
  86. package/lib/select-editor/pc-select-editor-popover/index.js +122 -0
  87. package/lib/utils/editor-utils.js +6 -1
  88. package/lib/utils/url.js +8 -119
  89. package/lib/utils/utils.js +2 -89
  90. package/package.json +2 -3
  91. package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +0 -257
  92. package/lib/DeleteTip/index.js +0 -50
  93. package/lib/DigitalSignEditor/constants.js +0 -7
  94. package/lib/DigitalSignEditor/index.css +0 -69
  95. package/lib/DigitalSignEditor/index.js +0 -182
  96. package/lib/DigitalSignEditor/service.js +0 -38
  97. package/lib/DigitalSignEditor/signature-board/index.css +0 -35
  98. package/lib/DigitalSignEditor/signature-board/index.js +0 -135
  99. package/lib/DigitalSignEditor/signature-board/signature-tool.js +0 -396
  100. package/lib/DigitalSignEditor/utils.js +0 -29
  101. package/lib/DurationEditor/index.js +0 -111
  102. package/lib/EmailEditor/index.js +0 -59
  103. package/lib/FileEditor/addition-previewer/index.css +0 -1
  104. package/lib/FileEditor/addition-previewer/index.js +0 -52
  105. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  106. package/lib/FileEditor/addition-previewer/local-file-addition/index.js +0 -252
  107. package/lib/FileEditor/constants.js +0 -7
  108. package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +0 -74
  109. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +0 -5
  110. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +0 -77
  111. package/lib/FileEditor/files-previewer/file-previewer/index.css +0 -88
  112. package/lib/FileEditor/files-previewer/file-previewer/index.js +0 -167
  113. package/lib/FileEditor/files-previewer/index.css +0 -56
  114. package/lib/FileEditor/files-previewer/index.js +0 -277
  115. package/lib/FileEditor/index.css +0 -6
  116. package/lib/FileEditor/utils.js +0 -22
  117. package/lib/FileUploader/index.css +0 -9
  118. package/lib/GeolocationEditor/country-editor.js +0 -319
  119. package/lib/GeolocationEditor/index.css +0 -641
  120. package/lib/GeolocationEditor/index.js +0 -241
  121. package/lib/GeolocationEditor/location-editor.js +0 -368
  122. package/lib/GeolocationEditor/map-editor/index.js +0 -456
  123. package/lib/GeolocationEditor/map-editor/large-editor/index.css +0 -137
  124. package/lib/GeolocationEditor/map-editor/large-editor/index.js +0 -461
  125. package/lib/GeolocationEditor/map-editor-utils.js +0 -153
  126. package/lib/GeolocationEditor/map-selection-editor/index.js +0 -455
  127. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +0 -1
  128. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +0 -447
  129. package/lib/GeolocationEditor/parse-geolocation.js +0 -282
  130. package/lib/GeolocationEditor/province-city-editor.js +0 -292
  131. package/lib/GeolocationEditor/province-editor.js +0 -226
  132. package/lib/GeolocationEditor/selector-header-item.js +0 -28
  133. package/lib/GeolocationEditor/selector-list.js +0 -33
  134. package/lib/GeolocationEditor/with-ref.js +0 -27
  135. package/lib/ImageEditor/addition-previewer/image-link/index.css +0 -45
  136. package/lib/ImageEditor/addition-previewer/image-link/index.js +0 -73
  137. package/lib/ImageEditor/addition-previewer/index.css +0 -106
  138. package/lib/ImageEditor/addition-previewer/index.js +0 -63
  139. package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +0 -125
  140. package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +0 -254
  141. package/lib/ImageEditor/constants.js +0 -7
  142. package/lib/ImageEditor/images-previewer/image-preview/index.css +0 -59
  143. package/lib/ImageEditor/images-previewer/image-preview/index.js +0 -155
  144. package/lib/ImageEditor/images-previewer/index.css +0 -18
  145. package/lib/ImageEditor/images-previewer/index.js +0 -140
  146. package/lib/ImageEditor/index.css +0 -24
  147. package/lib/ImageEditor/index.js +0 -194
  148. package/lib/ImageThumbnail/index.css +0 -20
  149. package/lib/ImageThumbnail/index.js +0 -136
  150. package/lib/RowExpandDialog/body/index.css +0 -21
  151. package/lib/RowExpandDialog/body/index.js +0 -279
  152. package/lib/RowExpandDialog/column-content/index.css +0 -43
  153. package/lib/RowExpandDialog/column-content/index.js +0 -50
  154. package/lib/RowExpandDialog/constants.js +0 -114
  155. package/lib/RowExpandDialog/header/index.css +0 -31
  156. package/lib/RowExpandDialog/header/index.js +0 -33
  157. package/lib/RowExpandDialog/index.css +0 -24
  158. package/lib/RowExpandDialog/index.js +0 -268
  159. package/lib/RowExpandDialog/utils.js +0 -83
  160. package/lib/RowExpandEditor/RowExpandAddBtn/index.css +0 -22
  161. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +0 -24
  162. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +0 -18
  163. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +0 -43
  164. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +0 -5
  165. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +0 -232
  166. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +0 -130
  167. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +0 -129
  168. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +0 -13
  169. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +0 -208
  170. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +0 -105
  171. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  172. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +0 -125
  173. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  174. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +0 -146
  175. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +0 -17
  176. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +0 -165
  177. package/lib/RowExpandEditor/RowExpandImageEditor/index.css +0 -6
  178. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +0 -170
  179. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +0 -6
  180. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +0 -124
  181. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +0 -44
  182. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +0 -224
  183. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +0 -105
  184. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
  185. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +0 -152
  186. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +0 -58
  187. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +0 -192
  188. package/lib/RowExpandEditor/RowExpandTextEditor/index.css +0 -4
  189. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +0 -127
  190. package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +0 -31
  191. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +0 -130
  192. package/lib/RowExpandEditor/constants.js +0 -44
  193. package/lib/RowExpandEditor/index.css +0 -0
  194. package/lib/RowExpandEditor/index.js +0 -32
  195. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +0 -27
  196. package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +0 -1
  197. package/lib/RowExpandFormatter/constants.js +0 -60
  198. package/lib/UploadProgress/index.js +0 -38
  199. package/lib/UrlEditor/index.js +0 -62
  200. package/lib/common/editor-base.js +0 -53
  201. package/lib/constants/file.js +0 -96
  202. package/lib/constants/key-codes.js +0 -109
  203. package/lib/hooks/index.js +0 -16
  204. package/lib/locales/de.json +0 -163
  205. package/lib/locales/en.json +0 -163
  206. package/lib/locales/es.json +0 -163
  207. package/lib/locales/fr.json +0 -163
  208. package/lib/locales/pt.json +0 -163
  209. package/lib/locales/ru.json +0 -163
  210. package/lib/locales/zh-CN.json +0 -163
  211. package/lib/select-editor/pc-select-editor/index.css +0 -85
  212. package/lib/select-editor/pc-select-editor/index.js +0 -290
  213. package/lib/utils/cell-comparer.js +0 -35
  214. package/lib/utils/cell.js +0 -55
  215. package/lib/utils/column-utils.js +0 -25
  216. package/lib/utils/get-event-transfer.js +0 -75
  217. package/lib/utils/object-utils.js +0 -61
  218. /package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.css +0 -0
  219. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-collaborator-editor-popover}/index.css +0 -0
  220. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.css +0 -0
  221. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
  222. /package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.js +0 -0
  223. /package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.css +0 -0
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Option suchen",
4
- "No_options_available": "Es sind keine Optionen verfügbar.",
5
- "Current_option": "Aktuelle Option",
6
- "No_option": "Keine Option",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Mitarbeiter suchen",
10
- "No_collaborators_available": "Es sind keine Mitarbeiter verfügbar.",
11
- "Done": "Erledigt",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Bitte eingeben",
14
- "Please_select": "Auswählen",
15
- "Clear": "Leeren",
16
- "Are_you_sure_you_want_to_delete_this_file": "Möchten Sie diese Datei wirklich löschen?",
17
- "Are_you_sure_you_want_to_delete_this_image": "Möchten Sie diese Bild wirklich löschen?",
18
- "Cancel": "Abbrechen",
19
- "Delete": "Löschen",
20
- "Search_department": "Bereich suchen",
21
- "No_departments_available": "Es sind keine Bereiche verfügbar.",
22
- "Current_user_department": "Bereich des angemeldeten Benutzers",
23
- "Current_user_department_and_sub": "Bereich und Unterbereiche des angemeldeten Benutzers",
24
- "Specific_departments": "Bestimmte Bereiche",
25
- "Deleted_department": "Gelöschter Bereich",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Filter hinzufügen",
28
- "Submit": "Abschicken",
29
- "No_filters": "Es sind keine Filter definiert.",
30
- "Select_an_option": "Option wählen",
31
- "Add_collaborator": "Mitarbeiter hinzufügen",
32
- "Add_a_creator": "Ersteller hinzufügen",
33
- "Add_a_last_modifier": "Letzten Bearbeiter hinzufügen",
34
- "Invalid_filter": "Ungültiger Filter",
35
- "Search_column": "Spalte suchen",
36
- "No_results": "Keine Ergebnisse",
37
- "Select_option(s)": "Option(en) wählen",
38
- "contains": "enthält",
39
- "does_not_contain": "enthält nicht",
40
- "is": "ist gleich",
41
- "is_not": "ist ungleich",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "ist leer",
49
- "is_not_empty": "ist nicht leer",
50
- "is_within": "ist innerhalb",
51
- "is_before": "ist vor",
52
- "is_after": "ist nach",
53
- "is_on_or_before": "ist am oder vor",
54
- "is_on_or_after": "ist am oder nach",
55
- "has_any_of": "enthält einen von",
56
- "has_all_of": "enthält alle",
57
- "has_none_of": "enthält nicht",
58
- "is_exactly": "ist genau",
59
- "is_current_user_ID": "ist ID des angemeldeten Benutzers",
60
- "Current_date": "Aktuelles Datum",
61
- "Specific_date": "Bestimmtes Datum",
62
- "x_days_before_current_date": "Tage vor dem aktuellen Datum",
63
- "x_days_after_current_date": "Tage nach dem aktuellen Datum",
64
- "is_any_of": "ist eine von",
65
- "is_none_of": "ist nicht",
66
- "include_me": "ist der aktuelle Benutzer",
67
- "today": "Heute",
68
- "tomorrow": "Morgen",
69
- "yesterday": "Gestern",
70
- "one_week_ago": "Vor einer Woche",
71
- "one_week_from_now": "In einer Woche",
72
- "one_month_ago": "Vor einem Monat",
73
- "one_month_from_now": "In einem Monat",
74
- "number_of_days_ago": "Tage vor Heute",
75
- "number_of_days_from_now": "Tage von Heute",
76
- "exact_date": "Exaktes Datum",
77
- "the_past_week": "letzte Woche",
78
- "the_past_month": "letzten Monat",
79
- "the_past_year": "letztes Jahr",
80
- "the_next_week": "In nächster Woche",
81
- "the_next_month": "Im nächsten Monat",
82
- "the_next_year": "Im nächsten Jahr",
83
- "the_next_numbers_of_days": "Innerhalb der nächsten x Tage",
84
- "the_past_numbers_of_days": "Innerhalb der letzten x Tage",
85
- "this_week": "Diese Woche",
86
- "this_month": "Diesen Monat",
87
- "this_year": "Dieses Jahr",
88
- "last_week": "letzte Woche",
89
- "last_month": "letzten Monat",
90
- "last_year": "letztes Jahr",
91
- "URL_is_invalid": "Die URL ist ungültig.",
92
- "Select_department": "Bereich auswählen",
93
- "Default": "Einfach",
94
- "Custom": "Benutzerdefiniert",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Digitale Signatur",
97
- "Please_sign_on_this_panel": "Auf dieser Fläche unterschreiben",
98
- "Re-sign": "Erneut unterschreiben",
99
- "Saving": "Speicherung ist im Gange ...",
100
- "Save": "Speichern",
101
- "All_files": "Alle Dateien",
102
- "Add_files": "Dateien hinzufügen",
103
- "Local_Files": "Lokale Dateien",
104
- "Indexing": "Die Indexierung ist im Gang.",
105
- "Network_Error": "Netzwerkfehler",
106
- "Re_upload": "Erneuter Upload",
107
- "Drag_and_drop_to_add_a_file": "Datei mit Drag & Drop einfügen",
108
- "Drag_and_drop_files_or_click_here_to_add": "Dateien mit Drag & Drop einfügen oder hier klicken",
109
- "Upload": "Hochladen",
110
- "Select": "Auswählen",
111
- "Download": "Download",
112
- "Select_all": "Alle auswählen",
113
- "1_file_selected": "1 ausgewählte Datei",
114
- "Selected_xxx_files": "{{ count }} ausgewählte Dateien",
115
- "xxx_existing_file": "{{ count }} Datei",
116
- "xxx_existing_files": "{{ count }} Dateien",
117
- "More_operations": "Weitere Aktionen",
118
- "Rename": "Umbenennen",
119
- "No_options": "Keine Optionen",
120
- "Search_country": "Land suchen",
121
- "Province/City/District_must_be_filled_in": "Bundesland/Stadt/Bezirk muss ausgefüllt werden.",
122
- "Address_information": "Adresse",
123
- "Select_province_city_district": "Bundesland, Stadt und Bezirk auswählen ",
124
- "Detailed_address": "Adressdetails",
125
- "Detailed_address_placeholder": "Geben Sie Ihre Adressdetails wie Straße, Hausnummer und Stadt ein.",
126
- "Auto_recognition": "Autoerkennung",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Fügen Sie Adressen wie Bundesländer/Städte/Bezirke, Straßen, Stadtteile, usw. ein, um die Adressinformationen schnell zu identifizieren ",
128
- "Loading_geolocation_data": "Die Positionsdaten werden geladen.",
129
- "Province/City_must_be_filled_in": "Bundesland/Stadt muss ausgefüllt werden.",
130
- "Select_province_city": "Bundesland/Stadt auswählen ",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Fügen Sie Adressen wie Bundesländer/Städte ein, um die Adressinformationen schnell zu identifizieren ",
132
- "Search_province": "Provinz suchen",
133
- "Select_location": "Auswählen",
134
- "Positioning_failed": "Die Positionierung ist gescheitert.",
135
- "Address": "Adresse",
136
- "Enter_longitude_and_latitude": "Längengrad und Breitengrad eingeben",
137
- "Enter_latitude_and_longitude": "Längen- und Breitengrad eingeben",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "Das Karten-Plugin ist nicht richtig konfiguriert. Kontaktieren Sie den Administrator.",
139
- "Fill_in": "Ausfüllen",
140
- "Search_failed_please_enter_detailed_address": "Die Suche ist fehlgeschlagen. Geben Sie die Adresse mit mehr Details ein.",
141
- "This_map_type_currently_does_not_support_map_point_selection": "Dieser Kartentyp unterstützt derzeit nicht die Auswahl von Kartenpunkten.",
142
- "Please_enter_the_address": "Adresse eingeben",
143
- "Add_images": "Bilder hinzufügen",
144
- "All_images": "Alle Bilder",
145
- "Local_Images": "Lokale Bilder",
146
- "Image_Link": "Bild-Link",
147
- "Enter_a_URL": "URL eingeben",
148
- "Please_enter_the_correct_image_address": "Geben Sie die korrekte Adresse des Bildes ein.",
149
- "Drag_and_drop_to_add_an_image": "Bild mit Drag & Drop einfügen",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Bilder mit Drag & Drop einfügen oder hier klicken",
151
- "Save_failed": "Die Speicherung ist fehlgeschlagen.",
152
- "Permission_denied": "Sie haben keine ausreichende Berechtigung.",
153
- "Error": "Fehler.",
154
- "Please_check_the_network": "Überprüfen Sie die Netzwerkverbindung.",
155
- "Close_expanded_record": "Erweiterten Eintrag schliessen",
156
- "Unknown": "Unbekannt",
157
- "Edit_signature": "Signatur bearbeiten",
158
- "Edit_Location": "Ort bearbeiten",
159
- "Long_text_exceed_limit_message": "Das Dokument hat eine Länge von mehr als 100.000 Zeichen und kann daher nicht gespeichert werden.",
160
- "Long_text_exceed_limit_suggest": "Die Länge dieses Dokuments überschreitet das Maximum von 100.000 Zeichen. Nur 100.000 Zeichen werden gespeichert.",
161
- "Deleted_option": "Die Option wurde gelöscht.",
162
- "Input_does_not_meet_specifications": "Die Eingabe entspricht nicht der Vorgabe."
163
- }
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Search option",
4
- "No_options_available": "No options available",
5
- "Current_option": "Current option",
6
- "No_option": "No option",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Search collaborator",
10
- "No_collaborators_available": "No collaborators available.",
11
- "Done": "Done",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Please input",
14
- "Please_select": "Please select",
15
- "Clear": "Clear",
16
- "Are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
17
- "Are_you_sure_you_want_to_delete_this_image": "Are you sure you want to delete this image?",
18
- "Cancel": "Cancel",
19
- "Delete": "Delete",
20
- "Search_department": "Search department",
21
- "No_departments_available": "No departments available",
22
- "Current_user_department": "Current user's department",
23
- "Current_user_department_and_sub": "Current user's department and sub-departments",
24
- "Specific_departments": "Specific departments",
25
- "Deleted_department": "Deleted department",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Add filter",
28
- "Submit": "Submit",
29
- "No_filters": "No filters",
30
- "Select_an_option": "Select an option",
31
- "Add_collaborator": "Add collaborator",
32
- "Add_a_creator": "Add a creator",
33
- "Add_a_last_modifier": "Add a last modifier",
34
- "Invalid_filter": "Invalid filter",
35
- "Search_column": "Search column",
36
- "No_results": "No results.",
37
- "Select_option(s)": "Select option(s)",
38
- "contains": "contains",
39
- "does_not_contain": "does not contain",
40
- "is": "is",
41
- "is_not": "is not",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "is empty",
49
- "is_not_empty": "is not empty",
50
- "is_within": "is within...",
51
- "is_before": "is before...",
52
- "is_after": "is after...",
53
- "is_on_or_before": "is on or before...",
54
- "is_on_or_after": "is on or after...",
55
- "has_any_of": "has any of...",
56
- "has_all_of": "has all of...",
57
- "has_none_of": "has none of...",
58
- "is_exactly": "is exactly...",
59
- "is_current_user_ID": "is current user's ID",
60
- "Current_date": "Current date",
61
- "Specific_date": "Specific date",
62
- "x_days_before_current_date": "X days before current date",
63
- "x_days_after_current_date": "X days after current date",
64
- "is_any_of": "is any of...",
65
- "is_none_of": "is none of...",
66
- "include_me": "include the current user",
67
- "today": "today",
68
- "tomorrow": "tomorrow",
69
- "yesterday": "yesterday",
70
- "one_week_ago": "one week ago",
71
- "one_week_from_now": "one week from now",
72
- "one_month_ago": "one month ago",
73
- "one_month_from_now": "one month from now",
74
- "number_of_days_ago": "number of days ago",
75
- "number_of_days_from_now": "number of days from now",
76
- "exact_date": "exact date",
77
- "the_past_week": "last week",
78
- "the_past_month": "last month",
79
- "the_past_year": "last year",
80
- "the_next_week": "the next week",
81
- "the_next_month": "the next month",
82
- "the_next_year": "the next year",
83
- "the_next_numbers_of_days": "the next numbers of days...",
84
- "the_past_numbers_of_days": "the past numbers of days...",
85
- "this_week": "this week",
86
- "this_month": "this month",
87
- "this_year": "this year",
88
- "last_week": "last week",
89
- "last_month": "last month",
90
- "last_year": "last year",
91
- "URL_is_invalid": "URL is invalid",
92
- "Select_department": "Select department",
93
- "Default": "Default",
94
- "Custom": "Custom",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Digital signature",
97
- "Please_sign_on_this_panel": "Please sign on this panel",
98
- "Re-sign": "Re-sign",
99
- "Saving": "Saving...",
100
- "Save": "Save",
101
- "All_files": "All files",
102
- "Add_files": "Add files",
103
- "Local_Files": "Local files",
104
- "Indexing": "Indexing...",
105
- "Network_Error": "Network error",
106
- "Re_upload": "Re-upload",
107
- "Drag_and_drop_to_add_a_file": "Drag and drop to add a file",
108
- "Drag_and_drop_files_or_click_here_to_add": "Drag and drop files or click here to add",
109
- "Upload": "Upload",
110
- "Select": "Select",
111
- "Download": "Download",
112
- "Select_all": "Select all",
113
- "1_file_selected": "1 file selected",
114
- "Selected_xxx_files": "{{ count }} files selected",
115
- "xxx_existing_file": "{{ count }} file",
116
- "xxx_existing_files": "{{ count }} files",
117
- "More_operations": "More operations",
118
- "Rename": "Rename",
119
- "No_options": "No options",
120
- "Search_country": "Search country",
121
- "Province/City/District_must_be_filled_in": "Province/City/District must be filled in.",
122
- "Address_information": "Address information",
123
- "Select_province_city_district": "Select province / city / district",
124
- "Detailed_address": "Detailed address",
125
- "Detailed_address_placeholder": "Enter the detailed address, such as road, house number, community",
126
- "Auto_recognition": "Auto recognition",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Try pasting addresses, such as provinces/cities/districts, roads, neighborhoods, etc., to quickly identify the address information ",
128
- "Loading_geolocation_data": "Loading geolocation data",
129
- "Province/City_must_be_filled_in": "Province/City must be filled in.",
130
- "Select_province_city": "Select province / city",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Try pasting addresses, such as provinces/cities information, to quickly identify the address information",
132
- "Search_province": "Search province",
133
- "Select_location": "Select",
134
- "Positioning_failed": "Positioning failed",
135
- "Address": "Address",
136
- "Enter_longitude_and_latitude": "Enter longitude and latitude",
137
- "Enter_latitude_and_longitude": "Enter latitude and longitude",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "The map plugin is not properly configured. Contact the administrator.",
139
- "Fill_in": "Fill in",
140
- "Search_failed_please_enter_detailed_address": "Search failed, please enter detailed address",
141
- "This_map_type_currently_does_not_support_map_point_selection": "This map type currently does not support map point selection",
142
- "Please_enter_the_address": "Please enter the address",
143
- "Add_images": "Add images",
144
- "All_images": "All images",
145
- "Local_Images": "Local images",
146
- "Image_Link": "Image link",
147
- "Enter_a_URL": "Enter a URL",
148
- "Please_enter_the_correct_image_address": "Please enter the correct image address.",
149
- "Drag_and_drop_to_add_an_image": "Drag and drop to add an image",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Drag and drop images or click or paste here to add",
151
- "Save_failed": "Save failed",
152
- "Permission_denied": "Permission denied.",
153
- "Error": "Error.",
154
- "Please_check_the_network": "Please check the network.",
155
- "Close_expanded_record": "Close expanded record",
156
- "Unknown": "Unknown",
157
- "Edit_signature": "Edit signature",
158
- "Edit_Location": "Edit location",
159
- "Long_text_exceed_limit_message": "The content of the document has exceeded the limit of 100000 characters, and the content cannot be saved",
160
- "Long_text_exceed_limit_suggest": "The content of the document has exceeded the limit of 100000 characters, and only the first 100000 characters are saved",
161
- "Deleted_option": "deleted option",
162
- "Input_does_not_meet_specifications": "Input does not meet specifications"
163
- }
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Search option",
4
- "No_options_available": " No hay opciones disponibles",
5
- "Current_option": "Opción actual",
6
- "No_option": "Sin opciones",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Search collaborator",
10
- "No_collaborators_available": "No hay colaboradores disponibles.",
11
- "Done": "Hecho",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Por favor introduce",
14
- "Please_select": "Seleccione",
15
- "Clear": "Limpiar",
16
- "Are_you_sure_you_want_to_delete_this_file": "¿Está seguro de querer eliminar este archivo?",
17
- "Are_you_sure_you_want_to_delete_this_image": "¿Seguro que deseas borrar esta imagen?",
18
- "Cancel": "Cancelar",
19
- "Delete": "Borrar",
20
- "Search_department": "Search department",
21
- "No_departments_available": "No departments available",
22
- "Current_user_department": "Current user's department",
23
- "Current_user_department_and_sub": "Current user's department and sub-departments",
24
- "Specific_departments": "Specific departments",
25
- "Deleted_department": "Deleted department",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Añadir filtro",
28
- "Submit": "Enviar",
29
- "No_filters": "Sin filtros",
30
- "Select_an_option": "Elige una opción",
31
- "Add_collaborator": "Añadir colaborador",
32
- "Add_a_creator": "Añadir un creador",
33
- "Add_a_last_modifier": "Añadir un último en modificar",
34
- "Invalid_filter": "Filtro inválido",
35
- "Search_column": "Search column",
36
- "No_results": "Sin resultados.",
37
- "Select_option(s)": "Elegir opción(es)",
38
- "contains": "contiene",
39
- "does_not_contain": "no contiene",
40
- "is": "es",
41
- "is_not": "no es",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "está vacío",
49
- "is_not_empty": "no está vacío",
50
- "is_within": "está entre…",
51
- "is_before": "antes de…",
52
- "is_after": "después de…",
53
- "is_on_or_before": "es el o antes de…",
54
- "is_on_or_after": "es en o después de…",
55
- "has_any_of": "tiene alguno de…",
56
- "has_all_of": "tiene todos de…",
57
- "has_none_of": "no tiene ninguno de…",
58
- "is_exactly": "es exactamente…",
59
- "is_current_user_ID": "es el ID del usuario actual",
60
- "Current_date": "fecha actual",
61
- "Specific_date": "Fecha específica",
62
- "x_days_before_current_date": "X días antes de la fecha actual",
63
- "x_days_after_current_date": "X días después de la fecha actual",
64
- "is_any_of": "es cualquiera de…",
65
- "is_none_of": "es ninguno de…",
66
- "include_me": "incluir al usuario actual",
67
- "today": "hoy",
68
- "tomorrow": "mañana",
69
- "yesterday": "ayer",
70
- "one_week_ago": "hace una semana",
71
- "one_week_from_now": "en una semana desde ahora",
72
- "one_month_ago": "hace un mes",
73
- "one_month_from_now": "en un mes desde ahora",
74
- "number_of_days_ago": "hace este número de días",
75
- "number_of_days_from_now": "días a partir de ahora mismo",
76
- "exact_date": "fecha exacta",
77
- "the_past_week": "última semana",
78
- "the_past_month": "último mes",
79
- "the_past_year": "último año",
80
- "the_next_week": "la próxima semana",
81
- "the_next_month": "el próximo mes",
82
- "the_next_year": "el próximo año",
83
- "the_next_numbers_of_days": "el próximo número de días…",
84
- "the_past_numbers_of_days": "el pasado número de días…",
85
- "this_week": "esta semana",
86
- "this_month": "este mes",
87
- "this_year": "este año",
88
- "last_week": "la semana pasada",
89
- "last_month": "el mes pasado",
90
- "last_year": "el año pasado",
91
- "URL_is_invalid": "URL no válida",
92
- "Select_department": "Select department",
93
- "Default": "Por defecto",
94
- "Custom": "Personalizado",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Firma digital",
97
- "Please_sign_on_this_panel": "Por favor, firma en este recuadro",
98
- "Re-sign": "Firmar de nuevo",
99
- "Saving": "Guardando…",
100
- "Save": "Guardar",
101
- "All_files": "Todos los archivos",
102
- "Add_files": "Añadir archivos",
103
- "Local_Files": "Archivos locales",
104
- "Indexing": "Indexando…",
105
- "Network_Error": "Error de red",
106
- "Re_upload": "Volver a subir",
107
- "Drag_and_drop_to_add_a_file": "Arrastrar y soltar para añadir archivo",
108
- "Drag_and_drop_files_or_click_here_to_add": "Arrastrar y soltar archivos o clic aquí para añadir",
109
- "Upload": "Subir archivo",
110
- "Select": "Elegir",
111
- "Download": "Descargar",
112
- "Select_all": "Seleccionar todo",
113
- "1_file_selected": "1 archivo seleccionado",
114
- "Selected_xxx_files": "{{ count }} archivos seleccionados",
115
- "xxx_existing_file": "{{ count }} archivo",
116
- "xxx_existing_files": "{{ count }} archivos",
117
- "More_operations": "Más operaciones",
118
- "Rename": "Renombrar",
119
- "No_options": "Sin opciones",
120
- "Search_country": "Search country",
121
- "Province/City/District_must_be_filled_in": "Debes rellenar Provincia/Ciudad/Distrito",
122
- "Address_information": "Información de dirección",
123
- "Select_province_city_district": "Elige provincia/ciudad/distrito",
124
- "Detailed_address": "Dirección detallada",
125
- "Detailed_address_placeholder": "Introduzca la dirección completa incluyendo calle, casa, número, comunidad",
126
- "Auto_recognition": "Identificación automática",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Intenta pegar direcciones como provincias, ciudades, distritos, carreteras, calles, barrios, etc. para identificar la información de dirección.",
128
- "Loading_geolocation_data": "Cargando geolocalización",
129
- "Province/City_must_be_filled_in": "Debes rellenar el campo provincia/ciudad",
130
- "Select_province_city": "Elige provincia / ciudad",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Intenta pegar direcciones como provincias/ciudades/distritos, calles, barrios, etc. para identificar rápidamente la información de dirección",
132
- "Search_province": "Search province",
133
- "Select_location": "Elegir",
134
- "Positioning_failed": "El posicionamiento ha fallado",
135
- "Address": "Dirección",
136
- "Enter_longitude_and_latitude": "Introduce longitud y latitud",
137
- "Enter_latitude_and_longitude": "Introduce latitud y longitud",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "El plugin de mapas no está bien configurado. Contacta con el administrador.",
139
- "Fill_in": "Rellenar",
140
- "Search_failed_please_enter_detailed_address": "La búsqueda ha fallado, por favor introduce la dirección completa",
141
- "This_map_type_currently_does_not_support_map_point_selection": "Este tipo de mapa no permite actualmente seleccionar un punto",
142
- "Please_enter_the_address": "Introduce la dirección",
143
- "Add_images": "Añadir imágenes",
144
- "All_images": "Todas las imágeanes",
145
- "Local_Images": "Imágenes locales",
146
- "Image_Link": "Enlace de imagen",
147
- "Enter_a_URL": "Añadir URL",
148
- "Please_enter_the_correct_image_address": "Introduce la dirección de imagen correcta",
149
- "Drag_and_drop_to_add_an_image": "Arrastrar y soltar para añadir una imagen",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Arrastra y suelta imágenes o haz clic o pega aquí para añadir",
151
- "Save_failed": "No se ha podido guardar",
152
- "Permission_denied": "No permitido",
153
- "Error": "Error.",
154
- "Please_check_the_network": "Comprueba la conexión",
155
- "Close_expanded_record": "Cerrar registro expandido",
156
- "Unknown": "Desconocido",
157
- "Edit_signature": "Editar firma",
158
- "Edit_Location": "Editar lugar",
159
- "Long_text_exceed_limit_message": "El contenido del documento ha superado el límite de 100.000 caracteres y no puede ser guardado",
160
- "Long_text_exceed_limit_suggest": "El contenido del documento excede el límite de 100.000 caracteres y solo se guardarán los primeros 100.000 caracteres.",
161
- "Deleted_option": "Opciones borradas",
162
- "Input_does_not_meet_specifications": "Input does not meet specifications"
163
- }