1
0

Merge branch 'feature/add-translation-key' into feature/misskey-2024.07

This commit is contained in:
dakkar
2024-08-16 12:32:12 +01:00
3 changed files with 1648 additions and 118 deletions
+349 -27
View File
@@ -2188,6 +2188,10 @@ export interface Locale extends ILocale {
*
*/
"openImageInNewTab": string;
/**
*
*/
"warnForMissingAltText": string;
/**
*
*/
@@ -2317,11 +2321,11 @@ export interface Locale extends ILocale {
*/
"s3ForcePathStyleDesc": string;
/**
* DeepLX-JS 使 ()
* DeepLX-JS 使 ()
*/
"deeplFreeMode": string;
/**
* ? DeepLX-JSのセットアップ方法については
* DeepLX-JSの設定方法については
*/
"deeplFreeModeDescription": string;
/**
@@ -2385,7 +2389,7 @@ export interface Locale extends ILocale {
*/
"notUseSound": string;
/**
* Misskeyがアクティブな時のみサウンドを出力する
* Sharkeyがアクティブな時のみサウンドを出力する
*/
"useSoundOnlyWhenActive": string;
/**
@@ -2845,19 +2849,19 @@ export interface Locale extends ILocale {
*/
"enableFaviconNotificationDot": string;
/**
*
* 調
*/
"verifyNotificationDotWorkingButton": string;
/**
*
* 調
*/
"notificationDotNotWorking": string;
/**
*
* 調
*/
"notificationDotWorking": string;
/**
* {link}
* 調 {link}
*/
"notificationDotNotWorkingAdvice": ParameterizedString<"link">;
/**
@@ -3121,15 +3125,15 @@ export interface Locale extends ILocale {
*/
"searchEngine": string;
/**
*
*
*/
"searchEngineOther": string;
/**
* URI "https://www.google.com/search?q=\{query}" "https://www.google.com/search?q=%s"
* URIは"https://www.google.com/search?q=\{query}" "https://www.google.com/search?q=%s"
*/
"searchEngineCustomURIDescription": string;
/**
* URI
* URI
*/
"searchEngineCusomURI": string;
/**
@@ -3725,7 +3729,7 @@ export interface Locale extends ILocale {
*/
"emailRequiredForSignup": string;
/**
*
*
*/
"approvalRequiredForSignup": string;
/**
@@ -3934,7 +3938,7 @@ export interface Locale extends ILocale {
*/
"thereIsUnresolvedAbuseReportWarning": string;
/**
*
*
*/
"pendingUserApprovals": string;
/**
@@ -4006,7 +4010,7 @@ export interface Locale extends ILocale {
*/
"numberOfReplies": string;
/**
*
* UIが窮屈になって読みにくくなることがあります
*/
"numberOfRepliesDescription": string;
/**
@@ -4014,15 +4018,15 @@ export interface Locale extends ILocale {
*/
"boostSettings": string;
/**
*
*
*/
"showVisibilitySelectorOnBoost": string;
/**
* 使
* 使
*/
"showVisibilitySelectorOnBoostDescription": string;
/**
*
*
*/
"visibilityOnBoost": string;
/**
@@ -4350,7 +4354,7 @@ export interface Locale extends ILocale {
*/
"thisPostIsMissingAltTextIgnore": string;
/**
* 稿 1
*
*/
"thisPostIsMissingAltText": string;
/**
@@ -4362,7 +4366,7 @@ export interface Locale extends ILocale {
*/
"collapseRenotesDescription": string;
/**
*
*
*/
"collapseNotesRepliedTo": string;
/**
@@ -4370,7 +4374,7 @@ export interface Locale extends ILocale {
*/
"collapseFiles": string;
/**
*
*
*/
"autoloadConversation": string;
/**
@@ -4414,7 +4418,7 @@ export interface Locale extends ILocale {
*/
"invitationRequiredToRegister": string;
/**
*
*
*/
"approvalRequiredToRegister": string;
/**
@@ -4586,7 +4590,7 @@ export interface Locale extends ILocale {
*/
"forceShowAds": string;
/**
* 猫友達 :3
* にゃんこフレンド :3
*/
"oneko": string;
/**
@@ -5038,7 +5042,7 @@ export interface Locale extends ILocale {
*/
"repositoryUrl": string;
/**
* URLを記入しますMisskeyを現状のまま使 https://github.com/misskey-dev/misskey と記入します。
* URLを記入しますSharkeyを現状のまま使 https://activitypub.software/TransFem-org/Sharkey/ と記入します。
*/
"repositoryUrlDescription": string;
/**
@@ -7903,7 +7907,7 @@ export interface Locale extends ILocale {
*/
"driveFileDurationWarn": string;
/**
* 使Misskeyの使用に支障をきたす可能性があります
* 使Sharkeyの使用に支障をきたす可能性があります
*/
"driveFileDurationWarnDescription": string;
/**
@@ -9538,7 +9542,7 @@ export interface Locale extends ILocale {
*/
"reply": string;
/**
* Boost
*
*/
"renote": string;
};
@@ -9997,6 +10001,324 @@ export interface Locale extends ILocale {
*/
"deleteAbuseReportNotificationRecipient": string;
};
"_mfm": {
/**
* Misskeyフォークを含めた多くのFediverseソフトウェアで表示できないことがあります
*/
"uncommonFeature": string;
/**
* MFM Misskey, Sharkey, Firefish, Akkomaなど使MFM構文の一覧をご覧いただけます
*/
"intro": string;
/**
* SharkeyでFediverseの世界が広がります
*/
"dummy": string;
/**
*
*/
"mention": string;
/**
* +
*/
"mentionDescription": string;
/**
*
*/
"hashtag": string;
/**
* +
*/
"hashtagDescription": string;
/**
* URL
*/
"url": string;
/**
* URLを示すことができます
*/
"urlDescription": string;
/**
*
*/
"link": string;
/**
* URLに紐づけることができます
*/
"linkDescription": string;
/**
*
*/
"bold": string;
/**
* 調
*/
"boldDescription": string;
/**
*
*/
"small": string;
/**
*
*/
"smallDescription": string;
/**
*
*/
"center": string;
/**
*
*/
"centerDescription": string;
/**
*
*/
"inlineCode": string;
/**
*
*/
"inlineCodeDescription": string;
/**
*
*/
"blockCode": string;
/**
*
*/
"blockCodeDescription": string;
/**
*
*/
"inlineMath": string;
/**
* KaTeX形式
*/
"inlineMathDescription": string;
/**
*
*/
"blockMath": string;
/**
* KaTeX形式
*/
"blockMathDescription": string;
/**
*
*/
"quote": string;
/**
*
*/
"quoteDescription": string;
/**
*
*/
"emoji": string;
/**
*
*/
"emojiDescription": string;
/**
*
*/
"search": string;
/**
*
*/
"searchDescription": string;
/**
*
*/
"flip": string;
/**
*
*/
"flipDescription": string;
/**
*
*/
"jelly": string;
/**
*
*/
"jellyDescription": string;
/**
*
*/
"tada": string;
/**
* 調
*/
"tadaDescription": string;
/**
*
*/
"jump": string;
/**
*
*/
"jumpDescription": string;
/**
*
*/
"bounce": string;
/**
*
*/
"bounceDescription": string;
/**
*
*/
"shake": string;
/**
*
*/
"shakeDescription": string;
/**
*
*/
"twitch": string;
/**
*
*/
"twitchDescription": string;
/**
*
*/
"spin": string;
/**
*
*/
"spinDescription": string;
/**
*
*/
"x2": string;
/**
*
*/
"x2Description": string;
/**
*
*/
"x3": string;
/**
*
*/
"x3Description": string;
/**
*
*/
"x4": string;
/**
*
*/
"x4Description": string;
/**
*
*/
"blur": string;
/**
*
*/
"blurDescription": string;
/**
*
*/
"font": string;
/**
*
*/
"fontDescription": string;
/**
*
*/
"rainbow": string;
/**
*
*/
"rainbowDescription": string;
/**
*
*/
"sparkle": string;
/**
*
*/
"sparkleDescription": string;
/**
*
*/
"rotate": string;
/**
*
*/
"rotateDescription": string;
/**
*
*/
"position": string;
/**
*
*/
"positionDescription": string;
/**
*
*/
"crop": string;
/**
*
*/
"cropDescription": string;
/**
*
*/
"followMouse": string;
/**
*
*/
"followMouseDescription": string;
/**
*
*/
"scale": string;
/**
*
*/
"scaleDescription": string;
/**
*
*/
"foreground": string;
/**
*
*/
"foregroundDescription": string;
/**
*
*/
"fade": string;
/**
*
*/
"fadeDescription": string;
/**
*
*/
"background": string;
/**
*
*/
"backgroundDescription": string;
/**
* Plain
*/
"plain": string;
/**
*
*/
"plainDescription": string;
};
"_fileViewer": {
/**
*
@@ -10174,7 +10496,7 @@ export interface Locale extends ILocale {
"stop": string;
"_alert": {
/**
* MFMアニメーションには/
* MFMアニメーションには
*/
"text": string;
/**
@@ -10193,11 +10515,11 @@ export interface Locale extends ILocale {
*/
"warn": string;
/**
* Eメールアドレスにメールが送信されます
*
*/
"text": string;
/**
*
*
*/
"button": string;
};