diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-07 08:50:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 08:50:54 +0900 |
| commit | 92aef300eea40af06e27ed9f6940c5871031dcda (patch) | |
| tree | 2a31ea1611eabd4c5cf98ded13cea8f139809808 /locales/en-US.yml | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-92aef300eea40af06e27ed9f6940c5871031dcda.tar.gz sharkey-92aef300eea40af06e27ed9f6940c5871031dcda.tar.bz2 sharkey-92aef300eea40af06e27ed9f6940c5871031dcda.zip | |
New Crowdin updates (#15611)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Italian)
Diffstat (limited to 'locales/en-US.yml')
| -rw-r--r-- | locales/en-US.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 04ddd2966a..f4c3323691 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1311,6 +1311,8 @@ federationSpecified: "This server is operated in a whitelist federation. Interac federationDisabled: "Federation is disabled on this server. You cannot interact with users on other servers." confirmOnReact: "Confirm when reacting" reactAreYouSure: "Would you like to add a \"{emoji}\" reaction?" +markAsSensitiveConfirm: "Do you want to set this media as sensitive?" +unmarkAsSensitiveConfirm: "Do you want to remove the sensitive designation for this media?" _accountSettings: requireSigninToViewContents: "Require sign-in to view contents" requireSigninToViewContentsDescription1: "Require login to view all notes and other content you have created. This will have the effect of preventing crawlers from collecting your information." @@ -2594,6 +2596,7 @@ _moderationLogTypes: deletePage: "Page deleted" deleteFlash: "Play deleted" deleteGalleryPost: "Gallery post deleted" + updateProxyAccountDescription: "Update the description of the proxy account" _fileViewer: title: "File details" type: "File type" @@ -2649,7 +2652,7 @@ _dataSaver: description: "Prevents images/videos from being loaded automatically. Hidden images/videos will be loaded when tapped." _avatar: title: "Avatar image" - description: "Stop avatar image animation. Animated images can be larger in file size than normal images, potentially leading to further reductions in data traffic." + description: "Stop avatar image animation. Animated images can be larger in file size than normal images, potentially leading to further reductions in data traffic." _urlPreview: title: "URL preview thumbnails" description: "URL preview thumbnail images will no longer be loaded." @@ -2857,4 +2860,8 @@ _bootErrors: _search: searchScopeAll: "All" searchScopeLocal: "Local" + searchScopeServer: "Specific server" searchScopeUser: "Specific user" + pleaseEnterServerHost: "Enter the server host" + pleaseSelectUser: "Select user" + serverHostPlaceholder: "Example: misskey.example.com" |