added translation keys

This commit is contained in:
mushka-n 2023-10-02 03:52:47 +03:00
parent 0049d16385
commit e91f1f2e61
8 changed files with 42 additions and 15 deletions

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "Bitte überprüfen Sie Ihre Internetverbindung und laden Sie die Seite neu oder versuchen Sie es später.",
"GalleryEmptyScreenDescription": "Wählen Sie eine beliebige Formularvorlage aus, um die Details zu sehen",
"GalleryEmptyScreenHeader": "Formularvorlagen konnten nicht geladen werden",
"TemplateInfo": "Informationen zur Vorlage"
"TemplateInfo": "Informationen zur Vorlage",
"Categories": "Kategorien",
"ViewAllTemplates": "Alle Vorlagen ansehen",
"EmptyFormGalleryScreenDescription": "Es konnten keine Ergebnisse gefunden werden, die Ihrer Anfrage entsprechen",
"Free": "Kostenlos",
"SuggestChanges": "Änderungen vorschlagen"
}

View File

@ -6,12 +6,7 @@
"Categories": "Categories",
"ViewAllTemplates": "View all templates",
"FormsByBranch": "Forms by branch",
"FormsByType": "Forms by type",
"PopularCompilations": "Popular Compilations",
"EmptyFormGalleryScreenDescription": "No results matching your query could be found",
"Free": "Free",
"SuggestChanges": "Suggest changes",

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "Por favor, compruebe su conexión a Internet y actualice la página o inténtelo más tarde.",
"GalleryEmptyScreenDescription": "Seleccione cualquier plantilla de formulario para ver los detalles",
"GalleryEmptyScreenHeader": "Error al cargar las plantillas de formulario",
"TemplateInfo": "Información sobre la plantilla"
"TemplateInfo": "Información sobre la plantilla",
"Categories": "Categorías",
"ViewAllTemplates": "Ver todas las plantillas",
"EmptyFormGalleryScreenDescription": "No se han encontrado resultados que coincidan con la búsqueda",
"Free": "Gratis",
"SuggestChanges": "Sugerir cambios"
}

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "Veuillez vérifier votre connexion Internet et actualisez la page ou réessayez ultérieurement.",
"GalleryEmptyScreenDescription": "Sélectionnez un modèle de formulaire pour voir les détails",
"GalleryEmptyScreenHeader": "Chargement des modèles de formulaire a échoué",
"TemplateInfo": "Informations sur le modèle"
"TemplateInfo": "Informations sur le modèle",
"Categories": "Catégories",
"ViewAllTemplates": "Afficher tous les formulaires",
"EmptyFormGalleryScreenDescription": "Aucun résultat correspondant à votre requête n'a pu être trouvé",
"Free": "Gratuit",
"SuggestChanges": "Proposer des modifications"
}

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "Ti preghiamo di controllare la tua connessione Internet e aggiorna la pagina o riprova più tardi.",
"GalleryEmptyScreenDescription": "Seleziona qualsiasi modello di modulo per vedere i dettagli",
"GalleryEmptyScreenHeader": "Impossibile caricare i modelli di modulo",
"TemplateInfo": "Informazioni sul modello"
"TemplateInfo": "Informazioni sul modello",
"Categories": "Categorie",
"ViewAllTemplates": "Visualizzare tutti i modelli",
"EmptyFormGalleryScreenDescription": "Non è stato possibile trovare alcun risultato corrispondente alla tua ricerca",
"Free": "Gratis",
"SuggestChanges": "Suggerire modifiche"
}

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "インターネット接続をご確認のうえ、ページを更新するか、後でお試しください",
"GalleryEmptyScreenDescription": "フォームテンプレートを選択すると、詳細が表示されます",
"GalleryEmptyScreenHeader": "フォームテンプレートの読み込みに失敗しました",
"TemplateInfo": "テンプレート情報"
"TemplateInfo": "テンプレート情報",
"Categories": "カテゴリー",
"ViewAllTemplates": "テンプレート一覧を見る",
"EmptyFormGalleryScreenDescription": "検索条件に一致する結果は見つかりませんでした。",
"Free": "無料",
"SuggestChanges": "変更点のご提案"
}

View File

@ -2,5 +2,11 @@
"EmptyScreenDescription": "请检查您的互联网连接,刷新页面或稍后再试",
"GalleryEmptyScreenDescription": "选择任何表单模板来查看细节、",
"GalleryEmptyScreenHeader": "表单模板加载失败、",
"TemplateInfo": "模板信息"
"TemplateInfo": "模板信息",
"Categories": "类别",
"ViewAllTemplates": "查看模板大全",
"EmptyFormGalleryScreenDescription": "没有找到匹配查询的结果",
"Free": "免费",
"SuggestChanges": "提出修改建议"
}

View File

@ -225,10 +225,6 @@ export const filterUserRoleOptions = (
return newOptions;
};
export const getLocalizedOformCategoryTitle = (category, locale = null) => {
if (!category) return "";
};
export const getOformCategoryTitle = (category, locale = null) => {
if (!category) return "";