bb-relay 0.0.36 → 0.0.37
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/{Locale-DnNmuMZq.d.mts → Locale-Ehh56foM.d.mts} +10 -0
- package/dist/{Locale-DnNmuMZq.d.ts → Locale-Ehh56foM.d.ts} +10 -0
- package/dist/editor.d.mts +1 -1
- package/dist/editor.d.ts +1 -1
- package/dist/locale.d.mts +2 -2
- package/dist/locale.d.ts +2 -2
- package/dist/locale.js +22 -2
- package/dist/locale.mjs +22 -2
- package/package.json +1 -1
- package/src/locales/en-GB.ts +10 -0
- package/src/locales/fr-FR.ts +10 -0
- package/src/types/editor/Settings.ts +8 -0
|
@@ -154,6 +154,16 @@ declare const enGB: {
|
|
|
154
154
|
app: string;
|
|
155
155
|
settings: string;
|
|
156
156
|
preferences: string;
|
|
157
|
+
fullscreen: string;
|
|
158
|
+
undo: string;
|
|
159
|
+
redo: string;
|
|
160
|
+
select: string;
|
|
161
|
+
"select.all": string;
|
|
162
|
+
"deselect.all": string;
|
|
163
|
+
"invert.selection": string;
|
|
164
|
+
rename: string;
|
|
165
|
+
"issues.report": string;
|
|
166
|
+
"feature.request": string;
|
|
157
167
|
};
|
|
158
168
|
|
|
159
169
|
type Language = keyof typeof enGB;
|
|
@@ -154,6 +154,16 @@ declare const enGB: {
|
|
|
154
154
|
app: string;
|
|
155
155
|
settings: string;
|
|
156
156
|
preferences: string;
|
|
157
|
+
fullscreen: string;
|
|
158
|
+
undo: string;
|
|
159
|
+
redo: string;
|
|
160
|
+
select: string;
|
|
161
|
+
"select.all": string;
|
|
162
|
+
"deselect.all": string;
|
|
163
|
+
"invert.selection": string;
|
|
164
|
+
rename: string;
|
|
165
|
+
"issues.report": string;
|
|
166
|
+
"feature.request": string;
|
|
157
167
|
};
|
|
158
168
|
|
|
159
169
|
type Language = keyof typeof enGB;
|
package/dist/editor.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { C as Commit } from './Commit-PdsjrKSG.mjs';
|
|
2
2
|
export { a as FileStat, F as FolderContent, b as FolderStat } from './FolderStat-Bhmwwc0t.mjs';
|
|
3
3
|
export { F as FileContent } from './FileContent-CXlulSZq.mjs';
|
|
4
|
-
import { L as Language, a as Locale } from './Locale-
|
|
4
|
+
import { L as Language, a as Locale } from './Locale-Ehh56foM.mjs';
|
|
5
5
|
export { R as Result } from './Result-BLbZLEgX.mjs';
|
|
6
6
|
|
|
7
7
|
type CopyArg = {
|
package/dist/editor.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { C as Commit } from './Commit-PdsjrKSG.js';
|
|
2
2
|
export { a as FileStat, F as FolderContent, b as FolderStat } from './FolderStat-Bhmwwc0t.js';
|
|
3
3
|
export { F as FileContent } from './FileContent-CXlulSZq.js';
|
|
4
|
-
import { L as Language, a as Locale } from './Locale-
|
|
4
|
+
import { L as Language, a as Locale } from './Locale-Ehh56foM.js';
|
|
5
5
|
export { R as Result } from './Result-BLbZLEgX.js';
|
|
6
6
|
|
|
7
7
|
type CopyArg = {
|
package/dist/locale.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as Language } from './Locale-
|
|
2
|
-
export { a as Locale, e as enGB } from './Locale-
|
|
1
|
+
import { L as Language } from './Locale-Ehh56foM.mjs';
|
|
2
|
+
export { a as Locale, e as enGB } from './Locale-Ehh56foM.mjs';
|
|
3
3
|
|
|
4
4
|
declare const frFR: {
|
|
5
5
|
[key in Language]: string;
|
package/dist/locale.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as Language } from './Locale-
|
|
2
|
-
export { a as Locale, e as enGB } from './Locale-
|
|
1
|
+
import { L as Language } from './Locale-Ehh56foM.js';
|
|
2
|
+
export { a as Locale, e as enGB } from './Locale-Ehh56foM.js';
|
|
3
3
|
|
|
4
4
|
declare const frFR: {
|
|
5
5
|
[key in Language]: string;
|
package/dist/locale.js
CHANGED
|
@@ -154,7 +154,17 @@ var enGB = {
|
|
|
154
154
|
"app.restart": "Restart",
|
|
155
155
|
app: "App",
|
|
156
156
|
settings: "Settings",
|
|
157
|
-
preferences: "Preferences"
|
|
157
|
+
preferences: "Preferences",
|
|
158
|
+
fullscreen: "Fullscreen",
|
|
159
|
+
undo: "Undo",
|
|
160
|
+
redo: "Redo",
|
|
161
|
+
select: "Select",
|
|
162
|
+
"select.all": "Select All",
|
|
163
|
+
"deselect.all": "Deselect All",
|
|
164
|
+
"invert.selection": "Invert Selection",
|
|
165
|
+
rename: "Rename",
|
|
166
|
+
"issues.report": "Report Issues",
|
|
167
|
+
"feature.request": "Feature Request"
|
|
158
168
|
};
|
|
159
169
|
var en_GB_default = enGB;
|
|
160
170
|
|
|
@@ -314,7 +324,17 @@ var frFR = {
|
|
|
314
324
|
"app.restart": "Red\xE9marrer",
|
|
315
325
|
app: "App",
|
|
316
326
|
settings: "Param\xE8tres",
|
|
317
|
-
preferences: "Pr\xE9f\xE9rences"
|
|
327
|
+
preferences: "Pr\xE9f\xE9rences",
|
|
328
|
+
fullscreen: "Plein \xE9cran",
|
|
329
|
+
undo: "Annuler",
|
|
330
|
+
redo: "R\xE9tablir",
|
|
331
|
+
select: "S\xE9lectionner",
|
|
332
|
+
"select.all": "Tout s\xE9lectionner",
|
|
333
|
+
"deselect.all": "Tout d\xE9s\xE9lectionner",
|
|
334
|
+
"invert.selection": "Inverser la s\xE9lection",
|
|
335
|
+
rename: "Renommer",
|
|
336
|
+
"issues.report": "Signaler un probl\xE8me",
|
|
337
|
+
"feature.request": "Demande de fonctionnalit\xE9"
|
|
318
338
|
};
|
|
319
339
|
var fr_FR_default = frFR;
|
|
320
340
|
|
package/dist/locale.mjs
CHANGED
|
@@ -154,7 +154,17 @@ var enGB = {
|
|
|
154
154
|
"app.restart": "Restart",
|
|
155
155
|
app: "App",
|
|
156
156
|
settings: "Settings",
|
|
157
|
-
preferences: "Preferences"
|
|
157
|
+
preferences: "Preferences",
|
|
158
|
+
fullscreen: "Fullscreen",
|
|
159
|
+
undo: "Undo",
|
|
160
|
+
redo: "Redo",
|
|
161
|
+
select: "Select",
|
|
162
|
+
"select.all": "Select All",
|
|
163
|
+
"deselect.all": "Deselect All",
|
|
164
|
+
"invert.selection": "Invert Selection",
|
|
165
|
+
rename: "Rename",
|
|
166
|
+
"issues.report": "Report Issues",
|
|
167
|
+
"feature.request": "Feature Request"
|
|
158
168
|
};
|
|
159
169
|
var en_GB_default = enGB;
|
|
160
170
|
|
|
@@ -314,7 +324,17 @@ var frFR = {
|
|
|
314
324
|
"app.restart": "Red\xE9marrer",
|
|
315
325
|
app: "App",
|
|
316
326
|
settings: "Param\xE8tres",
|
|
317
|
-
preferences: "Pr\xE9f\xE9rences"
|
|
327
|
+
preferences: "Pr\xE9f\xE9rences",
|
|
328
|
+
fullscreen: "Plein \xE9cran",
|
|
329
|
+
undo: "Annuler",
|
|
330
|
+
redo: "R\xE9tablir",
|
|
331
|
+
select: "S\xE9lectionner",
|
|
332
|
+
"select.all": "Tout s\xE9lectionner",
|
|
333
|
+
"deselect.all": "Tout d\xE9s\xE9lectionner",
|
|
334
|
+
"invert.selection": "Inverser la s\xE9lection",
|
|
335
|
+
rename: "Renommer",
|
|
336
|
+
"issues.report": "Signaler un probl\xE8me",
|
|
337
|
+
"feature.request": "Demande de fonctionnalit\xE9"
|
|
318
338
|
};
|
|
319
339
|
var fr_FR_default = frFR;
|
|
320
340
|
export {
|
package/package.json
CHANGED
package/src/locales/en-GB.ts
CHANGED
|
@@ -163,6 +163,16 @@ export const enGB = {
|
|
|
163
163
|
app: "App",
|
|
164
164
|
settings: "Settings",
|
|
165
165
|
preferences: "Preferences",
|
|
166
|
+
fullscreen: "Fullscreen",
|
|
167
|
+
undo: "Undo",
|
|
168
|
+
redo: "Redo",
|
|
169
|
+
select: "Select",
|
|
170
|
+
"select.all": "Select All",
|
|
171
|
+
"deselect.all": "Deselect All",
|
|
172
|
+
"invert.selection": "Invert Selection",
|
|
173
|
+
rename: "Rename",
|
|
174
|
+
"issues.report": "Report Issues",
|
|
175
|
+
"feature.request": "Feature Request",
|
|
166
176
|
};
|
|
167
177
|
|
|
168
178
|
export default enGB;
|
package/src/locales/fr-FR.ts
CHANGED
|
@@ -166,6 +166,16 @@ export const frFR: { [key in Language]: string } = {
|
|
|
166
166
|
app: "App",
|
|
167
167
|
settings: "Paramètres",
|
|
168
168
|
preferences: "Préférences",
|
|
169
|
+
fullscreen: "Plein écran",
|
|
170
|
+
undo: "Annuler",
|
|
171
|
+
redo: "Rétablir",
|
|
172
|
+
select: "Sélectionner",
|
|
173
|
+
"select.all": "Tout sélectionner",
|
|
174
|
+
"deselect.all": "Tout désélectionner",
|
|
175
|
+
"invert.selection": "Inverser la sélection",
|
|
176
|
+
rename: "Renommer",
|
|
177
|
+
"issues.report": "Signaler un problème",
|
|
178
|
+
"feature.request": "Demande de fonctionnalité",
|
|
169
179
|
};
|
|
170
180
|
|
|
171
181
|
export default frFR;
|
|
@@ -13,6 +13,14 @@ const SHORTCUTS: Language[] = [
|
|
|
13
13
|
"cut",
|
|
14
14
|
"paste",
|
|
15
15
|
"file.location.open",
|
|
16
|
+
"sidebar.toggle",
|
|
17
|
+
"fullscreen",
|
|
18
|
+
"undo",
|
|
19
|
+
"redo",
|
|
20
|
+
"select",
|
|
21
|
+
"select.all",
|
|
22
|
+
"deselect.all",
|
|
23
|
+
"invert.selection",
|
|
16
24
|
] as const;
|
|
17
25
|
|
|
18
26
|
export default SHORTCUTS;
|