@hoardodile/i18n 0.1.2 → 0.1.3

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.
@@ -429,16 +429,16 @@ var me = {
429
429
  updatePhaseSwapping: "Replacing server files…",
430
430
  updatePhaseStarting: "Starting the local server…",
431
431
  shellCache: {
432
- title: "Shell cache",
433
- description: "On-disk caches of the app window itselfHTTP responses, compiled code and GPU shaders — plus any downloaded update. Clearing never touches cookies, your preferences or offline data, and the app re-fetches from the local server right away. A downloaded update that is ready to install stays untouched.",
432
+ title: "App temporary files",
433
+ description: "Temporary files the app saves on your device as it runs like the images and code used in the interface — plus any downloaded update. Clearing just means the app fetches what it needs again: your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
434
434
  currentSize: "{{size}}",
435
435
  unavailable: "Unavailable",
436
- clear: "Clear cache",
436
+ clear: "Clear temporary files",
437
437
  clearing: "Clearing…",
438
- confirmTitle: "Clear the shell cache?",
439
- confirmDescription: "The app window will fetch its files from the local server again on the next visit. Cookies, preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
440
- toastCleared: "Shell cache cleared — {{bytes}} freed.",
441
- clearFailed: "Could not clear the shell cache."
438
+ confirmTitle: "Clear the app's temporary files?",
439
+ confirmDescription: "The app will fetch what it needs again the next time it is used. Your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
440
+ toastCleared: "App temporary files cleared — {{bytes}} freed.",
441
+ clearFailed: "Could not clear the app's temporary files."
442
442
  }
443
443
  },
444
444
  usage: {
@@ -481,13 +481,13 @@ var me = {
481
481
  confirmDescription: "This will delete every system preference including theme, language, font, and date format. The page will reload with default values. This cannot be undone."
482
482
  },
483
483
  systemCache: {
484
- title: "Browser cache",
485
- description: "Browser-side local data service-worker caches, localStorage and IndexedDB (offline usage queue, document drafts). The server is never touched; the page reloads afterwards.",
484
+ title: "Browser data",
485
+ description: "App data kept in your browser appearance preferences (theme, language), offline usage records and saved document drafts. Clearing reloads the page and restores the default interface; resources and collections on the server are never touched.",
486
486
  clear: "Clear all",
487
487
  clearing: "Clearing…",
488
- resetting: "Browser cache cleared. Reloading…",
489
- confirmTitle: "Clear browser cache?",
490
- confirmDescription: "This will delete every piece of browser-side local data, including theme and language preferences, offline usage records, and saved document drafts, then reload the page. This cannot be undone."
488
+ resetting: "Browser data cleared. Reloading…",
489
+ confirmTitle: "Clear browser data?",
490
+ confirmDescription: "This deletes every piece of app data kept in your browser, including appearance preferences (theme, language), offline usage records and saved document drafts, then reloads the page with the default interface. Resources and collections on the server are never touched. This cannot be undone."
491
491
  }
492
492
  };
493
493
  var plugin = {
@@ -615,6 +615,7 @@ var marketplace = {
615
615
  notInstalled: "Not installed",
616
616
  reportIssue: "Report an issue",
617
617
  reportSecurity: "Report a security vulnerability",
618
+ requestFeature: "Request a feature",
618
619
  intro: "Intro",
619
620
  languages: "Languages",
620
621
  noIntro: "This release ships no introduction",
@@ -1921,6 +1922,18 @@ var categories = {
1921
1922
  }
1922
1923
  };
1923
1924
  var tags = {
1925
+ edit: {
1926
+ linkLabel: "Website link",
1927
+ linkPlaceholder: "https://…",
1928
+ linkHint: "Optional link to the tag's canonical page — shown in the hover preview.",
1929
+ uploadImage: "Upload image…",
1930
+ editImage: "Edit image…",
1931
+ imageDialogTitle: "Tag image"
1932
+ },
1933
+ card: {
1934
+ openLink: "Open link",
1935
+ aria: "Tag preview: {{name}}"
1936
+ },
1924
1937
  picker: {
1925
1938
  noCategories: "No categories yet.",
1926
1939
  selectedHeader: "Selected:",
@@ -2946,6 +2959,7 @@ declare const CATALOGS: {
2946
2959
  notInstalled: string;
2947
2960
  reportIssue: string;
2948
2961
  reportSecurity: string;
2962
+ requestFeature: string;
2949
2963
  intro: string;
2950
2964
  languages: string;
2951
2965
  noIntro: string;
@@ -4252,6 +4266,18 @@ declare const CATALOGS: {
4252
4266
  };
4253
4267
  };
4254
4268
  tags: {
4269
+ edit: {
4270
+ linkLabel: string;
4271
+ linkPlaceholder: string;
4272
+ linkHint: string;
4273
+ uploadImage: string;
4274
+ editImage: string;
4275
+ imageDialogTitle: string;
4276
+ };
4277
+ card: {
4278
+ openLink: string;
4279
+ aria: string;
4280
+ };
4255
4281
  picker: {
4256
4282
  noCategories: string;
4257
4283
  selectedHeader: string;
@@ -5225,6 +5251,7 @@ declare const CATALOGS: {
5225
5251
  notInstalled: string;
5226
5252
  reportIssue: string;
5227
5253
  reportSecurity: string;
5254
+ requestFeature: string;
5228
5255
  intro: string;
5229
5256
  languages: string;
5230
5257
  noIntro: string;
@@ -6531,6 +6558,18 @@ declare const CATALOGS: {
6531
6558
  };
6532
6559
  };
6533
6560
  tags: {
6561
+ edit: {
6562
+ linkLabel: string;
6563
+ linkPlaceholder: string;
6564
+ linkHint: string;
6565
+ uploadImage: string;
6566
+ editImage: string;
6567
+ imageDialogTitle: string;
6568
+ };
6569
+ card: {
6570
+ openLink: string;
6571
+ aria: string;
6572
+ };
6534
6573
  picker: {
6535
6574
  noCategories: string;
6536
6575
  selectedHeader: string;
@@ -7504,6 +7543,7 @@ declare const CATALOGS: {
7504
7543
  notInstalled: string;
7505
7544
  reportIssue: string;
7506
7545
  reportSecurity: string;
7546
+ requestFeature: string;
7507
7547
  intro: string;
7508
7548
  languages: string;
7509
7549
  noIntro: string;
@@ -8810,6 +8850,18 @@ declare const CATALOGS: {
8810
8850
  };
8811
8851
  };
8812
8852
  tags: {
8853
+ edit: {
8854
+ linkLabel: string;
8855
+ linkPlaceholder: string;
8856
+ linkHint: string;
8857
+ uploadImage: string;
8858
+ editImage: string;
8859
+ imageDialogTitle: string;
8860
+ };
8861
+ card: {
8862
+ openLink: string;
8863
+ aria: string;
8864
+ };
8813
8865
  picker: {
8814
8866
  noCategories: string;
8815
8867
  selectedHeader: string;
@@ -9783,6 +9835,7 @@ declare const CATALOGS: {
9783
9835
  notInstalled: string;
9784
9836
  reportIssue: string;
9785
9837
  reportSecurity: string;
9838
+ requestFeature: string;
9786
9839
  intro: string;
9787
9840
  languages: string;
9788
9841
  noIntro: string;
@@ -11089,6 +11142,18 @@ declare const CATALOGS: {
11089
11142
  };
11090
11143
  };
11091
11144
  tags: {
11145
+ edit: {
11146
+ linkLabel: string;
11147
+ linkPlaceholder: string;
11148
+ linkHint: string;
11149
+ uploadImage: string;
11150
+ editImage: string;
11151
+ imageDialogTitle: string;
11152
+ };
11153
+ card: {
11154
+ openLink: string;
11155
+ aria: string;
11156
+ };
11092
11157
  picker: {
11093
11158
  noCategories: string;
11094
11159
  selectedHeader: string;
@@ -12062,6 +12127,7 @@ declare const CATALOGS: {
12062
12127
  notInstalled: string;
12063
12128
  reportIssue: string;
12064
12129
  reportSecurity: string;
12130
+ requestFeature: string;
12065
12131
  intro: string;
12066
12132
  languages: string;
12067
12133
  noIntro: string;
@@ -13368,6 +13434,18 @@ declare const CATALOGS: {
13368
13434
  };
13369
13435
  };
13370
13436
  tags: {
13437
+ edit: {
13438
+ linkLabel: string;
13439
+ linkPlaceholder: string;
13440
+ linkHint: string;
13441
+ uploadImage: string;
13442
+ editImage: string;
13443
+ imageDialogTitle: string;
13444
+ };
13445
+ card: {
13446
+ openLink: string;
13447
+ aria: string;
13448
+ };
13371
13449
  picker: {
13372
13450
  noCategories: string;
13373
13451
  selectedHeader: string;
@@ -1,2 +1,2 @@
1
- export { C as CATALOGS, c as catalogFor } from './catalogs-DhL0jLaW.js';
1
+ export { C as CATALOGS, c as catalogFor } from './catalogs-P15rGrmg.js';
2
2
  import './core.js';
package/dist/catalogs.js CHANGED
@@ -429,16 +429,16 @@ var de_default = {
429
429
  updatePhaseSwapping: "Serverdateien werden ersetzt\u2026",
430
430
  updatePhaseStarting: "Lokaler Server wird gestartet\u2026",
431
431
  shellCache: {
432
- title: "Shell-Cache",
433
- description: "Laufwerksbasierte Caches des App-Fensters selbst \u2014 HTTP-Antworten, kompilierter Code und GPU-Shader \u2014 sowie etwaige heruntergeladene Updates. Das Leeren ber\xFChrt nie Cookies, deine Einstellungen oder Offline-Daten, und die App l\xE4dt sofort vom lokalen Server neu. Ein heruntergeladenes, installationsbereites Update bleibt unber\xFChrt.",
432
+ title: "Tempor\xE4re App-Dateien",
433
+ description: "Tempor\xE4re Dateien, die die App auf deinem Ger\xE4t speichert, w\xE4hrend sie l\xE4uft \u2014 etwa die Bilder und Dateien, die in der Oberfl\xE4che verwendet werden \u2014 sowie heruntergeladene Updates. Beim L\xF6schen holt sich die App einfach wieder, was sie braucht: dein Anmeldestatus, dein Aussehen und Offline-Daten bleiben unber\xFChrt. Ein heruntergeladenes, installationsbereites Update bleibt erhalten.",
434
434
  currentSize: "{{size}}",
435
435
  unavailable: "Nicht verf\xFCgbar",
436
- clear: "Cache leeren",
437
- clearing: "Leeren\u2026",
438
- confirmTitle: "Shell-Cache leeren?",
439
- confirmDescription: "Das App-Fenster l\xE4dt seine Dateien beim n\xE4chsten Besuch erneut vom lokalen Server. Cookies, Einstellungen und Offline-Daten werden nie ber\xFChrt. Ein heruntergeladenes, installationsbereites Update bleibt unber\xFChrt.",
440
- toastCleared: "Shell-Cache geleert \u2014 {{bytes}} freigegeben.",
441
- clearFailed: "Der Shell-Cache konnte nicht geleert werden."
436
+ clear: "Tempor\xE4re Dateien l\xF6schen",
437
+ clearing: "L\xF6schen\u2026",
438
+ confirmTitle: "Tempor\xE4re App-Dateien l\xF6schen?",
439
+ confirmDescription: "Die App holt sich beim n\xE4chsten Verwenden einfach wieder, was sie braucht. Dein Anmeldestatus, dein Aussehen und Offline-Daten bleiben unber\xFChrt. Ein heruntergeladenes, installationsbereites Update bleibt erhalten.",
440
+ toastCleared: "Tempor\xE4re App-Dateien gel\xF6scht \u2014 {{bytes}} freigegeben.",
441
+ clearFailed: "Die tempor\xE4ren App-Dateien konnten nicht gel\xF6scht werden."
442
442
  }
443
443
  },
444
444
  usage: {
@@ -481,13 +481,13 @@ var de_default = {
481
481
  confirmDescription: "Dies l\xF6scht alle Systemeinstellungen einschlie\xDFlich Design, Sprache, Schriftart und Datumsformat. Die Seite wird mit Standardwerten neu geladen. Dies kann nicht r\xFCckg\xE4ngig gemacht werden."
482
482
  },
483
483
  systemCache: {
484
- title: "Browser-Cache",
485
- description: "Lokale Daten im Browser \u2014 Service-Worker-Caches, localStorage und IndexedDB (Offline-Nutzungswarteschlange, Dokumententw\xFCrfe). Der Server wird nie ber\xFChrt; die Seite wird danach neu geladen.",
484
+ title: "Browserdaten",
485
+ description: "App-Daten, die in deinem Browser gespeichert sind \u2014 Aussehen (Design, Sprache), Offline-Nutzungsdaten und gespeicherte Dokumententw\xFCrfe. Beim L\xF6schen wird die Seite neu geladen und das Aussehen auf die Standardeinstellungen zur\xFCckgesetzt; Ressourcen und Sammlungen auf dem Server bleiben unber\xFChrt.",
486
486
  clear: "Alles leeren",
487
487
  clearing: "Leeren\u2026",
488
- resetting: "Browser-Cache geleert. Wird neu geladen\u2026",
489
- confirmTitle: "Browser-Cache leeren?",
490
- confirmDescription: "Dies l\xF6scht alle lokalen Daten im Browser, einschlie\xDFlich Design- und Spracheinstellungen, Offline-Nutzungseintr\xE4ge und gespeicherte Dokumententw\xFCrfe, und l\xE4dt dann die Seite neu. Dies kann nicht r\xFCckg\xE4ngig gemacht werden."
488
+ resetting: "Browserdaten gel\xF6scht. Die Seite wird neu geladen\u2026",
489
+ confirmTitle: "Browserdaten l\xF6schen?",
490
+ confirmDescription: "Dies l\xF6scht alle im Browser gespeicherten App-Daten, einschlie\xDFlich Aussehen (Design, Sprache), Offline-Nutzungsdaten und Dokumententw\xFCrfe, und l\xE4dt die Seite anschlie\xDFend mit den Standardeinstellungen neu. Ressourcen und Sammlungen auf dem Server bleiben unber\xFChrt. Dies kann nicht r\xFCckg\xE4ngig gemacht werden."
491
491
  }
492
492
  },
493
493
  plugin: {
@@ -615,6 +615,7 @@ var de_default = {
615
615
  notInstalled: "Nicht installiert",
616
616
  reportIssue: "Problem melden",
617
617
  reportSecurity: "Sicherheitsl\xFCcke melden",
618
+ requestFeature: "Feature anfragen",
618
619
  intro: "Einf\xFChrung",
619
620
  languages: "Sprachen",
620
621
  noIntro: "Diese Version enth\xE4lt keine Einf\xFChrung",
@@ -1921,6 +1922,18 @@ var de_default = {
1921
1922
  }
1922
1923
  },
1923
1924
  tags: {
1925
+ edit: {
1926
+ linkLabel: "Weblink",
1927
+ linkPlaceholder: "https://\u2026",
1928
+ linkHint: "Optionaler Link zur kanonischen Seite des Tags \u2014 erscheint in der Hover-Vorschau.",
1929
+ uploadImage: "Bild hochladen\u2026",
1930
+ editImage: "Bild bearbeiten\u2026",
1931
+ imageDialogTitle: "Tag-Bild"
1932
+ },
1933
+ card: {
1934
+ openLink: "Link \xF6ffnen",
1935
+ aria: "Tag-Vorschau: {{name}}"
1936
+ },
1924
1937
  picker: {
1925
1938
  noCategories: "Noch keine Kategorien.",
1926
1939
  selectedHeader: "Ausgew\xE4hlt:",
@@ -2710,16 +2723,16 @@ var en_default = {
2710
2723
  updatePhaseSwapping: "Replacing server files\u2026",
2711
2724
  updatePhaseStarting: "Starting the local server\u2026",
2712
2725
  shellCache: {
2713
- title: "Shell cache",
2714
- description: "On-disk caches of the app window itself \u2014 HTTP responses, compiled code and GPU shaders \u2014 plus any downloaded update. Clearing never touches cookies, your preferences or offline data, and the app re-fetches from the local server right away. A downloaded update that is ready to install stays untouched.",
2726
+ title: "App temporary files",
2727
+ description: "Temporary files the app saves on your device as it runs \u2014 like the images and code used in the interface \u2014 plus any downloaded update. Clearing just means the app fetches what it needs again: your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
2715
2728
  currentSize: "{{size}}",
2716
2729
  unavailable: "Unavailable",
2717
- clear: "Clear cache",
2730
+ clear: "Clear temporary files",
2718
2731
  clearing: "Clearing\u2026",
2719
- confirmTitle: "Clear the shell cache?",
2720
- confirmDescription: "The app window will fetch its files from the local server again on the next visit. Cookies, preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
2721
- toastCleared: "Shell cache cleared \u2014 {{bytes}} freed.",
2722
- clearFailed: "Could not clear the shell cache."
2732
+ confirmTitle: "Clear the app's temporary files?",
2733
+ confirmDescription: "The app will fetch what it needs again the next time it is used. Your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
2734
+ toastCleared: "App temporary files cleared \u2014 {{bytes}} freed.",
2735
+ clearFailed: "Could not clear the app's temporary files."
2723
2736
  }
2724
2737
  },
2725
2738
  usage: {
@@ -2762,13 +2775,13 @@ var en_default = {
2762
2775
  confirmDescription: "This will delete every system preference including theme, language, font, and date format. The page will reload with default values. This cannot be undone."
2763
2776
  },
2764
2777
  systemCache: {
2765
- title: "Browser cache",
2766
- description: "Browser-side local data \u2014 service-worker caches, localStorage and IndexedDB (offline usage queue, document drafts). The server is never touched; the page reloads afterwards.",
2778
+ title: "Browser data",
2779
+ description: "App data kept in your browser \u2014 appearance preferences (theme, language), offline usage records and saved document drafts. Clearing reloads the page and restores the default interface; resources and collections on the server are never touched.",
2767
2780
  clear: "Clear all",
2768
2781
  clearing: "Clearing\u2026",
2769
- resetting: "Browser cache cleared. Reloading\u2026",
2770
- confirmTitle: "Clear browser cache?",
2771
- confirmDescription: "This will delete every piece of browser-side local data, including theme and language preferences, offline usage records, and saved document drafts, then reload the page. This cannot be undone."
2782
+ resetting: "Browser data cleared. Reloading\u2026",
2783
+ confirmTitle: "Clear browser data?",
2784
+ confirmDescription: "This deletes every piece of app data kept in your browser, including appearance preferences (theme, language), offline usage records and saved document drafts, then reloads the page with the default interface. Resources and collections on the server are never touched. This cannot be undone."
2772
2785
  }
2773
2786
  },
2774
2787
  plugin: {
@@ -2896,6 +2909,7 @@ var en_default = {
2896
2909
  notInstalled: "Not installed",
2897
2910
  reportIssue: "Report an issue",
2898
2911
  reportSecurity: "Report a security vulnerability",
2912
+ requestFeature: "Request a feature",
2899
2913
  intro: "Intro",
2900
2914
  languages: "Languages",
2901
2915
  noIntro: "This release ships no introduction",
@@ -4202,6 +4216,18 @@ var en_default = {
4202
4216
  }
4203
4217
  },
4204
4218
  tags: {
4219
+ edit: {
4220
+ linkLabel: "Website link",
4221
+ linkPlaceholder: "https://\u2026",
4222
+ linkHint: "Optional link to the tag's canonical page \u2014 shown in the hover preview.",
4223
+ uploadImage: "Upload image\u2026",
4224
+ editImage: "Edit image\u2026",
4225
+ imageDialogTitle: "Tag image"
4226
+ },
4227
+ card: {
4228
+ openLink: "Open link",
4229
+ aria: "Tag preview: {{name}}"
4230
+ },
4205
4231
  picker: {
4206
4232
  noCategories: "No categories yet.",
4207
4233
  selectedHeader: "Selected:",
@@ -4991,16 +5017,16 @@ var es_default = {
4991
5017
  updatePhaseSwapping: "Reemplazando los archivos del servidor\u2026",
4992
5018
  updatePhaseStarting: "Iniciando el servidor local\u2026",
4993
5019
  shellCache: {
4994
- title: "Cach\xE9 del shell",
4995
- description: "Cach\xE9s en disco de la propia ventana de la app \u2014 respuestas HTTP, c\xF3digo compilado y sombreadores de GPU \u2014 adem\xE1s de cualquier actualizaci\xF3n descargada. Al limpiar nunca se tocan las cookies, tus preferencias ni los datos sin conexi\xF3n, y la app vuelve a obtener los datos del servidor local de inmediato. Una actualizaci\xF3n descargada lista para instalar no se toca.",
5020
+ title: "Archivos temporales de la app",
5021
+ description: "Archivos temporales que la app guarda en tu equipo mientras se ejecuta, como las im\xE1genes y el c\xF3digo usados en la interfaz, adem\xE1s de cualquier actualizaci\xF3n descargada. Al borrarlos, la app simplemente vuelve a obtener lo que necesita: tu sesi\xF3n iniciada, la apariencia y los datos sin conexi\xF3n no se tocan. Una actualizaci\xF3n descargada lista para instalar se mantiene.",
4996
5022
  currentSize: "{{size}}",
4997
5023
  unavailable: "No disponible",
4998
- clear: "Limpiar cach\xE9",
4999
- clearing: "Limpiando\u2026",
5000
- confirmTitle: "\xBFLimpiar la cach\xE9 del shell?",
5001
- confirmDescription: "La ventana de la app volver\xE1 a obtener sus archivos del servidor local en la pr\xF3xima visita. Las cookies, las preferencias y los datos sin conexi\xF3n nunca se tocan. Una actualizaci\xF3n descargada lista para instalar no se toca.",
5002
- toastCleared: "Cach\xE9 del shell limpiada \u2014 {{bytes}} liberados.",
5003
- clearFailed: "No se pudo limpiar la cach\xE9 del shell."
5024
+ clear: "Borrar archivos temporales",
5025
+ clearing: "Borrando\u2026",
5026
+ confirmTitle: "\xBFBorrar los archivos temporales de la app?",
5027
+ confirmDescription: "La app volver\xE1 a obtener lo que necesite la pr\xF3xima vez que la uses. Tu sesi\xF3n iniciada, la apariencia y los datos sin conexi\xF3n no se tocan. Una actualizaci\xF3n descargada lista para instalar se mantiene.",
5028
+ toastCleared: "Archivos temporales de la app borrados \u2014 {{bytes}} liberados.",
5029
+ clearFailed: "No se pudieron borrar los archivos temporales de la app."
5004
5030
  }
5005
5031
  },
5006
5032
  usage: {
@@ -5043,13 +5069,13 @@ var es_default = {
5043
5069
  confirmDescription: "Esto eliminar\xE1 todas las preferencias del sistema, incluidos tema, idioma, fuente y formato de fecha. La p\xE1gina se recargar\xE1 con valores predeterminados. Esto no se puede deshacer."
5044
5070
  },
5045
5071
  systemCache: {
5046
- title: "Cach\xE9 del navegador",
5047
- description: "Datos locales del lado del navegador \u2014 cach\xE9s de service worker, localStorage e IndexedDB (cola de uso sin conexi\xF3n, borradores de documentos). El servidor nunca se toca; luego la p\xE1gina se recarga.",
5072
+ title: "Datos en el navegador",
5073
+ description: "Lo que la app guarda en tu navegador: preferencias de apariencia (tema, idioma), registros de uso sin conexi\xF3n y borradores de documentos guardados. Al borrarlos, la p\xE1gina se recarga y la interfaz vuelve a los valores predeterminados; los recursos y las colecciones del servidor no se tocan.",
5048
5074
  clear: "Limpiar todo",
5049
5075
  clearing: "Limpiando\u2026",
5050
- resetting: "Cach\xE9 del navegador limpiada. Recargando\u2026",
5051
- confirmTitle: "\xBFLimpiar la cach\xE9 del navegador?",
5052
- confirmDescription: "Esto eliminar\xE1 todos los datos locales del navegador, incluidas las preferencias de tema e idioma, los registros de uso sin conexi\xF3n y los borradores guardados de documentos, y luego recargar\xE1 la p\xE1gina. Esto no se puede deshacer."
5076
+ resetting: "Datos del navegador borrados. Recargando\u2026",
5077
+ confirmTitle: "\xBFBorrar los datos del navegador?",
5078
+ confirmDescription: "Esto borra todos los datos que la app guarda en tu navegador, incluidas las preferencias de apariencia (tema, idioma), los registros de uso sin conexi\xF3n y los borradores de documentos guardados, y luego recarga la p\xE1gina con la interfaz en los valores predeterminados. Los recursos y las colecciones del servidor no se tocan. Esto no se puede deshacer."
5053
5079
  }
5054
5080
  },
5055
5081
  plugin: {
@@ -5177,6 +5203,7 @@ var es_default = {
5177
5203
  notInstalled: "No instalado",
5178
5204
  reportIssue: "Informar de un problema",
5179
5205
  reportSecurity: "Informar de una vulnerabilidad",
5206
+ requestFeature: "Solicitar una funci\xF3n",
5180
5207
  intro: "Introducci\xF3n",
5181
5208
  languages: "Idiomas",
5182
5209
  noIntro: "Esta versi\xF3n no incluye una introducci\xF3n",
@@ -6483,6 +6510,18 @@ var es_default = {
6483
6510
  }
6484
6511
  },
6485
6512
  tags: {
6513
+ edit: {
6514
+ linkLabel: "Enlace del sitio",
6515
+ linkPlaceholder: "https://\u2026",
6516
+ linkHint: "Enlace opcional a la p\xE1gina can\xF3nica de la etiqueta \u2014 se muestra en la vista previa al pasar el cursor.",
6517
+ uploadImage: "Subir imagen\u2026",
6518
+ editImage: "Editar imagen\u2026",
6519
+ imageDialogTitle: "Imagen de la etiqueta"
6520
+ },
6521
+ card: {
6522
+ openLink: "Abrir enlace",
6523
+ aria: "Vista previa de la etiqueta: {{name}}"
6524
+ },
6486
6525
  picker: {
6487
6526
  noCategories: "A\xFAn no hay categor\xEDas.",
6488
6527
  selectedHeader: "Seleccionadas:",
@@ -7272,16 +7311,16 @@ var ja_default = {
7272
7311
  updatePhaseSwapping: "\u30B5\u30FC\u30D0\u30FC\u30D5\u30A1\u30A4\u30EB\u3092\u7F6E\u304D\u63DB\u3048\u3066\u3044\u307E\u3059\u2026",
7273
7312
  updatePhaseStarting: "\u30ED\u30FC\u30AB\u30EB\u30B5\u30FC\u30D0\u30FC\u3092\u8D77\u52D5\u3057\u3066\u3044\u307E\u3059\u2026",
7274
7313
  shellCache: {
7275
- title: "\u30B7\u30A7\u30EB\u30AD\u30E3\u30C3\u30B7\u30E5",
7276
- description: "\u30A2\u30D7\u30EA\u30A6\u30A3\u30F3\u30C9\u30A6\u81EA\u4F53\u306E\u30C7\u30A3\u30B9\u30AF\u4E0A\u306E\u30AD\u30E3\u30C3\u30B7\u30E5 \u2014 HTTP \u30EC\u30B9\u30DD\u30F3\u30B9\u3001\u30B3\u30F3\u30D1\u30A4\u30EB\u6E08\u307F\u30B3\u30FC\u30C9\u3001GPU \u30B7\u30A7\u30FC\u30C0\u30FC \u2014 \u3068\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u6E08\u307F\u306E\u66F4\u65B0\u3002\u30AF\u30EA\u30A2\u3057\u3066\u3082 Cookie\u3001\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u30C7\u30FC\u30BF\u306B\u306F\u4E00\u5207\u89E6\u308C\u305A\u3001\u30A2\u30D7\u30EA\u306F\u3059\u3050\u306B\u30ED\u30FC\u30AB\u30EB\u30B5\u30FC\u30D0\u30FC\u304B\u3089\u518D\u53D6\u5F97\u3057\u307E\u3059\u3002\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E96\u5099\u304C\u5B8C\u4E86\u3057\u305F\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u6E08\u307F\u66F4\u65B0\u306F\u305D\u306E\u307E\u307E\u6B8B\u308A\u307E\u3059\u3002",
7314
+ title: "\u30A2\u30D7\u30EA\u306E\u4E00\u6642\u30D5\u30A1\u30A4\u30EB",
7315
+ description: "\u30A2\u30D7\u30EA\u306E\u5B9F\u884C\u4E2D\u306B\u7AEF\u672B\u306B\u81EA\u52D5\u3067\u4FDD\u5B58\u3055\u308C\u308B\u4E00\u6642\u30D5\u30A1\u30A4\u30EB\uFF08\u753B\u9762\u3067\u4F7F\u3046\u753B\u50CF\u3084\u30B3\u30FC\u30C9\u306A\u3069\uFF09\u3068\u3001\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u6E08\u307F\u306E\u66F4\u65B0\u30D7\u30ED\u30B0\u30E9\u30E0\u3002\u6D88\u53BB\u3057\u3066\u3082\u3001\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB\u306F\u30A2\u30D7\u30EA\u304C\u81EA\u52D5\u3067\u53D6\u5F97\u3057\u76F4\u3057\u307E\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u72B6\u614B\u3001\u5916\u89B3\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u30C7\u30FC\u30BF\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E96\u5099\u304C\u3067\u304D\u305F\u66F4\u65B0\u30D7\u30ED\u30B0\u30E9\u30E0\u306F\u305D\u306E\u307E\u307E\u6B8B\u308A\u307E\u3059\u3002",
7277
7316
  currentSize: "{{size}}",
7278
7317
  unavailable: "\u5229\u7528\u4E0D\u53EF",
7279
- clear: "\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2",
7280
- clearing: "\u30AF\u30EA\u30A2\u4E2D\u2026",
7281
- confirmTitle: "\u30B7\u30A7\u30EB\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3059\u304B\uFF1F",
7282
- confirmDescription: "\u6B21\u56DE\u30A2\u30AF\u30BB\u30B9\u6642\u306B\u30A2\u30D7\u30EA\u30A6\u30A3\u30F3\u30C9\u30A6\u306F\u30ED\u30FC\u30AB\u30EB\u30B5\u30FC\u30D0\u30FC\u304B\u3089\u30D5\u30A1\u30A4\u30EB\u3092\u518D\u5EA6\u53D6\u5F97\u3057\u307E\u3059\u3002Cookie\u3001\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u30C7\u30FC\u30BF\u306B\u306F\u4E00\u5207\u89E6\u308C\u307E\u305B\u3093\u3002\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E96\u5099\u304C\u5B8C\u4E86\u3057\u305F\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u6E08\u307F\u66F4\u65B0\u306F\u305D\u306E\u307E\u307E\u6B8B\u308A\u307E\u3059\u3002",
7283
- toastCleared: "\u30B7\u30A7\u30EB\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3057\u305F \u2014 {{bytes}} \u89E3\u653E\u3002",
7284
- clearFailed: "\u30B7\u30A7\u30EB\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002"
7318
+ clear: "\u4E00\u6642\u30D5\u30A1\u30A4\u30EB\u3092\u6D88\u53BB",
7319
+ clearing: "\u6D88\u53BB\u4E2D\u2026",
7320
+ confirmTitle: "\u30A2\u30D7\u30EA\u306E\u4E00\u6642\u30D5\u30A1\u30A4\u30EB\u3092\u6D88\u53BB\u3057\u307E\u3059\u304B\uFF1F",
7321
+ confirmDescription: "\u6B21\u56DE\u4F7F\u7528\u6642\u306B\u3001\u30A2\u30D7\u30EA\u304C\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB\u3092\u81EA\u52D5\u3067\u53D6\u5F97\u3057\u76F4\u3057\u307E\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u72B6\u614B\u3001\u5916\u89B3\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u30C7\u30FC\u30BF\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E96\u5099\u304C\u3067\u304D\u305F\u66F4\u65B0\u30D7\u30ED\u30B0\u30E9\u30E0\u306F\u305D\u306E\u307E\u307E\u6B8B\u308A\u307E\u3059\u3002",
7322
+ toastCleared: "\u30A2\u30D7\u30EA\u306E\u4E00\u6642\u30D5\u30A1\u30A4\u30EB\u3092\u6D88\u53BB\u3057\u307E\u3057\u305F \u2014 {{bytes}} \u89E3\u653E\u3002",
7323
+ clearFailed: "\u30A2\u30D7\u30EA\u306E\u4E00\u6642\u30D5\u30A1\u30A4\u30EB\u3092\u6D88\u53BB\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002"
7285
7324
  }
7286
7325
  },
7287
7326
  usage: {
@@ -7324,13 +7363,13 @@ var ja_default = {
7324
7363
  confirmDescription: "\u30C6\u30FC\u30DE\u3001\u8A00\u8A9E\u3001\u30D5\u30A9\u30F3\u30C8\u3001\u65E5\u4ED8\u5F62\u5F0F\u3092\u542B\u3080\u3059\u3079\u3066\u306E\u30B7\u30B9\u30C6\u30E0\u8A2D\u5B9A\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u30DA\u30FC\u30B8\u306F\u65E2\u5B9A\u5024\u3067\u518D\u8AAD\u307F\u8FBC\u307F\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002"
7325
7364
  },
7326
7365
  systemCache: {
7327
- title: "\u30D6\u30E9\u30A6\u30B6\u30AD\u30E3\u30C3\u30B7\u30E5",
7328
- description: "\u30D6\u30E9\u30A6\u30B6\u5074\u306E\u30ED\u30FC\u30AB\u30EB\u30C7\u30FC\u30BF \u2014 \u30B5\u30FC\u30D3\u30B9\u30EF\u30FC\u30AB\u30FC\u30AD\u30E3\u30C3\u30B7\u30E5\u3001localStorage\u3001IndexedDB (\u30AA\u30D5\u30E9\u30A4\u30F3\u5229\u7528\u30AD\u30E5\u30FC\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4E0B\u66F8\u304D)\u3002\u30B5\u30FC\u30D0\u30FC\u306B\u306F\u4E00\u5207\u89E6\u308C\u305A\u3001\u305D\u306E\u5F8C\u30DA\u30FC\u30B8\u304C\u518D\u8AAD\u307F\u8FBC\u307F\u3055\u308C\u307E\u3059\u3002",
7366
+ title: "\u30D6\u30E9\u30A6\u30B6\u5185\u306E\u30C7\u30FC\u30BF",
7367
+ description: "\u30A2\u30D7\u30EA\u304C\u30D6\u30E9\u30A6\u30B6\u306B\u4FDD\u5B58\u3059\u308B\u30C7\u30FC\u30BF \u2014 \u5916\u89B3\u8A2D\u5B9A\uFF08\u30C6\u30FC\u30DE\u3001\u8A00\u8A9E\uFF09\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u306E\u5229\u7528\u8A18\u9332\u3001\u4FDD\u5B58\u3057\u305F\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4E0B\u66F8\u304D\u3002\u6D88\u53BB\u3059\u308B\u3068\u30DA\u30FC\u30B8\u304C\u518D\u8AAD\u307F\u8FBC\u307F\u3055\u308C\u3001\u5916\u89B3\u306F\u65E2\u5B9A\u306E\u8A2D\u5B9A\u306B\u623B\u308A\u307E\u3059\u3002\u30B5\u30FC\u30D0\u30FC\u4E0A\u306E\u30EA\u30BD\u30FC\u30B9\u3068\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002",
7329
7368
  clear: "\u3059\u3079\u3066\u30AF\u30EA\u30A2",
7330
7369
  clearing: "\u30AF\u30EA\u30A2\u4E2D\u2026",
7331
- resetting: "\u30D6\u30E9\u30A6\u30B6\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3057\u305F\u3002\u518D\u8AAD\u307F\u8FBC\u307F\u4E2D\u2026",
7332
- confirmTitle: "\u30D6\u30E9\u30A6\u30B6\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3059\u304B\uFF1F",
7333
- confirmDescription: "\u30C6\u30FC\u30DE\u3068\u8A00\u8A9E\u306E\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u5229\u7528\u8A18\u9332\u3001\u4FDD\u5B58\u6E08\u307F\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4E0B\u66F8\u304D\u3092\u542B\u3080\u3001\u30D6\u30E9\u30A6\u30B6\u5074\u306E\u3059\u3079\u3066\u306E\u30ED\u30FC\u30AB\u30EB\u30C7\u30FC\u30BF\u3092\u524A\u9664\u3057\u3066\u304B\u3089\u30DA\u30FC\u30B8\u3092\u518D\u8AAD\u307F\u8FBC\u307F\u3057\u307E\u3059\u3002\u3053\u308C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002"
7370
+ resetting: "\u30D6\u30E9\u30A6\u30B6\u5185\u306E\u30C7\u30FC\u30BF\u3092\u6D88\u53BB\u3057\u307E\u3057\u305F\u3002\u518D\u8AAD\u307F\u8FBC\u307F\u4E2D\u2026",
7371
+ confirmTitle: "\u30D6\u30E9\u30A6\u30B6\u5185\u306E\u30C7\u30FC\u30BF\u3092\u6D88\u53BB\u3057\u307E\u3059\u304B\uFF1F",
7372
+ confirmDescription: "\u30A2\u30D7\u30EA\u304C\u30D6\u30E9\u30A6\u30B6\u306B\u4FDD\u5B58\u3057\u3066\u3044\u308B\u3059\u3079\u3066\u306E\u30C7\u30FC\u30BF\uFF08\u30C6\u30FC\u30DE\u3084\u8A00\u8A9E\u306A\u3069\u306E\u5916\u89B3\u8A2D\u5B9A\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u306E\u5229\u7528\u8A18\u9332\u3001\u4FDD\u5B58\u3057\u305F\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4E0B\u66F8\u304D\uFF09\u3092\u524A\u9664\u3057\u3001\u30DA\u30FC\u30B8\u3092\u518D\u8AAD\u307F\u8FBC\u307F\u3057\u3066\u5916\u89B3\u3092\u65E2\u5B9A\u306E\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u3002\u30B5\u30FC\u30D0\u30FC\u4E0A\u306E\u30EA\u30BD\u30FC\u30B9\u3068\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002\u3053\u308C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002"
7334
7373
  }
7335
7374
  },
7336
7375
  plugin: {
@@ -7458,6 +7497,7 @@ var ja_default = {
7458
7497
  notInstalled: "\u672A\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB",
7459
7498
  reportIssue: "\u554F\u984C\u3092\u5831\u544A",
7460
7499
  reportSecurity: "\u8106\u5F31\u6027\u3092\u5831\u544A",
7500
+ requestFeature: "\u6A5F\u80FD\u30EA\u30AF\u30A8\u30B9\u30C8",
7461
7501
  intro: "\u7D39\u4ECB",
7462
7502
  languages: "\u8A00\u8A9E",
7463
7503
  noIntro: "\u3053\u306E\u30EA\u30EA\u30FC\u30B9\u306B\u306F\u7D39\u4ECB\u304C\u3042\u308A\u307E\u305B\u3093",
@@ -8764,6 +8804,18 @@ var ja_default = {
8764
8804
  }
8765
8805
  },
8766
8806
  tags: {
8807
+ edit: {
8808
+ linkLabel: "\u30A6\u30A7\u30D6\u30EA\u30F3\u30AF",
8809
+ linkPlaceholder: "https://\u2026",
8810
+ linkHint: "\u30BF\u30B0\u306E\u6B63\u5178\u30DA\u30FC\u30B8\u3078\u306E\u4EFB\u610F\u30EA\u30F3\u30AF \u2014 \u30DB\u30D0\u30FC\u30D7\u30EC\u30D3\u30E5\u30FC\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
8811
+ uploadImage: "\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u2026",
8812
+ editImage: "\u753B\u50CF\u3092\u7DE8\u96C6\u2026",
8813
+ imageDialogTitle: "\u30BF\u30B0\u753B\u50CF"
8814
+ },
8815
+ card: {
8816
+ openLink: "\u30EA\u30F3\u30AF\u3092\u958B\u304F",
8817
+ aria: "\u30BF\u30B0\u30D7\u30EC\u30D3\u30E5\u30FC: {{name}}"
8818
+ },
8767
8819
  picker: {
8768
8820
  noCategories: "\u307E\u3060\u30AB\u30C6\u30B4\u30EA\u304C\u3042\u308A\u307E\u305B\u3093\u3002",
8769
8821
  selectedHeader: "\u9078\u629E\u4E2D:",
@@ -9434,8 +9486,8 @@ var zh_default = {
9434
9486
  openLogsFolder: "\u6253\u5F00\u670D\u52A1\u5668\u65E5\u5FD7\u6587\u4EF6\u5939",
9435
9487
  openLogsFailed: "\u65E0\u6CD5\u6253\u5F00\u65E5\u5FD7\u6587\u4EF6\u5939\u3002",
9436
9488
  featureTitle: "\u529F\u80FD\u5EFA\u8BAE",
9437
- featureDescription: "\u7F3A\u5C11\u4EC0\u4E48\u529F\u80FD\uFF1F\u544A\u8BC9\u6211\u4EEC\u3002",
9438
- featureAction: "\u544A\u8BC9\u6211\u4EEC",
9489
+ featureDescription: "\u7F3A\u5C11\u4EC0\u4E48\u529F\u80FD\uFF1F\u544A\u8BC9\u6211\u3002",
9490
+ featureAction: "\u544A\u8BC9\u6211",
9439
9491
  developerTitle: "\u5F00\u53D1\u8005",
9440
9492
  checkUpdate: "\u68C0\u67E5\u66F4\u65B0",
9441
9493
  checking: "\u6B63\u5728\u68C0\u67E5\u2026",
@@ -9553,16 +9605,16 @@ var zh_default = {
9553
9605
  updatePhaseSwapping: "\u6B63\u5728\u66FF\u6362\u670D\u52A1\u6587\u4EF6\u2026",
9554
9606
  updatePhaseStarting: "\u6B63\u5728\u542F\u52A8\u672C\u5730\u670D\u52A1\u2026",
9555
9607
  shellCache: {
9556
- title: "Shell \u7F13\u5B58",
9557
- description: "\u5E94\u7528\u7A97\u53E3\u81EA\u8EAB\u7684\u78C1\u76D8\u7F13\u5B58\u2014\u2014HTTP \u54CD\u5E94\u3001\u7F16\u8BD1\u4EE3\u7801\u4E0E GPU \u7740\u8272\u5668\u2014\u2014\u4EE5\u53CA\u5DF2\u4E0B\u8F7D\u7684\u66F4\u65B0\u5305\u3002\u6E05\u7406\u4E0D\u4F1A\u5F71\u54CD cookies\u3001\u4F60\u7684\u504F\u597D\u6216\u79BB\u7EBF\u6570\u636E\uFF0C\u5E94\u7528\u4F1A\u7ACB\u5373\u4ECE\u672C\u5730\u670D\u52A1\u5668\u91CD\u65B0\u83B7\u53D6\u3002\u5DF2\u5C31\u7EEA\u5F85\u5B89\u88C5\u7684\u66F4\u65B0\u5305\u4F1A\u4FDD\u7559\u3002",
9608
+ title: "\u5E94\u7528\u4E34\u65F6\u6587\u4EF6",
9609
+ description: "\u5E94\u7528\u8FD0\u884C\u65F6\u5728\u8BBE\u5907\u4E0A\u81EA\u52A8\u4FDD\u5B58\u7684\u4E34\u65F6\u6587\u4EF6\uFF0C\u4F8B\u5982\u754C\u9762\u7528\u5230\u7684\u56FE\u7247\u548C\u4EE3\u7801\uFF0C\u4EE5\u53CA\u5DF2\u4E0B\u8F7D\u7684\u66F4\u65B0\u5305\u3002\u6E05\u9664\u540E\u5E94\u7528\u4F1A\u81EA\u52A8\u91CD\u65B0\u83B7\u53D6\u6240\u9700\u6587\u4EF6\uFF1B\u767B\u5F55\u72B6\u6001\u3001\u754C\u9762\u5916\u89C2\u548C\u79BB\u7EBF\u6570\u636E\u4E0D\u53D7\u5F71\u54CD\u3002\u5DF2\u4E0B\u8F7D\u3001\u7B49\u5F85\u5B89\u88C5\u7684\u66F4\u65B0\u5305\u4F1A\u4FDD\u7559\u3002",
9558
9610
  currentSize: "{{size}}",
9559
9611
  unavailable: "\u65E0\u6CD5\u83B7\u53D6",
9560
- clear: "\u6E05\u9664\u7F13\u5B58",
9612
+ clear: "\u6E05\u9664\u4E34\u65F6\u6587\u4EF6",
9561
9613
  clearing: "\u6B63\u5728\u6E05\u9664\u2026",
9562
- confirmTitle: "\u6E05\u9664 Shell \u7F13\u5B58\uFF1F",
9563
- confirmDescription: "\u5E94\u7528\u7A97\u53E3\u5C06\u5728\u4E0B\u6B21\u8BBF\u95EE\u65F6\u4ECE\u672C\u5730\u670D\u52A1\u5668\u91CD\u65B0\u83B7\u53D6\u6587\u4EF6\u3002cookies\u3001\u504F\u597D\u4E0E\u79BB\u7EBF\u6570\u636E\u4E0D\u53D7\u5F71\u54CD\u3002\u5DF2\u5C31\u7EEA\u5F85\u5B89\u88C5\u7684\u66F4\u65B0\u5305\u4F1A\u4FDD\u7559\u3002",
9564
- toastCleared: "Shell \u7F13\u5B58\u5DF2\u6E05\u9664\uFF0C\u91CA\u653E {{bytes}}\u3002",
9565
- clearFailed: "\u6E05\u9664 Shell \u7F13\u5B58\u5931\u8D25\u3002"
9614
+ confirmTitle: "\u6E05\u9664\u5E94\u7528\u4E34\u65F6\u6587\u4EF6\uFF1F",
9615
+ confirmDescription: "\u5E94\u7528\u4F1A\u5728\u4E0B\u6B21\u4F7F\u7528\u65F6\u81EA\u52A8\u91CD\u65B0\u83B7\u53D6\u6240\u9700\u6587\u4EF6\u3002\u767B\u5F55\u72B6\u6001\u3001\u754C\u9762\u5916\u89C2\u548C\u79BB\u7EBF\u6570\u636E\u4E0D\u53D7\u5F71\u54CD\u3002\u5DF2\u4E0B\u8F7D\u3001\u7B49\u5F85\u5B89\u88C5\u7684\u66F4\u65B0\u5305\u4F1A\u4FDD\u7559\u3002",
9616
+ toastCleared: "\u5E94\u7528\u4E34\u65F6\u6587\u4EF6\u5DF2\u6E05\u9664\uFF0C\u91CA\u653E {{bytes}}\u3002",
9617
+ clearFailed: "\u6E05\u9664\u5E94\u7528\u4E34\u65F6\u6587\u4EF6\u5931\u8D25\u3002"
9566
9618
  }
9567
9619
  },
9568
9620
  usage: {
@@ -9605,13 +9657,13 @@ var zh_default = {
9605
9657
  confirmDescription: "\u8FD9\u5C06\u5220\u9664\u6240\u6709\u7CFB\u7EDF\u504F\u597D\uFF0C\u5305\u62EC\u4E3B\u9898\u3001\u8BED\u8A00\u3001\u5B57\u4F53\u548C\u65E5\u671F\u683C\u5F0F\u3002\u9875\u9762\u5C06\u4F7F\u7528\u9ED8\u8BA4\u503C\u91CD\u65B0\u52A0\u8F7D\u3002\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"
9606
9658
  },
9607
9659
  systemCache: {
9608
- title: "\u6D4F\u89C8\u5668\u7F13\u5B58",
9609
- description: "\u6D4F\u89C8\u5668\u4FA7\u7684\u672C\u5730\u6570\u636E\u2014\u2014Service Worker \u7F13\u5B58\u3001localStorage \u4E0E IndexedDB\uFF08\u79BB\u7EBF\u4F7F\u7528\u961F\u5217\u3001\u6587\u6863\u8349\u7A3F\uFF09\u3002\u4E0D\u4F1A\u89E6\u78B0\u670D\u52A1\u5668\uFF0C\u968F\u540E\u9875\u9762\u5C06\u91CD\u65B0\u52A0\u8F7D\u3002",
9660
+ title: "\u6D4F\u89C8\u5668\u672C\u5730\u6570\u636E",
9661
+ description: "\u5E94\u7528\u4FDD\u5B58\u5728\u6D4F\u89C8\u5668\u4E2D\u7684\u754C\u9762\u504F\u597D\uFF08\u4E3B\u9898\u3001\u8BED\u8A00\uFF09\u3001\u79BB\u7EBF\u4F7F\u7528\u8BB0\u5F55\u548C\u6587\u6863\u8349\u7A3F\u3002\u6E05\u7A7A\u540E\u9875\u9762\u4F1A\u91CD\u65B0\u52A0\u8F7D\u3001\u754C\u9762\u6062\u590D\u9ED8\u8BA4\u5916\u89C2\uFF1B\u670D\u52A1\u5668\u4E0A\u7684\u8D44\u6E90\u548C\u6536\u85CF\u4E0D\u53D7\u5F71\u54CD\u3002",
9610
9662
  clear: "\u5168\u90E8\u6E05\u7A7A",
9611
9663
  clearing: "\u6E05\u7A7A\u4E2D\u2026",
9612
- resetting: "\u6D4F\u89C8\u5668\u7F13\u5B58\u5DF2\u6E05\u7A7A\uFF0C\u6B63\u5728\u91CD\u65B0\u52A0\u8F7D\u2026",
9613
- confirmTitle: "\u6E05\u7A7A\u6D4F\u89C8\u5668\u7F13\u5B58\uFF1F",
9614
- confirmDescription: "\u8FD9\u5C06\u5220\u9664\u6240\u6709\u6D4F\u89C8\u5668\u4FA7\u672C\u5730\u6570\u636E\uFF0C\u5305\u62EC\u4E3B\u9898\u4E0E\u8BED\u8A00\u504F\u597D\u3001\u79BB\u7EBF\u4F7F\u7528\u8BB0\u5F55\u548C\u5DF2\u4FDD\u5B58\u7684\u6587\u6863\u8349\u7A3F\uFF0C\u7136\u540E\u91CD\u65B0\u52A0\u8F7D\u9875\u9762\u3002\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"
9664
+ resetting: "\u6D4F\u89C8\u5668\u672C\u5730\u6570\u636E\u5DF2\u6E05\u7A7A\uFF0C\u6B63\u5728\u91CD\u65B0\u52A0\u8F7D\u2026",
9665
+ confirmTitle: "\u6E05\u7A7A\u6D4F\u89C8\u5668\u672C\u5730\u6570\u636E\uFF1F",
9666
+ confirmDescription: "\u8FD9\u5C06\u5220\u9664\u5E94\u7528\u4FDD\u5B58\u5728\u6D4F\u89C8\u5668\u4E2D\u7684\u5168\u90E8\u6570\u636E\uFF0C\u5305\u62EC\u4E3B\u9898\u4E0E\u8BED\u8A00\u7B49\u754C\u9762\u504F\u597D\u3001\u79BB\u7EBF\u4F7F\u7528\u8BB0\u5F55\u548C\u6587\u6863\u8349\u7A3F\uFF0C\u7136\u540E\u91CD\u65B0\u52A0\u8F7D\u9875\u9762\u3001\u6062\u590D\u9ED8\u8BA4\u5916\u89C2\u3002\u670D\u52A1\u5668\u4E0A\u7684\u8D44\u6E90\u548C\u6536\u85CF\u4E0D\u53D7\u5F71\u54CD\u3002\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"
9615
9667
  }
9616
9668
  },
9617
9669
  plugin: {
@@ -9739,6 +9791,7 @@ var zh_default = {
9739
9791
  notInstalled: "\u672A\u5B89\u88C5",
9740
9792
  reportIssue: "\u62A5\u544A\u95EE\u9898",
9741
9793
  reportSecurity: "\u62A5\u544A\u5B89\u5168\u6F0F\u6D1E",
9794
+ requestFeature: "\u7533\u8BF7\u65B0\u529F\u80FD",
9742
9795
  intro: "\u4ECB\u7ECD",
9743
9796
  languages: "\u8BED\u8A00",
9744
9797
  noIntro: "\u8BE5\u7248\u672C\u672A\u968F\u53D1\u5E03\u63D0\u4F9B\u4ECB\u7ECD",
@@ -11045,6 +11098,18 @@ var zh_default = {
11045
11098
  }
11046
11099
  },
11047
11100
  tags: {
11101
+ edit: {
11102
+ linkLabel: "\u7F51\u9875\u94FE\u63A5",
11103
+ linkPlaceholder: "https://\u2026",
11104
+ linkHint: "\u6807\u7B7E\u5BF9\u5E94\u6743\u5A01\u9875\u9762\u7684\u53EF\u9009\u94FE\u63A5\u2014\u2014\u5728\u60AC\u505C\u9884\u89C8\u4E2D\u5C55\u793A\u3002",
11105
+ uploadImage: "\u4E0A\u4F20\u56FE\u7247\u2026",
11106
+ editImage: "\u7F16\u8F91\u56FE\u7247\u2026",
11107
+ imageDialogTitle: "\u6807\u7B7E\u56FE\u7247"
11108
+ },
11109
+ card: {
11110
+ openLink: "\u6253\u5F00\u94FE\u63A5",
11111
+ aria: "\u6807\u7B7E\u9884\u89C8\uFF1A{{name}}"
11112
+ },
11048
11113
  picker: {
11049
11114
  noCategories: "\u6682\u65E0\u5206\u7C7B\u3002",
11050
11115
  selectedHeader: "\u9009\u4E2D\uFF1A",