Skip to content

Commit

Permalink
fix/[de,pe,se]: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiju committed Sep 19, 2024
1 parent 032ec87 commit d412b1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/documenteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumber": "Number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumberInvalid": "Provide a valid number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeDate": "Date",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"no\"",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"No\"",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanTrue": "Yes",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanFalse": "No",
"Common.Views.DocumentPropertyDialog.errorDate": "You can choose a value from the calendar to store the value as Date.<br>If you enter a value manually, it will be stored as Text.",
Expand Down
4 changes: 2 additions & 2 deletions apps/presentationeditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumber": "Number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumberInvalid": "Provide a valid number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeDate": "Date",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"no\"",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"No\"",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanTrue": "Yes",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanFalse": "No",
"Common.Views.DocumentPropertyDialog.errorDate": "You can choose a value from the calendar to store the value as Date.<br>If you enter a value manually, it will be stored as Text.",
Expand Down Expand Up @@ -2048,7 +2048,7 @@
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Title",
"PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Uploaded",
"PE.Views.FileMenuPanels.DocumentInfo.txtYes": "Yes",
"PE.Views.FileMenuPanels.DocumentInfo.txtNo": "Yes",
"PE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"PE.Views.FileMenuPanels.DocumentInfo.txtCommon": "Common",
"PE.Views.FileMenuPanels.DocumentInfo.txtProperties": "Properties",
"PE.Views.FileMenuPanels.DocumentInfo.txtDocumentPropertyUpdateTitle": "Document Property",
Expand Down
4 changes: 2 additions & 2 deletions apps/spreadsheeteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumber": "Number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumberInvalid": "Provide a valid number",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeDate": "Date",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"no\"",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"No\"",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanTrue": "Yes",
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanFalse": "No",
"Common.Views.DocumentPropertyDialog.errorDate": "You can choose a value from the calendar to store the value as Date.<br>If you enter a value manually, it will be stored as Text.",
Expand Down Expand Up @@ -2655,7 +2655,7 @@
"SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Title",
"SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Uploaded",
"SSE.Views.FileMenuPanels.DocumentInfo.txtYes": "Yes",
"SSE.Views.FileMenuPanels.DocumentInfo.txtNo": "Yes",
"SSE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"SSE.Views.FileMenuPanels.DocumentInfo.txtCommon": "Common",
"SSE.Views.FileMenuPanels.DocumentInfo.txtProperties": "Properties",
"SSE.Views.FileMenuPanels.DocumentInfo.txtDocumentPropertyUpdateTitle": "Document Property",
Expand Down

0 comments on commit d412b1a

Please sign in to comment.