Skip to content

Commit

Permalink
update translations for delete permanently and original location colu…
Browse files Browse the repository at this point in the history
…mn header width
  • Loading branch information
liviu-preda-tsystems committed Aug 5, 2024
1 parent 5cd644d commit af813c4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,14 @@ table.files-filestable {
}

.files-list {
div[role="thead"] {
.files-list__row-trashbin-original-location {
width: 150px !important;
button.files-list__column-sort-button {
padding-left: 4px;
}
}
}


// Files table and grid
Expand Down
3 changes: 2 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"_{count} file_::_{count} files_" : ["{count} Datei","{count} Dateien"],
"{summaryFile} and {summaryFolder}" : "{summaryFile} und {summaryFolder}",
"_including %n hidden_::_including %n hidden_": ["davon %n versteckt","davon %n versteckt"],
"\"{displayName}\" batch action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt"
"\"{displayName}\" batch action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
"Delete permanently": "Endgültig löschen"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
3 changes: 2 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"_{count} file_::_{count} files_" : ["{count} Datei","{count} Dateien"],
"{summaryFile} and {summaryFolder}" : "{summaryFile} und {summaryFolder}",
"_including %n hidden_::_including %n hidden_": ["davon %n versteckt","davon %n versteckt"],
"\"{displayName}\" batch action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt"
"\"{displayName}\" batch action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
"Delete permanently": "Endgültig löschen"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
3 changes: 2 additions & 1 deletion l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"Memory used up to %s%%": "Memory used up to %s%%",
"of": "von",
"_including %n hidden_::_including %n hidden_": ["with %n hidden","with %n hidden"],
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" action executed successfully"
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" action executed successfully",
"Delete permanently": "Delete permanently"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
3 changes: 2 additions & 1 deletion l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"Memory used up to %s%%": "Memory used up to %s%%",
"of": "von",
"_including %n hidden_::_including %n hidden_": ["with %n hidden","with %n hidden"],
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" action executed successfully"
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" action executed successfully",
"Delete permanently": "Delete permanently"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down

0 comments on commit af813c4

Please sign in to comment.