Skip to content

Commit

Permalink
VCST-2177: Some titles are not localized (#167)
Browse files Browse the repository at this point in the history
fix: Some titles are not localized
  • Loading branch information
OlegoO authored Nov 6, 2024
1 parent aef3616 commit 3be46b0
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"notifications": {
"blades": {
"Notification": "Benachrichtigungen",
"notification-journal-details": {
"title": "Benachrichtigungsdetails",
"subtitle": "{{ displayName }}: Benachrichtigungstyp",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Notifications",
"blades": {
"notification-journal-details": {
"title": "Notification details",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Notificacións",
"blades": {
"notification-journal-details": {
"title": "Detalles de la notificación",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Notifications",
"blades": {
"notification-journal-details": {
"title": "Détails de la notification",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Notifiche",
"blades": {
"notification-journal-details": {
"title": "Dettagli della notifica",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "通知",
"blades": {
"notification-journal-details": {
"title": "通知の詳細",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Powiadomienia",
"blades": {
"notification-journal-details": {
"title": "Szczegóły powiadomienia",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Notificações",
"blades": {
"notification-journal-details": {
"title": "Detalhes da notificação",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "Уведомления",
"blades": {
"notification-journal-details": {
"title": "Детали уведомления",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"notifications": {
"main-menu-title": "通知",
"blades": {
"notification-journal-details": {
"title": "通知详情",
Expand Down Expand Up @@ -313,4 +314,4 @@
"description": "导出或导入通知"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ angular.module(moduleTemplateName, ['textAngular'])
var menuItem = {
path: 'browse/notificationsModule',
icon: 'fa fa-envelope',
title: 'Notifications',
title: 'notifications.main-menu-title',
priority: 7,
action: function () { $state.go('workspace.notificationsModule'); },
permission: 'notifications:access'
Expand Down

0 comments on commit 3be46b0

Please sign in to comment.