diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 627dda78..49906e4d 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -573,7 +573,7 @@ Impossible d’accéder aux listes account sync failed. You have not followed %1$s yet. Would you like to follow and then add to list? - Can\'t add user to list:\nif the user is "locked", please wait until follow request is approved. else please retry 2…3 times. + Can\'t add user to list:\nif the user is \"locked\", please wait until follow request is approved. else please retry 2…3 times. Can\'t add user to list:\nfollow operation failed. User has been added to the list. Mute notification from this user @@ -653,9 +653,9 @@ Vertical arrange thumbnails (app restart required) Instance local Send access token to app server - Normally you can use "pull" notification (with delay) without app server, because it works on your device. -\nBut if you want to use "custom notification listener", or if you are the member of very limited instances that is supported by ST\'s app server, -\nyou can use "push" notifications, but you have to allow sending access tokens to the app server. (this is mastodon's defect) + Normally you can use \"pull\" notification (with delay) without app server, because it works on your device. +\nBut if you want to use \"custom notification listener\", or if you are the member of very limited instances that is supported by ST\'s app server, +\nyou can use \"push\" notifications, but you have to allow sending access tokens to the app server. (this is mastodon\'s defect) Pull notification check interval (unit: minutes, default:15, min:15) accept deny diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4f610368..f88be240 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -611,7 +611,7 @@ プラグインの選択 共有 アクセストークンをアプリサーバに送信する - 通常は"pull"通知(すこし遅れる)を利用できます。それは端末上で動作するのでアプリサーバは必要ありません。しかしカスタム通知リスナを使う場合やSTがサポートする限られたインスタンスのユーザである場合は"push"通知を利用することができます。ただしアクセストークンをアプリサーバに送信する必要があります(これはマストドンの欠陥です)。 + 通常は\"pull\"通知(すこし遅れる)を利用できます。それは端末上で動作するのでアプリサーバは必要ありません。しかしカスタム通知リスナを使う場合やSTがサポートする限られたインスタンスのユーザである場合は\"push\"通知を利用することができます。ただしアクセストークンをアプリサーバに送信する必要があります(これはマストドンの欠陥です)。 Account-Acct Account-Created-At Account-Followers-Count diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b7e68060..f397e03b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -561,7 +561,7 @@ Can\'t access to lists account sync failed. You are not following %1$s yet. Would you like to follow and then add to list? - Can\'t add user to list:\nPlease retry 2…3 times. Or if user is "locked", please wait until follow request is approved. + Can\'t add user to list:\nPlease retry 2…3 times. Or if user is \"locked\", please wait until follow request is approved. Can\'t add user to list:\nfollow operation failed. User has been added to the list. Mute notification from this user @@ -634,9 +634,9 @@ Vertical arrange thumbnails (app restart required) Instance local Send access token to app server - Normally you can use "pull" notification (with delay) without app server, because it works on your device. -\nBut if you want to use "custom notification listener", or if you are the member of very limited instances that is supported by ST\'s app server, -\nyou can use "push" notifications, but you have to allow sending access tokens to the app server. (this is mastodon's defect) + Normally you can use \"pull\" notification (with delay) without app server, because it works on your device. +\nBut if you want to use \"custom notification listener\", or if you are the member of very limited instances that is supported by ST\'s app server, +\nyou can use \"push\" notifications, but you have to allow sending access tokens to the app server. (this is mastodon\'s defect) Pull notification check interval (unit: minutes, default:15, min:15) accept deny diff --git a/checkMissingTranslation.pl b/checkMissingTranslation.pl index 1002d884..9470095a 100644 --- a/checkMissingTranslation.pl +++ b/checkMissingTranslation.pl @@ -73,6 +73,11 @@ for my $lang ( sort keys %langs ){ $hasError =1; print "!! ($lang)$name : broken param: $sv // $value\n"; } + + # エスケープされていないシングルクォートがあればエラー + if( $value =~ m/(?