special functions naming - #1920

This commit is contained in:
proddy
2024-08-16 13:47:29 +02:00
parent 7e0d568a5a
commit 0ff1de8baa
11 changed files with 21 additions and 11 deletions

View File

@@ -712,7 +712,7 @@ const ApplicationSettings = () => {
/> />
<Typography sx={{ pb: 1, pt: 2 }} variant="h6" color="primary"> <Typography sx={{ pb: 1, pt: 2 }} variant="h6" color="primary">
{LL.GENERAL_OPTIONS()} {LL.SPECIAL_FUNCTIONS()}
</Typography> </Typography>
<BlockFormControlLabel <BlockFormControlLabel
control={ control={

View File

@@ -333,7 +333,8 @@ const de: Translation = {
VIEW_LOG: 'Sehen Sie sich das Protokoll an, um Probleme zu diagnostizieren', VIEW_LOG: 'Sehen Sie sich das Protokoll an, um Probleme zu diagnostizieren',
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default de; export default de;

View File

@@ -333,7 +333,8 @@ const en: Translation = {
VIEW_LOG: 'View log to diagnose issues', VIEW_LOG: 'View log to diagnose issues',
UPLOAD_DRAG: 'drag and drop a file here or click to select one', UPLOAD_DRAG: 'drag and drop a file here or click to select one',
SERVICES: 'Services', SERVICES: 'Services',
ALLVALUES: 'All Values' ALLVALUES: 'All Values',
SPECIAL_FUNCTIONS: 'Special Functions'
}; };
export default en; export default en;

View File

@@ -333,7 +333,8 @@ const fr: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default fr; export default fr;

View File

@@ -333,7 +333,8 @@ const it: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default it; export default it;

View File

@@ -333,7 +333,8 @@ const nl: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default nl; export default nl;

View File

@@ -333,7 +333,8 @@ const no: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default no; export default no;

View File

@@ -333,7 +333,8 @@ const pl: BaseTranslation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default pl; export default pl;

View File

@@ -333,7 +333,8 @@ const sk: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default sk; export default sk;

View File

@@ -333,7 +333,8 @@ const sv: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default sv; export default sv;

View File

@@ -333,7 +333,8 @@ const tr: Translation = {
VIEW_LOG: 'View log to diagnose issues', // TODO translate VIEW_LOG: 'View log to diagnose issues', // TODO translate
UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values' // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions' // TODO translate
}; };
export default tr; export default tr;