ampache_react/app/locales/messagesDescriptors/common.js

35 lines
810 B
JavaScript

const messages = [
{
id: "app.common.close",
defaultMessage: "Close",
description: "Close"
},
{
id: "app.common.cancel",
description: "Cancel",
defaultMessage: "Cancel"
},
{
id: "app.common.go",
description: "Go",
defaultMessage: "Go"
},
{
id: "app.common.artist",
description: "Artist",
defaultMessage: "{itemCount, plural, one {Artist} other {Artists}}"
},
{
id: "app.common.album",
description: "Album",
defaultMessage: "{itemCount, plural, one {Album} other {Albums}}"
},
{
id: "app.common.song",
description: "Song",
defaultMessage: "{itemCount, plural, one {Song} other {Songs}}"
},
];
export default messages;