Skip to content

Commit

Permalink
- Improve strings
Browse files Browse the repository at this point in the history
- Bump to version 1.3
  • Loading branch information
Alexandre Colucci committed Nov 12, 2019
1 parent fceea48 commit 213b98b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Binary file modified Release/com.elgato.applemail.streamDeckPlugin
Binary file not shown.
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/de.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Zeigt die Anzahl ungelesener E-Mails von Apple Mail an.",
"Description": "Sieh, wie viele ungelesene E-Mails du hast.",
"Name": "Apple Mail",
"com.elgato.applemail.action": {
"Name": "Apple Mail",
"Tooltip": "Zeigt die Anzahl ungelesener E-Mails von Apple Mail an"
"Tooltip": "Sieh, wie viele ungelesene E-Mails du hast"
}
}
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/en.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Display the number of unread emails from Apple Mail.",
"Description": "See how many unread emails you have.",
"Name": "Apple Mail",
"com.elgato.applemail.action": {
"Name": "Apple Mail",
"Tooltip": "Display the number of unread emails from Apple Mail"
"Tooltip": "See how many unread emails you have"
}
}
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/es.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Muestra el número de correos sin leer de la aplicación Mail de Apple.",
"Description": "Averigua cuántos correos tienes sin leer.",
"Name": "Aplicación Mail de Apple",
"com.elgato.applemail.action": {
"Name": "Aplicación Mail de Apple",
"Tooltip": "Muestra el número de correos sin leer de la aplicación Mail de Apple"
"Tooltip": "Averigua cuántos correos tienes sin leer"
}
}
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/fr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Afficher le nombre d’e-mails non lus dans Apple Mail.",
"Description": "Consultez le nombre d’e-mails non lus.",
"Name": "Apple Mail",
"com.elgato.applemail.action": {
"Name": "Apple Mail",
"Tooltip": "Afficher le nombre d’e-mails non lus dans Apple Mail"
"Tooltip": "Consultez le nombre d’e-mails non lus"
}
}
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/ja.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Appleの“メール”の未開封のメール数を表示します",
"Description": "未読のメール件数を表示",
"Name": "Appleの“メール”",
"com.elgato.applemail.action": {
"Name": "Appleの“メール”",
"Tooltip": "Appleの“メール”の未開封のメール数を表示します"
"Tooltip": "未読のメール件数を表示。"
}
}
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/ko.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "Apple Mail에서 읽지 않은 이메일 개수를 표시합니다.",
"Description": "읽지 않은 이메일 개수를 확인하세요.",
"Name": "Apple Mail",
"com.elgato.applemail.action": {
"Name": "Apple Mail",
"Tooltip": "Apple Mail에서 읽지 않은 이메일 개수를 표시합니다"
"Tooltip": "읽지 않은 이메일 개수를 확인합니다"
}
}
6 changes: 3 additions & 3 deletions Sources/com.elgato.applemail.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"TitleColor": "#ffffff"
}
],
"Tooltip": "Display the number of unread emails from Apple Mail",
"Tooltip": "See how many unread emails you have",
"UUID": "com.elgato.applemail.action"
}
],
"SDKVersion": 2,
"Author": "Elgato",
"CodePath": "AppleMail",
"Description": "Display the number of unread emails from Apple Mail.",
"Description": "See how many unread emails you have.",
"Name": "Apple Mail",
"Icon": "MailIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.2",
"Version": "1.3",
"OS": [
{
"Platform": "mac",
Expand Down
4 changes: 2 additions & 2 deletions Sources/com.elgato.applemail.sdPlugin/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Description": "显示 Apple“邮件”中未读电子邮件的数量",
"Description": "显示您有多少未读邮件",
"Name": "Apple“邮件”",
"com.elgato.applemail.action": {
"Name": "Apple“邮件”",
"Tooltip": "显示 Apple“邮件”中未读电子邮件的数量"
"Tooltip": "显示您有多少未读邮件"
}
}

0 comments on commit 213b98b

Please sign in to comment.