Skip to content

Commit

Permalink
- Improved strings
Browse files Browse the repository at this point in the history
- Bump to version 1.4
  • Loading branch information
Alexandre Colucci committed Nov 12, 2019
1 parent 4fdb272 commit 847e4b9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Binary file modified Release/com.elgato.counter.streamDeckPlugin
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/de.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "Damit wird angezeigt, wie häufig du diese Taste gedrückt hast.",
"Description": "Erfasse, wie oft du eine Taste drückst.",
"Name": "Zähler",
"com.elgato.counter.action": {
"Name": "Zähler",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "This lets you display the number of times you pressed on the key.",
"Description": "Track the number of times you press a key.",
"Name": "Counter",
"com.elgato.counter.action": {
"Name": "Counter",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "Permite mostrar el número de veces que has pulsado la tecla.",
"Description": "Registra el número de veces que pulsas una tecla.",
"Name": "Contador",
"com.elgato.counter.action": {
"Name": "Contador",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "Le compteur vous permet d’afficher le nombre de frappes sur la touche.",
"Description": "Comptabilisez le nombre de pressions sur une touche.",
"Name": "Compteur",
"com.elgato.counter.action": {
"Name": "Compteur",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/ja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "キーを何回押したかを表示します",
"Description": "キーを押す回数を記録",
"Name": "カウンタ",
"com.elgato.counter.action": {
"Name": "カウンタ",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/ko.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "키를 누른 횟수를 표시할 수 있습니다.",
"Description": "키를 누를 횟수를 체크합니다.",
"Name": "카운터",
"com.elgato.counter.action": {
"Name": "카운터",
Expand Down
4 changes: 2 additions & 2 deletions Sources/com.elgato.counter.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"SDKVersion": 2,
"Author": "Elgato",
"CodePath": "code.html",
"Description": "This lets you display the number of times you pressed on the key.",
"Description": "Track the number of times you press a key.",
"Name": "Counter",
"Icon": "pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.3",
"Version": "1.4",
"OS": [
{
"Platform": "mac",
Expand Down
2 changes: 1 addition & 1 deletion Sources/com.elgato.counter.sdPlugin/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description": "这样可让您显示按下按键的次数",
"Description": "跟踪您按键的次数",
"Name": "计数器",
"com.elgato.counter.action": {
"Name": "计数器",
Expand Down

0 comments on commit 847e4b9

Please sign in to comment.