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