Removing old translations

This commit is contained in:
James Barnsley
2022-05-08 20:49:11 +12:00
parent 216a200525
commit 472f32321d
7 changed files with 19 additions and 34 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1651998720";
var build = "1651999317";
var version = "3.62.0";
// Construct the script tag

View File

@ -135,7 +135,7 @@ const NotificationItems = () => {
dispatch(uiActions.removeNotification(notification_key, true));
dispatch(uiActions.createNotification({
content: i18n('modal.share_configuration.import.successful'),
content: i18n('modal.shared_config.imported'),
}));
}

View File

@ -593,6 +593,8 @@ modal:
server:
title: Import configuration
subtitle: Import third-party authorizations and other settings
label: Server
description: Save to server for any user to import
config:
label: Configurations
ui:
@ -610,23 +612,6 @@ modal:
snapcast:
label: Snapcast
description: Server connection details
share_configuration:
title: Share configuration
subtitle: Push your authorizations and interface settings to another, connected user
authorization: '%{service} authorization'
logged_in_as: 'Logged in as %{name}'
snapcast_description: Server connection details
interface: Interface settings
interface_description: Theme, sorting, filters, etc
server:
title: Server
description: Make available for any user to import
import:
title: Configuration shared
subtitle: 'Another user has shared their configuration with you. This includes:'
do_you_want_to_import: Do you want to import this?
import_now: Import now
successful: Import successful
reset:
title: Reset Iris
subtitle: Clear your local configuration, storage information or cache

View File

@ -37,10 +37,10 @@ const RecipientsList = ({
<div className="label">
<div>
<div className="title">
<I18n path="modal.share_configuration.server.title" />
<I18n path="modal.shared_config.server.label" />
</div>
<div className="description mid_grey-text">
<I18n path="modal.share_configuration.server.description" />
<I18n path="modal.shared_config.server.description" />
</div>
</div>
</div>
@ -81,7 +81,7 @@ const ShareConfig = () => {
const snapcast = useSelector((state) => state.snapcast);
useEffect(() => {
setWindowTitle(i18n('modal.share_configuration.title'));
setWindowTitle(i18n('modal.shared_config.title'));
}, []);
const onRecipientChanged = (id) => {
@ -161,10 +161,10 @@ const ShareConfig = () => {
<Modal className="modal--share-configuration">
<h1>
<I18n path="modal.share_configuration.title" />
<I18n path="modal.shared_config.push.title" />
</h1>
<h2>
<I18n path="modal.share_configuration.subtitle" />
<I18n path="modal.shared_config.push.subtitle" />
</h2>
<form onSubmit={onSubmit}>