Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function getDefaultOptions(instance) {
}
},
{
label: instance.translate('Unstick from left'),
label: instance.translate('Unfreeze'),
stickyAction: 'unstick',
display: 'hidden',
action: function (column) {
Expand Down
2 changes: 1 addition & 1 deletion src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Reset sorting": "Sortierung zurücksetzen",
"Remove column": "Spalte entfernen",
"Freeze": "Bevriezen",
"Unstick from left": "Linke Anheftung lösen",
"Unfreeze": "Ontdooien",
"No Data": "Keine Daten",
"{count} cells copied": {
"1": "{count} Zelle kopiert",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Reset sorting": "Reset sorting",
"Remove column": "Remove column",
"Freeze": "Freeze",
"Unstick from left": "Unstick from left",
"Unfreeze": "Unfreeze",
"No Data": "No Data",
"{count} cells copied": {
"1": "{count} cell copied",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Reset sorting": "Réinitialiser le tri",
"Remove column": "Supprimer colonne",
"Freeze": "Geler",
"Unstick from left": "Désépingler de la gauche",
"Unfreeze": "Dégeler",
"No Data": "Pas de données",
"{count} cells copied": {
"1": "{count} cellule copiée",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Reset sorting": "Azzeramento ordinamento",
"Remove column": "Rimuovi colonna",
"Freeze": "Congelare",
"Unstick from left": "Sblocca dalla sinistra",
"Unfreeze": "Dégeler",
"No Data": "Nessun dato",
"{count} cells copied": {
"1": "Copiato {count} cella",
Expand Down
Loading