Skip to content

Commit a5bc778

Browse files
committed
Updated bundles
1 parent af2e01d commit a5bc778

3 files changed

Lines changed: 21 additions & 9 deletions

File tree

res/main/i18n/default/bundles.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"phaser": {
3-
"name": "Phaser",
4-
"description": "This plugin allows to simpulate multi-stage phaser effect"
5-
}
3+
"description": "This plugin allows to simpulate multi-stage phaser effect.",
4+
"name": "Phaser"
5+
},
6+
"launcher": {
7+
"phaser_mono": "Mono",
8+
"phaser_stereo": "Stereo"
9+
}
610
}
711

res/main/i18n/ru/bundles.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"phaser": {
3-
"name": "Фейзер",
4-
"description": "Данный плагин позволяет реализовать многоступенчатый эффект фейзера"
5-
}
3+
"description": "Данный плагин позволяет реализовать многоступенчатый эффект фейзера.",
4+
"name": "Фейзер"
5+
},
6+
"launcher": {
7+
"phaser_mono": "Моно",
8+
"phaser_stereo": "Стерео"
9+
}
610
}
711

res/main/i18n/us/bundles.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"phaser": {
3-
"name": "Phaser",
4-
"description": "This plugin allows to simpulate multi-stage phaser effect"
5-
}
3+
"description": "This plugin allows to simpulate multi-stage phaser effect",
4+
"name": "Phaser"
5+
},
6+
"launcher": {
7+
"phaser_mono": "Mono",
8+
"phaser_stereo": "Stereo"
9+
}
610
}
711

0 commit comments

Comments
 (0)