Skip to content

Commit

Permalink
fix: apply translation to all files
Browse files Browse the repository at this point in the history
Signed-off-by: jmayer-lm <[email protected]>
  • Loading branch information
jmayer-lm committed Aug 21, 2024
1 parent e8f9eec commit 00aa9d7
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"team_deleted": "Team gelöscht",
"team_membership": "Teammitgliedschaft",
"team_name": "Teamname",
"teams": "Teams",
"teams": "Mannschaften",
"template": "Vorlage",
"template_basedir": "Basisverzeichnis für Vorlagen",
"template_basedir_tooltip": "Diese Eigenschaft wird als Basisverzeichnis für die Suche nach Benachrichtigungsvorlagen verwendet.",
Expand Down Expand Up @@ -814,6 +814,7 @@
"tag_name": "Verlinke den Namen",
"tag_unassigned_successfully": "Tag-Zuweisung erfolgreich aufgehoben",
"tags": "Stichworte",
"teams": "Mannschaften",
"template": "Vorlage",
"text_search": "Textsuche",
"title": "Titel",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nombre de etiqueta",
"tag_unassigned_successfully": "Sin etiquetar con éxito",
"tags": "Etiquetas",
"teams": "equipos",
"template": "Plantilla",
"text_search": "Búsqueda de texto",
"title": "Título",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nom de la tag",
"tag_unassigned_successfully": "Détaché avec succès",
"tags": "Tags",
"teams": "Équipes",
"template": "Modèle",
"text_search": "Recherche de texte",
"title": "Titre",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "टैग नाम",
"tag_unassigned_successfully": "सफलतापूर्वक अनटैग किया गया",
"tags": "टैग",
"teams": "टीमें",
"template": "खाका",
"text_search": "पाठ्य खोज",
"title": "शीर्षक",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nome dell'etichetta",
"tag_unassigned_successfully": "Deselezionato con successo",
"tags": "Tag",
"teams": "Squadre",
"template": "Modello",
"text_search": "Ricerca di testo",
"title": "Titolo",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "タグ名",
"tag_unassigned_successfully": "タグが正常に解除されました",
"tags": "タグ",
"teams": "チーム",
"template": "テンプレート",
"text_search": "テキスト検索",
"title": "タイトル",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nazwa znacznika",
"tag_unassigned_successfully": "Pomyślnie nieoznaczono",
"tags": "Tagi",
"teams": "Zespoły",
"template": "Szablon",
"text_search": "Wyszukiwanie tekstu",
"title": "Tytuł",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nome da etiqueta",
"tag_unassigned_successfully": "Não marcado com sucesso",
"tags": "Tag",
"teams": "Equipes",
"template": "Modelo",
"text_search": "Pesquisa de texto",
"title": "Título",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Nome da etiqueta",
"tag_unassigned_successfully": "Não marcado com sucesso",
"tags": "Tag",
"teams": "Equipes",
"template": "Modelo",
"text_search": "Pesquisa de texto",
"title": "Título",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Название тэга",
"tag_unassigned_successfully": "Отметка успешно снята",
"tags": "Теги",
"teams": "Команды",
"template": "Шаблон",
"text_search": "Текстовый поиск",
"title": "Заголовок",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "Назва тегу",
"tag_unassigned_successfully": "Теги успішно видалено",
"tags": "Теги",
"teams": "Команди",
"template": "Шаблон",
"text_search": "Текстовий пошук",
"title": "Назва",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@
"tag_name": "标签名",
"tag_unassigned_successfully": "成功取消标记",
"tags": "标签",
"teams": "团队",
"template": "模板",
"text_search": "文本搜索",
"title": "标题",
Expand Down
18 changes: 9 additions & 9 deletions src/shared/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ $common.formatProjectTagLabel = function formatProjectTagLabel(router, tag) {
* Formats and returns a specialized label for a project team.
*/
$common.formatProjectTeamLabel = function formatProjectTeamLabel(router, team) {
if (!team) {
return '';
}
return `<a href="${
router.resolve({ name: 'Projects', query: { team: team.name } }).href
}" class="badge badge-team text-lowercase mr-1">${xssFilters.inHTMLData(
team.name,
)}</a>`;
};
if (!team) {
return '';
}
return `<a href="${
router.resolve({ name: 'Projects', query: { team: team.name } }).href
}" class="badge badge-team text-lowercase mr-1">${xssFilters.inHTMLData(
team.name,
)}</a>`;
};

/**
* Formats and returns a specialized label for a vulnerability tag.
Expand Down

0 comments on commit 00aa9d7

Please sign in to comment.