New translations ja-jp.yml (English)
This commit is contained in:
parent
fadba9ceee
commit
a1bebd1de3
|
@ -579,6 +579,7 @@ newNoteRecived: "There are new notes"
|
||||||
newNote: "New Note"
|
newNote: "New Note"
|
||||||
sounds: "Sounds"
|
sounds: "Sounds"
|
||||||
sound: "Sounds"
|
sound: "Sounds"
|
||||||
|
notificationSoundSettings: "Notification sound settings"
|
||||||
listen: "Listen"
|
listen: "Listen"
|
||||||
none: "None"
|
none: "None"
|
||||||
showInPage: "Show in page"
|
showInPage: "Show in page"
|
||||||
|
@ -1000,6 +1001,7 @@ failedToUpload: "Upload failed"
|
||||||
cannotUploadBecauseInappropriate: "This file could not be uploaded because parts of it have been detected as potentially inappropriate."
|
cannotUploadBecauseInappropriate: "This file could not be uploaded because parts of it have been detected as potentially inappropriate."
|
||||||
cannotUploadBecauseNoFreeSpace: "Upload failed due to lack of Drive capacity."
|
cannotUploadBecauseNoFreeSpace: "Upload failed due to lack of Drive capacity."
|
||||||
cannotUploadBecauseExceedsFileSizeLimit: "This file cannot be uploaded as it exceeds the file size limit."
|
cannotUploadBecauseExceedsFileSizeLimit: "This file cannot be uploaded as it exceeds the file size limit."
|
||||||
|
cannotUploadBecauseUnallowedFileType: "Unable to upload due to unauthorized file type."
|
||||||
beta: "Beta"
|
beta: "Beta"
|
||||||
enableAutoSensitive: "Automatic marking as sensitive"
|
enableAutoSensitive: "Automatic marking as sensitive"
|
||||||
enableAutoSensitiveDescription: "Allows automatic detection and marking of sensitive media through Machine Learning where possible. Even if this option is disabled, it may be enabled instance-wide."
|
enableAutoSensitiveDescription: "Allows automatic detection and marking of sensitive media through Machine Learning where possible. Even if this option is disabled, it may be enabled instance-wide."
|
||||||
|
@ -1357,6 +1359,7 @@ emojiMute: "Mute emoji"
|
||||||
emojiUnmute: "Unmute emoji"
|
emojiUnmute: "Unmute emoji"
|
||||||
muteX: "Mute {x}"
|
muteX: "Mute {x}"
|
||||||
unmuteX: "Unmute {x}"
|
unmuteX: "Unmute {x}"
|
||||||
|
abort: "Abort"
|
||||||
_chat:
|
_chat:
|
||||||
noMessagesYet: "No messages yet"
|
noMessagesYet: "No messages yet"
|
||||||
newMessage: "New message"
|
newMessage: "New message"
|
||||||
|
@ -1979,6 +1982,8 @@ _role:
|
||||||
canImportMuting: "Allow importing muting"
|
canImportMuting: "Allow importing muting"
|
||||||
canImportUserLists: "Allow importing lists"
|
canImportUserLists: "Allow importing lists"
|
||||||
chatAvailability: "Allow Chat"
|
chatAvailability: "Allow Chat"
|
||||||
|
uploadableFileTypes: "Uploadable file types"
|
||||||
|
uploadableFileTypes_caption: "Specifies the allowed MIME/file types. Multiple MIME types can be specified by separating them with a new line, and wildcards can be specified with an asterisk (*). (e.g., image/*)"
|
||||||
_condition:
|
_condition:
|
||||||
roleAssignedTo: "Assigned to manual roles"
|
roleAssignedTo: "Assigned to manual roles"
|
||||||
isLocal: "Local user"
|
isLocal: "Local user"
|
||||||
|
@ -3090,6 +3095,7 @@ _uploader:
|
||||||
abortConfirm: "Some files have not been uploaded, do you want to abort?"
|
abortConfirm: "Some files have not been uploaded, do you want to abort?"
|
||||||
doneConfirm: "Some files have not been uploaded, do you want to continue anyway?"
|
doneConfirm: "Some files have not been uploaded, do you want to continue anyway?"
|
||||||
maxFileSizeIsX: "The maximum file size that can be uploaded is {x}"
|
maxFileSizeIsX: "The maximum file size that can be uploaded is {x}"
|
||||||
|
allowedTypes: "Uploadable file types"
|
||||||
_clientPerformanceIssueTip:
|
_clientPerformanceIssueTip:
|
||||||
title: "Performance tips"
|
title: "Performance tips"
|
||||||
makeSureDisabledAdBlocker: "Disable your adblocker"
|
makeSureDisabledAdBlocker: "Disable your adblocker"
|
||||||
|
|
Loading…
Reference in New Issue