@saltcorn/server 0.7.2-beta.0 → 0.7.2-beta.4
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/app.js +64 -9
- package/auth/routes.js +37 -13
- package/load_plugins.js +29 -24
- package/locales/da.json +1 -1
- package/locales/de.json +155 -155
- package/locales/en.json +8 -5
- package/locales/it.json +1 -1
- package/locales/ru.json +52 -18
- package/locales/zh.json +3 -3
- package/package.json +11 -8
- package/public/saltcorn-common.js +105 -0
- package/public/saltcorn.css +61 -0
- package/public/saltcorn.js +55 -83
- package/routes/admin.js +1 -1
- package/routes/api.js +36 -1
- package/routes/edit.js +2 -1
- package/routes/fields.js +12 -0
- package/routes/viewedit.js +9 -0
- package/tests/admin.test.js +72 -1
- package/tests/clientjs.test.js +1 -0
- package/tests/viewedit.test.js +94 -0
- package/wrapper.js +1 -0
package/locales/de.json
CHANGED
|
@@ -4,36 +4,36 @@
|
|
|
4
4
|
"Incorrect user or password": "Falscher Benutzer oder falsches Passwort",
|
|
5
5
|
"Internal Error": "Interner Fehler",
|
|
6
6
|
"A report has been logged and a team of bug-squashing squirrels has been dispatched to deal with the situation.": "Ein Bericht wurde protokolliert und ein Team von Käfer-Eichhörnchen wurde entsandt, um die Situation zu bewältigen.",
|
|
7
|
-
"User": "
|
|
7
|
+
"User": "Benutzer",
|
|
8
8
|
"User Settings": "Benutzereinstellungen",
|
|
9
9
|
"Logout": "Ausloggen",
|
|
10
10
|
"Tables": "Tabellen",
|
|
11
11
|
"Views": "Ansichten",
|
|
12
|
-
"Pages": "
|
|
13
|
-
"Files": "
|
|
14
|
-
"Settings": "
|
|
12
|
+
"Pages": "Seiten",
|
|
13
|
+
"Files": "Dateien",
|
|
14
|
+
"Settings": "Einstellungen",
|
|
15
15
|
"Plugins": "Plugins",
|
|
16
|
-
"Menu": "
|
|
16
|
+
"Menu": "Menü",
|
|
17
17
|
"Users": "Benutzer",
|
|
18
18
|
"Search": "Suche",
|
|
19
|
-
"Configuration": "
|
|
19
|
+
"Configuration": "Konfiguration",
|
|
20
20
|
"Admin": "Administrator",
|
|
21
21
|
"Tenants": "Tenants",
|
|
22
22
|
"Crash log": "Absturzprotokoll",
|
|
23
|
-
"Sign up": "
|
|
24
|
-
"Login": "
|
|
25
|
-
"An error occurred": "
|
|
26
|
-
"ID": "
|
|
23
|
+
"Sign up": "Registrieren",
|
|
24
|
+
"Login": "Anmelden",
|
|
25
|
+
"An error occurred": "Ein Fehler ist aufgetreten",
|
|
26
|
+
"ID": "ID",
|
|
27
27
|
"Email": "Email",
|
|
28
28
|
"Role": "Rolle",
|
|
29
|
-
"View": "
|
|
29
|
+
"View": "Ansicht",
|
|
30
30
|
"Delete": "Löschen",
|
|
31
|
-
"Add user": "
|
|
31
|
+
"Add user": "Benutzer hinzufügen",
|
|
32
32
|
"New user": "Neuer Benutzer",
|
|
33
33
|
"New": "Neu",
|
|
34
|
-
"User %s created": "
|
|
35
|
-
"Edit user": "
|
|
36
|
-
"Edit user %s": "
|
|
34
|
+
"User %s created": "Benutzer %s erstellt",
|
|
35
|
+
"Edit user": "Benutzer bearbeiten",
|
|
36
|
+
"Edit user %s": "Benutzer %s bearbeiten",
|
|
37
37
|
"User %s saved": "Benutzer %s gespeichert",
|
|
38
38
|
"User %s deleted": "Benutzer %s gelöscht",
|
|
39
39
|
"E-mail": "Email",
|
|
@@ -42,29 +42,29 @@
|
|
|
42
42
|
"Password reset not enabled. Contact your administrator.": "Zurücksetzen des Passworts nicht aktiviert. Wenden Sie sich an Ihren Administrator.",
|
|
43
43
|
"Reset password": "Passwort zurücksetzen",
|
|
44
44
|
"Enter your email address below and we'll send you a link to reset your password.": "Geben Sie unten Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts.",
|
|
45
|
-
"Enter your new password below": "
|
|
46
|
-
"Set password": "
|
|
47
|
-
"Password reset. Log in with your new password": "
|
|
48
|
-
"Change": "
|
|
45
|
+
"Enter your new password below": "Geben Sie unten Ihr neues Passwort ein",
|
|
46
|
+
"Set password": "Passwort einstellen",
|
|
47
|
+
"Password reset. Log in with your new password": "Passwort zurückgesetzt. Loggen Sie sich mit Ihrem neuen Passwort ein.",
|
|
48
|
+
"Change": "Ändern",
|
|
49
49
|
"Old password": "Altes Passwort",
|
|
50
|
-
"New password": "Neues
|
|
50
|
+
"New password": "Neues Passwort",
|
|
51
51
|
"Email: ": "Email: ",
|
|
52
|
-
"Change password": "
|
|
53
|
-
"Password changed": "
|
|
54
|
-
"Reset password instructions": "
|
|
55
|
-
"Hi %s": "
|
|
52
|
+
"Change password": "Passwort ändern",
|
|
53
|
+
"Password changed": "Passwort geändert",
|
|
54
|
+
"Reset password instructions": "Anleitung zum Zurücksetzen des Passworts",
|
|
55
|
+
"Hi %s": "Hallo %s",
|
|
56
56
|
"You have requested a link to change your password. You can do this through this link:": "Sie haben einen Link zum Ändern Ihres Passworts angefordert. Sie können dies über diesen Link tun:",
|
|
57
57
|
"If you did not request this, please ignore this email.": "Wenn Sie dies nicht angefordert haben, ignorieren Sie bitte diese E-Mail.",
|
|
58
|
-
"Your password will not change until you access the link above and set a new one.": "
|
|
59
|
-
"Change my password": "
|
|
60
|
-
"Must be admin": "Muss
|
|
61
|
-
"Site identity": "
|
|
62
|
-
"Authentication": "
|
|
58
|
+
"Your password will not change until you access the link above and set a new one.": "Du kannst dein Password nach dem Aufruf des Links auf einen neuen Wert setzen.",
|
|
59
|
+
"Change my password": "Mein Passwort ändern",
|
|
60
|
+
"Must be admin": "Muss Admin sein",
|
|
61
|
+
"Site identity": "Seitenidentität",
|
|
62
|
+
"Authentication": "Authentifizierung",
|
|
63
63
|
"Development": "Entwicklung",
|
|
64
|
-
"Edit": "
|
|
64
|
+
"Edit": "Bearbeiten",
|
|
65
65
|
"Unknown file": "Unbekannte Datei",
|
|
66
66
|
"Other": "Andere",
|
|
67
|
-
"Edit configuration key %s": "
|
|
67
|
+
"Edit configuration key %s": "Konfigurationsschlüssel %s bearbeiten",
|
|
68
68
|
"Configuration key %s saved": "Konfigurationsschlüssel %s gespeichert",
|
|
69
69
|
"Configuration key %s deleted": "Konfigurationsschlüssel %s gelöscht",
|
|
70
70
|
"Must be logged in first": "Muss zuerst angemeldet sein",
|
|
@@ -73,163 +73,163 @@
|
|
|
73
73
|
"Restart": "Neustart",
|
|
74
74
|
"Backup": "Backup",
|
|
75
75
|
"Restore": "Wiederherstellen",
|
|
76
|
-
"Not authorized": "Nicht
|
|
76
|
+
"Not authorized": "Nicht authorisiert",
|
|
77
77
|
"Page %s not found": "Seite %s nicht gefunden",
|
|
78
78
|
"Warning": "Warnung",
|
|
79
|
-
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "
|
|
80
|
-
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "
|
|
79
|
+
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "Bereitstellung über diese Site wird kostenlos angeboten, ohne Sicherheits und Verfügbarkeitsgarantien. ",
|
|
80
|
+
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "Diese Einrichtung ist ausschließlich für Machbarkeitstests von Saltcorn geeignet.",
|
|
81
81
|
"If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "Wenn Sie private Informationen speichern möchten, die sicher sein müssen, verwenden Sie bitte selbst gehostetes Saltcorn.",
|
|
82
82
|
"Create application": "Anwendung erstellen",
|
|
83
83
|
"Create": "Erstellen",
|
|
84
84
|
"Please select a name for your application. The name will determine the address at which it will be available. ": "Bitte wählen Sie einen Namen für Ihre Bewerbung. Der Name bestimmt die Adresse, unter der er verfügbar sein wird.",
|
|
85
85
|
"Application name": "Anwendungsname",
|
|
86
|
-
"Success! Your new application is available at:": "
|
|
87
|
-
"Please click the above link now to create the first user.": "
|
|
86
|
+
"Success! Your new application is available at:": "Klasse! Deine neue Anwendung ist hier verfügbar:",
|
|
87
|
+
"Please click the above link now to create the first user.": "Bitte auf den Link oben klicken um einen den ersten Nutzer (m/w/d) zu erstellen.",
|
|
88
88
|
"A site with this subdomain already exists": "Eine Site mit dieser Subdomain ist bereits vorhanden",
|
|
89
|
-
"No such view: %s": "
|
|
90
|
-
"Search all tables": "
|
|
91
|
-
"Show": "
|
|
92
|
-
"When": "
|
|
93
|
-
"Tenant": "Tenant",
|
|
94
|
-
"Crash log entry %s": "Crash
|
|
95
|
-
"New %s": "
|
|
96
|
-
"Data": "
|
|
97
|
-
"Add row": "
|
|
98
|
-
"Add %s": "
|
|
89
|
+
"No such view: %s": "Keine Ansicht: %s",
|
|
90
|
+
"Search all tables": "Alle Tabellen durchsuchen",
|
|
91
|
+
"Show": "Anzeigen",
|
|
92
|
+
"When": "Wenn",
|
|
93
|
+
"Tenant": "Tenant/Mandant",
|
|
94
|
+
"Crash log entry %s": "Crash Protokoll Eintrag %s",
|
|
95
|
+
"New %s": "Neue(s) %s",
|
|
96
|
+
"Data": "Daten",
|
|
97
|
+
"Add row": "Zeile hinzufügen",
|
|
98
|
+
"Add %s": "%s hinzufügen",
|
|
99
99
|
"Edit row": "Zeile bearbeiten",
|
|
100
100
|
"Edit %s": "%s bearbeiten",
|
|
101
|
-
"No errors reported": "
|
|
102
|
-
"Everything is going extremely well.": "
|
|
103
|
-
"Filename": "
|
|
104
|
-
"Size (KiB)": "
|
|
105
|
-
"Media type": "
|
|
106
|
-
"Role to access": "
|
|
101
|
+
"No errors reported": "Keine Fehler gemeldet",
|
|
102
|
+
"Everything is going extremely well.": "Alles läuft super.",
|
|
103
|
+
"Filename": "Dateiname",
|
|
104
|
+
"Size (KiB)": "Größe (KiB)",
|
|
105
|
+
"Media type": "Medientyp",
|
|
106
|
+
"Role to access": "Rolle für Zugriff",
|
|
107
107
|
"Link": "Link",
|
|
108
108
|
"Download": "Herunterladen",
|
|
109
109
|
"Upload file ": "Datei hochladen",
|
|
110
|
-
"Minimum role for %s updated to %s": "
|
|
111
|
-
"File %s deleted": "
|
|
112
|
-
"More...": "
|
|
113
|
-
"Quick Start": "
|
|
114
|
-
"Four different ways to get started using Saltcorn": "
|
|
115
|
-
"Build": "
|
|
110
|
+
"Minimum role for %s updated to %s": "Mindestrolle für %s aktualisiert zu %s",
|
|
111
|
+
"File %s deleted": "Datei %s gelöscht",
|
|
112
|
+
"More...": "Mehr...",
|
|
113
|
+
"Quick Start": "Schnellstart",
|
|
114
|
+
"Four different ways to get started using Saltcorn": "Vier Wege um mit Saltcorn durchzustarten",
|
|
115
|
+
"Build": "Erstellen",
|
|
116
116
|
"Start by creating the tables to hold your data": "Erstellen Sie zunächst die Tabellen für Ihre Daten",
|
|
117
|
-
"Create a table »": "
|
|
117
|
+
"Create a table »": "Tabelle erstellen »",
|
|
118
118
|
"When you have created the tables, you can create views so users can interact with the data.": "Wenn Sie die Tabellen erstellt haben, können Sie Ansichten erstellen, damit Benutzer mit den Daten interagieren können.",
|
|
119
119
|
"You can also start by creating a page.": "Sie können auch mit dem Erstellen einer Seite beginnen.",
|
|
120
|
-
"Create a page »": "
|
|
121
|
-
"Upload": "
|
|
122
|
-
"You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "
|
|
123
|
-
"Create table with CSV upload": "
|
|
124
|
-
"If you have a backup from a previous Saltcorn instance, you can also restore it.": "
|
|
125
|
-
"Install pack": "
|
|
126
|
-
"Instead of building, get up and running in no time with packs": "
|
|
127
|
-
"Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "Packs
|
|
120
|
+
"Create a page »": "Seite erstelen »",
|
|
121
|
+
"Upload": "Hochladen",
|
|
122
|
+
"You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "Tabellen können einfach über den Import einer CSV-Datei erstellt werden.",
|
|
123
|
+
"Create table with CSV upload": "Erstelle eine Tabelle aus einer CSV-Datei",
|
|
124
|
+
"If you have a backup from a previous Saltcorn instance, you can also restore it.": "Hir können Saltcorn Sicherungen eingespielt werden.",
|
|
125
|
+
"Install pack": "Pack installieren",
|
|
126
|
+
"Instead of building, get up and running in no time with packs": "Nutzt Packs um schnell eine Anwendung zu bauen",
|
|
127
|
+
"Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "Packs sind vorgefertigte Tabellen, Ansichten und Plugins als Basis für eigene Anwendungen.",
|
|
128
128
|
"Name": "Name",
|
|
129
129
|
"Description": "Beschreibung",
|
|
130
|
-
"Go to pack store »": "
|
|
131
|
-
"Learn": "
|
|
132
|
-
"Confused?": "
|
|
133
|
-
"The Wiki contains the documentation and tutorials on installing and using Saltcorn": "
|
|
130
|
+
"Go to pack store »": "Zur Pack Auswahl gehen »",
|
|
131
|
+
"Learn": "Lernen",
|
|
132
|
+
"Confused?": "Verwirrt?",
|
|
133
|
+
"The Wiki contains the documentation and tutorials on installing and using Saltcorn": "Das Wiki hat Anleitungen und Tutorials über die Installation und Nutzung von Saltcorn",
|
|
134
134
|
"Go to Wiki »": "Zum Wiki gehen »",
|
|
135
|
-
"The YouTube channel has some video tutorials": "
|
|
136
|
-
"Go to YouTube »": "
|
|
137
|
-
"What's new? Read the blog »": "
|
|
138
|
-
"Create a table": "
|
|
139
|
-
"Create table from CSV upload": "
|
|
140
|
-
"You have no views!": "
|
|
141
|
-
"Create a view »": "
|
|
142
|
-
"Create a view": "
|
|
143
|
-
"%s data table": "%s
|
|
144
|
-
"Versions": "
|
|
145
|
-
"Version": "
|
|
146
|
-
"Saved": "
|
|
147
|
-
"By user ID": "
|
|
148
|
-
"%s History": " %s
|
|
149
|
-
"back to table list": "
|
|
135
|
+
"The YouTube channel has some video tutorials": "Der YouTube Kanal hat einie Anleitungen",
|
|
136
|
+
"Go to YouTube »": "Zu YouTube gehen »",
|
|
137
|
+
"What's new? Read the blog »": "Was gibt's Neues? Zum Blog »",
|
|
138
|
+
"Create a table": "Eine Tabelle erstelen",
|
|
139
|
+
"Create table from CSV upload": "Tabelle mit CSV Upload erstellen",
|
|
140
|
+
"You have no views!": "Sie haben keine Ansichten!",
|
|
141
|
+
"Create a view »": "Ansicht erstellen »",
|
|
142
|
+
"Create a view": "Ansicht erstellen",
|
|
143
|
+
"%s data table": "%s Datentabelle",
|
|
144
|
+
"Versions": "Versionen",
|
|
145
|
+
"Version": "Version",
|
|
146
|
+
"Saved": "Gespeichert",
|
|
147
|
+
"By user ID": "Per Benutzer ID",
|
|
148
|
+
"%s History": " %s Verlauf",
|
|
149
|
+
"back to table list": "zurück zur Tabellenliste",
|
|
150
150
|
"Version %s restored": "Version %s wiederhergestellt",
|
|
151
|
-
"Site name": "
|
|
152
|
-
"Site logo": "
|
|
153
|
-
"Type": "
|
|
151
|
+
"Site name": "Seitenname",
|
|
152
|
+
"Site logo": "Seitenlogo",
|
|
153
|
+
"Type": "Typ",
|
|
154
154
|
"Text label": "Textbeschriftung",
|
|
155
155
|
"Minimum role": "Mindestrolle",
|
|
156
156
|
"URL": "URL",
|
|
157
|
-
"Page": "
|
|
158
|
-
"Menu editor": "
|
|
159
|
-
"Menu updated": "
|
|
157
|
+
"Page": "Seite",
|
|
158
|
+
"Menu editor": "Menüeditor",
|
|
159
|
+
"Menu updated": "Menü aktualisiert",
|
|
160
160
|
"Plugin and pack store": "Plugin und Pack Store",
|
|
161
|
-
"All": "
|
|
161
|
+
"All": "Alle",
|
|
162
162
|
"Packs": "Packs",
|
|
163
163
|
"Themes": "Themes",
|
|
164
164
|
"Installed": "Eingerichtet",
|
|
165
|
-
"Refresh": "
|
|
166
|
-
"Upgrade installed plugins": "
|
|
167
|
-
"Add another plugin": "
|
|
168
|
-
"Add another pack": "Fügen Sie
|
|
165
|
+
"Refresh": "Aktualisieren",
|
|
166
|
+
"Upgrade installed plugins": "Installierte Plugins aktualisieren",
|
|
167
|
+
"Add another plugin": "Weiteres Plugin hinzufügen",
|
|
168
|
+
"Add another pack": "Fügen Sie einen weiteren Pack hinzu",
|
|
169
169
|
"Create pack": "Pack erstellen",
|
|
170
170
|
"Pack": "Pack",
|
|
171
171
|
"Install": "Installieren",
|
|
172
172
|
"Plugin": "Plugin",
|
|
173
|
-
"Theme": "
|
|
173
|
+
"Theme": "Theme",
|
|
174
174
|
"Remove": "Entfernen",
|
|
175
175
|
"Configure plugin": "Plugin konfigurieren",
|
|
176
|
-
"Create Pack": "
|
|
177
|
-
"You can copy the pack contents below to another Saltcorn installation.": "
|
|
176
|
+
"Create Pack": "Pack erstellen",
|
|
177
|
+
"You can copy the pack contents below to another Saltcorn installation.": "Diese Packs können für andere Saltcorn Installationen benutzt werden.",
|
|
178
178
|
"Install Pack": "Pack installieren",
|
|
179
179
|
"Pack %s installed": "Pack %s installiert",
|
|
180
|
-
"Pack %s uninstalled": "Pack %s
|
|
181
|
-
"Uninstall": "
|
|
182
|
-
"Result preview for ": "Ergebnisvorschau für",
|
|
183
|
-
"Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "
|
|
180
|
+
"Pack %s uninstalled": "Pack %s deinstalliert",
|
|
181
|
+
"Uninstall": "Deinstallieren",
|
|
182
|
+
"Result preview for ": "Ergebnisvorschau für ",
|
|
183
|
+
"Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "Ansicht für <a href=\"/search\">Suchergebnisse</a> für Tabellen.<br/>Leer lassen um bei der globalen Suche auszuschließen.",
|
|
184
184
|
"These tables lack suitable views: ": "Diesen Tabellen fehlen geeignete Ansichten:",
|
|
185
185
|
"Search configuration": "Suchkonfiguration",
|
|
186
|
-
"Table saved with version history enabled": "
|
|
187
|
-
"Label": "
|
|
186
|
+
"Table saved with version history enabled": "Tabelle wird mit Versionen gespeichert",
|
|
187
|
+
"Label": "Label",
|
|
188
188
|
"Required": "Erforderlich",
|
|
189
|
-
"Add field": "
|
|
190
|
-
"Template": "
|
|
191
|
-
"Run": "
|
|
189
|
+
"Add field": "Feld hinzufügen",
|
|
190
|
+
"Template": "Vorlage",
|
|
191
|
+
"Run": "Los",
|
|
192
192
|
"Views of this table": "Ansichten dieser Tabelle",
|
|
193
193
|
"Add view": "Ansicht hinzufügen",
|
|
194
|
-
"Rows": "
|
|
195
|
-
"Download CSV": "
|
|
196
|
-
"Upload CSV": "
|
|
194
|
+
"Rows": "Zeilen",
|
|
195
|
+
"Download CSV": "CSV herunterladen",
|
|
196
|
+
"Upload CSV": "CSV hochladen",
|
|
197
197
|
"%s table": " %s Tabelle",
|
|
198
198
|
"Fields": "Felder",
|
|
199
|
-
"Table data": "
|
|
200
|
-
"Edit table properties": "
|
|
199
|
+
"Table data": "Tabellendaten",
|
|
200
|
+
"Edit table properties": "Tabelleneigenschaften bearbeiten",
|
|
201
201
|
"API access": "API-Zugriff",
|
|
202
202
|
"APIs allow developers access to your data without using a user interface": "APIs ermöglichen Entwicklern den Zugriff auf Ihre Daten ohne Verwendung einer Benutzeroberfläche",
|
|
203
203
|
"Minimum role for read": "Mindestrolle zum Lesen",
|
|
204
|
-
"Minimum role for writing": "
|
|
205
|
-
"Version history": "
|
|
206
|
-
"New table": "
|
|
204
|
+
"Minimum role for writing": "Mindestrolle zum Schreiben",
|
|
205
|
+
"Version history": "Versionsverlauf",
|
|
206
|
+
"New table": "Neue Tabelle",
|
|
207
207
|
"Table name": "Tabellenname",
|
|
208
208
|
"Table %s created": "Tabelle %s erstellt",
|
|
209
209
|
"No fields defined in %s table": "In der Tabelle %s sind keine Felder definiert",
|
|
210
|
-
"Fields define the columns in your table.": "
|
|
211
|
-
"Add field to table": "
|
|
210
|
+
"Fields define the columns in your table.": "Felder definieren die Spalten Ihrer Tabelle.",
|
|
211
|
+
"Add field to table": "Feld hinzufügen",
|
|
212
212
|
"Table %s already exists": "Tabelle %s existiert bereits",
|
|
213
|
-
"Invalid table name %s": "
|
|
214
|
-
"Create from CSV upload": "
|
|
215
|
-
"Your tables": "
|
|
216
|
-
"Create table": "
|
|
213
|
+
"Invalid table name %s": "Ungültiger Tabellenname %s",
|
|
214
|
+
"Create from CSV upload": "Aus CSV-Upload erstellen",
|
|
215
|
+
"Your tables": "Ihre Tabellen",
|
|
216
|
+
"Create table": "Tabelle erstellen",
|
|
217
217
|
"Table saved": "Tabelle gespeichert",
|
|
218
|
-
"Create table from CSV file": "
|
|
218
|
+
"Create table from CSV file": "Tabelle aus CSV erstellen",
|
|
219
219
|
"Create from CSV": "Aus CSV erstellen",
|
|
220
220
|
"File": "Datei",
|
|
221
|
-
"Created table %s.": "
|
|
222
|
-
"Table %s deleted": "
|
|
223
|
-
"Table": "
|
|
221
|
+
"Created table %s.": "Tabelle %s erstellt.",
|
|
222
|
+
"Table %s deleted": "Tabelle %s gelöscht",
|
|
223
|
+
"Table": "Tabelle",
|
|
224
224
|
"Your views": "Ihre Ansichten",
|
|
225
225
|
"Configure": "Konfigurieren",
|
|
226
226
|
"First, please give some basic information about the view.": "Bitte geben Sie zunächst einige grundlegende Informationen zur Ansicht an.",
|
|
227
|
-
"View name": "
|
|
228
|
-
"Views are based on a view template": "
|
|
229
|
-
"Edit view": "
|
|
230
|
-
"Edit %s view": "%s
|
|
227
|
+
"View name": "Name der Ansicht",
|
|
228
|
+
"Views are based on a view template": "Ansichten basieren auf einer Ansichtsvorlage",
|
|
229
|
+
"Edit view": "Ansicht barebeiten",
|
|
230
|
+
"Edit %s view": "Ansicht %s bearbeiten",
|
|
231
231
|
"Create view": "Ansicht erstellen",
|
|
232
|
-
"View deleted": "
|
|
232
|
+
"View deleted": "Ansicht gelöscht",
|
|
233
233
|
"Display data from this table": "Daten aus dieser Tabelle anzeigen",
|
|
234
234
|
"Role required to run view": "Rolle erforderlich, um die Ansicht auszuführen",
|
|
235
235
|
"On root page": "Auf der Stammseite",
|
|
@@ -238,38 +238,38 @@
|
|
|
238
238
|
"A short name that will be in your URL": "Ein kurzer Name, der in Ihrer URL enthalten sein wird",
|
|
239
239
|
"Title": "Titel",
|
|
240
240
|
"Page title": "Seitentitel",
|
|
241
|
-
"A longer description": "
|
|
242
|
-
"Role required to access page": "
|
|
243
|
-
"Page attributes": "
|
|
244
|
-
"Page configuration": "
|
|
245
|
-
"Fixed state for %s view": "
|
|
246
|
-
"Set fixed states for views": "
|
|
241
|
+
"A longer description": "Eine ausfürliche Beschreibung",
|
|
242
|
+
"Role required to access page": "Benötigte Rolle für Seitenzugriff",
|
|
243
|
+
"Page attributes": "Seitenattribute",
|
|
244
|
+
"Page configuration": "Seitenkonfiguration",
|
|
245
|
+
"Fixed state for %s view": "Fester Zustand für %s Ansicht",
|
|
246
|
+
"Set fixed states for views": "Feste Zustände für Ansichten setzen",
|
|
247
247
|
"Page %s saved": "Seite %s gespeichert",
|
|
248
|
-
"Your pages": "
|
|
248
|
+
"Your pages": "Ihre Seiten",
|
|
249
249
|
"Add page": "Seite hinzufügen",
|
|
250
250
|
"Root pages": "Stammseiten",
|
|
251
|
-
"The root page is the page that is served when the user visits the home location (/). This can be set for each user role.": "
|
|
252
|
-
"Root pages updated": "
|
|
253
|
-
"Page deleted": "
|
|
254
|
-
"Basic properties": "
|
|
255
|
-
"Attributes": "
|
|
256
|
-
"Summary": "
|
|
251
|
+
"The root page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Die Startseite wird Benutzer beim Aufruf der Stammseite angezeigt (/). Sie kann für jede Benutzerrole gesetzt werden.",
|
|
252
|
+
"Root pages updated": "Stammseiten aktualisiert",
|
|
253
|
+
"Page deleted": "Seite gelöscht",
|
|
254
|
+
"Basic properties": "Grundlegende Eigenschaften",
|
|
255
|
+
"Attributes": "Attribute",
|
|
256
|
+
"Summary": "Zusammenfassung",
|
|
257
257
|
"Default": "Standard",
|
|
258
258
|
"Edit field": "Feld bearbeiten",
|
|
259
|
-
"Edit %s field": "
|
|
260
|
-
"New field": "
|
|
259
|
+
"Edit %s field": "Feld %s bearbeiten",
|
|
260
|
+
"New field": "Neues Feld",
|
|
261
261
|
"New field:": "Neues Feld:",
|
|
262
262
|
"Field attributes": "Feldattribute",
|
|
263
263
|
"Field %s created": "Feld %s erstellt",
|
|
264
|
-
"Summary field": "
|
|
265
|
-
"A default value is required when adding required fields to nonempty tables": "
|
|
264
|
+
"Summary field": "Feld für Zusammenfassung",
|
|
265
|
+
"A default value is required when adding required fields to nonempty tables": "Ein Standardwert ist beim hinzufügen von Pflichtfeldern notwendig",
|
|
266
266
|
"Create user": "Benutzer erstellen",
|
|
267
|
-
"Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "Bitte erstellen Sie Ihr erstes Benutzerkonto, das über Administratorrechte verfügt. Sie können
|
|
267
|
+
"Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "Bitte erstellen Sie Ihr erstes Benutzerkonto, das über Administratorrechte verfügt. Sie können später weitere Benutzer hinzufügen und ihnen Administratorrechte erteilen.",
|
|
268
268
|
"Create first user": "Ersten Benutzer erstellen",
|
|
269
|
-
"Create an account": "Ein
|
|
270
|
-
"No views defined": "
|
|
271
|
-
"Views define how table rows are displayed to the user": "
|
|
272
|
-
"Field %s saved": "
|
|
269
|
+
"Create an account": "Ein Benutzerkonto erstellen",
|
|
270
|
+
"No views defined": "keine Ansichten definiert",
|
|
271
|
+
"Views define how table rows are displayed to the user": "Ansichten definieren wie Tabellen für Nutzer dargestellt werden",
|
|
272
|
+
"Field %s saved": "Feld %s gespeichert",
|
|
273
273
|
"View configuration": "Konfiguration anzeigen",
|
|
274
|
-
"Field %s deleted": "
|
|
274
|
+
"Field %s deleted": "Feld %s gelöscht"
|
|
275
275
|
}
|
package/locales/en.json
CHANGED
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"new": "new",
|
|
295
295
|
"Password does not match": "Password does not match",
|
|
296
296
|
"Not allowed to write to table %s": "Not allowed to write to table %s",
|
|
297
|
-
"Login
|
|
297
|
+
"Login successful": "Login successful",
|
|
298
298
|
"Welcome, %s!": "Welcome, %s!",
|
|
299
299
|
"Error: missing name or file": "Error: missing name or file",
|
|
300
300
|
"Restart server.": "Restart server.",
|
|
@@ -871,8 +871,6 @@
|
|
|
871
871
|
"Place in dropdown": "Place in dropdown",
|
|
872
872
|
"Hide null columns": "Hide null columns",
|
|
873
873
|
"Do not display a column if it contains entirely missing values": "Do not display a column if it contains entirely missing values",
|
|
874
|
-
"Show a warning to users creating a tenant disclaiming warrenty of availability or security": "Show a warning to users creating a tenant disclaiming warrenty of availability or security",
|
|
875
|
-
"Set to 0 for expration at the end of browser session": "Set to 0 for expration at the end of browser session",
|
|
876
874
|
"Could not verify code": "Could not verify code",
|
|
877
875
|
"Disable two-factor authentication": "Disable two-factor authentication",
|
|
878
876
|
"Enter your two-factor code in order to disable it": "Enter your two-factor code in order to disable it",
|
|
@@ -889,5 +887,10 @@
|
|
|
889
887
|
"Default order descending?": "Default order descending?",
|
|
890
888
|
"This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.",
|
|
891
889
|
"Destination view": "Destination view",
|
|
892
|
-
"Finish": "Finish"
|
|
893
|
-
|
|
890
|
+
"Finish": "Finish",
|
|
891
|
+
"Include in full-text search": "Include in full-text search",
|
|
892
|
+
"Strings": "Strings",
|
|
893
|
+
"In default language": "In default language",
|
|
894
|
+
"In %s": "In %s",
|
|
895
|
+
"Enable TWA": "Enable TWA"
|
|
896
|
+
}
|
package/locales/it.json
CHANGED
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"new": "nuovo",
|
|
294
294
|
"Password does not match": "La password non corrisponde",
|
|
295
295
|
"Not allowed to write to table %s": "Non autorizzato a scrivere nella tabella %s",
|
|
296
|
-
"Login
|
|
296
|
+
"Login successful": "Accesso riuscito",
|
|
297
297
|
"Welcome, %s!": "Benvenuto, %s!",
|
|
298
298
|
"Error: missing name or file": "Errore: nome o file mancante",
|
|
299
299
|
"Restart server.": "Riavvia il server.",
|