1
0

chore: fix locales

This commit is contained in:
Marie
2024-11-03 03:55:44 +01:00
parent 1ee41d239c
commit aeb10751ed
6 changed files with 34 additions and 14 deletions
-2
View File
@@ -2073,8 +2073,6 @@ _permissions:
"read:mutes": "View your list of muted users"
"write:mutes": "Edit your list of muted users"
"write:notes": "Compose or delete notes"
"read:notes-schedule": "View your list of scheduled notes"
"write:notes-schedule": "Compose or delete scheduled notes"
"read:notifications": "View your notifications"
"write:notifications": "Manage your notifications"
"read:reactions": "View your reactions"
+20 -8
View File
@@ -6947,6 +6947,10 @@ export interface Locale extends ILocale {
* Can import notes
*/
"canImportNotes": string;
/**
* Maximum number of scheduled notes
*/
"scheduleNoteMax": string;
};
"_condition": {
/**
@@ -8140,14 +8144,6 @@ export interface Locale extends ILocale {
*
*/
"write:notes": string;
/**
* 稿
*/
"read:notes-schedule": string;
/**
* 稿
*/
"write:notes-schedule": string;
/**
*
*/
@@ -8424,6 +8420,14 @@ export interface Locale extends ILocale {
*
*/
"write:report-abuse": string;
/**
* View your list of scheduled notes
*/
"read:notes-schedule": string;
/**
* Compose or delete scheduled notes
*/
"write:notes-schedule": string;
};
"_auth": {
/**
@@ -11436,6 +11440,14 @@ export interface Locale extends ILocale {
* Select a follow relationship...
*/
"selectFollowRelationship": string;
/**
* Schedule a note
*/
"schedulePost": string;
/**
* List of scheduled notes
*/
"schedulePostList": string;
}
declare const locales: {
[lang: string]: Locale;
-2
View File
@@ -2121,8 +2121,6 @@ _permissions:
"read:mutes": "ミュートを見る"
"write:mutes": "ミュートを操作する"
"write:notes": "ノートを作成・削除する"
"read:notes-schedule": "予約投稿を見る"
"write:notes-schedule": "予約投稿を作成・削除する"
"read:notifications": "通知を見る"
"write:notifications": "通知を操作する"
"read:reactions": "リアクションを見る"
-2
View File
@@ -2080,8 +2080,6 @@ _permissions:
"read:mutes": "뮤트 여부를 확인합니다"
"write:mutes": "뮤트를 하거나 해제합니다"
"write:notes": "노트를 작성하거나 삭제합니다"
"read:notes-schedule": "게시를 예약한 노트를 봅니다"
"write:notes-schedule": "노트 게시를 예약하거나 삭제합니다"
"read:notifications": "알림을 확인합니다"
"write:notifications": "알림을 모두 읽음 처리합니다"
"read:reactions": "리액션을 확인합니다"
+8
View File
@@ -225,6 +225,7 @@ _role:
btlAvailable: "Can view the bubble timeline"
canImportNotes: "Can import notes"
canUpdateBioMedia: "Allow users to edit their avatar or banner"
scheduleNoteMax: "Maximum number of scheduled notes"
_condition:
isLocked: "Private account"
isExplorable: "Account is discoverable"
@@ -414,3 +415,10 @@ _deck:
following: "Following"
selectFollowRelationship: "Select a follow relationship..."
schedulePost: "Schedule a note"
schedulePostList: "List of scheduled notes"
_permissions:
"read:notes-schedule": "View your list of scheduled notes"
"write:notes-schedule": "Compose or delete scheduled notes"
+6
View File
@@ -210,6 +210,7 @@ _role:
btlAvailable: "バブルタイムラインの閲覧"
canImportNotes: "ノートのインポートが可能"
canUpdateBioMedia: "アイコンとバナーの更新を許可"
scheduleNoteMax: "予約投稿の最大数"
_condition:
isLocked: "鍵アカウントユーザー"
isExplorable: "「アカウントを見つけやすくする」が有効なユーザー"
@@ -384,3 +385,8 @@ _externalNavigationWarning:
title: "外部サイトに移動します"
description: "{host}を離れて外部サイトに移動します"
trustThisDomain: "このデバイスで今後このドメインを信頼する"
schedulePost: "予約投稿"
schedulePostList: "予約投稿一覧"
_permissions:
"read:notes-schedule": "予約投稿を見る"
"write:notes-schedule": "予約投稿を作成・削除する"