Merge branch 'develop' into future-2024-04-25-post
This commit is contained in:
Vendored
+4
-4
@@ -5378,9 +5378,9 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"description": string;
|
||||
/**
|
||||
* リアクションは、ノートの「+」ボタンをクリックするとつけられます。試しにこのサンプルのノートにリアクションをつけてみてください!
|
||||
* リアクションは、ノートの「{reaction}」ボタンをクリックするとつけられます。試しにこのサンプルのノートにリアクションをつけてみてください!
|
||||
*/
|
||||
"letsTryReacting": string;
|
||||
"letsTryReacting": ParameterizedString<"reaction">;
|
||||
/**
|
||||
* リアクションをつけると先に進めるようになります。
|
||||
*/
|
||||
@@ -5390,9 +5390,9 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"reactNotification": string;
|
||||
/**
|
||||
* 「ー」ボタンを押すとリアクションを取り消すことができます。
|
||||
* 「{undo}」ボタンを押すとリアクションを取り消すことができます。
|
||||
*/
|
||||
"reactDone": string;
|
||||
"reactDone": ParameterizedString<"undo">;
|
||||
};
|
||||
"_timeline": {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user