1
0

fix: update reaction icons in tutorial to match sharkey icons

This commit is contained in:
Sugar
2024-04-20 20:49:18 +02:00
parent e0afeff248
commit 9545b8209a
13 changed files with 39 additions and 36 deletions
+4 -4
View File
@@ -5334,9 +5334,9 @@ export interface Locale extends ILocale {
*/
"description": string;
/**
* リアクションは、ノートの「」ボタンをクリックするとつけられます。試しにこのサンプルのノートにリアクションをつけてみてください!
* リアクションは、ノートの「{reaction}」ボタンをクリックするとつけられます。試しにこのサンプルのノートにリアクションをつけてみてください!
*/
"letsTryReacting": string;
"letsTryReacting": ParameterizedString<"reaction">;
/**
* リアクションをつけると先に進めるようになります。
*/
@@ -5346,9 +5346,9 @@ export interface Locale extends ILocale {
*/
"reactNotification": string;
/**
* 「」ボタンを押すとリアクションを取り消すことができます。
* 「{undo}」ボタンを押すとリアクションを取り消すことができます。
*/
"reactDone": string;
"reactDone": ParameterizedString<"undo">;
};
"_timeline": {
/**