From 038e2df8d3a5fcf64cc0e3234b675fdccb546aab Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 26 Feb 2023 20:58:08 +0900 Subject: [PATCH 01/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 7b2addc6b956..24d5a4c224ff 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -154,7 +154,7 @@ flagShowTimelineRepliesDescription: "Se è attiva, la timeline mostra le rispost autoAcceptFollowed: "Accetta automaticamente le richieste di follow da utenti che già segui" addAccount: "Aggiungi profilo" loginFailed: "Accesso non riuscito" -showOnRemote: "Visualizza sull'istanza remota" +showOnRemote: "Leggi sull'istanza remota" general: "Generali" wallpaper: "Sfondo" setWallpaper: "Imposta sfondo" @@ -393,13 +393,19 @@ about: "Informazioni" aboutMisskey: "Informazioni di Misskey" administrator: "Amministratore" token: "Token" +2fa: "Autenticazione a due fattori" +totp: "App di autenticazione" +totpDescription: "Inserisci un codice OTP tramite un'app di autenticazione" moderator: "Moderatore" moderation: "moderazione" nUsersMentioned: "{n} profili menzionati" +securityKeyAndPasskey: "Chiave di sicurezza e accesso" securityKey: "Chiave di sicurezza" lastUsed: "Ultima attività" +lastUsedAt: "Uso più recente: {t}" unregister: "Annulla l'iscrizione" passwordLessLogin: "Accedi senza password" +passwordLessLoginDescription: "Accedi senza password, usando la chiave di sicurezza" resetPassword: "Reimposta password" newPasswordIs: "La tua nuova password è「{password}」" reduceUiAnimation: "Ridurre le animazioni dell'interfaccia" @@ -773,6 +779,7 @@ popularPosts: "Le più visualizzate" shareWithNote: "Condividere in nota" ads: "Pubblicità" expiration: "Scadenza" +startingperiod: "Periodo di inizio" memo: "Promemoria" priority: "Priorità" high: "Alta" @@ -805,6 +812,7 @@ lastCommunication: "La comunicazione più recente" resolved: "Risolto" unresolved: "Non risolto" breakFollow: "Smetti di seguire" +breakFollowConfirm: "Vuoi davvero togliere follower?" itsOn: "Abilitato" itsOff: "Disabilitato" emailRequiredForSignup: "L'ndirizzo e-mail è obbligatorio per registrarsi" @@ -939,6 +947,10 @@ collapseRenotes: "Comprimi i Rinota già letti" internalServerError: "Errore interno del server" internalServerErrorDescription: "Si è verificato un errore imprevisto all'interno del server" copyErrorInfo: "Copia le informazioni sull'errore" +joinThisServer: "Registrati su questa istanza" +exploreOtherServers: "Trova altre istanze" +letsLookAtTimeline: "Sbircia la timeline" +disableFederationWarn: "Disabilita la federazione. Questo cambiamento non rende le pubblicazioni private. Di solito non è necessario abilitare questa opzione." _achievements: earnedAt: "Data di conseguimento" _types: @@ -1486,13 +1498,28 @@ _tutorial: step8_3: "Potrai modificare questa impostazione." _2fa: alreadyRegistered: "La configurazione è stata già completata." + registerTOTP: "Registra un'app di autenticazione" + passwordToTOTP: "Inserire la password" step1: "Innanzitutto, installare sul dispositivo un'applicazione di autenticazione come {a} o {b}." step2: "Quindi, scansionare il codice QR visualizzato con l'app." + step2Click: "Cliccando sul codice QR, puoi registrarlo con l'app di autenticazione o il portachiavi installato sul tuo dispositivo." step2Url: "Nell'applicazione desktop inserire il seguente URL: " + step3Title: "Inserisci il codice di verifica" step3: "Inserite il token visualizzato nell'app e il gioco è fatto." step4: "D'ora in poi, quando si accede, si inserisce il token nello stesso modo." + securityKeyNotSupported: "Il tuo browser non supporta le chiavi di sicurezza." + registerTOTPBeforeKey: "Ti occorre un'app di autenticazione con OTP, prima di registrare la chiave di sicurezza." securityKeyInfo: "È possibile impostare il dispositivo per accedere utilizzando una chiave di sicurezza hardware che supporta FIDO2 o un'impronta digitale o un PIN sul dispositivo." + chromePasskeyNotSupported: "Le passkey di Chrome non sono attualmente supportate." + registerSecurityKey: "Registra la chiave di sicurezza" + securityKeyName: "Inserisci il nome della chiave" + tapSecurityKey: "Segui le istruzioni del browser e registra la chiave di sicurezza." + removeKey: "Elimina la chiave di sicurezza" removeKeyConfirm: "Vuoi davvero eliminare \"{name}\"?" + whyTOTPOnlyRenew: "Se c'è una chiave di sicurezza attiva, non è possibile rimuovere l'app di autenticazione." + renewTOTP: "Riconfigura l'app di autenticazione" + renewTOTPConfirm: "I codici di verifica nelle app di autenticazione esistenti smetteranno di funzionare" + renewTOTPOk: "Ripristina" renewTOTPCancel: "No grazie" _permissions: "read:account": "Visualizza le informazioni sul profilo" @@ -1616,6 +1643,8 @@ _visibility: followersDescription: "Visibile solo per i tuoi followers" specified: "Nota diretta" specifiedDescription: "Visibile solo ai profili menzionati" + disableFederation: "Interrompi la federazione" + disableFederationDescription: "Non spedire attività alle altre istanze remote" _postForm: replyPlaceholder: "Rispondi a questa nota..." quotePlaceholder: "Cita questa nota..." @@ -1771,6 +1800,7 @@ _notification: pollEnded: "Sondaggio chiuso." receiveFollowRequest: "Richiesta di follow ricevuta" followRequestAccepted: "Richiesta di follow accettata" + achievementEarned: "Risultato raggiunto" app: "Notifiche da applicazioni" _actions: followBack: "Segui" @@ -1803,3 +1833,6 @@ _deck: channel: "Canale" mentions: "Menzioni" direct: "Diretta" +_dialog: + charactersExceeded: "Hai superato il limite di {max} caratteri! ({corrente})" + charactersBelow: "Sei al di sotto del minimo di {min} caratteri! ({corrente})" From 2e67977382352f875c19b96fbfc0aee40ebb6d69 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Feb 2023 02:22:51 +0900 Subject: [PATCH 02/42] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 3e39980db10a..252ab362b061 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -393,13 +393,19 @@ about: "정보" aboutMisskey: "Misskey에 대하여" administrator: "관리자" token: "토큰" +2fa: "2단계 인증" +totp: "인증 앱" +totpDescription: "인증 앱을 사용하여 일회성 비밀번호 입력" moderator: "모더레이터" moderation: "모더레이션" nUsersMentioned: "{n}명이 언급함" +securityKeyAndPasskey: "보안 키 또는 패스 키" securityKey: "보안 키" lastUsed: "마지막 사용" +lastUsedAt: "마지막 사용: {t}" unregister: "등록 해제" passwordLessLogin: "비밀번호 없이 로그인" +passwordLessLoginDescription: "비밀번호를 사용하지 않고 보안 키 또는 패스 키 등으로만 로그인합니다." resetPassword: "비밀번호 재설정" newPasswordIs: "새로운 비밀번호는 \"{password}\" 입니다" reduceUiAnimation: "UI의 애니메이션을 줄이기" @@ -773,6 +779,7 @@ popularPosts: "인기 포스트" shareWithNote: "노트로 공유" ads: "광고" expiration: "기한" +startingperiod: "시작 기간" memo: "메모" priority: "우선순위" high: "높음" @@ -805,6 +812,7 @@ lastCommunication: "마지막 통신" resolved: "해결됨" unresolved: "해결되지 않음" breakFollow: "팔로워 해제" +breakFollowConfirm: "팔로우를 해제하시겠습니까?" itsOn: "켜짐" itsOff: "꺼짐" emailRequiredForSignup: "가입할 때 이메일 주소 입력을 필수로 하기" @@ -939,6 +947,10 @@ collapseRenotes: "이미 본 리노트를 간략화하기" internalServerError: "내부 서버 오류" internalServerErrorDescription: "내부 서버에서 예기치 않은 오류가 발생했습니다." copyErrorInfo: "오류 정보 복사" +joinThisServer: "이 서버에 가입" +exploreOtherServers: "다른 서버 둘러보기" +letsLookAtTimeline: "타임라인 구경하기" +disableFederationWarn: "연합이 비활성화됩니다. 비활성화해도 게시물이 비공개가 되지는 않습니다. 대부분의 경우 이 옵션을 활성화할 필요가 없습니다." _achievements: earnedAt: "달성 일시" _types: @@ -1452,7 +1464,7 @@ _ago: weeksAgo: "{n}주 전" monthsAgo: "{n}개월 전" yearsAgo: "{n}년 전" - invalid: "아무것도 없습니다" + invalid: "없음" _time: second: "초" minute: "분" @@ -1486,14 +1498,29 @@ _tutorial: step8_3: "알림 설정은 나중에도 변경할 수 있습니다." _2fa: alreadyRegistered: "이미 설정이 완료되었습니다." + registerTOTP: "인증 앱 설정 시작" + passwordToTOTP: "비밀번호를 입력하세요." step1: "먼저, {a}나 {b}등의 인증 앱을 사용 중인 디바이스에 설치합니다." step2: "그 후, 표시되어 있는 QR코드를 앱으로 스캔합니다." + step2Click: "QR 코드를 클릭하면 기기에 설치된 인증 앱에 등록할 수 있습니다." step2Url: "데스크톱 앱에서는 다음 URL을 입력하세요:" + step3Title: "인증 코드 입력" step3: "앱에 표시된 토큰을 입력하시면 완료됩니다." step4: "다음 로그인부터는 토큰을 입력해야 합니다." + securityKeyNotSupported: "이 브라우저는 보안 키를 지원하지 않습니다." + registerTOTPBeforeKey: "보안 키 또는 패스키를 등록하려면 인증 앱을 등록하십시오." securityKeyInfo: "FIDO2를 지원하는 하드웨어 보안 키 혹은 디바이스의 지문인식이나 화면잠금 PIN을 이용해서 로그인하도록 설정할 수 있습니다." + chromePasskeyNotSupported: "현재 Chrome의 패스키는 지원되지 않습니다." + registerSecurityKey: "보안 키 또는 패스키 등록" + securityKeyName: "키 이름 입력" + tapSecurityKey: "브라우저의 지시에 따라 보안 키 또는 패스키를 등록하여 주십시오" + removeKey: "보안 키를 삭제" removeKeyConfirm: "{name} 을(를) 삭제하시겠습니까?" - renewTOTPCancel: "나중에" + whyTOTPOnlyRenew: "보안 키가 등록되어 있는 경우 인증 앱을 해제할 수 없습니다." + renewTOTP: "인증 앱 재설정" + renewTOTPConfirm: "기존에 등록되어 있던 인증 키는 사용하지 못하게 됩니다." + renewTOTPOk: "재설정" + renewTOTPCancel: "취소" _permissions: "read:account": "계정의 정보를 봅니다" "write:account": "계정의 정보를 변경합니다" @@ -1616,6 +1643,8 @@ _visibility: followersDescription: "팔로워에게만 공개" specified: "다이렉트" specifiedDescription: "지정한 유저에게만 공개" + disableFederation: "연합에 보내지 않기" + disableFederationDescription: "다른 인스턴스로 보내지 않습니다" _postForm: replyPlaceholder: "이 노트에 답글..." quotePlaceholder: "이 노트를 인용..." @@ -1771,6 +1800,7 @@ _notification: pollEnded: "투표가 종료됨" receiveFollowRequest: "팔로우 요청을 받았을 때" followRequestAccepted: "팔로우 요청이 승인되었을 때" + achievementEarned: "도전 과제 획득" app: "연동된 앱을 통한 알림" _actions: followBack: "팔로우" @@ -1803,3 +1833,6 @@ _deck: channel: "채널" mentions: "받은 멘션" direct: "다이렉트" +_dialog: + charactersExceeded: "최대 글자수를 초과하였습니다! 현재 {current} / 최대 {min}" + charactersBelow: "최소 글자수 미만입니다! 현재 {current} / 최소 {min}" From 9becdc579684e99bc85656e783891ea69636d021 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Feb 2023 19:23:29 +0900 Subject: [PATCH 03/42] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 86a60ee791e8..32b30454002b 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -393,13 +393,19 @@ about: "Описание" aboutMisskey: "О Misskey" administrator: "Администратор" token: "Токен" +2fa: "2-х факторная аутентификация" +totp: "Приложение-аутентификатор" +totpDescription: "Описание приложения-аутентификатора" moderator: "Модератор" moderation: "Модерация" nUsersMentioned: "Упомянуло пользователей: {n}" +securityKeyAndPasskey: "Ключ безопасности и парольная фраза" securityKey: "Ключ безопасности" lastUsed: "Последнее использование" +lastUsedAt: "Последнее использование: {t}" unregister: "Отписаться" passwordLessLogin: "Настроить вход без пароля" +passwordLessLoginDescription: "Вход без пароля" resetPassword: "Сброс пароля:" newPasswordIs: "Новый пароль — «{password}»." reduceUiAnimation: "Уменьшить анимацию в пользовательском интерфейсе" @@ -773,6 +779,7 @@ popularPosts: "Популярные публикации" shareWithNote: "Поделиться заметкой" ads: "Реклама" expiration: "Опрос длится" +startingperiod: "Начальный период" memo: "Памятка" priority: "Приоритет" high: "Высокий" @@ -805,6 +812,7 @@ lastCommunication: "Последнее сообщение" resolved: "Решено" unresolved: "Без решения" breakFollow: "Отписка" +breakFollowConfirm: "Удалить из подписок пользователя ?" itsOn: "Включено" itsOff: "Выключено" emailRequiredForSignup: "Для регистрации учётной записи нужен адрес электронной почты" @@ -939,6 +947,10 @@ collapseRenotes: "Свернуть репосты" internalServerError: "Внутренняя ошибка сервера" internalServerErrorDescription: "Внутри сервера произошла непредвиденная ошибка." copyErrorInfo: "Скопировать код ошибки" +joinThisServer: "Присоединяйтесь к этому серверу" +exploreOtherServers: "Искать другие сервера" +letsLookAtTimeline: "Давайте посмотрим на ленту" +disableFederationWarn: "Объединение отключено. Если вы отключите это, сообщение не будет приватным. В большинстве случаев вам не нужно включать эту опцию." _achievements: earnedAt: "Разблокировано в" _types: @@ -1486,13 +1498,28 @@ _tutorial: step8_3: "Эту настройку вы всегда сможете поменять" _2fa: alreadyRegistered: "Двухфакторная аутентификация уже настроена." + registerTOTP: "Начните настраивать приложение-аутентификатор" + passwordToTOTP: "Пожалуйста, введите свой пароль" step1: "Прежде всего, установите на устройство приложение для аутентификации, например, {a} или {b}." step2: "Далее отсканируйте отображаемый QR-код при помощи приложения." + step2Click: "Нажав на QR-код, вы можете зарегистрироваться с помощью приложения для аутентификации или брелка для ключей, установленного на вашем устройстве." step2Url: "Если пользуетесь приложением на компьютере, можете ввести в него эту строку (URL):" + step3Title: "Введите проверочный код" step3: "И наконец, введите код, который покажет приложение." step4: "Теперь при каждом входе на сайт вам нужно будет вводить код из приложения аналогичным образом." + securityKeyNotSupported: "Ваш браузер не поддерживает ключи безопасности." + registerTOTPBeforeKey: "Чтобы зарегистрировать ключ безопасности и пароль, сначала настройте приложение аутентификации." securityKeyInfo: "Вы можете настроить вход с помощью аппаратного ключа безопасности, поддерживающего FIDO2, или отпечатка пальца или PIN-кода на устройстве." + chromePasskeyNotSupported: "В настоящее время Chrome не поддерживает пароль-ключи." + registerSecurityKey: "Зарегистрируйте ключ безопасности ・Passkey" + securityKeyName: "Введите имя для ключа" + tapSecurityKey: "Пожалуйста, следуйте инструкциям в вашем браузере, чтобы зарегистрировать свой ключ безопасности или пароль" + removeKey: "Удалить ключ безопасности" removeKeyConfirm: "Удалить резервную копию «{name}»?" + whyTOTPOnlyRenew: "Если ключ безопасности зарегистрирован, вы не сможете отключить приложение аутентификации." + renewTOTP: "Перенастроите приложение аутентификации" + renewTOTPConfirm: "Проверочный код предыдущего приложения для аутентификации больше не будет доступен" + renewTOTPOk: "Настроить" renewTOTPCancel: "Нет, спасибо" _permissions: "read:account": "Просматривать данные учётной записи" @@ -1616,6 +1643,8 @@ _visibility: followersDescription: "Только вашим подписчикам" specified: "Личное" specifiedDescription: "Тем, кого укажете" + disableFederation: "Отключить федерацию" + disableFederationDescription: "Не доставляет в другие экземпляры" _postForm: replyPlaceholder: "Ответ на заметку..." quotePlaceholder: "Пояснение к цитате..." @@ -1771,6 +1800,7 @@ _notification: pollEnded: "Окончания опросов" receiveFollowRequest: "Получен запрос на подписку" followRequestAccepted: "Запрос на подписку одобрен" + achievementEarned: "Получение достижений" app: "Уведомления из приложений" _actions: followBack: "отвечает взаимной подпиской" @@ -1803,3 +1833,6 @@ _deck: channel: "Каналы" mentions: "Упоминания" direct: "Личное" +_dialog: + charactersExceeded: "Превышено максимальное количество символов! У вас {current} / из {max}" + charactersBelow: "Это ниже минимального количества символов! У вас {current} / из {min}" From 0f4be6e178735bac87a400b2ede89d9471e92344 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 05:37:17 +0900 Subject: [PATCH 04/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 24d5a4c224ff..7c2dd595a609 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -75,7 +75,7 @@ lists: "Liste" noLists: "Nessuna lista" note: "Nota" notes: "Note" -following: "Lǝ segui" +following: "Follow" followers: "Followers" followsYou: "Ti segue" createList: "Aggiungi una nuova lista" @@ -94,7 +94,7 @@ defaultNoteVisibility: "Privacy predefinita delle note" follow: "Segui" followRequest: "Richiesta di follow" followRequests: "Richieste di follow" -unfollow: "Smetti di seguire" +unfollow: "Non seguire" followRequestPending: "Richiesta in approvazione" enterEmoji: "Inserisci emoji" renote: "Rinota" @@ -161,7 +161,7 @@ setWallpaper: "Imposta sfondo" removeWallpaper: "Elimina lo sfondo" searchWith: "Cerca: {q}" youHaveNoLists: "Non hai ancora creato nessuna lista" -followConfirm: "Sei sicur@ di voler seguire {name}?" +followConfirm: "Vuoi seguire {name}?" proxyAccount: "Profilo proxy" proxyAccountDescription: "Un profilo proxy funziona come follower per i profili remoti, sotto certe condizioni. Ad esempio, quando un profilo locale ne inserisce uno remoto in una lista (senza seguirlo), se nessun altro segue quel profilo remoto, le attività non possono essere distribuite. Dunque, il profilo proxy le seguirà per tutti." host: "Server remoto" @@ -221,7 +221,7 @@ subscribing: "Iscrizione" publishing: "Pubblicazione" notResponding: "Nessuna risposta" instanceFollowing: "Seguiti dall'istanza" -instanceFollowers: "Followers dell'istanza" +instanceFollowers: "Follower dell'istanza" instanceUsers: "Utenti dell'istanza" changePassword: "Aggiorna Password" security: "Sicurezza" @@ -1639,7 +1639,7 @@ _visibility: publicDescription: "Visibile per tutti sul Fediverso" home: "Home" homeDescription: "Visibile solo sulla timeline \"Home\"" - followers: "Followers" + followers: "Follower" followersDescription: "Visibile solo per i tuoi followers" specified: "Nota diretta" specifiedDescription: "Visibile solo ai profili menzionati" From 389f432d57e4711d80ebcef455c7a5e2e7ecc20e Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 06:33:52 +0900 Subject: [PATCH 05/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 7c2dd595a609..52d6027bcd07 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -1087,7 +1087,7 @@ _achievements: description: "Hai seguito 300 profili" _followers1: title: "Il primo profilo tuo Follower" - description: "Hai ottenuto il tuo primo Follower" + description: "Hai ottenuto il tuo primo profilo Follower" _followers10: title: "Follow me!" description: "Hai ottenuto 10 profili Follower" @@ -1640,7 +1640,7 @@ _visibility: home: "Home" homeDescription: "Visibile solo sulla timeline \"Home\"" followers: "Follower" - followersDescription: "Visibile solo per i tuoi followers" + followersDescription: "Visibile solo per i tuoi follower" specified: "Nota diretta" specifiedDescription: "Visibile solo ai profili menzionati" disableFederation: "Interrompi la federazione" From 4331338f6452114c911a80fdc29ea4da29cbddee Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 13:50:50 +0900 Subject: [PATCH 06/42] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index acc69e72e5f3..0f811f2df1f5 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -1123,7 +1123,7 @@ _achievements: title: "休息一下!" description: "启动客户端超过30分钟" _noteDeletedWithin1min: - title: "无话可说" + title: "欲言又止" description: "发帖后一分钟内就将其删除" _postedAtLateNight: title: "夜猫子" @@ -1660,7 +1660,7 @@ _profile: name: "昵称" username: "用户名" description: "个人简介" - youCanIncludeHashtags: "你可以在个人简介中包含一个#标签。" + youCanIncludeHashtags: "你可以在个人简介中包含一些#标签。" metadata: "附加信息" metadataEdit: "附加信息编辑" metadataDescription: "最多可以在个人资料中以表格形式显示四条其他信息。" From 0b84549cf2bac214eb22be22cbfe465e27223922 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 18:41:48 +0900 Subject: [PATCH 07/42] New translations ja-JP.yml (German) --- locales/de-DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index e5f8e93278aa..2e5d90d27c38 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -951,6 +951,7 @@ joinThisServer: "Bei dieser Instanz registrieren" exploreOtherServers: "Eine andere Instanz finden" letsLookAtTimeline: "Die Chronik durchstöbern" disableFederationWarn: "Dies deaktiviert Föderation, aber alle Notizen bleiben, sofern nicht umgestellt, öffentlich. In den meisten Fällen wird diese Option nicht benötigt." +invitationRequiredToRegister: "Diese Instanz ist einladungsbasiert. Du musst einen validen Einladungscode eingeben, um dich zu registrieren." _achievements: earnedAt: "Freigeschaltet am" _types: From c889fb905b99833471e215edf661f1d927304b34 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 18:41:49 +0900 Subject: [PATCH 08/42] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 252ab362b061..e254f4a48ed8 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -951,6 +951,7 @@ joinThisServer: "이 서버에 가입" exploreOtherServers: "다른 서버 둘러보기" letsLookAtTimeline: "타임라인 구경하기" disableFederationWarn: "연합이 비활성화됩니다. 비활성화해도 게시물이 비공개가 되지는 않습니다. 대부분의 경우 이 옵션을 활성화할 필요가 없습니다." +invitationRequiredToRegister: "현재 이 서버는 비공개입니다. 회원가입을 하시려면 초대번호가 필요합니다." _achievements: earnedAt: "달성 일시" _types: From 41ba8c105d14db03546f052cfc3ae307d29de771 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 18:41:51 +0900 Subject: [PATCH 09/42] New translations ja-JP.yml (English) --- locales/en-US.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index f118ddba72cc..1bf0468ae8ff 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -951,6 +951,7 @@ joinThisServer: "Sign up at this instance" exploreOtherServers: "Look for another instance" letsLookAtTimeline: "Have a look at the timeline" disableFederationWarn: "This will disable federation, but posts will continue to be public unless set otherwise. You usually do not need to use this setting." +invitationRequiredToRegister: "This instance is invite-only. You must enter a valid invite code sign up." _achievements: earnedAt: "Unlocked at" _types: From 5477f487f92a8464fd6ac375d34b7dce4708670e Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 18:41:52 +0900 Subject: [PATCH 10/42] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 73f007e2ba6d..d2fc54f1343d 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -951,6 +951,7 @@ joinThisServer: "このサーバーに登録するわ" exploreOtherServers: "他のサーバー見てみる" letsLookAtTimeline: "タイムライン見てみーや" disableFederationWarn: "連合が無効になっとるで。無効にしても投稿は非公開ってわけちゃうねん。大体の場合はこのオプションを有効にする必要は別にないで。" +invitationRequiredToRegister: "今このサーバー招待制になってもうてんねん。招待コードを持っとるんやったら登録できるで。" _achievements: earnedAt: "貰った日ぃ" _types: From 24726b84963b60885621019e98f89bac1fec95d3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 19:54:24 +0900 Subject: [PATCH 11/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 52d6027bcd07..f691b23681ad 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -951,6 +951,7 @@ joinThisServer: "Registrati su questa istanza" exploreOtherServers: "Trova altre istanze" letsLookAtTimeline: "Sbircia la timeline" disableFederationWarn: "Disabilita la federazione. Questo cambiamento non rende le pubblicazioni private. Di solito non è necessario abilitare questa opzione." +invitationRequiredToRegister: "L'accesso a questo nodo è solo ad invito. Devi inserire un codice d'invito valido. Puoi richiedere un codice all'amministratore." _achievements: earnedAt: "Data di conseguimento" _types: From 8b63ac00765785c848cada969c6b4d4305177fd2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 23:01:26 +0900 Subject: [PATCH 12/42] New translations ja-JP.yml (German) --- locales/de-DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 2e5d90d27c38..fa263936bf7e 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -457,6 +457,7 @@ aboutX: "Über {x}" emojiStyle: "Emoji-Stil" native: "Nativ" disableDrawer: "Keine ausfahrbaren Menüs verwenden" +showNoteActionsOnlyHover: "Aktionen für Notizen nur bei Mouseover anzeigen" noHistory: "Kein Verlauf gefunden" signinHistory: "Anmeldungsverlauf" enableAdvancedMfm: "Erweitertes MFM aktivieren" From 69679c52018e66c5f45b9f743fb03a3b3dc33589 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2023 23:01:27 +0900 Subject: [PATCH 13/42] New translations ja-JP.yml (English) --- locales/en-US.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 1bf0468ae8ff..5b14773f1678 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -457,6 +457,7 @@ aboutX: "About {x}" emojiStyle: "Emoji style" native: "Native" disableDrawer: "Don't use drawer-style menus" +showNoteActionsOnlyHover: "Only show note actions on hover" noHistory: "No history available" signinHistory: "Login history" enableAdvancedMfm: "Enable advanced MFM" From df2f375ef8b0ebb99e8285cfd33a46b1e9740052 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 00:16:40 +0900 Subject: [PATCH 14/42] New translations ja-JP.yml (Thai) --- locales/th-TH.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/th-TH.yml b/locales/th-TH.yml index a56d7451b2a6..93ede3e6f5f6 100644 --- a/locales/th-TH.yml +++ b/locales/th-TH.yml @@ -457,6 +457,7 @@ aboutX: "เกี่ยวกับ {x}" emojiStyle: "สไตล์อิโมจิ" native: "ภาษาแม่" disableDrawer: "อย่าใช้ลิ้นชักสไตล์เมนู" +showNoteActionsOnlyHover: "แสดงการดำเนินการเฉพาะโน้ตเมื่อโฮเวอร์" noHistory: "ไม่มีรายการ" signinHistory: "ประวัติการเข้าสู่ระบบ" enableAdvancedMfm: "เปิดใช้งาน MFM ขั้นสูง" @@ -951,6 +952,7 @@ joinThisServer: "ลงชื่อสมัครใช้ในอินสแ exploreOtherServers: "มองหาอินสแตนซ์อื่น" letsLookAtTimeline: "ลองดูที่ไทม์ไลน์" disableFederationWarn: "การดำเนินการนี้ถ้าหากจะปิดใช้งานการรวมศูนย์ แต่โพสต์ดังกล่าวนั้นจะยังคงเป็นสาธารณะต่อไป ยกเว้นแต่ว่าจะตั้งค่าเป็นอย่างอื่น โดยปกติคุณไม่จำเป็นต้องใช้การตั้งค่านี้นะ" +invitationRequiredToRegister: "อินสแตนซ์นี้เป็นแบบรับเชิญเท่านั้น คุณต้องป้อนรหัสเชิญที่ถูกต้องถึงจะลงทะเบียนได้นะค่ะ" _achievements: earnedAt: "ได้รับเมื่อ" _types: From 41454437c0567f4767f9c6ed9ecc2cbc9ae1c41b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 08:35:44 +0900 Subject: [PATCH 15/42] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 2acf47cb4b45..5fa1376f0156 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -457,6 +457,7 @@ aboutX: "Acerca de {x}" emojiStyle: "Estilo de emoji" native: "Nativo" disableDrawer: "No mostrar los menús en cajones" +showNoteActionsOnlyHover: "Mostrar acciones de la nota sólo al pasar el cursor" noHistory: "No hay datos en el historial" signinHistory: "Historial de ingresos" enableAdvancedMfm: "Habilitar MFM avanzado" @@ -951,6 +952,7 @@ joinThisServer: "Registrarse en esta instancia" exploreOtherServers: "Buscar otra instancia" letsLookAtTimeline: "Mirar la línea de tiempo local" disableFederationWarn: "Esto desactivará la federación, pero las publicaciones segurán siendo públicas al menos que se configure diferente. Usualmente no necesitas usar esta configuración." +invitationRequiredToRegister: "Esta instancia está configurada sólo por invitación, tienes que ingresar un código de invitación válido." _achievements: earnedAt: "Desbloqueado el" _types: From 197e81768c2a4f0a6d5e635deec368d66a738882 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:26 +0900 Subject: [PATCH 16/42] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 72fc0ff39142..88f20dfc41dc 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -833,6 +833,7 @@ instanceDefaultLightTheme: "Thème clair par défaut sur toute l’instance" instanceDefaultDarkTheme: "Thème sombre par défaut sur toute l’instance" instanceDefaultThemeDescription: "Saisissez le code du thème en format objet." mutePeriod: "Durée de mise en sourdine" +period: "Fin du sondage" indefinitely: "Illimité" tenMinutes: "10 minutes" oneHour: "1 heure" From d8169b577dec02ad8b187b5b5f3ff46dbd4d610b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:27 +0900 Subject: [PATCH 17/42] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 5fa1376f0156..b29ffc12dfe5 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -848,6 +848,7 @@ instanceDefaultLightTheme: "Tema claro por defecto de la instancia" instanceDefaultDarkTheme: "Tema oscuro por defecto de la instancia" instanceDefaultThemeDescription: "Ingrese el código del tema en formato objeto" mutePeriod: "Período de silenciamiento" +period: "Termina el" indefinitely: "Sin límite de tiempo" tenMinutes: "10 minutos" oneHour: "1 hora" From 574d91580ce6a653263dddd06a474e3b39d7ff08 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:28 +0900 Subject: [PATCH 18/42] New translations ja-JP.yml (Arabic) --- locales/ar-SA.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ar-SA.yml b/locales/ar-SA.yml index 3425b9c82f31..5254b20ef0a6 100644 --- a/locales/ar-SA.yml +++ b/locales/ar-SA.yml @@ -785,6 +785,7 @@ size: "الحجم" numberOfColumn: "عدد الأعمدة" searchByGoogle: "غوغل" mutePeriod: "مدة الكتم" +period: "ينتهي استطلاع الرأي في" indefinitely: "أبدًا" tenMinutes: "10 دقائق" oneHour: "ساعة" From 783cd7f41f24e366bb3b286d6ad55dfae3e58db8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:31 +0900 Subject: [PATCH 19/42] New translations ja-JP.yml (German) --- locales/de-DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index fa263936bf7e..a5e0504c4cd2 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -848,6 +848,7 @@ instanceDefaultLightTheme: "Instanzweites Standardfarbschema (Hell)" instanceDefaultDarkTheme: "Instanzweites Standardfarbschema (Dunkel)" instanceDefaultThemeDescription: "Gib den Farbschemencode im Objektformat ein." mutePeriod: "Stummschaltungsdauer" +period: "Abstimmung beenden" indefinitely: "Dauerhaft" tenMinutes: "10 Minuten" oneHour: "Eine Stunde" From 6c9e644cabc37a7ef3ecfa68da1f93f8329a069c Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:33 +0900 Subject: [PATCH 20/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index f691b23681ad..d78533e58f89 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -847,6 +847,7 @@ instanceDefaultLightTheme: "Istanza, tema luminoso predefinito." instanceDefaultDarkTheme: "Istanza, tema scuro predefinito." instanceDefaultThemeDescription: "Compilare il codice del tema nel modulo dell'oggetto." mutePeriod: "Durata del mute" +period: "Scadenza" indefinitely: "Non scade" tenMinutes: "10 minuti" oneHour: "1 ora" From cadba52e819fe79ea44bd08521a08e46d9a0cd16 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:34 +0900 Subject: [PATCH 21/42] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index e254f4a48ed8..b43e5e7abe58 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -847,11 +847,13 @@ instanceDefaultLightTheme: "인스턴스 기본 라이트 테마" instanceDefaultDarkTheme: "인스턴스 기본 다크 테마" instanceDefaultThemeDescription: "객체 형식의 테마 코드를 입력해 주세요." mutePeriod: "뮤트할 기간" +period: "투표 기한" indefinitely: "무기한" tenMinutes: "10분" oneHour: "1시간" oneDay: "1일" oneWeek: "일주일" +oneMonth: "1개월" reflectMayTakeTime: "반영되기까지 시간이 걸릴 수 있습니다." failedToFetchAccountInformation: "계정 정보를 가져오지 못했습니다" rateLimitExceeded: "요청 제한 횟수를 초과하였습니다" From 8caa6d6792e8dc58fc34592c8c4499178425371f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:37 +0900 Subject: [PATCH 22/42] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 1c19c4f3e8cf..1dc818d45919 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -810,6 +810,7 @@ auto: "Automatycznie" size: "Rozmiar" numberOfColumn: "Liczba kolumn" searchByGoogle: "Szukaj" +period: "Ankieta kończy się" indefinitely: "Nigdy" tenMinutes: "10 minut" oneHour: "1 godzina" From d6aa0bf35dcbeeff28e5fd000dc6ea22c73ed037 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:39 +0900 Subject: [PATCH 23/42] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 32b30454002b..81ea01179b7a 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -847,6 +847,7 @@ instanceDefaultLightTheme: "Светлая тема по умолчанию" instanceDefaultDarkTheme: "Темная тема по умолчанию" instanceDefaultThemeDescription: "Описание темы по умолчанию для инстанса" mutePeriod: "Продолжительность скрытия" +period: "Опрос длится" indefinitely: "вечно" tenMinutes: "10 минут" oneHour: "1 час" From d226b7231a6d87f635f199fa97f4ae24290aec21 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:40 +0900 Subject: [PATCH 24/42] New translations ja-JP.yml (Slovak) --- locales/sk-SK.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/sk-SK.yml b/locales/sk-SK.yml index 525eb9ca0e10..add9d9e95753 100644 --- a/locales/sk-SK.yml +++ b/locales/sk-SK.yml @@ -831,6 +831,7 @@ instanceDefaultLightTheme: "Predvolená svetlá téma" instanceDefaultDarkTheme: "Predvolená tmavá téma" instanceDefaultThemeDescription: "Vložte kód témy v objektovom formáte" mutePeriod: "Trvanie stíšenia" +period: "Ukončiť hlasovanie" indefinitely: "Navždy" tenMinutes: "10 minút" oneHour: "1 hodina" From 163e06464410c4d335c11b78d74bc986f77b5808 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:43 +0900 Subject: [PATCH 25/42] New translations ja-JP.yml (Ukrainian) --- locales/uk-UA.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/uk-UA.yml b/locales/uk-UA.yml index c47ad453973e..56e3f024a1a8 100644 --- a/locales/uk-UA.yml +++ b/locales/uk-UA.yml @@ -831,6 +831,7 @@ searchByGoogle: "Пошук" instanceDefaultLightTheme: "Світла тема за промовчанням" instanceDefaultDarkTheme: "Темна тема за промовчанням" mutePeriod: "Тривалість приховування" +period: "Опитування закінчується" indefinitely: "Ніколи" tenMinutes: "10 хвилин" oneHour: "1 година" From 141633f66a490f9a2051d3163d91522749d6b246 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:44 +0900 Subject: [PATCH 26/42] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 0f811f2df1f5..788cdd047c83 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -847,6 +847,7 @@ instanceDefaultLightTheme: "实例默认浅色主题" instanceDefaultDarkTheme: "实例默认深色主题" instanceDefaultThemeDescription: "以对象格式键入主题代码" mutePeriod: "屏蔽期限" +period: "截止时间" indefinitely: "永久" tenMinutes: "10分钟" oneHour: "1小时" From ef34683328346cdc0a2a3a68fc2d36c581985f91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:46 +0900 Subject: [PATCH 27/42] New translations ja-JP.yml (Chinese Traditional) --- locales/zh-TW.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml index 623e36d6efee..218df5d9f393 100644 --- a/locales/zh-TW.yml +++ b/locales/zh-TW.yml @@ -847,6 +847,7 @@ instanceDefaultLightTheme: "實例預設的淺色主題" instanceDefaultDarkTheme: "實例預設的深色主題" instanceDefaultThemeDescription: "輸入物件形式的主题代碼" mutePeriod: "靜音的期限" +period: "期限" indefinitely: "無期限" tenMinutes: "10分鐘" oneHour: "1小時" From b821ca0aadf918073d91b2a3d750fbf3a0c04714 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:47 +0900 Subject: [PATCH 28/42] New translations ja-JP.yml (English) --- locales/en-US.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 5b14773f1678..536ac557c6e2 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -848,6 +848,7 @@ instanceDefaultLightTheme: "Instance-wide default light theme" instanceDefaultDarkTheme: "Instance-wide default dark theme" instanceDefaultThemeDescription: "Enter the theme code in object format." mutePeriod: "Mute duration" +period: "End poll" indefinitely: "Permanently" tenMinutes: "10 minutes" oneHour: "One hour" From 4c4fce31ee11990abe2d2d07cead2a54e239962c Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:48 +0900 Subject: [PATCH 29/42] New translations ja-JP.yml (Vietnamese) --- locales/vi-VN.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/vi-VN.yml b/locales/vi-VN.yml index 174b1ddf1b59..89d94961d10d 100644 --- a/locales/vi-VN.yml +++ b/locales/vi-VN.yml @@ -824,6 +824,7 @@ instanceDefaultLightTheme: "Theme máy chủ Sáng-Rộng" instanceDefaultDarkTheme: "Theme máy chủ Tối-Rộng" instanceDefaultThemeDescription: "Nhập mã theme trong định dạng đối tượng." mutePeriod: "Thời hạn ẩn" +period: "Thời hạn" indefinitely: "Vĩnh viễn" tenMinutes: "10 phút" oneHour: "1 giờ" From 2d37df3c54a881c2efab02a7174bde0b326c78cd Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:49 +0900 Subject: [PATCH 30/42] New translations ja-JP.yml (Indonesian) --- locales/id-ID.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/id-ID.yml b/locales/id-ID.yml index 18941c5c3bf5..5d74cf5389a2 100644 --- a/locales/id-ID.yml +++ b/locales/id-ID.yml @@ -839,6 +839,7 @@ instanceDefaultLightTheme: "Bawaan instan tema terang" instanceDefaultDarkTheme: "Bawaan instan tema gelap" instanceDefaultThemeDescription: "Masukkan kode tema di format obyek." mutePeriod: "Batas waktu bisu" +period: "Batas akhir" indefinitely: "Selamanya" tenMinutes: "10 Menit" oneHour: "1 Jam" From a19d6f09ef525371aca39dcda068fc38ab673134 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:51 +0900 Subject: [PATCH 31/42] New translations ja-JP.yml (Bengali) --- locales/bn-BD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/bn-BD.yml b/locales/bn-BD.yml index da17fc48d389..49b76b8ab356 100644 --- a/locales/bn-BD.yml +++ b/locales/bn-BD.yml @@ -819,6 +819,7 @@ instanceDefaultLightTheme: "ইন্সট্যান্সের ডিফল instanceDefaultDarkTheme: "ইন্সট্যান্সের ডিফল্ট ডার্ক থিম" instanceDefaultThemeDescription: "অবজেক্ট ফরম্যাটে থিম কোড লিখুন" mutePeriod: "মিউটের সময়কাল" +period: "পোলের সময়সীমা" indefinitely: "অনির্দিষ্ট" tenMinutes: "১০ মিনিট" oneHour: "১ ঘণ্টা" From 8b7a61bc32da62587e26c0b56c2b96d79682bf1b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:52 +0900 Subject: [PATCH 32/42] New translations ja-JP.yml (Thai) --- locales/th-TH.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/th-TH.yml b/locales/th-TH.yml index 93ede3e6f5f6..33eed8c50e42 100644 --- a/locales/th-TH.yml +++ b/locales/th-TH.yml @@ -848,6 +848,7 @@ instanceDefaultLightTheme: "ธีมสว่างค่าเริ่มต instanceDefaultDarkTheme: "ธีมมืดค่าเริ่มต้นอินสแตนซ์" instanceDefaultThemeDescription: "ป้อนรหัสธีมในรูปแบบออบเจ็กต์" mutePeriod: "ระยะเวลาปิดเสียง" +period: "สิ้นสุดการสำรวจความคิดเห็น" indefinitely: "ตลอดไป" tenMinutes: "10 นาที" oneHour: "1 ชั่วโมง" From ad47283e3b4b7aca23bd584ba087d676fb443044 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 10:58:58 +0900 Subject: [PATCH 33/42] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index d2fc54f1343d..17ba504fa859 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -847,6 +847,7 @@ instanceDefaultLightTheme: "インスタンスの最初の明るいテーマ" instanceDefaultDarkTheme: "インスタンスの最初の暗いテーマ" instanceDefaultThemeDescription: "オブジェクト形式のテーマコードを記入するで。" mutePeriod: "ミュートする期間" +period: "期限" indefinitely: "無期限" tenMinutes: "10分" oneHour: "1時間" From 887d0d1c24b3d3c5d2d684b509b392f1593e7796 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 12:02:37 +0900 Subject: [PATCH 34/42] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 17ba504fa859..862453dd5143 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -457,6 +457,7 @@ aboutX: "{x}について" emojiStyle: "絵文字のスタイル" native: "ネイティブ" disableDrawer: "メニューをドロワーで表示せぇへん" +showNoteActionsOnlyHover: "ノートの操作部をホバー時のみ表示するで" noHistory: "履歴はあらへんねぇ。" signinHistory: "ログイン履歴" enableAdvancedMfm: "ややこしいMFMもありにする" @@ -853,6 +854,7 @@ tenMinutes: "10分" oneHour: "1時間" oneDay: "1日" oneWeek: "1週間" +oneMonth: "1ヶ月" reflectMayTakeTime: "反映されるまで時間がかかることがあるで" failedToFetchAccountInformation: "アカウントの取得に失敗したみたいや…" rateLimitExceeded: "レート制限が超えたみたいやで" From ad5fe8f71c494144b8552b5c642551cc20539838 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 13:02:13 +0900 Subject: [PATCH 35/42] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 788cdd047c83..87b836c0990b 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -853,6 +853,7 @@ tenMinutes: "10分钟" oneHour: "1小时" oneDay: "1天" oneWeek: "1周" +oneMonth: "1 个月" reflectMayTakeTime: "可能需要一些时间才能体现出效果。" failedToFetchAccountInformation: "获取账户信息失败" rateLimitExceeded: "已超過速率限制" @@ -952,6 +953,7 @@ joinThisServer: "在本实例上注册" exploreOtherServers: "探索其他实例" letsLookAtTimeline: "时间线" disableFederationWarn: "联合被禁用。 禁用它并不能使帖子变成私人的。 在大多数情况下,这个选项不需要被启用。" +invitationRequiredToRegister: "此实例目前只允许拥有邀请码的人注册。" _achievements: earnedAt: "达成时间" _types: From bd458937d1dd604c632f991d72f5c4850371a671 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 16:26:32 +0900 Subject: [PATCH 36/42] New translations ja-JP.yml (German) --- locales/de-DE.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index a5e0504c4cd2..c5ddf334c431 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -848,12 +848,13 @@ instanceDefaultLightTheme: "Instanzweites Standardfarbschema (Hell)" instanceDefaultDarkTheme: "Instanzweites Standardfarbschema (Dunkel)" instanceDefaultThemeDescription: "Gib den Farbschemencode im Objektformat ein." mutePeriod: "Stummschaltungsdauer" -period: "Abstimmung beenden" +period: "Zeitlimit" indefinitely: "Dauerhaft" tenMinutes: "10 Minuten" oneHour: "Eine Stunde" oneDay: "Einen Tag" oneWeek: "Eine Woche" +oneMonth: "1 Monat" reflectMayTakeTime: "Es kann etwas dauern, bis sich dies widerspiegelt." failedToFetchAccountInformation: "Benutzerkontoinformationen konnten nicht abgefragt werden" rateLimitExceeded: "Versuchsanzahl überschritten" From 1c74eae2eb906f24791be1f67dcdba953b256672 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 16:26:33 +0900 Subject: [PATCH 37/42] New translations ja-JP.yml (English) --- locales/en-US.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 536ac557c6e2..48cce35a4402 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -848,12 +848,13 @@ instanceDefaultLightTheme: "Instance-wide default light theme" instanceDefaultDarkTheme: "Instance-wide default dark theme" instanceDefaultThemeDescription: "Enter the theme code in object format." mutePeriod: "Mute duration" -period: "End poll" +period: "Time limit" indefinitely: "Permanently" tenMinutes: "10 minutes" oneHour: "One hour" oneDay: "One day" oneWeek: "One week" +oneMonth: "One month" reflectMayTakeTime: "It may take some time for this to be reflected." failedToFetchAccountInformation: "Could not fetch account information" rateLimitExceeded: "Rate limit exceeded" From 2cfcc465887c7ab5490cf4dafabf8c28b8800c2c Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 17:38:16 +0900 Subject: [PATCH 38/42] New translations ja-JP.yml (Slovak) --- locales/sk-SK.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/locales/sk-SK.yml b/locales/sk-SK.yml index add9d9e95753..d4be5540b8fc 100644 --- a/locales/sk-SK.yml +++ b/locales/sk-SK.yml @@ -103,6 +103,8 @@ renoted: "Preposlané." cantRenote: "Tento príspevok sa nedá preposlať." cantReRenote: "Odpoveď nemôže byť odstránená." quote: "Citovať" +inChannelRenote: "Preposlania v kanáli" +inChannelQuote: "Citácie v kanáli" pinnedNote: "Pripnuté poznámky" pinned: "Pripnúť" you: "Vy" @@ -129,6 +131,7 @@ unblockConfirm: "Naozaj chcete odblokovať tento účet?" suspendConfirm: "Naozaj chcete zmraziť tento účet?" unsuspendConfirm: "Naozaj chcete odmraziť tento účet?" selectList: "Vyberte zoznam" +selectChannel: "Zvoľte kanál" selectAntenna: "Vyberte anténu" selectWidget: "Vyberte widget" editWidgets: "Upraviť widget" @@ -256,6 +259,8 @@ noMoreHistory: "To je všetko" startMessaging: "Začať chat" nUsersRead: "prečítané {n} používateľmi" agreeTo: "Súhlasím s {0}" +agreeBelow: "Súhlasím s nasledovným" +basicNotesBeforeCreateAccount: "Základné bezpečnostné opatrenia" tos: "Podmienky používania" start: "Začať" home: "Domov" @@ -388,13 +393,19 @@ about: "Informácie" aboutMisskey: "O Misskey" administrator: "Administrátor" token: "Token" +2fa: "Dvojfaktorové overenie (2FA)" +totp: "Overovacia aplikácia" +totpDescription: "Zadajte jednorazové heslo z overovacej aplikácie" moderator: "Moderátor" moderation: "Moderovanie" nUsersMentioned: "{n} používateľov spomenulo" +securityKeyAndPasskey: "Bezpečnostný kľúč/heslo" securityKey: "Bezpečnostný kľúč" lastUsed: "Naposledy použité" +lastUsedAt: "Naposledy použité: {t}" unregister: "Odregistrovať" passwordLessLogin: "Nastaviť bezheslové prihlásenie" +passwordLessLoginDescription: "Prihlásenie bez hesla, len bezpečnostným kľúčom alebo prístupovým kľúčom" resetPassword: "Resetovať heslo" newPasswordIs: "Nové heslo je \"{password}\"" reduceUiAnimation: "Menej UI animácií" @@ -446,8 +457,11 @@ aboutX: "O {x}" emojiStyle: "Štýl emoji" native: "Natívne" disableDrawer: "Nepoužívať šuflíkové menu" +showNoteActionsOnlyHover: "Ovládacie prvky poznámky sa zobrazujú len po nabehnutí myši" noHistory: "Žiadna história" signinHistory: "História prihlásení" +enableAdvancedMfm: "Povolenie pokročilého MFM" +enableAnimatedMfm: "Povoliť animované MFM" doing: "Pracujem..." category: "Kategórie" tags: "Značky" @@ -556,6 +570,7 @@ manage: "Administrácia" plugins: "Pluginy" preferencesBackups: "Zálohy nastavení" deck: "Deck" +undeck: "Oddokovať" useBlurEffectForModal: "Použiť efekt rozmazania na okná" useFullReactionPicker: "Použiť plnú veľkosť výberu reakcií" width: "Šírka" @@ -765,6 +780,7 @@ popularPosts: "Populárne príspevky" shareWithNote: "Zdieľať s poznámkou" ads: "Reklamy" expiration: "Ukončiť hlasovanie" +startingperiod: "Začiatok" memo: "Memo" priority: "Priorita" high: "Vysoká" @@ -837,6 +853,7 @@ tenMinutes: "10 minút" oneHour: "1 hodina" oneDay: "1 deň" oneWeek: "1 týždeň" +oneMonth: "1 mesiac" reflectMayTakeTime: "Zmeny môžu chvíľu trvať kým sa prejavia." failedToFetchAccountInformation: "Nepodarilo sa načítať informácie o účte." rateLimitExceeded: "Prekročený limit rýchlosti" From ba8dec016f62eddb4c2892602aa10ca1e7b007a6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 19:43:11 +0900 Subject: [PATCH 39/42] New translations ja-JP.yml (Thai) --- locales/th-TH.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/th-TH.yml b/locales/th-TH.yml index 33eed8c50e42..7dcc15824eb7 100644 --- a/locales/th-TH.yml +++ b/locales/th-TH.yml @@ -854,6 +854,7 @@ tenMinutes: "10 นาที" oneHour: "1 ชั่วโมง" oneDay: "1 วัน" oneWeek: "1 สัปดาห์" +oneMonth: "หนึ่งเดือน" reflectMayTakeTime: "อาจจำเป็นต้องใช้เวลาสักระยะหนึ่งจึงจะเห็นแสดงผลได้นะ" failedToFetchAccountInformation: "ไม่สามารถเรียกดึงข้อมูลบัญชีได้" rateLimitExceeded: "เกินขีดจำกัดอัตรา" From c3a140310adadfb7a74a26687dc663dc83e97634 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 21:53:43 +0900 Subject: [PATCH 40/42] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 87b836c0990b..59ff753492c8 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -457,6 +457,7 @@ aboutX: "关于 {x}" emojiStyle: "emoji 的样式" native: "原生" disableDrawer: "不显示抽屉菜单" +showNoteActionsOnlyHover: "仅在悬停时显示帖子操作" noHistory: "没有历史记录" signinHistory: "登录历史" enableAdvancedMfm: "启用扩展MFM" From 392418507a75071f118c94163fb8cc23481bff1e Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 2 Mar 2023 03:56:36 +0900 Subject: [PATCH 41/42] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 59ff753492c8..517f5a9efabd 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -807,7 +807,7 @@ translatedFrom: "从 {x} 翻译" accountDeletionInProgress: "正在删除账户" usernameInfo: "在服务器上唯一标识您的帐户的名称。您可以使用字母 (a ~ z, A ~ Z)、数字 (0 ~ 9) 和下划线 (_)。用户名以后不能更改。" aiChanMode: "小蓝模式" -keepCw: "保留CW" +keepCw: "回复时维持隐藏内容" pubSub: "Pub/Sub账户" lastCommunication: "最近通信" resolved: "已解决" @@ -1434,9 +1434,9 @@ _theme: infoFg: "信息文本" infoWarnBg: "警告背景" infoWarnFg: "警告文本" - cwBg: "CW 按钮背景" - cwFg: "CW 按钮文本" - cwHoverBg: "CW 按钮背景(悬停)" + cwBg: "隐藏内容按钮背景" + cwFg: "隐藏内容按钮文本" + cwHoverBg: "隐藏内容按钮背景(悬停)" toastBg: "Toast通知背景" toastFg: "Toast通知文本" buttonBg: "按钮背景" From 7dc7d8ea84d8285e54125bbbf9ed5e20b658d33f Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 2 Mar 2023 20:55:09 +0900 Subject: [PATCH 42/42] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index d78533e58f89..89d456d1fe75 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -457,6 +457,7 @@ aboutX: "Informazioni su {x}" emojiStyle: "Stile emoji" native: "Nativo" disableDrawer: "Non mostrare il menù sul drawer" +showNoteActionsOnlyHover: "Mostra le azioni delle Note solo al passaggio del mouse" noHistory: "Nessuna cronologia" signinHistory: "Storico degli accessi al profilo" enableAdvancedMfm: "Attiva MFM avanzati" @@ -811,7 +812,7 @@ pubSub: "Publish/Subscribe del profilo" lastCommunication: "La comunicazione più recente" resolved: "Risolto" unresolved: "Non risolto" -breakFollow: "Smetti di seguire" +breakFollow: "Non seguire" breakFollowConfirm: "Vuoi davvero togliere follower?" itsOn: "Abilitato" itsOff: "Disabilitato" @@ -853,6 +854,7 @@ tenMinutes: "10 minuti" oneHour: "1 ora" oneDay: "1 giorno" oneWeek: "1 settimana" +oneMonth: "Un mese" reflectMayTakeTime: "Potrebbe essere necessario un po' di tempo perché ciò abbia effetto." failedToFetchAccountInformation: "Impossibile recuperare le informazioni sul profilo" rateLimitExceeded: "Superato il limite di richieste." @@ -1533,7 +1535,7 @@ _permissions: "read:favorites": "Visualizza i tuoi preferiti" "write:favorites": "Gestisci i tuoi preferiti" "read:following": "Vedi le informazioni di follow" - "write:following": "Seguiti/ Smetti di seguire" + "write:following": "Seguire / Non seguire altri profili" "read:messaging": "Visualizzare la chat" "write:messaging": "Gestire la chat" "read:mutes": "Vedi i profili silenziati" @@ -1673,7 +1675,7 @@ _profile: _exportOrImport: allNotes: "Tutte le note" favoritedNotes: "Note preferite" - followingList: "Follows" + followingList: "Follow" muteList: "Elenco profili silenziati" blockingList: "Elenco profili bloccati" userLists: "Liste"