1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

Merge branch 'misskey-develop' into merge/2025-03-24

This commit is contained in:
Hazelnoot
2025-03-31 16:07:41 -04:00
59 changed files with 633 additions and 251 deletions

28
locales/index.d.ts vendored
View File

@@ -5363,6 +5363,18 @@ export interface Locale extends ILocale {
* 圧縮
*/
"compress": string;
/**
* 右
*/
"right": string;
/**
* 下
*/
"bottom": string;
/**
* 上
*/
"top": string;
"_chat": {
/**
* まだメッセージはありません
@@ -5498,7 +5510,7 @@ export interface Locale extends ILocale {
*/
"thisUserAllowsChatOnlyFromFollowers": string;
/**
* このユーザーはフォローしているユーザーからのみチャットを受け付けています。
* このユーザーは、このユーザーがフォローしているユーザーからのみチャットを受け付けています。
*/
"thisUserAllowsChatOnlyFromFollowing": string;
/**
@@ -10245,6 +10257,18 @@ export interface Locale extends ILocale {
* カラムの寄せ
*/
"columnAlign": string;
/**
* カラム間のマージン
*/
"columnGap": string;
/**
* デッキメニューの位置
*/
"deckMenuPosition": string;
/**
* ナビゲーションバーの位置
*/
"navbarPosition": string;
/**
* カラムを追加
*/
@@ -10298,7 +10322,7 @@ export interface Locale extends ILocale {
*/
"introduction": string;
/**
* 画面の右にある + を押して、いつでもカラムを追加できます。
* カラムを追加するには、画面の + をクリックします。
*/
"introduction2": string;
/**