@strapi/admin 4.7.0-exp.3d6a31eb083e9d44afcf98f68c107fb7567e5720 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/components/Notifications/Notification/index.js +8 -1
- package/admin/src/hooks/index.js +2 -0
- package/admin/src/hooks/useLicenseLimitNotification/index.js +5 -0
- package/admin/src/hooks/useLicenseLimits/index.js +3 -0
- package/admin/src/pages/HomePage/index.js +2 -0
- package/admin/src/pages/SettingsPage/components/Tokens/LifeSpanInput/index.js +1 -1
- package/admin/src/pages/SettingsPage/components/Tokens/Regenerate/index.js +5 -5
- package/admin/src/pages/SettingsPage/components/Tokens/Table/index.js +1 -1
- package/admin/src/pages/SettingsPage/components/Tokens/TokenBox/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/components/FormApiTokenContainer/index.js +4 -4
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/components/Regenerate/index.js +5 -5
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +2 -2
- package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/components/AdminSeatInfo/index.js +5 -0
- package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +2 -0
- package/admin/src/pages/SettingsPage/pages/TransferTokens/ListView/utils/tableHeaders.js +4 -4
- package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +1 -4
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/CreateAction/index.js +24 -0
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +4 -1
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +25 -31
- package/admin/src/translations/ca.json +6 -6
- package/admin/src/translations/de.json +6 -6
- package/admin/src/translations/dk.json +6 -6
- package/admin/src/translations/en.json +209 -184
- package/admin/src/translations/es.json +6 -6
- package/admin/src/translations/eu.json +19 -19
- package/admin/src/translations/fr.json +6 -6
- package/admin/src/translations/hi.json +6 -6
- package/admin/src/translations/hu.json +19 -19
- package/admin/src/translations/ja.json +6 -6
- package/admin/src/translations/ko.json +6 -6
- package/admin/src/translations/ml.json +6 -6
- package/admin/src/translations/nl.json +19 -19
- package/admin/src/translations/pl.json +6 -6
- package/admin/src/translations/pt-BR.json +6 -6
- package/admin/src/translations/ru.json +865 -785
- package/admin/src/translations/sa.json +6 -6
- package/admin/src/translations/sk.json +2 -2
- package/admin/src/translations/sv.json +19 -19
- package/admin/src/translations/tr.json +19 -19
- package/admin/src/translations/zh-Hans.json +6 -6
- package/admin/src/translations/zh.json +19 -19
- package/build/4649.ffa2f59a.chunk.js +30 -0
- package/build/7259.cd2f7bad.chunk.js +1 -0
- package/build/{Admin-authenticatedApp.368164a1.chunk.js → Admin-authenticatedApp.bce108cd.chunk.js} +6 -6
- package/build/Admin_homePage.cec3f510.chunk.js +70 -0
- package/build/Admin_settingsPage.f6d02df6.chunk.js +178 -0
- package/build/admin-app.d3b3237b.chunk.js +112 -0
- package/build/admin-edit-users.f06c4a53.chunk.js +10 -0
- package/build/admin-users.8c9bfda4.chunk.js +11 -0
- package/build/audit-logs-settings-page.7be97e82.chunk.js +1 -0
- package/build/ca-json.59c4502c.chunk.js +1 -0
- package/build/de-json.dbc2cf1b.chunk.js +1 -0
- package/build/dk-json.52f67b15.chunk.js +1 -0
- package/build/en-json.e688dfe2.chunk.js +1 -0
- package/build/es-json.c40c57dd.chunk.js +1 -0
- package/build/eu-json.6702a0d2.chunk.js +1 -0
- package/build/fr-json.ea9ec573.chunk.js +1 -0
- package/build/hi-json.14a17920.chunk.js +1 -0
- package/build/hu-json.33172d09.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/ja-json.3008b720.chunk.js +1 -0
- package/build/ko-json.7d2f95b1.chunk.js +1 -0
- package/build/ml-json.3e69969b.chunk.js +1 -0
- package/build/nl-json.641782d5.chunk.js +1 -0
- package/build/pl-json.05814145.chunk.js +1 -0
- package/build/pt-BR-json.d72350de.chunk.js +1 -0
- package/build/ru-json.c4a4f50b.chunk.js +1 -0
- package/build/{runtime~main.725b20df.js → runtime~main.bc7de2d8.js} +2 -2
- package/build/sa-json.e5e7ccaf.chunk.js +1 -0
- package/build/{sk-json.7bbeb0af.chunk.js → sk-json.3529b8aa.chunk.js} +1 -1
- package/build/sv-json.207afc0d.chunk.js +1 -0
- package/build/tr-json.f1a0d19d.chunk.js +1 -0
- package/build/{transfer-tokens-list-page.1e15926d.chunk.js → transfer-tokens-list-page.c6f8039a.chunk.js} +1 -1
- package/build/zh-Hans-json.6e26e359.chunk.js +1 -0
- package/build/zh-json.085a34f4.chunk.js +1 -0
- package/ee/admin/hooks/index.js +2 -0
- package/ee/admin/hooks/useLicenseLimitNotification/index.js +87 -0
- package/ee/admin/hooks/useLicenseLimits/index.js +31 -0
- package/ee/admin/pages/SettingsPage/pages/ApplicationInfosPage/components/AdminSeatInfo/index.js +88 -0
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/Modal/ActionBody.js +1 -1
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/utils/getDisplayedFilters.js +21 -10
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/utils/tableHeaders.js +1 -1
- package/ee/admin/pages/SettingsPage/pages/Users/ListPage/CreateAction/index.js +51 -0
- package/ee/server/bootstrap.js +1 -1
- package/ee/server/controllers/admin.js +48 -0
- package/ee/server/controllers/index.js +1 -0
- package/ee/server/controllers/user.js +95 -3
- package/ee/server/routes/index.js +23 -0
- package/ee/server/services/audit-logs.js +15 -5
- package/ee/server/services/index.js +2 -0
- package/ee/server/services/seat-enforcement.js +114 -0
- package/ee/server/services/user.js +234 -0
- package/package.json +9 -9
- package/server/middlewares/data-transfer.js +26 -0
- package/server/middlewares/index.js +1 -0
- package/server/routes/transfer.js +7 -9
- package/server/services/transfer/index.js +1 -0
- package/server/services/transfer/token.js +18 -3
- package/server/services/transfer/utils.js +38 -0
- package/admin/src/pages/SettingsPage/components/Tokens/FormiTokenContainer/LifeSpanInput.js +0 -95
- package/build/4649.b7e84a29.chunk.js +0 -30
- package/build/7259.3f04094f.chunk.js +0 -1
- package/build/Admin_homePage.1f10437f.chunk.js +0 -78
- package/build/Admin_settingsPage.5a329b58.chunk.js +0 -178
- package/build/admin-app.df9adf93.chunk.js +0 -112
- package/build/admin-edit-users.08a60ea2.chunk.js +0 -10
- package/build/admin-users.74f5629d.chunk.js +0 -11
- package/build/audit-logs-settings-page.bc1784fe.chunk.js +0 -1
- package/build/ca-json.4d999055.chunk.js +0 -1
- package/build/de-json.866f8a28.chunk.js +0 -1
- package/build/dk-json.10f7b1d1.chunk.js +0 -1
- package/build/en-json.8e5451b1.chunk.js +0 -1
- package/build/es-json.ea15c957.chunk.js +0 -1
- package/build/eu-json.3bc24d60.chunk.js +0 -1
- package/build/fr-json.e88fbdfd.chunk.js +0 -1
- package/build/hi-json.df3a7be2.chunk.js +0 -1
- package/build/hu-json.680e6eef.chunk.js +0 -1
- package/build/ja-json.97ee41ba.chunk.js +0 -1
- package/build/ko-json.4cbbf4f2.chunk.js +0 -1
- package/build/ml-json.e3747091.chunk.js +0 -1
- package/build/nl-json.371a15ee.chunk.js +0 -1
- package/build/pl-json.e535cbce.chunk.js +0 -1
- package/build/pt-BR-json.e5fafa46.chunk.js +0 -1
- package/build/ru-json.866f0ff1.chunk.js +0 -1
- package/build/sa-json.7efeb257.chunk.js +0 -1
- package/build/sv-json.dc40951f.chunk.js +0 -1
- package/build/tr-json.b79eae31.chunk.js +0 -1
- package/build/zh-Hans-json.30a18940.chunk.js +0 -1
- package/build/zh-json.49d84433.chunk.js +0 -1
|
@@ -76,97 +76,146 @@
|
|
|
76
76
|
"Roles.ListPage.notification.delete-all-not-allowed": "Some roles could not be deleted since they are associated with users",
|
|
77
77
|
"Roles.ListPage.notification.delete-not-allowed": "A role cannot be deleted if associated with users",
|
|
78
78
|
"Roles.RoleRow.select-all": "Select {name} for bulk actions",
|
|
79
|
-
"Roles.RoleRow.user-count": "{number, plural, =0 {#
|
|
79
|
+
"Roles.RoleRow.user-count": "{number, plural, =0 {# user} one {# user} other {# users}}",
|
|
80
80
|
"Roles.components.List.empty.withSearch": "There is no role corresponding to the search ({search})...",
|
|
81
|
-
"Settings.PageTitle": "Settings
|
|
81
|
+
"Settings.PageTitle": "Settings — {name}",
|
|
82
|
+
"Settings.apiTokens.ListView.headers.createdAt": "Created at",
|
|
83
|
+
"Settings.apiTokens.ListView.headers.description": "Description",
|
|
84
|
+
"Settings.apiTokens.ListView.headers.lastUsedAt": "Last used",
|
|
85
|
+
"Settings.apiTokens.ListView.headers.name": "Name",
|
|
86
|
+
"Settings.apiTokens.ListView.headers.type": "Token type",
|
|
87
|
+
"Settings.apiTokens.regenerate": "Regenerate",
|
|
88
|
+
"Settings.apiTokens.createPage.title": "Create API Token",
|
|
89
|
+
"Settings.transferTokens.createPage.title": "Create Transfer Token",
|
|
90
|
+
"Settings.tokens.RegenerateDialog.title": "Regenerate token",
|
|
82
91
|
"Settings.apiTokens.addFirstToken": "Add your first API Token",
|
|
83
92
|
"Settings.apiTokens.addNewToken": "Add new API Token",
|
|
84
|
-
"Settings.
|
|
85
|
-
"Settings.
|
|
86
|
-
"Settings.
|
|
93
|
+
"Settings.tokens.copy.editMessage": "For security reasons, you can only see your token once.",
|
|
94
|
+
"Settings.tokens.copy.editTitle": "This token isn’t accessible anymore.",
|
|
95
|
+
"Settings.tokens.copy.lastWarning": "Make sure to copy this token, you won’t be able to see it again!",
|
|
87
96
|
"Settings.apiTokens.create": "Create new API Token",
|
|
97
|
+
"Settings.apiTokens.createPage.permissions.description": "Only actions bound by a route are listed below.",
|
|
98
|
+
"Settings.apiTokens.createPage.permissions.title": "Permissions",
|
|
88
99
|
"Settings.apiTokens.description": "List of generated tokens to consume the API",
|
|
100
|
+
"Settings.apiTokens.createPage.BoundRoute.title": "Bound route to",
|
|
101
|
+
"Settings.apiTokens.createPage.permissions.header.title": "Advanced settings",
|
|
102
|
+
"Settings.apiTokens.createPage.permissions.header.hint": "Select the application's actions or the plugin's actions and click on the cog icon to display the bound route",
|
|
103
|
+
"Settings.tokens.duration.30-days": "30 days",
|
|
104
|
+
"Settings.tokens.duration.7-days": "7 days",
|
|
105
|
+
"Settings.tokens.duration.90-days": "90 days",
|
|
106
|
+
"Settings.tokens.duration.expiration-date": "Expiration date",
|
|
107
|
+
"Settings.tokens.duration.unlimited": "Unlimited",
|
|
89
108
|
"Settings.apiTokens.emptyStateLayout": "You don’t have any content yet...",
|
|
90
|
-
"Settings.
|
|
91
|
-
"Settings.
|
|
92
|
-
"Settings.
|
|
93
|
-
"Settings.
|
|
94
|
-
"Settings.
|
|
95
|
-
"Settings.
|
|
96
|
-
"Settings.
|
|
97
|
-
"Settings.
|
|
98
|
-
"Settings.
|
|
99
|
-
"Settings.
|
|
100
|
-
"Settings.
|
|
101
|
-
"Settings.
|
|
102
|
-
"Settings.apiTokens.duration.unlimited": "Unlimited",
|
|
103
|
-
"Settings.apiTokens.form.duration": "Token duration",
|
|
104
|
-
"Settings.apiTokens.form.type": "Token type",
|
|
105
|
-
"Settings.apiTokens.duration.expiration-date": "Expiration date",
|
|
106
|
-
"Settings.apiTokens.createPage.permissions.title": "Permissions",
|
|
107
|
-
"Settings.apiTokens.createPage.permissions.description": "Only actions bound by a route are listed below.",
|
|
108
|
-
"Settings.apiTokens.RegenerateDialog.title": "Regenerate token",
|
|
109
|
-
"Settings.apiTokens.popUpWarning.message": "Are you sure you want to regenerate this token?",
|
|
110
|
-
"Settings.apiTokens.Button.cancel": "Cancel",
|
|
111
|
-
"Settings.apiTokens.Button.regenerate": "Regenerate",
|
|
109
|
+
"Settings.tokens.form.duration": "Token duration",
|
|
110
|
+
"Settings.tokens.form.type": "Token type",
|
|
111
|
+
"Settings.tokens.form.name": "Name",
|
|
112
|
+
"Settings.tokens.form.description": "Description",
|
|
113
|
+
"Settings.tokens.notification.copied": "Token copied to clipboard.",
|
|
114
|
+
"Settings.tokens.popUpWarning.message": "Are you sure you want to regenerate this token?",
|
|
115
|
+
"Settings.tokens.Button.cancel": "Cancel",
|
|
116
|
+
"Settings.tokens.Button.regenerate": "Regenerate",
|
|
117
|
+
"Settings.tokens.types.full-access": "Full access",
|
|
118
|
+
"Settings.tokens.types.read-only": "Read-only",
|
|
119
|
+
"Settings.tokens.types.custom": "Custom",
|
|
120
|
+
"Settings.tokens.regenerate": "Regenerate",
|
|
112
121
|
"Settings.transferTokens.title": "Transfer Tokens",
|
|
113
122
|
"Settings.transferTokens.description": "List of generated transfer tokens",
|
|
114
123
|
"Settings.transferTokens.create": "Create new Transfer Token",
|
|
115
124
|
"Settings.transferTokens.addFirstToken": "Add your first Transfer Token",
|
|
116
125
|
"Settings.transferTokens.addNewToken": "Add new Transfer Token",
|
|
117
126
|
"Settings.transferTokens.emptyStateLayout": "You don’t have any content yet...",
|
|
118
|
-
"Settings.
|
|
119
|
-
"Settings.
|
|
127
|
+
"Settings.tokens.ListView.headers.name": "Name",
|
|
128
|
+
"Settings.tokens.ListView.headers.description": "Description",
|
|
120
129
|
"Settings.transferTokens.ListView.headers.type": "Token type",
|
|
121
|
-
"Settings.
|
|
122
|
-
"Settings.
|
|
123
|
-
"Settings.application.
|
|
124
|
-
"Settings.application.
|
|
125
|
-
"Settings.application.
|
|
126
|
-
"Settings.application.ee-or-ce": "{communityEdition, select, true {Community Edition} other {Enterprise Edition}}",
|
|
127
|
-
"Settings.application.link-pricing": "See all pricing plans",
|
|
128
|
-
"Settings.application.link-upgrade": "Upgrade your admin panel",
|
|
129
|
-
"Settings.application.node-version": "node version",
|
|
130
|
-
"Settings.application.strapi-version": "strapi version",
|
|
131
|
-
"Settings.application.strapiVersion": "strapi version",
|
|
132
|
-
"Settings.application.title": "Overview",
|
|
130
|
+
"Settings.tokens.ListView.headers.createdAt": "Created at",
|
|
131
|
+
"Settings.tokens.ListView.headers.lastUsedAt": "Last used",
|
|
132
|
+
"Settings.application.ee.admin-seats.count": "<text>{enforcementUserCount}</text>/{permittedSeats}",
|
|
133
|
+
"Settings.application.ee.admin-seats.at-limit-tooltip": "At limit: add seats to invite more users",
|
|
134
|
+
"Settings.application.ee.admin-seats.add-seats": "{isHostedOnStrapiCloud, select, true {Add seats} other {Contact sales}}",
|
|
133
135
|
"Settings.application.customization": "Customization",
|
|
134
|
-
"Settings.application.customization.
|
|
135
|
-
"Settings.application.customization.carousel
|
|
136
|
+
"Settings.application.customization.auth-logo.carousel-hint": "Replace the logo in the authentication pages",
|
|
137
|
+
"Settings.application.customization.carousel-hint": "Change the admin panel logo (Max dimension: {dimension}x{dimension}, Max file size: {size}KB)",
|
|
138
|
+
"Settings.application.customization.carousel-slide.label": "Logo slide",
|
|
136
139
|
"Settings.application.customization.carousel.auth-logo.title": "Auth logo",
|
|
137
140
|
"Settings.application.customization.carousel.change-action": "Change logo",
|
|
141
|
+
"Settings.application.customization.carousel.menu-logo.title": "Menu logo",
|
|
138
142
|
"Settings.application.customization.carousel.reset-action": "Reset logo",
|
|
139
|
-
"Settings.application.customization.carousel
|
|
143
|
+
"Settings.application.customization.carousel.title": "Logo",
|
|
140
144
|
"Settings.application.customization.menu-logo.carousel-hint": "Replace the logo in the main navigation",
|
|
141
|
-
"Settings.application.customization.auth-logo.carousel-hint": "Replace the logo in the authentication pages",
|
|
142
145
|
"Settings.application.customization.modal.cancel": "Cancel",
|
|
143
|
-
"Settings.application.customization.modal.
|
|
146
|
+
"Settings.application.customization.modal.pending": "Pending logo",
|
|
147
|
+
"Settings.application.customization.modal.pending.card-badge": "image",
|
|
148
|
+
"Settings.application.customization.modal.pending.choose-another": "Choose another logo",
|
|
149
|
+
"Settings.application.customization.modal.pending.subtitle": "Manage the chosen logo before uploading it",
|
|
150
|
+
"Settings.application.customization.modal.pending.title": "Logo ready to upload",
|
|
151
|
+
"Settings.application.customization.modal.pending.upload": "Upload logo",
|
|
144
152
|
"Settings.application.customization.modal.tab.label": "How do you want to upload your assets?",
|
|
145
|
-
"Settings.application.customization.modal.upload
|
|
146
|
-
"Settings.application.customization.modal.upload.file-validation": "Max dimension: {dimension}x{dimension}, Max size: {size}KB",
|
|
147
|
-
"Settings.application.customization.modal.upload.error-format": "Wrong format uploaded (accepted formats only: jpeg, jpg, png, svg).",
|
|
148
|
-
"Settings.application.customization.modal.upload.error-size": "The file uploaded is too large (max dimension: {dimension}x{dimension}, max file size: {size}KB)",
|
|
149
|
-
"Settings.application.customization.modal.upload.error-network": "Network error",
|
|
153
|
+
"Settings.application.customization.modal.upload": "Upload logo",
|
|
150
154
|
"Settings.application.customization.modal.upload.cta.browse": "Browse files",
|
|
151
155
|
"Settings.application.customization.modal.upload.drag-drop": "Drag and Drop here or",
|
|
152
|
-
"Settings.application.customization.modal.upload.
|
|
156
|
+
"Settings.application.customization.modal.upload.error-format": "Wrong format uploaded (accepted formats only: jpeg, jpg, png, svg).",
|
|
157
|
+
"Settings.application.customization.modal.upload.error-network": "Network error",
|
|
158
|
+
"Settings.application.customization.modal.upload.error-size": "The file uploaded is too large (max dimension: {dimension}x{dimension}, max file size: {size}KB)",
|
|
159
|
+
"Settings.application.customization.modal.upload.file-validation": "Max dimension: {dimension}x{dimension}, Max size: {size}KB",
|
|
160
|
+
"Settings.application.customization.modal.upload.from-computer": "From computer",
|
|
161
|
+
"Settings.application.customization.modal.upload.from-url": "From URL",
|
|
153
162
|
"Settings.application.customization.modal.upload.from-url.input-label": "URL",
|
|
154
163
|
"Settings.application.customization.modal.upload.next": "Next",
|
|
155
|
-
"Settings.application.customization.
|
|
156
|
-
"Settings.application.
|
|
157
|
-
"Settings.application.
|
|
158
|
-
"Settings.application.
|
|
159
|
-
"Settings.application.
|
|
160
|
-
"Settings.application.
|
|
164
|
+
"Settings.application.customization.size-details": "Max dimension: {dimension}×{dimension}, Max file size: {size}KB",
|
|
165
|
+
"Settings.application.description": "Administration panel’s global information",
|
|
166
|
+
"Settings.application.edition-title": "current plan",
|
|
167
|
+
"Settings.application.ee-or-ce": "{communityEdition, select, true {Community Edition} other {Enterprise Edition}}",
|
|
168
|
+
"Settings.application.get-help": "Get help",
|
|
169
|
+
"Settings.application.link-pricing": "See all pricing plans",
|
|
170
|
+
"Settings.application.link-upgrade": "Upgrade your admin panel",
|
|
171
|
+
"Settings.application.node-version": "node version",
|
|
172
|
+
"Settings.application.strapi-version": "Strapi version",
|
|
173
|
+
"Settings.application.strapiVersion": "Strapi version",
|
|
174
|
+
"Settings.application.title": "Overview",
|
|
161
175
|
"Settings.error": "Error",
|
|
162
176
|
"Settings.global": "Global Settings",
|
|
163
177
|
"Settings.permissions": "Administration panel",
|
|
178
|
+
"Settings.permissions.auditLogs.action": "Action",
|
|
179
|
+
"Settings.permissions.auditLogs.admin.auth.success": "Admin login",
|
|
180
|
+
"Settings.permissions.auditLogs.admin.logout": "Admin logout",
|
|
181
|
+
"Settings.permissions.auditLogs.component.create": "Create component",
|
|
182
|
+
"Settings.permissions.auditLogs.component.delete": "Delete component",
|
|
183
|
+
"Settings.permissions.auditLogs.component.update": "Update component",
|
|
184
|
+
"Settings.permissions.auditLogs.content-type.create": "Create content type",
|
|
185
|
+
"Settings.permissions.auditLogs.content-type.delete": "Delete content type",
|
|
186
|
+
"Settings.permissions.auditLogs.content-type.update": "Update content type",
|
|
187
|
+
"Settings.permissions.auditLogs.date": "Date",
|
|
188
|
+
"Settings.permissions.auditLogs.details": "Log Details",
|
|
189
|
+
"Settings.permissions.auditLogs.entry.create": "Create entry{model, select, undefined {} other { ({model})}}",
|
|
190
|
+
"Settings.permissions.auditLogs.entry.delete": "Delete entry{model, select, undefined {} other { ({model})}}",
|
|
191
|
+
"Settings.permissions.auditLogs.entry.publish": "Publish entry {model, select, undefined {} other {({model})}}",
|
|
192
|
+
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry{model, select, undefined {} other { ({model})}}",
|
|
193
|
+
"Settings.permissions.auditLogs.entry.update": "Update entry{model, select, undefined {} other { ({model})}}",
|
|
194
|
+
"Settings.permissions.auditLogs.filters.combobox.aria-label": "Search and select an option to filter",
|
|
195
|
+
"Settings.permissions.auditLogs.listview.header.subtitle": "Logs of all the activities that happened in your environment",
|
|
196
|
+
"Settings.permissions.auditLogs.media.create": "Create media",
|
|
197
|
+
"Settings.permissions.auditLogs.media.delete": "Delete media",
|
|
198
|
+
"Settings.permissions.auditLogs.media.update": "Update media",
|
|
199
|
+
"Settings.permissions.auditLogs.payload": "Payload",
|
|
200
|
+
"Settings.permissions.auditLogs.permission.create": "Create permission",
|
|
201
|
+
"Settings.permissions.auditLogs.permission.delete": "Delete permission",
|
|
202
|
+
"Settings.permissions.auditLogs.permission.update": "Update permission",
|
|
203
|
+
"Settings.permissions.auditLogs.role.create": "Create role",
|
|
204
|
+
"Settings.permissions.auditLogs.role.delete": "Delete role",
|
|
205
|
+
"Settings.permissions.auditLogs.role.update": "Update role",
|
|
206
|
+
"Settings.permissions.auditLogs.user": "User",
|
|
207
|
+
"Settings.permissions.auditLogs.user.create": "Create user",
|
|
208
|
+
"Settings.permissions.auditLogs.user.delete": "Delete user",
|
|
209
|
+
"Settings.permissions.auditLogs.user.fullname": "{firstname} {lastname}",
|
|
210
|
+
"Settings.permissions.auditLogs.user.update": "Update user",
|
|
211
|
+
"Settings.permissions.auditLogs.userId": "User ID",
|
|
164
212
|
"Settings.permissions.category": "Permissions settings for the {category}",
|
|
165
213
|
"Settings.permissions.category.plugins": "Permissions settings for the {category} plugin",
|
|
166
214
|
"Settings.permissions.conditions.anytime": "Anytime",
|
|
167
215
|
"Settings.permissions.conditions.apply": "Apply",
|
|
168
216
|
"Settings.permissions.conditions.can": "Can",
|
|
169
217
|
"Settings.permissions.conditions.conditions": "Conditions",
|
|
218
|
+
"Settings.permissions.conditions.define-conditions": "Define conditions",
|
|
170
219
|
"Settings.permissions.conditions.links": "Links",
|
|
171
220
|
"Settings.permissions.conditions.no-actions": "You first need to select actions (create, read, update, ...) before defining conditions on them.",
|
|
172
221
|
"Settings.permissions.conditions.none-selected": "Anytime",
|
|
@@ -174,67 +223,31 @@
|
|
|
174
223
|
"Settings.permissions.conditions.when": "When",
|
|
175
224
|
"Settings.permissions.select-all-by-permission": "Select all {label} permissions",
|
|
176
225
|
"Settings.permissions.select-by-permission": "Select {label} permission",
|
|
226
|
+
"Settings.permissions.users.active": "Active",
|
|
177
227
|
"Settings.permissions.users.create": "Invite new user",
|
|
178
228
|
"Settings.permissions.users.email": "Email",
|
|
179
229
|
"Settings.permissions.users.firstname": "Firstname",
|
|
180
|
-
"Settings.permissions.users.lastname": "Lastname",
|
|
181
|
-
"Settings.permissions.users.user-status": "User status",
|
|
182
|
-
"Settings.permissions.users.roles": "Roles",
|
|
183
|
-
"Settings.permissions.users.username": "Username",
|
|
184
|
-
"Settings.permissions.users.active": "Active",
|
|
185
|
-
"Settings.permissions.users.inactive": "Inactive",
|
|
186
230
|
"Settings.permissions.users.form.sso": "Connect with SSO",
|
|
187
231
|
"Settings.permissions.users.form.sso.description": "When enabled (ON), users can login via SSO",
|
|
232
|
+
"Settings.permissions.users.inactive": "Inactive",
|
|
233
|
+
"Settings.permissions.users.lastname": "Lastname",
|
|
188
234
|
"Settings.permissions.users.listview.header.subtitle": "All the users who have access to the Strapi admin panel",
|
|
189
|
-
"Settings.permissions.users.
|
|
190
|
-
"Settings.permissions.users.strapi-super-admin": "Super Admin",
|
|
191
|
-
"Settings.permissions.users.strapi-editor": "Editor",
|
|
235
|
+
"Settings.permissions.users.roles": "Roles",
|
|
192
236
|
"Settings.permissions.users.strapi-author": "Author",
|
|
193
|
-
"Settings.permissions.
|
|
194
|
-
"Settings.permissions.
|
|
195
|
-
"Settings.permissions.
|
|
196
|
-
"Settings.permissions.
|
|
197
|
-
"Settings.permissions.
|
|
198
|
-
"Settings.permissions.auditLogs.details": "Log Details",
|
|
199
|
-
"Settings.permissions.auditLogs.payload": "Payload",
|
|
200
|
-
"Settings.permissions.auditLogs.listview.header.subtitle": "Logs of all the activities that happened in your environment",
|
|
201
|
-
"Settings.permissions.auditLogs.entry.create": "Create entry{model, select, undefined {} other { ({model})}}",
|
|
202
|
-
"Settings.permissions.auditLogs.entry.update": "Update entry{model, select, undefined {} other { ({model})}}",
|
|
203
|
-
"Settings.permissions.auditLogs.entry.delete": "Delete entry{model, select, undefined {} other { ({model})}}",
|
|
204
|
-
"Settings.permissions.auditLogs.entry.publish": "Publish entry {model, select, undefined {} other {({model})}}",
|
|
205
|
-
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry{model, select, undefined {} other { ({model})}}",
|
|
206
|
-
"Settings.permissions.auditLogs.media.create": "Create media",
|
|
207
|
-
"Settings.permissions.auditLogs.media.update": "Update media",
|
|
208
|
-
"Settings.permissions.auditLogs.media.delete": "Delete media",
|
|
209
|
-
"Settings.permissions.auditLogs.user.create": "Create user",
|
|
210
|
-
"Settings.permissions.auditLogs.user.update": "Update user",
|
|
211
|
-
"Settings.permissions.auditLogs.user.delete": "Delete user",
|
|
212
|
-
"Settings.permissions.auditLogs.admin.auth.success": "Admin login",
|
|
213
|
-
"Settings.permissions.auditLogs.admin.logout": "Admin logout",
|
|
214
|
-
"Settings.permissions.auditLogs.content-type.create": "Create content type",
|
|
215
|
-
"Settings.permissions.auditLogs.content-type.update": "Update content type",
|
|
216
|
-
"Settings.permissions.auditLogs.content-type.delete": "Delete content type",
|
|
217
|
-
"Settings.permissions.auditLogs.component.create": "Create component",
|
|
218
|
-
"Settings.permissions.auditLogs.component.update": "Update component",
|
|
219
|
-
"Settings.permissions.auditLogs.component.delete": "Delete component",
|
|
220
|
-
"Settings.permissions.auditLogs.role.create": "Create role",
|
|
221
|
-
"Settings.permissions.auditLogs.role.update": "Update role",
|
|
222
|
-
"Settings.permissions.auditLogs.role.delete": "Delete role",
|
|
223
|
-
"Settings.permissions.auditLogs.permission.create": "Create permission",
|
|
224
|
-
"Settings.permissions.auditLogs.permission.update": "Update permission",
|
|
225
|
-
"Settings.permissions.auditLogs.permission.delete": "Delete permission",
|
|
226
|
-
"Settings.permissions.auditLogs.filters.combobox.aria-label": "Search and select an option to filter",
|
|
237
|
+
"Settings.permissions.users.strapi-editor": "Editor",
|
|
238
|
+
"Settings.permissions.users.strapi-super-admin": "Super Admin",
|
|
239
|
+
"Settings.permissions.users.tabs.label": "Tabs Permissions",
|
|
240
|
+
"Settings.permissions.users.user-status": "User status",
|
|
241
|
+
"Settings.permissions.users.username": "Username",
|
|
227
242
|
"Settings.profile.form.notify.data.loaded": "Your profile data has been loaded",
|
|
228
243
|
"Settings.profile.form.section.experience.clear.select": "Clear the interface language selected",
|
|
229
244
|
"Settings.profile.form.section.experience.here": "here",
|
|
230
245
|
"Settings.profile.form.section.experience.interfaceLanguage": "Interface language",
|
|
231
246
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "This will only display your own interface in the chosen language.",
|
|
232
247
|
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Preference changes will apply only to you. More information is available {here}.",
|
|
233
|
-
"Settings.profile.form.section.experience.mode.label": "Interface mode",
|
|
234
248
|
"Settings.profile.form.section.experience.mode.hint": "Displays your interface in the chosen mode.",
|
|
249
|
+
"Settings.profile.form.section.experience.mode.label": "Interface mode",
|
|
235
250
|
"Settings.profile.form.section.experience.mode.option-label": "{name} mode",
|
|
236
|
-
"light": "Light",
|
|
237
|
-
"dark": "Dark",
|
|
238
251
|
"Settings.profile.form.section.experience.title": "Experience",
|
|
239
252
|
"Settings.profile.form.section.helmet.title": "User profile",
|
|
240
253
|
"Settings.profile.form.section.profile.page.title": "Profile page",
|
|
@@ -270,7 +283,7 @@
|
|
|
270
283
|
"Settings.webhooks.events.update": "Update",
|
|
271
284
|
"Settings.webhooks.form.events": "Events",
|
|
272
285
|
"Settings.webhooks.form.headers": "Headers",
|
|
273
|
-
"Settings.webhooks.form.url": "
|
|
286
|
+
"Settings.webhooks.form.url": "URL",
|
|
274
287
|
"Settings.webhooks.headers.remove": "Remove header row {number}",
|
|
275
288
|
"Settings.webhooks.key": "Key",
|
|
276
289
|
"Settings.webhooks.list.button.add": "Create new webhook",
|
|
@@ -302,17 +315,24 @@
|
|
|
302
315
|
"Usecase.other": "Other",
|
|
303
316
|
"Usecase.title": "Tell us a bit more about yourself",
|
|
304
317
|
"Username": "Username",
|
|
305
|
-
"Users": "Users",
|
|
306
318
|
"Users & Permissions": "Users & Permissions",
|
|
319
|
+
"Users": "Users",
|
|
307
320
|
"Users.components.List.empty": "There is no users...",
|
|
308
321
|
"Users.components.List.empty.withFilters": "There is no users with the applied filters...",
|
|
309
322
|
"Users.components.List.empty.withSearch": "There is no users corresponding to the search ({search})...",
|
|
310
|
-
"admin.pages.MarketPlacePage.
|
|
311
|
-
"admin.pages.MarketPlacePage.
|
|
323
|
+
"admin.pages.MarketPlacePage.filters.categories": "Categories",
|
|
324
|
+
"admin.pages.MarketPlacePage.filters.categoriesSelected": "{count, plural, =0 {No categories} one {# category} other {# categories}} selected",
|
|
325
|
+
"admin.pages.MarketPlacePage.filters.collections": "Collections",
|
|
326
|
+
"admin.pages.MarketPlacePage.filters.collectionsSelected": "{count, plural, =0 {No Collections} one {# Collection} other {# Collections}} selected",
|
|
327
|
+
"admin.pages.MarketPlacePage.helmet": "Marketplace — Plugins",
|
|
328
|
+
"admin.pages.MarketPlacePage.missingPlugin.description": "Tell us what plugin you are looking for and we'll let our community plugin developers know in case they are in search for inspiration!",
|
|
329
|
+
"admin.pages.MarketPlacePage.missingPlugin.title": "Missing a plugin?",
|
|
312
330
|
"admin.pages.MarketPlacePage.offline.subtitle": "You need to be connected to the Internet to access Strapi Market.",
|
|
313
|
-
"admin.pages.MarketPlacePage.
|
|
331
|
+
"admin.pages.MarketPlacePage.offline.title": "You are offline",
|
|
314
332
|
"admin.pages.MarketPlacePage.plugin.copy": "Copy install command",
|
|
315
333
|
"admin.pages.MarketPlacePage.plugin.copy.success": "Install command ready to be pasted in your terminal",
|
|
334
|
+
"admin.pages.MarketPlacePage.plugin.downloads": "This plugin has {downloadsCount} weekly downloads",
|
|
335
|
+
"admin.pages.MarketPlacePage.plugin.githubStars": "This plugin was starred {starsCount} on GitHub",
|
|
316
336
|
"admin.pages.MarketPlacePage.plugin.info": "Learn more",
|
|
317
337
|
"admin.pages.MarketPlacePage.plugin.info.label": "Learn more about {pluginName}",
|
|
318
338
|
"admin.pages.MarketPlacePage.plugin.info.text": "More",
|
|
@@ -321,39 +341,33 @@
|
|
|
321
341
|
"admin.pages.MarketPlacePage.plugin.tooltip.verified": "Plugin verified by Strapi",
|
|
322
342
|
"admin.pages.MarketPlacePage.plugin.version": "Update your Strapi version: \"{strapiAppVersion}\" to: \"{versionRange}\"",
|
|
323
343
|
"admin.pages.MarketPlacePage.plugin.version.null": "Unable to verify compatibility with your Strapi version: \"{strapiAppVersion}\"",
|
|
324
|
-
"admin.pages.MarketPlacePage.
|
|
325
|
-
"admin.pages.MarketPlacePage.plugin.downloads": "This plugin has {downloadsCount} weekly downloads",
|
|
326
|
-
"admin.pages.MarketPlacePage.providers": "Providers",
|
|
327
|
-
"admin.pages.MarketPlacePage.provider.githubStars": "This provider was starred {starsCount} on GitHub",
|
|
344
|
+
"admin.pages.MarketPlacePage.plugins": "Plugins",
|
|
328
345
|
"admin.pages.MarketPlacePage.provider.downloads": "This provider has {downloadsCount} weekly downloads",
|
|
346
|
+
"admin.pages.MarketPlacePage.provider.githubStars": "This provider was starred {starsCount} on GitHub",
|
|
347
|
+
"admin.pages.MarketPlacePage.providers": "Providers",
|
|
329
348
|
"admin.pages.MarketPlacePage.search.clear": "Clear the search",
|
|
330
349
|
"admin.pages.MarketPlacePage.search.empty": "No result for \"{target}\"",
|
|
331
350
|
"admin.pages.MarketPlacePage.search.placeholder": "Search",
|
|
332
|
-
"admin.pages.MarketPlacePage.submit.plugin.link": "Submit plugin",
|
|
333
|
-
"admin.pages.MarketPlacePage.submit.provider.link": "Submit provider",
|
|
334
|
-
"admin.pages.MarketPlacePage.subtitle": "Get more out of Strapi",
|
|
335
|
-
"admin.pages.MarketPlacePage.tab-group.label": "Plugins and Providers for Strapi",
|
|
336
|
-
"admin.pages.MarketPlacePage.missingPlugin.title": "Missing a plugin?",
|
|
337
|
-
"admin.pages.MarketPlacePage.missingPlugin.description": "Tell us what plugin you are looking for and we'll let our community plugin developers know in case they are in search for inspiration!",
|
|
338
351
|
"admin.pages.MarketPlacePage.sort.alphabetical": "Alphabetical order",
|
|
339
|
-
"admin.pages.MarketPlacePage.sort.newest": "Newest",
|
|
340
352
|
"admin.pages.MarketPlacePage.sort.alphabetical.selected": "Sort by alphabetical order",
|
|
341
|
-
"admin.pages.MarketPlacePage.sort.newest.selected": "Sort by newest",
|
|
342
353
|
"admin.pages.MarketPlacePage.sort.githubStars": "Number of GitHub stars",
|
|
343
354
|
"admin.pages.MarketPlacePage.sort.githubStars.selected": "Sort by GitHub stars",
|
|
355
|
+
"admin.pages.MarketPlacePage.sort.newest": "Newest",
|
|
356
|
+
"admin.pages.MarketPlacePage.sort.newest.selected": "Sort by newest",
|
|
344
357
|
"admin.pages.MarketPlacePage.sort.npmDownloads": "Number of downloads",
|
|
345
358
|
"admin.pages.MarketPlacePage.sort.npmDownloads.selected": "Sort by npm downloads",
|
|
346
|
-
"admin.pages.MarketPlacePage.
|
|
347
|
-
"admin.pages.MarketPlacePage.
|
|
348
|
-
"admin.pages.MarketPlacePage.
|
|
349
|
-
"admin.pages.MarketPlacePage.
|
|
359
|
+
"admin.pages.MarketPlacePage.submit.plugin.link": "Submit plugin",
|
|
360
|
+
"admin.pages.MarketPlacePage.submit.provider.link": "Submit provider",
|
|
361
|
+
"admin.pages.MarketPlacePage.subtitle": "Get more out of Strapi",
|
|
362
|
+
"admin.pages.MarketPlacePage.tab-group.label": "Plugins and Providers for Strapi",
|
|
350
363
|
"anErrorOccurred": "Woops! Something went wrong. Please, try again.",
|
|
351
364
|
"app.component.CopyToClipboard.label": "Copy to clipboard",
|
|
352
365
|
"app.component.search.label": "Search for {target}",
|
|
353
366
|
"app.component.table.duplicate": "Duplicate {target}",
|
|
354
367
|
"app.component.table.edit": "Edit {target}",
|
|
355
|
-
"app.component.table.
|
|
368
|
+
"app.component.table.read": "Read {target}",
|
|
356
369
|
"app.component.table.select.one-entry": "Select {target}",
|
|
370
|
+
"app.component.table.view": "{target} details",
|
|
357
371
|
"app.components.BlockLink.blog": "Blog",
|
|
358
372
|
"app.components.BlockLink.blog.content": "Read the latest news about Strapi and the ecosystem.",
|
|
359
373
|
"app.components.BlockLink.code": "Code examples",
|
|
@@ -373,14 +387,14 @@
|
|
|
373
387
|
"app.components.EmptyAttributes.title": "There are no fields yet",
|
|
374
388
|
"app.components.EmptyStateLayout.content-document": "No content found",
|
|
375
389
|
"app.components.EmptyStateLayout.content-permissions": "You don't have the permissions to access that content",
|
|
376
|
-
"app.components.GuidedTour.CM.create.content": "<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p><p>💡 Quick tip
|
|
390
|
+
"app.components.GuidedTour.CM.create.content": "<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p><p>💡 Quick tip — Don't forget to hit publish on the content you create.</p>",
|
|
377
391
|
"app.components.GuidedTour.CM.create.title": "⚡️ Create content",
|
|
378
|
-
"app.components.GuidedTour.CM.success.content": "<p>Awesome, one last step to go!</p><b>🚀
|
|
392
|
+
"app.components.GuidedTour.CM.success.content": "<p>Awesome, one last step to go!</p><b>🚀 See content in action</b>",
|
|
379
393
|
"app.components.GuidedTour.CM.success.cta.title": "Test the API",
|
|
380
394
|
"app.components.GuidedTour.CM.success.title": "Step 2: Completed ✅",
|
|
381
|
-
"app.components.GuidedTour.CTB.create.content": "<p>Collection
|
|
382
|
-
"app.components.GuidedTour.CTB.create.cta.title": "Build a Collection
|
|
383
|
-
"app.components.GuidedTour.CTB.create.title": "🧠 Create a first Collection
|
|
395
|
+
"app.components.GuidedTour.CTB.create.content": "<p>Collection Types help you manage several entries, Single Types are suitable to manage only one entry.</p> <p>Ex: For a Blog website, Articles would be a Collection Type whereas a Homepage would be a Single Type.</p>",
|
|
396
|
+
"app.components.GuidedTour.CTB.create.cta.title": "Build a Collection Type",
|
|
397
|
+
"app.components.GuidedTour.CTB.create.title": "🧠 Create a first Collection Type",
|
|
384
398
|
"app.components.GuidedTour.CTB.success.content": "<p>Good going!</p><b>⚡️ What would you like to share with the world?</b>",
|
|
385
399
|
"app.components.GuidedTour.CTB.success.title": "Step 1: Completed ✅",
|
|
386
400
|
"app.components.GuidedTour.apiTokens.create.content": "<p>Generate an authentication token here and retrieve the content you just created.</p>",
|
|
@@ -420,11 +434,11 @@
|
|
|
420
434
|
"app.components.LeftMenu.collapse": "Collapse the navbar",
|
|
421
435
|
"app.components.LeftMenu.expand": "Expand the navbar",
|
|
422
436
|
"app.components.LeftMenu.general": "General",
|
|
423
|
-
"app.components.LeftMenu.logout": "Logout",
|
|
424
437
|
"app.components.LeftMenu.logo.alt": "Application logo",
|
|
425
|
-
"app.components.LeftMenu.
|
|
438
|
+
"app.components.LeftMenu.logout": "Logout",
|
|
426
439
|
"app.components.LeftMenu.navbrand.title": "Strapi Dashboard",
|
|
427
440
|
"app.components.LeftMenu.navbrand.workplace": "Workplace",
|
|
441
|
+
"app.components.LeftMenu.plugins": "Plugins",
|
|
428
442
|
"app.components.LeftMenuFooter.help": "Help",
|
|
429
443
|
"app.components.LeftMenuFooter.poweredBy": "Powered by ",
|
|
430
444
|
"app.components.LeftMenuLinkContainer.collectionTypes": "Collection Types",
|
|
@@ -439,19 +453,19 @@
|
|
|
439
453
|
"app.components.ListPluginsPage.helmet.title": "List plugins",
|
|
440
454
|
"app.components.Logout.logout": "Logout",
|
|
441
455
|
"app.components.Logout.profile": "Profile",
|
|
442
|
-
"app.components.MarketplaceBanner": "Discover plugins built by the community, and many more awesome things to kickstart your project, on Strapi
|
|
443
|
-
"app.components.MarketplaceBanner.image.alt": "
|
|
456
|
+
"app.components.MarketplaceBanner": "Discover plugins built by the community, and many more awesome things to kickstart your project, on Strapi Marketplace.",
|
|
457
|
+
"app.components.MarketplaceBanner.image.alt": "A Strapi rocket logo",
|
|
444
458
|
"app.components.MarketplaceBanner.link": "Check it out now",
|
|
445
459
|
"app.components.NotFoundPage.back": "Back to homepage",
|
|
446
460
|
"app.components.NotFoundPage.description": "Not Found",
|
|
447
461
|
"app.components.Official": "Official",
|
|
448
462
|
"app.components.Onboarding.help.button": "Help button",
|
|
449
463
|
"app.components.Onboarding.label.completed": "% completed",
|
|
450
|
-
"app.components.Onboarding.title": "Get started videos",
|
|
451
|
-
"app.components.Onboarding.link.more-videos": "Watch more videos",
|
|
452
464
|
"app.components.Onboarding.link.build-content": "Build a content architecture",
|
|
453
465
|
"app.components.Onboarding.link.manage-content": "Add & manage content",
|
|
454
466
|
"app.components.Onboarding.link.manage-media": "Manage media",
|
|
467
|
+
"app.components.Onboarding.link.more-videos": "Watch more videos",
|
|
468
|
+
"app.components.Onboarding.title": "Get Started Videos",
|
|
455
469
|
"app.components.PluginCard.Button.label.download": "Download",
|
|
456
470
|
"app.components.PluginCard.Button.label.install": "Already installed",
|
|
457
471
|
"app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed": "The autoReload feature needs to be enabled. Please start your app with `yarn develop`.",
|
|
@@ -502,9 +516,9 @@
|
|
|
502
516
|
"app.utils.add-filter": "Add filter",
|
|
503
517
|
"app.utils.close-label": "Close",
|
|
504
518
|
"app.utils.defaultMessage": " ",
|
|
519
|
+
"app.utils.delete": "Delete",
|
|
505
520
|
"app.utils.duplicate": "Duplicate",
|
|
506
521
|
"app.utils.edit": "Edit",
|
|
507
|
-
"app.utils.delete": "Delete",
|
|
508
522
|
"app.utils.errors.file-too-big.message": "The file is too big",
|
|
509
523
|
"app.utils.filter-value": "Filter value",
|
|
510
524
|
"app.utils.filters": "Filters",
|
|
@@ -516,9 +530,8 @@
|
|
|
516
530
|
"app.utils.select-filter": "Select filter",
|
|
517
531
|
"app.utils.unpublish": "Unpublish",
|
|
518
532
|
"clearLabel": "Clear",
|
|
519
|
-
"selectButtonTitle": "Select",
|
|
520
533
|
"coming.soon": "This content is currently under construction and will be back in a few weeks!",
|
|
521
|
-
"component.Input.error.validation.integer": "
|
|
534
|
+
"component.Input.error.validation.integer": "The value must be an integer",
|
|
522
535
|
"components.AutoReloadBlocker.description": "Run Strapi with one of the following commands:",
|
|
523
536
|
"components.AutoReloadBlocker.header": "Reload feature is required for this plugin.",
|
|
524
537
|
"components.ErrorBoundary.title": "Something went wrong...",
|
|
@@ -534,26 +547,26 @@
|
|
|
534
547
|
"components.FilterOptions.FILTER_TYPES.$notNull": "is not null",
|
|
535
548
|
"components.FilterOptions.FILTER_TYPES.$null": "is null",
|
|
536
549
|
"components.FilterOptions.FILTER_TYPES.$startsWith": "starts with",
|
|
537
|
-
"components.Input.error.attribute.key.taken": "
|
|
550
|
+
"components.Input.error.attribute.key.taken": "This value already exists",
|
|
538
551
|
"components.Input.error.attribute.sameKeyAndName": "Can't be equal",
|
|
539
|
-
"components.Input.error.attribute.taken": "
|
|
552
|
+
"components.Input.error.attribute.taken": "This field name already exists",
|
|
540
553
|
"components.Input.error.contain.lowercase": "Password must contain at least one lowercase character",
|
|
541
554
|
"components.Input.error.contain.number": "Password must contain at least one number",
|
|
542
555
|
"components.Input.error.contain.uppercase": "Password must contain at least one uppercase character",
|
|
543
|
-
"components.Input.error.contentTypeName.taken": "
|
|
556
|
+
"components.Input.error.contentTypeName.taken": "This name already exists",
|
|
544
557
|
"components.Input.error.custom-error": "{errorMessage} ",
|
|
545
558
|
"components.Input.error.password.noMatch": "Passwords do not match",
|
|
546
|
-
"components.Input.error.validation.email": "
|
|
547
|
-
"components.Input.error.validation.json": "
|
|
559
|
+
"components.Input.error.validation.email": "This is an invalid email",
|
|
560
|
+
"components.Input.error.validation.json": "This doesn't match the JSON format",
|
|
548
561
|
"components.Input.error.validation.lowercase": "The value must be a lowercase string",
|
|
549
|
-
"components.Input.error.validation.max": "
|
|
550
|
-
"components.Input.error.validation.maxLength": "
|
|
551
|
-
"components.Input.error.validation.min": "
|
|
552
|
-
"components.Input.error.validation.minLength": "
|
|
553
|
-
"components.Input.error.validation.minSupMax": "
|
|
554
|
-
"components.Input.error.validation.regex": "
|
|
555
|
-
"components.Input.error.validation.required": "
|
|
556
|
-
"components.Input.error.validation.unique": "
|
|
562
|
+
"components.Input.error.validation.max": "The value is too high.",
|
|
563
|
+
"components.Input.error.validation.maxLength": "The value is too long.",
|
|
564
|
+
"components.Input.error.validation.min": "The value is too low.",
|
|
565
|
+
"components.Input.error.validation.minLength": "The value is too short.",
|
|
566
|
+
"components.Input.error.validation.minSupMax": "Can't be superior",
|
|
567
|
+
"components.Input.error.validation.regex": "The value does not match the regex.",
|
|
568
|
+
"components.Input.error.validation.required": "This value is required.",
|
|
569
|
+
"components.Input.error.validation.unique": "This value is already used.",
|
|
557
570
|
"components.InputSelect.option.placeholder": "Choose here",
|
|
558
571
|
"components.ListRow.empty": "There is no data to be shown.",
|
|
559
572
|
"components.NotAllowedInput.text": "No permissions to see this field",
|
|
@@ -595,6 +608,7 @@
|
|
|
595
608
|
"content-manager.EditRelations.title": "Relational data",
|
|
596
609
|
"content-manager.HeaderLayout.button.label-add-entry": "Create new entry",
|
|
597
610
|
"content-manager.api.id": "API ID",
|
|
611
|
+
"content-manager.apiError.This attribute must be unique": "{field} must be unique",
|
|
598
612
|
"content-manager.components.AddFilterCTA.add": "Filters",
|
|
599
613
|
"content-manager.components.AddFilterCTA.hide": "Filters",
|
|
600
614
|
"content-manager.components.DragHandle-label": "Drag",
|
|
@@ -634,7 +648,7 @@
|
|
|
634
648
|
"content-manager.components.Select.publish-info-title": "State: Published",
|
|
635
649
|
"content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings": "Customize how the edit view will look like.",
|
|
636
650
|
"content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings": "Define the settings of the list view.",
|
|
637
|
-
"content-manager.components.SettingsViewWrapper.pluginHeader.title": "Configure the view
|
|
651
|
+
"content-manager.components.SettingsViewWrapper.pluginHeader.title": "Configure the view — {name}",
|
|
638
652
|
"content-manager.components.TableDelete.delete": "Delete all",
|
|
639
653
|
"content-manager.components.TableDelete.deleteSelected": "Delete selected",
|
|
640
654
|
"content-manager.components.TableDelete.label": "{number, plural, one {# entry} other {# entries}} selected",
|
|
@@ -652,7 +666,7 @@
|
|
|
652
666
|
"content-manager.components.uid.suggested": "suggested",
|
|
653
667
|
"content-manager.components.uid.unavailable": "Unavailable",
|
|
654
668
|
"content-manager.containers.Edit.Link.Layout": "Configure the layout",
|
|
655
|
-
"content-manager.containers.Edit.Link.Model": "Edit the
|
|
669
|
+
"content-manager.containers.Edit.Link.Model": "Edit the Collection-Type",
|
|
656
670
|
"content-manager.containers.Edit.addAnItem": "Add an item...",
|
|
657
671
|
"content-manager.containers.Edit.clickToJump": "Click to jump to the entry",
|
|
658
672
|
"content-manager.containers.Edit.delete": "Delete",
|
|
@@ -684,6 +698,7 @@
|
|
|
684
698
|
"content-manager.containers.ListPage.table-headers.publishedAt": "State",
|
|
685
699
|
"content-manager.containers.ListSettingsView.modal-form.edit-label": "Edit {fieldName}",
|
|
686
700
|
"content-manager.containers.SettingPage.add.field": "Insert another field",
|
|
701
|
+
"content-manager.containers.SettingPage.add.relational-field": "Insert another related field",
|
|
687
702
|
"content-manager.containers.SettingPage.attributes": "Attributes fields",
|
|
688
703
|
"content-manager.containers.SettingPage.attributes.description": "Define the order of the attributes",
|
|
689
704
|
"content-manager.containers.SettingPage.editSettings.description": "Drag & drop the fields to build the layout",
|
|
@@ -692,27 +707,28 @@
|
|
|
692
707
|
"content-manager.containers.SettingPage.editSettings.relation-field.description": "Set the displayed field in both the edit and list views",
|
|
693
708
|
"content-manager.containers.SettingPage.editSettings.title": "Edit view (settings)",
|
|
694
709
|
"content-manager.containers.SettingPage.layout": "Layout",
|
|
695
|
-
"content-manager.containers.SettingPage.listSettings.description": "Configure the options for this
|
|
710
|
+
"content-manager.containers.SettingPage.listSettings.description": "Configure the options for this Collection Type",
|
|
696
711
|
"content-manager.containers.SettingPage.listSettings.title": "List view (settings)",
|
|
697
712
|
"content-manager.containers.SettingPage.pluginHeaderDescription": "Configure the specific settings for this Collection Type",
|
|
713
|
+
"content-manager.containers.SettingPage.relations": "Related fields",
|
|
698
714
|
"content-manager.containers.SettingPage.settings": "Settings",
|
|
699
715
|
"content-manager.containers.SettingPage.view": "View",
|
|
700
|
-
"content-manager.containers.SettingViewModel.pluginHeader.title": "Content Manager
|
|
716
|
+
"content-manager.containers.SettingViewModel.pluginHeader.title": "Content Manager — {name}",
|
|
701
717
|
"content-manager.containers.SettingsPage.Block.contentType.description": "Configure the specific settings",
|
|
702
718
|
"content-manager.containers.SettingsPage.Block.contentType.title": "Collection Types",
|
|
703
719
|
"content-manager.containers.SettingsPage.Block.generalSettings.description": "Configure the default options for your Collection Types",
|
|
704
720
|
"content-manager.containers.SettingsPage.Block.generalSettings.title": "General",
|
|
705
|
-
"content-manager.containers.SettingsPage.pluginHeaderDescription": "Configure the settings for all your Collection
|
|
706
|
-
"content-manager.containers.SettingsView.list.subtitle": "Configure the layout and display of your Collection
|
|
721
|
+
"content-manager.containers.SettingsPage.pluginHeaderDescription": "Configure the settings for all your Collection Types and Groups",
|
|
722
|
+
"content-manager.containers.SettingsView.list.subtitle": "Configure the layout and display of your Collection Types and Groups",
|
|
707
723
|
"content-manager.containers.SettingsView.list.title": "Display configurations",
|
|
724
|
+
"content-manager.dnd.cancel-item": "{item}, dropped. Re-order cancelled.",
|
|
725
|
+
"content-manager.dnd.drop-item": "{item}, dropped. Final position in list: {position}.",
|
|
726
|
+
"content-manager.dnd.grab-item": "{item}, grabbed. Current position in list: {position}. Press up and down arrow to change position, Spacebar to drop, Escape to cancel.",
|
|
708
727
|
"content-manager.dnd.instructions": "Press spacebar to grab and re-order",
|
|
709
728
|
"content-manager.dnd.reorder": "{item}, moved. New position in list: {position}.",
|
|
710
|
-
"content-manager.dnd.grab-item": "{item}, grabbed. Current position in list: {position}. Press up and down arrow to change position, Spacebar to drop, Escape to cancel.",
|
|
711
|
-
"content-manager.dnd.drop-item": "{item}, dropped. Final position in list: {position}.",
|
|
712
|
-
"content-manager.dnd.cancel-item": "{item}, dropped. Re-order cancelled.",
|
|
713
729
|
"content-manager.edit-settings-view.link-to-ctb.components": "Edit the component",
|
|
714
730
|
"content-manager.edit-settings-view.link-to-ctb.content-types": "Edit the content type",
|
|
715
|
-
"content-manager.emptyAttributes.button": "Go to
|
|
731
|
+
"content-manager.emptyAttributes.button": "Go to Collection Type builder",
|
|
716
732
|
"content-manager.emptyAttributes.description": "Add your first field to your Collection Type",
|
|
717
733
|
"content-manager.emptyAttributes.title": "There are no fields yet",
|
|
718
734
|
"content-manager.error.attribute.key.taken": "This value already exists",
|
|
@@ -741,6 +757,9 @@
|
|
|
741
757
|
"content-manager.form.Input.description.placeholder": "Display name in the profile",
|
|
742
758
|
"content-manager.form.Input.editable": "Editable field",
|
|
743
759
|
"content-manager.form.Input.filters": "Enable filters",
|
|
760
|
+
"content-manager.form.Input.hint.character.unit": "{maxValue, plural, one { character} other { characters}}",
|
|
761
|
+
"content-manager.form.Input.hint.minMaxDivider": " / ",
|
|
762
|
+
"content-manager.form.Input.hint.text": "{min, select, undefined {} other {min. {min}}}{divider}{max, select, undefined {} other {max. {max}}}{unit}{br}{description}",
|
|
744
763
|
"content-manager.form.Input.label": "Label",
|
|
745
764
|
"content-manager.form.Input.label.inputDescription": "This value overrides the label displayed in the table's head",
|
|
746
765
|
"content-manager.form.Input.pageEntries": "Entries per page",
|
|
@@ -752,9 +771,6 @@
|
|
|
752
771
|
"content-manager.form.Input.sort.field": "Enable sort on this field",
|
|
753
772
|
"content-manager.form.Input.sort.order": "Default sort order",
|
|
754
773
|
"content-manager.form.Input.wysiwyg": "Display as WYSIWYG",
|
|
755
|
-
"content-manager.form.Input.hint.text": "{min, select, undefined {} other {min. {min}}}{divider}{max, select, undefined {} other {max. {max}}}{unit}{br}{description}",
|
|
756
|
-
"content-manager.form.Input.hint.minMaxDivider": " / ",
|
|
757
|
-
"content-manager.form.Input.hint.character.unit": "{maxValue, plural, one { character} other { characters}}",
|
|
758
774
|
"content-manager.global.displayedFields": "Displayed Fields",
|
|
759
775
|
"content-manager.groups": "Groups",
|
|
760
776
|
"content-manager.groups.numbered": "Groups ({number})",
|
|
@@ -775,29 +791,34 @@
|
|
|
775
791
|
"content-manager.permissions.not-allowed.update": "You are not allowed to see this document",
|
|
776
792
|
"content-manager.plugin.description.long": "Quick way to see, edit and delete the data in your database.",
|
|
777
793
|
"content-manager.plugin.description.short": "Quick way to see, edit and delete the data in your database.",
|
|
778
|
-
"content-manager.
|
|
779
|
-
"content-manager.
|
|
780
|
-
"content-manager.success.record.delete": "Deleted",
|
|
781
|
-
"content-manager.success.record.publish": "Published",
|
|
782
|
-
"content-manager.success.record.save": "Saved",
|
|
783
|
-
"content-manager.success.record.unpublish": "Unpublished",
|
|
784
|
-
"content-manager.utils.data-loaded": "The {number, plural, =1 {entry has} other {entries have}} successfully been loaded",
|
|
785
|
-
"content-manager.apiError.This attribute must be unique": "{field} must be unique",
|
|
794
|
+
"content-manager.popUpWarning.bodyMessage.contentType.delete": "Are you sure to delete Content-Type?",
|
|
795
|
+
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Are you sure to delete all Content-Types?",
|
|
786
796
|
"content-manager.popUpWarning.warning.has-draft-relations.title": "Confirmation",
|
|
787
797
|
"content-manager.popUpWarning.warning.publish-question": "Do you still want to publish?",
|
|
798
|
+
"content-manager.popUpWarning.warning.unpublish": "If you don't publish this content, it will automatically turn into a Draft.",
|
|
799
|
+
"content-manager.popUpWarning.warning.unpublish-question": "Are you sure you don't want to publish it?",
|
|
800
|
+
"content-manager.popUpWarning.warning.updateAllSettings": "This will modify all your settings",
|
|
788
801
|
"content-manager.popUpwarning.warning.has-draft-relations.button-confirm": "Yes, publish",
|
|
789
802
|
"content-manager.popUpwarning.warning.has-draft-relations.message": "<b>{count, plural, one { relation is } other { relations are } }</b> not published yet and might lead to unexpected behavior.",
|
|
790
|
-
"content-manager.
|
|
803
|
+
"content-manager.popover.display-relations.label": "Display relations",
|
|
804
|
+
"content-manager.relation.add": "Add relation",
|
|
791
805
|
"content-manager.relation.disconnect": "Remove",
|
|
792
806
|
"content-manager.relation.isLoading": "Relations are loading",
|
|
807
|
+
"content-manager.relation.loadMore": "Load More",
|
|
793
808
|
"content-manager.relation.notAvailable": "No relations available",
|
|
794
|
-
"content-manager.relation.add": "Add relation",
|
|
795
809
|
"content-manager.relation.publicationState.draft": "Draft",
|
|
796
810
|
"content-manager.relation.publicationState.published": "Published",
|
|
811
|
+
"content-manager.select.currently.selected": "{count} currently selected",
|
|
812
|
+
"content-manager.success.record.delete": "Deleted",
|
|
813
|
+
"content-manager.success.record.publish": "Published",
|
|
814
|
+
"content-manager.success.record.save": "Saved",
|
|
815
|
+
"content-manager.success.record.unpublish": "Unpublished",
|
|
816
|
+
"content-manager.utils.data-loaded": "The {number, plural, =1 {entry has} other {entries have}} successfully been loaded",
|
|
817
|
+
"dark": "Dark",
|
|
797
818
|
"form.button.continue": "Continue",
|
|
798
819
|
"form.button.done": "Done",
|
|
799
|
-
"global.search": "Search",
|
|
800
820
|
"global.actions": "Actions",
|
|
821
|
+
"global.auditLogs": "Audit Logs",
|
|
801
822
|
"global.back": "Back",
|
|
802
823
|
"global.cancel": "Cancel",
|
|
803
824
|
"global.change-password": "Change password",
|
|
@@ -820,18 +841,18 @@
|
|
|
820
841
|
"global.plugins.content-manager.description": "Quick way to see, edit and delete the data in your database.",
|
|
821
842
|
"global.plugins.content-type-builder": "Content Type Builder",
|
|
822
843
|
"global.plugins.content-type-builder.description": "Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.",
|
|
844
|
+
"global.plugins.documentation": "Documentation",
|
|
845
|
+
"global.plugins.documentation.description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
823
846
|
"global.plugins.email": "Email",
|
|
824
847
|
"global.plugins.email.description": "Configure your application to send emails.",
|
|
825
|
-
"global.plugins.upload": "Media Library",
|
|
826
|
-
"global.plugins.upload.description": "Media file management.",
|
|
827
848
|
"global.plugins.graphql": "GraphQL",
|
|
828
849
|
"global.plugins.graphql.description": "Adds GraphQL endpoint with default API methods.",
|
|
829
|
-
"global.plugins.documentation": "Documentation",
|
|
830
|
-
"global.plugins.documentation.description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
831
850
|
"global.plugins.i18n": "Internationalization",
|
|
832
851
|
"global.plugins.i18n.description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
|
|
833
852
|
"global.plugins.sentry": "Sentry",
|
|
834
853
|
"global.plugins.sentry.description": "Send Strapi error events to Sentry.",
|
|
854
|
+
"global.plugins.upload": "Media Library",
|
|
855
|
+
"global.plugins.upload.description": "Media file management.",
|
|
835
856
|
"global.plugins.users-permissions": "Roles & Permissions",
|
|
836
857
|
"global.plugins.users-permissions.description": "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
|
|
837
858
|
"global.profile": "Profile",
|
|
@@ -839,13 +860,14 @@
|
|
|
839
860
|
"global.reset-password": "Reset password",
|
|
840
861
|
"global.roles": "Roles",
|
|
841
862
|
"global.save": "Save",
|
|
863
|
+
"global.search": "Search",
|
|
842
864
|
"global.see-more": "See more",
|
|
843
865
|
"global.select": "Select",
|
|
844
866
|
"global.select-all-entries": "Select all entries",
|
|
845
867
|
"global.settings": "Settings",
|
|
846
868
|
"global.type": "Type",
|
|
847
869
|
"global.users": "Users",
|
|
848
|
-
"
|
|
870
|
+
"light": "Light",
|
|
849
871
|
"notification.contentType.relations.conflict": "Content type has conflicting relations",
|
|
850
872
|
"notification.default.title": "Information:",
|
|
851
873
|
"notification.error": "An error occurred",
|
|
@@ -857,16 +879,19 @@
|
|
|
857
879
|
"notification.success.delete": "The item has been deleted",
|
|
858
880
|
"notification.success.saved": "Saved",
|
|
859
881
|
"notification.success.title": "Success:",
|
|
860
|
-
"notification.success.
|
|
861
|
-
"notification.success.
|
|
882
|
+
"notification.success.apitokencreated": "API Token successfully created",
|
|
883
|
+
"notification.success.apitokenedited": "API Token successfully edited",
|
|
862
884
|
"notification.success.transfertokencreated": "Transfer Token successfully created",
|
|
863
885
|
"notification.success.transfertokenedited": "Transfer Token successfully edited",
|
|
864
886
|
"notification.error.tokennamenotunique": "Name already assigned to another token",
|
|
865
887
|
"notification.version.update.message": "A new version of Strapi is available!",
|
|
866
888
|
"notification.warning.title": "Warning:",
|
|
867
889
|
"notification.warning.404": "404 - Not found",
|
|
890
|
+
"notification.ee.warning.over-.message": "Add seats to {licenseLimitStatus, select, OVER_LIMIT {invite} AT_LIMIT {re-enable}} Users. If you already did it but it's not reflected in Strapi yet, make sure to restart your app.",
|
|
891
|
+
"notification.ee.warning.at-seat-limit.title": "{licenseLimitStatus, select, OVER_LIMIT {Over} AT_LIMIT {At}} seat limit ({currentUserCount}/{permittedSeats})",
|
|
868
892
|
"or": "OR",
|
|
869
893
|
"request.error.model.unknown": "This model doesn't exist",
|
|
894
|
+
"selectButtonTitle": "Select",
|
|
870
895
|
"skipToContent": "Skip to content",
|
|
871
896
|
"submit": "Submit"
|
|
872
897
|
}
|