File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/manager/modules/core/src/translate/ovh-ui-angular Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ angular.module(moduleName, [
1515 . run ( (
1616 $transitions ,
1717 $translate ,
18+ ouiClipboardConfiguration ,
1819 ouiCriteriaAdderConfiguration ,
1920 ouiDatagridConfiguration ,
2021 ouiFieldConfiguration ,
@@ -25,6 +26,12 @@ angular.module(moduleName, [
2526 ) => {
2627 $translate . refresh ( )
2728 . then ( ( ) => {
29+ set ( ouiClipboardConfiguration , 'translations' , {
30+ copyToClipboardLabel : $translate . instant ( 'common_clipboard_copy_to_clipboard' ) ,
31+ copiedLabel : $translate . instant ( 'common_clipboard_copied' ) ,
32+ notSupported : $translate . instant ( 'common_clipboard_not_supported' ) ,
33+ } ) ;
34+
2835 set ( ouiCriteriaAdderConfiguration , 'translations' , {
2936 column_label : $translate . instant ( 'common_criteria_adder_column_label' ) ,
3037 operator_label : $translate . instant ( 'common_criteria_adder_operator_label' ) ,
Original file line number Diff line number Diff line change 11{
2+ "common_clipboard_copy_to_clipboard" : " Copier dans le presse-papier" ,
3+ "common_clipboard_copied" : " Copié" ,
4+ "common_clipboard_not_supported" : " La copie dans le presse-papier n’est pas supportée. Veuillez copier le texte manuellement" ,
25 "common_criteria_adder_column_label" : " Colonne" ,
36 "common_criteria_adder_operator_label" : " Condition" ,
47 "common_criteria_adder_operator_boolean_is" : " est" ,
You can’t perform that action at this time.
0 commit comments