@adminiumjs/i18n 0.2.2-rc.0 → 0.2.2
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/dist/a11y-keys.d.ts +1 -1
- package/dist/a11y-keys.d.ts.map +1 -1
- package/dist/a11y-keys.js +218 -4
- package/dist/a11y-keys.js.map +1 -1
- package/dist/editing.d.ts +1 -1
- package/dist/editing.js +1 -1
- package/dist/resources/ar-eg/common.d.ts +166 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -1
- package/dist/resources/ar-eg/common.js +170 -4
- package/dist/resources/ar-eg/common.js.map +1 -1
- package/dist/resources/ar-eg/ui.d.ts +9 -0
- package/dist/resources/ar-eg/ui.d.ts.map +1 -1
- package/dist/resources/ar-eg/ui.js +17 -8
- package/dist/resources/ar-eg/ui.js.map +1 -1
- package/dist/resources/cs-cz/common.d.ts +166 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -1
- package/dist/resources/cs-cz/common.js +170 -4
- package/dist/resources/cs-cz/common.js.map +1 -1
- package/dist/resources/cs-cz/ui.d.ts +9 -0
- package/dist/resources/cs-cz/ui.d.ts.map +1 -1
- package/dist/resources/cs-cz/ui.js +17 -8
- package/dist/resources/cs-cz/ui.js.map +1 -1
- package/dist/resources/da-dk/common.d.ts +166 -0
- package/dist/resources/da-dk/common.d.ts.map +1 -1
- package/dist/resources/da-dk/common.js +170 -4
- package/dist/resources/da-dk/common.js.map +1 -1
- package/dist/resources/da-dk/ui.d.ts +9 -0
- package/dist/resources/da-dk/ui.d.ts.map +1 -1
- package/dist/resources/da-dk/ui.js +17 -8
- package/dist/resources/da-dk/ui.js.map +1 -1
- package/dist/resources/de-de/common.d.ts +166 -0
- package/dist/resources/de-de/common.d.ts.map +1 -1
- package/dist/resources/de-de/common.js +170 -4
- package/dist/resources/de-de/common.js.map +1 -1
- package/dist/resources/de-de/ui.d.ts +9 -0
- package/dist/resources/de-de/ui.d.ts.map +1 -1
- package/dist/resources/de-de/ui.js +17 -8
- package/dist/resources/de-de/ui.js.map +1 -1
- package/dist/resources/en-us/common.d.ts +166 -0
- package/dist/resources/en-us/common.d.ts.map +1 -1
- package/dist/resources/en-us/common.js +170 -4
- package/dist/resources/en-us/common.js.map +1 -1
- package/dist/resources/en-us/ui.d.ts +9 -0
- package/dist/resources/en-us/ui.d.ts.map +1 -1
- package/dist/resources/en-us/ui.js +17 -8
- package/dist/resources/en-us/ui.js.map +1 -1
- package/dist/resources/fr-fr/common.d.ts +166 -0
- package/dist/resources/fr-fr/common.d.ts.map +1 -1
- package/dist/resources/fr-fr/common.js +170 -4
- package/dist/resources/fr-fr/common.js.map +1 -1
- package/dist/resources/fr-fr/ui.d.ts +9 -0
- package/dist/resources/fr-fr/ui.d.ts.map +1 -1
- package/dist/resources/fr-fr/ui.js +17 -8
- package/dist/resources/fr-fr/ui.js.map +1 -1
- package/dist/resources/zh-cn/common.d.ts +166 -0
- package/dist/resources/zh-cn/common.d.ts.map +1 -1
- package/dist/resources/zh-cn/common.js +170 -4
- package/dist/resources/zh-cn/common.js.map +1 -1
- package/dist/resources/zh-cn/ui.d.ts +9 -0
- package/dist/resources/zh-cn/ui.d.ts.map +1 -1
- package/dist/resources/zh-cn/ui.js +17 -8
- package/dist/resources/zh-cn/ui.js.map +1 -1
- package/dist/resources/zh-tw/common.d.ts +166 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -1
- package/dist/resources/zh-tw/common.js +170 -4
- package/dist/resources/zh-tw/common.js.map +1 -1
- package/dist/resources/zh-tw/ui.d.ts +9 -0
- package/dist/resources/zh-tw/ui.d.ts.map +1 -1
- package/dist/resources/zh-tw/ui.js +17 -8
- package/dist/resources/zh-tw/ui.js.map +1 -1
- package/dist/review-status.js +7 -7
- package/locales/ar-EG/.meta.json +597 -73
- package/locales/ar-EG/common.json +170 -4
- package/locales/ar-EG/ui.json +17 -8
- package/locales/cs-CZ/.meta.json +657 -133
- package/locales/cs-CZ/common.json +170 -4
- package/locales/cs-CZ/ui.json +17 -8
- package/locales/da-DK/.meta.json +751 -227
- package/locales/da-DK/common.json +170 -4
- package/locales/da-DK/ui.json +17 -8
- package/locales/de-DE/.meta.json +742 -218
- package/locales/de-DE/common.json +170 -4
- package/locales/de-DE/ui.json +17 -8
- package/locales/en-US/common.json +170 -4
- package/locales/en-US/ui.json +17 -8
- package/locales/fr-FR/.meta.json +784 -260
- package/locales/fr-FR/common.json +170 -4
- package/locales/fr-FR/ui.json +17 -8
- package/locales/zh-CN/.meta.json +591 -67
- package/locales/zh-CN/common.json +170 -4
- package/locales/zh-CN/ui.json +17 -8
- package/locales/zh-TW/.meta.json +599 -75
- package/locales/zh-TW/common.json +170 -4
- package/locales/zh-TW/ui.json +17 -8
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
readonly auth: {
|
|
24
24
|
readonly headline: "Turn any database into a dashboard.";
|
|
25
|
+
readonly description: "Connect PostgreSQL and Adminium generates a themeable, permission-aware admin app — no code required.";
|
|
25
26
|
readonly trust: "AGPL core · Self-hosted · Your data stays yours";
|
|
26
27
|
readonly signIn: {
|
|
27
28
|
readonly title: "Welcome back";
|
|
@@ -243,6 +244,7 @@ declare const _default: {
|
|
|
243
244
|
};
|
|
244
245
|
readonly notFound: {
|
|
245
246
|
readonly title: "This page went missing";
|
|
247
|
+
readonly body: "The page you're looking for doesn't exist or was moved. Check the URL, or head back to your dashboard.";
|
|
246
248
|
readonly errorLine: "Error 404";
|
|
247
249
|
readonly searchPlaceholder: "Search for a page…";
|
|
248
250
|
readonly matches: "Matching pages";
|
|
@@ -261,9 +263,11 @@ declare const _default: {
|
|
|
261
263
|
};
|
|
262
264
|
readonly tooNew: {
|
|
263
265
|
readonly title: "This page needs a newer Adminium";
|
|
266
|
+
readonly body: "This page was saved with config version {version}, but this build understands up to version {latest}. Upgrade Adminium to open it.";
|
|
264
267
|
};
|
|
265
268
|
readonly unknownTemplate: {
|
|
266
269
|
readonly title: "Unknown page template";
|
|
270
|
+
readonly body: "This page uses a template this build doesn’t recognize. It may come from a newer Adminium or an extension that isn’t installed.";
|
|
267
271
|
};
|
|
268
272
|
};
|
|
269
273
|
readonly mutation: {
|
|
@@ -353,6 +357,70 @@ declare const _default: {
|
|
|
353
357
|
readonly emptyBody: "Notification events appear here as producers ship.";
|
|
354
358
|
readonly saveFailed: "Could not save this change.";
|
|
355
359
|
};
|
|
360
|
+
readonly translations: {
|
|
361
|
+
readonly title: "Languages & translations";
|
|
362
|
+
readonly subtitle: "Change any wording in Adminium, choose which languages people can pick, and add languages of your own.";
|
|
363
|
+
readonly warning: "Error messages and sign-in text are editable too. Those are what people read when something goes wrong, so change them carefully.";
|
|
364
|
+
readonly editor: {
|
|
365
|
+
readonly heading: "Edit translations";
|
|
366
|
+
};
|
|
367
|
+
readonly localeLabel: "Language";
|
|
368
|
+
readonly groupLabel: "Area";
|
|
369
|
+
readonly allAreas: "All areas";
|
|
370
|
+
readonly stateLabel: "Show";
|
|
371
|
+
readonly state: {
|
|
372
|
+
readonly all: "Everything";
|
|
373
|
+
readonly overridden: "Customised only";
|
|
374
|
+
readonly untranslated: "Untranslated only";
|
|
375
|
+
readonly stale: "English changed since";
|
|
376
|
+
};
|
|
377
|
+
readonly searchLabel: "Search";
|
|
378
|
+
readonly searchPlaceholder: "Key or English text";
|
|
379
|
+
readonly loading: "Loading strings…";
|
|
380
|
+
readonly noMatches: "No strings match those filters.";
|
|
381
|
+
readonly count: "{total, plural, one {# string} other {# strings}}";
|
|
382
|
+
readonly badge: {
|
|
383
|
+
readonly custom: "Customised";
|
|
384
|
+
readonly stale: "English changed";
|
|
385
|
+
readonly a11y: "Accessible name";
|
|
386
|
+
};
|
|
387
|
+
readonly sourceLabel: "English source";
|
|
388
|
+
readonly valueLabel: "Translation";
|
|
389
|
+
readonly save: "Save";
|
|
390
|
+
readonly saved: "Translation saved";
|
|
391
|
+
readonly resetAction: "Reset to built-in";
|
|
392
|
+
readonly reset: "Reset to the built-in text";
|
|
393
|
+
readonly locales: {
|
|
394
|
+
readonly heading: "Available languages";
|
|
395
|
+
readonly help: "Turn a language off to remove it from every language picker. Anyone already using it keeps it until they choose another.";
|
|
396
|
+
};
|
|
397
|
+
readonly locale: {
|
|
398
|
+
readonly builtin: "Built in";
|
|
399
|
+
readonly custom: "Custom";
|
|
400
|
+
readonly overrides: "{count, plural, =0 {no custom text} one {# custom string} other {# custom strings}}";
|
|
401
|
+
readonly enable: "Turn on";
|
|
402
|
+
readonly disable: "Turn off";
|
|
403
|
+
readonly delete: "Delete";
|
|
404
|
+
readonly deleted: "Language removed";
|
|
405
|
+
readonly deletedDetail: "{users, plural, one {# person} other {# people}} moved back to the workspace default; {strings, plural, one {# translation} other {# translations}} deleted.";
|
|
406
|
+
readonly deleteFailed: "Could not remove that language";
|
|
407
|
+
readonly add: "Add a language";
|
|
408
|
+
readonly added: "Language added";
|
|
409
|
+
readonly create: "Add language";
|
|
410
|
+
readonly id: "Language code";
|
|
411
|
+
readonly intlTag: "Formatting rules from";
|
|
412
|
+
readonly native: "Name in the language itself";
|
|
413
|
+
readonly english: "Name in English";
|
|
414
|
+
readonly dir: "Text direction";
|
|
415
|
+
readonly ltr: "Left to right";
|
|
416
|
+
readonly rtl: "Right to left";
|
|
417
|
+
readonly font: "Script";
|
|
418
|
+
readonly latin: "Latin";
|
|
419
|
+
readonly arabic: "Arabic";
|
|
420
|
+
readonly cjk: "Chinese / Japanese / Korean";
|
|
421
|
+
readonly intlHelp: "Formatting rules decide how numbers, dates and plurals behave. Pick the closest language that already has them — it does not have to match your language code.";
|
|
422
|
+
};
|
|
423
|
+
};
|
|
356
424
|
};
|
|
357
425
|
readonly studio: {
|
|
358
426
|
readonly source: {
|
|
@@ -581,6 +649,7 @@ declare const _default: {
|
|
|
581
649
|
readonly require2fa: {
|
|
582
650
|
readonly label: "Require two-factor auth";
|
|
583
651
|
readonly desc: "Every member must enable 2FA to sign in.";
|
|
652
|
+
readonly note: "Advisory, not a barrier: members without 2FA are sent to set it up and can no longer turn it off, but their sign-in is never blocked, and API keys are unaffected.";
|
|
584
653
|
};
|
|
585
654
|
readonly allowSignup: {
|
|
586
655
|
readonly label: "Allow self-signup";
|
|
@@ -595,6 +664,41 @@ declare const _default: {
|
|
|
595
664
|
readonly error: "Between {min, number} and {max, number} characters.";
|
|
596
665
|
};
|
|
597
666
|
};
|
|
667
|
+
readonly email: {
|
|
668
|
+
readonly heading: "Email (SMTP)";
|
|
669
|
+
readonly unconfigured: "No mail server is set, so Adminium cannot send password resets, user invites or scheduled reports.";
|
|
670
|
+
readonly host: {
|
|
671
|
+
readonly label: "SMTP host";
|
|
672
|
+
readonly error: "A bare hostname or IP address — no scheme, port or credentials.";
|
|
673
|
+
};
|
|
674
|
+
readonly port: {
|
|
675
|
+
readonly label: "Port";
|
|
676
|
+
readonly error: "Between {min, number} and {max, number}.";
|
|
677
|
+
};
|
|
678
|
+
readonly user: {
|
|
679
|
+
readonly label: "Username";
|
|
680
|
+
readonly helper: "Leave empty for a relay that does not authenticate.";
|
|
681
|
+
};
|
|
682
|
+
readonly pass: {
|
|
683
|
+
readonly label: "Password";
|
|
684
|
+
readonly helper: "Stored encrypted and never shown again. Leave blank to keep the current one.";
|
|
685
|
+
readonly error: "This username needs a password.";
|
|
686
|
+
};
|
|
687
|
+
readonly from: {
|
|
688
|
+
readonly label: "From address";
|
|
689
|
+
readonly helper: "A bare address, or a display name in front of one.";
|
|
690
|
+
readonly error: "Enter an email address.";
|
|
691
|
+
};
|
|
692
|
+
readonly secure: {
|
|
693
|
+
readonly label: "Implicit TLS";
|
|
694
|
+
readonly helper: "On for port 465. Off starts in cleartext and upgrades with STARTTLS, which is what port 587 expects.";
|
|
695
|
+
};
|
|
696
|
+
readonly remove: "Remove mail server";
|
|
697
|
+
readonly review: {
|
|
698
|
+
readonly removed: "Removed";
|
|
699
|
+
readonly password: "Replaced";
|
|
700
|
+
};
|
|
701
|
+
};
|
|
598
702
|
readonly review: {
|
|
599
703
|
readonly title: "Save workspace settings";
|
|
600
704
|
readonly subtitle: "Review your changes before saving.";
|
|
@@ -629,6 +733,11 @@ declare const _default: {
|
|
|
629
733
|
readonly body: "Add, edit and delete pages, change what each one shows, and reorder the sidebar.";
|
|
630
734
|
readonly cta: "Manage pages";
|
|
631
735
|
};
|
|
736
|
+
readonly translationsCard: {
|
|
737
|
+
readonly heading: "Languages & translations";
|
|
738
|
+
readonly body: "Reword anything in Adminium, choose which languages people can pick, and add your own.";
|
|
739
|
+
readonly cta: "Open translations";
|
|
740
|
+
};
|
|
632
741
|
};
|
|
633
742
|
readonly settingsAi: {
|
|
634
743
|
readonly title: "AI enrichment";
|
|
@@ -1162,6 +1271,63 @@ declare const _default: {
|
|
|
1162
1271
|
readonly masked: "Masked";
|
|
1163
1272
|
};
|
|
1164
1273
|
readonly unavailableTitle: "Schema remap editor not available";
|
|
1274
|
+
readonly unavailableBody: "This build does not include the remap editor yet (09-T12). Re-run generation after it lands to remap labels, types and relations.";
|
|
1275
|
+
};
|
|
1276
|
+
readonly publicApi: {
|
|
1277
|
+
readonly error: "Something went wrong";
|
|
1278
|
+
readonly scopes: {
|
|
1279
|
+
readonly deleteTitle: "Delete this scope";
|
|
1280
|
+
readonly deleteBody: "Any page using a key bound to this scope stops loading data. Keys are not deleted — revoke them first if that is what you meant.";
|
|
1281
|
+
readonly deletePrompt: "Type the scope name to confirm";
|
|
1282
|
+
readonly deleteConfirm: "Delete scope";
|
|
1283
|
+
readonly issuesTitle: "This scope did not compile";
|
|
1284
|
+
readonly title: "Scopes";
|
|
1285
|
+
readonly subtitle: "A scope is the whole of what a key may reach — the tables, the exact columns, and a filter the caller can narrow but never remove.";
|
|
1286
|
+
readonly emptyTitle: "No scopes yet";
|
|
1287
|
+
readonly emptyBody: "Create one below. It is checked against your live schema before it is saved.";
|
|
1288
|
+
readonly keyCount: "{count, plural, =0 {no keys} one {# key} other {# keys}}";
|
|
1289
|
+
readonly delete: "Delete";
|
|
1290
|
+
readonly nameLabel: "Name";
|
|
1291
|
+
readonly connectionLabel: "Connection ID";
|
|
1292
|
+
readonly documentLabel: "Scope document";
|
|
1293
|
+
readonly documentHint: "Compiled against your schema when you save. Every column a caller can reach is listed here and nowhere else.";
|
|
1294
|
+
readonly create: "Create scope";
|
|
1295
|
+
readonly formLabel: "Create a scope";
|
|
1296
|
+
};
|
|
1297
|
+
readonly cancel: "Cancel";
|
|
1298
|
+
readonly close: "Close";
|
|
1299
|
+
readonly title: "Public API";
|
|
1300
|
+
readonly subtitle: "Let your own customer- or staff-facing pages read this database, through a scope you define.";
|
|
1301
|
+
readonly notRegistered: {
|
|
1302
|
+
readonly title: "Not enabled on this server";
|
|
1303
|
+
readonly body: "Set ADMINIUM_PUBLIC_API_ORIGINS to the exact origins allowed to call it, then restart. Until then these routes are not served at all.";
|
|
1304
|
+
};
|
|
1305
|
+
readonly toggle: {
|
|
1306
|
+
readonly label: "Serve the public API";
|
|
1307
|
+
readonly hint: "Turning this off stops every public request immediately. Nothing is deleted — keys, scopes and data all survive.";
|
|
1308
|
+
};
|
|
1309
|
+
readonly origins: {
|
|
1310
|
+
readonly label: "Origins allowed to call it";
|
|
1311
|
+
};
|
|
1312
|
+
readonly keys: {
|
|
1313
|
+
readonly title: "Keys";
|
|
1314
|
+
readonly subtitle: "These go in your page’s JavaScript, so anyone can read them. That is expected — a key can only ever do what its scope allows.";
|
|
1315
|
+
readonly emptyTitle: "No keys yet";
|
|
1316
|
+
readonly emptyBody: "Create a scope first, then mint a key for it.";
|
|
1317
|
+
readonly reveal: "Show key";
|
|
1318
|
+
readonly rotate: "Rotate";
|
|
1319
|
+
readonly revoke: "Revoke";
|
|
1320
|
+
readonly nameLabel: "Name";
|
|
1321
|
+
readonly scopeLabel: "Scope";
|
|
1322
|
+
readonly scopePlaceholder: "Choose a scope";
|
|
1323
|
+
readonly create: "Create key";
|
|
1324
|
+
readonly formLabel: "Create a key";
|
|
1325
|
+
readonly scopeIsAuthTitle: "The scope is the only permission";
|
|
1326
|
+
readonly scopeIsAuthBody: "A key can reach exactly what its scope lists and nothing else. It does not use roles or table permissions, and it cannot read anything through the rest of the API.";
|
|
1327
|
+
};
|
|
1328
|
+
readonly status: {
|
|
1329
|
+
readonly heading: "Status";
|
|
1330
|
+
};
|
|
1165
1331
|
};
|
|
1166
1332
|
};
|
|
1167
1333
|
readonly onboarding: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/resources/en-us/common.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/resources/en-us/common.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA01FW"}
|
|
@@ -23,6 +23,7 @@ export default {
|
|
|
23
23
|
},
|
|
24
24
|
"auth": {
|
|
25
25
|
"headline": "Turn any database into a dashboard.",
|
|
26
|
+
"description": "Connect PostgreSQL and Adminium generates a themeable, permission-aware admin app — no code required.",
|
|
26
27
|
"trust": "AGPL core · Self-hosted · Your data stays yours",
|
|
27
28
|
"signIn": {
|
|
28
29
|
"title": "Welcome back",
|
|
@@ -244,6 +245,7 @@ export default {
|
|
|
244
245
|
},
|
|
245
246
|
"notFound": {
|
|
246
247
|
"title": "This page went missing",
|
|
248
|
+
"body": "The page you're looking for doesn't exist or was moved. Check the URL, or head back to your dashboard.",
|
|
247
249
|
"errorLine": "Error 404",
|
|
248
250
|
"searchPlaceholder": "Search for a page…",
|
|
249
251
|
"matches": "Matching pages",
|
|
@@ -261,10 +263,12 @@ export default {
|
|
|
261
263
|
"title": "This page failed to render"
|
|
262
264
|
},
|
|
263
265
|
"tooNew": {
|
|
264
|
-
"title": "This page needs a newer Adminium"
|
|
266
|
+
"title": "This page needs a newer Adminium",
|
|
267
|
+
"body": "This page was saved with config version {version}, but this build understands up to version {latest}. Upgrade Adminium to open it."
|
|
265
268
|
},
|
|
266
269
|
"unknownTemplate": {
|
|
267
|
-
"title": "Unknown page template"
|
|
270
|
+
"title": "Unknown page template",
|
|
271
|
+
"body": "This page uses a template this build doesn’t recognize. It may come from a newer Adminium or an extension that isn’t installed."
|
|
268
272
|
}
|
|
269
273
|
},
|
|
270
274
|
"mutation": {
|
|
@@ -353,6 +357,70 @@ export default {
|
|
|
353
357
|
"emptyTitle": "Nothing to configure yet",
|
|
354
358
|
"emptyBody": "Notification events appear here as producers ship.",
|
|
355
359
|
"saveFailed": "Could not save this change."
|
|
360
|
+
},
|
|
361
|
+
"translations": {
|
|
362
|
+
"title": "Languages & translations",
|
|
363
|
+
"subtitle": "Change any wording in Adminium, choose which languages people can pick, and add languages of your own.",
|
|
364
|
+
"warning": "Error messages and sign-in text are editable too. Those are what people read when something goes wrong, so change them carefully.",
|
|
365
|
+
"editor": {
|
|
366
|
+
"heading": "Edit translations"
|
|
367
|
+
},
|
|
368
|
+
"localeLabel": "Language",
|
|
369
|
+
"groupLabel": "Area",
|
|
370
|
+
"allAreas": "All areas",
|
|
371
|
+
"stateLabel": "Show",
|
|
372
|
+
"state": {
|
|
373
|
+
"all": "Everything",
|
|
374
|
+
"overridden": "Customised only",
|
|
375
|
+
"untranslated": "Untranslated only",
|
|
376
|
+
"stale": "English changed since"
|
|
377
|
+
},
|
|
378
|
+
"searchLabel": "Search",
|
|
379
|
+
"searchPlaceholder": "Key or English text",
|
|
380
|
+
"loading": "Loading strings…",
|
|
381
|
+
"noMatches": "No strings match those filters.",
|
|
382
|
+
"count": "{total, plural, one {# string} other {# strings}}",
|
|
383
|
+
"badge": {
|
|
384
|
+
"custom": "Customised",
|
|
385
|
+
"stale": "English changed",
|
|
386
|
+
"a11y": "Accessible name"
|
|
387
|
+
},
|
|
388
|
+
"sourceLabel": "English source",
|
|
389
|
+
"valueLabel": "Translation",
|
|
390
|
+
"save": "Save",
|
|
391
|
+
"saved": "Translation saved",
|
|
392
|
+
"resetAction": "Reset to built-in",
|
|
393
|
+
"reset": "Reset to the built-in text",
|
|
394
|
+
"locales": {
|
|
395
|
+
"heading": "Available languages",
|
|
396
|
+
"help": "Turn a language off to remove it from every language picker. Anyone already using it keeps it until they choose another."
|
|
397
|
+
},
|
|
398
|
+
"locale": {
|
|
399
|
+
"builtin": "Built in",
|
|
400
|
+
"custom": "Custom",
|
|
401
|
+
"overrides": "{count, plural, =0 {no custom text} one {# custom string} other {# custom strings}}",
|
|
402
|
+
"enable": "Turn on",
|
|
403
|
+
"disable": "Turn off",
|
|
404
|
+
"delete": "Delete",
|
|
405
|
+
"deleted": "Language removed",
|
|
406
|
+
"deletedDetail": "{users, plural, one {# person} other {# people}} moved back to the workspace default; {strings, plural, one {# translation} other {# translations}} deleted.",
|
|
407
|
+
"deleteFailed": "Could not remove that language",
|
|
408
|
+
"add": "Add a language",
|
|
409
|
+
"added": "Language added",
|
|
410
|
+
"create": "Add language",
|
|
411
|
+
"id": "Language code",
|
|
412
|
+
"intlTag": "Formatting rules from",
|
|
413
|
+
"native": "Name in the language itself",
|
|
414
|
+
"english": "Name in English",
|
|
415
|
+
"dir": "Text direction",
|
|
416
|
+
"ltr": "Left to right",
|
|
417
|
+
"rtl": "Right to left",
|
|
418
|
+
"font": "Script",
|
|
419
|
+
"latin": "Latin",
|
|
420
|
+
"arabic": "Arabic",
|
|
421
|
+
"cjk": "Chinese / Japanese / Korean",
|
|
422
|
+
"intlHelp": "Formatting rules decide how numbers, dates and plurals behave. Pick the closest language that already has them — it does not have to match your language code."
|
|
423
|
+
}
|
|
356
424
|
}
|
|
357
425
|
},
|
|
358
426
|
"studio": {
|
|
@@ -581,7 +649,8 @@ export default {
|
|
|
581
649
|
"heading": "Security",
|
|
582
650
|
"require2fa": {
|
|
583
651
|
"label": "Require two-factor auth",
|
|
584
|
-
"desc": "Every member must enable 2FA to sign in."
|
|
652
|
+
"desc": "Every member must enable 2FA to sign in.",
|
|
653
|
+
"note": "Advisory, not a barrier: members without 2FA are sent to set it up and can no longer turn it off, but their sign-in is never blocked, and API keys are unaffected."
|
|
585
654
|
},
|
|
586
655
|
"allowSignup": {
|
|
587
656
|
"label": "Allow self-signup",
|
|
@@ -596,6 +665,41 @@ export default {
|
|
|
596
665
|
"error": "Between {min, number} and {max, number} characters."
|
|
597
666
|
}
|
|
598
667
|
},
|
|
668
|
+
"email": {
|
|
669
|
+
"heading": "Email (SMTP)",
|
|
670
|
+
"unconfigured": "No mail server is set, so Adminium cannot send password resets, user invites or scheduled reports.",
|
|
671
|
+
"host": {
|
|
672
|
+
"label": "SMTP host",
|
|
673
|
+
"error": "A bare hostname or IP address — no scheme, port or credentials."
|
|
674
|
+
},
|
|
675
|
+
"port": {
|
|
676
|
+
"label": "Port",
|
|
677
|
+
"error": "Between {min, number} and {max, number}."
|
|
678
|
+
},
|
|
679
|
+
"user": {
|
|
680
|
+
"label": "Username",
|
|
681
|
+
"helper": "Leave empty for a relay that does not authenticate."
|
|
682
|
+
},
|
|
683
|
+
"pass": {
|
|
684
|
+
"label": "Password",
|
|
685
|
+
"helper": "Stored encrypted and never shown again. Leave blank to keep the current one.",
|
|
686
|
+
"error": "This username needs a password."
|
|
687
|
+
},
|
|
688
|
+
"from": {
|
|
689
|
+
"label": "From address",
|
|
690
|
+
"helper": "A bare address, or a display name in front of one.",
|
|
691
|
+
"error": "Enter an email address."
|
|
692
|
+
},
|
|
693
|
+
"secure": {
|
|
694
|
+
"label": "Implicit TLS",
|
|
695
|
+
"helper": "On for port 465. Off starts in cleartext and upgrades with STARTTLS, which is what port 587 expects."
|
|
696
|
+
},
|
|
697
|
+
"remove": "Remove mail server",
|
|
698
|
+
"review": {
|
|
699
|
+
"removed": "Removed",
|
|
700
|
+
"password": "Replaced"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
599
703
|
"review": {
|
|
600
704
|
"title": "Save workspace settings",
|
|
601
705
|
"subtitle": "Review your changes before saving.",
|
|
@@ -629,6 +733,11 @@ export default {
|
|
|
629
733
|
"heading": "Pages",
|
|
630
734
|
"body": "Add, edit and delete pages, change what each one shows, and reorder the sidebar.",
|
|
631
735
|
"cta": "Manage pages"
|
|
736
|
+
},
|
|
737
|
+
"translationsCard": {
|
|
738
|
+
"heading": "Languages & translations",
|
|
739
|
+
"body": "Reword anything in Adminium, choose which languages people can pick, and add your own.",
|
|
740
|
+
"cta": "Open translations"
|
|
632
741
|
}
|
|
633
742
|
},
|
|
634
743
|
"settingsAi": {
|
|
@@ -1162,7 +1271,64 @@ export default {
|
|
|
1162
1271
|
"pii": "PII",
|
|
1163
1272
|
"masked": "Masked"
|
|
1164
1273
|
},
|
|
1165
|
-
"unavailableTitle": "Schema remap editor not available"
|
|
1274
|
+
"unavailableTitle": "Schema remap editor not available",
|
|
1275
|
+
"unavailableBody": "This build does not include the remap editor yet (09-T12). Re-run generation after it lands to remap labels, types and relations."
|
|
1276
|
+
},
|
|
1277
|
+
"publicApi": {
|
|
1278
|
+
"error": "Something went wrong",
|
|
1279
|
+
"scopes": {
|
|
1280
|
+
"deleteTitle": "Delete this scope",
|
|
1281
|
+
"deleteBody": "Any page using a key bound to this scope stops loading data. Keys are not deleted — revoke them first if that is what you meant.",
|
|
1282
|
+
"deletePrompt": "Type the scope name to confirm",
|
|
1283
|
+
"deleteConfirm": "Delete scope",
|
|
1284
|
+
"issuesTitle": "This scope did not compile",
|
|
1285
|
+
"title": "Scopes",
|
|
1286
|
+
"subtitle": "A scope is the whole of what a key may reach — the tables, the exact columns, and a filter the caller can narrow but never remove.",
|
|
1287
|
+
"emptyTitle": "No scopes yet",
|
|
1288
|
+
"emptyBody": "Create one below. It is checked against your live schema before it is saved.",
|
|
1289
|
+
"keyCount": "{count, plural, =0 {no keys} one {# key} other {# keys}}",
|
|
1290
|
+
"delete": "Delete",
|
|
1291
|
+
"nameLabel": "Name",
|
|
1292
|
+
"connectionLabel": "Connection ID",
|
|
1293
|
+
"documentLabel": "Scope document",
|
|
1294
|
+
"documentHint": "Compiled against your schema when you save. Every column a caller can reach is listed here and nowhere else.",
|
|
1295
|
+
"create": "Create scope",
|
|
1296
|
+
"formLabel": "Create a scope"
|
|
1297
|
+
},
|
|
1298
|
+
"cancel": "Cancel",
|
|
1299
|
+
"close": "Close",
|
|
1300
|
+
"title": "Public API",
|
|
1301
|
+
"subtitle": "Let your own customer- or staff-facing pages read this database, through a scope you define.",
|
|
1302
|
+
"notRegistered": {
|
|
1303
|
+
"title": "Not enabled on this server",
|
|
1304
|
+
"body": "Set ADMINIUM_PUBLIC_API_ORIGINS to the exact origins allowed to call it, then restart. Until then these routes are not served at all."
|
|
1305
|
+
},
|
|
1306
|
+
"toggle": {
|
|
1307
|
+
"label": "Serve the public API",
|
|
1308
|
+
"hint": "Turning this off stops every public request immediately. Nothing is deleted — keys, scopes and data all survive."
|
|
1309
|
+
},
|
|
1310
|
+
"origins": {
|
|
1311
|
+
"label": "Origins allowed to call it"
|
|
1312
|
+
},
|
|
1313
|
+
"keys": {
|
|
1314
|
+
"title": "Keys",
|
|
1315
|
+
"subtitle": "These go in your page’s JavaScript, so anyone can read them. That is expected — a key can only ever do what its scope allows.",
|
|
1316
|
+
"emptyTitle": "No keys yet",
|
|
1317
|
+
"emptyBody": "Create a scope first, then mint a key for it.",
|
|
1318
|
+
"reveal": "Show key",
|
|
1319
|
+
"rotate": "Rotate",
|
|
1320
|
+
"revoke": "Revoke",
|
|
1321
|
+
"nameLabel": "Name",
|
|
1322
|
+
"scopeLabel": "Scope",
|
|
1323
|
+
"scopePlaceholder": "Choose a scope",
|
|
1324
|
+
"create": "Create key",
|
|
1325
|
+
"formLabel": "Create a key",
|
|
1326
|
+
"scopeIsAuthTitle": "The scope is the only permission",
|
|
1327
|
+
"scopeIsAuthBody": "A key can reach exactly what its scope lists and nothing else. It does not use roles or table permissions, and it cannot read anything through the rest of the API."
|
|
1328
|
+
},
|
|
1329
|
+
"status": {
|
|
1330
|
+
"heading": "Status"
|
|
1331
|
+
}
|
|
1166
1332
|
}
|
|
1167
1333
|
},
|
|
1168
1334
|
"onboarding": {
|