Browse Source

Schema name validation message no longer says spaces are allowed (#896)

- Couple of 'pager' transalations automatically added to frontend_zh when running translate.bat
pull/897/head
Paul Astbury-Thomas 4 years ago
committed by GitHub
parent
commit
46524688e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/i18n/frontend_en.json
  2. 2
      backend/i18n/frontend_it.json
  3. 2
      backend/i18n/frontend_nl.json
  4. 4
      backend/i18n/frontend_zh.json
  5. 2
      backend/i18n/source/frontend_en.json
  6. 2
      backend/i18n/source/frontend_it.json
  7. 2
      backend/i18n/source/frontend_nl.json
  8. 2
      backend/i18n/source/frontend_zh.json

2
backend/i18n/frontend_en.json

@ -929,7 +929,7 @@
"schemas.schemaHintsHint": "Describe this schema for documentation and user interfaces.", "schemas.schemaHintsHint": "Describe this schema for documentation and user interfaces.",
"schemas.schemaLabelHint": "Display name for documentation and user interfaces.", "schemas.schemaLabelHint": "Display name for documentation and user interfaces.",
"schemas.schemaNameHint": "You can only use letters, numbers and dashes and not more than 40 characters.", "schemas.schemaNameHint": "You can only use letters, numbers and dashes and not more than 40 characters.",
"schemas.schemaNameValidationMessage": "Name can only contain letters, numbers, dashes and spaces.", "schemas.schemaNameValidationMessage": "Name can only contain letters, numbers and dashes.",
"schemas.schemaTagsHint": "Tags to annotate your schema for automation processes.", "schemas.schemaTagsHint": "Tags to annotate your schema for automation processes.",
"schemas.searchPlaceholder": "Search", "schemas.searchPlaceholder": "Search",
"schemas.showFieldFailed": "Failed to show field. Please reload.", "schemas.showFieldFailed": "Failed to show field. Please reload.",

2
backend/i18n/frontend_it.json

@ -929,7 +929,7 @@
"schemas.schemaHintsHint": "Descrivi questo schema per la documentazione e le interfacce utente.", "schemas.schemaHintsHint": "Descrivi questo schema per la documentazione e le interfacce utente.",
"schemas.schemaLabelHint": "Nome da visualizzare per la documentazione e le interfacce utente.", "schemas.schemaLabelHint": "Nome da visualizzare per la documentazione e le interfacce utente.",
"schemas.schemaNameHint": "Puoi utilizzare solo lettere, numeri e trattini e un numero massimo di 40 caratteri.", "schemas.schemaNameHint": "Puoi utilizzare solo lettere, numeri e trattini e un numero massimo di 40 caratteri.",
"schemas.schemaNameValidationMessage": "Il nome può contenere solo lettere, numeri, trattini e spazi.", "schemas.schemaNameValidationMessage": "Il nome può contenere solo lettere, numeri e trattini.",
"schemas.schemaTagsHint": "Tag per descrivere il tuo schema per i processi automatici.", "schemas.schemaTagsHint": "Tag per descrivere il tuo schema per i processi automatici.",
"schemas.searchPlaceholder": "Cerca negli schemi...", "schemas.searchPlaceholder": "Cerca negli schemi...",
"schemas.showFieldFailed": "Non è stato possibile mostrare il campo. Per favore ricarica.", "schemas.showFieldFailed": "Non è stato possibile mostrare il campo. Per favore ricarica.",

2
backend/i18n/frontend_nl.json

@ -929,7 +929,7 @@
"schemas.schemaHintsHint": "Beschrijf dit schema voor documentatie en gebruikersinterfaces.", "schemas.schemaHintsHint": "Beschrijf dit schema voor documentatie en gebruikersinterfaces.",
"schemas.schemaLabelHint": "Weergavenaam voor documentatie en gebruikersinterfaces.", "schemas.schemaLabelHint": "Weergavenaam voor documentatie en gebruikersinterfaces.",
"schemas.schemaNameHint": "Je mag alleen letters, cijfers en streepjes gebruiken en niet meer dan 40 tekens.", "schemas.schemaNameHint": "Je mag alleen letters, cijfers en streepjes gebruiken en niet meer dan 40 tekens.",
"schemas.schemaNameValidationMessage": "Naam mag alleen letters, cijfers, streepjes en spaties bevatten.", "schemas.schemaNameValidationMessage": "Naam mag alleen letters, cijfers en streepjes bevatten.",
"schemas.schemaTagsHint": "Tags om uw schema voor automatiseringsprocessen te annoteren.", "schemas.schemaTagsHint": "Tags om uw schema voor automatiseringsprocessen te annoteren.",
"schemas.searchPlaceholder": "Zoek schema's ...", "schemas.searchPlaceholder": "Zoek schema's ...",
"schemas.showFieldFailed": "Kan veld niet weergeven. Laad opnieuw.", "schemas.showFieldFailed": "Kan veld niet weergeven. Laad opnieuw.",

4
backend/i18n/frontend_zh.json

@ -320,6 +320,8 @@
"common.openAPI": "Open API", "common.openAPI": "Open API",
"common.or": "或", "common.or": "或",
"common.pagerInfo": "{itemFirst}-{itemLast} 的 {numberOfItems}", "common.pagerInfo": "{itemFirst}-{itemLast} 的 {numberOfItems}",
"common.pagerInfoNoTotal": "{itemFirst}-{itemLast} of total?",
"common.pagerReload": "Click to reload view and get total number of items",
"common.password": "密码", "common.password": "密码",
"common.passwordConfirm": "确认密码", "common.passwordConfirm": "确认密码",
"common.pattern": "模式", "common.pattern": "模式",
@ -927,7 +929,7 @@
"schemas.schemaHintsHint": "为文档和用户界面描述这个Schemas。", "schemas.schemaHintsHint": "为文档和用户界面描述这个Schemas。",
"schemas.schemaLabelHint": "文档和用户界面的显示名称。", "schemas.schemaLabelHint": "文档和用户界面的显示名称。",
"schemas.schemaNameHint": "您只能使用字母、数字和破折号,并且不能超过 40 个字符。", "schemas.schemaNameHint": "您只能使用字母、数字和破折号,并且不能超过 40 个字符。",
"schemas.schemaNameValidationMessage": "名称只能包含字母、数字、破折号和空格。", "schemas.schemaNameValidationMessage": "名称只能包含字母、数字和破折号。",
"schemas.schemaTagsHint": "用于注释自动化流程Schemas的标签。", "schemas.schemaTagsHint": "用于注释自动化流程Schemas的标签。",
"schemas.searchPlaceholder": "搜索Schemas...", "schemas.searchPlaceholder": "搜索Schemas...",
"schemas.showFieldFailed": "显示字段失败。请重新加载。", "schemas.showFieldFailed": "显示字段失败。请重新加载。",

2
backend/i18n/source/frontend_en.json

@ -929,7 +929,7 @@
"schemas.schemaHintsHint": "Describe this schema for documentation and user interfaces.", "schemas.schemaHintsHint": "Describe this schema for documentation and user interfaces.",
"schemas.schemaLabelHint": "Display name for documentation and user interfaces.", "schemas.schemaLabelHint": "Display name for documentation and user interfaces.",
"schemas.schemaNameHint": "You can only use letters, numbers and dashes and not more than 40 characters.", "schemas.schemaNameHint": "You can only use letters, numbers and dashes and not more than 40 characters.",
"schemas.schemaNameValidationMessage": "Name can only contain letters, numbers, dashes and spaces.", "schemas.schemaNameValidationMessage": "Name can only contain letters, numbers and dashes.",
"schemas.schemaTagsHint": "Tags to annotate your schema for automation processes.", "schemas.schemaTagsHint": "Tags to annotate your schema for automation processes.",
"schemas.searchPlaceholder": "Search", "schemas.searchPlaceholder": "Search",
"schemas.showFieldFailed": "Failed to show field. Please reload.", "schemas.showFieldFailed": "Failed to show field. Please reload.",

2
backend/i18n/source/frontend_it.json

@ -771,7 +771,7 @@
"schemas.schemaHintsHint": "Descrivi questo schema per la documentazione e le interfacce utente.", "schemas.schemaHintsHint": "Descrivi questo schema per la documentazione e le interfacce utente.",
"schemas.schemaLabelHint": "Nome da visualizzare per la documentazione e le interfacce utente.", "schemas.schemaLabelHint": "Nome da visualizzare per la documentazione e le interfacce utente.",
"schemas.schemaNameHint": "Puoi utilizzare solo lettere, numeri e trattini e un numero massimo di 40 caratteri.", "schemas.schemaNameHint": "Puoi utilizzare solo lettere, numeri e trattini e un numero massimo di 40 caratteri.",
"schemas.schemaNameValidationMessage": "Il nome può contenere solo lettere, numeri, trattini e spazi.", "schemas.schemaNameValidationMessage": "Il nome può contenere solo lettere, numeri e trattini.",
"schemas.schemaTagsHint": "Tag per descrivere il tuo schema per i processi automatici.", "schemas.schemaTagsHint": "Tag per descrivere il tuo schema per i processi automatici.",
"schemas.searchPlaceholder": "Cerca negli schemi...", "schemas.searchPlaceholder": "Cerca negli schemi...",
"schemas.showFieldFailed": "Non è stato possibile mostrare il campo. Per favore ricarica.", "schemas.showFieldFailed": "Non è stato possibile mostrare il campo. Per favore ricarica.",

2
backend/i18n/source/frontend_nl.json

@ -893,7 +893,7 @@
"schemas.schemaHintsHint": "Beschrijf dit schema voor documentatie en gebruikersinterfaces.", "schemas.schemaHintsHint": "Beschrijf dit schema voor documentatie en gebruikersinterfaces.",
"schemas.schemaLabelHint": "Weergavenaam voor documentatie en gebruikersinterfaces.", "schemas.schemaLabelHint": "Weergavenaam voor documentatie en gebruikersinterfaces.",
"schemas.schemaNameHint": "Je mag alleen letters, cijfers en streepjes gebruiken en niet meer dan 40 tekens.", "schemas.schemaNameHint": "Je mag alleen letters, cijfers en streepjes gebruiken en niet meer dan 40 tekens.",
"schemas.schemaNameValidationMessage": "Naam mag alleen letters, cijfers, streepjes en spaties bevatten.", "schemas.schemaNameValidationMessage": "Naam mag alleen letters, cijfers en streepjes bevatten.",
"schemas.schemaTagsHint": "Tags om uw schema voor automatiseringsprocessen te annoteren.", "schemas.schemaTagsHint": "Tags om uw schema voor automatiseringsprocessen te annoteren.",
"schemas.searchPlaceholder": "Zoek schema's ...", "schemas.searchPlaceholder": "Zoek schema's ...",
"schemas.showFieldFailed": "Kan veld niet weergeven. Laad opnieuw.", "schemas.showFieldFailed": "Kan veld niet weergeven. Laad opnieuw.",

2
backend/i18n/source/frontend_zh.json

@ -787,7 +787,7 @@
"schemas.schemaHintsHint": "为文档和用户界面描述这个Schemas。", "schemas.schemaHintsHint": "为文档和用户界面描述这个Schemas。",
"schemas.schemaLabelHint": "文档和用户界面的显示名称。", "schemas.schemaLabelHint": "文档和用户界面的显示名称。",
"schemas.schemaNameHint": "您只能使用字母、数字和破折号,并且不能超过 40 个字符。", "schemas.schemaNameHint": "您只能使用字母、数字和破折号,并且不能超过 40 个字符。",
"schemas.schemaNameValidationMessage": "名称只能包含字母、数字、破折号和空格。", "schemas.schemaNameValidationMessage": "名称只能包含字母、数字和破折号。",
"schemas.schemaTagsHint": "用于注释自动化流程Schemas的标签。", "schemas.schemaTagsHint": "用于注释自动化流程Schemas的标签。",
"schemas.searchPlaceholder": "搜索Schemas...", "schemas.searchPlaceholder": "搜索Schemas...",
"schemas.showFieldFailed": "显示字段失败。请重新加载。", "schemas.showFieldFailed": "显示字段失败。请重新加载。",

Loading…
Cancel
Save