diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-22 06:40:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 06:40:05 +0900 |
| commit | ed432d06d76c2cfc3d46b2d8f7931ec3fb0235d0 (patch) | |
| tree | d07443be66ed54a464d6d5dae80c3fe8986d716f | |
| parent | fix(l10n): fix wrong description of server silence (#13857) (diff) | |
| download | sharkey-ed432d06d76c2cfc3d46b2d8f7931ec3fb0235d0.tar.gz sharkey-ed432d06d76c2cfc3d46b2d8f7931ec3fb0235d0.tar.bz2 sharkey-ed432d06d76c2cfc3d46b2d8f7931ec3fb0235d0.zip | |
New Crowdin updates (#13850)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Chinese Simplified)
| -rw-r--r-- | locales/de-DE.yml | 2 | ||||
| -rw-r--r-- | locales/pl-PL.yml | 2 | ||||
| -rw-r--r-- | locales/zh-CN.yml | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 3b39938255..3e1c40512e 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -654,7 +654,7 @@ smtpSecureInfo: "Schalte dies aus, falls du STARTTLS verwendest." testEmail: "Emailversand testen" wordMute: "Wortstummschaltung" regexpError: "Fehler in einem regulären Ausdruck" -regexpErrorDescription: "Im regulären Ausdruck deiner {tab}en Wortstummschaltungen ist ein Fehler aufgetreten:" +regexpErrorDescription: "Im regulären Ausdruck deiner in Zeile {line} von {tab}en Wortstummschaltungen ist ein Fehler aufgetreten:" instanceMute: "Instanzstummschaltungen" userSaysSomething: "{name} hat etwas gesagt" makeActive: "Aktivieren" diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index b7eb4683eb..2183aa3022 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -933,7 +933,7 @@ check: "Zweryfikuj" driveCapOverrideLabel: "Zmień limit pojemności dysku użytkownika" requireAdminForView: "Aby to zobaczyć, musisz być administratorem" isSystemAccount: "To jest konto stworzone i zarządzane przez system" -typeToConfirm: "Wielki chuj " +typeToConfirm: "Wprowadź {x}, aby potwierdzić" deleteAccount: "Usuń konto" document: "Dokumentacja" numberOfPageCache: "Ilość stron w cache" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index fb1ffc5a99..17164dfe98 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -108,11 +108,14 @@ enterEmoji: "输入表情符号" renote: "转发" unrenote: "取消转发" renoted: "已转发。" +renotedToX: "转帖给 {name}" cantRenote: "该帖无法转发。" cantReRenote: "转发无法被再次转发。" quote: "引用" inChannelRenote: "在频道内转发" inChannelQuote: "在频道内引用" +renoteToChannel: "转帖至频道" +renoteToOtherChannel: "转帖至其它频道" pinnedNote: "已置顶的帖子" pinned: "置顶" you: "您" |