You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: locales/en-US.yml
+14
Original file line number
Diff line number
Diff line change
@@ -1273,6 +1273,20 @@ here: "here"
1273
1273
mutualLink: "Mutual Link"
1274
1274
saveThisFile: "Save this file to Drive"
1275
1275
changeUserName: "Change name"
1276
+
gtagConsentCustomize: "Data Collection and Privacy Settings"
1277
+
gtagConsentCustomizeDescription: "You can customize the scope of data collected by {host}.\nHowever, you cannot disable the collection of security-related information such as authentication features, fraud prevention, and other user protections."
1278
+
gtagConsentAnalytics: "Collection of Statistical Information"
1279
+
gtagConsentAnalyticsDescription: "Enable the storage (cookies, etc.) of analytics-related information such as site visit duration."
1280
+
gtagConsentFunctionality: "Collection of Feature and Setting Usage"
1281
+
gtagConsentFunctionalityDescription: "Enable the storage of information that supports website or app features, such as language settings."
1282
+
gtagConsentPersonalization: "Collection of Personalized Information"
1283
+
gtagConsentPersonalizationDescription: "Enable the storage of personalization-related information such as recommended posts."
1284
+
helpUsImproveUserExperience: "To build the future of Misskey,\nplease help us by agreeing to data collection!"
1285
+
pleaseConsentToTracking: "{host} may collect information that may include personal data such as your IP address, usage data, and device information during your use, based on our [Privacy Policy]({privacyPolicyUrl}), for the purpose of providing and operating the service and improving the user experience.\n\nThe collected data will be used for future feature development, operational policy decisions, and identifying areas for service improvement."
Copy file name to clipboardexpand all lines: locales/ko-KR.yml
+14
Original file line number
Diff line number
Diff line change
@@ -1266,6 +1266,20 @@ here: "여기"
1266
1266
mutualLink: "서로링크"
1267
1267
saveThisFile: "이 파일을 드라이브에 저장"
1268
1268
changeUserName: "이름 변경"
1269
+
gtagConsentCustomize: "데이터 수집 및 개인정보 설정"
1270
+
gtagConsentCustomizeDescription: "{host}에서 수집하는 데이터 범위를 사용자 지정할 수 있습니다.\n다만, 인증 기능, 부정 행위 방지, 기타 사용자 보호 등 보안과 관련된 정보 수집은 비활성화할 수 없습니다."
1271
+
gtagConsentAnalytics: "통계 정보 수집"
1272
+
gtagConsentAnalyticsDescription: "사이트 체류 시간 등 분석 관련 정보 저장(쿠키 등)을 활성화합니다."
1273
+
gtagConsentFunctionality: "기능 및 설정 사용 정보 수집"
1274
+
gtagConsentFunctionalityDescription: "언어 설정 등 웹사이트나 앱의 기능을 지원하는 정보 저장을 활성화합니다."
1275
+
gtagConsentPersonalization: "개인 맞춤형 정보 수집"
1276
+
gtagConsentPersonalizationDescription: "추천 게시물 등 개인화 관련 정보 저장을 활성화합니다."
1277
+
helpUsImproveUserExperience: "Misskey의 미래를 위해,\n데이터 수집에 협조해 주세요!"
1278
+
pleaseConsentToTracking: "{host}는 [개인정보 처리방침]({privacyPolicyUrl})에 따라 서비스 제공, 운영, 사용자 경험 향상을 위해 사용 중인 IP 주소, 이용 현황, 디바이스 정보 등 개인 정보를 포함할 수 있는 정보를 수집할 수 있습니다.\n\n수집된 데이터는 향후 기능 개발, 운영 방침 결정, 서비스 개선점 파악에 활용됩니다."
this.logger.error('Request rejected because user has no local followers',{user: user.id,note: data});
387
+
this.logger.error('Request rejected because user has no local followers',{userId: user.id,note: data});
388
388
thrownewIdentifiableError('e11b3a16-f543-4885-8eb1-66cad131dbfd','Notes including mentions, replies, or renotes from remote users are not allowed until user has at least one local follower.');
389
389
}
390
390
}
@@ -396,7 +396,7 @@ export class NoteCreateService implements OnApplicationShutdown {
0 commit comments