@univerjs/sheets-ui 1.0.0-beta.0 → 1.0.0-beta.1
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/lib/cjs/facade.js +5 -5
- package/lib/cjs/index.js +1441 -1525
- package/lib/cjs/locale/ar-SA.js +14 -133
- package/lib/cjs/locale/ca-ES.js +14 -133
- package/lib/cjs/locale/de-DE.js +14 -133
- package/lib/cjs/locale/en-US.js +14 -133
- package/lib/cjs/locale/es-ES.js +14 -133
- package/lib/cjs/locale/fa-IR.js +14 -133
- package/lib/cjs/locale/fr-FR.js +14 -133
- package/lib/cjs/locale/id-ID.js +14 -133
- package/lib/cjs/locale/it-IT.js +14 -133
- package/lib/cjs/locale/ja-JP.js +14 -133
- package/lib/cjs/locale/ko-KR.js +14 -133
- package/lib/cjs/locale/pl-PL.js +14 -133
- package/lib/cjs/locale/pt-BR.js +14 -133
- package/lib/cjs/locale/ru-RU.js +14 -133
- package/lib/cjs/locale/sk-SK.js +14 -133
- package/lib/cjs/locale/vi-VN.js +14 -133
- package/lib/cjs/locale/zh-CN.js +14 -133
- package/lib/cjs/locale/zh-HK.js +14 -133
- package/lib/cjs/locale/zh-TW.js +14 -133
- package/lib/es/facade.js +6 -6
- package/lib/es/index.js +1446 -1531
- package/lib/es/locale/ar-SA.js +14 -133
- package/lib/es/locale/ca-ES.js +14 -133
- package/lib/es/locale/de-DE.js +14 -133
- package/lib/es/locale/en-US.js +14 -133
- package/lib/es/locale/es-ES.js +14 -133
- package/lib/es/locale/fa-IR.js +14 -133
- package/lib/es/locale/fr-FR.js +14 -133
- package/lib/es/locale/id-ID.js +14 -133
- package/lib/es/locale/it-IT.js +14 -133
- package/lib/es/locale/ja-JP.js +14 -133
- package/lib/es/locale/ko-KR.js +14 -133
- package/lib/es/locale/pl-PL.js +14 -133
- package/lib/es/locale/pt-BR.js +14 -133
- package/lib/es/locale/ru-RU.js +14 -133
- package/lib/es/locale/sk-SK.js +14 -133
- package/lib/es/locale/vi-VN.js +14 -133
- package/lib/es/locale/zh-CN.js +14 -133
- package/lib/es/locale/zh-HK.js +14 -133
- package/lib/es/locale/zh-TW.js +14 -133
- package/lib/facade.js +6 -6
- package/lib/index.css +54 -87
- package/lib/index.js +1446 -1531
- package/lib/locale/ar-SA.js +14 -133
- package/lib/locale/ca-ES.js +14 -133
- package/lib/locale/de-DE.js +14 -133
- package/lib/locale/en-US.js +14 -133
- package/lib/locale/es-ES.js +14 -133
- package/lib/locale/fa-IR.js +14 -133
- package/lib/locale/fr-FR.js +14 -133
- package/lib/locale/id-ID.js +14 -133
- package/lib/locale/it-IT.js +14 -133
- package/lib/locale/ja-JP.js +14 -133
- package/lib/locale/ko-KR.js +14 -133
- package/lib/locale/pl-PL.js +14 -133
- package/lib/locale/pt-BR.js +14 -133
- package/lib/locale/ru-RU.js +14 -133
- package/lib/locale/sk-SK.js +14 -133
- package/lib/locale/vi-VN.js +14 -133
- package/lib/locale/zh-CN.js +14 -133
- package/lib/locale/zh-HK.js +14 -133
- package/lib/locale/zh-TW.js +14 -133
- package/lib/types/controllers/editor/data-sync.controller.d.ts +4 -2
- package/lib/types/controllers/force-string-alert-render.controller.d.ts +9 -4
- package/lib/types/controllers/render-controllers/scroll.render-controller.d.ts +6 -0
- package/lib/types/controllers/utils/range-tools.d.ts +2 -0
- package/lib/types/embed-tab-anchor.d.ts +2 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +1 -106
- package/lib/types/menu/header-menu-shape.d.ts +3 -3
- package/lib/types/services/cell-alert-manager.service.d.ts +6 -0
- package/lib/types/services/cell-popup-manager.service.d.ts +6 -7
- package/lib/types/services/sheet-embed-runtime.service.d.ts +2 -1
- package/lib/types/views/CellPopup.d.ts +2 -1
- package/lib/types/views/hook.d.ts +0 -4
- package/lib/types/views/status-bar/CopyableStatisticItem.d.ts +0 -2
- package/lib/types/views/status-bar/StatusBar.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +14 -11
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +13 -13
- package/lib/types/services/sheet-loading-render.service.d.ts +0 -65
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
//#region src/locale/fr-FR.ts
|
|
3
3
|
const locale = { "sheets-ui": {
|
|
4
4
|
toolbar: {
|
|
5
|
-
undo: "Annuler",
|
|
6
|
-
redo: "Refaire",
|
|
7
5
|
formatPainter: "Reproduire la mise en forme",
|
|
8
6
|
font: "Police",
|
|
9
7
|
fontSize: "Taille de police",
|
|
@@ -12,44 +10,17 @@ const locale = { "sheets-ui": {
|
|
|
12
10
|
bold: "Gras",
|
|
13
11
|
italic: "Italique",
|
|
14
12
|
strikethrough: "Barré",
|
|
15
|
-
subscript: "Indice",
|
|
16
|
-
superscript: "Exposant",
|
|
17
13
|
underline: "Souligner",
|
|
18
|
-
textColor: {
|
|
19
|
-
main: "Couleur du texte",
|
|
20
|
-
right: "Choisir la couleur"
|
|
21
|
-
},
|
|
14
|
+
textColor: { main: "Couleur du texte" },
|
|
22
15
|
resetColor: "Réinitialiser",
|
|
23
|
-
fillColor: {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
right: "Style de bordure"
|
|
30
|
-
},
|
|
31
|
-
mergeCell: {
|
|
32
|
-
main: "Fusionner les cellules",
|
|
33
|
-
right: "Choisir le type de fusion"
|
|
34
|
-
},
|
|
35
|
-
horizontalAlignMode: {
|
|
36
|
-
main: "Alignement horizontal",
|
|
37
|
-
right: "Alignement"
|
|
38
|
-
},
|
|
39
|
-
verticalAlignMode: {
|
|
40
|
-
main: "Alignement vertical",
|
|
41
|
-
right: "Alignement"
|
|
42
|
-
},
|
|
43
|
-
textWrapMode: {
|
|
44
|
-
main: "Renvoi à la ligne",
|
|
45
|
-
right: "Mode de renvoi à la ligne"
|
|
46
|
-
},
|
|
16
|
+
fillColor: { main: "Couleur de remplissage" },
|
|
17
|
+
border: { main: "Bordure" },
|
|
18
|
+
mergeCell: { main: "Fusionner les cellules" },
|
|
19
|
+
horizontalAlignMode: { main: "Alignement horizontal" },
|
|
20
|
+
verticalAlignMode: { main: "Alignement vertical" },
|
|
21
|
+
textWrapMode: { main: "Renvoi à la ligne" },
|
|
47
22
|
shrinkToFit: "Réduire pour tenir",
|
|
48
|
-
textRotateMode: {
|
|
49
|
-
main: "Rotation du texte",
|
|
50
|
-
right: "Mode de rotation du texte"
|
|
51
|
-
},
|
|
52
|
-
more: "Plus",
|
|
23
|
+
textRotateMode: { main: "Rotation du texte" },
|
|
53
24
|
toggleGridlines: "Activer/désactiver le quadrillage",
|
|
54
25
|
fullscreen: "Plein écran"
|
|
55
26
|
},
|
|
@@ -63,12 +34,7 @@ const locale = { "sheets-ui": {
|
|
|
63
34
|
},
|
|
64
35
|
button: {
|
|
65
36
|
confirm: "OK",
|
|
66
|
-
cancel: "Annuler"
|
|
67
|
-
close: "Fermer",
|
|
68
|
-
insert: "Insérer",
|
|
69
|
-
prevPage: "Précédent",
|
|
70
|
-
nextPage: "Suivant",
|
|
71
|
-
total: "total :"
|
|
37
|
+
cancel: "Annuler"
|
|
72
38
|
},
|
|
73
39
|
borderLine: {
|
|
74
40
|
borderTop: "bordureHaut",
|
|
@@ -85,18 +51,13 @@ const locale = { "sheets-ui": {
|
|
|
85
51
|
borderTlbcTlmr: "Double bordure diagonale descendante",
|
|
86
52
|
borderTlbrTlbcTlmr: "Triple bordure diagonale descendante",
|
|
87
53
|
borderBlTr: "Bordure diagonale montante",
|
|
88
|
-
borderMltrBctr: "Double bordure diagonale montante"
|
|
89
|
-
borderColor: "couleurDeBordure",
|
|
90
|
-
borderSize: "tailleDeBordure",
|
|
91
|
-
borderType: "typeDeBordure"
|
|
54
|
+
borderMltrBctr: "Double bordure diagonale montante"
|
|
92
55
|
},
|
|
93
56
|
merge: {
|
|
94
57
|
all: "Tout fusionner",
|
|
95
58
|
vertical: "Fusion verticale",
|
|
96
59
|
horizontal: "Fusion horizontale",
|
|
97
60
|
cancel: "Annuler la fusion",
|
|
98
|
-
overlappingError: "Impossible de fusionner des zones qui se chevauchent",
|
|
99
|
-
partiallyError: "Impossible d'effectuer cette opération sur des cellules partiellement fusionnées",
|
|
100
61
|
confirm: {
|
|
101
62
|
warning: "Avertissement",
|
|
102
63
|
dismantleMergeCellWarning: "Cette opération annulera la fusion des cellules fusionnées. Continuer ?"
|
|
@@ -127,17 +88,6 @@ const locale = { "sheets-ui": {
|
|
|
127
88
|
changeColor: "Changer la couleur",
|
|
128
89
|
hide: "Masquer",
|
|
129
90
|
unhide: "Afficher",
|
|
130
|
-
moveLeft: "Déplacer à gauche",
|
|
131
|
-
moveRight: "Déplacer à droite",
|
|
132
|
-
resetColor: "Réinitialiser la couleur",
|
|
133
|
-
cancelText: "Annuler",
|
|
134
|
-
chooseText: "Confirmer la couleur",
|
|
135
|
-
tipNameRepeat: "Le nom de l'onglet ne peut pas être répété ! Veuillez modifier",
|
|
136
|
-
noMoreSheet: "Le classeur contient au moins une feuille de calcul visible. Pour supprimer la feuille sélectionnée, veuillez insérer une nouvelle feuille ou afficher une feuille masquée.",
|
|
137
|
-
confirmDelete: "Êtes-vous sûr de vouloir supprimer",
|
|
138
|
-
redoDelete: "Peut être annulé par Ctrl+Z",
|
|
139
|
-
noHide: "Impossible de masquer, au moins une étiquette de feuille doit être conservée",
|
|
140
|
-
chartEditNoOpt: "Cette opération n'est pas autorisée en mode d'édition de graphique !",
|
|
141
91
|
sheetNameErrorTitle: "Il y a eu un problème",
|
|
142
92
|
sheetNameSpecCharError: "Le nom ne peut pas dépasser 31 caractères, ne peut pas commencer ou se terminer par ', et ne peut pas contenir : [ ] : \\ ? * /",
|
|
143
93
|
sheetNameCannotIsEmptyError: "Le nom de la feuille ne peut pas être vide.",
|
|
@@ -175,16 +125,6 @@ const locale = { "sheets-ui": {
|
|
|
175
125
|
insertColsLeftSuffix: "colonnes à gauche",
|
|
176
126
|
insertColsRightSuffix: "colonnes à droite",
|
|
177
127
|
delete: "Supprimer",
|
|
178
|
-
deleteCell: "Supprimer la cellule",
|
|
179
|
-
insertCell: "Insérer une cellule",
|
|
180
|
-
deleteSelected: "Supprimer la sélection",
|
|
181
|
-
hide: "Masquer",
|
|
182
|
-
hideSelected: "Masquer la sélection",
|
|
183
|
-
showHide: "Afficher les masqués",
|
|
184
|
-
toTopAdd: "Ajouter vers le haut",
|
|
185
|
-
toBottomAdd: "Ajouter vers le bas",
|
|
186
|
-
toLeftAdd: "Ajouter vers la gauche",
|
|
187
|
-
toRightAdd: "Ajouter vers la droite",
|
|
188
128
|
deleteSelectedRow: "Supprimer la ligne sélectionnée",
|
|
189
129
|
deleteSelectedColumn: "Supprimer la colonne sélectionnée",
|
|
190
130
|
hideSelectedRow: "Masquer la ligne sélectionnée",
|
|
@@ -197,21 +137,10 @@ const locale = { "sheets-ui": {
|
|
|
197
137
|
moveUp: "Déplacer vers le haut",
|
|
198
138
|
moveRight: "Déplacer à droite",
|
|
199
139
|
moveDown: "Déplacer vers le bas",
|
|
200
|
-
add: "Ajouter",
|
|
201
|
-
row: "Ligne",
|
|
202
|
-
column: "Colonne",
|
|
203
|
-
confirm: "Confirmer",
|
|
204
140
|
clearSelection: "Effacer",
|
|
205
141
|
clearContent: "Effacer le contenu",
|
|
206
142
|
clearFormat: "Effacer les formats",
|
|
207
143
|
clearAll: "Tout effacer",
|
|
208
|
-
root: "Racine",
|
|
209
|
-
log: "Logarithme",
|
|
210
|
-
delete0: "Supprimer les valeurs 0 aux deux extrémités",
|
|
211
|
-
removeDuplicate: "Supprimer les valeurs en double",
|
|
212
|
-
byRow: "Par ligne",
|
|
213
|
-
byCol: "Par colonne",
|
|
214
|
-
generateNewMatrix: "Générer une nouvelle matrice",
|
|
215
144
|
fitContent: "Adapter au contenu",
|
|
216
145
|
freeze: "Figer",
|
|
217
146
|
freezeCell: "Figer jusqu'à la cellule active ({0} ligne {1} colonne)",
|
|
@@ -232,27 +161,10 @@ const locale = { "sheets-ui": {
|
|
|
232
161
|
textToNumber: "Texte en nombre"
|
|
233
162
|
},
|
|
234
163
|
info: {
|
|
235
|
-
notChangeMerge: "Vous ne pouvez pas apporter de modifications partielles aux cellules fusionnées",
|
|
236
|
-
detailUpdate: "Nouvellement ouvert",
|
|
237
|
-
detailSave: "Cache local restauré",
|
|
238
|
-
loading: "Chargement...",
|
|
239
|
-
copy: "Copier",
|
|
240
|
-
return: "Quitter",
|
|
241
|
-
rename: "Renommer",
|
|
242
|
-
tips: "Renommer",
|
|
243
|
-
noName: "Feuille de calcul sans titre",
|
|
244
|
-
wait: "en attente de mise à jour",
|
|
245
|
-
add: "Ajouter",
|
|
246
|
-
addLast: "plus de lignes en bas",
|
|
247
|
-
backTop: "Retour en haut",
|
|
248
|
-
nextPage: "Suivant",
|
|
249
|
-
tipInputNumber: "Veuillez entrer le nombre",
|
|
250
|
-
tipInputNumberLimit: "L'augmentatiion de la plage est limitée à 1-100",
|
|
251
|
-
tipRowHeightLimit: "La hauteur de la ligne doit être comprise entre 0 et 545",
|
|
252
|
-
tipColumnWidthLimit: "La largeur de la colonne doit être comprise entre 0 et 2038",
|
|
253
164
|
problem: "Il y a eu un problème",
|
|
254
165
|
error: "Erreur",
|
|
255
|
-
forceStringInfo: "Nombre stocké en tant que texte"
|
|
166
|
+
forceStringInfo: "Nombre stocké en tant que texte",
|
|
167
|
+
convertToNumber: "Convertir en nombre"
|
|
256
168
|
},
|
|
257
169
|
clipboard: {
|
|
258
170
|
paste: {
|
|
@@ -270,9 +182,7 @@ const locale = { "sheets-ui": {
|
|
|
270
182
|
min: "Min",
|
|
271
183
|
max: "Max",
|
|
272
184
|
count: "Nombre numérique",
|
|
273
|
-
countA: "Nombre"
|
|
274
|
-
clickToCopy: "Cliquez pour copier",
|
|
275
|
-
copied: "Copié"
|
|
185
|
+
countA: "Nombre"
|
|
276
186
|
},
|
|
277
187
|
shortcut: {
|
|
278
188
|
"sheet-view": "Affichage de la feuille",
|
|
@@ -324,15 +234,12 @@ const locale = { "sheets-ui": {
|
|
|
324
234
|
scopeWorkbook: "Classeur",
|
|
325
235
|
inputNamePlaceholder: "Veuillez entrer un nom (espace non autorisé)",
|
|
326
236
|
inputCommentPlaceholder: "Veuillez entrer un commentaire",
|
|
327
|
-
inputRangePlaceholder: "Veuillez entrer une plage (espace non autorisé)",
|
|
328
|
-
inputFormulaPlaceholder: "Veuillez entrer une formule (espace non autorisé)",
|
|
329
237
|
formulaOrRefStringInvalid: "Formule ou chaîne de référence invalide",
|
|
330
238
|
defaultName: "NomDéfini",
|
|
331
239
|
updateButton: "Mettre à jour",
|
|
332
240
|
deleteButton: "Supprimer",
|
|
333
241
|
deleteConfirmText: "Êtes-vous sûr de vouloir supprimer ce nom défini?"
|
|
334
242
|
},
|
|
335
|
-
uploadLoading: { loading: "Chargement..., restant" },
|
|
336
243
|
"data-validation": {
|
|
337
244
|
alert: { ok: "OK" },
|
|
338
245
|
list: {
|
|
@@ -345,7 +252,6 @@ const locale = { "sheets-ui": {
|
|
|
345
252
|
toolbarMenu: "Protection",
|
|
346
253
|
panel: {
|
|
347
254
|
title: "Protéger les lignes et les colonnes",
|
|
348
|
-
name: "Nom",
|
|
349
255
|
protectedRange: "Plage protégée",
|
|
350
256
|
permissionDirection: "Description des permissions",
|
|
351
257
|
permissionDirectionPlaceholder: "Entrez la description des permissions",
|
|
@@ -358,25 +264,16 @@ const locale = { "sheets-ui": {
|
|
|
358
264
|
designedPerson: "Personnes spécifiées",
|
|
359
265
|
addPerson: "Ajouter une personne",
|
|
360
266
|
canEdit: "Peut modifier",
|
|
361
|
-
canView: "Peut voir",
|
|
362
267
|
delete: "Supprimer",
|
|
363
268
|
currentSheet: "Feuille actuelle",
|
|
364
269
|
allSheet: "Toutes les feuilles",
|
|
365
270
|
edit: "Modifier",
|
|
366
|
-
Print: "Imprimer",
|
|
367
|
-
Comment: "Commenter",
|
|
368
271
|
Copy: "Copier",
|
|
369
272
|
SetCellStyle: "Définir le style de cellule",
|
|
370
273
|
SetCellValue: "Définir la valeur de la cellule",
|
|
371
|
-
SetHyperLink: "Définir le lien hypertexte",
|
|
372
274
|
Sort: "Trier",
|
|
373
275
|
Filter: "Filtrer",
|
|
374
276
|
PivotTable: "Tableau croisé dynamique",
|
|
375
|
-
FloatImage: "Image flottante",
|
|
376
|
-
RowHeightColWidth: "Hauteur de ligne et largeur de colonne",
|
|
377
|
-
RowHeightColWidthReadonly: "Hauteur de ligne et largeur de colonne en lecture seule",
|
|
378
|
-
FilterReadonly: "Filtre en lecture seule",
|
|
379
|
-
nameError: "Le nom ne peut pas être vide",
|
|
380
277
|
created: "Créé",
|
|
381
278
|
iCanEdit: "Je peux modifier",
|
|
382
279
|
iCanNotEdit: "Je ne peux pas modifier",
|
|
@@ -396,11 +293,7 @@ const locale = { "sheets-ui": {
|
|
|
396
293
|
},
|
|
397
294
|
dialog: {
|
|
398
295
|
emptyList: "Liste d’utilisateurs vide",
|
|
399
|
-
allowUserToEdit: "Autoriser l'utilisateur à modifier",
|
|
400
296
|
allowedPermissionType: "Types de permissions autorisées",
|
|
401
|
-
setCellValue: "Définir la valeur de la cellule",
|
|
402
|
-
setCellStyle: "Définir le style de cellule",
|
|
403
|
-
copy: "Copier",
|
|
404
297
|
alert: "Alerte",
|
|
405
298
|
search: "Rechercher",
|
|
406
299
|
ownerInherit: "Propriétaire du document, héritage des permissions activé",
|
|
@@ -414,19 +307,7 @@ const locale = { "sheets-ui": {
|
|
|
414
307
|
setStyleErr: "La plage est protégée, et vous n'avez pas la permission de définir les styles. Pour définir les styles, veuillez contacter le créateur.",
|
|
415
308
|
copyErr: "La plage est protégée, et vous n'avez pas la permission de copier. Pour copier, veuillez contacter le créateur.",
|
|
416
309
|
workbookCopyErr: "Le classeur est protégé, et vous n'avez pas la permission de copier. Pour copier, veuillez contacter le créateur.",
|
|
417
|
-
setRowColStyleErr: "La plage est protégée, et vous n'avez pas la permission de définir les styles de ligne et de colonne. Pour définir les styles de ligne et de colonne, veuillez contacter le créateur."
|
|
418
|
-
moveRowColErr: "La plage est protégée, et vous n'avez pas la permission de déplacer les lignes et les colonnes. Pour déplacer les lignes et les colonnes, veuillez contacter le créateur.",
|
|
419
|
-
moveRangeErr: "La plage est protégée, et vous n'avez pas la permission de déplacer la sélection. Pour déplacer la sélection, veuillez contacter le créateur.",
|
|
420
|
-
insertRowColErr: "La plage est protégée, et vous n'avez pas la permission d'insérer des lignes et des colonnes. Pour insérer des lignes et des colonnes, veuillez contacter le créateur.",
|
|
421
|
-
removeRowColErr: "La plage est protégée, et vous n'avez pas la permission de supprimer les lignes et les colonnes. Pour supprimer les lignes et les colonnes, veuillez contacter le créateur.",
|
|
422
|
-
autoFillErr: "La plage est protégée, et vous n'avez pas la permission pour le remplissage automatique. Pour utiliser le remplissage automatique, veuillez contacter le créateur.",
|
|
423
|
-
filterErr: "La plage est protégée, et vous n'avez pas la permission de filtrer. Pour filtrer, veuillez contacter le créateur.",
|
|
424
|
-
operatorSheetErr: "La feuille de calcul est protégée, et vous n'avez pas la permission de travailler sur la feuille de calcul. Pour travailler sur la feuille de calcul, veuillez contacter le créateur.",
|
|
425
|
-
insertOrDeleteMoveRangeErr: "La plage insérée ou supprimée intersecte la plage protégée, et cette opération n'est pas supportée pour le moment.",
|
|
426
|
-
printErr: "La feuille de calcul est protégée, et vous n'avez pas la permission d'imprimer. Pour imprimer, veuillez contacter le créateur.",
|
|
427
|
-
formulaErr: "La plage ou la plage référencée est protégée, et vous n'avez pas la permission de modifier. Pour modifier, veuillez contacter le créateur.",
|
|
428
|
-
hyperLinkErr: "La plage est protégée, et vous n'avez pas la permission de définir des liens hypertextes. Pour définir des liens hypertextes, veuillez contacter le créateur.",
|
|
429
|
-
commentErr: "La plage est protégée, et vous n'avez pas la permission de commenter. Pour commenter, veuillez contacter le créateur."
|
|
310
|
+
setRowColStyleErr: "La plage est protégée, et vous n'avez pas la permission de définir les styles de ligne et de colonne. Pour définir les styles de ligne et de colonne, veuillez contacter le créateur."
|
|
430
311
|
},
|
|
431
312
|
button: {
|
|
432
313
|
confirm: "Confirmer",
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
//#region src/locale/id-ID.ts
|
|
3
3
|
const locale = { "sheets-ui": {
|
|
4
4
|
toolbar: {
|
|
5
|
-
undo: "Batalkan",
|
|
6
|
-
redo: "Ulangi",
|
|
7
5
|
formatPainter: "Format cat",
|
|
8
6
|
font: "Font",
|
|
9
7
|
fontSize: "Ukuran font",
|
|
@@ -12,44 +10,17 @@ const locale = { "sheets-ui": {
|
|
|
12
10
|
bold: "Tebal",
|
|
13
11
|
italic: "Miring",
|
|
14
12
|
strikethrough: "Coret",
|
|
15
|
-
subscript: "Subskrip",
|
|
16
|
-
superscript: "Superskrip",
|
|
17
13
|
underline: "Garis bawah",
|
|
18
|
-
textColor: {
|
|
19
|
-
main: "Warna teks",
|
|
20
|
-
right: "Pilih warna"
|
|
21
|
-
},
|
|
14
|
+
textColor: { main: "Warna teks" },
|
|
22
15
|
resetColor: "Atur ulang",
|
|
23
|
-
fillColor: {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
right: "Gaya batas"
|
|
30
|
-
},
|
|
31
|
-
mergeCell: {
|
|
32
|
-
main: "Gabungkan sel",
|
|
33
|
-
right: "Pilih jenis penggabungan"
|
|
34
|
-
},
|
|
35
|
-
horizontalAlignMode: {
|
|
36
|
-
main: "Rata horizontal",
|
|
37
|
-
right: "Perataan"
|
|
38
|
-
},
|
|
39
|
-
verticalAlignMode: {
|
|
40
|
-
main: "Rata vertikal",
|
|
41
|
-
right: "Perataan"
|
|
42
|
-
},
|
|
43
|
-
textWrapMode: {
|
|
44
|
-
main: "Bungkus teks",
|
|
45
|
-
right: "Mode bungkus teks"
|
|
46
|
-
},
|
|
16
|
+
fillColor: { main: "Warna isian" },
|
|
17
|
+
border: { main: "Batas" },
|
|
18
|
+
mergeCell: { main: "Gabungkan sel" },
|
|
19
|
+
horizontalAlignMode: { main: "Rata horizontal" },
|
|
20
|
+
verticalAlignMode: { main: "Rata vertikal" },
|
|
21
|
+
textWrapMode: { main: "Bungkus teks" },
|
|
47
22
|
shrinkToFit: "Kecilkan agar pas",
|
|
48
|
-
textRotateMode: {
|
|
49
|
-
main: "Putar teks",
|
|
50
|
-
right: "Mode putar teks"
|
|
51
|
-
},
|
|
52
|
-
more: "Lainnya",
|
|
23
|
+
textRotateMode: { main: "Putar teks" },
|
|
53
24
|
toggleGridlines: "Alihkan garis kisi",
|
|
54
25
|
fullscreen: "Layar penuh"
|
|
55
26
|
},
|
|
@@ -63,12 +34,7 @@ const locale = { "sheets-ui": {
|
|
|
63
34
|
},
|
|
64
35
|
button: {
|
|
65
36
|
confirm: "OK",
|
|
66
|
-
cancel: "Batal"
|
|
67
|
-
close: "Tutup",
|
|
68
|
-
insert: "Sisipkan",
|
|
69
|
-
prevPage: "Sebelumnya",
|
|
70
|
-
nextPage: "Berikutnya",
|
|
71
|
-
total: "Total:"
|
|
37
|
+
cancel: "Batal"
|
|
72
38
|
},
|
|
73
39
|
borderLine: {
|
|
74
40
|
borderTop: "Batas atas",
|
|
@@ -85,18 +51,13 @@ const locale = { "sheets-ui": {
|
|
|
85
51
|
borderTlbcTlmr: "Batas diagonal turun ganda",
|
|
86
52
|
borderTlbrTlbcTlmr: "Batas diagonal turun rangkap tiga",
|
|
87
53
|
borderBlTr: "Batas diagonal naik",
|
|
88
|
-
borderMltrBctr: "Batas diagonal naik ganda"
|
|
89
|
-
borderColor: "Warna batas",
|
|
90
|
-
borderSize: "Ukuran batas",
|
|
91
|
-
borderType: "Jenis batas"
|
|
54
|
+
borderMltrBctr: "Batas diagonal naik ganda"
|
|
92
55
|
},
|
|
93
56
|
merge: {
|
|
94
57
|
all: "Gabungkan semua",
|
|
95
58
|
vertical: "Gabungkan vertikal",
|
|
96
59
|
horizontal: "Gabungkan horizontal",
|
|
97
60
|
cancel: "Batalkan penggabungan",
|
|
98
|
-
overlappingError: "Tidak dapat menggabungkan area yang tumpang tindih",
|
|
99
|
-
partiallyError: "Tidak dapat melakukan operasi ini pada sel yang digabungkan sebagian",
|
|
100
61
|
confirm: {
|
|
101
62
|
warning: "Peringatan",
|
|
102
63
|
dismantleMergeCellWarning: "Operasi ini akan membatalkan penggabungan sel. Lanjutkan?"
|
|
@@ -127,17 +88,6 @@ const locale = { "sheets-ui": {
|
|
|
127
88
|
changeColor: "Ubah warna",
|
|
128
89
|
hide: "Sembunyikan",
|
|
129
90
|
unhide: "Tampilkan",
|
|
130
|
-
moveLeft: "Pindah ke kiri",
|
|
131
|
-
moveRight: "Pindah ke kanan",
|
|
132
|
-
resetColor: "Atur ulang warna",
|
|
133
|
-
cancelText: "Batal",
|
|
134
|
-
chooseText: "Konfirmasi warna",
|
|
135
|
-
tipNameRepeat: "Nama halaman tab tidak boleh diulang! Silakan perbaiki",
|
|
136
|
-
noMoreSheet: "Buku kerja harus memiliki setidaknya satu lembar kerja yang terlihat. Untuk menghapus lembar kerja yang dipilih, silakan sisipkan lembar kerja baru atau tampilkan lembar kerja yang tersembunyi.",
|
|
137
|
-
confirmDelete: "Apakah Anda yakin ingin menghapus",
|
|
138
|
-
redoDelete: "Dapat dibatalkan dengan Ctrl+Z",
|
|
139
|
-
noHide: "Tidak dapat menyembunyikan, setidaknya simpan satu tab lembar",
|
|
140
|
-
chartEditNoOpt: "Operasi ini tidak diizinkan dalam mode edit grafik!",
|
|
141
91
|
sheetNameErrorTitle: "Terjadi masalah",
|
|
142
92
|
sheetNameSpecCharError: "Nama tidak boleh melebihi 31 karakter, tidak boleh diawali atau diakhiri dengan ', dan tidak boleh mengandung: [ ] : \\ ? * /",
|
|
143
93
|
sheetNameCannotIsEmptyError: "Nama lembar tidak boleh kosong.",
|
|
@@ -175,16 +125,6 @@ const locale = { "sheets-ui": {
|
|
|
175
125
|
insertColsLeftSuffix: "kolom ke kiri",
|
|
176
126
|
insertColsRightSuffix: "kolom ke kanan",
|
|
177
127
|
delete: "Hapus",
|
|
178
|
-
deleteCell: "Hapus Sel",
|
|
179
|
-
insertCell: "Sisipkan Sel",
|
|
180
|
-
deleteSelected: "Hapus yang Dipilih ",
|
|
181
|
-
hide: "Sembunyikan",
|
|
182
|
-
hideSelected: "Sembunyikan yang Dipilih ",
|
|
183
|
-
showHide: "Tampilkan yang Tersembunyi",
|
|
184
|
-
toTopAdd: "Tambah ke Atas",
|
|
185
|
-
toBottomAdd: "Tambah ke Bawah",
|
|
186
|
-
toLeftAdd: "Tambah ke Kiri",
|
|
187
|
-
toRightAdd: "Tambah ke Kanan",
|
|
188
128
|
deleteSelectedRow: "Hapus Baris yang Dipilih",
|
|
189
129
|
deleteSelectedColumn: "Hapus Kolom yang Dipilih",
|
|
190
130
|
hideSelectedRow: "Sembunyikan Baris yang Dipilih",
|
|
@@ -197,21 +137,10 @@ const locale = { "sheets-ui": {
|
|
|
197
137
|
moveUp: "Pindah ke Atas",
|
|
198
138
|
moveRight: "Pindah ke Kanan",
|
|
199
139
|
moveDown: "Pindah ke Bawah",
|
|
200
|
-
add: "Tambah",
|
|
201
|
-
row: "Baris",
|
|
202
|
-
column: "Kolom",
|
|
203
|
-
confirm: "Konfirmasi",
|
|
204
140
|
clearSelection: "Bersihkan",
|
|
205
141
|
clearContent: "Bersihkan Isi",
|
|
206
142
|
clearFormat: "Bersihkan Format",
|
|
207
143
|
clearAll: "Bersihkan Semua",
|
|
208
|
-
root: "Akar",
|
|
209
|
-
log: "Catatan",
|
|
210
|
-
delete0: "Hapus nilai 0 di kedua ujung",
|
|
211
|
-
removeDuplicate: "Hapus nilai duplikat",
|
|
212
|
-
byRow: "Berdasarkan baris",
|
|
213
|
-
byCol: "Berdasarkan kolom",
|
|
214
|
-
generateNewMatrix: "Hasilkan matriks baru",
|
|
215
144
|
fitContent: "Sesuaikan dengan data",
|
|
216
145
|
freeze: "Bekukan",
|
|
217
146
|
freezeCell: "Bekukan ke sel aktif ({0} baris {1} kolom)",
|
|
@@ -232,27 +161,10 @@ const locale = { "sheets-ui": {
|
|
|
232
161
|
textToNumber: "Teks ke Angka"
|
|
233
162
|
},
|
|
234
163
|
info: {
|
|
235
|
-
notChangeMerge: "Anda tidak dapat melakukan perubahan sebagian pada sel yang digabungkan",
|
|
236
|
-
detailUpdate: "Baru dibuka",
|
|
237
|
-
detailSave: "Cache lokal dipulihkan",
|
|
238
|
-
loading: "Memuat...",
|
|
239
|
-
copy: "Salin",
|
|
240
|
-
return: "Keluar",
|
|
241
|
-
rename: "Ganti nama",
|
|
242
|
-
tips: "Ganti nama",
|
|
243
|
-
noName: "Spreadsheet tanpa judul",
|
|
244
|
-
wait: "menunggu pembaruan",
|
|
245
|
-
add: "Tambah",
|
|
246
|
-
addLast: "baris tambahan di bawah",
|
|
247
|
-
backTop: "Kembali ke atas",
|
|
248
|
-
nextPage: "Berikutnya",
|
|
249
|
-
tipInputNumber: "Silakan masukkan angka",
|
|
250
|
-
tipInputNumberLimit: "Rentang peningkatan dibatasi hingga 1-100",
|
|
251
|
-
tipRowHeightLimit: "Tinggi baris harus antara 0 ~ 545",
|
|
252
|
-
tipColumnWidthLimit: "Lebar kolom harus antara 0 ~ 2038",
|
|
253
164
|
problem: "Terjadi masalah",
|
|
254
165
|
error: "Kesalahan",
|
|
255
|
-
forceStringInfo: "Angka disimpan sebagai teks"
|
|
166
|
+
forceStringInfo: "Angka disimpan sebagai teks",
|
|
167
|
+
convertToNumber: "Konversi ke angka"
|
|
256
168
|
},
|
|
257
169
|
clipboard: {
|
|
258
170
|
paste: {
|
|
@@ -270,9 +182,7 @@ const locale = { "sheets-ui": {
|
|
|
270
182
|
min: "Min",
|
|
271
183
|
max: "Maks",
|
|
272
184
|
count: "Jumlah Numerik",
|
|
273
|
-
countA: "Jumlah"
|
|
274
|
-
clickToCopy: "Klik untuk Menyalin",
|
|
275
|
-
copied: "Tersalin"
|
|
185
|
+
countA: "Jumlah"
|
|
276
186
|
},
|
|
277
187
|
shortcut: {
|
|
278
188
|
"sheet-view": "Tampilan lembar",
|
|
@@ -324,15 +234,12 @@ const locale = { "sheets-ui": {
|
|
|
324
234
|
scopeWorkbook: "Buku kerja",
|
|
325
235
|
inputNamePlaceholder: "Silakan masukkan nama (Tidak boleh ada spasi)",
|
|
326
236
|
inputCommentPlaceholder: "Silakan masukkan komentar",
|
|
327
|
-
inputRangePlaceholder: "Silakan masukkan rentang (Tidak boleh ada spasi)",
|
|
328
|
-
inputFormulaPlaceholder: "Silakan masukkan rumus (Tidak boleh ada spasi)",
|
|
329
237
|
formulaOrRefStringInvalid: "Rumus atau string referensi tidak valid",
|
|
330
238
|
defaultName: "NamaDefault",
|
|
331
239
|
updateButton: "Perbarui",
|
|
332
240
|
deleteButton: "Hapus",
|
|
333
241
|
deleteConfirmText: "Apakah Anda yakin ingin menghapus nama yang ditentukan ini?"
|
|
334
242
|
},
|
|
335
|
-
uploadLoading: { loading: "Memuat..., tersisa" },
|
|
336
243
|
"data-validation": {
|
|
337
244
|
alert: { ok: "OK" },
|
|
338
245
|
list: {
|
|
@@ -345,7 +252,6 @@ const locale = { "sheets-ui": {
|
|
|
345
252
|
toolbarMenu: "Perlindungan",
|
|
346
253
|
panel: {
|
|
347
254
|
title: "Lindungi Baris dan Kolom",
|
|
348
|
-
name: "Nama",
|
|
349
255
|
protectedRange: "Rentang Dilindungi",
|
|
350
256
|
permissionDirection: "Deskripsi Izin",
|
|
351
257
|
permissionDirectionPlaceholder: "Masukkan deskripsi izin",
|
|
@@ -358,25 +264,16 @@ const locale = { "sheets-ui": {
|
|
|
358
264
|
designedPerson: "Orang tertentu",
|
|
359
265
|
addPerson: "Tambah orang",
|
|
360
266
|
canEdit: "Dapat edit",
|
|
361
|
-
canView: "Dapat melihat",
|
|
362
267
|
delete: "Hapus",
|
|
363
268
|
currentSheet: "Lembar saat ini",
|
|
364
269
|
allSheet: "Semua lembar",
|
|
365
270
|
edit: "Edit",
|
|
366
|
-
Print: "Cetak",
|
|
367
|
-
Comment: "Komentar",
|
|
368
271
|
Copy: "Salin",
|
|
369
272
|
SetCellStyle: "Atur gaya sel",
|
|
370
273
|
SetCellValue: "Atur nilai sel",
|
|
371
|
-
SetHyperLink: "Atur hyperlink",
|
|
372
274
|
Sort: "Urutkan",
|
|
373
275
|
Filter: "Filter",
|
|
374
276
|
PivotTable: "Tabel pivot",
|
|
375
|
-
FloatImage: "Gambar mengambang",
|
|
376
|
-
RowHeightColWidth: "Tinggi baris dan lebar kolom",
|
|
377
|
-
RowHeightColWidthReadonly: "Tinggi baris dan lebar kolom hanya-baca",
|
|
378
|
-
FilterReadonly: "Filter hanya-baca",
|
|
379
|
-
nameError: "Nama tidak boleh kosong",
|
|
380
277
|
created: "Dibuat",
|
|
381
278
|
iCanEdit: "Saya dapat edit",
|
|
382
279
|
iCanNotEdit: "Saya tidak dapat edit",
|
|
@@ -396,11 +293,7 @@ const locale = { "sheets-ui": {
|
|
|
396
293
|
},
|
|
397
294
|
dialog: {
|
|
398
295
|
emptyList: "Daftar pengguna kosong",
|
|
399
|
-
allowUserToEdit: "Izinkan pengguna untuk edit",
|
|
400
296
|
allowedPermissionType: "Jenis izin yang diizinkan",
|
|
401
|
-
setCellValue: "Atur nilai sel",
|
|
402
|
-
setCellStyle: "Atur gaya sel",
|
|
403
|
-
copy: "Salin",
|
|
404
297
|
alert: "Peringatan",
|
|
405
298
|
search: "Cari",
|
|
406
299
|
ownerInherit: "Pemilik dokumen, pewarisan izin diaktifkan",
|
|
@@ -414,19 +307,7 @@ const locale = { "sheets-ui": {
|
|
|
414
307
|
setStyleErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk mengatur gaya. Untuk mengatur gaya, silakan hubungi pembuatnya.",
|
|
415
308
|
copyErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin menyalin. Untuk menyalin, silakan hubungi pembuatnya.",
|
|
416
309
|
workbookCopyErr: "Buku kerja ini dilindungi, dan Anda tidak memiliki izin untuk menyalin. Untuk menyalin, silakan hubungi pembuatnya.",
|
|
417
|
-
setRowColStyleErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk mengatur gaya baris dan kolom. Untuk mengatur gaya baris dan kolom, silakan hubungi pembuatnya."
|
|
418
|
-
moveRowColErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk memindahkan baris dan kolom. Untuk memindahkan baris dan kolom, silakan hubungi pembuatnya.",
|
|
419
|
-
moveRangeErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk memindahkan pilihan. Untuk memindahkan pilihan, silakan hubungi pembuatnya.",
|
|
420
|
-
insertRowColErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk menyisipkan baris dan kolom. Untuk menyisipkan baris dan kolom, silakan hubungi pembuatnya.",
|
|
421
|
-
removeRowColErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk menghapus baris dan kolom. Untuk menghapus baris dan kolom, silakan hubungi pembuatnya.",
|
|
422
|
-
autoFillErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk isi-otomatis. Untuk menggunakan isi-otomatis, silakan hubungi pembuatnya.",
|
|
423
|
-
filterErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin menyaring. Untuk menyaring, silakan hubungi pembuatnya.",
|
|
424
|
-
operatorSheetErr: "Lembar kerja ini dilindungi, dan Anda tidak memiliki izin untuk mengoperasikan lembar kerja. Untuk mengoperasikan lembar kerja, silakan hubungi pembuatnya.",
|
|
425
|
-
insertOrDeleteMoveRangeErr: "Rentang yang disisipkan atau dihapus berpotongan dengan rentang yang dilindungi, dan operasi ini tidak didukung untuk saat ini.",
|
|
426
|
-
printErr: "Lembar kerja ini dilindungi, dan Anda tidak memiliki izin untuk mencetak. Untuk mencetak, silakan hubungi pembuatnya.",
|
|
427
|
-
formulaErr: "Rentang atau rentang yang direferensikan dilindungi, dan Anda tidak memiliki izin edit. Untuk edit, silakan hubungi pembuatnya.",
|
|
428
|
-
hyperLinkErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk mengatur hyperlink. Untuk mengatur hyperlink, silakan hubungi pembuatnya.",
|
|
429
|
-
commentErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk berkomentar. Untuk berkomentar, silakan hubungi pembuatnya."
|
|
310
|
+
setRowColStyleErr: "Rentang ini dilindungi, dan Anda tidak memiliki izin untuk mengatur gaya baris dan kolom. Untuk mengatur gaya baris dan kolom, silakan hubungi pembuatnya."
|
|
430
311
|
},
|
|
431
312
|
button: {
|
|
432
313
|
confirm: "Konfirmasi",
|