Navigation: Make sure topnav is translated (#56643)

* initial translation progress

* more nav translations

* add subtitle translations

* more specific gitignore path

* fix unit tests
This commit is contained in:
Ashley Harrison
2022-10-11 11:45:58 +01:00
committed by GitHub
parent 8a3294dcdf
commit 8348f486d9
21 changed files with 979 additions and 249 deletions
+197 -42
View File
@@ -103,54 +103,209 @@
}
},
"nav": {
"alerting": "Alerting",
"alerting-admin": "Admin",
"alerting-am-routes": "Notification policies",
"alerting-channels": "Notification channels",
"alerting-groups": "Groups",
"alerting-legacy": "Alerting (legacy)",
"alerting-list": "Alert rules",
"alerting-receivers": "Contact points",
"alerting-silences": "Silences",
"api-keys": "API keys",
"config": "Configuration",
"correlations": "Correlations",
"create": "Create",
"create-alert": "New alert rule",
"create-dashboard": "Dashboard",
"create-folder": "Folder",
"create-import": "Import",
"dashboards": "Dashboards",
"datasources": "Data sources",
"explore": "Explore",
"help": "Help",
"home": "Home",
"library-panels": "Library panels",
"live": "Event streaming",
"live-cloud": "Cloud",
"live-pipeline": "Pipeline",
"live-status": "Status",
"manage-dashboards": "Browse",
"new-dashboard": "New dashboard",
"new-folder": "New folder",
"org-settings": "Preferences",
"playlists": "Playlists",
"plugins": "Plugins",
"profile/password": "Change password",
"profile/settings": "Preferences",
"service-accounts": "Service accounts",
"sign-out": "Sign out",
"snapshots": "Snapshots",
"starred": "Starred",
"starred-empty": "Your starred dashboards will appear here",
"teams": "Teams",
"users": "Users"
"admin": {
"subtitle": "Manage server-wide settings and access to resources such as organizations, users, and licenses",
"title": "Server admin"
},
"alerting": {
"subtitle": "Learn about problems in your systems moments after they occur",
"title": "Alerting"
},
"alerting-admin": {
"title": "Admin"
},
"alerting-am-routes": {
"subtitle": "Determine how alerts are routed to contact points",
"title": "Notification policies"
},
"alerting-channels": {
"title": "Notification channels"
},
"alerting-groups": {
"subtitle": "See grouped alerts from an Alertmanager instance",
"title": "Groups"
},
"alerting-legacy": {
"title": "Alerting (legacy)"
},
"alerting-list": {
"subtitle": "Rules that determine whether an alert will fire",
"title": "Alert rules"
},
"alerting-receivers": {
"subtitle": "Decide how your contacts are notified when an alert fires",
"title": "Contact points"
},
"alerting-silences": {
"subtitle": "Stop notifications from one or more alerting rules",
"title": "Silences"
},
"alerts-and-incidents": {
"subtitle": "Alerting and incident management apps",
"title": "Alerts & incidents"
},
"api-keys": {
"subtitle": "Manage and create API keys that are used to interact with Grafana HTTP APIs",
"title": "API keys"
},
"apps": {
"subtitle": "App plugins that extend the Grafana experience",
"title": "Apps"
},
"config": {
"title": "Configuration"
},
"correlations": {
"subtitle": "Add and configure correlations",
"title": "Correlations"
},
"create": {
"title": "Create"
},
"create-alert": {
"title": "New alert rule"
},
"create-dashboard": {
"title": "Dashboard"
},
"create-folder": {
"title": "Folder"
},
"create-import": {
"title": "Import"
},
"dashboards": {
"subtitle": "Create and manage dashboards to visualize your data",
"title": "Dashboards"
},
"datasources": {
"subtitle": "Add and configure data sources",
"title": "Data sources"
},
"explore": {
"title": "Explore"
},
"global-orgs": {
"subtitle": "Isolated instances of Grafana running on the same server",
"title": "Organizations"
},
"global-users": {
"subtitle": "Manage and create users across the whole Grafana server",
"title": "Users"
},
"help": {
"title": "Help"
},
"help/community": "Community",
"help/documentation": "Documentation",
"help/keyboard-shortcuts": "Keyboard shortcuts",
"help/support": "Support",
"home": {
"title": "Home"
},
"library-panels": {
"subtitle": "Reusable panels that can be added to multiple dashboards",
"title": "Library panels"
},
"live": {
"title": "Event streaming"
},
"live-cloud": {
"title": "Cloud"
},
"live-pipeline": {
"title": "Pipeline"
},
"live-status": {
"title": "Status"
},
"manage-dashboards": {
"title": "Browse"
},
"monitoring": {
"subtitle": "Monitoring and infrastructure apps",
"title": "Monitoring"
},
"new-dashboard": {
"title": "New dashboard"
},
"new-folder": {
"title": "New folder"
},
"org-settings": {
"subtitle": "Manage preferences across an organization",
"title": "Preferences"
},
"playlists": {
"subtitle": "Groups of dashboards that are displayed in a sequence",
"title": "Playlists"
},
"plugins": {
"subtitle": "Extend the Grafana experience with plugins",
"title": "Plugins"
},
"profile/notifications": {
"title": "Notification history"
},
"profile/password": {
"title": "Change password"
},
"profile/settings": {
"title": "Preferences"
},
"profile/switch-org": "Switch organization",
"scenes": {
"title": "Scenes"
},
"search": {
"placeholder": "Search Grafana"
},
"server-settings": {
"subtitle": "View the settings defined in your Grafana config",
"title": "Settings"
},
"service-accounts": {
"subtitle": "Use service accounts to run automated workloads in Grafana",
"title": "Service accounts"
},
"sign-in": "Sign in",
"sign-out": {
"title": "Sign out"
},
"snapshots": {
"subtitle": "Interactive, publically available, point-in-time representations of dashboards",
"title": "Snapshots"
},
"starred": {
"title": "Starred"
},
"starred-empty": {
"title": "Your starred dashboards will appear here"
},
"storage": {
"subtitle": "Manage file storage",
"title": "Storage"
},
"teams": {
"subtitle": "Groups of users that have common dashboard and permission needs",
"title": "Teams"
},
"upgrading": {
"title": "Stats and license"
},
"users": {
"subtitle": "Invite and assign roles to users",
"title": "Users"
}
},
"navigation": {
"kiosk": {
"tv-alert": "Press ESC to exit kiosk mode"
}
},
"news": {
"title": "Latest from the blog"
},
"panel": {
"header-menu": {
"inspect": "Inspect",
+197 -42
View File
@@ -103,54 +103,209 @@
}
},
"nav": {
"alerting": "",
"alerting-admin": "",
"alerting-am-routes": "",
"alerting-channels": "",
"alerting-groups": "",
"alerting-legacy": "",
"alerting-list": "",
"alerting-receivers": "",
"alerting-silences": "",
"api-keys": "",
"config": "",
"correlations": "",
"create": "",
"create-alert": "",
"create-dashboard": "",
"create-folder": "",
"create-import": "",
"dashboards": "",
"datasources": "",
"explore": "",
"help": "",
"home": "",
"library-panels": "",
"live": "",
"live-cloud": "",
"live-pipeline": "",
"live-status": "",
"manage-dashboards": "",
"new-dashboard": "",
"new-folder": "",
"org-settings": "",
"playlists": "",
"plugins": "",
"profile/password": "",
"profile/settings": "",
"service-accounts": "",
"sign-out": "",
"snapshots": "",
"starred": "",
"starred-empty": "",
"teams": "",
"users": ""
"admin": {
"subtitle": "",
"title": ""
},
"alerting": {
"subtitle": "",
"title": ""
},
"alerting-admin": {
"title": ""
},
"alerting-am-routes": {
"subtitle": "",
"title": ""
},
"alerting-channels": {
"title": ""
},
"alerting-groups": {
"subtitle": "",
"title": ""
},
"alerting-legacy": {
"title": ""
},
"alerting-list": {
"subtitle": "",
"title": ""
},
"alerting-receivers": {
"subtitle": "",
"title": ""
},
"alerting-silences": {
"subtitle": "",
"title": ""
},
"alerts-and-incidents": {
"subtitle": "",
"title": ""
},
"api-keys": {
"subtitle": "",
"title": ""
},
"apps": {
"subtitle": "",
"title": ""
},
"config": {
"title": ""
},
"correlations": {
"subtitle": "",
"title": ""
},
"create": {
"title": ""
},
"create-alert": {
"title": ""
},
"create-dashboard": {
"title": ""
},
"create-folder": {
"title": ""
},
"create-import": {
"title": ""
},
"dashboards": {
"subtitle": "",
"title": ""
},
"datasources": {
"subtitle": "",
"title": ""
},
"explore": {
"title": ""
},
"global-orgs": {
"subtitle": "",
"title": ""
},
"global-users": {
"subtitle": "",
"title": ""
},
"help": {
"title": ""
},
"help/community": "",
"help/documentation": "",
"help/keyboard-shortcuts": "",
"help/support": "",
"home": {
"title": ""
},
"library-panels": {
"subtitle": "",
"title": ""
},
"live": {
"title": ""
},
"live-cloud": {
"title": ""
},
"live-pipeline": {
"title": ""
},
"live-status": {
"title": ""
},
"manage-dashboards": {
"title": ""
},
"monitoring": {
"subtitle": "",
"title": ""
},
"new-dashboard": {
"title": ""
},
"new-folder": {
"title": ""
},
"org-settings": {
"subtitle": "",
"title": ""
},
"playlists": {
"subtitle": "",
"title": ""
},
"plugins": {
"subtitle": "",
"title": ""
},
"profile/notifications": {
"title": ""
},
"profile/password": {
"title": ""
},
"profile/settings": {
"title": ""
},
"profile/switch-org": "",
"scenes": {
"title": ""
},
"search": {
"placeholder": ""
},
"server-settings": {
"subtitle": "",
"title": ""
},
"service-accounts": {
"subtitle": "",
"title": ""
},
"sign-in": "",
"sign-out": {
"title": ""
},
"snapshots": {
"subtitle": "",
"title": ""
},
"starred": {
"title": ""
},
"starred-empty": {
"title": ""
},
"storage": {
"subtitle": "",
"title": ""
},
"teams": {
"subtitle": "",
"title": ""
},
"upgrading": {
"title": ""
},
"users": {
"subtitle": "",
"title": ""
}
},
"navigation": {
"kiosk": {
"tv-alert": ""
}
},
"news": {
"title": ""
},
"panel": {
"header-menu": {
"inspect": "",
+197 -42
View File
@@ -103,54 +103,209 @@
}
},
"nav": {
"alerting": "",
"alerting-admin": "",
"alerting-am-routes": "",
"alerting-channels": "",
"alerting-groups": "",
"alerting-legacy": "",
"alerting-list": "",
"alerting-receivers": "",
"alerting-silences": "",
"api-keys": "",
"config": "",
"correlations": "",
"create": "",
"create-alert": "",
"create-dashboard": "",
"create-folder": "",
"create-import": "",
"dashboards": "",
"datasources": "",
"explore": "",
"help": "",
"home": "",
"library-panels": "",
"live": "",
"live-cloud": "",
"live-pipeline": "",
"live-status": "",
"manage-dashboards": "",
"new-dashboard": "",
"new-folder": "",
"org-settings": "",
"playlists": "",
"plugins": "",
"profile/password": "",
"profile/settings": "",
"service-accounts": "",
"sign-out": "",
"snapshots": "",
"starred": "",
"starred-empty": "",
"teams": "",
"users": ""
"admin": {
"subtitle": "",
"title": ""
},
"alerting": {
"subtitle": "",
"title": ""
},
"alerting-admin": {
"title": ""
},
"alerting-am-routes": {
"subtitle": "",
"title": ""
},
"alerting-channels": {
"title": ""
},
"alerting-groups": {
"subtitle": "",
"title": ""
},
"alerting-legacy": {
"title": ""
},
"alerting-list": {
"subtitle": "",
"title": ""
},
"alerting-receivers": {
"subtitle": "",
"title": ""
},
"alerting-silences": {
"subtitle": "",
"title": ""
},
"alerts-and-incidents": {
"subtitle": "",
"title": ""
},
"api-keys": {
"subtitle": "",
"title": ""
},
"apps": {
"subtitle": "",
"title": ""
},
"config": {
"title": ""
},
"correlations": {
"subtitle": "",
"title": ""
},
"create": {
"title": ""
},
"create-alert": {
"title": ""
},
"create-dashboard": {
"title": ""
},
"create-folder": {
"title": ""
},
"create-import": {
"title": ""
},
"dashboards": {
"subtitle": "",
"title": ""
},
"datasources": {
"subtitle": "",
"title": ""
},
"explore": {
"title": ""
},
"global-orgs": {
"subtitle": "",
"title": ""
},
"global-users": {
"subtitle": "",
"title": ""
},
"help": {
"title": ""
},
"help/community": "",
"help/documentation": "",
"help/keyboard-shortcuts": "",
"help/support": "",
"home": {
"title": ""
},
"library-panels": {
"subtitle": "",
"title": ""
},
"live": {
"title": ""
},
"live-cloud": {
"title": ""
},
"live-pipeline": {
"title": ""
},
"live-status": {
"title": ""
},
"manage-dashboards": {
"title": ""
},
"monitoring": {
"subtitle": "",
"title": ""
},
"new-dashboard": {
"title": ""
},
"new-folder": {
"title": ""
},
"org-settings": {
"subtitle": "",
"title": ""
},
"playlists": {
"subtitle": "",
"title": ""
},
"plugins": {
"subtitle": "",
"title": ""
},
"profile/notifications": {
"title": ""
},
"profile/password": {
"title": ""
},
"profile/settings": {
"title": ""
},
"profile/switch-org": "",
"scenes": {
"title": ""
},
"search": {
"placeholder": ""
},
"server-settings": {
"subtitle": "",
"title": ""
},
"service-accounts": {
"subtitle": "",
"title": ""
},
"sign-in": "",
"sign-out": {
"title": ""
},
"snapshots": {
"subtitle": "",
"title": ""
},
"starred": {
"title": ""
},
"starred-empty": {
"title": ""
},
"storage": {
"subtitle": "",
"title": ""
},
"teams": {
"subtitle": "",
"title": ""
},
"upgrading": {
"title": ""
},
"users": {
"subtitle": "",
"title": ""
}
},
"navigation": {
"kiosk": {
"tv-alert": ""
}
},
"news": {
"title": ""
},
"panel": {
"header-menu": {
"inspect": "",
+197 -42
View File
@@ -103,54 +103,209 @@
}
},
"nav": {
"alerting": "Åľęřŧįʼnģ",
"alerting-admin": "Åđmįʼn",
"alerting-am-routes": "Ńőŧįƒįčäŧįőʼn pőľįčįęş",
"alerting-channels": "Ńőŧįƒįčäŧįőʼn čĥäʼnʼnęľş",
"alerting-groups": "Ğřőūpş",
"alerting-legacy": "Åľęřŧįʼnģ (ľęģäčy)",
"alerting-list": "Åľęřŧ řūľęş",
"alerting-receivers": "Cőʼnŧäčŧ pőįʼnŧş",
"alerting-silences": "Ŝįľęʼnčęş",
"api-keys": "ÅPĨ ĸęyş",
"config": "Cőʼnƒįģūřäŧįőʼn",
"correlations": "Cőřřęľäŧįőʼnş",
"create": "Cřęäŧę",
"create-alert": "Ńęŵ äľęřŧ řūľę",
"create-dashboard": "Đäşĥþőäřđ",
"create-folder": "Főľđęř",
"create-import": "Ĩmpőřŧ",
"dashboards": "Đäşĥþőäřđş",
"datasources": "Đäŧä şőūřčęş",
"explore": "Ēχpľőřę",
"help": "Ħęľp",
"home": "Ħőmę",
"library-panels": "Ŀįþřäřy päʼnęľş",
"live": "Ēvęʼnŧ şŧřęämįʼnģ",
"live-cloud": "Cľőūđ",
"live-pipeline": "Pįpęľįʼnę",
"live-status": "Ŝŧäŧūş",
"manage-dashboards": "ßřőŵşę",
"new-dashboard": "Ńęŵ đäşĥþőäřđ",
"new-folder": "Ńęŵ ƒőľđęř",
"org-settings": "Přęƒęřęʼnčęş",
"playlists": "Pľäyľįşŧş",
"plugins": "Pľūģįʼnş",
"profile/password": "Cĥäʼnģę päşşŵőřđ",
"profile/settings": "Přęƒęřęʼnčęş",
"service-accounts": "Ŝęřvįčę äččőūʼnŧş",
"sign-out": "Ŝįģʼn őūŧ",
"snapshots": "Ŝʼnäpşĥőŧş",
"starred": "Ŝŧäřřęđ",
"starred-empty": "Ÿőūř şŧäřřęđ đäşĥþőäřđş ŵįľľ äppęäř ĥęřę",
"teams": "Ŧęämş",
"users": "Ůşęřş"
"admin": {
"subtitle": "Mäʼnäģę şęřvęř-ŵįđę şęŧŧįʼnģş äʼnđ äččęşş ŧő řęşőūřčęş şūčĥ äş őřģäʼnįžäŧįőʼnş, ūşęřş, äʼnđ ľįčęʼnşęş",
"title": "Ŝęřvęř äđmįʼn"
},
"alerting": {
"subtitle": "Ŀęäřʼn äþőūŧ přőþľęmş įʼn yőūř şyşŧęmş mőmęʼnŧş äƒŧęř ŧĥęy őččūř",
"title": "Åľęřŧįʼnģ"
},
"alerting-admin": {
"title": "Åđmįʼn"
},
"alerting-am-routes": {
"subtitle": "Đęŧęřmįʼnę ĥőŵ äľęřŧş äřę řőūŧęđ ŧő čőʼnŧäčŧ pőįʼnŧş",
"title": "Ńőŧįƒįčäŧįőʼn pőľįčįęş"
},
"alerting-channels": {
"title": "Ńőŧįƒįčäŧįőʼn čĥäʼnʼnęľş"
},
"alerting-groups": {
"subtitle": "Ŝęę ģřőūpęđ äľęřŧş ƒřőm äʼn Åľęřŧmäʼnäģęř įʼnşŧäʼnčę",
"title": "Ğřőūpş"
},
"alerting-legacy": {
"title": "Åľęřŧįʼnģ (ľęģäčy)"
},
"alerting-list": {
"subtitle": "Ŗūľęş ŧĥäŧ đęŧęřmįʼnę ŵĥęŧĥęř äʼn äľęřŧ ŵįľľ ƒįřę",
"title": "Åľęřŧ řūľęş"
},
"alerting-receivers": {
"subtitle": "Đęčįđę ĥőŵ yőūř čőʼnŧäčŧş äřę ʼnőŧįƒįęđ ŵĥęʼn äʼn äľęřŧ ƒįřęş",
"title": "Cőʼnŧäčŧ pőįʼnŧş"
},
"alerting-silences": {
"subtitle": "Ŝŧőp ʼnőŧįƒįčäŧįőʼnş ƒřőm őʼnę őř mőřę äľęřŧįʼnģ řūľęş",
"title": "Ŝįľęʼnčęş"
},
"alerts-and-incidents": {
"subtitle": "Åľęřŧįʼnģ äʼnđ įʼnčįđęʼnŧ mäʼnäģęmęʼnŧ äppş",
"title": "Åľęřŧş & įʼnčįđęʼnŧş"
},
"api-keys": {
"subtitle": "Mäʼnäģę äʼnđ čřęäŧę ÅPĨ ĸęyş ŧĥäŧ äřę ūşęđ ŧő įʼnŧęřäčŧ ŵįŧĥ Ğřäƒäʼnä ĦŦŦP ÅPĨş",
"title": "ÅPĨ ĸęyş"
},
"apps": {
"subtitle": "Åpp pľūģįʼnş ŧĥäŧ ęχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę",
"title": "Åppş"
},
"config": {
"title": "Cőʼnƒįģūřäŧįőʼn"
},
"correlations": {
"subtitle": "Åđđ äʼnđ čőʼnƒįģūřę čőřřęľäŧįőʼnş",
"title": "Cőřřęľäŧįőʼnş"
},
"create": {
"title": "Cřęäŧę"
},
"create-alert": {
"title": "Ńęŵ äľęřŧ řūľę"
},
"create-dashboard": {
"title": "Đäşĥþőäřđ"
},
"create-folder": {
"title": "Főľđęř"
},
"create-import": {
"title": "Ĩmpőřŧ"
},
"dashboards": {
"subtitle": "Cřęäŧę äʼnđ mäʼnäģę đäşĥþőäřđş ŧő vįşūäľįžę yőūř đäŧä",
"title": "Đäşĥþőäřđş"
},
"datasources": {
"subtitle": "Åđđ äʼnđ čőʼnƒįģūřę đäŧä şőūřčęş",
"title": "Đäŧä şőūřčęş"
},
"explore": {
"title": "Ēχpľőřę"
},
"global-orgs": {
"subtitle": "Ĩşőľäŧęđ įʼnşŧäʼnčęş őƒ Ğřäƒäʼnä řūʼnʼnįʼnģ őʼn ŧĥę şämę şęřvęř",
"title": "Øřģäʼnįžäŧįőʼnş"
},
"global-users": {
"subtitle": "Mäʼnäģę äʼnđ čřęäŧę ūşęřş äčřőşş ŧĥę ŵĥőľę Ğřäƒäʼnä şęřvęř",
"title": "Ůşęřş"
},
"help": {
"title": "Ħęľp"
},
"help/community": "Cőmmūʼnįŧy",
"help/documentation": "Đőčūmęʼnŧäŧįőʼn",
"help/keyboard-shortcuts": "Ķęyþőäřđ şĥőřŧčūŧş",
"help/support": "Ŝūppőřŧ",
"home": {
"title": "Ħőmę"
},
"library-panels": {
"subtitle": "Ŗęūşäþľę päʼnęľş ŧĥäŧ čäʼn þę äđđęđ ŧő mūľŧįpľę đäşĥþőäřđş",
"title": "Ŀįþřäřy päʼnęľş"
},
"live": {
"title": "Ēvęʼnŧ şŧřęämįʼnģ"
},
"live-cloud": {
"title": "Cľőūđ"
},
"live-pipeline": {
"title": "Pįpęľįʼnę"
},
"live-status": {
"title": "Ŝŧäŧūş"
},
"manage-dashboards": {
"title": "ßřőŵşę"
},
"monitoring": {
"subtitle": "Mőʼnįŧőřįʼnģ äʼnđ įʼnƒřäşŧřūčŧūřę äppş",
"title": "Mőʼnįŧőřįʼnģ"
},
"new-dashboard": {
"title": "Ńęŵ đäşĥþőäřđ"
},
"new-folder": {
"title": "Ńęŵ ƒőľđęř"
},
"org-settings": {
"subtitle": "Mäʼnäģę přęƒęřęʼnčęş äčřőşş äʼn őřģäʼnįžäŧįőʼn",
"title": "Přęƒęřęʼnčęş"
},
"playlists": {
"subtitle": "Ğřőūpş őƒ đäşĥþőäřđş ŧĥäŧ äřę đįşpľäyęđ įʼn ä şęqūęʼnčę",
"title": "Pľäyľįşŧş"
},
"plugins": {
"subtitle": "Ēχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę ŵįŧĥ pľūģįʼnş",
"title": "Pľūģįʼnş"
},
"profile/notifications": {
"title": "Ńőŧįƒįčäŧįőʼn ĥįşŧőřy"
},
"profile/password": {
"title": "Cĥäʼnģę päşşŵőřđ"
},
"profile/settings": {
"title": "Přęƒęřęʼnčęş"
},
"profile/switch-org": "Ŝŵįŧčĥ őřģäʼnįžäŧįőʼn",
"scenes": {
"title": "Ŝčęʼnęş"
},
"search": {
"placeholder": "Ŝęäřčĥ Ğřäƒäʼnä"
},
"server-settings": {
"subtitle": "Vįęŵ ŧĥę şęŧŧįʼnģş đęƒįʼnęđ įʼn yőūř Ğřäƒäʼnä čőʼnƒįģ",
"title": "Ŝęŧŧįʼnģş"
},
"service-accounts": {
"subtitle": "Ůşę şęřvįčę äččőūʼnŧş ŧő řūʼn äūŧőmäŧęđ ŵőřĸľőäđş įʼn Ğřäƒäʼnä",
"title": "Ŝęřvįčę äččőūʼnŧş"
},
"sign-in": "Ŝįģʼn įʼn",
"sign-out": {
"title": "Ŝįģʼn őūŧ"
},
"snapshots": {
"subtitle": "Ĩʼnŧęřäčŧįvę, pūþľįčäľľy äväįľäþľę, pőįʼnŧ-įʼn-ŧįmę řępřęşęʼnŧäŧįőʼnş őƒ đäşĥþőäřđş",
"title": "Ŝʼnäpşĥőŧş"
},
"starred": {
"title": "Ŝŧäřřęđ"
},
"starred-empty": {
"title": "Ÿőūř şŧäřřęđ đäşĥþőäřđş ŵįľľ äppęäř ĥęřę"
},
"storage": {
"subtitle": "Mäʼnäģę ƒįľę şŧőřäģę",
"title": "Ŝŧőřäģę"
},
"teams": {
"subtitle": "Ğřőūpş őƒ ūşęřş ŧĥäŧ ĥävę čőmmőʼn đäşĥþőäřđ äʼnđ pęřmįşşįőʼn ʼnęęđş",
"title": "Ŧęämş"
},
"upgrading": {
"title": "Ŝŧäŧş äʼnđ ľįčęʼnşę"
},
"users": {
"subtitle": "Ĩʼnvįŧę äʼnđ äşşįģʼn řőľęş ŧő ūşęřş",
"title": "Ůşęřş"
}
},
"navigation": {
"kiosk": {
"tv-alert": "Přęşş ĒŜC ŧő ęχįŧ ĸįőşĸ mőđę"
}
},
"news": {
"title": "Ŀäŧęşŧ ƒřőm ŧĥę þľőģ"
},
"panel": {
"header-menu": {
"inspect": "Ĩʼnşpęčŧ",